]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Documentation/user/point-and-click.itely: simplify p&c
[lilypond.git] / ChangeLog
1 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * Documentation/user/point-and-click.itely: simplify p&c
4         instruction: don't configure firefox. Put lilypond-invoke-editor
5         in front of the browser.
6
7         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
8         (run-browser): new function.
9
10         * lily/parser.yy (Lily_lexer): recognize Book
11
12         * lily/book.cc (clone): new function
13
14         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
15
16 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
17
18         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
19         Maintenance bugfix: reduce number of font related warnings by
20         updating naming conventions for glyph-name.
21
22 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
23
24         * scm/define-grobs.scm (all-grob-descriptions): add
25         rhythmic-grob-interface to TabNoteHead.
26
27         * scm/layout-beam.scm (check-quant-callbacks): remove
28         set_stem_lengths()
29
30 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
31
32         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
33         alignment of centered divisiones.
34
35         * scm/scripts.scm (articulations): Maintenance bugfix:
36         follow-into-staff -> quantize-position.
37
38         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
39         plica head in porrectus deminutus.
40
41 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
42
43         * make/lilypond.fedora.spec.in (Group): add %clean section.
44
45         * lily/tuplet-bracket.cc (print): change check: remove bracket if
46         less then 1/5th of total length.  
47         (print): use gap too.  Fixes tupletUp-single-bracket.ly
48
49         * scm/music-functions.scm (glue-mm-rest-texts): also put other
50         events into EventChord. This fixes textspanners on mm rests. Fixes
51         spanner-rest.ly
52
53         * lily/side-position-interface.cc (get_axis): read side-axis
54         (set_axis): set side-axis.
55
56         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
57         properties everywhere.
58
59         * lily/spacing-spanner.cc (breakable_column_spacing): add
60         average-spacing-wishes. Take maximum if not set.
61         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
62
63         * scm/define-grobs.scm (all-grob-descriptions): add
64         average-spacing-wishes.
65
66         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
67         offset callbacks. This fixes alignment for Fingering objects.
68
69         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
70         space for key - timesig combination. 
71
72         * input/regression/script-stem-tremolo.ly (Module): new file.
73
74         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
75         to key sig.
76
77         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
78         Fixes: c-tremolo-script.ly.
79         
80         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
81
82         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
83         
84         * scm/define-grobs.scm (all-grob-descriptions): remove
85         self-X-offset. Fixes alignment of octavate-8.
86
87         * scripts/lilypond-book.py (datadir): look in
88         LILYPONDPREFIX/share/lilypond/current/
89
90         * GNUmakefile.in: symlink current to <VERSION>. 
91
92 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
93
94         * lily/main.cc: eps listed as a backend.
95
96 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
97
98         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
99
100 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
101
102         * lily/include/score.hh (class Score): remove texts_ member.
103
104         * lily/beam.cc (set_stem_lengths): force direction callback.
105         (print): read quantized-positions, so we can force
106         Beam::set_stem_lengths to occur.
107         (rest_collision_callback): use common X parent. 
108
109 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
110
111         * flower/file-path.cc (find): Bugfix: Return name of file found.
112
113         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
114         (setup_paths)[__CYGWIN__ || __MINGW32__ || ]: Normalize argv0.
115         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
116
117 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
118
119         * flower/offset.cc: idem.
120
121         * mf/*.mf: update email address.
122
123         * lily/font-config-scheme.cc:  new file.
124
125         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
126
127         * lily/*:  cs.uu.nl -> xs4all.nl
128
129         * VERSION (PATCH_LEVEL): release 2.7.15
130
131         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
132         spec files.
133
134         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
135
136 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137
138         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
139
140         * lily/staff-performer.cc (process_music): add audio
141         elements. This makes MIDI instrument changes work once again.
142
143         * lily/main.cc (LY_DEFINE): add gmane address.
144
145         * lily/beam.cc: remove calc_positions()
146
147         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
148         original_ in private scope.
149         (class Grob): drop pscore_ pointer, change to output_def pointer.
150         (class Grob): cleanup class definition.
151
152         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
153
154 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
155
156         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
157         absolute.  Better diagnostics.
158
159         * GNUmakefile.in: Add bin/ to tree and populate with some links.
160         This makes lilypond run from the build directory using argv0
161         relocation (without any --prefix or LILYPONDPREFIX setting).
162
163 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
164
165         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
166
167         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
168         with simple-closure.
169
170         * lily/self-aligment-interface.cc (set_align_self): new function
171         (set_center_parent): new function.
172
173         * lily/side-position-interface.cc (set_axis): new function.
174
175         * lily/new-fingering-engraver.cc (position_scripts): use drul for
176         generic code. 
177
178         * scm/define-grob-properties.scm (all-user-grob-properties):
179         remove [XY]-offset-callbacks add [YX]-offset
180         
181 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
182
183         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
184         entry for time signatures after breathing signs. Bug report by
185         Scott Russell.
186
187 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
188
189         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
190         not absolute, make it absolute using PATH.
191
192 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
193
194         * python/midi.c (initmidi): Fix type for mingw.
195
196 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
197
198         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
199
200         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
201         cross compiling.
202
203         * stepmake/aclocal.m4: Support python cross compiling.
204
205         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
206         Add mingw section.
207
208 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
209
210         * scm/output-lib.scm (chain-grob-member-functions): replace
211         chained-callback.cc
212
213         * lily/chained-callback.cc (Module): remove file.
214
215         * lily/rest-collision.cc (force_shift_callback_rest): change to
216         chained callback.
217
218         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
219
220         * lily/grob.cc (y_parent_positioning): remove axis argument from
221         parent_positioning callbacks.
222         (Grob): junk init code
223         (get_offset): use generic property callbacks for
224         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
225         (axis_parent_positioning): new function
226         (axis_offset_symbol): new function
227         (chain_offset_callback): new function
228         (add_offset_callback): new function
229
230         * lily/beam.cc (rest_collision_callback): change signature; this
231         is now a chained callback.
232
233         * lily/include/dimension-cache.hh (class Dimension_cache): remove
234         callback administration.
235
236         * lily/simple-closure.cc: new file. Smob type that allows "grob
237         member functions",
238
239             (ly:make-simple-closure FUNC A B)
240
241         is evaluated as (FUNC grob A B). This allows chaining of callbacks
242         in various ways.
243
244         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
245         callbacks.
246
247         * lily/slur.cc (outside_slur_callback): take 2 arguments.
248
249         * lily/rest.cc (polyphonic_offset_callback): remove.
250
251         * lily/script-engraver.cc (try_music): remove bool* argument.
252
253         * scm/script.scm (default-script-alist): set quantize-position
254         appropriately.
255
256         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
257
258         * lily/side-position-interface.cc (aligned_side): move staff
259         position quantization from
260         Side_position_interface::quantised_position().
261         (quantised_position): remove
262         
263 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
264
265         * input/regression/beam-quant-standard.ly: reindent, set
266         debug-beam-quanting to #t.
267
268         * lily/beam-concave.cc (calc_concaveness): set concaveness to
269         10000 if this is a "hard" concave beam.
270
271         * lily/beam.cc (calc_least_squares_positions): change from
272         calc_least_squares_dy
273         (set_stem_lengths): this is now a chained callback.
274
275         * lily/context-property.cc (execute_general_pushpop_property):
276         bugfix override with procedure should have effect.
277
278         * scm/define-grob-properties.scm (all-internal-grob-properties):
279         remove position-callbacks.
280
281         * scm/define-grobs.scm (all-grob-descriptions): use
282         ly:make-callback-chain for positions property.
283
284         * scm/layout-beam.scm (check-quant-callbacks): return list of
285         chained callbacks.
286
287         * scm/lily.scm (type-p-name-alist): add callback-chain
288
289         * lily/lily-guile.cc (type_check_assignment): type check failure
290         is warning not message.
291
292         * lily/grob-property.cc (try_callback): walk callback chain if
293         appropriate.
294
295         * lily/chained-callback.cc: new file. new smob type.
296
297         * lily/lily-guile.cc (procedure_arity): new function.
298
299 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
300
301         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
302
303 2005-10-25  John Mandereau  <john.mandereau@free.fr>
304  
305         * Documentation/user/instrument-notation.itely (Figured bass):
306         describe new features
307
308 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
309
310         * lily/beam.cc (calc_least_squares_dy): use property callback.
311
312         * lily/beam-concave.cc (calc_concaveness): use property callback.
313
314         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
315
316 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
317
318         * HACKING: Update.
319
320 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
321
322         * scm/layout-page-layout.scm (page-headfoot): annotate
323         pagetopspace too.
324
325         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
326
327         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
328         doesn't take y-space.
329
330         * scm/paper.scm (paper-alist): fix A7 dimensions. 
331
332 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
333
334         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
335         src-wildcard, remove $(wildcard).
336
337         * po/GNUmakefile (PO_FILES): 
338         * ps/GNUmakefile (PS_FILES): 
339         * tex/GNUmakefile (TEX_FILES): 
340         * cygwin/GNUmakefile (POSTINSTALLS):
341         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
342         some wildcard calls.
343
344 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
345
346         * THANKS: add Thomas Bushnell.
347
348 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
351         (lilypond-main): Redirect to gui-main if 'gui is set.
352         Backportme.
353
354         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
355         for alternative installations kludging s/share/lib/g
356         LILYPONDPREFIX. Backportme.
357
358         * SConstruct (libdir_package_version): Define.
359
360         * python/SConscript: 
361         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
362         module in libdir.  Backportme.
363
364 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
365
366         * lily/main.cc: clarify --safe.
367
368 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
369
370         * VERSION: release 2.7.14
371         
372         * Documentation/user/*.itely: remove minimumVerticalExtent.
373
374         * scm/define-grobs.scm (all-grob-descriptions): remove
375         RemoveEmptyVerticalGroup
376
377         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
378
379         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
380         compile on MOSX
381
382         * python/convertrules.py (conv): add rules.
383
384         * lily/grob.cc: remove is_empty()
385
386         * lily/grob-property.cc: remove add_to_list_property().
387
388         * scripts/convert-ly.py (datadir): add prefix switching hack to
389         .py too.
390
391         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
392         space-function tweak.
393
394         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
395
396         * scm/define-grob-properties.scm (all-user-grob-properties):
397         remove callback property.
398
399         * lily/include/grob.hh (class Grob): remove property_callbacks_
400         member. Properties of procedure type are assumed to be callbacks.
401
402         * lily/ligature-engraver.cc (override_stencil_callback):
403         rewrite. Use noteHeadLigaturePrimitive as source.
404
405         * scm/define-grob-properties.scm (all-internal-grob-properties):
406         remove ligature-primitive-callback
407
408         * lily/include/dimension-cache.hh (class Dimension_cache): make
409         class, with Grob as friend.
410
411         * lily/grob.cc: remove set_extent_callback(), set_extent() and
412         has_extent_callback()
413
414         * scm/translation-functions.scm (format-new-bass-figure): read
415         figuredBassPlusDirection
416
417         * scm/define-context-properties.scm
418         (all-user-translation-properties): add figuredBassPlusDirection.
419
420         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
421
422         * lily/align-interface.cc (set_ordered): new function.
423
424         * lily/grob.cc (flush_extent_cache): rewrite.
425
426         * lily/dimension-cache.cc (Dimension_cache): cache extent as
427         Interval pointer directly.
428
429         * lily/main.cc (setup_paths): insert extra / .
430         (setup_paths): junk cff entry.
431
432         * lily/font-config.cc (init_fontconfig): only add type1 / otf
433         directories.
434
435         * lily/axis-group-engraver.cc (finalize): remove
436         extraVerticalExtent, minimumVerticalExtent verticalExtent.
437
438         * lily/grob.cc (Grob): don't set extent from ctor.
439         (extent): use property callbacks. 
440
441         * lily/axis-group-interface.cc: remove set_axes() function.
442
443         * lily/grob-property.cc (del_property): new function.
444
445 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
446
447         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
448         
449 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
452
453 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
454
455         * mf/SConscript: Updates.
456
457         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
458
459         * stepmake/stepmake/*:
460         * */GNUmakefile:
461         * config.make.in:
462         * GNUmakefile.in:
463         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
464         from any directory in build-dir.  Cleanups.
465
466         * make/srcdir.make.in: Remove.
467
468         * lily/main.cc (setup_paths): Fix and document build-dir hack.
469
470         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
471         main).
472
473         * lily/SConscript: Remove ttftools.
474
475         * SConstruct: Resurrect.
476
477 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
478
479         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
480         Y coordinate. 
481
482         * lily/paper-book.cc (add_score_title): put Paper_score title into
483         systems_ list.
484
485         * scm/translation-functions.scm (format-new-bass-figure): also
486         allow plus in combination with _
487
488 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
489
490         * VERSION: 2.7.13 released.
491
492         * lily/note-collision.cc (check_meshing_chords): don't wipe
493         stencil, merely set transparent.
494
495         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
496         (Top): document #'callbacks.
497         (Top): document nested \override.
498
499         * input/regression/figured-bass.ly: update for slash and pluses.
500
501         * input/regression/figured-bass-continuation-forbid.ly (Module):
502         new file.
503
504         * scm/translation-functions.scm (format-new-bass-figure): use
505         slashed-digit if diminished is set.
506         (format-new-bass-figure): add + if 'augmented is set.
507
508         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
509
510         * input/test/piano-staff-distance.ly: remove file.
511
512         * Documentation/user/advanced-notation.itely (Formatting cue
513         notes): use length-fraction for making stems/beams smaller.
514
515         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
516         modifications.
517
518         * lily/new-figured-bass-engraver.cc: new property
519         centerFiguredBassContinuations
520
521         * Documentation/user/changing-defaults.itely (Difficult tweaks):
522         use callbacks.
523
524         * lily/context-property.cc (execute_general_pushpop_property):
525         robustness checks.
526
527         * input/regression/override-nest.ly: new file.
528
529         * python/convertrules.py (FatalConversionError.subber): conversion
530         rule for #'callbacks
531
532         * input/regression/override-nest.ly: new function.
533
534         * lily/parser.yy (music_property_def): allow \override #'a #'b =
535         #c too. 
536
537         * lily/context-property.cc (lookup_nested_property): new function.
538         (evict_from_alist): new function.
539         (general_pushpop_property): new function.
540         (execute_general_pushpop_property): rewrite. Support nested
541         properties too.
542
543 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
544
545         * lily/beam.cc: use length-fraction too.
546
547         * scm/define-grob-properties.scm (all-user-grob-properties):
548         remove property flag-width-function
549         (all-user-grob-properties): remove space-function.
550
551         * scm/layout-beam.scm: remove flag-width-function.
552
553         * lily/beam.cc: remove flag-width-function
554
555         * scm/layout-beam.scm: remove beam dir functions.
556
557         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
558
559         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
560         for easier grace tweaks.
561
562         * lily/beam.cc: remove dir-function.
563
564         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
565
566         * lily/grob.cc: remove spacing-procedure.
567
568         * lily/note-head.cc (calc_stem_attachment): new function.
569         (internal_print): use callback to get glyph-name.
570
571         * lily/grob-property.cc (get_interfaces): new function.
572
573         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
574
575         * lily/stem.cc (calc_stem_end_position): new function.
576         (calc_length): new function.
577         document details for stem.
578         remove Stem::get_direction()
579
580         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
581
582         * lily/grob-property.cc (set_callback): new function.
583
584         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
585
586         * lily/item-scheme.cc: new file.
587
588         * lily/bar-line.cc (before_line_breaking): remove function.
589         remove bar-size-procedure, break-glyph-function
590
591         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
592
593         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
594
595         * lily/system-start-delimiter.cc (print): suicide from
596         here. Remove after_line_breaking_callback.
597
598         * lily/script-interface.cc (calc_direction): use callback for direction.
599
600         * lily/side-position-interface.cc (aligned_side): don't use
601         Side_position_interface::get_direction directly. Use callback. 
602
603         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
604         calculate stencil.
605         (get_print_stencil): rename from get_stencil: create stencil with
606         transparency, color and cause. 
607
608         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
609
610         * python/convertrules.py (conv): insert temporary warning rule.
611
612         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
613
614         * lily/grob-property.cc (try_callback): remove marker if applicable.
615
616         * lily/grob.cc: elucidate doc about after/before-line-breaking
617
618         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
619
620         * lily/stem.cc (height): idem.
621
622         * lily/stem-tremolo.cc: idem.
623
624         * lily/slur.cc (height): don't use get_uncached_stencil()
625
626         * lily/rest.cc (y_offset_callback): use offset callback
627         iso. after-line-breaking callback.
628
629         * lily/grob.cc: change after/before-line-breaking-callback to
630         after/before-line-breaking dummy properties.
631
632         * lily/include/grob.hh: remove Grob_status.
633
634         * scm/define-context-properties.scm
635         (all-user-translation-properties): remove verticalAlignmentChildCallback
636
637         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
638         (calc_direction): use callback
639         (calc_positions): use callback.
640
641         * lily/tie.cc (calc_direction): use callback. Only call parent
642         positioning for more than one tie.
643
644         * lily/tie-column.cc (calc_positioning_done): use callback
645
646         * lily/slur-scoring.cc (calc_control_points): use callback
647
648         * lily/slur.cc (calc_direction): use callback.
649
650         * lily/note-collision.cc (force_shift_callback): remove.
651
652         * lily/dot-column.cc (force_shift_callback): remove. Use
653         other_axis_parent_positioning.
654
655         * lily/grob.cc (other_axis_parent_positioning): new function.
656         (same_axis_parent_positioning): new function
657
658         * lily/align-interface.cc (alignment_callback): remove function.
659
660         * lily/note-collision.cc (calc_positioning_done): use callback.
661
662         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
663         (calc_direction): idem.
664         remove print function.
665
666         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
667
668         * lily/dot-column.cc (calc_positioning_done): use callback.
669
670         * lily/break-align-interface.cc (calc_positioning_done): use callback.
671
672         * lily/beam.cc (calc_direction): use pseudo-property for beam
673         direction callback.
674         (calc_positions): use callback 
675
676         * lily/align-interface.cc (calc_positioning_done): use
677         callback. Fold fixed  distance and normal alignment in one function.
678
679         * lily/stem.cc (calc_stem_end_position): use callback.
680         (calc_positioning_done): idem.
681         (calc_direction): idem.
682         (calc_stem_end_position): idem
683         (calc_stem_info): idem.
684
685         * lily/grob-property.cc (get_property_data): new function: 
686         (try_callback): new function.
687
688         * scm/define-grob-properties.scm (all-user-grob-properties): doc
689         callbacks property.
690
691         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
692
693 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
694
695         * lily/tie.cc (get_position): robustness fix. Don't crash if a
696         tie
697         has no heads.
698         
699         * lily/include/*.hh (Module): compile fixes.
700
701 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
702
703         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
704         as an argument for char-syntax: use (char-syntax (or nil 0)) 
705         instead of (char-syntax nil), thanks to Milan Zamazal.
706
707 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
708
709         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
710         dist.
711
712         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
713         themselves.
714
715 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
716
717         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
718         add class_name() method.
719
720         * lily/music-scheme.cc: remove ly:music-name.
721
722 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
723
724         * cygwin/postinstall-lilypond.sh: Remove cruft.
725
726         * cygwin/postremove-lilypond.sh: Remove.
727
728         * cygwin/GNUmakefile (default): Remove postremove rules.
729
730 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
731
732         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
733         even header too.
734         
735         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
736         MacOS 9 users.
737
738         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
739         consider break index for broken spanner.
740
741         * scm/define-markup-commands.scm (wordwrap-string): remove \r
742         characters from string before splitting.
743
744 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
745
746         * scm/framework-ps.scm (output-preview-framework): use
747         is-book-title to determine whether to chop off the booktitle.
748
749         * lily/paper-book.cc (systems): init from book-title-properties
750         (add_score_title): init score-title-properties.
751
752         * ly/paper-defaults.ly: add {score,book}-title-properties.
753
754         * scm/document-backend.scm (lookup-interface): error message if
755         using unknown interface.
756
757         * lily/volta-bracket.cc (after_line_breaking): new function. Set
758         edge-height.
759
760         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
761         make_bracket.
762         (make_bracket): new function.
763
764         * scm/lily.scm (define-scheme-options): add paper-size option.
765
766         * ly/declarations-init.ly (laissezVibrer): get paper size from
767         -dpaper-size
768
769         * scm/translation-functions.scm: use \fontsize for changing the
770         fontsize.
771
772         * scm/define-grobs.scm (all-grob-descriptions): set
773         between-length-limit to 1.0
774
775         * lily/tie-helper.cc: add between_length_limit_ detail property.
776
777         * mf/feta-bolletjes.mf: typos.
778
779         * lily/note-head.cc (internal_print): don't shadow idx
780         parameter. This fixes wrong attachment for do shape heads.
781
782 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
783
784         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
785
786         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
787
788         * scm/layout-slur.scm: rename from slur.scm
789
790         * scm/layout-page-layout.scm: rename from page-layout.scm
791
792         * scm/layout-beam.scm: rename from beam.scm
793
794         * scm/define-grob-interfaces.scm (bass-figure-interface): add
795         bass-figure-interface
796
797         * lily/new-figured-bass-engraver.cc (process_music): add
798         implicitBassFigures property.
799         
800         * scm/define-markup-commands.scm (pad-x): new markup.
801
802         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
803         minimumVerticalExtent on FiguredBass context.
804
805         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
806         case the continuation crosses a line break.
807
808 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
809
810         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
811         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
812         absolute file name bug.  Backportme.
813
814 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
815
816         * VERSION (PACKAGE_NAME): release 2.7.12
817
818         * input/regression/figured-bass-continuation-center.ly: new file.
819
820         * input/regression/beam-outside-beamlets.ly: new file.
821
822         * lily/beam.cc (set_beaming): don't clip edges.
823         (connect_beams): don't clip edges.
824
825         * lily/beaming-info.cc (clip_edges): new function.
826
827         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
828
829         * Documentation/user/instrument-notation.itely (Figured bass):
830         demonstrate extenders, update seealso links.
831
832         * scm/titling.scm (marked-up-headfoot): change tagline
833         handling. tagline = ##f will blank the tagline as well.
834
835 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
836
837         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
838
839         * lily/new-figured-bass-engraver.cc (struct
840         New_figured_bass_engraver): add new_music_found_ member.
841
842         * lily/lilypond-version.cc (Lilypond_version): deal with
843         incorrectly formatted version strings. 
844
845         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
846         New_figured_bass_engraver by default.
847
848         * lily/ttf.cc (print_trailer): only define glyph names when
849         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
850
851 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
852
853         * lily/horizontal-bracket.cc (make_bracket): new function.
854
855         * scm/define-grobs.scm (all-grob-descriptions): new grobs
856         NewBassFigure, BassFigureBracket, BassFigureContinuation,
857         BassFigureLine, BassFigureAlignment
858
859         * lily/new-figured-bass-engraver.cc (process_music): new file.
860
861         * lily/figured-bass-continuation.cc: new file.
862
863         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
864         new file.
865
866 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
867
868         * scripts/lilypond-book.py: Bug fix, put the quote around the
869         actual score for LaTeX documents.
870
871         * scm/define-grobs.scm (all-grob-descriptions): Change
872         collapse-height of the SystemStartBracket grob to 5.0, 
873         so the bracket disappears for single stave score lines (similarly
874         to SystemStartBraces). 
875
876         * Documentation/user/advanced-notation.itely (Polymetric
877         notation): Clarify the use of compressMusic.
878
879         * Documentation/user/basic-notation.itely (Grace notes): Clarify
880         that the grace spacer note in other staves need the same duration
881         and document the stroke-style property.
882
883 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
884
885         * Documentation/user/global.itely (Vertical spacing): document
886         alignment-extra-space and fixed-alignment-extra-space.
887
888         * Documentation/topdocs/NEWS.tely (Top): add entry.
889
890         * input/regression/alignment-vertical-spacing.ly: new file.
891
892         * python/convertrules.py (conv): add rule.
893
894         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
895
896         * lily/align-interface.cc (stretch_after_break): new
897         function. Read fixed-alignment-extra-space property.
898         (align_elements_to_extents): read alignment-extra-space property.
899
900         * lily/lily-guile.cc (robust_scm2dir): new function.
901
902         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
903         (annotate-space-left): new function. Annotate space left on page. 
904         (annotate-y-interval): new function.
905         (paper-system-annotate-last): new function. Annotate bottom-space.
906
907         * mf/feta-beugel.mf (y): 
908
909 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
910
911         * VERSION (PACKAGE_NAME):  release 2.7.11
912
913         * scm/lily-library.scm (interval-translate): new function
914         (interval-center): new function. 
915
916         * scm/page-layout.scm (paper-system-annotate): new function. Add
917         arrows for dimensions.
918  
919         * scm/stencil.scm (dimension-arrows): new function.
920
921         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
922
923         * input/regression/page-spacing.ly: add annotatespacing
924
925         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
926         (LY_DEFINE): new function ly:paper-system-set-property!
927
928         * Documentation/user/global.itely (Paper size): explain how to add
929         sizes.
930
931         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
932         correspond to GS's definition.
933
934         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
935         tuplet bracket.
936         (print): only connect to next bracket if the next one is alive.
937         (print): set padding to 0.0 if the bound is a breakable
938         column. This makes tupletFullLength brackets reach up to the staff
939         line if it doesn't connect to the next line.
940
941 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
942
943         * lily/bar-number-engraver.cc: correct docs.
944
945         * scm/output-lib.scm (first-bar-number-invisible): rename from
946         default-bar-number-visibility
947
948 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
949
950         * scm/define-music-properties.scm (all-music-properties): remove
951         predicate property.
952
953 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
954
955         * po/fi.po: refresh.
956
957 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
958
959         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
960         superfluous s1.
961         (disappear): bugfix.
962
963         * lily/stem-tremolo.cc (raw_stencil): read slope property.
964
965         * lily/include/paper-system.hh (class Paper_system): remove
966         staff_extents_ member.
967
968         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
969
970         * lily/include/paper-system.hh (class Paper_system): remove
971         number_ variable. Remove is_title_. Remove break_before_penalty_
972
973         * lily/paper-book.cc (systems): use 'number property iso. number_
974         member.
975
976         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
977         remove ly:paper-system-number.
978
979         * scm/lily-library.scm (paper-system-title?): new function.
980
981         * lily/book.cc (process): bugfix: flip ?: cases. 
982
983         * Documentation/user/changing-defaults.itely (Difficult tweaks):
984         add outputProperty.
985
986         * ly/music-functions-init.ly: add outputProperty music function.
987
988         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
989
990         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
991         and next-padding.
992         (optimal-page-breaks): rename from ly:optimal-page-breaks.
993
994         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
995
996         * lily/paper-system.cc (internal_get_property): new function.
997
998         * Documentation/user/global.itely (Vertical spacing): refer to
999         page-spacing.ly
1000
1001         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
1002         pagetopspace
1003
1004         * input/regression/page-spacing.ly: new file.
1005
1006         * input/regression/page-top-space.ly: new file.
1007
1008         * lily/spacing-spanner.cc: cmath -> math.h
1009
1010         * lily/paper-system.cc (read_left_bound): new function. Read
1011         line-break-system-details from left bound to determine extents.
1012  
1013         * Documentation/user/programming-interface.itely (Using LilyPond
1014         syntax inside Scheme): change applyxxx -> applyXxx.
1015
1016         * ly/music-functions-init.ly: add outputProperty music function.
1017
1018         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
1019
1020         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
1021
1022         * python/convertrules.py (conv): rule
1023
1024         * ly/music-functions-init.ly: applyxxx -> applyXxx
1025
1026         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
1027         TabVoice to Voice.
1028
1029 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1030
1031         * flower/include/real.hh: include <math.h> iso. <cmath>
1032
1033         * flower/include/offset.hh: include real.hh
1034
1035 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1036
1037         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1038         fix example, now that 'interfaces is no longer directly available.
1039
1040         * lily/book.cc (process): don't crash if paper == NULL.
1041
1042         * po/fr.po: update.
1043
1044 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1045
1046         * scm/define-music-types.scm (music-descriptions): set length and
1047         start-callback for QuoteMusic
1048
1049 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1050
1051         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
1052         arguments. Fixes compilation error with gcc 3.3.
1053
1054 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1055
1056         * VERSION: release 2.7.10
1057
1058         * stepmake/stepmake/python-module-rules.make
1059         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
1060
1061         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
1062         real.hh
1063
1064 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1065
1066         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
1067         -Werror. Otherwise GCC barfs over various optimizations.
1068
1069         * scm/define-grob-properties.scm (all-internal-grob-properties):
1070         add note-head property
1071
1072         * Documentation/user/instrument-notation.itely (Laissez vibrer
1073         ties): new node.
1074
1075         * input/regression/laissez-vibrer-ties.ly: new file.
1076
1077         * lily/laissez-vibrer-engraver.cc: new file.    
1078
1079         * lily/include/tie-column-format.hh: new file.
1080
1081         * lily/tie-column-format.cc: new file. 
1082
1083         * lily/tie-column.cc (set_manual_tie_configuration): new function.
1084
1085         * lily/laissez-vibrer-tie.cc: new file.
1086
1087         * lily/include/laissez-vibrer-tie.hh: new file.
1088
1089         * ly/engraver-init.ly: add Laissez_vibrer_engraver
1090
1091         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
1092
1093         * scm/define-grobs.scm (all-grob-descriptions): add
1094         LaissezVibrerTie, LaissezVibrerTieColumn
1095
1096         * lily/tie-column.cc (set_tie_config_directions): new function
1097         (final_shape_adjustment): new function.
1098         (shift_small_ties): new function.
1099
1100         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
1101
1102         * lily/include/tie.hh (struct Tie_details): add x_gap_
1103         (struct Tie_configuration): add head_position_
1104
1105         * lily/tie-column.cc (set_chord_outline): new function.
1106
1107         * mf/cmr.enc.in:  remove file.
1108
1109 2005-09-11  Graham Percival  <gpermus@gmail.com>
1110
1111         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
1112
1113 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1114
1115         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
1116         reduce aliasing effects.
1117
1118         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
1119         box in skyline.
1120
1121 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1122
1123         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
1124
1125         * flower/include/real.hh: std::fabs too.
1126
1127 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
1130
1131         * lily, flower: Include C++ iso C headers.  Import namespace std
1132         throughout.
1133
1134         * lily/side-position-interface.cc: 
1135         * lily/scm-hash.cc: 
1136         * lily/note-head.cc: 
1137         * lily/include/includable-lexer.hh: 
1138         * flower/include/string-data.icc: Remove using std::*.
1139
1140         * lily, flower: Include C++ iso C headers.  Import namespace std
1141         throughout.
1142
1143         * lily/side-position-interface.cc: 
1144         * lily/scm-hash.cc: 
1145         * lily/note-head.cc: 
1146         * lily/include/includable-lexer.hh: 
1147         * flower/include/string-data.icc: Remove using std::*.
1148
1149         * Documentation/user/instrument-notation.itely (Entering lyrics):
1150         Multiple latin-1->utf-8 conversion fix.
1151
1152         * Documentation/user/*tely: Update Emacs cookie to utf-8.
1153
1154 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1155
1156         * lily/tie.cc (get_configuration): also avoid dots for non-space
1157         situations.
1158
1159 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1160
1161         * Documentation/user/instrument-notation.itely: Bugfix.
1162
1163 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1164
1165         * tex/GNUmakefile: don't install texinfo.tex
1166
1167         * tex/ : cleanup: remove unused files.
1168
1169         * lily/general-scheme.cc: remove my_{isinf,isnan}.
1170
1171         * flower/include/real.hh: using std::{isnan,isinf}
1172         
1173         * VERSION (PATCH_LEVEL): release 2.7.9
1174
1175 2005-09-05  Graham Percival  <gpermus@gmail.com>
1176
1177         * Documentation/user/ instrument-notation.itely,
1178         advanced-notation.itely: minor tweaks.
1179
1180         * input/test/script-chart.ly: add item padding.
1181
1182 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1183
1184         * flower/offset.cc: use math.h iso. <cmath>
1185
1186         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
1187         of IE users.
1188
1189         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
1190         (widen-left-stencil-edges): new function. Fix alignment problems
1191         with LaTeX includegraphics.
1192
1193         * lily/text-interface.cc (interpret_markup): use abort().
1194
1195 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1196
1197         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
1198
1199         * lily/tie.cc (get_configuration): update bezier shape as we
1200         change Y positions.
1201         (get_configuration): don't move large ties if we're outside of the
1202         staff.
1203
1204 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1205
1206         * scm/define-markup-commands.scm (strut): swap X and Y dims.
1207         
1208 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1209
1210         * .cvsignore: Add auto-generated configure files and then some.
1211
1212 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1213
1214         * scm/define-grobs.scm (DynamicLineSpanner): Add
1215         X-extent-callback.  Fixes hairpin-slur collision.
1216
1217 2005-08-31  Graham Percival  <gpermus@gmail.com>
1218
1219         * Documentation/user/advanced-notation.itely,
1220         basic-notation.itely: minor changes.
1221
1222 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1223
1224         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
1225         \linebreak between each .eps file if \betweenLilyPondSystem is
1226         undefined. 
1227
1228         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1229         music): Document the \linebreak
1230
1231         * Documentation/user/lilypond-book.itely,
1232         input/tutorial/lbook-latex-test.tex,
1233         Documentation/user/examples.itely: Remove \usepackage{graphics}
1234
1235 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1236
1237         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
1238
1239         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
1240         compat bugfix.
1241
1242         * scripts/lilypond-book.py (PREAMBLE_LY): define
1243         inside-lilypond-book
1244         (modify_preamble): new function. Insert \RequirePackage{graphics}
1245         when no {graphics found in preamble.  
1246
1247 2005-08030  Graham Percival  <gpermus@gmail.com>
1248
1249         * Documentation/user/basic-notation.itely, global.itely,
1250         tutorial.itely: misc small changes.
1251
1252 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1253
1254         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
1255         VERSION.
1256
1257 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1258
1259         * lily/tie-column.cc (new_directions): put Tie down on center
1260         staff line. 
1261
1262         * lily/script-interface.cc (before_line_breaking): use
1263         Grob::programming_error
1264
1265         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
1266
1267         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
1268         of splitext.
1269
1270 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1271
1272         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
1273
1274 2005-08-29  Werner Lemberg  <wl@gnu.org>
1275
1276         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
1277         the `*.scale.pfa' files to avoid warnings.
1278
1279 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1280
1281         * lily/tempo-performer.cc (process_music): idem.
1282
1283         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
1284
1285 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1286
1287         * Documentation/user/advanced-notation.itely (Text markup): not a
1288         fragment.
1289
1290         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
1291
1292         * lily/staff-performer.cc (initialize): add tempo/name to
1293         audio_staff_
1294
1295
1296 2005-08-26  Graham Percival  <gpermus@gmail.com>
1297
1298         * Documentation/user/advanced.itely: add text-only example.
1299
1300         * Documentation/user/invoking.itely: add index entries for
1301         convert-ly.
1302
1303         * Documentation/user/ tutorial.itely, basic-notation.itely:
1304         small fixes suggested by Steve D.  Thanks!
1305
1306 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1307
1308         * input/regression/markup-bidi-pango.ly: new file.
1309
1310         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
1311         standard. Remove #ifdef. Remove memleak.
1312         (text_stencil): use text_dir to decide how to composite items.
1313         (text_stencil): determine uniform text direction for the entire
1314         string.
1315
1316         * scripts/lilypond-book.py (output_name): remove
1317         latex_filter_cmd. Non-portable to non-Unix systems. 
1318         (get_latex_textwidth): use File.write and os.unlink() instead.
1319
1320         * THANKS: add Vicente & Trevor.
1321
1322         * lily/grob.cc (discretionary_processing): look up origin for
1323         programming_error too. 
1324
1325         * input/regression/tie-broken.ly: new file.
1326
1327         * lily/tie-column.cc (set_chord_outlines): set outline for line
1328         break case too.
1329         
1330 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1331
1332         * lily/pango-font.cc (text_stencil): don't translate glyphs in
1333         unscaled transform, just translate stencils.
1334
1335         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
1336         MIDI.
1337
1338         * scm/define-markup-commands.scm (wordwrap-string): use
1339         text-direction
1340         (wordwrap-stencils): idem.
1341         (line): idem.
1342         (fill-line): idem.
1343         (wordwrap-stencils): translate last line to right for
1344         text-direction = LEFT.
1345
1346         * scm/define-grob-properties.scm (all-user-grob-properties): add
1347         text-direction.
1348
1349 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1350
1351         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
1352         when copying a Lily_parser object.
1353
1354 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1355
1356         * scm/define-markup-commands.scm (null): add null markup.
1357
1358 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1359
1360         * lily/item.cc: Add documentation of center-invisible
1361
1362 2005-08-24  Graham Percival  <gpermus@gmail.com>
1363
1364         * Documentation/user/advanced-notation.itely: add info about
1365         raising text.
1366
1367         * Documentation/user/programming-interface.itely: fix example
1368         involving raised text.
1369
1370 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1371
1372         * lily/beam.cc (print): fix X start/end points of isolated
1373         beamlets.
1374
1375         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
1376
1377         * lily/multi-measure-rest.cc (set_text_rods): new function.
1378
1379         * lily/vertical-align-engraver.cc (process_music): call
1380         Align_interface::set_axis(). This forces #'elements to be ordered,
1381         preventing random vertical reordering of staves.
1382
1383         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1384         add avoid-slur property. 
1385
1386         * Documentation/user/basic-notation.itely (Measure repeats): add
1387         countPercentRepeats example.
1388
1389         * Documentation/user/advanced-notation.itely (Other text markup
1390         issues): remove remark about normal-font.  We have \normal-text
1391
1392         * input/regression/tie-chord.ly: add note about remaining bugs.
1393
1394         * lily/tie.cc (print): try Tie_column::set_directions () if
1395         control-points not yet defined.
1396
1397 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1398
1399         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
1400         extent. This fixes braces falling out of the EPS bbox.
1401
1402         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
1403         exactly to bbox.
1404
1405 2005-08-23  Graham Percival  <gpermus@gmail.com>
1406
1407         * {various} : change #up->#UP and #down->#DOWN.
1408
1409         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
1410
1411         * Documentation/user/advanced-notation.itely: clarify
1412         what objects handles text on a multimeasure rest.
1413
1414 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1415
1416         * VERSION (PATCH_LEVEL): release 2.7.7
1417
1418 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1419
1420         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
1421
1422         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
1423
1424         * input/regression/*.ly: formatting clean-up. Default layout
1425         before music expression.
1426
1427         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
1428         romanze28-2 example.
1429
1430         * scm/ps-to-png.scm: remove dir-re function.
1431         (make-ps-images): generate page names, instead of globbing them.
1432         This brings down LilyPond memory usage for make web by a factor
1433         10. (backportme?) 
1434
1435         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
1436         don't use glob. With 3000 files, globbing
1437         Documentation/user/out-www/ can take too much time. (backportme?)
1438         
1439         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
1440
1441         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
1442
1443         * input/regression/tie-manual.ly: new file
1444
1445         * input/regression/tie-chord.ly: update.
1446
1447         * flower/include/interval.hh (struct Interval_t): 
1448
1449         * lily/tie.cc (distance): new function 
1450         (height): new function.
1451         (init): new function
1452         (Tie_details): new struct.
1453
1454         * lily/skyline.cc (skyline_height): new function.
1455
1456         * lily/tie-column.cc (set_chord_outlines): new function.
1457         (new_directions): read tie-configuration
1458
1459         * lily/skyline.cc: fix ASCII art.
1460         
1461 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1462
1463         * python/convertrules.py (string_or_scheme): Fix spelling error
1464
1465 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1466         
1467         * lily/tie-column.cc (set_directions): set directions only once.
1468         (add_configuration): new function.
1469
1470         * lily/tie.cc (set_control_points): new function
1471
1472         * lily/tie-column.cc (new_directions): new function.
1473
1474         * ly/music-functions-init.ly: set 'pitch property
1475         iso. trill-pitch. This makes \relative work with \pitchedTrill
1476
1477         * lily/tie.cc (get_configuration): new function. Don't generate
1478         control points, rather, generate configuration.
1479         remove head-pair property.
1480
1481         * lily/include/tie.hh (struct Tie_configuration): new struct.
1482
1483 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1484
1485         * Documentation/topdocs/NEWS.tely: clarify.
1486
1487 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1488
1489         * lily/tie.cc: remove minimum-length
1490
1491         * scm/define-grob-properties.scm (all-user-grob-properties):
1492         remove staffline-clearance, y-offset 
1493
1494         * input/regression/tie-dots.ly (Module): remove.
1495
1496         * lily/tie.cc (get_control_points): rewrite. Put short ties in
1497         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
1498
1499         * input/regression/tie-single.ly: new file.
1500
1501 2005-08-21  Graham Percival  <gpermus@gmail.com>
1502
1503         * ly/bagpipe.ly: fix compile problem.
1504
1505 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1506
1507         * lily/midi-item.cc (name): new method.
1508
1509         * lily/staff-performer.cc (acknowledge_audio_element): use
1510         signature of baseclass.
1511
1512         * lily/engraver-group.cc (do_announces): move recursion call out
1513         of while loop. 
1514
1515         * lily/drum-note-performer.cc (class Drum_note_performer): use
1516         process_music everywhere.
1517
1518         * ly/performer-init.ly: add default children everywhere.
1519
1520         * lily/paper-book.cc (output): call paper-book-write-midis
1521         directly: always write MIDI, even if no \layout {} block. 
1522
1523 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1524
1525         * VERSION (PACKAGE_NAME): release 2.7.6
1526
1527         * lily/percent-repeat-engraver.cc (try_music): don't print warning
1528         about not being able to handle repeat.
1529
1530 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * Documentation/user/examples.itely (Piano templates):
1533         * lily/include/performer-group.hh: Remove last traces of
1534         Performer_group_performer.  Fixes make web.
1535
1536 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1537
1538         * Documentation/user/examples.itely (Piano templates): change
1539         Engraver_group_engraver -> Engraver_group
1540
1541         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
1542         scm_stand_in_procs is not weak_any.
1543
1544         * lily/volta-bracket.cc (print): don't use strcmp().
1545
1546         * lily/volta-engraver.cc (process_music): use
1547         Text_interface::is_markup() for setting the 'text property of the
1548         volta bracket.
1549
1550         * input/mutopia/claop.py (accents): update syntax to 2.6
1551
1552         * scm/define-context-properties.scm
1553         (all-user-translation-properties): add countPercentRepeats.
1554
1555         * Documentation/user/basic-notation.itely (Measure repeats): add
1556         isolated percent example.
1557
1558 2005-08-18  Graham Percival  <gpermus@gmail.com>
1559
1560         * input/ {various}: change direction #1, #-1 to
1561         #up/#down or \fooUp, \fooDown.
1562
1563         * Documentation/user/music-glossary.tely: #-1 to #down.
1564
1565         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
1566         to #up, #-1 to #down.
1567
1568 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1569
1570         * lily/include/engraver-group.hh: rename.
1571
1572         * lily/include/performer-group.hh: rename.
1573
1574 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1575
1576         * input/test/script-abbreviations.ly: Removed some old LaTeX
1577         left overs.
1578
1579 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1580
1581         * python/convertrules.py (conv): inside-slur -> avoid-slur.
1582         Remove functions.  Remove if 1: constructs, reindent.
1583
1584         * scripts/convert-ly.py (add_version): Add functions from
1585         convertrules.py
1586
1587         * scm/script.scm (default-script-alist):
1588         s/priority/script-priority.  Fixes script stacking.  Backportme.
1589         (Fermata): Very low priority.
1590
1591 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1592
1593         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
1594
1595         * input/regression/slur-script.ly: remove padding tweaks. Add
1596         comment strings.
1597
1598         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
1599         time sigs and related stuff.
1600
1601         * scm/define-grob-properties.scm (all-user-grob-properties): add
1602         @code{} tags to property description.
1603
1604         * lily/include/line-group-group-engraver.hh (Module): remove file.
1605
1606         * python/convertrules.py (conv): add rule for
1607         Engraver_group_engraver -> Engraver_group.
1608
1609         * lily/include/performer-group-performer.hh: analogous.
1610
1611         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
1612
1613         * lily/context-def.cc (instantiate): check for
1614         Engraver_group_engraver and Performer_group_performer not
1615         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
1616  
1617 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * input/les-nereides.ly: Remove three fingering tweaks, update
1620         remaining one.
1621
1622         * input/regression/slur-script-inside.ly: Update, fix doc.
1623
1624         * scm/script.scm: Update to avoid-slur.
1625
1626         * scm/define-grob-properties.scm (avoid-slur): New property.
1627
1628         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1629         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
1630         outside_slur_callback if avoid-slur != #'inside.
1631
1632         * scm/define-grobs.scm (Fingering, Textscript): No
1633         inside-slur/outside-slur preference.
1634         (DynamicLineSpanner): Always outside slur.
1635
1636         * input/regression/slur-script.ly: More tests.
1637
1638 2005-08-17  Graham Percival  <gpermus@gmail.com>
1639
1640         * Documentation/user/lilypond-book: fix notime entry.
1641
1642         * Documentation/user/advanced-notation.itely: add info on
1643         getting an I rehearsal mark.
1644
1645         * Documentation/user/putting.itely: reinstate "I", re-enforce
1646         the fact that \override numbers are the result of
1647         experimentation and personal taste.
1648
1649         * Documentation/user/invoking.itely: update convert-ly bugs.
1650
1651 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1652
1653         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
1654         to #t.
1655
1656         * lily/timing-translator.cc (initialize): don't initialize timing.
1657
1658         * input/regression/stem-spacing.ly (Module): remove file.
1659
1660         * input/regression/spacing-stick-out.ly: specify Score context for
1661         \override
1662
1663         * input/regression/clefs.ly: remove spurious {}s 
1664
1665 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
1666
1667         * Documentation/topdocs/NEWS.tely,
1668         input/regression/repeat-percent-count.ly: clarify a bit.
1669
1670 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1671
1672         * input/no-notation/display-lily-tests.ly: delete
1673         display-lily-init call.
1674
1675         * ly/music-functions-init.ly (displayLilyMusic): move
1676         display-lily-init call at top level, so that the user should not
1677         have to call it.
1678
1679         * scm/define-music-display-methods.scm (note-name->lily-string):
1680         retrieve note names directly from pitchnames using new function `rassoc'.
1681         (display-lily-init): note names list construction removed.
1682
1683 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1684
1685         * THANKS: spello.
1686
1687         * lily/lily-parser.cc (get_header): copy module, instead of
1688         returning it.
1689
1690         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
1691         counters.
1692
1693         * Documentation/user/basic-notation.itely (Measure repeats): add
1694         links to Counter grobs.
1695
1696         * scm/define-grobs.scm (all-grob-descriptions): add
1697         DoublePercentRepeatCounter
1698         (all-grob-descriptions): add PercentRepeatCounter
1699
1700         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
1701         also create counter grobs.
1702
1703         * lily/separation-item.cc (extremal_break_aligned_grob): don't
1704         return grob without space-alist.
1705
1706         * input/proportional.ly: tune staff-padding.
1707
1708         * input/regression/repeat-percent-count.ly: new file. 
1709
1710 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1711
1712         * input/no-notation/display-lily-tests.ly: moved from
1713         input/regression/ to input/no-notation. Be sure to call
1714         `display-lily-init' before trying to use the display function.
1715
1716 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1717
1718         * scripts/lilypond-book.py (option_definitions): Don't localize
1719         the empty string. Fixes bug when --psfonts was used with
1720         non-English locale.
1721
1722 2005-08-15  Graham Percival  <gpermus@gmail.com>
1723
1724         * lily/tuplet-bracket.cc: simple build fix.
1725
1726         * Documentation/user/putting.itely: use "we" instead of "I".
1727
1728         * Documentation/user/basic-notation.itely: cautionary accidentals
1729         work with naturals, too.
1730
1731 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1732
1733         * lily/tuplet-bracket.cc (calc_position_and_height): add
1734         staff-padding support.
1735
1736         * input/proportional.ly: set staff-padding.
1737         
1738         * VERSION (PATCH_LEVEL): release 2.7.5
1739
1740         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
1741         fixes. Remove tweaks.
1742
1743         * input/regression/tuplet-slope.ly: add a test case.
1744
1745         * lily/tuplet-bracket.cc (calc_position_and_height): revert
1746         erroneous fix. Add spanner bounds to offset array with relative X
1747         positions.
1748
1749         * ly/engraver-init.ly: add Rest_engraver only once.
1750
1751         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
1752         (*parser*) lookup if (*parser*) != #f.
1753
1754 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1755
1756         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1757         Cut-and paste update.
1758
1759         * input/regression/slur-script.ly: Add example of reverting
1760         inside-slur for fingering.
1761
1762         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
1763         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
1764
1765         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
1766         outside_slur_callback if inside-slur == #f (as opposed to unset).
1767
1768 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1769
1770         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
1771         encoding files are already removed.
1772
1773 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1774
1775         * Documentation/user/advanced-notation.itely (Instrument names):
1776         Document a workaround for instrument names that collide with
1777         system start braces/brackets.
1778
1779 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1780
1781         * lily/rest-collision.cc (do_shift): spello.
1782
1783         * input/proportional.ly: use #'used property. Set break-overshoot
1784         property.
1785
1786         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
1787
1788         * lily/paper-column.cc: add #'used property
1789
1790         * lily/mark-engraver.cc (stop_translation_timestep): set grob
1791         array for staves found.
1792
1793         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
1794         array for stavesFound.
1795
1796         * lily/staff-spacing.cc (next_note_correction): add fixed and
1797         space to calling convention. This fixes spacing of accidentals
1798         after barlines.
1799
1800         * input/regression/spacing-accidental-stretch.ly: add barline -
1801         accidental case.
1802
1803         * scm/framework-ps.scm (page-header): add version number to
1804         creator
1805         (eps-header): idem.
1806
1807         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
1808         
1809 2005-08-13  Graham Percival  <gpermus@gmail.com>
1810
1811         * Documentation/user/global.itely: add "fit as much as
1812         possible onto this page" example (Vertical spacing).
1813
1814 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1815
1816         * *: Nitpick run.
1817
1818         * buildscripts/fixcc.py: Fixes.
1819
1820 2005-08-12  Graham Percival  <gpermus@gmail.com>
1821
1822         * Documentation/user/advanced-notation.itely: add markup
1823         example to Text spanners.
1824
1825 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1826
1827         * Documentation/user/basic-notation.itely (Ties): Add example of
1828         tying a tremolo to a chord. Thanks to Steve Doonan. 
1829
1830         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
1831         properties and move tieMelismaBusy to the list of written
1832         properties. 
1833
1834 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1835
1836         * po/TODO: suggest to use a dedicated tool like kbabel.
1837
1838         * po/fi.po: update using kbabel.
1839
1840 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1841
1842         * *: Remove obsolete files.  Nitpick run.
1843
1844         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
1845
1846 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1847
1848         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
1849         too.
1850
1851         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
1852
1853         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
1854         whitespace as symbol separator.
1855
1856         * lily/side-position-interface.cc: Add slur-padding.
1857
1858         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
1859         quite a large fix, and it never worked in a stable release; so not
1860         really a regression.
1861
1862         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
1863         Update cut and paste code from Slur_engraver.
1864
1865         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1866         Add.
1867
1868         * scm/define-grobs.scm (DynamicLineSpanner): Add
1869         dynamic-line-spanner-interface.
1870         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
1871
1872 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1873
1874         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
1875         to_boolean () so that non-set 'inside-slur means false.
1876
1877         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
1878         slur has control-points.  Skip script without direction.  Always
1879         do_shift if script inside slur, even if slur not contained in
1880         script y-extent.  Increment k in loop.
1881
1882 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1883
1884         * scm/define-markup-commands.scm: Improved regexp to search for
1885         EPS bounding boxes and corrected call to ly:warning.
1886
1887 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1888
1889         * Documentation/user/programming-interface.itely (Displaying music
1890         expressions): doc for \displayLilyMusic. Also some precisions in
1891         "Markup construction in Scheme"
1892
1893 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1894
1895         * scm/define-markup-commands.scm (normal-text): Added 2 new
1896         markup commands, \normal-text and \medium (the latter thanks to
1897         Bruce Fairchild). 
1898
1899 2005-08-08  Graham Percival  <gpermus@gmail.com>
1900
1901         * Documentation/user/programming-interface.itely: fix @{ @}.
1902
1903         * scm/define-markup-commands.scm: add linewidth info to
1904         \justify and \wordwrap, add "upright is the opposite of italic".
1905
1906         * Documentation/user/advanced-notation.itely: shaped->shape,
1907         add (cons (markup "foo")) type of example to text markup,
1908         reword multi-measure rests section.
1909
1910         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
1911         comment.  No actual code was touched.
1912
1913         * Documentation/user/invoking.itely: add more info about
1914         \include.  Thanks, Bruce!
1915
1916         * THANKS: add Bruce Fairchild, alphabetise.
1917
1918         * Documentation/user/global.itely: document \score{\header{}}
1919         behavior.
1920
1921         * Documentation/user/basic-notation.itely: reword multi-measure
1922         rest discussion in Rests.
1923
1924 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1925
1926         * Documentation/user/programming-interface.itely (Markup
1927         construction in Scheme): Corrected example and tried to clarify
1928         the implicit \line in the table.
1929
1930 2005-08-07  Graham Percival  <gpermus@gmail.com>
1931
1932         * Documentation/user/instrument-notation.itely: moved
1933         some bagpipe info back into the bagpipe section.  Somehow
1934         it ended up in the "other vocal issues" section?!  :o_O
1935
1936 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1937
1938         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
1939         directories, not paths).
1940
1941 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1942
1943         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
1944         plain emmentaler/aybabtu.  Backportme.
1945
1946         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
1947         missing dir correction.
1948
1949 2005-08-05  Graham Percival  <gperlist@shaw.ca>
1950
1951         * scm/define-markup-commands: fix reversed justify/wordwrap
1952         doc strings.
1953
1954 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
1955
1956         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
1957         lily/gregorian-ligature-engaver.cc,
1958         lily/include/ligature-engraver.hh,
1959         lily/include/coherent-ligature-engraver.hh,
1960         lily/include/gregorian-ligature-engraver.hh: make these classes
1961         truely abstract.  This should fix some internal oddities such as
1962         duplicate as well as dead translator/property declarations, and
1963         also some dead code.
1964
1965         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
1966         bugfix: avoid message "junking empty ligature" on ligature
1967         brackets by collecting dummy grobs.
1968
1969 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
1972
1973         * input/proportional.ly (staffKind): bugfix.
1974         (staffKind): updates by Trevor Baca.
1975
1976         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
1977         default layout. 
1978
1979         * lily/tuplet-bracket.cc (print): check whether edge-text is a
1980         pair.
1981
1982         * lily/beam.cc (rest_collision_callback): call position_beam() if
1983         necessary.
1984
1985         * VERSION: release 2.7.4
1986
1987         * input/regression/spacing-uniform-stretching.ly: new file.
1988
1989         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
1990
1991         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
1992         contributor.
1993
1994         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
1995
1996         * input/proportional.ly: new file.
1997
1998         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
1999         columns is empty
2000
2001         * lily/tuplet-engraver.cc (finalize): new function. Reset right
2002         bounds to currentCommandColumn for the last step.
2003         (start_translation_timestep): if tupletFullLength is set, set
2004         bound to Paper Column
2005
2006         * input/regression/tuplet-full-length.ly (indent): new file.
2007
2008         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
2009         clique of loose columns, eg. a set of grace notes in strict
2010         notespacing.
2011
2012         * input/regression/spacing-strict-spacing-grace.ly: new file.
2013
2014         * lily/key-signature-interface.cc: change property name to
2015         alteration-alist
2016
2017         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
2018         keyAccidentalOrder
2019
2020         * python/convertrules.py (conv): keyAccidentalOrder ->
2021         keyAlterationOrder
2022
2023         * lily/key-engraver.cc (create_key): always print a cancellation
2024         for going to C-major/A-minor, regardless of printKeyCancellation.
2025         (create_key): remove typecheck for visibility. This fixes key
2026         signature not being printed.
2027
2028         * lily/spacing-determine-loose-columns.cc: new file.
2029
2030         * input/regression/spacing-strict-notespacing.ly: new file.
2031
2032         * lily/spacing-spanner.cc (generate_springs): rename from
2033         do_measure. 
2034         (generate_pair_spacing): new function.
2035         (init, generate_pair_spacing): set between-cols for floating
2036         nonmusical columns.
2037
2038         * lily/spaceable-grob.cc (get_spring): new function. 
2039
2040         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
2041         relative to the right edge of the prefatory matter.
2042
2043         * lily/beam.cc (print): read break-overshoot to determine where to
2044         stop/start broken beams.
2045
2046         * input/regression/spanner-break-overshoot.ly: new file.
2047
2048 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2049
2050         * ly/bagpipe.ly: updated.
2051
2052         * Documentat/user/instrument.itely: un-comment out bagpipe example.
2053
2054 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2055
2056         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
2057         support: now (de)crescs avoid slurs as well.
2058
2059         * Documentation/user/instrument-notation.itely (Bagpipe example):
2060         comment out non-functioning bagpipe example.
2061         (Bagpipe definitions): idem.
2062
2063         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
2064         (Top): add proportionalNotationDuration example.
2065
2066         * input/regression/spacing-proportional.ly: new file.
2067
2068         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
2069         synched to a beam.
2070
2071         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
2072         fixes beams with a single stem (eg. beams across linebreaks.)
2073
2074         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
2075
2076         * flower/rational.cc (operator +): prevent overflow. This fixes
2077         heavily nested tuplets.
2078
2079         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
2080         have to protect even those unlikely to be corrupted data members.  
2081
2082 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2083
2084         * ly/bagpipe.ly: new file.
2085
2086         * THANKS: added Sven Axelsson.
2087
2088 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2089
2090         * lily/spacing-engraver.cc (stop_translation_timestep): directly
2091         copy proportionalNotationDuration into currentMusicalColumn if
2092         set.
2093
2094         * lily/spacing-spanner.cc (musical_column_spacing): if
2095         uniform-stretching set, fixed space is 0.0
2096
2097         * input/regression/spacing-multi-tuplet.ly: show
2098         uniform-stretching property.
2099
2100         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
2101
2102         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
2103         (struct Spacing_options): new struct.
2104
2105         * lily/spacing-basic.cc: new file.
2106
2107         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
2108         delta_t doesn't have to be smaller than shortest_playing_len
2109
2110 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2111
2112         * input/regression/markup-arrows.ly:  new file.
2113
2114         * lily/tuplet-bracket.cc: document new behavior.
2115
2116         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
2117         with line breaks.
2118
2119         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
2120
2121         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
2122         default 
2123
2124         * lily/tuplet-bracket.cc: add edge-text property.
2125         add break-overshoot.
2126         (print): read break-overshoot.
2127         (print): read edge-text, add stencils.
2128
2129         * mf/feta-arrow.mf: new file.
2130
2131         * mf/feta-generic.mf: add feta-arrow.
2132
2133 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2134
2135         * Documentation/user/lilypond-book.itely (An example of a
2136         musicological document): Added flag -o to dvips for people who use
2137         the default setting in teTeX where output is sent to the printer. 
2138
2139         * Documentation/user/global.itely (Vertical spacing): Added
2140         reference to the Axis_group_engraver which documents the *Extent
2141         properties.
2142
2143 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2144
2145         * Documentation/user/basic-notation.itely (Tuplets): add note
2146         about nested tuplets. Remove BUG. 
2147
2148         * input/regression/tuplet-nest.ly: update: remove manual hack. 
2149
2150         * lily/tuplet-bracket.cc (print): use robust_scm2drul
2151         (print): manually call print() for subtuplets.
2152         (calc_position_and_height): add subtuplets to the
2153         support. Vertically shift outer tuplet 
2154
2155         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
2156         remove-first for Lyrics, ChordNames and FiguredBass
2157
2158         * scm/define-grob-properties.scm (all-internal-grob-properties):
2159         use ly:grob-array? iso. grob-list?
2160         (all-internal-grob-properties): add tuplets grob-array.
2161
2162         * lily/tuplet-bracket.cc (add_tuplet_bracket):
2163         new function
2164
2165 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2166
2167         * input/test/time-signature-staff.ly: new file.
2168
2169         * ly/declarations-init.ly (center): escape to Scheme. Fixes
2170         spurious #<Music FingerEvent> errors. Backportme.
2171
2172 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2173
2174         * Documentation/user/programming-interface.itely (Markup
2175         construction in Scheme): Corrected markup syntax in the
2176         translation table.
2177
2178 2005-08-03  Graham Percival  <gperlist@shaw.ca>
2179
2180         * Documentation/user/instrument-notation.itely: small update
2181         to bagpipe notation docs; thanks Sven!
2182
2183         * Documentation/user/basic-notation.itely: add link about trills.
2184
2185 2005-08-02  Graham Percival  <gperlist@shaw.ca>
2186
2187         * Documentation/user/music-glossary: remove accidentally committed
2188         fink patch.
2189
2190 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2191
2192         * lily/lily-parser.cc (get_header): new function. Enable multiple
2193         \header definitions.
2194
2195         * lily/parser.yy (lilypond_header_body): use get_header.
2196
2197         * ly/init.ly:
2198         * scm/lily-library.scm (print-score-with-defaults): renamed
2199         $globalheader to $defaultheader
2200         
2201         * Documentation/user/global.itely (Creating titles): added short
2202         explanation that multiple headers are useable.
2203
2204
2205 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2206
2207         * lily/module-scheme.cc (LY_DEFINE): new file. 
2208
2209         * Documentation/user/advanced-notation.itely (Font selection): add
2210         doco for make-pango-font-tree.
2211
2212 2005-07-31  Graham Percival  <gperlist@shaw.ca>
2213
2214         * Documentation/user/music-glossary: more languages
2215         for tenuto.
2216
2217         * Docuemntation/user/instrument-notation.itely: minor
2218         update for bagpipe example.
2219
2220 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2221
2222         * input/regression/+.ly (TODO): add some text.
2223
2224 2005-07-28  Graham Percival  <gperlist@shaw.ca>
2225
2226         * Documentation/user/invoking.itely: \score begins with music.
2227
2228         * Documentation/user/ basic-notation.itely,
2229         instrument-notation.itely: minor changes.
2230
2231         * Documentation/user/music-glossary.itely: began tenuto entry.
2232
2233 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2234
2235         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
2236
2237         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
2238
2239 2005-07-27  Graham Percival  <gperlist@shaw.ca>
2240
2241         * Documentation/user/examples.itely: remove bagpipe template.
2242
2243         * Documentation/user/instrument-notation.itely: add bagpipe
2244         section, maybe fix quotes in lyrics.  I hate text encoding.
2245         Clarify chord durations, more bagpipe stuff.
2246
2247 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2248  
2249         * lily/accidental-engraver.cc: formatting fixes.
2250
2251         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
2252         grob-array.
2253
2254         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
2255
2256         * lily/note-column.cc (arpeggio): new function.
2257
2258         * lily/note-spacing.cc (get_spacing): also take arpeggio into
2259         account for spacing.
2260
2261 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
2264         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
2265         mingw build.
2266         
2267 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2268
2269         * scm/lily.scm (lilypond-all): clear anonymous modules after
2270         processing files.
2271
2272 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2273
2274         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
2275         SCM_I_CONSP
2276
2277         * VERSION: 2.7.3 released
2278
2279         * Documentation/user/invoking.itely (Invoking lilypond): add
2280         LILYPOND_GC_YIELD documentation.
2281
2282         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
2283         scm_from_real / scm_make_real.
2284
2285         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
2286         higher. This increases memory footprint, but provides overall
2287         speedup of 15 to 20%. 
2288
2289         * lily/include/translator.hh (class Translator): remove
2290         PRECOMPUTED_VIRTUAL everywhere.
2291
2292         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
2293
2294         * lily/context.cc (now_mom): non-recursive now_mom() 
2295
2296         * lily/include/profile.hh: new file.
2297
2298         * lily/profile.cc: new file.
2299
2300         * lily/grob.cc (Grob::Grob): look properties up directly.
2301
2302         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
2303         lookups.
2304
2305         * lily/include/box.hh (class Box): smob Box type.
2306
2307         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
2308
2309         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
2310         protect() and unprotect(). Use throughout.
2311
2312 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2313
2314         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
2315
2316         * scm/define-music-display-methods.scm (markup->lily-string):
2317         markup elements can also be strings (without simple-markup
2318         appended)
2319
2320 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2321
2322         * lily/context.cc (where_defined): also assign value in
2323         where_defined().
2324
2325         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
2326         (curve_coordinate): new function
2327
2328         * lily/simple-spacer.cc (add_columns): only add rods between
2329         column i and begin/end if keep-inside-line is set (this repleces
2330         allow-outside-line as default)
2331
2332 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2333
2334         * lily/tuplet-engraver.cc (start_translation_timestep): only read
2335         tupletSpannerDuration if applicable.
2336
2337         * lily/font-size-engraver.cc (process_music): read fontSize only
2338         once per timestep.
2339
2340         * lily/engraver*cc: use throughout.
2341         
2342         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
2343
2344         * lily/translator.cc (add_acknowledger): new file. Directly jump
2345         into an Engraver::acknowledge_xxx () method based on a grobs
2346         interface-list.
2347
2348         * lily/include/translator-dispatch-list.hh (class
2349         Engraver_dispatch_list): new struct, new file.
2350
2351         * scm/define-context-properties.scm
2352         (all-internal-translation-properties): remove acceptHashTable,
2353         acknowledgeHashTable
2354
2355         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
2356
2357         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
2358         change acknowledgeHashTable to C++ member. 
2359
2360         * lily/rest-collision.cc (do_shift): use extract_grob_set().
2361
2362 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2363
2364         * scm/display-lily.scm: new file. Define a `display-lily-music'
2365         function, that displays the music expression given as an argument,
2366         using LilyPond notation.
2367
2368         * scm/define-music-display-methods.scm: new file. Implementation
2369         of display methods for each music type.
2370
2371         * ly/music-functions-init.ly (displayLilyMusic): new function for
2372         displaying music with LilyPond notation.
2373
2374         * input/regression/display-lily-tests.ly: new regression test file
2375         for `display-lily-music'.
2376
2377         * scm/markup.scm: remove obsolete debugging code (for printing
2378         markups with LilyPond notation).
2379
2380         * scm/define-music-types.scm (music-name-to-property-table):
2381         * scm/clef.scm (supported-clefs): export, in order to be accessible
2382         from the (scm display-lily) module.
2383
2384 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2385
2386         * Documentation/topdocs/NEWS.tely (Top): Typo.
2387
2388 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2389
2390         * Documentation/index.html.in, Documentation/texinfo.css,
2391           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2392           Documentation/bibliography/index.html.in,
2393           Documentation/bibliography/html-long.bst: revert css-width patch,
2394           it does not work with IE6.
2395
2396 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2397
2398         * Documentation/texinfo.css: revert 760px hack. 
2399
2400         * VERSION: release 2.7.2
2401
2402         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
2403
2404         * Documentation/user/basic-notation.itely (Barnumber check): add
2405         section.
2406
2407         * scm/music-functions.scm (skip-to-last): new function. Show only
2408         last showLastLength part of the \score.
2409
2410         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
2411
2412         * python/convertrules.py (conv): add ly:x-moment rule
2413
2414         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
2415
2416         * Documentation/topdocs/NEWS.tely (Top): add new feature.
2417
2418         * Documentation/user/instrument-notation.itely (Flexibility in
2419         alignment): options in subsections.
2420
2421         * lily/lyric-engraver.cc (process_music): don't typeset text for _
2422         syllable text. Instead, assume that the previous lyric text is a
2423         melismated text.
2424
2425         * Documentation/index.html.in: revert 800x600 change.
2426
2427 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2428
2429         * lily/main.cc (main): Remove invalid handle kludge.
2430
2431         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
2432         (lambda): add gui define.
2433
2434 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2435
2436         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
2437
2438         * Documentation/user/instrument-notation.itely (Musica ficta
2439         accidentals): add section Musica ficta accidentals
2440
2441         * lily/accidental-engraver.cc (make_suggested_accidental): new
2442         function.
2443         (make_standard_accidental): move into new function.
2444         (create_accidental): new function.
2445
2446         * scm/define-grobs.scm (all-grob-descriptions): new Grob
2447         AccidentalSuggestion
2448
2449         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
2450
2451         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
2452         undefined.
2453
2454         * Documentation/user/global.itely (Page formatting): document
2455         horizontalshift.
2456
2457         * scm/page-layout.scm (default-page-music-height):
2458         horizontalshift: new variable, shift all systems by
2459         horizontalshift to the right, to make space for instrument names.
2460
2461         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
2462
2463         * lily/input-scheme.cc (LY_DEFINE): take format commands.
2464
2465 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2466
2467         * lily/note-column.cc (dir): idem.
2468
2469         * lily/spacing-spanner.cc (Module): idem.
2470
2471         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
2472
2473         * lily/include/paper-column.hh (class Paper_column): add
2474         non-static get_rank() member.
2475
2476         * VERSION: release 2.7.1
2477         
2478         * scm/framework-null.scm: new file, used for benchmarking.
2479
2480 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
2481
2482         * Documentation/topdocs/INSTALL.texi, configure.in: fix
2483         version dependencies for fontforge and gs.
2484
2485         * Documentation/index.html.in, Documentation/texinfo.css,
2486         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2487         Documentation/bibliography/index.html.in, 
2488         Documentation/bibliography/html-long.bst: optimize width of
2489         html for a 800x600 screen (width:760), increases printability
2490         when 'fit to page' is not set and readability in wide screens.
2491
2492         * stepmake/bin/add-html-footer.py: add missing </p>.
2493
2494 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2495
2496         * scm/define-markup-commands.scm (beam): use polygon in beam
2497         command.
2498
2499         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
2500         all acknowledged grobs, and do potentially expensive merge and
2501         write in one go.
2502
2503         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
2504
2505         * configure.in (reloc_b): add --enable-static-gxx to statically
2506         link to libstdc++
2507
2508         * lily/GNUmakefile (static-gxx-libs): new target
2509         static-gxx-libs. Create symlink to libstdc++.a
2510
2511         * lily/new-lyric-combine-music-iterator.cc: rename to
2512         Lyric_combine_music_iterator
2513
2514         * lily/lyric-combine-music-iterator.cc
2515         (Old_lyric_combine_music_iterator): rename to
2516         Old_lyric_combine_music_iterator
2517
2518         * lily/*-engraver.cc (various): remove double use of
2519         PRECOMPUTED_VIRTUAL function: only use
2520         start_translation_timestep() and stop_translation_timestep(), not
2521         both.
2522
2523         * lily/break-substitution.cc (fast_substitute_grob_array): do
2524         fast_substitute_grob_array for all unordered grob_arrays.
2525         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
2526         (substitute_grob_array): optimize.
2527
2528         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
2529
2530         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
2531
2532         * lily/parser.yy: revert $globalheader patch.
2533         
2534         * lily/include/translator.icc
2535         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
2536         Translator methods, without _static helper.
2537  
2538         * lily/grob-smob.cc (derived_mark): rename from
2539         do_derived_mark(). Return void.
2540
2541         * scm/define-context-properties.scm
2542         (all-internal-translation-properties): remove tweakCount/tweakRank.
2543
2544         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
2545         predefined break-visibilities.
2546
2547         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
2548         booleans for break-visibility.
2549
2550         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
2551
2552         * python/convertrules.py (conv): rule for Timing_translator. 
2553
2554         * lily/include/translator.icc: new file. 
2555
2556         * lily/paper-column-engraver.cc (process_music): new
2557         file. Separate Paper_column factory from Score_engraver.
2558
2559         * lily/vertically-spaced-context-engraver.cc: administer
2560         spaceable-staves property of System.
2561
2562         * lily/translator-group-ctors.cc: new file.
2563
2564         * lily/context-property.cc (make_grob_from_properties): construct
2565         the right Grob class programmatically, looking at the class entry
2566         for the meta property.
2567
2568         * lily/break-align-engraver.cc (stop_translation_timestep): call
2569         Break_align_interface::add_element() directly.
2570
2571         * lily/context.cc (measure_position): measure_position() is now a
2572         normal function.
2573
2574         * lily/include/translator.hh (class Translator): rename
2575         process_acknowledged_grobs() to process_acknowledged() and move to
2576         Translator.
2577
2578         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
2579         field for each grob description.
2580
2581         * lily/include/translator-group.hh (class Translator_group):
2582         change to base class. Separate class from Translator. This gets
2583         rid of virtual inheritance for Engravers/Performers.
2584
2585         * lily/staff-performer.cc (class Staff_performer): derive
2586         Staff_performer from Performer, not Performer_group_performer 
2587
2588         * Lily/translator-group.cc (precomputed_recurse_over_translators):
2589         new function.
2590         (precompute_method_bindings): new function. Precompute lists of
2591         Translators, so we only call methods (process_music,
2592         start_translation_timestep, etc.) for Translators needing
2593         it. Also: dispose of pointer-to-member-function calls.
2594
2595         * lily/engraver-group-engraver.cc: remove engraver_each,
2596         recurse_down_engravers ()
2597
2598         * lily/note-head.cc (internal_print): only call
2599         glyph-name-procedure if style != default. 
2600
2601 2005-07-16  Graham Percival  <gperlist@shaw.ca>
2602
2603         * ly/titling-init.ly: add printallheaders option.
2604
2605         * Documentation/user/global.itely: document printallheaders.
2606
2607 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2608
2609         * lily/system.cc (do_derived_mark): don't mark from object_alist_
2610         anymore, but do it centrally.  
2611
2612         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2613         hammer hack.
2614
2615         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
2616
2617         * scm/output-lib.scm: remove hammer-print-function.
2618
2619         * lily/include/pointer-group-interface.hh (extract_grob_set): new
2620         macro. Declare a Link_array<Grob> and fill it from a grob.
2621         (extract_item_set): idem for item.
2622
2623         * lily/break-substitution.cc: add header.
2624         (fast_substitute_grob_array): rewrite for Grob_arrays.
2625         (substitute_grob_array): idem.
2626
2627         * lily/group-interface.cc (add_thing): remove file.
2628
2629         * flower/include/parray.hh (class Link_array): slice() is const.
2630
2631         * lily/include/grob-array.hh: new file.
2632
2633         * lily/grob-array.cc (spanner): new file.
2634
2635         * lily/beam-quanting.cc (fill): read details property from beam.
2636
2637         * lily/beam.cc: support details property.
2638
2639         * total speedups below: approx 10%.
2640
2641         * lily/include/beam.hh: new struct, softcode beam quanting parameters
2642
2643         * lily/include/grob.hh (class Grob): add interfaces_ member.
2644
2645         * lily/bezier.cc (init_polynomial_cache): new function: cache
2646         binom(3,j) t^j (1-t)^{3-j}
2647         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
2648
2649         * lily/*.cc: substitution throughout.
2650
2651         * lily/grob-property.cc (internal_get_object): new routine.
2652         (internal_set_object): idem. Store grob refrences in separate
2653         alist. This saves processing time, since properties aren't
2654         break-substituted, and the per grob namespace is smaller, both for
2655         grobs and non-grob properties.
2656
2657         * scm/define-grob-properties.scm (all-internal-grob-properties):
2658         remove center-element.
2659
2660         * lily/grob.cc: remove tweak-count, tweak-rank.
2661
2662 2005-07-15  Graham Percival  <gperlist@shaw.ca>
2663
2664         * Documentation/user/lilypond-book.itely: fixes example.
2665
2666 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2667
2668         * Documentation/user/global.itely (Creating titles):    
2669         * Documentation/user/examples.itely (All headers): change the
2670         place of \header in \score blocks (after music block) to make
2671         examples compile (cf. changes on parser.yy on 2005-07-10)
2672
2673 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2674
2675         * python/convertrules.py: add exc -> ecc rule.
2676
2677         * scripts/convert-ly.py: add location of convertrules.py
2678         in a comment.
2679
2680         * Documentation/user/changing-defaults.itely: fix language.
2681
2682 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
2685
2686 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2687
2688         * scm/output-socket.scm (grob-bbox): don't use inf? 
2689
2690         * flower/include/rational.hh: add operator bool() 
2691
2692         * scm/define-music-types.scm (music-descriptions): remove
2693         internal-class-name properties.
2694
2695         * lily/include/event.hh: remove file.
2696
2697         * lily/include/music-constructor.hh: remove file.
2698
2699         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
2700         in 'types property.
2701
2702         * lily/music.cc (duration_length_callback): new function.
2703
2704         * lily/event.cc: remove file.
2705
2706         * lily/music-constructor.cc: remove file.
2707
2708         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
2709
2710         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
2711         (get_context_key): idem.
2712
2713         * scm/lily.scm (lambda): new option object-keys (default to #f)
2714
2715         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
2716
2717         * scm/output-gnome.scm: remove beam routine.
2718
2719         * scm/output-ps.scm (scm): idem.
2720
2721         * scm/output-svg.scm: remove beam.
2722
2723         * ps/music-drawing-routines.ps: remove draw_beam.
2724
2725         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
2726
2727         * flower/include/guile-compatibility.hh (scm_from_locale_string):
2728         add scm_from_locale_string compatibility glue. 
2729
2730 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2731
2732         * scripts/lilypond-book.py: Prevent occuring error when
2733         'lilypond-book --output=foo/ somefile.ly' is executed multiple
2734         times and target file shoud be overwritten.  (Error message said
2735         'input file and output file is same'.)
2736
2737 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2738
2739         * input/regression/slur-extreme.ly,
2740         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
2741         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
2742         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
2743         "excentricity" to "eccentricity".
2744
2745         * Documentation/user/converters.itely: fix URL for Noteedit and
2746         Rosegarden.
2747
2748         * THANKS: added Yoshinobu Ishizaki.
2749
2750 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2751
2752         * scm/define-markup-commands.scm (justify-field): add. 
2753
2754         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
2755
2756 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2757
2758         * lily/lookup.cc (filled_box): express filled_box with
2759         round_filled_box
2760
2761         * scm/midi.scm (paper-book-write-midis): new function. Write all
2762         performances in numbered MIDI files.
2763
2764         * lily/performance-scheme.cc (LY_DEFINE): new file.
2765         (LY_DEFINE): new function ly:performance-write.
2766
2767         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
2768         new function.
2769         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
2770
2771         * scm/framework-*.scm: use port arguments throughout.
2772
2773         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
2774
2775         * lily/paper-outputter.cc (Paper_outputter): take port argument.
2776
2777         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
2778
2779         * scm/framework-texstr.scm (output-framework): 
2780
2781         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
2782
2783         * scm/output-lib.scm (tablature-stem-attachment-function):
2784         tablature stem attachment fix. 
2785
2786 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2787
2788         * lily/bezier.cc: hardcode binomial coefficients of order 3.
2789
2790         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
2791
2792         * scm/define-music-types.scm (music-descriptions): don't use
2793         Music_wrapper type.
2794
2795         * lily/paper-column.cc (print): print moment too.
2796
2797         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
2798         remove compatibility cruft.
2799
2800         * lily/parser.yy (score_body): \score can only begin with Music. 
2801
2802         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
2803         make-score. Take music argument only. Move parser interaction to
2804         Scheme.
2805
2806         * scm/lily-library.scm (scorify-music): new function.
2807
2808         * python/lilylib.py (datadir): remove 2.1 compat kludge.
2809         (datadir): remove resource import.
2810         (print_environment): remove get_bbox()
2811         (cp_to_dir): remove pre 1.5.2 compat glue.
2812
2813 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2814
2815         * lily/include/simple-spacer.hh (Module): idem.
2816
2817         * lily/include/spring.hh (struct Spring): store inverse
2818         strength. This prevents division by zero.
2819
2820         * VERSION: release 2.7.0
2821         
2822         * lily/include/music.hh (class Music): remove Music::duration_log()
2823
2824         * lily/stem-engraver.cc (make_stem): take duration log from event.
2825
2826         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
2827
2828 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2829
2830         * scm/lily.scm (ly:load): load autochange.scm
2831
2832         * Documentation/user/tutorial.itely (Running LilyPond for the
2833         first time): remove reference to DVI/TeX
2834
2835         * scm/define-markup-commands.scm (text): add \text markup command.
2836
2837         * configure.in (reloc_b): bump requirement to Python 2.2.
2838
2839         * lily/include/dots.hh (class Dots): make has_interface() static.
2840
2841         * python/convertrules.py (conv): add rule for ly:grob-default-font
2842
2843         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
2844         alphabetical order.
2845
2846         * input/regression/trill-spanner-pitched.ly: new file.
2847
2848         * lily/font-interface-scheme.cc (LY_DEFINE): function
2849         ly:grob-default-font (changed from get-default-font).
2850
2851         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
2852
2853         * lily/note-head.cc (internal_print): if style is not a symbol,
2854         set style to 'default. 
2855         (internal_print): no style suffix if glyph-name-procedure not
2856         set. Default to quarter head.
2857
2858         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
2859
2860         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
2861
2862         * ly/music-functions-init.ly: \pitchedTrill
2863
2864         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
2865
2866         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
2867
2868         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
2869
2870         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
2871
2872         * po/fr.po: update
2873
2874         * po/de.po: update.
2875
2876 2005-07-06  Graham Percival  <gperlist@shaw.ca>
2877
2878         * Documentation/user/changing-defaults.itely: add link
2879         to grob-iterface.
2880
2881         * Documentation/user/advanced-notation.itely: add material
2882         to Setting automatic beam behaviour.  Thanks, Joe!
2883
2884         * Documentation/user/lilypond.itely: change encoding to utf-8.
2885
2886 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2887
2888         * Documentation/user/advanced-notation.itely (Setting automatic
2889         beam behavior): Correct the documentation of
2890         revert-auto-beam-setting (backportme)
2891
2892 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2893
2894         * lily/ly-module.cc (ly_make_anonymous_module): define
2895         %module-public-interface of module. 
2896
2897         * lily/lily-parser.cc (print_smob): allow printing of parser smob
2898         without lexer.
2899
2900 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2901
2902         * input/regression/fret-diagrams.ly: stretch example.
2903
2904 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2905
2906         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
2907         Fodor).
2908
2909 2005-06-30  Graham Percival  <gperlist@shaw.ca>
2910
2911         * Documentation/topdocs/AUTHORS.texi: update personal web address.
2912
2913         * Documentation/user/examples.itely, lilypond-book.itely:
2914         change \RequirePackage to \usepackage.
2915
2916         * Documentation/user/global.itely: document copyright and tagline.
2917
2918 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2919
2920         * Documentation/user/basic-notation.itely (Transpose): remove link
2921         to nonexistent UntransposableMusic.
2922
2923         * scm/output-svg.scm: remove old definitions.
2924
2925         * scripts/lilypond-book.py (do_file): search for kpsewhich before
2926         invoking.
2927
2928         * python/lilylib.py (search_exe_path): new function.
2929
2930 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2931
2932         * python/lilylib.py (mkdir_p): remove setup_environment()
2933         (backportme)
2934
2935         * buildscripts/mutopia-index.py (headertext): trim text.
2936
2937         * Documentation/topdocs/NEWS.tely (Top): refresh.
2938
2939         * scm/define-markup-commands.scm (wordwrap-string): new function:
2940         split string in paras and words.
2941         (wordwrap-markups): new function.
2942         (wordwrap-stencils): new function. 
2943         (justify): use it.
2944         (wordwrap): use it.
2945         (wordwrap-string): use it
2946         (justify-string): use it.
2947
2948         * scm/lily-library.scm (regexp-split): new function.
2949
2950         * scm/define-markup-commands.scm: remove encoded-simple. 
2951         remove font-markup.
2952         (fontsize): remove old version  of fontsize.
2953         (wordwrap): new markup function. Wrap into paragraphs.
2954
2955         * VERSION: Branch lilypond_2_6
2956         (MINOR_VERSION): go to 2.7.0
2957
2958 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2959
2960         * po/zh_TW.po: update from translation project.
2961
2962 2005-06-28  Graham Percival  <gperlist@shaw.ca>
2963
2964         * scm/midi.scm: compile fix.
2965
2966 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2967
2968         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
2969         patch. Now, the tempfile module is loaded too, not only used.
2970
2971 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
2972
2973         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
2974         0.05 - 1.00 to 0.25 - 1.00
2975
2976         * scm/midi.scm: moved the default-instrument-equalizer procedure
2977         to just under the insturment-equalizer-alist it takes as an
2978         argument.
2979
2980 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2981
2982         * Documentation/user/advanced-notation.itely (Font selection):
2983         remove CMR note.
2984
2985         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
2986
2987 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2988
2989         * THANKS: Add UTF-8 marker.
2990
2991         * Documentation/user/point-and-click.itely (http): Update: use
2992         lilypond-invoke-editor.  Fix: instruct to use user.js.
2993
2994 2005-06-27  Graham Percival  <gperlist@shaw.ca>
2995
2996         * ly/titling-init.ly: implements printpagenumber, increases
2997         space between dedication and title (to avoid collisions with
2998         "g" and "q" in dedication), and nicer logic about copyright
2999         and instrument fields being printed on the first page.
3000         Thanks Vincent!
3001
3002         * Documentation/user/global.itely: document printpagenumber.
3003
3004 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3005
3006         * Documentation/topdocs/NEWS.tely: Update to 2.6.
3007
3008 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3009
3010         * THANKS: update to 2.6
3011
3012         * VERSION: 2.6.0 released.
3013
3014 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3015
3016         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
3017         rule, errorneously removed probably because of misleading comment.
3018
3019 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3020
3021         * python/lilylib.py (datadir): py2exe comments.
3022
3023         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
3024
3025         * configure.in (reloc_b): make fontconfig REQUIRED.
3026
3027 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
3028
3029         * po/fi.po: add latest translations.
3030
3031 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3032
3033         * ChangeLog: recode utf-8
3034
3035         * Documentation/pictures/lilypond.xpm (Module): edited photo as
3036         logo.
3037
3038         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
3039
3040         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
3041
3042         * python/convertrules.py (do_conversion): don't print program_name
3043         from within a module
3044
3045         * configure.in (reloc_b): bump fontforge requirement to 20050624.
3046
3047         * python/convertrules.py (conv): add 2.6.0 dummy rule.
3048
3049 2005-06-23  Graham Percival  <gperlist@shaw.ca>
3050
3051         * Documentation/user/lilypond-book.itely,
3052         Documentation/user/examples.itely: add \RequirePackage{graphics}.
3053
3054         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
3055         fixes baseline-skip.  Thanks Vincent!
3056
3057         * Documentation/user/advanced-notation.itely, global.itely:
3058         moved "Selecting font sizes" to global, since it deals with
3059         notation font size, not text fonts.
3060
3061 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3062
3063         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
3064         to fonts.
3065
3066 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3067
3068         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
3069         workaround since /dev/stdin doesn't work on Cygwin. Using a
3070         temporary file in the current directory since latex doesn't
3071         understand the path name to the default TMP in Cygwin (at least on
3072         win XP).
3073         
3074         * Documentation/user/global.itely (Creating titles): Correct
3075         misprint in example. Thanks to Rob Vlasaty.
3076
3077 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3078
3079         * VERSION (PATCH_LEVEL): release 2.5.32
3080
3081         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
3082         variable in lily module
3083
3084         * scm/framework-ps.scm (output-classic-framework): error message
3085         regarding the classic framework.
3086
3087         * Documentation/user/henle-flat-gray.png (Module): new file.
3088
3089         * Documentation/user/baer-flat-gray.png (Module): new file.
3090
3091         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
3092         whiteout for markups.
3093
3094         * buildscripts/substitute-encoding.py (note_glyph): include _ in
3095         regex too. This fixes change clef appearance in PDF. 
3096
3097         * ttftool/include/*: remove.
3098
3099         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
3100
3101         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
3102
3103         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
3104
3105         * ttftool/*: remove ttftool subdirectory.
3106
3107         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
3108
3109         * lily/ttf.cc (print_header): new file. Convert to type42, using
3110         FreeType to parse the TTF. 
3111
3112         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
3113         and post table may differ. Pass around post_nglyphs as well.
3114
3115 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3116
3117         * ly/music-functions-init.ly (musicMap): new music function
3118         musicMap. 
3119         
3120 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3121
3122         * make/mutopia-rules.make: anti-alias-factor = 2
3123
3124         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
3125         page switch.
3126
3127         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
3128         anti-alias-factor for lilypond-book runs.
3129
3130         * scm/ps-to-png.scm (scale-down-image): new function.
3131         (my-system): new function.
3132         (make-ps-images): blow up GS resolution by anti-alias-factor,
3133         scale down image by anti-alias-factor.  This improves appearance
3134         of bitmaps
3135         (make-ps-images): remove showpage. Fixes spurious empty png at
3136         end.
3137
3138         * scm/framework-ps.scm (write-preamble): downcase filename before
3139         string-matching. Should fix .TTF files (as opposed to ttf files)  
3140
3141         * Documentation/user/tutorial.itely (Running LilyPond for the
3142         first time): separate subsections for windows, macos and unix.  
3143
3144         * Documentation/user/invoking.itely (Updating files with
3145         convert-ly): add MacOS X note.
3146
3147 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3148
3149         * Documentation/user/introduction.itely (Engraving): don't include
3150         file optical-spacing, add directly.
3151
3152         * lily/paper-outputter.cc (file): open file in binary mode. This
3153         fixes OTF embedding on windows.
3154
3155 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3156
3157         * scm/framework-ps.scm (write-preamble): remove debugging output.
3158
3159         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
3160
3161         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
3162         outdir.
3163         (install-fc-cache): install font cache in installation directories.
3164
3165 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3166
3167         * scm/editor.scm (editor-command-template-alist): Use char iso
3168         column, except for Emacs.
3169         (get-editor-command): Substitute char too (Bertalan Fodor).
3170
3171 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3172
3173         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
3174         quoted ~s.  This should fix PNG output on Windows; single quotes
3175         are regular characters on Windows.
3176
3177 2005-06-16  Graham Percival  <gperlist@shaw.ca>
3178
3179         * Documentation/user/basic-notation.itely: include ChoirStaff
3180         in System start delimiters.
3181
3182         * Documentation/user/putting.itely: new doc section on
3183         fixing overlapping notation.
3184
3185 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3186
3187         * Documentation/user/global.itely (Paper size): \paper is in
3188         \book, not \score.
3189
3190         * make/mutopia-rules.make: -ddelete-intermediate-files
3191
3192         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
3193
3194 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * ChangeLog: Recode utf-8.
3197
3198         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
3199         datadir with .py modules.
3200
3201 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3202
3203         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
3204
3205 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3206
3207         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
3208         
3209         * scm/framework-ps.scm (write-preamble): remove status check.
3210
3211         * Documentation/user/invoking.itely (Updating files with
3212         convert-ly): remove -o option.
3213
3214         * VERSION (PACKAGE_NAME): release 2.5.31
3215
3216         * scm/framework-ps.scm (write-preamble): use ly:system.
3217         (write-preamble): verbosity.
3218
3219         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
3220
3221         * python/convertrules.py: new file. Store conversion rules
3222         separately.
3223
3224 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3225
3226         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
3227
3228 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3229
3230         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
3231         \musicDisplay 
3232
3233         * Documentation/user/instrument-notation.itely (More stanzas): Add
3234         reference to StanzaNumber.
3235
3236 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3237
3238         * THANKS: separate section for website translators.
3239
3240 2005-06-14  Graham Percival  <gperlist@shaw.ca>
3241
3242         * Documentation/topdocs/INSTALL.texi: update vim info;
3243         thanks Simon Bailey!
3244
3245         * Documentation/user/advanced-notation.itely: included
3246         color names.
3247
3248         * Documentation/user/advanced-notation.itely,
3249         Documentation/usr/notation-appendices.itely: moved
3250         color names into an appendix.
3251
3252 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3253         
3254         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
3255
3256         * scm/lily.scm (lambda): initialize program options from here.
3257
3258         * scm/framework-*.scm: add header info.
3259
3260         * lily/main.cc (parse_argv): only set output format to pdf if no
3261         other format specified.
3262
3263         * scm/backend-library.scm (postprocess-output): process
3264         'delete-intermediate-files after running convert-to-*. This fixes
3265         PNG generation when 'delete-intermediate-files is set.
3266         
3267 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3268
3269         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
3270         links on website. 
3271
3272 2005-06-13  Graham Percival  <gperlist@shaw.ca>
3273
3274         * Documentation/topdocs/INSTALL.texi,
3275         Documentation/user/lilypond-book.itely: typos.
3276
3277 2005-06-12  Pal Benko  <benkop@freestart.hu>
3278
3279         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
3280         added between program name and switch; -b changed to -f not
3281         to generate pdf
3282
3283 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3284
3285         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
3286         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
3287
3288         * input/sakura-sakura.ly: add \midi.
3289
3290         * buildscripts/mutopia-index.py (find): use /usr/bin/find
3291         iso. python find. 
3292
3293         * ttftool/test.c (main): cosmetics.
3294
3295         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
3296
3297         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
3298         create a ttf2ps binary.
3299
3300         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
3301
3302         * scm/backend-library.scm (postscript->png): set rename-page-1 to
3303         true.
3304
3305 2005-06-11  Graham Percival <gperlist@shaw.ca>
3306
3307         * Documentation/user/lilypond-book.itely: add warning about
3308         the font warnings in dvips.
3309
3310 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3311
3312         * THANKS: typo
3313
3314         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
3315
3316         * GNUmakefile.in: remove links for .map, .enc
3317         don't fail if out/ doesn't exist yet.
3318
3319 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3320
3321         * ttftool/util.c (surely_read): return nbytes
3322
3323         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
3324
3325         * VERSION (PACKAGE_NAME): release 2.5.30
3326
3327         * flower/string-convert.cc (precision_string): >? fix.
3328
3329         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
3330         (make-ps-images): add verbose -q too.
3331
3332         * lily/default-actions.cc (Module): new file. default
3333         {book,score}-print functions.
3334
3335         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
3336         pass results via parseStringResult, lookup via ly:parser-lookup.  
3337
3338         * lily/lily-parser.cc (Lily_parser): only clone lexer in
3339         constructors.
3340         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
3341         (parse_string): idem.
3342
3343         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
3344
3345         * lily/main.cc (main_with_guile): copy be_verbose_global into
3346         ly_set_option()
3347
3348 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * scm/backend-library.scm (postscript->pdf):
3351         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
3352         verbose mode.  Search for several names of gs executable.
3353
3354 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3355
3356         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
3357         directly. This fixes a massive memory leak, provided you use CVS
3358         GUILE.
3359
3360 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
3361
3362         * ly/property-init.ly: Added tieDashed.
3363
3364         * THANKS: Added some bughunters for 2.5.
3365
3366 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3367
3368         * lily/program-option.cc: add debug-gc option.
3369
3370         * lily/include/lily-guile-macros.hh: don't protect exported module
3371         objects.
3372
3373         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
3374
3375         * scm/backend-library.scm (postscript->pdf): use
3376         delete-intermediate-files iso. running-from-gui? 
3377
3378         * ttftool/util.c (surely_read): robustness. Allow read() to return
3379         less bytes than requested, as per posix standards.
3380
3381         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
3382         program option.
3383
3384         * ttftool/include/ttftool.h ("C"): rename verbosity to
3385         ttf_verbosity. Add to public interface.
3386
3387         * scm/music-functions.scm (unfold-repeats): remove debugging display.
3388
3389         * lily/program-option.cc: rename from scm-option.cc
3390
3391         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
3392         (get_help_string): Print pretty help string.
3393
3394         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
3395         to snippet preamble.
3396
3397         * lily/scm-option.cc: remove command-line-settings option. Fold
3398         all command-line options plus default settings in a generic
3399         interface. 
3400
3401         * flower/getopt-long.cc (table_string): indent 2nd lines of help
3402         texts too.
3403
3404 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3405
3406         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
3407         or EXT_ components non-empty.
3408
3409 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3410
3411         * scm/lily.scm (running-from-gui?): Export.
3412
3413         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
3414         output in .ly source directory.
3415
3416 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3417
3418         * ttftool/util.c (surely_lseek): more verbosity.
3419
3420         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
3421         compile.
3422
3423         * lily/parser.yy (Repeated_music): remove >? 
3424
3425         * scm/backend-library.scm (postscript->pdf): Support for
3426         -dgs-font-load=1
3427
3428         * scm/framework-ps.scm (write-preamble): make font loading
3429         switchable to GS via --define-default gs-font-load=1
3430
3431 2005-06-09  Graham Percival  <gperlist@shaw.ca>
3432
3433         * Documentation/user/global.itely: added \layout docs.
3434
3435 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3436
3437         * lily/lily-parser-scheme.cc: add unistd.h
3438
3439 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3440
3441         * scm/editor.scm: add char argument.
3442
3443         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
3444
3445         * ttftool/util.c (syserror): use errno for better error reporting.
3446
3447         * lily/source-file.cc (get_counts): new function. Calc column,
3448         line and char count in one go.
3449
3450         * lily/binary-source-file.cc (quote_input): rename to quote_input
3451
3452         * lily/input.cc (set): new function.
3453
3454 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
3457         directory part of file name to search directory.
3458
3459         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
3460         search path and chdir to DIR if --outname=DIR used.
3461
3462         * lily/main.cc (prepend_env_path): Bugfix: Check directory
3463         existence before appending original path.
3464
3465 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3466
3467         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
3468         file" massage.
3469
3470         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
3471         texinfo.tex is always used.
3472         
3473 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3474
3475         * flower/include/axis.hh: rename from axes.hh
3476
3477         * lily/include/text-interface.hh (Module): rename from text-item.hh
3478
3479         * VERSION (PATCH_LEVEL): release 2.5.29
3480
3481         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
3482
3483         * scm/framework-ps.scm (font-file-as-ps-string): new function.
3484         (handle-macfont): new function. Call fondu for Native mac fonts.
3485
3486         * scm/define-markup-commands.scm (fill-line): handle text-widths =
3487         '() case.
3488
3489 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3490
3491         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
3492         multi-page.  Fix .eps regular expression.
3493
3494 2005-06-07  Graham Percival  <gperlist@shaw.ca>
3495
3496         * Documentation/user/putting.itely: add info on modifying templates.
3497
3498         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
3499         misc small changes.
3500
3501 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3502
3503         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
3504
3505         * scripts/lilypond-ps2png.scm
3506
3507         * VERSION (PACKAGE_NAME): release 2.5.28
3508
3509 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3510
3511         * lily/main.cc (prepend_env_path): Do not append /, that does not
3512         work.  Localedir lives in datadir, not in prefix.
3513
3514         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
3515         hack for windows.
3516
3517         * flower/include/file-cookie.hh: Compile fix.
3518
3519 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3520
3521         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
3522
3523         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
3524         system primitives.
3525         (gulp-port): using read-string!/partial. We don't want to read an
3526         entire PS file  (GUILE 1.6 limits strings to 16M) 
3527
3528         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
3529         properties. Add font-interface. 
3530
3531         * scm/define-grob-properties.scm (all-user-grob-properties):
3532         remove old bracket properties.
3533
3534         * scm/x11-color.scm: reformat. 
3535
3536         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
3537         LedgerLineSpanner if new StaffSymbol is found. 
3538
3539         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
3540         staff-symbol for finishing staff. 
3541
3542         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
3543
3544         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
3545         change black to currentColor everywhere. This fixes color support
3546         in SVG.
3547
3548 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
3549
3550         * input/regression/fret-diagrams.ly: new file to test fret diagram
3551         capability
3552
3553         * scm/output-tex.scm: remove white-dot and white-text
3554
3555         * scm/output-ps.scm: remove white-dot and white-text
3556
3557         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
3558         using ly:stencil-in-color instead
3559         (draw-dots) : remove call to white-dot
3560
3561 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3562
3563         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
3564         support.
3565
3566         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
3567
3568         * flower/include/file-cookie.hh: new file. lily_cookie extension 
3569
3570         * flower/file-cookie.cc: new file. lily_cookie extension.
3571         
3572 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3573
3574         * scm/editor.scm (editor-command-template-alist): Add syn
3575         editor (Jaap [de Vos]).
3576
3577 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * scripts/lilypond-ps2png.scm:
3580         * scm/ps-to-png.scm: New file.
3581
3582         * scm/backend-library.scm (postscript->png): Use it.
3583
3584         * scripts/lilypond-ps-to-png.py: Remove file.
3585
3586         * python/lilylib.py (get_bbox, make_ps_images): Remove.
3587
3588 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3589
3590         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
3591
3592         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
3593         start on grace moment. Fixes autobeam-grace.ly.
3594
3595         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
3596         process anything unless we're at the end of a pending beam. Fixes
3597         syncopated 8ths beamed across a beat.
3598
3599 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3600
3601         * scm/editor.scm (editor-command-template-alist): Start emacs if
3602         emacslient fails.
3603
3604         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
3605
3606         * flower/file-path.cc (is_file, is_dir): Export.
3607
3608         * lily/main.cc (prepend_env_path, set_env_file): Use them.
3609
3610 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3611
3612         * lily/easy-notation.cc: Added include cctype to correct
3613         compilation error.
3614
3615 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3616
3617         * scm/backend-library.scm (postscript->pdf): set resolution to
3618         1200, so bitmap fonts aren't that ugly. 
3619
3620         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
3621
3622         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
3623         parent if we have a notehead. Fixes incorrect offsets when
3624         Paper_column is very wide in the X direction.
3625
3626         * input/regression/font-family-override.ly (Module): new file.
3627
3628         * scm/font.scm (make-pango-font-tree): new function.
3629
3630         * lily/beam.cc (before_line_breaking): remove warning about less
3631         than 2 visible stems. We still get a warning when there is only
3632         one stem.
3633
3634 2005-06-01  Werner Lemberg  <wl@gnu.org>
3635
3636         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
3637         correctly.
3638
3639 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3640
3641         * lily/slur-scoring.cc (generate_avoid_offsets): new
3642         function. Generate avoid offsets once per slur.
3643
3644         * lily/slur.cc (add_extra_encompass): add dependency to
3645         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
3646
3647         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
3648         too. Fixes inf error with added bass notes.
3649
3650         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
3651         argument anymore.
3652
3653         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
3654
3655         * input/tutorial/lbook-latex-test.tex: add line length test.
3656
3657         * scripts/lilypond-book.py (set_default_options): new
3658         function. Call this before dissecting snippets, so linewidth
3659         settings reach the snippets.
3660
3661 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3662
3663         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
3664
3665 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3666
3667         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
3668
3669 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3670
3671         * stepmake/aclocal.m4: More autopackage friendliness.
3672
3673 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3674
3675         * Documentation/index.html.in: remove link to LSR.
3676
3677         * Documentation/user/global.itely: remove duplicate
3678         "dedication" \header{} section.
3679
3680 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3681
3682         * VERSION (PACKAGE_NAME): release 2.5.27.
3683
3684         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
3685         too. Plugs memory leak.
3686
3687         * make/lilypond.fedora.spec.in (Group): remove
3688         lilypond-pdfpc-helper.
3689
3690         * scripts/GNUmakefile (SEXECUTABLES): remove
3691         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
3692
3693         * scm/font.scm (make-century-schoolbook-tree): add Mono as
3694         'typewriter family.
3695
3696         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
3697         memory leak.
3698
3699         * lily/parser.yy (score_body): don't clone Score, that's done in
3700         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
3701
3702         * lily/score-engraver.cc (derived_mark): new function.
3703         (initialize): unprotect Paper_score. This fixes a memory leak.
3704
3705         * lily/score-performer.cc (derived_mark): new function.
3706
3707         * lily/score-translator.cc (get_output): use SCM for get_output() call.
3708
3709         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
3710         spurious warning.
3711
3712         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
3713         serif.
3714
3715 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3716
3717         * configure.in (reloc_b): Add --enable-relocation.
3718
3719 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3720
3721         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
3722
3723         * input/regression/alignment-order.ly: add Staff example.
3724
3725 2005-05-31  John Mandereau   <john.mandereau@free.fr>
3726
3727         * po/fr.po: update.
3728
3729 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3730
3731         * Documentation/index.html.in: add link to LSR.
3732
3733 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3734
3735         * scm/define-stencil-commands.scm (Module): new file. Register all
3736         allowed stencil expression heads in a central place.
3737
3738         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
3739         ly:make-stencil
3740
3741         * lily/stencil-expression.cc (all_stencil_heads): registering
3742         stencil expressions.
3743
3744         * lily/stencil-interpret.cc: new file. Stencil expression
3745         interpreting.
3746
3747         * input/xiao-haizi-guai-guai.ly: move file back.
3748
3749 2005-05-30  Graham Percival  <gperlist@shaw.ca>
3750
3751         * Documentation/user/advanced.itely, converters.itely,
3752         instrument-notation.itely, lilypond-book.itely: misc small
3753         changes.
3754
3755 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3756
3757         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
3758
3759         * make/lilypond.fedora.spec.in: Fix source url.
3760
3761         * cygwin: Update from mingw patches.
3762
3763         * scm/editor.scm (editor-command-template-alist): Use jedit
3764         -reuseview (Bertalan), add uedit (Patrick Huberts).
3765
3766         * input/xiao-hai-zi-guai-guai.ly: Rename from
3767         xiao-haizi-guai-guai.ly.
3768
3769         * input/*: Reindent, do not use TAB.
3770
3771         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
3772         white background.
3773
3774 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3775
3776         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
3777         numerical overflow error.
3778
3779 2005-05-29 Laura Conrad <lconrad@laymusic.org>
3780         
3781         * abc2ly.py: fix to syntax error in multi-part output.
3782
3783 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3784
3785         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
3786         with disappearing span bars when alignAboveContext is active
3787
3788         * lily/property-iterator.cc (check_grob): use is-grob?
3789         object-property. Fixes crash-key-sig-font-size.ly. 
3790
3791 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3792
3793         * lily/bar-line.cc (print): don't round barlines; this produces
3794         odd aliasing effects in Acroread.
3795
3796         * lily/timing-engraver.cc (process_music): robustness fix.
3797
3798         * lily/context-def.cc (filter_engravers): bugfix.
3799
3800 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3801
3802         * lily/lilypond.rc.in: Add ly-icon.
3803
3804         * lily/GNUmakefile: 
3805         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
3806         rules.
3807
3808 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3809
3810         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
3811
3812         * ps/music-drawing-routines.ps: 
3813
3814         * scm/output-ps.scm: remove draw ez_ball.
3815
3816         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3817         EasyNotation context definition.
3818
3819         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
3820         Text_interface and color for making easy note heads.
3821
3822         * lily/stencil.cc (with_color): new function.
3823
3824         * ps/music-drawing-routines.ps: remove draw_zigzag_line
3825
3826         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
3827         output routine. Zigzag now works in SVG too.
3828
3829         * scm/output-tex.scm (filledbox): idem.
3830
3831         * scm/output-svg.scm (filledbox): idem.
3832
3833         * scm/output-ps.scm (lily-def): remove horizontal-line. 
3834
3835         * lily/lookup.cc (horizontal_line): use draw-line. 
3836
3837         * lily/system-start-delimiter.cc: remove old staff bracket code.
3838
3839         * mf/feta-haak.mf: further tweaks.
3840
3841         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
3842
3843         * mf/feta-generic.mf: include feta-haak.
3844
3845         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
3846
3847         * scm/framework-ps.scm (write-preamble): only load fonts if their
3848         filename is a string. 
3849
3850 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3851
3852         * scm/output-svg.scm (circle): support circle.
3853         (bracket): stub for bracket.
3854
3855         * scripts/lilypond-book.py (main): make sure --psfonts warning is
3856         correct.
3857
3858 2005-05-26  Graham Percival  <gperlist@shaw.ca>
3859
3860         * Documentation/user/lilypond.tely, advanced-notation.itely,
3861         basic-notation.itely, instrument-notation.itely, global.itely,
3862         introduction.itely, tutorial.itely: rearranging, editing,
3863         clean-up.
3864
3865         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
3866         for compiling on FreeBSD.
3867
3868 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3869
3870         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
3871         otf files.
3872
3873         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
3874         bugfixes.
3875
3876         * VERSION: 2.5.26 released.
3877
3878         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
3879
3880 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
3881
3882         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
3883         if printpagenumber is false.
3884
3885 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3886
3887         * lily/font-config.cc (init_fontconfig): comment out FontConfig
3888         cache warning.
3889
3890         * lily/tie.cc (print): support dotted ties.
3891         
3892 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3893
3894         * scm/define-grobs.scm (all-grob-descriptions): switch off
3895         debugging
3896         (all-grob-descriptions): Arpeggio has Y-extent.
3897
3898         * scm/define-music-properties.scm (all-music-properties): document
3899         length-callback and start-callback as "read-only".
3900
3901         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
3902         length-callback after creation. 
3903
3904         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
3905         compressmusic -> compressMusic.
3906
3907         * ly/music-functions-init.ly (oldaddlyrics): idem.
3908
3909         * lily/parser.yy: NewLyricCombineMusic ->
3910         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
3911
3912 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3913
3914         * ly/Welcome_to_LilyPond.ly: typo.
3915
3916 2005-05-24  Graham Percival  <gperlist@shaw.ca>
3917
3918         * Documentation/user/lilypond.tely: move changing-defaults to be
3919         before global issues.
3920
3921         * Documentation/user/basic-notation.itely: move Transpose section
3922         here from advanced/Other.
3923
3924         * Documentation/user/changing-defaults.itely,
3925         advanced-notation.itely: move Fonts to advanced, edit.
3926
3927 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3928
3929         * lily/parser.yy (bare_int): remove rule.  From now on, we require
3930         # before negative integers.
3931
3932 2005-05-23  Graham Percival  <gperlist@shaw.ca>
3933
3934         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
3935
3936         * Documentation/user/lilypond.tely: change Unified index to
3937         LilyPond index.
3938
3939         * Documentation/user/advanced-notation.itely,
3940         instrument-notation.itely: editing.
3941
3942 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3943
3944         * scm/lily.scm (lilypond-all): Bugfix: return failed.
3945
3946         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
3947
3948 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3949
3950         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
3951         ly:port-move.  Needs to be stderr-specific on mingw.
3952         Run fixcc.
3953
3954 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3955
3956         * lily/general-scheme.cc (ly:port-move): Remove.
3957
3958         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
3959         windows.
3960
3961         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
3962         variables.  This eliminates the need for a gs.bat wrapper, which
3963         opens a console.
3964
3965         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
3966         * scm/lily.scm (running-from-gui?): 
3967         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
3968         artifact of not compiling with -mwindows.
3969
3970         * scm/editor.scm: Define PLATFORM.
3971
3972 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3973
3974         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
3975         can start to cut & paste lilypond-book fragments.  
3976
3977         * scm/define-music-types.scm (music-descriptions): remove
3978         UntransposableMusic
3979
3980 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3981
3982         * scm/output-ps.scm (glyph-string): remove / before CIDs.
3983
3984 2005-05-20  Graham Percival  <gperlist@shaw.ca>
3985
3986         * Documentation/user/instrument-notation.itely: remove *Engraver.
3987
3988         * Documentation/user/advanced-notation.itely: edit, rearrange.
3989
3990 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3991
3992         * scm/output-ps.scm (glyph-string): take cid? argument. Use
3993         findresource iso. findfont for CID CFF fonts.
3994
3995         * VERSION (PACKAGE_NAME): release 2.5.25
3996
3997         * ly/Welcome_to_LilyPond.ly: add  \version
3998
3999 2005-05-20  Graham Percival  <gperlist@shaw.ca>
4000
4001         * Documentation/user/programming-interface.itely: move
4002         \displayMusic into its own section.
4003
4004         * Documentation/user/basic-notation.itely: finish editing.
4005
4006 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4007
4008         * flower/file-path.cc (find): don't throw away file_name.dir, but
4009         append to it. Fixes \include with directories.
4010
4011         * flower/include/file-path.hh (class File_path): don't derive from
4012         Array<String>.
4013
4014         * flower/include/file-name.hh (class File_name): remove to_str0()
4015
4016         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
4017         Hara_kiri_engraver in separate file.
4018
4019         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
4020         translation went wrong. Fixes vertically translated slurs.
4021
4022 2005-05-19  Graham Percival  <gperlist@shaw.ca>
4023
4024         * Documentation/user/basic-notaton.itely: editing.
4025
4026 2005-05-18  Graham Percival  <gperlist@shaw.ca>
4027
4028         * Documentation/user/macros.itexi, basic-notation.itely:
4029         add @commonprop (commonly used properties) macro.
4030
4031 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4032
4033         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
4034
4035         * scripts/lilypond-book.py (invokes_lilypond): new function
4036         (main): only run fontextract if invokes_lilypond() is true.
4037
4038         * lily/function-documentation.cc (ly_add_function_documentation):
4039         duh, use !=
4040
4041         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
4042
4043         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
4044
4045         * scm/lily.scm (running-from-gui?): lowercase Darwin.
4046
4047         * lily/function-documentation.cc (ly_add_function_documentation):
4048         use scm_hash_table_p() for checking.
4049
4050 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4051
4052         * Documentation/user/advanced-notation.itely (Text scripts):
4053         Change nonexisting @internalsref{Text markup} to @ref{Text
4054         markup}.  Change @internalsref{Text script} to
4055         @internalsref{TextScript}.
4056
4057         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
4058
4059 2005-05-17  Graham Percival  <gperlist@shaw.ca>
4060
4061         * Documentation/user/tutorial.itely, basic-notation.itely,
4062         changing-defaults.itely: remove duplicate cindex entries
4063         that appear on the same page.
4064
4065         * scm/define-grobs.scm: change default padding for TextSpanner.
4066
4067         * Documentation/topdocs/AUTHORS.texi: update email address.
4068
4069         * Documentation/user/global.itely: add info about \include.
4070
4071 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4072
4073         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
4074         when running-from-gui.
4075
4076         * scm/editor.scm (get-editor): Add platform defaults.
4077
4078         * scm/backend-library.scm (postscript->pdf): Typo.
4079
4080 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4081
4082         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
4083
4084         * lily/font-config.cc (init_fontconfig): add warning about cache.
4085
4086 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4087
4088         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
4089
4090 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4091
4092         * lily/horizontal-bracket.cc (print): Take care of the direction
4093         property so brackets above the stave point downwards. 
4094
4095         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
4096         for HorizontalBracket so it doesn't end up within the stave.
4097
4098 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4099
4100         * lily/GNUmakefile (default): Typo.
4101
4102         * scm/lily.scm (PLATFORM): Export.
4103
4104         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
4105         load-font-via-GS, ttftool or fopencookie is broken on windows.
4106         
4107         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
4108         -dSAFER, that is broken on windows.
4109
4110 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4111
4112         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
4113         for FlexLexer.h
4114
4115         * scripts/lilypond-invoke-editor.scm: remove stray -
4116
4117 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4118
4119         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
4120         Fixes deprecation warning.
4121
4122         * flower/include/string.icc (to_string): Only inline if
4123         -DSTRING_UTILS_INLINED.
4124
4125         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
4126         name.  Remove windows comment.
4127
4128         * scm/editor.scm (slashify): New function.
4129         (get-editor-command): Use it.
4130         (get-command-template): Do not alter editor command if
4131         environment value includes `%(file)s' magic.
4132
4133         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
4134         (dissect-uri): Use it.
4135         (unquote-uri): Bugfix.
4136
4137 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4138
4139         * scm/framework-ps.scm (write-preamble): add TTF rule.
4140
4141         * Documentation/topdocs/README.texi (Top): remove note about
4142         xdelta.
4143
4144         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
4145         requirement.
4146
4147         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
4148         function. Figure out where FlexLexer.h lives
4149
4150         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
4151         
4152 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4153
4154         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
4155         with Windows root in file name.
4156
4157         * scm/backend-library.scm (ly:system): Only redirect output (using
4158         system and shell, ugh) if /dev/null is writable.
4159
4160         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
4161         windows icon.
4162
4163         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
4164         on Mingw.
4165
4166         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
4167         click.
4168
4169         * flower/file-path.cc (is_dir, is_file): New function.  Actually
4170         use result of stat when available.
4171
4172         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
4173         absolute file name and root.
4174
4175         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
4176
4177         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
4178
4179         * flower/file-name.cc (slashify): Bugfix, do substitute if no
4180         slashes in file name.
4181
4182 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4183
4184         * Documentation/user/preface.itely (Preface): Run
4185         texinfo-all-menus-update.
4186
4187         * scm/editor.scm (get-editor-command): Bugfix: allow full
4188         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
4189
4190         * Documentation/pictures/lilypond-48.xpm: New file.
4191
4192         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
4193
4194         * ly/Welcome_to_LilyPond.ly: New file.
4195
4196         * lily/main.cc (main): Only identify if we have a terminal.
4197
4198         * scm/backend-library.scm (postscript->png)
4199         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
4200         non-/bin/sh).
4201
4202 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
4203
4204         * Documentation/topdocs/AUTHORS.texi: polish, update.
4205
4206 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4207
4208         * Documentation/user/preface.itely (Notes for version 2.6): new
4209         notes for 2.6
4210
4211         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
4212         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
4213         is not fully contained" warnings.
4214
4215         * lily/slur-scoring.cc (get_bound_info): remove warning.
4216
4217         * lily/staff-symbol-engraver.cc (process_music): start initial
4218         spanner in process_music(). This fixes overrides of StaffSymbol
4219         properties.
4220
4221         * scm/framework-pdf.scm (Module): remove.
4222
4223         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
4224
4225         * lily/ambitus-engraver.cc: formatting cleanups.
4226
4227         * mf/feta-solfa.mf (Module): remove.
4228
4229         * ChangeLog: more details about contributions.
4230
4231 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * lily/align-interface.cc (align_elements_to_extents): warn if
4234         called too early. Fixes: disappearing-staff-lines.ly
4235
4236         * VERSION (PACKAGE_NAME): release 2.5.24
4237
4238 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * stepmake/aclocal.m4: Typo.
4241
4242         * flower/string.cc (substitute): Take two strings or two
4243         characters.  Update callers.
4244
4245 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4246
4247         * flower/file-name.cc (File_name): Slashify.
4248
4249         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
4250
4251         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
4252
4253         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
4254
4255         * configure.in (gui_b): Use it.
4256
4257         * lily/lilypond.rc.in: New file.
4258
4259         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
4260
4261 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4262
4263         * Documentation/user/advanced-notation.itely: edit of Text
4264         section; clarify text scripts vs. text markup.
4265
4266 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4267
4268         * lily/multi-measure-rest-engraver.cc
4269         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
4270         separation items on start. Fixes mm rests in start of score.
4271
4272         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
4273         don't access StaffSymbol if not there.
4274         Fixes: crash-staff-symbol-engraver.ly.
4275
4276         * lily/instrument-name-engraver.cc (class
4277         Instrument_name_engraver): data member first_. Create
4278         InstrumentName on start. 
4279
4280 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4281
4282         * Documentation/user/instrument-notation.itely: add guitar
4283         position.
4284
4285         * Documentation/user/introduction.itely,
4286         Documentation/user/lilypond.tely,
4287         Documentation/user/tutorial.itely: begin pruning
4288         unused (duplicated) cindex entries and misc cleanup.
4289
4290 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4291
4292         * input/test/volta-chord-names.ly: Bring the explanation up to
4293         date.
4294
4295 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4296
4297         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
4298         Specify `@documentencoding utf-8' for html, ignore warnings.
4299
4300 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
4301
4302         * THANKS: Added bughunters.
4303
4304 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4305
4306         * lily/main.cc: update help string for `lilypond -H'.
4307
4308         * po/fi.po: update.
4309         
4310 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4311
4312         * Documentation/user/advanced-notation.itely: minor fixes.
4313
4314 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * scm/editor.scm: New module.
4317
4318         * scm/lily.scm (gui-main): Use it.
4319
4320         * scm/framework-gnome.scm (spawn-editor): Use it.
4321
4322         * scripts/lilypond-invoke-editor.scm: Use it in new script.
4323
4324 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4325
4326         * scm/framework-ps.scm (load-font-via-GS):  new function.
4327
4328         * lily/pango-font.cc (pango_item_string_stencil): add support for
4329         CID keyed font.
4330
4331         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
4332
4333 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4334
4335         * Documentation/user/basic-notation.itely: add @ref.
4336
4337         * Documentation/user/advanced-notation.itely: add example
4338         of 5/8 beaming.
4339
4340 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4341
4342         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
4343
4344         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
4345         going through ps2pdf wrappers.
4346
4347 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
4348
4349         * Documentation/user/instrument-notation.itely: petrucci note
4350         heads: updated docu
4351
4352         * input/regression/note-head-style.ly: updated regression test;
4353         indentation fixes
4354
4355         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
4356         heads as default
4357
4358         * mf/parmesan-heads.mf: minor editing; use musicological names
4359         (rather than optical description) as note head names
4360
4361         * scm/output-lib.scm: complete petrucci heads
4362
4363 2005-05-09  Pal Benko  <benkop@freestart.hu>
4364
4365         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
4366         heads, but bigger)
4367
4368 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4369
4370         * lily/main.cc (main_with_guile): Remove no files check.
4371
4372         * lily/main.cc (ly:usage): Export to Scheme.
4373
4374         * scm/lily.scm (no-files-handler): New function.
4375
4376         * scm/lily.scm (lilypond-main): Use it.
4377
4378         * configure.in (gui_b): Add mbrtowc checking.
4379         Resurrect [utf8/]wchar.h checking.
4380
4381 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4382
4383         * Documentation/user/advanced-notation.itely (Metronome marks):
4384         Add link to the program reference for MetronomeMark
4385
4386         * Documentation/user/lilypond-book.itely (An example of a
4387         musicological document): Correct the example using psfonts 
4388
4389 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
4390
4391         * po/fi.po: update after a lesson how to update entries against
4392         source.
4393         
4394         * po/TODO: document the lesson.
4395
4396 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4397
4398         * configure.in (gui_b): remove wcrtomb checking.
4399
4400         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
4401         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
4402
4403 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4404
4405         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
4406         keep Scheme expressions and strings unmodified when doing the
4407         conversion to postfix notation for slurs and beams. Should
4408         hopefully solve most related conversion problems. 
4409
4410         * Documentation/user/lilypond-book.itely : Clarify and correct how
4411         to call dvips with -h psfonts.
4412
4413 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4414
4415         * Documentation/user/instrument-notation.itely (Entering lyrics):
4416         Typo.  Fixes build.
4417
4418 2005-05-09  Graham Percival  <gperlist@shaw.ca>
4419
4420         * Documentation/user/lilypond-book.itely: document PSFONTS file.
4421
4422         * Documentation/user/lilypond.tely, lilypond-book.itely,
4423         tutorial.itely: change references to 2.5.x to 2.6.x.
4424
4425         * Documentation/user/instrument-notation.itely: clarified \addlyrics
4426         vs \lyricmode.
4427
4428         * Documentation/user/invoking.itely: remove old info about
4429         lilypond-profile.
4430
4431         * Documentation/topdocs/INSTALL.texi: remove old info about
4432         lilypond-profile, add warning about needing international fonts
4433         to build docs.
4434
4435 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4436
4437         * lily/include/grob-info.hh (class Grob_info): make data member
4438         private. Changes throughout.
4439
4440         * input/regression/alignment-order.ly: new file. 
4441
4442         * lily/vertical-align-engraver.cc (acknowledge_grob): read
4443         alignAboveContext and alignBelowContext
4444
4445 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4446
4447         * lily/pfb.cc (LY_DEFINE): add cast.
4448
4449         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
4450         matches .otf
4451         (write-preamble): warn about unknown fonts.
4452
4453         * lily/pfb.cc (Module): new function ly:otf->cff
4454
4455         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
4456         (get_otf_table): new function.
4457
4458 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4459
4460         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
4461         iso. ps2png.
4462
4463 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
4464
4465         * po/fi.po: apply second round of update.
4466
4467 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4468
4469         * scm/x11-color.scm (make-x11-color-handler): don't use
4470         #\sp. Apparently doesn't work on all platforms. 
4471
4472 2005-05-06  Graham Percival  <gperlist@shaw.ca>
4473
4474         * Documentation/user/advanced-notation.itely, putting.itely,
4475         tutorial.itely, global.itely, introduction.itely: really minor fixes.
4476
4477 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4478
4479         * VERSION (PACKAGE_NAME): release 2.5.23
4480
4481 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4482
4483         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
4484         convert to utf-8.
4485
4486         * THANKS: Add translators for this release, convert to utf-8.
4487
4488         * mf/GNUmakefile (MFTRACE_FLAGS):
4489         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
4490         outdir as option (WAS: hardcoded).
4491
4492 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4493
4494         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
4495         finished_span_
4496
4497         * THANKS: add Hans Forbrich.
4498
4499         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4500
4501         * Documentation/user/basic-notation.itely (Staff symbol): document
4502         start/stop staff. Reference to ossia.ly
4503
4504         * input/test/ossia.ly: new example using stop and startStaff.
4505
4506         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
4507         in other words, don't create "|" barline at start of the score.
4508         (start_translation_timestep): don't set whichBar for start of score.
4509
4510         * input/regression/staff-halfway.ly: use new functionality.
4511
4512         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
4513         start and stop staff based on events.
4514
4515         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
4516
4517         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
4518
4519 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4520
4521         * Documentation/user/programming-interface.itely (How markups work
4522         internally ): remove \encoding reference.
4523
4524 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4525
4526         * scripts/convert-ly.py: Attempt to do a smarter update of 
4527         text markups from versions < 1.9.0 with arbitrary nesting.
4528
4529 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4530
4531         * po/fi.po: convert to utf-8, and update.
4532
4533 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4534
4535         * make/lilypond.suse.spec.in: update from suse 2.4 package.
4536
4537         * lily/*.cc: more <? >? to min/max changes
4538
4539         * lily/include/interpretation-context-handle.hh: rename
4540         Interpretation_context_handle to Context_handle.
4541
4542 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4543
4544         * input/regression/GNUmakefile (local_delete): use `find` together 
4545         with `xargs` to avoid too long argument-lists in cmd line.
4546
4547 2005-05-04  Graham Percival  <gperlist@shaw.ca>
4548
4549         * Documentation/user/introduction.itely: updates "About this manual".
4550
4551         * Documentation/user/advanced-notation.itely,
4552         invoking.itely: minor fixes.
4553
4554 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4555
4556         * COPYING: add font exception. Update FSF address. 
4557
4558         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
4559         should be taken without child context.
4560
4561         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
4562
4563         * scm/define-markup-commands.scm (triangle): new command, as
4564         robust replacement for unicode Delta/Triangle.
4565
4566 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4567
4568         * ps/music-drawing-routines.ps: add fillp argument.
4569
4570         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
4571
4572         * lily/font-config.cc (init_fontconfig): don't add cff/
4573
4574         * VERSION (PACKAGE_NAME): release 2.5.22
4575
4576         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
4577
4578         * lily/grace-engraver.cc (consider_change_grace_settings): use
4579         is_alias(). Fixes problem with CueVoice grace notes. 
4580
4581         * lily/simultaneous-music-iterator.cc (construct_children): call
4582         Music_iterator::quit() for iterators that start out invalid. This
4583         fixes indefinitely continuing contexts.
4584
4585         * buildscripts/substitute-encoding.py: new file
4586
4587         * Documentation/user/basic-notation.itely (Basic polyphony): fix
4588         missing @end 
4589
4590         * scripts/lilypond-book.py (write_if_updated): print file name.
4591
4592         * Documentation/user/basic-notation.itely (Explicitly
4593         instantiating voices): idem.
4594
4595         * Documentation/user/advanced-notation.itely (Text spanners):
4596         remove stray { } 
4597
4598         * lily/context.cc (default_child_context_name): the default child
4599         is now first in accepts_list_.
4600
4601         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4602         \defaultchild to all relevant contexts.  This fixes:
4603         drums-pitch.ly.
4604
4605         (Probably also fixes similar problems with ancient
4606         transcriptions getting CueVoices instead of the desired voices.)
4607  
4608         * lily/context-def.cc (get_default_child): new function.
4609         (get_accepted): place default child in front of list.
4610
4611         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
4612
4613         * lily/include/context-def.hh (struct Context_def): add
4614         default_accept_
4615
4616 2005-05-03  Graham Percival  <gperlist@shaw.ca>
4617
4618         * scm/define-grobs.scm: remove "remove-first" line, since
4619         the absent property is set to #f anyway.
4620
4621         * Documentation/user/basic-notation.itely,
4622         advanced-notation.itely, instrument-notation.itely: minor
4623         fixes.
4624
4625         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
4626
4627         * Documentation/user/advanced-notation.itely,
4628         changing-defaults.itely: consolidate Text stuff in
4629         advanced notation.
4630
4631         * Documentation/user/global.itely: better docs for \header.
4632
4633         * Documentation/user/putting.itely: new chapter; placeholder
4634         for future expansion.
4635
4636         * Documentation/user/examples.itely: moved "suggestions for
4637         writing LP files" section into putting.itely.
4638
4639         * Documentation/user/lilypond.itely: added new chapter,
4640         fixed the short table of contents.
4641
4642 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4643
4644         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
4645         infinity for unfeasible beams.
4646
4647         * make/lilypond.fedora.spec.in (Group): idem.
4648
4649         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
4650
4651         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
4652
4653         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
4654         fonts directly.
4655
4656         * buildscripts/gen-emmentaler-scripts.py (i): idem.
4657
4658         * mf/GNUmakefile: remove all CFF rules.
4659
4660         * scm/framework-ps.scm (ps-embed-cff): reinstate.
4661
4662         * lily/open-type-font-scheme.cc (LY_DEFINE):
4663         new function ly:otf-font-table-data.
4664         (LY_DEFINE): new function otf-font?
4665
4666 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4667
4668         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
4669         ($(outdir)/Fontmap.lily): idem.
4670
4671         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
4672         for PFAEmmentaler-XXX.pfa. 
4673
4674         * Documentation/user/music-glossary.tely (accidental): NL
4675         translation of accidental.
4676
4677 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4678
4679         * flower/include/international.hh: Bugfix: include "string.hh".
4680
4681         * lily/include/mingw-compatibility.hh: New file.
4682
4683         * flower/include/libc-extension.hh (memrev): Rename from strrev.
4684
4685         * configure.in: Search for mingw wcrtomb library.
4686
4687 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4688
4689         * scripts/convert-ly.py: Bug fix
4690
4691         * Documentation/user/changing-defaults.itely (Common tweaks):
4692         Added example where the context has to be specified explicitly
4693         (MetronomeMark). 
4694
4695 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4696
4697         * scripts/lilypond-book.py (ly_options): set timing to #f for
4698         notime option.
4699
4700         * scripts/convert-ly.py (conv): typo.
4701
4702         * flower/*.cc: remove <? and >?
4703         
4704         * lily/*.cc: remove <? and >?
4705
4706         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
4707         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
4708         editor.
4709
4710 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4711
4712         * lily/part-combine-engraver.cc: add space to variable list.
4713
4714 2005-04-30  Graham Percival  <gperlist@shaw.ca>
4715
4716         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
4717         remove-first to false (matches docs)
4718
4719         * Documentation/user/advanced-notation.itely: corrected docs
4720         concerning remove-first.
4721
4722 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4723
4724         * lily/part-combine-engraver.cc: make sure that the relevant
4725         properties are included in the documentation.
4726
4727 2005-04-28  Graham Percival  <gperlist@shaw.ca>
4728
4729         * Documentation/user/lilypond-book.itely: Bernard's docs
4730         for \betweenLilyPondSystem.
4731
4732 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4733
4734         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
4735         remarks.
4736
4737 2005-04-28  Pal Benko  <benkop@freestart.hu>
4738
4739         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
4740         only on vertical lines of flexa shape, and use a constant
4741         thickness value for horizontal lines (patch slightly modified by
4742         Jürgen Reuter)
4743
4744         * lily/include/mensural-ligature.hh: make 2 comments clearer
4745
4746 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
4747
4748         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
4749         to need_extra_horizontal_space; bugfix: use class scope to avoid
4750         global namespace pollution
4751
4752         * Documentation/user/instrument-notation.itely (ligatures): added
4753         comment on possible future syntax change and how to work around
4754
4755         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
4756         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
4757         intervals (fixes agnus dei example)
4758
4759         * Documentation/user/instrument-notation.itely (white mensural
4760         ligatures): selected a more illustrative example
4761
4762 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
4763
4764         * Documentation/index.html.in: specify utf-8 charset in meta content.
4765
4766 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4767
4768         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
4769         empty 2nd page for single page.
4770
4771         * scm/lily.scm: remove p&c definitions.
4772
4773         * po/zh_TW.po (Module): new translation.
4774
4775         * lily/lily-guile.cc (ly_chain_assoc): remove.
4776
4777         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
4778         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
4779
4780 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4781
4782         * lily/beaming-info.cc: remove infinity_i
4783
4784         * scripts/abc2ly.py (out_filename): fix thinko with \version.
4785
4786 2005-04-26  Graham Percival  <gperlist@shaw.ca>
4787
4788         * Documentation/user/basic-notation.itely,
4789         instrument-notation.itely, advanced-notation.itely,
4790         changing-defaults.itely: minor fixes.  Added docs
4791         for colors to advanced-notation.itely.
4792
4793         * Documentation/user/advanced-notation.itely: fixed compile
4794         problem and added Bernard's x11-color doc patch.
4795
4796 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4797
4798         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
4799         alright this time round.
4800
4801 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4802
4803         * Documentation/topdocs/INSTALL.texi (Top): idem.
4804
4805         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
4806
4807         * VERSION (MAJOR_VERSION): release 2.5.21
4808
4809         * scm/output-ps.scm (grob-cause): bugfix.
4810
4811 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4812
4813         * cygwin/*: Update.
4814
4815         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
4816         stuff.
4817
4818         * scm/output-ps.scm (grob-cause): Bugfix.
4819
4820         * scm/lily.scm (ly:load): Remove x11-color.
4821
4822         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
4823         quote executable, fixes getting version from program --with
4824         --options.
4825         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
4826         $ac_exeect.
4827
4828         * Documentation/user/GNUmakefile: Only build music-glossary with
4829         rendered lilypond snippets during web.
4830
4831 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4832
4833         * po/de.po: update.
4834
4835         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
4836
4837 2005-04-22  Laura Conrad <lconrad@laymusic.org>
4838  
4839         * scripts/abc2ly:
4840         second title line append with punctuation dash character;
4841         encode abc2ly python strings in utf-8
4842        
4843 2005-04-21  Laura Conrad <lconrad@laymusic.org>
4844
4845         * scripts/abc2ly fix chords (again)
4846  
4847 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
4848
4849         * scm/x11-color.scm: new file
4850         All x11 color names can be accessed with:
4851         #(x11-color 'ColorName),
4852         #(x11-color "ColorName") or:
4853         #(x11-color "color name")
4854         If the x11 color name is not recognised then it defaults
4855         to black
4856
4857         * scm/lily.scm: amended to call scm/x11-color.scm
4858
4859 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4860
4861         * Documentation/user/invoking.itely (Reporting bugs): comment out
4862         reference to online PNG bug repository.
4863
4864 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4865
4866         * lily/translator-scheme.cc (ly:translator-property): Remove.
4867         Update callers.
4868
4869         * lily/context-scheme.cc (ly:context-now): Move from translator.
4870         Update callers.
4871
4872 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4873
4874         * input/regression/grid-lines.ly (skips): refine example.
4875
4876         * scm/define-context-properties.scm
4877         (all-user-translation-properties): doc autoBeamCheck
4878
4879         * input/regression/grid-lines.ly (Module): new file.
4880
4881         * lily/grid-point-engraver.cc (Module): new file.
4882
4883         * lily/grid-line.cc (Module): new file.
4884
4885         * lily/grid-line-span-engraver.cc (Module): new file.
4886
4887         * lily/grid-line-interface.cc (Module): new file.
4888
4889 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4890
4891         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
4892         missing parameter, actualy cdr through list.  Actually return a
4893         list with ENTRY removed (was '()).
4894
4895         * scripts/convert-ly.py: Update.  Print warning if file cannot be
4896         opened.
4897         (do_conversion): Fix printing of continuation comma.
4898
4899         * Documentation/user/advanced-notation.itely (Beam formatting):
4900         Remove refbugs about compound time and mixed duration.
4901
4902         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
4903         modulo moments explicitely.
4904
4905         * lily/moment.cc (operator %): New function.
4906
4907         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
4908
4909         * lily/translator-scheme.cc (ly:translator-now,
4910         ly:translator-property): New function.
4911
4912         * scm/auto-beam.scm (default-auto-beam-check): New function.
4913
4914         * lily/auto-beam-engraver.cc (test_moment): Use it.
4915
4916         * flower/rational.cc (operator %): Bugfix.
4917
4918 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
4919
4920         * scripts/abc2ly: Bugfix
4921
4922 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4923
4924         * python/fontextract.py (write_extracted_fonts): bugfix, too many
4925         %'s on EndFont comment.
4926
4927         * lily/ledger-line-spanner.cc: some more words of explanation.
4928
4929 2005-04-20  John Williams <williams@tni.com>  
4930         
4931         * scripts/lilypond-book.py: htmlquote bugfix.
4932         Allow snippets to be given distinct filenames.
4933         Allow the default alt text to be overridden.
4934
4935 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
4936
4937         * ly/performer-init.ly: Bugfix
4938
4939         * THANKS: Added bughunters.
4940
4941 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4942
4943         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
4944
4945         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
4946         position (was: use modulo measure length).
4947
4948         * configure.in (no gui_b): Remove optional gtk+ requirement.
4949
4950 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4951
4952         * Documentation/user/basic-notation.itely (Pitches): add
4953         LedgerLineSpanner.
4954
4955         * lily/dynamic-engraver.cc (process_music): set right bound to
4956         script if present. Else, do not set.
4957         (acknowledge_grob): only set right bound of finished spanner to
4958         note column if no other bound is set.
4959
4960         * python/lilylib.py (make_ps_images): switch back to png16m.
4961         
4962 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4963
4964         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
4965         writing up to date file.  Add dvips usage suggestion.
4966
4967         * scripts/convert-ly.py: Fix error message.
4968         Print usage if no files on command line.
4969         (usage): Add example usage.
4970
4971         * input/test/compound-time.ly: New file.
4972
4973         * input/test/circle.ly: New file.
4974
4975         * Documentation/topdocs/NEWS.tely: Use them.
4976
4977         * input/test/boxed-stencil.ly: Remove \score.
4978
4979         * buildscripts/mf-to-table.py (base): Add .log dependency.
4980
4981         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
4982         pfa's.  Add .log dependency
4983
4984         * scm/define-markup-commands.scm (lower): New command.
4985
4986         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
4987         make it default.
4988
4989 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4990
4991         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
4992         also to finished cresc as right bound. This fixes:
4993         skip-string-decresc.ly
4994
4995         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
4996         relative_coordinate if extent is empty.
4997
4998         * lily/stem.cc (width_callback): determine correct extent if flag
4999         is not there. This fixes slur-no-flag.ly
5000
5001         * lily/grace-engraver.cc (consider_change_grace_settings): new
5002         function.
5003         (initialize): also consider_change_grace_settings() on
5004         initialization. Fixes large grace notes at start of score.
5005
5006         * lily/break-align-interface.cc (do_alignment): don't translate if
5007         total_extent is empty.
5008
5009         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
5010
5011 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5012
5013         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
5014         with slash.
5015
5016 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5017
5018         * stepmake/aclocal.m4: Remove tfm_path.
5019
5020 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5021
5022         * scm/music-functions.scm (markup-expression->make-markup): fix
5023         bug with cons arguments of markup commands.
5024         (music->make-music): fix music expression property list building
5025
5026 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5027
5028         * aclocal.m4: Massage package names.
5029
5030         * SCons updates.
5031
5032 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5033
5034         * VERSION (PACKAGE_NAME): release 2.5.20
5035
5036         * lily/stem.cc (calc_stem_info): add minimum Y extent of
5037         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
5038
5039         * lily/percent-repeat-engraver.cc (try_music): add measure before
5040         next_moment to future processing moment. Fixes:
5041         percent-repeat-mm-rest.ly
5042         (process_music): don't add moment for 2nd time.
5043
5044         * input/regression/repeat-percent.ly: add mmrests as extra test.
5045
5046         * lily/axis-group-engraver.cc (acknowledge_grob): read
5047         keepAliveInterfaces to decide what to kill.
5048
5049         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
5050         percent-repeat-interface to keepAliveInterfaces. This fixes
5051         percent-repeat-harakiri.
5052
5053 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5054
5055         * SCons updates.
5056
5057 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5058
5059         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
5060
5061         * aclocal.m4: remove --enable-tfm-path configure option
5062
5063         * input/test/ancient-font.ly (lowerStaff): clef name errors.
5064
5065         * scm/backend-library.scm (postscript->png): newline after
5066         finishing command.
5067
5068         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
5069         (LY_DEFINE): ly:paper-score-paper-systems: new function 
5070
5071         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
5072
5073         * lily/score.cc (default_rendering): use Music_output too.
5074
5075         * input/test/chord-names-languages.ly (Module): rename file.
5076
5077         * lily/text-spanner.cc: add bound-padding.
5078
5079         * lily/paper-book.cc (systems): accept Paper_score
5080         iso. Paper_system vector. 
5081
5082         * input/regression/line-arrows.ly: new file.
5083
5084         * lily/paper-score.cc (process): run get_paper_systems() only once.
5085
5086         * lily/line-spanner.cc (line_stencil): add arrows.
5087
5088 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
5089
5090         * lily/line-interface.cc (make_arrow): new function. 
5091         (arrows): idem.
5092
5093 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
5094
5095         * input/test/chord-names-german.ly: update for italian/french
5096         chords.
5097         
5098         * Documentation/user/instrument-notation.itely (Printing chord
5099         names): update.
5100
5101 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * lily/include/paper-score.hh (class Paper_score): remove unused
5104         prototypes.
5105
5106         * lily/book.cc (process): add -COUNT to midi output.
5107
5108         * lily/score.cc (book_rendering): remove outname argument
5109         (book_rendering): return list of Music_outputs. 
5110
5111         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
5112
5113         * lily/book.cc (process): loop over Music_outputs returned from
5114         Score::book_rendering().
5115
5116         * lily/*.cc (width_callback): remove spurious "unused" warnings
5117         for assert (axis==[XY]_AXIS); 
5118
5119         * lily/include/music-output.hh (class Music_output): smobify class.
5120
5121         * lily/include/paper-score.hh (class Paper_score): make members
5122         private.
5123
5124         * lily/performance.cc (process): return #f iso. #<undefined>. This
5125         prevents #<undefined> leaking into GUILE-userspace.
5126
5127 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5128
5129         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
5130
5131 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
5132
5133         * scm/chord-name.scm : support for italian and french
5134         chords names.
5135
5136         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
5137         a space defined by chordPrefixSpacer when the root name is
5138         direclty followed by a prefix.
5139
5140         * ly/engraver-init.ly : chordPrefixSpacer       
5141         * scm/define-context-properties.scm : chordPrefixSpacer
5142         * ly/property-init.ly : italianChords, frenchChords 
5143
5144 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5145
5146         * mf/feta-din.mf: Remove.
5147
5148         * mf/GNUmakefile (fontdir): Bugfix.
5149
5150         * mf/SConstruct: Some updates.
5151
5152         * SConstruct: Require pkg-config.
5153         (test_program): Bugfix for double digit version compares, use
5154         integer (not string-) compare.
5155         Optionally require gs 8.14.
5156
5157         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
5158
5159         * lily/*: s/ifdef HAVE_*/if have/.
5160
5161         * SConstruct (test_lib): New function.  Update pkg-config and some
5162         other requirements.
5163
5164         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
5165         freetype, pangof2t.
5166
5167 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5168
5169         * po/lilypond.pot, ...: Update using bison-CVS.
5170
5171         * python/lilylib.py (make_ps_images): Fixo.
5172
5173 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5174
5175         * python/lilylib.py (make_ps_images): typo.
5176
5177         * configure.in (gui_b): make bison optional.
5178
5179         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
5180
5181 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
5182
5183         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
5184         with one parameter can be defined in a LaTeX file when processed
5185         by lilypond-book this will be evaluated between the systems of
5186         a multi-system score. The parameter is the number of systems processed.
5187
5188 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5189
5190         * python/lilylib.py (make_ps_images): Escape newline.
5191
5192         * Documentation/user/music-glossary.tely: Run
5193         texinfo-all-menus-update.
5194
5195 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5196
5197         * scm/lily-library.scm (old-relative-not-used-message)
5198         (version-not-seen-message): Add input-file-name-location to message.
5199
5200         * lily/parser.yy (lilypond): Add token aliases.
5201
5202         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
5203         not confuse with alteration.
5204         (alteration): Add.
5205
5206 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5207
5208         * python/lilylib.py (make_ps_images): use -dEPSCrop
5209
5210         * VERSION (PACKAGE_NAME): release 2.5.19 
5211
5212         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5213         only put xrefs in info documentation.
5214
5215         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
5216         .pdf rule to tex-rules.make.
5217
5218         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
5219         from -systems.* output.
5220
5221         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
5222         directly, remove -$(PAGESIZE) target.
5223
5224         * input/test/embedded-postscript.ly: update.
5225
5226 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5227
5228         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
5229
5230         * Documentation/user/changing-defaults.itely (Font selection):
5231         document font-name.
5232
5233         * input/regression/font-name.ly: show Pango fonts for
5234         font-name. Update example. 
5235
5236         * lily/pango-select.cc (properties_to_pango_description): don't
5237         convert symbol font-size to number, but use to lookup.
5238
5239         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
5240
5241         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
5242         (NAME . FILE-NAME) tuples for font descriptions. 
5243         (write-preamble): display BeginFont DSC comments.
5244
5245         * python/fontextract.py (write_extracted_fonts): new file. Extract
5246         font resources from a PS file.
5247
5248         * scripts/lilypond-book.py (option_definitions): --psfonts option.
5249         (Compile_error.process_include): do_file returns chunks.
5250
5251         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
5252
5253         * make/lysdoc-targets.make: .texi is .PRECIOUS
5254
5255         * scripts/lilypond-book.py (write_if_updated): new function.
5256
5257 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5258
5259         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
5260
5261 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5262
5263         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
5264
5265         * input/regression/markup-syntax.ly: remove \score.
5266
5267         * scm/define-markup-commands.scm (draw-circle): add fill argument
5268
5269         * scm/stencil.scm (make-circle-stencil): add fill argument
5270
5271         * ps/music-drawing-routines.ps: add fill argument.
5272
5273         * ly/performer-init.ly: add CueVoice to MIDI too.
5274
5275         * ps/music-drawing-routines.ps: new routine BeginEPSF /
5276         EndEPSF.
5277
5278         * input/regression/markup-eps.ly: new file.
5279
5280         * scm/framework-ps.scm (write-preamble): change order: vars should
5281         be inited before procedures.
5282
5283         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
5284         for EPS files.
5285
5286         * scm/define-markup-commands.scm (epsfile): add epsfile command.
5287
5288 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5289
5290         * configure.in (gui_b): add check for ghostscript 8.15
5291
5292 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5293
5294         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
5295         start of line. Fixes cresc-after-newline.ly
5296
5297         * lily/source-file.cc (file_line_column_string): use get_column().
5298
5299 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5300
5301         * lily/source-file.cc (get_column): utf-8 support for column numbers.
5302
5303 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5304
5305         * lily/*: use message () iso progress_indication () for messages.
5306         Revise/uniformise user messages.
5307
5308         * flower/warn.cc (progress_indication): New function.
5309         (message): Use it.  Fixes newline problems.
5310
5311         * config.make.in (webdir): Sort out install dirs.
5312
5313         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
5314
5315         * python/lilylib.py (command_name): Bugfix.
5316         (make_ps_images):
5317
5318 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
5319
5320         * lily/main.cc: --help says what types of backends are availabe
5321
5322 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5323
5324         Fix ./VERSION dependency, and without need to reconfigure.
5325
5326         * lily/main.cc (setup_paths): Update.
5327
5328         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
5329
5330         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
5331
5332         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
5333         Add \line for some simplistic cases.
5334
5335         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
5336
5337 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5338
5339         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
5340         to compile LY files (useful for adding eg. "-I" args)
5341         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
5342         2Gnome command for gnome backend.
5343         (LilyPond-command-formatgnome): call the 2Gnome command. key
5344         binding: C-c C-g
5345
5346 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5347
5348         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
5349         depend on all PNG images.
5350
5351 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5352
5353         * GNUmakefile.in: Bugfix: also link .map files.
5354
5355 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5356
5357         * scm/music-functions.scm (music->make-music): generate 
5358         a (make-music ...) sexpr from a music expression.
5359         (display-scheme-music): use guile pretty printer to display the
5360         make-music sexpr.
5361
5362 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5363
5364         * ly/engraver-init.ly: reindent.
5365         Add CueVoice.
5366
5367         * scm/music-functions.scm (music-pretty-string): handle moments
5368         too.
5369         (music-pretty-string): only print non-empty lists.
5370         (cue-substitute): create CueVoice context, which has smaller type.
5371
5372         * lily/moment-scheme.cc (LY_DEFINE): new methods
5373         ly:moment-grace-{numerator,denominator}
5374
5375         * lily/context-handle.cc: remove quit() method. 
5376
5377         * lily/font-config.cc (init_fontconfig): be verbose about font path.
5378         (init_fontconfig): success is 0, not !0
5379
5380 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5381
5382         * mf/feta-nummer-code.mf (code): add plus glyph.
5383
5384         * lily/tie.cc (print): idem.
5385
5386         * lily/slur.cc (print): don't use thickness property for
5387         slur shape-thickness.
5388
5389         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
5390         while adding stencils.
5391
5392         * scm/define-markup-commands.scm (with-color): with-color markup
5393         command.
5394         (whiteout): new markup command 
5395         (filled-box): new markup command
5396
5397 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5398
5399         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
5400         test for PDF docs.
5401
5402         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
5403         PFAAybabtu-Regular.  Fixes feta font in PDFs.
5404         
5405         Notes for tetex-3.0 make web:
5406            psclean.map: s/uhv8a/uhvr8a/
5407            config.ps add:
5408                 p +psfonts_t1.map
5409                 p +psclean.map
5410                 p +typeface.map
5411
5412 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5413
5414         * scm/music-functions.scm (music-pretty-string): fix bug with
5415         string argument.
5416
5417 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5418
5419         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
5420
5421 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5422
5423         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
5424         only process options if they're there.
5425         (write_file_map): add version-seen? to snippet-map.ly
5426
5427 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5428
5429         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
5430         formatting cleanups.
5431
5432         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
5433         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
5434
5435 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5436
5437         * scm/framework-ps.scm (ps-font-command): don't hash, just use
5438         name directly.
5439
5440         * lily/main.cc (setup_paths): either add mf/out to search path or 
5441         fonts/{otf,type1,etc}
5442         
5443         * lily/font-config.cc (init_fontconfig): either add mf/out to
5444         FontConfig or fonts/{otf,type1,etc}
5445
5446         * GNUmakefile.in: don't put mf/ link in share/ dir.
5447
5448         * lily/staff-spacing.cc: move same-direction-correction to
5449         note-spacing-interface
5450
5451         * scm/lily.scm (lilypond-main): use variable argument count for
5452         exception handler.
5453
5454         * lily/font-config.cc (init_fontconfig): add operator pacification
5455         message.
5456
5457         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
5458
5459         * buildscripts/gen-emmentaler-scripts.py (i): generate
5460         PFAEmmentaler as well.
5461
5462         * scm/framework-ps.scm (munge-lily-font-name): new function
5463         (write-preamble): hack: insert PFA equivalent of CFF into
5464         .PS. This makes LilyPond output printable on normal PS printers
5465         again.
5466
5467         * buildscripts/gen-emmentaler-scripts.py (i): generate
5468         PFAEmmentaler.pfa aswell.
5469
5470 2005-04-06  John Williams <williams@tni.com>  
5471         
5472         * scripts/lilypond-book.py: refactor the compose_ly procedure.
5473         
5474 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5475
5476         * scm/page-layout.scm (default-page-make-stencil): always combine
5477         the header stencil, even if empty. This prevents the body text to
5478         reach up to the margins.
5479
5480         * po/rw.po (Module): new file, for Kinyarwanda.
5481
5482         * input/test/spacing-optical.ly (Module): new file.
5483
5484         * lily/staff-spacing.cc: add same-direction-correction
5485
5486 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5487
5488         * Documentation/user/introduction.itely (Engraving): Comment-out
5489         non-existent file.
5490
5491 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5492
5493         * scm/define-grob-properties.scm (all-user-grob-properties): add
5494         same-direction-correction
5495
5496         * VERSION: release 2.5.18
5497
5498 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5499
5500         * lily/grob.cc (mark_smob): Check pscore->layout_ before
5501         dereferencing.  Fixes make web.
5502
5503         * lily/midi-stream.cc: Handle unwritable midi file.  Include
5504         errno.h.
5505
5506         * Documentation/user/: Fix links.
5507
5508 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5509
5510         * lily/text-interface.cc (Module): rename from text-item.cc
5511
5512         * input/regression/apply-output.ly (texidoc): function naming fix.
5513
5514         * lily/time-signature-performer.cc (derived_mark): new function.
5515
5516         * lily/lily-parser-scheme.cc:  print mapped file name for progress
5517
5518         * scripts/lilypond-book.py (find_linestarts): new function.
5519         (find_toplevel_snippets): keep track of line numbers.
5520
5521         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
5522         all key changes.
5523
5524         * ly/declarations-init.ly (partCombineListener): use
5525         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
5526
5527         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
5528
5529 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5530
5531         * lily/text-item.cc: Fix link.
5532
5533         * Documentation/user/changing-defaults.itely (Changing defaults):
5534         Fix programs reference links.
5535
5536         * Documentation/user/music-glossary.tely: Convert to utf-8.
5537
5538 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5539
5540         * make/lilypond-vars.make: remove TEXMF from variables.
5541         remove DEB_BUILD pk font variables.
5542         remove GUILE_LOAD_PATH
5543         remove TeX memory vars.
5544
5545 2005-04-04  Werner Lemberg  <wl@gnu.org>
5546
5547         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
5548
5549 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5550
5551         * ps/lilyponddefs.ps: remove reencode-font
5552
5553         * lily/simple-spacer.cc (add_columns): also compare
5554         directly. Column rank doesn't distinguish between broken and
5555         unbroken columns. This fixes large spaces before time sig changes.
5556
5557         * Documentation/user/point-and-click.itely: document ly:set-option.
5558
5559         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
5560         point_and_click_global is set.
5561
5562         * lily/scm-option.cc (LY_DEFINE): add point-and-click
5563         ly:set-option argument.
5564
5565 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5566
5567         * GNUmakefile.in: Include symlinks in webball.
5568
5569         * Documentation/user/GNUmakefile (source-links): Add symlinks to
5570         source dir for split and non-split manuals.
5571
5572         * Documentation/user/*y: Fix @uref/@inputfile links for
5573         split/non-split HTML documents.
5574
5575         * Documentation/user/GNUmakefile (local-WWW): Do not generate
5576         .ps.gz.
5577         
5578 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5579
5580         * GNUmakefile.in: Add newline.
5581
5582 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
5583
5584         * tex/lilyponddefs.tex: use color instead of xcolor
5585         * scm/output-tex.scm: minor editing
5586
5587 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5588
5589         * scm/music-functions.scm (display-scheme-music): pretty printer
5590         for music expressions.
5591
5592 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5593
5594         * buildscripts/install-info-html.sh (index_file): Fix link.
5595
5596 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5597
5598         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
5599
5600         * Documentation/index.html.in: Add size estimates with some big pages.
5601
5602         * Documentation/user/tutorial.itely (Running LilyPond for the
5603         first time): Add/replace some @rglos links.  TODO: add more
5604         @rglos links in tutorial, test non-intrusiveness (.css).
5605
5606         * stepmake/bin/add-html-footer.py (do_file): Remove info's
5607         annoying's indication of referencing external document.
5608
5609         * Documentation/user/GNUmakefile: Split version of glossary too.
5610         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
5611         links, not only for html.
5612
5613         * Documentation/user/introduction.itely: Fix some links for other
5614         than html, do not use `here' as link name.
5615
5616 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5617
5618         * scm/documentation-generate.scm (string-append): Fix @usermanref,
5619         @glossaryref.
5620
5621 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5622
5623         * scm/page-layout.scm (default-page-make-stencil): only add header
5624         if existing and not empty. Fixes spurious programming error.
5625
5626         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
5627
5628 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
5629
5630         * scm/output-tex.scm: implement {re,}setcolor
5631         * tex/lilyponddefs.tex: use color package
5632
5633 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
5636         additions to website.
5637
5638         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
5639
5640         * Documentation/user/macros.itexi: Fix @usermanref html links in
5641         split documents: use @inforef.
5642
5643 2005-03-30  Graham Percival  <gperlist@shaw.ca>
5644
5645         * Documentation/user/programming-interface.itely: minor fix.
5646
5647         * Documentation/user/advanced-notation.itely: added info to
5648         Metronome markings.
5649
5650 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5651
5652         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
5653         use box-stencil.  Remove y-padding argument.
5654         (make-stencil-circler): New function.
5655
5656         * buildscripts/lilypond-words.py (F): 
5657         * elisp/SConscript (a): 
5658         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
5659         * vim/SConscript (a): 
5660         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
5661
5662         * lily/general-scheme.cc: Build fix.
5663
5664         * scm/markup.scm:
5665         * input/regression/markup-scheme.ly: 
5666         * input/regression/markup-syntax.ly: Drop 'new-' from name.
5667
5668         * scm/stencil.scm (make-circle-stencil): New function.
5669
5670         * scm/define-markup-commands.scm (draw-circle): Use it.  New
5671         name (was cicle).  Update callers.
5672         (circle): New markup command, similar to box.
5673
5674         * scm/stencil.scm (circle-stencil): New function.
5675
5676 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
5677
5678         * configure.in: Detect libutf8/wchar.h variant.
5679
5680         * stepmake/aclocal.m4: Modify shared size test.
5681
5682 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5683
5684         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
5685
5686 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5687
5688         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
5689         
5690         * VERSION (PACKAGE_NAME):  release 2.5.17
5691
5692 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5693
5694         * scm/backend-library.scm (postscript->png): Fix comment and png
5695         message.
5696
5697         * GNUmakefile.in (link-tree): Fix locales.
5698
5699 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5700
5701         * lily/stencil-scheme.cc (LY_DEFINE): change to
5702         ly:stencil-aligned-to, non mutating.
5703
5704         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
5705
5706         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
5707
5708         * lily/quote-iterator.cc (derived_mark): call
5709         Music_wrapper_iterator::derived_mark() too.
5710
5711         * lily/grace-engraver.cc (derived_mark): change signature, add
5712         const.
5713
5714 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5715
5716         * SConstruct (symlink): 
5717         * GNUmakefile.in (link-tree): Add scripts to prefix.
5718
5719         * lily/general-scheme.cc (ly:effective-prefix): New function.
5720
5721         * scm/backend-library.scm (postscript->png): Use it.
5722
5723 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5724
5725         * lily/paper-score.cc (process): don't delete grobs after
5726         producing stencils. 
5727
5728         * scm/part-combiner.scm (determine-split-list): switch off
5729         debugging info.
5730
5731         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
5732         if available.
5733
5734         * scm/define-context-properties.scm
5735         (all-user-translation-properties): add stringNumberOrientations.
5736
5737         * lily/new-fingering-engraver.cc (position_scripts): make generic,
5738         so fingering and string-numbers are separately controlled.
5739
5740 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5741
5742         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
5743         not use debugging.
5744
5745 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5746
5747         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
5748
5749         * config.hh.in: add HAVE_FONTCONFIG.
5750
5751         * Documentation/user/instrument-notation.itely (String number
5752         indications): new node.
5753
5754         * input/regression/new-markup-syntax.ly (texidoc): add circle.
5755
5756         * lily/new-fingering-engraver.cc (add_string): new function. 
5757         (acknowledge_grob): accept string-number-event as well.
5758
5759         * scm/define-markup-commands.scm (circle): new markup command.
5760
5761         * scm/output-lib.scm (print-circled-text-callback): new function.
5762
5763         * lily/GNUmakefile: move ifeq after include stepmake.make.
5764
5765 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5766
5767         * config.make.in (HAVE_LIBKPATHSEA_SO):
5768         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
5769
5770         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
5771         add KPATHSEA_LIBS.
5772
5773         * debian/watch: 
5774         * debian/control: Update.
5775
5776 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5777
5778         * input/test/title-markup.ly (spaceTest): remove.
5779
5780         * input/test/embedded-tex.ly (Module): remove.
5781
5782         * input/test/music-box.ly: use 'name property, not ly:music-name.
5783
5784         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
5785
5786         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
5787
5788 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5789
5790         * Documentation/topdocs/INSTALL.texi (Top): Remove information
5791         about xdeltas.  Add information about CVS.
5792
5793         * scm/lily.scm (lilypond-main): Fix invocation of handler,
5794         gracefully handle failed files.
5795
5796         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
5797
5798         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
5799         small fixes.
5800
5801         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
5802         No unnecessarily specific i18n messages.  Remove stray `1'.
5803
5804 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5805
5806         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
5807         documentencoding
5808
5809         * scm/documentation-lib.scm (texi-file-head): set utf-8
5810         documentencoding.
5811
5812         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
5813         Delta, not the Symbol one. 
5814
5815         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
5816         for the .map file.
5817
5818         * Documentation/topdocs/INSTALL.texi (Top): add running
5819         requirement as compilation requirement.
5820
5821 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5822
5823         * buildscripts/mutopia-index.py (headertext): add h1 header and
5824         utf-8 charset meta field.
5825
5826         * input/GNUmakefile: prune example list.
5827
5828         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
5829         options.
5830
5831         * lily/slur-scoring.cc (get_base_attachments): only look at stem
5832         extent for visible stems.
5833
5834         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
5835
5836 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5837
5838         * Documentation/topdocs/INSTALL.texi (Top): Updates.
5839
5840         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
5841
5842 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5843
5844         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
5845         pass inf/nan into slur scoring.
5846
5847         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
5848         page.
5849
5850         * scripts/abc2ly.py (dump_voices): use alphabet().
5851
5852 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
5853         
5854         * mf/GNUmakefile (depth): use $(FONTFORGE). 
5855
5856 2005-03-27 Matthias Neeracher <neeracher@mac.com>
5857         
5858         * flower/include/virtual-methods.hh: simplify. Patch by
5859
5860 2005-03-25  John Williams <williams@tni.com>  
5861
5862         * scripts/lilypond-book.py (main): add png for HTML too, guess
5863         only if necessary. 
5864
5865 2005-03-25  Graham Percival  <gperlist@shaw.ca>
5866
5867         * Documentation/topdocs/INSTALL.texi: now recommends
5868         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
5869
5870         * Documentation/user/basic-notation.itely,
5871         Documentation/user/tutoria.itely: warn about
5872         only one (phrasing) slur at once.
5873
5874 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
5875
5876         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
5877
5878 2005-03-23  Graham Percival  <gperlist@shaw.ca>
5879
5880         * Documentation/user/basic-notation.itely: fixed info about
5881         ending a (de)cresc.
5882
5883         * Documentation/user/lilypond-book.itely: fixed
5884         lilypond-book filter example and warned about not doing
5885         --filter and --process at the same time.
5886
5887 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5888
5889         * lily/parser.yy (bass_number),
5890         Documentation/user/instrument-notation.itely (Figured bass): 
5891         Add the possibility to use text markup in figured bass. 
5892
5893 2005-03-19  Graham Percival  <gperlist@shaw.ca>
5894
5895         * Documentation/user/global.itely: added info about naming
5896         identifiers and breakbefore.
5897
5898         * Documentation/user/invoking.itely: added info about batch
5899         processing files with convert-ly, removed references to TeX
5900         in the jail section.
5901
5902         * Documentation/user/examples.itely: possibly fixed piano
5903         dynamics.
5904
5905         * Documentation/user/advanced-notation.itely: added info
5906         about removing other types of Staff.
5907
5908         * Documentation/user/instrument-notation.itely: possibly
5909         fixed piano staff line switch.
5910
5911         * Documentation/user/changing-defaults.itely: added info
5912         about using normal font in titles.
5913
5914 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5915
5916         * VERSION (PATCH_LEVEL): release 2.5.16
5917
5918         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
5919         explicitly.
5920
5921 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
5924         whitespace.
5925
5926         * python/lilylib.py (make_ps_images):
5927         * scm/backend-library.scm (postscript->pdf, postscript->png):
5928         Quote file name.  Use format rather than string-append juggling.
5929
5930 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5931
5932         * python/lilylib.py (make_ps_images): add x to -g argument. 
5933
5934         * lily/key-performer.cc (create_audio_elements): don't use
5935         scm_eval_string. Check for minor 3rd directly.
5936   
5937         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5938         (sarabandeCelloGlobal): key is D minor, not F major.
5939
5940 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5941
5942         Fix truncated --png output (Peter Danenberg).
5943         
5944         * python/lilylib.py (make_ps_images):
5945         * scripts/ps2png.py (copyright): Grok --papersize option.
5946
5947         * scm/backend-library.scm (postscript->png): Add parameter
5948         PAPERSIZE.  Update callers.
5949
5950         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
5951         Fixes symbol placement.
5952
5953         * lily/spanner.cc: 
5954         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
5955         <libc-extension.hh>).
5956
5957 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5958
5959         * Nitpick run.
5960
5961         * buildscripts/fixcc.py: Update.
5962
5963         Builddir run fixes.
5964
5965         * HACKING (datadir): Add VERSION.
5966
5967         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
5968         higher up.
5969
5970 2005-03-15  Werner Lemberg  <wl@gnu.org>
5971
5972         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
5973         diagonal stem doesn't become thinner.
5974
5975 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5976
5977         * buildscripts/fixcc.py: Fixes (Werner).
5978
5979 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5980
5981         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
5982         Emmentaler/Aybabtu.
5983
5984         * GNUmakefile.in: fix lilypond-words path.
5985
5986         * po/tr.po: update to 2.3.21
5987
5988         * lily/new-fingering-engraver.cc (position_scripts): take priority
5989         from head position.
5990
5991         * input/regression/finger-chords-order.ly (texidoc): new file.
5992
5993 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5994
5995         * make/ly-rules.make: 
5996         * stepmake/aclocal.m4: 
5997         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
5998
5999         * buildscripts/fixcc.py (rules): Leave space after operator.
6000
6001 2005-03-14  Werner Lemberg  <wl@gnu.org>
6002
6003         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
6004         top of the glyph with smooth curve.
6005
6006 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6007
6008         * Documentation/user/global.itely (Page layout): remove
6009         printpagenumber.
6010
6011 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
6012
6013         * input/regression/mensural-ligatures.ly: new file (with examples
6014         compiled by Pal Benko).
6015
6016         * Documentation/user/instrument-notation.itely: Bugfix: yet some
6017         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
6018         musicglyph access.  Many small beautifications in ancient
6019         examples.
6020
6021         * input/test/divisiones.ly: fixed indentation; small
6022         beautifications
6023
6024         * ly/engraver-init.ly: added FIXME comment
6025
6026         * scripts/lilypond-book.py,
6027         Documentation/user/lilypond-book.itely: added music fragment
6028         option "packed" to lilypond-book
6029
6030         * Documentation/user/instrument-notation.itely: Bugfix: added
6031         missing LedgerLineSpanner color setting in several places.  Added
6032         music fragment option "packed" to VaticanaContext example.
6033
6034 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6035
6036         * scm/define-grobs.scm (all-grob-descriptions): switch off
6037         Hyphen_spanner::set_spacing_rods 
6038
6039         * lily/lyric-hyphen.cc (print): add padding between syllable and
6040         hyphen.
6041         (print): shorten hyphen in tight situations (determine using
6042         minimum-length)
6043
6044         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
6045         0.4pt.
6046
6047 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6048
6049         * ly/titling-init.ly (bookTitleMarkup): Refinements.
6050
6051         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
6052         header/footer markings for regression-test.
6053
6054         * scm/backend-library.scm (output-scopes, header-to-file): Move
6055         from framework-tex.scm.
6056
6057         * scm/framework-ps.scm (output-framework)
6058         (output-preview-framework):
6059         * scm/framework-eps.scm (output-classic-framework)
6060         (output-framework): Use it.  Fixes collated files.
6061
6062 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6063
6064         * input/sakura-sakura.ly: 
6065         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
6066
6067         * buildscripts/guile-gnome.sh: Update.
6068
6069         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
6070
6071         * mf/aybabtu.pe.in: Capitalize Aybabtu.
6072
6073 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6074
6075         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
6076         culprit: always exit the loop if we find a rod, even if it has
6077         distance < 0. 
6078
6079         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
6080         algorithm.
6081
6082         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
6083         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
6084
6085         * scm/output-svg.scm (dashed-line): new  function body.
6086         
6087         * GNUmakefile.in: create .htaccess.
6088
6089 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6090
6091         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
6092
6093 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6094
6095         * VERSION (PACKAGE_NAME): release 2.5.15
6096
6097         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
6098
6099         * scm/framework-svg.scm (output-framework): put scaling in
6100         document header. Apply scaling only once.
6101         (output-framework): dump page size in px, not mm. 
6102
6103         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
6104         from font-size.
6105
6106         * lily/paper-outputter-scheme.cc (LY_DEFINE):
6107         ly:outputter-output-scheme, new function.
6108
6109         * scm/output-svg.scm (pango-description-to-svg-font): new function
6110
6111 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6112
6113         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
6114         target.
6115
6116         * input/typography-demo.ly: new file.
6117
6118 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6119
6120         * Documentation/user/global.itely (File structure): Add markup blocks
6121         to toplevel expressions.
6122         (Multiple movements, Creating titles): Add markup blocks.
6123
6124         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
6125         <libc-extension.hh>).
6126
6127         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
6128
6129         * flower
6130         * lily
6131         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
6132
6133 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6134
6135         * lily/accidental.cc: special bboxes for natural. 
6136
6137         * mf/feta-toevallig.mf: make stems heavier.
6138
6139         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
6140         texts as well.
6141
6142         * mf/feta-klef.mf: revise. 
6143
6144         * mf/feta-schrift.mf: make thinning of accent less pronounced.
6145
6146         * mf/feta-klef.mf: add rounded curve at top. 
6147         make thinnib a little heavier.
6148
6149 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6150
6151         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
6152
6153         * buildscripts/fixcc.py: New file.
6154
6155         * input/regression/utf8.ly: Update Debian font description.
6156
6157 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6158
6159         * stepmake/aclocal.m4: Fix test.
6160
6161 2005-03-09  Graham Percival  <gperlist@shaw.ca>
6162
6163         * Documentation/user/invoking.itely: added Sebastino Vigna's
6164         docs for the --jail option.
6165
6166 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6167
6168         * lily/stem.cc (print): only produce stemlets if there are no
6169         noteheads on this stem.
6170
6171         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
6172         don't crash on stemlet (visible stem without heads).
6173
6174         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
6175         unbroken situations. 
6176
6177         * scm/output-lib.scm (center-invisible): new function.
6178
6179         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
6180         wishes to determine loose column space.
6181
6182         * lily/font-config.cc (init_fontconfig): add
6183         fonts/{otf,type1,cff}  to path.
6184
6185         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
6186
6187         * mf/GNUmakefile (Module): install all fonts under otf/
6188
6189         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
6190         replace /fonts/otf/ by /ps/ 
6191
6192         
6193 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6194
6195         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
6196
6197         * lily/book.cc (process): Oops, add score_.header_.
6198
6199         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
6200
6201         * lily/parser.yy: Handle toplevel and book texts as score.
6202
6203         * scm/page-layout.scm (default-page-make-stencil):
6204         Bugfix: (page-properties rename.
6205
6206         * scm/backend-library.scm (ly:system): Typo.
6207
6208 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6209
6210         * stepmake/stepmake/executable-targets.make (installexe): don't
6211         strip installed executables
6212
6213         * lily/font-select.cc (get_font_by_design_size): revert
6214         pango_description_string as well.
6215
6216         * lily/system.cc (set_loose_columns): put loose column just left
6217         of next column.
6218
6219         * lily/include/group-interface.hh (extract_grob_array): rename
6220         from Pointer_group_interface__extract_grobs
6221
6222         * input/regression/ledger-line-minimum.ly (texidoc): new file.
6223
6224         * lily/ledger-line-spanner.cc (set_spacing_rods): new
6225         function. Keep ledgered note heads at a minimum distance.
6226         Introduce minimum-length-fraction
6227         (print): introduce length-fraction property.
6228
6229 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6230
6231         * tex/GNUmakefile: remove latin1.enc rules.
6232
6233 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6234
6235         * scm/titling.scm: Typo.
6236
6237         * input/regression/score-text.ly: Really add.
6238
6239         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
6240
6241 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6242
6243         * lily/open-type-font-scheme.cc:  new file.
6244
6245 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6246
6247         * scm/titling.scm (layout-extract-page-properties): Rename from
6248         page-properties.  Update callers.
6249
6250         * lily/lexer.ll (Lily_lexer):
6251         * lily/parser.yy: Junk lyric_markup state.
6252
6253         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
6254
6255         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
6256         Add texts parameter.
6257
6258 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6259
6260         * lily/lexer.ll (lyric_markup): New mode.
6261         (Lily_lexer::push_lyric_markup_state): New method.
6262         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
6263
6264         * lily/parser.yy (book_body):
6265         (toplevel_expression): Grok \markup texts.
6266
6267         * lily/score-scheme.cc (ly:music-scorify): 
6268         * scm/lily-library.scm (collect-music-for-book): Take texts
6269         parameter.
6270
6271         * lily/score.cc (texts_): New member.
6272
6273         * lily/paper-book.cc (systems): Format score texts.
6274
6275         * score-text.ly: New file.
6276
6277         * ttftool/SConscript:
6278         * kpath-guile/SConscript: New file.
6279
6280         * lily/SConscript:
6281         * SConstruct: Update.
6282
6283 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * VERSION (PACKAGE_NAME): release 2.5.14
6286
6287 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6288
6289         * lily/main.cc: Add dummy xgettext markers.
6290
6291 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6292
6293         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
6294         requirements
6295
6296         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
6297         executable is < 40k
6298
6299         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
6300         hack.
6301
6302 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6303
6304         * flower/libc-extension.cc:
6305         * flower/include/libc-extension.hh: [Open]BSD simply cast
6306         cookie/funopen declarations.
6307
6308         * stepmake/aclocal.m4: Check for libkpathsea.so.
6309
6310         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
6311         dl_kpse_find_file.
6312
6313 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6314
6315         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
6316         (open_library): alternative for static library.
6317
6318 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6319
6320         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
6321
6322         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
6323
6324         Drop run-time dependency on teTeX.
6325
6326         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
6327
6328         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
6329         KPATHSEA_LIBS in LIBS.
6330         (STEPMAKE_DLOPEN): New function.
6331
6332         * lily/font-config.cc (init_fontconfig): Use dir for directory,
6333         not path.
6334
6335         * flower/file-path.cc (directories): Rename from paths, as this
6336         return an array of directories (a single path).
6337
6338 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6339
6340         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
6341
6342         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
6343         new ly:kpathsea-find-file
6344
6345         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
6346
6347         * kpath-guile/GNUmakefile: new file
6348
6349         * buildscripts/gen-emmentaler-scripts.py (i): generate
6350         emmentaler-X.fontname as well.
6351
6352         * buildscripts/ps-embed-cff.py: new script
6353
6354         * scm/lily-library.scm: remove ps-embed-cff.
6355
6356         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
6357         font loading. 
6358
6359         * scm/font.scm (add-music-fonts): load dynamics/numbers through
6360         fontconfig as well.
6361
6362         * lily/font-config.cc (init_fontconfig): add cff/ too.
6363
6364         * ly/generate-embedded-cff.ly: capitalize.
6365
6366         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
6367         so as to register the pango font.
6368
6369         * lily/font-config.cc (init_fontconfig): add
6370         prefix/{otf,type1,mf/out} to fontconfig path.
6371
6372         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
6373         overrides all. 
6374
6375         * configure.in (gui_b): remove ec mftrace check
6376
6377         * config.hh.in: use lilypond-Major.Minor as data directory.
6378
6379         * scm/framework-ps.scm (dump-page): use output-units for landscape.
6380
6381         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
6382         name.
6383
6384 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6385
6386         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
6387         error messages.
6388
6389         * flower/libc-extension.cc:
6390         * flower/include/libc-extension.hh: [Open]BSD fixes for
6391         cookie/funopen declarations.
6392
6393 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6394
6395         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
6396         emmentaler.
6397
6398         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
6399         lcrm10.
6400
6401         * scm/define-markup-commands.scm (fontsize): new markup
6402         command. Also set baseline-skip
6403
6404 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
6405         
6406         * lily/main.cc (do_chroot_jail): paranoia security for webserver
6407         use.
6408
6409 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6410
6411         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
6412
6413         * lily/pdf.cc: remove PDF related files
6414
6415 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6416
6417         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
6418         <hamamatsu@gmx.de>
6419
6420 2005-03-05  Graham Percival  <gperlist@shaw.ca>
6421
6422         * Documentation/user/advanced-notation.itely: first draft
6423         of reorg done.
6424
6425         * Documentation/user/global.itely: fixed (sub)section
6426         bits of MIDI.
6427
6428 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6429
6430         * cygwin/mknetrel (extras): Bufix (Bertalan).
6431
6432         * Documentation/user/basic-notation.itely (Chords): @ref fix.
6433         * Documentation/user/instrument-notation.itely (Introducing chord
6434         names): Compile fix: must have unique name.
6435
6436 2005-03-02  Graham Percival  <gperlist@shaw.ca>
6437
6438         * Documentation/user/instrument-notation.itely: reorg.
6439
6440 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6441
6442         * scm/output-gnome.scm:
6443         * scm/output-svg.scm: Fix font scaling.
6444
6445 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6446
6447         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
6448         what link to use best.
6449
6450         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
6451         * Documentation/user/tutorial.itely (Automatic and manual beams):
6452         Fix @ref.
6453
6454         * lily/tweak-registration.cc (replace_grob_tweak): New function.
6455         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
6456         * scm/framework-gnome.scm (tweak): Use it.
6457
6458 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6459
6460         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
6461
6462         * scm/output-ps.scm (white-text): reinstate white-text
6463
6464 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6465
6466         * scm/output-ps.scm (offset-add): Remove.
6467
6468         * scm/lily-library.scm (offset-flip-y): New function.
6469         * scm/framework-gnome.scm (tweak): Use it.
6470
6471         * scm/output-gnome.scm (grob-cause): Add parameter.
6472
6473         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
6474         * scm/output-ps.scm (url-link): Move.
6475         (white-text): Warn user about brokenness.
6476
6477         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
6478         wrt ghostscript.
6479
6480 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6481
6482         * lily/slash-repeat-engraver.cc (try_music): always make slashes
6483         if body length smaller than measure length.
6484
6485         * scm/define-markup-commands.scm (with-url): oops. use Y extent
6486         for Y.
6487
6488         * ly/titling-init.ly (tagline): put default tagline in \paper
6489
6490 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6491
6492         * lily/kpath.cc: 
6493         * lily/pdf.cc (Pdf_file): Use more generic error messages.
6494
6495         * scm/lily-library.scm (version-not-seen-message): New function.
6496         * ly/init.ly: Use it.
6497
6498         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
6499         breaks as progess.
6500
6501         * scripts/lilypond-book.py (do_process_cmd): Do not lump
6502         whitespace with l10n message.
6503
6504         * scm/framework-tex.scm (convert-to-ps):
6505         (convert-to-dvi): Do not use overly specific l10n messages.
6506
6507         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
6508
6509         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
6510         merge stderr with stdout.  
6511
6512 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6513
6514         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
6515         Neeracher).
6516
6517 2005-02-29  Graham Percival  <gperlist@shaw.ca>
6518
6519         * Documentation/user/instrument-notation.teily: moved
6520         \arpeggio to Basic.
6521
6522         * Documentation/user/advanced-notation.itely: Articulation to
6523         Basic, a bunch of stuff from Basic moved to Advanced.
6524
6525         * Documentation/user/basic.itely: swapped various sections,
6526         reorganized Basic.
6527
6528 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6529
6530         * flower/memory-stream.cc: 
6531         * flower/libc-extension.cc: Remove obsolete #undefs.
6532
6533         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
6534         more carefully.
6535
6536 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6537
6538         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
6539         dependency.
6540
6541         * VERSION (PACKAGE_NAME): release 2.5.13
6542
6543         * GNUmakefile.in (web-ext): don't ship ps.gz
6544
6545         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
6546         stdout
6547
6548 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6549
6550         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
6551         without libintl.  Now it compiles too.
6552
6553 2005-02-28  Graham Percival  <gperlist@shaw.ca>
6554
6555         * Documentation/user/basic-notation.itely,
6556         instument-notation.itely, advanced-notation.itely:
6557         split up contents of notation.itely.
6558
6559         * Documentation/user/notation.itely: file removed.
6560
6561         * Documentation/user/invoking.itely, converters.itely:
6562         moved convert-ly info to invoking.itely.
6563
6564         * Documentation/user/global.itely, changing-defaults.itely,
6565         sound-output.itexi: moved global settings, file layout, and
6566         sound into global.itely.
6567
6568         * Documentation/user/sound-output.itexi: file removed.
6569
6570         * Documentation/user/lilypond.tely: removed links to
6571         notation.itely and sound.itely.
6572
6573 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6574
6575         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
6576
6577         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
6578  
6579         * THANKS: add sponsor.
6580
6581         * scm/define-markup-commands.scm (with-url): new markup command.
6582
6583         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
6584         tagline.
6585         
6586         * scm/output-tex.scm (url-link): stub.
6587
6588         * scm/output-ps.scm (url-link): new function.
6589
6590         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
6591         ly:set-point-and-click
6592
6593 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6594
6595         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
6596         based on pdf-viewer setting.
6597
6598         * scm/framework-ps.scm (write-preamble): Find and set preferred
6599         pdf-viewer.
6600
6601 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6602
6603         * Documentation/user/point-and-click.itely: update for PDF point &
6604         click.
6605
6606         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
6607         editors based on EDITOR setting.
6608
6609 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6610
6611         * scm/*: Oops, more grand 2005 replace bits.
6612
6613 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6614
6615         * ps/music-drawing-routines.ps: new routine: insert PDF mark
6616
6617         * scm/output-ps.scm (grob-cause): point & click support for
6618         PostScript
6619
6620 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6621
6622         * lily/input-scheme.cc (LY_DEFINE): rename to
6623         ly:input-file-line-column
6624
6625 2005-02-26  Graham Percival  <gperlist@shaw.ca>
6626
6627         * Documentation/user/examples.itely: small fix from Steve Doonan.
6628
6629         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
6630
6631         * THANKS: added Yuval Harel.
6632
6633         * Documentation/user/{various}: inserted two spaces after a period.
6634
6635         * Documentation/user/lilypond.tely: added framework for reorg.
6636
6637         * Documentation/user/basic-notation.itely, instrument-notation.itely,
6638         advanced-notation.itely, global.itely: new files, placeholder for
6639         future reorg.
6640
6641 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
6642
6643         * Documentation/user/notation.itely: revamped Polyphony section
6644         
6645 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6646
6647         * Documentation/user/lilypond-book.itely (Music fragment options):
6648         doc fontload.
6649
6650         * Documentation/user/changing-defaults.itely (Text encoding): add
6651         fontload option to utf8 include
6652
6653         * scripts/lilypond-book.py (compose_ly): add fontload option
6654
6655         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
6656         force-eps-font-include option.
6657
6658         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
6659         black triangle
6660
6661         * Documentation/user/invoking.itely (Editor support): remove
6662         lilypond-latex section.
6663
6664         * scripts/lilypond-latex.py (Module): remove script.
6665
6666         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
6667         overwrite .log. 
6668
6669         * lily/main.cc: remove -m, --no-layout
6670
6671         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
6672         to define. We don't want to override fprintf everywhere.
6673
6674 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6675
6676         * cygwin/lilypond.hint: 
6677         * cygwin/README.in: Update dependencies.
6678
6679         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
6680         Bugfix: do not pollute CPPFLAGS, LIBS.
6681
6682         * cygwin/mknetrel (extras): Cross compile fixes.
6683
6684         * ttftool/util.c: 
6685         * ttftool/ttfps.c: 
6686         * ttftool/ps.c: #include libc-extension.hh
6687
6688         * flower/include/libc-extension.hh:
6689         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
6690         wrapper using funopen.
6691         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
6692         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
6693
6694         * config.hh.in:
6695         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
6696         (AC_CHECK_HEADERS): Add libio.h
6697
6698         * scripts/convert-ly.py: Uniformize, internationalize.
6699         (2.5.2): Remove fatal encoding rule.
6700         (2.5.13): Handle latin1 encoding gracefully.
6701
6702 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6703
6704         * HACKING: Fix line breaks.
6705
6706 2005-02-23  Werner Lemberg  <wl@gnu.org>
6707
6708         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
6709         contains those two files.
6710
6711 2005-02-21  Werner Lemberg  <wl@gnu.org>
6712
6713         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
6714         to improve overlap removal process.
6715
6716         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
6717         left and right ending.  This ensures better overlapping.
6718         Update all callers.
6719         ("lineprall"): Don't use draw_gridline to get better overlapping.
6720
6721 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6722
6723         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
6724
6725         * Documentation/topdocs/NEWS.tely (Top): oops.
6726
6727 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
6728
6729         * HACKING: new file.
6730
6731         * input/regression/utf8.ly (portuguese): added a portuguese example
6732         to show latin1 accents.
6733
6734 2005-02-21  Pal Benko  <benkop@freestart.hu>
6735
6736         * lily/mensural-ligature-engraver.cc:
6737         * lily/mensural-ligature.cc:
6738         * lily/include/mensural-ligature.hh: new algorithm implemented
6739
6740         * scm/define-grob-properties.scm: join-left killed (add-join may
6741         be used); join-left-amount changed to join-right-amount
6742
6743 2005-02-21  Graham Percival  <gperlist@shaw.ca>
6744
6745         * Documentation/user/notation.itely: small but urgent fix.
6746
6747 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
6748
6749         * lily/duration-scheme.cc: bugfix: correct parameters to
6750         SCM_ASSERT_TYPE.
6751
6752         * THANKS: added Pal.
6753
6754         * Documentation/user/notation.itely: bugfix: unTeXified
6755         $\\backslash$.  Bugfix: yet another glyph renaming victim:
6756         "timesig.*x/y" -> "timesig.*xy".
6757
6758 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6759         
6760         * VERSION (PACKAGE_NAME): release 2.5.12
6761
6762 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6763
6764         * ly/engraver-init.ly: set tieWaitForNote to #t by default
6765
6766         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
6767
6768         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
6769
6770         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
6771
6772 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6773
6774         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
6775         latin1..utf-8.
6776
6777         * input/regression/stanza-number.ly:
6778         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
6779
6780         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
6781
6782 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6783
6784         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
6785         NEWS. Refer to website for older news.  
6786
6787         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
6788         .HTML. This should be done for specific servers only.
6789
6790         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
6791         .ly image examples.
6792
6793         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
6794         in layer 0 too.
6795
6796         * scm/define-context-properties.scm
6797         (all-user-translation-properties): add tieWaitForNote
6798
6799         * scm/define-grobs.scm (all-grob-descriptions): add
6800         Tie_column::before_line_breaking
6801
6802         * lily/tie.cc (get_column_rank): new function
6803
6804         * lily/tie-column.cc (before_line_breaking): new function.
6805         (werner_directions): take into account ties that start on
6806         different columns.  
6807
6808         * lily/score-engraver.cc (set_columns): move add_column() so we
6809         have column rank available.
6810
6811         * lily/tie.cc (get_column_rank): new function.
6812
6813         * input/regression/utf8.ly (japanese): add japanese lyrics.
6814
6815         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
6816
6817         * THANKS: add Steve D
6818
6819         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
6820         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
6821
6822 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
6823
6824         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
6825         to show harmonic notes
6826         * scm/define-markup-commands.scm: in \markup-by-number
6827         "dots-dot" -> "dots.dot" to show dotted notes
6828
6829 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6830
6831         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
6832
6833         * flower/memory-stream.cc (writer): new file.
6834
6835         * configure.in: add endian test.
6836
6837 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
6838
6839         * Documentation/user/examples.itely: small
6840         simplification/beautification
6841
6842         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
6843         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
6844         notation manual.
6845
6846         * lily/mensural-ligature.cc: bugfix: another few victims of the
6847         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6848
6849         * ly/gregorian-init.ly: commit some experimental code for hi-level
6850         ligature input language lying around here for several months.
6851
6852         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
6853         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6854
6855         * lily/vaticana-ligature-engraver.cc: bugfix: another few
6856         "x-y-z"->"x.y.s-z" fixes.
6857
6858 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6859
6860         * scm/framework-pdf.scm (scm): new file
6861
6862         * lily/include/pdf.hh (class Pdf_file): new file.
6863
6864         * lily/pdf.cc (write_trailer): new file.
6865
6866 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
6867
6868         * input/regression/color.ly: new file
6869
6870         * lily/stencil.cc (interpret_stencil_expression):
6871         when a color expression is encountered: save current color,
6872         process the rest of the expression, and restore previous color.
6873
6874         * lily/system.cc (get_line): check all grobs for color property and
6875         prepare the stencil scheme expressions for further processing.
6876         Fix layer-loop.
6877
6878         * scm/define-grob-properties.scm: introduce the color property.
6879
6880         * scm/output-lib.scm: color helper functions.
6881
6882         * scm/output-ps.scm: introduce setcolor/resetcolor.
6883
6884 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6885
6886         * ly/*.ly, input/regression/*.ly: Added missing \version
6887         statements in some files.
6888
6889 2005-02-15  Graham Percival  <gperlist@shaw.ca>
6890
6891         * Documentation/user/notation.itely: minor editing.
6892
6893         * Documentation/user/converters.itely: updated convert-ly bugs.
6894
6895         * Documentation/user/lilypond-book.itely: add info about using
6896         feta characters in latex.
6897
6898 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6899
6900         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
6901
6902 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6903
6904         * scm/define-grob-properties.scm (all-user-grob-properties):
6905         removed 'dashed property.
6906
6907 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6908
6909         * scm/lily.scm (define-safe-public): new macro for defining
6910         variables that can be used in --safe mode. Use it in *.scm
6911         instead of manually setting safe-objects in safe-lily.scm.
6912
6913 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6914         
6915         * lily/slur.cc: Slur-dash patch by Bertalan.
6916
6917         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
6918
6919         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
6920
6921 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6922
6923         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
6924
6925 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6926
6927         * mf/GNUmakefile: teTeX-3.0 install fix.
6928
6929         * Cygwin patch from Bertalan.
6930
6931         * stepmake/stepmake/metafont-rules.make: Remove bashism.
6932
6933 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6934
6935         * GNUmakefile.in: 
6936         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
6937
6938         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
6939         2.0.x compatibility.
6940
6941 2005-02-08  Werner Lemberg  <wl@gnu.org>
6942
6943         * mf/feta-din-code.mf: Format; clean up code.
6944         Replace `---' with `--' plus explicit path directions.
6945         (linethickness#, stafflinethickness#): Remove.
6946         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
6947         ("dynamic s"): Improve shape.
6948         ("dynamic p"): Improve shape.
6949         Replace `draw' with better outline approximation.
6950         ("dynamic r"): Improve shape.
6951         Don't call `fill' and `draw' at the same time.
6952
6953 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * SConstruct (symlink):
6956         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
6957         build fix: add enc symlink.
6958
6959         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
6960
6961         Support for DESTDIR besides prefix=/foo
6962
6963         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
6964
6965         * stepmake/stepmake/*.make:
6966         * */GNUmakefile:
6967         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
6968
6969         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
6970
6971         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
6972         mawk in fontforge (date) test.
6973
6974 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6975
6976         * scm/font.scm (make-century-schoolbook-tree): add NCS as
6977         font-family=roman. Add Luxi Sans as sans
6978
6979 2005-02-07  Graham Percival  <gperlist@shaw.ca>
6980
6981         * Documentation/user/notation.itely: add warning about
6982         percent repeats and Voice contexts.
6983
6984         * Documentation/user/lilypond-book.itely: clarified the
6985         necessity of dvips -u arguments.
6986
6987 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6988
6989         * THANKS: Added a bunch of bug hunters.
6990
6991 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6992
6993         * scm/framework-ps.scm (output-preview-framework): bugfix.
6994
6995         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
6996         o/ for chord modifier..
6997
6998         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
6999
7000         * lily/drum-note-performer.cc:  remove unused (thanks Michael
7001         Welsh Duggan). 
7002
7003 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7004
7005         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
7006
7007         * ly/titling-init.ly: Do not also print intstrument in header on
7008         first page.  Do not print page number on first and only page.
7009
7010 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7011
7012         * input/regression/*.ly: remove old-relative everywhere
7013
7014         * lily/music-sequence.cc (simultaneous_relative_callback): do
7015         what-if analysis on copy, not on original. Fixes old-relative
7016         compatibility.
7017
7018         * scm/backend-library.scm (postscript->png): space before
7019         --verbose.
7020         
7021 2005-02-05  Werner Lemberg  <wl@gnu.org>
7022
7023         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
7024         is defined.
7025
7026         * mf/feta-alphabet.mf: Define `staffsize#'.
7027         Include `feta-params.mf'.
7028         s/staffheight/design_size/.
7029
7030         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
7031
7032         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
7033
7034         * mf/feta-nummer-code.mf: Reformatted.
7035         (draw_six): Use outline intersection to avoid a self-intersecting
7036         path.
7037         ("Numeral comma"): Fix serious outline glitches.  This slightly
7038         changes the glyph shape.
7039         ("Numeral dash"): Use `draw_rounded_block'.
7040         ("Numeral dot"): Use `drawdot'.
7041         ("Numeral 1"): Assure identical tangent directions for the
7042         intersection points of paths.  The glyph shape improvement is only
7043         visible at very high magnifications.
7044         ("Numeral 2"): Use `solve' macro to make the lower right part of
7045         the glyph outline touch the x axis exactly.  This changes the
7046         glyph shape.
7047         Minor fixes for better overlap removal support.
7048         ("Numeral 4"): Make lefter corner `rounder'.
7049         ("Numeral 5"): Assure identical tangent directions for the
7050         intersection points of paths.  This improves the glyph shape at
7051         high magnifications.
7052         ("Numeral 7"): Use `solve' macro to make the upper right part of
7053         the glyph outline touch the metrics box exactly.  This changes the
7054         glyph shape.
7055         Avoid corner in the upper left part of the glyph (causing a minor
7056         shape change).
7057
7058         * mf/feta-ital-*.mf: Removed.  Unused.
7059
7060 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7061
7062         * VERSION (PATCH_LEVEL): release 2.5.11
7063
7064         * input/regression/fill-line-test.ly: new file.
7065
7066         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
7067         emmentaler name, eg. emmentaler-23. 
7068
7069 2005-02-04  Christian Hitz  <chhitz@gmx.net>
7070
7071         * scm/scm/define-markup-commands.scm (fill-line): rework for better
7072         alignment with centered texts
7073
7074         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
7075         list of paddings
7076
7077 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7078
7079         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
7080
7081         * lily/note-column.cc (translate_rests): call flush_extent_cache()
7082         of parents when translating rests. Fixes: c-chord-rest.ly 
7083
7084         * lily/include/dimension-cache.hh (struct Dimension_cache): add
7085         dimension_callback_ member.
7086
7087         * lily/grob.cc (flush_extent_cache): new function. Force recompute
7088         of extents.
7089
7090 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7091
7092         * all but lily/*: The grand 2004/2005 replace.
7093
7094 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7095
7096         * lily/*: add space after ,  
7097
7098         * scm/music-functions.scm (has-request-chord): don't use
7099         ly:music-name anywhere. Fixes <<\\>> notation. 
7100
7101         * scm/define-markup-commands.scm (box): use font-size for
7102         padding. Fixes boxed-rehearsal-marks.ly
7103
7104         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
7105         identifier definition too, so foo = \lyrics { ...   } bar = #1
7106         doesn't complain about "bar" being LYRICS_STRING.
7107
7108         * lily/paper-def.cc (find_pango_font): new routine; Store
7109         pango_fonts in hash tab too. This is necessary for retrieving
7110         Pango_fonts::physical_font_tab() later on.
7111  
7112         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
7113         crash if psname is null.
7114
7115         * lily/lily-guile.cc (ly_hash2alist): new function
7116
7117         * Documentation/user/changing-defaults.itely (Text encoding):
7118         rewrite. 
7119
7120         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
7121         -> font_filename mapping.
7122
7123         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
7124         ly_pango_font_physical_fonts
7125
7126         * scm/framework-ps.scm (supplies-or-needs): extract names from
7127         physical Pango_fonts.
7128
7129         * utf8.ly: new file.
7130
7131 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7132
7133         * Documentation/user/changing-defaults.itely (Page layout): add
7134         doco about systemSeparatorMarkup.
7135
7136         * scm/page-layout.scm (default-page-make-stencil): add-to-page
7137         function.
7138         (default-page-make-stencil): insert system separators.
7139
7140         * scm/define-markup-commands.scm (hcenter): add
7141         (beam): add.
7142
7143 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7144
7145         * scm/output-ps.scm (ez-ball): reinstate ez notation.
7146
7147 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7148
7149         * lily/main.cc: Spell backend consistently.  Sort options.
7150
7151 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7152
7153         * scripts/lilypond-book.py (Module): revert @include.
7154         
7155 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7156
7157         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
7158         Bugfix: @include .tex (not .texi).  Small cleanups.
7159
7160         * stepmake/bin/add-html-footer.py (i18n): New function.
7161
7162 2005-01-31  Werner Lemberg  <wl@gnu.org>
7163
7164         * mf/feta-nummer.mf: Removed.  Unused.
7165
7166 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7167
7168         * lily/ : 2004 -> 2005 s&r
7169
7170         * scm/file-cache.scm (cached-file-contents): add file. Read each
7171         file only once.
7172
7173         * scm/font.scm (add-pango-fonts): change order. Medium weight is
7174         now default.
7175
7176         * VERSION: release 2.5.10
7177         
7178         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
7179
7180         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
7181
7182         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
7183         that both X and Y extents of bbox are non-nil.
7184
7185 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7186
7187         * scm/chord-name.scm (alteration->text-accidental-markup): change
7188         - to . 
7189
7190         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
7191
7192         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
7193
7194         * Documentation/user/invoking.itely (Invoking lilypond): add note
7195         about EPS backend.
7196
7197         * scm/framework-eps.scm: new file: create per-system/per-page EPS
7198         files for inclusion in lilypond-book document.
7199
7200         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
7201
7202         * input/tutorial/lbook-texi-test.texi: new file.
7203
7204         * scm/safe-lily.scm (safe-objects): add
7205         {begin,end}-of-line-(in)?visible as safe.
7206  
7207 2005-01-30  Graham Percival  <gperlist@shaw.ca>
7208
7209         * Documentation/user/changing-defaults.itely: fixed example
7210         of (dynamics).
7211
7212 2005-01-29  Graham Percival  <gperlist@shaw.ca>
7213
7214         * lily/main.cc: fix info about -o=FILE.
7215
7216 2005-01-29  Werner Lemberg  <wl@gnu.org>
7217
7218         * mf/feta-toevallig.mf ("Natural"): Completely changed the
7219         construction to assure smooth transition from straight to curved
7220         lines.
7221
7222 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7223
7224         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
7225         stencils.
7226
7227         * ps/lilyponddefs.ps: add start-page, start-system doesn't
7228         translate to top of page. Fixes alignment problems of
7229         lilypond-generated EPS files.
7230
7231 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7232
7233         * scm/part-combiner.scm (analyse-spanner-states): trigger on
7234         crescendo-end as well, since Decrescendo maybe ended with Stop
7235         Crescendo.). Fixes: partcombine-diminuendo.ly
7236
7237         * scm/script.scm (default-script-alist): swap portato symbols.
7238
7239         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
7240
7241         * lily/paper-outputter-scheme.cc (LY_DEFINE):
7242         ly:outputter-port. New function.
7243
7244         * scm/framework-ps.scm (output-classic-framework): dump a
7245         -systems.texi too
7246         (output-classic-framework): dump multiple systems on an "infinite"
7247         page EPS including fonts. 
7248
7249         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
7250         .eps files for both texi and tex formats. Use PNG coming from
7251         lilypond.
7252         
7253 2005-01-28  Graham Percival  <gperlist@shaw.ca>
7254
7255         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
7256
7257         * scripts/lilypond-latex.py: fix info about -o=FILE.
7258
7259 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7260
7261         * ly/generate-embedded-cff.ly: write .cff.ps files.
7262
7263         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
7264
7265         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
7266         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
7267
7268 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7269
7270         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
7271
7272 2005-01-28  Werner Lemberg  <wl@gnu.org>
7273
7274         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
7275         macros.
7276         (draw_bulb): Improved.
7277
7278         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
7279         metapost bug.
7280         (draw_pedal_P): Use soft_end_penstroke.
7281         (draw_pedal_d): Use soft_start_penstroke.
7282
7283         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
7284         path.
7285         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
7286         doesn't change the glyph shape.
7287
7288         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
7289         changing the shape) to avoid fontforge warnings.
7290
7291         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
7292         soft_end_penstroke and fix glyph shape.
7293
7294 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7295
7296         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
7297
7298 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7299
7300         * scm/define-markup-commands.scm (line): filter out empty stencils
7301         from line command.
7302
7303         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
7304         amount.
7305
7306 2005-01-27  Graham Percival  <gperlist@shaw.ca>
7307
7308         * Documentation/user/notation.itely: added info about what
7309         \voiceFoo does.  Also rewrote warning about marks at
7310         a line break.
7311
7312         * Documentation/user/changing-defaults.itely: added info
7313         about putting dynamics in parenthesis and brackets.
7314
7315 2005-01-27  Werner Lemberg  <wl@gnu.org>
7316
7317         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
7318
7319 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7320
7321         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
7322         portato-direction.ly
7323
7324         * lily/beam.cc (consider_auto_knees): add beam height to
7325         threshold. Fixes: knee-multiple-beam.ly
7326
7327         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
7328         pedal line spanners. Fixes: instrument-center-pedal.ly
7329
7330         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
7331         if encountering barline. Fixes: auto-beam-repeat.ly
7332
7333 2005-01-26  Werner Lemberg  <wl@gnu.org>
7334
7335         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
7336         overlapping.
7337
7338         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
7339         with inflections for the 1/2 sharp glyph.
7340
7341         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
7342         connection between `t' and `r'.
7343         Unify bulb with the rest of `r' to avoid grazing outlines which
7344         confuses the overlap removal algorithm of fontforge.
7345
7346         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
7347         inflections.
7348         (draw_cross): Fix shape to have uniform thickness in corners.
7349
7350         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
7351         to avoid an uneven number of self-intersections; this confuses
7352         fontforge.
7353         Fix a slight bug in the shape at left bottom (which is visible only
7354         at high magnifications).
7355         `Center' the stem horizontally to avoid overlapping.
7356
7357 2005-01-24  Werner Lemberg  <wl@gnu.org>
7358
7359         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
7360         to `asis'.
7361         (fet_begingroup): Save group name in string `feta_group'.
7362         (fet_endgroup): Updated.
7363         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
7364
7365         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
7366
7367         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
7368         in metapost.
7369
7370 2005-01-24  Graham Percival  <gperlist@shaw.ca>
7371
7372         * Documentation/user/notation.itely: really minor editing.
7373
7374 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7375
7376         * Documentation/user/examples.itely: minor editing.
7377
7378         * Documentation/user/changing-defaults.itely: minor editing.
7379
7380         * Documentation/user/notation.itely: clarified info on polyphony
7381         and \addlyrics.
7382
7383 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7384
7385         * scm/output-gnome.scm: 
7386         * scm/output-svg.scm:
7387         * scm/lily-library.scm (font-name-style): Update font name
7388         kludging for fontconfig use.
7389
7390 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
7391
7392         * scm/define-markup-commands.scm: Document right-align and
7393         larger markup commands. Remove "TODO" from the topmost comment
7394         "each markup function should have a doc string." More consistent
7395         use of new-lines.
7396
7397 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7398
7399         * Documentation/user/changing-defaults: removed info about
7400         copyright symbol, since it's likely to change soon.
7401         Added info about betweensystemspace.
7402
7403         * Documentation/user/notation.itely: minor fixes.
7404
7405         * Documentation/user/lilypond.tely,
7406         Documentation/user/music-glossary.tely: changed copyright
7407         date to 2005 instead of 2004.
7408
7409         * input/test/volta-chord-names.ly: added old example back.
7410
7411 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7412
7413         * mf/feta-beugel.mf: use design size 20 (not 15).
7414
7415         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
7416         change name to aybabtu completely
7417
7418 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7419
7420         * buildscripts/gen-emmentaler-scripts.py (outdir): add
7421         design_size to fontname
7422
7423 2005-01-19  Werner Lemberg  <wl@gnu.org>
7424
7425         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
7426         mf/feta-schrift.mf: s/p/pat/ if a path variable.
7427
7428         * mf/feta-autometric.mf (set_char_box): Add code which emits
7429         specials for mf2pt1 if run with metapost.
7430         (to_bp): New macro for mf2pt1.
7431
7432 2005-01-18  Graham Percival  <gperlist@shaw.ca>
7433
7434         * Documentation/user/changing-defaults: added info on
7435         creating a copyright symbol.
7436
7437 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7438
7439         * VERSION: release 2.5.9
7440         
7441 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
7442
7443         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
7444
7445         * Documentation/user/notation.itely: Document
7446         score-override-auto-beam-setting Fix documentation for
7447         revert-auto-beam-setting.
7448
7449 2005-01-18  Werner Lemberg  <wl@gnu.org>
7450
7451         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
7452         (procset): New function to define a procset resource.
7453         (ps-embed-pfa): New function to define a font resource.
7454         (setup): New function to define a `Setup' environment.
7455         (preamble): Use new functions.
7456
7457         * ps/lilypond.defs (init-lilypond-parameters): New function to
7458         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
7459
7460 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7461
7462         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
7463
7464 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
7465
7466         * scm/define-markup-commands.scm: Change number->markletter-string
7467         to take two arguments (vector number). Add number->mark-alphabet-vector
7468         and markalphabet markup command.
7469
7470         * scm/translation-functions.scm: Add format-mark-box-alphabet,
7471         format-mark-alphabet, format-mark-box-barnumbers and
7472         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
7473
7474 2005-01-17  Graham Percival  <gperlist@shaw.ca>
7475
7476         * Documentation/user/examples.itely: add SATB automatic piano
7477         reduction template.
7478
7479         * Documentation/user/notation.itely: added info about changing
7480         partcombine texts.  Also adds examples of alternate lyrics.
7481
7482         * Documentation/user/changing-defaults.itely: added warning
7483         about \RemoveEmptyStaffContext overriding previous changes.
7484
7485 2005-01-17  Werner Lemberg  <wl@gnu.org>
7486
7487         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
7488         feta-alphabet*.
7489
7490 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7491
7492         * python/lilylib.py (make_ps_images): don't do final showpage for
7493         multi-page documents.
7494         
7495         * VERSION (MY_PATCH_LEVEL): release 2.5.8
7496
7497 2005-01-16  Graham Percival  <gperlist@shaw.ca>
7498
7499         * Documentation/user/lilypond.tely: changed order of appendices;
7500         unified index should be last.
7501
7502         * Documentation/user/notation.itely: add example of key signatures
7503         and info about Staff.printKeyCancellation.
7504
7505 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7506
7507         * lily/include/repeated-music.hh (class Repeated_music): change
7508         into "namespace" class.
7509
7510         * lily/event.cc: remove Key_change_event.
7511
7512         * lily/include/transposed-music.hh (class Transposed_music): remove.
7513
7514         * lily/transposed-music.cc: remove
7515
7516         * lily/include/relative-music.hh: remove.
7517
7518         * lily/include/music-sequence.hh (struct Music_sequence): change
7519         into "namespace" class.
7520
7521         * lily/untransposable-music.cc (Module): remove
7522
7523         * lily/include/un-relativable-music.hh (Module): remove
7524
7525         * lily/include/untransposable-music.hh (Module): remove
7526
7527         * lily/include/music-list.hh (Module): remove file
7528
7529         * lily/un-relativable-music.cc: remove file.
7530
7531 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7532
7533         * lily/parser.yy: Compile fix.
7534
7535 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7536
7537         * lily/include/music.hh (class Music): unvirtualize transpose().
7538
7539         * lily/sequential-music.cc: remove file.
7540
7541         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
7542
7543         * lily/slur-scoring.cc (get_best_curve): only switch on
7544         DEBUG_SLUR_SCORING for non NDEBUG builds.
7545
7546         * lily/include/music.hh (class Music): replace Music::start_mom()
7547         by start-callback property
7548
7549         * lily/include/grace-music.hh: remove file. 
7550
7551         * lily/stem.cc (height): robustness fix.
7552
7553         * lily/time-scaled-music.cc: remove file.
7554
7555         * lily/include/music.hh (class Music): include SCM init argument.
7556         (class Music): replace Music::get_length() virtual by
7557         length-callback property everywhere.
7558
7559         * scripts/convert-ly.py (conv): add  # to \property scalar value.
7560
7561         * mf/GNUmakefile: don't install *list.ly
7562
7563 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7564
7565         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
7566
7567 2005-01-12  Werner Lemberg  <wl@gnu.org>
7568
7569         This patch addresses the following problems in the feta sources
7570         files which contribute to the fetaXX fonts.
7571
7572         . Many fixes for rasterization at low resolutions (consistent use of
7573           `vround' and `hround', integer shift values for paths, applying
7574           `eps' for mirrored paths, use of `define_whole_pixels' and
7575           friends, etc.) -- while this probably looks like a waste of time
7576           it has revealed deficiencies in some glyph shapes.  See comment at
7577           the end of feta-params.mf how vertical symmetry is achieved.
7578
7579         . The `---' operator has been replaced everywhere with `--'; this
7580           both improves and considerably reduces the font size after
7581           conversion with mf2pt1.
7582
7583         These change aren't explicitly mentioned below since virtually all
7584         glyphs are affected.
7585
7586         Other notable differences:
7587
7588         . Glyphs from feta-accordion.mf now have charboxes around the
7589           outline.
7590
7591         . Fixed incorrect charbox for `accDot'.
7592
7593         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
7594
7595         . Fixed position of the bow in the `upprall' glyph and its siblings.
7596
7597         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
7598           dependent on the staff line thickness to avoid touching the middle
7599           staff line at smaller sizes.
7600
7601         . Largely extended output for feta-testXX: Where useful, glyphs
7602         are shown both between and on staff lines.
7603
7604
7605         * mf/feta-params.mf (staff_space_rounded,
7606         stafflinethickness_rounded, linethickness_rounded,
7607         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
7608         Update all code which uses them where appropriate.
7609         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
7610         New variables used to control rasterization at low resolutions.  Set
7611         to zert if feta code is processed with metapost.
7612
7613         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
7614         (draw_rounded_block, draw_square_block): Updated to use `--' only.
7615         (flare_path): Updated.
7616         Make it work with `filldraw' (but only circular pens).
7617         (hfloor, vfloor, hceiling, vceiling): New macros.
7618
7619         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
7620         Use `draw' again in mf mode to have good pixel dropout control.
7621         Fix intersection points of horizontal lines with circle.
7622         ("accDot"): Fix parameters for set_char_box.
7623         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
7624         control.
7625
7626         * mf/feta-banier.mf: Updated.
7627
7628         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
7629         testing.
7630         (undraw_inside_ellipse): Remove `center' argument.  Update all
7631         callers.
7632         (draw_brevis): New macro, called by "Brevis notehead".
7633         (draw_whole_triangle_head): New macro, called by "Whole
7634         trianglehead".
7635         (draw_small_triangle_head): Use `filldraw'.
7636
7637         * mf/feta-eindelijk.mf: Remove useless global group.
7638         Updated.
7639
7640         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
7641         `filldraw'.
7642
7643         * mf/feta-pendaal.mf: Updated.
7644
7645         * mf/feta-puntje.mf: Updated.
7646
7647         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
7648         less points.
7649         ("Flageolet"): Use `draw' again in mf mode to have good pixel
7650         dropout control.
7651         ("Varied Coda"): Use `draw_block'.
7652         (draw_comma): Fix typo.
7653         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
7654         pixel dropout control.
7655
7656         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
7657         position of bow.
7658
7659         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
7660         sizes.
7661
7662         * mf/feta-toevallig.mf (remember_pic): New variable, used for
7663         testing.
7664         (draw_meta_sharp): Much simplified.
7665         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
7666
7667         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
7668
7669 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7670
7671         * Documentation/user/notation.itely (Ancient rests): Fix typo
7672         (thanks Anthony)
7673
7674 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7675
7676         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
7677
7678         * lily/main.cc (setup_paths): Add cff.
7679
7680         * mf/GNUmakefile (foe): Include actual target %.cff.
7681         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
7682
7683 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7684
7685         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
7686         suffix for main_input_b_.
7687
7688         * scm/music-functions.scm (toplevel-music-functions):
7689         precompute music lengths for music expressions.  
7690
7691 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7692
7693         * lily/include/input.hh (class Input): new `end_' slot for end of
7694         input. Renamed defined_str0_ to start_.
7695
7696         * lily/input.cc (Input): Add Input::Input (Input const &) and
7697         remove Input::Input (Source_file*, char const *). Use the new
7698         slots.
7699         (set_location): method used by bison to propagate input
7700         locations (YYLLOC_DEFAULT).
7701         (end_line_number, end_column_number, step_forward): new methods
7702         
7703         * lily/input-scheme.cc (ly:input-both-locations): new function,
7704         similar to ly:input-location, but also return the end line and
7705         column.
7706
7707         * lily/include/includable-lexer.hh: 
7708         * lily/includable-lexer.cc: 
7709         * lily/include/lily-lexer.hh (class Lily_lexer): 
7710         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
7711         Includable_lexer to Lily_lexer, in order to update lexloc (the
7712         yylloc), a new slot of Lily_lexer.
7713         (here_input, LexerError): simplify by using the lexloc slot (aka
7714         yylloc)
7715
7716         * lily/lexer.ll: #define yylloc to use input locations (it may
7717         be useless here?). Fixed the #embedded_scm rule (step the location
7718         forward in order to skip the sharp sign before parsing the scheme
7719         expression)
7720
7721         * lily/include/lily-parser.hh (class Lily_parser): 
7722         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
7723         here_input()
7724         (parser_error): overload for more precise locations of errors.
7725
7726         * lily/parser.yy (YYLTYPE): set location type to Input
7727         (YYLLOC_DEFAULT): use Input::set_location()
7728         (yylex): add the YYLTYPE* location parameter.
7729         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
7730         Give an Input parameter to THIS->parser-error() for more accurate
7731         messages.
7732
7733 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7734
7735         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
7736
7737         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
7738         on BEAMQUANTING for non-NDEBUG builds.
7739
7740         * lily/stem.cc (head_count): performance: avoid String::String()
7741         inside oft called function.
7742
7743 2005-01-09  Graham Percival  <gperlist@shaw.ca>
7744
7745         * Documentation/user/examles.itely: attempted fix for broken
7746         string quartet template.
7747
7748         * Documentation/user/notation.itely: remove unnecessary broken
7749         link.
7750
7751 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7752
7753         * VERSION (PACKAGE_NAME): release 2.5.7
7754
7755 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7756
7757         * config.make.in (METAFONT): Append -progname=mf, fixes use with
7758         mf-nowin for teTeX-3.0.  Backportme.
7759
7760         * scm/output-svg.scm (utf8-string): New function.
7761
7762         * scm/output-gnome.scm (utf8-string): New function.
7763         (otf-name-mangling): Remove.
7764
7765         * lily/pango-font.cc (Pango_font): Use font string iso font
7766         filename for utf8-text.
7767
7768         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
7769         name.
7770
7771 2005-01-08  Graham Percival  <gperlist@shaw.ca>
7772
7773         * Documentation/user/notation.itely: add info about
7774         Staff.extraNatural = ##f in Pitches section.  Also
7775         fixed some minor issues in the Vocal music section.
7776
7777 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7778
7779         * scm/output-ps.scm (white-text): comment out Helvetica font,
7780         which is broken for my GS install.
7781
7782         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
7783         which provides a tighter bbox.
7784
7785         * scm/define-grobs.scm (all-grob-descriptions): remove all
7786         extra-offsets from definitions.
7787
7788 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
7789
7790         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
7791         add tuning for 4-string bass and some common 4/5-string banjo
7792         tunings.  New function (four-string-banjo) turns a 5-string tuning
7793         into a 4-string tuning.  New function
7794         (fret-number-tablature-format-banjo) computes correct fret numbers
7795         on 5-string banjos.
7796
7797         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
7798         Add beam correction to TabVoice.
7799
7800         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
7801         using bold font; makes tabs more readable.
7802
7803 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7804
7805         * lily/font-select.cc (get_font_by_design_size): don't make
7806         Modified_font_metric; this causes trouble, since we don't know the
7807         font magnification from inside Pango_font::text_stencil()
7808
7809         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
7810
7811         * Documentation/user/notation.itely (The Lyrics context): comment out
7812         broken {Small ensembles} link.
7813
7814         * scm/framework-svg.scm (output-framework): change calling convention.
7815
7816         * lily/object-key-dumper-scheme.cc: new file.
7817
7818         * lily/object-key-undumper-scheme.cc: new file.
7819
7820         * lily/tweak-registration-scheme.cc: new file.
7821
7822         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
7823
7824         * Documentation/user/examples.itely (String quartet): uncomment
7825         broken example.
7826
7827         * lily/font-config.cc: new file.
7828
7829 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7830
7831         * scm/output-svg.scm: 
7832         * scm/output-gnome.scm: s/bigcheese/emmentaler.
7833
7834         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
7835
7836 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7837
7838         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
7839         Add headers.
7840
7841         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
7842
7843 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7844
7845         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
7846
7847         * lily/include/main.hh: lose _b hungarian suffixes for global
7848         variables.
7849
7850         * lily/include/lily-guile-macros.hh: new file.
7851
7852         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
7853
7854         * lily/general-scheme.cc: new file. 
7855
7856         * lily/font-select.cc (get_font_by_design_size): retrieve
7857         PangoFont for (designsize . "pango-descr") entries.
7858
7859         * lily/lily-parser-scheme.cc: new file.
7860
7861         * lily/output-def-scheme.cc: new file.
7862
7863         * lily/paper-book-scheme.cc: new file.
7864
7865         * lily/duration-scheme.cc (LY_DEFINE): new file.
7866
7867         * lily/pitch-scheme.cc:  new file.
7868
7869         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
7870
7871 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7872
7873         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
7874
7875 2005-01-06  Graham Percival  <gperlist@shaw.ca>
7876
7877         * Documentation/user/notation.itely: minor editing.
7878
7879         * Documentation/user/changing-defaults: minor editing.
7880
7881         * Documentation/user/examples.itely: add template for
7882         string quartet part extraction; demonstrates tag.
7883
7884 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
7885
7886         * Documentation/user/notation.itely: documents
7887         format-mark-box-letters and format-mark-box-numbers
7888
7889         * scm/define-context-properties.scm: change comment.
7890
7891 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7892
7893         * scm/framework-ps.scm (output-classic-framework): new function:
7894         dump systems as separate .eps files (without fonts) and write a
7895         single collecting .tex file.
7896
7897 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7898
7899         * Documentation/user/notation.itely (Setting simple songs):
7900         Correct several errors in the equivalent formulation of
7901         \addlyrics. 
7902         (The Lyrics context): Corrected link to the SATB example.
7903
7904 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7905
7906         * scm/lily.scm (completize-formats): new function
7907         (postprocess-output): new function
7908
7909         * lily/paper-book.cc (classic_output): change calling
7910         convention. Give basename as first argument. 
7911         remove Paper_book::post_processing().
7912
7913         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
7914
7915 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7916
7917         * lily/paper-outputter.cc (LY_DEFINE): new function
7918         ly:outputter-close.
7919
7920         * lily/main.cc: change --format,-f to --backend,-b
7921
7922         * lily/include/main.hh: rename format to backend.
7923
7924         * scm/translation-functions.scm (format-mark-box-numbers): add.
7925         patch by Erlend Aasland
7926
7927 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7928
7929         * lily/pango-font.cc (text_stencil): dump string as
7930         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
7931
7932 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7933
7934         * configure.in (gui_b): Remove handy developer-only
7935         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
7936         CVS source installations (but break other non-default but correct
7937         PKG_CONFIG_PATH setups), as this is no longer developer-only.
7938
7939         * SConstruct: 
7940         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
7941         compatibility (backportme).
7942
7943         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
7944
7945 2005-01-03  Werner Lemberg  <wl@gnu.org>
7946
7947         Prepare glyph shapes for mf2pt1 conversion.
7948
7949         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
7950         (accDiscant, accFreebase, accStdbase): Replace `draw' with
7951         `penstroke'.
7952         (accDot): Use `drawdot'.
7953         (accBayanbase): Replace `draw' with `draw_gridline'.
7954         (print_penpos): Moved to feta-macros.mf.
7955         (accOldEE): Replace `filldraw' with `penstroke'.
7956         Replace `draw' with `penstroke' and `drawdot'.
7957
7958         * mf/feta-banier.mf: Code clean-up.
7959         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
7960         `fill'.
7961
7962         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
7963
7964         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
7965         paremeter to control drawing of labels.  Update all callers.
7966
7967         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
7968         (new_bulb): Return a bulb as a single path.  To do that, it now
7969         takes some more parameters.  Updated all callers.
7970         (draw_gclef): Major clean-up.  `draw' has been replaced with
7971         `penstroke', unnecessary outlines have been removed.
7972         Remove (unused) gnome-canvas code.
7973
7974         * mf/feta-macros.mf (print_penpos): New macro (from
7975         feta-accordion.mf).
7976         Other minor fixes.
7977
7978         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
7979         ("Pedal dot"): Use `drawdot'.
7980         (draw_pedal_P): Add parameter to control drawing of labels.  Update
7981         all callers.
7982         Fix shape at top.
7983         (draw_pedal_e): Add parameter to control drawing of labels.  Update
7984         all callers.
7985         (draw_pedal_d): Add parameter to control drawing of labels.  Update
7986         all callers.
7987         Revert drawing direction.
7988
7989         * mf/feta-schrift.mf (draw_fermata): Use single path.
7990         (draw_short_fermata): Replace `filldraw' with `fill'.
7991         (draw_long_fermata, draw_very_long_fermata): Replace calls to
7992         `draw_rounded_block' with a single path.
7993         ("Thumb"): Draw full circle instead of mirroring segments.
7994         (draw_accent): New macro.
7995         ("> accent", "espr"): Use it.
7996         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
7997         ("open (unstopped)"): Draw full circle instead of mirroring
7998         segments.
7999         (draw_vee): Removed.
8000         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
8001         ("Downbow"): Replace calls to `draw_rounded_block' with a single
8002         path.
8003         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
8004         partial pieces drawn with `fill' -- these do still overlap with the
8005         stem of the `t' but just once, not multiple times so that fontforge
8006         can handle it gracefully.
8007         Change other parts of the glyph so that fontforge's overlapping
8008         algorithm reliably works.
8009         (draw_heel): Replace `draw' with `fill'.
8010         (draw_toe): Use `draw_accent' instead of `draw_vee'.
8011         ("Flageolet"): Replace `draw' with `penstroke'.
8012         ("Segno"): Replace `filldraw' with `penstroke'.
8013         Replace `draw' with `drawdot'.
8014         ("Coda"): Replace `fill' with `penstroke', using a single path.
8015         ("Varied Coda"): Use less overlapping paths.
8016         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
8017         single path.
8018
8019         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
8020         group to better control the `labels' command.
8021         Rename argument to `offset' and use it actually.  Update all
8022         callers.
8023         Replace `filldraw' with `fill'.
8024         ("mordent", "prallmordent", "upmordent", "downmordent",
8025         "lineprall"): Replace `draw' with `draw_gridline'.
8026         ("upprall", "downprall"): Replace `draw' with `fill'.
8027
8028         * mf/feta-timesig.mf: Formatting.
8029
8030         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
8031         to...
8032         ("Flat"): Here.
8033         (draw_paren): Move code to draw labels to...
8034         ("Right Parenthesis"): Here.
8035
8036 2005-01-02  Graham Percival <gperlist@shaw.ca>
8037
8038         * Documentation/user/notation.itely: add example of \setTextDecresc
8039         and \setTextDim.
8040
8041 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
8042
8043         * scm/define-markup-commands.scm :  fix glyph-strings of
8044         accidentals and \note-by-number
8045
8046 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8047
8048         * VERSION: 2.5.6 released.
8049         
8050         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
8051
8052         * input/regression/new-markup-scheme.ly: oops. font-family=music
8053         -> font-encoding fetaMusic.  
8054
8055         * lily/main.cc: put default to PS.
8056
8057         * lily/tfm.cc: idem.
8058
8059         * lily/afm.cc: idem.
8060
8061         * lily/include/modified-font-metric.hh (struct
8062         Modified_font_metric): remove coding_scheme() method.
8063
8064         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
8065
8066         * scripts/convert-ly.py (conv): crash on encountering \encoding.
8067
8068         * input/les-nereides.ly: convert to utf8
8069
8070         * lily/modified-font-metric.cc (text_dimension): idem.
8071
8072         * lily/parser.yy (TODO): idem.
8073
8074         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
8075
8076         * lily/lexer.ll: remove encoding
8077
8078         * scm/framework-ps.scm (output-variables): separately scale the
8079         page to mm 
8080
8081         * lily/pango-font.cc (Pango_font): fix scaling.
8082
8083         * lily/font-metric.cc (design_size): design_size returns a
8084         dimension now as well.
8085
8086 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8087
8088         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
8089         brace generation. 
8090
8091         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
8092
8093 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8094
8095         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
8096         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
8097
8098 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8099
8100         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
8101         in first run as well.
8102
8103         * scm/paper.scm (layout-set-staff-size): use text-font-size in
8104         dimension less points (ie. 12 = 12 point)
8105
8106         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
8107
8108         * lily/all-font-metrics.cc (find_pango_font): set description_
8109
8110         * lily/pango-font.cc (text_stencil): export size as well.
8111         (text_stencil): fix scaling and extents box.
8112
8113 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
8116
8117         * Documentation/user/invoking.itely (Invoking lilypond): document
8118         texstr
8119
8120         * scripts/convert-ly.py (conv): add ancient rules.
8121
8122         * scm/clef.scm (c0-pitch-alist): replace - with .
8123
8124         * scripts/lilypond-book.py (process_snippets): add texstr support.
8125
8126         * scm/framework-texstr.scm (header): change extension to .textmetrics
8127
8128         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
8129         -f tex.
8130
8131         * lily/text-metrics.cc: new file.
8132         (try_load_text_metrics): new function
8133
8134         * lily/include/text-metrics.hh: new file.
8135
8136 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8137
8138         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
8139         ly_scheme_function to ly_lily_module_constant.
8140
8141         * lily/modified-font-metric.cc (text_dimension): try
8142         lookup_tex_text_dimension() first.
8143
8144         * lily/tfm.cc: new function ly:load-text-dimensions
8145
8146 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8147
8148         * scm/output-texstr.scm (text): use \lilygetmetrics
8149
8150         * scm/framework-texstr.scm (header): dump in new format.
8151
8152         * tex/lilypond-tex-metrics: new file.
8153         
8154 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8155
8156         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
8157         mapping.
8158         (index_to_charcode): New method.
8159
8160         * scm/output-ps.scm (glyph-string): 
8161         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
8162
8163 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8164
8165         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
8166         implement fully, need FONT to get to charcode.
8167
8168         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
8169
8170         * scm: Cleanups.
8171
8172         * Documentation/user/changing-defaults.itely: Fix internalsrefs
8173         {Tunable context properties},
8174         {All layout objects},
8175         {Music definitions}.
8176
8177 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8178
8179         * VERSION: release 2.5.5
8180         
8181         * lily/main.cc: use TeX as default output format.
8182
8183         * flower/file-path.cc (find): try to open directly as well, so we
8184         find absolute path files. 
8185
8186         * lily/pango-select.cc: new file.
8187
8188         * scm/framework-ps.scm: remove all encoding code. 
8189         load pfb/pfa for PangoFont too.
8190         
8191         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
8192
8193 2004-12-22  Werner Lemberg  <wl@gnu.org>
8194
8195         Prepare glyph shapes for mf2pt1 conversion.
8196
8197         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
8198
8199         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
8200         (define_triangle_shape): Use it to replace `draw' with `fill' and
8201         `unfill'.  Update all callers.
8202         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
8203         (draw_cross): Ditto.
8204         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
8205         Use penrazor for better conversion with mf2pt1.
8206         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
8207         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
8208         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
8209         draw_la_head, draw_ti_head): Replace `filldraw' with
8210         `fill'.  Update all callers.
8211
8212 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8213
8214         * lily/paper-book.cc (output): revert: only allow a single output
8215         format.
8216
8217         * lily/include/pango-font.hh: new file.
8218
8219         * lily/pango-font.cc: new file.
8220
8221         * lily/font-metric.cc (text_stencil): new routine
8222
8223         * lily/all-font-metrics.cc (find_pango_font): new routine.
8224
8225         * lily/include/font-metric.hh (struct Font_metric): add
8226         text_stencil()
8227
8228         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
8229
8230 2004-12-22  Werner Lemberg  <wl@gnu.org>
8231
8232         Prepare glyph shapes for mf2pt1 conversion.
8233
8234         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
8235
8236         * mf/feta-toevallig.mf: Formatting.
8237         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
8238         ("Natural"): Fix paths to allow better postprocessing.
8239         (draw_meta_flat): Use `z3l' as additional point in path to get
8240         better conversion with mf2pt1.
8241         Other minor cleanups.
8242         ("3/4 Flat"): Add auxiliary points and modify path to replace
8243         `draw' with `fill'.
8244         ("Double Sharp"): Mirror path segments instead of picture elements
8245         to get a single outline.
8246         Modify path to replace `filldraw' with `fill'.
8247
8248 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8249
8250         * input/test/unfold-all-repeats.ly: added file back.
8251
8252         * Documentation/user/notation.itely,
8253         Documentation/user/programming-interface.itely
8254         Documentation/user/changing-defaults.itely: fixed misc broken
8255         links to input/test/ files.
8256
8257 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8258
8259         * tex/texinfo.tex: Update.  We should not be distributing this,
8260         but since we do, use latest version.
8261
8262         * Documentation/user/macros.itexi: Comment-out \fetaflat,
8263         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
8264         macros for feta glyphs.
8265
8266 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8267
8268         * Documentation/user/changing-defaults.itely: fix index for set.
8269
8270         * Documentation/user/converters.itely: added convert-ly bugs list
8271         from CVS.
8272
8273 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8274
8275         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
8276         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
8277         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
8278         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
8279
8280         * mf/GNUmakefile (pfa_warning): Use less broken check.
8281
8282         * python/lilylib.py (setup_environment): Remove cruft from
8283         GS_FONTPATH.
8284
8285         * configure.in: Bump mftrace requirement to 1.1.1.
8286
8287 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8288
8289         * scm/output-svg.scm (beam): Use polygon.
8290
8291         * scm/lily-library.scm: Bugfix.
8292
8293         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
8294
8295         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
8296
8297 2004-12-19  Werner Lemberg  <wl@gnu.org>
8298
8299         Prepare glyph shapes for mf2pt1 conversion.
8300
8301         * mf/feta-eindelijk: Some formatting.
8302         (multi_rest_x, multi_beam_height): Removed.  Unused.
8303         ("Quarter rest"): Use `intersectiontimes' to create a single
8304         outline.
8305         (rest_crook): Removed.  Unused.
8306         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
8307         Simplified.
8308         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
8309         "128th rest"): Simplify `pat'.
8310         Create single outline.
8311
8312 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8313
8314         * mf/GNUmakefile (ALL_GEN_FILES):
8315         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
8316
8317         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
8318         function.
8319
8320 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8321
8322         * scm/output-texstr.scm (placebox): add routine
8323
8324         * VERSION (PACKAGE_NAME): release 2.5.4
8325
8326         * scm/framework-texstr.scm (output-framework): new file.  
8327
8328         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
8329         processing.
8330
8331         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
8332
8333         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
8334         rule.
8335
8336         * configure.in (gui_b): bump mftrace requirement to 1.1.0
8337
8338         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
8339
8340         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
8341
8342 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8343
8344         * scm/framework-svg.scm (dump-page): Implement landscape.
8345
8346 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8347
8348         * lily/main.cc (setup_paths): Add svg to search path.
8349
8350         * scm/output-svg.scm:
8351         * scm/framework-svg.scm: Add pageSet.  Update.
8352         (dump-fonts): New function.
8353         (output-framework): Use it.
8354
8355         * mf/GNUmakefile: 
8356         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
8357
8358 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8359
8360         * tex/lilyponddefs.tex: comment out new ifpdf code.
8361
8362 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8363
8364         * GNUmakefile.in: 
8365         * SConstruct (symlink): Replace afm by otf.
8366
8367         * scm/framework-gnome.scm (gnome-main): Remove invocation of
8368         ly:pango-add-afm-decoder.
8369
8370         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
8371
8372 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8373
8374         * scm/output-ps.scm (new-text): don't access t glyph for getting
8375         space dimension.
8376
8377         * ly/init.ly: warn about \version
8378
8379         * lily/lexer.ll: set version-seen?
8380
8381 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8382
8383         * scm/output-svg.scm (string->entities): Update.
8384
8385 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8386
8387         * lily/main.cc (setup_paths): replace afm by otf for path. 
8388
8389         * lily/pangofc-afm-decoder.cc: remove.
8390
8391         * lily/include/pangofc-afm-decoder.hh: remove.
8392
8393         * scm/framework-scm.scm (output-framework): new file.
8394
8395         * mf/GNUmakefile: remove SAUTER_FONTS.
8396         remove SVG/sodipodi hacks.
8397
8398         * scm/lily-library.scm (stderr): move stderr.
8399
8400         * mf/GNUmakefile: remove AFM support.
8401
8402         * buildscripts/mf-to-table.py (base): remove AFM support.
8403
8404         * lily/open-type-font.cc (design_size): use design_size
8405
8406 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
8407
8408         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
8409
8410 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * mf/GNUmakefile: Generate combined aybabtu info.
8413         * mf/aybabtu.pe.in (i): Load it.
8414
8415         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
8416         are not symbols.
8417
8418         * lily/include/open-type-font.hh (count): New method.
8419
8420         * mf/aybabtu.pe.in: Typo.
8421
8422         * Documentation/user/out/lilypond-internals.nexi (Scheme
8423         functions): Typo.
8424
8425         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
8426
8427 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8428
8429         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
8430         subfonts.
8431
8432         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
8433
8434         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
8435         (tex-font-command-raw): new function.
8436
8437         * lily/include/virtual-font-metric.hh (Module): remove file
8438
8439         * lily/virtual-font-metric.cc (Module): remove file.
8440         
8441
8442         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
8443         (get_indexed_char): read bbox from lily table if present.
8444
8445 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8446
8447         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
8448         aybabtu.subfonts
8449
8450         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
8451         global glyphname. Enables more than 64 glyphs in the OTF.
8452
8453 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8454
8455         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
8456         braces.
8457
8458         * lily/open-type-font.cc (design_size): Use 12 as default for
8459         design size.
8460
8461         * mf/aybabtu.pe.in: New file.  Merge all our braces.
8462
8463         * mf/GNUmakefile: Generate aybabtu.
8464
8465         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
8466
8467 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8468
8469         * scm/lily-library.scm (char->unicode-index): Remove.
8470
8471         * scm/output-gnome.scm (text): Bugfix for plain string input.
8472         Updates.
8473
8474         * scm/output-svg.scm (svg-font): Add weight to font selection.
8475
8476 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8477
8478         * Documentation/topdocs/INSTALL.texi (Top): Point to
8479         buildscripts/out/clean-fonts instead of
8480         buildscripts/clean-fonts.sh. 
8481
8482 2004-12-13  Graham Percival  <gperlist@shaw.ca>
8483
8484         * input/regression/figured-bass.ly: attempt to clarify text.
8485
8486         * Documentation/user/notation.tely: add cindex for tag, attempt to
8487         add figured bass example.
8488
8489         * Documentation/user/changing-defaults: basic editing.
8490
8491 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8492
8493         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
8494
8495         * lily/open-type-font.cc (LY_DEFINE): new function
8496         ly:font-sub-fonts
8497
8498         * lily/include/font-metric.hh (struct Font_metric): new method
8499         sub_fonts()
8500
8501         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
8502         . with - in add.stem.
8503         
8504 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8505
8506         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
8507         and fetaDynamic.
8508
8509         * lily/rest.cc (glyph_name): Change - to . .
8510
8511         * scm/output-gnome.scm (text): Hello world, again.
8512
8513         * scm/output-svg.scm (named-glyph): New function.  Hello world!
8514
8515         * lily/modified-font-metric.cc (index_to_charcode): New method.
8516
8517         * lily/include/font-metric.hh (index_to_charcode): New function.
8518
8519         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
8520         new function.
8521         (ly:font-glyph-to-index): Remove.
8522
8523 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8524
8525         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
8526
8527         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
8528
8529         * lily/open-type-font.cc (load_scheme_table): new function
8530
8531         * lily/dots.cc (print): replace - 
8532
8533         * lily/open-type-font.cc (attachment_point): new function.
8534         (load_table): read LILC table
8535
8536         * buildscripts/gen-bigcheese-scripts.py (Module): new
8537         file. Generate FF scripts.
8538
8539         * mf/feta-din10.mf: idem.
8540
8541         * mf/feta-nummer10.mf: remove mf files.
8542
8543         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
8544
8545 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8546
8547         * lily/lily-guile.cc: Use scm_from_locale_stringn.
8548
8549         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
8550         compatibility.
8551
8552 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8553
8554         * lily/open-type-font.cc (get_indexed_char): scale metrics by
8555         design-size and units_per_EM.
8556
8557         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
8558
8559 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8560
8561         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
8562         does not crash fontforge.
8563
8564         * scm/lily-library.scm (char->unicode-index): Hack to map onto
8565         PUA.
8566
8567 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8568
8569         * scm/framework-ps.scm (ps-embed-cff): new function.
8570
8571         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
8572
8573 2004-12-12  Werner Lemberg  <wl@gnu.org>
8574
8575         * mf/bigcheese.pe.in: Add PUA mapping.
8576         Don't create Type 42 but bare CFF font.
8577
8578 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8579
8580         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
8581         within canvas boundaries.
8582
8583         * mf/merge.pe.in: Set font names, version, license GPL.
8584
8585         * make/substitute.make: Add FONTFORGE.
8586
8587         * config.make.in (FONTFORGE): Add.
8588
8589         * configure.in (gui_b): Use PATH_PROG for fontforge.
8590
8591 2004-12-11  Graham Percival  <gperlist@shaw.ca>
8592
8593         * scm/define-markup-commands.scm: add baseline-skip to info
8594         about \column.
8595
8596 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8597
8598         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
8599
8600         * scm/output-gnome.scm (named-glyph): Use it.
8601
8602         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
8603
8604         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
8605         (upper_string, lower_string, reverse_string): Remove.
8606
8607         * configure.in (fontforge): Reinstate version check.
8608
8609         * ly/engraver-init.ly: Fix clef glyph names.
8610
8611         * lily/time-signature.cc (special_time_signature): Fix fraction
8612         glyph names.
8613
8614 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8615
8616         * mf/merge.pe: new file.
8617
8618         * lily/freetype.cc: new file.
8619
8620         * lily/include/open-type-font.hh (class Open_type_font): new file.
8621
8622         * lily/include/freetype.hh: new file.
8623
8624         * lily/open-type-font.cc: new file.
8625
8626         * lily/all-font-metrics.cc (find_otf): new function.
8627
8628 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * lily/time-signature.cc (special_time_signature): Fix.
8631
8632         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
8633         GTK2 before checking for pango.  Fixes -fgnome.
8634
8635         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
8636         Scheme name.
8637
8638         * scm/define-markup-commands.scm:
8639         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
8640
8641         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
8642
8643         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
8644         date versions.  Fixes configure.
8645         (STEPMAKE_CHECK_VERSION): Support optional actual program version
8646         argument.
8647
8648 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8649
8650         * buildscripts/mf-to-table.py (write_ps_encoding): write real
8651         names in .enc
8652
8653         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
8654
8655 2004-12-09  Graham Percival  <gperlist@shaw.ca>
8656
8657         * Documentation/user/changing-defaults.itely: add info about
8658         make-dynamic-script
8659
8660         * Documentation/user/notation.itely: add link in dynamics to
8661         section about make-dynamic-script.
8662
8663 2004-12-09  Christian hitz  <chhitz@gmx.net>
8664
8665         * lily/lily-guile.cc: change MACOS_X to __APPLE__
8666
8667 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8668
8669         * buildscripts/mf-to-table.py (parse_logfile): use . for
8670         concatting name and group.
8671         (parse_logfile): use M for Minus (negative.)
8672
8673         * lily/include/type-swallow-translator.hh
8674         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
8675
8676         * lily/*.cc: cosmetics around = sign.
8677
8678         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
8679         lyric spacing on the penultimate column.
8680
8681 2004-12-05  Christian Hitz  <chhitz@gmx.net>
8682
8683         * configure.in:
8684         * lily/accidental-placement.cc:
8685         * lily/bar-line.cc:
8686         * lily/beam-concave.cc:
8687         * lily/beam-quanting.cc:
8688         * lily/beam.cc:
8689         * lily/bezier-bow.cc:
8690         * lily/bezier.cc:
8691         * lily/break-align-interface.cc:
8692         * lily/custos.cc:
8693         * lily/dimension-cache.cc:
8694         * lily/dot-column.cc:
8695         * lily/font-metric.cc:
8696         * lily/font-select.cc:
8697         * lily/gourlay-breaking.cc:
8698         * lily/grob-property.cc:
8699         * lily/grob.cc:
8700         * lily/lily-guile.cc:
8701         * lily/line-spanner.cc:
8702         * lily/lookup.cc:
8703         * lily/lyric-extender.cc:
8704         * lily/lyric-hyphen.cc:
8705         * lily/mensural-ligature.cc:
8706         * lily/midi-def.cc:
8707         * lily/misc.cc:
8708         * lily/note-collision.cc:
8709         * lily/note-column.cc:
8710         * lily/note-head.cc:
8711         * lily/paper-outputter.cc:
8712         * lily/percent-repeat-item.cc:
8713         * lily/rest-collision.cc:
8714         * lily/side-position-interface.cc:
8715         * lily/simple-spacer.cc:
8716         * lily/slur-configuration.cc:
8717         * lily/slur-scoring.cc:
8718         * lily/slur.cc:
8719         * lily/spaceable-grob.cc:
8720         * lily/spacing-spanner.cc:
8721         * lily/spanner.cc:
8722         * lily/staff-symbol-referencer.cc:
8723         * lily/stem.cc:
8724         * lily/stencil.cc:
8725         * lily/system-start-delimiter.cc:
8726         * lily/system.cc:
8727         * lily/text-item.cc:
8728         * lily/tie.cc:
8729         * lily/tuplet-bracket.cc:
8730         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
8731         <cmath> beacause isinf/isnan is undefined in <cmath>
8732
8733 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8734
8735         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
8736
8737 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8738
8739         * VERSION: release 2.5.3
8740         
8741 2004-11-29  Arno Waschk <arno@arnowaschk.de>
8742
8743         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
8744
8745 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8746
8747         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
8748
8749         * lily/note-head.cc (internal_print): always try the "s" head if
8750         u/d not found.
8751
8752         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
8753
8754 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8755
8756         * mf/parmesan-heads.mf (overdone_heads): typos.
8757
8758 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8759
8760         * lily/parser.yy (markup): in markups, { .. } without command
8761         before are also flattened, ie \line must be explicitely used.
8762
8763         * Documentation/user/changing-defaults.itely:
8764         * Documentation/user/notation.itely: 
8765         * input/wilhelmus.ly: 
8766         * input/regression/instrument-name-markup.ly: 
8767         * input/regression/markup-score.ly: 
8768         * input/regression/new-markup-scheme.ly: 
8769         * input/regression/new-markup-syntax.ly: 
8770         * input/test/coriolan-margin.ly: use \line in markups where
8771         appropriate
8772         
8773 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8774
8775         * scm/new-markup.scm (map-markup-command-list): helper function
8776         used in parser.yy to map markup commands on a markup list.
8777
8778         * lily/parser.yy: get rid off < > in markups by treating { } as
8779         real lists.
8780
8781         * lily/lexer.ll: remove < > from markup lexer mode.
8782
8783         * scripts/convert-ly.py (conv): add rule for converting 
8784         \markup < > to \markup { }
8785
8786         * ly/titling-init.ly: 
8787         * input/test/coriolan-margin.ly: 
8788         * input/regression/new-markup-syntax.ly: 
8789         * input/regression/new-markup-scheme.ly: 
8790         * input/regression/multi-measure-rest-text.ly: 
8791         * input/regression/markup-stack.ly: 
8792         * input/regression/markup-score.ly: 
8793         * input/regression/instrument-name-markup.ly: 
8794         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
8795         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
8796         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
8797         * input/wilhelmus.ly: 
8798         * Documentation/user/notation.itely: 
8799         * Documentation/user/music-glossary.tely: 
8800         * Documentation/user/changing-defaults.itely: change < > to { } in
8801         markups
8802
8803 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8804
8805         * lily/accidental-placement.cc (position_accidentals): shortcut if
8806         no accidentals to place.
8807
8808 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8809
8810         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
8811         typo s/ly:dimension ?/ly:dimension?/
8812
8813         * input/regression/lily-in-scheme.ly: 
8814         * input/regression/music-function.ly: 
8815         * ly/spanners-init.ly (assertBeamSlope): 
8816         * scm/music-functions.scm (def-grace-function): add the paper
8817         argument to music function definitions.
8818
8819 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8820
8821         * lily/moment.cc (LY_DEFINE):
8822         ly:moment-main-{denominator,numberator}, new function.
8823
8824         * lily/score-engraver.cc (typeset_all): assign to column on basis
8825         of axis-group-parent-X setting.
8826
8827         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
8828         add_element() on basis of axis-group-parent-Y setting.
8829
8830         * lily/grob.cc: add axis-group-parent-{XY} properties.
8831
8832         * input/regression/spacing-stick-out.ly: new file.
8833
8834         * lily/simple-spacer.cc (add_columns): use binary search for
8835         setting column rods. Changes O(n^2) to O(n log(n)) for
8836         constructing spacing problem from columns.
8837         (add_columns): read allow-outside-line to make sure no texts stick
8838         out.
8839         (solve): Simple_spacer::is_active() only determines
8840         satisfies_constraints_ for non-ragged typesetting.
8841
8842         * lily/simultaneous-music.cc (to_relative_octave): only set
8843         old_relative_used if return pitch actually changed.
8844
8845         * scm/define-context-properties.scm
8846         (all-user-translation-properties): change to match implementation.
8847
8848         * python/lilylib.py: Replace re.match by re.search and adds "-c
8849         showpage" to the gs command line (Johannes Schindelin)
8850
8851         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
8852         before processing. Prevents crash when inf is in the extent.
8853
8854         * scm/define-markup-commands.scm (note-by-number): add "s" to
8855         "noteheads-" glyphname.
8856  
8857         * lily/parser.yy (Generic_prefix_music): supply parser argument to
8858         music function as well.
8859         
8860 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8861
8862         * VERSION: release 2.5.2
8863
8864         * Documentation/user/changing-defaults.itely (Creating titles):
8865         add breakbefore variable.
8866
8867         * lily/paper-book.cc (set_system_penalty): new function. Set
8868         penalty_ based on breakBefore setting
8869
8870         * lily/context-specced-music-iterator.cc (construct_children):
8871         interpret special context id $uniqueContextId 
8872
8873         * lily/context.cc (create_unique_context): new method. Move
8874         creation of unique (\new) contexts into interpreting phase. This
8875         makes
8876
8877           foo= \new Staff ..
8878           << \foo \foo >>
8879
8880         produce 2 staves.
8881         
8882
8883         * scm/define-music-properties.scm (all-music-properties): add
8884         quoted-voice-direction
8885
8886         * ly/music-functions-init.ly: killCues function.
8887
8888         * scm/music-functions.scm (cue-substitute): move creation of voice
8889         contexts further to the back. 
8890
8891 2004-11-25  Werner Lemberg  <wl@gnu.org>
8892
8893         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
8894         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
8895
8896 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
8897
8898         * buildscripts/guile-gnome.sh: Fixed typo.
8899
8900 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8901
8902         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
8903
8904         * scripts/abc2ly.py (dump_slyrics): add ord(). 
8905
8906         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
8907         to regular engraver. 
8908
8909 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8910
8911         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
8912
8913 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8914
8915         * scm/define-markup-commands.scm (fill-line): Typo.
8916
8917         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
8918         and newer.
8919
8920 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
8921
8922         * ly/dynamic-scripts-init.ly: Fixed typo.
8923
8924 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8925
8926         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
8927         note-head, to have different attachment points for up and down.
8928
8929         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
8930
8931         * mf/feta-generic.mf (else): remove solfa.
8932
8933         * mf/feta-bolletjes.mf (tishape): remove unicode test.
8934
8935         * scm/define-context-properties.scm
8936         (all-user-translation-properties): add shapeNoteStyles property.
8937
8938         * lily/shape-note-heads-engraver.cc (process_music): new file.
8939
8940         * lily/event.cc (transpose): call Event::transpose() for
8941         transposing the tonic.
8942
8943 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8944
8945         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
8946         Unicode/OpenType and AFM.
8947
8948         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
8949
8950 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8951
8952         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
8953
8954         * lily/context.cc (Context): unprotect key from ctor.
8955
8956         * scm/stencil.scm (stack-lines): return empty-stencil if argument
8957         is '()
8958         (stack-stencils): idem.
8959
8960         * Documentation/user/changing-defaults.itely (Creating titles):
8961         document new title layout options.
8962
8963         * lily/parser.yy (lilypond_header_body): copy previous
8964         $globalheader if present.
8965
8966         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
8967         ly:module-copy
8968         
8969         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
8970
8971         * scm/titling.scm: remove old titling functions
8972
8973         * lily/stencil.cc (translate): remove absolute dimension.
8974
8975         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
8976         via markup.
8977
8978         * scm/page-layout.scm (marked-up-headfoot): create header/footer
8979         field from user-supplied markup
8980
8981         * scm/define-markup-commands.scm (on-the-fly): new markup
8982         command. Enter SCM markup procedure directly in Scheme.
8983         (fromproperty): new markup command. Read markup from props argument.
8984
8985         * scm/titling.scm (marked-up-title): create title via
8986         user-specified markup. 
8987
8988         * scm/define-markup-commands.scm (column): remove empty stencils
8989         from column.
8990
8991         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
8992         not have side-effect of creating variable stub.
8993
8994         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
8995
8996 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8997
8998         * scm/encoding.scm (coding-alist): 
8999         * scm/font.scm (add-ec-fonts):
9000         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
9001         Extended-TeX-Font-Encoding---Latin.
9002
9003         * lily/side-position-interface.cc (general_side_position): Add
9004         actual offset to error message (avoid constant error messages).
9005
9006         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
9007         block.
9008
9009         * lily/font-select.cc (select_encoded_font)
9010         (get_font_by_mag_step, get_font_by_design_size): 
9011         * lily/modified-font-metric.cc (Modified_font_metric): 
9012         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
9013
9014         * scm/encoding.scm (coding-alist): Add fetaDynamic.
9015         (read-encoding-file): Bugfix: do not require space after bracket.
9016
9017         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
9018         these do not exist.
9019
9020 2004-11-20  Graham Percival  <gperlist@shaw.ca>
9021
9022         * Documentation/user/notation.itely: added info about typesetting
9023         boxed bar numbers.
9024
9025 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9026
9027         * flower/interval.cc (T_to_string): gcc4 fixes.
9028
9029         * scm/define-markup-commands.scm (fill-line): use
9030         stack-stencils. This fixes problems with putting already centered
9031         stencils in a line.
9032
9033         * VERSION: release 2.5.1
9034
9035         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
9036
9037 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9038
9039         * input/example-[1-3].ly: simplify.
9040
9041         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
9042
9043         * scm/output-ps.scm (new-text): new function. Use glyphshow to
9044         show glyphs.
9045
9046         * scm/encoding.scm (decode-byte-string): new function.
9047
9048         * scripts/convert-ly.py (conv): add warning about
9049         set-global-staff-size.
9050
9051         * Doxyfile: add. 
9052
9053         * scripts/convert-ly.py (conv): add raggedlastbottom rule
9054         (conv): warn for TextSpanner split.
9055         (conv): warn for textheight.
9056
9057 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
9060         building the documentation, info with images are installed.
9061         (final-install): Fix description.  Mention sourcing of login
9062         scripts (instead of running).
9063
9064 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9065
9066         * Debian lmodern support.  Note that LilyPond will issue warnings
9067         
9068             no such encoding: "FontSpecific"
9069
9070           The font selection mechanism wants to get the encoding from the
9071           font itself, but the idea of lmodern is that it is usable with
9072           different encodings, ie, Lily should get the encoding from the
9073           font tree, rather than the font itself.  This would require some
9074           more work.
9075         
9076         * configure.in: Test for and accept lmodern if EC fonts not found.
9077
9078         * scm/framework-tex.scm (font-load-command): TeX font name
9079         mangling for latin1 encoded cork-lm fonts.
9080         (convert-to-ps): Load lm.map if available.
9081
9082         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
9083         available.
9084
9085         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
9086
9087         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
9088         available.
9089
9090         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
9091         path for absolute file name, that is silly.
9092
9093         * lily/score-engraver.cc (initialize): 
9094
9095         * Documentation/user/GNUmakefile (local-install-info): Invoke
9096         install-info --remove first.
9097
9098         * #include cleanup (Andreas Scherer).
9099
9100 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
9101
9102         * input/test/script-abbreviations.ly: fix typos.
9103
9104 2004-11-17  Werner Lemberg  <wl@gnu.org>
9105
9106         * python/lilylib.py (options_help_str): Support pretty-printing of
9107         newlines in fourth element of option description.
9108
9109         * scripts/lilypond-book.py (option_definitions): Use new lilylib
9110         feature.
9111         Sort options.
9112
9113         * Documentation/user/lilypond-book.itely: Finish update.
9114
9115 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9116
9117         * Documentation/user/macros.itexi: Add comment about \command.
9118
9119         * Documentation/user/lilypond.tely:
9120         * Documentation/user/lilypond-book.itely: Fix names of lilypond
9121         and lilypond-book nodes, so that `info lilypond' visits the manual
9122         at top level, and `info lilypond-book' visits the lilypond-book
9123         section.
9124
9125         * Documentation/user/GNUmakefile (local-install-info): Fix rules
9126         and packager messages.
9127
9128         * lily/pangofc-afm-decoder.cc: Update test.
9129
9130 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * scm/lily-library.scm (char->unicode-index): New function.
9133
9134         * scm/output-gnome.scm: 
9135         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
9136
9137         * Proper naming of file name throughout; s/filename/file[-_]name/.
9138
9139         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
9140
9141         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
9142
9143 2004-11-16  Werner Lemberg  <wl@gnu.org>
9144
9145         * scripts/lilypond-book.py: The Lord has commanded me to use only
9146         tabs for indentation.  Your humble servant obeys.
9147
9148 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9149
9150         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
9151         including font, if LilyPond-feta font is only feta font in path.
9152
9153         * scm/output-gnome.scm (text): Revert to file name of font if font
9154         has no name.  Fixes ec font selection.
9155         (char): Bugfix: do not utf8 twice.  Fixes clefs.
9156
9157         * scm/framework-svg.scm:
9158         * scm/output-svg.scm: New file.  TODO: figure out how to
9159         do character by index in font.
9160
9161         * scm/output-sodipodi.scm: Remove.
9162
9163         * scm/output-ps.scm (stem): Remove.
9164
9165 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9166
9167         * scm/output-gnome.scm (beam): New function.
9168         (slur): Round corners.
9169         (round-filled-box): Round corners.
9170
9171 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9172
9173         * scm/output-gnome.scm (beam): add function.
9174         (draw-line): new routine.
9175         (dashed-line): stub; call draw-line
9176         (polygon): new routine.
9177
9178 2004-11-15  Werner Lemberg  <wl@gnu.org>
9179
9180         * Documentation/user/lilypond-book.itely: Revise section on
9181         lilypond-book options.
9182         Other minor fixes.
9183
9184         * scripts/lilypond-book.py: Change indentation to 4.
9185         Minor formatting.
9186
9187 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9188
9189         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
9190         grobs that have tweaks specced.
9191         
9192 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
9193
9194         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
9195
9196 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
9199         actual char #, not 0 based index.
9200
9201         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
9202
9203         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
9204         Warning: do make -C mf clean.
9205
9206         * lily/context-property.cc: Compile fix.
9207
9208         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
9209         Grok ec-fonts, braces and dynamics.
9210
9211         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
9212
9213 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9214
9215         * lily/include/tweak-registration.hh: new file.
9216
9217         * lily/tweak-registration.cc: new file.
9218
9219         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
9220         saving tweaks.
9221
9222         * scm/output-gnome.scm (text): comment dribble.
9223
9224 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
9227
9228         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
9229         path-def before using.  Fixes muchtomany slurs in wrong places
9230         bug.
9231
9232 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9233
9234         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
9235
9236         * lily/include/object-key-undumper.hh (Module): new file.
9237
9238         * lily/object-key-undumper.cc (Module): New file. Deserialize
9239         keys. SCM bindings
9240
9241         * lily/object-key-dumper.cc (Object_key_dumper): idem.
9242         Provide SCM bindings.
9243
9244         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
9245         new file. Serialize object keys.
9246         
9247         * lily/object-key.cc (dump): new function.
9248         (as_scheme): new virtual function
9249         (undump): new function
9250         (undumpers): new table.
9251
9252         * lily/include/global-context.hh (Context): take \score key upon init.
9253
9254         * lily/object-key-dumper.cc (serialize_key): new file.
9255
9256         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
9257
9258         * lily/lily-lexer.cc: remove \quote.
9259
9260         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
9261
9262         * lily/context.cc (Context): take key argument in ctor.
9263         (create_context): new function
9264
9265         * lily/grob.cc (Grob): take key argument in ctor.  
9266
9267         * lily/lilypond-key.cc (do_compare): new file.
9268
9269         * lily/object-key.cc (Object_key): new file.
9270
9271         * lily/include/object-key.hh (class Object_key): new file.
9272
9273         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
9274
9275 2004-11-13  Graham Percival  <gperlist@shaw.ca>
9276
9277         * Documentation/user/lilypond-book.itely: add small warning about
9278         noindent default in lilypond-book.
9279
9280         * Documentation/user/converters.itely: add examples for convert-ly.
9281
9282         * Documentation/user/examples.itely: change version string in templates
9283         to 2.4.0.
9284
9285 2004-11-12  Karl Hammar  <karl@aspodata.se>
9286
9287         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
9288         cmdline, use xargs instead (backportme)
9289
9290 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
9291         
9292         * Documentation/user/: Numerous fixes in the user manual.
9293
9294 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9295
9296         * lily/parser.yy (re_rhythmed_music): search music expression for
9297         context-id, surround by \new Voice if not found. Fixes:
9298         addlyrics-second-staff.ly
9299
9300         * VERSION: 2.5.0 released.
9301         
9302 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9303
9304         * Documentation/index.html.in: Fix url to one big page.  (backportme)
9305
9306         * Documentation/user/GNUmakefile: Separate rules for split and
9307         unsplit html documents.  Remove perl massaging.  (backportme)
9308
9309 2004-11-11  Graham Percival  <gperlist@shaw.ca>
9310
9311         * Documentation/user/lilypond-book.itely: add short warning about
9312         \lilypond{} in LaTeX docs.
9313
9314 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9315
9316         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
9317         found.  (backportme)
9318
9319         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
9320         version requirement.  (backportme)
9321
9322         * configure.in: Be explicit about old versions of
9323         ec-fonts-mtraced.  (backportme)
9324
9325         * lily/context-selector.cc (set_tweaks): New function.
9326         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
9327         web with -DTWEAK.
9328
9329         * Documentation/user/introduction.itely (Automated engraving):
9330         Remove fragment option.  Fixes web.
9331
9332         * lily/context-property.cc (make_item_from_properties):
9333         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
9334         #ifdef.
9335
9336         * scm/define-context-properties.scm
9337         (all-internal-translation-properties): Add tweakRank and tweakCount.
9338
9339         * lily/grob.cc: 
9340         * scm/define-grob-properties.scm (all-internal-grob-properties):
9341         Add tweak-rank and tweak-count.
9342
9343 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9344
9345         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
9346         New function.
9347         (text): Use them.
9348
9349         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
9350         animated/opaque grob dragging tweaks.
9351
9352         * buildscripts/guile-gnome.sh: Update.
9353
9354 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9355
9356         * scm/define-grobs.scm (all-grob-descriptions): Added
9357         line-interface to the LigatureBracket object.
9358
9359 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9360
9361         * scm/framework-gnome.scm (item-event): Support non-animated mouse
9362         dragging tweaks.
9363
9364         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
9365
9366         * lily/context-selector.cc (store_context): New function.
9367
9368         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
9369         (store_grob): New function.
9370         (identify_grob): Add Moment parameter.
9371
9372         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
9373         exists.
9374
9375         * scm/framework-gnome.scm (save-tweaks): Write as alist.
9376
9377 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9378
9379         * scm/framework-gnome.scm (item-event): Print grob id.
9380         (save-tweaks): New function.
9381         (tweak): New funtion.
9382         (item-event): Use it, bound to arrow keys.
9383
9384         * lily/context-property.cc (make_item_from_properties): Register grob.
9385         * lily/context.cc (add_context): Register context.
9386
9387         * lily/include/context-selector.hh:
9388         * lily/include/grob-selector.hh:
9389         * lily/context-selector.cc:
9390         * lily/grob-selector.cc: New file.
9391
9392 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9393
9394         * lily/slur.cc: add 'positions to interface
9395
9396         * lily/main.cc: reinstate PS as standard output format. 
9397
9398         * scm/framework-tex.scm (output-preview-framework): print systems
9399         up to first non title system.
9400
9401         * lily/grace-engraver.cc (start_translation_timestep): split
9402         scm_cadddr
9403         
9404 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9405
9406         * lily/quote-iterator.cc (Module): remove old quote-iterator
9407
9408         * scm/define-music-types.scm (music-descriptions): move
9409         NewQuoteMusic over QuoteMusic
9410
9411         * Documentation/user/notation.itely (Formatting cue notes): use
9412         \cueDuring.
9413
9414         * lily/new-quote-iterator.cc (quote_ok): new function.
9415
9416         * input/regression/quote-cue-during.ly: new file.
9417
9418         * input/regression/quote-grace.ly: new file.
9419
9420         * scm/define-context-properties.scm (Module): change definition of
9421         graceSettings
9422
9423         * lily/context-property.cc (Module): rename from
9424         translator-property.cc
9425
9426         * lily/context.cc (context_name_symbol): new function
9427
9428         * lily/grace-engraver.cc: new file. Set properties for grobs based
9429         on the grace-ness of now_moment().
9430
9431         * scm/music-functions.scm (add-grace-property): use list
9432         iso. vector for graceSettings
9433         remove set-{start,stop}-grace-properties. 
9434
9435         * lily/new-quote-iterator.cc (construct_children): set
9436         quote_outlet_ if no quoted-context-{id,type} specified.
9437
9438         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
9439
9440         * lily/parser.yy (command_element): remove \quote.
9441
9442         * ly/music-functions-init.ly (location): add quoteDuring music
9443         function. 
9444
9445         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
9446         optional semicolon. (backportme)
9447
9448 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9449
9450         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
9451         need to link to GUILE et al.
9452
9453 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9454
9455         * scm/define-music-properties.scm (all-music-properties): add
9456         quoted-context-type, quoted-context-id.
9457
9458         * scm/lily.scm (type-check-list): new function.
9459         
9460         * scm/lily-library.scm: new file. Generic library routines.
9461
9462         * lily/parser.yy (Generic_prefix_music): move typechecking out of
9463         parser.
9464
9465         * ly/music-functions-init.ly: add quoteDuring function.
9466
9467         * lily/include/music-iterator.hh (class Music_iterator): rename
9468         set_translator -> set_context
9469
9470         * lily/parser.yy (Generic_prefix_music_scm): add
9471         MUSIC_FUNCTION_SCM_SCM_MUSIC
9472
9473         * scm/lily.scm (sanitize-command-option): new function. (backportme)
9474
9475         * scm/framework-tex.scm (header): sanitize TeX paper size.
9476         (backportme)
9477
9478 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9479
9480         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
9481
9482         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
9483
9484         * scm/framework-tex.scm (font-load-command): Use T1 if no
9485         font-encoding set.  (backportme)
9486
9487         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
9488         exists before converting.  (backportme)
9489
9490         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
9491         exists before converting.  (backportme)
9492         (convert-to-ps): Remove .ps file if it exists before
9493         converting.  (backportme)
9494
9495         * lily/lexer.ll: Remove extra progress newline, use present tense.
9496
9497         * scm/paper.scm (paper-alist): public.
9498         * scm/framework-tex.scm (convert-to-ps):
9499         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
9500         command line.
9501
9502 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9503
9504         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
9505
9506         * lily/recording-group-engraver.cc (derived_mark): mark
9507         now_events_. (backportme)
9508
9509 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9510
9511         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
9512
9513         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
9514         invoking latex. (backportme.)
9515
9516         * lily/stem.cc (off_callback): center stems for all rest stems.
9517
9518 2004-11-05  Werner Lemberg  <wl@gnu.org>
9519
9520         * Documentation/user/lilypond.tely: Add more guidelines for writing
9521         lilypond texinfo documents.
9522
9523 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
9524
9525         * Documentation/index.html.in: remove <hr>.
9526
9527         * THANKS: change 2.3 to 2.4.
9528
9529 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
9530
9531         * scm/output-gnome.scm: More fontconfig comment.
9532
9533 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
9534
9535         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
9536         <package> directory in $(builddir)/share according with
9537         PACKAGE_NAME defined in the VERSION file.
9538
9539 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9540
9541         * lily/beam.cc (rest_collision_callback): use local beam
9542         multiplicity.
9543
9544         * input/regression/stem-stemlet.ly: new file.
9545
9546         * lily/stem.cc (add_head): store rests as well.
9547
9548         * scm/define-grob-properties.scm (all-user-grob-properties): add
9549         stemlet-length
9550
9551         * lily/stem.cc: store rests as well.
9552         
9553         * input/regression/new-slur.ly: mention forcing.
9554
9555 2004-11-04  Werner Lemberg  <wl@gnu.org>
9556
9557         * Documentation/user/*: A new round of layout fixes and document
9558         structure cleanup.
9559
9560 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
9561
9562         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
9563
9564 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9565
9566         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
9567
9568 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9569
9570         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
9571
9572         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
9573
9574         * lily/main.cc (main): Invoke identify.
9575
9576         * scm/lily.scm (postscript->pdf): Remove progress newline.
9577         Write progress to stderr.
9578
9579         * lily/paper-book.cc (output): Remove progress newline.
9580
9581         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
9582         gettext on user messages, and remove whitespace.
9583
9584         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
9585
9586         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
9587         argv[0] (Thomas Scharkowski).
9588
9589         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
9590         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
9591         for ec-fonts-mtraced.
9592
9593         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
9594         --srcdir build (Bertalan).
9595
9596         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
9597         headers and library too (Laura Conrad).
9598
9599         * Documentation/topdocs/INSTALL.texi (Top): Mention development
9600         package for guile too (Laura Conrad).
9601
9602         * lily/main.cc (usage): Typo.
9603
9604 2004-11-02  Werner Lemberg  <wl@gnu.org>
9605
9606         * Documentation/user/notation.ly: More fixes to improve appearance.
9607
9608         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
9609         better output for multicolumn tables.
9610
9611 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9612
9613         * lily/main.cc (dir_info): Fixed typo in the printouts.
9614
9615 2004-11-01  Werner Lemberg  <wl@gnu.org>
9616
9617         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
9618         of output.
9619         Set `per_line' to 2; replace hard-coded value with it.
9620
9621         * Documentation/user/*: Many fixes to improve appearance of
9622         printed manual.
9623
9624 2004-11-01  Werner Lemberg  <wl@gnu.org>
9625
9626         * Documentation/user/changing-defaults.itely,
9627         Documentation/user/notation.ly,
9628         Documentation/user/programming-interface.itely: Use @/.
9629         Fix formatting of some lilypond snippets and tables.
9630
9631         * scripts/lilypond-book.py (compose_ly): Provide useful default
9632         for LINEWIDTH in `override'.
9633
9634 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9635
9636         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
9637
9638 2004-10-31  Werner Lemberg  <wl@gnu.org>
9639
9640         Resetting @exampleindent to `5' gives ugly results with texinfo's
9641         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
9642         (if not quoting) to change @exampleindent only locally.
9643
9644         * scripts/lilypond-book.py (NOQUOTE): New variable.
9645         (output) [LATEX]: Remove AFTER and BEFORE.
9646         [TEXINFO]: Remove AFTER and BEFORE.
9647         Fix QUOTE and VERBATIM pattern.
9648         Add NOQUOTE pattern.
9649         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
9650         and BEFORE.
9651         [output_texinfo]: Use NOQUOTE.
9652
9653 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9654
9655         * Documentation/user/changing-defaults.itely: clarify paper
9656         size commands with correct info.
9657
9658         * Documentation/user/lilypond-book.itely: add more docs for
9659         filename extensions.
9660
9661 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9662
9663         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
9664         (PATCH_LEVEL): start 2.5.0.
9665
9666 2004-10-30  Graham Percival  <gperlist@shaw.ca>
9667
9668         * Documentation/user/notation.itely: add warning about bar numbers
9669         in multistaff music, add warning about quoting grace notes.
9670
9671         * Documentation/user/changing-defaults.itely: clarify paper size commands,
9672         add missing subsubtitle entry to Creating titles.
9673
9674         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
9675
9676 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9677
9678         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
9679         case.
9680         (conv): add dummy 2.4.0 conversion rule.
9681
9682         * Documentation/user/lilypond.tely: add @finalout.
9683
9684         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
9685         for attaching, fixes slur/stem left attachment of
9686         downslur/downstem.
9687
9688         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
9689         quote problem if for last note of quoted sequence. 
9690
9691         * input/regression/part-combine-text.ly (comm): add expect strings.
9692
9693 2004-10-30  Werner Lemberg  <wl@gnu.org>
9694
9695         * Documentation/user/examples.itely: Improved layout.
9696
9697         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
9698
9699         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
9700
9701         * Documentation/notation.itely: Use `@/'.
9702         Other layout fixes.
9703
9704 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9705
9706         * lily/part-combine-iterator.cc (unisono): examine last_playing_
9707         (not state_), this fixes a2 printing after chord.
9708
9709         * input/regression/no-staff.ly: fix octave, revise syntax.
9710
9711         * input/regression/lyrics-bar.ly (texidoc): fixes.
9712
9713         * input/regression/beam-dir-functions.ly (Module): remove from regtest
9714
9715         * input/regression/accidentals.ly (Module): remove from regtest.
9716
9717         * lily/parser.yy (Prefix_composite_music): 
9718         oops. Chords should be unrelativable, not bass figures untransposable.
9719
9720         * VERSION: 2.3.26 released.
9721         
9722         * lily/completion-note-heads-engraver.cc (try_music): only return
9723         something when is_first_ is true. Fixes lyrics with completion_heads. 
9724
9725         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
9726
9727         * scm/lily.scm (ly:system): new function. Catches uninstalled
9728         ps2png.
9729
9730 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9731
9732         * Documentation/user/notation.itely: remove
9733         @hyphenatedinternalsref.
9734
9735 2004-10-29  Werner Lemberg  <wl@gnu.org>
9736
9737         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
9738
9739         * scripts/lilypond-book.py (no_options): New dictionary.
9740         (simple_options): New list.
9741         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
9742         (compose_ly): Use `no_options' and `simple_options'.
9743         Fix logic of option handling.
9744         Handle `linewidth' option without parameter.
9745
9746 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9747
9748         * lily/lookup.cc (triangle): use (0, interval.length()) for X
9749         extent, since the stencil is translated later on.
9750
9751         * lily/ledger-line-spanner.cc (print): swap linear_combination
9752         arguments, effectively shortens ledger line. 
9753
9754         * Documentation/user/GNUmakefile
9755         ($(outdir)/lilypond/lilypond.html): use find to remove files.
9756
9757         * lily/main.cc: --no-pages option.
9758
9759 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
9760
9761         * Documentation/user/notation.itely (Fret diagrams): add extra
9762         notes to example to avoid collisions between fret diagrams.
9763
9764 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9765
9766         * Documentation/user/notation.itely (Automatic note splitting):
9767         note about lyrics. 
9768
9769         * Documentation/user/converters.itely (Invoking convert-ly): note
9770         about version numbers. 
9771
9772         * scripts/abc2ly.py (dump_score): revise lyric dumping
9773
9774         * scripts/mup2ly.py (pre_processor_commands): always open file.
9775
9776         * scripts/etf2ly.py (Frame.calculate): always close \grace.
9777         (Etf_file.dump): add \version
9778
9779         * VERSION: 2.3.25 released.
9780
9781         * lily/scm-option.cc: add 'resolution to ly:get-option argument
9782         list.
9783
9784 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9785
9786         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
9787
9788 2004-10-28  Werner Lemberg  <wl@gnu.org>
9789
9790         * Documentation/user/music-glossary.tely: More fixes to improve
9791         appearance with DVI output.
9792
9793         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
9794         EXAMPLEINDENT.  This is the maximum value for quotation environments
9795         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
9796
9797 2004-10-27  Werner Lemberg  <wl@gnu.org>
9798
9799         * Documentation/user/music-glossary.tely: Revised.
9800
9801 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
9802
9803         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
9804         improve fret diagram spacing in printed output.
9805
9806         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
9807         from options for the example so fret-diagrams won't overlap
9808         one another.
9809
9810 2004-10-26  Werner Lemberg  <wl@gnu.org>
9811
9812         * scripts/lilypond-book.py: Some additional formatting for
9813         orthogonality.
9814         (ly_options) [*]: Format strings.
9815         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
9816         by `compose_ly'.
9817         (output) [LATEX][OUTPUT]: Format string and simplify.
9818         (PREAMBLE_LY, FRAGMENT_LY): Format string.
9819         (classic_lilypond_book_compatibility): Take key/value pair as
9820         parameter.
9821         Return key/value pair.
9822         (compose_ly): Rewritten, taking the snippet type as third parameter. 
9823         The default values are now set more sensible, and a `linewidth'
9824         option is no longer overwritten under some circumstances.
9825
9826         * Documentation/user/music-glossary.tely: Replace all accented
9827         character macros with latin-1 codes.
9828
9829 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9830
9831         * lily/music-function.cc (ly_make_music_function): when an
9832         argument predicate is markup?, the signature keyword becomes
9833         "markup" iso "scm".
9834
9835         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
9836         tokens, for functions which signatures contain "markup".
9837
9838         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
9839         MUSIC_FUNCTION_*MARKUP* tokens.
9840
9841 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9842
9843         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
9844         Lyrics context.
9845
9846 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9847
9848         * python/lilylib.py (make_ps_images): return list of output files.
9849
9850         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
9851         all springs tight, and still satisfy the constraints.
9852
9853 2004-10-25  Werner Lemberg  <wl@gnu.org>
9854
9855         * scripts/lilypond-book.py: s/option-sep/option_sep/.
9856         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
9857         (snippet_res): Fix regexps and make them ignore whitespace properly.
9858         (compose_ly): Use `re.split' instead of `string.split' to remove
9859         surrounding whitespace.
9860         Some formatting to get more consistency.
9861
9862 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9863
9864         * VERSION: 2.3.24
9865         
9866         * scm/define-context-properties.scm
9867         (all-user-translation-properties): add verticallySpacedContexts.
9868
9869         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
9870         add interface
9871
9872         * scm/define-grob-properties.scm (all-internal-grob-properties):
9873         add spaceable-staves
9874
9875         * scm/define-grobs.scm (all-grob-descriptions): set
9876         vertically-spaceable-interface for VerticalAxisGroup and
9877         RemoveEmptyVerticalGroup
9878
9879         * lily/system.cc (get_line): determine staff_refpoints_
9880         using spaceable-staves.
9881
9882         * lily/score-engraver.cc (acknowledge_grob): ack
9883         vertically-spaceable-interface and verticallySpacedContexts to
9884         set spaceable-staves.
9885
9886         * input/regression/new-slur.ly: add slur under 16th subbeam case.
9887
9888         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
9889
9890 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9891
9892         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
9893         minimumVerticalExtent tweaks. 
9894  
9895         * mf/feta-schrift.mf: include size of thumb appendix in
9896         bbox. Fixes: c-thumb-notehead.ly  
9897
9898         * THANKS: add Meisters to the Development team.
9899
9900         * scm/framework-tex.scm (convert-to-dvi): redirect output to
9901         /dev/null for non-verbose.
9902
9903         * Documentation/user/invoking.itely (Invoking lilypond): add note
9904         about resource usage.
9905
9906         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
9907
9908         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
9909         --enable-encoding
9910
9911         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
9912
9913         * Documentation/user/changing-defaults.itely (Text encoding):
9914         change to latin1.
9915
9916         * Documentation/user/lilypond.tely: add language and encoding.
9917
9918         * scm/define-grobs.scm (all-grob-descriptions): add
9919         line-interface.
9920
9921         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
9922
9923         * input/test/ossia.ly: font sizes for ossia.
9924
9925         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
9926         -> \context Foo = "NOTENAME".
9927
9928         * lily/main.cc (determine_output_options): fix ordering.
9929
9930 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
9931
9932         * THANKS: Added bughunters for 2.3.
9933
9934 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9935
9936         * Documentation/user/macros.itexi: use findex functions/internals
9937         objects.
9938
9939         * scm/documentation-generate.scm (string-append): add syncodeindex
9940
9941         * Documentation/user/tutorial.itely (A lead sheet): use \chords
9942         for tutoring chord names.
9943  
9944         * Documentation/user/lilypond.tely: remove @authors.
9945
9946 2004-10-23  Werner Lemberg  <wl@gnu.org>
9947
9948         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
9949         Remove first two parameters of \lybox.
9950         Don't emit \vbox around \lybox.
9951         (dump-line): Add width to \lybox call.
9952         Remove first two parameters of \lybox.
9953
9954         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
9955         (\lyitem): Updated.
9956         (\lybox): Only take three parameters.
9957         Create box which has zero depth, only height.
9958         Center box vertically along the x-height of current font.
9959
9960 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9961
9962         * VERSION (PACKAGE_NAME): release 2.3.23
9963
9964         * scm/framework-tex.scm (convert-to-ps): add -E if filename
9965         contains .preview.
9966
9967 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9968
9969         * lily/lyric-extender.cc (print): only run to right-bound if
9970         broken. This fixes input/regression/lyric-extender.ly
9971
9972         * input/regression/beamed-chord.ly: removed.
9973
9974         * Documentation/user/macros.itexi: add \global to definitions for
9975         feta macros.
9976
9977         * po/fr.po: updated po file.
9978
9979         * po/de.po: updated po file.
9980
9981 2004-10-22  Werner Lemberg  <wl@gnu.org>
9982
9983         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
9984
9985 2004-10-21  Werner Lemberg  <wl@gnu.org>
9986
9987         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
9988         (\lilypondexperimentalfeatures): Removed.
9989
9990 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
9991
9992         * Documentation/user/notation.itely: fixed 2 typos
9993
9994 2004-10-20  Werner Lemberg  <wl@gnu.org>
9995
9996         * scm/framework-tex.scm (header-end): Don't set \outputscale.
9997         (dump-line): Produce prettier output.
9998
9999         * tex/lilyponddefs.tex: Comment all macros extensively.
10000         (\lilypondstart): Set \outputscale.
10001         Define \lilypondpagebreak and \lilypondnopagebreak here.
10002         Don't test for positive \lilypondpaperlinewidth -- this is always
10003         positive in the normal case (LilyPond produces bad output otherwise
10004         so we can safely ignore negative or zero values).
10005         (\lilypondend): Remove useless test for \lilypondbook.
10006         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
10007         don't input `feta20.tex'.
10008
10009 2004-10-19  Graham Percival  <gperlist@shaw.ca>
10010
10011         * Documentation/user/examples.itely: added texidoc lilypond-book
10012         template.
10013
10014 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10015
10016         * cygwin/lilypond.hint: Update.
10017
10018 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
10019
10020         * Documentation/user/notation.itely (Fret diagrams): Add documentation
10021         for fret diagram markups to user manual
10022
10023         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
10024         documentation for fret-diagram-terse
10025
10026         * Documentation/user/notation.itely: Added section on fret diagrams.
10027
10028 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10029
10030         * scripts/convert-ly.py (usage): Fix --help description.  Apply
10031         range also for --show-rules.
10032
10033 2004-10-18  Werner Lemberg  <wl@gnu.org>
10034
10035         * scripts/lilypond-book.py (Snippet, Include_snippet)
10036         [replacement_text]: Use group `match'.
10037
10038 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10039
10040         * Documentation/user/macros.itexi: Use @ref instead of @inforef
10041         for html.  Apparently, ``you should'' in texinfo documentation is
10042         merely a guideline that can safely be ignored.
10043
10044         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
10045         auto-mode-alist.
10046
10047         * input/test/engraver-example.ily: 
10048         * input/regression/allfontstyle.ily: Rename, update users.
10049
10050 2004-10-16  Graham Percival  <gperlist@shaw.ca>
10051
10052         * Documentation/user/lilypond-book.itely: add more details about
10053         building .lytex files.
10054
10055         * Documentation/user/examples.itely: added piano-lyrics template
10056
10057         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
10058
10059         * input/GNUmakefile: remove "templates" from build subdirs.
10060
10061         * input/template: removed.
10062
10063 2004-10-16  Werner Lemberg  <wl@gnu.org>
10064
10065         * scripts/lilypond-book.py (snippet_res): Define group `match'
10066         everywhere.
10067         Accept more spaces between commands and its arguments and options.
10068         Fix some regexps.
10069         (output): Remove some newlines in string values and suppress spaces
10070         in output.
10071         (output_texinfo): Output `output_print_filename' only if not empty.
10072         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
10073
10074 2004-10-16  Werner Lemberg  <wl@gnu.org>
10075
10076         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
10077         some TeX line ends with `%' to avoid additional horizontal space in
10078         output.
10079
10080         * scripts/lilypond-book.py: Unexpand spaces to tabs.
10081         (snippet_res): Use `x' modifier to represent regular expressions
10082         in a friendlier way.
10083         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
10084         (find_toplevel_snippets): Don't use indices from match group 0,
10085         which is the whole pattern space, but group 1.
10086
10087 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10088
10089         * flower/include/direction.hh (enum Direction): add
10090         DIRECTION_LIMIT
10091
10092 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10093
10094         * po/fr.po: new po file.
10095
10096 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10097
10098         * Documentation/user/macros.itexi: Do not construct external
10099         references using @uref.  That results in broken links.
10100
10101         * lily/slur.cc (outside_slur_callback): Use int in for loop;
10102         avoids g++-3.4.1 enum beature.
10103
10104 2004-10-13  Graham Percival  <gperlist@shaw.ca>
10105
10106         * Documentation/user/examples.itely: added lilypond-book template.
10107
10108         * Documentation/user/lilypond-book.itely: added filename extension
10109         page.
10110
10111 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10112
10113         * debian/rules (binary-indep): Link images for info.
10114
10115         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
10116         feature nicked from jEdit.
10117
10118 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
10119
10120         * Documentation/user/introduction.itely: Minor corrections.
10121
10122         * Documentation/user/notation.itely: Minor corrections.
10123
10124         * Documentation/user/tutorial.itely: Minor corrections.
10125
10126 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10127
10128         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
10129
10130         * scm/*.scm:
10131         * ly/paper-defaults.ly: Use papersizename only.
10132
10133 2004-10-11  Werner Lemberg  <wl@gnu.org>
10134
10135         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
10136         \raise work with positive values.
10137
10138 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10139
10140         * Documentation/user/notation.itely (Multi measure rests): Update
10141         the docs corresponding to the implementation change from 2004-10-08.
10142
10143 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10144
10145         * VERSION (MY_PATCH_LEVEL): release 2.3.22
10146
10147         * scm/part-combiner.scm (determine-split-list): reinstate
10148         playing+resting case. 
10149
10150         * Documentation/user/invoking.itely (Reporting bugs): rename.
10151
10152         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
10153
10154         * lily/parser.yy (Prefix_composite_music): change no-transposition
10155         for mode_changing_head to figures too.
10156
10157         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
10158         with normal slurs too.
10159         
10160         * lily/slur-scoring.cc (move_away_from_staffline): new function.
10161         (get_base_attachments): move away attachment point for breaks
10162         similar to attachment points on slurs (staffline collision, and
10163         half a space of padding)
10164
10165         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
10166         force twice.
10167
10168         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
10169         mode, return #f.        
10170
10171         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
10172         for last page if raggedlast. 
10173
10174         * lily/parser.yy (Prefix_composite_music): untransposable is for
10175         FiguredBass, not ChordNames
10176
10177 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10178
10179         * scm/framework-tex.scm: Merge fix.
10180
10181 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10182
10183         The grand \paper -> \layout, \bookpaper -> \paper renaming.
10184
10185 2004-10-10  Graham Percival  <gperlist@shaw.ca>
10186
10187         * Documentation/user/notation.itely: add raggedright to a whole
10188         bunch of places.
10189
10190 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10191
10192         * scm/paper.scm (set-paper-dimension-variables): new
10193         function. Define dimension-variables explicitly in \paper too.
10194         This allows overriding linewidth inside \score { \paper { } }
10195         blocks
10196  
10197         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
10198         landscape.
10199         (header): add landscape and papersize options.
10200
10201 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10202
10203         * lily/*.cc: use robust_scm2moment() where appropriate.
10204
10205         * lily/moment.cc (robust_scm2moment): new function.
10206
10207         * scm/titling.scm (default-score-title): remove caps for piece.
10208
10209         * VERSION: 2.3.21 released.
10210         
10211         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
10212
10213         * lily/include/slur-configuration.hh (class Slur_configuration):
10214         new file.
10215
10216         * lily/slur-configuration.cc: new file. move scoring functions
10217         into Slur_configuration.
10218
10219         * lily/slur-scoring.cc (Slur_score_state): change static functions
10220         to methods of Slur_score_state.
10221
10222         * lily/bezier-bow.cc (Message): 
10223
10224         * flower/include/interval-set.hh (Message): new file.
10225
10226         * flower/interval-set.cc (Message): new file.
10227
10228 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10229
10230         * lily/multi-measure-rest-engraver.cc (process_music): always
10231         generate MultiMeasureRestNumbers.
10232
10233         * SConstruct (txt_files): switch of make dist
10234
10235         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
10236         make sure that (indent < len / 3). This fixes progerror-max_h.ly
10237
10238         * lily/multi-measure-rest-engraver.cc (process_music): make
10239         MultiMeasureRestNumber too.
10240
10241 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10242
10243         * Documentation/user/notation.itely (Bar lines): Added a note that
10244         defaultBarType is to be changed in the Timing context.
10245
10246 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10247
10248         * lily/include/guile-compatibility.hh: add file.
10249
10250         * scm/framework-tex.scm (convert-to-dvi): use max of current
10251         extra_mem_top and 1M.
10252
10253         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
10254         function.
10255
10256 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10257
10258         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
10259  
10260 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10261
10262         * lily/slur-scoring.cc (struct Slur_score_state): add
10263         has_same_beam_, edge_has_beams_, is_broken_ bools.
10264         (get_base_attachments): simpler Y attachment determination for
10265         broken slurs.
10266
10267 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10268
10269         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
10270         bash without that is quite interesting.  Add xml and some omf
10271         keys.
10272
10273 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10274
10275         * Documentation/user/macros.itexi: Add xml macros.
10276
10277         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
10278
10279         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
10280
10281 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10282
10283         * lily/break-substitution.cc (substitute_mutable_property_alist):
10284         only put property back into value if != SCM_UNDEFINED
10285
10286         * lily/lyric-extender.cc (print): don't take common refpoint of
10287         null object if right_text isn't there.
10288  
10289         * lily/slur-scoring.cc (struct Slur_score_state): new
10290         struct. Collect scoring function arguments.
10291         (struct Slur_score_state): add musical_dy_
10292         (get_extra_encompass_infos): new function. Split off state
10293         computations.
10294
10295         * scm/part-combiner.scm (determine-split-list): remove playing1
10296         and playing2.
10297
10298 2004-10-02  Graham Percival  <gperlist@shaw.ca>
10299
10300         * Documentation/index.html.in: remove link to templates.
10301
10302         * Documentation/user/notation.itely: more small fixes.
10303
10304 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10305
10306         * lily/timing-engraver.cc (process_music): move setting
10307         measure-length. This fixes spacing-whole-rest.ly
10308
10309         * VERSION (PACKAGE_NAME): release 2.3.20
10310         
10311         * input/regression/quote-transposition.ly: update example
10312
10313         * scm/define-music-properties.scm (all-music-properties): change
10314         meaning of instrumentTransposition.  It is now the pitch played
10315         that sounds as middle C. This means that instrumentTransposition
10316         can be \transposed. 
10317         Fixes: transpose-quote.ly
10318
10319         * lily/parser.yy (command_element): reverse setting of
10320         instrumentTransposition
10321
10322         * lily/pitch.cc (pitch_interval): rename.
10323
10324         * lily/recording-group-engraver.cc (stop_translation_timestep):
10325         remove macrameing of accumulator and set_car/cdr.
10326         Fixes: transposition-quote.ly
10327
10328         * lily/music.cc (transpose): fold Event::transpose() in.
10329
10330         * lily/event.cc: remove Transpose. 
10331
10332         * lily/recording-group-engraver.cc: cleanup.
10333
10334         * ly/music-functions-init.ly (displayMusic): add function.
10335
10336         * make/lilypond.fedora.spec.in: rename file.
10337
10338         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
10339         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
10340
10341         * Documentation/user/changing-defaults.itely (Changing context
10342         properties on the fly): typo.
10343
10344         * lily/slur.cc (outside_slur_callback): try three sample points
10345         for determining collisions. This fixes: slur-script.ly.
10346
10347 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10348
10349         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
10350
10351 2004-10-01  Graham Percival  <gperlist@shaw.ca>
10352
10353         * Documentation/user/notation.itely: more small fixes.
10354
10355         * Documentation/user/examples.itely: make new sections.
10356
10357         * input/test/bar-lines.ly: improve output, fix bug.
10358
10359         * Documentation/user/changing-defaults.itely: small fixes.
10360
10361 2004-10-01  Werner Lemberg  <wl@gnu.org>
10362
10363         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
10364         T1 encoding in texinfo mode.
10365         (\lilypondstart): Use it.
10366         (\lilypondloop, \lilyponditerate): Removed.  Unused.
10367
10368 2004-09-30  Werner Lemberg  <wl@gnu.org>
10369
10370         * tex/lilyponddefs.tex (\lilypondstart): Define
10371         \lilypondfontencoding for both texinfo and latex mode.
10372
10373         * scm/framework-tex.scm (font-load-command): Use
10374         \lilypondfontencoding.
10375
10376 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10377
10378         * scm/framework-tex.scm (dump-page): take with-extents?
10379         argument. If true, output Y extents. Used for lilypond-book
10380         documents.
10381
10382         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
10383         \bookpaper.
10384
10385         * lily/slur.cc (outside_slur_callback): epsilon-delta management
10386         for slur edges. Fixes: progerror-no-bezier-intersection.ly
10387  
10388         * scm/framework-tex.scm (dump-page): put stencil height in dumped
10389         page.
10390
10391 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10392
10393         * Documentation/user/notation.itely (Multi measure rests):
10394         Improved example.
10395
10396 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10397
10398         * lily/auto-beam-engraver.cc (test_moment): robustify.
10399
10400 2004-09-28  Werner Lemberg  <wl@gnu.org>
10401
10402         * scm/framework-tex.scm (font-load-command): Define proper font
10403         macro which sets font encoding if available.
10404         (define-fonts): Define \lilypondpaperinputencoding, to be taken
10405         from the \bookpaper block.
10406
10407         * tex/lilyponddefs.tex (\lilypondstart): Use
10408         \lilypondpaperinputencoding for global input encoding.
10409
10410 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10411
10412         * lily/score.cc (Score): oops. Copy error_found_ too.
10413
10414 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         * stepmake/stepmake/texinfo-rules.make: 
10417         * Documentation/GNUmakefile: --srcdir build fixes.
10418
10419         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
10420
10421         * Documentation/user/latex-lilypond-example.latex:
10422         * Documentation/user/latex-example.latex: Fix compile errors.
10423         Still buggy, need more love.
10424
10425 2004-09-27  Werner Lemberg  <wl@gnu.org>
10426
10427         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
10428
10429 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
10430
10431         * Documentation/user/examples.itely: removed \midi block to
10432         simplify the example
10433
10434         * Documentation/user/notation.itely: Removed superfluous
10435         TextSpanner tweakings (is already done by engraver-init.ly).
10436         Documented bug: vertical alignment of articulations.
10437
10438         * Documentation/user/notation.itely, ly/engraver-init.ly
10439         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
10440         padding.
10441
10442         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
10443         docu about TextSpanner padding bug from manual to engraver.ly
10444         (since it's workarounded and hence not user-visible any more)
10445
10446 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10447
10448         * VERSION: release 2.3.19
10449
10450 2004-09-26  Graham Percival  <gperlist@shaw.ca>
10451
10452         * ly/property-init.ly: fix bug in displaying ledger lines while
10453         \hideNotes is on.
10454
10455         * Documentation/user/notation.itely: more editing.
10456
10457         * Documentation/user/examples.itely: add piano-dynamics template.
10458
10459         * input/template/piano-dynamics.ly: remove.
10460
10461         * Documentation/user/sound-output.itexi: more editing
10462
10463 2004-09-25  Graham Percival  <gperlist@shaw.ca>
10464
10465         * Documentation/user/notation.itely: more editing.
10466
10467 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10468
10469         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
10470         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
10471
10472 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10473
10474         * lily/hairpin.cc (print): check columns of bounds, not bounds
10475         themselves.
10476         (print): robustify bound-padding lookup.
10477
10478         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
10479
10480         * scripts/lilypond-book.py (Compile_error.process_include): catch
10481         Compile_error exception, and remove output .texi.
10482
10483         * scm/define-music-properties.scm (all-music-properties): add
10484         error-found
10485
10486         * lily/parser.yy (Music_list): add error-found to music with errors.
10487
10488         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
10489
10490         * lily/book.cc (process): ignore books with errors
10491
10492         * lily/include/score.hh (class Score): add error_found_ member.
10493
10494         * lily/drum-note-engraver.cc (try_music): idem.
10495
10496         * lily/note-heads-engraver.cc: remove start-playing-event.
10497
10498         * lily/part-combine-iterator.cc (Part_combine_iterator): use
10499         BusyPlayingEvent to determine which voice was active last.
10500         (unisono): use last active to where to get unisono information
10501         from. This fixes: partcombine-rest.ly (again).
10502
10503         * scm/part-combiner.scm (determine-split-list): cleanups
10504
10505 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10506
10507         * input/regression/lyric-extender.ly: simplify.
10508         complexify.
10509
10510         * lily/lyric-extender.cc (print): use it to determine size of
10511         extender. Remove Lyric_extender::is_visible().
10512
10513         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
10514         next property.
10515
10516         * lily/lyric-engraver.cc: remove get_current_rest().
10517         
10518 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10519
10520         * input/regression/lyric-extender.ly: Fix and add test.
10521
10522         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
10523
10524 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10525
10526         * lily/note-head.cc: remove Note_head::extent.
10527
10528 2004-09-23  Graham Percival  <gperlist@shaw.ca>
10529
10530         * Documentation/user/tutorial.itely: do manual style 2-space
10531         indents in examples
10532
10533         * Documentation/user/notation.itely: more editing.
10534
10535 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10536
10537         * lily/lyric-engraver.cc (get_current_rest): New function.
10538
10539         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
10540         stop at rest.
10541
10542         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
10543
10544         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
10545
10546 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
10547
10548         * Documentation/user/examples.itely (Small ensembles): added
10549         example for transcription of mensural music
10550
10551         * Documentation/user/notation.itely (The Lyrics context): fixed broken
10552         link to SATB vocal score
10553
10554         * Documentation/user/notation.itely (System start delimiters):
10555         fixed typo: GrandStaff->StaffGroup
10556
10557         * Documentation/user/notation.itely (Ancient articulations):
10558         removed obsolete comment on \episem bug
10559
10560 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10561
10562         * scm/framework-tex.scm (output-preview-framework): Fix invocation
10563         of header.
10564
10565 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10566
10567         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
10568         start to note-column.
10569
10570         * lily/hairpin.cc (print): check text-interface, to attach to
10571         dynamic texts.  
10572
10573         * lily/include/text-item.hh (class Text_interface): rename
10574         Text_item -> Text_interface
10575
10576         * lily/piano-pedal-bracket.cc (print): robustify.
10577
10578 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
10579
10580         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
10581
10582         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
10583         true will print the page number in the first page.
10584
10585         * Documentation/user/changing-defaults.itely: Document
10586         printfirstpagenumber.
10587
10588 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10589
10590         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
10591         objects.
10592
10593         * lily/beam-concave.cc (calc_concaveness): take absolute value of
10594         dy for scaling. This fixes various downbeams.
10595         
10596
10597         * lily/beam-quanting.cc (best_quant_score_idx): 
10598
10599 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10600
10601         * scm/framework-tex.scm (header-to-file): Fix.
10602
10603 2004-09-22  Werner Lemberg  <wl@gnu.org>
10604
10605         * lily/parser.yy <score_body>: Fix typo.
10606
10607 2004-09-22  Graham Percival  <gperlist@shaw.ca>
10608
10609         * Documentation/user/tutorial.itely: modified a "future planning"
10610         comment.
10611
10612         * Documentation/user/notation.itely: more editing.
10613
10614 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10615
10616         * scm/define-markup-commands.scm (note-by-number): read font-size
10617         to determine stem length. Fixes: markup-note.ly
10618
10619 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10620
10621         * lily/slur.cc (outside_slur_callback): read #'padding for
10622         slur-padding. Fixes: slur-script.ly
10623
10624         * lily/parser.yy (score_body): disallow \bookpaper in \score.
10625
10626 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10627
10628         * Documentation/user/notation.itely (ancient flags): documented
10629         flags-related known bugs
10630
10631         * lily/include/ligature-engraver.hh: added comment about why and
10632         how of (non-)use of abstract virtual methods
10633
10634         * ly/engraver-init.ly (VaticanaVoice,
10635         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
10636         unset dash-fraction property in order to get solid lines
10637
10638         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
10639
10640 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10641
10642         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
10643
10644 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10645
10646         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
10647         in function.
10648
10649         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
10650         openout_any=p.  Throughout: progress to stderr, translate user
10651         messages.
10652
10653         * scm/output-gnome.scm: Fix font dir description.
10654
10655 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10656
10657         * input/test/mensural-ligatures.ly (voice): move linethickness
10658         settings to bookpaper.
10659
10660         * lily/simple-spacer.cc (Module): use force to stretch to 
10661         line length as force measure for ragged spacing.
10662         
10663         * lily/lily-parser.cc (get_paper): don't set parent for \paper
10664         blocks in the parser. This eliminates ordering dependency for
10665         \bookpaper and \paper
10666
10667         * ly/part-paper-init.ly: remove file.
10668
10669         * lily/includable-lexer.cc (new_input): elucidate message.
10670
10671         * VERSION: 2.3.18 released.
10672         
10673 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
10676         * input/mutopia/R.Schumann/romanze-op28-2.ly:
10677         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
10678         #'Slur.attachment setting.
10679
10680         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
10681         friendlier for point and click.
10682
10683 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10684
10685         * ly/init.ly: reverse collected scores.
10686
10687         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
10688         layout to determine force.
10689         
10690 2004-09-18  Werner Lemberg  <wl@gnu.org>
10691
10692         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
10693         ties.
10694
10695         * ly/declarations-init.ly (escapedBiggerSymbol,
10696         escapedSmallerSymbol): Fix typos.
10697
10698         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
10699
10700 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10701
10702         * input/{input,regression}/*.ly: run convert-ly
10703
10704         * VERSION: release 2.3.17
10705
10706         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
10707         little wider for attachment calculation. This prevents stem and
10708         slur touching.
10709
10710         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
10711         ) 
10712
10713         * input/regression/tie.ly (texidoc): cleanup.
10714
10715         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
10716         and ~
10717
10718         * lily/slur-scoring.cc (score_extra_encompass): check if extra
10719         objects are on boundary column. 
10720
10721         * lily/main.cc (parse_argv): process --tex too.
10722
10723         * ly/music-functions-init.ly (keepWithTag): add music functions
10724         keepWithTag and removeWithTag.
10725
10726         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
10727
10728         * lily/accidental-engraver.cc (recent_enough): interpret laziness
10729         = #t. This fixes no-reset accidental-style.
10730
10731         * input/regression/accidental-piano.ly (Module): new file.
10732
10733         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
10734
10735 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10736
10737         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
10738         extra encompass.
10739         (score_extra_encompass): use Y coordinate of attachment if X
10740         attachment falls in extra encompass X extent.
10741
10742         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
10743         GUILE_LOAD_PATH
10744
10745 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10746
10747         * scm/output-gnome.scm: Small fixes.
10748
10749         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
10750
10751 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
10752
10753         * Documentation/user/notation.itely (Ancient flags): Removed
10754         documentation on adjust-if-on-staffline (this property was removed
10755         by Han-Wen).
10756
10757         * Documentation/user/notation.itely (Ancient notation): Minor
10758         cleanups and fixes.  Renamed "Vaticana style contexts" ->
10759         "Gregorian Chant contexts".  Added section "Mensural contexts".
10760         Added section "Ancient articulations".
10761
10762         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
10763
10764 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10765
10766         * buildscripts/guile-gnome.sh: Add missing bit.
10767
10768 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10769
10770         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
10771
10772         * lily/slur-scoring.cc (get_y_attachment_range): set end point
10773         using base_attachment.
10774
10775         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
10776         page header back.
10777
10778         * scm/documentation-generate.scm (top-node): move version to top
10779         node.
10780
10781         * lily/ledger-line-spanner.cc: add ledgered-interface, with
10782         property no-ledgers.
10783
10784 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
10785
10786         * Documentation/user/{changing-defaults,examples,invoking,
10787         tutorial}.itely: Expand 's to is.
10788
10789         * Documentation/user/notation.itely: Capitalize only first letter.
10790
10791         * Documentation/user/programming-interface.itely: Capitalize Scheme.
10792
10793         * Documentation/user/lilypond-book.itely: use @refbugs.
10794
10795         * THANKS: sort.
10796
10797         * input/mutopia/F.Schubert/morgenlied.ly,
10798         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
10799         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
10800         name.
10801
10802 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
10803
10804         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
10805         lneomensural char entry; (ii) fixed mensural/neomensural naming
10806         clash typo; (iii) lneomensural char: fixed stem attachment point.
10807         WARNING: FONT CHANGED!
10808
10809 2004-09-15  Graham Percival  <gperlist@shaw.ca>
10810
10811         * Documentation/user/introduction.itely: update \stemBoth to
10812         \stemNeutral.
10813
10814         * Documentation/user/notation.itely: more editing of the manual.
10815
10816 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10817
10818         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
10819         factor in edge attraction. This reflects that the left edge may
10820         have a larger gap for an ascending up-slur.
10821         (get_base_attachments): copy bound Y from right bound, if there is
10822         only one note-column after the line break.
10823
10824 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10825
10826         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
10827
10828 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10829
10830         * lily/phrasing-slur-engraver.cc (process_music): Create
10831         PhrasingSlur instead of Slur.
10832
10833         * Documentation/user/changing-defaults.itely (Defining new
10834         contexts): Fixed misprinted context name.
10835
10836 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10837
10838         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
10839
10840         * scripts/convert-ly.py (conv): change Both to Neutral in property
10841         settings.
10842
10843         * ly/engraver-init.ly: increase extent of Staff. 
10844
10845 2004-09-13  Graham Percival  <gperlist@shaw.ca>
10846
10847         * scm/script.scm: change behaviour of slur and accent.
10848
10849         * Documentation/user/music-glossary.tely: de-gender a few entires.
10850
10851         * Documentation/user/introduction.itely: de-gender a few sentences.
10852
10853 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10854
10855         * input/regression/rehearsal-mark-number.ly: Reuse the existing
10856         formatting routine when adding boxed numbers. Makes it easier to
10857         extrapolate how to do for boxed letters.
10858
10859 2004-09-12  Graham Percival  <gperlist@shaw.ca>
10860
10861         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
10862
10863         * Documentation/user/invoking.itexi: updated the "reporting bugs"
10864         section.
10865
10866 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10867
10868         * scm/define-grobs.scm (all-grob-descriptions): longer
10869         ideallengths for stems in higher order beams.
10870
10871         * Documentation/user/changing-defaults.itely (Page layout):
10872         document them.
10873
10874         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
10875         to get sane spaces for titles.
10876
10877         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
10878         beforetitlespace, betweentitlespace.
10879
10880         * input/regression/beam-quant-standard.ly (primeSixteenths): add
10881         16th notes.
10882
10883         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
10884         small slope up to smallest quant. This prevents small slopes from
10885         getting rounded to zero.
10886
10887         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
10888         are smaller than the smallest quant.
10889
10890         * input/tutorial/brahms*.ly: remove.
10891
10892         * input/*: update all .ly files.
10893          
10894         * ly/a4-init.ly (vsize): remove papersize init files.
10895
10896         * scripts/convert-ly.py (conv): add conversion.
10897
10898         * lily/parser.yy: change mode changing commands to XXXmode,
10899         eg. drummode.
10900         (mode_changing_head): group mode changes.
10901         (mode_changing_head_with_context): new commands: create context as
10902         well as change mode.
10903
10904         * input/regression/system-overstrike.ly: new file.
10905
10906         * scm/page-layout.scm (ly:optimal-page-breaks): add
10907         betweensystempadding also to fixed distance for the spring.
10908  
10909         * scm/define-grobs.scm (all-grob-descriptions): fix order of
10910         key-cancellation.
10911
10912         * input/regression/beam-concave-damped.ly: new file.
10913
10914         * lily/beam-concave.cc: new file, with new routines for concave
10915         decisions. There are now two types of concaveness: 1. a sharp
10916         logic decision forcing a beam horizontal, and 2. a number that
10917         measures how concave beams are that are not caught by 1.
10918
10919         This fixes: morgenlied.ly and input/regression/beam-concave.ly
10920         
10921         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
10922         property: add-stem-support
10923
10924 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10925
10926         * lily/slur-scoring.cc (get_bound_info): only do
10927         broken trend at the end of the line.
10928
10929         * VERSION (PACKAGE_NAME): release 2.3.16.
10930
10931         * input/regression/phrasing-slur.ly (Module): remove (duplicate
10932         with phrasing-slur-slur-avoid.ly)
10933
10934         * lily/slur-scoring.cc (struct Extra_collision_info): collect
10935         parameters for extra offset.
10936         (get_bezier): add slurs mid-points for curve determination
10937         (score_extra_encompass): add slur end points for scoring.
10938
10939 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
10940
10941         * scm/framework-ps.scm (reencode-font): Handling font scaling
10942         and reencoding differently to work around a bug in gs 8.30 and
10943         earlier.
10944         Update callers.
10945
10946 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10947
10948         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
10949         extent index of other system. Fixes slurs across line breaks.
10950
10951         * lily/tuplet-engraver.cc (start_translation_timestep): use
10952         Tuplet_description::stop_ for determining when to stop producing
10953         tuplet brackets. This fixes: tuplet-overwrite.ly
10954
10955         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
10956         errors with GUILE 1.7 CVS.
10957
10958         * lily/translator.cc (derived_mark): new function.
10959
10960         * lily/slur-scoring.cc (score_encompass): new penalty type:
10961         variance penalty demerits slurs where one head/stem is much
10962         closer to the slur than average.
10963
10964         * lily/tuplet-bracket.cc (print): use robust_relative_extent
10965         iso. extent()
10966         (calc_position_and_height): use robust_relative_extent(). This
10967         fixes a couple of programming_errors
10968
10969         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
10970         file.
10971
10972         * lily/part-combine-iterator.cc (unisono): bugfix for the case
10973         that voice-2 plays solo, and voice-1 has an mmrest that starts
10974         earlier. In that case, we switch to voice-2, so we catch the
10975         mmrest of voice-2. This fixes: partcombine-rest.ly.
10976  
10977 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10978
10979         * scm/define-grob-properties.scm (all-internal-grob-properties):
10980         add adjacent-hairpins property.
10981
10982         * lily/hairpin.cc: lengthen hairpin if space is available.
10983
10984         * input/regression/dynamics-hairpin-length.ly (Module): new file.
10985
10986 2004-09-10  Graham Percival  <gperlist@shaw.ca>
10987
10988         * Documentation/user/notation.itely: small fixes to docs.
10989
10990 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10991         
10992         * VERSION (PACKAGE_NAME): release 2.3.15
10993
10994         * make/lilypond.redhat.spec.in (Requires): bump requirement for
10995         ec-fonts-mftraced
10996
10997         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
10998         the latest ec-fonts-mftraced package.
10999
11000         * scm/define-context-properties.scm
11001         (all-internal-translation-properties): add property. Remove
11002         definition of quotes property.
11003
11004         * Documentation/user/notation.itely (Quoting other voices):
11005         document it
11006
11007         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
11008         property, to determine what events are processed in \quote.
11009
11010 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
11011
11012         * (many files): removed most occurrences of underscore ("_")
11013         from font characters; made font character naming more
11014         consistent
11015
11016         * input/test/gregorian-scripts.ly: fixed another victim of grand
11017         replacement operations
11018
11019         * lily/vaticana-ligature-engraver.cc: caught some more "_"
11020         inconsistencies
11021
11022         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
11023
11024 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11025
11026         * Documentation/user/changing-defaults.itely (Paper size): doc
11027         landscape
11028         
11029
11030         * scm/framework-ps.scm (eps-header): bugfixes. 
11031
11032         * scm/titling.scm (default-score-title): remove opus from the
11033         \score title.
11034
11035 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
11036
11037         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
11038
11039         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
11040
11041         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
11042
11043         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
11044
11045         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
11046
11047         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
11048
11049         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
11050
11051         * scripts/ps2png.py (program_name): changed to sys.argv[0]
11052
11053 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11054
11055         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
11056         character position.  Huh?
11057
11058         * scm/output-gnome.scm (placebox): Shield affine-relative.
11059
11060         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
11061         cater for system's pango 1.5.1.
11062
11063         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
11064
11065         * scm/slur.scm: Tweak.
11066
11067 2004-09-08  Graham Percival  <gperlist@shaw.ca>
11068
11069         * Documentation/user/{first couple of chapters}: more editing.
11070
11071 2004-09-07  Graham Percival  <gperlist@shaw.ca>
11072
11073         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
11074         and summary.
11075
11076         * Documentation/user/{first couple of chapters}: the big "Graham's
11077         moved to a new city, his friends haven't arrived, and he has no
11078         internet access" patch.  Numerous editorial and stylistic changes
11079         to the manual.
11080
11081 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11082
11083         * scm/framework-ps.scm (output-framework): handle landscape settings.
11084
11085         * ps/lilyponddefs.ps: cleanup.
11086
11087 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11088
11089         * scm/define-grobs.scm (all-grob-descriptions): unset
11090         threshold. This fixes morgenlied. 
11091
11092         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
11093         rod calculation.
11094
11095         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
11096         spanners into account for staff-extents.
11097
11098         * lily/ottava-bracket.cc (print): take common refpoint of dots
11099         into account as well.
11100
11101 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11102
11103         * lily/lookup.cc (triangle): translate by interval.
11104
11105         * VERSION (PACKAGE_NAME): release 2.3.14
11106
11107         * Documentation/user/changing-defaults.itely (Page layout): add
11108         betweensystempadding
11109
11110         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
11111
11112         * input/regression/quote-cyclic.ly (Module): new file.
11113
11114         * scm/lily.scm (print): add function.
11115
11116         * scm/music-functions.scm (quote-substitute): new
11117         function. Substitute \quote when putting music into \score.
11118
11119         * input/regression/key-signature-cancellation.ly (Module): new file.
11120
11121         * lily/*.cc: more ly_scm2 -> scm_to converions.
11122
11123         * lily/key-signature-interface.cc (print): take position
11124         difference into account when spacing naturals.
11125
11126         * lily/key-engraver.cc (create_key): create KeyCancellation grob
11127         separately, so the cancellation can be put before the staff-bar
11128
11129         * scm/define-grobs.scm (all-grob-descriptions): add a
11130         KeyCancellation grob.
11131
11132         * lily/tuplet-engraver.cc (struct Tuplet_description): new
11133         struct. Use to clean-up Tuplet_engraver
11134
11135 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11136
11137         * lily/*: ly_scm2int -> scm_to_int
11138         ly_scm2double -> scm_to_double
11139
11140         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
11141
11142 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11143
11144         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
11145         0 springs
11146
11147         * lily/system.cc (post_processing): 
11148
11149         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
11150         density for vertical spacing by means of force penalty.
11151         
11152         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
11153         dimension-variables
11154
11155         * Documentation/user/changing-defaults.itely (Page layout): add
11156         betweensystemspace variable.
11157
11158         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
11159
11160         * scm/page-layout.scm (space-systems): new function. Use spring
11161         and rod approach for vertically spacing systems.
11162
11163         * ly/engraver-init.ly: tune down minimumVerticalExtent.
11164
11165         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
11166         vertical alignment.
11167
11168         * lily/slur-engraver.cc (process_music): add warning for slur.
11169
11170 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11171
11172         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
11173
11174         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
11175         export spacing routine to SCM.
11176
11177         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
11178         new class, separate Grobs from interface.
11179
11180 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11181
11182         * lily/include/lily-guile.hh: compatibility glue for 1.6
11183
11184         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
11185
11186         * lily/lily-guile.cc: remove ly_scm2str0.
11187
11188 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11189
11190         * Documentation/user/macros.itexi: Use @inforef iso @uref for
11191         external references.  Fixes HTML cross references with makeinfo 4.7.
11192
11193 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11194
11195         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
11196         expand_only option.
11197
11198 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11199
11200         * lily/system.cc (get_line): add System stencil to exprs. Fixes
11201         system-extents.ly.
11202
11203         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
11204
11205         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
11206         for MultiMeasureRestNumber
11207
11208         * VERSION (PACKAGE_NAME): release 2.3.13
11209
11210 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11211
11212         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
11213         takes two arguments.
11214
11215 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11216
11217         * input/regression/slur-stem-broken.ly: remove.
11218
11219         * lily/slur.cc: add quant-score.
11220
11221         * input/regression/slur-staccato.ly (texidoc): remove
11222
11223         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
11224
11225 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11226
11227         * lily/include/bezier-bow.hh: remove.
11228
11229         * lily/slur-bezier-bow.cc (Module): remove.
11230
11231         * lily/include/slur.hh (Module): remove.
11232
11233         * lily/slur.cc: remove
11234
11235         * input/test/slur-beautiful.ly (Module): remove
11236
11237         * input/test/slur-attachment-override.ly (Module): remove
11238
11239         * lily/slur-quanting.cc (after_line_breaking): only do scoring
11240         when less than 4 control-points.
11241
11242         * lily/key-signature-interface.cc: add style.
11243
11244         * Documentation/user/notation.itely (Automatic staff changes):
11245         document new behavior.
11246
11247         * input/regression/slur-extreme.ly: new file.
11248
11249         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
11250         bass. Obviates \clef bass in the bass staff, when using \autochange 
11251
11252         * lily/auto-change-iterator.cc (construct_children): instantiate
11253         up/down Staff, create Voice on up staff initially. Obviates
11254         explicit instantiation of up/down contexts for \autochange. 
11255
11256         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
11257         slur depending on extents of note heads.
11258         
11259 2004-08-28  Graham Percival  <gperlist@shaw.ca>
11260
11261         * Documentation/user/tutorial.itely: minor editing.
11262
11263         * Documentation/user/examples.itely: tiny editing.
11264
11265 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11266
11267         * lily/slur-quanting.cc (init_score_param): read scoring
11268         parameters from slur-details property
11269
11270         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
11271         Accidental
11272
11273         * Documentation/user/advanced.itely: removed.
11274
11275         * Documentation/user/programming-interface.itely (How markups work
11276         internally): new subsection.
11277
11278         * Documentation/user/converters.itely (Invoking abc2ly): remove
11279         musedata2ly.
11280
11281 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11282
11283         * Documentation/user/point-and-click.texi (Point and click): new file.
11284         put point & click in appendix.
11285         
11286         * Documentation/user/changing-defaults.itely (Vertical spacing):
11287         corrections
11288
11289 2004-08-27  Graham Percival  <gperlist@shaw.ca>
11290
11291         * Documentation/user/introduction.itely: add note about the
11292         "example templates" section of the manual, and remove link to
11293         input/template/
11294
11295 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
11296
11297         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
11298         -> La@TeX
11299
11300         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
11301         missing lneo_mensural head; editorial cleanups
11302
11303         * lily/mensural-ligature.cc: added more comments
11304
11305 2004-08-26  Graham Percival  <gperlist@shaw.ca>
11306
11307         * Documentation/user/examples.itely: second, third, fourth, and fifth
11308         sections added.
11309
11310         * input/template/{various}: removed files included in examples.itely.
11311
11312 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
11313
11314         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
11315         Stem::stem_end_position instead of broken
11316         Staff_symbol_referencer::get_position
11317
11318 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11319
11320         * debian/changelog: debian patch by Anthony Fok.
11321
11322         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
11323
11324         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
11325         get spurious messages with skipTypesetting on.
11326
11327 2004-08-25  Graham Percival   <gperlist@shaw.ca>
11328
11329         * Documentation/user/lilypond-book.itely: slight clean-up.
11330
11331         * Documentation/user/examples.itely: began section.
11332
11333 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11334
11335         * lily/script-interface.cc: add slur property.
11336
11337         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
11338         too.
11339
11340         * input/regression/phrasing-slur-slur-avoid.ly: new file.
11341
11342         * lily/ottava-bracket.cc (print): always start from right edge of
11343         a broken bound. This fixes ottava-clef.ps 
11344
11345 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11346
11347         * input/regression/slur-script-inside.ly: new file.
11348
11349         * lily/new-slur.cc (outside_slur_callback): new function, to make
11350         scripts avoid slurs 
11351
11352         * lily/slur-engraver.cc (finalize): 
11353
11354         * lily/script-interface.cc: add inside-slur property.
11355
11356         * lily/slur-engraver.cc (finalize): read inside-slur property.
11357
11358         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
11359         message.
11360
11361         * ly/property-init.ly (unHideNotes): hide accidentals at staff
11362         level. Fixes: hideNotes-accidental.ly
11363
11364 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
11365
11366         * scm/page-layout.scm (plain-header): fix bug that print page
11367         number in the first page if firstpagenumber was different than 1.
11368
11369 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11370
11371         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
11372         fonts. Fixes triangle markup for chords.
11373
11374         * lily/slur-quanting.cc (score_extra_encompass): make score depend
11375         on distance. This fixes slur-tenuto.ly and slur-tie.ly
11376  
11377         * flower/include/interval.hh (T>): add distance() function
11378
11379         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
11380         octaviation-dot.ly 
11381
11382         * lily/context-scheme.cc: ly_context_grob_definition: new function.
11383
11384         * VERSION (MY_PATCH_LEVEL): release 2.3.12
11385
11386         * lily/new-slur.cc (add_column): remove set_interface()
11387
11388 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11389
11390         * input/regression/slur-double.ly: new file. 
11391
11392         * lily/slur-engraver.cc: add doubleSlurs property
11393
11394         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
11395         symbols.
11396
11397         * Documentation/user/notation.itely (Easy Notation note heads):
11398         revise notation Chapter.
11399
11400         * ly/music-functions-init.ly (makecluster): add makeClusters music
11401         function.
11402
11403         * lily/part-combine-engraver.cc: rename soloADue ->
11404         printPartCombineTexts
11405
11406         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
11407
11408         * lily/horizontal-bracket.cc (print): use
11409         Tuplet_bracket::make_bracket, so it supports bracket-flare,
11410         edge-eight and shorten-pair.
11411
11412 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
11413
11414         * Documentation/user/changing-defaults.itely (Page layout):
11415         description of firstpagenumber. Moved @refbugs about rightmargin
11416         to the end of the section (it was looking like the documentation
11417         after the refbugs was part of the bug comment).
11418
11419         * scm/framework-ps.scm (output-framework): set the first
11420         postscript page number to firstpagenumber
11421
11422         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
11423         page number according to firstpagenumber
11424
11425         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
11426         parameter
11427
11428 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11429
11430         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
11431         nested slurs. 
11432
11433         * scripts/convert-ly.py (lilypond_version_re_str): handle
11434         \version "bar" % "foo"
11435
11436         * lily/completion-note-heads-engraver.cc (process_music): set
11437         duration-log before announcing object.
11438         
11439         * lily/staff-symbol.cc (print): subtract thickness from staff line
11440         length
11441
11442         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
11443         
11444 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
11445
11446         * scm/stencil.scm: remove fontify-text and fontify-text-white
11447
11448 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11449
11450         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
11451
11452         * Documentation/user/sound-output.texi (Sound): new file. Move all
11453         MIDI related information.
11454
11455 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11456
11457         * lily/script-engraver.cc (acknowledge_grob): only take into
11458         account note heads with a music cause. Fixes ambitus-accent.ly
11459
11460         * scm/define-markup-commands.scm (finger): set encoding to
11461         fetaNumber.
11462
11463 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
11464
11465         * scripts/convert-ly.py: typo
11466
11467 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
11468
11469         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
11470         font calls for diagrams based on paper and props
11471
11472 2004-08-19  Graham Percival <gperlist@shaw.ca>
11473
11474         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
11475
11476 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
11477
11478         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
11479         added setHairpinDecresc/Dim
11480
11481 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11482
11483         * lily/include/lily-guile.hh: Cosmetics.
11484
11485 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11486
11487         * input/regression/fermata-rest-position.ly: new file
11488
11489         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
11490
11491         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
11492
11493 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11494
11495         * scm/framework-tex.scm (output-preview-framework) 
11496         (output-classic-framework): 
11497         * scm/framework-ps.scm (output-preview-framework):
11498         s/ly:paper-book-lines/ly:paper-book-systems/g
11499
11500         * scm/fret-diagrams.scm (ss-font-encoding):
11501         s/my-font-encoding/ss-font-encoding
11502
11503 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11504
11505         * scm/music-functions.scm (direction-polyphonic-grobs): Set
11506         direction also on fingerings.
11507
11508         * lily/clef-engraver.cc: Add forceClef to list of read properties.
11509
11510 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * po/nl.po: Some updates.
11513
11514         * scm/lily.scm (_): New function.
11515         (postscript->pdf, postscript->png, lilypond-main)
11516         (postscript->pdf): Use it.  Write messages to stderr.
11517
11518         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
11519
11520         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
11521         xgettext does not recognise scheme yet.  Patch submitted.
11522
11523         * lily/scm-option.cc (LY_DEFINE):
11524         * lily/main.cc: The program is now called lilypond (WAS:
11525         lilypond-bin).
11526
11527         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
11528         messages.
11529
11530         * lily/include/paper-book.hh
11531         * lily/include/paper-system.hh: Finish renaming of paper-line to
11532         system.  Fix users.
11533
11534 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11535
11536         * scm/documentation-generate.scm (string-append): add version.
11537
11538         * scm/define-markup-commands.scm (box): add box-padding and
11539         thickness props for the box command.
11540  
11541         * Documentation/user/changing-defaults.itely (Text encoding):
11542         elucidate use of \encoding for \header strings.
11543
11544         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
11545
11546         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
11547         staff-change.ly
11548
11549         * lily/output-def.cc (assign_context_def): use set_variable().
11550
11551         * lily/text-item.cc (interpret_string): accept string input
11552         encoding too.
11553
11554         * scm/encoding.scm (read-encoding-file): print warning when file
11555         can't be found.
11556
11557         * tex/latin1.enc: remove.
11558
11559         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
11560
11561         * lily/rod.cc (columnize): robustness fix. Don't crash for
11562         nil span points. Fixes: appoggiatura-segfault.ly
11563         (add_to_cols): extra robustness fix.
11564
11565 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11566
11567         * lily/text-item.cc (interpret_string): use lookup_variable() to
11568         fidn inputencoding. Now, \paper inherits inputencoding from
11569         \bookpaper.
11570
11571         * lily/script-engraver.cc (stop_translation_timestep): remove slur
11572         collision kludge.
11573
11574         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
11575         kludge.
11576
11577 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11578
11579         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
11580
11581 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11582
11583         * lily/spanner.cc (spanned_rank_iv): Bugfix.
11584
11585         * lily.scm: Mark un-internationlised user messages (with FIXME).
11586
11587         * lily/include/modified-font-metric.hh (struct
11588         Modified_font_metric): New file.  (WAS: incorrectly named
11589         scaled-font-metric.hh ?)
11590
11591         * lily/include/scaled-font-metric.hh: Remove.
11592
11593         * lily/text-item.cc (interpret_string): Identify and document
11594         input-encoding problem.
11595
11596         * lily/paper-book.cc (pages): Do not use `paper' as variable name
11597         for a Bookpaper.
11598
11599         * tex/latin1.enc: Replace /minus with /hyphen.
11600
11601         * scm/encoding.scm: For latin1 (input-)encoding, use
11602         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
11603
11604         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
11605         inputencoding.
11606
11607 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
11608
11609         * Documentation/topdocs/INSTALL.html: fixes.
11610
11611 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11612
11613         * buildscripts/builder.py: Fix for scons CVS.
11614
11615 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
11616
11617         * Documentation/user/notation.itely,
11618         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
11619         input/test/ambitus-mixed.ly: fix plurals:
11620         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
11621
11622 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11623
11624         * lily/dynamic-engraver.cc (typeset_all):
11625         * lily/script-engraver.cc (stop_translation_timestep): Handle
11626         collisions with new-slur.
11627
11628 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11629
11630         * scm/define-grobs.scm (all-grob-descriptions): Add
11631         new-slur-interface.
11632
11633 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11634
11635         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
11636         produces .PS
11637
11638 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
11639
11640         * scm/define-grob-properties.scm (all-user-grob-properties): fix
11641         definition of number-type
11642
11643 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
11644
11645         * scm/fret-diagrams.scm : change sans-serif font encoding from 
11646         TeX-text to ec (uses ecss fonts instead of cmss fonts)
11647
11648         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
11649         number-type and label-dir
11650
11651         * scm/define-grob-properties.scm: add number-type and label-dir
11652
11653         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
11654         left or right.  Allow choice of upper-case roman, lower-case roman, or
11655         arabic numerals in fret label
11656
11657 2004-08-04  Werner Lemberg  <wl@gnu.org>
11658
11659         * lily/slur-quanting.cc: Include libc-extension.hh.
11660         s/round/my_round/.
11661         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
11662         s/autobeaming/autoBeaming/.
11663
11664 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11665
11666         * VERSION: 2.3.11 released.
11667
11668         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
11669         renameinput.
11670
11671 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11672
11673         * lily/lookup.cc (round_filled_box): remove warnings about blot
11674         diameter.
11675
11676         * scm/paper.scm (paper-set-staff-size): make linethickness more
11677         easily tunable.
11678
11679         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
11680         \newlyrics -> \addlyrics
11681
11682         * lily/text-spanner.cc (print): use it.
11683
11684         * lily/dynamic-text-spanner.cc (print): use it.
11685
11686         * lily/grob.cc (robust_relative_extent): new function.
11687
11688         * scripts/lilypond-book.py (main): add -f tex as default process.
11689
11690         * lily/text-spanner.cc (print): only take linear_combination of
11691         nonempty interval.
11692         
11693
11694 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
11695
11696         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
11697         isn't specified by the user in \bookpaper center the music in the
11698         page.
11699
11700 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11701
11702         * Fix some problems after the renaming of my-lily -> lily
11703
11704 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11705
11706         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
11707
11708         * lily/slur-quanting.cc (enumerate_attachments): apply center on
11709         stem-X in more cases. 
11710
11711         * lily/stem.cc (dim_callback): solve todo.
11712
11713 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11714
11715         * input/test/README: new file.
11716
11717         * lily/lily-parser.cc: rename my-lily* files.
11718
11719         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
11720         parser.
11721
11722         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
11723
11724         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
11725
11726         * make/mutopia-targets.make (local-WWW): don't make ps.gz
11727         examples. They take a huge amount of space.
11728
11729         * Documentation/user/GNUmakefile: fix symlinks.
11730
11731         * VERSION: 2.3.10 released.
11732         
11733         * input/test/lyrics-skip-notes.ly: remove
11734
11735         * input/test/stem-cross-staff.ly (noFlag): fold into manual
11736
11737         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
11738         remove.
11739
11740 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
11741
11742         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
11743         fixes.
11744
11745 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11746
11747         * input/regression/beam-dir-functions.ly: move from test/
11748
11749         * Documentation/user/notation.itely (Feathered beams): new node.
11750
11751         * Documentation/user/changing-defaults.itely (Difficult tweaks):
11752         new node
11753
11754         * input/regression/lyric-hyphen-retain.ly: move to regression.
11755
11756         * input/regression/harmonic.ly: fold into manual
11757         
11758         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
11759         stem-length,chord-names-no-inversions}.ly: remove
11760         
11761         * input/test/tie-cross-voice.ly: move to regression.
11762
11763         * Documentation/user/notation.itely (Running trills): new node.
11764
11765         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
11766
11767         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
11768
11769         * lily/trill-spanner-engraver.cc: new file.
11770
11771         * input/regression/trill-spanner.ly: new file.
11772
11773         * input/test/timing.ly: fold into manual.
11774
11775         * input/test/time.ly: remove
11776
11777         * input/test/trill.ly: remove
11778         
11779         * input/test/time-signature-double.ly: fold into manual
11780
11781         * input/test/separate-staccato.ly: remove
11782
11783         * input/test/spanner-after-break-tweak.ly: fold into manual.
11784
11785         * input/test/script-priority.ly: fold into manual.
11786
11787         * input/test/scheme-interactions.ly: remove.
11788         
11789         * input/test/unfold-all-repeats.ly (mel),
11790         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
11791         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
11792         fold into manual.
11793
11794         * input/regression/no-staff.ly: move from input/test/
11795
11796         * input/regression/markup-score.ly: move from input/test/
11797
11798         * input/test/lyrics-melisma-faster.ly: fold into manual
11799         
11800         * input/test/lyrics-melisma-variants.ly: fold into manual
11801
11802         * Documentation/user/notation.itely (Popular music): new node. 
11803
11804         * input/test/gourlay.ly: remove
11805         
11806         * input/test/improv.ly: fold into manual.
11807
11808         * input/test/figured-bass-alternate.ly (fl): remove
11809
11810         * lily/dynamic-text-spanner.cc (print): new file.
11811
11812         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
11813
11814         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
11815         keep recursing into children in case a parent context inserts a
11816         grob into a child context.
11817
11818         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
11819         
11820 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11821
11822         * scm/define-markup-commands.scm (postscript): new markup command
11823         \postscript
11824
11825         * Documentation/user/notation.itely (Formatting cue notes): new
11826         section.
11827
11828         * input/test/clef-end-of-line.ly: fold into manual.
11829
11830         * input/test/scales-greek.ly: remove.
11831
11832         * input/test/chords-without-melody.ly: fold into manual.
11833
11834         * input/test/cadenza-skip.ly: remove.
11835
11836         * input/test/clef-8-syntax.ly: remove.
11837
11838         * input/test/clef-manual-control.ly: move into manual.
11839
11840         * Documentation/user/notation.itely (Aligning to cadenzas): fold
11841         in cadenza-skip.ly
11842
11843         * mf/parmesan*.mf: change neo_mensural to neomensural.
11844
11845         * input/test/trills.ly: remove.
11846
11847         * input/test/transposition.ly: remove.
11848
11849         * input/test/to-xml.ly: move to no-notation.
11850
11851         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
11852
11853         * lily/ledger-line-spanner.cc (print): use staff variable, not
11854         me. Fixes ledger lines on differently sized staves.
11855
11856         * input/test/rhythm-excercise.ly: remove file.
11857
11858         * lily/stem.cc (dim_callback): only do something if visible. Fixes
11859         spurious flag not found warning for 128th rest.
11860
11861         * input/regression/rest-dot-position.ly: new file.
11862         
11863         * input/test/rest-dot-positions.ly: remove
11864
11865         * lily/staff-symbol-referencer.cc (get_position): emergency
11866         fallback: use coordinate * 2.
11867
11868         * input/no-notation/midi-scales.ly: move from test/
11869
11870         * scm/define-markup-commands.scm (score): remove debugging code.
11871
11872         * input/test/incipit.ly (violin): remove. 
11873
11874         * lily/system-start-delimiter.cc (print): only draw system
11875         delimiter to staves that reach up to left bound of the delimiter.
11876
11877         * input/no-notation/embedded-scm.ly: move from test/
11878
11879         * input/test/follow-voice.ly: remove
11880
11881         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
11882
11883         * input/test/drarn*: remove
11884         
11885         * input/test/count-systems.ly: remove.
11886
11887         * lily/bar-line.cc (compound_barline): fix : for staff without
11888         lines.
11889
11890         * lily/accidental.cc (print): use music_font_alist_chain(). This
11891         fixes smaller cautionaries.
11892
11893         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
11894         encoding for accidental.
11895
11896         * Documentation/user/notation.itely (Educational use): new section
11897
11898         * input/test/*.ly: clean up directory: move examples into manual
11899         or regtest.
11900         
11901
11902         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
11903         mode as well. This fixes resolution errors.
11904
11905 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11906
11907         * scm/lily.scm (postscript->png): show commands for --verbose.
11908
11909         * flower/include/getopt-long.hh: opps. short option should be
11910         char, not int.
11911
11912         * Documentation/user/GNUmakefile: use symlinks to save space.
11913
11914         * VERSION: 2.3.9 released.
11915
11916         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
11917
11918         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
11919         manual.
11920
11921         * Documentation/user/tutorial.itely (Integrating text and music):
11922         remove \score and \notes from manual.
11923
11924         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
11925         mode in the beginning.
11926
11927 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11928
11929         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11930         Correct the documentation of the spacing parameters. 
11931
11932         * Documentation/user/tutorial.itely (Integrating text and music), 
11933         Documentation/user/lilypond-book.itely (Integrating LaTeX and
11934         music): Document that you need to add the map file ec-mftrace.map
11935         in the dvips command.   
11936
11937 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11938
11939         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
11940         found.
11941
11942         * lily/text-item.cc (interpret_string): insert encoding setting
11943         here
11944
11945         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
11946         encoding kludge.
11947
11948         * Documentation/user/changing-defaults.itely (Text encoding): node
11949         on encoding.
11950
11951         * lily/lyric-engraver.cc (try_music): remove superfluous check.
11952
11953         * lily/book-paper-def.cc (find_scaled_font): remove default
11954         encoding, because it messes up font loading for feta and
11955         parmesan. Encoding should only be specified for running texts.
11956
11957         * lily/modified-font-metric.cc (text_dimension): support coding
11958         scheme ""
11959         
11960 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11961
11962         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
11963         definition, so \override works as expected.
11964
11965         * lily/measure-grouping-engraver.cc: clarify
11966
11967 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11968
11969         * lily/parser.yy (context_def_mod): remove \consistsend
11970
11971         * lily/context-def.cc (instantiate): use Translator::must_be_last
11972         to determine engraver order.
11973
11974         * lily/translator.cc (must_be_last): new function
11975
11976         * scripts/convert-ly.py (conv): rule.
11977
11978         * lily/bar-line.cc (print): return '() for height == 0.0 too.
11979
11980 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
11981
11982         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
11983  
11984 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11985
11986         * lily/include/lily-guile.hh (scm_is_int): compat glue.
11987
11988 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11989
11990         * input/regression/page-layout.ly: new file.
11991
11992         * scm/paper.scm (set-paper-dimensions): Preliminary support for
11993         left and right margins.
11994
11995         * Documentation/user/changing-defaults.itely (Page layout):
11996         Explain the leftmargin option.
11997
11998 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11999
12000         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
12001
12002         * input/test/lyrics-melisma-faster.ly: new file.
12003
12004         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
12005         change of melody by setting associatedVoice.
12006
12007         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
12008
12009         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
12010         file contents, rather \include them, so default linewidth is set.
12011         (ly_options): make BOOKPAPER set of options. Move linewidth
12012         settings there.
12013
12014         * Documentation/user/examples.itely: new file. Templates are to be
12015         moved here.
12016
12017         * Documentation/user/programming-interface.itely: move chapter.
12018
12019         * scm/document-markup.scm (doc-markup-function): add @code
12020
12021         * stepmake/stepmake/texinfo-rules.make: remove chmod.
12022
12023 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12024
12025         * scm/page-layout.scm (plain-header): add printpagenumber boolean
12026         to bookpaper.
12027
12028         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
12029         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
12030
12031         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
12032
12033         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
12034
12035         * scripts/lilypond-latex.py: move from lilypond.py
12036
12037         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
12038         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
12039
12040         * scm/lily.scm (postscript->png): new function
12041         (postscript->pdf): new function
12042
12043         * lily/paper-book.cc (post_processing): call
12044         convert-to-{dvi,ps,png,pdf}
12045
12046         * scripts/ps2png.py (option_definitions): new file.
12047
12048         * lily/paper-book.cc (output): call output-preview-framework
12049         (post_processing): new function. Do PDF/PNG conversion.
12050
12051         * lily/paper-outputter.cc (close): new function.
12052
12053         * scm/framework-ps.scm (convert-to-pdf): new function. Call
12054         ps2pdf.
12055         (output-preview-framework): new function. Generate a preview .ps
12056         
12057
12058 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12059
12060         * VERSION: release 2.3.8
12061         
12062         * lily/note-head.cc: remove ledger line handling.
12063
12064         * lily/ambitus.cc (print): strip away accidental / note head code,
12065         and associated properties.
12066
12067         * lily/ambitus-engraver.cc (create_ambitus): change name to
12068         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
12069         other ambitus parts.
12070         (create_ambitus): group grobs in Ambitus grouping object. 
12071
12072         * lily/include/pitch-interval.hh (Pitch>): new file.
12073
12074         * lily/pitch-interval.cc (add_point): new file.
12075
12076         * lily/ledger-line-engraver.cc: new file.
12077
12078         * lily/ledger-line-spanner.cc (print): new file. Set limits to
12079         ledger line length to avoid clashes.
12080
12081 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12082
12083         * Documentation/user/invoking.itexi (Invoking lilypond): remove
12084         deprecated options
12085
12086 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12087
12088         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
12089         to command line option: fast=1 (default on).
12090
12091         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
12092         This brings SCons run-time on up-to-date tree down from 48s with
12093         only checksums, to 34s without 2day checksums, to 14s (make needs
12094         4 seconds).
12095         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
12096         necessary.
12097
12098 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12099
12100         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
12101         (score_extra_encompass): process scripts at edges too, by checking
12102         control points directly. 
12103
12104 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12105
12106         * po/nl.po: Update.
12107
12108         * lily/main.cc: Fix ly:option-usage help.
12109
12110         * input/regression/slur-script.ly: More collision tests.
12111
12112         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
12113
12114 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12115
12116         * VERSION: release 2.3.7
12117
12118         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
12119         files.
12120
12121         * Documentation/user/notation.itely (Slurs): document ^ and _ for
12122         slurs.
12123
12124         * input/regression/slur-script.ly: new file.
12125
12126         * lily/accidental-engraver.cc (process_acknowledged_grobs):
12127         make accidental appear to come from note head engraver.
12128
12129         * lily/slur-quanting.cc: new file.
12130         (score_extra_encompass): new function. Avoid scripts and
12131         accidentals
12132
12133 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12134
12135         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
12136         This greatly reduces the number of files that get recompiled
12137         after touching config.hh.
12138
12139         * config.hh.in: Remove GUILE_*_VERSION.
12140
12141         * lily/new-slur.cc: Resolve conflicts.
12142
12143         * lily/stem-engraver.cc (make_stem): New method.
12144
12145         * lily/include/script-interface.hh:
12146         * lily/script-interface.cc: New file.
12147
12148         * lily/include/script.hh:
12149         * lily/script.cc: Remove.
12150
12151         * lily/music.cc (duration_log): New method.
12152
12153         * lily/script.cc (struct Skript): Remove.
12154
12155         * lily/new-slur.cc (get_base_attachments): Try at articulations.
12156         Lots of coding cleanups (Stom).
12157
12158 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12159
12160         * lily/new-slur.cc (avoid_staff_line): new function: avoid
12161         collisions with staff lines.
12162
12163         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
12164         global_path
12165
12166         * scm/define-grobs.scm (all-grob-descriptions): set ratio
12167         .25. This flattens short slurs.
12168
12169         * lily/new-slur.cc (enumerate_attachments): move X of attachment
12170         points for tilted slurs.
12171
12172         * input/regression/slur-tilt.ly: new file.
12173
12174         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
12175         stems of 16th graces too.
12176
12177         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
12178         quant penalty dependent on how much the line is in the gap.
12179
12180         * input/regression/grace-stem-length.ly: new file.
12181
12182         * lily/beam-quanting.cc (score_forbidden_quants): remove
12183         interquant check. The penalty of 1000 is much too harsh, and the
12184         inter case should be caught by check-staff-line-in-gap check.
12185
12186         * lily/scm-option.cc: move debug-beam to \paper.
12187
12188         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
12189         .txt files to appease makeinfo.
12190
12191         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
12192         remove texttagline.
12193         
12194         * lily/new-slur.cc: cleanup, split in functions.
12195
12196         * lily/parser.yy (chord_body_element): allow octave-check = inside
12197         chord body. 
12198
12199         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
12200
12201         * lily/stem.cc (height): call Beam::after_line_breaking().
12202
12203         * lily/rest-collision.cc (force_shift_callback): only call shift
12204         for columns containing rests.
12205
12206         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
12207
12208         * input/regression/font-postscript.ly: invoke afm2tfm. 
12209
12210 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12211
12212         * mf/SConscript: Build map files.
12213
12214         * SConstruct: Rename $out to out-www in web.
12215
12216 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12217
12218         * SConstruct (web_kluts): Have make web build in out-www.  Not.
12219
12220 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12221
12222         * Documentation/user/music-glossary.tely (Top): add fragment to
12223         pertinent @lilypond entries.
12224
12225         * scm/define-grobs.scm: switch on new-slur by default.
12226
12227         * lily/scm-option.cc: symbol != string.
12228
12229         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
12230         really work yet.
12231         (set_end_points): make X coord of attachment dependent on  Y.
12232         (score_encompass): add edges too.
12233
12234 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12235
12236         * lily/stem.cc (get_beaming): new function.
12237
12238         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
12239         for fragment snippets. This fixes inclusion of toplevel-music
12240         examples (such as new-slur.ly)
12241  
12242 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12243
12244         * scripts/lilypond-book.py: Remove second import of stat.
12245
12246         * More SCons cleanups.
12247
12248         * Documentation/bibliography/computer-notation.bib (note): Remove
12249         extraneous closing brace.
12250
12251 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12252
12253         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
12254         stat calls.
12255
12256         * Documentation/bibliography/SConscript (bibs): failed try to get
12257         bib2html find html-long.bst.
12258
12259         * buildscripts/bib2html.py (stat): fail if bibtex fails.
12260
12261         * make/stepmake.make: use usescons for using scons. 
12262
12263 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12264
12265         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
12266         for lilypondend.  Import stat (huh?).
12267
12268 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12269
12270         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
12271         bypass dvi. 
12272
12273         * input/regression/font-postscript.ly: new file. 
12274
12275         * scm/framework-ps.scm (load-fonts): load pfb files too.
12276
12277         * lily/pfb.cc (pfb2pfa): new file.
12278
12279 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12280
12281         * scripts/lilypond-book.py (PREAMBLE_LY): set
12282         toplevel-music-handler too.
12283
12284 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12285
12286         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
12287         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
12288
12289         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
12290
12291         * python/SConscript:
12292         * python/vim:
12293         * input/mutopia/*SConscript: New file.
12294
12295         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
12296
12297         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
12298         fixes web build.
12299
12300         * make/stepmake.make (scons): re-route to SCONS if user has been
12301         running scons in this tree.
12302
12303         * SConstruct (config_vars): Add CPPDEFINES.
12304         (env): Set checksums type to "content".
12305         (save_config_cache): Do not exit after configuring when using
12306         checksums (the default) instead of timestamps.
12307
12308 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12309
12310         * SConstruct: Further development.
12311
12312         * input/test/SConscript: 
12313         * input/template/SConscript: 
12314         * input/regression/SConscript: 
12315         * Documentation/bibliography/SConscript:
12316         * Documentation/bibliography/index.html.in: New file.
12317
12318         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
12319         generation.
12320
12321         * buildscripts/builder.py: Add new builders.
12322
12323         * make/stepmake.make: 
12324         * stepmake/stepmake/*.make: 
12325         * configure.in:
12326         * lily/*:
12327         * flower*: Use config.hh (Was config.h).
12328
12329         * scm/encoding.scm (get-coding): Print friendly error message when
12330         no encoding is found, rather than crashing.
12331
12332 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12333
12334         * lily/new-slur.cc (score_slopes): strong sloping score only when
12335         stems point in same dir. 
12336
12337 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12338
12339         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
12340         for beam start.
12341
12342         * lily/parser.yy (context_prop_spec): check grob name for
12343         alphanumericness..
12344
12345         * lily/lyric-engraver.cc: creates LyricText objects
12346
12347 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12348
12349         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
12350
12351 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12352
12353         * SConstruct: Configure only pristine build tree or on user
12354         request.  Cleanups.  Add Documentation/topdocs to subdirs.
12355         Use checksums instead of timestamps.
12356         (CheckYYCurrentBuffer): Return result.
12357
12358         * Documentation/topdocs/SConscript: New file.
12359
12360 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12361
12362         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
12363
12364         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
12365         scm_from_int instead.
12366
12367 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12368
12369         * SConstruct: Updates.  Add targets: tar, dist, release.
12370
12371 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12372
12373         * input/mutopia-header.ly: Generate output.
12374
12375         * SConstruct:
12376         * buildscripts/builder.py:
12377         * Documentation/user/SConscript: SCons fixes.
12378
12379 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12380
12381         * lily/new-slur.cc (class New_slur): new file. Score based slur
12382         computations.
12383
12384 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12385
12386         * mf/SConscript: Remove Builders.
12387
12388         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
12389
12390         * input/SConscript: 
12391         * Documentation/user/SConscript: New file.
12392
12393 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12394
12395         * Documentation/topdocs/NEWS.texi (Top): add note about new
12396         emacs electric-|
12397
12398         * scm/*.scm: adapt ly:warn calls.
12399
12400         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
12401
12402         * lily/repeat-acknowledge-engraver.cc (process_music): look at
12403         main timing, not grace timing. Fixes volta-repeat-grace.
12404
12405         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
12406         remove ly:kpathsea-gulp-file.
12407
12408         * scm/translation-functions.scm (format-metronome-markup): make
12409         note smaller, align to bottom.
12410
12411         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
12412
12413         * lily/metronome-engraver.cc (stop_translation_timestep): attach
12414         metronome to musical column. Don't ack time sigs or bar lines.
12415
12416 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
12417
12418         * THANKS: sort, add David. Kristof contributed code, he is a
12419         contributor.
12420
12421 2004-07-09  David Svoboda      <svoboda@cmu.edu>
12422
12423         * elisp/lilypond-mode.el,
12424         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
12425         count beats between last measure stop | and point in emacs.
12426         
12427 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12428
12429         * tex/GNUmakefile (TEX_FILES): don't dist
12430         music-drawing-routines.ps, latin1.enc 
12431
12432         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
12433         --no-pdf, --pdftex
12434         (copyright): add --latex option
12435         (ic_p.make_include_option): use direct PS as default.
12436
12437         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
12438
12439         * input/regression/beam-concave.ly (rossFourBeams): add cases from
12440         Ross
12441
12442         * scm/script.scm (default-script-alist): marcato should follow
12443         into staff
12444         
12445 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12446
12447         * buildscripts/builder.py:
12448         
12449         * Documentation/SConscript (outdir): New file.  Add *list.ly
12450         dependencies.  Fixes PDF doc build.
12451
12452 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12453
12454         * SConstruct: Add Tar target (incomplete), fix install issues, fix
12455         run from build-dir.
12456
12457         * ly/SConscript:
12458         * scm/SConscript: New file.
12459
12460         * lily/main.cc (dir_info): Print variables in sh format.
12461
12462         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
12463
12464         * mf/SConscript: Update multiple target rules.
12465
12466         * SConstruct (assert_version): Add.
12467
12468 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12469
12470         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
12471
12472 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12473
12474         * buildscripts/mf-to-table.py: Do not try to open ''.
12475
12476         * mf/SConscript: New file.
12477
12478 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
12479
12480         * scm/fret-diagrams.scm : Convert many properties to constants,
12481         reducing the pollution of the property namespace.
12482
12483         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
12484         unnecessary properties for fret-diagram
12485
12486         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
12487         for interface
12488
12489 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12490
12491         * SConstruct: Update.
12492
12493 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12494
12495         * input/regression/beam-quant-standard.ly (seconds): print desired
12496         quants when failing.
12497
12498 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12499
12500         * SConstruct:
12501         * flower/SConscript:
12502         * lily/SConscript: New file.
12503
12504 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
12505
12506         * scm/define-grob-properties.scm (all-user-grob-properties): Add
12507         descriptions for all fret-diagram properties.
12508
12509         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
12510         fret-diagram interface code
12511
12512 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12513
12514         * ly/book-paper-defaults.ly: set default encoding to ec.
12515
12516         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
12517         installed.
12518
12519         * tex/latin1.enc: new file, from a2ps. 
12520
12521 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
12522
12523         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
12524         add a faint, green border line.
12525
12526         * Documentation/index.html.in: drop <table>, add a faint border line.
12527
12528 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12529
12530         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
12531
12532         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
12533
12534 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
12535
12536         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
12537
12538         * scm/output-tex.scm (white-text): Add scale parameter to allow font
12539         scaling
12540
12541         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
12542         properly scale white text
12543
12544         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
12545         position for numbered dots so dot will touch fret.
12546         (various routines): move to font-metric interface, rather than
12547         name, size interface.  Clean up comments.
12548
12549         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
12550         size and offset to better center white text.
12551
12552 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12553
12554         * ChangeLog: Remove pre-2.1 changes.
12555
12556         * Documentation/misc/ChangeLog-2.1: New file.
12557
12558         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
12559         from ChangeLog.
12560
12561 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12562
12563         * input/test/chords-below-volta-bracket.ly,
12564         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
12565
12566 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12567
12568         * VERSION: release 2.3.6
12569
12570         * input/regression/beam-quant-standard.ly: new file: test standard
12571         beam quants.
12572
12573         * scm/beam.scm (check-quant-callbacks): new function
12574         (check-beam-quant): new function: check whether current beam
12575         quants match argument.
12576
12577         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
12578         forbidden quant for sitting (upstem)/hanging (downstem) on outer
12579         staffline line.
12580
12581 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12582
12583         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
12584         functions.
12585
12586         * lily/note-collision.cc (do_shifts): align colliding notes to
12587         their leftmost note.
12588
12589         * input/regression/collision-alignment.ly: new file.
12590
12591         * ly/init.ly: don't print gc stats.
12592
12593         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
12594         extra newline
12595
12596         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
12597         for dimensions. This fixes ottava-remove-empty-staff.ly
12598
12599         * input/regression/lyrics-tenor-clef.ly: new file.
12600
12601         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
12602         cyclic parents when two axis-group-engravers are
12603         present. Fixes: crash-axis-group-engraver.ly. 
12604         
12605         * input/test/volta-chord-names.ly: new file.
12606
12607         * scm/define-context-properties.scm
12608         (all-user-translation-properties): change voltaOnThisStaff
12609         definition. 
12610
12611         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
12612         if necessary.
12613
12614         * lily/volta-bracket.cc (print): handle volta brackets without
12615         bars. 
12616
12617 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12618
12619         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
12620         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
12621
12622 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12623
12624         * scm/output-gnome.scm: updated instructions for running gnome
12625         backend
12626
12627 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
12628
12629         * scm/fret-diagrams.scm (draw-dots): default values for dot size
12630         and dot-position now depend on finger-code value; in-dot makes
12631         dots larger and centered.
12632         (draw-barre): added straight-barre indicator option
12633         (draw-dots): made fontify-text-white work.
12634
12635         * music-drawing-routines.ps: added /draw_white_text
12636
12637         * scm/output-tex.scm:  added white-text
12638
12639         * scm/output-ps.scm:  added white-text
12640
12641         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
12642         list of stencil expressions
12643
12644         * scm/stencil.scm: Added fontify-text-white
12645
12646 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
12647
12648         * input/regression/+.ly: use @unnumbered section.
12649
12650 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12651
12652         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
12653         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
12654
12655 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12656
12657         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
12658
12659 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12660
12661         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12662         was causing an error. (was not actually commited in 2004-06-20)
12663
12664         * input/regression/lily-in-scheme.ly (withPaddingC): does not
12665         breaks anymore
12666
12667 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12668
12669         * VERSION: 2.3.5 released.
12670         
12671         * lily/my-lily-parser.cc (parse_string): switch module too.
12672
12673 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12674
12675         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
12676         ec-fonts-mftraced to running requirements.
12677
12678 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12679
12680         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
12681         assignments don't reach the original file.
12682
12683         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
12684         exists
12685
12686 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12687
12688         * scm/output-gnome.scm: 
12689         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
12690
12691         * debian/: Apply Debian patch (Anthony Fok).
12692
12693 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
12694
12695         * Documentation/user/music-glossary.tely: fix titling; @top is already
12696         an @unnumbered @chapter.
12697
12698 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12699
12700         * debian/GNUmakefile (EXTRA_DIST_FILES):
12701         (CONF_FILES): update file list.
12702
12703         * lily/stencil.cc (interpret_stencil_expression): bugfix.
12704
12705 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12706
12707         * debian/: Remove cruft (requested Anthony Fok.)
12708
12709         * buildscripts/guile-gnome.sh: Build without gcc libtool version
12710         juggling.
12711
12712         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
12713         Add popup menu with grob properties.
12714
12715         * lily/grob-scheme.cc (ly:grob-properties):
12716         (ly:grob-basic-properties): New function.
12717
12718         * lily/stencil.cc (interpret_stencil_expression): Comment-out
12719         "no-origin" call.  Fixes -fps output.
12720
12721         * scm/output-ps.scm (no-origin): Add dummy implementation.
12722
12723         * scm/output-gnome.scm (define-origin): Remove
12724         (grob-cause): Add.
12725
12726         * scm/output-ps.scm (scm):
12727         * scm/output-tex.scm (scm): Remove define-origin from exports list.
12728         (define-origin): Remove.
12729
12730         * scm/output-gnome.scm (define-origin): 
12731
12732         * scm/lily.scm (ly:all-output-backend-commands): Remove
12733         define-origin.  Add grob-cause.
12734
12735 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
12736
12737         * buildscripts/lilypond-words.py: add ly/portugues.ly.
12738
12739 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
12740
12741         * Documentation/user/GNUmakefile:
12742         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
12743         --include-css=.../texinfo.css; command includes css into the html.
12744
12745         * Documentation/texinfo.css: add file.
12746         define <hr> as black and thin.
12747
12748 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12749
12750         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
12751         stencil expression. Junk define-origin.
12752
12753         * lily/my-lily-parser.cc (parse_string): init parser variable when
12754         lexer_ is set, ie. in parse_string and parse_file.
12755
12756         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
12757         ly:score-bookify.
12758
12759         * scm/lily.scm (collect-scores-for-book): new function.
12760
12761         * ly/init.ly: print collected scores/musics.
12762
12763         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
12764         scope, not in lily module.
12765
12766         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
12767
12768         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
12769         encapsulate gtk/pango tests.
12770
12771         * po/tr.po: Turkish translation.
12772
12773 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12774
12775         * input/regression/lily-in-scheme.ly: regression test for #{
12776         ... #} syntax
12777
12778         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12779         was causing an error.
12780
12781         * Documentation/user/programming-interface.itely (Using LilyPond
12782         syntax inside Scheme): documentation for #{ ... #} syntax.
12783
12784 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
12785
12786         * Documentation/index.html.in: use black thin <hr>.
12787
12788         * buildscripts/mutopia-index.py: use thin black <hr>.
12789
12790 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12791
12792         * scm/fret-diagrams.scm: Use UNIX style line endings.
12793         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
12794         typo.  Fixes compile.
12795
12796         * scm/output-ps.scm (white-dot): Remove second incarnation.
12797
12798         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
12799
12800 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12801
12802         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
12803         single file error.
12804
12805         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
12806
12807 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
12808
12809         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
12810         remove size as argument to fret-diagram interface;
12811         improved white-circle dots for fret;
12812         improved top-fret thick line/
12813
12814         * scm/output-ps.scm: added white-dot function
12815
12816         * scm/output-tex.scm: added white-dot function
12817
12818         * tex/music-drawing-routines.ps: added draw_white_dot function
12819
12820         * ps/music-drawing-routines.ps: added draw_white_dot function
12821
12822         * input/test/fret-diagram.ly: examples to show multiple
12823         functions and multiple interfaces
12824
12825 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12826
12827         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
12828         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
12829
12830         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
12831         conflict.  Have I told you lately how much I love autotools?
12832
12833 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12834
12835         * lily/lily-guile.cc: 
12836         * lily/pangofc-afm-decoder.cc:
12837         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
12838         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
12839
12840         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
12841         developers.
12842
12843         * lily/paper-outputter.cc (file): New method.
12844         (dump_string): Use it.
12845
12846         * scm/output-gnome.scm: Update with pango CVS info, lilylib
12847         musing.
12848
12849         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
12850         of them has a comma :-).
12851
12852         * scm/framework-gnome.scm: Add pango decoders.
12853
12854         * lily/include/pangofc-afm-decoder.hh: 
12855         * lily/pangofc-afm-decoder.cc: New file.
12856
12857         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
12858
12859         * configure.in: Check for pango.
12860
12861         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
12862         autoconf).
12863         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
12864
12865         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
12866
12867 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12868
12869         * Documentation/user/tutorial.itely (Integrating text and music):
12870         fix grammar & punctuation.
12871
12872 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12873
12874         * lily/: Stray janitorial cleanups.
12875
12876         * scm/lily.scm (ly:all-stencil-expressions):
12877         * scm/lily.scm (ly:all-output-backend-commands): New function.
12878
12879         * scm/safe-lily.scm (safe-objects): Add them.
12880
12881         * scm/framework-gnome.scm (<gnome-outputter>): New class.
12882
12883         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
12884
12885 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12886
12887         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
12888
12889 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12890
12891         * scm/page-layout.scm (default-page-make-stencil): add
12892         raggedbottom, raggedlastbottom.
12893
12894         * Documentation/user/changing-defaults.itely (Page layout): add doc.
12895
12896         * scm/framework-tex.scm (define-fonts): fix export of
12897         papersize.
12898
12899         * lily/paper-book.cc (classic_output): strip suffixes from
12900         framework functions.
12901
12902         * lily/tuplet-bracket.cc (before_line_breaking): do not return
12903         SCM_UNDEFINED to Scheme.
12904
12905 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12906
12907         * lily/book.cc: remove Book::to_stencil().
12908         (process): whoops. Score::book_rendering returns vector, not list.
12909
12910         * scripts/convert-ly.py (conv): remove \notes.
12911         apply to input examples.
12912
12913         * lily/paper-outputter.cc (output_stencil): don't use
12914         smobify_self() but self_scm()
12915
12916         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
12917         from smobify_self().
12918
12919         * lily/paper-book.cc (output): load framework module
12920         scm_c_resolve_module().
12921
12922         * python/lilylib.py (exit): exit with argument i.
12923
12924 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12925
12926         * scm/framework-gnome.scm (output-framework-gnome): Try loading
12927         gnome modules from non-toplevel.
12928
12929         * lily/ly-module.cc (ly:import-module): Export to ly:.
12930
12931         * lily/paper-score.cc (process): Do not show progress newline.
12932
12933         * lily/paper-book.cc (output, classic_output): Show progess
12934         newline after score.
12935
12936 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
12937
12938         * buildscripts/lilypond-words.py: add ly/vlaams.ly
12939
12940 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12941
12942         * lily/score.cc (ly:run-translator): Do not crash on empty music
12943         list.
12944
12945         * lily/book.cc (process): Do not render score when systems is empty.
12946
12947         * input/simple-song.ly: Down one octave.
12948
12949         * scm/output-gnome.scm: Remove script again; re-add modules fix
12950         (CVS conflict resolve?)
12951
12952         * lily/stencil.cc (ly:interpret-stencil): Was:
12953         interpret_stencil_expression.
12954
12955 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12956
12957         * buildscripts/guile-gnome.sh: New file.
12958
12959         * scm/output-gnome.scm: White background, better window size, sane
12960         canvas size.  Cleanups.
12961
12962 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12963
12964         * VERSION: release 2.3.4
12965
12966         * Documentation/user/invoking.itexi (Invoking the lilypond
12967         binary): document --safe.
12968
12969         * scm/output-gnome.scm: set PATH in script.
12970
12971         * scm/page-layout.scm (default-page-make-stencil): don't stretch
12972         if there is too few systems on a page.
12973
12974         * lily/parser.yy (relative_music): start at middle C without pitch
12975         argument.
12976
12977         * Documentation/user/changing-defaults.itely (Page layout): new node.
12978         (Paper size): rename node
12979         (Page breaking): new node.
12980         (Titling): move from invoking.
12981         (File structure): new node.
12982
12983         * lily/parser.yy (score_body): allow \header and music anywhere in
12984         \score body.
12985
12986 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12987
12988         * scm/lily.scm (ly:load): Remove page-breaking.scm.
12989
12990 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12991
12992         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
12993
12994         * lily/include/paper-line.hh: rename to Paper_system.
12995
12996         * lily/include/paper-book.hh: doc class.
12997
12998         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
12999
13000         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
13001         (plain-header): add instrument-name.
13002         (default-page-make-stencil): bugfixes.
13003
13004         * lily/parser.yy (book_body): allow \header anywhere in \book{}
13005
13006         * lily/paper-book.cc: remove copyright & tagline. Remove
13007         interactions with Page
13008
13009         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
13010         here, 
13011         (default-page-make-stencil): new function
13012         (default-page-music-height): new function
13013         (page-headfoot): new function
13014         (ly:optimal-page-breaks): generate stencils directly from here
13015
13016         * scm/titling.scm: new file, group titling functions
13017
13018 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13019
13020         * scm/output-gnome.scm: Handle multiple pages.
13021
13022         * scm/framework-gnome.scm: Do not load output-gnome.
13023         (framework-gnome): Invoke output-gnome::header and
13024         output-gnome::end-output as faked stencils.  Fixes experimental
13025         gnome output.
13026
13027 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13028
13029         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
13030         octavation compatibility fixes. Backportme. 
13031
13032         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
13033         pages.
13034         (ly:optimal-page-breaks): combine-penalties: no shortcut for
13035         negative. Now we handle negative penalties (ie. \pageBreak)
13036         correctly.
13037
13038         * lily/system.cc (get_line): extract page-penalty from the left
13039         bound.
13040
13041         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
13042
13043 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13044
13045         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
13046
13047 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13048
13049         * scm/output-gnome.scm: Update script.  Move development to
13050         lilypond_2_3_2 branch for now.
13051
13052 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13053
13054         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
13055         negative penalties.
13056         cleanups.
13057
13058         * Documentation/user/changing-defaults.itely (Creating contexts):
13059         index entries
13060
13061         * scm/page-breaking.scm (ly:optimal-page-breaks): new
13062         file. Rewrite function. 
13063
13064         * lily/paper-book.cc (pages): new interface: page-breaking returns
13065         list of line-list.
13066
13067         * lily/page.cc (Page): take lines argument.
13068
13069         * scm/document-translation.scm (all-engravers-doc): link to user man
13070
13071         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
13072         iso. score.
13073
13074         * Documentation/user/notation.itely (Relative octaves): typo.
13075
13076         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
13077
13078 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13079
13080         * scm/output-gnome.scm: Update build script.
13081
13082 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13083
13084         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
13085         gnome backend.
13086
13087         * scm/framework-gnome.scm: New file.
13088
13089         * scm/lily.scm: Use it.
13090
13091         * lily/paper-outputter.cc: Janitorial cleanups.
13092         (ly:outputter-dump-string): Remove unreachable statement.
13093
13094         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
13095         (ice-9): Bugfix: Add srfi-1.
13096
13097         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
13098
13099 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13100
13101         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
13102         in do_quit()
13103
13104 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13105
13106         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
13107
13108 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13109
13110         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
13111         override of Beam::position-callbacks. Why would grace beams not be
13112         quantized? Fixes: weird-stem-size-grace. 
13113
13114         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
13115         warning only once. Backportme.
13116
13117         * lily/accidental-engraver.cc (number_accidentals_from_sig):
13118         bugfix, 2nd try. Backportme.
13119
13120         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
13121
13122 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13123
13124         * Documentation/user/notation.itely (Instrument transpositions):
13125         Correct the name of the instrumentTransposition property.
13126
13127 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13128
13129         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
13130
13131 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13132
13133         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
13134         and postLilyPondExample are called when defined.
13135
13136 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13137
13138         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
13139         This fixes setting notenames with `\include "nederlands.ly" '
13140
13141         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
13142         new function.
13143
13144 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13145
13146         * scm/page-layout.scm: don't do piece, it should be in score-title
13147         only.
13148
13149         * lily/lexer.ll: lex \score separately.
13150
13151         * lily/paper-book.cc: junk stencil2line.
13152
13153         * lily/paper-line.cc (Paper_line): construct from Stencil
13154         directly. No futzing with the dimensions.
13155
13156         * lily/include/paper-line.hh (class Paper_line): 
13157
13158         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
13159         takes arbitrary number of arguments.
13160
13161         * input/test/markup-score.ly (tuning): simplify example. 
13162
13163 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13164
13165         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
13166
13167         * scm/define-markup-commands.scm (score): define score-markup
13168
13169         * lily/parser.yy (markup): use score-markup.
13170
13171         * lily/score.cc: add ly:score? 
13172
13173 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
13174
13175         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
13176         fret-parse-string so it prepares for calls to fret-diagram-verbose
13177         Changed display constants to props so they are available for
13178         \override.
13179
13180 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13181
13182         * VERSION: release 2.3.3
13183
13184         * stepmake/stepmake/generic-vars.make: unset LANG.
13185
13186         * input/regression/tuplet-nest.ly: bugfix.
13187
13188         * lily/tie-performer.cc (stop_translation_timestep): reset
13189         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
13190
13191         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
13192         clear repeat_ directly after setting stem_tremolo_. Fixes:
13193         tremolo-repeat.ly
13194
13195         * input/regression/span-bar-break.ly: new file.
13196
13197         * scm/define-grobs.scm (all-grob-descriptions): remove
13198         break-visibility from SpanBar. Fixes: piano-repeat.ly
13199
13200 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13201
13202         * python/lilylib.py (make_ps_images): only compute bbox when needed.
13203
13204         * scripts/lilypond-book.py (process_snippets): use lily -f ps
13205         files for generating pngs. (failed experiment)
13206
13207         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
13208         file with PFA fonts included.
13209
13210         * lily/score.cc (default_rendering): put header in too.
13211
13212         * lily/paper-line.cc (LY_DEFINE): change function to
13213         ly:paper-line-extent
13214
13215         * scm/page-layout.scm (default-book-title): only add lines for
13216         non-nil fields.
13217         (default-score-title): idem.
13218
13219         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
13220
13221         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
13222
13223         * lily/include/paper-book.hh (class Paper_book): remove height_
13224         member.
13225
13226         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
13227
13228         * lily/ly-module.cc (LY_DEFINE): bugfix.
13229
13230         * lily/paper-book.cc (book_title): separate function for the book
13231         title.
13232
13233         * scm/page-layout.scm (default-book-title): only account for
13234         markup fields.
13235
13236         * scm/framework-ps.scm: new file. Move high level interface from
13237         output-ps.scm
13238
13239         * scm/music-functions.scm (def-grace-function): move macros from
13240         ly/music-functions-init.ly
13241
13242         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
13243         framework-tex.scm
13244
13245         * scm/framework-tex.scm (dump-line): new file. High level
13246         interface for output (pages, systems, header). 
13247
13248         * lily/include/page.hh (class Page): add is_last_ field.
13249
13250         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
13251
13252         * lily/paper-book.cc (split_string): new function
13253         (output): output multiple formats, i.e. --format=ps,tex
13254
13255         * scm/output-ps.scm (output-scopes): dump variables directly.
13256         (define-fonts): rewrite for new interface
13257
13258         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
13259
13260         * lily/paper-outputter.cc (Paper_outputter): take format argument.
13261
13262         * lily/main.cc (parse_argv): don't set extension for output.
13263
13264         * lily/clef-engraver.cc (create_clef): remove
13265         Staff_symbol_referencer::set_position() call. 
13266
13267 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13268
13269         * ly/music-functions-init.ly (addlyrics): set the 'origin property
13270         with the location argument in music function definitions.
13271
13272 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13273
13274         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
13275         staffsymbol dependency.
13276
13277         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
13278         cleanups.
13279
13280         * lily/book.cc (process): return Paper_book
13281         (to_stencil): use Book::process().
13282
13283         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
13284         header_ field. Store in $globalheader
13285
13286         * lily/parser.yy (book_body): book header is initted to
13287         $globalheader.
13288
13289
13290 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13291
13292         * input/test/fill-a4.ly: removed.
13293
13294         * lily/parser.yy (output_def): push scope of parent_ Output_def
13295         too.
13296
13297 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13298
13299         * scm/output-gnome.scm: Update info.
13300
13301 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13302
13303         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
13304
13305         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
13306         than 1 module.
13307
13308         * lily/include/ly-module.hh (ly_use_module): rename is_module to
13309         ly_c_module_p.
13310
13311         * scm/page-layout.scm (default-book-title): move Scheme titling
13312         functions to here.
13313
13314         * lily/parser.yy (book_paper_block): remove scope too.
13315
13316         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
13317
13318         * lily/rest.cc: add direction to rest properties.
13319
13320         * lily/include/output-def.hh: new file, move from
13321         music-output-def.hh
13322
13323 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13324
13325         * scm/output-gnome.scm: Describe feta-cork hack.
13326
13327 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13328
13329         * lily/include/book-paper-def.hh: derive from Output_def 
13330
13331         * lily/include/paper-def.hh: move all functionality out of class.
13332         Junk header.
13333
13334         * lily/include/music-output-def.hh: rename Music_output_def to
13335         Output_def.
13336
13337         * input/wilhelmus.ly: only set space for Paper formatting. 
13338
13339         * lily/include/midi-def.hh: remove file, remove class.
13340         Move functions to Music-output-def.
13341
13342         * lily/music-output-def.cc (Music_output_def): remove separate
13343         translator table. Lookup translators in scope directly. This
13344         obviates Context suffix for context identifiers, i.e.
13345
13346         \context {
13347           \Staff
13348           .. 
13349           }
13350
13351
13352         will work.
13353
13354
13355         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
13356
13357         * Documentation/user/changing-defaults.itely (Horizontal spacing):
13358         document spacing override hack.
13359
13360 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13361
13362         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
13363         installation info.  Support point-and-click.  Add +/- zoom
13364         keybindings.
13365
13366 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13367
13368         * VERSION: 2.3.2 released
13369
13370         * lily/parser.yy (book_body): set default bookpaper.
13371
13372         * scm/output-tex.scm (header): kludge: hard code linewidth. 
13373
13374         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
13375
13376 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13377
13378         * lily/score.cc (default_rendering): scale outputdef before
13379         starting.
13380
13381 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13382
13383         * scm/fret-diagrams.scm: Add header.
13384
13385         * scm/output-gnome.scm: Hello world :-)
13386
13387 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13388
13389         * scripts/lilypond.py (run_dvips): only add papersize if present.
13390
13391         * lily/accidental-engraver.cc (update_local_key_signature): new
13392         function, fold code from initialize() and process_music().
13393         (update_local_key_signature): use deep copy. This fixes one
13394         problem from custom-key-signatures.ly.
13395         (number_accidentals_from_sig): tighter check for
13396         accidental-too-old.
13397
13398         * ly/engraver-init.ly: remove localKeySignature
13399         definition from ChoirStaff, StaffGroup, Score.
13400
13401         * lily/percent-repeat-engraver.cc (try_music): add moments for
13402         barlines too. Fixes: skipbars-percent-repeat.ly.
13403
13404 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13405
13406         * lily/context-def.cc (filter_performers): don't go to cdrloc if
13407         skipping last pair. Fixes: crash-bar-number.
13408
13409         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
13410         D. Sorensen)
13411
13412         * input/test/fret-diagram.ly: new file.
13413
13414         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
13415         (scale-paper): divide by scale.
13416
13417 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13418
13419         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
13420         case.
13421
13422 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13423
13424         * scm/stencil.scm (fontify-text): reinstate function
13425
13426         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
13427
13428         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
13429
13430         * lily/parser.yy (book_paper_head): \bookpaper {} 
13431
13432         * python/midi.c: remove config.h
13433
13434 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13435
13436         * scm/output-gnome.scm: Update.
13437
13438 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13439
13440         * scm/output-gnome.scm: New file.
13441
13442         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
13443
13444 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13445
13446         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
13447         (find_scaled_font): move from Paper_def
13448
13449 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13450
13451         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
13452         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
13453
13454         * po/fr.po: update po.
13455
13456         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
13457
13458         * lily/book-paper-def.cc (print_smob): new file.
13459
13460 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
13461
13462         * buildscripts/lilypond-words.py: search words also from
13463         music-functions-init.ly.
13464
13465 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13466
13467         * ly/music-functions-init.ly (def-music-function): new helper
13468         macro for defining music functions. \addlyrics \appoggiatura
13469         \acciaccatura \grace \partcombine \autochange \applycontext
13470         \applyoutput and \breathe are now defined here thanks to it.
13471
13472         * lily/parser.yy: 
13473         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
13474         \grace \partcombine \autochange \applycontext \applyoutput and
13475         \breathe keywords removed from the parser.
13476
13477         * lily/parser.yy: 
13478         * lily/music-function.cc (ly_make_music_function): 
13479         * lily/lexer.ll (music_function_type): added a case for 0-arg
13480         music functions.
13481
13482 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13483
13484         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
13485         refering to a music expression can be used in lily-inside-scheme:
13486         #{ $music #}
13487
13488         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
13489         and ly:parser-define, and change ly:parser-parse-string in order
13490         to make #{ $music #} work.
13491
13492         * scm/new-markup.scm (compile-markup-expression): when an argument
13493         is a string, use `make-simple-markup'.
13494
13495 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13496
13497         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
13498
13499 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13500
13501         * scripts/convert-ly.py (FatalConversionError.func): handle + in
13502         font-size. (backportme)
13503
13504 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13505
13506         * lily/paper-outputter.cc (output_stencil): dump font definitions
13507         before each stencil.
13508
13509         * lily/include/paper-book.hh (struct Score_lines): new
13510         struct. Collect info per Paper-score.
13511
13512         * lily/include/page.hh (class Page): to_stencil() returns Stencil
13513         everywhere.
13514
13515         * lily/stencil.cc (find_expression_fonts): new function
13516
13517         * lily/paper-outputter.cc (output_stencil): use
13518         interpret_stencil_expr
13519
13520         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
13521         (interpret_stencil_expr): new function. Generic stencil
13522         interpretation.
13523
13524         * lily/paper-def.cc (find_scaled_font): divide lookup
13525         magnification by outpuscale for non-virtual fontmetrics. This
13526         fixes ludicrously long font definitions for text
13527         fonts. (backportme)
13528
13529         * lily/score-engraver.cc: remove
13530         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
13531
13532 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13533
13534         * input/test/markup-score.ly: Remove \notes.
13535
13536         * lily/parser.yy (book_body): Grok Composite_music and \header.
13537         (markup): Push NOTES mode before score_block.
13538
13539         * VERSION: release 2.3.1
13540
13541         * mf/feta-klef.mf: 
13542         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
13543
13544         * Documentation/user/programming-interface.itely: Use @emph (was:
13545         @em).
13546
13547         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
13548
13549 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13550
13551         * scm/output-tex.scm (output-tex-string): tighten safe security.
13552
13553         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
13554
13555         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
13556         allowed ly functions.
13557
13558         * lily/ly-module.cc (ly_module_define): only define variable if
13559         bound.
13560         (ly_make_anonymous_module): take safe option.
13561
13562 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13563
13564         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
13565
13566 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13567
13568         * input/regression/newaddlyrics.ly: Fix.
13569
13570         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
13571         \score \notes.
13572
13573 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
13574
13575         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
13576
13577 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13578
13579         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
13580
13581         * lily/paper-line.cc (Paper_line): don't store list of stencils,
13582         but convert to single Stencil immediately.
13583
13584         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
13585
13586 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13587
13588         * scm/output-sodipodi.scm: Resurrect sodipodi output.
13589
13590 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13591
13592         * elisp/lilypond-mode.el: Changed the way defaults are created for
13593         LilyPond-command-master.  LilyPond-mode will now check the
13594         timestamps of the files to see which command has to run next.
13595
13596 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13597
13598         * scm/bass-figure.scm (format-bass-figure): don't set
13599         number-markup for strings. This fixes string in bass
13600         figure. (backportme)
13601
13602         * lily/parser.yy (bass_number): insert number-markup into figure
13603         definition.
13604
13605         * scm/define-music-properties.scm (all-music-properties): make
13606         'figure a markup.
13607
13608         * scripts/convert-ly.py (conv): \apply -> \applymusic
13609
13610 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13611
13612         * elisp/lilypond-mode.el: changed the order of some commands
13613         ("Midi" after "2Midi"), use the user-defined
13614         LilyPond-command-default as default instead of "LilyPond"
13615
13616         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
13617         to set the master file for the next command.
13618
13619         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
13620         with font-lock-reference-face.
13621
13622 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
13623
13624         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
13625
13626         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
13627
13628 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13629
13630         * ly/music-functions-init.ly (TODO): new file.
13631
13632         * lily/parser.yy (Generic_prefix_music_scm): add more
13633         music_function symbols.
13634         (Prefix_composite_music): change \apply to music-function   
13635
13636         * lily/include/music-function.hh: rename to music-function
13637
13638 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13639
13640         * lily/music-head.cc (LY_DEFINE): change order of args.
13641
13642         * input/regression/music-head.ly (texidoc): new file.
13643
13644         * lily/parser.yy (Generic_prefix_music): allow generic
13645         music-transformation functions. 
13646
13647         * lily/include/music-head.hh (is_music_head): new file.
13648
13649         * lily/music-head.cc (get_music_head_transform): new file.
13650
13651 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13652
13653         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
13654         empty extent. This fixes ottava brackets on rests. (backportme)
13655
13656         * make/lilypond.redhat.spec.in (Group): ln png files for info.
13657
13658         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
13659
13660         * cygwin/lily-wins.py: update for the lily-wins.py script.
13661
13662 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13663
13664         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
13665         code. This will obviate typeset_grob () in the future.  The effect
13666         of this is that improperly written spanner handling will result in
13667         invalid spanner bounds.
13668         (announce_grob): add to elems_ from here
13669         (typeset_grob): comment out.  
13670
13671         * lily/include/engraver.hh (make_spanner): new calling interface
13672         for make_{item,spanner}. This obviates most calls to
13673         announce_grob().
13674
13675         * scm/music-functions.scm (set-accidental-style): use GrandStaff
13676         iso. PianoStaff for piano styles.
13677
13678 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
13679
13680         * Documentation/user/music-glossary.tely: add segno after d.s.
13681
13682 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13683
13684         * lily/include/audio-column.hh: remove unused variables.
13685         (patch by Michael Welsh Duggan)
13686
13687         * flower/include/axes.hh (other_axis): inline Axes function
13688         (thanks to David Brandon).
13689
13690 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13691
13692         * cygwin/mknetrel: Install image links (backportme).
13693
13694         * Documentation/user/GNUmakefile (local-install-info): Activate
13695         actual installing of image links (backportme).
13696
13697 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13698
13699         * Documentation/user/notation.itely (Measure repeats): Removed
13700         unnecessary (and confusing) \context Voice{.
13701
13702 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13703
13704         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
13705
13706         * lily/page.cc (Page): Do not use ly_scheme_function for
13707         volatile/configurable variables (FIXME: better name).
13708
13709         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
13710         get_scmvar).
13711
13712 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13713
13714         * scripts/convert-ly.py (FatalConversionError.subst): use
13715         \transposition.
13716
13717 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13718
13719         * lily/include/page.hh (class Page): Declare left_margin ().
13720
13721         * lily/page.cc: Remove paper var caching.
13722
13723 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13724
13725         * Documentation/user/music-glossary.tely: Add name to @top node.
13726         Remove comment from @table definitions (workaround for makinfo
13727         bug).
13728
13729         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
13730         ly:stencil-get-expr).  Update callers.
13731         (ly:stencil-align-to!):  Return stencil too.
13732
13733         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
13734         stencil.  Remove looped line-based page output.
13735         (output_line): Use line stencil.  Remove looped stencil-based line
13736         output.
13737
13738         * lily/page.cc (ly:page-paper-lines): New function.
13739
13740         * input/test/markup-score.ly: New file.
13741
13742         * scm/define-markup-commands.scm (stencil): New markup.
13743
13744         * lily/book.cc (to_stencil): New method.
13745
13746         * lily/parser.yy (markup): Use it to grok \score.
13747
13748 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13749
13750         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
13751
13752         * lily/paper-book.cc (pages): Change signature.  Update callers.
13753
13754         * lily/include/page.hh:
13755         * lily/page.cc: New file.
13756
13757         * lily/paper-line.cc (to_stencil): New method.
13758
13759         * lily/paper-outputter.cc (output_stencil): New method.
13760
13761         * lily/paper-outputter.cc (output_line): Use them.
13762
13763         * lily/warn.cc: Remove.
13764
13765         * lily/my-lily-parser.cc (distill_inname): Remove.
13766
13767         * flower/include/file-name.hh: 
13768         * flower/file-name.cc: New file.  Update users.
13769
13770         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
13771         (find): New method of same name.
13772
13773         * lily/my-lily-parser.cc (ly:parse-file): Use it.
13774
13775         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
13776         constant error message.
13777
13778 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
13779
13780         * input/test/{blank-notes.ly,staff-container.ly}: typos.
13781
13782 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13783
13784         * Documentation/user/music-glossary.tely: @table @strong' replaced
13785         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
13786         (backportme).
13787
13788 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13789
13790         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
13791
13792         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
13793         #{ lily music expression #} that returns an equivalent scheme
13794         music expression by parsing the string.
13795
13796 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13797
13798         * lily/my-lily-parser.cc:
13799         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
13800         SCM string (foo.ly/toto.scm support).
13801
13802 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
13803
13804         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
13805
13806 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13807
13808         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
13809
13810         * scripts/lilypond-book.py: LY code that includes \header is
13811         not assumed to be a fragment.
13812
13813 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13814
13815         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
13816         tremolo beams up.
13817
13818         * lily/stem.cc (chord_start_y): Return 0 if no heads.
13819         (get_default_stem_end_position): No tremolo head juggling if no
13820         heads.  Fixes tremolo crash on rests (backportme).
13821
13822         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
13823
13824 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13825
13826         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
13827         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
13828
13829         * lily/lexer.ll: Allow \encoding in NOTES mode.
13830
13831         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
13832         for lyrics, not for commands.
13833
13834         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
13835         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
13836
13837         * input/regression/newaddlyrics.ly: New file.
13838
13839         * Documentation/topdocs/NEWS.texi: Update.
13840
13841         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
13842         (Music_list): Allow embedded scm.
13843
13844         * lily/score.cc (ly:score-bookify): New function.
13845
13846         * lily/music.cc (ly:music-scorify): Idem.
13847
13848         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
13849         (ly:parser-print-score): Idem.
13850
13851         * scm/lily.scm (default-toplevel-book-handler): Idem.
13852         (default-toplevel-music-handler): Idem.
13853         (default-toplevel-score-handler): Idem.
13854
13855         * ly/declarations-init.ly: Set default toplevel handlers.
13856
13857         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
13858
13859         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
13860         printer for score at toplevel.
13861
13862 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13863
13864         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
13865         Fix for simple case: input/simple-song.ly, more complex stuff
13866         does not work yet.
13867
13868 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13869
13870         * lily/parser.yy (Prefix_composite_music): split Composite_music
13871         in Prefix_composite_music and Grouped_music_list.
13872         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
13873
13874 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13875
13876         * scm/lily.scm (toplevel-expression): New define.
13877
13878         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
13879
13880         * lily/parser.yy (toplevel_expression): Use it.
13881
13882         * lily/include/my-lily-parser.hh: Smobbify.
13883
13884         * lily/my-lily-parser.cc (parse_string): New method.
13885
13886         * lily/my-lily-parser.cc (ly:parse-string): New function.
13887
13888         * Documentation/user/lilypond.tely: Add comment and workaround for
13889         gs-8.01 crash.  Fixes make web.
13890
13891         Simplification of toplevel music.
13892
13893         * lily/lexer.ll, lily/parser.yy:
13894
13895         * In LYRICS mode, return LYRICS_STRING.  This fixes one
13896         shift/reduce problem.
13897
13898         * Use NOTES mode at start of maininput.
13899
13900         * Grok toplevel composite music expression, put in score and book.
13901
13902         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
13903
13904         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
13905
13906         * input/simple.ly: New file.
13907
13908         * input/simple-song.ly: Idem.
13909
13910 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13911
13912         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
13913         Sandberg.
13914
13915 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13916
13917         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
13918
13919 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
13920
13921         * input/regression/accidental-octave.ly: doc automatic showing
13922         of note names.
13923
13924 2004-04-16  Heikki Junes <janneke@gnu.org>
13925
13926         * po/fi.po: do "make po && make -C po po-update" at top-level,
13927         then "cp po/out/fi.po po/fi.po" and update fields.
13928
13929         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
13930
13931 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13932
13933         * Documentation/user/introduction.itely (About this manual): Fix
13934         templates and regression urls (backportme).
13935
13936 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13937
13938         * ly/engraver-init.ly (Score:graceSettings): Increase
13939         beamed-lengths, especially for 32nd notes.
13940
13941         * Documentation/user/notation.itely (Grace notes): Correct the
13942         syntax for add-grace-property example.
13943
13944 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13945
13946         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
13947         `Generated' tag.
13948
13949         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
13950         Severely broken (the Debian package, at least).
13951
13952 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13953
13954         * lily/context.cc (find_create_context): assign to lvalue.
13955
13956 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13957
13958         * lily/include/translator.hh (class Translator): rename
13959         get_parent_context() to context () to avoid confusion.
13960
13961         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
13962
13963         * lily/lexer.ll: change is_string -> ly_c_string_p 
13964
13965         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
13966
13967         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
13968
13969 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13970
13971         * VERSION: release 2.3.0
13972
13973         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
13974
13975         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
13976         if nonempty.
13977
13978         * lily/include/context.hh (class Context): make members protected.
13979         (children_contexts): new accessor function.
13980
13981         * lily/include/translator.hh (class Translator): make
13982         daddy_context_ protected.
13983         (class Translator): clean up. 
13984
13985         * lily/include/context.hh (class Context): make daddy_context_
13986         private.
13987
13988         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
13989         higher for finding Voice. (backportme)  
13990
13991         * lily/include/context.hh (class Context): remove
13992         find_context_below() as a method.
13993
13994         * Documentation/user/notation.itely (The Lyrics context): add note
13995         about manual durations
13996
13997         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
13998         encoding.
13999
14000         * scm/output-tex.scm (text): dump \inputencoding{} for text.
14001
14002 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14003
14004         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
14005         \usepackage{inputenc}
14006
14007         * lily/paper-book.cc (classic_output): don't advance Offset for
14008         TeX output.
14009
14010         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
14011         ec-sauter.map in rules
14012
14013         * mf/ecb.mf (font_identifier): new file, based on ecbx
14014
14015         * mf/ecb10.mf (gensize): new file.
14016
14017         * Documentation/topdocs/NEWS.texi (Top): document some more new
14018         features.
14019
14020         * ly/declarations-init.ly: run convert-ly
14021
14022         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
14023         from input-file-results. Remove input-file-results.* 
14024
14025 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14026
14027         * scm/output-ps.scm (font-command): Fix, again.
14028
14029         * input/test/title-markup.ly: Add \noPagebreak test.
14030
14031         * lily/score-engraver.cc (try_music): Bugfix.
14032
14033 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14034
14035         * lily/main.cc (main_with_guile): excise dependency options -M and
14036         --dep-prefix
14037
14038         * lily/input-file-results.cc: excise Makefile dependency code
14039
14040         * Documentation/user/invoking.itexi (Invoking the lilypond
14041         binary): remove dep doco
14042
14043         * lily/main.cc (main_with_guile): call lilypond-main
14044
14045         * scm/lily.scm (lilypond-main): new function: handle multiple files.
14046
14047         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
14048         exception.
14049
14050         * lily/my-lily-parser.cc: remove paper_description function
14051
14052         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
14053         new function.
14054
14055         * lily/main.cc: remove global_score_count.
14056
14057         * lily/book.cc (process): don't take header from global_input_file.
14058
14059         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
14060
14061         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
14062
14063         * lily/music-output-def.cc (LY_DEFINE): new function
14064         ly_output_description. This function does the bulk for  setting,
14065         parsing and breaking down of an input file.
14066
14067         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
14068         anonymous modules globally. Let's hope they get GCd
14069
14070         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
14071
14072 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14073
14074         * scm/output-ps.scm (header): Papersize from paper.
14075
14076         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
14077         for classic output.
14078
14079         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
14080         lilypondclassic is defined.
14081         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
14082
14083         * input/regression/between-systems.ly: Remove.
14084
14085         * python/lilylib.py (get_bbox): Fix regular expression
14086         for bounding box.
14087
14088         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
14089
14090         * scm/output-tex.scm (stop-page): Use it.
14091
14092         * scm/output-ps.scm (define-fonts): Bugfix.
14093
14094         * lily/grob.cc: Add penalty to interface.
14095
14096         * lily/include/paper-line.hh (class Paper_line): New member
14097         var penalty_.
14098
14099         * lily/system.cc (get_line): Initialise Paper_line with
14100         page-penalty's from original grobs.
14101
14102         * scm/define-music-properties.scm (all-music-properties): Add
14103         page-penalty.
14104
14105         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
14106
14107         * lily/score-engraver.cc (try_music): Handle page-penalty.
14108
14109         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
14110
14111 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14112
14113         * ly/declarations-init.ly (melismaEnd): typo
14114
14115         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
14116
14117         * scm/output-ps.scm (text): split string into spaces, use moveto
14118         for setting space. 
14119
14120 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14121
14122         * po/nl.po: Update.
14123
14124         * scm/font.scm (add-cmr-fonts): Typo.
14125
14126 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14127
14128         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
14129         font-encoding.
14130
14131         * scm/define-grobs.scm (all-grob-descriptions): idem.
14132
14133         * lily/time-signature.cc (numbered_time_signature): idem.
14134
14135         * scm/font.scm (add-cmr-fonts): use real encoding names for
14136         font-encoding.
14137
14138 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14139
14140         * lily/paper-book.cc (classic_output): 
14141         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
14142         Fixes classic output.
14143         (lilypondstart):
14144         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
14145         kludge.
14146
14147         * scripts/old-lilypond-book.py: Remove.
14148
14149         Page layout for SCOREs enclosed in a BOOK:
14150
14151         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
14152         layout tweaking.
14153
14154         * input/les-nereides.ly (theScore): Add \book.
14155
14156         * input/test/title-markup.ly: Add \book.
14157
14158         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
14159         only if 'verbose.
14160
14161         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
14162
14163         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
14164
14165         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
14166         * scm/output-tex.scm (start-system): Update for page layout by
14167         LilyPond.
14168
14169         * scm/output-ps.scm (start-system): Previously (new-start-system).
14170
14171         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
14172         passed to define-fonts.
14173
14174         * lily/paper-column.cc: 
14175         * lily/system.cc (get_line):
14176         * ly/property-init.ly (newpage): 
14177         * scm/define-grob-properties.scm:
14178         * scm/output-ps.scm: 
14179         * scm/output-tex.scm: Remove between-system-string kludge.
14180
14181         * scm/output-ps.scm (define-fonts, font-command,
14182         font-load-encoding): Handle ENCODING = #f.
14183
14184         * scm/output-tex.scm (output-scopes): Check if variable is bound.
14185
14186         * scm/define-markup-commands.scm (fill-line): Use
14187         make-simple-markup (WAS: unexisting make-word-markup).
14188
14189         * lily/text-item.cc (interpret_markup): Bugfix, transpose
14190         ENCODING, MARKUP parameters for interpret_string.
14191
14192         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
14193
14194         * lily/score.cc (book_rendering): New method.
14195         (default_rendering): Create Paper_book helper locally, dump
14196         output.
14197
14198         * lily/my-lily-lexer.cc (the_key_tab): Add book.
14199
14200         * lily/parser.yy: Handle \book.
14201
14202         * lily/include/book.hh: 
14203         * lily/book.cc: New file.
14204
14205 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14206
14207         * lily/text-item.cc (interpret_string): new file, select font with
14208         encoding.
14209
14210         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
14211
14212         * scm/define-markup-commands.scm (encoded-simple): new markup command.
14213
14214         * lily/parser.yy (markup): take encoding from lexer.
14215
14216 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14217
14218         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
14219
14220         * scm/output-ps.scm: Remove some cruft.
14221
14222 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14223
14224         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
14225
14226         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
14227
14228 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14229
14230         * scm/font.scm (add-century-schoolbook-fonts):
14231         (make-century-schoolbook-tree): New function.
14232
14233         * input/test/title-markup.ly: Use Century Schoolbook font.
14234
14235 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14236
14237         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
14238         to Erik Sandberg) 
14239
14240         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
14241
14242         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
14243
14244         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
14245
14246         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
14247
14248 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14249
14250         * scm/part-combiner.scm (determine-split-list): bugfix: if no
14251         solo-state (at end of solo), we can set the solo status
14252         too. (backportme.)
14253
14254         * input/regression/part-combine-solo-end.ly: new file.
14255
14256 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14257
14258         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
14259         flavour abc files.  Really ignore unknown keys (backportme).
14260
14261 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14262
14263         * lily/scaled-font-metric.cc (text_dimension): only multiply with
14264         magnification_ when looking up in orig_.
14265
14266         * scm/output-tex.scm (text): switch off char-mapping.
14267
14268         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
14269         because AFM's encoding field cannot have spaces.
14270
14271 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14272
14273         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
14274
14275 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14276
14277         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
14278
14279         * mf/cmr.enc: new file, without hi-bit ascii info. 
14280
14281         * lily/bezier-bow.cc (slur_shape): make indent dependent on
14282         width. This removes the 'hook' at the end of a long slur.
14283
14284         * buildscripts/mf-to-table.py (parse_logfile): don't append
14285         encoding to fontname.
14286
14287 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14288
14289         * scm/output-ps.scm (define-fonts): Load .enc only once.
14290
14291         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
14292         too.
14293
14294 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14295
14296         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
14297         encoding field.
14298
14299         * lily/stencil-scheme.cc: remove ly:fontify-atom 
14300
14301         * ly/portuges.ly (pitchnames): new file.
14302
14303         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
14304         Michael Welsh Duggan
14305
14306         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
14307
14308         * ly/nederlands.ly: add comment about digits.
14309
14310         * lily/scaled-font-metric.cc (derived_mark): idem.
14311
14312         * scm/encoding.scm (make-encoding-mapping): change permutation to
14313         mapping.
14314
14315         * lily/scaled-font-metric.cc (derived_mark): is a const method.
14316         (Modified_font_metric): make alist for coding_description_
14317         (LY_DEFINE): remove coding-name.
14318
14319         * scm/output-tex.scm (text): remove debugging code.
14320
14321         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
14322
14323         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
14324         from infile.
14325
14326         * mf/feta-generic.mf: move fet_beginfont into generic code.
14327         use fetaMusic (without space) as encoding
14328
14329         * mf/feta-autometric.mf: take encoding argument
14330
14331         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
14332
14333         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
14334         use.
14335
14336         * scm/encoding.scm (read-encoding-file): use symbol for glyph
14337         name.
14338
14339 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14340
14341         * input/test/title-markup.ly: Set inputencoding.
14342
14343         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
14344
14345         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
14346
14347         * scm/encoding.scm (get-coding-filename, get-coding-command): New
14348         function.
14349         (coding-alist): Also hold filename, command.
14350         (read-encoding-file): Return symbols.
14351
14352 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14353
14354         * scm/output-tex.scm: remove fontify; text and char take a font
14355         argument.
14356
14357         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
14358
14359         * lily/scaled-font-metric.cc (text_dimension): init
14360         coding_{permutation,table}_ too 
14361         (LY_DEFINE): ly:font-encoding, new function return
14362
14363         * lily/paper-def.cc (find_scaled_font): take input coding from
14364         inputcoding paper var.
14365
14366         * lily/performance.cc (output): remap modulo 16.
14367
14368         * lily/text-item.cc (interpret_markup): whoops, variable
14369         shadowing fixed.
14370
14371 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
14372
14373         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
14374         symbols, not symbols to strings.
14375
14376         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
14377         symbols, not symbols to strings.
14378
14379 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14380
14381         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
14382         (ly:kpathsea-gulp-file): New function.
14383
14384         * scm/encoding.scm (read-encoding-file): Use it.
14385
14386 2004-04-06  Werner Lemberg  <wl@gnu.org>
14387
14388         * scm/encoding.scm (coding-alist): Fix typo.
14389
14390 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14391
14392         * lily/scaled-font-metric.cc (text_dimension): move function from
14393         Font_metric
14394         (make_scaled_font_metric): init coding_scheme_ to TeX
14395         (text_dimension): use get-coding-vector for non TeX coding_scheme_
14396
14397         * lily/include/scaled-font-metric.hh (struct
14398         Modified_font_metric): rename from Scaled_font_metric
14399
14400         * scm/encoding.scm (read-encoding-file): split up large function,
14401         leave caching to (delay)
14402
14403         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
14404
14405 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14406
14407         * lily/my-lily-lexer.cc (set_encoding): New method.
14408
14409         * lily/lexer.ll: Grok \encoding.
14410
14411         * lily/font-metric.cc (get_encoded_index): New function.
14412
14413         * lily/include/font-metric.hh (coding_scheme): New method.
14414
14415         * scm/encoding.scm: New file.
14416
14417         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
14418
14419 2004-04-05  Werner Lemberg  <wl@gnu.org>
14420
14421         * Documentation/user/tutorial.itely: Revised (finished).
14422
14423         * Documentation/user/macros.itexi (@separate): Removed.
14424
14425 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14426
14427         * scm/output-ps.scm (define-fonts): fix scaling.
14428
14429         * lily/scaled-font-metric.cc (design_size): add function.
14430
14431         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
14432         partial cut&paste of ly:font-magnification.
14433
14434 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14435
14436         * scm/output-ps.scm (define-fonts):
14437         (fontify): Update.
14438
14439 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14440
14441         * po/fr.po: update. (backportme).
14442
14443         * po/nl.po: update. (backportme). 
14444
14445         * mf/feta-beugel.mf: document why design size is not fixed.
14446
14447         * mf/feta-braces-a.mf: rename to stress that it's not design size.
14448
14449 2004-04-04  Werner Lemberg  <wl@gnu.org>
14450
14451         * Documentation/user/tutorial.itely: Revised (continued).
14452
14453 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14454
14455         * po/nl.po: Update (backportme).
14456
14457 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14458
14459         * po/de.po: update. (backportme).
14460
14461         * scm/output-tex.scm (font-command): use ly: functions to
14462         construct name.
14463         (define-fonts): don't use alist, just dump \font definitions.
14464         (font-load-command): calculate proper scaling by taking
14465         outputscale from paper argument.
14466
14467         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
14468         expression.
14469
14470         * lily/paper-outputter.cc (output_header): pass paper arg to
14471         define-fonts
14472
14473         * lily/paper-def.cc (font_descriptions): dump list of
14474         Scaled_font_metrics
14475         (find_scaled_font): take Font_metric argument, store
14476         Scaled_font_metrics in hash-table containing (size ->
14477         Scaled_font_metrics) alist.
14478         (get_dimension): rename from get_realvar
14479
14480         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
14481         ly:font-magnification, ly:font-name: new functions
14482
14483 2004-04-03  Werner Lemberg  <wl@gnu.org>
14484
14485         * Documentation/user/dedication.itely,
14486         Documentation/user/preface.itely,
14487         Documentation/user/introduction.itely,
14488         Documentation/user/tutorial.itely: Revised.
14489         Removing leading spaces which distorts output if info files are read
14490         with stand-alone info.
14491         Removing superfluous inter-word spaces which also distorts output
14492         for stand-alone info.
14493         Using ` and ' instead of `` and '' everywhere to improve
14494         legilibility with stand-alone info
14495         Using @samp for single-letter input items and data which contains
14496         spaces, @code for other things.
14497
14498         * lily/grob-interface.cc: Adding copyright.
14499         (check_interfaces_for_property): Improve format of warning message.
14500
14501 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14502
14503         * lily/include/font-metric.hh (struct Font_metric): add
14504         design_size () method.
14505
14506         * buildscripts/mf-to-table.py (base): add DesignSize comment.
14507
14508         * lily/afm.cc (read_afm_file): read design size.
14509
14510         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
14511
14512         * scm/music-functions.scm (unfold-repeats): handle dots too.
14513
14514 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14515
14516         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
14517         (backportme)
14518
14519 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
14520
14521         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
14522         lyric indent.  Revert melismaBusyProperties using \unset.
14523
14524 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14525
14526         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
14527
14528         * lily/parser.yy (command_element): allow redefinition of |
14529         meaning.
14530
14531         * lily/break-align-engraver.cc (acknowledge_grob): construct
14532         LeftEdge where the first cause for alignment is coming from.
14533         This makes \override Staff.LeftEdge work as expected.
14534
14535         * lily/slur-performer.cc (Slur_performer): add inits
14536
14537         * lily/beam-performer.cc (Beam_performer): add inits
14538
14539 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14540
14541         * VERSION (PACKAGE_NAME): release 2.2.0
14542
14543 #Local variables:
14544 #coding: utf-8
14545 #End:
14546