]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
69735aab3460c83b379317896ba7e7b0c9fc717c
[lilypond.git] / ChangeLog
1 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4         spec files.
5
6         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7
8 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9
10         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
11
12         * lily/staff-performer.cc (process_music): add audio
13         elements. This makes MIDI instrument changes work once again.
14
15         * lily/main.cc (LY_DEFINE): add gmane address.
16
17         * lily/beam.cc: remove calc_positions()
18
19         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
20         original_ in private scope.
21         (class Grob): drop pscore_ pointer, change to output_def pointer.
22         (class Grob): cleanup class definition.
23
24         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
25
26 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
27
28         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
29         absolute.  Better diagnostics.
30
31         * GNUmakefile.in: Add bin/ to tree and populate with some links.
32         This makes lilypond run from the build directory using argv0
33         relocation (without any --prefix or LILYPONDPREFIX setting).
34
35 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
36
37         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
38
39         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
40         with simple-closure.
41
42         * lily/self-aligment-interface.cc (set_align_self): new function
43         (set_center_parent): new function.
44
45         * lily/side-position-interface.cc (set_axis): new function.
46
47         * lily/new-fingering-engraver.cc (position_scripts): use drul for
48         generic code. 
49
50         * scm/define-grob-properties.scm (all-user-grob-properties):
51         remove [XY]-offset-callbacks add [YX]-offset
52         
53 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
54
55         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
56         entry for time signatures after breathing signs. Bug report by
57         Scott Russell.
58
59 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
62         not absolute, make it absolute using PATH.
63
64 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * python/midi.c (initmidi): Fix type for mingw.
67
68 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
69
70         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
71
72         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
73         cross compiling.
74
75         * stepmake/aclocal.m4: Support python cross compiling.
76
77         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
78         Add mingw section.
79
80 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
81
82         * scm/output-lib.scm (chain-grob-member-functions): replace
83         chained-callback.cc
84
85         * lily/chained-callback.cc (Module): remove file.
86
87         * lily/rest-collision.cc (force_shift_callback_rest): change to
88         chained callback.
89
90         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
91
92         * lily/grob.cc (y_parent_positioning): remove axis argument from
93         parent_positioning callbacks.
94         (Grob): junk init code
95         (get_offset): use generic property callbacks for
96         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
97         (axis_parent_positioning): new function
98         (axis_offset_symbol): new function
99         (chain_offset_callback): new function
100         (add_offset_callback): new function
101
102         * lily/beam.cc (rest_collision_callback): change signature; this
103         is now a chained callback.
104
105         * lily/include/dimension-cache.hh (class Dimension_cache): remove
106         callback administration.
107
108         * lily/simple-closure.cc: new file. Smob type that allows "grob
109         member functions",
110
111             (ly:make-simple-closure FUNC A B)
112
113         is evaluated as (FUNC grob A B). This allows chaining of callbacks
114         in various ways.
115
116         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
117         callbacks.
118
119         * lily/slur.cc (outside_slur_callback): take 2 arguments.
120
121         * lily/rest.cc (polyphonic_offset_callback): remove.
122
123         * lily/script-engraver.cc (try_music): remove bool* argument.
124
125         * scm/script.scm (default-script-alist): set quantize-position
126         appropriately.
127
128         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
129
130         * lily/side-position-interface.cc (aligned_side): move staff
131         position quantization from
132         Side_position_interface::quantised_position().
133         (quantised_position): remove
134         
135 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
136
137         * input/regression/beam-quant-standard.ly: reindent, set
138         debug-beam-quanting to #t.
139
140         * lily/beam-concave.cc (calc_concaveness): set concaveness to
141         10000 if this is a "hard" concave beam.
142
143         * lily/beam.cc (calc_least_squares_positions): change from
144         calc_least_squares_dy
145         (set_stem_lengths): this is now a chained callback.
146
147         * lily/context-property.cc (execute_general_pushpop_property):
148         bugfix override with procedure should have effect.
149
150         * scm/define-grob-properties.scm (all-internal-grob-properties):
151         remove position-callbacks.
152
153         * scm/define-grobs.scm (all-grob-descriptions): use
154         ly:make-callback-chain for positions property.
155
156         * scm/layout-beam.scm (check-quant-callbacks): return list of
157         chained callbacks.
158
159         * scm/lily.scm (type-p-name-alist): add callback-chain
160
161         * lily/lily-guile.cc (type_check_assignment): type check failure
162         is warning not message.
163
164         * lily/grob-property.cc (try_callback): walk callback chain if
165         appropriate.
166
167         * lily/chained-callback.cc: new file. new smob type.
168
169         * lily/lily-guile.cc (procedure_arity): new function.
170
171 >>>>>>> 1.4221
172 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
173
174         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
175
176 2005-10-25  John Mandereau  <john.mandereau@free.fr>
177  
178         * Documentation/user/instrument-notation.itely (Figured bass):
179         describe new features
180
181 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
182
183         * lily/beam.cc (calc_least_squares_dy): use property callback.
184
185         * lily/beam-concave.cc (calc_concaveness): use property callback.
186
187         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
188
189 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
190
191         * HACKING: Update.
192
193 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
194
195         * scm/layout-page-layout.scm (page-headfoot): annotate
196         pagetopspace too.
197
198         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
199
200         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
201         doesn't take y-space.
202
203         * scm/paper.scm (paper-alist): fix A7 dimensions. 
204
205 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
206
207         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
208         src-wildcard, remove $(wildcard).
209
210         * po/GNUmakefile (PO_FILES): 
211         * ps/GNUmakefile (PS_FILES): 
212         * tex/GNUmakefile (TEX_FILES): 
213         * cygwin/GNUmakefile (POSTINSTALLS):
214         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
215         some wildcard calls.
216
217 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
218
219         * THANKS: add Thomas Bushnell.
220
221 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
224         (lilypond-main): Redirect to gui-main if 'gui is set.
225         Backportme.
226
227         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
228         for alternative installations kludging s/share/lib/g
229         LILYPONDPREFIX. Backportme.
230
231         * SConstruct (libdir_package_version): Define.
232
233         * python/SConscript: 
234         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
235         module in libdir.  Backportme.
236
237 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
238
239         * lily/main.cc: clarify --safe.
240
241 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
242
243         * VERSION: release 2.7.14
244         
245         * Documentation/user/*.itely: remove minimumVerticalExtent.
246
247         * scm/define-grobs.scm (all-grob-descriptions): remove
248         RemoveEmptyVerticalGroup
249
250         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
251
252         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
253         compile on MOSX
254
255         * python/convertrules.py (conv): add rules.
256
257         * lily/grob.cc: remove is_empty()
258
259         * lily/grob-property.cc: remove add_to_list_property().
260
261         * scripts/convert-ly.py (datadir): add prefix switching hack to
262         .py too.
263
264         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
265         space-function tweak.
266
267         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
268
269         * scm/define-grob-properties.scm (all-user-grob-properties):
270         remove callback property.
271
272         * lily/include/grob.hh (class Grob): remove property_callbacks_
273         member. Properties of procedure type are assumed to be callbacks.
274
275         * lily/ligature-engraver.cc (override_stencil_callback):
276         rewrite. Use noteHeadLigaturePrimitive as source.
277
278         * scm/define-grob-properties.scm (all-internal-grob-properties):
279         remove ligature-primitive-callback
280
281         * lily/include/dimension-cache.hh (class Dimension_cache): make
282         class, with Grob as friend.
283
284         * lily/grob.cc: remove set_extent_callback(), set_extent() and
285         has_extent_callback()
286
287         * scm/translation-functions.scm (format-new-bass-figure): read
288         figuredBassPlusDirection
289
290         * scm/define-context-properties.scm
291         (all-user-translation-properties): add figuredBassPlusDirection.
292
293         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
294
295         * lily/align-interface.cc (set_ordered): new function.
296
297         * lily/grob.cc (flush_extent_cache): rewrite.
298
299         * lily/dimension-cache.cc (Dimension_cache): cache extent as
300         Interval pointer directly.
301
302         * lily/main.cc (setup_paths): insert extra / .
303         (setup_paths): junk cff entry.
304
305         * lily/font-config.cc (init_fontconfig): only add type1 / otf
306         directories.
307
308         * lily/axis-group-engraver.cc (finalize): remove
309         extraVerticalExtent, minimumVerticalExtent verticalExtent.
310
311         * lily/grob.cc (Grob): don't set extent from ctor.
312         (extent): use property callbacks. 
313
314         * lily/axis-group-interface.cc: remove set_axes() function.
315
316         * lily/grob-property.cc (del_property): new function.
317
318 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
319
320         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
321         
322 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
325
326 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
327
328         * mf/SConscript: Updates.
329
330         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
331
332         * stepmake/stepmake/*:
333         * */GNUmakefile:
334         * config.make.in:
335         * GNUmakefile.in:
336         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
337         from any directory in build-dir.  Cleanups.
338
339         * make/srcdir.make.in: Remove.
340
341         * lily/main.cc (setup_paths): Fix and document build-dir hack.
342
343         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
344         main).
345
346         * lily/SConscript: Remove ttftools.
347
348         * SConstruct: Resurrect.
349
350 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
351
352         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
353         Y coordinate. 
354
355         * lily/paper-book.cc (add_score_title): put Paper_score title into
356         systems_ list.
357
358         * scm/translation-functions.scm (format-new-bass-figure): also
359         allow plus in combination with _
360
361 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
362
363         * VERSION: 2.7.13 released.
364
365         * lily/note-collision.cc (check_meshing_chords): don't wipe
366         stencil, merely set transparent.
367
368         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
369         (Top): document #'callbacks.
370         (Top): document nested \override.
371
372         * input/regression/figured-bass.ly: update for slash and pluses.
373
374         * input/regression/figured-bass-continuation-forbid.ly (Module):
375         new file.
376
377         * scm/translation-functions.scm (format-new-bass-figure): use
378         slashed-digit if diminished is set.
379         (format-new-bass-figure): add + if 'augmented is set.
380
381         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
382
383         * input/test/piano-staff-distance.ly: remove file.
384
385         * Documentation/user/advanced-notation.itely (Formatting cue
386         notes): use length-fraction for making stems/beams smaller.
387
388         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
389         modifications.
390
391         * lily/new-figured-bass-engraver.cc: new property
392         centerFiguredBassContinuations
393
394         * Documentation/user/changing-defaults.itely (Difficult tweaks):
395         use callbacks.
396
397         * lily/context-property.cc (execute_general_pushpop_property):
398         robustness checks.
399
400         * input/regression/override-nest.ly: new file.
401
402         * python/convertrules.py (FatalConversionError.subber): conversion
403         rule for #'callbacks
404
405         * input/regression/override-nest.ly: new function.
406
407         * lily/parser.yy (music_property_def): allow \override #'a #'b =
408         #c too. 
409
410         * lily/context-property.cc (lookup_nested_property): new function.
411         (evict_from_alist): new function.
412         (general_pushpop_property): new function.
413         (execute_general_pushpop_property): rewrite. Support nested
414         properties too.
415
416 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
417
418         * lily/beam.cc: use length-fraction too.
419
420         * scm/define-grob-properties.scm (all-user-grob-properties):
421         remove property flag-width-function
422         (all-user-grob-properties): remove space-function.
423
424         * scm/layout-beam.scm: remove flag-width-function.
425
426         * lily/beam.cc: remove flag-width-function
427
428         * scm/layout-beam.scm: remove beam dir functions.
429
430         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
431
432         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
433         for easier grace tweaks.
434
435         * lily/beam.cc: remove dir-function.
436
437         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
438
439         * lily/grob.cc: remove spacing-procedure.
440
441         * lily/note-head.cc (calc_stem_attachment): new function.
442         (internal_print): use callback to get glyph-name.
443
444         * lily/grob-property.cc (get_interfaces): new function.
445
446         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
447
448         * lily/stem.cc (calc_stem_end_position): new function.
449         (calc_length): new function.
450         document details for stem.
451         remove Stem::get_direction()
452
453         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
454
455         * lily/grob-property.cc (set_callback): new function.
456
457         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
458
459         * lily/item-scheme.cc: new file.
460
461         * lily/bar-line.cc (before_line_breaking): remove function.
462         remove bar-size-procedure, break-glyph-function
463
464         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
465
466         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
467
468         * lily/system-start-delimiter.cc (print): suicide from
469         here. Remove after_line_breaking_callback.
470
471         * lily/script-interface.cc (calc_direction): use callback for direction.
472
473         * lily/side-position-interface.cc (aligned_side): don't use
474         Side_position_interface::get_direction directly. Use callback. 
475
476         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
477         calculate stencil.
478         (get_print_stencil): rename from get_stencil: create stencil with
479         transparency, color and cause. 
480
481         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
482
483         * python/convertrules.py (conv): insert temporary warning rule.
484
485         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
486
487         * lily/grob-property.cc (try_callback): remove marker if applicable.
488
489         * lily/grob.cc: elucidate doc about after/before-line-breaking
490
491         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
492
493         * lily/stem.cc (height): idem.
494
495         * lily/stem-tremolo.cc: idem.
496
497         * lily/slur.cc (height): don't use get_uncached_stencil()
498
499         * lily/rest.cc (y_offset_callback): use offset callback
500         iso. after-line-breaking callback.
501
502         * lily/grob.cc: change after/before-line-breaking-callback to
503         after/before-line-breaking dummy properties.
504
505         * lily/include/grob.hh: remove Grob_status.
506
507         * scm/define-context-properties.scm
508         (all-user-translation-properties): remove verticalAlignmentChildCallback
509
510         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
511         (calc_direction): use callback
512         (calc_positions): use callback.
513
514         * lily/tie.cc (calc_direction): use callback. Only call parent
515         positioning for more than one tie.
516
517         * lily/tie-column.cc (calc_positioning_done): use callback
518
519         * lily/slur-scoring.cc (calc_control_points): use callback
520
521         * lily/slur.cc (calc_direction): use callback.
522
523         * lily/note-collision.cc (force_shift_callback): remove.
524
525         * lily/dot-column.cc (force_shift_callback): remove. Use
526         other_axis_parent_positioning.
527
528         * lily/grob.cc (other_axis_parent_positioning): new function.
529         (same_axis_parent_positioning): new function
530
531         * lily/align-interface.cc (alignment_callback): remove function.
532
533         * lily/note-collision.cc (calc_positioning_done): use callback.
534
535         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
536         (calc_direction): idem.
537         remove print function.
538
539         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
540
541         * lily/dot-column.cc (calc_positioning_done): use callback.
542
543         * lily/break-align-interface.cc (calc_positioning_done): use callback.
544
545         * lily/beam.cc (calc_direction): use pseudo-property for beam
546         direction callback.
547         (calc_positions): use callback 
548
549         * lily/align-interface.cc (calc_positioning_done): use
550         callback. Fold fixed  distance and normal alignment in one function.
551
552         * lily/stem.cc (calc_stem_end_position): use callback.
553         (calc_positioning_done): idem.
554         (calc_direction): idem.
555         (calc_stem_end_position): idem
556         (calc_stem_info): idem.
557
558         * lily/grob-property.cc (get_property_data): new function: 
559         (try_callback): new function.
560
561         * scm/define-grob-properties.scm (all-user-grob-properties): doc
562         callbacks property.
563
564         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
565
566 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
567
568         * lily/tie.cc (get_position): robustness fix. Don't crash if a
569         tie
570         has no heads.
571         
572         * lily/include/*.hh (Module): compile fixes.
573
574 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
575
576         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
577         as an argument for char-syntax: use (char-syntax (or nil 0)) 
578         instead of (char-syntax nil), thanks to Milan Zamazal.
579
580 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
581
582         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
583         dist.
584
585         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
586         themselves.
587
588 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
589
590         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
591         add class_name() method.
592
593         * lily/music-scheme.cc: remove ly:music-name.
594
595 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
596
597         * cygwin/postinstall-lilypond.sh: Remove cruft.
598
599         * cygwin/postremove-lilypond.sh: Remove.
600
601         * cygwin/GNUmakefile (default): Remove postremove rules.
602
603 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
604
605         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
606         even header too.
607         
608         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
609         MacOS 9 users.
610
611         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
612         consider break index for broken spanner.
613
614         * scm/define-markup-commands.scm (wordwrap-string): remove \r
615         characters from string before splitting.
616
617 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
618
619         * scm/framework-ps.scm (output-preview-framework): use
620         is-book-title to determine whether to chop off the booktitle.
621
622         * lily/paper-book.cc (systems): init from book-title-properties
623         (add_score_title): init score-title-properties.
624
625         * ly/paper-defaults.ly: add {score,book}-title-properties.
626
627         * scm/document-backend.scm (lookup-interface): error message if
628         using unknown interface.
629
630         * lily/volta-bracket.cc (after_line_breaking): new function. Set
631         edge-height.
632
633         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
634         make_bracket.
635         (make_bracket): new function.
636
637         * scm/lily.scm (define-scheme-options): add paper-size option.
638
639         * ly/declarations-init.ly (laissezVibrer): get paper size from
640         -dpaper-size
641
642         * scm/translation-functions.scm: use \fontsize for changing the
643         fontsize.
644
645         * scm/define-grobs.scm (all-grob-descriptions): set
646         between-length-limit to 1.0
647
648         * lily/tie-helper.cc: add between_length_limit_ detail property.
649
650         * mf/feta-bolletjes.mf: typos.
651
652         * lily/note-head.cc (internal_print): don't shadow idx
653         parameter. This fixes wrong attachment for do shape heads.
654
655 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
656
657         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
658
659         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
660
661         * scm/layout-slur.scm: rename from slur.scm
662
663         * scm/layout-page-layout.scm: rename from page-layout.scm
664
665         * scm/layout-beam.scm: rename from beam.scm
666
667         * scm/define-grob-interfaces.scm (bass-figure-interface): add
668         bass-figure-interface
669
670         * lily/new-figured-bass-engraver.cc (process_music): add
671         implicitBassFigures property.
672         
673         * scm/define-markup-commands.scm (pad-x): new markup.
674
675         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
676         minimumVerticalExtent on FiguredBass context.
677
678         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
679         case the continuation crosses a line break.
680
681 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
682
683         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
684         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
685         absolute file name bug.  Backportme.
686
687 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
688
689         * VERSION (PACKAGE_NAME): release 2.7.12
690
691         * input/regression/figured-bass-continuation-center.ly: new file.
692
693         * input/regression/beam-outside-beamlets.ly: new file.
694
695         * lily/beam.cc (set_beaming): don't clip edges.
696         (connect_beams): don't clip edges.
697
698         * lily/beaming-info.cc (clip_edges): new function.
699
700         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
701
702         * Documentation/user/instrument-notation.itely (Figured bass):
703         demonstrate extenders, update seealso links.
704
705         * scm/titling.scm (marked-up-headfoot): change tagline
706         handling. tagline = ##f will blank the tagline as well.
707
708 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
709
710         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
711
712         * lily/new-figured-bass-engraver.cc (struct
713         New_figured_bass_engraver): add new_music_found_ member.
714
715         * lily/lilypond-version.cc (Lilypond_version): deal with
716         incorrectly formatted version strings. 
717
718         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
719         New_figured_bass_engraver by default.
720
721         * lily/ttf.cc (print_trailer): only define glyph names when
722         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
723
724 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
725
726         * lily/horizontal-bracket.cc (make_bracket): new function.
727
728         * scm/define-grobs.scm (all-grob-descriptions): new grobs
729         NewBassFigure, BassFigureBracket, BassFigureContinuation,
730         BassFigureLine, BassFigureAlignment
731
732         * lily/new-figured-bass-engraver.cc (process_music): new file.
733
734         * lily/figured-bass-continuation.cc: new file.
735
736         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
737         new file.
738
739 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
740
741         * scripts/lilypond-book.py: Bug fix, put the quote around the
742         actual score for LaTeX documents.
743
744         * scm/define-grobs.scm (all-grob-descriptions): Change
745         collapse-height of the SystemStartBracket grob to 5.0, 
746         so the bracket disappears for single stave score lines (similarly
747         to SystemStartBraces). 
748
749         * Documentation/user/advanced-notation.itely (Polymetric
750         notation): Clarify the use of compressMusic.
751
752         * Documentation/user/basic-notation.itely (Grace notes): Clarify
753         that the grace spacer note in other staves need the same duration
754         and document the stroke-style property.
755
756 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
757
758         * Documentation/user/global.itely (Vertical spacing): document
759         alignment-extra-space and fixed-alignment-extra-space.
760
761         * Documentation/topdocs/NEWS.tely (Top): add entry.
762
763         * input/regression/alignment-vertical-spacing.ly: new file.
764
765         * python/convertrules.py (conv): add rule.
766
767         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
768
769         * lily/align-interface.cc (stretch_after_break): new
770         function. Read fixed-alignment-extra-space property.
771         (align_elements_to_extents): read alignment-extra-space property.
772
773         * lily/lily-guile.cc (robust_scm2dir): new function.
774
775         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
776         (annotate-space-left): new function. Annotate space left on page. 
777         (annotate-y-interval): new function.
778         (paper-system-annotate-last): new function. Annotate bottom-space.
779
780         * mf/feta-beugel.mf (y): 
781
782 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
783
784         * VERSION (PACKAGE_NAME):  release 2.7.11
785
786         * scm/lily-library.scm (interval-translate): new function
787         (interval-center): new function. 
788
789         * scm/page-layout.scm (paper-system-annotate): new function. Add
790         arrows for dimensions.
791  
792         * scm/stencil.scm (dimension-arrows): new function.
793
794         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
795
796         * input/regression/page-spacing.ly: add annotatespacing
797
798         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
799         (LY_DEFINE): new function ly:paper-system-set-property!
800
801         * Documentation/user/global.itely (Paper size): explain how to add
802         sizes.
803
804         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
805         correspond to GS's definition.
806
807         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
808         tuplet bracket.
809         (print): only connect to next bracket if the next one is alive.
810         (print): set padding to 0.0 if the bound is a breakable
811         column. This makes tupletFullLength brackets reach up to the staff
812         line if it doesn't connect to the next line.
813
814 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
815
816         * lily/bar-number-engraver.cc: correct docs.
817
818         * scm/output-lib.scm (first-bar-number-invisible): rename from
819         default-bar-number-visibility
820
821 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
822
823         * scm/define-music-properties.scm (all-music-properties): remove
824         predicate property.
825
826 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
827
828         * po/fi.po: refresh.
829
830 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
831
832         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
833         superfluous s1.
834         (disappear): bugfix.
835
836         * lily/stem-tremolo.cc (raw_stencil): read slope property.
837
838         * lily/include/paper-system.hh (class Paper_system): remove
839         staff_extents_ member.
840
841         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
842
843         * lily/include/paper-system.hh (class Paper_system): remove
844         number_ variable. Remove is_title_. Remove break_before_penalty_
845
846         * lily/paper-book.cc (systems): use 'number property iso. number_
847         member.
848
849         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
850         remove ly:paper-system-number.
851
852         * scm/lily-library.scm (paper-system-title?): new function.
853
854         * lily/book.cc (process): bugfix: flip ?: cases. 
855
856         * Documentation/user/changing-defaults.itely (Difficult tweaks):
857         add outputProperty.
858
859         * ly/music-functions-init.ly: add outputProperty music function.
860
861         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
862
863         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
864         and next-padding.
865         (optimal-page-breaks): rename from ly:optimal-page-breaks.
866
867         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
868
869         * lily/paper-system.cc (internal_get_property): new function.
870
871         * Documentation/user/global.itely (Vertical spacing): refer to
872         page-spacing.ly
873
874         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
875         pagetopspace
876
877         * input/regression/page-spacing.ly: new file.
878
879         * input/regression/page-top-space.ly: new file.
880
881         * lily/spacing-spanner.cc: cmath -> math.h
882
883         * lily/paper-system.cc (read_left_bound): new function. Read
884         line-break-system-details from left bound to determine extents.
885  
886         * Documentation/user/programming-interface.itely (Using LilyPond
887         syntax inside Scheme): change applyxxx -> applyXxx.
888
889         * ly/music-functions-init.ly: add outputProperty music function.
890
891         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
892
893         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
894
895         * python/convertrules.py (conv): rule
896
897         * ly/music-functions-init.ly: applyxxx -> applyXxx
898
899         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
900         TabVoice to Voice.
901
902 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
903
904         * flower/include/real.hh: include <math.h> iso. <cmath>
905
906         * flower/include/offset.hh: include real.hh
907
908 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
909
910         * Documentation/user/changing-defaults.itely (Difficult tweaks):
911         fix example, now that 'interfaces is no longer directly available.
912
913         * lily/book.cc (process): don't crash if paper == NULL.
914
915         * po/fr.po: update.
916
917 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
918
919         * scm/define-music-types.scm (music-descriptions): set length and
920         start-callback for QuoteMusic
921
922 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
923
924         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
925         arguments. Fixes compilation error with gcc 3.3.
926
927 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
928
929         * VERSION: release 2.7.10
930
931         * stepmake/stepmake/python-module-rules.make
932         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
933
934         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
935         real.hh
936
937 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
938
939         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
940         -Werror. Otherwise GCC barfs over various optimizations.
941
942         * scm/define-grob-properties.scm (all-internal-grob-properties):
943         add note-head property
944
945         * Documentation/user/instrument-notation.itely (Laissez vibrer
946         ties): new node.
947
948         * input/regression/laissez-vibrer-ties.ly: new file.
949
950         * lily/laissez-vibrer-engraver.cc: new file.    
951
952         * lily/include/tie-column-format.hh: new file.
953
954         * lily/tie-column-format.cc: new file. 
955
956         * lily/tie-column.cc (set_manual_tie_configuration): new function.
957
958         * lily/laissez-vibrer-tie.cc: new file.
959
960         * lily/include/laissez-vibrer-tie.hh: new file.
961
962         * ly/engraver-init.ly: add Laissez_vibrer_engraver
963
964         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
965
966         * scm/define-grobs.scm (all-grob-descriptions): add
967         LaissezVibrerTie, LaissezVibrerTieColumn
968
969         * lily/tie-column.cc (set_tie_config_directions): new function
970         (final_shape_adjustment): new function.
971         (shift_small_ties): new function.
972
973         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
974
975         * lily/include/tie.hh (struct Tie_details): add x_gap_
976         (struct Tie_configuration): add head_position_
977
978         * lily/tie-column.cc (set_chord_outline): new function.
979
980         * mf/cmr.enc.in:  remove file.
981
982 2005-09-11  Graham Percival  <gpermus@gmail.com>
983
984         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
985
986 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
987
988         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
989         reduce aliasing effects.
990
991         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
992         box in skyline.
993
994 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
995
996         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
997
998         * flower/include/real.hh: std::fabs too.
999
1000 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
1003
1004         * lily, flower: Include C++ iso C headers.  Import namespace std
1005         throughout.
1006
1007         * lily/side-position-interface.cc: 
1008         * lily/scm-hash.cc: 
1009         * lily/note-head.cc: 
1010         * lily/include/includable-lexer.hh: 
1011         * flower/include/string-data.icc: Remove using std::*.
1012
1013         * lily, flower: Include C++ iso C headers.  Import namespace std
1014         throughout.
1015
1016         * lily/side-position-interface.cc: 
1017         * lily/scm-hash.cc: 
1018         * lily/note-head.cc: 
1019         * lily/include/includable-lexer.hh: 
1020         * flower/include/string-data.icc: Remove using std::*.
1021
1022         * Documentation/user/instrument-notation.itely (Entering lyrics):
1023         Multiple latin-1->utf-8 conversion fix.
1024
1025         * Documentation/user/*tely: Update Emacs cookie to utf-8.
1026
1027 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1028
1029         * lily/tie.cc (get_configuration): also avoid dots for non-space
1030         situations.
1031
1032 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1033
1034         * Documentation/user/instrument-notation.itely: Bugfix.
1035
1036 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1037
1038         * tex/GNUmakefile: don't install texinfo.tex
1039
1040         * tex/ : cleanup: remove unused files.
1041
1042         * lily/general-scheme.cc: remove my_{isinf,isnan}.
1043
1044         * flower/include/real.hh: using std::{isnan,isinf}
1045         
1046         * VERSION (PATCH_LEVEL): release 2.7.9
1047
1048 2005-09-05  Graham Percival  <gpermus@gmail.com>
1049
1050         * Documentation/user/ instrument-notation.itely,
1051         advanced-notation.itely: minor tweaks.
1052
1053         * input/test/script-chart.ly: add item padding.
1054
1055 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1056
1057         * flower/offset.cc: use math.h iso. <cmath>
1058
1059         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
1060         of IE users.
1061
1062         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
1063         (widen-left-stencil-edges): new function. Fix alignment problems
1064         with LaTeX includegraphics.
1065
1066         * lily/text-interface.cc (interpret_markup): use abort().
1067
1068 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1069
1070         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
1071
1072         * lily/tie.cc (get_configuration): update bezier shape as we
1073         change Y positions.
1074         (get_configuration): don't move large ties if we're outside of the
1075         staff.
1076
1077 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1078
1079         * scm/define-markup-commands.scm (strut): swap X and Y dims.
1080         
1081 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1082
1083         * .cvsignore: Add auto-generated configure files and then some.
1084
1085 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1086
1087         * scm/define-grobs.scm (DynamicLineSpanner): Add
1088         X-extent-callback.  Fixes hairpin-slur collision.
1089
1090 2005-08-31  Graham Percival  <gpermus@gmail.com>
1091
1092         * Documentation/user/advanced-notation.itely,
1093         basic-notation.itely: minor changes.
1094
1095 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1096
1097         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
1098         \linebreak between each .eps file if \betweenLilyPondSystem is
1099         undefined. 
1100
1101         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1102         music): Document the \linebreak
1103
1104         * Documentation/user/lilypond-book.itely,
1105         input/tutorial/lbook-latex-test.tex,
1106         Documentation/user/examples.itely: Remove \usepackage{graphics}
1107
1108 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1109
1110         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
1111
1112         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
1113         compat bugfix.
1114
1115         * scripts/lilypond-book.py (PREAMBLE_LY): define
1116         inside-lilypond-book
1117         (modify_preamble): new function. Insert \RequirePackage{graphics}
1118         when no {graphics found in preamble.  
1119
1120 2005-08030  Graham Percival  <gpermus@gmail.com>
1121
1122         * Documentation/user/basic-notation.itely, global.itely,
1123         tutorial.itely: misc small changes.
1124
1125 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1126
1127         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
1128         VERSION.
1129
1130 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1131
1132         * lily/tie-column.cc (new_directions): put Tie down on center
1133         staff line. 
1134
1135         * lily/script-interface.cc (before_line_breaking): use
1136         Grob::programming_error
1137
1138         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
1139
1140         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
1141         of splitext.
1142
1143 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1144
1145         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
1146
1147 2005-08-29  Werner Lemberg  <wl@gnu.org>
1148
1149         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
1150         the `*.scale.pfa' files to avoid warnings.
1151
1152 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1153
1154         * lily/tempo-performer.cc (process_music): idem.
1155
1156         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
1157
1158 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1159
1160         * Documentation/user/advanced-notation.itely (Text markup): not a
1161         fragment.
1162
1163         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
1164
1165         * lily/staff-performer.cc (initialize): add tempo/name to
1166         audio_staff_
1167
1168
1169 2005-08-26  Graham Percival  <gpermus@gmail.com>
1170
1171         * Documentation/user/advanced.itely: add text-only example.
1172
1173         * Documentation/user/invoking.itely: add index entries for
1174         convert-ly.
1175
1176         * Documentation/user/ tutorial.itely, basic-notation.itely:
1177         small fixes suggested by Steve D.  Thanks!
1178
1179 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1180
1181         * input/regression/markup-bidi-pango.ly: new file.
1182
1183         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
1184         standard. Remove #ifdef. Remove memleak.
1185         (text_stencil): use text_dir to decide how to composite items.
1186         (text_stencil): determine uniform text direction for the entire
1187         string.
1188
1189         * scripts/lilypond-book.py (output_name): remove
1190         latex_filter_cmd. Non-portable to non-Unix systems. 
1191         (get_latex_textwidth): use File.write and os.unlink() instead.
1192
1193         * THANKS: add Vicente & Trevor.
1194
1195         * lily/grob.cc (discretionary_processing): look up origin for
1196         programming_error too. 
1197
1198         * input/regression/tie-broken.ly: new file.
1199
1200         * lily/tie-column.cc (set_chord_outlines): set outline for line
1201         break case too.
1202         
1203 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1204
1205         * lily/pango-font.cc (text_stencil): don't translate glyphs in
1206         unscaled transform, just translate stencils.
1207
1208         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
1209         MIDI.
1210
1211         * scm/define-markup-commands.scm (wordwrap-string): use
1212         text-direction
1213         (wordwrap-stencils): idem.
1214         (line): idem.
1215         (fill-line): idem.
1216         (wordwrap-stencils): translate last line to right for
1217         text-direction = LEFT.
1218
1219         * scm/define-grob-properties.scm (all-user-grob-properties): add
1220         text-direction.
1221
1222 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1223
1224         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
1225         when copying a Lily_parser object.
1226
1227 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1228
1229         * scm/define-markup-commands.scm (null): add null markup.
1230
1231 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1232
1233         * lily/item.cc: Add documentation of center-invisible
1234
1235 2005-08-24  Graham Percival  <gpermus@gmail.com>
1236
1237         * Documentation/user/advanced-notation.itely: add info about
1238         raising text.
1239
1240         * Documentation/user/programming-interface.itely: fix example
1241         involving raised text.
1242
1243 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1244
1245         * lily/beam.cc (print): fix X start/end points of isolated
1246         beamlets.
1247
1248         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
1249
1250         * lily/multi-measure-rest.cc (set_text_rods): new function.
1251
1252         * lily/vertical-align-engraver.cc (process_music): call
1253         Align_interface::set_axis(). This forces #'elements to be ordered,
1254         preventing random vertical reordering of staves.
1255
1256         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1257         add avoid-slur property. 
1258
1259         * Documentation/user/basic-notation.itely (Measure repeats): add
1260         countPercentRepeats example.
1261
1262         * Documentation/user/advanced-notation.itely (Other text markup
1263         issues): remove remark about normal-font.  We have \normal-text
1264
1265         * input/regression/tie-chord.ly: add note about remaining bugs.
1266
1267         * lily/tie.cc (print): try Tie_column::set_directions () if
1268         control-points not yet defined.
1269
1270 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1271
1272         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
1273         extent. This fixes braces falling out of the EPS bbox.
1274
1275         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
1276         exactly to bbox.
1277
1278 2005-08-23  Graham Percival  <gpermus@gmail.com>
1279
1280         * {various} : change #up->#UP and #down->#DOWN.
1281
1282         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
1283
1284         * Documentation/user/advanced-notation.itely: clarify
1285         what objects handles text on a multimeasure rest.
1286
1287 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1288
1289         * VERSION (PATCH_LEVEL): release 2.7.7
1290
1291 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1292
1293         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
1294
1295         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
1296
1297         * input/regression/*.ly: formatting clean-up. Default layout
1298         before music expression.
1299
1300         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
1301         romanze28-2 example.
1302
1303         * scm/ps-to-png.scm: remove dir-re function.
1304         (make-ps-images): generate page names, instead of globbing them.
1305         This brings down LilyPond memory usage for make web by a factor
1306         10. (backportme?) 
1307
1308         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
1309         don't use glob. With 3000 files, globbing
1310         Documentation/user/out-www/ can take too much time. (backportme?)
1311         
1312         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
1313
1314         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
1315
1316         * input/regression/tie-manual.ly: new file
1317
1318         * input/regression/tie-chord.ly: update.
1319
1320         * flower/include/interval.hh (struct Interval_t): 
1321
1322         * lily/tie.cc (distance): new function 
1323         (height): new function.
1324         (init): new function
1325         (Tie_details): new struct.
1326
1327         * lily/skyline.cc (skyline_height): new function.
1328
1329         * lily/tie-column.cc (set_chord_outlines): new function.
1330         (new_directions): read tie-configuration
1331
1332         * lily/skyline.cc: fix ASCII art.
1333         
1334 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1335
1336         * python/convertrules.py (string_or_scheme): Fix spelling error
1337
1338 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1339         
1340         * lily/tie-column.cc (set_directions): set directions only once.
1341         (add_configuration): new function.
1342
1343         * lily/tie.cc (set_control_points): new function
1344
1345         * lily/tie-column.cc (new_directions): new function.
1346
1347         * ly/music-functions-init.ly: set 'pitch property
1348         iso. trill-pitch. This makes \relative work with \pitchedTrill
1349
1350         * lily/tie.cc (get_configuration): new function. Don't generate
1351         control points, rather, generate configuration.
1352         remove head-pair property.
1353
1354         * lily/include/tie.hh (struct Tie_configuration): new struct.
1355
1356 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1357
1358         * Documentation/topdocs/NEWS.tely: clarify.
1359
1360 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1361
1362         * lily/tie.cc: remove minimum-length
1363
1364         * scm/define-grob-properties.scm (all-user-grob-properties):
1365         remove staffline-clearance, y-offset 
1366
1367         * input/regression/tie-dots.ly (Module): remove.
1368
1369         * lily/tie.cc (get_control_points): rewrite. Put short ties in
1370         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
1371
1372         * input/regression/tie-single.ly: new file.
1373
1374 2005-08-21  Graham Percival  <gpermus@gmail.com>
1375
1376         * ly/bagpipe.ly: fix compile problem.
1377
1378 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1379
1380         * lily/midi-item.cc (name): new method.
1381
1382         * lily/staff-performer.cc (acknowledge_audio_element): use
1383         signature of baseclass.
1384
1385         * lily/engraver-group.cc (do_announces): move recursion call out
1386         of while loop. 
1387
1388         * lily/drum-note-performer.cc (class Drum_note_performer): use
1389         process_music everywhere.
1390
1391         * ly/performer-init.ly: add default children everywhere.
1392
1393         * lily/paper-book.cc (output): call paper-book-write-midis
1394         directly: always write MIDI, even if no \layout {} block. 
1395
1396 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1397
1398         * VERSION (PACKAGE_NAME): release 2.7.6
1399
1400         * lily/percent-repeat-engraver.cc (try_music): don't print warning
1401         about not being able to handle repeat.
1402
1403 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1404
1405         * Documentation/user/examples.itely (Piano templates):
1406         * lily/include/performer-group.hh: Remove last traces of
1407         Performer_group_performer.  Fixes make web.
1408
1409 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1410
1411         * Documentation/user/examples.itely (Piano templates): change
1412         Engraver_group_engraver -> Engraver_group
1413
1414         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
1415         scm_stand_in_procs is not weak_any.
1416
1417         * lily/volta-bracket.cc (print): don't use strcmp().
1418
1419         * lily/volta-engraver.cc (process_music): use
1420         Text_interface::is_markup() for setting the 'text property of the
1421         volta bracket.
1422
1423         * input/mutopia/claop.py (accents): update syntax to 2.6
1424
1425         * scm/define-context-properties.scm
1426         (all-user-translation-properties): add countPercentRepeats.
1427
1428         * Documentation/user/basic-notation.itely (Measure repeats): add
1429         isolated percent example.
1430
1431 2005-08-18  Graham Percival  <gpermus@gmail.com>
1432
1433         * input/ {various}: change direction #1, #-1 to
1434         #up/#down or \fooUp, \fooDown.
1435
1436         * Documentation/user/music-glossary.tely: #-1 to #down.
1437
1438         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
1439         to #up, #-1 to #down.
1440
1441 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1442
1443         * lily/include/engraver-group.hh: rename.
1444
1445         * lily/include/performer-group.hh: rename.
1446
1447 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1448
1449         * input/test/script-abbreviations.ly: Removed some old LaTeX
1450         left overs.
1451
1452 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1453
1454         * python/convertrules.py (conv): inside-slur -> avoid-slur.
1455         Remove functions.  Remove if 1: constructs, reindent.
1456
1457         * scripts/convert-ly.py (add_version): Add functions from
1458         convertrules.py
1459
1460         * scm/script.scm (default-script-alist):
1461         s/priority/script-priority.  Fixes script stacking.  Backportme.
1462         (Fermata): Very low priority.
1463
1464 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1465
1466         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
1467
1468         * input/regression/slur-script.ly: remove padding tweaks. Add
1469         comment strings.
1470
1471         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
1472         time sigs and related stuff.
1473
1474         * scm/define-grob-properties.scm (all-user-grob-properties): add
1475         @code{} tags to property description.
1476
1477         * lily/include/line-group-group-engraver.hh (Module): remove file.
1478
1479         * python/convertrules.py (conv): add rule for
1480         Engraver_group_engraver -> Engraver_group.
1481
1482         * lily/include/performer-group-performer.hh: analogous.
1483
1484         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
1485
1486         * lily/context-def.cc (instantiate): check for
1487         Engraver_group_engraver and Performer_group_performer not
1488         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
1489  
1490 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1491
1492         * input/les-nereides.ly: Remove three fingering tweaks, update
1493         remaining one.
1494
1495         * input/regression/slur-script-inside.ly: Update, fix doc.
1496
1497         * scm/script.scm: Update to avoid-slur.
1498
1499         * scm/define-grob-properties.scm (avoid-slur): New property.
1500
1501         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1502         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
1503         outside_slur_callback if avoid-slur != #'inside.
1504
1505         * scm/define-grobs.scm (Fingering, Textscript): No
1506         inside-slur/outside-slur preference.
1507         (DynamicLineSpanner): Always outside slur.
1508
1509         * input/regression/slur-script.ly: More tests.
1510
1511 2005-08-17  Graham Percival  <gpermus@gmail.com>
1512
1513         * Documentation/user/lilypond-book: fix notime entry.
1514
1515         * Documentation/user/advanced-notation.itely: add info on
1516         getting an I rehearsal mark.
1517
1518         * Documentation/user/putting.itely: reinstate "I", re-enforce
1519         the fact that \override numbers are the result of
1520         experimentation and personal taste.
1521
1522         * Documentation/user/invoking.itely: update convert-ly bugs.
1523
1524 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1525
1526         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
1527         to #t.
1528
1529         * lily/timing-translator.cc (initialize): don't initialize timing.
1530
1531         * input/regression/stem-spacing.ly (Module): remove file.
1532
1533         * input/regression/spacing-stick-out.ly: specify Score context for
1534         \override
1535
1536         * input/regression/clefs.ly: remove spurious {}s 
1537
1538 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
1539
1540         * Documentation/topdocs/NEWS.tely,
1541         input/regression/repeat-percent-count.ly: clarify a bit.
1542
1543 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1544
1545         * input/no-notation/display-lily-tests.ly: delete
1546         display-lily-init call.
1547
1548         * ly/music-functions-init.ly (displayLilyMusic): move
1549         display-lily-init call at top level, so that the user should not
1550         have to call it.
1551
1552         * scm/define-music-display-methods.scm (note-name->lily-string):
1553         retrieve note names directly from pitchnames using new function `rassoc'.
1554         (display-lily-init): note names list construction removed.
1555
1556 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1557
1558         * THANKS: spello.
1559
1560         * lily/lily-parser.cc (get_header): copy module, instead of
1561         returning it.
1562
1563         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
1564         counters.
1565
1566         * Documentation/user/basic-notation.itely (Measure repeats): add
1567         links to Counter grobs.
1568
1569         * scm/define-grobs.scm (all-grob-descriptions): add
1570         DoublePercentRepeatCounter
1571         (all-grob-descriptions): add PercentRepeatCounter
1572
1573         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
1574         also create counter grobs.
1575
1576         * lily/separation-item.cc (extremal_break_aligned_grob): don't
1577         return grob without space-alist.
1578
1579         * input/proportional.ly: tune staff-padding.
1580
1581         * input/regression/repeat-percent-count.ly: new file. 
1582
1583 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1584
1585         * input/no-notation/display-lily-tests.ly: moved from
1586         input/regression/ to input/no-notation. Be sure to call
1587         `display-lily-init' before trying to use the display function.
1588
1589 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1590
1591         * scripts/lilypond-book.py (option_definitions): Don't localize
1592         the empty string. Fixes bug when --psfonts was used with
1593         non-English locale.
1594
1595 2005-08-15  Graham Percival  <gpermus@gmail.com>
1596
1597         * lily/tuplet-bracket.cc: simple build fix.
1598
1599         * Documentation/user/putting.itely: use "we" instead of "I".
1600
1601         * Documentation/user/basic-notation.itely: cautionary accidentals
1602         work with naturals, too.
1603
1604 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1605
1606         * lily/tuplet-bracket.cc (calc_position_and_height): add
1607         staff-padding support.
1608
1609         * input/proportional.ly: set staff-padding.
1610         
1611         * VERSION (PATCH_LEVEL): release 2.7.5
1612
1613         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
1614         fixes. Remove tweaks.
1615
1616         * input/regression/tuplet-slope.ly: add a test case.
1617
1618         * lily/tuplet-bracket.cc (calc_position_and_height): revert
1619         erroneous fix. Add spanner bounds to offset array with relative X
1620         positions.
1621
1622         * ly/engraver-init.ly: add Rest_engraver only once.
1623
1624         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
1625         (*parser*) lookup if (*parser*) != #f.
1626
1627 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1628
1629         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1630         Cut-and paste update.
1631
1632         * input/regression/slur-script.ly: Add example of reverting
1633         inside-slur for fingering.
1634
1635         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
1636         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
1637
1638         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
1639         outside_slur_callback if inside-slur == #f (as opposed to unset).
1640
1641 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1642
1643         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
1644         encoding files are already removed.
1645
1646 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1647
1648         * Documentation/user/advanced-notation.itely (Instrument names):
1649         Document a workaround for instrument names that collide with
1650         system start braces/brackets.
1651
1652 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1653
1654         * lily/rest-collision.cc (do_shift): spello.
1655
1656         * input/proportional.ly: use #'used property. Set break-overshoot
1657         property.
1658
1659         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
1660
1661         * lily/paper-column.cc: add #'used property
1662
1663         * lily/mark-engraver.cc (stop_translation_timestep): set grob
1664         array for staves found.
1665
1666         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
1667         array for stavesFound.
1668
1669         * lily/staff-spacing.cc (next_note_correction): add fixed and
1670         space to calling convention. This fixes spacing of accidentals
1671         after barlines.
1672
1673         * input/regression/spacing-accidental-stretch.ly: add barline -
1674         accidental case.
1675
1676         * scm/framework-ps.scm (page-header): add version number to
1677         creator
1678         (eps-header): idem.
1679
1680         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
1681         
1682 2005-08-13  Graham Percival  <gpermus@gmail.com>
1683
1684         * Documentation/user/global.itely: add "fit as much as
1685         possible onto this page" example (Vertical spacing).
1686
1687 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1688
1689         * *: Nitpick run.
1690
1691         * buildscripts/fixcc.py: Fixes.
1692
1693 2005-08-12  Graham Percival  <gpermus@gmail.com>
1694
1695         * Documentation/user/advanced-notation.itely: add markup
1696         example to Text spanners.
1697
1698 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1699
1700         * Documentation/user/basic-notation.itely (Ties): Add example of
1701         tying a tremolo to a chord. Thanks to Steve Doonan. 
1702
1703         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
1704         properties and move tieMelismaBusy to the list of written
1705         properties. 
1706
1707 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1708
1709         * po/TODO: suggest to use a dedicated tool like kbabel.
1710
1711         * po/fi.po: update using kbabel.
1712
1713 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1714
1715         * *: Remove obsolete files.  Nitpick run.
1716
1717         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
1718
1719 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1720
1721         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
1722         too.
1723
1724         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
1725
1726         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
1727         whitespace as symbol separator.
1728
1729         * lily/side-position-interface.cc: Add slur-padding.
1730
1731         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
1732         quite a large fix, and it never worked in a stable release; so not
1733         really a regression.
1734
1735         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
1736         Update cut and paste code from Slur_engraver.
1737
1738         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1739         Add.
1740
1741         * scm/define-grobs.scm (DynamicLineSpanner): Add
1742         dynamic-line-spanner-interface.
1743         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
1744
1745 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1746
1747         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
1748         to_boolean () so that non-set 'inside-slur means false.
1749
1750         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
1751         slur has control-points.  Skip script without direction.  Always
1752         do_shift if script inside slur, even if slur not contained in
1753         script y-extent.  Increment k in loop.
1754
1755 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1756
1757         * scm/define-markup-commands.scm: Improved regexp to search for
1758         EPS bounding boxes and corrected call to ly:warning.
1759
1760 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1761
1762         * Documentation/user/programming-interface.itely (Displaying music
1763         expressions): doc for \displayLilyMusic. Also some precisions in
1764         "Markup construction in Scheme"
1765
1766 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1767
1768         * scm/define-markup-commands.scm (normal-text): Added 2 new
1769         markup commands, \normal-text and \medium (the latter thanks to
1770         Bruce Fairchild). 
1771
1772 2005-08-08  Graham Percival  <gpermus@gmail.com>
1773
1774         * Documentation/user/programming-interface.itely: fix @{ @}.
1775
1776         * scm/define-markup-commands.scm: add linewidth info to
1777         \justify and \wordwrap, add "upright is the opposite of italic".
1778
1779         * Documentation/user/advanced-notation.itely: shaped->shape,
1780         add (cons (markup "foo")) type of example to text markup,
1781         reword multi-measure rests section.
1782
1783         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
1784         comment.  No actual code was touched.
1785
1786         * Documentation/user/invoking.itely: add more info about
1787         \include.  Thanks, Bruce!
1788
1789         * THANKS: add Bruce Fairchild, alphabetise.
1790
1791         * Documentation/user/global.itely: document \score{\header{}}
1792         behavior.
1793
1794         * Documentation/user/basic-notation.itely: reword multi-measure
1795         rest discussion in Rests.
1796
1797 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1798
1799         * Documentation/user/programming-interface.itely (Markup
1800         construction in Scheme): Corrected example and tried to clarify
1801         the implicit \line in the table.
1802
1803 2005-08-07  Graham Percival  <gpermus@gmail.com>
1804
1805         * Documentation/user/instrument-notation.itely: moved
1806         some bagpipe info back into the bagpipe section.  Somehow
1807         it ended up in the "other vocal issues" section?!  :o_O
1808
1809 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1810
1811         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
1812         directories, not paths).
1813
1814 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1815
1816         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
1817         plain emmentaler/aybabtu.  Backportme.
1818
1819         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
1820         missing dir correction.
1821
1822 2005-08-05  Graham Percival  <gperlist@shaw.ca>
1823
1824         * scm/define-markup-commands: fix reversed justify/wordwrap
1825         doc strings.
1826
1827 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
1828
1829         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
1830         lily/gregorian-ligature-engaver.cc,
1831         lily/include/ligature-engraver.hh,
1832         lily/include/coherent-ligature-engraver.hh,
1833         lily/include/gregorian-ligature-engraver.hh: make these classes
1834         truely abstract.  This should fix some internal oddities such as
1835         duplicate as well as dead translator/property declarations, and
1836         also some dead code.
1837
1838         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
1839         bugfix: avoid message "junking empty ligature" on ligature
1840         brackets by collecting dummy grobs.
1841
1842 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1843
1844         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
1845
1846         * input/proportional.ly (staffKind): bugfix.
1847         (staffKind): updates by Trevor Baca.
1848
1849         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
1850         default layout. 
1851
1852         * lily/tuplet-bracket.cc (print): check whether edge-text is a
1853         pair.
1854
1855         * lily/beam.cc (rest_collision_callback): call position_beam() if
1856         necessary.
1857
1858         * VERSION: release 2.7.4
1859
1860         * input/regression/spacing-uniform-stretching.ly: new file.
1861
1862         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
1863
1864         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
1865         contributor.
1866
1867         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
1868
1869         * input/proportional.ly: new file.
1870
1871         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
1872         columns is empty
1873
1874         * lily/tuplet-engraver.cc (finalize): new function. Reset right
1875         bounds to currentCommandColumn for the last step.
1876         (start_translation_timestep): if tupletFullLength is set, set
1877         bound to Paper Column
1878
1879         * input/regression/tuplet-full-length.ly (indent): new file.
1880
1881         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
1882         clique of loose columns, eg. a set of grace notes in strict
1883         notespacing.
1884
1885         * input/regression/spacing-strict-spacing-grace.ly: new file.
1886
1887         * lily/key-signature-interface.cc: change property name to
1888         alteration-alist
1889
1890         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
1891         keyAccidentalOrder
1892
1893         * python/convertrules.py (conv): keyAccidentalOrder ->
1894         keyAlterationOrder
1895
1896         * lily/key-engraver.cc (create_key): always print a cancellation
1897         for going to C-major/A-minor, regardless of printKeyCancellation.
1898         (create_key): remove typecheck for visibility. This fixes key
1899         signature not being printed.
1900
1901         * lily/spacing-determine-loose-columns.cc: new file.
1902
1903         * input/regression/spacing-strict-notespacing.ly: new file.
1904
1905         * lily/spacing-spanner.cc (generate_springs): rename from
1906         do_measure. 
1907         (generate_pair_spacing): new function.
1908         (init, generate_pair_spacing): set between-cols for floating
1909         nonmusical columns.
1910
1911         * lily/spaceable-grob.cc (get_spring): new function. 
1912
1913         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
1914         relative to the right edge of the prefatory matter.
1915
1916         * lily/beam.cc (print): read break-overshoot to determine where to
1917         stop/start broken beams.
1918
1919         * input/regression/spanner-break-overshoot.ly: new file.
1920
1921 2005-08-04  Graham Percival  <gperlist@shaw.ca>
1922
1923         * ly/bagpipe.ly: updated.
1924
1925         * Documentat/user/instrument.itely: un-comment out bagpipe example.
1926
1927 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1928
1929         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
1930         support: now (de)crescs avoid slurs as well.
1931
1932         * Documentation/user/instrument-notation.itely (Bagpipe example):
1933         comment out non-functioning bagpipe example.
1934         (Bagpipe definitions): idem.
1935
1936         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
1937         (Top): add proportionalNotationDuration example.
1938
1939         * input/regression/spacing-proportional.ly: new file.
1940
1941         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
1942         synched to a beam.
1943
1944         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
1945         fixes beams with a single stem (eg. beams across linebreaks.)
1946
1947         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
1948
1949         * flower/rational.cc (operator +): prevent overflow. This fixes
1950         heavily nested tuplets.
1951
1952         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
1953         have to protect even those unlikely to be corrupted data members.  
1954
1955 2005-08-04  Graham Percival  <gperlist@shaw.ca>
1956
1957         * ly/bagpipe.ly: new file.
1958
1959         * THANKS: added Sven Axelsson.
1960
1961 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1962
1963         * lily/spacing-engraver.cc (stop_translation_timestep): directly
1964         copy proportionalNotationDuration into currentMusicalColumn if
1965         set.
1966
1967         * lily/spacing-spanner.cc (musical_column_spacing): if
1968         uniform-stretching set, fixed space is 0.0
1969
1970         * input/regression/spacing-multi-tuplet.ly: show
1971         uniform-stretching property.
1972
1973         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
1974
1975         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
1976         (struct Spacing_options): new struct.
1977
1978         * lily/spacing-basic.cc: new file.
1979
1980         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
1981         delta_t doesn't have to be smaller than shortest_playing_len
1982
1983 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1984
1985         * input/regression/markup-arrows.ly:  new file.
1986
1987         * lily/tuplet-bracket.cc: document new behavior.
1988
1989         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
1990         with line breaks.
1991
1992         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
1993
1994         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
1995         default 
1996
1997         * lily/tuplet-bracket.cc: add edge-text property.
1998         add break-overshoot.
1999         (print): read break-overshoot.
2000         (print): read edge-text, add stencils.
2001
2002         * mf/feta-arrow.mf: new file.
2003
2004         * mf/feta-generic.mf: add feta-arrow.
2005
2006 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2007
2008         * Documentation/user/lilypond-book.itely (An example of a
2009         musicological document): Added flag -o to dvips for people who use
2010         the default setting in teTeX where output is sent to the printer. 
2011
2012         * Documentation/user/global.itely (Vertical spacing): Added
2013         reference to the Axis_group_engraver which documents the *Extent
2014         properties.
2015
2016 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2017
2018         * Documentation/user/basic-notation.itely (Tuplets): add note
2019         about nested tuplets. Remove BUG. 
2020
2021         * input/regression/tuplet-nest.ly: update: remove manual hack. 
2022
2023         * lily/tuplet-bracket.cc (print): use robust_scm2drul
2024         (print): manually call print() for subtuplets.
2025         (calc_position_and_height): add subtuplets to the
2026         support. Vertically shift outer tuplet 
2027
2028         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
2029         remove-first for Lyrics, ChordNames and FiguredBass
2030
2031         * scm/define-grob-properties.scm (all-internal-grob-properties):
2032         use ly:grob-array? iso. grob-list?
2033         (all-internal-grob-properties): add tuplets grob-array.
2034
2035         * lily/tuplet-bracket.cc (add_tuplet_bracket):
2036         new function
2037
2038 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2039
2040         * input/test/time-signature-staff.ly: new file.
2041
2042         * ly/declarations-init.ly (center): escape to Scheme. Fixes
2043         spurious #<Music FingerEvent> errors. Backportme.
2044
2045 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2046
2047         * Documentation/user/programming-interface.itely (Markup
2048         construction in Scheme): Corrected markup syntax in the
2049         translation table.
2050
2051 2005-08-03  Graham Percival  <gperlist@shaw.ca>
2052
2053         * Documentation/user/instrument-notation.itely: small update
2054         to bagpipe notation docs; thanks Sven!
2055
2056         * Documentation/user/basic-notation.itely: add link about trills.
2057
2058 2005-08-02  Graham Percival  <gperlist@shaw.ca>
2059
2060         * Documentation/user/music-glossary: remove accidentally committed
2061         fink patch.
2062
2063 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2064
2065         * lily/lily-parser.cc (get_header): new function. Enable multiple
2066         \header definitions.
2067
2068         * lily/parser.yy (lilypond_header_body): use get_header.
2069
2070         * ly/init.ly:
2071         * scm/lily-library.scm (print-score-with-defaults): renamed
2072         $globalheader to $defaultheader
2073         
2074         * Documentation/user/global.itely (Creating titles): added short
2075         explanation that multiple headers are useable.
2076
2077
2078 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2079
2080         * lily/module-scheme.cc (LY_DEFINE): new file. 
2081
2082         * Documentation/user/advanced-notation.itely (Font selection): add
2083         doco for make-pango-font-tree.
2084
2085 2005-07-31  Graham Percival  <gperlist@shaw.ca>
2086
2087         * Documentation/user/music-glossary: more languages
2088         for tenuto.
2089
2090         * Docuemntation/user/instrument-notation.itely: minor
2091         update for bagpipe example.
2092
2093 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2094
2095         * input/regression/+.ly (TODO): add some text.
2096
2097 2005-07-28  Graham Percival  <gperlist@shaw.ca>
2098
2099         * Documentation/user/invoking.itely: \score begins with music.
2100
2101         * Documentation/user/ basic-notation.itely,
2102         instrument-notation.itely: minor changes.
2103
2104         * Documentation/user/music-glossary.itely: began tenuto entry.
2105
2106 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2107
2108         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
2109
2110         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
2111
2112 2005-07-27  Graham Percival  <gperlist@shaw.ca>
2113
2114         * Documentation/user/examples.itely: remove bagpipe template.
2115
2116         * Documentation/user/instrument-notation.itely: add bagpipe
2117         section, maybe fix quotes in lyrics.  I hate text encoding.
2118         Clarify chord durations, more bagpipe stuff.
2119
2120 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2121  
2122         * lily/accidental-engraver.cc: formatting fixes.
2123
2124         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
2125         grob-array.
2126
2127         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
2128
2129         * lily/note-column.cc (arpeggio): new function.
2130
2131         * lily/note-spacing.cc (get_spacing): also take arpeggio into
2132         account for spacing.
2133
2134 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
2137         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
2138         mingw build.
2139         
2140 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2141
2142         * scm/lily.scm (lilypond-all): clear anonymous modules after
2143         processing files.
2144
2145 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2146
2147         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
2148         SCM_I_CONSP
2149
2150         * VERSION: 2.7.3 released
2151
2152         * Documentation/user/invoking.itely (Invoking lilypond): add
2153         LILYPOND_GC_YIELD documentation.
2154
2155         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
2156         scm_from_real / scm_make_real.
2157
2158         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
2159         higher. This increases memory footprint, but provides overall
2160         speedup of 15 to 20%. 
2161
2162         * lily/include/translator.hh (class Translator): remove
2163         PRECOMPUTED_VIRTUAL everywhere.
2164
2165         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
2166
2167         * lily/context.cc (now_mom): non-recursive now_mom() 
2168
2169         * lily/include/profile.hh: new file.
2170
2171         * lily/profile.cc: new file.
2172
2173         * lily/grob.cc (Grob::Grob): look properties up directly.
2174
2175         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
2176         lookups.
2177
2178         * lily/include/box.hh (class Box): smob Box type.
2179
2180         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
2181
2182         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
2183         protect() and unprotect(). Use throughout.
2184
2185 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2186
2187         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
2188
2189         * scm/define-music-display-methods.scm (markup->lily-string):
2190         markup elements can also be strings (without simple-markup
2191         appended)
2192
2193 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2194
2195         * lily/context.cc (where_defined): also assign value in
2196         where_defined().
2197
2198         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
2199         (curve_coordinate): new function
2200
2201         * lily/simple-spacer.cc (add_columns): only add rods between
2202         column i and begin/end if keep-inside-line is set (this repleces
2203         allow-outside-line as default)
2204
2205 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2206
2207         * lily/tuplet-engraver.cc (start_translation_timestep): only read
2208         tupletSpannerDuration if applicable.
2209
2210         * lily/font-size-engraver.cc (process_music): read fontSize only
2211         once per timestep.
2212
2213         * lily/engraver*cc: use throughout.
2214         
2215         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
2216
2217         * lily/translator.cc (add_acknowledger): new file. Directly jump
2218         into an Engraver::acknowledge_xxx () method based on a grobs
2219         interface-list.
2220
2221         * lily/include/translator-dispatch-list.hh (class
2222         Engraver_dispatch_list): new struct, new file.
2223
2224         * scm/define-context-properties.scm
2225         (all-internal-translation-properties): remove acceptHashTable,
2226         acknowledgeHashTable
2227
2228         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
2229
2230         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
2231         change acknowledgeHashTable to C++ member. 
2232
2233         * lily/rest-collision.cc (do_shift): use extract_grob_set().
2234
2235 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2236
2237         * scm/display-lily.scm: new file. Define a `display-lily-music'
2238         function, that displays the music expression given as an argument,
2239         using LilyPond notation.
2240
2241         * scm/define-music-display-methods.scm: new file. Implementation
2242         of display methods for each music type.
2243
2244         * ly/music-functions-init.ly (displayLilyMusic): new function for
2245         displaying music with LilyPond notation.
2246
2247         * input/regression/display-lily-tests.ly: new regression test file
2248         for `display-lily-music'.
2249
2250         * scm/markup.scm: remove obsolete debugging code (for printing
2251         markups with LilyPond notation).
2252
2253         * scm/define-music-types.scm (music-name-to-property-table):
2254         * scm/clef.scm (supported-clefs): export, in order to be accessible
2255         from the (scm display-lily) module.
2256
2257 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2258
2259         * Documentation/topdocs/NEWS.tely (Top): Typo.
2260
2261 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2262
2263         * Documentation/index.html.in, Documentation/texinfo.css,
2264           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2265           Documentation/bibliography/index.html.in,
2266           Documentation/bibliography/html-long.bst: revert css-width patch,
2267           it does not work with IE6.
2268
2269 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2270
2271         * Documentation/texinfo.css: revert 760px hack. 
2272
2273         * VERSION: release 2.7.2
2274
2275         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
2276
2277         * Documentation/user/basic-notation.itely (Barnumber check): add
2278         section.
2279
2280         * scm/music-functions.scm (skip-to-last): new function. Show only
2281         last showLastLength part of the \score.
2282
2283         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
2284
2285         * python/convertrules.py (conv): add ly:x-moment rule
2286
2287         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
2288
2289         * Documentation/topdocs/NEWS.tely (Top): add new feature.
2290
2291         * Documentation/user/instrument-notation.itely (Flexibility in
2292         alignment): options in subsections.
2293
2294         * lily/lyric-engraver.cc (process_music): don't typeset text for _
2295         syllable text. Instead, assume that the previous lyric text is a
2296         melismated text.
2297
2298         * Documentation/index.html.in: revert 800x600 change.
2299
2300 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2301
2302         * lily/main.cc (main): Remove invalid handle kludge.
2303
2304         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
2305         (lambda): add gui define.
2306
2307 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2308
2309         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
2310
2311         * Documentation/user/instrument-notation.itely (Musica ficta
2312         accidentals): add section Musica ficta accidentals
2313
2314         * lily/accidental-engraver.cc (make_suggested_accidental): new
2315         function.
2316         (make_standard_accidental): move into new function.
2317         (create_accidental): new function.
2318
2319         * scm/define-grobs.scm (all-grob-descriptions): new Grob
2320         AccidentalSuggestion
2321
2322         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
2323
2324         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
2325         undefined.
2326
2327         * Documentation/user/global.itely (Page formatting): document
2328         horizontalshift.
2329
2330         * scm/page-layout.scm (default-page-music-height):
2331         horizontalshift: new variable, shift all systems by
2332         horizontalshift to the right, to make space for instrument names.
2333
2334         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
2335
2336         * lily/input-scheme.cc (LY_DEFINE): take format commands.
2337
2338 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2339
2340         * lily/note-column.cc (dir): idem.
2341
2342         * lily/spacing-spanner.cc (Module): idem.
2343
2344         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
2345
2346         * lily/include/paper-column.hh (class Paper_column): add
2347         non-static get_rank() member.
2348
2349         * VERSION: release 2.7.1
2350         
2351         * scm/framework-null.scm: new file, used for benchmarking.
2352
2353 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
2354
2355         * Documentation/topdocs/INSTALL.texi, configure.in: fix
2356         version dependencies for fontforge and gs.
2357
2358         * Documentation/index.html.in, Documentation/texinfo.css,
2359         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2360         Documentation/bibliography/index.html.in, 
2361         Documentation/bibliography/html-long.bst: optimize width of
2362         html for a 800x600 screen (width:760), increases printability
2363         when 'fit to page' is not set and readability in wide screens.
2364
2365         * stepmake/bin/add-html-footer.py: add missing </p>.
2366
2367 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2368
2369         * scm/define-markup-commands.scm (beam): use polygon in beam
2370         command.
2371
2372         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
2373         all acknowledged grobs, and do potentially expensive merge and
2374         write in one go.
2375
2376         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
2377
2378         * configure.in (reloc_b): add --enable-static-gxx to statically
2379         link to libstdc++
2380
2381         * lily/GNUmakefile (static-gxx-libs): new target
2382         static-gxx-libs. Create symlink to libstdc++.a
2383
2384         * lily/new-lyric-combine-music-iterator.cc: rename to
2385         Lyric_combine_music_iterator
2386
2387         * lily/lyric-combine-music-iterator.cc
2388         (Old_lyric_combine_music_iterator): rename to
2389         Old_lyric_combine_music_iterator
2390
2391         * lily/*-engraver.cc (various): remove double use of
2392         PRECOMPUTED_VIRTUAL function: only use
2393         start_translation_timestep() and stop_translation_timestep(), not
2394         both.
2395
2396         * lily/break-substitution.cc (fast_substitute_grob_array): do
2397         fast_substitute_grob_array for all unordered grob_arrays.
2398         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
2399         (substitute_grob_array): optimize.
2400
2401         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
2402
2403         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
2404
2405         * lily/parser.yy: revert $globalheader patch.
2406         
2407         * lily/include/translator.icc
2408         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
2409         Translator methods, without _static helper.
2410  
2411         * lily/grob-smob.cc (derived_mark): rename from
2412         do_derived_mark(). Return void.
2413
2414         * scm/define-context-properties.scm
2415         (all-internal-translation-properties): remove tweakCount/tweakRank.
2416
2417         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
2418         predefined break-visibilities.
2419
2420         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
2421         booleans for break-visibility.
2422
2423         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
2424
2425         * python/convertrules.py (conv): rule for Timing_translator. 
2426
2427         * lily/include/translator.icc: new file. 
2428
2429         * lily/paper-column-engraver.cc (process_music): new
2430         file. Separate Paper_column factory from Score_engraver.
2431
2432         * lily/vertically-spaced-context-engraver.cc: administer
2433         spaceable-staves property of System.
2434
2435         * lily/translator-group-ctors.cc: new file.
2436
2437         * lily/context-property.cc (make_grob_from_properties): construct
2438         the right Grob class programmatically, looking at the class entry
2439         for the meta property.
2440
2441         * lily/break-align-engraver.cc (stop_translation_timestep): call
2442         Break_align_interface::add_element() directly.
2443
2444         * lily/context.cc (measure_position): measure_position() is now a
2445         normal function.
2446
2447         * lily/include/translator.hh (class Translator): rename
2448         process_acknowledged_grobs() to process_acknowledged() and move to
2449         Translator.
2450
2451         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
2452         field for each grob description.
2453
2454         * lily/include/translator-group.hh (class Translator_group):
2455         change to base class. Separate class from Translator. This gets
2456         rid of virtual inheritance for Engravers/Performers.
2457
2458         * lily/staff-performer.cc (class Staff_performer): derive
2459         Staff_performer from Performer, not Performer_group_performer 
2460
2461         * Lily/translator-group.cc (precomputed_recurse_over_translators):
2462         new function.
2463         (precompute_method_bindings): new function. Precompute lists of
2464         Translators, so we only call methods (process_music,
2465         start_translation_timestep, etc.) for Translators needing
2466         it. Also: dispose of pointer-to-member-function calls.
2467
2468         * lily/engraver-group-engraver.cc: remove engraver_each,
2469         recurse_down_engravers ()
2470
2471         * lily/note-head.cc (internal_print): only call
2472         glyph-name-procedure if style != default. 
2473
2474 2005-07-16  Graham Percival  <gperlist@shaw.ca>
2475
2476         * ly/titling-init.ly: add printallheaders option.
2477
2478         * Documentation/user/global.itely: document printallheaders.
2479
2480 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2481
2482         * lily/system.cc (do_derived_mark): don't mark from object_alist_
2483         anymore, but do it centrally.  
2484
2485         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2486         hammer hack.
2487
2488         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
2489
2490         * scm/output-lib.scm: remove hammer-print-function.
2491
2492         * lily/include/pointer-group-interface.hh (extract_grob_set): new
2493         macro. Declare a Link_array<Grob> and fill it from a grob.
2494         (extract_item_set): idem for item.
2495
2496         * lily/break-substitution.cc: add header.
2497         (fast_substitute_grob_array): rewrite for Grob_arrays.
2498         (substitute_grob_array): idem.
2499
2500         * lily/group-interface.cc (add_thing): remove file.
2501
2502         * flower/include/parray.hh (class Link_array): slice() is const.
2503
2504         * lily/include/grob-array.hh: new file.
2505
2506         * lily/grob-array.cc (spanner): new file.
2507
2508         * lily/beam-quanting.cc (fill): read details property from beam.
2509
2510         * lily/beam.cc: support details property.
2511
2512         * total speedups below: approx 10%.
2513
2514         * lily/include/beam.hh: new struct, softcode beam quanting parameters
2515
2516         * lily/include/grob.hh (class Grob): add interfaces_ member.
2517
2518         * lily/bezier.cc (init_polynomial_cache): new function: cache
2519         binom(3,j) t^j (1-t)^{3-j}
2520         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
2521
2522         * lily/*.cc: substitution throughout.
2523
2524         * lily/grob-property.cc (internal_get_object): new routine.
2525         (internal_set_object): idem. Store grob refrences in separate
2526         alist. This saves processing time, since properties aren't
2527         break-substituted, and the per grob namespace is smaller, both for
2528         grobs and non-grob properties.
2529
2530         * scm/define-grob-properties.scm (all-internal-grob-properties):
2531         remove center-element.
2532
2533         * lily/grob.cc: remove tweak-count, tweak-rank.
2534
2535 2005-07-15  Graham Percival  <gperlist@shaw.ca>
2536
2537         * Documentation/user/lilypond-book.itely: fixes example.
2538
2539 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2540
2541         * Documentation/user/global.itely (Creating titles):    
2542         * Documentation/user/examples.itely (All headers): change the
2543         place of \header in \score blocks (after music block) to make
2544         examples compile (cf. changes on parser.yy on 2005-07-10)
2545
2546 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2547
2548         * python/convertrules.py: add exc -> ecc rule.
2549
2550         * scripts/convert-ly.py: add location of convertrules.py
2551         in a comment.
2552
2553         * Documentation/user/changing-defaults.itely: fix language.
2554
2555 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2556
2557         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
2558
2559 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2560
2561         * scm/output-socket.scm (grob-bbox): don't use inf? 
2562
2563         * flower/include/rational.hh: add operator bool() 
2564
2565         * scm/define-music-types.scm (music-descriptions): remove
2566         internal-class-name properties.
2567
2568         * lily/include/event.hh: remove file.
2569
2570         * lily/include/music-constructor.hh: remove file.
2571
2572         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
2573         in 'types property.
2574
2575         * lily/music.cc (duration_length_callback): new function.
2576
2577         * lily/event.cc: remove file.
2578
2579         * lily/music-constructor.cc: remove file.
2580
2581         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
2582
2583         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
2584         (get_context_key): idem.
2585
2586         * scm/lily.scm (lambda): new option object-keys (default to #f)
2587
2588         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
2589
2590         * scm/output-gnome.scm: remove beam routine.
2591
2592         * scm/output-ps.scm (scm): idem.
2593
2594         * scm/output-svg.scm: remove beam.
2595
2596         * ps/music-drawing-routines.ps: remove draw_beam.
2597
2598         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
2599
2600         * flower/include/guile-compatibility.hh (scm_from_locale_string):
2601         add scm_from_locale_string compatibility glue. 
2602
2603 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2604
2605         * scripts/lilypond-book.py: Prevent occuring error when
2606         'lilypond-book --output=foo/ somefile.ly' is executed multiple
2607         times and target file shoud be overwritten.  (Error message said
2608         'input file and output file is same'.)
2609
2610 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2611
2612         * input/regression/slur-extreme.ly,
2613         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
2614         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
2615         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
2616         "excentricity" to "eccentricity".
2617
2618         * Documentation/user/converters.itely: fix URL for Noteedit and
2619         Rosegarden.
2620
2621         * THANKS: added Yoshinobu Ishizaki.
2622
2623 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2624
2625         * scm/define-markup-commands.scm (justify-field): add. 
2626
2627         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
2628
2629 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2630
2631         * lily/lookup.cc (filled_box): express filled_box with
2632         round_filled_box
2633
2634         * scm/midi.scm (paper-book-write-midis): new function. Write all
2635         performances in numbered MIDI files.
2636
2637         * lily/performance-scheme.cc (LY_DEFINE): new file.
2638         (LY_DEFINE): new function ly:performance-write.
2639
2640         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
2641         new function.
2642         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
2643
2644         * scm/framework-*.scm: use port arguments throughout.
2645
2646         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
2647
2648         * lily/paper-outputter.cc (Paper_outputter): take port argument.
2649
2650         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
2651
2652         * scm/framework-texstr.scm (output-framework): 
2653
2654         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
2655
2656         * scm/output-lib.scm (tablature-stem-attachment-function):
2657         tablature stem attachment fix. 
2658
2659 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2660
2661         * lily/bezier.cc: hardcode binomial coefficients of order 3.
2662
2663         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
2664
2665         * scm/define-music-types.scm (music-descriptions): don't use
2666         Music_wrapper type.
2667
2668         * lily/paper-column.cc (print): print moment too.
2669
2670         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
2671         remove compatibility cruft.
2672
2673         * lily/parser.yy (score_body): \score can only begin with Music. 
2674
2675         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
2676         make-score. Take music argument only. Move parser interaction to
2677         Scheme.
2678
2679         * scm/lily-library.scm (scorify-music): new function.
2680
2681         * python/lilylib.py (datadir): remove 2.1 compat kludge.
2682         (datadir): remove resource import.
2683         (print_environment): remove get_bbox()
2684         (cp_to_dir): remove pre 1.5.2 compat glue.
2685
2686 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2687
2688         * lily/include/simple-spacer.hh (Module): idem.
2689
2690         * lily/include/spring.hh (struct Spring): store inverse
2691         strength. This prevents division by zero.
2692
2693         * VERSION: release 2.7.0
2694         
2695         * lily/include/music.hh (class Music): remove Music::duration_log()
2696
2697         * lily/stem-engraver.cc (make_stem): take duration log from event.
2698
2699         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
2700
2701 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2702
2703         * scm/lily.scm (ly:load): load autochange.scm
2704
2705         * Documentation/user/tutorial.itely (Running LilyPond for the
2706         first time): remove reference to DVI/TeX
2707
2708         * scm/define-markup-commands.scm (text): add \text markup command.
2709
2710         * configure.in (reloc_b): bump requirement to Python 2.2.
2711
2712         * lily/include/dots.hh (class Dots): make has_interface() static.
2713
2714         * python/convertrules.py (conv): add rule for ly:grob-default-font
2715
2716         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
2717         alphabetical order.
2718
2719         * input/regression/trill-spanner-pitched.ly: new file.
2720
2721         * lily/font-interface-scheme.cc (LY_DEFINE): function
2722         ly:grob-default-font (changed from get-default-font).
2723
2724         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
2725
2726         * lily/note-head.cc (internal_print): if style is not a symbol,
2727         set style to 'default. 
2728         (internal_print): no style suffix if glyph-name-procedure not
2729         set. Default to quarter head.
2730
2731         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
2732
2733         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
2734
2735         * ly/music-functions-init.ly: \pitchedTrill
2736
2737         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
2738
2739         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
2740
2741         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
2742
2743         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
2744
2745         * po/fr.po: update
2746
2747         * po/de.po: update.
2748
2749 2005-07-06  Graham Percival  <gperlist@shaw.ca>
2750
2751         * Documentation/user/changing-defaults.itely: add link
2752         to grob-iterface.
2753
2754         * Documentation/user/advanced-notation.itely: add material
2755         to Setting automatic beam behaviour.  Thanks, Joe!
2756
2757         * Documentation/user/lilypond.itely: change encoding to utf-8.
2758
2759 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2760
2761         * Documentation/user/advanced-notation.itely (Setting automatic
2762         beam behavior): Correct the documentation of
2763         revert-auto-beam-setting (backportme)
2764
2765 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2766
2767         * lily/ly-module.cc (ly_make_anonymous_module): define
2768         %module-public-interface of module. 
2769
2770         * lily/lily-parser.cc (print_smob): allow printing of parser smob
2771         without lexer.
2772
2773 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2774
2775         * input/regression/fret-diagrams.ly: stretch example.
2776
2777 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2778
2779         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
2780         Fodor).
2781
2782 2005-06-30  Graham Percival  <gperlist@shaw.ca>
2783
2784         * Documentation/topdocs/AUTHORS.texi: update personal web address.
2785
2786         * Documentation/user/examples.itely, lilypond-book.itely:
2787         change \RequirePackage to \usepackage.
2788
2789         * Documentation/user/global.itely: document copyright and tagline.
2790
2791 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2792
2793         * Documentation/user/basic-notation.itely (Transpose): remove link
2794         to nonexistent UntransposableMusic.
2795
2796         * scm/output-svg.scm: remove old definitions.
2797
2798         * scripts/lilypond-book.py (do_file): search for kpsewhich before
2799         invoking.
2800
2801         * python/lilylib.py (search_exe_path): new function.
2802
2803 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2804
2805         * python/lilylib.py (mkdir_p): remove setup_environment()
2806         (backportme)
2807
2808         * buildscripts/mutopia-index.py (headertext): trim text.
2809
2810         * Documentation/topdocs/NEWS.tely (Top): refresh.
2811
2812         * scm/define-markup-commands.scm (wordwrap-string): new function:
2813         split string in paras and words.
2814         (wordwrap-markups): new function.
2815         (wordwrap-stencils): new function. 
2816         (justify): use it.
2817         (wordwrap): use it.
2818         (wordwrap-string): use it
2819         (justify-string): use it.
2820
2821         * scm/lily-library.scm (regexp-split): new function.
2822
2823         * scm/define-markup-commands.scm: remove encoded-simple. 
2824         remove font-markup.
2825         (fontsize): remove old version  of fontsize.
2826         (wordwrap): new markup function. Wrap into paragraphs.
2827
2828         * VERSION: Branch lilypond_2_6
2829         (MINOR_VERSION): go to 2.7.0
2830
2831 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2832
2833         * po/zh_TW.po: update from translation project.
2834
2835 2005-06-28  Graham Percival  <gperlist@shaw.ca>
2836
2837         * scm/midi.scm: compile fix.
2838
2839 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2840
2841         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
2842         patch. Now, the tempfile module is loaded too, not only used.
2843
2844 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
2845
2846         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
2847         0.05 - 1.00 to 0.25 - 1.00
2848
2849         * scm/midi.scm: moved the default-instrument-equalizer procedure
2850         to just under the insturment-equalizer-alist it takes as an
2851         argument.
2852
2853 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2854
2855         * Documentation/user/advanced-notation.itely (Font selection):
2856         remove CMR note.
2857
2858         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
2859
2860 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2861
2862         * THANKS: Add UTF-8 marker.
2863
2864         * Documentation/user/point-and-click.itely (http): Update: use
2865         lilypond-invoke-editor.  Fix: instruct to use user.js.
2866
2867 2005-06-27  Graham Percival  <gperlist@shaw.ca>
2868
2869         * ly/titling-init.ly: implements printpagenumber, increases
2870         space between dedication and title (to avoid collisions with
2871         "g" and "q" in dedication), and nicer logic about copyright
2872         and instrument fields being printed on the first page.
2873         Thanks Vincent!
2874
2875         * Documentation/user/global.itely: document printpagenumber.
2876
2877 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2878
2879         * Documentation/topdocs/NEWS.tely: Update to 2.6.
2880
2881 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2882
2883         * THANKS: update to 2.6
2884
2885         * VERSION: 2.6.0 released.
2886
2887 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2888
2889         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
2890         rule, errorneously removed probably because of misleading comment.
2891
2892 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2893
2894         * python/lilylib.py (datadir): py2exe comments.
2895
2896         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
2897
2898         * configure.in (reloc_b): make fontconfig REQUIRED.
2899
2900 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
2901
2902         * po/fi.po: add latest translations.
2903
2904 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2905
2906         * ChangeLog: recode utf-8
2907
2908         * Documentation/pictures/lilypond.xpm (Module): edited photo as
2909         logo.
2910
2911         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
2912
2913         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
2914
2915         * python/convertrules.py (do_conversion): don't print program_name
2916         from within a module
2917
2918         * configure.in (reloc_b): bump fontforge requirement to 20050624.
2919
2920         * python/convertrules.py (conv): add 2.6.0 dummy rule.
2921
2922 2005-06-23  Graham Percival  <gperlist@shaw.ca>
2923
2924         * Documentation/user/lilypond-book.itely,
2925         Documentation/user/examples.itely: add \RequirePackage{graphics}.
2926
2927         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
2928         fixes baseline-skip.  Thanks Vincent!
2929
2930         * Documentation/user/advanced-notation.itely, global.itely:
2931         moved "Selecting font sizes" to global, since it deals with
2932         notation font size, not text fonts.
2933
2934 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2935
2936         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
2937         to fonts.
2938
2939 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2940
2941         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
2942         workaround since /dev/stdin doesn't work on Cygwin. Using a
2943         temporary file in the current directory since latex doesn't
2944         understand the path name to the default TMP in Cygwin (at least on
2945         win XP).
2946         
2947         * Documentation/user/global.itely (Creating titles): Correct
2948         misprint in example. Thanks to Rob Vlasaty.
2949
2950 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2951
2952         * VERSION (PATCH_LEVEL): release 2.5.32
2953
2954         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
2955         variable in lily module
2956
2957         * scm/framework-ps.scm (output-classic-framework): error message
2958         regarding the classic framework.
2959
2960         * Documentation/user/henle-flat-gray.png (Module): new file.
2961
2962         * Documentation/user/baer-flat-gray.png (Module): new file.
2963
2964         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
2965         whiteout for markups.
2966
2967         * buildscripts/substitute-encoding.py (note_glyph): include _ in
2968         regex too. This fixes change clef appearance in PDF. 
2969
2970         * ttftool/include/*: remove.
2971
2972         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
2973
2974         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
2975
2976         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
2977
2978         * ttftool/*: remove ttftool subdirectory.
2979
2980         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
2981
2982         * lily/ttf.cc (print_header): new file. Convert to type42, using
2983         FreeType to parse the TTF. 
2984
2985         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
2986         and post table may differ. Pass around post_nglyphs as well.
2987
2988 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2989
2990         * ly/music-functions-init.ly (musicMap): new music function
2991         musicMap. 
2992         
2993 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2994
2995         * make/mutopia-rules.make: anti-alias-factor = 2
2996
2997         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
2998         page switch.
2999
3000         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
3001         anti-alias-factor for lilypond-book runs.
3002
3003         * scm/ps-to-png.scm (scale-down-image): new function.
3004         (my-system): new function.
3005         (make-ps-images): blow up GS resolution by anti-alias-factor,
3006         scale down image by anti-alias-factor.  This improves appearance
3007         of bitmaps
3008         (make-ps-images): remove showpage. Fixes spurious empty png at
3009         end.
3010
3011         * scm/framework-ps.scm (write-preamble): downcase filename before
3012         string-matching. Should fix .TTF files (as opposed to ttf files)  
3013
3014         * Documentation/user/tutorial.itely (Running LilyPond for the
3015         first time): separate subsections for windows, macos and unix.  
3016
3017         * Documentation/user/invoking.itely (Updating files with
3018         convert-ly): add MacOS X note.
3019
3020 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3021
3022         * Documentation/user/introduction.itely (Engraving): don't include
3023         file optical-spacing, add directly.
3024
3025         * lily/paper-outputter.cc (file): open file in binary mode. This
3026         fixes OTF embedding on windows.
3027
3028 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3029
3030         * scm/framework-ps.scm (write-preamble): remove debugging output.
3031
3032         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
3033
3034         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
3035         outdir.
3036         (install-fc-cache): install font cache in installation directories.
3037
3038 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * scm/editor.scm (editor-command-template-alist): Use char iso
3041         column, except for Emacs.
3042         (get-editor-command): Substitute char too (Bertalan Fodor).
3043
3044 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3045
3046         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
3047         quoted ~s.  This should fix PNG output on Windows; single quotes
3048         are regular characters on Windows.
3049
3050 2005-06-16  Graham Percival  <gperlist@shaw.ca>
3051
3052         * Documentation/user/basic-notation.itely: include ChoirStaff
3053         in System start delimiters.
3054
3055         * Documentation/user/putting.itely: new doc section on
3056         fixing overlapping notation.
3057
3058 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3059
3060         * Documentation/user/global.itely (Paper size): \paper is in
3061         \book, not \score.
3062
3063         * make/mutopia-rules.make: -ddelete-intermediate-files
3064
3065         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
3066
3067 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3068
3069         * ChangeLog: Recode utf-8.
3070
3071         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
3072         datadir with .py modules.
3073
3074 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3075
3076         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
3077
3078 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3079
3080         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
3081         
3082         * scm/framework-ps.scm (write-preamble): remove status check.
3083
3084         * Documentation/user/invoking.itely (Updating files with
3085         convert-ly): remove -o option.
3086
3087         * VERSION (PACKAGE_NAME): release 2.5.31
3088
3089         * scm/framework-ps.scm (write-preamble): use ly:system.
3090         (write-preamble): verbosity.
3091
3092         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
3093
3094         * python/convertrules.py: new file. Store conversion rules
3095         separately.
3096
3097 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3098
3099         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
3100
3101 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3102
3103         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
3104         \musicDisplay 
3105
3106         * Documentation/user/instrument-notation.itely (More stanzas): Add
3107         reference to StanzaNumber.
3108
3109 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3110
3111         * THANKS: separate section for website translators.
3112
3113 2005-06-14  Graham Percival  <gperlist@shaw.ca>
3114
3115         * Documentation/topdocs/INSTALL.texi: update vim info;
3116         thanks Simon Bailey!
3117
3118         * Documentation/user/advanced-notation.itely: included
3119         color names.
3120
3121         * Documentation/user/advanced-notation.itely,
3122         Documentation/usr/notation-appendices.itely: moved
3123         color names into an appendix.
3124
3125 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3126         
3127         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
3128
3129         * scm/lily.scm (lambda): initialize program options from here.
3130
3131         * scm/framework-*.scm: add header info.
3132
3133         * lily/main.cc (parse_argv): only set output format to pdf if no
3134         other format specified.
3135
3136         * scm/backend-library.scm (postprocess-output): process
3137         'delete-intermediate-files after running convert-to-*. This fixes
3138         PNG generation when 'delete-intermediate-files is set.
3139         
3140 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3141
3142         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
3143         links on website. 
3144
3145 2005-06-13  Graham Percival  <gperlist@shaw.ca>
3146
3147         * Documentation/topdocs/INSTALL.texi,
3148         Documentation/user/lilypond-book.itely: typos.
3149
3150 2005-06-12  Pal Benko  <benkop@freestart.hu>
3151
3152         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
3153         added between program name and switch; -b changed to -f not
3154         to generate pdf
3155
3156 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3157
3158         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
3159         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
3160
3161         * input/sakura-sakura.ly: add \midi.
3162
3163         * buildscripts/mutopia-index.py (find): use /usr/bin/find
3164         iso. python find. 
3165
3166         * ttftool/test.c (main): cosmetics.
3167
3168         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
3169
3170         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
3171         create a ttf2ps binary.
3172
3173         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
3174
3175         * scm/backend-library.scm (postscript->png): set rename-page-1 to
3176         true.
3177
3178 2005-06-11  Graham Percival <gperlist@shaw.ca>
3179
3180         * Documentation/user/lilypond-book.itely: add warning about
3181         the font warnings in dvips.
3182
3183 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3184
3185         * THANKS: typo
3186
3187         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
3188
3189         * GNUmakefile.in: remove links for .map, .enc
3190         don't fail if out/ doesn't exist yet.
3191
3192 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3193
3194         * ttftool/util.c (surely_read): return nbytes
3195
3196         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
3197
3198         * VERSION (PACKAGE_NAME): release 2.5.30
3199
3200         * flower/string-convert.cc (precision_string): >? fix.
3201
3202         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
3203         (make-ps-images): add verbose -q too.
3204
3205         * lily/default-actions.cc (Module): new file. default
3206         {book,score}-print functions.
3207
3208         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
3209         pass results via parseStringResult, lookup via ly:parser-lookup.  
3210
3211         * lily/lily-parser.cc (Lily_parser): only clone lexer in
3212         constructors.
3213         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
3214         (parse_string): idem.
3215
3216         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
3217
3218         * lily/main.cc (main_with_guile): copy be_verbose_global into
3219         ly_set_option()
3220
3221 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3222
3223         * scm/backend-library.scm (postscript->pdf):
3224         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
3225         verbose mode.  Search for several names of gs executable.
3226
3227 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3228
3229         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
3230         directly. This fixes a massive memory leak, provided you use CVS
3231         GUILE.
3232
3233 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
3234
3235         * ly/property-init.ly: Added tieDashed.
3236
3237         * THANKS: Added some bughunters for 2.5.
3238
3239 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3240
3241         * lily/program-option.cc: add debug-gc option.
3242
3243         * lily/include/lily-guile-macros.hh: don't protect exported module
3244         objects.
3245
3246         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
3247
3248         * scm/backend-library.scm (postscript->pdf): use
3249         delete-intermediate-files iso. running-from-gui? 
3250
3251         * ttftool/util.c (surely_read): robustness. Allow read() to return
3252         less bytes than requested, as per posix standards.
3253
3254         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
3255         program option.
3256
3257         * ttftool/include/ttftool.h ("C"): rename verbosity to
3258         ttf_verbosity. Add to public interface.
3259
3260         * scm/music-functions.scm (unfold-repeats): remove debugging display.
3261
3262         * lily/program-option.cc: rename from scm-option.cc
3263
3264         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
3265         (get_help_string): Print pretty help string.
3266
3267         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
3268         to snippet preamble.
3269
3270         * lily/scm-option.cc: remove command-line-settings option. Fold
3271         all command-line options plus default settings in a generic
3272         interface. 
3273
3274         * flower/getopt-long.cc (table_string): indent 2nd lines of help
3275         texts too.
3276
3277 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3278
3279         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
3280         or EXT_ components non-empty.
3281
3282 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3283
3284         * scm/lily.scm (running-from-gui?): Export.
3285
3286         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
3287         output in .ly source directory.
3288
3289 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3290
3291         * ttftool/util.c (surely_lseek): more verbosity.
3292
3293         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
3294         compile.
3295
3296         * lily/parser.yy (Repeated_music): remove >? 
3297
3298         * scm/backend-library.scm (postscript->pdf): Support for
3299         -dgs-font-load=1
3300
3301         * scm/framework-ps.scm (write-preamble): make font loading
3302         switchable to GS via --define-default gs-font-load=1
3303
3304 2005-06-09  Graham Percival  <gperlist@shaw.ca>
3305
3306         * Documentation/user/global.itely: added \layout docs.
3307
3308 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3309
3310         * lily/lily-parser-scheme.cc: add unistd.h
3311
3312 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3313
3314         * scm/editor.scm: add char argument.
3315
3316         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
3317
3318         * ttftool/util.c (syserror): use errno for better error reporting.
3319
3320         * lily/source-file.cc (get_counts): new function. Calc column,
3321         line and char count in one go.
3322
3323         * lily/binary-source-file.cc (quote_input): rename to quote_input
3324
3325         * lily/input.cc (set): new function.
3326
3327 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3328
3329         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
3330         directory part of file name to search directory.
3331
3332         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
3333         search path and chdir to DIR if --outname=DIR used.
3334
3335         * lily/main.cc (prepend_env_path): Bugfix: Check directory
3336         existence before appending original path.
3337
3338 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3339
3340         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
3341         file" massage.
3342
3343         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
3344         texinfo.tex is always used.
3345         
3346 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3347
3348         * flower/include/axis.hh: rename from axes.hh
3349
3350         * lily/include/text-interface.hh (Module): rename from text-item.hh
3351
3352         * VERSION (PATCH_LEVEL): release 2.5.29
3353
3354         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
3355
3356         * scm/framework-ps.scm (font-file-as-ps-string): new function.
3357         (handle-macfont): new function. Call fondu for Native mac fonts.
3358
3359         * scm/define-markup-commands.scm (fill-line): handle text-widths =
3360         '() case.
3361
3362 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3363
3364         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
3365         multi-page.  Fix .eps regular expression.
3366
3367 2005-06-07  Graham Percival  <gperlist@shaw.ca>
3368
3369         * Documentation/user/putting.itely: add info on modifying templates.
3370
3371         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
3372         misc small changes.
3373
3374 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3375
3376         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
3377
3378         * scripts/lilypond-ps2png.scm
3379
3380         * VERSION (PACKAGE_NAME): release 2.5.28
3381
3382 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * lily/main.cc (prepend_env_path): Do not append /, that does not
3385         work.  Localedir lives in datadir, not in prefix.
3386
3387         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
3388         hack for windows.
3389
3390         * flower/include/file-cookie.hh: Compile fix.
3391
3392 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3393
3394         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
3395
3396         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
3397         system primitives.
3398         (gulp-port): using read-string!/partial. We don't want to read an
3399         entire PS file  (GUILE 1.6 limits strings to 16M) 
3400
3401         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
3402         properties. Add font-interface. 
3403
3404         * scm/define-grob-properties.scm (all-user-grob-properties):
3405         remove old bracket properties.
3406
3407         * scm/x11-color.scm: reformat. 
3408
3409         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
3410         LedgerLineSpanner if new StaffSymbol is found. 
3411
3412         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
3413         staff-symbol for finishing staff. 
3414
3415         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
3416
3417         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
3418         change black to currentColor everywhere. This fixes color support
3419         in SVG.
3420
3421 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
3422
3423         * input/regression/fret-diagrams.ly: new file to test fret diagram
3424         capability
3425
3426         * scm/output-tex.scm: remove white-dot and white-text
3427
3428         * scm/output-ps.scm: remove white-dot and white-text
3429
3430         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
3431         using ly:stencil-in-color instead
3432         (draw-dots) : remove call to white-dot
3433
3434 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3435
3436         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
3437         support.
3438
3439         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
3440
3441         * flower/include/file-cookie.hh: new file. lily_cookie extension 
3442
3443         * flower/file-cookie.cc: new file. lily_cookie extension.
3444         
3445 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3446
3447         * scm/editor.scm (editor-command-template-alist): Add syn
3448         editor (Jaap [de Vos]).
3449
3450 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3451
3452         * scripts/lilypond-ps2png.scm:
3453         * scm/ps-to-png.scm: New file.
3454
3455         * scm/backend-library.scm (postscript->png): Use it.
3456
3457         * scripts/lilypond-ps-to-png.py: Remove file.
3458
3459         * python/lilylib.py (get_bbox, make_ps_images): Remove.
3460
3461 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3462
3463         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
3464
3465         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
3466         start on grace moment. Fixes autobeam-grace.ly.
3467
3468         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
3469         process anything unless we're at the end of a pending beam. Fixes
3470         syncopated 8ths beamed across a beat.
3471
3472 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3473
3474         * scm/editor.scm (editor-command-template-alist): Start emacs if
3475         emacslient fails.
3476
3477         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
3478
3479         * flower/file-path.cc (is_file, is_dir): Export.
3480
3481         * lily/main.cc (prepend_env_path, set_env_file): Use them.
3482
3483 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3484
3485         * lily/easy-notation.cc: Added include cctype to correct
3486         compilation error.
3487
3488 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3489
3490         * scm/backend-library.scm (postscript->pdf): set resolution to
3491         1200, so bitmap fonts aren't that ugly. 
3492
3493         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
3494
3495         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
3496         parent if we have a notehead. Fixes incorrect offsets when
3497         Paper_column is very wide in the X direction.
3498
3499         * input/regression/font-family-override.ly (Module): new file.
3500
3501         * scm/font.scm (make-pango-font-tree): new function.
3502
3503         * lily/beam.cc (before_line_breaking): remove warning about less
3504         than 2 visible stems. We still get a warning when there is only
3505         one stem.
3506
3507 2005-06-01  Werner Lemberg  <wl@gnu.org>
3508
3509         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
3510         correctly.
3511
3512 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3513
3514         * lily/slur-scoring.cc (generate_avoid_offsets): new
3515         function. Generate avoid offsets once per slur.
3516
3517         * lily/slur.cc (add_extra_encompass): add dependency to
3518         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
3519
3520         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
3521         too. Fixes inf error with added bass notes.
3522
3523         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
3524         argument anymore.
3525
3526         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
3527
3528         * input/tutorial/lbook-latex-test.tex: add line length test.
3529
3530         * scripts/lilypond-book.py (set_default_options): new
3531         function. Call this before dissecting snippets, so linewidth
3532         settings reach the snippets.
3533
3534 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
3537
3538 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3539
3540         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
3541
3542 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3543
3544         * stepmake/aclocal.m4: More autopackage friendliness.
3545
3546 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3547
3548         * Documentation/index.html.in: remove link to LSR.
3549
3550         * Documentation/user/global.itely: remove duplicate
3551         "dedication" \header{} section.
3552
3553 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3554
3555         * VERSION (PACKAGE_NAME): release 2.5.27.
3556
3557         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
3558         too. Plugs memory leak.
3559
3560         * make/lilypond.fedora.spec.in (Group): remove
3561         lilypond-pdfpc-helper.
3562
3563         * scripts/GNUmakefile (SEXECUTABLES): remove
3564         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
3565
3566         * scm/font.scm (make-century-schoolbook-tree): add Mono as
3567         'typewriter family.
3568
3569         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
3570         memory leak.
3571
3572         * lily/parser.yy (score_body): don't clone Score, that's done in
3573         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
3574
3575         * lily/score-engraver.cc (derived_mark): new function.
3576         (initialize): unprotect Paper_score. This fixes a memory leak.
3577
3578         * lily/score-performer.cc (derived_mark): new function.
3579
3580         * lily/score-translator.cc (get_output): use SCM for get_output() call.
3581
3582         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
3583         spurious warning.
3584
3585         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
3586         serif.
3587
3588 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3589
3590         * configure.in (reloc_b): Add --enable-relocation.
3591
3592 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3593
3594         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
3595
3596         * input/regression/alignment-order.ly: add Staff example.
3597
3598 2005-05-31  John Mandereau   <john.mandereau@free.fr>
3599
3600         * po/fr.po: update.
3601
3602 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3603
3604         * Documentation/index.html.in: add link to LSR.
3605
3606 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3607
3608         * scm/define-stencil-commands.scm (Module): new file. Register all
3609         allowed stencil expression heads in a central place.
3610
3611         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
3612         ly:make-stencil
3613
3614         * lily/stencil-expression.cc (all_stencil_heads): registering
3615         stencil expressions.
3616
3617         * lily/stencil-interpret.cc: new file. Stencil expression
3618         interpreting.
3619
3620         * input/xiao-haizi-guai-guai.ly: move file back.
3621
3622 2005-05-30  Graham Percival  <gperlist@shaw.ca>
3623
3624         * Documentation/user/advanced.itely, converters.itely,
3625         instrument-notation.itely, lilypond-book.itely: misc small
3626         changes.
3627
3628 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3629
3630         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
3631
3632         * make/lilypond.fedora.spec.in: Fix source url.
3633
3634         * cygwin: Update from mingw patches.
3635
3636         * scm/editor.scm (editor-command-template-alist): Use jedit
3637         -reuseview (Bertalan), add uedit (Patrick Huberts).
3638
3639         * input/xiao-hai-zi-guai-guai.ly: Rename from
3640         xiao-haizi-guai-guai.ly.
3641
3642         * input/*: Reindent, do not use TAB.
3643
3644         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
3645         white background.
3646
3647 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3648
3649         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
3650         numerical overflow error.
3651
3652 2005-05-29 Laura Conrad <lconrad@laymusic.org>
3653         
3654         * abc2ly.py: fix to syntax error in multi-part output.
3655
3656 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3657
3658         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
3659         with disappearing span bars when alignAboveContext is active
3660
3661         * lily/property-iterator.cc (check_grob): use is-grob?
3662         object-property. Fixes crash-key-sig-font-size.ly. 
3663
3664 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3665
3666         * lily/bar-line.cc (print): don't round barlines; this produces
3667         odd aliasing effects in Acroread.
3668
3669         * lily/timing-engraver.cc (process_music): robustness fix.
3670
3671         * lily/context-def.cc (filter_engravers): bugfix.
3672
3673 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * lily/lilypond.rc.in: Add ly-icon.
3676
3677         * lily/GNUmakefile: 
3678         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
3679         rules.
3680
3681 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3682
3683         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
3684
3685         * ps/music-drawing-routines.ps: 
3686
3687         * scm/output-ps.scm: remove draw ez_ball.
3688
3689         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3690         EasyNotation context definition.
3691
3692         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
3693         Text_interface and color for making easy note heads.
3694
3695         * lily/stencil.cc (with_color): new function.
3696
3697         * ps/music-drawing-routines.ps: remove draw_zigzag_line
3698
3699         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
3700         output routine. Zigzag now works in SVG too.
3701
3702         * scm/output-tex.scm (filledbox): idem.
3703
3704         * scm/output-svg.scm (filledbox): idem.
3705
3706         * scm/output-ps.scm (lily-def): remove horizontal-line. 
3707
3708         * lily/lookup.cc (horizontal_line): use draw-line. 
3709
3710         * lily/system-start-delimiter.cc: remove old staff bracket code.
3711
3712         * mf/feta-haak.mf: further tweaks.
3713
3714         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
3715
3716         * mf/feta-generic.mf: include feta-haak.
3717
3718         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
3719
3720         * scm/framework-ps.scm (write-preamble): only load fonts if their
3721         filename is a string. 
3722
3723 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3724
3725         * scm/output-svg.scm (circle): support circle.
3726         (bracket): stub for bracket.
3727
3728         * scripts/lilypond-book.py (main): make sure --psfonts warning is
3729         correct.
3730
3731 2005-05-26  Graham Percival  <gperlist@shaw.ca>
3732
3733         * Documentation/user/lilypond.tely, advanced-notation.itely,
3734         basic-notation.itely, instrument-notation.itely, global.itely,
3735         introduction.itely, tutorial.itely: rearranging, editing,
3736         clean-up.
3737
3738         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
3739         for compiling on FreeBSD.
3740
3741 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3742
3743         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
3744         otf files.
3745
3746         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
3747         bugfixes.
3748
3749         * VERSION: 2.5.26 released.
3750
3751         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
3752
3753 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
3754
3755         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
3756         if printpagenumber is false.
3757
3758 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3759
3760         * lily/font-config.cc (init_fontconfig): comment out FontConfig
3761         cache warning.
3762
3763         * lily/tie.cc (print): support dotted ties.
3764         
3765 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3766
3767         * scm/define-grobs.scm (all-grob-descriptions): switch off
3768         debugging
3769         (all-grob-descriptions): Arpeggio has Y-extent.
3770
3771         * scm/define-music-properties.scm (all-music-properties): document
3772         length-callback and start-callback as "read-only".
3773
3774         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
3775         length-callback after creation. 
3776
3777         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
3778         compressmusic -> compressMusic.
3779
3780         * ly/music-functions-init.ly (oldaddlyrics): idem.
3781
3782         * lily/parser.yy: NewLyricCombineMusic ->
3783         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
3784
3785 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3786
3787         * ly/Welcome_to_LilyPond.ly: typo.
3788
3789 2005-05-24  Graham Percival  <gperlist@shaw.ca>
3790
3791         * Documentation/user/lilypond.tely: move changing-defaults to be
3792         before global issues.
3793
3794         * Documentation/user/basic-notation.itely: move Transpose section
3795         here from advanced/Other.
3796
3797         * Documentation/user/changing-defaults.itely,
3798         advanced-notation.itely: move Fonts to advanced, edit.
3799
3800 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3801
3802         * lily/parser.yy (bare_int): remove rule.  From now on, we require
3803         # before negative integers.
3804
3805 2005-05-23  Graham Percival  <gperlist@shaw.ca>
3806
3807         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
3808
3809         * Documentation/user/lilypond.tely: change Unified index to
3810         LilyPond index.
3811
3812         * Documentation/user/advanced-notation.itely,
3813         instrument-notation.itely: editing.
3814
3815 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3816
3817         * scm/lily.scm (lilypond-all): Bugfix: return failed.
3818
3819         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
3820
3821 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3822
3823         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
3824         ly:port-move.  Needs to be stderr-specific on mingw.
3825         Run fixcc.
3826
3827 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3828
3829         * lily/general-scheme.cc (ly:port-move): Remove.
3830
3831         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
3832         windows.
3833
3834         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
3835         variables.  This eliminates the need for a gs.bat wrapper, which
3836         opens a console.
3837
3838         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
3839         * scm/lily.scm (running-from-gui?): 
3840         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
3841         artifact of not compiling with -mwindows.
3842
3843         * scm/editor.scm: Define PLATFORM.
3844
3845 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3846
3847         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
3848         can start to cut & paste lilypond-book fragments.  
3849
3850         * scm/define-music-types.scm (music-descriptions): remove
3851         UntransposableMusic
3852
3853 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3854
3855         * scm/output-ps.scm (glyph-string): remove / before CIDs.
3856
3857 2005-05-20  Graham Percival  <gperlist@shaw.ca>
3858
3859         * Documentation/user/instrument-notation.itely: remove *Engraver.
3860
3861         * Documentation/user/advanced-notation.itely: edit, rearrange.
3862
3863 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3864
3865         * scm/output-ps.scm (glyph-string): take cid? argument. Use
3866         findresource iso. findfont for CID CFF fonts.
3867
3868         * VERSION (PACKAGE_NAME): release 2.5.25
3869
3870         * ly/Welcome_to_LilyPond.ly: add  \version
3871
3872 2005-05-20  Graham Percival  <gperlist@shaw.ca>
3873
3874         * Documentation/user/programming-interface.itely: move
3875         \displayMusic into its own section.
3876
3877         * Documentation/user/basic-notation.itely: finish editing.
3878
3879 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3880
3881         * flower/file-path.cc (find): don't throw away file_name.dir, but
3882         append to it. Fixes \include with directories.
3883
3884         * flower/include/file-path.hh (class File_path): don't derive from
3885         Array<String>.
3886
3887         * flower/include/file-name.hh (class File_name): remove to_str0()
3888
3889         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
3890         Hara_kiri_engraver in separate file.
3891
3892         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
3893         translation went wrong. Fixes vertically translated slurs.
3894
3895 2005-05-19  Graham Percival  <gperlist@shaw.ca>
3896
3897         * Documentation/user/basic-notaton.itely: editing.
3898
3899 2005-05-18  Graham Percival  <gperlist@shaw.ca>
3900
3901         * Documentation/user/macros.itexi, basic-notation.itely:
3902         add @commonprop (commonly used properties) macro.
3903
3904 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3905
3906         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
3907
3908         * scripts/lilypond-book.py (invokes_lilypond): new function
3909         (main): only run fontextract if invokes_lilypond() is true.
3910
3911         * lily/function-documentation.cc (ly_add_function_documentation):
3912         duh, use !=
3913
3914         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
3915
3916         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
3917
3918         * scm/lily.scm (running-from-gui?): lowercase Darwin.
3919
3920         * lily/function-documentation.cc (ly_add_function_documentation):
3921         use scm_hash_table_p() for checking.
3922
3923 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3924
3925         * Documentation/user/advanced-notation.itely (Text scripts):
3926         Change nonexisting @internalsref{Text markup} to @ref{Text
3927         markup}.  Change @internalsref{Text script} to
3928         @internalsref{TextScript}.
3929
3930         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
3931
3932 2005-05-17  Graham Percival  <gperlist@shaw.ca>
3933
3934         * Documentation/user/tutorial.itely, basic-notation.itely,
3935         changing-defaults.itely: remove duplicate cindex entries
3936         that appear on the same page.
3937
3938         * scm/define-grobs.scm: change default padding for TextSpanner.
3939
3940         * Documentation/topdocs/AUTHORS.texi: update email address.
3941
3942         * Documentation/user/global.itely: add info about \include.
3943
3944 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3945
3946         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
3947         when running-from-gui.
3948
3949         * scm/editor.scm (get-editor): Add platform defaults.
3950
3951         * scm/backend-library.scm (postscript->pdf): Typo.
3952
3953 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3954
3955         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
3956
3957         * lily/font-config.cc (init_fontconfig): add warning about cache.
3958
3959 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3960
3961         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
3962
3963 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3964
3965         * lily/horizontal-bracket.cc (print): Take care of the direction
3966         property so brackets above the stave point downwards. 
3967
3968         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
3969         for HorizontalBracket so it doesn't end up within the stave.
3970
3971 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3972
3973         * lily/GNUmakefile (default): Typo.
3974
3975         * scm/lily.scm (PLATFORM): Export.
3976
3977         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
3978         load-font-via-GS, ttftool or fopencookie is broken on windows.
3979         
3980         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
3981         -dSAFER, that is broken on windows.
3982
3983 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3984
3985         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
3986         for FlexLexer.h
3987
3988         * scripts/lilypond-invoke-editor.scm: remove stray -
3989
3990 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3991
3992         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
3993         Fixes deprecation warning.
3994
3995         * flower/include/string.icc (to_string): Only inline if
3996         -DSTRING_UTILS_INLINED.
3997
3998         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
3999         name.  Remove windows comment.
4000
4001         * scm/editor.scm (slashify): New function.
4002         (get-editor-command): Use it.
4003         (get-command-template): Do not alter editor command if
4004         environment value includes `%(file)s' magic.
4005
4006         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
4007         (dissect-uri): Use it.
4008         (unquote-uri): Bugfix.
4009
4010 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4011
4012         * scm/framework-ps.scm (write-preamble): add TTF rule.
4013
4014         * Documentation/topdocs/README.texi (Top): remove note about
4015         xdelta.
4016
4017         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
4018         requirement.
4019
4020         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
4021         function. Figure out where FlexLexer.h lives
4022
4023         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
4024         
4025 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4026
4027         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
4028         with Windows root in file name.
4029
4030         * scm/backend-library.scm (ly:system): Only redirect output (using
4031         system and shell, ugh) if /dev/null is writable.
4032
4033         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
4034         windows icon.
4035
4036         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
4037         on Mingw.
4038
4039         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
4040         click.
4041
4042         * flower/file-path.cc (is_dir, is_file): New function.  Actually
4043         use result of stat when available.
4044
4045         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
4046         absolute file name and root.
4047
4048         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
4049
4050         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
4051
4052         * flower/file-name.cc (slashify): Bugfix, do substitute if no
4053         slashes in file name.
4054
4055 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4056
4057         * Documentation/user/preface.itely (Preface): Run
4058         texinfo-all-menus-update.
4059
4060         * scm/editor.scm (get-editor-command): Bugfix: allow full
4061         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
4062
4063         * Documentation/pictures/lilypond-48.xpm: New file.
4064
4065         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
4066
4067         * ly/Welcome_to_LilyPond.ly: New file.
4068
4069         * lily/main.cc (main): Only identify if we have a terminal.
4070
4071         * scm/backend-library.scm (postscript->png)
4072         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
4073         non-/bin/sh).
4074
4075 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
4076
4077         * Documentation/topdocs/AUTHORS.texi: polish, update.
4078
4079 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4080
4081         * Documentation/user/preface.itely (Notes for version 2.6): new
4082         notes for 2.6
4083
4084         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
4085         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
4086         is not fully contained" warnings.
4087
4088         * lily/slur-scoring.cc (get_bound_info): remove warning.
4089
4090         * lily/staff-symbol-engraver.cc (process_music): start initial
4091         spanner in process_music(). This fixes overrides of StaffSymbol
4092         properties.
4093
4094         * scm/framework-pdf.scm (Module): remove.
4095
4096         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
4097
4098         * lily/ambitus-engraver.cc: formatting cleanups.
4099
4100         * mf/feta-solfa.mf (Module): remove.
4101
4102         * ChangeLog: more details about contributions.
4103
4104 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4105
4106         * lily/align-interface.cc (align_elements_to_extents): warn if
4107         called too early. Fixes: disappearing-staff-lines.ly
4108
4109         * VERSION (PACKAGE_NAME): release 2.5.24
4110
4111 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * stepmake/aclocal.m4: Typo.
4114
4115         * flower/string.cc (substitute): Take two strings or two
4116         characters.  Update callers.
4117
4118 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4119
4120         * flower/file-name.cc (File_name): Slashify.
4121
4122         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
4123
4124         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
4125
4126         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
4127
4128         * configure.in (gui_b): Use it.
4129
4130         * lily/lilypond.rc.in: New file.
4131
4132         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
4133
4134 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4135
4136         * Documentation/user/advanced-notation.itely: edit of Text
4137         section; clarify text scripts vs. text markup.
4138
4139 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4140
4141         * lily/multi-measure-rest-engraver.cc
4142         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
4143         separation items on start. Fixes mm rests in start of score.
4144
4145         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
4146         don't access StaffSymbol if not there.
4147         Fixes: crash-staff-symbol-engraver.ly.
4148
4149         * lily/instrument-name-engraver.cc (class
4150         Instrument_name_engraver): data member first_. Create
4151         InstrumentName on start. 
4152
4153 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4154
4155         * Documentation/user/instrument-notation.itely: add guitar
4156         position.
4157
4158         * Documentation/user/introduction.itely,
4159         Documentation/user/lilypond.tely,
4160         Documentation/user/tutorial.itely: begin pruning
4161         unused (duplicated) cindex entries and misc cleanup.
4162
4163 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4164
4165         * input/test/volta-chord-names.ly: Bring the explanation up to
4166         date.
4167
4168 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4169
4170         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
4171         Specify `@documentencoding utf-8' for html, ignore warnings.
4172
4173 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
4174
4175         * THANKS: Added bughunters.
4176
4177 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4178
4179         * lily/main.cc: update help string for `lilypond -H'.
4180
4181         * po/fi.po: update.
4182         
4183 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4184
4185         * Documentation/user/advanced-notation.itely: minor fixes.
4186
4187 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4188
4189         * scm/editor.scm: New module.
4190
4191         * scm/lily.scm (gui-main): Use it.
4192
4193         * scm/framework-gnome.scm (spawn-editor): Use it.
4194
4195         * scripts/lilypond-invoke-editor.scm: Use it in new script.
4196
4197 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4198
4199         * scm/framework-ps.scm (load-font-via-GS):  new function.
4200
4201         * lily/pango-font.cc (pango_item_string_stencil): add support for
4202         CID keyed font.
4203
4204         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
4205
4206 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4207
4208         * Documentation/user/basic-notation.itely: add @ref.
4209
4210         * Documentation/user/advanced-notation.itely: add example
4211         of 5/8 beaming.
4212
4213 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4214
4215         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
4216
4217         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
4218         going through ps2pdf wrappers.
4219
4220 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
4221
4222         * Documentation/user/instrument-notation.itely: petrucci note
4223         heads: updated docu
4224
4225         * input/regression/note-head-style.ly: updated regression test;
4226         indentation fixes
4227
4228         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
4229         heads as default
4230
4231         * mf/parmesan-heads.mf: minor editing; use musicological names
4232         (rather than optical description) as note head names
4233
4234         * scm/output-lib.scm: complete petrucci heads
4235
4236 2005-05-09  Pal Benko  <benkop@freestart.hu>
4237
4238         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
4239         heads, but bigger)
4240
4241 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4242
4243         * lily/main.cc (main_with_guile): Remove no files check.
4244
4245         * lily/main.cc (ly:usage): Export to Scheme.
4246
4247         * scm/lily.scm (no-files-handler): New function.
4248
4249         * scm/lily.scm (lilypond-main): Use it.
4250
4251         * configure.in (gui_b): Add mbrtowc checking.
4252         Resurrect [utf8/]wchar.h checking.
4253
4254 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4255
4256         * Documentation/user/advanced-notation.itely (Metronome marks):
4257         Add link to the program reference for MetronomeMark
4258
4259         * Documentation/user/lilypond-book.itely (An example of a
4260         musicological document): Correct the example using psfonts 
4261
4262 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
4263
4264         * po/fi.po: update after a lesson how to update entries against
4265         source.
4266         
4267         * po/TODO: document the lesson.
4268
4269 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4270
4271         * configure.in (gui_b): remove wcrtomb checking.
4272
4273         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
4274         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
4275
4276 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4277
4278         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
4279         keep Scheme expressions and strings unmodified when doing the
4280         conversion to postfix notation for slurs and beams. Should
4281         hopefully solve most related conversion problems. 
4282
4283         * Documentation/user/lilypond-book.itely : Clarify and correct how
4284         to call dvips with -h psfonts.
4285
4286 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4287
4288         * Documentation/user/instrument-notation.itely (Entering lyrics):
4289         Typo.  Fixes build.
4290
4291 2005-05-09  Graham Percival  <gperlist@shaw.ca>
4292
4293         * Documentation/user/lilypond-book.itely: document PSFONTS file.
4294
4295         * Documentation/user/lilypond.tely, lilypond-book.itely,
4296         tutorial.itely: change references to 2.5.x to 2.6.x.
4297
4298         * Documentation/user/instrument-notation.itely: clarified \addlyrics
4299         vs \lyricmode.
4300
4301         * Documentation/user/invoking.itely: remove old info about
4302         lilypond-profile.
4303
4304         * Documentation/topdocs/INSTALL.texi: remove old info about
4305         lilypond-profile, add warning about needing international fonts
4306         to build docs.
4307
4308 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4309
4310         * lily/include/grob-info.hh (class Grob_info): make data member
4311         private. Changes throughout.
4312
4313         * input/regression/alignment-order.ly: new file. 
4314
4315         * lily/vertical-align-engraver.cc (acknowledge_grob): read
4316         alignAboveContext and alignBelowContext
4317
4318 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4319
4320         * lily/pfb.cc (LY_DEFINE): add cast.
4321
4322         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
4323         matches .otf
4324         (write-preamble): warn about unknown fonts.
4325
4326         * lily/pfb.cc (Module): new function ly:otf->cff
4327
4328         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
4329         (get_otf_table): new function.
4330
4331 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4332
4333         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
4334         iso. ps2png.
4335
4336 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
4337
4338         * po/fi.po: apply second round of update.
4339
4340 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4341
4342         * scm/x11-color.scm (make-x11-color-handler): don't use
4343         #\sp. Apparently doesn't work on all platforms. 
4344
4345 2005-05-06  Graham Percival  <gperlist@shaw.ca>
4346
4347         * Documentation/user/advanced-notation.itely, putting.itely,
4348         tutorial.itely, global.itely, introduction.itely: really minor fixes.
4349
4350 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4351
4352         * VERSION (PACKAGE_NAME): release 2.5.23
4353
4354 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
4357         convert to utf-8.
4358
4359         * THANKS: Add translators for this release, convert to utf-8.
4360
4361         * mf/GNUmakefile (MFTRACE_FLAGS):
4362         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
4363         outdir as option (WAS: hardcoded).
4364
4365 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4366
4367         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
4368         finished_span_
4369
4370         * THANKS: add Hans Forbrich.
4371
4372         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4373
4374         * Documentation/user/basic-notation.itely (Staff symbol): document
4375         start/stop staff. Reference to ossia.ly
4376
4377         * input/test/ossia.ly: new example using stop and startStaff.
4378
4379         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
4380         in other words, don't create "|" barline at start of the score.
4381         (start_translation_timestep): don't set whichBar for start of score.
4382
4383         * input/regression/staff-halfway.ly: use new functionality.
4384
4385         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
4386         start and stop staff based on events.
4387
4388         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
4389
4390         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
4391
4392 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4393
4394         * Documentation/user/programming-interface.itely (How markups work
4395         internally ): remove \encoding reference.
4396
4397 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4398
4399         * scripts/convert-ly.py: Attempt to do a smarter update of 
4400         text markups from versions < 1.9.0 with arbitrary nesting.
4401
4402 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4403
4404         * po/fi.po: convert to utf-8, and update.
4405
4406 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4407
4408         * make/lilypond.suse.spec.in: update from suse 2.4 package.
4409
4410         * lily/*.cc: more <? >? to min/max changes
4411
4412         * lily/include/interpretation-context-handle.hh: rename
4413         Interpretation_context_handle to Context_handle.
4414
4415 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4416
4417         * input/regression/GNUmakefile (local_delete): use `find` together 
4418         with `xargs` to avoid too long argument-lists in cmd line.
4419
4420 2005-05-04  Graham Percival  <gperlist@shaw.ca>
4421
4422         * Documentation/user/introduction.itely: updates "About this manual".
4423
4424         * Documentation/user/advanced-notation.itely,
4425         invoking.itely: minor fixes.
4426
4427 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4428
4429         * COPYING: add font exception. Update FSF address. 
4430
4431         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
4432         should be taken without child context.
4433
4434         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
4435
4436         * scm/define-markup-commands.scm (triangle): new command, as
4437         robust replacement for unicode Delta/Triangle.
4438
4439 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4440
4441         * ps/music-drawing-routines.ps: add fillp argument.
4442
4443         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
4444
4445         * lily/font-config.cc (init_fontconfig): don't add cff/
4446
4447         * VERSION (PACKAGE_NAME): release 2.5.22
4448
4449         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
4450
4451         * lily/grace-engraver.cc (consider_change_grace_settings): use
4452         is_alias(). Fixes problem with CueVoice grace notes. 
4453
4454         * lily/simultaneous-music-iterator.cc (construct_children): call
4455         Music_iterator::quit() for iterators that start out invalid. This
4456         fixes indefinitely continuing contexts.
4457
4458         * buildscripts/substitute-encoding.py: new file
4459
4460         * Documentation/user/basic-notation.itely (Basic polyphony): fix
4461         missing @end 
4462
4463         * scripts/lilypond-book.py (write_if_updated): print file name.
4464
4465         * Documentation/user/basic-notation.itely (Explicitly
4466         instantiating voices): idem.
4467
4468         * Documentation/user/advanced-notation.itely (Text spanners):
4469         remove stray { } 
4470
4471         * lily/context.cc (default_child_context_name): the default child
4472         is now first in accepts_list_.
4473
4474         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4475         \defaultchild to all relevant contexts.  This fixes:
4476         drums-pitch.ly.
4477
4478         (Probably also fixes similar problems with ancient
4479         transcriptions getting CueVoices instead of the desired voices.)
4480  
4481         * lily/context-def.cc (get_default_child): new function.
4482         (get_accepted): place default child in front of list.
4483
4484         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
4485
4486         * lily/include/context-def.hh (struct Context_def): add
4487         default_accept_
4488
4489 2005-05-03  Graham Percival  <gperlist@shaw.ca>
4490
4491         * scm/define-grobs.scm: remove "remove-first" line, since
4492         the absent property is set to #f anyway.
4493
4494         * Documentation/user/basic-notation.itely,
4495         advanced-notation.itely, instrument-notation.itely: minor
4496         fixes.
4497
4498         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
4499
4500         * Documentation/user/advanced-notation.itely,
4501         changing-defaults.itely: consolidate Text stuff in
4502         advanced notation.
4503
4504         * Documentation/user/global.itely: better docs for \header.
4505
4506         * Documentation/user/putting.itely: new chapter; placeholder
4507         for future expansion.
4508
4509         * Documentation/user/examples.itely: moved "suggestions for
4510         writing LP files" section into putting.itely.
4511
4512         * Documentation/user/lilypond.itely: added new chapter,
4513         fixed the short table of contents.
4514
4515 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4516
4517         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
4518         infinity for unfeasible beams.
4519
4520         * make/lilypond.fedora.spec.in (Group): idem.
4521
4522         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
4523
4524         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
4525
4526         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
4527         fonts directly.
4528
4529         * buildscripts/gen-emmentaler-scripts.py (i): idem.
4530
4531         * mf/GNUmakefile: remove all CFF rules.
4532
4533         * scm/framework-ps.scm (ps-embed-cff): reinstate.
4534
4535         * lily/open-type-font-scheme.cc (LY_DEFINE):
4536         new function ly:otf-font-table-data.
4537         (LY_DEFINE): new function otf-font?
4538
4539 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4540
4541         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
4542         ($(outdir)/Fontmap.lily): idem.
4543
4544         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
4545         for PFAEmmentaler-XXX.pfa. 
4546
4547         * Documentation/user/music-glossary.tely (accidental): NL
4548         translation of accidental.
4549
4550 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4551
4552         * flower/include/international.hh: Bugfix: include "string.hh".
4553
4554         * lily/include/mingw-compatibility.hh: New file.
4555
4556         * flower/include/libc-extension.hh (memrev): Rename from strrev.
4557
4558         * configure.in: Search for mingw wcrtomb library.
4559
4560 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4561
4562         * scripts/convert-ly.py: Bug fix
4563
4564         * Documentation/user/changing-defaults.itely (Common tweaks):
4565         Added example where the context has to be specified explicitly
4566         (MetronomeMark). 
4567
4568 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4569
4570         * scripts/lilypond-book.py (ly_options): set timing to #f for
4571         notime option.
4572
4573         * scripts/convert-ly.py (conv): typo.
4574
4575         * flower/*.cc: remove <? and >?
4576         
4577         * lily/*.cc: remove <? and >?
4578
4579         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
4580         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
4581         editor.
4582
4583 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4584
4585         * lily/part-combine-engraver.cc: add space to variable list.
4586
4587 2005-04-30  Graham Percival  <gperlist@shaw.ca>
4588
4589         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
4590         remove-first to false (matches docs)
4591
4592         * Documentation/user/advanced-notation.itely: corrected docs
4593         concerning remove-first.
4594
4595 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4596
4597         * lily/part-combine-engraver.cc: make sure that the relevant
4598         properties are included in the documentation.
4599
4600 2005-04-28  Graham Percival  <gperlist@shaw.ca>
4601
4602         * Documentation/user/lilypond-book.itely: Bernard's docs
4603         for \betweenLilyPondSystem.
4604
4605 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4606
4607         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
4608         remarks.
4609
4610 2005-04-28  Pal Benko  <benkop@freestart.hu>
4611
4612         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
4613         only on vertical lines of flexa shape, and use a constant
4614         thickness value for horizontal lines (patch slightly modified by
4615         Jürgen Reuter)
4616
4617         * lily/include/mensural-ligature.hh: make 2 comments clearer
4618
4619 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
4620
4621         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
4622         to need_extra_horizontal_space; bugfix: use class scope to avoid
4623         global namespace pollution
4624
4625         * Documentation/user/instrument-notation.itely (ligatures): added
4626         comment on possible future syntax change and how to work around
4627
4628         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
4629         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
4630         intervals (fixes agnus dei example)
4631
4632         * Documentation/user/instrument-notation.itely (white mensural
4633         ligatures): selected a more illustrative example
4634
4635 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
4636
4637         * Documentation/index.html.in: specify utf-8 charset in meta content.
4638
4639 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4640
4641         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
4642         empty 2nd page for single page.
4643
4644         * scm/lily.scm: remove p&c definitions.
4645
4646         * po/zh_TW.po (Module): new translation.
4647
4648         * lily/lily-guile.cc (ly_chain_assoc): remove.
4649
4650         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
4651         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
4652
4653 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4654
4655         * lily/beaming-info.cc: remove infinity_i
4656
4657         * scripts/abc2ly.py (out_filename): fix thinko with \version.
4658
4659 2005-04-26  Graham Percival  <gperlist@shaw.ca>
4660
4661         * Documentation/user/basic-notation.itely,
4662         instrument-notation.itely, advanced-notation.itely,
4663         changing-defaults.itely: minor fixes.  Added docs
4664         for colors to advanced-notation.itely.
4665
4666         * Documentation/user/advanced-notation.itely: fixed compile
4667         problem and added Bernard's x11-color doc patch.
4668
4669 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4670
4671         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
4672         alright this time round.
4673
4674 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4675
4676         * Documentation/topdocs/INSTALL.texi (Top): idem.
4677
4678         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
4679
4680         * VERSION (MAJOR_VERSION): release 2.5.21
4681
4682         * scm/output-ps.scm (grob-cause): bugfix.
4683
4684 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4685
4686         * cygwin/*: Update.
4687
4688         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
4689         stuff.
4690
4691         * scm/output-ps.scm (grob-cause): Bugfix.
4692
4693         * scm/lily.scm (ly:load): Remove x11-color.
4694
4695         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
4696         quote executable, fixes getting version from program --with
4697         --options.
4698         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
4699         $ac_exeect.
4700
4701         * Documentation/user/GNUmakefile: Only build music-glossary with
4702         rendered lilypond snippets during web.
4703
4704 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4705
4706         * po/de.po: update.
4707
4708         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
4709
4710 2005-04-22  Laura Conrad <lconrad@laymusic.org>
4711  
4712         * scripts/abc2ly:
4713         second title line append with punctuation dash character;
4714         encode abc2ly python strings in utf-8
4715        
4716 2005-04-21  Laura Conrad <lconrad@laymusic.org>
4717
4718         * scripts/abc2ly fix chords (again)
4719  
4720 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
4721
4722         * scm/x11-color.scm: new file
4723         All x11 color names can be accessed with:
4724         #(x11-color 'ColorName),
4725         #(x11-color "ColorName") or:
4726         #(x11-color "color name")
4727         If the x11 color name is not recognised then it defaults
4728         to black
4729
4730         * scm/lily.scm: amended to call scm/x11-color.scm
4731
4732 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4733
4734         * Documentation/user/invoking.itely (Reporting bugs): comment out
4735         reference to online PNG bug repository.
4736
4737 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4738
4739         * lily/translator-scheme.cc (ly:translator-property): Remove.
4740         Update callers.
4741
4742         * lily/context-scheme.cc (ly:context-now): Move from translator.
4743         Update callers.
4744
4745 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4746
4747         * input/regression/grid-lines.ly (skips): refine example.
4748
4749         * scm/define-context-properties.scm
4750         (all-user-translation-properties): doc autoBeamCheck
4751
4752         * input/regression/grid-lines.ly (Module): new file.
4753
4754         * lily/grid-point-engraver.cc (Module): new file.
4755
4756         * lily/grid-line.cc (Module): new file.
4757
4758         * lily/grid-line-span-engraver.cc (Module): new file.
4759
4760         * lily/grid-line-interface.cc (Module): new file.
4761
4762 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4763
4764         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
4765         missing parameter, actualy cdr through list.  Actually return a
4766         list with ENTRY removed (was '()).
4767
4768         * scripts/convert-ly.py: Update.  Print warning if file cannot be
4769         opened.
4770         (do_conversion): Fix printing of continuation comma.
4771
4772         * Documentation/user/advanced-notation.itely (Beam formatting):
4773         Remove refbugs about compound time and mixed duration.
4774
4775         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
4776         modulo moments explicitely.
4777
4778         * lily/moment.cc (operator %): New function.
4779
4780         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
4781
4782         * lily/translator-scheme.cc (ly:translator-now,
4783         ly:translator-property): New function.
4784
4785         * scm/auto-beam.scm (default-auto-beam-check): New function.
4786
4787         * lily/auto-beam-engraver.cc (test_moment): Use it.
4788
4789         * flower/rational.cc (operator %): Bugfix.
4790
4791 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
4792
4793         * scripts/abc2ly: Bugfix
4794
4795 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4796
4797         * python/fontextract.py (write_extracted_fonts): bugfix, too many
4798         %'s on EndFont comment.
4799
4800         * lily/ledger-line-spanner.cc: some more words of explanation.
4801
4802 2005-04-20  John Williams <williams@tni.com>  
4803         
4804         * scripts/lilypond-book.py: htmlquote bugfix.
4805         Allow snippets to be given distinct filenames.
4806         Allow the default alt text to be overridden.
4807
4808 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
4809
4810         * ly/performer-init.ly: Bugfix
4811
4812         * THANKS: Added bughunters.
4813
4814 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4815
4816         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
4817
4818         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
4819         position (was: use modulo measure length).
4820
4821         * configure.in (no gui_b): Remove optional gtk+ requirement.
4822
4823 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4824
4825         * Documentation/user/basic-notation.itely (Pitches): add
4826         LedgerLineSpanner.
4827
4828         * lily/dynamic-engraver.cc (process_music): set right bound to
4829         script if present. Else, do not set.
4830         (acknowledge_grob): only set right bound of finished spanner to
4831         note column if no other bound is set.
4832
4833         * python/lilylib.py (make_ps_images): switch back to png16m.
4834         
4835 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4836
4837         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
4838         writing up to date file.  Add dvips usage suggestion.
4839
4840         * scripts/convert-ly.py: Fix error message.
4841         Print usage if no files on command line.
4842         (usage): Add example usage.
4843
4844         * input/test/compound-time.ly: New file.
4845
4846         * input/test/circle.ly: New file.
4847
4848         * Documentation/topdocs/NEWS.tely: Use them.
4849
4850         * input/test/boxed-stencil.ly: Remove \score.
4851
4852         * buildscripts/mf-to-table.py (base): Add .log dependency.
4853
4854         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
4855         pfa's.  Add .log dependency
4856
4857         * scm/define-markup-commands.scm (lower): New command.
4858
4859         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
4860         make it default.
4861
4862 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4863
4864         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
4865         also to finished cresc as right bound. This fixes:
4866         skip-string-decresc.ly
4867
4868         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
4869         relative_coordinate if extent is empty.
4870
4871         * lily/stem.cc (width_callback): determine correct extent if flag
4872         is not there. This fixes slur-no-flag.ly
4873
4874         * lily/grace-engraver.cc (consider_change_grace_settings): new
4875         function.
4876         (initialize): also consider_change_grace_settings() on
4877         initialization. Fixes large grace notes at start of score.
4878
4879         * lily/break-align-interface.cc (do_alignment): don't translate if
4880         total_extent is empty.
4881
4882         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
4883
4884 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4885
4886         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
4887         with slash.
4888
4889 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4890
4891         * stepmake/aclocal.m4: Remove tfm_path.
4892
4893 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4894
4895         * scm/music-functions.scm (markup-expression->make-markup): fix
4896         bug with cons arguments of markup commands.
4897         (music->make-music): fix music expression property list building
4898
4899 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4900
4901         * aclocal.m4: Massage package names.
4902
4903         * SCons updates.
4904
4905 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4906
4907         * VERSION (PACKAGE_NAME): release 2.5.20
4908
4909         * lily/stem.cc (calc_stem_info): add minimum Y extent of
4910         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
4911
4912         * lily/percent-repeat-engraver.cc (try_music): add measure before
4913         next_moment to future processing moment. Fixes:
4914         percent-repeat-mm-rest.ly
4915         (process_music): don't add moment for 2nd time.
4916
4917         * input/regression/repeat-percent.ly: add mmrests as extra test.
4918
4919         * lily/axis-group-engraver.cc (acknowledge_grob): read
4920         keepAliveInterfaces to decide what to kill.
4921
4922         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
4923         percent-repeat-interface to keepAliveInterfaces. This fixes
4924         percent-repeat-harakiri.
4925
4926 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4927
4928         * SCons updates.
4929
4930 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4931
4932         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
4933
4934         * aclocal.m4: remove --enable-tfm-path configure option
4935
4936         * input/test/ancient-font.ly (lowerStaff): clef name errors.
4937
4938         * scm/backend-library.scm (postscript->png): newline after
4939         finishing command.
4940
4941         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
4942         (LY_DEFINE): ly:paper-score-paper-systems: new function 
4943
4944         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
4945
4946         * lily/score.cc (default_rendering): use Music_output too.
4947
4948         * input/test/chord-names-languages.ly (Module): rename file.
4949
4950         * lily/text-spanner.cc: add bound-padding.
4951
4952         * lily/paper-book.cc (systems): accept Paper_score
4953         iso. Paper_system vector. 
4954
4955         * input/regression/line-arrows.ly: new file.
4956
4957         * lily/paper-score.cc (process): run get_paper_systems() only once.
4958
4959         * lily/line-spanner.cc (line_stencil): add arrows.
4960
4961 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
4962
4963         * lily/line-interface.cc (make_arrow): new function. 
4964         (arrows): idem.
4965
4966 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
4967
4968         * input/test/chord-names-german.ly: update for italian/french
4969         chords.
4970         
4971         * Documentation/user/instrument-notation.itely (Printing chord
4972         names): update.
4973
4974 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4975
4976         * lily/include/paper-score.hh (class Paper_score): remove unused
4977         prototypes.
4978
4979         * lily/book.cc (process): add -COUNT to midi output.
4980
4981         * lily/score.cc (book_rendering): remove outname argument
4982         (book_rendering): return list of Music_outputs. 
4983
4984         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
4985
4986         * lily/book.cc (process): loop over Music_outputs returned from
4987         Score::book_rendering().
4988
4989         * lily/*.cc (width_callback): remove spurious "unused" warnings
4990         for assert (axis==[XY]_AXIS); 
4991
4992         * lily/include/music-output.hh (class Music_output): smobify class.
4993
4994         * lily/include/paper-score.hh (class Paper_score): make members
4995         private.
4996
4997         * lily/performance.cc (process): return #f iso. #<undefined>. This
4998         prevents #<undefined> leaking into GUILE-userspace.
4999
5000 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5001
5002         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
5003
5004 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
5005
5006         * scm/chord-name.scm : support for italian and french
5007         chords names.
5008
5009         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
5010         a space defined by chordPrefixSpacer when the root name is
5011         direclty followed by a prefix.
5012
5013         * ly/engraver-init.ly : chordPrefixSpacer       
5014         * scm/define-context-properties.scm : chordPrefixSpacer
5015         * ly/property-init.ly : italianChords, frenchChords 
5016
5017 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5018
5019         * mf/feta-din.mf: Remove.
5020
5021         * mf/GNUmakefile (fontdir): Bugfix.
5022
5023         * mf/SConstruct: Some updates.
5024
5025         * SConstruct: Require pkg-config.
5026         (test_program): Bugfix for double digit version compares, use
5027         integer (not string-) compare.
5028         Optionally require gs 8.14.
5029
5030         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
5031
5032         * lily/*: s/ifdef HAVE_*/if have/.
5033
5034         * SConstruct (test_lib): New function.  Update pkg-config and some
5035         other requirements.
5036
5037         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
5038         freetype, pangof2t.
5039
5040 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5041
5042         * po/lilypond.pot, ...: Update using bison-CVS.
5043
5044         * python/lilylib.py (make_ps_images): Fixo.
5045
5046 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5047
5048         * python/lilylib.py (make_ps_images): typo.
5049
5050         * configure.in (gui_b): make bison optional.
5051
5052         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
5053
5054 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
5055
5056         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
5057         with one parameter can be defined in a LaTeX file when processed
5058         by lilypond-book this will be evaluated between the systems of
5059         a multi-system score. The parameter is the number of systems processed.
5060
5061 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5062
5063         * python/lilylib.py (make_ps_images): Escape newline.
5064
5065         * Documentation/user/music-glossary.tely: Run
5066         texinfo-all-menus-update.
5067
5068 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5069
5070         * scm/lily-library.scm (old-relative-not-used-message)
5071         (version-not-seen-message): Add input-file-name-location to message.
5072
5073         * lily/parser.yy (lilypond): Add token aliases.
5074
5075         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
5076         not confuse with alteration.
5077         (alteration): Add.
5078
5079 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5080
5081         * python/lilylib.py (make_ps_images): use -dEPSCrop
5082
5083         * VERSION (PACKAGE_NAME): release 2.5.19 
5084
5085         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5086         only put xrefs in info documentation.
5087
5088         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
5089         .pdf rule to tex-rules.make.
5090
5091         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
5092         from -systems.* output.
5093
5094         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
5095         directly, remove -$(PAGESIZE) target.
5096
5097         * input/test/embedded-postscript.ly: update.
5098
5099 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5100
5101         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
5102
5103         * Documentation/user/changing-defaults.itely (Font selection):
5104         document font-name.
5105
5106         * input/regression/font-name.ly: show Pango fonts for
5107         font-name. Update example. 
5108
5109         * lily/pango-select.cc (properties_to_pango_description): don't
5110         convert symbol font-size to number, but use to lookup.
5111
5112         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
5113
5114         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
5115         (NAME . FILE-NAME) tuples for font descriptions. 
5116         (write-preamble): display BeginFont DSC comments.
5117
5118         * python/fontextract.py (write_extracted_fonts): new file. Extract
5119         font resources from a PS file.
5120
5121         * scripts/lilypond-book.py (option_definitions): --psfonts option.
5122         (Compile_error.process_include): do_file returns chunks.
5123
5124         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
5125
5126         * make/lysdoc-targets.make: .texi is .PRECIOUS
5127
5128         * scripts/lilypond-book.py (write_if_updated): new function.
5129
5130 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5131
5132         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
5133
5134 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5135
5136         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
5137
5138         * input/regression/markup-syntax.ly: remove \score.
5139
5140         * scm/define-markup-commands.scm (draw-circle): add fill argument
5141
5142         * scm/stencil.scm (make-circle-stencil): add fill argument
5143
5144         * ps/music-drawing-routines.ps: add fill argument.
5145
5146         * ly/performer-init.ly: add CueVoice to MIDI too.
5147
5148         * ps/music-drawing-routines.ps: new routine BeginEPSF /
5149         EndEPSF.
5150
5151         * input/regression/markup-eps.ly: new file.
5152
5153         * scm/framework-ps.scm (write-preamble): change order: vars should
5154         be inited before procedures.
5155
5156         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
5157         for EPS files.
5158
5159         * scm/define-markup-commands.scm (epsfile): add epsfile command.
5160
5161 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5162
5163         * configure.in (gui_b): add check for ghostscript 8.15
5164
5165 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5166
5167         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
5168         start of line. Fixes cresc-after-newline.ly
5169
5170         * lily/source-file.cc (file_line_column_string): use get_column().
5171
5172 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5173
5174         * lily/source-file.cc (get_column): utf-8 support for column numbers.
5175
5176 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5177
5178         * lily/*: use message () iso progress_indication () for messages.
5179         Revise/uniformise user messages.
5180
5181         * flower/warn.cc (progress_indication): New function.
5182         (message): Use it.  Fixes newline problems.
5183
5184         * config.make.in (webdir): Sort out install dirs.
5185
5186         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
5187
5188         * python/lilylib.py (command_name): Bugfix.
5189         (make_ps_images):
5190
5191 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
5192
5193         * lily/main.cc: --help says what types of backends are availabe
5194
5195 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5196
5197         Fix ./VERSION dependency, and without need to reconfigure.
5198
5199         * lily/main.cc (setup_paths): Update.
5200
5201         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
5202
5203         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
5204
5205         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
5206         Add \line for some simplistic cases.
5207
5208         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
5209
5210 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5211
5212         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
5213         to compile LY files (useful for adding eg. "-I" args)
5214         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
5215         2Gnome command for gnome backend.
5216         (LilyPond-command-formatgnome): call the 2Gnome command. key
5217         binding: C-c C-g
5218
5219 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5220
5221         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
5222         depend on all PNG images.
5223
5224 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5225
5226         * GNUmakefile.in: Bugfix: also link .map files.
5227
5228 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5229
5230         * scm/music-functions.scm (music->make-music): generate 
5231         a (make-music ...) sexpr from a music expression.
5232         (display-scheme-music): use guile pretty printer to display the
5233         make-music sexpr.
5234
5235 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5236
5237         * ly/engraver-init.ly: reindent.
5238         Add CueVoice.
5239
5240         * scm/music-functions.scm (music-pretty-string): handle moments
5241         too.
5242         (music-pretty-string): only print non-empty lists.
5243         (cue-substitute): create CueVoice context, which has smaller type.
5244
5245         * lily/moment-scheme.cc (LY_DEFINE): new methods
5246         ly:moment-grace-{numerator,denominator}
5247
5248         * lily/context-handle.cc: remove quit() method. 
5249
5250         * lily/font-config.cc (init_fontconfig): be verbose about font path.
5251         (init_fontconfig): success is 0, not !0
5252
5253 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5254
5255         * mf/feta-nummer-code.mf (code): add plus glyph.
5256
5257         * lily/tie.cc (print): idem.
5258
5259         * lily/slur.cc (print): don't use thickness property for
5260         slur shape-thickness.
5261
5262         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
5263         while adding stencils.
5264
5265         * scm/define-markup-commands.scm (with-color): with-color markup
5266         command.
5267         (whiteout): new markup command 
5268         (filled-box): new markup command
5269
5270 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5271
5272         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
5273         test for PDF docs.
5274
5275         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
5276         PFAAybabtu-Regular.  Fixes feta font in PDFs.
5277         
5278         Notes for tetex-3.0 make web:
5279            psclean.map: s/uhv8a/uhvr8a/
5280            config.ps add:
5281                 p +psfonts_t1.map
5282                 p +psclean.map
5283                 p +typeface.map
5284
5285 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5286
5287         * scm/music-functions.scm (music-pretty-string): fix bug with
5288         string argument.
5289
5290 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5291
5292         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
5293
5294 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5295
5296         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
5297         only process options if they're there.
5298         (write_file_map): add version-seen? to snippet-map.ly
5299
5300 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5301
5302         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
5303         formatting cleanups.
5304
5305         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
5306         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
5307
5308 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5309
5310         * scm/framework-ps.scm (ps-font-command): don't hash, just use
5311         name directly.
5312
5313         * lily/main.cc (setup_paths): either add mf/out to search path or 
5314         fonts/{otf,type1,etc}
5315         
5316         * lily/font-config.cc (init_fontconfig): either add mf/out to
5317         FontConfig or fonts/{otf,type1,etc}
5318
5319         * GNUmakefile.in: don't put mf/ link in share/ dir.
5320
5321         * lily/staff-spacing.cc: move same-direction-correction to
5322         note-spacing-interface
5323
5324         * scm/lily.scm (lilypond-main): use variable argument count for
5325         exception handler.
5326
5327         * lily/font-config.cc (init_fontconfig): add operator pacification
5328         message.
5329
5330         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
5331
5332         * buildscripts/gen-emmentaler-scripts.py (i): generate
5333         PFAEmmentaler as well.
5334
5335         * scm/framework-ps.scm (munge-lily-font-name): new function
5336         (write-preamble): hack: insert PFA equivalent of CFF into
5337         .PS. This makes LilyPond output printable on normal PS printers
5338         again.
5339
5340         * buildscripts/gen-emmentaler-scripts.py (i): generate
5341         PFAEmmentaler.pfa aswell.
5342
5343 2005-04-06  John Williams <williams@tni.com>  
5344         
5345         * scripts/lilypond-book.py: refactor the compose_ly procedure.
5346         
5347 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5348
5349         * scm/page-layout.scm (default-page-make-stencil): always combine
5350         the header stencil, even if empty. This prevents the body text to
5351         reach up to the margins.
5352
5353         * po/rw.po (Module): new file, for Kinyarwanda.
5354
5355         * input/test/spacing-optical.ly (Module): new file.
5356
5357         * lily/staff-spacing.cc: add same-direction-correction
5358
5359 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5360
5361         * Documentation/user/introduction.itely (Engraving): Comment-out
5362         non-existent file.
5363
5364 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5365
5366         * scm/define-grob-properties.scm (all-user-grob-properties): add
5367         same-direction-correction
5368
5369         * VERSION: release 2.5.18
5370
5371 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5372
5373         * lily/grob.cc (mark_smob): Check pscore->layout_ before
5374         dereferencing.  Fixes make web.
5375
5376         * lily/midi-stream.cc: Handle unwritable midi file.  Include
5377         errno.h.
5378
5379         * Documentation/user/: Fix links.
5380
5381 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5382
5383         * lily/text-interface.cc (Module): rename from text-item.cc
5384
5385         * input/regression/apply-output.ly (texidoc): function naming fix.
5386
5387         * lily/time-signature-performer.cc (derived_mark): new function.
5388
5389         * lily/lily-parser-scheme.cc:  print mapped file name for progress
5390
5391         * scripts/lilypond-book.py (find_linestarts): new function.
5392         (find_toplevel_snippets): keep track of line numbers.
5393
5394         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
5395         all key changes.
5396
5397         * ly/declarations-init.ly (partCombineListener): use
5398         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
5399
5400         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
5401
5402 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5403
5404         * lily/text-item.cc: Fix link.
5405
5406         * Documentation/user/changing-defaults.itely (Changing defaults):
5407         Fix programs reference links.
5408
5409         * Documentation/user/music-glossary.tely: Convert to utf-8.
5410
5411 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5412
5413         * make/lilypond-vars.make: remove TEXMF from variables.
5414         remove DEB_BUILD pk font variables.
5415         remove GUILE_LOAD_PATH
5416         remove TeX memory vars.
5417
5418 2005-04-04  Werner Lemberg  <wl@gnu.org>
5419
5420         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
5421
5422 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * ps/lilyponddefs.ps: remove reencode-font
5425
5426         * lily/simple-spacer.cc (add_columns): also compare
5427         directly. Column rank doesn't distinguish between broken and
5428         unbroken columns. This fixes large spaces before time sig changes.
5429
5430         * Documentation/user/point-and-click.itely: document ly:set-option.
5431
5432         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
5433         point_and_click_global is set.
5434
5435         * lily/scm-option.cc (LY_DEFINE): add point-and-click
5436         ly:set-option argument.
5437
5438 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5439
5440         * GNUmakefile.in: Include symlinks in webball.
5441
5442         * Documentation/user/GNUmakefile (source-links): Add symlinks to
5443         source dir for split and non-split manuals.
5444
5445         * Documentation/user/*y: Fix @uref/@inputfile links for
5446         split/non-split HTML documents.
5447
5448         * Documentation/user/GNUmakefile (local-WWW): Do not generate
5449         .ps.gz.
5450         
5451 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5452
5453         * GNUmakefile.in: Add newline.
5454
5455 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
5456
5457         * tex/lilyponddefs.tex: use color instead of xcolor
5458         * scm/output-tex.scm: minor editing
5459
5460 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5461
5462         * scm/music-functions.scm (display-scheme-music): pretty printer
5463         for music expressions.
5464
5465 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5466
5467         * buildscripts/install-info-html.sh (index_file): Fix link.
5468
5469 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5470
5471         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
5472
5473         * Documentation/index.html.in: Add size estimates with some big pages.
5474
5475         * Documentation/user/tutorial.itely (Running LilyPond for the
5476         first time): Add/replace some @rglos links.  TODO: add more
5477         @rglos links in tutorial, test non-intrusiveness (.css).
5478
5479         * stepmake/bin/add-html-footer.py (do_file): Remove info's
5480         annoying's indication of referencing external document.
5481
5482         * Documentation/user/GNUmakefile: Split version of glossary too.
5483         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
5484         links, not only for html.
5485
5486         * Documentation/user/introduction.itely: Fix some links for other
5487         than html, do not use `here' as link name.
5488
5489 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5490
5491         * scm/documentation-generate.scm (string-append): Fix @usermanref,
5492         @glossaryref.
5493
5494 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5495
5496         * scm/page-layout.scm (default-page-make-stencil): only add header
5497         if existing and not empty. Fixes spurious programming error.
5498
5499         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
5500
5501 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
5502
5503         * scm/output-tex.scm: implement {re,}setcolor
5504         * tex/lilyponddefs.tex: use color package
5505
5506 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5507
5508         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
5509         additions to website.
5510
5511         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
5512
5513         * Documentation/user/macros.itexi: Fix @usermanref html links in
5514         split documents: use @inforef.
5515
5516 2005-03-30  Graham Percival  <gperlist@shaw.ca>
5517
5518         * Documentation/user/programming-interface.itely: minor fix.
5519
5520         * Documentation/user/advanced-notation.itely: added info to
5521         Metronome markings.
5522
5523 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5524
5525         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
5526         use box-stencil.  Remove y-padding argument.
5527         (make-stencil-circler): New function.
5528
5529         * buildscripts/lilypond-words.py (F): 
5530         * elisp/SConscript (a): 
5531         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
5532         * vim/SConscript (a): 
5533         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
5534
5535         * lily/general-scheme.cc: Build fix.
5536
5537         * scm/markup.scm:
5538         * input/regression/markup-scheme.ly: 
5539         * input/regression/markup-syntax.ly: Drop 'new-' from name.
5540
5541         * scm/stencil.scm (make-circle-stencil): New function.
5542
5543         * scm/define-markup-commands.scm (draw-circle): Use it.  New
5544         name (was cicle).  Update callers.
5545         (circle): New markup command, similar to box.
5546
5547         * scm/stencil.scm (circle-stencil): New function.
5548
5549 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
5550
5551         * configure.in: Detect libutf8/wchar.h variant.
5552
5553         * stepmake/aclocal.m4: Modify shared size test.
5554
5555 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5556
5557         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
5558
5559 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5560
5561         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
5562         
5563         * VERSION (PACKAGE_NAME):  release 2.5.17
5564
5565 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5566
5567         * scm/backend-library.scm (postscript->png): Fix comment and png
5568         message.
5569
5570         * GNUmakefile.in (link-tree): Fix locales.
5571
5572 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5573
5574         * lily/stencil-scheme.cc (LY_DEFINE): change to
5575         ly:stencil-aligned-to, non mutating.
5576
5577         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
5578
5579         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
5580
5581         * lily/quote-iterator.cc (derived_mark): call
5582         Music_wrapper_iterator::derived_mark() too.
5583
5584         * lily/grace-engraver.cc (derived_mark): change signature, add
5585         const.
5586
5587 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * SConstruct (symlink): 
5590         * GNUmakefile.in (link-tree): Add scripts to prefix.
5591
5592         * lily/general-scheme.cc (ly:effective-prefix): New function.
5593
5594         * scm/backend-library.scm (postscript->png): Use it.
5595
5596 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5597
5598         * lily/paper-score.cc (process): don't delete grobs after
5599         producing stencils. 
5600
5601         * scm/part-combiner.scm (determine-split-list): switch off
5602         debugging info.
5603
5604         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
5605         if available.
5606
5607         * scm/define-context-properties.scm
5608         (all-user-translation-properties): add stringNumberOrientations.
5609
5610         * lily/new-fingering-engraver.cc (position_scripts): make generic,
5611         so fingering and string-numbers are separately controlled.
5612
5613 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5614
5615         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
5616         not use debugging.
5617
5618 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5619
5620         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
5621
5622         * config.hh.in: add HAVE_FONTCONFIG.
5623
5624         * Documentation/user/instrument-notation.itely (String number
5625         indications): new node.
5626
5627         * input/regression/new-markup-syntax.ly (texidoc): add circle.
5628
5629         * lily/new-fingering-engraver.cc (add_string): new function. 
5630         (acknowledge_grob): accept string-number-event as well.
5631
5632         * scm/define-markup-commands.scm (circle): new markup command.
5633
5634         * scm/output-lib.scm (print-circled-text-callback): new function.
5635
5636         * lily/GNUmakefile: move ifeq after include stepmake.make.
5637
5638 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5639
5640         * config.make.in (HAVE_LIBKPATHSEA_SO):
5641         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
5642
5643         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
5644         add KPATHSEA_LIBS.
5645
5646         * debian/watch: 
5647         * debian/control: Update.
5648
5649 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5650
5651         * input/test/title-markup.ly (spaceTest): remove.
5652
5653         * input/test/embedded-tex.ly (Module): remove.
5654
5655         * input/test/music-box.ly: use 'name property, not ly:music-name.
5656
5657         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
5658
5659         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
5660
5661 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5662
5663         * Documentation/topdocs/INSTALL.texi (Top): Remove information
5664         about xdeltas.  Add information about CVS.
5665
5666         * scm/lily.scm (lilypond-main): Fix invocation of handler,
5667         gracefully handle failed files.
5668
5669         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
5670
5671         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
5672         small fixes.
5673
5674         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
5675         No unnecessarily specific i18n messages.  Remove stray `1'.
5676
5677 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5678
5679         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
5680         documentencoding
5681
5682         * scm/documentation-lib.scm (texi-file-head): set utf-8
5683         documentencoding.
5684
5685         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
5686         Delta, not the Symbol one. 
5687
5688         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
5689         for the .map file.
5690
5691         * Documentation/topdocs/INSTALL.texi (Top): add running
5692         requirement as compilation requirement.
5693
5694 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5695
5696         * buildscripts/mutopia-index.py (headertext): add h1 header and
5697         utf-8 charset meta field.
5698
5699         * input/GNUmakefile: prune example list.
5700
5701         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
5702         options.
5703
5704         * lily/slur-scoring.cc (get_base_attachments): only look at stem
5705         extent for visible stems.
5706
5707         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
5708
5709 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5710
5711         * Documentation/topdocs/INSTALL.texi (Top): Updates.
5712
5713         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
5714
5715 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5716
5717         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
5718         pass inf/nan into slur scoring.
5719
5720         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
5721         page.
5722
5723         * scripts/abc2ly.py (dump_voices): use alphabet().
5724
5725 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
5726         
5727         * mf/GNUmakefile (depth): use $(FONTFORGE). 
5728
5729 2005-03-27 Matthias Neeracher <neeracher@mac.com>
5730         
5731         * flower/include/virtual-methods.hh: simplify. Patch by
5732
5733 2005-03-25  John Williams <williams@tni.com>  
5734
5735         * scripts/lilypond-book.py (main): add png for HTML too, guess
5736         only if necessary. 
5737
5738 2005-03-25  Graham Percival  <gperlist@shaw.ca>
5739
5740         * Documentation/topdocs/INSTALL.texi: now recommends
5741         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
5742
5743         * Documentation/user/basic-notation.itely,
5744         Documentation/user/tutoria.itely: warn about
5745         only one (phrasing) slur at once.
5746
5747 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
5748
5749         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
5750
5751 2005-03-23  Graham Percival  <gperlist@shaw.ca>
5752
5753         * Documentation/user/basic-notation.itely: fixed info about
5754         ending a (de)cresc.
5755
5756         * Documentation/user/lilypond-book.itely: fixed
5757         lilypond-book filter example and warned about not doing
5758         --filter and --process at the same time.
5759
5760 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5761
5762         * lily/parser.yy (bass_number),
5763         Documentation/user/instrument-notation.itely (Figured bass): 
5764         Add the possibility to use text markup in figured bass. 
5765
5766 2005-03-19  Graham Percival  <gperlist@shaw.ca>
5767
5768         * Documentation/user/global.itely: added info about naming
5769         identifiers and breakbefore.
5770
5771         * Documentation/user/invoking.itely: added info about batch
5772         processing files with convert-ly, removed references to TeX
5773         in the jail section.
5774
5775         * Documentation/user/examples.itely: possibly fixed piano
5776         dynamics.
5777
5778         * Documentation/user/advanced-notation.itely: added info
5779         about removing other types of Staff.
5780
5781         * Documentation/user/instrument-notation.itely: possibly
5782         fixed piano staff line switch.
5783
5784         * Documentation/user/changing-defaults.itely: added info
5785         about using normal font in titles.
5786
5787 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5788
5789         * VERSION (PATCH_LEVEL): release 2.5.16
5790
5791         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
5792         explicitly.
5793
5794 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5795
5796         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
5797         whitespace.
5798
5799         * python/lilylib.py (make_ps_images):
5800         * scm/backend-library.scm (postscript->pdf, postscript->png):
5801         Quote file name.  Use format rather than string-append juggling.
5802
5803 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5804
5805         * python/lilylib.py (make_ps_images): add x to -g argument. 
5806
5807         * lily/key-performer.cc (create_audio_elements): don't use
5808         scm_eval_string. Check for minor 3rd directly.
5809   
5810         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5811         (sarabandeCelloGlobal): key is D minor, not F major.
5812
5813 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5814
5815         Fix truncated --png output (Peter Danenberg).
5816         
5817         * python/lilylib.py (make_ps_images):
5818         * scripts/ps2png.py (copyright): Grok --papersize option.
5819
5820         * scm/backend-library.scm (postscript->png): Add parameter
5821         PAPERSIZE.  Update callers.
5822
5823         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
5824         Fixes symbol placement.
5825
5826         * lily/spanner.cc: 
5827         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
5828         <libc-extension.hh>).
5829
5830 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5831
5832         * Nitpick run.
5833
5834         * buildscripts/fixcc.py: Update.
5835
5836         Builddir run fixes.
5837
5838         * HACKING (datadir): Add VERSION.
5839
5840         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
5841         higher up.
5842
5843 2005-03-15  Werner Lemberg  <wl@gnu.org>
5844
5845         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
5846         diagonal stem doesn't become thinner.
5847
5848 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5849
5850         * buildscripts/fixcc.py: Fixes (Werner).
5851
5852 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5853
5854         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
5855         Emmentaler/Aybabtu.
5856
5857         * GNUmakefile.in: fix lilypond-words path.
5858
5859         * po/tr.po: update to 2.3.21
5860
5861         * lily/new-fingering-engraver.cc (position_scripts): take priority
5862         from head position.
5863
5864         * input/regression/finger-chords-order.ly (texidoc): new file.
5865
5866 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5867
5868         * make/ly-rules.make: 
5869         * stepmake/aclocal.m4: 
5870         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
5871
5872         * buildscripts/fixcc.py (rules): Leave space after operator.
5873
5874 2005-03-14  Werner Lemberg  <wl@gnu.org>
5875
5876         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
5877         top of the glyph with smooth curve.
5878
5879 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * Documentation/user/global.itely (Page layout): remove
5882         printpagenumber.
5883
5884 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
5885
5886         * input/regression/mensural-ligatures.ly: new file (with examples
5887         compiled by Pal Benko).
5888
5889         * Documentation/user/instrument-notation.itely: Bugfix: yet some
5890         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
5891         musicglyph access.  Many small beautifications in ancient
5892         examples.
5893
5894         * input/test/divisiones.ly: fixed indentation; small
5895         beautifications
5896
5897         * ly/engraver-init.ly: added FIXME comment
5898
5899         * scripts/lilypond-book.py,
5900         Documentation/user/lilypond-book.itely: added music fragment
5901         option "packed" to lilypond-book
5902
5903         * Documentation/user/instrument-notation.itely: Bugfix: added
5904         missing LedgerLineSpanner color setting in several places.  Added
5905         music fragment option "packed" to VaticanaContext example.
5906
5907 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5908
5909         * scm/define-grobs.scm (all-grob-descriptions): switch off
5910         Hyphen_spanner::set_spacing_rods 
5911
5912         * lily/lyric-hyphen.cc (print): add padding between syllable and
5913         hyphen.
5914         (print): shorten hyphen in tight situations (determine using
5915         minimum-length)
5916
5917         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
5918         0.4pt.
5919
5920 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5921
5922         * ly/titling-init.ly (bookTitleMarkup): Refinements.
5923
5924         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
5925         header/footer markings for regression-test.
5926
5927         * scm/backend-library.scm (output-scopes, header-to-file): Move
5928         from framework-tex.scm.
5929
5930         * scm/framework-ps.scm (output-framework)
5931         (output-preview-framework):
5932         * scm/framework-eps.scm (output-classic-framework)
5933         (output-framework): Use it.  Fixes collated files.
5934
5935 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5936
5937         * input/sakura-sakura.ly: 
5938         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
5939
5940         * buildscripts/guile-gnome.sh: Update.
5941
5942         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
5943
5944         * mf/aybabtu.pe.in: Capitalize Aybabtu.
5945
5946 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5947
5948         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
5949         culprit: always exit the loop if we find a rod, even if it has
5950         distance < 0. 
5951
5952         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
5953         algorithm.
5954
5955         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
5956         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
5957
5958         * scm/output-svg.scm (dashed-line): new  function body.
5959         
5960         * GNUmakefile.in: create .htaccess.
5961
5962 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5963
5964         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
5965
5966 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5967
5968         * VERSION (PACKAGE_NAME): release 2.5.15
5969
5970         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
5971
5972         * scm/framework-svg.scm (output-framework): put scaling in
5973         document header. Apply scaling only once.
5974         (output-framework): dump page size in px, not mm. 
5975
5976         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
5977         from font-size.
5978
5979         * lily/paper-outputter-scheme.cc (LY_DEFINE):
5980         ly:outputter-output-scheme, new function.
5981
5982         * scm/output-svg.scm (pango-description-to-svg-font): new function
5983
5984 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5985
5986         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
5987         target.
5988
5989         * input/typography-demo.ly: new file.
5990
5991 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5992
5993         * Documentation/user/global.itely (File structure): Add markup blocks
5994         to toplevel expressions.
5995         (Multiple movements, Creating titles): Add markup blocks.
5996
5997         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
5998         <libc-extension.hh>).
5999
6000         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
6001
6002         * flower
6003         * lily
6004         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
6005
6006 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6007
6008         * lily/accidental.cc: special bboxes for natural. 
6009
6010         * mf/feta-toevallig.mf: make stems heavier.
6011
6012         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
6013         texts as well.
6014
6015         * mf/feta-klef.mf: revise. 
6016
6017         * mf/feta-schrift.mf: make thinning of accent less pronounced.
6018
6019         * mf/feta-klef.mf: add rounded curve at top. 
6020         make thinnib a little heavier.
6021
6022 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6023
6024         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
6025
6026         * buildscripts/fixcc.py: New file.
6027
6028         * input/regression/utf8.ly: Update Debian font description.
6029
6030 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6031
6032         * stepmake/aclocal.m4: Fix test.
6033
6034 2005-03-09  Graham Percival  <gperlist@shaw.ca>
6035
6036         * Documentation/user/invoking.itely: added Sebastino Vigna's
6037         docs for the --jail option.
6038
6039 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * lily/stem.cc (print): only produce stemlets if there are no
6042         noteheads on this stem.
6043
6044         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
6045         don't crash on stemlet (visible stem without heads).
6046
6047         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
6048         unbroken situations. 
6049
6050         * scm/output-lib.scm (center-invisible): new function.
6051
6052         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
6053         wishes to determine loose column space.
6054
6055         * lily/font-config.cc (init_fontconfig): add
6056         fonts/{otf,type1,cff}  to path.
6057
6058         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
6059
6060         * mf/GNUmakefile (Module): install all fonts under otf/
6061
6062         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
6063         replace /fonts/otf/ by /ps/ 
6064
6065         
6066 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6067
6068         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
6069
6070         * lily/book.cc (process): Oops, add score_.header_.
6071
6072         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
6073
6074         * lily/parser.yy: Handle toplevel and book texts as score.
6075
6076         * scm/page-layout.scm (default-page-make-stencil):
6077         Bugfix: (page-properties rename.
6078
6079         * scm/backend-library.scm (ly:system): Typo.
6080
6081 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6082
6083         * stepmake/stepmake/executable-targets.make (installexe): don't
6084         strip installed executables
6085
6086         * lily/font-select.cc (get_font_by_design_size): revert
6087         pango_description_string as well.
6088
6089         * lily/system.cc (set_loose_columns): put loose column just left
6090         of next column.
6091
6092         * lily/include/group-interface.hh (extract_grob_array): rename
6093         from Pointer_group_interface__extract_grobs
6094
6095         * input/regression/ledger-line-minimum.ly (texidoc): new file.
6096
6097         * lily/ledger-line-spanner.cc (set_spacing_rods): new
6098         function. Keep ledgered note heads at a minimum distance.
6099         Introduce minimum-length-fraction
6100         (print): introduce length-fraction property.
6101
6102 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6103
6104         * tex/GNUmakefile: remove latin1.enc rules.
6105
6106 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6107
6108         * scm/titling.scm: Typo.
6109
6110         * input/regression/score-text.ly: Really add.
6111
6112         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
6113
6114 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6115
6116         * lily/open-type-font-scheme.cc:  new file.
6117
6118 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6119
6120         * scm/titling.scm (layout-extract-page-properties): Rename from
6121         page-properties.  Update callers.
6122
6123         * lily/lexer.ll (Lily_lexer):
6124         * lily/parser.yy: Junk lyric_markup state.
6125
6126         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
6127
6128         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
6129         Add texts parameter.
6130
6131 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6132
6133         * lily/lexer.ll (lyric_markup): New mode.
6134         (Lily_lexer::push_lyric_markup_state): New method.
6135         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
6136
6137         * lily/parser.yy (book_body):
6138         (toplevel_expression): Grok \markup texts.
6139
6140         * lily/score-scheme.cc (ly:music-scorify): 
6141         * scm/lily-library.scm (collect-music-for-book): Take texts
6142         parameter.
6143
6144         * lily/score.cc (texts_): New member.
6145
6146         * lily/paper-book.cc (systems): Format score texts.
6147
6148         * score-text.ly: New file.
6149
6150         * ttftool/SConscript:
6151         * kpath-guile/SConscript: New file.
6152
6153         * lily/SConscript:
6154         * SConstruct: Update.
6155
6156 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6157
6158         * VERSION (PACKAGE_NAME): release 2.5.14
6159
6160 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6161
6162         * lily/main.cc: Add dummy xgettext markers.
6163
6164 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6165
6166         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
6167         requirements
6168
6169         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
6170         executable is < 40k
6171
6172         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
6173         hack.
6174
6175 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6176
6177         * flower/libc-extension.cc:
6178         * flower/include/libc-extension.hh: [Open]BSD simply cast
6179         cookie/funopen declarations.
6180
6181         * stepmake/aclocal.m4: Check for libkpathsea.so.
6182
6183         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
6184         dl_kpse_find_file.
6185
6186 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6187
6188         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
6189         (open_library): alternative for static library.
6190
6191 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6192
6193         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
6194
6195         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
6196
6197         Drop run-time dependency on teTeX.
6198
6199         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
6200
6201         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
6202         KPATHSEA_LIBS in LIBS.
6203         (STEPMAKE_DLOPEN): New function.
6204
6205         * lily/font-config.cc (init_fontconfig): Use dir for directory,
6206         not path.
6207
6208         * flower/file-path.cc (directories): Rename from paths, as this
6209         return an array of directories (a single path).
6210
6211 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6212
6213         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
6214
6215         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
6216         new ly:kpathsea-find-file
6217
6218         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
6219
6220         * kpath-guile/GNUmakefile: new file
6221
6222         * buildscripts/gen-emmentaler-scripts.py (i): generate
6223         emmentaler-X.fontname as well.
6224
6225         * buildscripts/ps-embed-cff.py: new script
6226
6227         * scm/lily-library.scm: remove ps-embed-cff.
6228
6229         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
6230         font loading. 
6231
6232         * scm/font.scm (add-music-fonts): load dynamics/numbers through
6233         fontconfig as well.
6234
6235         * lily/font-config.cc (init_fontconfig): add cff/ too.
6236
6237         * ly/generate-embedded-cff.ly: capitalize.
6238
6239         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
6240         so as to register the pango font.
6241
6242         * lily/font-config.cc (init_fontconfig): add
6243         prefix/{otf,type1,mf/out} to fontconfig path.
6244
6245         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
6246         overrides all. 
6247
6248         * configure.in (gui_b): remove ec mftrace check
6249
6250         * config.hh.in: use lilypond-Major.Minor as data directory.
6251
6252         * scm/framework-ps.scm (dump-page): use output-units for landscape.
6253
6254         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
6255         name.
6256
6257 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6258
6259         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
6260         error messages.
6261
6262         * flower/libc-extension.cc:
6263         * flower/include/libc-extension.hh: [Open]BSD fixes for
6264         cookie/funopen declarations.
6265
6266 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6267
6268         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
6269         emmentaler.
6270
6271         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
6272         lcrm10.
6273
6274         * scm/define-markup-commands.scm (fontsize): new markup
6275         command. Also set baseline-skip
6276
6277 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
6278         
6279         * lily/main.cc (do_chroot_jail): paranoia security for webserver
6280         use.
6281
6282 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6283
6284         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
6285
6286         * lily/pdf.cc: remove PDF related files
6287
6288 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6289
6290         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
6291         <hamamatsu@gmx.de>
6292
6293 2005-03-05  Graham Percival  <gperlist@shaw.ca>
6294
6295         * Documentation/user/advanced-notation.itely: first draft
6296         of reorg done.
6297
6298         * Documentation/user/global.itely: fixed (sub)section
6299         bits of MIDI.
6300
6301 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6302
6303         * cygwin/mknetrel (extras): Bufix (Bertalan).
6304
6305         * Documentation/user/basic-notation.itely (Chords): @ref fix.
6306         * Documentation/user/instrument-notation.itely (Introducing chord
6307         names): Compile fix: must have unique name.
6308
6309 2005-03-02  Graham Percival  <gperlist@shaw.ca>
6310
6311         * Documentation/user/instrument-notation.itely: reorg.
6312
6313 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6314
6315         * scm/output-gnome.scm:
6316         * scm/output-svg.scm: Fix font scaling.
6317
6318 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6319
6320         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
6321         what link to use best.
6322
6323         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
6324         * Documentation/user/tutorial.itely (Automatic and manual beams):
6325         Fix @ref.
6326
6327         * lily/tweak-registration.cc (replace_grob_tweak): New function.
6328         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
6329         * scm/framework-gnome.scm (tweak): Use it.
6330
6331 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6332
6333         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
6334
6335         * scm/output-ps.scm (white-text): reinstate white-text
6336
6337 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6338
6339         * scm/output-ps.scm (offset-add): Remove.
6340
6341         * scm/lily-library.scm (offset-flip-y): New function.
6342         * scm/framework-gnome.scm (tweak): Use it.
6343
6344         * scm/output-gnome.scm (grob-cause): Add parameter.
6345
6346         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
6347         * scm/output-ps.scm (url-link): Move.
6348         (white-text): Warn user about brokenness.
6349
6350         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
6351         wrt ghostscript.
6352
6353 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6354
6355         * lily/slash-repeat-engraver.cc (try_music): always make slashes
6356         if body length smaller than measure length.
6357
6358         * scm/define-markup-commands.scm (with-url): oops. use Y extent
6359         for Y.
6360
6361         * ly/titling-init.ly (tagline): put default tagline in \paper
6362
6363 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * lily/kpath.cc: 
6366         * lily/pdf.cc (Pdf_file): Use more generic error messages.
6367
6368         * scm/lily-library.scm (version-not-seen-message): New function.
6369         * ly/init.ly: Use it.
6370
6371         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
6372         breaks as progess.
6373
6374         * scripts/lilypond-book.py (do_process_cmd): Do not lump
6375         whitespace with l10n message.
6376
6377         * scm/framework-tex.scm (convert-to-ps):
6378         (convert-to-dvi): Do not use overly specific l10n messages.
6379
6380         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
6381
6382         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
6383         merge stderr with stdout.  
6384
6385 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6386
6387         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
6388         Neeracher).
6389
6390 2005-02-29  Graham Percival  <gperlist@shaw.ca>
6391
6392         * Documentation/user/instrument-notation.teily: moved
6393         \arpeggio to Basic.
6394
6395         * Documentation/user/advanced-notation.itely: Articulation to
6396         Basic, a bunch of stuff from Basic moved to Advanced.
6397
6398         * Documentation/user/basic.itely: swapped various sections,
6399         reorganized Basic.
6400
6401 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6402
6403         * flower/memory-stream.cc: 
6404         * flower/libc-extension.cc: Remove obsolete #undefs.
6405
6406         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
6407         more carefully.
6408
6409 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6410
6411         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
6412         dependency.
6413
6414         * VERSION (PACKAGE_NAME): release 2.5.13
6415
6416         * GNUmakefile.in (web-ext): don't ship ps.gz
6417
6418         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
6419         stdout
6420
6421 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6422
6423         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
6424         without libintl.  Now it compiles too.
6425
6426 2005-02-28  Graham Percival  <gperlist@shaw.ca>
6427
6428         * Documentation/user/basic-notation.itely,
6429         instument-notation.itely, advanced-notation.itely:
6430         split up contents of notation.itely.
6431
6432         * Documentation/user/notation.itely: file removed.
6433
6434         * Documentation/user/invoking.itely, converters.itely:
6435         moved convert-ly info to invoking.itely.
6436
6437         * Documentation/user/global.itely, changing-defaults.itely,
6438         sound-output.itexi: moved global settings, file layout, and
6439         sound into global.itely.
6440
6441         * Documentation/user/sound-output.itexi: file removed.
6442
6443         * Documentation/user/lilypond.tely: removed links to
6444         notation.itely and sound.itely.
6445
6446 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6447
6448         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
6449
6450         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
6451  
6452         * THANKS: add sponsor.
6453
6454         * scm/define-markup-commands.scm (with-url): new markup command.
6455
6456         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
6457         tagline.
6458         
6459         * scm/output-tex.scm (url-link): stub.
6460
6461         * scm/output-ps.scm (url-link): new function.
6462
6463         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
6464         ly:set-point-and-click
6465
6466 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6467
6468         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
6469         based on pdf-viewer setting.
6470
6471         * scm/framework-ps.scm (write-preamble): Find and set preferred
6472         pdf-viewer.
6473
6474 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * Documentation/user/point-and-click.itely: update for PDF point &
6477         click.
6478
6479         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
6480         editors based on EDITOR setting.
6481
6482 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6483
6484         * scm/*: Oops, more grand 2005 replace bits.
6485
6486 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6487
6488         * ps/music-drawing-routines.ps: new routine: insert PDF mark
6489
6490         * scm/output-ps.scm (grob-cause): point & click support for
6491         PostScript
6492
6493 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6494
6495         * lily/input-scheme.cc (LY_DEFINE): rename to
6496         ly:input-file-line-column
6497
6498 2005-02-26  Graham Percival  <gperlist@shaw.ca>
6499
6500         * Documentation/user/examples.itely: small fix from Steve Doonan.
6501
6502         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
6503
6504         * THANKS: added Yuval Harel.
6505
6506         * Documentation/user/{various}: inserted two spaces after a period.
6507
6508         * Documentation/user/lilypond.tely: added framework for reorg.
6509
6510         * Documentation/user/basic-notation.itely, instrument-notation.itely,
6511         advanced-notation.itely, global.itely: new files, placeholder for
6512         future reorg.
6513
6514 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
6515
6516         * Documentation/user/notation.itely: revamped Polyphony section
6517         
6518 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6519
6520         * Documentation/user/lilypond-book.itely (Music fragment options):
6521         doc fontload.
6522
6523         * Documentation/user/changing-defaults.itely (Text encoding): add
6524         fontload option to utf8 include
6525
6526         * scripts/lilypond-book.py (compose_ly): add fontload option
6527
6528         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
6529         force-eps-font-include option.
6530
6531         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
6532         black triangle
6533
6534         * Documentation/user/invoking.itely (Editor support): remove
6535         lilypond-latex section.
6536
6537         * scripts/lilypond-latex.py (Module): remove script.
6538
6539         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
6540         overwrite .log. 
6541
6542         * lily/main.cc: remove -m, --no-layout
6543
6544         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
6545         to define. We don't want to override fprintf everywhere.
6546
6547 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6548
6549         * cygwin/lilypond.hint: 
6550         * cygwin/README.in: Update dependencies.
6551
6552         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
6553         Bugfix: do not pollute CPPFLAGS, LIBS.
6554
6555         * cygwin/mknetrel (extras): Cross compile fixes.
6556
6557         * ttftool/util.c: 
6558         * ttftool/ttfps.c: 
6559         * ttftool/ps.c: #include libc-extension.hh
6560
6561         * flower/include/libc-extension.hh:
6562         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
6563         wrapper using funopen.
6564         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
6565         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
6566
6567         * config.hh.in:
6568         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
6569         (AC_CHECK_HEADERS): Add libio.h
6570
6571         * scripts/convert-ly.py: Uniformize, internationalize.
6572         (2.5.2): Remove fatal encoding rule.
6573         (2.5.13): Handle latin1 encoding gracefully.
6574
6575 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6576
6577         * HACKING: Fix line breaks.
6578
6579 2005-02-23  Werner Lemberg  <wl@gnu.org>
6580
6581         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
6582         contains those two files.
6583
6584 2005-02-21  Werner Lemberg  <wl@gnu.org>
6585
6586         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
6587         to improve overlap removal process.
6588
6589         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
6590         left and right ending.  This ensures better overlapping.
6591         Update all callers.
6592         ("lineprall"): Don't use draw_gridline to get better overlapping.
6593
6594 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6595
6596         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
6597
6598         * Documentation/topdocs/NEWS.tely (Top): oops.
6599
6600 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
6601
6602         * HACKING: new file.
6603
6604         * input/regression/utf8.ly (portuguese): added a portuguese example
6605         to show latin1 accents.
6606
6607 2005-02-21  Pal Benko  <benkop@freestart.hu>
6608
6609         * lily/mensural-ligature-engraver.cc:
6610         * lily/mensural-ligature.cc:
6611         * lily/include/mensural-ligature.hh: new algorithm implemented
6612
6613         * scm/define-grob-properties.scm: join-left killed (add-join may
6614         be used); join-left-amount changed to join-right-amount
6615
6616 2005-02-21  Graham Percival  <gperlist@shaw.ca>
6617
6618         * Documentation/user/notation.itely: small but urgent fix.
6619
6620 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
6621
6622         * lily/duration-scheme.cc: bugfix: correct parameters to
6623         SCM_ASSERT_TYPE.
6624
6625         * THANKS: added Pal.
6626
6627         * Documentation/user/notation.itely: bugfix: unTeXified
6628         $\\backslash$.  Bugfix: yet another glyph renaming victim:
6629         "timesig.*x/y" -> "timesig.*xy".
6630
6631 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6632         
6633         * VERSION (PACKAGE_NAME): release 2.5.12
6634
6635 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6636
6637         * ly/engraver-init.ly: set tieWaitForNote to #t by default
6638
6639         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
6640
6641         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
6642
6643         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
6644
6645 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6646
6647         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
6648         latin1..utf-8.
6649
6650         * input/regression/stanza-number.ly:
6651         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
6652
6653         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
6654
6655 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6656
6657         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
6658         NEWS. Refer to website for older news.  
6659
6660         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
6661         .HTML. This should be done for specific servers only.
6662
6663         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
6664         .ly image examples.
6665
6666         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
6667         in layer 0 too.
6668
6669         * scm/define-context-properties.scm
6670         (all-user-translation-properties): add tieWaitForNote
6671
6672         * scm/define-grobs.scm (all-grob-descriptions): add
6673         Tie_column::before_line_breaking
6674
6675         * lily/tie.cc (get_column_rank): new function
6676
6677         * lily/tie-column.cc (before_line_breaking): new function.
6678         (werner_directions): take into account ties that start on
6679         different columns.  
6680
6681         * lily/score-engraver.cc (set_columns): move add_column() so we
6682         have column rank available.
6683
6684         * lily/tie.cc (get_column_rank): new function.
6685
6686         * input/regression/utf8.ly (japanese): add japanese lyrics.
6687
6688         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
6689
6690         * THANKS: add Steve D
6691
6692         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
6693         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
6694
6695 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
6696
6697         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
6698         to show harmonic notes
6699         * scm/define-markup-commands.scm: in \markup-by-number
6700         "dots-dot" -> "dots.dot" to show dotted notes
6701
6702 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6703
6704         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
6705
6706         * flower/memory-stream.cc (writer): new file.
6707
6708         * configure.in: add endian test.
6709
6710 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
6711
6712         * Documentation/user/examples.itely: small
6713         simplification/beautification
6714
6715         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
6716         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
6717         notation manual.
6718
6719         * lily/mensural-ligature.cc: bugfix: another few victims of the
6720         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6721
6722         * ly/gregorian-init.ly: commit some experimental code for hi-level
6723         ligature input language lying around here for several months.
6724
6725         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
6726         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6727
6728         * lily/vaticana-ligature-engraver.cc: bugfix: another few
6729         "x-y-z"->"x.y.s-z" fixes.
6730
6731 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6732
6733         * scm/framework-pdf.scm (scm): new file
6734
6735         * lily/include/pdf.hh (class Pdf_file): new file.
6736
6737         * lily/pdf.cc (write_trailer): new file.
6738
6739 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
6740
6741         * input/regression/color.ly: new file
6742
6743         * lily/stencil.cc (interpret_stencil_expression):
6744         when a color expression is encountered: save current color,
6745         process the rest of the expression, and restore previous color.
6746
6747         * lily/system.cc (get_line): check all grobs for color property and
6748         prepare the stencil scheme expressions for further processing.
6749         Fix layer-loop.
6750
6751         * scm/define-grob-properties.scm: introduce the color property.
6752
6753         * scm/output-lib.scm: color helper functions.
6754
6755         * scm/output-ps.scm: introduce setcolor/resetcolor.
6756
6757 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6758
6759         * ly/*.ly, input/regression/*.ly: Added missing \version
6760         statements in some files.
6761
6762 2005-02-15  Graham Percival  <gperlist@shaw.ca>
6763
6764         * Documentation/user/notation.itely: minor editing.
6765
6766         * Documentation/user/converters.itely: updated convert-ly bugs.
6767
6768         * Documentation/user/lilypond-book.itely: add info about using
6769         feta characters in latex.
6770
6771 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6772
6773         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
6774
6775 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * scm/define-grob-properties.scm (all-user-grob-properties):
6778         removed 'dashed property.
6779
6780 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6781
6782         * scm/lily.scm (define-safe-public): new macro for defining
6783         variables that can be used in --safe mode. Use it in *.scm
6784         instead of manually setting safe-objects in safe-lily.scm.
6785
6786 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6787         
6788         * lily/slur.cc: Slur-dash patch by Bertalan.
6789
6790         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
6791
6792         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
6793
6794 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6795
6796         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
6797
6798 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * mf/GNUmakefile: teTeX-3.0 install fix.
6801
6802         * Cygwin patch from Bertalan.
6803
6804         * stepmake/stepmake/metafont-rules.make: Remove bashism.
6805
6806 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6807
6808         * GNUmakefile.in: 
6809         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
6810
6811         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
6812         2.0.x compatibility.
6813
6814 2005-02-08  Werner Lemberg  <wl@gnu.org>
6815
6816         * mf/feta-din-code.mf: Format; clean up code.
6817         Replace `---' with `--' plus explicit path directions.
6818         (linethickness#, stafflinethickness#): Remove.
6819         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
6820         ("dynamic s"): Improve shape.
6821         ("dynamic p"): Improve shape.
6822         Replace `draw' with better outline approximation.
6823         ("dynamic r"): Improve shape.
6824         Don't call `fill' and `draw' at the same time.
6825
6826 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6827
6828         * SConstruct (symlink):
6829         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
6830         build fix: add enc symlink.
6831
6832         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
6833
6834         Support for DESTDIR besides prefix=/foo
6835
6836         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
6837
6838         * stepmake/stepmake/*.make:
6839         * */GNUmakefile:
6840         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
6841
6842         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
6843
6844         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
6845         mawk in fontforge (date) test.
6846
6847 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6848
6849         * scm/font.scm (make-century-schoolbook-tree): add NCS as
6850         font-family=roman. Add Luxi Sans as sans
6851
6852 2005-02-07  Graham Percival  <gperlist@shaw.ca>
6853
6854         * Documentation/user/notation.itely: add warning about
6855         percent repeats and Voice contexts.
6856
6857         * Documentation/user/lilypond-book.itely: clarified the
6858         necessity of dvips -u arguments.
6859
6860 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6861
6862         * THANKS: Added a bunch of bug hunters.
6863
6864 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6865
6866         * scm/framework-ps.scm (output-preview-framework): bugfix.
6867
6868         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
6869         o/ for chord modifier..
6870
6871         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
6872
6873         * lily/drum-note-performer.cc:  remove unused (thanks Michael
6874         Welsh Duggan). 
6875
6876 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6877
6878         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
6879
6880         * ly/titling-init.ly: Do not also print intstrument in header on
6881         first page.  Do not print page number on first and only page.
6882
6883 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6884
6885         * input/regression/*.ly: remove old-relative everywhere
6886
6887         * lily/music-sequence.cc (simultaneous_relative_callback): do
6888         what-if analysis on copy, not on original. Fixes old-relative
6889         compatibility.
6890
6891         * scm/backend-library.scm (postscript->png): space before
6892         --verbose.
6893         
6894 2005-02-05  Werner Lemberg  <wl@gnu.org>
6895
6896         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
6897         is defined.
6898
6899         * mf/feta-alphabet.mf: Define `staffsize#'.
6900         Include `feta-params.mf'.
6901         s/staffheight/design_size/.
6902
6903         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
6904
6905         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
6906
6907         * mf/feta-nummer-code.mf: Reformatted.
6908         (draw_six): Use outline intersection to avoid a self-intersecting
6909         path.
6910         ("Numeral comma"): Fix serious outline glitches.  This slightly
6911         changes the glyph shape.
6912         ("Numeral dash"): Use `draw_rounded_block'.
6913         ("Numeral dot"): Use `drawdot'.
6914         ("Numeral 1"): Assure identical tangent directions for the
6915         intersection points of paths.  The glyph shape improvement is only
6916         visible at very high magnifications.
6917         ("Numeral 2"): Use `solve' macro to make the lower right part of
6918         the glyph outline touch the x axis exactly.  This changes the
6919         glyph shape.
6920         Minor fixes for better overlap removal support.
6921         ("Numeral 4"): Make lefter corner `rounder'.
6922         ("Numeral 5"): Assure identical tangent directions for the
6923         intersection points of paths.  This improves the glyph shape at
6924         high magnifications.
6925         ("Numeral 7"): Use `solve' macro to make the upper right part of
6926         the glyph outline touch the metrics box exactly.  This changes the
6927         glyph shape.
6928         Avoid corner in the upper left part of the glyph (causing a minor
6929         shape change).
6930
6931         * mf/feta-ital-*.mf: Removed.  Unused.
6932
6933 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6934
6935         * VERSION (PATCH_LEVEL): release 2.5.11
6936
6937         * input/regression/fill-line-test.ly: new file.
6938
6939         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
6940         emmentaler name, eg. emmentaler-23. 
6941
6942 2005-02-04  Christian Hitz  <chhitz@gmx.net>
6943
6944         * scm/scm/define-markup-commands.scm (fill-line): rework for better
6945         alignment with centered texts
6946
6947         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
6948         list of paddings
6949
6950 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6951
6952         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
6953
6954         * lily/note-column.cc (translate_rests): call flush_extent_cache()
6955         of parents when translating rests. Fixes: c-chord-rest.ly 
6956
6957         * lily/include/dimension-cache.hh (struct Dimension_cache): add
6958         dimension_callback_ member.
6959
6960         * lily/grob.cc (flush_extent_cache): new function. Force recompute
6961         of extents.
6962
6963 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6964
6965         * all but lily/*: The grand 2004/2005 replace.
6966
6967 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6968
6969         * lily/*: add space after ,  
6970
6971         * scm/music-functions.scm (has-request-chord): don't use
6972         ly:music-name anywhere. Fixes <<\\>> notation. 
6973
6974         * scm/define-markup-commands.scm (box): use font-size for
6975         padding. Fixes boxed-rehearsal-marks.ly
6976
6977         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
6978         identifier definition too, so foo = \lyrics { ...   } bar = #1
6979         doesn't complain about "bar" being LYRICS_STRING.
6980
6981         * lily/paper-def.cc (find_pango_font): new routine; Store
6982         pango_fonts in hash tab too. This is necessary for retrieving
6983         Pango_fonts::physical_font_tab() later on.
6984  
6985         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
6986         crash if psname is null.
6987
6988         * lily/lily-guile.cc (ly_hash2alist): new function
6989
6990         * Documentation/user/changing-defaults.itely (Text encoding):
6991         rewrite. 
6992
6993         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
6994         -> font_filename mapping.
6995
6996         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
6997         ly_pango_font_physical_fonts
6998
6999         * scm/framework-ps.scm (supplies-or-needs): extract names from
7000         physical Pango_fonts.
7001
7002         * utf8.ly: new file.
7003
7004 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7005
7006         * Documentation/user/changing-defaults.itely (Page layout): add
7007         doco about systemSeparatorMarkup.
7008
7009         * scm/page-layout.scm (default-page-make-stencil): add-to-page
7010         function.
7011         (default-page-make-stencil): insert system separators.
7012
7013         * scm/define-markup-commands.scm (hcenter): add
7014         (beam): add.
7015
7016 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7017
7018         * scm/output-ps.scm (ez-ball): reinstate ez notation.
7019
7020 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7021
7022         * lily/main.cc: Spell backend consistently.  Sort options.
7023
7024 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7025
7026         * scripts/lilypond-book.py (Module): revert @include.
7027         
7028 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7029
7030         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
7031         Bugfix: @include .tex (not .texi).  Small cleanups.
7032
7033         * stepmake/bin/add-html-footer.py (i18n): New function.
7034
7035 2005-01-31  Werner Lemberg  <wl@gnu.org>
7036
7037         * mf/feta-nummer.mf: Removed.  Unused.
7038
7039 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7040
7041         * lily/ : 2004 -> 2005 s&r
7042
7043         * scm/file-cache.scm (cached-file-contents): add file. Read each
7044         file only once.
7045
7046         * scm/font.scm (add-pango-fonts): change order. Medium weight is
7047         now default.
7048
7049         * VERSION: release 2.5.10
7050         
7051         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
7052
7053         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
7054
7055         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
7056         that both X and Y extents of bbox are non-nil.
7057
7058 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7059
7060         * scm/chord-name.scm (alteration->text-accidental-markup): change
7061         - to . 
7062
7063         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
7064
7065         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
7066
7067         * Documentation/user/invoking.itely (Invoking lilypond): add note
7068         about EPS backend.
7069
7070         * scm/framework-eps.scm: new file: create per-system/per-page EPS
7071         files for inclusion in lilypond-book document.
7072
7073         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
7074
7075         * input/tutorial/lbook-texi-test.texi: new file.
7076
7077         * scm/safe-lily.scm (safe-objects): add
7078         {begin,end}-of-line-(in)?visible as safe.
7079  
7080 2005-01-30  Graham Percival  <gperlist@shaw.ca>
7081
7082         * Documentation/user/changing-defaults.itely: fixed example
7083         of (dynamics).
7084
7085 2005-01-29  Graham Percival  <gperlist@shaw.ca>
7086
7087         * lily/main.cc: fix info about -o=FILE.
7088
7089 2005-01-29  Werner Lemberg  <wl@gnu.org>
7090
7091         * mf/feta-toevallig.mf ("Natural"): Completely changed the
7092         construction to assure smooth transition from straight to curved
7093         lines.
7094
7095 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7096
7097         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
7098         stencils.
7099
7100         * ps/lilyponddefs.ps: add start-page, start-system doesn't
7101         translate to top of page. Fixes alignment problems of
7102         lilypond-generated EPS files.
7103
7104 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7105
7106         * scm/part-combiner.scm (analyse-spanner-states): trigger on
7107         crescendo-end as well, since Decrescendo maybe ended with Stop
7108         Crescendo.). Fixes: partcombine-diminuendo.ly
7109
7110         * scm/script.scm (default-script-alist): swap portato symbols.
7111
7112         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
7113
7114         * lily/paper-outputter-scheme.cc (LY_DEFINE):
7115         ly:outputter-port. New function.
7116
7117         * scm/framework-ps.scm (output-classic-framework): dump a
7118         -systems.texi too
7119         (output-classic-framework): dump multiple systems on an "infinite"
7120         page EPS including fonts. 
7121
7122         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
7123         .eps files for both texi and tex formats. Use PNG coming from
7124         lilypond.
7125         
7126 2005-01-28  Graham Percival  <gperlist@shaw.ca>
7127
7128         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
7129
7130         * scripts/lilypond-latex.py: fix info about -o=FILE.
7131
7132 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7133
7134         * ly/generate-embedded-cff.ly: write .cff.ps files.
7135
7136         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
7137
7138         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
7139         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
7140
7141 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
7144
7145 2005-01-28  Werner Lemberg  <wl@gnu.org>
7146
7147         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
7148         macros.
7149         (draw_bulb): Improved.
7150
7151         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
7152         metapost bug.
7153         (draw_pedal_P): Use soft_end_penstroke.
7154         (draw_pedal_d): Use soft_start_penstroke.
7155
7156         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
7157         path.
7158         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
7159         doesn't change the glyph shape.
7160
7161         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
7162         changing the shape) to avoid fontforge warnings.
7163
7164         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
7165         soft_end_penstroke and fix glyph shape.
7166
7167 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7168
7169         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
7170
7171 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7172
7173         * scm/define-markup-commands.scm (line): filter out empty stencils
7174         from line command.
7175
7176         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
7177         amount.
7178
7179 2005-01-27  Graham Percival  <gperlist@shaw.ca>
7180
7181         * Documentation/user/notation.itely: added info about what
7182         \voiceFoo does.  Also rewrote warning about marks at
7183         a line break.
7184
7185         * Documentation/user/changing-defaults.itely: added info
7186         about putting dynamics in parenthesis and brackets.
7187
7188 2005-01-27  Werner Lemberg  <wl@gnu.org>
7189
7190         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
7191
7192 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7193
7194         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
7195         portato-direction.ly
7196
7197         * lily/beam.cc (consider_auto_knees): add beam height to
7198         threshold. Fixes: knee-multiple-beam.ly
7199
7200         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
7201         pedal line spanners. Fixes: instrument-center-pedal.ly
7202
7203         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
7204         if encountering barline. Fixes: auto-beam-repeat.ly
7205
7206 2005-01-26  Werner Lemberg  <wl@gnu.org>
7207
7208         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
7209         overlapping.
7210
7211         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
7212         with inflections for the 1/2 sharp glyph.
7213
7214         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
7215         connection between `t' and `r'.
7216         Unify bulb with the rest of `r' to avoid grazing outlines which
7217         confuses the overlap removal algorithm of fontforge.
7218
7219         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
7220         inflections.
7221         (draw_cross): Fix shape to have uniform thickness in corners.
7222
7223         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
7224         to avoid an uneven number of self-intersections; this confuses
7225         fontforge.
7226         Fix a slight bug in the shape at left bottom (which is visible only
7227         at high magnifications).
7228         `Center' the stem horizontally to avoid overlapping.
7229
7230 2005-01-24  Werner Lemberg  <wl@gnu.org>
7231
7232         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
7233         to `asis'.
7234         (fet_begingroup): Save group name in string `feta_group'.
7235         (fet_endgroup): Updated.
7236         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
7237
7238         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
7239
7240         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
7241         in metapost.
7242
7243 2005-01-24  Graham Percival  <gperlist@shaw.ca>
7244
7245         * Documentation/user/notation.itely: really minor editing.
7246
7247 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7248
7249         * Documentation/user/examples.itely: minor editing.
7250
7251         * Documentation/user/changing-defaults.itely: minor editing.
7252
7253         * Documentation/user/notation.itely: clarified info on polyphony
7254         and \addlyrics.
7255
7256 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7257
7258         * scm/output-gnome.scm: 
7259         * scm/output-svg.scm:
7260         * scm/lily-library.scm (font-name-style): Update font name
7261         kludging for fontconfig use.
7262
7263 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
7264
7265         * scm/define-markup-commands.scm: Document right-align and
7266         larger markup commands. Remove "TODO" from the topmost comment
7267         "each markup function should have a doc string." More consistent
7268         use of new-lines.
7269
7270 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7271
7272         * Documentation/user/changing-defaults: removed info about
7273         copyright symbol, since it's likely to change soon.
7274         Added info about betweensystemspace.
7275
7276         * Documentation/user/notation.itely: minor fixes.
7277
7278         * Documentation/user/lilypond.tely,
7279         Documentation/user/music-glossary.tely: changed copyright
7280         date to 2005 instead of 2004.
7281
7282         * input/test/volta-chord-names.ly: added old example back.
7283
7284 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7285
7286         * mf/feta-beugel.mf: use design size 20 (not 15).
7287
7288         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
7289         change name to aybabtu completely
7290
7291 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7292
7293         * buildscripts/gen-emmentaler-scripts.py (outdir): add
7294         design_size to fontname
7295
7296 2005-01-19  Werner Lemberg  <wl@gnu.org>
7297
7298         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
7299         mf/feta-schrift.mf: s/p/pat/ if a path variable.
7300
7301         * mf/feta-autometric.mf (set_char_box): Add code which emits
7302         specials for mf2pt1 if run with metapost.
7303         (to_bp): New macro for mf2pt1.
7304
7305 2005-01-18  Graham Percival  <gperlist@shaw.ca>
7306
7307         * Documentation/user/changing-defaults: added info on
7308         creating a copyright symbol.
7309
7310 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7311
7312         * VERSION: release 2.5.9
7313         
7314 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
7315
7316         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
7317
7318         * Documentation/user/notation.itely: Document
7319         score-override-auto-beam-setting Fix documentation for
7320         revert-auto-beam-setting.
7321
7322 2005-01-18  Werner Lemberg  <wl@gnu.org>
7323
7324         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
7325         (procset): New function to define a procset resource.
7326         (ps-embed-pfa): New function to define a font resource.
7327         (setup): New function to define a `Setup' environment.
7328         (preamble): Use new functions.
7329
7330         * ps/lilypond.defs (init-lilypond-parameters): New function to
7331         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
7332
7333 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7334
7335         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
7336
7337 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
7338
7339         * scm/define-markup-commands.scm: Change number->markletter-string
7340         to take two arguments (vector number). Add number->mark-alphabet-vector
7341         and markalphabet markup command.
7342
7343         * scm/translation-functions.scm: Add format-mark-box-alphabet,
7344         format-mark-alphabet, format-mark-box-barnumbers and
7345         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
7346
7347 2005-01-17  Graham Percival  <gperlist@shaw.ca>
7348
7349         * Documentation/user/examples.itely: add SATB automatic piano
7350         reduction template.
7351
7352         * Documentation/user/notation.itely: added info about changing
7353         partcombine texts.  Also adds examples of alternate lyrics.
7354
7355         * Documentation/user/changing-defaults.itely: added warning
7356         about \RemoveEmptyStaffContext overriding previous changes.
7357
7358 2005-01-17  Werner Lemberg  <wl@gnu.org>
7359
7360         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
7361         feta-alphabet*.
7362
7363 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7364
7365         * python/lilylib.py (make_ps_images): don't do final showpage for
7366         multi-page documents.
7367         
7368         * VERSION (MY_PATCH_LEVEL): release 2.5.8
7369
7370 2005-01-16  Graham Percival  <gperlist@shaw.ca>
7371
7372         * Documentation/user/lilypond.tely: changed order of appendices;
7373         unified index should be last.
7374
7375         * Documentation/user/notation.itely: add example of key signatures
7376         and info about Staff.printKeyCancellation.
7377
7378 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7379
7380         * lily/include/repeated-music.hh (class Repeated_music): change
7381         into "namespace" class.
7382
7383         * lily/event.cc: remove Key_change_event.
7384
7385         * lily/include/transposed-music.hh (class Transposed_music): remove.
7386
7387         * lily/transposed-music.cc: remove
7388
7389         * lily/include/relative-music.hh: remove.
7390
7391         * lily/include/music-sequence.hh (struct Music_sequence): change
7392         into "namespace" class.
7393
7394         * lily/untransposable-music.cc (Module): remove
7395
7396         * lily/include/un-relativable-music.hh (Module): remove
7397
7398         * lily/include/untransposable-music.hh (Module): remove
7399
7400         * lily/include/music-list.hh (Module): remove file
7401
7402         * lily/un-relativable-music.cc: remove file.
7403
7404 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7405
7406         * lily/parser.yy: Compile fix.
7407
7408 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7409
7410         * lily/include/music.hh (class Music): unvirtualize transpose().
7411
7412         * lily/sequential-music.cc: remove file.
7413
7414         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
7415
7416         * lily/slur-scoring.cc (get_best_curve): only switch on
7417         DEBUG_SLUR_SCORING for non NDEBUG builds.
7418
7419         * lily/include/music.hh (class Music): replace Music::start_mom()
7420         by start-callback property
7421
7422         * lily/include/grace-music.hh: remove file. 
7423
7424         * lily/stem.cc (height): robustness fix.
7425
7426         * lily/time-scaled-music.cc: remove file.
7427
7428         * lily/include/music.hh (class Music): include SCM init argument.
7429         (class Music): replace Music::get_length() virtual by
7430         length-callback property everywhere.
7431
7432         * scripts/convert-ly.py (conv): add  # to \property scalar value.
7433
7434         * mf/GNUmakefile: don't install *list.ly
7435
7436 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7437
7438         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
7439
7440 2005-01-12  Werner Lemberg  <wl@gnu.org>
7441
7442         This patch addresses the following problems in the feta sources
7443         files which contribute to the fetaXX fonts.
7444
7445         . Many fixes for rasterization at low resolutions (consistent use of
7446           `vround' and `hround', integer shift values for paths, applying
7447           `eps' for mirrored paths, use of `define_whole_pixels' and
7448           friends, etc.) -- while this probably looks like a waste of time
7449           it has revealed deficiencies in some glyph shapes.  See comment at
7450           the end of feta-params.mf how vertical symmetry is achieved.
7451
7452         . The `---' operator has been replaced everywhere with `--'; this
7453           both improves and considerably reduces the font size after
7454           conversion with mf2pt1.
7455
7456         These change aren't explicitly mentioned below since virtually all
7457         glyphs are affected.
7458
7459         Other notable differences:
7460
7461         . Glyphs from feta-accordion.mf now have charboxes around the
7462           outline.
7463
7464         . Fixed incorrect charbox for `accDot'.
7465
7466         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
7467
7468         . Fixed position of the bow in the `upprall' glyph and its siblings.
7469
7470         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
7471           dependent on the staff line thickness to avoid touching the middle
7472           staff line at smaller sizes.
7473
7474         . Largely extended output for feta-testXX: Where useful, glyphs
7475         are shown both between and on staff lines.
7476
7477
7478         * mf/feta-params.mf (staff_space_rounded,
7479         stafflinethickness_rounded, linethickness_rounded,
7480         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
7481         Update all code which uses them where appropriate.
7482         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
7483         New variables used to control rasterization at low resolutions.  Set
7484         to zert if feta code is processed with metapost.
7485
7486         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
7487         (draw_rounded_block, draw_square_block): Updated to use `--' only.
7488         (flare_path): Updated.
7489         Make it work with `filldraw' (but only circular pens).
7490         (hfloor, vfloor, hceiling, vceiling): New macros.
7491
7492         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
7493         Use `draw' again in mf mode to have good pixel dropout control.
7494         Fix intersection points of horizontal lines with circle.
7495         ("accDot"): Fix parameters for set_char_box.
7496         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
7497         control.
7498
7499         * mf/feta-banier.mf: Updated.
7500
7501         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
7502         testing.
7503         (undraw_inside_ellipse): Remove `center' argument.  Update all
7504         callers.
7505         (draw_brevis): New macro, called by "Brevis notehead".
7506         (draw_whole_triangle_head): New macro, called by "Whole
7507         trianglehead".
7508         (draw_small_triangle_head): Use `filldraw'.
7509
7510         * mf/feta-eindelijk.mf: Remove useless global group.
7511         Updated.
7512
7513         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
7514         `filldraw'.
7515
7516         * mf/feta-pendaal.mf: Updated.
7517
7518         * mf/feta-puntje.mf: Updated.
7519
7520         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
7521         less points.
7522         ("Flageolet"): Use `draw' again in mf mode to have good pixel
7523         dropout control.
7524         ("Varied Coda"): Use `draw_block'.
7525         (draw_comma): Fix typo.
7526         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
7527         pixel dropout control.
7528
7529         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
7530         position of bow.
7531
7532         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
7533         sizes.
7534
7535         * mf/feta-toevallig.mf (remember_pic): New variable, used for
7536         testing.
7537         (draw_meta_sharp): Much simplified.
7538         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
7539
7540         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
7541
7542 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7543
7544         * Documentation/user/notation.itely (Ancient rests): Fix typo
7545         (thanks Anthony)
7546
7547 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7548
7549         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
7550
7551         * lily/main.cc (setup_paths): Add cff.
7552
7553         * mf/GNUmakefile (foe): Include actual target %.cff.
7554         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
7555
7556 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7557
7558         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
7559         suffix for main_input_b_.
7560
7561         * scm/music-functions.scm (toplevel-music-functions):
7562         precompute music lengths for music expressions.  
7563
7564 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7565
7566         * lily/include/input.hh (class Input): new `end_' slot for end of
7567         input. Renamed defined_str0_ to start_.
7568
7569         * lily/input.cc (Input): Add Input::Input (Input const &) and
7570         remove Input::Input (Source_file*, char const *). Use the new
7571         slots.
7572         (set_location): method used by bison to propagate input
7573         locations (YYLLOC_DEFAULT).
7574         (end_line_number, end_column_number, step_forward): new methods
7575         
7576         * lily/input-scheme.cc (ly:input-both-locations): new function,
7577         similar to ly:input-location, but also return the end line and
7578         column.
7579
7580         * lily/include/includable-lexer.hh: 
7581         * lily/includable-lexer.cc: 
7582         * lily/include/lily-lexer.hh (class Lily_lexer): 
7583         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
7584         Includable_lexer to Lily_lexer, in order to update lexloc (the
7585         yylloc), a new slot of Lily_lexer.
7586         (here_input, LexerError): simplify by using the lexloc slot (aka
7587         yylloc)
7588
7589         * lily/lexer.ll: #define yylloc to use input locations (it may
7590         be useless here?). Fixed the #embedded_scm rule (step the location
7591         forward in order to skip the sharp sign before parsing the scheme
7592         expression)
7593
7594         * lily/include/lily-parser.hh (class Lily_parser): 
7595         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
7596         here_input()
7597         (parser_error): overload for more precise locations of errors.
7598
7599         * lily/parser.yy (YYLTYPE): set location type to Input
7600         (YYLLOC_DEFAULT): use Input::set_location()
7601         (yylex): add the YYLTYPE* location parameter.
7602         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
7603         Give an Input parameter to THIS->parser-error() for more accurate
7604         messages.
7605
7606 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7607
7608         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
7609
7610         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
7611         on BEAMQUANTING for non-NDEBUG builds.
7612
7613         * lily/stem.cc (head_count): performance: avoid String::String()
7614         inside oft called function.
7615
7616 2005-01-09  Graham Percival  <gperlist@shaw.ca>
7617
7618         * Documentation/user/examles.itely: attempted fix for broken
7619         string quartet template.
7620
7621         * Documentation/user/notation.itely: remove unnecessary broken
7622         link.
7623
7624 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7625
7626         * VERSION (PACKAGE_NAME): release 2.5.7
7627
7628 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7629
7630         * config.make.in (METAFONT): Append -progname=mf, fixes use with
7631         mf-nowin for teTeX-3.0.  Backportme.
7632
7633         * scm/output-svg.scm (utf8-string): New function.
7634
7635         * scm/output-gnome.scm (utf8-string): New function.
7636         (otf-name-mangling): Remove.
7637
7638         * lily/pango-font.cc (Pango_font): Use font string iso font
7639         filename for utf8-text.
7640
7641         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
7642         name.
7643
7644 2005-01-08  Graham Percival  <gperlist@shaw.ca>
7645
7646         * Documentation/user/notation.itely: add info about
7647         Staff.extraNatural = ##f in Pitches section.  Also
7648         fixed some minor issues in the Vocal music section.
7649
7650 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7651
7652         * scm/output-ps.scm (white-text): comment out Helvetica font,
7653         which is broken for my GS install.
7654
7655         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
7656         which provides a tighter bbox.
7657
7658         * scm/define-grobs.scm (all-grob-descriptions): remove all
7659         extra-offsets from definitions.
7660
7661 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
7662
7663         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
7664         add tuning for 4-string bass and some common 4/5-string banjo
7665         tunings.  New function (four-string-banjo) turns a 5-string tuning
7666         into a 4-string tuning.  New function
7667         (fret-number-tablature-format-banjo) computes correct fret numbers
7668         on 5-string banjos.
7669
7670         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
7671         Add beam correction to TabVoice.
7672
7673         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
7674         using bold font; makes tabs more readable.
7675
7676 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7677
7678         * lily/font-select.cc (get_font_by_design_size): don't make
7679         Modified_font_metric; this causes trouble, since we don't know the
7680         font magnification from inside Pango_font::text_stencil()
7681
7682         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
7683
7684         * Documentation/user/notation.itely (The Lyrics context): comment out
7685         broken {Small ensembles} link.
7686
7687         * scm/framework-svg.scm (output-framework): change calling convention.
7688
7689         * lily/object-key-dumper-scheme.cc: new file.
7690
7691         * lily/object-key-undumper-scheme.cc: new file.
7692
7693         * lily/tweak-registration-scheme.cc: new file.
7694
7695         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
7696
7697         * Documentation/user/examples.itely (String quartet): uncomment
7698         broken example.
7699
7700         * lily/font-config.cc: new file.
7701
7702 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7703
7704         * scm/output-svg.scm: 
7705         * scm/output-gnome.scm: s/bigcheese/emmentaler.
7706
7707         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
7708
7709 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7710
7711         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
7712         Add headers.
7713
7714         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
7715
7716 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7717
7718         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
7719
7720         * lily/include/main.hh: lose _b hungarian suffixes for global
7721         variables.
7722
7723         * lily/include/lily-guile-macros.hh: new file.
7724
7725         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
7726
7727         * lily/general-scheme.cc: new file. 
7728
7729         * lily/font-select.cc (get_font_by_design_size): retrieve
7730         PangoFont for (designsize . "pango-descr") entries.
7731
7732         * lily/lily-parser-scheme.cc: new file.
7733
7734         * lily/output-def-scheme.cc: new file.
7735
7736         * lily/paper-book-scheme.cc: new file.
7737
7738         * lily/duration-scheme.cc (LY_DEFINE): new file.
7739
7740         * lily/pitch-scheme.cc:  new file.
7741
7742         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
7743
7744 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7745
7746         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
7747
7748 2005-01-06  Graham Percival  <gperlist@shaw.ca>
7749
7750         * Documentation/user/notation.itely: minor editing.
7751
7752         * Documentation/user/changing-defaults: minor editing.
7753
7754         * Documentation/user/examples.itely: add template for
7755         string quartet part extraction; demonstrates tag.
7756
7757 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
7758
7759         * Documentation/user/notation.itely: documents
7760         format-mark-box-letters and format-mark-box-numbers
7761
7762         * scm/define-context-properties.scm: change comment.
7763
7764 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7765
7766         * scm/framework-ps.scm (output-classic-framework): new function:
7767         dump systems as separate .eps files (without fonts) and write a
7768         single collecting .tex file.
7769
7770 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7771
7772         * Documentation/user/notation.itely (Setting simple songs):
7773         Correct several errors in the equivalent formulation of
7774         \addlyrics. 
7775         (The Lyrics context): Corrected link to the SATB example.
7776
7777 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7778
7779         * scm/lily.scm (completize-formats): new function
7780         (postprocess-output): new function
7781
7782         * lily/paper-book.cc (classic_output): change calling
7783         convention. Give basename as first argument. 
7784         remove Paper_book::post_processing().
7785
7786         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
7787
7788 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7789
7790         * lily/paper-outputter.cc (LY_DEFINE): new function
7791         ly:outputter-close.
7792
7793         * lily/main.cc: change --format,-f to --backend,-b
7794
7795         * lily/include/main.hh: rename format to backend.
7796
7797         * scm/translation-functions.scm (format-mark-box-numbers): add.
7798         patch by Erlend Aasland
7799
7800 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7801
7802         * lily/pango-font.cc (text_stencil): dump string as
7803         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
7804
7805 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7806
7807         * configure.in (gui_b): Remove handy developer-only
7808         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
7809         CVS source installations (but break other non-default but correct
7810         PKG_CONFIG_PATH setups), as this is no longer developer-only.
7811
7812         * SConstruct: 
7813         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
7814         compatibility (backportme).
7815
7816         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
7817
7818 2005-01-03  Werner Lemberg  <wl@gnu.org>
7819
7820         Prepare glyph shapes for mf2pt1 conversion.
7821
7822         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
7823         (accDiscant, accFreebase, accStdbase): Replace `draw' with
7824         `penstroke'.
7825         (accDot): Use `drawdot'.
7826         (accBayanbase): Replace `draw' with `draw_gridline'.
7827         (print_penpos): Moved to feta-macros.mf.
7828         (accOldEE): Replace `filldraw' with `penstroke'.
7829         Replace `draw' with `penstroke' and `drawdot'.
7830
7831         * mf/feta-banier.mf: Code clean-up.
7832         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
7833         `fill'.
7834
7835         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
7836
7837         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
7838         paremeter to control drawing of labels.  Update all callers.
7839
7840         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
7841         (new_bulb): Return a bulb as a single path.  To do that, it now
7842         takes some more parameters.  Updated all callers.
7843         (draw_gclef): Major clean-up.  `draw' has been replaced with
7844         `penstroke', unnecessary outlines have been removed.
7845         Remove (unused) gnome-canvas code.
7846
7847         * mf/feta-macros.mf (print_penpos): New macro (from
7848         feta-accordion.mf).
7849         Other minor fixes.
7850
7851         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
7852         ("Pedal dot"): Use `drawdot'.
7853         (draw_pedal_P): Add parameter to control drawing of labels.  Update
7854         all callers.
7855         Fix shape at top.
7856         (draw_pedal_e): Add parameter to control drawing of labels.  Update
7857         all callers.
7858         (draw_pedal_d): Add parameter to control drawing of labels.  Update
7859         all callers.
7860         Revert drawing direction.
7861
7862         * mf/feta-schrift.mf (draw_fermata): Use single path.
7863         (draw_short_fermata): Replace `filldraw' with `fill'.
7864         (draw_long_fermata, draw_very_long_fermata): Replace calls to
7865         `draw_rounded_block' with a single path.
7866         ("Thumb"): Draw full circle instead of mirroring segments.
7867         (draw_accent): New macro.
7868         ("> accent", "espr"): Use it.
7869         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
7870         ("open (unstopped)"): Draw full circle instead of mirroring
7871         segments.
7872         (draw_vee): Removed.
7873         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
7874         ("Downbow"): Replace calls to `draw_rounded_block' with a single
7875         path.
7876         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
7877         partial pieces drawn with `fill' -- these do still overlap with the
7878         stem of the `t' but just once, not multiple times so that fontforge
7879         can handle it gracefully.
7880         Change other parts of the glyph so that fontforge's overlapping
7881         algorithm reliably works.
7882         (draw_heel): Replace `draw' with `fill'.
7883         (draw_toe): Use `draw_accent' instead of `draw_vee'.
7884         ("Flageolet"): Replace `draw' with `penstroke'.
7885         ("Segno"): Replace `filldraw' with `penstroke'.
7886         Replace `draw' with `drawdot'.
7887         ("Coda"): Replace `fill' with `penstroke', using a single path.
7888         ("Varied Coda"): Use less overlapping paths.
7889         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
7890         single path.
7891
7892         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
7893         group to better control the `labels' command.
7894         Rename argument to `offset' and use it actually.  Update all
7895         callers.
7896         Replace `filldraw' with `fill'.
7897         ("mordent", "prallmordent", "upmordent", "downmordent",
7898         "lineprall"): Replace `draw' with `draw_gridline'.
7899         ("upprall", "downprall"): Replace `draw' with `fill'.
7900
7901         * mf/feta-timesig.mf: Formatting.
7902
7903         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
7904         to...
7905         ("Flat"): Here.
7906         (draw_paren): Move code to draw labels to...
7907         ("Right Parenthesis"): Here.
7908
7909 2005-01-02  Graham Percival <gperlist@shaw.ca>
7910
7911         * Documentation/user/notation.itely: add example of \setTextDecresc
7912         and \setTextDim.
7913
7914 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
7915
7916         * scm/define-markup-commands.scm :  fix glyph-strings of
7917         accidentals and \note-by-number
7918
7919 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7920
7921         * VERSION: 2.5.6 released.
7922         
7923         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
7924
7925         * input/regression/new-markup-scheme.ly: oops. font-family=music
7926         -> font-encoding fetaMusic.  
7927
7928         * lily/main.cc: put default to PS.
7929
7930         * lily/tfm.cc: idem.
7931
7932         * lily/afm.cc: idem.
7933
7934         * lily/include/modified-font-metric.hh (struct
7935         Modified_font_metric): remove coding_scheme() method.
7936
7937         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
7938
7939         * scripts/convert-ly.py (conv): crash on encountering \encoding.
7940
7941         * input/les-nereides.ly: convert to utf8
7942
7943         * lily/modified-font-metric.cc (text_dimension): idem.
7944
7945         * lily/parser.yy (TODO): idem.
7946
7947         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
7948
7949         * lily/lexer.ll: remove encoding
7950
7951         * scm/framework-ps.scm (output-variables): separately scale the
7952         page to mm 
7953
7954         * lily/pango-font.cc (Pango_font): fix scaling.
7955
7956         * lily/font-metric.cc (design_size): design_size returns a
7957         dimension now as well.
7958
7959 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7960
7961         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
7962         brace generation. 
7963
7964         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
7965
7966 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7967
7968         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
7969         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
7970
7971 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7972
7973         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
7974         in first run as well.
7975
7976         * scm/paper.scm (layout-set-staff-size): use text-font-size in
7977         dimension less points (ie. 12 = 12 point)
7978
7979         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
7980
7981         * lily/all-font-metrics.cc (find_pango_font): set description_
7982
7983         * lily/pango-font.cc (text_stencil): export size as well.
7984         (text_stencil): fix scaling and extents box.
7985
7986 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7987
7988         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
7989
7990         * Documentation/user/invoking.itely (Invoking lilypond): document
7991         texstr
7992
7993         * scripts/convert-ly.py (conv): add ancient rules.
7994
7995         * scm/clef.scm (c0-pitch-alist): replace - with .
7996
7997         * scripts/lilypond-book.py (process_snippets): add texstr support.
7998
7999         * scm/framework-texstr.scm (header): change extension to .textmetrics
8000
8001         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
8002         -f tex.
8003
8004         * lily/text-metrics.cc: new file.
8005         (try_load_text_metrics): new function
8006
8007         * lily/include/text-metrics.hh: new file.
8008
8009 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8010
8011         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
8012         ly_scheme_function to ly_lily_module_constant.
8013
8014         * lily/modified-font-metric.cc (text_dimension): try
8015         lookup_tex_text_dimension() first.
8016
8017         * lily/tfm.cc: new function ly:load-text-dimensions
8018
8019 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8020
8021         * scm/output-texstr.scm (text): use \lilygetmetrics
8022
8023         * scm/framework-texstr.scm (header): dump in new format.
8024
8025         * tex/lilypond-tex-metrics: new file.
8026         
8027 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8028
8029         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
8030         mapping.
8031         (index_to_charcode): New method.
8032
8033         * scm/output-ps.scm (glyph-string): 
8034         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
8035
8036 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8037
8038         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
8039         implement fully, need FONT to get to charcode.
8040
8041         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
8042
8043         * scm: Cleanups.
8044
8045         * Documentation/user/changing-defaults.itely: Fix internalsrefs
8046         {Tunable context properties},
8047         {All layout objects},
8048         {Music definitions}.
8049
8050 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8051
8052         * VERSION: release 2.5.5
8053         
8054         * lily/main.cc: use TeX as default output format.
8055
8056         * flower/file-path.cc (find): try to open directly as well, so we
8057         find absolute path files. 
8058
8059         * lily/pango-select.cc: new file.
8060
8061         * scm/framework-ps.scm: remove all encoding code. 
8062         load pfb/pfa for PangoFont too.
8063         
8064         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
8065
8066 2004-12-22  Werner Lemberg  <wl@gnu.org>
8067
8068         Prepare glyph shapes for mf2pt1 conversion.
8069
8070         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
8071
8072         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
8073         (define_triangle_shape): Use it to replace `draw' with `fill' and
8074         `unfill'.  Update all callers.
8075         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
8076         (draw_cross): Ditto.
8077         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
8078         Use penrazor for better conversion with mf2pt1.
8079         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
8080         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
8081         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
8082         draw_la_head, draw_ti_head): Replace `filldraw' with
8083         `fill'.  Update all callers.
8084
8085 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8086
8087         * lily/paper-book.cc (output): revert: only allow a single output
8088         format.
8089
8090         * lily/include/pango-font.hh: new file.
8091
8092         * lily/pango-font.cc: new file.
8093
8094         * lily/font-metric.cc (text_stencil): new routine
8095
8096         * lily/all-font-metrics.cc (find_pango_font): new routine.
8097
8098         * lily/include/font-metric.hh (struct Font_metric): add
8099         text_stencil()
8100
8101         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
8102
8103 2004-12-22  Werner Lemberg  <wl@gnu.org>
8104
8105         Prepare glyph shapes for mf2pt1 conversion.
8106
8107         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
8108
8109         * mf/feta-toevallig.mf: Formatting.
8110         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
8111         ("Natural"): Fix paths to allow better postprocessing.
8112         (draw_meta_flat): Use `z3l' as additional point in path to get
8113         better conversion with mf2pt1.
8114         Other minor cleanups.
8115         ("3/4 Flat"): Add auxiliary points and modify path to replace
8116         `draw' with `fill'.
8117         ("Double Sharp"): Mirror path segments instead of picture elements
8118         to get a single outline.
8119         Modify path to replace `filldraw' with `fill'.
8120
8121 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8122
8123         * input/test/unfold-all-repeats.ly: added file back.
8124
8125         * Documentation/user/notation.itely,
8126         Documentation/user/programming-interface.itely
8127         Documentation/user/changing-defaults.itely: fixed misc broken
8128         links to input/test/ files.
8129
8130 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8131
8132         * tex/texinfo.tex: Update.  We should not be distributing this,
8133         but since we do, use latest version.
8134
8135         * Documentation/user/macros.itexi: Comment-out \fetaflat,
8136         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
8137         macros for feta glyphs.
8138
8139 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8140
8141         * Documentation/user/changing-defaults.itely: fix index for set.
8142
8143         * Documentation/user/converters.itely: added convert-ly bugs list
8144         from CVS.
8145
8146 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8147
8148         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
8149         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
8150         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
8151         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
8152
8153         * mf/GNUmakefile (pfa_warning): Use less broken check.
8154
8155         * python/lilylib.py (setup_environment): Remove cruft from
8156         GS_FONTPATH.
8157
8158         * configure.in: Bump mftrace requirement to 1.1.1.
8159
8160 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8161
8162         * scm/output-svg.scm (beam): Use polygon.
8163
8164         * scm/lily-library.scm: Bugfix.
8165
8166         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
8167
8168         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
8169
8170 2004-12-19  Werner Lemberg  <wl@gnu.org>
8171
8172         Prepare glyph shapes for mf2pt1 conversion.
8173
8174         * mf/feta-eindelijk: Some formatting.
8175         (multi_rest_x, multi_beam_height): Removed.  Unused.
8176         ("Quarter rest"): Use `intersectiontimes' to create a single
8177         outline.
8178         (rest_crook): Removed.  Unused.
8179         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
8180         Simplified.
8181         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
8182         "128th rest"): Simplify `pat'.
8183         Create single outline.
8184
8185 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8186
8187         * mf/GNUmakefile (ALL_GEN_FILES):
8188         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
8189
8190         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
8191         function.
8192
8193 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8194
8195         * scm/output-texstr.scm (placebox): add routine
8196
8197         * VERSION (PACKAGE_NAME): release 2.5.4
8198
8199         * scm/framework-texstr.scm (output-framework): new file.  
8200
8201         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
8202         processing.
8203
8204         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
8205
8206         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
8207         rule.
8208
8209         * configure.in (gui_b): bump mftrace requirement to 1.1.0
8210
8211         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
8212
8213         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
8214
8215 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8216
8217         * scm/framework-svg.scm (dump-page): Implement landscape.
8218
8219 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8220
8221         * lily/main.cc (setup_paths): Add svg to search path.
8222
8223         * scm/output-svg.scm:
8224         * scm/framework-svg.scm: Add pageSet.  Update.
8225         (dump-fonts): New function.
8226         (output-framework): Use it.
8227
8228         * mf/GNUmakefile: 
8229         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
8230
8231 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8232
8233         * tex/lilyponddefs.tex: comment out new ifpdf code.
8234
8235 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8236
8237         * GNUmakefile.in: 
8238         * SConstruct (symlink): Replace afm by otf.
8239
8240         * scm/framework-gnome.scm (gnome-main): Remove invocation of
8241         ly:pango-add-afm-decoder.
8242
8243         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
8244
8245 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8246
8247         * scm/output-ps.scm (new-text): don't access t glyph for getting
8248         space dimension.
8249
8250         * ly/init.ly: warn about \version
8251
8252         * lily/lexer.ll: set version-seen?
8253
8254 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8255
8256         * scm/output-svg.scm (string->entities): Update.
8257
8258 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8259
8260         * lily/main.cc (setup_paths): replace afm by otf for path. 
8261
8262         * lily/pangofc-afm-decoder.cc: remove.
8263
8264         * lily/include/pangofc-afm-decoder.hh: remove.
8265
8266         * scm/framework-scm.scm (output-framework): new file.
8267
8268         * mf/GNUmakefile: remove SAUTER_FONTS.
8269         remove SVG/sodipodi hacks.
8270
8271         * scm/lily-library.scm (stderr): move stderr.
8272
8273         * mf/GNUmakefile: remove AFM support.
8274
8275         * buildscripts/mf-to-table.py (base): remove AFM support.
8276
8277         * lily/open-type-font.cc (design_size): use design_size
8278
8279 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
8280
8281         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
8282
8283 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8284
8285         * mf/GNUmakefile: Generate combined aybabtu info.
8286         * mf/aybabtu.pe.in (i): Load it.
8287
8288         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
8289         are not symbols.
8290
8291         * lily/include/open-type-font.hh (count): New method.
8292
8293         * mf/aybabtu.pe.in: Typo.
8294
8295         * Documentation/user/out/lilypond-internals.nexi (Scheme
8296         functions): Typo.
8297
8298         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
8299
8300 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8301
8302         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
8303         subfonts.
8304
8305         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
8306
8307         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
8308         (tex-font-command-raw): new function.
8309
8310         * lily/include/virtual-font-metric.hh (Module): remove file
8311
8312         * lily/virtual-font-metric.cc (Module): remove file.
8313         
8314
8315         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
8316         (get_indexed_char): read bbox from lily table if present.
8317
8318 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8319
8320         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
8321         aybabtu.subfonts
8322
8323         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
8324         global glyphname. Enables more than 64 glyphs in the OTF.
8325
8326 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8327
8328         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
8329         braces.
8330
8331         * lily/open-type-font.cc (design_size): Use 12 as default for
8332         design size.
8333
8334         * mf/aybabtu.pe.in: New file.  Merge all our braces.
8335
8336         * mf/GNUmakefile: Generate aybabtu.
8337
8338         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
8339
8340 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8341
8342         * scm/lily-library.scm (char->unicode-index): Remove.
8343
8344         * scm/output-gnome.scm (text): Bugfix for plain string input.
8345         Updates.
8346
8347         * scm/output-svg.scm (svg-font): Add weight to font selection.
8348
8349 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8350
8351         * Documentation/topdocs/INSTALL.texi (Top): Point to
8352         buildscripts/out/clean-fonts instead of
8353         buildscripts/clean-fonts.sh. 
8354
8355 2004-12-13  Graham Percival  <gperlist@shaw.ca>
8356
8357         * input/regression/figured-bass.ly: attempt to clarify text.
8358
8359         * Documentation/user/notation.tely: add cindex for tag, attempt to
8360         add figured bass example.
8361
8362         * Documentation/user/changing-defaults: basic editing.
8363
8364 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8365
8366         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
8367
8368         * lily/open-type-font.cc (LY_DEFINE): new function
8369         ly:font-sub-fonts
8370
8371         * lily/include/font-metric.hh (struct Font_metric): new method
8372         sub_fonts()
8373
8374         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
8375         . with - in add.stem.
8376         
8377 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8378
8379         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
8380         and fetaDynamic.
8381
8382         * lily/rest.cc (glyph_name): Change - to . .
8383
8384         * scm/output-gnome.scm (text): Hello world, again.
8385
8386         * scm/output-svg.scm (named-glyph): New function.  Hello world!
8387
8388         * lily/modified-font-metric.cc (index_to_charcode): New method.
8389
8390         * lily/include/font-metric.hh (index_to_charcode): New function.
8391
8392         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
8393         new function.
8394         (ly:font-glyph-to-index): Remove.
8395
8396 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8397
8398         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
8399
8400         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
8401
8402         * lily/open-type-font.cc (load_scheme_table): new function
8403
8404         * lily/dots.cc (print): replace - 
8405
8406         * lily/open-type-font.cc (attachment_point): new function.
8407         (load_table): read LILC table
8408
8409         * buildscripts/gen-bigcheese-scripts.py (Module): new
8410         file. Generate FF scripts.
8411
8412         * mf/feta-din10.mf: idem.
8413
8414         * mf/feta-nummer10.mf: remove mf files.
8415
8416         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
8417
8418 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8419
8420         * lily/lily-guile.cc: Use scm_from_locale_stringn.
8421
8422         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
8423         compatibility.
8424
8425 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8426
8427         * lily/open-type-font.cc (get_indexed_char): scale metrics by
8428         design-size and units_per_EM.
8429
8430         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
8431
8432 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8433
8434         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
8435         does not crash fontforge.
8436
8437         * scm/lily-library.scm (char->unicode-index): Hack to map onto
8438         PUA.
8439
8440 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8441
8442         * scm/framework-ps.scm (ps-embed-cff): new function.
8443
8444         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
8445
8446 2004-12-12  Werner Lemberg  <wl@gnu.org>
8447
8448         * mf/bigcheese.pe.in: Add PUA mapping.
8449         Don't create Type 42 but bare CFF font.
8450
8451 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8452
8453         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
8454         within canvas boundaries.
8455
8456         * mf/merge.pe.in: Set font names, version, license GPL.
8457
8458         * make/substitute.make: Add FONTFORGE.
8459
8460         * config.make.in (FONTFORGE): Add.
8461
8462         * configure.in (gui_b): Use PATH_PROG for fontforge.
8463
8464 2004-12-11  Graham Percival  <gperlist@shaw.ca>
8465
8466         * scm/define-markup-commands.scm: add baseline-skip to info
8467         about \column.
8468
8469 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8470
8471         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
8472
8473         * scm/output-gnome.scm (named-glyph): Use it.
8474
8475         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
8476
8477         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
8478         (upper_string, lower_string, reverse_string): Remove.
8479
8480         * configure.in (fontforge): Reinstate version check.
8481
8482         * ly/engraver-init.ly: Fix clef glyph names.
8483
8484         * lily/time-signature.cc (special_time_signature): Fix fraction
8485         glyph names.
8486
8487 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8488
8489         * mf/merge.pe: new file.
8490
8491         * lily/freetype.cc: new file.
8492
8493         * lily/include/open-type-font.hh (class Open_type_font): new file.
8494
8495         * lily/include/freetype.hh: new file.
8496
8497         * lily/open-type-font.cc: new file.
8498
8499         * lily/all-font-metrics.cc (find_otf): new function.
8500
8501 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8502
8503         * lily/time-signature.cc (special_time_signature): Fix.
8504
8505         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
8506         GTK2 before checking for pango.  Fixes -fgnome.
8507
8508         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
8509         Scheme name.
8510
8511         * scm/define-markup-commands.scm:
8512         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
8513
8514         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
8515
8516         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
8517         date versions.  Fixes configure.
8518         (STEPMAKE_CHECK_VERSION): Support optional actual program version
8519         argument.
8520
8521 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8522
8523         * buildscripts/mf-to-table.py (write_ps_encoding): write real
8524         names in .enc
8525
8526         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
8527
8528 2004-12-09  Graham Percival  <gperlist@shaw.ca>
8529
8530         * Documentation/user/changing-defaults.itely: add info about
8531         make-dynamic-script
8532
8533         * Documentation/user/notation.itely: add link in dynamics to
8534         section about make-dynamic-script.
8535
8536 2004-12-09  Christian hitz  <chhitz@gmx.net>
8537
8538         * lily/lily-guile.cc: change MACOS_X to __APPLE__
8539
8540 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8541
8542         * buildscripts/mf-to-table.py (parse_logfile): use . for
8543         concatting name and group.
8544         (parse_logfile): use M for Minus (negative.)
8545
8546         * lily/include/type-swallow-translator.hh
8547         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
8548
8549         * lily/*.cc: cosmetics around = sign.
8550
8551         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
8552         lyric spacing on the penultimate column.
8553
8554 2004-12-05  Christian Hitz  <chhitz@gmx.net>
8555
8556         * configure.in:
8557         * lily/accidental-placement.cc:
8558         * lily/bar-line.cc:
8559         * lily/beam-concave.cc:
8560         * lily/beam-quanting.cc:
8561         * lily/beam.cc:
8562         * lily/bezier-bow.cc:
8563         * lily/bezier.cc:
8564         * lily/break-align-interface.cc:
8565         * lily/custos.cc:
8566         * lily/dimension-cache.cc:
8567         * lily/dot-column.cc:
8568         * lily/font-metric.cc:
8569         * lily/font-select.cc:
8570         * lily/gourlay-breaking.cc:
8571         * lily/grob-property.cc:
8572         * lily/grob.cc:
8573         * lily/lily-guile.cc:
8574         * lily/line-spanner.cc:
8575         * lily/lookup.cc:
8576         * lily/lyric-extender.cc:
8577         * lily/lyric-hyphen.cc:
8578         * lily/mensural-ligature.cc:
8579         * lily/midi-def.cc:
8580         * lily/misc.cc:
8581         * lily/note-collision.cc:
8582         * lily/note-column.cc:
8583         * lily/note-head.cc:
8584         * lily/paper-outputter.cc:
8585         * lily/percent-repeat-item.cc:
8586         * lily/rest-collision.cc:
8587         * lily/side-position-interface.cc:
8588         * lily/simple-spacer.cc:
8589         * lily/slur-configuration.cc:
8590         * lily/slur-scoring.cc:
8591         * lily/slur.cc:
8592         * lily/spaceable-grob.cc:
8593         * lily/spacing-spanner.cc:
8594         * lily/spanner.cc:
8595         * lily/staff-symbol-referencer.cc:
8596         * lily/stem.cc:
8597         * lily/stencil.cc:
8598         * lily/system-start-delimiter.cc:
8599         * lily/system.cc:
8600         * lily/text-item.cc:
8601         * lily/tie.cc:
8602         * lily/tuplet-bracket.cc:
8603         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
8604         <cmath> beacause isinf/isnan is undefined in <cmath>
8605
8606 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8607
8608         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
8609
8610 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8611
8612         * VERSION: release 2.5.3
8613         
8614 2004-11-29  Arno Waschk <arno@arnowaschk.de>
8615
8616         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
8617
8618 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8619
8620         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
8621
8622         * lily/note-head.cc (internal_print): always try the "s" head if
8623         u/d not found.
8624
8625         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
8626
8627 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8628
8629         * mf/parmesan-heads.mf (overdone_heads): typos.
8630
8631 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8632
8633         * lily/parser.yy (markup): in markups, { .. } without command
8634         before are also flattened, ie \line must be explicitely used.
8635
8636         * Documentation/user/changing-defaults.itely:
8637         * Documentation/user/notation.itely: 
8638         * input/wilhelmus.ly: 
8639         * input/regression/instrument-name-markup.ly: 
8640         * input/regression/markup-score.ly: 
8641         * input/regression/new-markup-scheme.ly: 
8642         * input/regression/new-markup-syntax.ly: 
8643         * input/test/coriolan-margin.ly: use \line in markups where
8644         appropriate
8645         
8646 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8647
8648         * scm/new-markup.scm (map-markup-command-list): helper function
8649         used in parser.yy to map markup commands on a markup list.
8650
8651         * lily/parser.yy: get rid off < > in markups by treating { } as
8652         real lists.
8653
8654         * lily/lexer.ll: remove < > from markup lexer mode.
8655
8656         * scripts/convert-ly.py (conv): add rule for converting 
8657         \markup < > to \markup { }
8658
8659         * ly/titling-init.ly: 
8660         * input/test/coriolan-margin.ly: 
8661         * input/regression/new-markup-syntax.ly: 
8662         * input/regression/new-markup-scheme.ly: 
8663         * input/regression/multi-measure-rest-text.ly: 
8664         * input/regression/markup-stack.ly: 
8665         * input/regression/markup-score.ly: 
8666         * input/regression/instrument-name-markup.ly: 
8667         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
8668         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
8669         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
8670         * input/wilhelmus.ly: 
8671         * Documentation/user/notation.itely: 
8672         * Documentation/user/music-glossary.tely: 
8673         * Documentation/user/changing-defaults.itely: change < > to { } in
8674         markups
8675
8676 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8677
8678         * lily/accidental-placement.cc (position_accidentals): shortcut if
8679         no accidentals to place.
8680
8681 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8682
8683         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
8684         typo s/ly:dimension ?/ly:dimension?/
8685
8686         * input/regression/lily-in-scheme.ly: 
8687         * input/regression/music-function.ly: 
8688         * ly/spanners-init.ly (assertBeamSlope): 
8689         * scm/music-functions.scm (def-grace-function): add the paper
8690         argument to music function definitions.
8691
8692 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8693
8694         * lily/moment.cc (LY_DEFINE):
8695         ly:moment-main-{denominator,numberator}, new function.
8696
8697         * lily/score-engraver.cc (typeset_all): assign to column on basis
8698         of axis-group-parent-X setting.
8699
8700         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
8701         add_element() on basis of axis-group-parent-Y setting.
8702
8703         * lily/grob.cc: add axis-group-parent-{XY} properties.
8704
8705         * input/regression/spacing-stick-out.ly: new file.
8706
8707         * lily/simple-spacer.cc (add_columns): use binary search for
8708         setting column rods. Changes O(n^2) to O(n log(n)) for
8709         constructing spacing problem from columns.
8710         (add_columns): read allow-outside-line to make sure no texts stick
8711         out.
8712         (solve): Simple_spacer::is_active() only determines
8713         satisfies_constraints_ for non-ragged typesetting.
8714
8715         * lily/simultaneous-music.cc (to_relative_octave): only set
8716         old_relative_used if return pitch actually changed.
8717
8718         * scm/define-context-properties.scm
8719         (all-user-translation-properties): change to match implementation.
8720
8721         * python/lilylib.py: Replace re.match by re.search and adds "-c
8722         showpage" to the gs command line (Johannes Schindelin)
8723
8724         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
8725         before processing. Prevents crash when inf is in the extent.
8726
8727         * scm/define-markup-commands.scm (note-by-number): add "s" to
8728         "noteheads-" glyphname.
8729  
8730         * lily/parser.yy (Generic_prefix_music): supply parser argument to
8731         music function as well.
8732         
8733 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8734
8735         * VERSION: release 2.5.2
8736
8737         * Documentation/user/changing-defaults.itely (Creating titles):
8738         add breakbefore variable.
8739
8740         * lily/paper-book.cc (set_system_penalty): new function. Set
8741         penalty_ based on breakBefore setting
8742
8743         * lily/context-specced-music-iterator.cc (construct_children):
8744         interpret special context id $uniqueContextId 
8745
8746         * lily/context.cc (create_unique_context): new method. Move
8747         creation of unique (\new) contexts into interpreting phase. This
8748         makes
8749
8750           foo= \new Staff ..
8751           << \foo \foo >>
8752
8753         produce 2 staves.
8754         
8755
8756         * scm/define-music-properties.scm (all-music-properties): add
8757         quoted-voice-direction
8758
8759         * ly/music-functions-init.ly: killCues function.
8760
8761         * scm/music-functions.scm (cue-substitute): move creation of voice
8762         contexts further to the back. 
8763
8764 2004-11-25  Werner Lemberg  <wl@gnu.org>
8765
8766         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
8767         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
8768
8769 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
8770
8771         * buildscripts/guile-gnome.sh: Fixed typo.
8772
8773 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8774
8775         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
8776
8777         * scripts/abc2ly.py (dump_slyrics): add ord(). 
8778
8779         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
8780         to regular engraver. 
8781
8782 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8783
8784         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
8785
8786 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * scm/define-markup-commands.scm (fill-line): Typo.
8789
8790         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
8791         and newer.
8792
8793 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
8794
8795         * ly/dynamic-scripts-init.ly: Fixed typo.
8796
8797 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8798
8799         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
8800         note-head, to have different attachment points for up and down.
8801
8802         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
8803
8804         * mf/feta-generic.mf (else): remove solfa.
8805
8806         * mf/feta-bolletjes.mf (tishape): remove unicode test.
8807
8808         * scm/define-context-properties.scm
8809         (all-user-translation-properties): add shapeNoteStyles property.
8810
8811         * lily/shape-note-heads-engraver.cc (process_music): new file.
8812
8813         * lily/event.cc (transpose): call Event::transpose() for
8814         transposing the tonic.
8815
8816 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8817
8818         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
8819         Unicode/OpenType and AFM.
8820
8821         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
8822
8823 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8824
8825         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
8826
8827         * lily/context.cc (Context): unprotect key from ctor.
8828
8829         * scm/stencil.scm (stack-lines): return empty-stencil if argument
8830         is '()
8831         (stack-stencils): idem.
8832
8833         * Documentation/user/changing-defaults.itely (Creating titles):
8834         document new title layout options.
8835
8836         * lily/parser.yy (lilypond_header_body): copy previous
8837         $globalheader if present.
8838
8839         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
8840         ly:module-copy
8841         
8842         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
8843
8844         * scm/titling.scm: remove old titling functions
8845
8846         * lily/stencil.cc (translate): remove absolute dimension.
8847
8848         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
8849         via markup.
8850
8851         * scm/page-layout.scm (marked-up-headfoot): create header/footer
8852         field from user-supplied markup
8853
8854         * scm/define-markup-commands.scm (on-the-fly): new markup
8855         command. Enter SCM markup procedure directly in Scheme.
8856         (fromproperty): new markup command. Read markup from props argument.
8857
8858         * scm/titling.scm (marked-up-title): create title via
8859         user-specified markup. 
8860
8861         * scm/define-markup-commands.scm (column): remove empty stencils
8862         from column.
8863
8864         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
8865         not have side-effect of creating variable stub.
8866
8867         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
8868
8869 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8870
8871         * scm/encoding.scm (coding-alist): 
8872         * scm/font.scm (add-ec-fonts):
8873         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
8874         Extended-TeX-Font-Encoding---Latin.
8875
8876         * lily/side-position-interface.cc (general_side_position): Add
8877         actual offset to error message (avoid constant error messages).
8878
8879         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
8880         block.
8881
8882         * lily/font-select.cc (select_encoded_font)
8883         (get_font_by_mag_step, get_font_by_design_size): 
8884         * lily/modified-font-metric.cc (Modified_font_metric): 
8885         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
8886
8887         * scm/encoding.scm (coding-alist): Add fetaDynamic.
8888         (read-encoding-file): Bugfix: do not require space after bracket.
8889
8890         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
8891         these do not exist.
8892
8893 2004-11-20  Graham Percival  <gperlist@shaw.ca>
8894
8895         * Documentation/user/notation.itely: added info about typesetting
8896         boxed bar numbers.
8897
8898 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8899
8900         * flower/interval.cc (T_to_string): gcc4 fixes.
8901
8902         * scm/define-markup-commands.scm (fill-line): use
8903         stack-stencils. This fixes problems with putting already centered
8904         stencils in a line.
8905
8906         * VERSION: release 2.5.1
8907
8908         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
8909
8910 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8911
8912         * input/example-[1-3].ly: simplify.
8913
8914         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
8915
8916         * scm/output-ps.scm (new-text): new function. Use glyphshow to
8917         show glyphs.
8918
8919         * scm/encoding.scm (decode-byte-string): new function.
8920
8921         * scripts/convert-ly.py (conv): add warning about
8922         set-global-staff-size.
8923
8924         * Doxyfile: add. 
8925
8926         * scripts/convert-ly.py (conv): add raggedlastbottom rule
8927         (conv): warn for TextSpanner split.
8928         (conv): warn for textheight.
8929
8930 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8931
8932         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
8933         building the documentation, info with images are installed.
8934         (final-install): Fix description.  Mention sourcing of login
8935         scripts (instead of running).
8936
8937 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8938
8939         * Debian lmodern support.  Note that LilyPond will issue warnings
8940         
8941             no such encoding: "FontSpecific"
8942
8943           The font selection mechanism wants to get the encoding from the
8944           font itself, but the idea of lmodern is that it is usable with
8945           different encodings, ie, Lily should get the encoding from the
8946           font tree, rather than the font itself.  This would require some
8947           more work.
8948         
8949         * configure.in: Test for and accept lmodern if EC fonts not found.
8950
8951         * scm/framework-tex.scm (font-load-command): TeX font name
8952         mangling for latin1 encoded cork-lm fonts.
8953         (convert-to-ps): Load lm.map if available.
8954
8955         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
8956         available.
8957
8958         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
8959
8960         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
8961         available.
8962
8963         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
8964         path for absolute file name, that is silly.
8965
8966         * lily/score-engraver.cc (initialize): 
8967
8968         * Documentation/user/GNUmakefile (local-install-info): Invoke
8969         install-info --remove first.
8970
8971         * #include cleanup (Andreas Scherer).
8972
8973 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
8974
8975         * input/test/script-abbreviations.ly: fix typos.
8976
8977 2004-11-17  Werner Lemberg  <wl@gnu.org>
8978
8979         * python/lilylib.py (options_help_str): Support pretty-printing of
8980         newlines in fourth element of option description.
8981
8982         * scripts/lilypond-book.py (option_definitions): Use new lilylib
8983         feature.
8984         Sort options.
8985
8986         * Documentation/user/lilypond-book.itely: Finish update.
8987
8988 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8989
8990         * Documentation/user/macros.itexi: Add comment about \command.
8991
8992         * Documentation/user/lilypond.tely:
8993         * Documentation/user/lilypond-book.itely: Fix names of lilypond
8994         and lilypond-book nodes, so that `info lilypond' visits the manual
8995         at top level, and `info lilypond-book' visits the lilypond-book
8996         section.
8997
8998         * Documentation/user/GNUmakefile (local-install-info): Fix rules
8999         and packager messages.
9000
9001         * lily/pangofc-afm-decoder.cc: Update test.
9002
9003 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9004
9005         * scm/lily-library.scm (char->unicode-index): New function.
9006
9007         * scm/output-gnome.scm: 
9008         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
9009
9010         * Proper naming of file name throughout; s/filename/file[-_]name/.
9011
9012         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
9013
9014         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
9015
9016 2004-11-16  Werner Lemberg  <wl@gnu.org>
9017
9018         * scripts/lilypond-book.py: The Lord has commanded me to use only
9019         tabs for indentation.  Your humble servant obeys.
9020
9021 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9022
9023         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
9024         including font, if LilyPond-feta font is only feta font in path.
9025
9026         * scm/output-gnome.scm (text): Revert to file name of font if font
9027         has no name.  Fixes ec font selection.
9028         (char): Bugfix: do not utf8 twice.  Fixes clefs.
9029
9030         * scm/framework-svg.scm:
9031         * scm/output-svg.scm: New file.  TODO: figure out how to
9032         do character by index in font.
9033
9034         * scm/output-sodipodi.scm: Remove.
9035
9036         * scm/output-ps.scm (stem): Remove.
9037
9038 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9039
9040         * scm/output-gnome.scm (beam): New function.
9041         (slur): Round corners.
9042         (round-filled-box): Round corners.
9043
9044 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9045
9046         * scm/output-gnome.scm (beam): add function.
9047         (draw-line): new routine.
9048         (dashed-line): stub; call draw-line
9049         (polygon): new routine.
9050
9051 2004-11-15  Werner Lemberg  <wl@gnu.org>
9052
9053         * Documentation/user/lilypond-book.itely: Revise section on
9054         lilypond-book options.
9055         Other minor fixes.
9056
9057         * scripts/lilypond-book.py: Change indentation to 4.
9058         Minor formatting.
9059
9060 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9061
9062         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
9063         grobs that have tweaks specced.
9064         
9065 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
9066
9067         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
9068
9069 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9070
9071         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
9072         actual char #, not 0 based index.
9073
9074         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
9075
9076         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
9077         Warning: do make -C mf clean.
9078
9079         * lily/context-property.cc: Compile fix.
9080
9081         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
9082         Grok ec-fonts, braces and dynamics.
9083
9084         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
9085
9086 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9087
9088         * lily/include/tweak-registration.hh: new file.
9089
9090         * lily/tweak-registration.cc: new file.
9091
9092         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
9093         saving tweaks.
9094
9095         * scm/output-gnome.scm (text): comment dribble.
9096
9097 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9098
9099         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
9100
9101         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
9102         path-def before using.  Fixes muchtomany slurs in wrong places
9103         bug.
9104
9105 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9106
9107         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
9108
9109         * lily/include/object-key-undumper.hh (Module): new file.
9110
9111         * lily/object-key-undumper.cc (Module): New file. Deserialize
9112         keys. SCM bindings
9113
9114         * lily/object-key-dumper.cc (Object_key_dumper): idem.
9115         Provide SCM bindings.
9116
9117         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
9118         new file. Serialize object keys.
9119         
9120         * lily/object-key.cc (dump): new function.
9121         (as_scheme): new virtual function
9122         (undump): new function
9123         (undumpers): new table.
9124
9125         * lily/include/global-context.hh (Context): take \score key upon init.
9126
9127         * lily/object-key-dumper.cc (serialize_key): new file.
9128
9129         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
9130
9131         * lily/lily-lexer.cc: remove \quote.
9132
9133         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
9134
9135         * lily/context.cc (Context): take key argument in ctor.
9136         (create_context): new function
9137
9138         * lily/grob.cc (Grob): take key argument in ctor.  
9139
9140         * lily/lilypond-key.cc (do_compare): new file.
9141
9142         * lily/object-key.cc (Object_key): new file.
9143
9144         * lily/include/object-key.hh (class Object_key): new file.
9145
9146         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
9147
9148 2004-11-13  Graham Percival  <gperlist@shaw.ca>
9149
9150         * Documentation/user/lilypond-book.itely: add small warning about
9151         noindent default in lilypond-book.
9152
9153         * Documentation/user/converters.itely: add examples for convert-ly.
9154
9155         * Documentation/user/examples.itely: change version string in templates
9156         to 2.4.0.
9157
9158 2004-11-12  Karl Hammar  <karl@aspodata.se>
9159
9160         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
9161         cmdline, use xargs instead (backportme)
9162
9163 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
9164         
9165         * Documentation/user/: Numerous fixes in the user manual.
9166
9167 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9168
9169         * lily/parser.yy (re_rhythmed_music): search music expression for
9170         context-id, surround by \new Voice if not found. Fixes:
9171         addlyrics-second-staff.ly
9172
9173         * VERSION: 2.5.0 released.
9174         
9175 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9176
9177         * Documentation/index.html.in: Fix url to one big page.  (backportme)
9178
9179         * Documentation/user/GNUmakefile: Separate rules for split and
9180         unsplit html documents.  Remove perl massaging.  (backportme)
9181
9182 2004-11-11  Graham Percival  <gperlist@shaw.ca>
9183
9184         * Documentation/user/lilypond-book.itely: add short warning about
9185         \lilypond{} in LaTeX docs.
9186
9187 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9188
9189         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
9190         found.  (backportme)
9191
9192         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
9193         version requirement.  (backportme)
9194
9195         * configure.in: Be explicit about old versions of
9196         ec-fonts-mtraced.  (backportme)
9197
9198         * lily/context-selector.cc (set_tweaks): New function.
9199         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
9200         web with -DTWEAK.
9201
9202         * Documentation/user/introduction.itely (Automated engraving):
9203         Remove fragment option.  Fixes web.
9204
9205         * lily/context-property.cc (make_item_from_properties):
9206         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
9207         #ifdef.
9208
9209         * scm/define-context-properties.scm
9210         (all-internal-translation-properties): Add tweakRank and tweakCount.
9211
9212         * lily/grob.cc: 
9213         * scm/define-grob-properties.scm (all-internal-grob-properties):
9214         Add tweak-rank and tweak-count.
9215
9216 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9217
9218         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
9219         New function.
9220         (text): Use them.
9221
9222         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
9223         animated/opaque grob dragging tweaks.
9224
9225         * buildscripts/guile-gnome.sh: Update.
9226
9227 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9228
9229         * scm/define-grobs.scm (all-grob-descriptions): Added
9230         line-interface to the LigatureBracket object.
9231
9232 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9233
9234         * scm/framework-gnome.scm (item-event): Support non-animated mouse
9235         dragging tweaks.
9236
9237         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
9238
9239         * lily/context-selector.cc (store_context): New function.
9240
9241         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
9242         (store_grob): New function.
9243         (identify_grob): Add Moment parameter.
9244
9245         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
9246         exists.
9247
9248         * scm/framework-gnome.scm (save-tweaks): Write as alist.
9249
9250 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9251
9252         * scm/framework-gnome.scm (item-event): Print grob id.
9253         (save-tweaks): New function.
9254         (tweak): New funtion.
9255         (item-event): Use it, bound to arrow keys.
9256
9257         * lily/context-property.cc (make_item_from_properties): Register grob.
9258         * lily/context.cc (add_context): Register context.
9259
9260         * lily/include/context-selector.hh:
9261         * lily/include/grob-selector.hh:
9262         * lily/context-selector.cc:
9263         * lily/grob-selector.cc: New file.
9264
9265 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9266
9267         * lily/slur.cc: add 'positions to interface
9268
9269         * lily/main.cc: reinstate PS as standard output format. 
9270
9271         * scm/framework-tex.scm (output-preview-framework): print systems
9272         up to first non title system.
9273
9274         * lily/grace-engraver.cc (start_translation_timestep): split
9275         scm_cadddr
9276         
9277 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9278
9279         * lily/quote-iterator.cc (Module): remove old quote-iterator
9280
9281         * scm/define-music-types.scm (music-descriptions): move
9282         NewQuoteMusic over QuoteMusic
9283
9284         * Documentation/user/notation.itely (Formatting cue notes): use
9285         \cueDuring.
9286
9287         * lily/new-quote-iterator.cc (quote_ok): new function.
9288
9289         * input/regression/quote-cue-during.ly: new file.
9290
9291         * input/regression/quote-grace.ly: new file.
9292
9293         * scm/define-context-properties.scm (Module): change definition of
9294         graceSettings
9295
9296         * lily/context-property.cc (Module): rename from
9297         translator-property.cc
9298
9299         * lily/context.cc (context_name_symbol): new function
9300
9301         * lily/grace-engraver.cc: new file. Set properties for grobs based
9302         on the grace-ness of now_moment().
9303
9304         * scm/music-functions.scm (add-grace-property): use list
9305         iso. vector for graceSettings
9306         remove set-{start,stop}-grace-properties. 
9307
9308         * lily/new-quote-iterator.cc (construct_children): set
9309         quote_outlet_ if no quoted-context-{id,type} specified.
9310
9311         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
9312
9313         * lily/parser.yy (command_element): remove \quote.
9314
9315         * ly/music-functions-init.ly (location): add quoteDuring music
9316         function. 
9317
9318         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
9319         optional semicolon. (backportme)
9320
9321 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9322
9323         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
9324         need to link to GUILE et al.
9325
9326 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9327
9328         * scm/define-music-properties.scm (all-music-properties): add
9329         quoted-context-type, quoted-context-id.
9330
9331         * scm/lily.scm (type-check-list): new function.
9332         
9333         * scm/lily-library.scm: new file. Generic library routines.
9334
9335         * lily/parser.yy (Generic_prefix_music): move typechecking out of
9336         parser.
9337
9338         * ly/music-functions-init.ly: add quoteDuring function.
9339
9340         * lily/include/music-iterator.hh (class Music_iterator): rename
9341         set_translator -> set_context
9342
9343         * lily/parser.yy (Generic_prefix_music_scm): add
9344         MUSIC_FUNCTION_SCM_SCM_MUSIC
9345
9346         * scm/lily.scm (sanitize-command-option): new function. (backportme)
9347
9348         * scm/framework-tex.scm (header): sanitize TeX paper size.
9349         (backportme)
9350
9351 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9352
9353         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
9354
9355         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
9356
9357         * scm/framework-tex.scm (font-load-command): Use T1 if no
9358         font-encoding set.  (backportme)
9359
9360         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
9361         exists before converting.  (backportme)
9362
9363         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
9364         exists before converting.  (backportme)
9365         (convert-to-ps): Remove .ps file if it exists before
9366         converting.  (backportme)
9367
9368         * lily/lexer.ll: Remove extra progress newline, use present tense.
9369
9370         * scm/paper.scm (paper-alist): public.
9371         * scm/framework-tex.scm (convert-to-ps):
9372         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
9373         command line.
9374
9375 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9376
9377         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
9378
9379         * lily/recording-group-engraver.cc (derived_mark): mark
9380         now_events_. (backportme)
9381
9382 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9383
9384         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
9385
9386         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
9387         invoking latex. (backportme.)
9388
9389         * lily/stem.cc (off_callback): center stems for all rest stems.
9390
9391 2004-11-05  Werner Lemberg  <wl@gnu.org>
9392
9393         * Documentation/user/lilypond.tely: Add more guidelines for writing
9394         lilypond texinfo documents.
9395
9396 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
9397
9398         * Documentation/index.html.in: remove <hr>.
9399
9400         * THANKS: change 2.3 to 2.4.
9401
9402 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
9403
9404         * scm/output-gnome.scm: More fontconfig comment.
9405
9406 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
9407
9408         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
9409         <package> directory in $(builddir)/share according with
9410         PACKAGE_NAME defined in the VERSION file.
9411
9412 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9413
9414         * lily/beam.cc (rest_collision_callback): use local beam
9415         multiplicity.
9416
9417         * input/regression/stem-stemlet.ly: new file.
9418
9419         * lily/stem.cc (add_head): store rests as well.
9420
9421         * scm/define-grob-properties.scm (all-user-grob-properties): add
9422         stemlet-length
9423
9424         * lily/stem.cc: store rests as well.
9425         
9426         * input/regression/new-slur.ly: mention forcing.
9427
9428 2004-11-04  Werner Lemberg  <wl@gnu.org>
9429
9430         * Documentation/user/*: A new round of layout fixes and document
9431         structure cleanup.
9432
9433 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
9434
9435         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
9436
9437 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9438
9439         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
9440
9441 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9442
9443         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
9444
9445         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
9446
9447         * lily/main.cc (main): Invoke identify.
9448
9449         * scm/lily.scm (postscript->pdf): Remove progress newline.
9450         Write progress to stderr.
9451
9452         * lily/paper-book.cc (output): Remove progress newline.
9453
9454         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
9455         gettext on user messages, and remove whitespace.
9456
9457         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
9458
9459         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
9460         argv[0] (Thomas Scharkowski).
9461
9462         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
9463         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
9464         for ec-fonts-mtraced.
9465
9466         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
9467         --srcdir build (Bertalan).
9468
9469         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
9470         headers and library too (Laura Conrad).
9471
9472         * Documentation/topdocs/INSTALL.texi (Top): Mention development
9473         package for guile too (Laura Conrad).
9474
9475         * lily/main.cc (usage): Typo.
9476
9477 2004-11-02  Werner Lemberg  <wl@gnu.org>
9478
9479         * Documentation/user/notation.ly: More fixes to improve appearance.
9480
9481         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
9482         better output for multicolumn tables.
9483
9484 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9485
9486         * lily/main.cc (dir_info): Fixed typo in the printouts.
9487
9488 2004-11-01  Werner Lemberg  <wl@gnu.org>
9489
9490         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
9491         of output.
9492         Set `per_line' to 2; replace hard-coded value with it.
9493
9494         * Documentation/user/*: Many fixes to improve appearance of
9495         printed manual.
9496
9497 2004-11-01  Werner Lemberg  <wl@gnu.org>
9498
9499         * Documentation/user/changing-defaults.itely,
9500         Documentation/user/notation.ly,
9501         Documentation/user/programming-interface.itely: Use @/.
9502         Fix formatting of some lilypond snippets and tables.
9503
9504         * scripts/lilypond-book.py (compose_ly): Provide useful default
9505         for LINEWIDTH in `override'.
9506
9507 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9508
9509         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
9510
9511 2004-10-31  Werner Lemberg  <wl@gnu.org>
9512
9513         Resetting @exampleindent to `5' gives ugly results with texinfo's
9514         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
9515         (if not quoting) to change @exampleindent only locally.
9516
9517         * scripts/lilypond-book.py (NOQUOTE): New variable.
9518         (output) [LATEX]: Remove AFTER and BEFORE.
9519         [TEXINFO]: Remove AFTER and BEFORE.
9520         Fix QUOTE and VERBATIM pattern.
9521         Add NOQUOTE pattern.
9522         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
9523         and BEFORE.
9524         [output_texinfo]: Use NOQUOTE.
9525
9526 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9527
9528         * Documentation/user/changing-defaults.itely: clarify paper
9529         size commands with correct info.
9530
9531         * Documentation/user/lilypond-book.itely: add more docs for
9532         filename extensions.
9533
9534 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9535
9536         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
9537         (PATCH_LEVEL): start 2.5.0.
9538
9539 2004-10-30  Graham Percival  <gperlist@shaw.ca>
9540
9541         * Documentation/user/notation.itely: add warning about bar numbers
9542         in multistaff music, add warning about quoting grace notes.
9543
9544         * Documentation/user/changing-defaults.itely: clarify paper size commands,
9545         add missing subsubtitle entry to Creating titles.
9546
9547         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
9548
9549 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9550
9551         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
9552         case.
9553         (conv): add dummy 2.4.0 conversion rule.
9554
9555         * Documentation/user/lilypond.tely: add @finalout.
9556
9557         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
9558         for attaching, fixes slur/stem left attachment of
9559         downslur/downstem.
9560
9561         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
9562         quote problem if for last note of quoted sequence. 
9563
9564         * input/regression/part-combine-text.ly (comm): add expect strings.
9565
9566 2004-10-30  Werner Lemberg  <wl@gnu.org>
9567
9568         * Documentation/user/examples.itely: Improved layout.
9569
9570         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
9571
9572         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
9573
9574         * Documentation/notation.itely: Use `@/'.
9575         Other layout fixes.
9576
9577 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9578
9579         * lily/part-combine-iterator.cc (unisono): examine last_playing_
9580         (not state_), this fixes a2 printing after chord.
9581
9582         * input/regression/no-staff.ly: fix octave, revise syntax.
9583
9584         * input/regression/lyrics-bar.ly (texidoc): fixes.
9585
9586         * input/regression/beam-dir-functions.ly (Module): remove from regtest
9587
9588         * input/regression/accidentals.ly (Module): remove from regtest.
9589
9590         * lily/parser.yy (Prefix_composite_music): 
9591         oops. Chords should be unrelativable, not bass figures untransposable.
9592
9593         * VERSION: 2.3.26 released.
9594         
9595         * lily/completion-note-heads-engraver.cc (try_music): only return
9596         something when is_first_ is true. Fixes lyrics with completion_heads. 
9597
9598         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
9599
9600         * scm/lily.scm (ly:system): new function. Catches uninstalled
9601         ps2png.
9602
9603 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9604
9605         * Documentation/user/notation.itely: remove
9606         @hyphenatedinternalsref.
9607
9608 2004-10-29  Werner Lemberg  <wl@gnu.org>
9609
9610         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
9611
9612         * scripts/lilypond-book.py (no_options): New dictionary.
9613         (simple_options): New list.
9614         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
9615         (compose_ly): Use `no_options' and `simple_options'.
9616         Fix logic of option handling.
9617         Handle `linewidth' option without parameter.
9618
9619 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9620
9621         * lily/lookup.cc (triangle): use (0, interval.length()) for X
9622         extent, since the stencil is translated later on.
9623
9624         * lily/ledger-line-spanner.cc (print): swap linear_combination
9625         arguments, effectively shortens ledger line. 
9626
9627         * Documentation/user/GNUmakefile
9628         ($(outdir)/lilypond/lilypond.html): use find to remove files.
9629
9630         * lily/main.cc: --no-pages option.
9631
9632 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
9633
9634         * Documentation/user/notation.itely (Fret diagrams): add extra
9635         notes to example to avoid collisions between fret diagrams.
9636
9637 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9638
9639         * Documentation/user/notation.itely (Automatic note splitting):
9640         note about lyrics. 
9641
9642         * Documentation/user/converters.itely (Invoking convert-ly): note
9643         about version numbers. 
9644
9645         * scripts/abc2ly.py (dump_score): revise lyric dumping
9646
9647         * scripts/mup2ly.py (pre_processor_commands): always open file.
9648
9649         * scripts/etf2ly.py (Frame.calculate): always close \grace.
9650         (Etf_file.dump): add \version
9651
9652         * VERSION: 2.3.25 released.
9653
9654         * lily/scm-option.cc: add 'resolution to ly:get-option argument
9655         list.
9656
9657 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9658
9659         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
9660
9661 2004-10-28  Werner Lemberg  <wl@gnu.org>
9662
9663         * Documentation/user/music-glossary.tely: More fixes to improve
9664         appearance with DVI output.
9665
9666         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
9667         EXAMPLEINDENT.  This is the maximum value for quotation environments
9668         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
9669
9670 2004-10-27  Werner Lemberg  <wl@gnu.org>
9671
9672         * Documentation/user/music-glossary.tely: Revised.
9673
9674 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
9675
9676         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
9677         improve fret diagram spacing in printed output.
9678
9679         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
9680         from options for the example so fret-diagrams won't overlap
9681         one another.
9682
9683 2004-10-26  Werner Lemberg  <wl@gnu.org>
9684
9685         * scripts/lilypond-book.py: Some additional formatting for
9686         orthogonality.
9687         (ly_options) [*]: Format strings.
9688         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
9689         by `compose_ly'.
9690         (output) [LATEX][OUTPUT]: Format string and simplify.
9691         (PREAMBLE_LY, FRAGMENT_LY): Format string.
9692         (classic_lilypond_book_compatibility): Take key/value pair as
9693         parameter.
9694         Return key/value pair.
9695         (compose_ly): Rewritten, taking the snippet type as third parameter. 
9696         The default values are now set more sensible, and a `linewidth'
9697         option is no longer overwritten under some circumstances.
9698
9699         * Documentation/user/music-glossary.tely: Replace all accented
9700         character macros with latin-1 codes.
9701
9702 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9703
9704         * lily/music-function.cc (ly_make_music_function): when an
9705         argument predicate is markup?, the signature keyword becomes
9706         "markup" iso "scm".
9707
9708         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
9709         tokens, for functions which signatures contain "markup".
9710
9711         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
9712         MUSIC_FUNCTION_*MARKUP* tokens.
9713
9714 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
9717         Lyrics context.
9718
9719 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9720
9721         * python/lilylib.py (make_ps_images): return list of output files.
9722
9723         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
9724         all springs tight, and still satisfy the constraints.
9725
9726 2004-10-25  Werner Lemberg  <wl@gnu.org>
9727
9728         * scripts/lilypond-book.py: s/option-sep/option_sep/.
9729         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
9730         (snippet_res): Fix regexps and make them ignore whitespace properly.
9731         (compose_ly): Use `re.split' instead of `string.split' to remove
9732         surrounding whitespace.
9733         Some formatting to get more consistency.
9734
9735 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9736
9737         * VERSION: 2.3.24
9738         
9739         * scm/define-context-properties.scm
9740         (all-user-translation-properties): add verticallySpacedContexts.
9741
9742         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
9743         add interface
9744
9745         * scm/define-grob-properties.scm (all-internal-grob-properties):
9746         add spaceable-staves
9747
9748         * scm/define-grobs.scm (all-grob-descriptions): set
9749         vertically-spaceable-interface for VerticalAxisGroup and
9750         RemoveEmptyVerticalGroup
9751
9752         * lily/system.cc (get_line): determine staff_refpoints_
9753         using spaceable-staves.
9754
9755         * lily/score-engraver.cc (acknowledge_grob): ack
9756         vertically-spaceable-interface and verticallySpacedContexts to
9757         set spaceable-staves.
9758
9759         * input/regression/new-slur.ly: add slur under 16th subbeam case.
9760
9761         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
9762
9763 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9764
9765         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
9766         minimumVerticalExtent tweaks. 
9767  
9768         * mf/feta-schrift.mf: include size of thumb appendix in
9769         bbox. Fixes: c-thumb-notehead.ly  
9770
9771         * THANKS: add Meisters to the Development team.
9772
9773         * scm/framework-tex.scm (convert-to-dvi): redirect output to
9774         /dev/null for non-verbose.
9775
9776         * Documentation/user/invoking.itely (Invoking lilypond): add note
9777         about resource usage.
9778
9779         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
9780
9781         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
9782         --enable-encoding
9783
9784         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
9785
9786         * Documentation/user/changing-defaults.itely (Text encoding):
9787         change to latin1.
9788
9789         * Documentation/user/lilypond.tely: add language and encoding.
9790
9791         * scm/define-grobs.scm (all-grob-descriptions): add
9792         line-interface.
9793
9794         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
9795
9796         * input/test/ossia.ly: font sizes for ossia.
9797
9798         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
9799         -> \context Foo = "NOTENAME".
9800
9801         * lily/main.cc (determine_output_options): fix ordering.
9802
9803 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
9804
9805         * THANKS: Added bughunters for 2.3.
9806
9807 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9808
9809         * Documentation/user/macros.itexi: use findex functions/internals
9810         objects.
9811
9812         * scm/documentation-generate.scm (string-append): add syncodeindex
9813
9814         * Documentation/user/tutorial.itely (A lead sheet): use \chords
9815         for tutoring chord names.
9816  
9817         * Documentation/user/lilypond.tely: remove @authors.
9818
9819 2004-10-23  Werner Lemberg  <wl@gnu.org>
9820
9821         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
9822         Remove first two parameters of \lybox.
9823         Don't emit \vbox around \lybox.
9824         (dump-line): Add width to \lybox call.
9825         Remove first two parameters of \lybox.
9826
9827         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
9828         (\lyitem): Updated.
9829         (\lybox): Only take three parameters.
9830         Create box which has zero depth, only height.
9831         Center box vertically along the x-height of current font.
9832
9833 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9834
9835         * VERSION (PACKAGE_NAME): release 2.3.23
9836
9837         * scm/framework-tex.scm (convert-to-ps): add -E if filename
9838         contains .preview.
9839
9840 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9841
9842         * lily/lyric-extender.cc (print): only run to right-bound if
9843         broken. This fixes input/regression/lyric-extender.ly
9844
9845         * input/regression/beamed-chord.ly: removed.
9846
9847         * Documentation/user/macros.itexi: add \global to definitions for
9848         feta macros.
9849
9850         * po/fr.po: updated po file.
9851
9852         * po/de.po: updated po file.
9853
9854 2004-10-22  Werner Lemberg  <wl@gnu.org>
9855
9856         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
9857
9858 2004-10-21  Werner Lemberg  <wl@gnu.org>
9859
9860         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
9861         (\lilypondexperimentalfeatures): Removed.
9862
9863 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
9864
9865         * Documentation/user/notation.itely: fixed 2 typos
9866
9867 2004-10-20  Werner Lemberg  <wl@gnu.org>
9868
9869         * scm/framework-tex.scm (header-end): Don't set \outputscale.
9870         (dump-line): Produce prettier output.
9871
9872         * tex/lilyponddefs.tex: Comment all macros extensively.
9873         (\lilypondstart): Set \outputscale.
9874         Define \lilypondpagebreak and \lilypondnopagebreak here.
9875         Don't test for positive \lilypondpaperlinewidth -- this is always
9876         positive in the normal case (LilyPond produces bad output otherwise
9877         so we can safely ignore negative or zero values).
9878         (\lilypondend): Remove useless test for \lilypondbook.
9879         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
9880         don't input `feta20.tex'.
9881
9882 2004-10-19  Graham Percival  <gperlist@shaw.ca>
9883
9884         * Documentation/user/examples.itely: added texidoc lilypond-book
9885         template.
9886
9887 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9888
9889         * cygwin/lilypond.hint: Update.
9890
9891 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
9892
9893         * Documentation/user/notation.itely (Fret diagrams): Add documentation
9894         for fret diagram markups to user manual
9895
9896         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
9897         documentation for fret-diagram-terse
9898
9899         * Documentation/user/notation.itely: Added section on fret diagrams.
9900
9901 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9902
9903         * scripts/convert-ly.py (usage): Fix --help description.  Apply
9904         range also for --show-rules.
9905
9906 2004-10-18  Werner Lemberg  <wl@gnu.org>
9907
9908         * scripts/lilypond-book.py (Snippet, Include_snippet)
9909         [replacement_text]: Use group `match'.
9910
9911 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9912
9913         * Documentation/user/macros.itexi: Use @ref instead of @inforef
9914         for html.  Apparently, ``you should'' in texinfo documentation is
9915         merely a guideline that can safely be ignored.
9916
9917         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
9918         auto-mode-alist.
9919
9920         * input/test/engraver-example.ily: 
9921         * input/regression/allfontstyle.ily: Rename, update users.
9922
9923 2004-10-16  Graham Percival  <gperlist@shaw.ca>
9924
9925         * Documentation/user/lilypond-book.itely: add more details about
9926         building .lytex files.
9927
9928         * Documentation/user/examples.itely: added piano-lyrics template
9929
9930         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
9931
9932         * input/GNUmakefile: remove "templates" from build subdirs.
9933
9934         * input/template: removed.
9935
9936 2004-10-16  Werner Lemberg  <wl@gnu.org>
9937
9938         * scripts/lilypond-book.py (snippet_res): Define group `match'
9939         everywhere.
9940         Accept more spaces between commands and its arguments and options.
9941         Fix some regexps.
9942         (output): Remove some newlines in string values and suppress spaces
9943         in output.
9944         (output_texinfo): Output `output_print_filename' only if not empty.
9945         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
9946
9947 2004-10-16  Werner Lemberg  <wl@gnu.org>
9948
9949         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
9950         some TeX line ends with `%' to avoid additional horizontal space in
9951         output.
9952
9953         * scripts/lilypond-book.py: Unexpand spaces to tabs.
9954         (snippet_res): Use `x' modifier to represent regular expressions
9955         in a friendlier way.
9956         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
9957         (find_toplevel_snippets): Don't use indices from match group 0,
9958         which is the whole pattern space, but group 1.
9959
9960 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9961
9962         * flower/include/direction.hh (enum Direction): add
9963         DIRECTION_LIMIT
9964
9965 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9966
9967         * po/fr.po: new po file.
9968
9969 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9970
9971         * Documentation/user/macros.itexi: Do not construct external
9972         references using @uref.  That results in broken links.
9973
9974         * lily/slur.cc (outside_slur_callback): Use int in for loop;
9975         avoids g++-3.4.1 enum beature.
9976
9977 2004-10-13  Graham Percival  <gperlist@shaw.ca>
9978
9979         * Documentation/user/examples.itely: added lilypond-book template.
9980
9981         * Documentation/user/lilypond-book.itely: added filename extension
9982         page.
9983
9984 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9985
9986         * debian/rules (binary-indep): Link images for info.
9987
9988         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
9989         feature nicked from jEdit.
9990
9991 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
9992
9993         * Documentation/user/introduction.itely: Minor corrections.
9994
9995         * Documentation/user/notation.itely: Minor corrections.
9996
9997         * Documentation/user/tutorial.itely: Minor corrections.
9998
9999 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10000
10001         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
10002
10003         * scm/*.scm:
10004         * ly/paper-defaults.ly: Use papersizename only.
10005
10006 2004-10-11  Werner Lemberg  <wl@gnu.org>
10007
10008         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
10009         \raise work with positive values.
10010
10011 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10012
10013         * Documentation/user/notation.itely (Multi measure rests): Update
10014         the docs corresponding to the implementation change from 2004-10-08.
10015
10016 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10017
10018         * VERSION (MY_PATCH_LEVEL): release 2.3.22
10019
10020         * scm/part-combiner.scm (determine-split-list): reinstate
10021         playing+resting case. 
10022
10023         * Documentation/user/invoking.itely (Reporting bugs): rename.
10024
10025         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
10026
10027         * lily/parser.yy (Prefix_composite_music): change no-transposition
10028         for mode_changing_head to figures too.
10029
10030         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
10031         with normal slurs too.
10032         
10033         * lily/slur-scoring.cc (move_away_from_staffline): new function.
10034         (get_base_attachments): move away attachment point for breaks
10035         similar to attachment points on slurs (staffline collision, and
10036         half a space of padding)
10037
10038         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
10039         force twice.
10040
10041         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
10042         mode, return #f.        
10043
10044         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
10045         for last page if raggedlast. 
10046
10047         * lily/parser.yy (Prefix_composite_music): untransposable is for
10048         FiguredBass, not ChordNames
10049
10050 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * scm/framework-tex.scm: Merge fix.
10053
10054 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         The grand \paper -> \layout, \bookpaper -> \paper renaming.
10057
10058 2004-10-10  Graham Percival  <gperlist@shaw.ca>
10059
10060         * Documentation/user/notation.itely: add raggedright to a whole
10061         bunch of places.
10062
10063 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10064
10065         * scm/paper.scm (set-paper-dimension-variables): new
10066         function. Define dimension-variables explicitly in \paper too.
10067         This allows overriding linewidth inside \score { \paper { } }
10068         blocks
10069  
10070         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
10071         landscape.
10072         (header): add landscape and papersize options.
10073
10074 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10075
10076         * lily/*.cc: use robust_scm2moment() where appropriate.
10077
10078         * lily/moment.cc (robust_scm2moment): new function.
10079
10080         * scm/titling.scm (default-score-title): remove caps for piece.
10081
10082         * VERSION: 2.3.21 released.
10083         
10084         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
10085
10086         * lily/include/slur-configuration.hh (class Slur_configuration):
10087         new file.
10088
10089         * lily/slur-configuration.cc: new file. move scoring functions
10090         into Slur_configuration.
10091
10092         * lily/slur-scoring.cc (Slur_score_state): change static functions
10093         to methods of Slur_score_state.
10094
10095         * lily/bezier-bow.cc (Message): 
10096
10097         * flower/include/interval-set.hh (Message): new file.
10098
10099         * flower/interval-set.cc (Message): new file.
10100
10101 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10102
10103         * lily/multi-measure-rest-engraver.cc (process_music): always
10104         generate MultiMeasureRestNumbers.
10105
10106         * SConstruct (txt_files): switch of make dist
10107
10108         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
10109         make sure that (indent < len / 3). This fixes progerror-max_h.ly
10110
10111         * lily/multi-measure-rest-engraver.cc (process_music): make
10112         MultiMeasureRestNumber too.
10113
10114 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10115
10116         * Documentation/user/notation.itely (Bar lines): Added a note that
10117         defaultBarType is to be changed in the Timing context.
10118
10119 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10120
10121         * lily/include/guile-compatibility.hh: add file.
10122
10123         * scm/framework-tex.scm (convert-to-dvi): use max of current
10124         extra_mem_top and 1M.
10125
10126         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
10127         function.
10128
10129 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10130
10131         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
10132  
10133 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10134
10135         * lily/slur-scoring.cc (struct Slur_score_state): add
10136         has_same_beam_, edge_has_beams_, is_broken_ bools.
10137         (get_base_attachments): simpler Y attachment determination for
10138         broken slurs.
10139
10140 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
10143         bash without that is quite interesting.  Add xml and some omf
10144         keys.
10145
10146 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10147
10148         * Documentation/user/macros.itexi: Add xml macros.
10149
10150         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
10151
10152         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
10153
10154 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10155
10156         * lily/break-substitution.cc (substitute_mutable_property_alist):
10157         only put property back into value if != SCM_UNDEFINED
10158
10159         * lily/lyric-extender.cc (print): don't take common refpoint of
10160         null object if right_text isn't there.
10161  
10162         * lily/slur-scoring.cc (struct Slur_score_state): new
10163         struct. Collect scoring function arguments.
10164         (struct Slur_score_state): add musical_dy_
10165         (get_extra_encompass_infos): new function. Split off state
10166         computations.
10167
10168         * scm/part-combiner.scm (determine-split-list): remove playing1
10169         and playing2.
10170
10171 2004-10-02  Graham Percival  <gperlist@shaw.ca>
10172
10173         * Documentation/index.html.in: remove link to templates.
10174
10175         * Documentation/user/notation.itely: more small fixes.
10176
10177 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10178
10179         * lily/timing-engraver.cc (process_music): move setting
10180         measure-length. This fixes spacing-whole-rest.ly
10181
10182         * VERSION (PACKAGE_NAME): release 2.3.20
10183         
10184         * input/regression/quote-transposition.ly: update example
10185
10186         * scm/define-music-properties.scm (all-music-properties): change
10187         meaning of instrumentTransposition.  It is now the pitch played
10188         that sounds as middle C. This means that instrumentTransposition
10189         can be \transposed. 
10190         Fixes: transpose-quote.ly
10191
10192         * lily/parser.yy (command_element): reverse setting of
10193         instrumentTransposition
10194
10195         * lily/pitch.cc (pitch_interval): rename.
10196
10197         * lily/recording-group-engraver.cc (stop_translation_timestep):
10198         remove macrameing of accumulator and set_car/cdr.
10199         Fixes: transposition-quote.ly
10200
10201         * lily/music.cc (transpose): fold Event::transpose() in.
10202
10203         * lily/event.cc: remove Transpose. 
10204
10205         * lily/recording-group-engraver.cc: cleanup.
10206
10207         * ly/music-functions-init.ly (displayMusic): add function.
10208
10209         * make/lilypond.fedora.spec.in: rename file.
10210
10211         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
10212         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
10213
10214         * Documentation/user/changing-defaults.itely (Changing context
10215         properties on the fly): typo.
10216
10217         * lily/slur.cc (outside_slur_callback): try three sample points
10218         for determining collisions. This fixes: slur-script.ly.
10219
10220 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10221
10222         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
10223
10224 2004-10-01  Graham Percival  <gperlist@shaw.ca>
10225
10226         * Documentation/user/notation.itely: more small fixes.
10227
10228         * Documentation/user/examples.itely: make new sections.
10229
10230         * input/test/bar-lines.ly: improve output, fix bug.
10231
10232         * Documentation/user/changing-defaults.itely: small fixes.
10233
10234 2004-10-01  Werner Lemberg  <wl@gnu.org>
10235
10236         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
10237         T1 encoding in texinfo mode.
10238         (\lilypondstart): Use it.
10239         (\lilypondloop, \lilyponditerate): Removed.  Unused.
10240
10241 2004-09-30  Werner Lemberg  <wl@gnu.org>
10242
10243         * tex/lilyponddefs.tex (\lilypondstart): Define
10244         \lilypondfontencoding for both texinfo and latex mode.
10245
10246         * scm/framework-tex.scm (font-load-command): Use
10247         \lilypondfontencoding.
10248
10249 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10250
10251         * scm/framework-tex.scm (dump-page): take with-extents?
10252         argument. If true, output Y extents. Used for lilypond-book
10253         documents.
10254
10255         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
10256         \bookpaper.
10257
10258         * lily/slur.cc (outside_slur_callback): epsilon-delta management
10259         for slur edges. Fixes: progerror-no-bezier-intersection.ly
10260  
10261         * scm/framework-tex.scm (dump-page): put stencil height in dumped
10262         page.
10263
10264 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10265
10266         * Documentation/user/notation.itely (Multi measure rests):
10267         Improved example.
10268
10269 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10270
10271         * lily/auto-beam-engraver.cc (test_moment): robustify.
10272
10273 2004-09-28  Werner Lemberg  <wl@gnu.org>
10274
10275         * scm/framework-tex.scm (font-load-command): Define proper font
10276         macro which sets font encoding if available.
10277         (define-fonts): Define \lilypondpaperinputencoding, to be taken
10278         from the \bookpaper block.
10279
10280         * tex/lilyponddefs.tex (\lilypondstart): Use
10281         \lilypondpaperinputencoding for global input encoding.
10282
10283 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10284
10285         * lily/score.cc (Score): oops. Copy error_found_ too.
10286
10287 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10288
10289         * stepmake/stepmake/texinfo-rules.make: 
10290         * Documentation/GNUmakefile: --srcdir build fixes.
10291
10292         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
10293
10294         * Documentation/user/latex-lilypond-example.latex:
10295         * Documentation/user/latex-example.latex: Fix compile errors.
10296         Still buggy, need more love.
10297
10298 2004-09-27  Werner Lemberg  <wl@gnu.org>
10299
10300         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
10301
10302 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
10303
10304         * Documentation/user/examples.itely: removed \midi block to
10305         simplify the example
10306
10307         * Documentation/user/notation.itely: Removed superfluous
10308         TextSpanner tweakings (is already done by engraver-init.ly).
10309         Documented bug: vertical alignment of articulations.
10310
10311         * Documentation/user/notation.itely, ly/engraver-init.ly
10312         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
10313         padding.
10314
10315         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
10316         docu about TextSpanner padding bug from manual to engraver.ly
10317         (since it's workarounded and hence not user-visible any more)
10318
10319 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10320
10321         * VERSION: release 2.3.19
10322
10323 2004-09-26  Graham Percival  <gperlist@shaw.ca>
10324
10325         * ly/property-init.ly: fix bug in displaying ledger lines while
10326         \hideNotes is on.
10327
10328         * Documentation/user/notation.itely: more editing.
10329
10330         * Documentation/user/examples.itely: add piano-dynamics template.
10331
10332         * input/template/piano-dynamics.ly: remove.
10333
10334         * Documentation/user/sound-output.itexi: more editing
10335
10336 2004-09-25  Graham Percival  <gperlist@shaw.ca>
10337
10338         * Documentation/user/notation.itely: more editing.
10339
10340 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10341
10342         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
10343         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
10344
10345 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10346
10347         * lily/hairpin.cc (print): check columns of bounds, not bounds
10348         themselves.
10349         (print): robustify bound-padding lookup.
10350
10351         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
10352
10353         * scripts/lilypond-book.py (Compile_error.process_include): catch
10354         Compile_error exception, and remove output .texi.
10355
10356         * scm/define-music-properties.scm (all-music-properties): add
10357         error-found
10358
10359         * lily/parser.yy (Music_list): add error-found to music with errors.
10360
10361         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
10362
10363         * lily/book.cc (process): ignore books with errors
10364
10365         * lily/include/score.hh (class Score): add error_found_ member.
10366
10367         * lily/drum-note-engraver.cc (try_music): idem.
10368
10369         * lily/note-heads-engraver.cc: remove start-playing-event.
10370
10371         * lily/part-combine-iterator.cc (Part_combine_iterator): use
10372         BusyPlayingEvent to determine which voice was active last.
10373         (unisono): use last active to where to get unisono information
10374         from. This fixes: partcombine-rest.ly (again).
10375
10376         * scm/part-combiner.scm (determine-split-list): cleanups
10377
10378 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10379
10380         * input/regression/lyric-extender.ly: simplify.
10381         complexify.
10382
10383         * lily/lyric-extender.cc (print): use it to determine size of
10384         extender. Remove Lyric_extender::is_visible().
10385
10386         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
10387         next property.
10388
10389         * lily/lyric-engraver.cc: remove get_current_rest().
10390         
10391 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10392
10393         * input/regression/lyric-extender.ly: Fix and add test.
10394
10395         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
10396
10397 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10398
10399         * lily/note-head.cc: remove Note_head::extent.
10400
10401 2004-09-23  Graham Percival  <gperlist@shaw.ca>
10402
10403         * Documentation/user/tutorial.itely: do manual style 2-space
10404         indents in examples
10405
10406         * Documentation/user/notation.itely: more editing.
10407
10408 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10409
10410         * lily/lyric-engraver.cc (get_current_rest): New function.
10411
10412         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
10413         stop at rest.
10414
10415         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
10416
10417         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
10418
10419 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
10420
10421         * Documentation/user/examples.itely (Small ensembles): added
10422         example for transcription of mensural music
10423
10424         * Documentation/user/notation.itely (The Lyrics context): fixed broken
10425         link to SATB vocal score
10426
10427         * Documentation/user/notation.itely (System start delimiters):
10428         fixed typo: GrandStaff->StaffGroup
10429
10430         * Documentation/user/notation.itely (Ancient articulations):
10431         removed obsolete comment on \episem bug
10432
10433 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10434
10435         * scm/framework-tex.scm (output-preview-framework): Fix invocation
10436         of header.
10437
10438 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10439
10440         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
10441         start to note-column.
10442
10443         * lily/hairpin.cc (print): check text-interface, to attach to
10444         dynamic texts.  
10445
10446         * lily/include/text-item.hh (class Text_interface): rename
10447         Text_item -> Text_interface
10448
10449         * lily/piano-pedal-bracket.cc (print): robustify.
10450
10451 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
10452
10453         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
10454
10455         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
10456         true will print the page number in the first page.
10457
10458         * Documentation/user/changing-defaults.itely: Document
10459         printfirstpagenumber.
10460
10461 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10462
10463         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
10464         objects.
10465
10466         * lily/beam-concave.cc (calc_concaveness): take absolute value of
10467         dy for scaling. This fixes various downbeams.
10468         
10469
10470         * lily/beam-quanting.cc (best_quant_score_idx): 
10471
10472 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10473
10474         * scm/framework-tex.scm (header-to-file): Fix.
10475
10476 2004-09-22  Werner Lemberg  <wl@gnu.org>
10477
10478         * lily/parser.yy <score_body>: Fix typo.
10479
10480 2004-09-22  Graham Percival  <gperlist@shaw.ca>
10481
10482         * Documentation/user/tutorial.itely: modified a "future planning"
10483         comment.
10484
10485         * Documentation/user/notation.itely: more editing.
10486
10487 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10488
10489         * scm/define-markup-commands.scm (note-by-number): read font-size
10490         to determine stem length. Fixes: markup-note.ly
10491
10492 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10493
10494         * lily/slur.cc (outside_slur_callback): read #'padding for
10495         slur-padding. Fixes: slur-script.ly
10496
10497         * lily/parser.yy (score_body): disallow \bookpaper in \score.
10498
10499 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10500
10501         * Documentation/user/notation.itely (ancient flags): documented
10502         flags-related known bugs
10503
10504         * lily/include/ligature-engraver.hh: added comment about why and
10505         how of (non-)use of abstract virtual methods
10506
10507         * ly/engraver-init.ly (VaticanaVoice,
10508         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
10509         unset dash-fraction property in order to get solid lines
10510
10511         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
10512
10513 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10514
10515         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
10516
10517 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10518
10519         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
10520         in function.
10521
10522         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
10523         openout_any=p.  Throughout: progress to stderr, translate user
10524         messages.
10525
10526         * scm/output-gnome.scm: Fix font dir description.
10527
10528 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10529
10530         * input/test/mensural-ligatures.ly (voice): move linethickness
10531         settings to bookpaper.
10532
10533         * lily/simple-spacer.cc (Module): use force to stretch to 
10534         line length as force measure for ragged spacing.
10535         
10536         * lily/lily-parser.cc (get_paper): don't set parent for \paper
10537         blocks in the parser. This eliminates ordering dependency for
10538         \bookpaper and \paper
10539
10540         * ly/part-paper-init.ly: remove file.
10541
10542         * lily/includable-lexer.cc (new_input): elucidate message.
10543
10544         * VERSION: 2.3.18 released.
10545         
10546 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10547
10548         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
10549         * input/mutopia/R.Schumann/romanze-op28-2.ly:
10550         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
10551         #'Slur.attachment setting.
10552
10553         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
10554         friendlier for point and click.
10555
10556 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10557
10558         * ly/init.ly: reverse collected scores.
10559
10560         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
10561         layout to determine force.
10562         
10563 2004-09-18  Werner Lemberg  <wl@gnu.org>
10564
10565         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
10566         ties.
10567
10568         * ly/declarations-init.ly (escapedBiggerSymbol,
10569         escapedSmallerSymbol): Fix typos.
10570
10571         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
10572
10573 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10574
10575         * input/{input,regression}/*.ly: run convert-ly
10576
10577         * VERSION: release 2.3.17
10578
10579         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
10580         little wider for attachment calculation. This prevents stem and
10581         slur touching.
10582
10583         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
10584         ) 
10585
10586         * input/regression/tie.ly (texidoc): cleanup.
10587
10588         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
10589         and ~
10590
10591         * lily/slur-scoring.cc (score_extra_encompass): check if extra
10592         objects are on boundary column. 
10593
10594         * lily/main.cc (parse_argv): process --tex too.
10595
10596         * ly/music-functions-init.ly (keepWithTag): add music functions
10597         keepWithTag and removeWithTag.
10598
10599         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
10600
10601         * lily/accidental-engraver.cc (recent_enough): interpret laziness
10602         = #t. This fixes no-reset accidental-style.
10603
10604         * input/regression/accidental-piano.ly (Module): new file.
10605
10606         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
10607
10608 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10609
10610         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
10611         extra encompass.
10612         (score_extra_encompass): use Y coordinate of attachment if X
10613         attachment falls in extra encompass X extent.
10614
10615         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
10616         GUILE_LOAD_PATH
10617
10618 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10619
10620         * scm/output-gnome.scm: Small fixes.
10621
10622         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
10623
10624 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
10625
10626         * Documentation/user/notation.itely (Ancient flags): Removed
10627         documentation on adjust-if-on-staffline (this property was removed
10628         by Han-Wen).
10629
10630         * Documentation/user/notation.itely (Ancient notation): Minor
10631         cleanups and fixes.  Renamed "Vaticana style contexts" ->
10632         "Gregorian Chant contexts".  Added section "Mensural contexts".
10633         Added section "Ancient articulations".
10634
10635         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
10636
10637 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * buildscripts/guile-gnome.sh: Add missing bit.
10640
10641 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10642
10643         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
10644
10645         * lily/slur-scoring.cc (get_y_attachment_range): set end point
10646         using base_attachment.
10647
10648         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
10649         page header back.
10650
10651         * scm/documentation-generate.scm (top-node): move version to top
10652         node.
10653
10654         * lily/ledger-line-spanner.cc: add ledgered-interface, with
10655         property no-ledgers.
10656
10657 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
10658
10659         * Documentation/user/{changing-defaults,examples,invoking,
10660         tutorial}.itely: Expand 's to is.
10661
10662         * Documentation/user/notation.itely: Capitalize only first letter.
10663
10664         * Documentation/user/programming-interface.itely: Capitalize Scheme.
10665
10666         * Documentation/user/lilypond-book.itely: use @refbugs.
10667
10668         * THANKS: sort.
10669
10670         * input/mutopia/F.Schubert/morgenlied.ly,
10671         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
10672         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
10673         name.
10674
10675 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
10676
10677         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
10678         lneomensural char entry; (ii) fixed mensural/neomensural naming
10679         clash typo; (iii) lneomensural char: fixed stem attachment point.
10680         WARNING: FONT CHANGED!
10681
10682 2004-09-15  Graham Percival  <gperlist@shaw.ca>
10683
10684         * Documentation/user/introduction.itely: update \stemBoth to
10685         \stemNeutral.
10686
10687         * Documentation/user/notation.itely: more editing of the manual.
10688
10689 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10690
10691         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
10692         factor in edge attraction. This reflects that the left edge may
10693         have a larger gap for an ascending up-slur.
10694         (get_base_attachments): copy bound Y from right bound, if there is
10695         only one note-column after the line break.
10696
10697 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10698
10699         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
10700
10701 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10702
10703         * lily/phrasing-slur-engraver.cc (process_music): Create
10704         PhrasingSlur instead of Slur.
10705
10706         * Documentation/user/changing-defaults.itely (Defining new
10707         contexts): Fixed misprinted context name.
10708
10709 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10710
10711         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
10712
10713         * scripts/convert-ly.py (conv): change Both to Neutral in property
10714         settings.
10715
10716         * ly/engraver-init.ly: increase extent of Staff. 
10717
10718 2004-09-13  Graham Percival  <gperlist@shaw.ca>
10719
10720         * scm/script.scm: change behaviour of slur and accent.
10721
10722         * Documentation/user/music-glossary.tely: de-gender a few entires.
10723
10724         * Documentation/user/introduction.itely: de-gender a few sentences.
10725
10726 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10727
10728         * input/regression/rehearsal-mark-number.ly: Reuse the existing
10729         formatting routine when adding boxed numbers. Makes it easier to
10730         extrapolate how to do for boxed letters.
10731
10732 2004-09-12  Graham Percival  <gperlist@shaw.ca>
10733
10734         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
10735
10736         * Documentation/user/invoking.itexi: updated the "reporting bugs"
10737         section.
10738
10739 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10740
10741         * scm/define-grobs.scm (all-grob-descriptions): longer
10742         ideallengths for stems in higher order beams.
10743
10744         * Documentation/user/changing-defaults.itely (Page layout):
10745         document them.
10746
10747         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
10748         to get sane spaces for titles.
10749
10750         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
10751         beforetitlespace, betweentitlespace.
10752
10753         * input/regression/beam-quant-standard.ly (primeSixteenths): add
10754         16th notes.
10755
10756         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
10757         small slope up to smallest quant. This prevents small slopes from
10758         getting rounded to zero.
10759
10760         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
10761         are smaller than the smallest quant.
10762
10763         * input/tutorial/brahms*.ly: remove.
10764
10765         * input/*: update all .ly files.
10766          
10767         * ly/a4-init.ly (vsize): remove papersize init files.
10768
10769         * scripts/convert-ly.py (conv): add conversion.
10770
10771         * lily/parser.yy: change mode changing commands to XXXmode,
10772         eg. drummode.
10773         (mode_changing_head): group mode changes.
10774         (mode_changing_head_with_context): new commands: create context as
10775         well as change mode.
10776
10777         * input/regression/system-overstrike.ly: new file.
10778
10779         * scm/page-layout.scm (ly:optimal-page-breaks): add
10780         betweensystempadding also to fixed distance for the spring.
10781  
10782         * scm/define-grobs.scm (all-grob-descriptions): fix order of
10783         key-cancellation.
10784
10785         * input/regression/beam-concave-damped.ly: new file.
10786
10787         * lily/beam-concave.cc: new file, with new routines for concave
10788         decisions. There are now two types of concaveness: 1. a sharp
10789         logic decision forcing a beam horizontal, and 2. a number that
10790         measures how concave beams are that are not caught by 1.
10791
10792         This fixes: morgenlied.ly and input/regression/beam-concave.ly
10793         
10794         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
10795         property: add-stem-support
10796
10797 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10798
10799         * lily/slur-scoring.cc (get_bound_info): only do
10800         broken trend at the end of the line.
10801
10802         * VERSION (PACKAGE_NAME): release 2.3.16.
10803
10804         * input/regression/phrasing-slur.ly (Module): remove (duplicate
10805         with phrasing-slur-slur-avoid.ly)
10806
10807         * lily/slur-scoring.cc (struct Extra_collision_info): collect
10808         parameters for extra offset.
10809         (get_bezier): add slurs mid-points for curve determination
10810         (score_extra_encompass): add slur end points for scoring.
10811
10812 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
10813
10814         * scm/framework-ps.scm (reencode-font): Handling font scaling
10815         and reencoding differently to work around a bug in gs 8.30 and
10816         earlier.
10817         Update callers.
10818
10819 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10820
10821         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
10822         extent index of other system. Fixes slurs across line breaks.
10823
10824         * lily/tuplet-engraver.cc (start_translation_timestep): use
10825         Tuplet_description::stop_ for determining when to stop producing
10826         tuplet brackets. This fixes: tuplet-overwrite.ly
10827
10828         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
10829         errors with GUILE 1.7 CVS.
10830
10831         * lily/translator.cc (derived_mark): new function.
10832
10833         * lily/slur-scoring.cc (score_encompass): new penalty type:
10834         variance penalty demerits slurs where one head/stem is much
10835         closer to the slur than average.
10836
10837         * lily/tuplet-bracket.cc (print): use robust_relative_extent
10838         iso. extent()
10839         (calc_position_and_height): use robust_relative_extent(). This
10840         fixes a couple of programming_errors
10841
10842         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
10843         file.
10844
10845         * lily/part-combine-iterator.cc (unisono): bugfix for the case
10846         that voice-2 plays solo, and voice-1 has an mmrest that starts
10847         earlier. In that case, we switch to voice-2, so we catch the
10848         mmrest of voice-2. This fixes: partcombine-rest.ly.
10849  
10850 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10851
10852         * scm/define-grob-properties.scm (all-internal-grob-properties):
10853         add adjacent-hairpins property.
10854
10855         * lily/hairpin.cc: lengthen hairpin if space is available.
10856
10857         * input/regression/dynamics-hairpin-length.ly (Module): new file.
10858
10859 2004-09-10  Graham Percival  <gperlist@shaw.ca>
10860
10861         * Documentation/user/notation.itely: small fixes to docs.
10862
10863 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10864         
10865         * VERSION (PACKAGE_NAME): release 2.3.15
10866
10867         * make/lilypond.redhat.spec.in (Requires): bump requirement for
10868         ec-fonts-mftraced
10869
10870         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
10871         the latest ec-fonts-mftraced package.
10872
10873         * scm/define-context-properties.scm
10874         (all-internal-translation-properties): add property. Remove
10875         definition of quotes property.
10876
10877         * Documentation/user/notation.itely (Quoting other voices):
10878         document it
10879
10880         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
10881         property, to determine what events are processed in \quote.
10882
10883 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
10884
10885         * (many files): removed most occurrences of underscore ("_")
10886         from font characters; made font character naming more
10887         consistent
10888
10889         * input/test/gregorian-scripts.ly: fixed another victim of grand
10890         replacement operations
10891
10892         * lily/vaticana-ligature-engraver.cc: caught some more "_"
10893         inconsistencies
10894
10895         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
10896
10897 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10898
10899         * Documentation/user/changing-defaults.itely (Paper size): doc
10900         landscape
10901         
10902
10903         * scm/framework-ps.scm (eps-header): bugfixes. 
10904
10905         * scm/titling.scm (default-score-title): remove opus from the
10906         \score title.
10907
10908 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
10909
10910         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
10911
10912         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
10913
10914         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
10915
10916         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
10917
10918         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
10919
10920         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
10921
10922         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
10923
10924         * scripts/ps2png.py (program_name): changed to sys.argv[0]
10925
10926 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10927
10928         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
10929         character position.  Huh?
10930
10931         * scm/output-gnome.scm (placebox): Shield affine-relative.
10932
10933         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
10934         cater for system's pango 1.5.1.
10935
10936         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
10937
10938         * scm/slur.scm: Tweak.
10939
10940 2004-09-08  Graham Percival  <gperlist@shaw.ca>
10941
10942         * Documentation/user/{first couple of chapters}: more editing.
10943
10944 2004-09-07  Graham Percival  <gperlist@shaw.ca>
10945
10946         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
10947         and summary.
10948
10949         * Documentation/user/{first couple of chapters}: the big "Graham's
10950         moved to a new city, his friends haven't arrived, and he has no
10951         internet access" patch.  Numerous editorial and stylistic changes
10952         to the manual.
10953
10954 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10955
10956         * scm/framework-ps.scm (output-framework): handle landscape settings.
10957
10958         * ps/lilyponddefs.ps: cleanup.
10959
10960 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10961
10962         * scm/define-grobs.scm (all-grob-descriptions): unset
10963         threshold. This fixes morgenlied. 
10964
10965         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
10966         rod calculation.
10967
10968         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
10969         spanners into account for staff-extents.
10970
10971         * lily/ottava-bracket.cc (print): take common refpoint of dots
10972         into account as well.
10973
10974 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10975
10976         * lily/lookup.cc (triangle): translate by interval.
10977
10978         * VERSION (PACKAGE_NAME): release 2.3.14
10979
10980         * Documentation/user/changing-defaults.itely (Page layout): add
10981         betweensystempadding
10982
10983         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
10984
10985         * input/regression/quote-cyclic.ly (Module): new file.
10986
10987         * scm/lily.scm (print): add function.
10988
10989         * scm/music-functions.scm (quote-substitute): new
10990         function. Substitute \quote when putting music into \score.
10991
10992         * input/regression/key-signature-cancellation.ly (Module): new file.
10993
10994         * lily/*.cc: more ly_scm2 -> scm_to converions.
10995
10996         * lily/key-signature-interface.cc (print): take position
10997         difference into account when spacing naturals.
10998
10999         * lily/key-engraver.cc (create_key): create KeyCancellation grob
11000         separately, so the cancellation can be put before the staff-bar
11001
11002         * scm/define-grobs.scm (all-grob-descriptions): add a
11003         KeyCancellation grob.
11004
11005         * lily/tuplet-engraver.cc (struct Tuplet_description): new
11006         struct. Use to clean-up Tuplet_engraver
11007
11008 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11009
11010         * lily/*: ly_scm2int -> scm_to_int
11011         ly_scm2double -> scm_to_double
11012
11013         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
11014
11015 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11016
11017         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
11018         0 springs
11019
11020         * lily/system.cc (post_processing): 
11021
11022         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
11023         density for vertical spacing by means of force penalty.
11024         
11025         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
11026         dimension-variables
11027
11028         * Documentation/user/changing-defaults.itely (Page layout): add
11029         betweensystemspace variable.
11030
11031         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
11032
11033         * scm/page-layout.scm (space-systems): new function. Use spring
11034         and rod approach for vertically spacing systems.
11035
11036         * ly/engraver-init.ly: tune down minimumVerticalExtent.
11037
11038         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
11039         vertical alignment.
11040
11041         * lily/slur-engraver.cc (process_music): add warning for slur.
11042
11043 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11044
11045         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
11046
11047         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
11048         export spacing routine to SCM.
11049
11050         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
11051         new class, separate Grobs from interface.
11052
11053 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11054
11055         * lily/include/lily-guile.hh: compatibility glue for 1.6
11056
11057         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
11058
11059         * lily/lily-guile.cc: remove ly_scm2str0.
11060
11061 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11062
11063         * Documentation/user/macros.itexi: Use @inforef iso @uref for
11064         external references.  Fixes HTML cross references with makeinfo 4.7.
11065
11066 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11067
11068         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
11069         expand_only option.
11070
11071 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11072
11073         * lily/system.cc (get_line): add System stencil to exprs. Fixes
11074         system-extents.ly.
11075
11076         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
11077
11078         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
11079         for MultiMeasureRestNumber
11080
11081         * VERSION (PACKAGE_NAME): release 2.3.13
11082
11083 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11084
11085         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
11086         takes two arguments.
11087
11088 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11089
11090         * input/regression/slur-stem-broken.ly: remove.
11091
11092         * lily/slur.cc: add quant-score.
11093
11094         * input/regression/slur-staccato.ly (texidoc): remove
11095
11096         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
11097
11098 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11099
11100         * lily/include/bezier-bow.hh: remove.
11101
11102         * lily/slur-bezier-bow.cc (Module): remove.
11103
11104         * lily/include/slur.hh (Module): remove.
11105
11106         * lily/slur.cc: remove
11107
11108         * input/test/slur-beautiful.ly (Module): remove
11109
11110         * input/test/slur-attachment-override.ly (Module): remove
11111
11112         * lily/slur-quanting.cc (after_line_breaking): only do scoring
11113         when less than 4 control-points.
11114
11115         * lily/key-signature-interface.cc: add style.
11116
11117         * Documentation/user/notation.itely (Automatic staff changes):
11118         document new behavior.
11119
11120         * input/regression/slur-extreme.ly: new file.
11121
11122         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
11123         bass. Obviates \clef bass in the bass staff, when using \autochange 
11124
11125         * lily/auto-change-iterator.cc (construct_children): instantiate
11126         up/down Staff, create Voice on up staff initially. Obviates
11127         explicit instantiation of up/down contexts for \autochange. 
11128
11129         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
11130         slur depending on extents of note heads.
11131         
11132 2004-08-28  Graham Percival  <gperlist@shaw.ca>
11133
11134         * Documentation/user/tutorial.itely: minor editing.
11135
11136         * Documentation/user/examples.itely: tiny editing.
11137
11138 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11139
11140         * lily/slur-quanting.cc (init_score_param): read scoring
11141         parameters from slur-details property
11142
11143         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
11144         Accidental
11145
11146         * Documentation/user/advanced.itely: removed.
11147
11148         * Documentation/user/programming-interface.itely (How markups work
11149         internally): new subsection.
11150
11151         * Documentation/user/converters.itely (Invoking abc2ly): remove
11152         musedata2ly.
11153
11154 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11155
11156         * Documentation/user/point-and-click.texi (Point and click): new file.
11157         put point & click in appendix.
11158         
11159         * Documentation/user/changing-defaults.itely (Vertical spacing):
11160         corrections
11161
11162 2004-08-27  Graham Percival  <gperlist@shaw.ca>
11163
11164         * Documentation/user/introduction.itely: add note about the
11165         "example templates" section of the manual, and remove link to
11166         input/template/
11167
11168 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
11169
11170         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
11171         -> La@TeX
11172
11173         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
11174         missing lneo_mensural head; editorial cleanups
11175
11176         * lily/mensural-ligature.cc: added more comments
11177
11178 2004-08-26  Graham Percival  <gperlist@shaw.ca>
11179
11180         * Documentation/user/examples.itely: second, third, fourth, and fifth
11181         sections added.
11182
11183         * input/template/{various}: removed files included in examples.itely.
11184
11185 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
11186
11187         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
11188         Stem::stem_end_position instead of broken
11189         Staff_symbol_referencer::get_position
11190
11191 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11192
11193         * debian/changelog: debian patch by Anthony Fok.
11194
11195         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
11196
11197         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
11198         get spurious messages with skipTypesetting on.
11199
11200 2004-08-25  Graham Percival   <gperlist@shaw.ca>
11201
11202         * Documentation/user/lilypond-book.itely: slight clean-up.
11203
11204         * Documentation/user/examples.itely: began section.
11205
11206 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11207
11208         * lily/script-interface.cc: add slur property.
11209
11210         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
11211         too.
11212
11213         * input/regression/phrasing-slur-slur-avoid.ly: new file.
11214
11215         * lily/ottava-bracket.cc (print): always start from right edge of
11216         a broken bound. This fixes ottava-clef.ps 
11217
11218 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11219
11220         * input/regression/slur-script-inside.ly: new file.
11221
11222         * lily/new-slur.cc (outside_slur_callback): new function, to make
11223         scripts avoid slurs 
11224
11225         * lily/slur-engraver.cc (finalize): 
11226
11227         * lily/script-interface.cc: add inside-slur property.
11228
11229         * lily/slur-engraver.cc (finalize): read inside-slur property.
11230
11231         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
11232         message.
11233
11234         * ly/property-init.ly (unHideNotes): hide accidentals at staff
11235         level. Fixes: hideNotes-accidental.ly
11236
11237 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
11238
11239         * scm/page-layout.scm (plain-header): fix bug that print page
11240         number in the first page if firstpagenumber was different than 1.
11241
11242 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11243
11244         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
11245         fonts. Fixes triangle markup for chords.
11246
11247         * lily/slur-quanting.cc (score_extra_encompass): make score depend
11248         on distance. This fixes slur-tenuto.ly and slur-tie.ly
11249  
11250         * flower/include/interval.hh (T>): add distance() function
11251
11252         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
11253         octaviation-dot.ly 
11254
11255         * lily/context-scheme.cc: ly_context_grob_definition: new function.
11256
11257         * VERSION (MY_PATCH_LEVEL): release 2.3.12
11258
11259         * lily/new-slur.cc (add_column): remove set_interface()
11260
11261 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11262
11263         * input/regression/slur-double.ly: new file. 
11264
11265         * lily/slur-engraver.cc: add doubleSlurs property
11266
11267         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
11268         symbols.
11269
11270         * Documentation/user/notation.itely (Easy Notation note heads):
11271         revise notation Chapter.
11272
11273         * ly/music-functions-init.ly (makecluster): add makeClusters music
11274         function.
11275
11276         * lily/part-combine-engraver.cc: rename soloADue ->
11277         printPartCombineTexts
11278
11279         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
11280
11281         * lily/horizontal-bracket.cc (print): use
11282         Tuplet_bracket::make_bracket, so it supports bracket-flare,
11283         edge-eight and shorten-pair.
11284
11285 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
11286
11287         * Documentation/user/changing-defaults.itely (Page layout):
11288         description of firstpagenumber. Moved @refbugs about rightmargin
11289         to the end of the section (it was looking like the documentation
11290         after the refbugs was part of the bug comment).
11291
11292         * scm/framework-ps.scm (output-framework): set the first
11293         postscript page number to firstpagenumber
11294
11295         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
11296         page number according to firstpagenumber
11297
11298         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
11299         parameter
11300
11301 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11302
11303         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
11304         nested slurs. 
11305
11306         * scripts/convert-ly.py (lilypond_version_re_str): handle
11307         \version "bar" % "foo"
11308
11309         * lily/completion-note-heads-engraver.cc (process_music): set
11310         duration-log before announcing object.
11311         
11312         * lily/staff-symbol.cc (print): subtract thickness from staff line
11313         length
11314
11315         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
11316         
11317 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
11318
11319         * scm/stencil.scm: remove fontify-text and fontify-text-white
11320
11321 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11322
11323         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
11324
11325         * Documentation/user/sound-output.texi (Sound): new file. Move all
11326         MIDI related information.
11327
11328 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11329
11330         * lily/script-engraver.cc (acknowledge_grob): only take into
11331         account note heads with a music cause. Fixes ambitus-accent.ly
11332
11333         * scm/define-markup-commands.scm (finger): set encoding to
11334         fetaNumber.
11335
11336 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
11337
11338         * scripts/convert-ly.py: typo
11339
11340 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
11341
11342         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
11343         font calls for diagrams based on paper and props
11344
11345 2004-08-19  Graham Percival <gperlist@shaw.ca>
11346
11347         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
11348
11349 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
11350
11351         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
11352         added setHairpinDecresc/Dim
11353
11354 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * lily/include/lily-guile.hh: Cosmetics.
11357
11358 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11359
11360         * input/regression/fermata-rest-position.ly: new file
11361
11362         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
11363
11364         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
11365
11366 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11367
11368         * scm/framework-tex.scm (output-preview-framework) 
11369         (output-classic-framework): 
11370         * scm/framework-ps.scm (output-preview-framework):
11371         s/ly:paper-book-lines/ly:paper-book-systems/g
11372
11373         * scm/fret-diagrams.scm (ss-font-encoding):
11374         s/my-font-encoding/ss-font-encoding
11375
11376 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11377
11378         * scm/music-functions.scm (direction-polyphonic-grobs): Set
11379         direction also on fingerings.
11380
11381         * lily/clef-engraver.cc: Add forceClef to list of read properties.
11382
11383 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11384
11385         * po/nl.po: Some updates.
11386
11387         * scm/lily.scm (_): New function.
11388         (postscript->pdf, postscript->png, lilypond-main)
11389         (postscript->pdf): Use it.  Write messages to stderr.
11390
11391         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
11392
11393         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
11394         xgettext does not recognise scheme yet.  Patch submitted.
11395
11396         * lily/scm-option.cc (LY_DEFINE):
11397         * lily/main.cc: The program is now called lilypond (WAS:
11398         lilypond-bin).
11399
11400         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
11401         messages.
11402
11403         * lily/include/paper-book.hh
11404         * lily/include/paper-system.hh: Finish renaming of paper-line to
11405         system.  Fix users.
11406
11407 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11408
11409         * scm/documentation-generate.scm (string-append): add version.
11410
11411         * scm/define-markup-commands.scm (box): add box-padding and
11412         thickness props for the box command.
11413  
11414         * Documentation/user/changing-defaults.itely (Text encoding):
11415         elucidate use of \encoding for \header strings.
11416
11417         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
11418
11419         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
11420         staff-change.ly
11421
11422         * lily/output-def.cc (assign_context_def): use set_variable().
11423
11424         * lily/text-item.cc (interpret_string): accept string input
11425         encoding too.
11426
11427         * scm/encoding.scm (read-encoding-file): print warning when file
11428         can't be found.
11429
11430         * tex/latin1.enc: remove.
11431
11432         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
11433
11434         * lily/rod.cc (columnize): robustness fix. Don't crash for
11435         nil span points. Fixes: appoggiatura-segfault.ly
11436         (add_to_cols): extra robustness fix.
11437
11438 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11439
11440         * lily/text-item.cc (interpret_string): use lookup_variable() to
11441         fidn inputencoding. Now, \paper inherits inputencoding from
11442         \bookpaper.
11443
11444         * lily/script-engraver.cc (stop_translation_timestep): remove slur
11445         collision kludge.
11446
11447         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
11448         kludge.
11449
11450 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11451
11452         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
11453
11454 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * lily/spanner.cc (spanned_rank_iv): Bugfix.
11457
11458         * lily.scm: Mark un-internationlised user messages (with FIXME).
11459
11460         * lily/include/modified-font-metric.hh (struct
11461         Modified_font_metric): New file.  (WAS: incorrectly named
11462         scaled-font-metric.hh ?)
11463
11464         * lily/include/scaled-font-metric.hh: Remove.
11465
11466         * lily/text-item.cc (interpret_string): Identify and document
11467         input-encoding problem.
11468
11469         * lily/paper-book.cc (pages): Do not use `paper' as variable name
11470         for a Bookpaper.
11471
11472         * tex/latin1.enc: Replace /minus with /hyphen.
11473
11474         * scm/encoding.scm: For latin1 (input-)encoding, use
11475         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
11476
11477         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
11478         inputencoding.
11479
11480 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
11481
11482         * Documentation/topdocs/INSTALL.html: fixes.
11483
11484 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11485
11486         * buildscripts/builder.py: Fix for scons CVS.
11487
11488 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
11489
11490         * Documentation/user/notation.itely,
11491         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
11492         input/test/ambitus-mixed.ly: fix plurals:
11493         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
11494
11495 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11496
11497         * lily/dynamic-engraver.cc (typeset_all):
11498         * lily/script-engraver.cc (stop_translation_timestep): Handle
11499         collisions with new-slur.
11500
11501 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11502
11503         * scm/define-grobs.scm (all-grob-descriptions): Add
11504         new-slur-interface.
11505
11506 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11507
11508         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
11509         produces .PS
11510
11511 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
11512
11513         * scm/define-grob-properties.scm (all-user-grob-properties): fix
11514         definition of number-type
11515
11516 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
11517
11518         * scm/fret-diagrams.scm : change sans-serif font encoding from 
11519         TeX-text to ec (uses ecss fonts instead of cmss fonts)
11520
11521         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
11522         number-type and label-dir
11523
11524         * scm/define-grob-properties.scm: add number-type and label-dir
11525
11526         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
11527         left or right.  Allow choice of upper-case roman, lower-case roman, or
11528         arabic numerals in fret label
11529
11530 2004-08-04  Werner Lemberg  <wl@gnu.org>
11531
11532         * lily/slur-quanting.cc: Include libc-extension.hh.
11533         s/round/my_round/.
11534         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
11535         s/autobeaming/autoBeaming/.
11536
11537 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11538
11539         * VERSION: 2.3.11 released.
11540
11541         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
11542         renameinput.
11543
11544 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11545
11546         * lily/lookup.cc (round_filled_box): remove warnings about blot
11547         diameter.
11548
11549         * scm/paper.scm (paper-set-staff-size): make linethickness more
11550         easily tunable.
11551
11552         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
11553         \newlyrics -> \addlyrics
11554
11555         * lily/text-spanner.cc (print): use it.
11556
11557         * lily/dynamic-text-spanner.cc (print): use it.
11558
11559         * lily/grob.cc (robust_relative_extent): new function.
11560
11561         * scripts/lilypond-book.py (main): add -f tex as default process.
11562
11563         * lily/text-spanner.cc (print): only take linear_combination of
11564         nonempty interval.
11565         
11566
11567 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
11568
11569         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
11570         isn't specified by the user in \bookpaper center the music in the
11571         page.
11572
11573 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11574
11575         * Fix some problems after the renaming of my-lily -> lily
11576
11577 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11578
11579         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
11580
11581         * lily/slur-quanting.cc (enumerate_attachments): apply center on
11582         stem-X in more cases. 
11583
11584         * lily/stem.cc (dim_callback): solve todo.
11585
11586 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11587
11588         * input/test/README: new file.
11589
11590         * lily/lily-parser.cc: rename my-lily* files.
11591
11592         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
11593         parser.
11594
11595         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
11596
11597         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
11598
11599         * make/mutopia-targets.make (local-WWW): don't make ps.gz
11600         examples. They take a huge amount of space.
11601
11602         * Documentation/user/GNUmakefile: fix symlinks.
11603
11604         * VERSION: 2.3.10 released.
11605         
11606         * input/test/lyrics-skip-notes.ly: remove
11607
11608         * input/test/stem-cross-staff.ly (noFlag): fold into manual
11609
11610         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
11611         remove.
11612
11613 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
11614
11615         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
11616         fixes.
11617
11618 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11619
11620         * input/regression/beam-dir-functions.ly: move from test/
11621
11622         * Documentation/user/notation.itely (Feathered beams): new node.
11623
11624         * Documentation/user/changing-defaults.itely (Difficult tweaks):
11625         new node
11626
11627         * input/regression/lyric-hyphen-retain.ly: move to regression.
11628
11629         * input/regression/harmonic.ly: fold into manual
11630         
11631         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
11632         stem-length,chord-names-no-inversions}.ly: remove
11633         
11634         * input/test/tie-cross-voice.ly: move to regression.
11635
11636         * Documentation/user/notation.itely (Running trills): new node.
11637
11638         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
11639
11640         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
11641
11642         * lily/trill-spanner-engraver.cc: new file.
11643
11644         * input/regression/trill-spanner.ly: new file.
11645
11646         * input/test/timing.ly: fold into manual.
11647
11648         * input/test/time.ly: remove
11649
11650         * input/test/trill.ly: remove
11651         
11652         * input/test/time-signature-double.ly: fold into manual
11653
11654         * input/test/separate-staccato.ly: remove
11655
11656         * input/test/spanner-after-break-tweak.ly: fold into manual.
11657
11658         * input/test/script-priority.ly: fold into manual.
11659
11660         * input/test/scheme-interactions.ly: remove.
11661         
11662         * input/test/unfold-all-repeats.ly (mel),
11663         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
11664         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
11665         fold into manual.
11666
11667         * input/regression/no-staff.ly: move from input/test/
11668
11669         * input/regression/markup-score.ly: move from input/test/
11670
11671         * input/test/lyrics-melisma-faster.ly: fold into manual
11672         
11673         * input/test/lyrics-melisma-variants.ly: fold into manual
11674
11675         * Documentation/user/notation.itely (Popular music): new node. 
11676
11677         * input/test/gourlay.ly: remove
11678         
11679         * input/test/improv.ly: fold into manual.
11680
11681         * input/test/figured-bass-alternate.ly (fl): remove
11682
11683         * lily/dynamic-text-spanner.cc (print): new file.
11684
11685         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
11686
11687         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
11688         keep recursing into children in case a parent context inserts a
11689         grob into a child context.
11690
11691         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
11692         
11693 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11694
11695         * scm/define-markup-commands.scm (postscript): new markup command
11696         \postscript
11697
11698         * Documentation/user/notation.itely (Formatting cue notes): new
11699         section.
11700
11701         * input/test/clef-end-of-line.ly: fold into manual.
11702
11703         * input/test/scales-greek.ly: remove.
11704
11705         * input/test/chords-without-melody.ly: fold into manual.
11706
11707         * input/test/cadenza-skip.ly: remove.
11708
11709         * input/test/clef-8-syntax.ly: remove.
11710
11711         * input/test/clef-manual-control.ly: move into manual.
11712
11713         * Documentation/user/notation.itely (Aligning to cadenzas): fold
11714         in cadenza-skip.ly
11715
11716         * mf/parmesan*.mf: change neo_mensural to neomensural.
11717
11718         * input/test/trills.ly: remove.
11719
11720         * input/test/transposition.ly: remove.
11721
11722         * input/test/to-xml.ly: move to no-notation.
11723
11724         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
11725
11726         * lily/ledger-line-spanner.cc (print): use staff variable, not
11727         me. Fixes ledger lines on differently sized staves.
11728
11729         * input/test/rhythm-excercise.ly: remove file.
11730
11731         * lily/stem.cc (dim_callback): only do something if visible. Fixes
11732         spurious flag not found warning for 128th rest.
11733
11734         * input/regression/rest-dot-position.ly: new file.
11735         
11736         * input/test/rest-dot-positions.ly: remove
11737
11738         * lily/staff-symbol-referencer.cc (get_position): emergency
11739         fallback: use coordinate * 2.
11740
11741         * input/no-notation/midi-scales.ly: move from test/
11742
11743         * scm/define-markup-commands.scm (score): remove debugging code.
11744
11745         * input/test/incipit.ly (violin): remove. 
11746
11747         * lily/system-start-delimiter.cc (print): only draw system
11748         delimiter to staves that reach up to left bound of the delimiter.
11749
11750         * input/no-notation/embedded-scm.ly: move from test/
11751
11752         * input/test/follow-voice.ly: remove
11753
11754         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
11755
11756         * input/test/drarn*: remove
11757         
11758         * input/test/count-systems.ly: remove.
11759
11760         * lily/bar-line.cc (compound_barline): fix : for staff without
11761         lines.
11762
11763         * lily/accidental.cc (print): use music_font_alist_chain(). This
11764         fixes smaller cautionaries.
11765
11766         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
11767         encoding for accidental.
11768
11769         * Documentation/user/notation.itely (Educational use): new section
11770
11771         * input/test/*.ly: clean up directory: move examples into manual
11772         or regtest.
11773         
11774
11775         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
11776         mode as well. This fixes resolution errors.
11777
11778 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11779
11780         * scm/lily.scm (postscript->png): show commands for --verbose.
11781
11782         * flower/include/getopt-long.hh: opps. short option should be
11783         char, not int.
11784
11785         * Documentation/user/GNUmakefile: use symlinks to save space.
11786
11787         * VERSION: 2.3.9 released.
11788
11789         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
11790
11791         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
11792         manual.
11793
11794         * Documentation/user/tutorial.itely (Integrating text and music):
11795         remove \score and \notes from manual.
11796
11797         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
11798         mode in the beginning.
11799
11800 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11801
11802         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11803         Correct the documentation of the spacing parameters. 
11804
11805         * Documentation/user/tutorial.itely (Integrating text and music), 
11806         Documentation/user/lilypond-book.itely (Integrating LaTeX and
11807         music): Document that you need to add the map file ec-mftrace.map
11808         in the dvips command.   
11809
11810 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11811
11812         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
11813         found.
11814
11815         * lily/text-item.cc (interpret_string): insert encoding setting
11816         here
11817
11818         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
11819         encoding kludge.
11820
11821         * Documentation/user/changing-defaults.itely (Text encoding): node
11822         on encoding.
11823
11824         * lily/lyric-engraver.cc (try_music): remove superfluous check.
11825
11826         * lily/book-paper-def.cc (find_scaled_font): remove default
11827         encoding, because it messes up font loading for feta and
11828         parmesan. Encoding should only be specified for running texts.
11829
11830         * lily/modified-font-metric.cc (text_dimension): support coding
11831         scheme ""
11832         
11833 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11834
11835         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
11836         definition, so \override works as expected.
11837
11838         * lily/measure-grouping-engraver.cc: clarify
11839
11840 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11841
11842         * lily/parser.yy (context_def_mod): remove \consistsend
11843
11844         * lily/context-def.cc (instantiate): use Translator::must_be_last
11845         to determine engraver order.
11846
11847         * lily/translator.cc (must_be_last): new function
11848
11849         * scripts/convert-ly.py (conv): rule.
11850
11851         * lily/bar-line.cc (print): return '() for height == 0.0 too.
11852
11853 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
11854
11855         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
11856  
11857 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11858
11859         * lily/include/lily-guile.hh (scm_is_int): compat glue.
11860
11861 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11862
11863         * input/regression/page-layout.ly: new file.
11864
11865         * scm/paper.scm (set-paper-dimensions): Preliminary support for
11866         left and right margins.
11867
11868         * Documentation/user/changing-defaults.itely (Page layout):
11869         Explain the leftmargin option.
11870
11871 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11872
11873         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
11874
11875         * input/test/lyrics-melisma-faster.ly: new file.
11876
11877         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
11878         change of melody by setting associatedVoice.
11879
11880         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
11881
11882         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
11883         file contents, rather \include them, so default linewidth is set.
11884         (ly_options): make BOOKPAPER set of options. Move linewidth
11885         settings there.
11886
11887         * Documentation/user/examples.itely: new file. Templates are to be
11888         moved here.
11889
11890         * Documentation/user/programming-interface.itely: move chapter.
11891
11892         * scm/document-markup.scm (doc-markup-function): add @code
11893
11894         * stepmake/stepmake/texinfo-rules.make: remove chmod.
11895
11896 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11897
11898         * scm/page-layout.scm (plain-header): add printpagenumber boolean
11899         to bookpaper.
11900
11901         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
11902         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
11903
11904         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
11905
11906         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
11907
11908         * scripts/lilypond-latex.py: move from lilypond.py
11909
11910         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
11911         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
11912
11913         * scm/lily.scm (postscript->png): new function
11914         (postscript->pdf): new function
11915
11916         * lily/paper-book.cc (post_processing): call
11917         convert-to-{dvi,ps,png,pdf}
11918
11919         * scripts/ps2png.py (option_definitions): new file.
11920
11921         * lily/paper-book.cc (output): call output-preview-framework
11922         (post_processing): new function. Do PDF/PNG conversion.
11923
11924         * lily/paper-outputter.cc (close): new function.
11925
11926         * scm/framework-ps.scm (convert-to-pdf): new function. Call
11927         ps2pdf.
11928         (output-preview-framework): new function. Generate a preview .ps
11929         
11930
11931 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11932
11933         * VERSION: release 2.3.8
11934         
11935         * lily/note-head.cc: remove ledger line handling.
11936
11937         * lily/ambitus.cc (print): strip away accidental / note head code,
11938         and associated properties.
11939
11940         * lily/ambitus-engraver.cc (create_ambitus): change name to
11941         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
11942         other ambitus parts.
11943         (create_ambitus): group grobs in Ambitus grouping object. 
11944
11945         * lily/include/pitch-interval.hh (Pitch>): new file.
11946
11947         * lily/pitch-interval.cc (add_point): new file.
11948
11949         * lily/ledger-line-engraver.cc: new file.
11950
11951         * lily/ledger-line-spanner.cc (print): new file. Set limits to
11952         ledger line length to avoid clashes.
11953
11954 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11955
11956         * Documentation/user/invoking.itexi (Invoking lilypond): remove
11957         deprecated options
11958
11959 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11960
11961         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
11962         to command line option: fast=1 (default on).
11963
11964         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
11965         This brings SCons run-time on up-to-date tree down from 48s with
11966         only checksums, to 34s without 2day checksums, to 14s (make needs
11967         4 seconds).
11968         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
11969         necessary.
11970
11971 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11972
11973         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
11974         (score_extra_encompass): process scripts at edges too, by checking
11975         control points directly. 
11976
11977 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11978
11979         * po/nl.po: Update.
11980
11981         * lily/main.cc: Fix ly:option-usage help.
11982
11983         * input/regression/slur-script.ly: More collision tests.
11984
11985         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
11986
11987 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11988
11989         * VERSION: release 2.3.7
11990
11991         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
11992         files.
11993
11994         * Documentation/user/notation.itely (Slurs): document ^ and _ for
11995         slurs.
11996
11997         * input/regression/slur-script.ly: new file.
11998
11999         * lily/accidental-engraver.cc (process_acknowledged_grobs):
12000         make accidental appear to come from note head engraver.
12001
12002         * lily/slur-quanting.cc: new file.
12003         (score_extra_encompass): new function. Avoid scripts and
12004         accidentals
12005
12006 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
12009         This greatly reduces the number of files that get recompiled
12010         after touching config.hh.
12011
12012         * config.hh.in: Remove GUILE_*_VERSION.
12013
12014         * lily/new-slur.cc: Resolve conflicts.
12015
12016         * lily/stem-engraver.cc (make_stem): New method.
12017
12018         * lily/include/script-interface.hh:
12019         * lily/script-interface.cc: New file.
12020
12021         * lily/include/script.hh:
12022         * lily/script.cc: Remove.
12023
12024         * lily/music.cc (duration_log): New method.
12025
12026         * lily/script.cc (struct Skript): Remove.
12027
12028         * lily/new-slur.cc (get_base_attachments): Try at articulations.
12029         Lots of coding cleanups (Stom).
12030
12031 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12032
12033         * lily/new-slur.cc (avoid_staff_line): new function: avoid
12034         collisions with staff lines.
12035
12036         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
12037         global_path
12038
12039         * scm/define-grobs.scm (all-grob-descriptions): set ratio
12040         .25. This flattens short slurs.
12041
12042         * lily/new-slur.cc (enumerate_attachments): move X of attachment
12043         points for tilted slurs.
12044
12045         * input/regression/slur-tilt.ly: new file.
12046
12047         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
12048         stems of 16th graces too.
12049
12050         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
12051         quant penalty dependent on how much the line is in the gap.
12052
12053         * input/regression/grace-stem-length.ly: new file.
12054
12055         * lily/beam-quanting.cc (score_forbidden_quants): remove
12056         interquant check. The penalty of 1000 is much too harsh, and the
12057         inter case should be caught by check-staff-line-in-gap check.
12058
12059         * lily/scm-option.cc: move debug-beam to \paper.
12060
12061         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
12062         .txt files to appease makeinfo.
12063
12064         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
12065         remove texttagline.
12066         
12067         * lily/new-slur.cc: cleanup, split in functions.
12068
12069         * lily/parser.yy (chord_body_element): allow octave-check = inside
12070         chord body. 
12071
12072         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
12073
12074         * lily/stem.cc (height): call Beam::after_line_breaking().
12075
12076         * lily/rest-collision.cc (force_shift_callback): only call shift
12077         for columns containing rests.
12078
12079         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
12080
12081         * input/regression/font-postscript.ly: invoke afm2tfm. 
12082
12083 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12084
12085         * mf/SConscript: Build map files.
12086
12087         * SConstruct: Rename $out to out-www in web.
12088
12089 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12090
12091         * SConstruct (web_kluts): Have make web build in out-www.  Not.
12092
12093 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12094
12095         * Documentation/user/music-glossary.tely (Top): add fragment to
12096         pertinent @lilypond entries.
12097
12098         * scm/define-grobs.scm: switch on new-slur by default.
12099
12100         * lily/scm-option.cc: symbol != string.
12101
12102         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
12103         really work yet.
12104         (set_end_points): make X coord of attachment dependent on  Y.
12105         (score_encompass): add edges too.
12106
12107 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12108
12109         * lily/stem.cc (get_beaming): new function.
12110
12111         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
12112         for fragment snippets. This fixes inclusion of toplevel-music
12113         examples (such as new-slur.ly)
12114  
12115 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12116
12117         * scripts/lilypond-book.py: Remove second import of stat.
12118
12119         * More SCons cleanups.
12120
12121         * Documentation/bibliography/computer-notation.bib (note): Remove
12122         extraneous closing brace.
12123
12124 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12125
12126         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
12127         stat calls.
12128
12129         * Documentation/bibliography/SConscript (bibs): failed try to get
12130         bib2html find html-long.bst.
12131
12132         * buildscripts/bib2html.py (stat): fail if bibtex fails.
12133
12134         * make/stepmake.make: use usescons for using scons. 
12135
12136 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12137
12138         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
12139         for lilypondend.  Import stat (huh?).
12140
12141 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12142
12143         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
12144         bypass dvi. 
12145
12146         * input/regression/font-postscript.ly: new file. 
12147
12148         * scm/framework-ps.scm (load-fonts): load pfb files too.
12149
12150         * lily/pfb.cc (pfb2pfa): new file.
12151
12152 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12153
12154         * scripts/lilypond-book.py (PREAMBLE_LY): set
12155         toplevel-music-handler too.
12156
12157 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12158
12159         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
12160         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
12161
12162         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
12163
12164         * python/SConscript:
12165         * python/vim:
12166         * input/mutopia/*SConscript: New file.
12167
12168         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
12169
12170         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
12171         fixes web build.
12172
12173         * make/stepmake.make (scons): re-route to SCONS if user has been
12174         running scons in this tree.
12175
12176         * SConstruct (config_vars): Add CPPDEFINES.
12177         (env): Set checksums type to "content".
12178         (save_config_cache): Do not exit after configuring when using
12179         checksums (the default) instead of timestamps.
12180
12181 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12182
12183         * SConstruct: Further development.
12184
12185         * input/test/SConscript: 
12186         * input/template/SConscript: 
12187         * input/regression/SConscript: 
12188         * Documentation/bibliography/SConscript:
12189         * Documentation/bibliography/index.html.in: New file.
12190
12191         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
12192         generation.
12193
12194         * buildscripts/builder.py: Add new builders.
12195
12196         * make/stepmake.make: 
12197         * stepmake/stepmake/*.make: 
12198         * configure.in:
12199         * lily/*:
12200         * flower*: Use config.hh (Was config.h).
12201
12202         * scm/encoding.scm (get-coding): Print friendly error message when
12203         no encoding is found, rather than crashing.
12204
12205 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12206
12207         * lily/new-slur.cc (score_slopes): strong sloping score only when
12208         stems point in same dir. 
12209
12210 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12211
12212         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
12213         for beam start.
12214
12215         * lily/parser.yy (context_prop_spec): check grob name for
12216         alphanumericness..
12217
12218         * lily/lyric-engraver.cc: creates LyricText objects
12219
12220 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12221
12222         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
12223
12224 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12225
12226         * SConstruct: Configure only pristine build tree or on user
12227         request.  Cleanups.  Add Documentation/topdocs to subdirs.
12228         Use checksums instead of timestamps.
12229         (CheckYYCurrentBuffer): Return result.
12230
12231         * Documentation/topdocs/SConscript: New file.
12232
12233 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12234
12235         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
12236
12237         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
12238         scm_from_int instead.
12239
12240 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12241
12242         * SConstruct: Updates.  Add targets: tar, dist, release.
12243
12244 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12245
12246         * input/mutopia-header.ly: Generate output.
12247
12248         * SConstruct:
12249         * buildscripts/builder.py:
12250         * Documentation/user/SConscript: SCons fixes.
12251
12252 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12253
12254         * lily/new-slur.cc (class New_slur): new file. Score based slur
12255         computations.
12256
12257 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12258
12259         * mf/SConscript: Remove Builders.
12260
12261         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
12262
12263         * input/SConscript: 
12264         * Documentation/user/SConscript: New file.
12265
12266 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12267
12268         * Documentation/topdocs/NEWS.texi (Top): add note about new
12269         emacs electric-|
12270
12271         * scm/*.scm: adapt ly:warn calls.
12272
12273         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
12274
12275         * lily/repeat-acknowledge-engraver.cc (process_music): look at
12276         main timing, not grace timing. Fixes volta-repeat-grace.
12277
12278         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
12279         remove ly:kpathsea-gulp-file.
12280
12281         * scm/translation-functions.scm (format-metronome-markup): make
12282         note smaller, align to bottom.
12283
12284         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
12285
12286         * lily/metronome-engraver.cc (stop_translation_timestep): attach
12287         metronome to musical column. Don't ack time sigs or bar lines.
12288
12289 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
12290
12291         * THANKS: sort, add David. Kristof contributed code, he is a
12292         contributor.
12293
12294 2004-07-09  David Svoboda      <svoboda@cmu.edu>
12295
12296         * elisp/lilypond-mode.el,
12297         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
12298         count beats between last measure stop | and point in emacs.
12299         
12300 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12301
12302         * tex/GNUmakefile (TEX_FILES): don't dist
12303         music-drawing-routines.ps, latin1.enc 
12304
12305         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
12306         --no-pdf, --pdftex
12307         (copyright): add --latex option
12308         (ic_p.make_include_option): use direct PS as default.
12309
12310         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
12311
12312         * input/regression/beam-concave.ly (rossFourBeams): add cases from
12313         Ross
12314
12315         * scm/script.scm (default-script-alist): marcato should follow
12316         into staff
12317         
12318 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12319
12320         * buildscripts/builder.py:
12321         
12322         * Documentation/SConscript (outdir): New file.  Add *list.ly
12323         dependencies.  Fixes PDF doc build.
12324
12325 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12326
12327         * SConstruct: Add Tar target (incomplete), fix install issues, fix
12328         run from build-dir.
12329
12330         * ly/SConscript:
12331         * scm/SConscript: New file.
12332
12333         * lily/main.cc (dir_info): Print variables in sh format.
12334
12335         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
12336
12337         * mf/SConscript: Update multiple target rules.
12338
12339         * SConstruct (assert_version): Add.
12340
12341 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12342
12343         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
12344
12345 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12346
12347         * buildscripts/mf-to-table.py: Do not try to open ''.
12348
12349         * mf/SConscript: New file.
12350
12351 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
12352
12353         * scm/fret-diagrams.scm : Convert many properties to constants,
12354         reducing the pollution of the property namespace.
12355
12356         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
12357         unnecessary properties for fret-diagram
12358
12359         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
12360         for interface
12361
12362 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12363
12364         * SConstruct: Update.
12365
12366 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12367
12368         * input/regression/beam-quant-standard.ly (seconds): print desired
12369         quants when failing.
12370
12371 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12372
12373         * SConstruct:
12374         * flower/SConscript:
12375         * lily/SConscript: New file.
12376
12377 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
12378
12379         * scm/define-grob-properties.scm (all-user-grob-properties): Add
12380         descriptions for all fret-diagram properties.
12381
12382         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
12383         fret-diagram interface code
12384
12385 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12386
12387         * ly/book-paper-defaults.ly: set default encoding to ec.
12388
12389         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
12390         installed.
12391
12392         * tex/latin1.enc: new file, from a2ps. 
12393
12394 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
12395
12396         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
12397         add a faint, green border line.
12398
12399         * Documentation/index.html.in: drop <table>, add a faint border line.
12400
12401 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12402
12403         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
12404
12405         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
12406
12407 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
12408
12409         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
12410
12411         * scm/output-tex.scm (white-text): Add scale parameter to allow font
12412         scaling
12413
12414         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
12415         properly scale white text
12416
12417         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
12418         position for numbered dots so dot will touch fret.
12419         (various routines): move to font-metric interface, rather than
12420         name, size interface.  Clean up comments.
12421
12422         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
12423         size and offset to better center white text.
12424
12425 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12426
12427         * ChangeLog: Remove pre-2.1 changes.
12428
12429         * Documentation/misc/ChangeLog-2.1: New file.
12430
12431         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
12432         from ChangeLog.
12433
12434 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12435
12436         * input/test/chords-below-volta-bracket.ly,
12437         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
12438
12439 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12440
12441         * VERSION: release 2.3.6
12442
12443         * input/regression/beam-quant-standard.ly: new file: test standard
12444         beam quants.
12445
12446         * scm/beam.scm (check-quant-callbacks): new function
12447         (check-beam-quant): new function: check whether current beam
12448         quants match argument.
12449
12450         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
12451         forbidden quant for sitting (upstem)/hanging (downstem) on outer
12452         staffline line.
12453
12454 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12455
12456         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
12457         functions.
12458
12459         * lily/note-collision.cc (do_shifts): align colliding notes to
12460         their leftmost note.
12461
12462         * input/regression/collision-alignment.ly: new file.
12463
12464         * ly/init.ly: don't print gc stats.
12465
12466         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
12467         extra newline
12468
12469         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
12470         for dimensions. This fixes ottava-remove-empty-staff.ly
12471
12472         * input/regression/lyrics-tenor-clef.ly: new file.
12473
12474         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
12475         cyclic parents when two axis-group-engravers are
12476         present. Fixes: crash-axis-group-engraver.ly. 
12477         
12478         * input/test/volta-chord-names.ly: new file.
12479
12480         * scm/define-context-properties.scm
12481         (all-user-translation-properties): change voltaOnThisStaff
12482         definition. 
12483
12484         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
12485         if necessary.
12486
12487         * lily/volta-bracket.cc (print): handle volta brackets without
12488         bars. 
12489
12490 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12491
12492         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
12493         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
12494
12495 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12496
12497         * scm/output-gnome.scm: updated instructions for running gnome
12498         backend
12499
12500 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
12501
12502         * scm/fret-diagrams.scm (draw-dots): default values for dot size
12503         and dot-position now depend on finger-code value; in-dot makes
12504         dots larger and centered.
12505         (draw-barre): added straight-barre indicator option
12506         (draw-dots): made fontify-text-white work.
12507
12508         * music-drawing-routines.ps: added /draw_white_text
12509
12510         * scm/output-tex.scm:  added white-text
12511
12512         * scm/output-ps.scm:  added white-text
12513
12514         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
12515         list of stencil expressions
12516
12517         * scm/stencil.scm: Added fontify-text-white
12518
12519 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
12520
12521         * input/regression/+.ly: use @unnumbered section.
12522
12523 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12524
12525         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
12526         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
12527
12528 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12529
12530         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
12531
12532 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12533
12534         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12535         was causing an error. (was not actually commited in 2004-06-20)
12536
12537         * input/regression/lily-in-scheme.ly (withPaddingC): does not
12538         breaks anymore
12539
12540 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12541
12542         * VERSION: 2.3.5 released.
12543         
12544         * lily/my-lily-parser.cc (parse_string): switch module too.
12545
12546 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12547
12548         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
12549         ec-fonts-mftraced to running requirements.
12550
12551 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12552
12553         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
12554         assignments don't reach the original file.
12555
12556         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
12557         exists
12558
12559 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12560
12561         * scm/output-gnome.scm: 
12562         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
12563
12564         * debian/: Apply Debian patch (Anthony Fok).
12565
12566 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
12567
12568         * Documentation/user/music-glossary.tely: fix titling; @top is already
12569         an @unnumbered @chapter.
12570
12571 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12572
12573         * debian/GNUmakefile (EXTRA_DIST_FILES):
12574         (CONF_FILES): update file list.
12575
12576         * lily/stencil.cc (interpret_stencil_expression): bugfix.
12577
12578 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12579
12580         * debian/: Remove cruft (requested Anthony Fok.)
12581
12582         * buildscripts/guile-gnome.sh: Build without gcc libtool version
12583         juggling.
12584
12585         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
12586         Add popup menu with grob properties.
12587
12588         * lily/grob-scheme.cc (ly:grob-properties):
12589         (ly:grob-basic-properties): New function.
12590
12591         * lily/stencil.cc (interpret_stencil_expression): Comment-out
12592         "no-origin" call.  Fixes -fps output.
12593
12594         * scm/output-ps.scm (no-origin): Add dummy implementation.
12595
12596         * scm/output-gnome.scm (define-origin): Remove
12597         (grob-cause): Add.
12598
12599         * scm/output-ps.scm (scm):
12600         * scm/output-tex.scm (scm): Remove define-origin from exports list.
12601         (define-origin): Remove.
12602
12603         * scm/output-gnome.scm (define-origin): 
12604
12605         * scm/lily.scm (ly:all-output-backend-commands): Remove
12606         define-origin.  Add grob-cause.
12607
12608 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
12609
12610         * buildscripts/lilypond-words.py: add ly/portugues.ly.
12611
12612 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
12613
12614         * Documentation/user/GNUmakefile:
12615         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
12616         --include-css=.../texinfo.css; command includes css into the html.
12617
12618         * Documentation/texinfo.css: add file.
12619         define <hr> as black and thin.
12620
12621 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12622
12623         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
12624         stencil expression. Junk define-origin.
12625
12626         * lily/my-lily-parser.cc (parse_string): init parser variable when
12627         lexer_ is set, ie. in parse_string and parse_file.
12628
12629         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
12630         ly:score-bookify.
12631
12632         * scm/lily.scm (collect-scores-for-book): new function.
12633
12634         * ly/init.ly: print collected scores/musics.
12635
12636         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
12637         scope, not in lily module.
12638
12639         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
12640
12641         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
12642         encapsulate gtk/pango tests.
12643
12644         * po/tr.po: Turkish translation.
12645
12646 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12647
12648         * input/regression/lily-in-scheme.ly: regression test for #{
12649         ... #} syntax
12650
12651         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12652         was causing an error.
12653
12654         * Documentation/user/programming-interface.itely (Using LilyPond
12655         syntax inside Scheme): documentation for #{ ... #} syntax.
12656
12657 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
12658
12659         * Documentation/index.html.in: use black thin <hr>.
12660
12661         * buildscripts/mutopia-index.py: use thin black <hr>.
12662
12663 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12664
12665         * scm/fret-diagrams.scm: Use UNIX style line endings.
12666         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
12667         typo.  Fixes compile.
12668
12669         * scm/output-ps.scm (white-dot): Remove second incarnation.
12670
12671         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
12672
12673 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12674
12675         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
12676         single file error.
12677
12678         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
12679
12680 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
12681
12682         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
12683         remove size as argument to fret-diagram interface;
12684         improved white-circle dots for fret;
12685         improved top-fret thick line/
12686
12687         * scm/output-ps.scm: added white-dot function
12688
12689         * scm/output-tex.scm: added white-dot function
12690
12691         * tex/music-drawing-routines.ps: added draw_white_dot function
12692
12693         * ps/music-drawing-routines.ps: added draw_white_dot function
12694
12695         * input/test/fret-diagram.ly: examples to show multiple
12696         functions and multiple interfaces
12697
12698 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12699
12700         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
12701         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
12702
12703         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
12704         conflict.  Have I told you lately how much I love autotools?
12705
12706 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12707
12708         * lily/lily-guile.cc: 
12709         * lily/pangofc-afm-decoder.cc:
12710         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
12711         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
12712
12713         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
12714         developers.
12715
12716         * lily/paper-outputter.cc (file): New method.
12717         (dump_string): Use it.
12718
12719         * scm/output-gnome.scm: Update with pango CVS info, lilylib
12720         musing.
12721
12722         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
12723         of them has a comma :-).
12724
12725         * scm/framework-gnome.scm: Add pango decoders.
12726
12727         * lily/include/pangofc-afm-decoder.hh: 
12728         * lily/pangofc-afm-decoder.cc: New file.
12729
12730         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
12731
12732         * configure.in: Check for pango.
12733
12734         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
12735         autoconf).
12736         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
12737
12738         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
12739
12740 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12741
12742         * Documentation/user/tutorial.itely (Integrating text and music):
12743         fix grammar & punctuation.
12744
12745 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12746
12747         * lily/: Stray janitorial cleanups.
12748
12749         * scm/lily.scm (ly:all-stencil-expressions):
12750         * scm/lily.scm (ly:all-output-backend-commands): New function.
12751
12752         * scm/safe-lily.scm (safe-objects): Add them.
12753
12754         * scm/framework-gnome.scm (<gnome-outputter>): New class.
12755
12756         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
12757
12758 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12759
12760         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
12761
12762 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12763
12764         * scm/page-layout.scm (default-page-make-stencil): add
12765         raggedbottom, raggedlastbottom.
12766
12767         * Documentation/user/changing-defaults.itely (Page layout): add doc.
12768
12769         * scm/framework-tex.scm (define-fonts): fix export of
12770         papersize.
12771
12772         * lily/paper-book.cc (classic_output): strip suffixes from
12773         framework functions.
12774
12775         * lily/tuplet-bracket.cc (before_line_breaking): do not return
12776         SCM_UNDEFINED to Scheme.
12777
12778 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12779
12780         * lily/book.cc: remove Book::to_stencil().
12781         (process): whoops. Score::book_rendering returns vector, not list.
12782
12783         * scripts/convert-ly.py (conv): remove \notes.
12784         apply to input examples.
12785
12786         * lily/paper-outputter.cc (output_stencil): don't use
12787         smobify_self() but self_scm()
12788
12789         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
12790         from smobify_self().
12791
12792         * lily/paper-book.cc (output): load framework module
12793         scm_c_resolve_module().
12794
12795         * python/lilylib.py (exit): exit with argument i.
12796
12797 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12798
12799         * scm/framework-gnome.scm (output-framework-gnome): Try loading
12800         gnome modules from non-toplevel.
12801
12802         * lily/ly-module.cc (ly:import-module): Export to ly:.
12803
12804         * lily/paper-score.cc (process): Do not show progress newline.
12805
12806         * lily/paper-book.cc (output, classic_output): Show progess
12807         newline after score.
12808
12809 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
12810
12811         * buildscripts/lilypond-words.py: add ly/vlaams.ly
12812
12813 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12814
12815         * lily/score.cc (ly:run-translator): Do not crash on empty music
12816         list.
12817
12818         * lily/book.cc (process): Do not render score when systems is empty.
12819
12820         * input/simple-song.ly: Down one octave.
12821
12822         * scm/output-gnome.scm: Remove script again; re-add modules fix
12823         (CVS conflict resolve?)
12824
12825         * lily/stencil.cc (ly:interpret-stencil): Was:
12826         interpret_stencil_expression.
12827
12828 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12829
12830         * buildscripts/guile-gnome.sh: New file.
12831
12832         * scm/output-gnome.scm: White background, better window size, sane
12833         canvas size.  Cleanups.
12834
12835 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12836
12837         * VERSION: release 2.3.4
12838
12839         * Documentation/user/invoking.itexi (Invoking the lilypond
12840         binary): document --safe.
12841
12842         * scm/output-gnome.scm: set PATH in script.
12843
12844         * scm/page-layout.scm (default-page-make-stencil): don't stretch
12845         if there is too few systems on a page.
12846
12847         * lily/parser.yy (relative_music): start at middle C without pitch
12848         argument.
12849
12850         * Documentation/user/changing-defaults.itely (Page layout): new node.
12851         (Paper size): rename node
12852         (Page breaking): new node.
12853         (Titling): move from invoking.
12854         (File structure): new node.
12855
12856         * lily/parser.yy (score_body): allow \header and music anywhere in
12857         \score body.
12858
12859 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12860
12861         * scm/lily.scm (ly:load): Remove page-breaking.scm.
12862
12863 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12864
12865         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
12866
12867         * lily/include/paper-line.hh: rename to Paper_system.
12868
12869         * lily/include/paper-book.hh: doc class.
12870
12871         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
12872
12873         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
12874         (plain-header): add instrument-name.
12875         (default-page-make-stencil): bugfixes.
12876
12877         * lily/parser.yy (book_body): allow \header anywhere in \book{}
12878
12879         * lily/paper-book.cc: remove copyright & tagline. Remove
12880         interactions with Page
12881
12882         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
12883         here, 
12884         (default-page-make-stencil): new function
12885         (default-page-music-height): new function
12886         (page-headfoot): new function
12887         (ly:optimal-page-breaks): generate stencils directly from here
12888
12889         * scm/titling.scm: new file, group titling functions
12890
12891 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12892
12893         * scm/output-gnome.scm: Handle multiple pages.
12894
12895         * scm/framework-gnome.scm: Do not load output-gnome.
12896         (framework-gnome): Invoke output-gnome::header and
12897         output-gnome::end-output as faked stencils.  Fixes experimental
12898         gnome output.
12899
12900 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12901
12902         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
12903         octavation compatibility fixes. Backportme. 
12904
12905         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
12906         pages.
12907         (ly:optimal-page-breaks): combine-penalties: no shortcut for
12908         negative. Now we handle negative penalties (ie. \pageBreak)
12909         correctly.
12910
12911         * lily/system.cc (get_line): extract page-penalty from the left
12912         bound.
12913
12914         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
12915
12916 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12917
12918         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
12919
12920 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12921
12922         * scm/output-gnome.scm: Update script.  Move development to
12923         lilypond_2_3_2 branch for now.
12924
12925 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12926
12927         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
12928         negative penalties.
12929         cleanups.
12930
12931         * Documentation/user/changing-defaults.itely (Creating contexts):
12932         index entries
12933
12934         * scm/page-breaking.scm (ly:optimal-page-breaks): new
12935         file. Rewrite function. 
12936
12937         * lily/paper-book.cc (pages): new interface: page-breaking returns
12938         list of line-list.
12939
12940         * lily/page.cc (Page): take lines argument.
12941
12942         * scm/document-translation.scm (all-engravers-doc): link to user man
12943
12944         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
12945         iso. score.
12946
12947         * Documentation/user/notation.itely (Relative octaves): typo.
12948
12949         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
12950
12951 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12952
12953         * scm/output-gnome.scm: Update build script.
12954
12955 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12956
12957         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
12958         gnome backend.
12959
12960         * scm/framework-gnome.scm: New file.
12961
12962         * scm/lily.scm: Use it.
12963
12964         * lily/paper-outputter.cc: Janitorial cleanups.
12965         (ly:outputter-dump-string): Remove unreachable statement.
12966
12967         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
12968         (ice-9): Bugfix: Add srfi-1.
12969
12970         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
12971
12972 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12973
12974         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
12975         in do_quit()
12976
12977 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12978
12979         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
12980
12981 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12982
12983         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
12984         override of Beam::position-callbacks. Why would grace beams not be
12985         quantized? Fixes: weird-stem-size-grace. 
12986
12987         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
12988         warning only once. Backportme.
12989
12990         * lily/accidental-engraver.cc (number_accidentals_from_sig):
12991         bugfix, 2nd try. Backportme.
12992
12993         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
12994
12995 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12996
12997         * Documentation/user/notation.itely (Instrument transpositions):
12998         Correct the name of the instrumentTransposition property.
12999
13000 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13001
13002         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
13003
13004 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13005
13006         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
13007         and postLilyPondExample are called when defined.
13008
13009 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13010
13011         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
13012         This fixes setting notenames with `\include "nederlands.ly" '
13013
13014         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
13015         new function.
13016
13017 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13018
13019         * scm/page-layout.scm: don't do piece, it should be in score-title
13020         only.
13021
13022         * lily/lexer.ll: lex \score separately.
13023
13024         * lily/paper-book.cc: junk stencil2line.
13025
13026         * lily/paper-line.cc (Paper_line): construct from Stencil
13027         directly. No futzing with the dimensions.
13028
13029         * lily/include/paper-line.hh (class Paper_line): 
13030
13031         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
13032         takes arbitrary number of arguments.
13033
13034         * input/test/markup-score.ly (tuning): simplify example. 
13035
13036 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13037
13038         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
13039
13040         * scm/define-markup-commands.scm (score): define score-markup
13041
13042         * lily/parser.yy (markup): use score-markup.
13043
13044         * lily/score.cc: add ly:score? 
13045
13046 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
13047
13048         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
13049         fret-parse-string so it prepares for calls to fret-diagram-verbose
13050         Changed display constants to props so they are available for
13051         \override.
13052
13053 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13054
13055         * VERSION: release 2.3.3
13056
13057         * stepmake/stepmake/generic-vars.make: unset LANG.
13058
13059         * input/regression/tuplet-nest.ly: bugfix.
13060
13061         * lily/tie-performer.cc (stop_translation_timestep): reset
13062         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
13063
13064         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
13065         clear repeat_ directly after setting stem_tremolo_. Fixes:
13066         tremolo-repeat.ly
13067
13068         * input/regression/span-bar-break.ly: new file.
13069
13070         * scm/define-grobs.scm (all-grob-descriptions): remove
13071         break-visibility from SpanBar. Fixes: piano-repeat.ly
13072
13073 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13074
13075         * python/lilylib.py (make_ps_images): only compute bbox when needed.
13076
13077         * scripts/lilypond-book.py (process_snippets): use lily -f ps
13078         files for generating pngs. (failed experiment)
13079
13080         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
13081         file with PFA fonts included.
13082
13083         * lily/score.cc (default_rendering): put header in too.
13084
13085         * lily/paper-line.cc (LY_DEFINE): change function to
13086         ly:paper-line-extent
13087
13088         * scm/page-layout.scm (default-book-title): only add lines for
13089         non-nil fields.
13090         (default-score-title): idem.
13091
13092         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
13093
13094         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
13095
13096         * lily/include/paper-book.hh (class Paper_book): remove height_
13097         member.
13098
13099         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
13100
13101         * lily/ly-module.cc (LY_DEFINE): bugfix.
13102
13103         * lily/paper-book.cc (book_title): separate function for the book
13104         title.
13105
13106         * scm/page-layout.scm (default-book-title): only account for
13107         markup fields.
13108
13109         * scm/framework-ps.scm: new file. Move high level interface from
13110         output-ps.scm
13111
13112         * scm/music-functions.scm (def-grace-function): move macros from
13113         ly/music-functions-init.ly
13114
13115         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
13116         framework-tex.scm
13117
13118         * scm/framework-tex.scm (dump-line): new file. High level
13119         interface for output (pages, systems, header). 
13120
13121         * lily/include/page.hh (class Page): add is_last_ field.
13122
13123         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
13124
13125         * lily/paper-book.cc (split_string): new function
13126         (output): output multiple formats, i.e. --format=ps,tex
13127
13128         * scm/output-ps.scm (output-scopes): dump variables directly.
13129         (define-fonts): rewrite for new interface
13130
13131         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
13132
13133         * lily/paper-outputter.cc (Paper_outputter): take format argument.
13134
13135         * lily/main.cc (parse_argv): don't set extension for output.
13136
13137         * lily/clef-engraver.cc (create_clef): remove
13138         Staff_symbol_referencer::set_position() call. 
13139
13140 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13141
13142         * ly/music-functions-init.ly (addlyrics): set the 'origin property
13143         with the location argument in music function definitions.
13144
13145 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13146
13147         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
13148         staffsymbol dependency.
13149
13150         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
13151         cleanups.
13152
13153         * lily/book.cc (process): return Paper_book
13154         (to_stencil): use Book::process().
13155
13156         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
13157         header_ field. Store in $globalheader
13158
13159         * lily/parser.yy (book_body): book header is initted to
13160         $globalheader.
13161
13162
13163 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13164
13165         * input/test/fill-a4.ly: removed.
13166
13167         * lily/parser.yy (output_def): push scope of parent_ Output_def
13168         too.
13169
13170 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13171
13172         * scm/output-gnome.scm: Update info.
13173
13174 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13175
13176         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
13177
13178         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
13179         than 1 module.
13180
13181         * lily/include/ly-module.hh (ly_use_module): rename is_module to
13182         ly_c_module_p.
13183
13184         * scm/page-layout.scm (default-book-title): move Scheme titling
13185         functions to here.
13186
13187         * lily/parser.yy (book_paper_block): remove scope too.
13188
13189         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
13190
13191         * lily/rest.cc: add direction to rest properties.
13192
13193         * lily/include/output-def.hh: new file, move from
13194         music-output-def.hh
13195
13196 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13197
13198         * scm/output-gnome.scm: Describe feta-cork hack.
13199
13200 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13201
13202         * lily/include/book-paper-def.hh: derive from Output_def 
13203
13204         * lily/include/paper-def.hh: move all functionality out of class.
13205         Junk header.
13206
13207         * lily/include/music-output-def.hh: rename Music_output_def to
13208         Output_def.
13209
13210         * input/wilhelmus.ly: only set space for Paper formatting. 
13211
13212         * lily/include/midi-def.hh: remove file, remove class.
13213         Move functions to Music-output-def.
13214
13215         * lily/music-output-def.cc (Music_output_def): remove separate
13216         translator table. Lookup translators in scope directly. This
13217         obviates Context suffix for context identifiers, i.e.
13218
13219         \context {
13220           \Staff
13221           .. 
13222           }
13223
13224
13225         will work.
13226
13227
13228         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
13229
13230         * Documentation/user/changing-defaults.itely (Horizontal spacing):
13231         document spacing override hack.
13232
13233 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13234
13235         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
13236         installation info.  Support point-and-click.  Add +/- zoom
13237         keybindings.
13238
13239 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13240
13241         * VERSION: 2.3.2 released
13242
13243         * lily/parser.yy (book_body): set default bookpaper.
13244
13245         * scm/output-tex.scm (header): kludge: hard code linewidth. 
13246
13247         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
13248
13249 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13250
13251         * lily/score.cc (default_rendering): scale outputdef before
13252         starting.
13253
13254 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13255
13256         * scm/fret-diagrams.scm: Add header.
13257
13258         * scm/output-gnome.scm: Hello world :-)
13259
13260 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13261
13262         * scripts/lilypond.py (run_dvips): only add papersize if present.
13263
13264         * lily/accidental-engraver.cc (update_local_key_signature): new
13265         function, fold code from initialize() and process_music().
13266         (update_local_key_signature): use deep copy. This fixes one
13267         problem from custom-key-signatures.ly.
13268         (number_accidentals_from_sig): tighter check for
13269         accidental-too-old.
13270
13271         * ly/engraver-init.ly: remove localKeySignature
13272         definition from ChoirStaff, StaffGroup, Score.
13273
13274         * lily/percent-repeat-engraver.cc (try_music): add moments for
13275         barlines too. Fixes: skipbars-percent-repeat.ly.
13276
13277 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13278
13279         * lily/context-def.cc (filter_performers): don't go to cdrloc if
13280         skipping last pair. Fixes: crash-bar-number.
13281
13282         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
13283         D. Sorensen)
13284
13285         * input/test/fret-diagram.ly: new file.
13286
13287         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
13288         (scale-paper): divide by scale.
13289
13290 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13291
13292         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
13293         case.
13294
13295 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13296
13297         * scm/stencil.scm (fontify-text): reinstate function
13298
13299         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
13300
13301         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
13302
13303         * lily/parser.yy (book_paper_head): \bookpaper {} 
13304
13305         * python/midi.c: remove config.h
13306
13307 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13308
13309         * scm/output-gnome.scm: Update.
13310
13311 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13312
13313         * scm/output-gnome.scm: New file.
13314
13315         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
13316
13317 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13318
13319         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
13320         (find_scaled_font): move from Paper_def
13321
13322 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13323
13324         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
13325         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
13326
13327         * po/fr.po: update po.
13328
13329         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
13330
13331         * lily/book-paper-def.cc (print_smob): new file.
13332
13333 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
13334
13335         * buildscripts/lilypond-words.py: search words also from
13336         music-functions-init.ly.
13337
13338 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13339
13340         * ly/music-functions-init.ly (def-music-function): new helper
13341         macro for defining music functions. \addlyrics \appoggiatura
13342         \acciaccatura \grace \partcombine \autochange \applycontext
13343         \applyoutput and \breathe are now defined here thanks to it.
13344
13345         * lily/parser.yy: 
13346         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
13347         \grace \partcombine \autochange \applycontext \applyoutput and
13348         \breathe keywords removed from the parser.
13349
13350         * lily/parser.yy: 
13351         * lily/music-function.cc (ly_make_music_function): 
13352         * lily/lexer.ll (music_function_type): added a case for 0-arg
13353         music functions.
13354
13355 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13356
13357         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
13358         refering to a music expression can be used in lily-inside-scheme:
13359         #{ $music #}
13360
13361         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
13362         and ly:parser-define, and change ly:parser-parse-string in order
13363         to make #{ $music #} work.
13364
13365         * scm/new-markup.scm (compile-markup-expression): when an argument
13366         is a string, use `make-simple-markup'.
13367
13368 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13369
13370         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
13371
13372 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13373
13374         * scripts/convert-ly.py (FatalConversionError.func): handle + in
13375         font-size. (backportme)
13376
13377 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13378
13379         * lily/paper-outputter.cc (output_stencil): dump font definitions
13380         before each stencil.
13381
13382         * lily/include/paper-book.hh (struct Score_lines): new
13383         struct. Collect info per Paper-score.
13384
13385         * lily/include/page.hh (class Page): to_stencil() returns Stencil
13386         everywhere.
13387
13388         * lily/stencil.cc (find_expression_fonts): new function
13389
13390         * lily/paper-outputter.cc (output_stencil): use
13391         interpret_stencil_expr
13392
13393         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
13394         (interpret_stencil_expr): new function. Generic stencil
13395         interpretation.
13396
13397         * lily/paper-def.cc (find_scaled_font): divide lookup
13398         magnification by outpuscale for non-virtual fontmetrics. This
13399         fixes ludicrously long font definitions for text
13400         fonts. (backportme)
13401
13402         * lily/score-engraver.cc: remove
13403         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
13404
13405 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13406
13407         * input/test/markup-score.ly: Remove \notes.
13408
13409         * lily/parser.yy (book_body): Grok Composite_music and \header.
13410         (markup): Push NOTES mode before score_block.
13411
13412         * VERSION: release 2.3.1
13413
13414         * mf/feta-klef.mf: 
13415         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
13416
13417         * Documentation/user/programming-interface.itely: Use @emph (was:
13418         @em).
13419
13420         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
13421
13422 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13423
13424         * scm/output-tex.scm (output-tex-string): tighten safe security.
13425
13426         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
13427
13428         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
13429         allowed ly functions.
13430
13431         * lily/ly-module.cc (ly_module_define): only define variable if
13432         bound.
13433         (ly_make_anonymous_module): take safe option.
13434
13435 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13436
13437         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
13438
13439 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13440
13441         * input/regression/newaddlyrics.ly: Fix.
13442
13443         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
13444         \score \notes.
13445
13446 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
13447
13448         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
13449
13450 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13451
13452         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
13453
13454         * lily/paper-line.cc (Paper_line): don't store list of stencils,
13455         but convert to single Stencil immediately.
13456
13457         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
13458
13459 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13460
13461         * scm/output-sodipodi.scm: Resurrect sodipodi output.
13462
13463 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13464
13465         * elisp/lilypond-mode.el: Changed the way defaults are created for
13466         LilyPond-command-master.  LilyPond-mode will now check the
13467         timestamps of the files to see which command has to run next.
13468
13469 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13470
13471         * scm/bass-figure.scm (format-bass-figure): don't set
13472         number-markup for strings. This fixes string in bass
13473         figure. (backportme)
13474
13475         * lily/parser.yy (bass_number): insert number-markup into figure
13476         definition.
13477
13478         * scm/define-music-properties.scm (all-music-properties): make
13479         'figure a markup.
13480
13481         * scripts/convert-ly.py (conv): \apply -> \applymusic
13482
13483 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13484
13485         * elisp/lilypond-mode.el: changed the order of some commands
13486         ("Midi" after "2Midi"), use the user-defined
13487         LilyPond-command-default as default instead of "LilyPond"
13488
13489         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
13490         to set the master file for the next command.
13491
13492         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
13493         with font-lock-reference-face.
13494
13495 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
13496
13497         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
13498
13499         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
13500
13501 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13502
13503         * ly/music-functions-init.ly (TODO): new file.
13504
13505         * lily/parser.yy (Generic_prefix_music_scm): add more
13506         music_function symbols.
13507         (Prefix_composite_music): change \apply to music-function   
13508
13509         * lily/include/music-function.hh: rename to music-function
13510
13511 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13512
13513         * lily/music-head.cc (LY_DEFINE): change order of args.
13514
13515         * input/regression/music-head.ly (texidoc): new file.
13516
13517         * lily/parser.yy (Generic_prefix_music): allow generic
13518         music-transformation functions. 
13519
13520         * lily/include/music-head.hh (is_music_head): new file.
13521
13522         * lily/music-head.cc (get_music_head_transform): new file.
13523
13524 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13525
13526         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
13527         empty extent. This fixes ottava brackets on rests. (backportme)
13528
13529         * make/lilypond.redhat.spec.in (Group): ln png files for info.
13530
13531         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
13532
13533         * cygwin/lily-wins.py: update for the lily-wins.py script.
13534
13535 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13536
13537         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
13538         code. This will obviate typeset_grob () in the future.  The effect
13539         of this is that improperly written spanner handling will result in
13540         invalid spanner bounds.
13541         (announce_grob): add to elems_ from here
13542         (typeset_grob): comment out.  
13543
13544         * lily/include/engraver.hh (make_spanner): new calling interface
13545         for make_{item,spanner}. This obviates most calls to
13546         announce_grob().
13547
13548         * scm/music-functions.scm (set-accidental-style): use GrandStaff
13549         iso. PianoStaff for piano styles.
13550
13551 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
13552
13553         * Documentation/user/music-glossary.tely: add segno after d.s.
13554
13555 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13556
13557         * lily/include/audio-column.hh: remove unused variables.
13558         (patch by Michael Welsh Duggan)
13559
13560         * flower/include/axes.hh (other_axis): inline Axes function
13561         (thanks to David Brandon).
13562
13563 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13564
13565         * cygwin/mknetrel: Install image links (backportme).
13566
13567         * Documentation/user/GNUmakefile (local-install-info): Activate
13568         actual installing of image links (backportme).
13569
13570 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13571
13572         * Documentation/user/notation.itely (Measure repeats): Removed
13573         unnecessary (and confusing) \context Voice{.
13574
13575 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13576
13577         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
13578
13579         * lily/page.cc (Page): Do not use ly_scheme_function for
13580         volatile/configurable variables (FIXME: better name).
13581
13582         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
13583         get_scmvar).
13584
13585 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13586
13587         * scripts/convert-ly.py (FatalConversionError.subst): use
13588         \transposition.
13589
13590 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13591
13592         * lily/include/page.hh (class Page): Declare left_margin ().
13593
13594         * lily/page.cc: Remove paper var caching.
13595
13596 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13597
13598         * Documentation/user/music-glossary.tely: Add name to @top node.
13599         Remove comment from @table definitions (workaround for makinfo
13600         bug).
13601
13602         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
13603         ly:stencil-get-expr).  Update callers.
13604         (ly:stencil-align-to!):  Return stencil too.
13605
13606         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
13607         stencil.  Remove looped line-based page output.
13608         (output_line): Use line stencil.  Remove looped stencil-based line
13609         output.
13610
13611         * lily/page.cc (ly:page-paper-lines): New function.
13612
13613         * input/test/markup-score.ly: New file.
13614
13615         * scm/define-markup-commands.scm (stencil): New markup.
13616
13617         * lily/book.cc (to_stencil): New method.
13618
13619         * lily/parser.yy (markup): Use it to grok \score.
13620
13621 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13622
13623         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
13624
13625         * lily/paper-book.cc (pages): Change signature.  Update callers.
13626
13627         * lily/include/page.hh:
13628         * lily/page.cc: New file.
13629
13630         * lily/paper-line.cc (to_stencil): New method.
13631
13632         * lily/paper-outputter.cc (output_stencil): New method.
13633
13634         * lily/paper-outputter.cc (output_line): Use them.
13635
13636         * lily/warn.cc: Remove.
13637
13638         * lily/my-lily-parser.cc (distill_inname): Remove.
13639
13640         * flower/include/file-name.hh: 
13641         * flower/file-name.cc: New file.  Update users.
13642
13643         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
13644         (find): New method of same name.
13645
13646         * lily/my-lily-parser.cc (ly:parse-file): Use it.
13647
13648         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
13649         constant error message.
13650
13651 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
13652
13653         * input/test/{blank-notes.ly,staff-container.ly}: typos.
13654
13655 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13656
13657         * Documentation/user/music-glossary.tely: @table @strong' replaced
13658         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
13659         (backportme).
13660
13661 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13662
13663         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
13664
13665         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
13666         #{ lily music expression #} that returns an equivalent scheme
13667         music expression by parsing the string.
13668
13669 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13670
13671         * lily/my-lily-parser.cc:
13672         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
13673         SCM string (foo.ly/toto.scm support).
13674
13675 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
13676
13677         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
13678
13679 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13680
13681         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
13682
13683         * scripts/lilypond-book.py: LY code that includes \header is
13684         not assumed to be a fragment.
13685
13686 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13687
13688         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
13689         tremolo beams up.
13690
13691         * lily/stem.cc (chord_start_y): Return 0 if no heads.
13692         (get_default_stem_end_position): No tremolo head juggling if no
13693         heads.  Fixes tremolo crash on rests (backportme).
13694
13695         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
13696
13697 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13698
13699         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
13700         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
13701
13702         * lily/lexer.ll: Allow \encoding in NOTES mode.
13703
13704         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
13705         for lyrics, not for commands.
13706
13707         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
13708         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
13709
13710         * input/regression/newaddlyrics.ly: New file.
13711
13712         * Documentation/topdocs/NEWS.texi: Update.
13713
13714         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
13715         (Music_list): Allow embedded scm.
13716
13717         * lily/score.cc (ly:score-bookify): New function.
13718
13719         * lily/music.cc (ly:music-scorify): Idem.
13720
13721         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
13722         (ly:parser-print-score): Idem.
13723
13724         * scm/lily.scm (default-toplevel-book-handler): Idem.
13725         (default-toplevel-music-handler): Idem.
13726         (default-toplevel-score-handler): Idem.
13727
13728         * ly/declarations-init.ly: Set default toplevel handlers.
13729
13730         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
13731
13732         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
13733         printer for score at toplevel.
13734
13735 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13736
13737         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
13738         Fix for simple case: input/simple-song.ly, more complex stuff
13739         does not work yet.
13740
13741 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13742
13743         * lily/parser.yy (Prefix_composite_music): split Composite_music
13744         in Prefix_composite_music and Grouped_music_list.
13745         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
13746
13747 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13748
13749         * scm/lily.scm (toplevel-expression): New define.
13750
13751         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
13752
13753         * lily/parser.yy (toplevel_expression): Use it.
13754
13755         * lily/include/my-lily-parser.hh: Smobbify.
13756
13757         * lily/my-lily-parser.cc (parse_string): New method.
13758
13759         * lily/my-lily-parser.cc (ly:parse-string): New function.
13760
13761         * Documentation/user/lilypond.tely: Add comment and workaround for
13762         gs-8.01 crash.  Fixes make web.
13763
13764         Simplification of toplevel music.
13765
13766         * lily/lexer.ll, lily/parser.yy:
13767
13768         * In LYRICS mode, return LYRICS_STRING.  This fixes one
13769         shift/reduce problem.
13770
13771         * Use NOTES mode at start of maininput.
13772
13773         * Grok toplevel composite music expression, put in score and book.
13774
13775         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
13776
13777         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
13778
13779         * input/simple.ly: New file.
13780
13781         * input/simple-song.ly: Idem.
13782
13783 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13784
13785         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
13786         Sandberg.
13787
13788 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13789
13790         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
13791
13792 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
13793
13794         * input/regression/accidental-octave.ly: doc automatic showing
13795         of note names.
13796
13797 2004-04-16  Heikki Junes <janneke@gnu.org>
13798
13799         * po/fi.po: do "make po && make -C po po-update" at top-level,
13800         then "cp po/out/fi.po po/fi.po" and update fields.
13801
13802         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
13803
13804 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13805
13806         * Documentation/user/introduction.itely (About this manual): Fix
13807         templates and regression urls (backportme).
13808
13809 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13810
13811         * ly/engraver-init.ly (Score:graceSettings): Increase
13812         beamed-lengths, especially for 32nd notes.
13813
13814         * Documentation/user/notation.itely (Grace notes): Correct the
13815         syntax for add-grace-property example.
13816
13817 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13818
13819         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
13820         `Generated' tag.
13821
13822         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
13823         Severely broken (the Debian package, at least).
13824
13825 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13826
13827         * lily/context.cc (find_create_context): assign to lvalue.
13828
13829 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13830
13831         * lily/include/translator.hh (class Translator): rename
13832         get_parent_context() to context () to avoid confusion.
13833
13834         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
13835
13836         * lily/lexer.ll: change is_string -> ly_c_string_p 
13837
13838         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
13839
13840         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
13841
13842 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13843
13844         * VERSION: release 2.3.0
13845
13846         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
13847
13848         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
13849         if nonempty.
13850
13851         * lily/include/context.hh (class Context): make members protected.
13852         (children_contexts): new accessor function.
13853
13854         * lily/include/translator.hh (class Translator): make
13855         daddy_context_ protected.
13856         (class Translator): clean up. 
13857
13858         * lily/include/context.hh (class Context): make daddy_context_
13859         private.
13860
13861         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
13862         higher for finding Voice. (backportme)  
13863
13864         * lily/include/context.hh (class Context): remove
13865         find_context_below() as a method.
13866
13867         * Documentation/user/notation.itely (The Lyrics context): add note
13868         about manual durations
13869
13870         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
13871         encoding.
13872
13873         * scm/output-tex.scm (text): dump \inputencoding{} for text.
13874
13875 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13876
13877         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
13878         \usepackage{inputenc}
13879
13880         * lily/paper-book.cc (classic_output): don't advance Offset for
13881         TeX output.
13882
13883         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
13884         ec-sauter.map in rules
13885
13886         * mf/ecb.mf (font_identifier): new file, based on ecbx
13887
13888         * mf/ecb10.mf (gensize): new file.
13889
13890         * Documentation/topdocs/NEWS.texi (Top): document some more new
13891         features.
13892
13893         * ly/declarations-init.ly: run convert-ly
13894
13895         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
13896         from input-file-results. Remove input-file-results.* 
13897
13898 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13899
13900         * scm/output-ps.scm (font-command): Fix, again.
13901
13902         * input/test/title-markup.ly: Add \noPagebreak test.
13903
13904         * lily/score-engraver.cc (try_music): Bugfix.
13905
13906 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13907
13908         * lily/main.cc (main_with_guile): excise dependency options -M and
13909         --dep-prefix
13910
13911         * lily/input-file-results.cc: excise Makefile dependency code
13912
13913         * Documentation/user/invoking.itexi (Invoking the lilypond
13914         binary): remove dep doco
13915
13916         * lily/main.cc (main_with_guile): call lilypond-main
13917
13918         * scm/lily.scm (lilypond-main): new function: handle multiple files.
13919
13920         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
13921         exception.
13922
13923         * lily/my-lily-parser.cc: remove paper_description function
13924
13925         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
13926         new function.
13927
13928         * lily/main.cc: remove global_score_count.
13929
13930         * lily/book.cc (process): don't take header from global_input_file.
13931
13932         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
13933
13934         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
13935
13936         * lily/music-output-def.cc (LY_DEFINE): new function
13937         ly_output_description. This function does the bulk for  setting,
13938         parsing and breaking down of an input file.
13939
13940         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
13941         anonymous modules globally. Let's hope they get GCd
13942
13943         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
13944
13945 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13946
13947         * scm/output-ps.scm (header): Papersize from paper.
13948
13949         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
13950         for classic output.
13951
13952         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
13953         lilypondclassic is defined.
13954         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
13955
13956         * input/regression/between-systems.ly: Remove.
13957
13958         * python/lilylib.py (get_bbox): Fix regular expression
13959         for bounding box.
13960
13961         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
13962
13963         * scm/output-tex.scm (stop-page): Use it.
13964
13965         * scm/output-ps.scm (define-fonts): Bugfix.
13966
13967         * lily/grob.cc: Add penalty to interface.
13968
13969         * lily/include/paper-line.hh (class Paper_line): New member
13970         var penalty_.
13971
13972         * lily/system.cc (get_line): Initialise Paper_line with
13973         page-penalty's from original grobs.
13974
13975         * scm/define-music-properties.scm (all-music-properties): Add
13976         page-penalty.
13977
13978         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
13979
13980         * lily/score-engraver.cc (try_music): Handle page-penalty.
13981
13982         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
13983
13984 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13985
13986         * ly/declarations-init.ly (melismaEnd): typo
13987
13988         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
13989
13990         * scm/output-ps.scm (text): split string into spaces, use moveto
13991         for setting space. 
13992
13993 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13994
13995         * po/nl.po: Update.
13996
13997         * scm/font.scm (add-cmr-fonts): Typo.
13998
13999 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14000
14001         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
14002         font-encoding.
14003
14004         * scm/define-grobs.scm (all-grob-descriptions): idem.
14005
14006         * lily/time-signature.cc (numbered_time_signature): idem.
14007
14008         * scm/font.scm (add-cmr-fonts): use real encoding names for
14009         font-encoding.
14010
14011 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14012
14013         * lily/paper-book.cc (classic_output): 
14014         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
14015         Fixes classic output.
14016         (lilypondstart):
14017         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
14018         kludge.
14019
14020         * scripts/old-lilypond-book.py: Remove.
14021
14022         Page layout for SCOREs enclosed in a BOOK:
14023
14024         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
14025         layout tweaking.
14026
14027         * input/les-nereides.ly (theScore): Add \book.
14028
14029         * input/test/title-markup.ly: Add \book.
14030
14031         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
14032         only if 'verbose.
14033
14034         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
14035
14036         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
14037
14038         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
14039         * scm/output-tex.scm (start-system): Update for page layout by
14040         LilyPond.
14041
14042         * scm/output-ps.scm (start-system): Previously (new-start-system).
14043
14044         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
14045         passed to define-fonts.
14046
14047         * lily/paper-column.cc: 
14048         * lily/system.cc (get_line):
14049         * ly/property-init.ly (newpage): 
14050         * scm/define-grob-properties.scm:
14051         * scm/output-ps.scm: 
14052         * scm/output-tex.scm: Remove between-system-string kludge.
14053
14054         * scm/output-ps.scm (define-fonts, font-command,
14055         font-load-encoding): Handle ENCODING = #f.
14056
14057         * scm/output-tex.scm (output-scopes): Check if variable is bound.
14058
14059         * scm/define-markup-commands.scm (fill-line): Use
14060         make-simple-markup (WAS: unexisting make-word-markup).
14061
14062         * lily/text-item.cc (interpret_markup): Bugfix, transpose
14063         ENCODING, MARKUP parameters for interpret_string.
14064
14065         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
14066
14067         * lily/score.cc (book_rendering): New method.
14068         (default_rendering): Create Paper_book helper locally, dump
14069         output.
14070
14071         * lily/my-lily-lexer.cc (the_key_tab): Add book.
14072
14073         * lily/parser.yy: Handle \book.
14074
14075         * lily/include/book.hh: 
14076         * lily/book.cc: New file.
14077
14078 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14079
14080         * lily/text-item.cc (interpret_string): new file, select font with
14081         encoding.
14082
14083         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
14084
14085         * scm/define-markup-commands.scm (encoded-simple): new markup command.
14086
14087         * lily/parser.yy (markup): take encoding from lexer.
14088
14089 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14090
14091         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
14092
14093         * scm/output-ps.scm: Remove some cruft.
14094
14095 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14096
14097         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
14098
14099         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
14100
14101 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14102
14103         * scm/font.scm (add-century-schoolbook-fonts):
14104         (make-century-schoolbook-tree): New function.
14105
14106         * input/test/title-markup.ly: Use Century Schoolbook font.
14107
14108 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14109
14110         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
14111         to Erik Sandberg) 
14112
14113         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
14114
14115         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
14116
14117         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
14118
14119         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
14120
14121 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14122
14123         * scm/part-combiner.scm (determine-split-list): bugfix: if no
14124         solo-state (at end of solo), we can set the solo status
14125         too. (backportme.)
14126
14127         * input/regression/part-combine-solo-end.ly: new file.
14128
14129 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14130
14131         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
14132         flavour abc files.  Really ignore unknown keys (backportme).
14133
14134 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14135
14136         * lily/scaled-font-metric.cc (text_dimension): only multiply with
14137         magnification_ when looking up in orig_.
14138
14139         * scm/output-tex.scm (text): switch off char-mapping.
14140
14141         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
14142         because AFM's encoding field cannot have spaces.
14143
14144 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14145
14146         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
14147
14148 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14149
14150         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
14151
14152         * mf/cmr.enc: new file, without hi-bit ascii info. 
14153
14154         * lily/bezier-bow.cc (slur_shape): make indent dependent on
14155         width. This removes the 'hook' at the end of a long slur.
14156
14157         * buildscripts/mf-to-table.py (parse_logfile): don't append
14158         encoding to fontname.
14159
14160 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14161
14162         * scm/output-ps.scm (define-fonts): Load .enc only once.
14163
14164         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
14165         too.
14166
14167 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14168
14169         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
14170         encoding field.
14171
14172         * lily/stencil-scheme.cc: remove ly:fontify-atom 
14173
14174         * ly/portuges.ly (pitchnames): new file.
14175
14176         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
14177         Michael Welsh Duggan
14178
14179         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
14180
14181         * ly/nederlands.ly: add comment about digits.
14182
14183         * lily/scaled-font-metric.cc (derived_mark): idem.
14184
14185         * scm/encoding.scm (make-encoding-mapping): change permutation to
14186         mapping.
14187
14188         * lily/scaled-font-metric.cc (derived_mark): is a const method.
14189         (Modified_font_metric): make alist for coding_description_
14190         (LY_DEFINE): remove coding-name.
14191
14192         * scm/output-tex.scm (text): remove debugging code.
14193
14194         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
14195
14196         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
14197         from infile.
14198
14199         * mf/feta-generic.mf: move fet_beginfont into generic code.
14200         use fetaMusic (without space) as encoding
14201
14202         * mf/feta-autometric.mf: take encoding argument
14203
14204         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
14205
14206         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
14207         use.
14208
14209         * scm/encoding.scm (read-encoding-file): use symbol for glyph
14210         name.
14211
14212 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14213
14214         * input/test/title-markup.ly: Set inputencoding.
14215
14216         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
14217
14218         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
14219
14220         * scm/encoding.scm (get-coding-filename, get-coding-command): New
14221         function.
14222         (coding-alist): Also hold filename, command.
14223         (read-encoding-file): Return symbols.
14224
14225 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14226
14227         * scm/output-tex.scm: remove fontify; text and char take a font
14228         argument.
14229
14230         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
14231
14232         * lily/scaled-font-metric.cc (text_dimension): init
14233         coding_{permutation,table}_ too 
14234         (LY_DEFINE): ly:font-encoding, new function return
14235
14236         * lily/paper-def.cc (find_scaled_font): take input coding from
14237         inputcoding paper var.
14238
14239         * lily/performance.cc (output): remap modulo 16.
14240
14241         * lily/text-item.cc (interpret_markup): whoops, variable
14242         shadowing fixed.
14243
14244 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
14245
14246         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
14247         symbols, not symbols to strings.
14248
14249         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
14250         symbols, not symbols to strings.
14251
14252 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14253
14254         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
14255         (ly:kpathsea-gulp-file): New function.
14256
14257         * scm/encoding.scm (read-encoding-file): Use it.
14258
14259 2004-04-06  Werner Lemberg  <wl@gnu.org>
14260
14261         * scm/encoding.scm (coding-alist): Fix typo.
14262
14263 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14264
14265         * lily/scaled-font-metric.cc (text_dimension): move function from
14266         Font_metric
14267         (make_scaled_font_metric): init coding_scheme_ to TeX
14268         (text_dimension): use get-coding-vector for non TeX coding_scheme_
14269
14270         * lily/include/scaled-font-metric.hh (struct
14271         Modified_font_metric): rename from Scaled_font_metric
14272
14273         * scm/encoding.scm (read-encoding-file): split up large function,
14274         leave caching to (delay)
14275
14276         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
14277
14278 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14279
14280         * lily/my-lily-lexer.cc (set_encoding): New method.
14281
14282         * lily/lexer.ll: Grok \encoding.
14283
14284         * lily/font-metric.cc (get_encoded_index): New function.
14285
14286         * lily/include/font-metric.hh (coding_scheme): New method.
14287
14288         * scm/encoding.scm: New file.
14289
14290         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
14291
14292 2004-04-05  Werner Lemberg  <wl@gnu.org>
14293
14294         * Documentation/user/tutorial.itely: Revised (finished).
14295
14296         * Documentation/user/macros.itexi (@separate): Removed.
14297
14298 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14299
14300         * scm/output-ps.scm (define-fonts): fix scaling.
14301
14302         * lily/scaled-font-metric.cc (design_size): add function.
14303
14304         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
14305         partial cut&paste of ly:font-magnification.
14306
14307 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14308
14309         * scm/output-ps.scm (define-fonts):
14310         (fontify): Update.
14311
14312 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14313
14314         * po/fr.po: update. (backportme).
14315
14316         * po/nl.po: update. (backportme). 
14317
14318         * mf/feta-beugel.mf: document why design size is not fixed.
14319
14320         * mf/feta-braces-a.mf: rename to stress that it's not design size.
14321
14322 2004-04-04  Werner Lemberg  <wl@gnu.org>
14323
14324         * Documentation/user/tutorial.itely: Revised (continued).
14325
14326 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14327
14328         * po/nl.po: Update (backportme).
14329
14330 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14331
14332         * po/de.po: update. (backportme).
14333
14334         * scm/output-tex.scm (font-command): use ly: functions to
14335         construct name.
14336         (define-fonts): don't use alist, just dump \font definitions.
14337         (font-load-command): calculate proper scaling by taking
14338         outputscale from paper argument.
14339
14340         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
14341         expression.
14342
14343         * lily/paper-outputter.cc (output_header): pass paper arg to
14344         define-fonts
14345
14346         * lily/paper-def.cc (font_descriptions): dump list of
14347         Scaled_font_metrics
14348         (find_scaled_font): take Font_metric argument, store
14349         Scaled_font_metrics in hash-table containing (size ->
14350         Scaled_font_metrics) alist.
14351         (get_dimension): rename from get_realvar
14352
14353         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
14354         ly:font-magnification, ly:font-name: new functions
14355
14356 2004-04-03  Werner Lemberg  <wl@gnu.org>
14357
14358         * Documentation/user/dedication.itely,
14359         Documentation/user/preface.itely,
14360         Documentation/user/introduction.itely,
14361         Documentation/user/tutorial.itely: Revised.
14362         Removing leading spaces which distorts output if info files are read
14363         with stand-alone info.
14364         Removing superfluous inter-word spaces which also distorts output
14365         for stand-alone info.
14366         Using ` and ' instead of `` and '' everywhere to improve
14367         legilibility with stand-alone info
14368         Using @samp for single-letter input items and data which contains
14369         spaces, @code for other things.
14370
14371         * lily/grob-interface.cc: Adding copyright.
14372         (check_interfaces_for_property): Improve format of warning message.
14373
14374 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14375
14376         * lily/include/font-metric.hh (struct Font_metric): add
14377         design_size () method.
14378
14379         * buildscripts/mf-to-table.py (base): add DesignSize comment.
14380
14381         * lily/afm.cc (read_afm_file): read design size.
14382
14383         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
14384
14385         * scm/music-functions.scm (unfold-repeats): handle dots too.
14386
14387 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14388
14389         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
14390         (backportme)
14391
14392 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
14393
14394         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
14395         lyric indent.  Revert melismaBusyProperties using \unset.
14396
14397 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14398
14399         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
14400
14401         * lily/parser.yy (command_element): allow redefinition of |
14402         meaning.
14403
14404         * lily/break-align-engraver.cc (acknowledge_grob): construct
14405         LeftEdge where the first cause for alignment is coming from.
14406         This makes \override Staff.LeftEdge work as expected.
14407
14408         * lily/slur-performer.cc (Slur_performer): add inits
14409
14410         * lily/beam-performer.cc (Beam_performer): add inits
14411
14412 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14413
14414         * VERSION (PACKAGE_NAME): release 2.2.0
14415
14416 #Local variables:
14417 #coding: utf-8
14418 #End:
14419