]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
dff065315ab94cdac484278d28901a0f7c047016
[lilypond.git] / ChangeLog
1 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * scm/define-grobs.scm (all-grob-descriptions): remove stray
4         assignment.
5
6 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
7
8         * Documentation/topdocs/NEWS.tely (Top): doc new features.
9
10         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function.
11
12         * scm/define-grob-properties.scm (all-user-grob-properties):
13         remove grace-space-factor.
14
15         * scm/define-grob-interfaces.scm (grace-spacing-interface): add grace-spacing-interface
16         (spacing-options-interface): add. 
17
18         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
19
20         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
21
22         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
23         GraceSpacing object.
24
25         * lily/note-spacing.cc: fix prop list formatting
26
27         * lily/beaming-pattern.cc (de_grace): new function. Sensible
28         beaming for grace notes too.
29
30         * input/regression/spacing-grace.ly: update.
31
32         * lily/grace-spacing-engraver.cc: new file.
33
34         * lily/spacing-spanner.cc: add strict-grace-spacing.
35
36 2006-07-20  Graham Percival  <gpermus@gmail.com>
37
38         * lily/parser.yy: compile fix.
39
40 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
41
42         * scm/define-grobs.scm (all-grob-descriptions): typo.
43
44         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
45         .eps extension from includegraphics.
46
47         * scripts/lilypond-book.py (main): add support for --pdf. 
48
49         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
50         callback to compute common shortest duration.
51         (set_springs): typo.
52
53         * scm/define-grob-properties.scm (all-user-grob-properties): add
54         strict-grace-spacing.
55
56         * lily/spacing-determine-loose-columns.cc (is_loose_column):
57         support float_grace_columns_.
58
59         * lily/spacing-options.cc (init_from_grob): new file.
60
61         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
62
63         * input/regression/spacing-loose-grace.ly: new file.
64
65         * Documentation/topdocs/NEWS.tely (Top): document new feature.
66
67         * lily/tuplet-engraver.cc (struct Tuplet_description): read
68         tupletFullLengthNote too. Choose right bound depending on value.
69
70         * input/regression/tuplet-full-length-note.ly: new file.
71
72 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
73
74         * lily/*-performer.cc: Converted try_music to listen_*
75
76         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
77         as a stream-event internally. Introduce event_cause (), deprecate
78         music_cause ().
79
80         * scm/define-music-types.scm: Removed BusyPlayingEvent
81         
82 2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
83
84         * Documentation/user/advanced-notation.itely (Font selection):
85         Document how to get a list of available fonts using 'lilypond
86         -dshow-available-fonts blabla'.
87
88 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
89
90         * GNUmakefile.in: filter lily-XXX.pdf files.
91
92         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
93
94         * scm/define-grob-properties.scm (all-internal-grob-properties):
95         remove delta-pitch. Use delta-position everywhere.
96
97         * scm/output-lib.scm (fall::print): use new order.
98
99         * scm/output-ps.scm (path): reorder arguments.
100
101         * scm/output-svg.scm (path): support for path primitive.
102
103         * input/regression/bend-after.ly: new file.
104
105         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
106         recipe for eps -> pdf conversion.
107
108 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
109
110         * lily/parser.yy, lily/lexer.ll: added some simplifications by
111         Angelo Contardi.
112
113 2006-07-19  Graham Percival  <gpermus@gmail.com>
114
115         * input/manual/screech-boink.ly: moved to here.
116
117         * input/screech-boink.ly: deleted.
118
119         * scm/define-grob-properties.scm: clarify doc string.
120
121 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
122
123         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
124
125         * scm/output-ps.scm (path): define path.
126
127         * scm/define-stencil-commands.scm
128         (ly:register-stencil-expression): add path.
129
130         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
131
132         * ly/engraver-init.ly: add Fall_engraver
133
134         * lily/parser.yy (music_function_event): allow musicfunction
135         without music arg as music_function_event.
136
137         * lily/grob-scheme.cc (LY_DEFINE):
138         ly:grob-robust-relative-extent. New function.
139
140         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
141
142         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
143
144         * scm/output-lib.scm (fall::print): new function
145
146         * lily/fall-engraver.cc (stop_fall): new file.
147
148         * ly/music-functions-init.ly: alphabetise.
149
150         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
151         base.
152
153 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
154
155         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
156
157         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
158         doc pdftex usage.
159
160         * lily/translator-group.cc (connect_to_context): non const error message.
161
162         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
163
164         * scm/paper.scm (internal-set-paper-size): define landscape to #f
165         if unset.
166
167         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
168
169         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
170
171         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
172         systems.pdftex too.
173
174         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
175
176         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
177
178         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
179
180         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
181
182         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
183
184         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
185
186 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
187
188         * scm/layout-page-layout.scm: Define module, tidy code, use more
189         functions iso. a single big one.
190
191         * scm/layout-page-dump.scm: move page dump functions used in two
192         pass spacing to this file. Define module.
193
194         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
195          (separate module)
196
197         * ly/paper-defaults.ly: use module layout-page-layout.
198
199 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
200
201         * lily/music.cc: Revised MusicEvent event class. It now contains
202         event data directly instead of encapsulating it in music. The
203         previously used class is renamed to OldMusicEvent.
204
205         * lily/stream-event.cc: Stream events are now probs.
206         
207         * lily/translator-group.cc, lily/translator.cc: Translators can
208         now listen directly to stream events, by using macros
209         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
210
211         * lily/arpeggio-engraver.cc: Converted to use new event system
212
213         * THANKS: Corrected spelling mistake.
214
215 2006-07-12  Graham Percival  <gpermus@gmail.com>
216
217         * Documentation/user/SConscript, make/lilypond-vars.make,
218         input/GNUmakefile: doc build looks in input/manual instead
219         of input/test/
220
221         * input/manual/ GNUmakefile, SConscript: build files for
222         input/manual/
223
224         * input/test/ various: some files moved to input/manual/ 
225
226         * Documentation/user/basic-notation.itely: small updates;
227         thanks Kieren and Charles!
228
229 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
230
231         * VERSION (PACKAGE_NAME): release 2.9.11
232
233         * Documentation/topdocs/NEWS.tely (Top): update prop value 
234
235         * Documentation/user/basic-notation.itely (Tuplets): new property
236         value.
237
238 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
239
240         * python/convertrules.py (conv): tweaks. 
241
242         * VERSION (PATCH_LEVEL): bump version.
243
244         * python/convertrules.py (conv): add rule for
245         tupletNumberFormatFunction.
246
247         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
248         tupletNumberFormatFunction.
249
250         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
251         text through 'text callback.
252
253         * lily/time-scaled-music-iterator.cc (construct_children): copy
254         tweaks generated events.
255
256         * scm/define-context-properties.scm
257         (all-user-translation-properties): remove tupletNumberFormatFunction
258
259         * lily/tuplet-engraver.cc (process_music): don't read
260         tupletNumberFormatFunction
261
262         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
263         function.
264
265 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
266
267         * lily/global-context-scheme.cc: Separated ly:run-translator into
268         smaller pieces.
269
270         * lily/score-engraver.cc, lily/score-performer.cc,
271         scm/define-context-properties.scm: Make paper/midi output
272         accessable as a context property.
273
274         * lily/score-translator.cc, lily/score-context.cc: Removed.
275
276 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
277
278         * scm/ps-to-png.scm (Module): 
279         * scm/framework-tex.scm (Module): 
280         * scm/framework-ps.scm (Module): 
281         * scm/backend-library.scm (Module): 
282         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
283         "dDEVICEHEIGHTPOINTS".
284
285 2006-07-04  Graham Percival  <gpermus@gmail.com>
286
287         * Documentation/user/ various: general improvements to
288         "working with lilypond files" section.
289
290 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
291
292         * lily/sequential-iterator.cc: Change the default get_music_list
293         to read elements-callback music property
294
295         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
296         processing of multimeasure rests. Softcoded
297         sequential-music-iterator.
298
299         * lily/sequential-music-iterator.cc: Removed.
300
301 2006-06-28  Graham Percival  <gpermus@gmail.com>
302
303         * Documentation/user/basic-notation.itely: clarify \repeatTie.
304
305 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
306
307         * lily/parser.yy: Wrap non-post-events in EventChords before
308         assigning them to identifiers.
309
310 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
311
312         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
313         gives correct vertical placement of \bar ":" in all staff
314         sizes. Thanks Martial!
315
316 2006-06-26  Graham Percival  <gpermus@gmail.com>
317
318         * Documentation/user/invoking.itely : minor update from mailist.
319
320 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
321
322         * lily/ various: Introduce stream events of types Prepare,
323         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
324         ChangeContext, SetProperty, RevertProperty, Override and Revert.
325
326         * lily/global-context*.cc: Time is now -inf before iteration
327         starts.
328
329         * lily/include/context.hh: Removed unique_, init_
330
331         * Documentation/topdocs/NEWS: Make the feathered beam example
332         avoid triggering a bug.
333
334 2006-06-24  Graham Percival  <gpermus@gmail.com>
335
336         * Documentation/user/ various: small additions from mailist.
337
338 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
339
340         * ly/performer-init.ly: Add some missing links in the context
341         hierarchy for MIDI output. There are probably some more missing!
342
343 2006-06-21  Graham Percival  <gpermus@gmail.com>
344
345         * Documentation/user/ various: minor spelling fixes;
346         thanks Dave Luttinen!
347
348         * Documentation/user/ various: small clarifications;
349         thanks Anthony Youngman!
350
351 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
352
353         * po/fr.po: add \n appropriately.
354
355         * lily/lexer.ll: remove ? from version-seen?  
356
357 2006-06-19  John Mandereau  <john.mandereau@free.fr>
358
359         * po/fr.po; update translation, by Jean-Charles Malahieude and
360         John Mandereau.
361
362 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
363
364         * THANKS: add Markus Schneider.
365
366         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
367         Staff_symbol_engraver
368
369         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
370         replace staff_engraver
371
372         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
373         spanner.
374
375         * lily/staff-collecting-engraver.cc
376         (acknowledge_end_staff_symbol): new function
377
378         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
379
380         * lily/staff-collecting-engraver.cc
381         (acknowledge_end_staff_symbol): new function.
382
383         * lily/main.cc: switch on relocation by default.
384
385 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
386
387         * lily/spacing-spanner.cc (musical_column_spacing): set
388         compound_fixed_note_space to 0.0. Document why.
389
390         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
391         range of inverse_hooke_
392         (Simple_spacer): init completely.
393         (fits): const
394         (get_line_configuration): don't use cols.resize(); it introduces
395         initialized data.
396
397         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
398
399         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
400
401         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
402         try. Divide by beatlength.
403
404         * input/regression/beaming-ternary-metrum.ly: update doc.
405         add beatLength hack.
406
407         * scm/music-functions.scm (make-time-signature-set): add
408         standard-beat-grouping. 
409
410 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
411
412         * input/regression/tie-whole.ly: new file.
413
414         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
415         cross center of note head in case of invisible stem. 
416
417 2006-06-16  Graham Percival  <gpermus@gmail.com>
418
419         * Documentation/user/ various: small fixes from mailist.
420
421 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
422
423         * lily/breathing-sign.cc (offset_callback): idem.
424
425         * lily/align-interface.cc (align_to_fixed_distance): remove
426         hungarian suffix.
427
428         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
429         x%2==0.
430
431 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
432
433         * VERSION (PACKAGE_NAME): release 2.9.9
434
435         * ly/lilypond-book-preamble.ly: add \version
436
437 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
438
439         * scripts/lilypond-book.py (PREAMBLE_LY): include
440         lilypond-book-preamble.ly
441
442         * lily/stem.cc (get_beaming): return max of 0 and
443         scm_ilength. Fixes slurring from/to beams.
444
445         * ly/lilypond-book-preamble.ly: new file.
446
447         * lily/slur.cc: add inspect-index feature.
448
449 2006-06-13  Graham Percival  <gpermus@gmail.com>
450
451         * Documentation/user/tutorial.itely: trivial fix.
452
453 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
454
455         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
456         all non-event music in the parser via MAKE_SYNTAX.
457
458         * lily/parser-scheme.cc: Add ly:parser-error function
459
460         * scm/paper.scm: fix typo
461
462 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
463
464         * THANKS: add RT.
465
466         * lily/font-config.cc (init_fontconfig): add warning if cache_file
467         is null.
468
469         * buildscripts/output-distance.py (test_compare_signatures):
470         timing routines.
471         (read_signature_file): use new signature format.
472
473         * scm/stencil.scm (write-system-signature): simpler signature
474         format.
475
476         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
477         for beamed case. 
478
479         * lily/note-spacing.cc (stem_dir_correction): don't inspect
480         stem_end_position, but estimate instead. 
481
482         * lily/tuplet-bracket.cc (calc_positions): look at
483         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
484         brackets narrower than beams. 
485
486         * lily/lexer.ll: set version-seen? even if version is
487         INVALID. 
488
489         * lily/rest.cc (y_offset_callback): bugfix: decide position
490         override based on scm_is_number(). Fixes \rest on center staff
491         line. 
492
493         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
494         patterns for 16th triplets.
495
496 2006-06-10  Graham Percival  <gpermus@gmail.com>
497
498         * Documentation/user/ page.itely, global.itely: editing
499         and reorg.
500
501         * Documentation/user/ various: findex -> funindex.
502
503 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
504
505         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
506         insert extra tuplet events.
507
508 2006-06-10  Graham Percival  <gpermus@gmail.com>
509
510         * Documentation/user/programming-interfaces.itely: add
511         info from NEWS.
512
513         * python/convertrules.py: add annotatefoo -> annotate-foo
514         rules.
515
516         * Documentation/user/global.itely: start editing.
517
518         * Documentation/user/page.itely: major editing, new spacing
519         docs.
520
521 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
522
523         * scm/define-markup-commands.scm (wordwrap-markups): use
524         output-def 'line-width if undefined.
525
526         * HACKING: trim outdated info.
527
528 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
529
530         * scm/define-grobs.scm (all-grob-descriptions): Add
531         line-spanner-interface to all grobs that already have
532         text-spanner-interface or dynamic-text-spanner-interface
533
534         * scm/page.scm: Rename annotate{headers,systems,page}->
535         annotate-*
536
537         * input/regression/page-spacing.ly,
538         input/regression/page-layout-manual-position.ly: idem
539
540 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
541
542         * lily/line-spanner.cc: cleanup property list.
543
544         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
545         generator expressions (2.3 compat). 
546
547 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
548
549         * lily/vertical-align-engraver.cc: Make sure that the
550         align{Above,Below}Context properties are included in the automatic
551         documentation.
552
553 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
554
555         * scm/paper-system.scm (paper-system-annotate): also annotate the
556         estimated pure-Y-extent
557
558         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
559
560         * lily/system.cc (break_into_pieces): set the estimated height
561         of each child system
562
563         * lily/stem.cc (pure_height): new pure-Y-extent callback
564
565         * lily/staff-symbol-referencer.cc (callback): don't destroy
566         the staff-position property
567
568         * lily/hara-kiri-group-spanner.cc (request_suicide): split
569         consider_suicide into two functions
570
571         * lily/constrained-breaking.cc (resize): use the new pure
572         callbacks to estimate the height of a system
573
574         * lily/axis-group-interface.cc (pure_group_height): new
575         side-effect-free VerticalAxisGroup height-callback
576
577         * lily/align-interface.cc (get_extents_aligned_translates):
578         split align_elements_to_extents into two functions
579         (get_pure_child_y_translation): new function
580
581         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
582
583         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
584
585         * lily/paper-score.cc: cache break_indices and columns
586
587         * lily/side-position-interface.cc: new pure-Y-extent callbacks
588         
589 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
590
591         * lily/font-config.cc (init_fontconfig): do the init if
592         cache_file, but don't look at cache_file.
593
594         * input/regression/quote-tie.ly: new file.
595
596         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
597         to Head_event_tuple, so we deal gracefully with ties on
598         cue-endings.
599
600         * lily/pango-font.cc (pango_item_string_stencil): type correctness
601         for FcChar8*
602
603 2006-06-08  Graham Percival  <gpermus@gmail.com>
604
605         * input/test/ smart-transpose.ly, reverse-music.ly:
606         \applyMusic to music functions update, thanks Michael!
607
608 2006-06-07  Graham Percival  <gpermus@gmail.com>
609
610         * input/test/ add-staccato.ly, add-text-script.ly,
611         unfold-all-repeats.ly, music-box.ly: \applyMusic to
612         music functions update, thanks to Michael Meixner.
613
614         * Documentation/user/music-glossary.tely: small fix
615         from Francisco.
616
617         * Documentation/user/ various: minor additions from mailist.
618
619         * Documentation/user/lilypond.tely, basic-notation.itely:
620         small test of @funindex.  (works here)
621
622         * input/test/font-table.ly: reduce size to partially
623         de-ugly version in manual.
624
625         * Documentation/user/page.itely: new file (split former
626         "global issues" into "page settings" and "non-musical
627         output".
628
629         * Documentation/user/ various: fix @ref{}s to match
630         new chapter names (above).
631
632 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
633
634         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
635
636 2006-06-06  Graham Percival  <gpermus@gmail.com>
637
638         * Documentation/user/advanced-notation.itely: add example
639         for segno/coda on barline.
640
641         * tex/texinfo.tex: merge from upstream.
642
643 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
644
645         * scripts/lilypond-book.py (process_snippets): Argument fix.
646
647         * SConstruct:
648         * buildscripts/builder.py:
649         * lily/SConscript: 
650         * mf/SConscript: 
651         * Documentation/user/SConscript:  More SCons fixes.
652
653 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
654
655         * lily/font-config.cc (init_fontconfig): Only initialize if
656         global cache_file is found.
657
658 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
659
660         * ly/music-functions-init.ly: Updated \overrideProperty to use the
661         new \applyOutput.
662
663 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
664
665         * VERSION (PACKAGE_NAME): release 2.9.8
666
667         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
668         function. Delay ledger modifying ledgered grobs to
669         stop_translation_timestep(), to ensure that we're ledgering
670         according to the new spanner.
671         (acknowledge_staff_symbol): don't check for non-NULL
672         staff_sym->get_bound()
673
674         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
675         creation.
676
677         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
678         pictures too.
679
680         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
681         directly from srcdir/stepmake/aclocal.m4
682         
683         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
684         disting MISC files.
685
686         * lily/simple-spacer.cc (get_column_desc): desc -> description.
687
688 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
689
690         * lily/simple-spacer.cc (get_line_configuration): add
691         keep-inside-line rods
692         (struct Column_desc): add constructor
693         (struct Rod_desc): add constructor
694         (get_line_forces): check for forced page breaks here too
695
696         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
697         support/elements cycles between InstrumentNames and AxisGroups
698
699 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
700
701         * config.make.in (METAFONT): remove MAKEINFO_VERSION
702
703         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
704         make-txt-files target.
705
706         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
707         make-txt-files target.
708
709         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
710
711         * stepmake/stepmake/generic-vars.make (distdir): create dist in
712         top-build-dir.
713
714 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
715
716         * Documentation/user/instrument-notation.itely,
717         input/regression/breathing-sign-ancient.ly,
718         input/test/divisiones.ly: Removed redundant property settings for
719         vaticana contexts.
720
721         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
722         fix lyrics alignment problems.  They are implemented now as scheme
723         functions that add the appropriate unicode char to the first lyric
724         event rather than adding a separate lyric event.  Minor edit of
725         comments.
726
727 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
728
729         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
730         pollute src dir with built .txt files, but install directly from
731         Documentation/topdocs/out/
732
733         * buildscripts/output-distance.py
734         (ComparisonData.create_html_result_page): put version/directories
735         in table header.
736
737         * Documentation/topdocs/NEWS.tely (Top): document spacing section
738         feature.
739
740         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
741         Patch by Karl Hammar
742         
743         * buildscripts/readlink.py: add  file.
744         Patch by Karl Hammar
745
746 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
747
748         * lily/tuplet-number.cc (print): prevent stencil from being
749         garbage collected.
750
751 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
752
753         * scm/stencil.scm (write-system-signature): explicitly 
754         -well, superfluously- close output port.
755
756         * buildscripts/output-distance.py (main): oops. Add extra argument.
757
758 2006-06-05  Graham Percival  <gpermus@gmail.com>
759
760         * Documentation/user/music-glossary.tely: clarified example
761         from Francisco Vila, thanks!
762
763 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
764
765         * input/regression/spacing-section.ly: new file.
766
767         * lily/input.cc (programming_error): new function.
768
769         * lily/spacing-engraver.cc (try_music): new function. Accept
770         spacing-section-event
771
772         * lily/spacing-spanner.cc (set_springs): take slices of all
773         columns for spacing.
774
775         * lily/include/paper-column.hh (class Paper_column): add
776         Paper_column::compare.
777
778         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
779
780         * scm/define-music-types.scm (music-descriptions): add
781         SpacingSectionEvent
782
783         * lily/music-iterator.cc (report_event): use programming_error for
784         sending non-event error.
785
786         * lily/input.cc (programming_error): new function
787
788         * buildscripts/output-distance.py (main): use compare-XXX for
789         compare files.
790         (main): --threshold option, default at 0.30
791
792         * output-distance.py (main): add --threshold option.
793
794 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
795
796         * scm/paper-system.scm (paper-system-annotate): fix problem when
797         annotating an empty system
798
799 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
800
801         * GNUmakefile.in: reinstate old web tar/copying.
802
803 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
804
805         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
806         nothing changes. (Erik S) 
807
808         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
809         count. (Erik S)
810
811 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
812
813         * scm/define-markup-commands.scm (whiteout): do not force
814         foreground color of argument markup to black.
815
816         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
817         the left of the arrow, instead of below the arrow name, so that,
818         when two little arrows are vertically stacked, their dimensions
819         and name should not overlap. Add a color key parameter.
820
821         * scm/paper-system.scm (paper-system-annotate): Annotate
822         next-space+next-padding instead of next-space. Annotate space
823         between next-padding and next-space+padding, respectively, and
824         following system extent and refpoint-Y-extent. Use colors.
825
826         * scm/page.scm (annotate-page): translate annotations slightly to
827         the right.
828
829 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
830
831         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
832         fix for x-staff slurs. Thanks Joe!
833
834         * buildscripts/output-distance.py
835         (SystemLink.output_expression_change_count): keep track of changed
836         details, and dump in details html page.
837  
838         * input/regression/figured-bass-staff.ly: add note about setting
839         properties in Staff context.
840
841         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
842         add slurs and ties to support too.
843
844         * buildscripts/output-distance.py (main): set dest_dir
845         argument. Add --max-count option.
846
847 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
848
849         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
850         shortcuts for special unicode chars that are useful in chant
851         notation.  Revised exisiting and added new comments.
852
853 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
854
855         * make/mutopia-rules.make: remove duplicate recipe.
856
857 2006-06-02  Werner Lemberg  <wl@gnu.org>
858
859         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
860         Add support for U+0132 (IJ) and U+0133 (ij).
861
862 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
863
864         * buildscripts/output-distance.py (FileLink): new class. collect
865         info systems from one .ly file. 
866         (FileLink.link_files_for_html): further tweaks.
867
868 2006-06-02  Graham Percival  <gpermus@gmail.com>
869
870         * tex/texinfo.tex: partial fix for @funindex.
871
872         * Documentation/user/macros.tely: uncomment @funindex (doesn't
873         break anything).
874
875 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
876
877         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
878
879         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
880         @example too. Backportme.
881
882 2006-06-02  Graham Percival  <gpermus@gmail.com>
883
884         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
885         from Werner Lemberg.
886
887 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
888
889         * Documentation/user/music-glossary.tely: additional spanish
890         updates and a lyrics fix in an example.
891
892 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
893
894         * scm/define-grob-properties.scm: Previous patch contained
895         spurious line from another patch not yet committed.  Fixed.
896
897         * scm/define-grob-properties.scm: Add missing doc strings for
898         ancient notation.
899
900 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
901
902         * buildscripts/output-distance.py
903         (ComparisonData.write_text_result_page): separate the scores, sort
904         by geo_score.
905
906         * scm/framework-eps.scm (output-classic-framework): start at 1 for
907         system signatures.
908
909         * buildscripts/output-distance.py (me_path): use argv[0] for
910         sys.path extension
911         (ComparisonData.img_cell): use colored borders.
912
913         * scm/stencil.scm (write-system-signature): escape newlines too.
914         (write-system-signature): use (1,-1) interval for empty interval
915
916 2006-01-01  Graham Percival  <gpermus@gmail.com>
917
918         * Documentation/user/music-glossary.tely: Spanish updates
919         from Francisco Vila.
920
921         * Documentation/user/lilypond-book.itely: addition from
922         Vaclav Smilauer.
923
924         * Documentation/user/ various: edits, small additions
925         from mailist, etc.
926
927 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
928
929         * GNUmakefile.in (tree-lib-prefix-current):
930         (tree-share-prefix-current): Use version number in tree, add
931         `current' symlinks.
932
933 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
934
935         * GNUmakefile.in: write VERSION, again.
936
937         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
938         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
939
940         * stepmake/aclocal.m4: robuster version detection.
941
942         * buildscripts/output-distance.py
943         (ComparisonData.create_html_result_page): copy only if file
944         exists, fixup src paths.
945
946         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
947
948 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
949
950         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
951         Another datarootdir reto.
952
953         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
954         available.  This should be moved to postinstall-lilypond-doc.
955
956 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
957
958         * GNUmakefile.in: simplify local-WWW-post. 
959         remove -type l from find.
960
961         * buildscripts/output-distance.py (ComparisonData.compare_trees):
962         fixes. Don't follow symlinks.
963         (ComparisonData.create_html_result_page): remove previous results.
964         insert ../python in path.
965
966         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
967
968 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
969
970         * config.make.in (datadir): Add datarootdir to silence autoconf.
971
972         * stepmake/aclocal.m4: Update for autoconf-2.59d.
973
974 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
975
976         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
977
978         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
979         slash beams too wide.
980
981 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
982
983         * VERSION: release 2.9.7
984         
985 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
986
987         * lily/relocate.cc (read_relocation_dir): Do not blindly
988         dereference DIR.
989
990 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
991
992         * lily/parser.yy: replace THIS by PARSER
993
994         * Documentation/index.html.in: add link to test-results.html page.
995
996         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
997
998         * scm/translation-functions.scm (format-bass-figure): translate
999         digits over 10 to the left
1000
1001         * scm/define-markup-commands.scm (translate-scaled): new markup.
1002
1003         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1004         7 glyph. 
1005
1006         * ly/engraver-init.ly: add Figured_bass_engraver
1007
1008         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1009
1010         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1011
1012         * lily/score-engraver.cc (announce_grob): only note START announces.
1013
1014         * lily/include/engraver-group.hh (Translator_group):
1015         acknowledge_hash_table_ is now drul.
1016
1017         * lily/engraver.cc (announce_end_grob): new method.
1018
1019         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1020
1021         * lily/translator-dispatch-list.cc (create): take start_end argument.
1022
1023         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1024         acknowledge_static_array_ to drul
1025
1026         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1027
1028         * scm/define-grob-interfaces.scm
1029         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1030
1031         * scm/define-grobs.scm (all-grob-descriptions): add
1032         BassFigureAlignmentPositioning
1033
1034         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1035         number stays up to date. Backportme.
1036
1037 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1038
1039         * Documentation/user/basic-notation.itely (Bar lines): Document
1040         the "||:" bar type. 
1041
1042 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1043
1044         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1045
1046         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1047         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1048         build.
1049
1050         * Resurrect `scons lily' build.
1051
1052         * SConstruct (symlink_tree): Bugfix: link
1053         music-drawing-routines.ps to file iso directory.
1054
1055         * lily/SConscript: Remove kpath-guile from LIBS.
1056
1057         * SConstruct (libdir_package_version): Typo.
1058         (configure): Comment-out fontforge for lack of fontforge.pc .
1059         Also add libdir* to environment.
1060
1061 2006-05-30  Graham Percival  <gpermus@gmail.com>
1062
1063         * Documentation/user/ various: minor additions from mailist and
1064         editing.
1065
1066 2006-05-30  Paco <fravd@ya.com>
1067
1068         * Documentation/user/music-glossary.tely: numerous corrections and
1069         some new translations.
1070
1071 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1072
1073         * BackportmeStart.
1074         
1075         * buildscripts/output-distance.py
1076         (ComparisonData.create_html_result_page): new routine: summarise
1077         results in HTML page with images. 
1078         (ComparisonData.create_text_result_page): create summary text files too.
1079
1080         * GNUmakefile.in (web-ext): package .signature files too. They
1081         compress well. 
1082
1083         * scm/stencil.scm (write-system-signature): typo.
1084
1085         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1086
1087         * scm/stencil.scm (write-system-signature): better escaping.
1088         only write signature for music systems, not for markup systems.
1089
1090         * scm/framework-ps.scm (output-framework): dump-signatures support
1091         for plain output.
1092
1093         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1094
1095         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1096         for -dno-point-and-click
1097
1098         * lily/grob.cc (get_print_stencil): don't read
1099         point_and_click_global to determine whether to set grob-cause.
1100
1101 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1102
1103         * buildscripts/output-distance.py (main): new function.
1104         (ComparisonData): new class.
1105
1106         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1107         careful with generating new LedgerLineSpanners.
1108
1109         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1110
1111         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1112         context. This fixes double ledger lines in output. 
1113
1114         * lily/system.cc (get_paper_system): remove 3 layer limit.
1115
1116         * buildscripts/output-distance.py (SystemLink.distance): new
1117         file. Compare signatures.
1118
1119         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1120
1121         * lily/grob-array.cc (remove_duplicates): rename from
1122         uniq(). Sort before calling uniq() so it actually works.
1123
1124 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1125
1126         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1127         \version from lilypond file snippet.
1128         (Lilypond_file_snippet.ly): oops. typo.
1129         (find_toplevel_snippets): urgh. again.
1130
1131         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1132         prevent duplicated broken items in output.
1133
1134         * scm/framework-eps.scm (output-classic-framework): only dump if
1135         dump-signatures is set.
1136
1137         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1138
1139         * scm/stencil.scm (write-system-signature): new routine: write
1140         python parseable signature of a separate paper system.
1141         BackportmeEnd.
1142         
1143 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1144
1145         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1146         iso is_string().
1147         include header.
1148
1149 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1150
1151         * translator-group.cc: send music events to engravers in
1152         non-bottom contexts.
1153
1154         * tuplet-engraver.cc: process tuplet brackets in correct order.
1155
1156 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1157
1158         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1159         arg 2 might point us to a new binary (patch by Karl Hammar)
1160         
1161 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1162
1163         * VERSION (PACKAGE_NAME): release 2.9.6
1164
1165         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1166
1167         * Documentation/user/*.itely: 2nd
1168         attempt: replace funindex -> findex globally.
1169
1170 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1171
1172         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1173         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1174
1175         * scm/define-music-display-methods.scm: display methods for
1176         breaks. Fix \applyOutput.
1177
1178 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1179
1180         * Documentation/user/macros.itexi: comment out funindex expansion. 
1181
1182         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1183         everywhere.
1184
1185         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1186         Karl Hammar. Backportme.
1187  
1188         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1189
1190         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1191
1192         * Documentation/user/programming-interface.itely (Running a
1193         function on all layout objects): idem.
1194
1195         * Documentation/user/introduction.itely (Automated engraving):
1196         update \applyOutput syntax
1197
1198         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1199         remove debugging hook.
1200
1201         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1202         expansion. 
1203
1204         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1205
1206         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1207         TEXI2DVI_FLAGS to texi2dvi invocation. 
1208
1209 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1210
1211         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1212         works. More work is done by iterator now, and engraver has been
1213         very much simplified.
1214
1215         * lily/translator-group.cc: try_music is now invoked through a
1216         listener
1217
1218         * lily/*-iterator.cc: Massive cleanups. Junked
1219         try_music_in_children globally. Renamed try_music to report_event,
1220         and made that method descend to a bottom context automatically.
1221
1222         * lily/event-iterator.cc: New file.
1223
1224         * lily/output-property-iterator.cc,
1225         lily/old-lyric-combine-music-iterator.cc: Removed.
1226
1227         * python/convert-rules.py: Modified the syntax for \applyOutput.
1228
1229 2006-05-23  Graham Percival  <gpermus@gmail.com>
1230
1231         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1232         creation.
1233
1234         * Documentation/user/ various: stuff that might have helped
1235         to fix the pdf creation, plus some minor doc additions.
1236
1237         * Documentation/user/changing-defaults.itely: remove @b from
1238         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1239
1240 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1241
1242         * lily/beaming-pattern.cc (beamify): deal with negative start
1243         moments for beaming patterns.
1244
1245 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1246
1247         * lily/beaming-info.cc (beamify): new function: read beatLength
1248         and beatGrouping from context. 
1249
1250         * input/regression/beam-beat-grouping.ly (Module): new file.
1251
1252         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1253
1254         * lily/beam.cc (get_beam_segments): generate events for
1255         max_connect_ case too.
1256         (get_beam_segments): read Stem::max-beam-connect.
1257
1258         * input/regression/beam-single-stem.ly: new file.
1259
1260         * lily/stem.cc (set_beaming): use #f as signaling value for
1261         beamcount 0.
1262
1263         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1264
1265         * lily/beam.cc (set_beaming): read clip-edges property.
1266         (calc_direction): don't suicide for single stem.
1267
1268         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1269         argument, remove 1<<15 hack. Remove clip_edges() 
1270
1271         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1272
1273 2006-05-21  Graham Percival  <gpermus@gmail.com>
1274
1275         * Documentation/user/basic-notation.itely: reorg.
1276
1277         * Documentation/user/ various: minor fixes.
1278
1279 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1280
1281         * lily/stencil-expression.cc (register_stencil_head): opps, append
1282         to cdr of static SCM object.
1283
1284 2006-05-19  Graham Percival  <gpermus@gmail.com>
1285
1286         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1287         update framework for command index.  DOC WRITERS: use @funindex
1288         instead of @cindex @code{}.
1289
1290         * Documentation/user/ various: replace @cindex @code{} => @funindex
1291
1292 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1293
1294         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1295         case positions is set manually. 
1296
1297 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1298         
1299         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1300         rules to Scheme.
1301
1302 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1303
1304         * Documentation/user/changing-defaults.itely (Contexts explained):
1305         use absolute dimension for @image.
1306
1307         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1308         out image for illustration too.
1309         ($(outdir)/%.png): add more png <-> eps rules. 
1310
1311 2006-05-17  Graham Percival  <gpermus@gmail.com>
1312
1313         * Documentation/user/ various: remove trailing whitespace, cosmetic
1314         change to reduce changes produced by diff.
1315
1316 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1317
1318         * lily/main.cc (do_chroot_jail): correctness tweak.
1319
1320         * python/lilylib.py (system): import subprocess in system () only.
1321
1322         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1323
1324         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1325         variable. Backportme.
1326
1327 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1328         
1329         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1330
1331 2006-05-17  Werner Lemberg  <wl@gnu.org>
1332
1333         * lily/lexer.ll (init_signature_has_table): Add
1334         `scm-scm-music-music'.
1335
1336         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1337         (Generic_prefix_music_scm): Add rule for it.
1338
1339         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1340         `quoted-transposition' property.
1341
1342         * ly/music-functions-init.ly (transposedCueDuring): New function.
1343
1344         * scm/define-music-properties.scm (all-music-properties): Updated.
1345
1346         * Documenation/topdocs/NEWS.itely: Document it.
1347
1348 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1349
1350         * python/lilylib.py (system): move import subprocess to system()
1351         definition. 
1352
1353         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1354
1355         * VERSION (PATCH_LEVEL): release 2.9.5
1356         
1357         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1358         build instructions. 
1359
1360         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1361
1362 2006-05-16  Graham Percival  <gpermus@gmail.com>
1363
1364         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1365
1366         * Documentation/user/ various: minor fixes.
1367
1368 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1369
1370         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1371
1372 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1373
1374         * Documentation/user/advanced-notation.itely (Instrument names):
1375         Modified obsolete instruction on how to move instrument names away
1376         from the staves. Hmm, at second thought the bug probably has been
1377         solved, so the full bug description should probably be removed.
1378
1379 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1380
1381         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1382         currentCommandColumn. 
1383
1384         * lily/hairpin.cc (print): also add padding for non-neighbor
1385         hairpin bounds.
1386
1387         * scm/define-context-properties.scm
1388         (all-user-translation-properties): add hairpinToBarline
1389
1390         * input/regression/hairpin-to-barline.ly: new file.
1391
1392         * lily/context.cc (internal_send_stream_event): thinko fix.
1393
1394         * lily/tie.cc (set_default_control_points): robustness fix.
1395
1396         * python/musicxml.py (Part.interpret): don't complain about
1397         incomplete measures.
1398
1399         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1400         new music if last_event_chord() returned None.
1401
1402         * python/musicxml.py (Part.interpret): skip back over chord notes.
1403
1404 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1405         
1406         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1407         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1408         lily/slash-repeat-engraver.cc,
1409         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1410         iterator sends PercentEvents
1411
1412         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1413         rework tuplets: send start/stop events to engraver
1414
1415         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1416         dispatchers event-source and events-below to Context
1417         
1418 2006-05-15  Graham Percival  <gpermus@gmail.com>
1419
1420         * Documentation/user/README.txt: update info for doc writers.
1421
1422         * Documentation/user/programming-interface.itely: integrate
1423         Nicolas' fixes for chapter rewrite.
1424
1425         * Documentation/user/ various: minor fixes.
1426
1427 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1428
1429         * lily/clef-engraver.cc: cleanup.
1430
1431         * Documentation/user/GNUmakefile: dist context-example.eps too.
1432
1433         * lily/key-engraver.cc (create_key): use
1434         explicitKeySignatureVisibility for cancellation too. 
1435
1436         * lily/font-config.cc (init_fontconfig): don't close file if
1437         f==NULL. 
1438
1439 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1440
1441         * Documentation/topdocs/NEWS.tely: niente and rotation news
1442
1443 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1444
1445         * lily/include/stencil.hh
1446         * lily/stencil.cc (rotate): new function. Makes it possible
1447         to rotate a stencil around a given offset.
1448
1449         * lily/grob.cc (get_print_stencil): add rotation support
1450
1451         * lily/stencil-interpret.cc (interpret_stencil_expression):
1452         add rotation support
1453
1454         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1455
1456         * scm/define-grob-properties.scm: add 'rotation property
1457
1458         * scm/define-markup-commands.scm: add rotate markup command
1459         
1460         * scm/output-ps.scm: add rotation support in PostScript backend
1461
1462         * scm/output-svg.scm: add rotation support in SVG backend
1463
1464 2006-05-13  Graham Percival  <gpermus@gmail.com>
1465
1466         * Documentation/user/music-glossary.itely: French correction.
1467
1468         * Documentation/user/programming-interface.itely: major
1469         new docs, some reorg, some info from Nicolas.
1470
1471         * Documentation/user/ various: small fixes.
1472
1473 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1474
1475         * Documentation/user/programming-interface.itely (Markup
1476         programmer interface): Remove duplicate text.
1477
1478 2006-05-12  Graham Percival  <gpermus@gmail.com>
1479
1480         * Documentation/user/context-example.eps: new file.
1481
1482         * Documentation/user/changing-defaults.itely: set up file to
1483         use eps image.
1484
1485         * Documentation/user/programming-interface.itely: changes
1486         from mailist.
1487
1488 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1489
1490         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1491
1492 2006-05-11  Graham Percival  <gpermus@gmail.com>
1493
1494         * Documentation/user/programming-interface.itely: first round of
1495         editing and merging emails from Nicolas.
1496
1497         * Documentation/user/scheme-tutorial: minor edit.
1498
1499 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1500
1501         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1502         XML attributes.
1503         (Xml_node.message): use it.
1504
1505         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1506         oops. Add duration argument.
1507
1508 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1509
1510         * lily/paper-column-engraver.cc (make_columns):
1511         * scm/define-grobs.scm: Revert my previous change and set the default
1512         in define-grobs.scm instead.
1513
1514 2006-05-09  Graham Percival  <gpermus@gmail.com>
1515         
1516         * Documentation/user/changing-defaults.itely: general editing,
1517         info about \set and \override.
1518
1519         * Documentation/user/tweaking.itely, advanced-notation.itely:
1520         fixes from Dave Luttinen, thanks!
1521
1522 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1523
1524         * lily/paper-column-engraver.cc (make_columns): By default, a column
1525         needs to be breakable.
1526
1527 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1528
1529         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1530         Attributes methods
1531         (musicxml_time_to_lily): idem
1532         (musicxml_key_to_lily): idem
1533         (instrument_drumtype_dict): dict for supported drumtypes.
1534         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1535         moments and pending mm rests
1536         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1537         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1538         (musicxml_voice_to_lily_voice): add mode change.
1539         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1540         speed and less memory usage (factor 5 to 10).
1541         (convert): write -defs.ly  and driver file separately so people
1542         can script their own part extraction.
1543
1544         * python/musicxml.py (minidom_demarshal_node): new function:
1545         separate minidom handling.
1546         (lxml_demarshal_node): new function: support lxml.etree too.
1547         (Xml_node.message): new function: verbose error message, with XML
1548         path to offending node.
1549         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1550         (Part_list.generate_id_instrument_dict): new method: collect
1551         instrument names, to be able to set drum_type.
1552         (Part.interpret): handle underfull measures
1553         (Part.interpret): assign instrument names.
1554
1555         * python/musicexp.py (Output_printer.close): new method
1556         (MusicWrapper.print_ly): new class: support other modes,
1557         eg. \drummode
1558         (BarCheck.print_ly): new class. Support bar checks, with comments
1559         and fancy barchecks. 
1560         (NoteEvent.__init__): also set drum_type for drum notes.
1561         (MultiMeasureRest.lisp_expression): dump mm rests.
1562
1563         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1564         line-break-permission if forbidBreak is not set.
1565
1566 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1567
1568         * scm/define-context-properties.scm:
1569         * scm/define-grob-properties.scm:
1570         * scm/define-grobs.scm:
1571         * scm/define-music-display-methods.scm:
1572         * scm/define-music-properties.scm:
1573         * scm/define-music-types.scm:
1574         * scm/music-functions.scm:
1575         * ly/declarations-init.ly:
1576         * lily/include/constrained-breaking.hh:
1577         * lily/system.cc:
1578         * lily/spaceable-grob.cc:
1579         * lily/simple-spacer.cc:
1580         * lily/paper-score.cc:
1581         * lily/paper-column.cc:
1582         * lily/paper-column-engraver.cc:
1583         * lily/item.cc:
1584         * lily/gourlay-breaking.cc:
1585         * lily/constrained-breaking.cc:
1586         * python/convertrules.py:
1587         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1588         "page-break-penalty" and "line-break-permission".
1589         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1590         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1591
1592         * lily/bar-engraver.cc:
1593         * lily/beam-engraver.cc:
1594         * lily/forbid-break-engraver.cc:
1595         * lily/ligature-engraver.cc:
1596         * lily/paper-column-engraver.cc:
1597         * lily/percent-repeat-engraver.cc:
1598         * lily/score-engraver.cc:
1599         * lily/score-engraver.hh:
1600         * lily/paper-column-engraver.hh:
1601         Inter-engraver communication regarding line breaks is done through context
1602         properties (Score.forbidBreak) instead of function calls.
1603
1604 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1605
1606         * VERSION (PACKAGE_NAME): release 2.9.4
1607
1608 2006-05-08  Graham Percival  <gpermus@gmail.com>
1609
1610         * Documentation/user/working.itely: proofreading from Dave
1611         Luttinen, thanks.
1612
1613         * Doucmentation/user/README.txt: updated with manual style info.
1614
1615         * Documentation/user/ various: trim linewidth to 78 chars.
1616
1617 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1618
1619         * scm/define-grob-properties.scm (all-internal-grob-properties):
1620         remove chord-tremolo property.
1621
1622         * lily/beam.cc (get_beam_segments): don't use stem position as
1623         base for broken ends.
1624
1625 2006-05-06  Graham Percival  <gpermus@gmail.com>
1626
1627         * Documentation/user/putting.itely: proofreading from Dave
1628         Luttinen, thanks!
1629
1630         * Documentation/user/ various: more reorg and clarifications.
1631
1632 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1633
1634         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1635
1636         * ly/music-functions-init.ly: new function featherDurations
1637
1638         * lily/beam.cc: read grow-direction for feathered beaming.
1639
1640         * Documentation/topdocs/NEWS.tely (Top): typo.
1641
1642 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1643
1644         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1645         tremolo beams.
1646
1647 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1648         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1649         used by music streams.
1650
1651         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1652         lily/stream-event.cc, lily/stream-event-scheme.cc,
1653         lily/listener.cc, lily/scheme-listener.cc,
1654         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1655         lily/include/stream-event.hh, lily/include/listener.hh,
1656         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1657         Created data structures for music streams.
1658         
1659 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1660
1661         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1662         construction of a beam. 
1663         (print): rewrite. 
1664
1665         * flower/include/std-vector.hh (default_compare): use only one comparison.
1666
1667         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1668         (note-by-number): further attachment fixes.
1669
1670         * scm/lily-library.scm (ordered-cons): new function.
1671         (interval-index): new function
1672
1673         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1674
1675         * lily/note-head.cc (get_stem_attachment): new function.
1676
1677         * scm/define-markup-commands.scm (note-by-number): read 'style
1678         property. 
1679
1680         * input/regression/markup-note.ly: show note-head style option.
1681
1682         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1683         triangle head.
1684
1685 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1686
1687         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1688
1689         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1690
1691         * lily/include/constrained-breaking.hh: GCC 4 fix.
1692
1693 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1694
1695         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1696         Replace it with functions get_line_forces and get_line_configuration.
1697         (class Simple_spacer): Make data private.
1698         Rewrite compression algorithm to be faster and simpler.
1699
1700         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1701         * lily/gourlay-breaking.cc (solve):
1702         * lily/constrained_breaking.cc (space_line):
1703         Change it to the new simple-spacer code.
1704
1705         * lily/paper-score.cc (get_paper_systems):
1706         (Paper_score):
1707         (process):
1708         Delay breaking the systems until they are requested.
1709         (find_break_indices):
1710         Use vsize for indices.
1711         (calc_breaking):
1712         Move the "Calculating line breaks" message here.
1713
1714         * lily/system.cc (pre_processing):
1715         Move the "Calculating line breaks" message away from here.
1716         (break_into_pieces):
1717         Allow multiple calls to this function in sequence (with touching-but-
1718         not-overlapping breakpoints).
1719
1720         * lily/constrained-breaking.cc:
1721         Replace most of the get_XXXX functions with get_line_details.
1722         Only calculate the force for each line. Calculate configurations only
1723         for the lines we will actually use.
1724         Replace cols_ with lines_.
1725
1726 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1727
1728         * mf/GNUmakefile (depth): remove FC_FIND.
1729
1730         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1731
1732         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1733
1734         * scm/framework-ps.scm (write-preamble): new function.
1735         (write-preamble): load mac fonts via fondu, even if gs-font-load
1736         is set.
1737
1738 2006-05-03  Werner Lemberg  <wl@gnu.org>
1739
1740         * mf/GNUmakefile (FC_FIND): Fix typo.
1741
1742 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1743
1744         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1745
1746 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1747
1748         * stepmake/aclocal.m4: run python-config for crosscompiling
1749         flags. 
1750
1751         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1752         -f png for HTML, TEXINFO formats. 
1753
1754         * input/tutorial/lbook-html-test.html: new file.
1755
1756         * lily/include/tie-formatting-problem.hh (class
1757         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1758         [column, direction]. This fixes laissez vibrer ties.
1759  
1760         * flower/include/tuple.hh (struct Tuple2): new file.
1761
1762         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1763         $(FCMATCH), only if $(NCSB_DIR) not set. 
1764
1765         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1766
1767         * config.make.in (DOCUMENTATION): set FCMATCH.  
1768
1769         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1770
1771 2006-05-03  Graham Percival  <gpermus@gmail.com>
1772
1773         * Documentation/user/ various: final round of reorg.
1774
1775         * Documentation/user/instrument-notation.itely: some more
1776         fixes from Eduardo, thanks!
1777
1778 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1779
1780         * VERSION (PACKAGE_NAME): release 2.9.3
1781
1782         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1783
1784         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1785
1786 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1787
1788         * scm/define-grob-properties.scm (all-user-grob-properties):
1789         Correct typo, thanks to Eduardo.
1790
1791 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1792
1793         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1794
1795         * buildscripts/lilypond-words.py (F): indent fix.
1796
1797         * input/regression/tie-arpeggio-collision.ly: new file.
1798
1799         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1800         function: store outlines per column rank.
1801
1802         * lily/include/tie-configuration.hh (class Tie_configuration): add
1803         column_ranks_ to specification and configuration, to distinguish
1804         between ties for different heads in arpegiated chords.
1805
1806         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1807
1808         * *.py: more 4 space indents.
1809
1810         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1811
1812 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1813
1814         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1815
1816 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1817
1818         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1819
1820         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1821
1822         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1823
1824 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1825
1826         * python/convertrules.py (conv): indent 4 for python files.
1827
1828 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1829
1830         * Documentation/user/changing-defaults.itely (Creating contexts):
1831         Clarify \new semantics.
1832
1833 2006-04-28  Graham Percival  <gpermus@gmail.com>
1834
1835         * Documentation/user/ various: major new sections in the
1836         Learning manual, slight reorg elsewhere.
1837
1838 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1839
1840         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1841
1842         * scm/framework-ps.scm (output-framework): remove PageMedia
1843
1844 2006-04-27  Graham Percival  <gpermus@gmail.com>
1845
1846         * Documentation/user/ tweaks.itely, working.itely: new
1847         files, being more advanced "learning manual" chapters.
1848
1849         * Documentation/user/ tutorial, putting, lilypond: reorg.
1850
1851 2006-04-26  Graham Percival  <gpermus@gmail.com>
1852
1853         * input/regression/lyric-combine-polyphonic.ly: fixed test
1854         (no more "can't find context `one'" error).
1855
1856 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1857
1858         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1859
1860         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1861         
1862 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1863
1864         * lily/relocate.cc (read_relocation_dir): new function.
1865
1866 2006-04-26  Graham Percival  <gpermus@gmail.com>
1867
1868         * Documentation/user/instrument-notation.itely: a few more fixes
1869         from Eduardo, thanks!
1870
1871         * Documentation/user/README.txt: new file; contains info on
1872         style that used to be in lilypond.tely.
1873
1874         * Documentation/user/ various: first round of doc reorg.
1875
1876         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1877         graphic; this probably causes problems on some pdf
1878         viewers, notably Adobe Acrobat.
1879
1880 2006-04-24  Graham Percival  <gpermus@gmail.com>
1881
1882         * Documentation/user/instrument-notation.itely: many alterations
1883         to Vocal music, from Eduardo Viera.
1884
1885 2006-04-23  Graham Percival  <gpermus@gmail.com>
1886
1887         * Documentation/user/instrument-notation.itely: fix \new
1888         instead of \context problem.
1889
1890 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1891
1892         * lily/relocate.cc (expand_environment_variables): new function.
1893         (read_line): id.
1894         (read_relocation_file): id.
1895
1896         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1897
1898 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1899
1900         * ly/engraver-init.ly: remove old comments from TabVoice
1901
1902 2006-04-20  Graham Percival  <gpermus@gmail.com>
1903
1904         * Documentation/user/instrument-notation.itely: added Erlend's
1905         latest doc patch, thanks!
1906
1907 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1908
1909         * lily/include/slur.hh:
1910         * lily/slur.cc:
1911         * lily/phrasing-slur-engraver.cc:
1912         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1913         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1914         Slur_engraver:: and putting it in
1915         Slur::auxiliary_acknowledge_extra_object ().
1916
1917         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1918
1919         * lily/note-collision.cc: fix a comment
1920
1921 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1922
1923         * stepmake/bin/add-html-footer.py: fix footer position in
1924         generated html files: before </body> and </html> tags.
1925
1926 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1927
1928         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1929         Earlier successive `make' commands finally compiled ok.
1930
1931         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1932
1933 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1934
1935         * lily/include/stem-tremolo.hh:
1936         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1937         callers.
1938
1939         * lily/lookup.cc:
1940         * lily/include/lookup.hh: add rotated_box ()
1941
1942 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1943
1944         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1945         been generated. Fixes "can't get `--help'" bug after make clean.
1946
1947         * THANKS: alphabetize contributors.
1948
1949 2006-04-17  Graham Percival  <gpermus@gmail.com>
1950
1951         * Documentation/user/instrument-notation.itely: added Erlend's
1952         tabs and banjo doc patch.  Thanks!
1953
1954 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1955
1956         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1957
1958         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1959
1960         * scm/output-lib.scm: add some more predefined string tunings.
1961
1962         * Documentation/user/instrument-notation.itely: and doc them.
1963
1964 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1965
1966         * ly/engraver.ly: Remove obsolete comments.
1967
1968         * ly/gregorian-init.ly: Define default layout block.
1969
1970         * input/puer-fragment.ly: Updated and extended.
1971
1972 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1973
1974         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1975         pdf conversion behaviour.
1976
1977         * flower/file-name.cc (dir_name)
1978         (get_working_directory): Move from relocate.cc.
1979
1980         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1981         
1982         * lily/relocate.cc: Encapsulate sys/stat.h in
1983         HAVE_STAT_H.
1984
1985 2006-04-14  Graham Percival  <gpermus@gmail.com>
1986
1987         * Documentation/user/ various: small updates from Cameron
1988         and Juergen, thanks!
1989
1990         * Documentation/user/ various: small updates of my own.
1991
1992         * THANKS: 2.7 -> 2.8.
1993
1994 2006-04-11  Graham Percival  <gpermus@gmail.com>
1995
1996         * scm/define-context-properties.scm: typo.
1997
1998         * Documentation/user/ : many more small updates.
1999
2000 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2001
2002         * scm/define-music-types.scm: disposed "docme".
2003
2004 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2005
2006         * lily/hairpin.cc: make niente circles a bit smaller.
2007
2008 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2009
2010         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2011         get-pfa and get-*-fonts targets.
2012
2013 2006-04-10  Graham Percival  <gpermus@gmail.com>
2014
2015         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2016         music-glossary, programming-interface: more minor fixes
2017         from mailist.
2018
2019         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2020
2021         * scm/define-context-properties.scm: another old \property update.
2022         This time tested for compiling!
2023
2024 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2025
2026         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2027
2028 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2029
2030         * scm/define-context-properties.scm (all-user-translation-properties): 
2031         * Documentation/user/global.itely (Page formatting): Compile fix.
2032
2033 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2034
2035         * Documentation/user/advanced-notation.itely (Polymetric
2036         notation): Update the example to use the "+" symbol and add link
2037         to input/test/compound-time.ly.
2038
2039 2006-04-08  Graham Percival  <gpermus@gmail.com>
2040
2041         * scm/define-grob-properties.scm: clarify docs for #'direction.
2042
2043         * scm/define-context-properties.scm: update old \property override.
2044
2045         * Documentation/user/ advanced-notation, global, lilypond-book:
2046         more minor doc updates.
2047
2048 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2049
2050         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2051
2052         * scm/backend-library.scm (search-gs): oops.
2053
2054 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2055
2056         * scripts/lilypond-book.py (output): use base, not filename for href.
2057
2058         * scm/backend-library.scm: only look for gs.
2059
2060         * scripts/lilypond-book.py (output): fix printfilename.
2061
2062         * lily/parser.yy (music_function_musicless_prefix): fold together
2063         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2064
2065         * lily/slur.cc (print): only set font-size if not set yet.
2066
2067         * lily/slur-configuration.cc (add_score): improved layout of debug
2068         scoring output.
2069
2070 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2071
2072         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2073         (draw_circle): Hopefully fixed regression.
2074         Improved documentation for several procedures.
2075         
2076 2006-03-04  Werner Lemberg  <wl@gnu.org>
2077
2078         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2079
2080 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2081
2082         * scripts/musicxml2ly.py (bindir): add dynamic
2083         relocation. 
2084
2085 2006-04-04  Graham Percival  <gpermus@gmail.com>
2086
2087         * Documentation/user/ basic-notation, advanced-notation, putting,
2088         instrument-notation, invoking, lilypond, THANKS: another ream of small
2089         fixes from the Doc Helpers.
2090
2091 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2092
2093         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2094
2095         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2096
2097         * Cleaned up interfaces between PostScript and Scheme, and moved
2098         computations from PostScript to Scheme:
2099
2100         * music-drawing-routines.ps
2101         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2102         with stroke_and_fill throughout.
2103         (euclidean_length, print_letter, draw_box): Deleted unused
2104         procedures.  If someone needs draw_box, implement it using
2105         draw_round_box; don't duplicate code.
2106         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2107         Refactored/cleaned up interfaces.
2108         (mark_URI): Moved.
2109
2110         * output-ps.scm: reordered arguments to PostScript functions to
2111         match new interfaces
2112         (glyph-string): Rewrote glyph-string.
2113         (grob-cause): Replaced string-append with format.
2114         (repeat-slash): Rewrote to do computation here.
2115         (round-filled-box): Rewrote to do computation here.
2116
2117 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2118
2119         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2120
2121         * stepmake/stepmake/toplevel- targets.make: print help info about
2122         cvs-clean
2123
2124 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2125
2126         * input/regression/hairpin-circled.ly: new file
2127
2128 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2129
2130         * lily/hairpin.cc (print): add support for circled tip
2131
2132         * scm/define-grob-properties.scm: add circled-tip parameter
2133
2134         * scm/define-grobs.scm: init circled-tip to false
2135         
2136 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2137
2138         * scm/music-functions.scm (quote-substitute): set
2139         iterators-ctor. 
2140
2141 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2142
2143         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2144         BSTINPUTS. 
2145
2146         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2147
2148         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2149
2150 2006-03-31  David Feuer  <david.feuer@gmail.com>
2151         
2152         * scm/framework-ps.scm:
2153         
2154         * scm/output-ps.scm: glyph-string now produces smaller, more
2155         readable, and probably faster PostScript.  Several findfont
2156         scalefont setfont instances changed to selectfont
2157         Hacked-up string-appends changed to formats.
2158
2159         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2160         
2161 2006-03-30  Graham Percival  <gpermus@gmail.com>
2162
2163         * scm/lily-library.scm: make "no version" warning message more polite.
2164
2165         * lily/music.cc: add double quotes to failed octave check.
2166
2167         * Documentation/user/ advanced-notation, changing-defaults,
2168         instrument-notation, invoking, music-glossary: whole bunch of minor
2169         fixes from mailist.
2170
2171 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2172
2173         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2174         $(buildscriptdir) iso. depth.
2175
2176         * VERSION (PACKAGE_NAME): release 2.9.1
2177
2178 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2179
2180         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2181
2182         * VERSION (PATCH_LEVEL): bump version number.
2183
2184         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2185         scm_from_uint32 ()
2186
2187         * lily/pango-font.cc (pango_item_string_stencil): use
2188         scm_from_uint32 ()
2189
2190         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2191         $(outdir)/emmentaler-%.svg): remove canary.
2192
2193         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2194         glyphnames if we have a ttf font.
2195
2196 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2197
2198         * Documentation/user/advanced-notation.itely (Font selection):
2199         Corrected reference to the font-family-override.ly example.
2200
2201 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2202         
2203         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2204         stem-tremolo object in the stem (or else the stem might not be
2205         long enough).
2206
2207 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2208
2209         * lily/ttf.cc (print_trailer): only print existing glyphs.
2210
2211 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2212
2213         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2214         position the tremolo based on the position of the notehead.
2215
2216         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2217         notes and update the texidoc line with the new positioning rules.
2218         
2219 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2220
2221         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2222
2223         * scripts/lilypond-book.py (Module): set default for linewidth if
2224         preamble not found.
2225
2226 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2227
2228         * VERSION (PACKAGE_NAME): release 2.9.0.
2229
2230         * input/regression/stem-tremolo-position.ly: new file.
2231
2232         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2233
2234 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2235
2236         * lily/stem-tremolo.cc (print): position
2237         the tremolo depending only on the end of the stem
2238         and not on the notehead
2239         (raw_stencil): center, on the middle staff line, the
2240         flag that is closest to the end of the stem (previously
2241         the bottom flag)
2242         (calc_width): add this callback to shorten a tremolo when
2243         it is beamed or it is stemup with a flag
2244         (style): add this callback to make a tremolo rectangular when
2245         it is beamed or it is stemup with a flag
2246         (rotated_box): this is like Lookup::beam but makes a rotated
2247         rectangle instead of a parallelogram
2248
2249         * lily/stem.cc (calc_stem_info): make sure the stem
2250         is long enough to fit the tremolo
2251         (calc-length): reduce the length of tremolo stems since the
2252         tremolo code is now capable of better positioning
2253
2254         * scm/define-grobs.scm: make calc_width the default beam-width
2255         callback for stem-tremolo and add the style callback
2256                 
2257 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2258
2259         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2260         case. 
2261
2262 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2263
2264         * lily/ttf.cc (make_index_to_charcode_map): restore old
2265         cmap. 
2266
2267 2006-03-28  Werner Lemberg  <wl@gnu.org>
2268
2269         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2270
2271 2006-03-28  Graham Percival  <gpermus@gmail.com>
2272
2273         * THANKS: update for 2.9, add section for Documentation helpers.
2274
2275         * Documentation/topdocs/NEWS.tely: compile fix.
2276
2277         * Documentation/user/ basic-notation, global, advanced-notation,
2278         examples.itely: minor fixes from mailist.
2279
2280 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2281
2282         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2283         note heads. 
2284
2285         * lily/ttf.cc (print_trailer): use it.
2286
2287         * lily/pango-font.cc (get_unicode_name): new function.
2288
2289         * lily/ttf.cc (make_index_to_charcode_map): move function from
2290         open-type-font.cc
2291         (print_trailer): substitute uniXXXX name if applicable. 
2292
2293         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2294         (pango_item_string_stencil): use it to generate uniXXXX names.
2295
2296         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2297         note heads, for uniform widths in shape note output.
2298         (overdone_heads): hmm. remove them again.
2299
2300         * scripts/lilypond-book.py (output): add links to filenames.
2301
2302         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2303
2304         * lily/note-collision.cc (get_clash_groups): only consider when
2305         Note_column::dir <> CENTER. 
2306
2307         * scripts/lilypond-book.py (get_option_parser): init output_name
2308         to ''. 
2309
2310 2006-03-24  Graham Percival  <gpermus@gmail.com>
2311
2312         * Documentation/topdocs/NEWS.tely: add @end itemize
2313
2314         * Documentation/user/ global, advanced-notation: minor
2315         stuff from mailist.
2316
2317 2006-03-23  Graham Percival  <gpermus@gmail.com>
2318
2319         * Documentation/user/ lilypond.tely, music-glossary,
2320         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2321
2322 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2323
2324         * mf/GNUmakefile: don't install .enc files.
2325
2326         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2327
2328         * VERSION (PATCH_LEVEL): bump to 2.9.0
2329
2330 2006-03-22  Graham Percival  <gpermus@gmail.com>
2331
2332         * Documentation/user/advanced-notation.itely: minor fixes
2333         from mailist.
2334
2335 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2336
2337         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2338
2339         * branch lilypond_2_8
2340
2341 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2342
2343         * scripts/lilypond-book.py (samefile): new function, for windoze
2344         compatibility.
2345
2346 2006-03-21  Graham Percival  <gpermus@gmail.com>
2347
2348         * ly/engraver-init.ly: add info about StaffGroup.
2349
2350 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2351
2352         * input/regression/stem-direction-context.ly: idem.
2353
2354         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2355
2356         * THANKS: add Mats.
2357
2358         * input/regression/page-layout-twopass.ly: comment out \markup so
2359         tweak-file is left.
2360
2361         * lily/instrument-name-engraver.cc (finalize): add to instrument
2362         name global System. This also fixes chopped instrument names, but
2363         doesn't crash when there are slurs/beams.
2364
2365         * lily/slur-configuration.cc (add_score): disallow negative slur
2366         scores.
2367         
2368 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2369
2370         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2371
2372         * lily/instrument-name-engraver.cc (process_music): kludge: add
2373         InstrumentName spanner to axis group of left bound. Fixes chopped
2374         off instrument names in EPS images.
2375
2376         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2377
2378         * scripts/abc2ly.py (option_parser): update to 2.7.40
2379
2380 2006-03-20  Graham Percival  <gpermus@gmail.com>
2381
2382         * THANKS: move small doc contributors to SUGGESTIONS.
2383
2384         * Documentation/user/ basic-notation, advanced-notation,
2385         global: small changes from mailist.
2386
2387 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2388
2389         * Documentation/user/advanced-notation.itely (Text marks): update
2390         for new rehearsalMarkAlignSymbol convention.
2391
2392         * VERSION (PATCH_LEVEL): bump version.
2393
2394         * input/test/instrument-name-align.ly: new file.
2395
2396         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2397
2398         * input/test/instrument-name-align.ly: new file. Document how to
2399         align instrument names.
2400
2401         * lily/mark-engraver.cc: remove properties.
2402
2403         * scm/define-context-properties.scm
2404         (all-user-translation-properties): remove align symbol properties
2405         for barnumber/reh. mark.
2406
2407         * lily/break-align-interface.cc (self_align_callback): new
2408         interface, new function. Look at complete alignment. This handles
2409         tunable break alignments in case break-align-symbols are missing.
2410
2411         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2412
2413         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2414
2415         * python/convertrules.py (conv): mark/bar number alignment rule.
2416
2417         * lily/break-align-interface.cc (calc_positioning_done): also
2418         store offset from last visible break-alignment to its
2419         neighbor. This makes alignment on non-visible objects more reliable.
2420
2421         * po/lilypond.pot (Module): ran po-replace.
2422
2423         * input/regression/tie-single-manual.ly (Module): new file.
2424
2425         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2426         look at has_manual_position_.
2427         (from_ties): set has_manual_position_ if tie has staff-position set.
2428
2429         * lily/tuplet-bracket.cc (calc_positions): idem.
2430
2431         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2432         doesn't span time.
2433
2434 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2435
2436         * scm/define-markup-commands.scm (smallCaps): new markup command
2437         for turning a text to small caps using smaller font size and upper
2438         casing.
2439
2440 2006-03-17  Graham Percival  <gpermus@gmail.com>
2441
2442         * Documentation/user/ examples, instrument-notation,
2443         advnaced-notation: minor fixes from mailist.
2444
2445 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2446
2447         * Documentation/user/tutorial.itely (First steps): change example
2448         to verbatim.  
2449
2450 2006-03-17  Graham Percival  <gpermus@gmail.com>
2451
2452         * Documentation/user/ examples, advanced: minor changes from mailist.
2453
2454         * THANKS: add Geoff Horton, for documentation stuff.
2455
2456 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2457
2458         * python/lilylib.py (system): revert have_select kludge.
2459
2460         * Documentation/user/tutorial.itely (Commenting input files):
2461         update version numbers in doc. 
2462
2463         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2464         bound-padding to multi-measure-interface
2465
2466 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2467
2468         * input/test/engraver-example.ily: update version number.
2469
2470         * VERSION (PACKAGE_NAME): release 2.7.39
2471
2472         * lily/note-spacing.cc (get_spacing): heighten threshold where
2473         accidentals/arpeggios influence previous spacing fully.
2474
2475         * lily/rest.cc (y_offset_callback): only use direction if
2476         staff-position wasn't set before.
2477
2478         * lily/bar-number-engraver.cc: add support for
2479         barNumberAlignSymbol. 
2480         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2481
2482         * lily/pointer-group-interface.cc (set_ordered): new function. 
2483         (add_unordered_grob): new function.
2484
2485         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2486         to ordered, unless the opposite has been proved.  This fixes
2487         random reordering of large object groups across linebreaks,
2488         eg. beams.
2489
2490         * lily/main.cc (do_chroot_jail): printf format fix.
2491
2492         * lily/tie-formatting-problem.cc (generate_configuration):
2493         multiply y-shift for dot with direction.
2494  
2495         * scm/define-markup-commands.scm (note-by-number): put (magstep
2496         size) in y-attach too.
2497
2498         * Documentation/topdocs/NEWS.tely (Top): show override.
2499
2500         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2501         direction for stems.
2502         
2503 2006-03-15  Graham Percival  <gpermus@gmail.com>
2504
2505         * Documentation/user/ changing-defaults, global: minor
2506         fixes from mailist.
2507
2508 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2509
2510         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2511
2512         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2513         breakable items after uniformly stretched notes.
2514
2515         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2516         outline with outer edge of note heads. This prevents infinity
2517         problems with tied whole notes.
2518
2519         * scripts/lilypond-book.py (do_file): use os.popen
2520
2521         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2522
2523 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2524
2525         * Documentation/user/invoking.itely: Add ragged-right to bug report
2526         guidelines.
2527
2528 2006-03-14  Graham Percival  <gpermus@gmail.com>
2529
2530         * Documentation/user/global.itely: small fix from mailist.
2531
2532 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2533
2534         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2535         file descriptor returned by tempfile.mkstemp() when writing
2536         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2537         on mingw.
2538
2539 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2540
2541         * po/fi.po: newline bugfix.
2542
2543 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2544
2545         * scm/paper.scm (paper-alist): Rounding fixes.
2546
2547 2006-03-13  Graham Percival  <gpermus@gmail.com>
2548
2549         * Documentation/user/ changing-defaults, instrument-notation,
2550         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2551
2552 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2553
2554         * po/fi.po: update.
2555
2556 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2557
2558         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2559         mailto: to http:// 
2560
2561         * python/lilylib.py (print_environment): move ps_page_count to
2562         lilypond-book.py
2563
2564 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2565
2566         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2567
2568         * scm/framework-ps.scm (embed-document): new function. Use to
2569         embed PFA files.
2570
2571         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2572
2573 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2574
2575         * Documentation/user/instrument-notation.itely (Setting simple
2576         songs): Added \book{...} around the full example, so the separate
2577         markups are included in the printed example. 
2578
2579 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2580
2581         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2582         tmphandle.
2583
2584         * python/lilylib.py (system): rewrite system() using
2585         subprocess. Remove >& redirection trickery.
2586
2587 2006-03-11  Graham Percival  <gpermus@gmail.com>
2588
2589         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2590         notation-appendices.itely: minor fixes from mailist.
2591
2592 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2593
2594         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2595         unsplit man also needs images.
2596
2597         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2598
2599         * VERSION (PACKAGE_NAME): 2.7.38 released.
2600
2601 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2602
2603         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2604         log in output dir.
2605
2606 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2607
2608         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2609         respects the Score.skipTypesetting property.
2610         
2611 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2612
2613         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2614         Prolog. No %%EOF after CFF file.
2615
2616 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2617         
2618         * lily/constrained-breaking.cc (get_max_systems): used to return a
2619         much too big value
2620         (combine_demerits): use pointers to reduce copying data
2621         (calc_subproblem): idem
2622         (get_page_penalty): add page turn penalties
2623         
2624 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2625
2626         * Documentation/user/invoking.itely (Invoking lilypond): better
2627         explanation of -e usage.
2628
2629         * lily/main.cc (main_with_guile): don't append to
2630         init_scheme_code_string
2631
2632         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2633
2634         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2635
2636         * scripts/convert-ly.py (do_options): don't print help for
2637         --show-rules rule.
2638
2639         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2640         @code and @example. Update from texinfo.tex from CVS.
2641
2642 2006-03-08  Graham Percival  <gpermus@gmail.com>
2643
2644         * Documentation/user/scheme-tutorial.itely: clarifies distances
2645         measured in staff-spaces.
2646
2647 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2648
2649         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2650         consider[k] is true.
2651
2652         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2653
2654         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2655         consider columns that have originals.  Unifies spacing for mm
2656         rests around line breaks.
2657
2658         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2659         (set_text_rods): idem.
2660         (calculate_spacing_rods): new function: share code between
2661         set_text_rods and set_spacing_rods.
2662         (set_text_rods): take extents of bounds into account.  
2663
2664 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2665
2666         * Documentation/user/basic-notation.itely (Writing music in
2667         parallel): don't use relative.
2668
2669 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2670
2671         * ly/music-functions-init.ly (Module): add shiftDurations
2672
2673         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2674
2675         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2676
2677         * ly/engraver-init.ly: init vocalName to nil.
2678
2679 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2680
2681         * scm/music-functions.scm (music->make-music): bugfix,
2682         KeyChangeEvents are now handled correctly.
2683
2684         * scripts/lilypond-book.py: Add --debug option.
2685
2686 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2687
2688         * python/lilylib.py: add tempfile.
2689
2690 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2691
2692         * VERSION (PACKAGE_NAME): release 2.7.37
2693
2694         * python/lilylib.py (ps_page_count): remove make_ps_images().
2695         (ps_page_count): remove mkdir_p
2696         (system): remove cleanup_temp.
2697         (exit): remove lilypond_version_(check)
2698         (error_log): remove pseudo_filter_p
2699         remove read_pipe
2700         remove cp_to_dir
2701         remove identify
2702
2703         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2704         use __main__
2705
2706         * lily/accidental-engraver.cc (make_standard_accidental): only add
2707         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2708
2709         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2710         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2711         Make incompatibilities.
2712
2713         * scm/output-ps.scm (grob-cause): replace backslashes by /
2714         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2715
2716 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * cygwin/GNUmakefile: Install fixes.
2719
2720         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2721
2722         * lily/note-head.cc (head::get_balltype): Compile fix.
2723
2724         * flower/file-name.cc (dos_to_posix): Flower string fix.
2725
2726 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2727
2728         * python/lilylib.py: pychecker cleanups.
2729
2730         * scripts/lilypond-book.py
2731         (Lilypond_snippet.output_print_filename): pychecker cleanups
2732
2733         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2734
2735         * python/lilylib.py (underscore): remove identify() , warranty()
2736
2737         * ps/music-drawing-routines.ps: change Border routine for GSView
2738         compatibility.
2739
2740         * lily/stem.cc (height): use quantize-positions.  This triggers
2741         set_stem_lengths, so scripts on beamed stems are handled correctly.
2742
2743         * lily/side-position-interface.cc (aligned_side): check if edges
2744         of script are inside staff. Fixes accent of edge of the staff.
2745
2746         * input/regression/staccato-pos.ly: more examples.
2747
2748         * stepmake/aclocal.m4 (depth): fix bashism.
2749
2750         * lily/lyric-combine-music-iterator.cc: move from
2751         new-lyric-combine-iterator.cc
2752         (process): add pending_grace_lyric_ member to delay lyrics on
2753         grace notes.
2754
2755         * lily/system-start-text.cc (print): suicide if we don't have any
2756         elements. Fixes hara kiri'd instrument names.
2757
2758         * scripts/mup2ly.py (Module): remove.
2759
2760 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2761
2762         * Documentation/user/global.itely (A single music expression):
2763         close @lilypond properly
2764
2765         * lily/volta-bracket.cc (modify_edge_height): change from
2766         after_line_breaking_callback. Suicide last bracket if appropriate.
2767  
2768         * python/lilylib.py: strip getopt support
2769
2770         * scripts/etf2ly.py (do_options): use optparse
2771
2772         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2773
2774         * scripts/abc2ly.py (voices): use optparse.
2775
2776         * stepmake/stepmake/generic-vars.make: new function absdir.
2777
2778         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2779
2780         * scripts/lilypond-book.py (find_file): use global_options for
2781         include path
2782
2783         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2784         entering C code.
2785
2786 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2787
2788         * python/lilylib.py (get_global_option): ughness for extracting
2789         global options from lilylib.
2790         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2791
2792         * scripts/lilypond-book.py (get_option_parser): use optparse for
2793         option handling.  Put options in global_options variable.
2794
2795 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2796
2797         * Documentation/index.html.in: clarify.
2798
2799 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2800
2801         * scm/layout-page-layout.scm (write-page-breaks): add a
2802         music-system-heights property to the page layout output.
2803
2804         * scm/page.scm (make-page-stencil): take footer into account when
2805         computing the 'space-left page property
2806         (annotate-space-left): take footer into account when annonating
2807         space left.
2808
2809 2006-02-28  Graham Percival  <gpermus@gmail.com>
2810
2811         * Documentation/user/ advanced-notation, global: more (final)
2812         docs for music expressions, removed special fermatas.
2813
2814 2006-02-27  Graham Percival  <gpermus@gmail.com>
2815
2816         * Documentation/user/ basic-notation, global: minor changes
2817         from mailist.
2818
2819 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2820
2821         * scm/framework-ps.scm:         
2822         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2823         layer for inf? and nan? from framework-ps to lily-library.
2824
2825 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2826
2827         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2828         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2829
2830         * buildscripts/substitute-encoding.py (Module): remove file.
2831
2832         * mf/GNUmakefile: more PFA strippage.
2833
2834         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2835
2836         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2837         generation
2838
2839         * scm/framework-ps.scm: remove font name munging.
2840
2841         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2842
2843 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2844
2845         * scm/markup.scm (define-markup-command): change
2846         def-markup-command to define-markup-command
2847
2848         * scm/music-functions.scm (define-music-function): change
2849         def-music-function to define-music-function.
2850
2851         * python/convertrules.py (conv): rules for def-music-function
2852         and def-markup-commands
2853
2854         * Documentation/user/programming-interface.itely,
2855         input/no-notation/display-lily-tests.ly,
2856         input/regression/lily-in-scheme.ly,
2857         input/regression/markup-user.ly,
2858         input/regression/music-function.ly, input/regression/tie-chord.ly,
2859         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2860         ly/gregorian-init.ly: use new macro names (define-music-function,
2861         define-markup-command).
2862
2863 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2864
2865         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2866         (output): add comments to lp-book latex output.
2867
2868         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2869         address.
2870
2871 2006-02-23  Graham Percival  <gpermus@gmail.com>
2872
2873         * Documentation/user/ tutorial, global: minor changes.
2874
2875 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2876
2877         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2878         blocks (for make 3.80)
2879
2880         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2881         \notemode so that user should not have to explicitely type it.
2882
2883         * scm/define-music-display-methods.scm: various
2884         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2885         constructs)
2886
2887         * input/no-notation/display-lily-tests.ly: new tests for
2888         \applyOutput and \applyContext
2889
2890 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2891
2892         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2893         changed it slightly so that the number of systems returned by
2894         solve () will be the same as the last value passed to resize
2895         (). I've also added more documentation, removed casts, fixed style
2896         problems and put in some recovery if constraints aren't satisfied."
2897
2898 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2899
2900         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2901         for emacs < 22 compatibility.
2902         (count-rexp): Use it.
2903         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2904         substring juggling (Milan Zamazal).
2905
2906 2006-02-23  Graham Percival  <gpermus@gmail.com>
2907
2908         * Documentation/user/ basic-notation, advanced-notation,
2909         global.itely, invoking.itely, tutorial,itely:
2910         minor fixes from mailist.
2911
2912         * scm/define-markup-commands.scm: improve docs of \filled-box.
2913
2914 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2915
2916         * Documentation/index.html.in: changes concern the previous release.
2917
2918         * input/regression/+.ly: cultivate typographical terminology.
2919
2920 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2921
2922         * scm/define-grob-interfaces.scm (parentheses-interface): add
2923         padding to parentheses-interface.
2924
2925         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2926         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2927
2928         * VERSION (PATCH_LEVEL): release 2.7.36
2929
2930         * lily/slur.cc: add avoid-slur (ugh.)
2931         
2932         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2933         intersection gets smaller. This fixes slurs over extreme points.
2934
2935         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2936         stems with neutral-direction set.
2937
2938         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2939
2940         * lily/open-type-font.cc (load_table): format error.
2941
2942         * lily/change-iterator.cc (process): format fix.
2943
2944         * flower/include/international.hh (_f): idem.
2945
2946         * flower/include/std-string.hh: add format printf attribute.
2947
2948         * scm/define-grobs.scm (all-grob-descriptions): height of all
2949         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2950
2951         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2952         ambitus lines.
2953
2954         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2955
2956 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2957
2958         * input/regression/: upgraded syntax for some files.
2959
2960         * THANKS: Add bughunters.
2961
2962 2006-02-22  Graham Percival  <gpermus@gmail.com>
2963
2964         * Documentation/user/ invoking.itely, advanced-notation.itely,
2965         global.itely: long-awaited "let's make chapter 10 not suck"
2966         update.  Rearrange chapter 10; now called "global issues",
2967         addresses file structure, etc.  Some info from other files
2968         moved into global.itely.
2969
2970 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2971
2972         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2973         catch trill-span-event notes.
2974
2975         * Documentation/user/examples.itely (Ancient notation templates): typo.
2976         (Jazz combo): typo.
2977
2978         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2979
2980         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2981
2982         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2983
2984         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2985
2986         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2987         froum Laissez_vibrer_engraver.
2988
2989         * ly/declarations-init.ly (repeatTie): add \repeatTie
2990
2991         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2992
2993         * scm/define-grob-properties.scm (all-user-grob-properties): add
2994         head-direction property.
2995
2996         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2997         from_lv_ties. Take head direction argument.
2998
2999         * lily/semi-tie-column.cc: rename from
3000         laissez-vibrer-tie-column.cc. Rename class too.
3001
3002         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3003         class too.
3004
3005         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3006
3007         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3008         0 case.
3009         (find_breaks): idem.
3010
3011 2006-02-21  Graham Percival  <gpermus@gmail.com>
3012
3013         * Documentation/user/advanced-notation.itely: fixed make-moment]
3014         example.
3015
3016         * Documentation/user/basic-notation.itely: more clarification to
3017         transpose.
3018
3019 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3020
3021         * lily/include/constrained-breaking.hh (class
3022         Constrained_breaking): new file.
3023
3024         * lily/constrained-breaking.cc (resize): new file.
3025
3026         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3027
3028         * Documentation/user/advanced-notation.itely (Clusters): insert
3029         end ignore too.
3030
3031         * lily/tie-column.cc (calc_positioning_done): support for
3032         tie-score debugging
3033
3034         * lily/tie-formatting-problem.cc
3035         (generate_extremal_tie_variations): factor out.
3036         (score_ties_configuration): annotate all tie 
3037         (print_ties_configuration): new routine.
3038         (generate_configuration): nudge extremal ties outside of the head
3039         Y extents.
3040         (score_ties_configuration): oops. convert to staff-space before
3041         determining position symmetry.
3042
3043 2006-02-20  Graham Percival  <gpermus@gmail.com>
3044
3045         * Documentation/user/*-notation.itely: misc minor editing,
3046         shifting doc sections around.
3047
3048         * Documentation/user/*-notation-itely, global.itely,
3049         changing-defaults.itely: added new stuff from NEWS.
3050
3051 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3052
3053         * po/fi.po: update.
3054
3055 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3056
3057         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3058         lilypond --verbose for lp-book.
3059
3060         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3061         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3062
3063         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3064         $(buildscript-dir) iso. absolute depth.
3065
3066         * buildscripts/genicon.py (dir): thinko.
3067
3068         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3069
3070 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3071
3072         * scm/output-lib.scm: swap darkcyan/darkyellow
3073
3074         * THANKS: Add bughunters.
3075
3076 2006-02-19  Graham Percival  <gpermus@gmail.com>
3077
3078         * Documentation/user/programming-interfaces.itely: fixed example.
3079
3080         * Documentation/user/instrument-notation.itely: fix @{ @}.
3081
3082         * scm/script.scm: add avoid-slur for \open.
3083
3084 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3085
3086         * lily/tie-formatting-problem.cc (score_configuration): use
3087         sliding score for min-length. 
3088
3089         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3090         spaghetti for icons.
3091
3092         * buildscripts/genicon.py (program_name): new file.
3093
3094         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3095         in outline too.  
3096         (generate_configuration): for small ties, also look for collisions
3097         at Y + DIR*h + DELTA_Y.
3098         (get_variations): consider variation for dot positions too.
3099
3100         * lily/side-position-interface.cc (aligned_side): take abs for
3101         quantized rounded position. Fixes tenuto below staff.
3102
3103         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3104         markers when necessary.
3105
3106         * lily/program-option.cc (internal_set_option): add
3107         strict_infinity_checking option.
3108
3109         * scm/output-lib.scm (cyan): swap yellow and cyan.
3110
3111 2006-02-19  Graham Percival  <gpermus@gmail.com>
3112
3113         * darwin.patch: trivial linenumber update.
3114
3115         * Documentation/user/ {various}: `\context foo = named' changed
3116         to `\new foo = "name"' in docs.
3117
3118 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3119
3120         * scm/stencil.scm (annotate-y-interval): use it.
3121
3122         * scm/lily-library.scm (interval-sane?): new function.
3123
3124         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3125         tfm_checksum stuff.
3126
3127         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3128         common refpoint.
3129
3130         * flower/include/std-vector.hh (iterof): add iterof macro.
3131
3132         * lily/enclosing-bracket.cc (width): new function.
3133
3134         * lily/align-interface.cc (align_elements_to_extents): reinstate
3135         warning.
3136
3137 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3138
3139         * Documentation/index.html.in: fix spelling: thankyous.
3140
3141 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3142
3143         * lily/lyric-hyphen.cc: typo.
3144
3145 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3146
3147         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3148         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3149         builds don't work. 
3150
3151         * VERSION: release 2.7.35
3152
3153         * lily/beam.cc (get_default_dir): oops. Take abs () for
3154         extremes[DOWN].
3155         (get_default_dir): use extreme position criterion only in absence
3156         of forced stem directions.
3157
3158         * VERSION (PATCH_LEVEL): bump VERSION.
3159
3160         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3161         dependencies. Necessary for -jX builds.  
3162
3163 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3164
3165         * lily/relocate.cc (setup_paths): Yet another const fix.
3166
3167 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3168
3169         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3170
3171         * lily/relocate.cc (setup_paths): oops.
3172
3173 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3174
3175         * Documentation/index.html.in: order links: html before PDF.
3176
3177 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3178
3179         * lily/tie-column-format.cc (Module): remove.
3180
3181         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3182
3183         * lily/text-spanner.cc (print): idem.
3184
3185         * lily/dynamic-text-spanner.cc (print): only print line if longer
3186         than dash-period.
3187
3188         * lily/auto-change-iterator.cc (change_to): formatting.
3189
3190         * lily/beam.cc (get_default_dir): take extreme note head as input
3191         for stem direction.
3192
3193         * lily/tie.cc (get_default_dir): only look directions for visible
3194         stems. 
3195
3196         * lily/side-position-interface.cc (aligned_side): oops. Don't
3197         mutiply with direction. This fixes quantized (staccato, tenuto)
3198         scripts below notes.
3199
3200         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3201         direction. Fixes c-lyrics-center-align.ly
3202
3203 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3204
3205         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3206         constructor.
3207
3208         * lily/std-string.cc:
3209         * lily/include/std-vector.hh (split_string): Move and rename from
3210         lily/include/misc.hh, lily/misc.cc.  Update callers.
3211
3212 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3213
3214         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3215
3216 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3217
3218         * flower/test-file.cc: New file.
3219
3220         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3221         libraries.
3222
3223         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3224
3225 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3226
3227         * flower/include/file-storage.hh: remove file.
3228
3229         * lily/include/midi-item.hh (class Midi_track): idem.
3230
3231         * lily/include/source.hh (class Sources): idem.
3232
3233         * lily/include/performance.hh (class Performance): use vector
3234         iso. Cons<>
3235
3236         * flower/include/cons.hh (class Cons): remove file.
3237
3238         * flower/include/flower-proto.hh: remove template cruft.
3239
3240         * lily/include/font-metric.hh: use size_t not vsize for indices.
3241
3242         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3243         from proto.
3244
3245         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3246
3247         * lily/include/paper-book.hh (class Paper_book):
3248         make get_system_specs() public.
3249
3250         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3251         the force=10000 case if we don't have a current-best. 
3252
3253         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3254         vsize 
3255
3256         * flower/include/flower-proto.hh: remove outdated templates.
3257
3258         * scm/page.scm: use annotate-spacing
3259
3260 2006-02-15  Graham Percival  <gpermus@gmail.com>
3261
3262         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3263
3264         * THANKS: moved Erlend Aasland to contributors.
3265
3266 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3267
3268         * config.hh.in: remove HAVE_PANGO_16
3269
3270         * lily/tuplet-bracket.cc (calc_positions): multiply with
3271         staff-space for beam case. This fixes tuplets+beams on scaled
3272         staves.
3273
3274         * config.hh.in: remove all Kpathsea related defines.
3275
3276         * lily/dot-column.cc (side_position): reach stem via dots->
3277         head->stem. Inspect all stems for dot collisions. 
3278
3279         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3280         stem handling.
3281
3282         * lily/bar-number-engraver.cc (process_music): document function
3283         of whichBar.
3284
3285         * lily/score.cc (default_rendering): add pscore, not systems
3286         themselves.
3287
3288         * lily/paper-book.cc (get_system_specs): separate generation of
3289         titles and systems.
3290
3291         * flower/include/std-vector.hh: don't include config.hh
3292
3293 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3294
3295         * flower/include/std-vector.hh: Better wrapper compatibility with
3296         std::vector.
3297
3298         * flower/include/flower-proto.hh: Remove cheap forward declaration
3299         attempts.
3300
3301         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3302
3303 2006-02-14  Graham Percival  <gpermus@gmail.com>
3304
3305         * Documentation/user/invoking.itely: add warning about command line.
3306
3307 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3308
3309         * lily/include/lily-proto.hh: add Prob, rm Page.
3310
3311         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3312
3313         * VERSION: release 2.7.34
3314
3315         * lily/relocate.cc (framework_relocation): show canary if
3316         GHOSTSCRIPT_VERSION undefined.
3317
3318         * GNUmakefile.in: remove $(VERSION) symlink.
3319
3320         * lily/relocate.cc (setup_paths): add + 
3321
3322 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3323
3324         * Documentation/index.html.in: specify sizes for all big HTML pages.
3325
3326 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3327
3328         * config.hh.in: remove @FRAMEWORKDIR@
3329
3330         * lily/system-start-text.cc (get_stencil): new file: separate out
3331         system-start-delimiter text support.
3332
3333         * input/**ly: replace \context with \new where appropriate.
3334         
3335         * THANKS: add Don.
3336
3337         * lily/slur-scoring.cc (get_base_attachments): use
3338         robust_relative_extent. This fixes problems with empty paper-columns. 
3339
3340 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3341
3342         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3343
3344         * scm/define-music-properties.scm (all-music-properties):
3345         create-new property.
3346
3347         * lily/context-specced-music-iterator.cc (construct_children):
3348         inspect 'create-new property iso. magical $uniqueContextId context
3349         id.
3350
3351         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3352
3353         * lily/context-key-manager.cc (Module): new file. Encapsulate
3354         object key generation.
3355
3356         * lily/include/context-key-manager.hh (Module): new file.
3357
3358 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3359
3360         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3361         names vertically
3362
3363         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3364         options.
3365         (reloc_b): excise --enable-framework-dir
3366
3367         * lily/relocate.cc (framework_relocation): use getenv
3368         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3369
3370 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3371
3372         * flower/include/std-string.hh: 
3373         * flower/include/std-vector.hh: Finish std:: conversion; move
3374         flower extensions from std:: namespace.  Update users.
3375
3376         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3377         their expansion to vector<*>.  Update users.
3378
3379 2006-02-10  Graham Percival  <gpermus@gmail.com>
3380
3381         * Documentation/user/invoking.itely: add example to File structure.
3382
3383         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3384         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3385
3386 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3387
3388         * ly/paper-defaults.ly: typo.
3389
3390         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3391         set_parent() for parentheses. This will make it show up in bbox
3392         calculations.
3393
3394         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3395         ly:grob-common* functions.
3396
3397         * lily/grob-scheme.cc (LY_DEFINE):
3398         ly:grob-common-refpoint-of-array: new function 
3399         ly:grob-common-refpoint: new function 
3400         ly:grob-relative-coordinate: new function 
3401
3402         * lily/instrument-name-engraver.cc (process_music): use
3403         Text_interface::is_markup(). This fixes \markup on instrument names.  
3404
3405         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3406         for ties and slurs.
3407
3408         * lily/slur.cc (print): idem.
3409
3410         * lily/tie.cc: add line-thickness for ties. 
3411
3412 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3413
3414         * scm/output-svg.scm: Document diversion from GNU coding standards
3415         as a workaround for a bug in Microsoft Internet Explorer.
3416
3417 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3418
3419         * lily/instrument-name-engraver.cc (process_music): use
3420         is_markup() iso. is_string()
3421
3422         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3423
3424         * lily/percent-repeat-engraver.cc (process_music): only look at
3425         main_part_ for % repeats.
3426
3427         * lily/stem-tremolo.cc (get_beam_translation): new function.
3428         (calc_slope): new function.
3429         (height): don't use real slope.
3430
3431 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3432
3433         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3434         new connect-to-neighbor, control-points and staff-padding
3435         properties to make ligature brackets showing up again.
3436
3437 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3438
3439         * VERSION: release 2.7.33
3440
3441         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3442         too many.
3443
3444         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3445         remove applyOutput example.
3446         (Objects connected to the input): document \tweak, \parenthesize
3447
3448         * lily/relocate.cc (prefix_relocation): allow "current"
3449         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3450         changing VERSION in a lily tree less painful.
3451
3452         * input/regression/parenthesize.ly: new file. 
3453
3454         * scm/output-lib.scm (parenthesize-element): new function.
3455
3456         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3457
3458         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3459
3460         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3461         cause: accidentals are caused by note heads, not note events. 
3462
3463 2006-02-08  Graham Percival  <gpermus@gmail.com>
3464
3465         * darwin.patch: small patch from Erlend, thanks!
3466
3467         * Documentation/user/basic-notation.itely: add stem-neutral example.
3468
3469         * Documentation/user/putting.itely: clarifications.
3470
3471 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3472
3473         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3474         note, add more guidelines to what should go into NEWS.
3475
3476         * input/sakura-sakura.ly: document how to override font.
3477
3478         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3479
3480 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3481
3482         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3483
3484 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3485
3486         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3487         convertrules.  Add explicit grouping, needed for python2.2.
3488
3489 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3490
3491         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3492
3493 2006-02-07  Graham Percival  <gpermus@gmail.com>
3494
3495         * Documentation/user/global.itely: fix line-width in (text) docs.
3496
3497         * Documentation/user/lilypond-book.itely: same.
3498
3499 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3500
3501         * VERSION (PACKAGE_NAME): release 2.7.32
3502
3503         * Documentation/topdocs/NEWS.tely (Top): document new variable
3504         naming.
3505
3506         * flower/include/array.icc (Message): remove file.
3507
3508         * flower/include/std-vector.hh: make sure vsize and VPOS are
3509         defined for binary_search_bounds().
3510
3511         * flower/std-string.cc (std): add to_string(long unsigned).
3512
3513         * configure.in (gui_b): excise std_string option.
3514         (gui_b): excise std_vector option.
3515
3516         * flower/string.cc (Module): excise flower array & string
3517
3518         * flower/include/std-string.hh: excise flower string.
3519
3520         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3521
3522         * python/convertrules.py (lilypond_version_re_str): require
3523         only numbers and dots in \version string.
3524
3525 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3526
3527         * lily/system-start-delimiter.cc (print): allow style = text too.
3528
3529         * lily/system-start-delimiter-engraver.cc
3530         (acknowledge_system_start_text): new function, also add add to
3531         support of system-start-text (instrument names). This fixes
3532         instrument names on piano staves.
3533
3534         * lily/instrument-name-engraver.cc: rewrite. Use
3535         system-start-delimiter approach. This save memory and cpu.
3536
3537         * scm/define-grobs.scm (all-grob-descriptions): remove
3538         instrument-name from break-alignment.
3539
3540         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3541
3542 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3543
3544         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3545         jobserver going.
3546
3547         * configure.in (std_vector): On by default.
3548
3549         * lily/include/font-metric.hh:
3550         * lily/include/tfm-reader.hh: 
3551         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3552         Update users.
3553
3554         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3555
3556 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3557
3558         * VERSION (PACKAGE_NAME): 2.7.31
3559
3560         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3561         EPS edge at 0, but take minimum with left-overshoot. This fixes
3562         cut off system start delims. 
3563
3564         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3565         hack: add to axis group if not added yet. This fixes hara kiri'd
3566         piano staves.
3567
3568         * lily/hara-kiri-group-spanner.cc
3569         (force_hara_kiri_in_y_parent_callback): fix signatures.
3570
3571         * lily/hairpin.cc (print): check next hairpin to see whether or
3572         not to be continuing.
3573
3574 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3575
3576         * Remove trailing whitespace from makefiles.
3577         
3578         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3579         for earlier gcc.
3580
3581         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3582
3583         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3584
3585         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3586
3587         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3588
3589         * configure.in: Use it.
3590
3591 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * scm/music-functions.scm (pitch-of-note): new function.
3594
3595         * ly/music-functions-init.ly: add \octave and \addquote
3596
3597         * lily/parser.yy (music_function_chord_body): softcode \octave.
3598         (lilypond_header): softcode \addquote
3599
3600 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3601
3602         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3603         array.hh, parray.hh at all.  Getting ready to flip the
3604         configure default.
3605
3606         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3607
3608         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3609         a bit.
3610
3611         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3612
3613 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3614
3615         * flower/include/array.hh: typo. 
3616
3617 2006-02-02  Graham Percival  <gpermus@gmail.com>
3618
3619         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3620
3621 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3622
3623         * flower/include/pqueue.hh: Derive from std::vector.
3624
3625         * flower/include/parray.hh: Conform to std::vector interface.
3626         Update users.
3627
3628 2006-02-02  Graham Percival  <gpermus@gmail.com>
3629
3630         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3631
3632 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3633
3634         * flower/file-path.cc (is_file): remove if 0 section.
3635
3636         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3637         selecting afii61352.
3638
3639 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3640
3641         * flower/include/std-vector.hh (boundary): Oops, reverse.
3642
3643         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3644         remove superfluous `d'.
3645
3646         * flower/include/std-vector.hh (boundary, top): Detach from class.
3647         Remove empty vector shell.
3648
3649         * flower/include/array.hh (reverse, swap): Detach from class.
3650         Update users.
3651         
3652         * flower/include/std-vector.hh
3653         * flower/include/array.hh (concat): Globally change to insert ().
3654
3655         
3656         * flower/include/std-vector.hh
3657         * flower/include/parray.hh
3658         * flower/include/array.hh (elem, elem_ref): Globally replace by
3659         at ().
3660
3661 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3662
3663         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3664
3665         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3666         anticipate on identifier substitutions.
3667
3668 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3669
3670         * flower/include/std-vector.hh (insert): Remove, replace by
3671         std::vector interface.  Update callers.
3672
3673         * flower/include/array.icc (insert): Change signature to
3674         match std::vector interface.
3675         
3676         * flower/include/array.icc (vector_sort): Bugfix.
3677
3678 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3679
3680         * lily/parser.yy (output_def_head_with_mode_switch): new
3681         production. Result: dashes and underscores may be used in the
3682         \paper block.
3683
3684         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3685
3686         * python/convertrules.py (conv): oops. One slash too much.
3687
3688 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3689
3690         * flower/include/std-vector.hh (sort): Remove, replace by
3691         ::vector_sort.  Update callers.
3692
3693         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3694         (sort): Bugfix.
3695
3696         * flower/test-std.cc (vector_sort): New test.
3697
3698 2006-02-01  Graham Percival  <gpermus@gmail.com>
3699
3700         * Documentation/user/putting.itely: fixes from Erik.
3701
3702 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3703
3704         * flower/test-std.cc: Add simple unit test for vector migration.
3705
3706         * stepmake/stepmake/test*: Unit test support.
3707
3708         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3709         update callers.
3710
3711         * flower/include/array.hh (begin, end): Add.
3712         (del, get): Remove.
3713
3714 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3715
3716         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3717         std::string not String. 
3718
3719         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3720         iso UINT_MAX.
3721
3722         * lily/prob.cc (Prob): copy type_ too.
3723
3724         * lily/lily-guile.cc (mangle_cxx_identifier): new
3725         function. Class_bla::foo_bar_[px] ->
3726         ly:class-bla::foo-bar[?!]. Changes throughout
3727
3728 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3729
3730         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3731
3732         * lily/beam.cc (calc_direction): take dir from visible stem in
3733         degenerate case.
3734
3735 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3736
3737         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3738         Fix -1, >=0 boundary checks for unsigned vsize.
3739
3740         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3741         loop for unsigned vsize.
3742
3743         * configure.in (--enable-std-vector): New option.
3744         (--enable-std-string): On by default.
3745
3746         * flower/include/std-vector.hh: New file.  Enable switch to
3747         std::vector, update client code.
3748
3749 2006-01-30  Graham Percival  <gpermus@gmail.com>
3750
3751         * scm/document-translation.scm: clarify "this context is also
3752         known as".  Thanks, Werner!
3753
3754         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3755
3756         * Documentation/user/invoking.itely: small fix from Don.
3757
3758 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3759
3760         * scm/lily.scm (define-scheme-options): rename option
3761         preview-include-book-title to book-title-preview
3762         (define-scheme-options): move force-eps-font-include (from paper
3763         block) to eps-font-include -d option.
3764
3765         * VERSION (PATCH_LEVEL): release 2.7.30
3766
3767         * input/bach-schenker.ly (staffPiano): new file.
3768
3769         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3770
3771         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3772         credits to Nicolas.
3773
3774         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3775
3776         * ps/lilyponddefs.ps: remove start-system, stop-system,
3777         start-page fluff. This saves putting { } code on the stack, fixing
3778         stack overflows when including EPS files.
3779
3780 2006-01-29  Graham Percival  <gpermus@gmail.com>
3781
3782         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3783
3784 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3785
3786         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3787
3788 2006-01-28  Graham Percival  <gpermus@gmail.com>
3789
3790         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3791
3792 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3793
3794         * input/mutopia/claop.py: Update.
3795
3796 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3797
3798         * input/regression/completion-heads.ly (texidoc): fix.
3799
3800         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3801
3802         * lily/tie-formatting-problem.cc
3803         (set_ties_config_standard_directions): use abs iso fabs for ints.
3804
3805         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3806
3807         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3808         little less than noteheight, to prevent overlaps in chords.
3809
3810         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3811         head, and fudge stem-attachment.
3812
3813         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3814
3815         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3816
3817 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3818
3819         * lily/main.cc (main): Debugging aid: catch exceptions.
3820
3821         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3822         output with std::string.
3823
3824 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3825
3826         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3827
3828 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3829
3830         * Fix -DSTRING_UTILS_INLINED.
3831
3832 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3833
3834         * VERSION (PATCH_LEVEL): release 2.7.29
3835
3836         * lily/relocate.cc (setup_paths): mingw uses std string too.
3837
3838         * lily/*.cc: various fixes for substr(ARG).
3839
3840         * lily/sustain-pedal.cc (print): 
3841
3842         * flower/file-name.cc (slashify): use std strings.
3843
3844         * flower/string-convert.cc: remove publib.h
3845
3846         * scm/define-markup-commands.scm (verbatim-file): new markup
3847         command \verbatim-file
3848
3849         * Documentation/topdocs/NEWS.tely: fixup URLs
3850
3851         * input/regression/alignment-vertical-manual-setting.ly (Module):
3852         new file.
3853
3854         * lily/align-interface.cc (align_elements_to_extents): overwrite
3855         translations with numbers in alignment-offsets from left bound
3856
3857         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3858         (page-translate-systems): new function: take into account Y-offset.
3859
3860         * Documentation/topdocs/NEWS.tely (Top): document new features.
3861
3862         * input/regression/page-layout-manual-position.ly (Module): new
3863         file.
3864
3865 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3866
3867         * flower/file-path.cc (path::parse_path): Oops.
3868
3869         * Finish std::string interface.  For now, use std:: marker
3870         throughout for easy s/r.
3871
3872 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3873
3874         * Documentation/user/putting.itely (Score is a single musical
3875         expression): typo.
3876         (Score is a single musical expression): more typos.
3877
3878         * scm/page.scm (annotate-space-left): thinko.
3879         (annotate-page): more thinkos.
3880
3881 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3882
3883         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3884         for different \score blocks separately.
3885         (post-process-pages): put write-page-layout into paper block.
3886
3887         * lily/output-def.cc (get_parser): new file.
3888
3889         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3890         file.
3891
3892         * lily/include/output-def.hh (class Output_def): add parser_ member.
3893
3894         * input/regression/page-layout-twopass.ly (Module): new file.
3895
3896         * scm/lily.scm: remove cpp hack.
3897
3898         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3899
3900 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3901
3902         * GNUmakefile.in (c-clean): New target.
3903
3904         * flower/include/std-string.hh: String/std::string compatibility:
3905         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3906         type.
3907
3908         * flower/rational.cc: 
3909         * flower/include/rational.hh: 
3910
3911         * flower/offset.cc: 
3912         * flower/include/offset.hh: 
3913
3914         * flower/interval.cc: 
3915         * flower/include/interval.hh: 
3916
3917         * flower/string-convert.cc: 
3918         * flower/include/string-convert.hh: Use std::string [interface].
3919         Update callers.
3920
3921 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3922
3923         * Documentation/index.html.in: clean up.
3924
3925 2006-01-25  Graham Percival  <gpermus@gmail.com>
3926
3927         * Documentation/user/putting.itely: another new untested doc section.
3928
3929 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3930
3931         * scm/layout-page-layout.scm (write-page-breaks): write
3932         \spacingTweaks #ALIST. Handle grace timing.
3933
3934         * scm/: more imports.
3935
3936         * scm/page.scm (make-page): add footer/header.
3937         (annotate-space-left): revise: only take page argument.
3938         (layout->page-init): new function.
3939
3940         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3941         version of the system/spacing/linebreak hack writing to the output
3942
3943         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3944         ly:make-prob.
3945
3946         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3947         ly:spanner-bound
3948
3949 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3952
3953         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3954
3955         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3956         handling to page.scm
3957
3958         * lily/prob-scheme.cc (LY_DEFINE): new file.
3959         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3960
3961         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3962         prob functions.
3963
3964         * lily/music.cc (derived_mark): derive Music from Prob.
3965
3966         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3967
3968         * lily/prob.cc (Module): Implement Prob (Property Object), object
3969         with shared and r/w property alists.  
3970
3971         * lily/include/prob.hh (Module): new file. Declare Prob.
3972
3973         * flower/string.cc: remove is_empty().
3974
3975         * flower/include/string.hh (class String): remove String:: qualifier.
3976
3977         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3978         substitute appropriate functions.
3979
3980         * flower/include/string.hh (class String): remove to_str0 and
3981         is_empty(). S&R everywhere.
3982
3983 2006-01-23  Graham Percival  <gpermus@gmail.com>
3984
3985         * Documentation/user/basic-notation.itely: add hairpin
3986         after-linebreak tweak to commonprop.
3987
3988         * Documentation/user/putting.itely: added two new sections.
3989
3990 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3991
3992         * flower/international.cc: 
3993         * flower/include/international.hh: 
3994
3995         * flower/getopt-long.cc: 
3996         * flower/include/getopt-long.hh: Use std::string [interface].
3997         Update callers.
3998
3999         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4000
4001         * stepmake/stepmake/executable-rules.make: Add dependency on
4002         module libraries.
4003
4004 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4005
4006         * flower/file-path.cc: 
4007         * flower/include/file-path.hh: Use std::string [interface].
4008         Update callers.
4009
4010         * flower/direction.cc: 
4011         * flower/axis.cc: Unused.  Remove.
4012
4013         * configure.in (--enable-std-string): New option.
4014
4015         * flower/std-string.cc: 
4016         * flower/include/std-string.hh: New file.
4017
4018         * flower/file-name.cc[STD_STRING]:
4019         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4020
4021 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4022
4023         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4024
4025         * scm/define-markup-commands.scm (with-dimensions):
4026         with-dimensions markup command.
4027
4028         * input/test/font-table.ly: use it.
4029
4030         * lily/open-type-font.cc (glyph_list): new function.
4031
4032         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4033
4034         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4035
4036 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4037
4038         * ly/music-functions-init.ly (parallelMusic): new music function
4039         for parallel music entry.
4040
4041         * scm/define-music-properties.scm (all-music-properties): new
4042         'void music property
4043
4044         * scm/music-functions.scm (ly:music-message): make public, to be
4045         used in music function definitions
4046
4047         * scm/lily-library.scm (collect-music-for-book): discard music
4048         when the 'void property is set.
4049
4050 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4051
4052         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4053
4054         * mf/GNUmakefile: idem.
4055
4056         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4057
4058         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4059
4060         * Documentation/user/notation-appendices.itely (The Feta font):
4061         use it.
4062
4063         * input/test/font-table.ly: new file. Generate font table within lily.
4064
4065         * Documentation/user/notation-appendices.itely (The Feta font):
4066         use new font-table.ly file. 
4067
4068         * stepmake/stepmake/install-out-targets.make
4069         (local-install-outfiles): only create directory if
4070         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4071
4072 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4073
4074         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4075
4076         * VERSION (PACKAGE_NAME): release 2.7.28
4077
4078         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4079         the right font from a Mac dfont.
4080         (write-preamble): don't forget directory, only look at files.
4081
4082         This fixes problems with TTF files in dfonts that don't match
4083         their PostScript names.
4084          
4085         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4086         PS name from TTF font.
4087
4088         * input/regression/tie-manual.ly: document new feature.
4089
4090         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4091
4092         * VERSION (MY_PATCH_LEVEL): bump to .28
4093
4094         * Documentation/user/basic-notation.itely (Ties): add tie examples
4095         refs.
4096
4097         * lily/tie-formatting-problem.cc (score_ties_configuration):
4098         symmetry penalties for outer ties.
4099
4100 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101
4102         * lily/tie-formatting-problem.cc (generate_configuration) 
4103         (set_manual_tie_configuration): skip non-pair manual
4104         tie-configuration, so you can set individual ties as
4105
4106           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4107
4108         * input/regression/tie-chord.ly: use generateTiePattern to
4109         simplify file.
4110
4111         * lily/tie-formatting-problem.cc (peak_around): new function.
4112         (score_configuration): use sliding criterion for staff line collisions. 
4113         (score_configuration): idem for dot collisions.
4114         (generate_configuration): use separate stem_gap for gap to stem.
4115
4116         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4117         separate penalty factors for x and y distance.
4118         (struct Tie_details): separate penalties for tip and center line collisions.
4119
4120 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4121
4122         * lily/tie-formatting-problem.cc (generate_configuration): make
4123         large ties avoid stafflines in the horizontal section.
4124         (score_configuration): use softcoded penalties
4125         (score_aptitude): idem.
4126
4127         * lily/tie-helper.cc (from_grob): softcode tie details
4128
4129         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4130
4131         * lily/staff-symbol-referencer.cc (on_line): rename from
4132         on_staffline 
4133
4134 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4135
4136         * ly/music-functions-init.ly: remove duplicate tag.
4137
4138         * lily/include/*.hh: GCC 4.1 fixes.
4139
4140 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4141
4142         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4143
4144         * scm/define-music-types.scm: fix bug in desc. string
4145         for OverrideProperty
4146
4147 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4148
4149         * scripts/lilypond-book.py: bugfix
4150
4151         * scm/define-music-types.scm: fix typos.
4152
4153 2006-01-14  Graham Percival  <gpermus@gmail.com>
4154
4155         * Documentation/user/ basic-notation.itely, global.itely,
4156         advanced-notation.itely, instrument-notation.itely: small
4157         additions (bugs and commonly tweaked properties).
4158
4159 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4160
4161         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4162         detection of mingw build.
4163         (MINGW_BUILD): opps.
4164
4165 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4166
4167         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4168         i686-mingw32.
4169
4170 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4171
4172         * scm/music-functions.scm (skip->rest): add skip->rest
4173
4174 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4175
4176         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4177         explicitly.
4178
4179         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4180         config dirs. Aids debugging. 
4181         (display_config): also display config files.
4182
4183 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4184
4185         * VERSION: release 2.7.27
4186
4187         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4188         for determining bar size.
4189
4190         * lily/staff-symbol.cc (print): place lines at distance line-positions
4191
4192         * scm/define-grob-properties.scm (all-user-grob-properties): add
4193         line-positions.
4194
4195         * lily/staff-symbol.cc (height): new function.
4196
4197         * input/regression/staff-line-positions.ly:  new file.
4198
4199 2006-01-06  Graham Percival  <gpermus@gmail.com>
4200
4201         * input/test/add-staccato.ly: remove reference to old file.
4202
4203 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4204
4205         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4206         lilypond binary too.
4207
4208 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4209
4210         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4211
4212 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * scripts/midi2ly.py: Bugfix: Declare datadir.
4215
4216         * make/ly-rules.make:
4217         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4218         that seems to be gone). Fixes make web.
4219
4220         * The grand 2005-2006 replace.
4221
4222         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4223
4224 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4225
4226         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4227         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4228         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4229         like -dgs-font-load.
4230
4231         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4232         remove absolute path to lilypond binary.
4233         
4234 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4235
4236         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4237
4238 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4239
4240         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4241
4242         * mf/GNUmakefile: remove broken dvips map symlink.
4243
4244 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4245
4246         * lily/main.cc: 
4247         * configure.in: Cosmetic fixes.
4248
4249 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4250
4251         * Documentation/user/music-glossary.tely (Pitch names): Added
4252         Spanish pitch names and durations, thanks to Ernesto Gancedo
4253
4254 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4255
4256         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4257         init. Fixes verbose printing of .scm files.
4258
4259         * stepmake/aclocal.m4: add spaces before - options.
4260         
4261 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4262
4263         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4264         of path search in local block variable.
4265
4266 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4267
4268         * configure.in (NCSB_DIR): --enable-ncsb-dir
4269         (LINK_GXX_STATICALLY): denko.
4270
4271         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4272
4273         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4274         use locate to find c059033l.pfb. 
4275         
4276 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * lily/tie-formatting-problem.cc
4279         (problem::generate_base_chord_configuration): Use my_round (was
4280         round).
4281
4282         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4283         do not invoke mbrtowc.
4284
4285         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4286
4287 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4288
4289         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4290
4291 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4292
4293         * Documentation/user/invoking.itely (svg): revise.
4294
4295 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4296
4297         * lily/lexer.ll: use sourcefilename iso. renameinput.
4298
4299 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4300
4301         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4302         <PostScriptName>.ttf instead of c059XXXttf.
4303
4304         * lily/program-option.cc (LY_DEFINE): special support for
4305         --verbose, so it works before option init too.
4306  
4307         * mf/GNUmakefile (local-install): oops.
4308
4309         * lily/lyric-hyphen.cc (print): oops.
4310
4311         * buildscripts/pfx2ttf.fontforge: new file.
4312         
4313         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4314         ($(outdir)/%.ttf): new rule. 
4315
4316         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4317         to LyricHyphen.
4318
4319         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4320         font-size
4321
4322 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4323
4324         * VERSION: release 2.7.26
4325         
4326         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4327
4328 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * lily/font-config.cc (init_fontconfig): verbosity.
4331
4332         * THANKS: add Muziekacademie Lede. 
4333
4334         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4335         (print_score_setup): new function
4336         (convert): read part definition to output staves properly.
4337
4338         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4339         Music_xml notes.
4340
4341         * python/musicexp.py (Output_printer.__init__): use _ in data
4342         members.
4343         (Output_printer.unformatted_output): new function: no formatting,
4344         but count braces.
4345         (Duration.get_length): remove isinstance() checks for
4346         Output_printer everywhere.
4347
4348         * input/regression/lyrics-bar.ly (texidoc): add
4349         Separating_line_group_engraver.
4350
4351 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4352
4353         * lily/relocate.cc (framework_relocation): New function,
4354         factored from set_relocation ().
4355         (prefix_relocation): Rename from set_relocation ().
4356         (setup_paths): Use it.
4357
4358 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4359
4360         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4361         numbers. Patch by Erlend Aasland.
4362
4363 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4364
4365         * lily/font-config.cc (init_fontconfig): print warning if cache
4366         file is not existant.
4367
4368         * lily/main.cc: don't use #ifdef but #if
4369
4370 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4371
4372         * lily/grob-property.cc (internal_set_property): don't abort on
4373         calculation-in-progress.
4374
4375         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4376
4377         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4378         connect-to-neighbor property not connect-to-other
4379
4380         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4381         (LY_DEFINE): oops. don't forget protection.
4382
4383         * flower/parse-afm.cc (Module): strip AFM handling completely.
4384
4385         * lily/stencil-expression.cc: idem.
4386
4387         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4388
4389         * lily/function-documentation.cc (ly_add_function_documentation):
4390         use static member iso. Protected_scm
4391
4392         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4393
4394         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4395
4396 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4397
4398         * lily/relocate.cc (set_env_dir): New function.
4399         (set_relocation): Use it to fix setting PANGO_PREFIX.
4400
4401 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4402
4403         * input/regression/stem-direction-context.ly: remove rest.
4404
4405         * lily/melody-engraver.cc (process_music): restart for bar lines.
4406         (acknowledge_slur): restart for slurs.
4407
4408 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4409
4410         * Documentation/user/invoking.itely: describe how to view SVG 
4411         output using Inkscape which replace embedded fonts with OTF fonts.
4412
4413 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4414
4415         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4416
4417 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4418
4419         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4420         comment.
4421
4422 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4423
4424         * VERSION (PACKAGE_NAME): release 2.7.25
4425
4426         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4427
4428         * input/regression/stem-direction-context.ly: new file.
4429
4430         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4431
4432         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4433         on rest.
4434
4435         * ly/engraver-init.ly: add Melody_engraver
4436
4437         * lily/beam.cc (calc_direction): use default-direction
4438         iso. get_default_direction()
4439
4440         * scm/define-grob-properties.scm (all-user-grob-properties): add
4441         default-direction property.
4442
4443         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4444
4445         * lily/stem.cc (calc_default_direction): remove
4446         Stem::get_default_direction, use default-direction with callback
4447         instead.
4448
4449         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4450
4451         * lily/melody-engraver.cc: new file. Acknowledge stems for
4452         interpolated stem directions. 
4453
4454         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4455
4456         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4457
4458         * lily/slur-configuration.cc (fit_factor): more robust check for
4459         point in curve X-extent.
4460
4461         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4462         (outside_slur_callback): check for 'outside avoidance.
4463
4464         * lily/slur-configuration.cc (score_extra_encompass): don't use
4465         bound->column() == avoid->column() for checking extents, as this
4466         doesn't work for accidentals. 
4467
4468         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4469         DynamicText hardcoding.
4470
4471         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4472         crash if bound stem is NULL
4473
4474         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4475         pedals.
4476
4477 2005-12-22  Graham Percival  <gpermus@gmail.com>
4478
4479         * scm/define-markup-commands.scm: typo.  @code{\raise}
4480         => @code{\\raise}.
4481
4482         * darwin.patch: now used again, includes a
4483         required patch from fink.
4484
4485 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4486
4487         * po/TODO: mention gtranslator along with kbabel.
4488         * po/fi.po: update translations.
4489
4490 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4491
4492         * lily/relocate.cc (setup_paths): Bugfix.
4493
4494 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4495
4496         * lily/slur-configuration.cc (score_extra_encompass): don't use
4497         "avoid" choice for avoid-slur.
4498
4499         * stepmake/bin/install.py (dest): don't create existing dir.
4500
4501 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4502
4503         * stepmake/bin/install.py: Remove file before copying.
4504
4505         * config.make.in: 
4506         * stepmake/aclocal.m4: Do not substitute INSTALL.
4507
4508 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4509
4510         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4511         depend on link-tree.
4512
4513         * lily/relocate.cc (setup_paths): only check path for non-absolute
4514         dir without directory part.
4515
4516         * flower/file-name.cc (is_absolute):  new method.
4517         (is_absolute): check root_ too.
4518
4519 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4520
4521         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4522         relocation code.  Oops, don't comment out too much.
4523
4524         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4525         iso itself.
4526
4527         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4528         compile.
4529
4530 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4531
4532         * .cvsignore: Add install-sh.
4533
4534         * autogen.sh (srcdir): Typo.
4535
4536 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4537
4538         * autogen.sh (srcdir): urg. Touch install-sh.
4539
4540         * stepmake/bin/install-sh (Module): remove.
4541
4542         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4543
4544         * lily/include/relocate.hh: new file.
4545
4546         * lily/relocate.cc: new file. Contain relocation logic.
4547
4548         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4549         (main): read LILYPOND_VERBOSE as the first thing.
4550
4551         * stepmake/aclocal.m4: remove INSTALL variable.
4552
4553         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4554         separate target for making font symlinks.
4555         (documentation-dir): use $(if $(findstring )) for switching off
4556         Documentation.
4557
4558         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4559         something if DOCUMENTATION is no.
4560
4561 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * VERSION: release 2.7.24
4564
4565         * lily/script-column-engraver.cc (stop_translation_timestep):
4566         delay adding to script-column.
4567
4568         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4569
4570         * python/convertrules.py (conv): rule for number-visibility
4571
4572         * lily/slur-configuration.cc (score_extra_encompass): different
4573         distance measure for avoid and inside avoidance.
4574         (score_extra_encompass): use 1/(distance+eps) as penalty.
4575
4576         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4577         encompass objects for generating slur curves.
4578
4579         * lily/slur.cc: use details iso. slur-details property.
4580
4581         * input/regression/slur-tuplet.ly: new file.
4582
4583         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4584
4585         * flower/include/offset.hh (class Offset): new operator /=
4586
4587         * lily/tuplet-number.cc (print): new file, new interface.
4588
4589         * scm/define-grob-properties.scm (all-user-grob-properties):
4590         remove number-visibility property.
4591
4592         * lily/tuplet-bracket.cc (calc_control_points): new function
4593         (calc_connect_to_neighbors): new function.
4594         (print): remove text handling for tuplet numberdef.
4595
4596         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4597         TupletNumbers too. 
4598
4599         * lily/lily-guile.cc (robust_scm2booldrul): new function
4600
4601         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4602
4603         * lily/tuplet-bracket.cc (calc_position_and_height): use
4604         staff-padding to control whether tuplet brackets are over staves.
4605
4606         * lily/grob.cc (suicide): clear dim_caches_.
4607
4608         * lily/dimension-cache.cc (clear): new function.
4609
4610         * lily/grob.cc (extent): swap order of min-extent and extent
4611         calculations. This fixes hara kiri staves. 
4612
4613 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4614
4615         * lily/main.cc: Nitpick: relocation is not based on path, but on
4616         directory (location).
4617
4618 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4619
4620         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4621
4622         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4623
4624         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4625
4626         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4627
4628         * stepmake/stepmake/generic-vars.make (Module): idem.
4629
4630         * stepmake/stepmake/executable-targets.make (default): use it.
4631
4632         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4633
4634         * make/GNUmakefile: don't install make rules.
4635
4636         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4637         slashes.
4638         (prepend_env_path): more verbosity.
4639
4640 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4641
4642         * GNUmakefile.in: add dir argument for find command.
4643
4644         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4645         fixes weird line numbers for point & click.
4646
4647         * lily/source-file.cc (get_counts): init line/column/char counts.
4648
4649 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4650
4651         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4652
4653 2005-12-16  Graham Percival  <gpermus@gmail.com>
4654
4655         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4656         minor fixes from Fredric.  Thanks!
4657
4658 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4659
4660         * ly/music-functions-init.ly: add \bar and \clef music function 
4661
4662         * lily/lily-lexer.cc: idem.
4663
4664         * lily/parser.yy (FIXME): remove BAR and CLEF.
4665
4666 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4667
4668         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4669
4670         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4671         function arguments too
4672
4673         * lily/main.cc (set_relocation): new function.
4674
4675         * scripts/musicxml2ly.py (convert): add \version
4676
4677         * lily/tie.cc: remove get_default_attachments()
4678
4679         * VERSION (PACKAGE_NAME): release 2.7.23
4680         
4681         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4682         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4683
4684         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4685
4686         * lily/tie-formatting-problem.cc (score_ties): new function
4687         (get_variations): new function. Try flipping dirs for collisions.
4688         (generate_optimal_chord_configuration): new function. 1-opt search
4689         for better configuration.
4690
4691         * lily/tie-configuration.cc: new file.
4692
4693         * lily/tie.cc: junk Tie::get_configuration()
4694
4695         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4696         (score_ties_configuration): new function.
4697         (generate_ties_configuration): new function.
4698         (generate_base_chord_configuration): new function.
4699         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4700         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4701
4702         * input/regression/tie-dot.ly: new file.
4703
4704         * lily/tie-formatting-problem.cc (score_configuration): score
4705         tie/dot collisions.
4706
4707         * lily/tie-helper.cc (get_transformed_bezier): new function
4708
4709         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4710
4711         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4712         -undefined suppress iso. -framework Python 
4713
4714         * scm/define-grobs.scm (all-grob-descriptions): set
4715         springs-and-rods (thanks Joe Neeman!)
4716
4717 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4718
4719         * input/no-notation/display-lily-tests.ly (test): 
4720         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4721         changed from \tag #'(a b) to \tag #'a \tag #'b
4722
4723 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4724
4725         * Documentation/topdocs/NEWS.tely: strip out-www.
4726
4727         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4728
4729         * config.make.in (AR): add AR and RANLIB
4730
4731         * flower/libc-extension.cc: include cassert
4732
4733         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4734         darwin check.
4735
4736 2005-12-11  Graham Percival  <gpermus@gmail.com>
4737
4738         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4739
4740         * stepmake/stepmake/python-modules-vars.make: define
4741         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4742
4743         * THANKS: added Johannes Schindelin.
4744
4745 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4746
4747         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4748
4749         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4750         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4751
4752         * lily/parser.yy: reorganize file layout.
4753
4754         * ly/music-functions-init.ly: add tweak music function.
4755
4756         * lily/grob-info.cc (ultimate_music_cause): new function:
4757         recursively lookup causes. 
4758
4759         * lily/parser.yy (chord_body_element): allow music functions for
4760         post-events, allow music functions for chord elements. 
4761  
4762         * lily/font-config-scheme.cc (display_fontset): add cast.
4763
4764         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4765         #'(a b) -> \tag #'a \tag #'b rule.
4766
4767         * python/musicexp.py (Output_printer.dump_version): new function
4768
4769 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4770
4771         * lily/parser.yy (FIXME): remove \tag
4772         (FIXME): remove tag_music() function.
4773
4774         * lily/lily-lexer.cc: remove \tag
4775
4776         * ly/music-functions-init.ly: define music-function "tag"
4777
4778         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4779
4780 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4781
4782         * VERSION (PATCH_LEVEL): release 2.7.22
4783
4784         * input/regression/lyric-hyphen-retain.ly: renew.
4785
4786         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4787         grob
4788
4789         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4790         iso. minimum-length property for rods.
4791
4792         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4793         LyricSpace item to keep lyrics spaced apart.
4794
4795         * ly/engraver-init.ly: remove Separating_line_group_engraver
4796
4797         * Documentation/user/music-glossary.tely: do setfilename before
4798         music-glossary.
4799
4800 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4801
4802         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4803         See xref documentation, for example.
4804
4805 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4806
4807         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4808         pending_skip iso. ly_voice[-1]
4809         (main): add if __main__ for debugging.
4810
4811         * python/musicxml.py (Accidental.__init__): new class.
4812
4813         * scripts/musicxml2ly.py (progress): new function
4814         (musicxml_key_to_lily): don't barf on modeless keys.
4815         (create_skip_music): new function.
4816         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4817         (musicxml_note_to_lily_main_event): new function.
4818
4819         * python/musicexp.py (Music.__init__): add comment field.
4820         (NestedMusic.append): new routine.
4821         (SequentialMusic.print_ly): print comment.
4822         (ArpeggioEvent.ly_expression): new class
4823         (BeamEvent.ly_expression): new class
4824         (NoteEvent.__init__): support for cautionary/forced accs.
4825
4826         * lily/lookup.cc (slur): normal order for array loop.
4827
4828         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4829         to 0.0.
4830
4831         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4832         collapsed.
4833
4834 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4835
4836         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4837
4838         * scripts/lilypond-book.py: Introduce option
4839             --preserve-line-breaks, for usage with srcltx
4840
4841 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4842
4843         * scm/output-lib.scm (print-circled-text-callback): draw circle
4844         around text using make-circle-markup.
4845
4846         * Documentation/user/*: strip out-www from file names.
4847
4848 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4849
4850         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4851         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4852
4853 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4854
4855         * Documentation/user/GNUmakefile: idem.
4856
4857         * Documentation/user/macros.itexi: strip out-www
4858
4859         * python/rational.py: python 2.3 compat.
4860
4861         * VERSION (PATCH_LEVEL): release 2.7.21
4862
4863         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4864         option formatting, lilypond style.
4865
4866         * python/musicexp.py: grab from Ikebana: a library for composing
4867         ly music expressions. 
4868         (Output_printer): class for advanced .ly printing.
4869         (eg. tupletting) 
4870
4871         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4872         convert to pythonesque structure.
4873
4874         * python/rational.py: PD rational number class.
4875
4876         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4877
4878 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4879
4880         * lily/part-combine-iterator.cc: Minor bugfix
4881         
4882         * THANKS: Update bughunters
4883
4884 2005-12-02  Werner Lemberg  <wl@gnu.org>
4885
4886         * mf/README: Document process for proper mf2pt1 conversion.
4887
4888         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4889         overlapping.
4890
4891         * mf/feta-harmonica.mf: Removed.  Unused.
4892
4893 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4894
4895         * scripts/lilypond-book.py (do_file): fix thinkos.
4896
4897 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4898
4899         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4900         ($(outdir)/parser.cc): 
4901         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4902
4903 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4904
4905         * ly/titling-init.ly (tagline): it should be a space between
4906         "Music engraving by LilyPond" and the version number.
4907
4908 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4909
4910         * VERSION (PACKAGE_NAME): release 2.7.20
4911
4912 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4913
4914         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4915
4916         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4917         1.0.
4918         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4919
4920 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4921
4922         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4923
4924         * kpath-guile/: remove directory
4925
4926         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4927         file. Encapsulate kpathsea using commandline tools.
4928
4929         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4930         kpathsea) module.
4931
4932 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4933
4934         * Documentation/user/advanced-notation.itely (Setting automatic
4935         beam behavior): Correct a few typos. Thanks to David Bobroff.
4936
4937         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4938         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4939
4940 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4941
4942         * scripts/*.py: gmane address for bugs.
4943
4944 2005-11-28 Pal Benko <benkop@freestart.hu>
4945         
4946         * make/ly-rules.make: add -f switch to mv
4947
4948         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4949
4950         * lily/bar-line.cc: interpret it
4951
4952 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4953
4954         * configure.in (--disable-documentation): New switch.
4955
4956         * GNUmakefile.in: Use it.
4957
4958         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4959
4960 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4961
4962         * scripts/lilypond-book.py (do_file): search chunks for
4963         \\begin{document}
4964
4965         * GNUmakefile.in: add copy step in between so we can lose the
4966         out-www directories.
4967
4968 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4969
4970         * lily/pango-font.cc (pango_item_string_stencil): put
4971         geometry.width into glyph-string too.
4972
4973 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4974
4975         * scm/define-music-display-methods.scm (RevertProperty):
4976         (OverrideProperty): Use grob-property-path property, a list of
4977         symbols, instead of grob-property, which used to be a single
4978         symbol.
4979         (BassFigureEvent): a figure can be a plain number, not necessarily a
4980         markup.
4981
4982 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4983
4984         * VERSION: release 2.7.19
4985         
4986         * lily/figured-bass-engraver.cc (process_music): check
4987         figuredBassCenterContinuations first.
4988
4989         * scm/translation-functions.scm (format-bass-figure): make double
4990         sharp larger. 
4991
4992         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4993         determine X-parent.
4994
4995         * lily/system-start-delimiter-engraver.cc: move from
4996         Nested_system_start_delimiter_engraver, rename
4997         Nested_system_start_delimiter_engraver ->
4998         System_start_delimiter_engraver.
4999
5000         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5001         bracket type from hierarchy.
5002
5003 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5004
5005         * lily/rest.cc (y_offset_callback): read staff-position.
5006
5007         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5008         mark after-line-breaking-callback as internal.
5009
5010         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5011
5012 2005-11-25  Werner Lemberg  <wl@gnu.org>
5013
5014         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5015
5016 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5017
5018         * stepmake/bin/add-html-footer.py (do_file): add google
5019
5020         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5021         staff if first_start_ is true.
5022
5023 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5024
5025         * scripts/midi2ly.py (split_track): add __repr__ members.
5026         (track_first_item): only return Item if not None. This fixes a
5027         problem when dumping a track that starts with an empty channel.
5028
5029         * python/midi.c: doc module.
5030
5031 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5032
5033         * Documentation/user/global.itely (Creating MIDI files): Fix
5034         compilation problem.
5035
5036 2005-11-22  Graham Percival  <gpermus@gmail.com>
5037
5038         * Documentation/user/basic-notation.itely: clarify dynamic
5039         padding text.
5040
5041         * Documentation/user/advanced-notation.itely: add unicode
5042         escape control example, whatever that is.  :)
5043
5044         * Documentation/user/global.itely: added "removing dynamics
5045         from MIDI" code.
5046
5047 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5048
5049         * VERSION (PATCH_LEVEL): release 2.7.18
5050
5051         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5052         System_start_delimiter_engraver by
5053         Nested_system_start_delimiter_engraver.
5054
5055         * lily/nested-system-start-delimiter-engraver.cc (struct
5056         Bracket_nesting_node): new class.
5057         (struct Bracket_nesting_group): new class
5058         (struct Bracket_nesting_staff): new class.
5059         (process_music): create hierarchy of grobs. This allows separate
5060         tuning of different SSDs. 
5061
5062         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5063         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5064
5065 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5066
5067         * lily/side-position-interface.cc (aligned_side): multiply
5068         staff_radius by 2.
5069
5070         * lily/script-engraver.cc (make_script_from_event): allow setting
5071         values to '()
5072
5073 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5074
5075         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5076
5077         * scm/define-grobs.scm (all-grob-descriptions): new grob
5078         NestedSystemStartDelimiter.
5079
5080         * input/regression/system-start-heavy-bar.ly: new file.
5081
5082         * lily/nested-system-start-delimiter-engraver.cc: new file.
5083
5084         * lily/nested-system-start-delimiter.cc: new file.
5085
5086         * input/regression/system-start-nesting.ly: new file.
5087
5088         * scm/define-grobs.scm (all-grob-descriptions): use X side
5089         positioning for positioning braces for nested contexts.
5090
5091         * lily/system-start-delimiter.cc (print): don't divide extent by
5092         staff_space.
5093         (print): use style iso. glyph.
5094         (staff_bracket): translate glyph inside routine already.
5095
5096 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5097
5098         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5099         names.
5100
5101 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * scm/define-context-properties.scm
5104         (all-user-translation-properties): rename figuredBassFormatter
5105         from newFiguredBassFormatter.
5106
5107         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5108
5109         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5110
5111         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5112
5113         * lily/beam.cc (calc_beaming): new function.
5114         (calc_shorten): new function.
5115
5116         * THANKS: add Edward Neeman.
5117
5118         * input/regression/accidental-clef-change.ly: new file.
5119
5120         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5121
5122         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5123
5124         * lily/clef-engraver.cc (inspect_clef_properties): reset
5125         localKeySignature for clef changes.
5126
5127 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5128
5129         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5130         add dummy definition that works in Linux and add information in
5131         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5132
5133         * Documentation/user/changing-defaults.itely (Modifying context
5134         plug-ins): Add index for \with.
5135
5136         * Documentation/user/music-glossary.tely (dal segno): Updated
5137         example to version >=2.6.
5138
5139 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5140
5141         * Documentation/user/instrument-notation.itely (Printing chord
5142         names): Reorder \chordmode and \repeat in one example.
5143
5144 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5145
5146         * VERSION: release 2.7.17
5147         
5148         * Documentation/topdocs/NEWS.tely (Top): add note about
5149         refactoring.
5150
5151         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5152         new function. Search region of 3 positions for best tie.
5153         (score_configuration): new function.
5154         (score_aptitude): new function.
5155         (generate_configuration): new function.
5156         (get_configuration): new function.
5157         (Tie_formatting_problem): new function
5158
5159         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5160
5161         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5162
5163         * THANKS: add Eduardo Vieira & Ralph Little
5164
5165         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5166         narrower.
5167
5168         * lily/include/tie-formatting-problem.hh (class
5169         Tie_formatting_problem): add Tie_details to
5170         Tie_formatting_problem. Update calling conventions.
5171
5172         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5173         config.make.
5174
5175         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5176
5177 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5178
5179         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5180         scm/define-context-properties.scm: Maintenance bugfix: make
5181         ligature brackets work again by removing obsolete ligature
5182         primitive callback push/pop.
5183
5184         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5185         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5186         value.
5187
5188 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5189
5190         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5191         used and do not call it a path.
5192         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5193
5194 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5195
5196         * lily/include/tie-formatting-problem.hh (class
5197         Tie_formatting_problem): new file.
5198
5199         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5200
5201         * Documentation/misc/ChangeLog-2.3:  new file.
5202
5203         * lily/audio-staff.cc (output): degarianize.
5204
5205 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5206
5207         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5208         Unset PYTHONOPTIMIZE.  Fixes install if set.
5209
5210 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5211
5212         * python/convertrules.py (conv): add warning about drums. 
5213
5214         * make/stepmake.make: include toplevel-version.make after config.make.
5215
5216         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5217         also allow python2.4
5218
5219         * config.make.in (configure-srcdir): remove GXX GCC vars.
5220
5221         * stepmake/aclocal.m4: don't do non-srcdir build with
5222         symlinks. Use inclusion, so the src directory name can be changed.
5223
5224 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5225
5226         * make/mutopia-vars.make:
5227         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5228         files.
5229
5230 2005-11-13  Werner Lemberg  <wl@gnu.org>
5231
5232         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5233         but the affected path.  This ensures that the (overlapping) outlines
5234         have the same direction, which is a necessary prerequisite for
5235         FontForge's algorithm to remove overlaps.
5236         Formatting.
5237
5238         * mf/feta-haak.mf: Formatting.
5239         (draw_bracket): Slightly modify outline to avoid an unnecessary
5240         corner.
5241         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5242         them from the affected paths.
5243
5244 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5245
5246         * mf/README: remove xpm / accordion notes.
5247
5248         * lily/tie-column-format.cc (set_chord_outline): add dots into
5249         skyline extents. This fixes tie formatting if the left head has dots.
5250
5251         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5252         space inside the staff.
5253         (get_configuration): shift another position if necessary in case
5254         of left head tie  
5255
5256 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5257
5258         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5259         buildscript-dir iso. $(depth)/buildscripts.
5260
5261         * tex/GNUmakefile (local-uninstall): remove
5262         music-drawing-routines.ps juggling.
5263
5264         * stepmake/stepmake/install-targets.make (local-install-files):
5265         prepend src-dir to install targets.
5266
5267         * lily/system-start-delimiter-engraver.cc
5268         (acknowledge_system_start_delimiter): use
5269         add_offset_callback(). This fixes translation of nested
5270         staffgroups.
5271
5272         * lily/grob-closure.cc (add_offset_callback): only encaps in
5273         simple_closure if it's a procedure.
5274         
5275         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5276         from bar-line.
5277
5278         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5279         remove-empty where pertinent.
5280
5281 2005-11-12  Graham Percival  <gpermus@gmail.com>
5282
5283         * Documentation/user/instrument-notation.itely: added
5284         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5285
5286 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5287
5288         * lily/GNUmakefile
5289         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5290         make picture in builddir, not srcdir.
5291
5292 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5293
5294         * VERSION: release 2.7.16
5295         
5296         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5297         shell arguments. 
5298
5299 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5300
5301         * Documentation/user/examples.itely (Piano templates): Minor
5302         modification to the Piano centered lyrics example.
5303
5304 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5305
5306         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5307         $BROWSER.
5308
5309         * Documentation/user/point-and-click.itely: simplify p&c
5310         instruction: don't configure firefox. Put lilypond-invoke-editor
5311         in front of the browser.
5312
5313         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5314         (run-browser): new function.
5315
5316         * lily/parser.yy (Lily_lexer): recognize Book
5317
5318         * lily/book.cc (clone): new function
5319
5320         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5321
5322 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5323
5324         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5325         Maintenance bugfix: reduce number of font related warnings by
5326         updating naming conventions for glyph-name.
5327
5328 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5329
5330         * scm/define-grobs.scm (all-grob-descriptions): add
5331         rhythmic-grob-interface to TabNoteHead.
5332
5333         * scm/layout-beam.scm (check-quant-callbacks): remove
5334         set_stem_lengths()
5335
5336 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5337
5338         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5339         alignment of centered divisiones.
5340
5341         * scm/scripts.scm (articulations): Maintenance bugfix:
5342         follow-into-staff -> quantize-position.
5343
5344         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5345         plica head in porrectus deminutus.
5346
5347 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5348
5349         * make/lilypond.fedora.spec.in (Group): add %clean section.
5350
5351         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5352         less then 1/5th of total length.  
5353         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5354
5355         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5356         events into EventChord. This fixes textspanners on mm rests. Fixes
5357         spanner-rest.ly
5358
5359         * lily/side-position-interface.cc (get_axis): read side-axis
5360         (set_axis): set side-axis.
5361
5362         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5363         properties everywhere.
5364
5365         * lily/spacing-spanner.cc (breakable_column_spacing): add
5366         average-spacing-wishes. Take maximum if not set.
5367         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5368
5369         * scm/define-grobs.scm (all-grob-descriptions): add
5370         average-spacing-wishes.
5371
5372         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5373         offset callbacks. This fixes alignment for Fingering objects.
5374
5375         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5376         space for key - timesig combination. 
5377
5378         * input/regression/script-stem-tremolo.ly (Module): new file.
5379
5380         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5381         to key sig.
5382
5383         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5384         Fixes: c-tremolo-script.ly.
5385         
5386         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5387
5388         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5389         
5390         * scm/define-grobs.scm (all-grob-descriptions): remove
5391         self-X-offset. Fixes alignment of octavate-8.
5392
5393         * scripts/lilypond-book.py (datadir): look in
5394         LILYPONDPREFIX/share/lilypond/current/
5395
5396         * GNUmakefile.in: symlink current to <VERSION>. 
5397
5398 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5399
5400         * lily/main.cc: eps listed as a backend.
5401
5402 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5403
5404         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5405
5406 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5407
5408         * lily/include/score.hh (class Score): remove texts_ member.
5409
5410         * lily/beam.cc (set_stem_lengths): force direction callback.
5411         (print): read quantized-positions, so we can force
5412         Beam::set_stem_lengths to occur.
5413         (rest_collision_callback): use common X parent. 
5414
5415 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5416
5417         * flower/file-path.cc (find): Bugfix: Return name of file found.
5418
5419         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5420         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5421         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5422
5423 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5424
5425         * flower/offset.cc: idem.
5426
5427         * mf/*.mf: update email address.
5428
5429         * lily/font-config-scheme.cc:  new file.
5430
5431         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5432
5433         * lily/*:  cs.uu.nl -> xs4all.nl
5434
5435         * VERSION (PATCH_LEVEL): release 2.7.15
5436
5437         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5438         spec files.
5439
5440         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5441
5442 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5443
5444         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5445
5446         * lily/staff-performer.cc (process_music): add audio
5447         elements. This makes MIDI instrument changes work once again.
5448
5449         * lily/main.cc (LY_DEFINE): add gmane address.
5450
5451         * lily/beam.cc: remove calc_positions()
5452
5453         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5454         original_ in private scope.
5455         (class Grob): drop pscore_ pointer, change to output_def pointer.
5456         (class Grob): cleanup class definition.
5457
5458         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5459
5460 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5461
5462         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5463         absolute.  Better diagnostics.
5464
5465         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5466         This makes lilypond run from the build directory using argv0
5467         relocation (without any --prefix or LILYPONDPREFIX setting).
5468
5469 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5470
5471         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5472
5473         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5474         with simple-closure.
5475
5476         * lily/self-aligment-interface.cc (set_align_self): new function
5477         (set_center_parent): new function.
5478
5479         * lily/side-position-interface.cc (set_axis): new function.
5480
5481         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5482         generic code. 
5483
5484         * scm/define-grob-properties.scm (all-user-grob-properties):
5485         remove [XY]-offset-callbacks add [YX]-offset
5486         
5487 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5488
5489         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5490         entry for time signatures after breathing signs. Bug report by
5491         Scott Russell.
5492
5493 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5494
5495         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5496         not absolute, make it absolute using PATH.
5497
5498 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5499
5500         * python/midi.c (initmidi): Fix type for mingw.
5501
5502 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5503
5504         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5505
5506         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5507         cross compiling.
5508
5509         * stepmake/aclocal.m4: Support python cross compiling.
5510
5511         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5512         Add mingw section.
5513
5514 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5515
5516         * scm/output-lib.scm (chain-grob-member-functions): replace
5517         chained-callback.cc
5518
5519         * lily/chained-callback.cc (Module): remove file.
5520
5521         * lily/rest-collision.cc (force_shift_callback_rest): change to
5522         chained callback.
5523
5524         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5525
5526         * lily/grob.cc (y_parent_positioning): remove axis argument from
5527         parent_positioning callbacks.
5528         (Grob): junk init code
5529         (get_offset): use generic property callbacks for
5530         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5531         (axis_parent_positioning): new function
5532         (axis_offset_symbol): new function
5533         (chain_offset_callback): new function
5534         (add_offset_callback): new function
5535
5536         * lily/beam.cc (rest_collision_callback): change signature; this
5537         is now a chained callback.
5538
5539         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5540         callback administration.
5541
5542         * lily/simple-closure.cc: new file. Smob type that allows "grob
5543         member functions",
5544
5545             (ly:make-simple-closure FUNC A B)
5546
5547         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5548         in various ways.
5549
5550         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5551         callbacks.
5552
5553         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5554
5555         * lily/rest.cc (polyphonic_offset_callback): remove.
5556
5557         * lily/script-engraver.cc (try_music): remove bool* argument.
5558
5559         * scm/script.scm (default-script-alist): set quantize-position
5560         appropriately.
5561
5562         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5563
5564         * lily/side-position-interface.cc (aligned_side): move staff
5565         position quantization from
5566         Side_position_interface::quantised_position().
5567         (quantised_position): remove
5568         
5569 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5570
5571         * input/regression/beam-quant-standard.ly: reindent, set
5572         debug-beam-quanting to #t.
5573
5574         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5575         10000 if this is a "hard" concave beam.
5576
5577         * lily/beam.cc (calc_least_squares_positions): change from
5578         calc_least_squares_dy
5579         (set_stem_lengths): this is now a chained callback.
5580
5581         * lily/context-property.cc (execute_general_pushpop_property):
5582         bugfix override with procedure should have effect.
5583
5584         * scm/define-grob-properties.scm (all-internal-grob-properties):
5585         remove position-callbacks.
5586
5587         * scm/define-grobs.scm (all-grob-descriptions): use
5588         ly:make-callback-chain for positions property.
5589
5590         * scm/layout-beam.scm (check-quant-callbacks): return list of
5591         chained callbacks.
5592
5593         * scm/lily.scm (type-p-name-alist): add callback-chain
5594
5595         * lily/lily-guile.cc (type_check_assignment): type check failure
5596         is warning not message.
5597
5598         * lily/grob-property.cc (try_callback): walk callback chain if
5599         appropriate.
5600
5601         * lily/chained-callback.cc: new file. new smob type.
5602
5603         * lily/lily-guile.cc (procedure_arity): new function.
5604
5605 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5606
5607         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5608
5609 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5610  
5611         * Documentation/user/instrument-notation.itely (Figured bass):
5612         describe new features
5613
5614 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5615
5616         * lily/beam.cc (calc_least_squares_dy): use property callback.
5617
5618         * lily/beam-concave.cc (calc_concaveness): use property callback.
5619
5620         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5621
5622 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5623
5624         * HACKING: Update.
5625
5626 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5627
5628         * scm/layout-page-layout.scm (page-headfoot): annotate
5629         pagetopspace too.
5630
5631         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5632
5633         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5634         doesn't take y-space.
5635
5636         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5637
5638 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5639
5640         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5641         src-wildcard, remove $(wildcard).
5642
5643         * po/GNUmakefile (PO_FILES): 
5644         * ps/GNUmakefile (PS_FILES): 
5645         * tex/GNUmakefile (TEX_FILES): 
5646         * cygwin/GNUmakefile (POSTINSTALLS):
5647         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5648         some wildcard calls.
5649
5650 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5651
5652         * THANKS: add Thomas Bushnell.
5653
5654 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5655
5656         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5657         (lilypond-main): Redirect to gui-main if 'gui is set.
5658
5659         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5660         for alternative installations kludging s/share/lib/g
5661         LILYPONDPREFIX. 
5662
5663         * SConstruct (libdir_package_version): Define.
5664
5665         * python/SConscript: 
5666         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5667         module in libdir.  
5668
5669 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5670
5671         * lily/main.cc: clarify --safe.
5672
5673 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5674
5675         * VERSION: release 2.7.14
5676         
5677         * Documentation/user/*.itely: remove minimumVerticalExtent.
5678
5679         * scm/define-grobs.scm (all-grob-descriptions): remove
5680         RemoveEmptyVerticalGroup
5681
5682         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5683
5684         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5685         compile on MOSX
5686
5687         * python/convertrules.py (conv): add rules.
5688
5689         * lily/grob.cc: remove is_empty()
5690
5691         * lily/grob-property.cc: remove add_to_list_property().
5692
5693         * scripts/convert-ly.py (datadir): add prefix switching hack to
5694         .py too.
5695
5696         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5697         space-function tweak.
5698
5699         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5700
5701         * scm/define-grob-properties.scm (all-user-grob-properties):
5702         remove callback property.
5703
5704         * lily/include/grob.hh (class Grob): remove property_callbacks_
5705         member. Properties of procedure type are assumed to be callbacks.
5706
5707         * lily/ligature-engraver.cc (override_stencil_callback):
5708         rewrite. Use noteHeadLigaturePrimitive as source.
5709
5710         * scm/define-grob-properties.scm (all-internal-grob-properties):
5711         remove ligature-primitive-callback
5712
5713         * lily/include/dimension-cache.hh (class Dimension_cache): make
5714         class, with Grob as friend.
5715
5716         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5717         has_extent_callback()
5718
5719         * scm/translation-functions.scm (format-new-bass-figure): read
5720         figuredBassPlusDirection
5721
5722         * scm/define-context-properties.scm
5723         (all-user-translation-properties): add figuredBassPlusDirection.
5724
5725         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5726
5727         * lily/align-interface.cc (set_ordered): new function.
5728
5729         * lily/grob.cc (flush_extent_cache): rewrite.
5730
5731         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5732         Interval pointer directly.
5733
5734         * lily/main.cc (setup_paths): insert extra / .
5735         (setup_paths): junk cff entry.
5736
5737         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5738         directories.
5739
5740         * lily/axis-group-engraver.cc (finalize): remove
5741         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5742
5743         * lily/grob.cc (Grob): don't set extent from ctor.
5744         (extent): use property callbacks. 
5745
5746         * lily/axis-group-interface.cc: remove set_axes() function.
5747
5748         * lily/grob-property.cc (del_property): new function.
5749
5750 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5751
5752         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5753         
5754 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5755
5756         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5757
5758 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5759
5760         * mf/SConscript: Updates.
5761
5762         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5763
5764         * stepmake/stepmake/*:
5765         * */GNUmakefile:
5766         * config.make.in:
5767         * GNUmakefile.in:
5768         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5769         from any directory in build-dir.  Cleanups.
5770
5771         * make/srcdir.make.in: Remove.
5772
5773         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5774
5775         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5776         main).
5777
5778         * lily/SConscript: Remove ttftools.
5779
5780         * SConstruct: Resurrect.
5781
5782 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5783
5784         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5785         Y coordinate. 
5786
5787         * lily/paper-book.cc (add_score_title): put Paper_score title into
5788         systems_ list.
5789
5790         * scm/translation-functions.scm (format-new-bass-figure): also
5791         allow plus in combination with _
5792
5793 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5794
5795         * VERSION: 2.7.13 released.
5796
5797         * lily/note-collision.cc (check_meshing_chords): don't wipe
5798         stencil, merely set transparent.
5799
5800         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5801         (Top): document #'callbacks.
5802         (Top): document nested \override.
5803
5804         * input/regression/figured-bass.ly: update for slash and pluses.
5805
5806         * input/regression/figured-bass-continuation-forbid.ly (Module):
5807         new file.
5808
5809         * scm/translation-functions.scm (format-new-bass-figure): use
5810         slashed-digit if diminished is set.
5811         (format-new-bass-figure): add + if 'augmented is set.
5812
5813         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5814
5815         * input/test/piano-staff-distance.ly: remove file.
5816
5817         * Documentation/user/advanced-notation.itely (Formatting cue
5818         notes): use length-fraction for making stems/beams smaller.
5819
5820         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5821         modifications.
5822
5823         * lily/new-figured-bass-engraver.cc: new property
5824         centerFiguredBassContinuations
5825
5826         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5827         use callbacks.
5828
5829         * lily/context-property.cc (execute_general_pushpop_property):
5830         robustness checks.
5831
5832         * input/regression/override-nest.ly: new file.
5833
5834         * python/convertrules.py (FatalConversionError.subber): conversion
5835         rule for #'callbacks
5836
5837         * input/regression/override-nest.ly: new function.
5838
5839         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5840         #c too. 
5841
5842         * lily/context-property.cc (lookup_nested_property): new function.
5843         (evict_from_alist): new function.
5844         (general_pushpop_property): new function.
5845         (execute_general_pushpop_property): rewrite. Support nested
5846         properties too.
5847
5848 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5849
5850         * lily/beam.cc: use length-fraction too.
5851
5852         * scm/define-grob-properties.scm (all-user-grob-properties):
5853         remove property flag-width-function
5854         (all-user-grob-properties): remove space-function.
5855
5856         * scm/layout-beam.scm: remove flag-width-function.
5857
5858         * lily/beam.cc: remove flag-width-function
5859
5860         * scm/layout-beam.scm: remove beam dir functions.
5861
5862         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5863
5864         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5865         for easier grace tweaks.
5866
5867         * lily/beam.cc: remove dir-function.
5868
5869         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5870
5871         * lily/grob.cc: remove spacing-procedure.
5872
5873         * lily/note-head.cc (calc_stem_attachment): new function.
5874         (internal_print): use callback to get glyph-name.
5875
5876         * lily/grob-property.cc (get_interfaces): new function.
5877
5878         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5879
5880         * lily/stem.cc (calc_stem_end_position): new function.
5881         (calc_length): new function.
5882         document details for stem.
5883         remove Stem::get_direction()
5884
5885         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5886
5887         * lily/grob-property.cc (set_callback): new function.
5888
5889         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5890
5891         * lily/item-scheme.cc: new file.
5892
5893         * lily/bar-line.cc (before_line_breaking): remove function.
5894         remove bar-size-procedure, break-glyph-function
5895
5896         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5897
5898         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5899
5900         * lily/system-start-delimiter.cc (print): suicide from
5901         here. Remove after_line_breaking_callback.
5902
5903         * lily/script-interface.cc (calc_direction): use callback for direction.
5904
5905         * lily/side-position-interface.cc (aligned_side): don't use
5906         Side_position_interface::get_direction directly. Use callback. 
5907
5908         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5909         calculate stencil.
5910         (get_print_stencil): rename from get_stencil: create stencil with
5911         transparency, color and cause. 
5912
5913         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5914
5915         * python/convertrules.py (conv): insert temporary warning rule.
5916
5917         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5918
5919         * lily/grob-property.cc (try_callback): remove marker if applicable.
5920
5921         * lily/grob.cc: elucidate doc about after/before-line-breaking
5922
5923         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5924
5925         * lily/stem.cc (height): idem.
5926
5927         * lily/stem-tremolo.cc: idem.
5928
5929         * lily/slur.cc (height): don't use get_uncached_stencil()
5930
5931         * lily/rest.cc (y_offset_callback): use offset callback
5932         iso. after-line-breaking callback.
5933
5934         * lily/grob.cc: change after/before-line-breaking-callback to
5935         after/before-line-breaking dummy properties.
5936
5937         * lily/include/grob.hh: remove Grob_status.
5938
5939         * scm/define-context-properties.scm
5940         (all-user-translation-properties): remove verticalAlignmentChildCallback
5941
5942         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5943         (calc_direction): use callback
5944         (calc_positions): use callback.
5945
5946         * lily/tie.cc (calc_direction): use callback. Only call parent
5947         positioning for more than one tie.
5948
5949         * lily/tie-column.cc (calc_positioning_done): use callback
5950
5951         * lily/slur-scoring.cc (calc_control_points): use callback
5952
5953         * lily/slur.cc (calc_direction): use callback.
5954
5955         * lily/note-collision.cc (force_shift_callback): remove.
5956
5957         * lily/dot-column.cc (force_shift_callback): remove. Use
5958         other_axis_parent_positioning.
5959
5960         * lily/grob.cc (other_axis_parent_positioning): new function.
5961         (same_axis_parent_positioning): new function
5962
5963         * lily/align-interface.cc (alignment_callback): remove function.
5964
5965         * lily/note-collision.cc (calc_positioning_done): use callback.
5966
5967         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5968         (calc_direction): idem.
5969         remove print function.
5970
5971         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5972
5973         * lily/dot-column.cc (calc_positioning_done): use callback.
5974
5975         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5976
5977         * lily/beam.cc (calc_direction): use pseudo-property for beam
5978         direction callback.
5979         (calc_positions): use callback 
5980
5981         * lily/align-interface.cc (calc_positioning_done): use
5982         callback. Fold fixed  distance and normal alignment in one function.
5983
5984         * lily/stem.cc (calc_stem_end_position): use callback.
5985         (calc_positioning_done): idem.
5986         (calc_direction): idem.
5987         (calc_stem_end_position): idem
5988         (calc_stem_info): idem.
5989
5990         * lily/grob-property.cc (get_property_data): new function: 
5991         (try_callback): new function.
5992
5993         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5994         callbacks property.
5995
5996         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5997
5998 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5999
6000         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6001         tie
6002         has no heads.
6003         
6004         * lily/include/*.hh (Module): compile fixes.
6005
6006 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6007
6008         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6009         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6010         instead of (char-syntax nil), thanks to Milan Zamazal.
6011
6012 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6013
6014         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6015         dist.
6016
6017         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6018         themselves.
6019
6020 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6021
6022         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6023         add class_name() method.
6024
6025         * lily/music-scheme.cc: remove ly:music-name.
6026
6027 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6028
6029         * cygwin/postinstall-lilypond.sh: Remove cruft.
6030
6031         * cygwin/postremove-lilypond.sh: Remove.
6032
6033         * cygwin/GNUmakefile (default): Remove postremove rules.
6034
6035 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6036
6037         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6038         even header too.
6039         
6040         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6041         MacOS 9 users.
6042
6043         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6044         consider break index for broken spanner.
6045
6046         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6047         characters from string before splitting.
6048
6049 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6050
6051         * scm/framework-ps.scm (output-preview-framework): use
6052         is-book-title to determine whether to chop off the booktitle.
6053
6054         * lily/paper-book.cc (systems): init from book-title-properties
6055         (add_score_title): init score-title-properties.
6056
6057         * ly/paper-defaults.ly: add {score,book}-title-properties.
6058
6059         * scm/document-backend.scm (lookup-interface): error message if
6060         using unknown interface.
6061
6062         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6063         edge-height.
6064
6065         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6066         make_bracket.
6067         (make_bracket): new function.
6068
6069         * scm/lily.scm (define-scheme-options): add paper-size option.
6070
6071         * ly/declarations-init.ly (laissezVibrer): get paper size from
6072         -dpaper-size
6073
6074         * scm/translation-functions.scm: use \fontsize for changing the
6075         fontsize.
6076
6077         * scm/define-grobs.scm (all-grob-descriptions): set
6078         between-length-limit to 1.0
6079
6080         * lily/tie-helper.cc: add between_length_limit_ detail property.
6081
6082         * mf/feta-bolletjes.mf: typos.
6083
6084         * lily/note-head.cc (internal_print): don't shadow idx
6085         parameter. This fixes wrong attachment for do shape heads.
6086
6087 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6088
6089         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6090
6091         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6092
6093         * scm/layout-slur.scm: rename from slur.scm
6094
6095         * scm/layout-page-layout.scm: rename from page-layout.scm
6096
6097         * scm/layout-beam.scm: rename from beam.scm
6098
6099         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6100         bass-figure-interface
6101
6102         * lily/new-figured-bass-engraver.cc (process_music): add
6103         implicitBassFigures property.
6104         
6105         * scm/define-markup-commands.scm (pad-x): new markup.
6106
6107         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6108         minimumVerticalExtent on FiguredBass context.
6109
6110         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6111         case the continuation crosses a line break.
6112
6113 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6114
6115         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6116         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6117         absolute file name bug.  
6118
6119 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6120
6121         * VERSION (PACKAGE_NAME): release 2.7.12
6122
6123         * input/regression/figured-bass-continuation-center.ly: new file.
6124
6125         * input/regression/beam-outside-beamlets.ly: new file.
6126
6127         * lily/beam.cc (set_beaming): don't clip edges.
6128         (connect_beams): don't clip edges.
6129
6130         * lily/beaming-info.cc (clip_edges): new function.
6131
6132         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6133
6134         * Documentation/user/instrument-notation.itely (Figured bass):
6135         demonstrate extenders, update seealso links.
6136
6137         * scm/titling.scm (marked-up-headfoot): change tagline
6138         handling. tagline = ##f will blank the tagline as well.
6139
6140 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6141
6142         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6143
6144         * lily/new-figured-bass-engraver.cc (struct
6145         New_figured_bass_engraver): add new_music_found_ member.
6146
6147         * lily/lilypond-version.cc (Lilypond_version): deal with
6148         incorrectly formatted version strings. 
6149
6150         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6151         New_figured_bass_engraver by default.
6152
6153         * lily/ttf.cc (print_trailer): only define glyph names when
6154         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6155
6156 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6157
6158         * lily/horizontal-bracket.cc (make_bracket): new function.
6159
6160         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6161         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6162         BassFigureLine, BassFigureAlignment
6163
6164         * lily/new-figured-bass-engraver.cc (process_music): new file.
6165
6166         * lily/figured-bass-continuation.cc: new file.
6167
6168         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6169         new file.
6170
6171 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6172
6173         * scripts/lilypond-book.py: Bug fix, put the quote around the
6174         actual score for LaTeX documents.
6175
6176         * scm/define-grobs.scm (all-grob-descriptions): Change
6177         collapse-height of the SystemStartBracket grob to 5.0, 
6178         so the bracket disappears for single stave score lines (similarly
6179         to SystemStartBraces). 
6180
6181         * Documentation/user/advanced-notation.itely (Polymetric
6182         notation): Clarify the use of compressMusic.
6183
6184         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6185         that the grace spacer note in other staves need the same duration
6186         and document the stroke-style property.
6187
6188 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6189
6190         * Documentation/user/global.itely (Vertical spacing): document
6191         alignment-extra-space and fixed-alignment-extra-space.
6192
6193         * Documentation/topdocs/NEWS.tely (Top): add entry.
6194
6195         * input/regression/alignment-vertical-spacing.ly: new file.
6196
6197         * python/convertrules.py (conv): add rule.
6198
6199         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6200
6201         * lily/align-interface.cc (stretch_after_break): new
6202         function. Read fixed-alignment-extra-space property.
6203         (align_elements_to_extents): read alignment-extra-space property.
6204
6205         * lily/lily-guile.cc (robust_scm2dir): new function.
6206
6207         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6208         (annotate-space-left): new function. Annotate space left on page. 
6209         (annotate-y-interval): new function.
6210         (paper-system-annotate-last): new function. Annotate bottom-space.
6211
6212         * mf/feta-beugel.mf (y): 
6213
6214 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6215
6216         * VERSION (PACKAGE_NAME):  release 2.7.11
6217
6218         * scm/lily-library.scm (interval-translate): new function
6219         (interval-center): new function. 
6220
6221         * scm/page-layout.scm (paper-system-annotate): new function. Add
6222         arrows for dimensions.
6223  
6224         * scm/stencil.scm (dimension-arrows): new function.
6225
6226         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6227
6228         * input/regression/page-spacing.ly: add annotatespacing
6229
6230         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6231         (LY_DEFINE): new function ly:paper-system-set-property!
6232
6233         * Documentation/user/global.itely (Paper size): explain how to add
6234         sizes.
6235
6236         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6237         correspond to GS's definition.
6238
6239         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6240         tuplet bracket.
6241         (print): only connect to next bracket if the next one is alive.
6242         (print): set padding to 0.0 if the bound is a breakable
6243         column. This makes tupletFullLength brackets reach up to the staff
6244         line if it doesn't connect to the next line.
6245
6246 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6247
6248         * lily/bar-number-engraver.cc: correct docs.
6249
6250         * scm/output-lib.scm (first-bar-number-invisible): rename from
6251         default-bar-number-visibility
6252
6253 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6254
6255         * scm/define-music-properties.scm (all-music-properties): remove
6256         predicate property.
6257
6258 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6259
6260         * po/fi.po: refresh.
6261
6262 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6263
6264         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6265         superfluous s1.
6266         (disappear): bugfix.
6267
6268         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6269
6270         * lily/include/paper-system.hh (class Paper_system): remove
6271         staff_extents_ member.
6272
6273         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6274
6275         * lily/include/paper-system.hh (class Paper_system): remove
6276         number_ variable. Remove is_title_. Remove break_before_penalty_
6277
6278         * lily/paper-book.cc (systems): use 'number property iso. number_
6279         member.
6280
6281         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6282         remove ly:paper-system-number.
6283
6284         * scm/lily-library.scm (paper-system-title?): new function.
6285
6286         * lily/book.cc (process): bugfix: flip ?: cases. 
6287
6288         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6289         add outputProperty.
6290
6291         * ly/music-functions-init.ly: add outputProperty music function.
6292
6293         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6294
6295         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6296         and next-padding.
6297         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6298
6299         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6300
6301         * lily/paper-system.cc (internal_get_property): new function.
6302
6303         * Documentation/user/global.itely (Vertical spacing): refer to
6304         page-spacing.ly
6305
6306         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6307         pagetopspace
6308
6309         * input/regression/page-spacing.ly: new file.
6310
6311         * input/regression/page-top-space.ly: new file.
6312
6313         * lily/spacing-spanner.cc: cmath -> math.h
6314
6315         * lily/paper-system.cc (read_left_bound): new function. Read
6316         line-break-system-details from left bound to determine extents.
6317  
6318         * Documentation/user/programming-interface.itely (Using LilyPond
6319         syntax inside Scheme): change applyxxx -> applyXxx.
6320
6321         * ly/music-functions-init.ly: add outputProperty music function.
6322
6323         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6324
6325         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6326
6327         * python/convertrules.py (conv): rule
6328
6329         * ly/music-functions-init.ly: applyxxx -> applyXxx
6330
6331         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6332         TabVoice to Voice.
6333
6334 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * flower/include/real.hh: include <math.h> iso. <cmath>
6337
6338         * flower/include/offset.hh: include real.hh
6339
6340 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6341
6342         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6343         fix example, now that 'interfaces is no longer directly available.
6344
6345         * lily/book.cc (process): don't crash if paper == NULL.
6346
6347         * po/fr.po: update.
6348
6349 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6350
6351         * scm/define-music-types.scm (music-descriptions): set length and
6352         start-callback for QuoteMusic
6353
6354 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6355
6356         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6357         arguments. Fixes compilation error with gcc 3.3.
6358
6359 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6360
6361         * VERSION: release 2.7.10
6362
6363         * stepmake/stepmake/python-module-rules.make
6364         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6365
6366         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6367         real.hh
6368
6369 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6370
6371         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6372         -Werror. Otherwise GCC barfs over various optimizations.
6373
6374         * scm/define-grob-properties.scm (all-internal-grob-properties):
6375         add note-head property
6376
6377         * Documentation/user/instrument-notation.itely (Laissez vibrer
6378         ties): new node.
6379
6380         * input/regression/laissez-vibrer-ties.ly: new file.
6381
6382         * lily/laissez-vibrer-engraver.cc: new file.    
6383
6384         * lily/include/tie-column-format.hh: new file.
6385
6386         * lily/tie-column-format.cc: new file. 
6387
6388         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6389
6390         * lily/laissez-vibrer-tie.cc: new file.
6391
6392         * lily/include/laissez-vibrer-tie.hh: new file.
6393
6394         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6395
6396         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6397
6398         * scm/define-grobs.scm (all-grob-descriptions): add
6399         LaissezVibrerTie, LaissezVibrerTieColumn
6400
6401         * lily/tie-column.cc (set_tie_config_directions): new function
6402         (final_shape_adjustment): new function.
6403         (shift_small_ties): new function.
6404
6405         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6406
6407         * lily/include/tie.hh (struct Tie_details): add x_gap_
6408         (struct Tie_configuration): add head_position_
6409
6410         * lily/tie-column.cc (set_chord_outline): new function.
6411
6412         * mf/cmr.enc.in:  remove file.
6413
6414 2005-09-11  Graham Percival  <gpermus@gmail.com>
6415
6416         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6417
6418 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6419
6420         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6421         reduce aliasing effects.
6422
6423         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6424         box in skyline.
6425
6426 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6427
6428         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6429
6430         * flower/include/real.hh: std::fabs too.
6431
6432 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6433
6434         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6435
6436         * lily, flower: Include C++ iso C headers.  Import namespace std
6437         throughout.
6438
6439         * lily/side-position-interface.cc: 
6440         * lily/scm-hash.cc: 
6441         * lily/note-head.cc: 
6442         * lily/include/includable-lexer.hh: 
6443         * flower/include/string-data.icc: Remove using std::*.
6444
6445         * lily, flower: Include C++ iso C headers.  Import namespace std
6446         throughout.
6447
6448         * lily/side-position-interface.cc: 
6449         * lily/scm-hash.cc: 
6450         * lily/note-head.cc: 
6451         * lily/include/includable-lexer.hh: 
6452         * flower/include/string-data.icc: Remove using std::*.
6453
6454         * Documentation/user/instrument-notation.itely (Entering lyrics):
6455         Multiple latin-1->utf-8 conversion fix.
6456
6457         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6458
6459 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6460
6461         * lily/tie.cc (get_configuration): also avoid dots for non-space
6462         situations.
6463
6464 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6465
6466         * Documentation/user/instrument-notation.itely: Bugfix.
6467
6468 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6469
6470         * tex/GNUmakefile: don't install texinfo.tex
6471
6472         * tex/ : cleanup: remove unused files.
6473
6474         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6475
6476         * flower/include/real.hh: using std::{isnan,isinf}
6477         
6478         * VERSION (PATCH_LEVEL): release 2.7.9
6479
6480 2005-09-05  Graham Percival  <gpermus@gmail.com>
6481
6482         * Documentation/user/ instrument-notation.itely,
6483         advanced-notation.itely: minor tweaks.
6484
6485         * input/test/script-chart.ly: add item padding.
6486
6487 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6488
6489         * flower/offset.cc: use math.h iso. <cmath>
6490
6491         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6492         of IE users.
6493
6494         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6495         (widen-left-stencil-edges): new function. Fix alignment problems
6496         with LaTeX includegraphics.
6497
6498         * lily/text-interface.cc (interpret_markup): use abort().
6499
6500 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6501
6502         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6503
6504         * lily/tie.cc (get_configuration): update bezier shape as we
6505         change Y positions.
6506         (get_configuration): don't move large ties if we're outside of the
6507         staff.
6508
6509 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6510
6511         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6512         
6513 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6514
6515         * .cvsignore: Add auto-generated configure files and then some.
6516
6517 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6518
6519         * scm/define-grobs.scm (DynamicLineSpanner): Add
6520         X-extent-callback.  Fixes hairpin-slur collision.
6521
6522 2005-08-31  Graham Percival  <gpermus@gmail.com>
6523
6524         * Documentation/user/advanced-notation.itely,
6525         basic-notation.itely: minor changes.
6526
6527 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6528
6529         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6530         \linebreak between each .eps file if \betweenLilyPondSystem is
6531         undefined. 
6532
6533         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6534         music): Document the \linebreak
6535
6536         * Documentation/user/lilypond-book.itely,
6537         input/tutorial/lbook-latex-test.tex,
6538         Documentation/user/examples.itely: Remove \usepackage{graphics}
6539
6540 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6541
6542         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6543
6544         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6545         compat bugfix.
6546
6547         * scripts/lilypond-book.py (PREAMBLE_LY): define
6548         inside-lilypond-book
6549         (modify_preamble): new function. Insert \RequirePackage{graphics}
6550         when no {graphics found in preamble.  
6551
6552 2005-08030  Graham Percival  <gpermus@gmail.com>
6553
6554         * Documentation/user/basic-notation.itely, global.itely,
6555         tutorial.itely: misc small changes.
6556
6557 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6558
6559         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6560         VERSION.
6561
6562 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6563
6564         * lily/tie-column.cc (new_directions): put Tie down on center
6565         staff line. 
6566
6567         * lily/script-interface.cc (before_line_breaking): use
6568         Grob::programming_error
6569
6570         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6571
6572         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6573         of splitext.
6574
6575 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6576
6577         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6578
6579 2005-08-29  Werner Lemberg  <wl@gnu.org>
6580
6581         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6582         the `*.scale.pfa' files to avoid warnings.
6583
6584 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6585
6586         * lily/tempo-performer.cc (process_music): idem.
6587
6588         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6589
6590 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6591
6592         * Documentation/user/advanced-notation.itely (Text markup): not a
6593         fragment.
6594
6595         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6596
6597         * lily/staff-performer.cc (initialize): add tempo/name to
6598         audio_staff_
6599
6600
6601 2005-08-26  Graham Percival  <gpermus@gmail.com>
6602
6603         * Documentation/user/advanced.itely: add text-only example.
6604
6605         * Documentation/user/invoking.itely: add index entries for
6606         convert-ly.
6607
6608         * Documentation/user/ tutorial.itely, basic-notation.itely:
6609         small fixes suggested by Steve D.  Thanks!
6610
6611 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6612
6613         * input/regression/markup-bidi-pango.ly: new file.
6614
6615         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6616         standard. Remove #ifdef. Remove memleak.
6617         (text_stencil): use text_dir to decide how to composite items.
6618         (text_stencil): determine uniform text direction for the entire
6619         string.
6620
6621         * scripts/lilypond-book.py (output_name): remove
6622         latex_filter_cmd. Non-portable to non-Unix systems. 
6623         (get_latex_textwidth): use File.write and os.unlink() instead.
6624
6625         * THANKS: add Vicente & Trevor.
6626
6627         * lily/grob.cc (discretionary_processing): look up origin for
6628         programming_error too. 
6629
6630         * input/regression/tie-broken.ly: new file.
6631
6632         * lily/tie-column.cc (set_chord_outlines): set outline for line
6633         break case too.
6634         
6635 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6636
6637         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6638         unscaled transform, just translate stencils.
6639
6640         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6641         MIDI.
6642
6643         * scm/define-markup-commands.scm (wordwrap-string): use
6644         text-direction
6645         (wordwrap-stencils): idem.
6646         (line): idem.
6647         (fill-line): idem.
6648         (wordwrap-stencils): translate last line to right for
6649         text-direction = LEFT.
6650
6651         * scm/define-grob-properties.scm (all-user-grob-properties): add
6652         text-direction.
6653
6654 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6655
6656         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6657         when copying a Lily_parser object.
6658
6659 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6660
6661         * scm/define-markup-commands.scm (null): add null markup.
6662
6663 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6664
6665         * lily/item.cc: Add documentation of center-invisible
6666
6667 2005-08-24  Graham Percival  <gpermus@gmail.com>
6668
6669         * Documentation/user/advanced-notation.itely: add info about
6670         raising text.
6671
6672         * Documentation/user/programming-interface.itely: fix example
6673         involving raised text.
6674
6675 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6676
6677         * lily/beam.cc (print): fix X start/end points of isolated
6678         beamlets.
6679
6680         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6681
6682         * lily/multi-measure-rest.cc (set_text_rods): new function.
6683
6684         * lily/vertical-align-engraver.cc (process_music): call
6685         Align_interface::set_axis(). This forces #'elements to be ordered,
6686         preventing random vertical reordering of staves.
6687
6688         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6689         add avoid-slur property. 
6690
6691         * Documentation/user/basic-notation.itely (Measure repeats): add
6692         countPercentRepeats example.
6693
6694         * Documentation/user/advanced-notation.itely (Other text markup
6695         issues): remove remark about normal-font.  We have \normal-text
6696
6697         * input/regression/tie-chord.ly: add note about remaining bugs.
6698
6699         * lily/tie.cc (print): try Tie_column::set_directions () if
6700         control-points not yet defined.
6701
6702 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6703
6704         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6705         extent. This fixes braces falling out of the EPS bbox.
6706
6707         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6708         exactly to bbox.
6709
6710 2005-08-23  Graham Percival  <gpermus@gmail.com>
6711
6712         * {various} : change #up->#UP and #down->#DOWN.
6713
6714         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6715
6716         * Documentation/user/advanced-notation.itely: clarify
6717         what objects handles text on a multimeasure rest.
6718
6719 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6720
6721         * VERSION (PATCH_LEVEL): release 2.7.7
6722
6723 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6724
6725         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6726
6727         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6728
6729         * input/regression/*.ly: formatting clean-up. Default layout
6730         before music expression.
6731
6732         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6733         romanze28-2 example.
6734
6735         * scm/ps-to-png.scm: remove dir-re function.
6736         (make-ps-images): generate page names, instead of globbing them.
6737         This brings down LilyPond memory usage for make web by a factor
6738         10. 
6739
6740         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6741         don't use glob. With 3000 files, globbing
6742         Documentation/user/out-www/ can take too much time. 
6743         
6744         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6745
6746         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6747
6748         * input/regression/tie-manual.ly: new file
6749
6750         * input/regression/tie-chord.ly: update.
6751
6752         * flower/include/interval.hh (struct Interval_t): 
6753
6754         * lily/tie.cc (distance): new function 
6755         (height): new function.
6756         (init): new function
6757         (Tie_details): new struct.
6758
6759         * lily/skyline.cc (skyline_height): new function.
6760
6761         * lily/tie-column.cc (set_chord_outlines): new function.
6762         (new_directions): read tie-configuration
6763
6764         * lily/skyline.cc: fix ASCII art.
6765         
6766 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6767
6768         * python/convertrules.py (string_or_scheme): Fix spelling error
6769
6770 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6771         
6772         * lily/tie-column.cc (set_directions): set directions only once.
6773         (add_configuration): new function.
6774
6775         * lily/tie.cc (set_control_points): new function
6776
6777         * lily/tie-column.cc (new_directions): new function.
6778
6779         * ly/music-functions-init.ly: set 'pitch property
6780         iso. trill-pitch. This makes \relative work with \pitchedTrill
6781
6782         * lily/tie.cc (get_configuration): new function. Don't generate
6783         control points, rather, generate configuration.
6784         remove head-pair property.
6785
6786         * lily/include/tie.hh (struct Tie_configuration): new struct.
6787
6788 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6789
6790         * Documentation/topdocs/NEWS.tely: clarify.
6791
6792 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6793
6794         * lily/tie.cc: remove minimum-length
6795
6796         * scm/define-grob-properties.scm (all-user-grob-properties):
6797         remove staffline-clearance, y-offset 
6798
6799         * input/regression/tie-dots.ly (Module): remove.
6800
6801         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6802         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6803
6804         * input/regression/tie-single.ly: new file.
6805
6806 2005-08-21  Graham Percival  <gpermus@gmail.com>
6807
6808         * ly/bagpipe.ly: fix compile problem.
6809
6810 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6811
6812         * lily/midi-item.cc (name): new method.
6813
6814         * lily/staff-performer.cc (acknowledge_audio_element): use
6815         signature of baseclass.
6816
6817         * lily/engraver-group.cc (do_announces): move recursion call out
6818         of while loop. 
6819
6820         * lily/drum-note-performer.cc (class Drum_note_performer): use
6821         process_music everywhere.
6822
6823         * ly/performer-init.ly: add default children everywhere.
6824
6825         * lily/paper-book.cc (output): call paper-book-write-midis
6826         directly: always write MIDI, even if no \layout {} block. 
6827
6828 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6829
6830         * VERSION (PACKAGE_NAME): release 2.7.6
6831
6832         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6833         about not being able to handle repeat.
6834
6835 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6836
6837         * Documentation/user/examples.itely (Piano templates):
6838         * lily/include/performer-group.hh: Remove last traces of
6839         Performer_group_performer.  Fixes make web.
6840
6841 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6842
6843         * Documentation/user/examples.itely (Piano templates): change
6844         Engraver_group_engraver -> Engraver_group
6845
6846         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6847         scm_stand_in_procs is not weak_any.
6848
6849         * lily/volta-bracket.cc (print): don't use strcmp().
6850
6851         * lily/volta-engraver.cc (process_music): use
6852         Text_interface::is_markup() for setting the 'text property of the
6853         volta bracket.
6854
6855         * input/mutopia/claop.py (accents): update syntax to 2.6
6856
6857         * scm/define-context-properties.scm
6858         (all-user-translation-properties): add countPercentRepeats.
6859
6860         * Documentation/user/basic-notation.itely (Measure repeats): add
6861         isolated percent example.
6862
6863 2005-08-18  Graham Percival  <gpermus@gmail.com>
6864
6865         * input/ {various}: change direction #1, #-1 to
6866         #up/#down or \fooUp, \fooDown.
6867
6868         * Documentation/user/music-glossary.tely: #-1 to #down.
6869
6870         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6871         to #up, #-1 to #down.
6872
6873 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6874
6875         * lily/include/engraver-group.hh: rename.
6876
6877         * lily/include/performer-group.hh: rename.
6878
6879 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6880
6881         * input/test/script-abbreviations.ly: Removed some old LaTeX
6882         left overs.
6883
6884 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6885
6886         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6887         Remove functions.  Remove if 1: constructs, reindent.
6888
6889         * scripts/convert-ly.py (add_version): Add functions from
6890         convertrules.py
6891
6892         * scm/script.scm (default-script-alist):
6893         s/priority/script-priority.  Fixes script stacking.  Backportme.
6894         (Fermata): Very low priority.
6895
6896 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6897
6898         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6899
6900         * input/regression/slur-script.ly: remove padding tweaks. Add
6901         comment strings.
6902
6903         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6904         time sigs and related stuff.
6905
6906         * scm/define-grob-properties.scm (all-user-grob-properties): add
6907         @code{} tags to property description.
6908
6909         * lily/include/line-group-group-engraver.hh (Module): remove file.
6910
6911         * python/convertrules.py (conv): add rule for
6912         Engraver_group_engraver -> Engraver_group.
6913
6914         * lily/include/performer-group-performer.hh: analogous.
6915
6916         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6917
6918         * lily/context-def.cc (instantiate): check for
6919         Engraver_group_engraver and Performer_group_performer not
6920         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6921  
6922 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6923
6924         * input/les-nereides.ly: Remove three fingering tweaks, update
6925         remaining one.
6926
6927         * input/regression/slur-script-inside.ly: Update, fix doc.
6928
6929         * scm/script.scm: Update to avoid-slur.
6930
6931         * scm/define-grob-properties.scm (avoid-slur): New property.
6932
6933         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6934         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6935         outside_slur_callback if avoid-slur != #'inside.
6936
6937         * scm/define-grobs.scm (Fingering, Textscript): No
6938         inside-slur/outside-slur preference.
6939         (DynamicLineSpanner): Always outside slur.
6940
6941         * input/regression/slur-script.ly: More tests.
6942
6943 2005-08-17  Graham Percival  <gpermus@gmail.com>
6944
6945         * Documentation/user/lilypond-book: fix notime entry.
6946
6947         * Documentation/user/advanced-notation.itely: add info on
6948         getting an I rehearsal mark.
6949
6950         * Documentation/user/putting.itely: reinstate "I", re-enforce
6951         the fact that \override numbers are the result of
6952         experimentation and personal taste.
6953
6954         * Documentation/user/invoking.itely: update convert-ly bugs.
6955
6956 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6957
6958         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6959         to #t.
6960
6961         * lily/timing-translator.cc (initialize): don't initialize timing.
6962
6963         * input/regression/stem-spacing.ly (Module): remove file.
6964
6965         * input/regression/spacing-stick-out.ly: specify Score context for
6966         \override
6967
6968         * input/regression/clefs.ly: remove spurious {}s 
6969
6970 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6971
6972         * Documentation/topdocs/NEWS.tely,
6973         input/regression/repeat-percent-count.ly: clarify a bit.
6974
6975 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6976
6977         * input/no-notation/display-lily-tests.ly: delete
6978         display-lily-init call.
6979
6980         * ly/music-functions-init.ly (displayLilyMusic): move
6981         display-lily-init call at top level, so that the user should not
6982         have to call it.
6983
6984         * scm/define-music-display-methods.scm (note-name->lily-string):
6985         retrieve note names directly from pitchnames using new function `rassoc'.
6986         (display-lily-init): note names list construction removed.
6987
6988 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6989
6990         * THANKS: spello.
6991
6992         * lily/lily-parser.cc (get_header): copy module, instead of
6993         returning it.
6994
6995         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6996         counters.
6997
6998         * Documentation/user/basic-notation.itely (Measure repeats): add
6999         links to Counter grobs.
7000
7001         * scm/define-grobs.scm (all-grob-descriptions): add
7002         DoublePercentRepeatCounter
7003         (all-grob-descriptions): add PercentRepeatCounter
7004
7005         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7006         also create counter grobs.
7007
7008         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7009         return grob without space-alist.
7010
7011         * input/proportional.ly: tune staff-padding.
7012
7013         * input/regression/repeat-percent-count.ly: new file. 
7014
7015 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7016
7017         * input/no-notation/display-lily-tests.ly: moved from
7018         input/regression/ to input/no-notation. Be sure to call
7019         `display-lily-init' before trying to use the display function.
7020
7021 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7022
7023         * scripts/lilypond-book.py (option_definitions): Don't localize
7024         the empty string. Fixes bug when --psfonts was used with
7025         non-English locale.
7026
7027 2005-08-15  Graham Percival  <gpermus@gmail.com>
7028
7029         * lily/tuplet-bracket.cc: simple build fix.
7030
7031         * Documentation/user/putting.itely: use "we" instead of "I".
7032
7033         * Documentation/user/basic-notation.itely: cautionary accidentals
7034         work with naturals, too.
7035
7036 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7037
7038         * lily/tuplet-bracket.cc (calc_position_and_height): add
7039         staff-padding support.
7040
7041         * input/proportional.ly: set staff-padding.
7042         
7043         * VERSION (PATCH_LEVEL): release 2.7.5
7044
7045         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7046         fixes. Remove tweaks.
7047
7048         * input/regression/tuplet-slope.ly: add a test case.
7049
7050         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7051         erroneous fix. Add spanner bounds to offset array with relative X
7052         positions.
7053
7054         * ly/engraver-init.ly: add Rest_engraver only once.
7055
7056         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7057         (*parser*) lookup if (*parser*) != #f.
7058
7059 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7060
7061         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7062         Cut-and paste update.
7063
7064         * input/regression/slur-script.ly: Add example of reverting
7065         inside-slur for fingering.
7066
7067         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7068         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7069
7070         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7071         outside_slur_callback if inside-slur == #f (as opposed to unset).
7072
7073 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7074
7075         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7076         encoding files are already removed.
7077
7078 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7079
7080         * Documentation/user/advanced-notation.itely (Instrument names):
7081         Document a workaround for instrument names that collide with
7082         system start braces/brackets.
7083
7084 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7085
7086         * lily/rest-collision.cc (do_shift): spello.
7087
7088         * input/proportional.ly: use #'used property. Set break-overshoot
7089         property.
7090
7091         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7092
7093         * lily/paper-column.cc: add #'used property
7094
7095         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7096         array for staves found.
7097
7098         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7099         array for stavesFound.
7100
7101         * lily/staff-spacing.cc (next_note_correction): add fixed and
7102         space to calling convention. This fixes spacing of accidentals
7103         after barlines.
7104
7105         * input/regression/spacing-accidental-stretch.ly: add barline -
7106         accidental case.
7107
7108         * scm/framework-ps.scm (page-header): add version number to
7109         creator
7110         (eps-header): idem.
7111
7112         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7113         
7114 2005-08-13  Graham Percival  <gpermus@gmail.com>
7115
7116         * Documentation/user/global.itely: add "fit as much as
7117         possible onto this page" example (Vertical spacing).
7118
7119 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7120
7121         * *: Nitpick run.
7122
7123         * buildscripts/fixcc.py: Fixes.
7124
7125 2005-08-12  Graham Percival  <gpermus@gmail.com>
7126
7127         * Documentation/user/advanced-notation.itely: add markup
7128         example to Text spanners.
7129
7130 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7131
7132         * Documentation/user/basic-notation.itely (Ties): Add example of
7133         tying a tremolo to a chord. Thanks to Steve Doonan. 
7134
7135         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7136         properties and move tieMelismaBusy to the list of written
7137         properties. 
7138
7139 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7140
7141         * po/TODO: suggest to use a dedicated tool like kbabel.
7142
7143         * po/fi.po: update using kbabel.
7144
7145 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7146
7147         * *: Remove obsolete files.  Nitpick run.
7148
7149         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7150
7151 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7152
7153         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7154         too.
7155
7156         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7157
7158         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7159         whitespace as symbol separator.
7160
7161         * lily/side-position-interface.cc: Add slur-padding.
7162
7163         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7164         quite a large fix, and it never worked in a stable release; so not
7165         really a regression.
7166
7167         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7168         Update cut and paste code from Slur_engraver.
7169
7170         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7171         Add.
7172
7173         * scm/define-grobs.scm (DynamicLineSpanner): Add
7174         dynamic-line-spanner-interface.
7175         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7176
7177 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7178
7179         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7180         to_boolean () so that non-set 'inside-slur means false.
7181
7182         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7183         slur has control-points.  Skip script without direction.  Always
7184         do_shift if script inside slur, even if slur not contained in
7185         script y-extent.  Increment k in loop.
7186
7187 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7188
7189         * scm/define-markup-commands.scm: Improved regexp to search for
7190         EPS bounding boxes and corrected call to ly:warning.
7191
7192 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7193
7194         * Documentation/user/programming-interface.itely (Displaying music
7195         expressions): doc for \displayLilyMusic. Also some precisions in
7196         "Markup construction in Scheme"
7197
7198 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7199
7200         * scm/define-markup-commands.scm (normal-text): Added 2 new
7201         markup commands, \normal-text and \medium (the latter thanks to
7202         Bruce Fairchild). 
7203
7204 2005-08-08  Graham Percival  <gpermus@gmail.com>
7205
7206         * Documentation/user/programming-interface.itely: fix @{ @}.
7207
7208         * scm/define-markup-commands.scm: add linewidth info to
7209         \justify and \wordwrap, add "upright is the opposite of italic".
7210
7211         * Documentation/user/advanced-notation.itely: shaped->shape,
7212         add (cons (markup "foo")) type of example to text markup,
7213         reword multi-measure rests section.
7214
7215         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7216         comment.  No actual code was touched.
7217
7218         * Documentation/user/invoking.itely: add more info about
7219         \include.  Thanks, Bruce!
7220
7221         * THANKS: add Bruce Fairchild, alphabetise.
7222
7223         * Documentation/user/global.itely: document \score{\header{}}
7224         behavior.
7225
7226         * Documentation/user/basic-notation.itely: reword multi-measure
7227         rest discussion in Rests.
7228
7229 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7230
7231         * Documentation/user/programming-interface.itely (Markup
7232         construction in Scheme): Corrected example and tried to clarify
7233         the implicit \line in the table.
7234
7235 2005-08-07  Graham Percival  <gpermus@gmail.com>
7236
7237         * Documentation/user/instrument-notation.itely: moved
7238         some bagpipe info back into the bagpipe section.  Somehow
7239         it ended up in the "other vocal issues" section?!  :o_O
7240
7241 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7242
7243         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7244         directories, not paths).
7245
7246 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7247
7248         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7249         plain emmentaler/aybabtu.  Backportme.
7250
7251         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7252         missing dir correction.
7253
7254 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7255
7256         * scm/define-markup-commands: fix reversed justify/wordwrap
7257         doc strings.
7258
7259 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7260
7261         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7262         lily/gregorian-ligature-engaver.cc,
7263         lily/include/ligature-engraver.hh,
7264         lily/include/coherent-ligature-engraver.hh,
7265         lily/include/gregorian-ligature-engraver.hh: make these classes
7266         truely abstract.  This should fix some internal oddities such as
7267         duplicate as well as dead translator/property declarations, and
7268         also some dead code.
7269
7270         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7271         bugfix: avoid message "junking empty ligature" on ligature
7272         brackets by collecting dummy grobs.
7273
7274 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7275
7276         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7277
7278         * input/proportional.ly (staffKind): bugfix.
7279         (staffKind): updates by Trevor Baca.
7280
7281         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7282         default layout. 
7283
7284         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7285         pair.
7286
7287         * lily/beam.cc (rest_collision_callback): call position_beam() if
7288         necessary.
7289
7290         * VERSION: release 2.7.4
7291
7292         * input/regression/spacing-uniform-stretching.ly: new file.
7293
7294         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7295
7296         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7297         contributor.
7298
7299         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7300
7301         * input/proportional.ly: new file.
7302
7303         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7304         columns is empty
7305
7306         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7307         bounds to currentCommandColumn for the last step.
7308         (start_translation_timestep): if tupletFullLength is set, set
7309         bound to Paper Column
7310
7311         * input/regression/tuplet-full-length.ly (indent): new file.
7312
7313         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7314         clique of loose columns, eg. a set of grace notes in strict
7315         notespacing.
7316
7317         * input/regression/spacing-strict-spacing-grace.ly: new file.
7318
7319         * lily/key-signature-interface.cc: change property name to
7320         alteration-alist
7321
7322         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7323         keyAccidentalOrder
7324
7325         * python/convertrules.py (conv): keyAccidentalOrder ->
7326         keyAlterationOrder
7327
7328         * lily/key-engraver.cc (create_key): always print a cancellation
7329         for going to C-major/A-minor, regardless of printKeyCancellation.
7330         (create_key): remove typecheck for visibility. This fixes key
7331         signature not being printed.
7332
7333         * lily/spacing-determine-loose-columns.cc: new file.
7334
7335         * input/regression/spacing-strict-notespacing.ly: new file.
7336
7337         * lily/spacing-spanner.cc (generate_springs): rename from
7338         do_measure. 
7339         (generate_pair_spacing): new function.
7340         (init, generate_pair_spacing): set between-cols for floating
7341         nonmusical columns.
7342
7343         * lily/spaceable-grob.cc (get_spring): new function. 
7344
7345         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7346         relative to the right edge of the prefatory matter.
7347
7348         * lily/beam.cc (print): read break-overshoot to determine where to
7349         stop/start broken beams.
7350
7351         * input/regression/spanner-break-overshoot.ly: new file.
7352
7353 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7354
7355         * ly/bagpipe.ly: updated.
7356
7357         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7358
7359 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7360
7361         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7362         support: now (de)crescs avoid slurs as well.
7363
7364         * Documentation/user/instrument-notation.itely (Bagpipe example):
7365         comment out non-functioning bagpipe example.
7366         (Bagpipe definitions): idem.
7367
7368         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7369         (Top): add proportionalNotationDuration example.
7370
7371         * input/regression/spacing-proportional.ly: new file.
7372
7373         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7374         synched to a beam.
7375
7376         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7377         fixes beams with a single stem (eg. beams across linebreaks.)
7378
7379         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7380
7381         * flower/rational.cc (operator +): prevent overflow. This fixes
7382         heavily nested tuplets.
7383
7384         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7385         have to protect even those unlikely to be corrupted data members.  
7386
7387 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7388
7389         * ly/bagpipe.ly: new file.
7390
7391         * THANKS: added Sven Axelsson.
7392
7393 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7394
7395         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7396         copy proportionalNotationDuration into currentMusicalColumn if
7397         set.
7398
7399         * lily/spacing-spanner.cc (musical_column_spacing): if
7400         uniform-stretching set, fixed space is 0.0
7401
7402         * input/regression/spacing-multi-tuplet.ly: show
7403         uniform-stretching property.
7404
7405         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7406
7407         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7408         (struct Spacing_options): new struct.
7409
7410         * lily/spacing-basic.cc: new file.
7411
7412         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7413         delta_t doesn't have to be smaller than shortest_playing_len
7414
7415 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7416
7417         * input/regression/markup-arrows.ly:  new file.
7418
7419         * lily/tuplet-bracket.cc: document new behavior.
7420
7421         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7422         with line breaks.
7423
7424         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7425
7426         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7427         default 
7428
7429         * lily/tuplet-bracket.cc: add edge-text property.
7430         add break-overshoot.
7431         (print): read break-overshoot.
7432         (print): read edge-text, add stencils.
7433
7434         * mf/feta-arrow.mf: new file.
7435
7436         * mf/feta-generic.mf: add feta-arrow.
7437
7438 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7439
7440         * Documentation/user/lilypond-book.itely (An example of a
7441         musicological document): Added flag -o to dvips for people who use
7442         the default setting in teTeX where output is sent to the printer. 
7443
7444         * Documentation/user/global.itely (Vertical spacing): Added
7445         reference to the Axis_group_engraver which documents the *Extent
7446         properties.
7447
7448 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7449
7450         * Documentation/user/basic-notation.itely (Tuplets): add note
7451         about nested tuplets. Remove BUG. 
7452
7453         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7454
7455         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7456         (print): manually call print() for subtuplets.
7457         (calc_position_and_height): add subtuplets to the
7458         support. Vertically shift outer tuplet 
7459
7460         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7461         remove-first for Lyrics, ChordNames and FiguredBass
7462
7463         * scm/define-grob-properties.scm (all-internal-grob-properties):
7464         use ly:grob-array? iso. grob-list?
7465         (all-internal-grob-properties): add tuplets grob-array.
7466
7467         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7468         new function
7469
7470 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7471
7472         * input/test/time-signature-staff.ly: new file.
7473
7474         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7475         spurious #<Music FingerEvent> errors. Backportme.
7476
7477 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7478
7479         * Documentation/user/programming-interface.itely (Markup
7480         construction in Scheme): Corrected markup syntax in the
7481         translation table.
7482
7483 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7484
7485         * Documentation/user/instrument-notation.itely: small update
7486         to bagpipe notation docs; thanks Sven!
7487
7488         * Documentation/user/basic-notation.itely: add link about trills.
7489
7490 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7491
7492         * Documentation/user/music-glossary: remove accidentally committed
7493         fink patch.
7494
7495 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7496
7497         * lily/lily-parser.cc (get_header): new function. Enable multiple
7498         \header definitions.
7499
7500         * lily/parser.yy (lilypond_header_body): use get_header.
7501
7502         * ly/init.ly:
7503         * scm/lily-library.scm (print-score-with-defaults): renamed
7504         $globalheader to $defaultheader
7505             
7506         * Documentation/user/global.itely (Creating titles): added short
7507         explanation that multiple headers are useable.
7508
7509
7510 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7511
7512         * lily/module-scheme.cc (LY_DEFINE): new file. 
7513
7514         * Documentation/user/advanced-notation.itely (Font selection): add
7515         doco for make-pango-font-tree.
7516
7517 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7518
7519         * Documentation/user/music-glossary: more languages
7520         for tenuto.
7521
7522         * Docuemntation/user/instrument-notation.itely: minor
7523         update for bagpipe example.
7524
7525 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7526
7527         * input/regression/+.ly (TODO): add some text.
7528
7529 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7530
7531         * Documentation/user/invoking.itely: \score begins with music.
7532
7533         * Documentation/user/ basic-notation.itely,
7534         instrument-notation.itely: minor changes.
7535
7536         * Documentation/user/music-glossary.itely: began tenuto entry.
7537
7538 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7539
7540         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7541
7542         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7543
7544 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7545
7546         * Documentation/user/examples.itely: remove bagpipe template.
7547
7548         * Documentation/user/instrument-notation.itely: add bagpipe
7549         section, maybe fix quotes in lyrics.  I hate text encoding.
7550         Clarify chord durations, more bagpipe stuff.
7551
7552 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7553  
7554         * lily/accidental-engraver.cc: formatting fixes.
7555
7556         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7557         grob-array.
7558
7559         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7560
7561         * lily/note-column.cc (arpeggio): new function.
7562
7563         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7564         account for spacing.
7565
7566 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7569         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7570         mingw build.
7571         
7572 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7573
7574         * scm/lily.scm (lilypond-all): clear anonymous modules after
7575         processing files.
7576
7577 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7578
7579         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7580         SCM_I_CONSP
7581
7582         * VERSION: 2.7.3 released
7583
7584         * Documentation/user/invoking.itely (Invoking lilypond): add
7585         LILYPOND_GC_YIELD documentation.
7586
7587         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7588         scm_from_real / scm_make_real.
7589
7590         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7591         higher. This increases memory footprint, but provides overall
7592         speedup of 15 to 20%. 
7593
7594         * lily/include/translator.hh (class Translator): remove
7595         PRECOMPUTED_VIRTUAL everywhere.
7596
7597         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7598
7599         * lily/context.cc (now_mom): non-recursive now_mom() 
7600
7601         * lily/include/profile.hh: new file.
7602
7603         * lily/profile.cc: new file.
7604
7605         * lily/grob.cc (Grob::Grob): look properties up directly.
7606
7607         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7608         lookups.
7609
7610         * lily/include/box.hh (class Box): smob Box type.
7611
7612         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7613
7614         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7615         protect() and unprotect(). Use throughout.
7616
7617 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7618
7619         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7620
7621         * scm/define-music-display-methods.scm (markup->lily-string):
7622         markup elements can also be strings (without simple-markup
7623         appended)
7624
7625 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7626
7627         * lily/context.cc (where_defined): also assign value in
7628         where_defined().
7629
7630         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7631         (curve_coordinate): new function
7632
7633         * lily/simple-spacer.cc (add_columns): only add rods between
7634         column i and begin/end if keep-inside-line is set (this repleces
7635         allow-outside-line as default)
7636
7637 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7638
7639         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7640         tupletSpannerDuration if applicable.
7641
7642         * lily/font-size-engraver.cc (process_music): read fontSize only
7643         once per timestep.
7644
7645         * lily/engraver*cc: use throughout.
7646         
7647         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7648
7649         * lily/translator.cc (add_acknowledger): new file. Directly jump
7650         into an Engraver::acknowledge_xxx () method based on a grobs
7651         interface-list.
7652
7653         * lily/include/translator-dispatch-list.hh (class
7654         Engraver_dispatch_list): new struct, new file.
7655
7656         * scm/define-context-properties.scm
7657         (all-internal-translation-properties): remove acceptHashTable,
7658         acknowledgeHashTable
7659
7660         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7661
7662         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7663         change acknowledgeHashTable to C++ member. 
7664
7665         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7666
7667 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7668
7669         * scm/display-lily.scm: new file. Define a `display-lily-music'
7670         function, that displays the music expression given as an argument,
7671         using LilyPond notation.
7672
7673         * scm/define-music-display-methods.scm: new file. Implementation
7674         of display methods for each music type.
7675
7676         * ly/music-functions-init.ly (displayLilyMusic): new function for
7677         displaying music with LilyPond notation.
7678
7679         * input/regression/display-lily-tests.ly: new regression test file
7680         for `display-lily-music'.
7681
7682         * scm/markup.scm: remove obsolete debugging code (for printing
7683         markups with LilyPond notation).
7684
7685         * scm/define-music-types.scm (music-name-to-property-table):
7686         * scm/clef.scm (supported-clefs): export, in order to be accessible
7687         from the (scm display-lily) module.
7688
7689 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7690
7691         * Documentation/topdocs/NEWS.tely (Top): Typo.
7692
7693 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7694
7695         * Documentation/index.html.in, Documentation/texinfo.css,
7696           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7697           Documentation/bibliography/index.html.in,
7698           Documentation/bibliography/html-long.bst: revert css-width patch,
7699           it does not work with IE6.
7700
7701 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7702
7703         * Documentation/texinfo.css: revert 760px hack. 
7704
7705         * VERSION: release 2.7.2
7706
7707         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7708
7709         * Documentation/user/basic-notation.itely (Barnumber check): add
7710         section.
7711
7712         * scm/music-functions.scm (skip-to-last): new function. Show only
7713         last showLastLength part of the \score.
7714
7715         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7716
7717         * python/convertrules.py (conv): add ly:x-moment rule
7718
7719         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7720
7721         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7722
7723         * Documentation/user/instrument-notation.itely (Flexibility in
7724         alignment): options in subsections.
7725
7726         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7727         syllable text. Instead, assume that the previous lyric text is a
7728         melismated text.
7729
7730         * Documentation/index.html.in: revert 800x600 change.
7731
7732 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7733
7734         * lily/main.cc (main): Remove invalid handle kludge.
7735
7736         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7737         (lambda): add gui define.
7738
7739 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7740
7741         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7742
7743         * Documentation/user/instrument-notation.itely (Musica ficta
7744         accidentals): add section Musica ficta accidentals
7745
7746         * lily/accidental-engraver.cc (make_suggested_accidental): new
7747         function.
7748         (make_standard_accidental): move into new function.
7749         (create_accidental): new function.
7750
7751         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7752         AccidentalSuggestion
7753
7754         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7755
7756         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7757         undefined.
7758
7759         * Documentation/user/global.itely (Page formatting): document
7760         horizontalshift.
7761
7762         * scm/page-layout.scm (default-page-music-height):
7763         horizontalshift: new variable, shift all systems by
7764         horizontalshift to the right, to make space for instrument names.
7765
7766         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7767
7768         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7769
7770 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7771
7772         * lily/note-column.cc (dir): idem.
7773
7774         * lily/spacing-spanner.cc (Module): idem.
7775
7776         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7777
7778         * lily/include/paper-column.hh (class Paper_column): add
7779         non-static get_rank() member.
7780
7781         * VERSION: release 2.7.1
7782         
7783         * scm/framework-null.scm: new file, used for benchmarking.
7784
7785 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7786
7787         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7788         version dependencies for fontforge and gs.
7789
7790         * Documentation/index.html.in, Documentation/texinfo.css,
7791         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7792         Documentation/bibliography/index.html.in, 
7793         Documentation/bibliography/html-long.bst: optimize width of
7794         html for a 800x600 screen (width:760), increases printability
7795         when 'fit to page' is not set and readability in wide screens.
7796
7797         * stepmake/bin/add-html-footer.py: add missing </p>.
7798
7799 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7800
7801         * scm/define-markup-commands.scm (beam): use polygon in beam
7802         command.
7803
7804         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7805         all acknowledged grobs, and do potentially expensive merge and
7806         write in one go.
7807
7808         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7809
7810         * configure.in (reloc_b): add --enable-static-gxx to statically
7811         link to libstdc++
7812
7813         * lily/GNUmakefile (static-gxx-libs): new target
7814         static-gxx-libs. Create symlink to libstdc++.a
7815
7816         * lily/new-lyric-combine-music-iterator.cc: rename to
7817         Lyric_combine_music_iterator
7818
7819         * lily/lyric-combine-music-iterator.cc
7820         (Old_lyric_combine_music_iterator): rename to
7821         Old_lyric_combine_music_iterator
7822
7823         * lily/*-engraver.cc (various): remove double use of
7824         PRECOMPUTED_VIRTUAL function: only use
7825         start_translation_timestep() and stop_translation_timestep(), not
7826         both.
7827
7828         * lily/break-substitution.cc (fast_substitute_grob_array): do
7829         fast_substitute_grob_array for all unordered grob_arrays.
7830         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7831         (substitute_grob_array): optimize.
7832
7833         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7834
7835         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7836
7837         * lily/parser.yy: revert $globalheader patch.
7838         
7839         * lily/include/translator.icc
7840         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7841         Translator methods, without _static helper.
7842  
7843         * lily/grob-smob.cc (derived_mark): rename from
7844         do_derived_mark(). Return void.
7845
7846         * scm/define-context-properties.scm
7847         (all-internal-translation-properties): remove tweakCount/tweakRank.
7848
7849         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7850         predefined break-visibilities.
7851
7852         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7853         booleans for break-visibility.
7854
7855         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7856
7857         * python/convertrules.py (conv): rule for Timing_translator. 
7858
7859         * lily/include/translator.icc: new file. 
7860
7861         * lily/paper-column-engraver.cc (process_music): new
7862         file. Separate Paper_column factory from Score_engraver.
7863
7864         * lily/vertically-spaced-context-engraver.cc: administer
7865         spaceable-staves property of System.
7866
7867         * lily/translator-group-ctors.cc: new file.
7868
7869         * lily/context-property.cc (make_grob_from_properties): construct
7870         the right Grob class programmatically, looking at the class entry
7871         for the meta property.
7872
7873         * lily/break-align-engraver.cc (stop_translation_timestep): call
7874         Break_align_interface::add_element() directly.
7875
7876         * lily/context.cc (measure_position): measure_position() is now a
7877         normal function.
7878
7879         * lily/include/translator.hh (class Translator): rename
7880         process_acknowledged_grobs() to process_acknowledged() and move to
7881         Translator.
7882
7883         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7884         field for each grob description.
7885
7886         * lily/include/translator-group.hh (class Translator_group):
7887         change to base class. Separate class from Translator. This gets
7888         rid of virtual inheritance for Engravers/Performers.
7889
7890         * lily/staff-performer.cc (class Staff_performer): derive
7891         Staff_performer from Performer, not Performer_group_performer 
7892
7893         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7894         new function.
7895         (precompute_method_bindings): new function. Precompute lists of
7896         Translators, so we only call methods (process_music,
7897         start_translation_timestep, etc.) for Translators needing
7898         it. Also: dispose of pointer-to-member-function calls.
7899
7900         * lily/engraver-group-engraver.cc: remove engraver_each,
7901         recurse_down_engravers ()
7902
7903         * lily/note-head.cc (internal_print): only call
7904         glyph-name-procedure if style != default. 
7905
7906 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7907
7908         * ly/titling-init.ly: add printallheaders option.
7909
7910         * Documentation/user/global.itely: document printallheaders.
7911
7912 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7913
7914         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7915         anymore, but do it centrally.  
7916
7917         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7918         hammer hack.
7919
7920         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7921
7922         * scm/output-lib.scm: remove hammer-print-function.
7923
7924         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7925         macro. Declare a Link_array<Grob> and fill it from a grob.
7926         (extract_item_set): idem for item.
7927
7928         * lily/break-substitution.cc: add header.
7929         (fast_substitute_grob_array): rewrite for Grob_arrays.
7930         (substitute_grob_array): idem.
7931
7932         * lily/group-interface.cc (add_thing): remove file.
7933
7934         * flower/include/parray.hh (class Link_array): slice() is const.
7935
7936         * lily/include/grob-array.hh: new file.
7937
7938         * lily/grob-array.cc (spanner): new file.
7939
7940         * lily/beam-quanting.cc (fill): read details property from beam.
7941
7942         * lily/beam.cc: support details property.
7943
7944         * total speedups below: approx 10%.
7945
7946         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7947
7948         * lily/include/grob.hh (class Grob): add interfaces_ member.
7949
7950         * lily/bezier.cc (init_polynomial_cache): new function: cache
7951         binom(3,j) t^j (1-t)^{3-j}
7952         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7953
7954         * lily/*.cc: substitution throughout.
7955
7956         * lily/grob-property.cc (internal_get_object): new routine.
7957         (internal_set_object): idem. Store grob refrences in separate
7958         alist. This saves processing time, since properties aren't
7959         break-substituted, and the per grob namespace is smaller, both for
7960         grobs and non-grob properties.
7961
7962         * scm/define-grob-properties.scm (all-internal-grob-properties):
7963         remove center-element.
7964
7965         * lily/grob.cc: remove tweak-count, tweak-rank.
7966
7967 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7968
7969         * Documentation/user/lilypond-book.itely: fixes example.
7970
7971 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7972
7973         * Documentation/user/global.itely (Creating titles):    
7974         * Documentation/user/examples.itely (All headers): change the
7975         place of \header in \score blocks (after music block) to make
7976         examples compile (cf. changes on parser.yy on 2005-07-10)
7977
7978 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7979
7980         * python/convertrules.py: add exc -> ecc rule.
7981
7982         * scripts/convert-ly.py: add location of convertrules.py
7983         in a comment.
7984
7985         * Documentation/user/changing-defaults.itely: fix language.
7986
7987 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7988
7989         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7990
7991 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7992
7993         * scm/output-socket.scm (grob-bbox): don't use inf? 
7994
7995         * flower/include/rational.hh: add operator bool() 
7996
7997         * scm/define-music-types.scm (music-descriptions): remove
7998         internal-class-name properties.
7999
8000         * lily/include/event.hh: remove file.
8001
8002         * lily/include/music-constructor.hh: remove file.
8003
8004         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8005         in 'types property.
8006
8007         * lily/music.cc (duration_length_callback): new function.
8008
8009         * lily/event.cc: remove file.
8010
8011         * lily/music-constructor.cc: remove file.
8012
8013         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8014
8015         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8016         (get_context_key): idem.
8017
8018         * scm/lily.scm (lambda): new option object-keys (default to #f)
8019
8020         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8021
8022         * scm/output-gnome.scm: remove beam routine.
8023
8024         * scm/output-ps.scm (scm): idem.
8025
8026         * scm/output-svg.scm: remove beam.
8027
8028         * ps/music-drawing-routines.ps: remove draw_beam.
8029
8030         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8031
8032         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8033         add scm_from_locale_string compatibility glue. 
8034
8035 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8036
8037         * scripts/lilypond-book.py: Prevent occuring error when
8038         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8039         times and target file shoud be overwritten.  (Error message said
8040         'input file and output file is same'.)
8041
8042 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8043
8044         * input/regression/slur-extreme.ly,
8045         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8046         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8047         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8048         "excentricity" to "eccentricity".
8049
8050         * Documentation/user/converters.itely: fix URL for Noteedit and
8051         Rosegarden.
8052
8053         * THANKS: added Yoshinobu Ishizaki.
8054
8055 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8056
8057         * scm/define-markup-commands.scm (justify-field): add. 
8058
8059         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8060
8061 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8062
8063         * lily/lookup.cc (filled_box): express filled_box with
8064         round_filled_box
8065
8066         * scm/midi.scm (paper-book-write-midis): new function. Write all
8067         performances in numbered MIDI files.
8068
8069         * lily/performance-scheme.cc (LY_DEFINE): new file.
8070         (LY_DEFINE): new function ly:performance-write.
8071
8072         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8073         new function.
8074         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8075
8076         * scm/framework-*.scm: use port arguments throughout.
8077
8078         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8079
8080         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8081
8082         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8083
8084         * scm/framework-texstr.scm (output-framework): 
8085
8086         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8087
8088         * scm/output-lib.scm (tablature-stem-attachment-function):
8089         tablature stem attachment fix. 
8090
8091 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8092
8093         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8094
8095         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8096
8097         * scm/define-music-types.scm (music-descriptions): don't use
8098         Music_wrapper type.
8099
8100         * lily/paper-column.cc (print): print moment too.
8101
8102         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8103         remove compatibility cruft.
8104
8105         * lily/parser.yy (score_body): \score can only begin with Music. 
8106
8107         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8108         make-score. Take music argument only. Move parser interaction to
8109         Scheme.
8110
8111         * scm/lily-library.scm (scorify-music): new function.
8112
8113         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8114         (datadir): remove resource import.
8115         (print_environment): remove get_bbox()
8116         (cp_to_dir): remove pre 1.5.2 compat glue.
8117
8118 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8119
8120         * lily/include/simple-spacer.hh (Module): idem.
8121
8122         * lily/include/spring.hh (struct Spring): store inverse
8123         strength. This prevents division by zero.
8124
8125         * VERSION: release 2.7.0
8126         
8127         * lily/include/music.hh (class Music): remove Music::duration_log()
8128
8129         * lily/stem-engraver.cc (make_stem): take duration log from event.
8130
8131         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8132
8133 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8134
8135         * scm/lily.scm (ly:load): load autochange.scm
8136
8137         * Documentation/user/tutorial.itely (Running LilyPond for the
8138         first time): remove reference to DVI/TeX
8139
8140         * scm/define-markup-commands.scm (text): add \text markup command.
8141
8142         * configure.in (reloc_b): bump requirement to Python 2.2.
8143
8144         * lily/include/dots.hh (class Dots): make has_interface() static.
8145
8146         * python/convertrules.py (conv): add rule for ly:grob-default-font
8147
8148         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8149         alphabetical order.
8150
8151         * input/regression/trill-spanner-pitched.ly: new file.
8152
8153         * lily/font-interface-scheme.cc (LY_DEFINE): function
8154         ly:grob-default-font (changed from get-default-font).
8155
8156         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8157
8158         * lily/note-head.cc (internal_print): if style is not a symbol,
8159         set style to 'default. 
8160         (internal_print): no style suffix if glyph-name-procedure not
8161         set. Default to quarter head.
8162
8163         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8164
8165         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8166
8167         * ly/music-functions-init.ly: \pitchedTrill
8168
8169         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8170
8171         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8172
8173         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8174
8175         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8176
8177         * po/fr.po: update
8178
8179         * po/de.po: update.
8180
8181 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8182
8183         * Documentation/user/changing-defaults.itely: add link
8184         to grob-iterface.
8185
8186         * Documentation/user/advanced-notation.itely: add material
8187         to Setting automatic beam behaviour.  Thanks, Joe!
8188
8189         * Documentation/user/lilypond.itely: change encoding to utf-8.
8190
8191 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8192
8193         * Documentation/user/advanced-notation.itely (Setting automatic
8194         beam behavior): Correct the documentation of
8195         revert-auto-beam-setting (backportme)
8196
8197 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8198
8199         * lily/ly-module.cc (ly_make_anonymous_module): define
8200         %module-public-interface of module. 
8201
8202         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8203         without lexer.
8204
8205 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8206
8207         * input/regression/fret-diagrams.ly: stretch example.
8208
8209 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8210
8211         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8212         Fodor).
8213
8214 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8215
8216         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8217
8218         * Documentation/user/examples.itely, lilypond-book.itely:
8219         change \RequirePackage to \usepackage.
8220
8221         * Documentation/user/global.itely: document copyright and tagline.
8222
8223 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8224
8225         * Documentation/user/basic-notation.itely (Transpose): remove link
8226         to nonexistent UntransposableMusic.
8227
8228         * scm/output-svg.scm: remove old definitions.
8229
8230         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8231         invoking.
8232
8233         * python/lilylib.py (search_exe_path): new function.
8234
8235 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8236
8237         * python/lilylib.py (mkdir_p): remove setup_environment()
8238         (backportme)
8239
8240         * buildscripts/mutopia-index.py (headertext): trim text.
8241
8242         * Documentation/topdocs/NEWS.tely (Top): refresh.
8243
8244         * scm/define-markup-commands.scm (wordwrap-string): new function:
8245         split string in paras and words.
8246         (wordwrap-markups): new function.
8247         (wordwrap-stencils): new function. 
8248         (justify): use it.
8249         (wordwrap): use it.
8250         (wordwrap-string): use it
8251         (justify-string): use it.
8252
8253         * scm/lily-library.scm (regexp-split): new function.
8254
8255         * scm/define-markup-commands.scm: remove encoded-simple. 
8256         remove font-markup.
8257         (fontsize): remove old version  of fontsize.
8258         (wordwrap): new markup function. Wrap into paragraphs.
8259
8260         * VERSION: Branch lilypond_2_6
8261         (MINOR_VERSION): go to 2.7.0
8262
8263 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8264
8265         * po/zh_TW.po: update from translation project.
8266
8267 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8268
8269         * scm/midi.scm: compile fix.
8270
8271 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8272
8273         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8274         patch. Now, the tempfile module is loaded too, not only used.
8275
8276 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8277
8278         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8279         0.05 - 1.00 to 0.25 - 1.00
8280
8281         * scm/midi.scm: moved the default-instrument-equalizer procedure
8282         to just under the insturment-equalizer-alist it takes as an
8283         argument.
8284
8285 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8286
8287         * Documentation/user/advanced-notation.itely (Font selection):
8288         remove CMR note.
8289
8290         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8291
8292 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8293
8294         * THANKS: Add UTF-8 marker.
8295
8296         * Documentation/user/point-and-click.itely (http): Update: use
8297         lilypond-invoke-editor.  Fix: instruct to use user.js.
8298
8299 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8300
8301         * ly/titling-init.ly: implements printpagenumber, increases
8302         space between dedication and title (to avoid collisions with
8303         "g" and "q" in dedication), and nicer logic about copyright
8304         and instrument fields being printed on the first page.
8305         Thanks Vincent!
8306
8307         * Documentation/user/global.itely: document printpagenumber.
8308
8309 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8310
8311         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8312
8313 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8314
8315         * THANKS: update to 2.6
8316
8317         * VERSION: 2.6.0 released.
8318
8319 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8320
8321         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8322         rule, errorneously removed probably because of misleading comment.
8323
8324 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * python/lilylib.py (datadir): py2exe comments.
8327
8328         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8329
8330         * configure.in (reloc_b): make fontconfig REQUIRED.
8331
8332 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8333
8334         * po/fi.po: add latest translations.
8335
8336 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8337
8338         * ChangeLog: recode utf-8
8339
8340         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8341         logo.
8342
8343         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8344
8345         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8346
8347         * python/convertrules.py (do_conversion): don't print program_name
8348         from within a module
8349
8350         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8351
8352         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8353
8354 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8355
8356         * Documentation/user/lilypond-book.itely,
8357         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8358
8359         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8360         fixes baseline-skip.  Thanks Vincent!
8361
8362         * Documentation/user/advanced-notation.itely, global.itely:
8363         moved "Selecting font sizes" to global, since it deals with
8364         notation font size, not text fonts.
8365
8366 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8367
8368         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8369         to fonts.
8370
8371 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8372
8373         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8374         workaround since /dev/stdin doesn't work on Cygwin. Using a
8375         temporary file in the current directory since latex doesn't
8376         understand the path name to the default TMP in Cygwin (at least on
8377         win XP).
8378         
8379         * Documentation/user/global.itely (Creating titles): Correct
8380         misprint in example. Thanks to Rob Vlasaty.
8381
8382 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8383
8384         * VERSION (PATCH_LEVEL): release 2.5.32
8385
8386         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8387         variable in lily module
8388
8389         * scm/framework-ps.scm (output-classic-framework): error message
8390         regarding the classic framework.
8391
8392         * Documentation/user/henle-flat-gray.png (Module): new file.
8393
8394         * Documentation/user/baer-flat-gray.png (Module): new file.
8395
8396         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8397         whiteout for markups.
8398
8399         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8400         regex too. This fixes change clef appearance in PDF. 
8401
8402         * ttftool/include/*: remove.
8403
8404         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8405
8406         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8407
8408         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8409
8410         * ttftool/*: remove ttftool subdirectory.
8411
8412         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8413
8414         * lily/ttf.cc (print_header): new file. Convert to type42, using
8415         FreeType to parse the TTF. 
8416
8417         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8418         and post table may differ. Pass around post_nglyphs as well.
8419
8420 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8421
8422         * ly/music-functions-init.ly (musicMap): new music function
8423         musicMap. 
8424         
8425 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8426
8427         * make/mutopia-rules.make: anti-alias-factor = 2
8428
8429         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8430         page switch.
8431
8432         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8433         anti-alias-factor for lilypond-book runs.
8434
8435         * scm/ps-to-png.scm (scale-down-image): new function.
8436         (my-system): new function.
8437         (make-ps-images): blow up GS resolution by anti-alias-factor,
8438         scale down image by anti-alias-factor.  This improves appearance
8439         of bitmaps
8440         (make-ps-images): remove showpage. Fixes spurious empty png at
8441         end.
8442
8443         * scm/framework-ps.scm (write-preamble): downcase filename before
8444         string-matching. Should fix .TTF files (as opposed to ttf files)  
8445
8446         * Documentation/user/tutorial.itely (Running LilyPond for the
8447         first time): separate subsections for windows, macos and unix.  
8448
8449         * Documentation/user/invoking.itely (Updating files with
8450         convert-ly): add MacOS X note.
8451
8452 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8453
8454         * Documentation/user/introduction.itely (Engraving): don't include
8455         file optical-spacing, add directly.
8456
8457         * lily/paper-outputter.cc (file): open file in binary mode. This
8458         fixes OTF embedding on windows.
8459
8460 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8461
8462         * scm/framework-ps.scm (write-preamble): remove debugging output.
8463
8464         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8465
8466         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8467         outdir.
8468         (install-fc-cache): install font cache in installation directories.
8469
8470 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8471
8472         * scm/editor.scm (editor-command-template-alist): Use char iso
8473         column, except for Emacs.
8474         (get-editor-command): Substitute char too (Bertalan Fodor).
8475
8476 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8477
8478         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8479         quoted ~s.  This should fix PNG output on Windows; single quotes
8480         are regular characters on Windows.
8481
8482 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8483
8484         * Documentation/user/basic-notation.itely: include ChoirStaff
8485         in System start delimiters.
8486
8487         * Documentation/user/putting.itely: new doc section on
8488         fixing overlapping notation.
8489
8490 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8491
8492         * Documentation/user/global.itely (Paper size): \paper is in
8493         \book, not \score.
8494
8495         * make/mutopia-rules.make: -ddelete-intermediate-files
8496
8497         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8498
8499 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8500
8501         * ChangeLog: Recode utf-8.
8502
8503         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8504         datadir with .py modules.
8505
8506 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8507
8508         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8509
8510 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8511
8512         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8513         
8514         * scm/framework-ps.scm (write-preamble): remove status check.
8515
8516         * Documentation/user/invoking.itely (Updating files with
8517         convert-ly): remove -o option.
8518
8519         * VERSION (PACKAGE_NAME): release 2.5.31
8520
8521         * scm/framework-ps.scm (write-preamble): use ly:system.
8522         (write-preamble): verbosity.
8523
8524         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8525
8526         * python/convertrules.py: new file. Store conversion rules
8527         separately.
8528
8529 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8530
8531         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8532
8533 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8534
8535         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8536         \musicDisplay 
8537
8538         * Documentation/user/instrument-notation.itely (More stanzas): Add
8539         reference to StanzaNumber.
8540
8541 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8542
8543         * THANKS: separate section for website translators.
8544
8545 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8546
8547         * Documentation/topdocs/INSTALL.texi: update vim info;
8548         thanks Simon Bailey!
8549
8550         * Documentation/user/advanced-notation.itely: included
8551         color names.
8552
8553         * Documentation/user/advanced-notation.itely,
8554         Documentation/usr/notation-appendices.itely: moved
8555         color names into an appendix.
8556
8557 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8558         
8559         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8560
8561         * scm/lily.scm (lambda): initialize program options from here.
8562
8563         * scm/framework-*.scm: add header info.
8564
8565         * lily/main.cc (parse_argv): only set output format to pdf if no
8566         other format specified.
8567
8568         * scm/backend-library.scm (postprocess-output): process
8569         'delete-intermediate-files after running convert-to-*. This fixes
8570         PNG generation when 'delete-intermediate-files is set.
8571         
8572 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8573
8574         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8575         links on website. 
8576
8577 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8578
8579         * Documentation/topdocs/INSTALL.texi,
8580         Documentation/user/lilypond-book.itely: typos.
8581
8582 2005-06-12  Pal Benko  <benkop@freestart.hu>
8583
8584         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8585         added between program name and switch; -b changed to -f not
8586         to generate pdf
8587
8588 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8589
8590         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8591         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8592
8593         * input/sakura-sakura.ly: add \midi.
8594
8595         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8596         iso. python find. 
8597
8598         * ttftool/test.c (main): cosmetics.
8599
8600         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8601
8602         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8603         create a ttf2ps binary.
8604
8605         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8606
8607         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8608         true.
8609
8610 2005-06-11  Graham Percival <gperlist@shaw.ca>
8611
8612         * Documentation/user/lilypond-book.itely: add warning about
8613         the font warnings in dvips.
8614
8615 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8616
8617         * THANKS: typo
8618
8619         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8620
8621         * GNUmakefile.in: remove links for .map, .enc
8622         don't fail if out/ doesn't exist yet.
8623
8624 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8625
8626         * ttftool/util.c (surely_read): return nbytes
8627
8628         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8629
8630         * VERSION (PACKAGE_NAME): release 2.5.30
8631
8632         * flower/string-convert.cc (precision_string): >? fix.
8633
8634         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8635         (make-ps-images): add verbose -q too.
8636
8637         * lily/default-actions.cc (Module): new file. default
8638         {book,score}-print functions.
8639
8640         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8641         pass results via parseStringResult, lookup via ly:parser-lookup.  
8642
8643         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8644         constructors.
8645         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8646         (parse_string): idem.
8647
8648         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8649
8650         * lily/main.cc (main_with_guile): copy be_verbose_global into
8651         ly_set_option()
8652
8653 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8654
8655         * scm/backend-library.scm (postscript->pdf):
8656         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8657         verbose mode.  Search for several names of gs executable.
8658
8659 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8660
8661         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8662         directly. This fixes a massive memory leak, provided you use CVS
8663         GUILE.
8664
8665 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8666
8667         * ly/property-init.ly: Added tieDashed.
8668
8669         * THANKS: Added some bughunters for 2.5.
8670
8671 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8672
8673         * lily/program-option.cc: add debug-gc option.
8674
8675         * lily/include/lily-guile-macros.hh: don't protect exported module
8676         objects.
8677
8678         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8679
8680         * scm/backend-library.scm (postscript->pdf): use
8681         delete-intermediate-files iso. running-from-gui? 
8682
8683         * ttftool/util.c (surely_read): robustness. Allow read() to return
8684         less bytes than requested, as per posix standards.
8685
8686         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8687         program option.
8688
8689         * ttftool/include/ttftool.h ("C"): rename verbosity to
8690         ttf_verbosity. Add to public interface.
8691
8692         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8693
8694         * lily/program-option.cc: rename from scm-option.cc
8695
8696         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8697         (get_help_string): Print pretty help string.
8698
8699         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8700         to snippet preamble.
8701
8702         * lily/scm-option.cc: remove command-line-settings option. Fold
8703         all command-line options plus default settings in a generic
8704         interface. 
8705
8706         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8707         texts too.
8708
8709 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8710
8711         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8712         or EXT_ components non-empty.
8713
8714 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8715
8716         * scm/lily.scm (running-from-gui?): Export.
8717
8718         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8719         output in .ly source directory.
8720
8721 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8722
8723         * ttftool/util.c (surely_lseek): more verbosity.
8724
8725         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8726         compile.
8727
8728         * lily/parser.yy (Repeated_music): remove >? 
8729
8730         * scm/backend-library.scm (postscript->pdf): Support for
8731         -dgs-font-load=1
8732
8733         * scm/framework-ps.scm (write-preamble): make font loading
8734         switchable to GS via --define-default gs-font-load=1
8735
8736 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8737
8738         * Documentation/user/global.itely: added \layout docs.
8739
8740 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8741
8742         * lily/lily-parser-scheme.cc: add unistd.h
8743
8744 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8745
8746         * scm/editor.scm: add char argument.
8747
8748         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8749
8750         * ttftool/util.c (syserror): use errno for better error reporting.
8751
8752         * lily/source-file.cc (get_counts): new function. Calc column,
8753         line and char count in one go.
8754
8755         * lily/binary-source-file.cc (quote_input): rename to quote_input
8756
8757         * lily/input.cc (set): new function.
8758
8759 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8760
8761         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8762         directory part of file name to search directory.
8763
8764         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8765         search path and chdir to DIR if --outname=DIR used.
8766
8767         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8768         existence before appending original path.
8769
8770 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8771
8772         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8773         file" massage.
8774
8775         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8776         texinfo.tex is always used.
8777         
8778 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8779
8780         * flower/include/axis.hh: rename from axes.hh
8781
8782         * lily/include/text-interface.hh (Module): rename from text-item.hh
8783
8784         * VERSION (PATCH_LEVEL): release 2.5.29
8785
8786         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8787
8788         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8789         (handle-macfont): new function. Call fondu for Native mac fonts.
8790
8791         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8792         '() case.
8793
8794 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8795
8796         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8797         multi-page.  Fix .eps regular expression.
8798
8799 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8800
8801         * Documentation/user/putting.itely: add info on modifying templates.
8802
8803         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8804         misc small changes.
8805
8806 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8807
8808         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8809
8810         * scripts/lilypond-ps2png.scm
8811
8812         * VERSION (PACKAGE_NAME): release 2.5.28
8813
8814 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8815
8816         * lily/main.cc (prepend_env_path): Do not append /, that does not
8817         work.  Localedir lives in datadir, not in prefix.
8818
8819         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8820         hack for windows.
8821
8822         * flower/include/file-cookie.hh: Compile fix.
8823
8824 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8825
8826         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8827
8828         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8829         system primitives.
8830         (gulp-port): using read-string!/partial. We don't want to read an
8831         entire PS file  (GUILE 1.6 limits strings to 16M) 
8832
8833         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8834         properties. Add font-interface. 
8835
8836         * scm/define-grob-properties.scm (all-user-grob-properties):
8837         remove old bracket properties.
8838
8839         * scm/x11-color.scm: reformat. 
8840
8841         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8842         LedgerLineSpanner if new StaffSymbol is found. 
8843
8844         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8845         staff-symbol for finishing staff. 
8846
8847         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8848
8849         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8850         change black to currentColor everywhere. This fixes color support
8851         in SVG.
8852
8853 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8854
8855         * input/regression/fret-diagrams.ly: new file to test fret diagram
8856         capability
8857
8858         * scm/output-tex.scm: remove white-dot and white-text
8859
8860         * scm/output-ps.scm: remove white-dot and white-text
8861
8862         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8863         using ly:stencil-in-color instead
8864         (draw-dots) : remove call to white-dot
8865
8866 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8867
8868         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8869         support.
8870
8871         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8872
8873         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8874
8875         * flower/file-cookie.cc: new file. lily_cookie extension.
8876         
8877 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * scm/editor.scm (editor-command-template-alist): Add syn
8880         editor (Jaap [de Vos]).
8881
8882 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8883
8884         * scripts/lilypond-ps2png.scm:
8885         * scm/ps-to-png.scm: New file.
8886
8887         * scm/backend-library.scm (postscript->png): Use it.
8888
8889         * scripts/lilypond-ps-to-png.py: Remove file.
8890
8891         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8892
8893 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8894
8895         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8896
8897         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8898         start on grace moment. Fixes autobeam-grace.ly.
8899
8900         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8901         process anything unless we're at the end of a pending beam. Fixes
8902         syncopated 8ths beamed across a beat.
8903
8904 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8905
8906         * scm/editor.scm (editor-command-template-alist): Start emacs if
8907         emacslient fails.
8908
8909         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8910
8911         * flower/file-path.cc (is_file, is_dir): Export.
8912
8913         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8914
8915 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8916
8917         * lily/easy-notation.cc: Added include cctype to correct
8918         compilation error.
8919
8920 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8921
8922         * scm/backend-library.scm (postscript->pdf): set resolution to
8923         1200, so bitmap fonts aren't that ugly. 
8924
8925         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8926
8927         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8928         parent if we have a notehead. Fixes incorrect offsets when
8929         Paper_column is very wide in the X direction.
8930
8931         * input/regression/font-family-override.ly (Module): new file.
8932
8933         * scm/font.scm (make-pango-font-tree): new function.
8934
8935         * lily/beam.cc (before_line_breaking): remove warning about less
8936         than 2 visible stems. We still get a warning when there is only
8937         one stem.
8938
8939 2005-06-01  Werner Lemberg  <wl@gnu.org>
8940
8941         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8942         correctly.
8943
8944 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8945
8946         * lily/slur-scoring.cc (generate_avoid_offsets): new
8947         function. Generate avoid offsets once per slur.
8948
8949         * lily/slur.cc (add_extra_encompass): add dependency to
8950         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8951
8952         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8953         too. Fixes inf error with added bass notes.
8954
8955         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8956         argument anymore.
8957
8958         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8959
8960         * input/tutorial/lbook-latex-test.tex: add line length test.
8961
8962         * scripts/lilypond-book.py (set_default_options): new
8963         function. Call this before dissecting snippets, so linewidth
8964         settings reach the snippets.
8965
8966 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8967
8968         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8969
8970 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8971
8972         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8973
8974 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8975
8976         * stepmake/aclocal.m4: More autopackage friendliness.
8977
8978 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8979
8980         * Documentation/index.html.in: remove link to LSR.
8981
8982         * Documentation/user/global.itely: remove duplicate
8983         "dedication" \header{} section.
8984
8985 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8986
8987         * VERSION (PACKAGE_NAME): release 2.5.27.
8988
8989         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8990         too. Plugs memory leak.
8991
8992         * make/lilypond.fedora.spec.in (Group): remove
8993         lilypond-pdfpc-helper.
8994
8995         * scripts/GNUmakefile (SEXECUTABLES): remove
8996         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8997
8998         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8999         'typewriter family.
9000
9001         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9002         memory leak.
9003
9004         * lily/parser.yy (score_body): don't clone Score, that's done in
9005         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9006
9007         * lily/score-engraver.cc (derived_mark): new function.
9008         (initialize): unprotect Paper_score. This fixes a memory leak.
9009
9010         * lily/score-performer.cc (derived_mark): new function.
9011
9012         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9013
9014         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9015         spurious warning.
9016
9017         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9018         serif.
9019
9020 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9021
9022         * configure.in (reloc_b): Add --enable-relocation.
9023
9024 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9025
9026         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9027
9028         * input/regression/alignment-order.ly: add Staff example.
9029
9030 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9031
9032         * po/fr.po: update.
9033
9034 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9035
9036         * Documentation/index.html.in: add link to LSR.
9037
9038 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9039
9040         * scm/define-stencil-commands.scm (Module): new file. Register all
9041         allowed stencil expression heads in a central place.
9042
9043         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9044         ly:make-stencil
9045
9046         * lily/stencil-expression.cc (all_stencil_heads): registering
9047         stencil expressions.
9048
9049         * lily/stencil-interpret.cc: new file. Stencil expression
9050         interpreting.
9051
9052         * input/xiao-haizi-guai-guai.ly: move file back.
9053
9054 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9055
9056         * Documentation/user/advanced.itely, converters.itely,
9057         instrument-notation.itely, lilypond-book.itely: misc small
9058         changes.
9059
9060 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9061
9062         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9063
9064         * make/lilypond.fedora.spec.in: Fix source url.
9065
9066         * cygwin: Update from mingw patches.
9067
9068         * scm/editor.scm (editor-command-template-alist): Use jedit
9069         -reuseview (Bertalan), add uedit (Patrick Huberts).
9070
9071         * input/xiao-hai-zi-guai-guai.ly: Rename from
9072         xiao-haizi-guai-guai.ly.
9073
9074         * input/*: Reindent, do not use TAB.
9075
9076         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9077         white background.
9078
9079 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9082         numerical overflow error.
9083
9084 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9085         
9086         * abc2ly.py: fix to syntax error in multi-part output.
9087
9088 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9089
9090         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9091         with disappearing span bars when alignAboveContext is active
9092
9093         * lily/property-iterator.cc (check_grob): use is-grob?
9094         object-property. Fixes crash-key-sig-font-size.ly. 
9095
9096 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9097
9098         * lily/bar-line.cc (print): don't round barlines; this produces
9099         odd aliasing effects in Acroread.
9100
9101         * lily/timing-engraver.cc (process_music): robustness fix.
9102
9103         * lily/context-def.cc (filter_engravers): bugfix.
9104
9105 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9106
9107         * lily/lilypond.rc.in: Add ly-icon.
9108
9109         * lily/GNUmakefile: 
9110         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9111         rules.
9112
9113 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9114
9115         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9116
9117         * ps/music-drawing-routines.ps: 
9118
9119         * scm/output-ps.scm: remove draw ez_ball.
9120
9121         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9122         EasyNotation context definition.
9123
9124         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9125         Text_interface and color for making easy note heads.
9126
9127         * lily/stencil.cc (with_color): new function.
9128
9129         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9130
9131         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9132         output routine. Zigzag now works in SVG too.
9133
9134         * scm/output-tex.scm (filledbox): idem.
9135
9136         * scm/output-svg.scm (filledbox): idem.
9137
9138         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9139
9140         * lily/lookup.cc (horizontal_line): use draw-line. 
9141
9142         * lily/system-start-delimiter.cc: remove old staff bracket code.
9143
9144         * mf/feta-haak.mf: further tweaks.
9145
9146         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9147
9148         * mf/feta-generic.mf: include feta-haak.
9149
9150         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9151
9152         * scm/framework-ps.scm (write-preamble): only load fonts if their
9153         filename is a string. 
9154
9155 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9156
9157         * scm/output-svg.scm (circle): support circle.
9158         (bracket): stub for bracket.
9159
9160         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9161         correct.
9162
9163 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9164
9165         * Documentation/user/lilypond.tely, advanced-notation.itely,
9166         basic-notation.itely, instrument-notation.itely, global.itely,
9167         introduction.itely, tutorial.itely: rearranging, editing,
9168         clean-up.
9169
9170         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9171         for compiling on FreeBSD.
9172
9173 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9174
9175         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9176         otf files.
9177
9178         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9179         bugfixes.
9180
9181         * VERSION: 2.5.26 released.
9182
9183         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9184
9185 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9186
9187         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9188         if printpagenumber is false.
9189
9190 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9191
9192         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9193         cache warning.
9194
9195         * lily/tie.cc (print): support dotted ties.
9196         
9197 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9198
9199         * scm/define-grobs.scm (all-grob-descriptions): switch off
9200         debugging
9201         (all-grob-descriptions): Arpeggio has Y-extent.
9202
9203         * scm/define-music-properties.scm (all-music-properties): document
9204         length-callback and start-callback as "read-only".
9205
9206         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9207         length-callback after creation. 
9208
9209         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9210         compressmusic -> compressMusic.
9211
9212         * ly/music-functions-init.ly (oldaddlyrics): idem.
9213
9214         * lily/parser.yy: NewLyricCombineMusic ->
9215         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9216
9217 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9218
9219         * ly/Welcome_to_LilyPond.ly: typo.
9220
9221 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9222
9223         * Documentation/user/lilypond.tely: move changing-defaults to be
9224         before global issues.
9225
9226         * Documentation/user/basic-notation.itely: move Transpose section
9227         here from advanced/Other.
9228
9229         * Documentation/user/changing-defaults.itely,
9230         advanced-notation.itely: move Fonts to advanced, edit.
9231
9232 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9233
9234         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9235         # before negative integers.
9236
9237 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9238
9239         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9240
9241         * Documentation/user/lilypond.tely: change Unified index to
9242         LilyPond index.
9243
9244         * Documentation/user/advanced-notation.itely,
9245         instrument-notation.itely: editing.
9246
9247 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9248
9249         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9250
9251         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9252
9253 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9254
9255         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9256         ly:port-move.  Needs to be stderr-specific on mingw.
9257         Run fixcc.
9258
9259 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9260
9261         * lily/general-scheme.cc (ly:port-move): Remove.
9262
9263         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9264         windows.
9265
9266         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9267         variables.  This eliminates the need for a gs.bat wrapper, which
9268         opens a console.
9269
9270         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9271         * scm/lily.scm (running-from-gui?): 
9272         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9273         artifact of not compiling with -mwindows.
9274
9275         * scm/editor.scm: Define PLATFORM.
9276
9277 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9278
9279         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9280         can start to cut & paste lilypond-book fragments.  
9281
9282         * scm/define-music-types.scm (music-descriptions): remove
9283         UntransposableMusic
9284
9285 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9286
9287         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9288
9289 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9290
9291         * Documentation/user/instrument-notation.itely: remove *Engraver.
9292
9293         * Documentation/user/advanced-notation.itely: edit, rearrange.
9294
9295 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9296
9297         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9298         findresource iso. findfont for CID CFF fonts.
9299
9300         * VERSION (PACKAGE_NAME): release 2.5.25
9301
9302         * ly/Welcome_to_LilyPond.ly: add  \version
9303
9304 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9305
9306         * Documentation/user/programming-interface.itely: move
9307         \displayMusic into its own section.
9308
9309         * Documentation/user/basic-notation.itely: finish editing.
9310
9311 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9312
9313         * flower/file-path.cc (find): don't throw away file_name.dir, but
9314         append to it. Fixes \include with directories.
9315
9316         * flower/include/file-path.hh (class File_path): don't derive from
9317         Array<String>.
9318
9319         * flower/include/file-name.hh (class File_name): remove to_str0()
9320
9321         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9322         Hara_kiri_engraver in separate file.
9323
9324         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9325         translation went wrong. Fixes vertically translated slurs.
9326
9327 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9328
9329         * Documentation/user/basic-notaton.itely: editing.
9330
9331 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9332
9333         * Documentation/user/macros.itexi, basic-notation.itely:
9334         add @commonprop (commonly used properties) macro.
9335
9336 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9337
9338         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9339
9340         * scripts/lilypond-book.py (invokes_lilypond): new function
9341         (main): only run fontextract if invokes_lilypond() is true.
9342
9343         * lily/function-documentation.cc (ly_add_function_documentation):
9344         duh, use !=
9345
9346         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9347
9348         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9349
9350         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9351
9352         * lily/function-documentation.cc (ly_add_function_documentation):
9353         use scm_hash_table_p() for checking.
9354
9355 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9356
9357         * Documentation/user/advanced-notation.itely (Text scripts):
9358         Change nonexisting @internalsref{Text markup} to @ref{Text
9359         markup}.  Change @internalsref{Text script} to
9360         @internalsref{TextScript}.
9361
9362         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9363
9364 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9365
9366         * Documentation/user/tutorial.itely, basic-notation.itely,
9367         changing-defaults.itely: remove duplicate cindex entries
9368         that appear on the same page.
9369
9370         * scm/define-grobs.scm: change default padding for TextSpanner.
9371
9372         * Documentation/topdocs/AUTHORS.texi: update email address.
9373
9374         * Documentation/user/global.itely: add info about \include.
9375
9376 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9379         when running-from-gui.
9380
9381         * scm/editor.scm (get-editor): Add platform defaults.
9382
9383         * scm/backend-library.scm (postscript->pdf): Typo.
9384
9385 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9386
9387         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9388
9389         * lily/font-config.cc (init_fontconfig): add warning about cache.
9390
9391 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9392
9393         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9394
9395 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9396
9397         * lily/horizontal-bracket.cc (print): Take care of the direction
9398         property so brackets above the stave point downwards. 
9399
9400         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9401         for HorizontalBracket so it doesn't end up within the stave.
9402
9403 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9404
9405         * lily/GNUmakefile (default): Typo.
9406
9407         * scm/lily.scm (PLATFORM): Export.
9408
9409         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9410         load-font-via-GS, ttftool or fopencookie is broken on windows.
9411         
9412         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9413         -dSAFER, that is broken on windows.
9414
9415 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9416
9417         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9418         for FlexLexer.h
9419
9420         * scripts/lilypond-invoke-editor.scm: remove stray -
9421
9422 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9425         Fixes deprecation warning.
9426
9427         * flower/include/string.icc (to_string): Only inline if
9428         -DSTRING_UTILS_INLINED.
9429
9430         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9431         name.  Remove windows comment.
9432
9433         * scm/editor.scm (slashify): New function.
9434         (get-editor-command): Use it.
9435         (get-command-template): Do not alter editor command if
9436         environment value includes `%(file)s' magic.
9437
9438         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9439         (dissect-uri): Use it.
9440         (unquote-uri): Bugfix.
9441
9442 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9443
9444         * scm/framework-ps.scm (write-preamble): add TTF rule.
9445
9446         * Documentation/topdocs/README.texi (Top): remove note about
9447         xdelta.
9448
9449         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9450         requirement.
9451
9452         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9453         function. Figure out where FlexLexer.h lives
9454
9455         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9456         
9457 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9458
9459         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9460         with Windows root in file name.
9461
9462         * scm/backend-library.scm (ly:system): Only redirect output (using
9463         system and shell, ugh) if /dev/null is writable.
9464
9465         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9466         windows icon.
9467
9468         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9469         on Mingw.
9470
9471         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9472         click.
9473
9474         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9475         use result of stat when available.
9476
9477         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9478         absolute file name and root.
9479
9480         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9481
9482         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9483
9484         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9485         slashes in file name.
9486
9487 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9488
9489         * Documentation/user/preface.itely (Preface): Run
9490         texinfo-all-menus-update.
9491
9492         * scm/editor.scm (get-editor-command): Bugfix: allow full
9493         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9494
9495         * Documentation/pictures/lilypond-48.xpm: New file.
9496
9497         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9498
9499         * ly/Welcome_to_LilyPond.ly: New file.
9500
9501         * lily/main.cc (main): Only identify if we have a terminal.
9502
9503         * scm/backend-library.scm (postscript->png)
9504         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9505         non-/bin/sh).
9506
9507 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9508
9509         * Documentation/topdocs/AUTHORS.texi: polish, update.
9510
9511 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9512
9513         * Documentation/user/preface.itely (Notes for version 2.6): new
9514         notes for 2.6
9515
9516         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9517         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9518         is not fully contained" warnings.
9519
9520         * lily/slur-scoring.cc (get_bound_info): remove warning.
9521
9522         * lily/staff-symbol-engraver.cc (process_music): start initial
9523         spanner in process_music(). This fixes overrides of StaffSymbol
9524         properties.
9525
9526         * scm/framework-pdf.scm (Module): remove.
9527
9528         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9529
9530         * lily/ambitus-engraver.cc: formatting cleanups.
9531
9532         * mf/feta-solfa.mf (Module): remove.
9533
9534         * ChangeLog: more details about contributions.
9535
9536 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9537
9538         * lily/align-interface.cc (align_elements_to_extents): warn if
9539         called too early. Fixes: disappearing-staff-lines.ly
9540
9541         * VERSION (PACKAGE_NAME): release 2.5.24
9542
9543 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9544
9545         * stepmake/aclocal.m4: Typo.
9546
9547         * flower/string.cc (substitute): Take two strings or two
9548         characters.  Update callers.
9549
9550 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9551
9552         * flower/file-name.cc (File_name): Slashify.
9553
9554         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9555
9556         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9557
9558         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9559
9560         * configure.in (gui_b): Use it.
9561
9562         * lily/lilypond.rc.in: New file.
9563
9564         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9565
9566 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9567
9568         * Documentation/user/advanced-notation.itely: edit of Text
9569         section; clarify text scripts vs. text markup.
9570
9571 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9572
9573         * lily/multi-measure-rest-engraver.cc
9574         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9575         separation items on start. Fixes mm rests in start of score.
9576
9577         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9578         don't access StaffSymbol if not there.
9579         Fixes: crash-staff-symbol-engraver.ly.
9580
9581         * lily/instrument-name-engraver.cc (class
9582         Instrument_name_engraver): data member first_. Create
9583         InstrumentName on start. 
9584
9585 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9586
9587         * Documentation/user/instrument-notation.itely: add guitar
9588         position.
9589
9590         * Documentation/user/introduction.itely,
9591         Documentation/user/lilypond.tely,
9592         Documentation/user/tutorial.itely: begin pruning
9593         unused (duplicated) cindex entries and misc cleanup.
9594
9595 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9596
9597         * input/test/volta-chord-names.ly: Bring the explanation up to
9598         date.
9599
9600 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9601
9602         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9603         Specify `@documentencoding utf-8' for html, ignore warnings.
9604
9605 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9606
9607         * THANKS: Added bughunters.
9608
9609 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9610
9611         * lily/main.cc: update help string for `lilypond -H'.
9612
9613         * po/fi.po: update.
9614         
9615 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9616
9617         * Documentation/user/advanced-notation.itely: minor fixes.
9618
9619 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9620
9621         * scm/editor.scm: New module.
9622
9623         * scm/lily.scm (gui-main): Use it.
9624
9625         * scm/framework-gnome.scm (spawn-editor): Use it.
9626
9627         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9628
9629 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9630
9631         * scm/framework-ps.scm (load-font-via-GS):  new function.
9632
9633         * lily/pango-font.cc (pango_item_string_stencil): add support for
9634         CID keyed font.
9635
9636         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9637
9638 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9639
9640         * Documentation/user/basic-notation.itely: add @ref.
9641
9642         * Documentation/user/advanced-notation.itely: add example
9643         of 5/8 beaming.
9644
9645 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9646
9647         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9648
9649         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9650         going through ps2pdf wrappers.
9651
9652 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9653
9654         * Documentation/user/instrument-notation.itely: petrucci note
9655         heads: updated docu
9656
9657         * input/regression/note-head-style.ly: updated regression test;
9658         indentation fixes
9659
9660         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9661         heads as default
9662
9663         * mf/parmesan-heads.mf: minor editing; use musicological names
9664         (rather than optical description) as note head names
9665
9666         * scm/output-lib.scm: complete petrucci heads
9667
9668 2005-05-09  Pal Benko  <benkop@freestart.hu>
9669
9670         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9671         heads, but bigger)
9672
9673 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9674
9675         * lily/main.cc (main_with_guile): Remove no files check.
9676
9677         * lily/main.cc (ly:usage): Export to Scheme.
9678
9679         * scm/lily.scm (no-files-handler): New function.
9680
9681         * scm/lily.scm (lilypond-main): Use it.
9682
9683         * configure.in (gui_b): Add mbrtowc checking.
9684         Resurrect [utf8/]wchar.h checking.
9685
9686 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9687
9688         * Documentation/user/advanced-notation.itely (Metronome marks):
9689         Add link to the program reference for MetronomeMark
9690
9691         * Documentation/user/lilypond-book.itely (An example of a
9692         musicological document): Correct the example using psfonts 
9693
9694 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9695
9696         * po/fi.po: update after a lesson how to update entries against
9697         source.
9698         
9699         * po/TODO: document the lesson.
9700
9701 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9702
9703         * configure.in (gui_b): remove wcrtomb checking.
9704
9705         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9706         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9707
9708 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9709
9710         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9711         keep Scheme expressions and strings unmodified when doing the
9712         conversion to postfix notation for slurs and beams. Should
9713         hopefully solve most related conversion problems. 
9714
9715         * Documentation/user/lilypond-book.itely : Clarify and correct how
9716         to call dvips with -h psfonts.
9717
9718 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * Documentation/user/instrument-notation.itely (Entering lyrics):
9721         Typo.  Fixes build.
9722
9723 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9724
9725         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9726
9727         * Documentation/user/lilypond.tely, lilypond-book.itely,
9728         tutorial.itely: change references to 2.5.x to 2.6.x.
9729
9730         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9731         vs \lyricmode.
9732
9733         * Documentation/user/invoking.itely: remove old info about
9734         lilypond-profile.
9735
9736         * Documentation/topdocs/INSTALL.texi: remove old info about
9737         lilypond-profile, add warning about needing international fonts
9738         to build docs.
9739
9740 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9741
9742         * lily/include/grob-info.hh (class Grob_info): make data member
9743         private. Changes throughout.
9744
9745         * input/regression/alignment-order.ly: new file. 
9746
9747         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9748         alignAboveContext and alignBelowContext
9749
9750 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9751
9752         * lily/pfb.cc (LY_DEFINE): add cast.
9753
9754         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9755         matches .otf
9756         (write-preamble): warn about unknown fonts.
9757
9758         * lily/pfb.cc (Module): new function ly:otf->cff
9759
9760         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9761         (get_otf_table): new function.
9762
9763 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9764
9765         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9766         iso. ps2png.
9767
9768 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9769
9770         * po/fi.po: apply second round of update.
9771
9772 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9773
9774         * scm/x11-color.scm (make-x11-color-handler): don't use
9775         #\sp. Apparently doesn't work on all platforms. 
9776
9777 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9778
9779         * Documentation/user/advanced-notation.itely, putting.itely,
9780         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9781
9782 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9783
9784         * VERSION (PACKAGE_NAME): release 2.5.23
9785
9786 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9787
9788         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9789         convert to utf-8.
9790
9791         * THANKS: Add translators for this release, convert to utf-8.
9792
9793         * mf/GNUmakefile (MFTRACE_FLAGS):
9794         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9795         outdir as option (WAS: hardcoded).
9796
9797 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9798
9799         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9800         finished_span_
9801
9802         * THANKS: add Hans Forbrich.
9803
9804         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9805
9806         * Documentation/user/basic-notation.itely (Staff symbol): document
9807         start/stop staff. Reference to ossia.ly
9808
9809         * input/test/ossia.ly: new example using stop and startStaff.
9810
9811         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9812         in other words, don't create "|" barline at start of the score.
9813         (start_translation_timestep): don't set whichBar for start of score.
9814
9815         * input/regression/staff-halfway.ly: use new functionality.
9816
9817         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9818         start and stop staff based on events.
9819
9820         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9821
9822         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9823
9824 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9825
9826         * Documentation/user/programming-interface.itely (How markups work
9827         internally ): remove \encoding reference.
9828
9829 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9830
9831         * scripts/convert-ly.py: Attempt to do a smarter update of 
9832         text markups from versions < 1.9.0 with arbitrary nesting.
9833
9834 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9835
9836         * po/fi.po: convert to utf-8, and update.
9837
9838 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9839
9840         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9841
9842         * lily/*.cc: more <? >? to min/max changes
9843
9844         * lily/include/interpretation-context-handle.hh: rename
9845         Interpretation_context_handle to Context_handle.
9846
9847 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9848
9849         * input/regression/GNUmakefile (local_delete): use `find` together 
9850         with `xargs` to avoid too long argument-lists in cmd line.
9851
9852 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9853
9854         * Documentation/user/introduction.itely: updates "About this manual".
9855
9856         * Documentation/user/advanced-notation.itely,
9857         invoking.itely: minor fixes.
9858
9859 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9860
9861         * COPYING: add font exception. Update FSF address. 
9862
9863         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9864         should be taken without child context.
9865
9866         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9867
9868         * scm/define-markup-commands.scm (triangle): new command, as
9869         robust replacement for unicode Delta/Triangle.
9870
9871 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9872
9873         * ps/music-drawing-routines.ps: add fillp argument.
9874
9875         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9876
9877         * lily/font-config.cc (init_fontconfig): don't add cff/
9878
9879         * VERSION (PACKAGE_NAME): release 2.5.22
9880
9881         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9882
9883         * lily/grace-engraver.cc (consider_change_grace_settings): use
9884         is_alias(). Fixes problem with CueVoice grace notes. 
9885
9886         * lily/simultaneous-music-iterator.cc (construct_children): call
9887         Music_iterator::quit() for iterators that start out invalid. This
9888         fixes indefinitely continuing contexts.
9889
9890         * buildscripts/substitute-encoding.py: new file
9891
9892         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9893         missing @end 
9894
9895         * scripts/lilypond-book.py (write_if_updated): print file name.
9896
9897         * Documentation/user/basic-notation.itely (Explicitly
9898         instantiating voices): idem.
9899
9900         * Documentation/user/advanced-notation.itely (Text spanners):
9901         remove stray { } 
9902
9903         * lily/context.cc (default_child_context_name): the default child
9904         is now first in accepts_list_.
9905
9906         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9907         \defaultchild to all relevant contexts.  This fixes:
9908         drums-pitch.ly.
9909
9910         (Probably also fixes similar problems with ancient
9911         transcriptions getting CueVoices instead of the desired voices.)
9912  
9913         * lily/context-def.cc (get_default_child): new function.
9914         (get_accepted): place default child in front of list.
9915
9916         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9917
9918         * lily/include/context-def.hh (struct Context_def): add
9919         default_accept_
9920
9921 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9922
9923         * scm/define-grobs.scm: remove "remove-first" line, since
9924         the absent property is set to #f anyway.
9925
9926         * Documentation/user/basic-notation.itely,
9927         advanced-notation.itely, instrument-notation.itely: minor
9928         fixes.
9929
9930         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9931
9932         * Documentation/user/advanced-notation.itely,
9933         changing-defaults.itely: consolidate Text stuff in
9934         advanced notation.
9935
9936         * Documentation/user/global.itely: better docs for \header.
9937
9938         * Documentation/user/putting.itely: new chapter; placeholder
9939         for future expansion.
9940
9941         * Documentation/user/examples.itely: moved "suggestions for
9942         writing LP files" section into putting.itely.
9943
9944         * Documentation/user/lilypond.itely: added new chapter,
9945         fixed the short table of contents.
9946
9947 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9948
9949         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9950         infinity for unfeasible beams.
9951
9952         * make/lilypond.fedora.spec.in (Group): idem.
9953
9954         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9955
9956         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9957
9958         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9959         fonts directly.
9960
9961         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9962
9963         * mf/GNUmakefile: remove all CFF rules.
9964
9965         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9966
9967         * lily/open-type-font-scheme.cc (LY_DEFINE):
9968         new function ly:otf-font-table-data.
9969         (LY_DEFINE): new function otf-font?
9970
9971 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9972
9973         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9974         ($(outdir)/Fontmap.lily): idem.
9975
9976         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9977         for PFAEmmentaler-XXX.pfa. 
9978
9979         * Documentation/user/music-glossary.tely (accidental): NL
9980         translation of accidental.
9981
9982 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * flower/include/international.hh: Bugfix: include "string.hh".
9985
9986         * lily/include/mingw-compatibility.hh: New file.
9987
9988         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9989
9990         * configure.in: Search for mingw wcrtomb library.
9991
9992 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9993
9994         * scripts/convert-ly.py: Bug fix
9995
9996         * Documentation/user/changing-defaults.itely (Common tweaks):
9997         Added example where the context has to be specified explicitly
9998         (MetronomeMark). 
9999
10000 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10001
10002         * scripts/lilypond-book.py (ly_options): set timing to #f for
10003         notime option.
10004
10005         * scripts/convert-ly.py (conv): typo.
10006
10007         * flower/*.cc: remove <? and >?
10008         
10009         * lily/*.cc: remove <? and >?
10010
10011         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10012         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10013         editor.
10014
10015 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10016
10017         * lily/part-combine-engraver.cc: add space to variable list.
10018
10019 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10020
10021         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10022         remove-first to false (matches docs)
10023
10024         * Documentation/user/advanced-notation.itely: corrected docs
10025         concerning remove-first.
10026
10027 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10028
10029         * lily/part-combine-engraver.cc: make sure that the relevant
10030         properties are included in the documentation.
10031
10032 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10033
10034         * Documentation/user/lilypond-book.itely: Bernard's docs
10035         for \betweenLilyPondSystem.
10036
10037 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10038
10039         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10040         remarks.
10041
10042 2005-04-28  Pal Benko  <benkop@freestart.hu>
10043
10044         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10045         only on vertical lines of flexa shape, and use a constant
10046         thickness value for horizontal lines (patch slightly modified by
10047         Jürgen Reuter)
10048
10049         * lily/include/mensural-ligature.hh: make 2 comments clearer
10050
10051 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10052
10053         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10054         to need_extra_horizontal_space; bugfix: use class scope to avoid
10055         global namespace pollution
10056
10057         * Documentation/user/instrument-notation.itely (ligatures): added
10058         comment on possible future syntax change and how to work around
10059
10060         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10061         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10062         intervals (fixes agnus dei example)
10063
10064         * Documentation/user/instrument-notation.itely (white mensural
10065         ligatures): selected a more illustrative example
10066
10067 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10068
10069         * Documentation/index.html.in: specify utf-8 charset in meta content.
10070
10071 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10072
10073         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10074         empty 2nd page for single page.
10075
10076         * scm/lily.scm: remove p&c definitions.
10077
10078         * po/zh_TW.po (Module): new translation.
10079
10080         * lily/lily-guile.cc (ly_chain_assoc): remove.
10081
10082         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10083         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10084
10085 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10086
10087         * lily/beaming-info.cc: remove infinity_i
10088
10089         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10090
10091 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10092
10093         * Documentation/user/basic-notation.itely,
10094         instrument-notation.itely, advanced-notation.itely,
10095         changing-defaults.itely: minor fixes.  Added docs
10096         for colors to advanced-notation.itely.
10097
10098         * Documentation/user/advanced-notation.itely: fixed compile
10099         problem and added Bernard's x11-color doc patch.
10100
10101 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10102
10103         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10104         alright this time round.
10105
10106 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10107
10108         * Documentation/topdocs/INSTALL.texi (Top): idem.
10109
10110         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10111
10112         * VERSION (MAJOR_VERSION): release 2.5.21
10113
10114         * scm/output-ps.scm (grob-cause): bugfix.
10115
10116 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10117
10118         * cygwin/*: Update.
10119
10120         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10121         stuff.
10122
10123         * scm/output-ps.scm (grob-cause): Bugfix.
10124
10125         * scm/lily.scm (ly:load): Remove x11-color.
10126
10127         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10128         quote executable, fixes getting version from program --with
10129         --options.
10130         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10131         $ac_exeect.
10132
10133         * Documentation/user/GNUmakefile: Only build music-glossary with
10134         rendered lilypond snippets during web.
10135
10136 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10137
10138         * po/de.po: update.
10139
10140         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10141
10142 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10143  
10144         * scripts/abc2ly:
10145         second title line append with punctuation dash character;
10146         encode abc2ly python strings in utf-8
10147        
10148 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10149
10150         * scripts/abc2ly fix chords (again)
10151  
10152 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10153
10154         * scm/x11-color.scm: new file
10155         All x11 color names can be accessed with:
10156         #(x11-color 'ColorName),
10157         #(x11-color "ColorName") or:
10158         #(x11-color "color name")
10159         If the x11 color name is not recognised then it defaults
10160         to black
10161
10162         * scm/lily.scm: amended to call scm/x11-color.scm
10163
10164 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10165
10166         * Documentation/user/invoking.itely (Reporting bugs): comment out
10167         reference to online PNG bug repository.
10168
10169 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10170
10171         * lily/translator-scheme.cc (ly:translator-property): Remove.
10172         Update callers.
10173
10174         * lily/context-scheme.cc (ly:context-now): Move from translator.
10175         Update callers.
10176
10177 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10178
10179         * input/regression/grid-lines.ly (skips): refine example.
10180
10181         * scm/define-context-properties.scm
10182         (all-user-translation-properties): doc autoBeamCheck
10183
10184         * input/regression/grid-lines.ly (Module): new file.
10185
10186         * lily/grid-point-engraver.cc (Module): new file.
10187
10188         * lily/grid-line.cc (Module): new file.
10189
10190         * lily/grid-line-span-engraver.cc (Module): new file.
10191
10192         * lily/grid-line-interface.cc (Module): new file.
10193
10194 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10195
10196         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10197         missing parameter, actualy cdr through list.  Actually return a
10198         list with ENTRY removed (was '()).
10199
10200         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10201         opened.
10202         (do_conversion): Fix printing of continuation comma.
10203
10204         * Documentation/user/advanced-notation.itely (Beam formatting):
10205         Remove refbugs about compound time and mixed duration.
10206
10207         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10208         modulo moments explicitely.
10209
10210         * lily/moment.cc (operator %): New function.
10211
10212         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10213
10214         * lily/translator-scheme.cc (ly:translator-now,
10215         ly:translator-property): New function.
10216
10217         * scm/auto-beam.scm (default-auto-beam-check): New function.
10218
10219         * lily/auto-beam-engraver.cc (test_moment): Use it.
10220
10221         * flower/rational.cc (operator %): Bugfix.
10222
10223 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10224
10225         * scripts/abc2ly: Bugfix
10226
10227 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10228
10229         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10230         %'s on EndFont comment.
10231
10232         * lily/ledger-line-spanner.cc: some more words of explanation.
10233
10234 2005-04-20  John Williams <williams@tni.com>  
10235         
10236         * scripts/lilypond-book.py: htmlquote bugfix.
10237         Allow snippets to be given distinct filenames.
10238         Allow the default alt text to be overridden.
10239
10240 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10241
10242         * ly/performer-init.ly: Bugfix
10243
10244         * THANKS: Added bughunters.
10245
10246 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10247
10248         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10249
10250         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10251         position (was: use modulo measure length).
10252
10253         * configure.in (no gui_b): Remove optional gtk+ requirement.
10254
10255 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10256
10257         * Documentation/user/basic-notation.itely (Pitches): add
10258         LedgerLineSpanner.
10259
10260         * lily/dynamic-engraver.cc (process_music): set right bound to
10261         script if present. Else, do not set.
10262         (acknowledge_grob): only set right bound of finished spanner to
10263         note column if no other bound is set.
10264
10265         * python/lilylib.py (make_ps_images): switch back to png16m.
10266         
10267 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10268
10269         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10270         writing up to date file.  Add dvips usage suggestion.
10271
10272         * scripts/convert-ly.py: Fix error message.
10273         Print usage if no files on command line.
10274         (usage): Add example usage.
10275
10276         * input/test/compound-time.ly: New file.
10277
10278         * input/test/circle.ly: New file.
10279
10280         * Documentation/topdocs/NEWS.tely: Use them.
10281
10282         * input/test/boxed-stencil.ly: Remove \score.
10283
10284         * buildscripts/mf-to-table.py (base): Add .log dependency.
10285
10286         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10287         pfa's.  Add .log dependency
10288
10289         * scm/define-markup-commands.scm (lower): New command.
10290
10291         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10292         make it default.
10293
10294 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10295
10296         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10297         also to finished cresc as right bound. This fixes:
10298         skip-string-decresc.ly
10299
10300         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10301         relative_coordinate if extent is empty.
10302
10303         * lily/stem.cc (width_callback): determine correct extent if flag
10304         is not there. This fixes slur-no-flag.ly
10305
10306         * lily/grace-engraver.cc (consider_change_grace_settings): new
10307         function.
10308         (initialize): also consider_change_grace_settings() on
10309         initialization. Fixes large grace notes at start of score.
10310
10311         * lily/break-align-interface.cc (do_alignment): don't translate if
10312         total_extent is empty.
10313
10314         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10315
10316 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10317
10318         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10319         with slash.
10320
10321 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10322
10323         * stepmake/aclocal.m4: Remove tfm_path.
10324
10325 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10326
10327         * scm/music-functions.scm (markup-expression->make-markup): fix
10328         bug with cons arguments of markup commands.
10329         (music->make-music): fix music expression property list building
10330
10331 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10332
10333         * aclocal.m4: Massage package names.
10334
10335         * SCons updates.
10336
10337 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10338
10339         * VERSION (PACKAGE_NAME): release 2.5.20
10340
10341         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10342         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10343
10344         * lily/percent-repeat-engraver.cc (try_music): add measure before
10345         next_moment to future processing moment. Fixes:
10346         percent-repeat-mm-rest.ly
10347         (process_music): don't add moment for 2nd time.
10348
10349         * input/regression/repeat-percent.ly: add mmrests as extra test.
10350
10351         * lily/axis-group-engraver.cc (acknowledge_grob): read
10352         keepAliveInterfaces to decide what to kill.
10353
10354         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10355         percent-repeat-interface to keepAliveInterfaces. This fixes
10356         percent-repeat-harakiri.
10357
10358 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * SCons updates.
10361
10362 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10363
10364         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10365
10366         * aclocal.m4: remove --enable-tfm-path configure option
10367
10368         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10369
10370         * scm/backend-library.scm (postscript->png): newline after
10371         finishing command.
10372
10373         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10374         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10375
10376         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10377
10378         * lily/score.cc (default_rendering): use Music_output too.
10379
10380         * input/test/chord-names-languages.ly (Module): rename file.
10381
10382         * lily/text-spanner.cc: add bound-padding.
10383
10384         * lily/paper-book.cc (systems): accept Paper_score
10385         iso. Paper_system vector. 
10386
10387         * input/regression/line-arrows.ly: new file.
10388
10389         * lily/paper-score.cc (process): run get_paper_systems() only once.
10390
10391         * lily/line-spanner.cc (line_stencil): add arrows.
10392
10393 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10394
10395         * lily/line-interface.cc (make_arrow): new function. 
10396         (arrows): idem.
10397
10398 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10399
10400         * input/test/chord-names-german.ly: update for italian/french
10401         chords.
10402         
10403         * Documentation/user/instrument-notation.itely (Printing chord
10404         names): update.
10405
10406 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10407
10408         * lily/include/paper-score.hh (class Paper_score): remove unused
10409         prototypes.
10410
10411         * lily/book.cc (process): add -COUNT to midi output.
10412
10413         * lily/score.cc (book_rendering): remove outname argument
10414         (book_rendering): return list of Music_outputs. 
10415
10416         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10417
10418         * lily/book.cc (process): loop over Music_outputs returned from
10419         Score::book_rendering().
10420
10421         * lily/*.cc (width_callback): remove spurious "unused" warnings
10422         for assert (axis==[XY]_AXIS); 
10423
10424         * lily/include/music-output.hh (class Music_output): smobify class.
10425
10426         * lily/include/paper-score.hh (class Paper_score): make members
10427         private.
10428
10429         * lily/performance.cc (process): return #f iso. #<undefined>. This
10430         prevents #<undefined> leaking into GUILE-userspace.
10431
10432 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10433
10434         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10435
10436 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10437
10438         * scm/chord-name.scm : support for italian and french
10439         chords names.
10440
10441         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10442         a space defined by chordPrefixSpacer when the root name is
10443         direclty followed by a prefix.
10444
10445         * ly/engraver-init.ly : chordPrefixSpacer       
10446         * scm/define-context-properties.scm : chordPrefixSpacer
10447         * ly/property-init.ly : italianChords, frenchChords 
10448
10449 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10450
10451         * mf/feta-din.mf: Remove.
10452
10453         * mf/GNUmakefile (fontdir): Bugfix.
10454
10455         * mf/SConstruct: Some updates.
10456
10457         * SConstruct: Require pkg-config.
10458         (test_program): Bugfix for double digit version compares, use
10459         integer (not string-) compare.
10460         Optionally require gs 8.14.
10461
10462         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10463
10464         * lily/*: s/ifdef HAVE_*/if have/.
10465
10466         * SConstruct (test_lib): New function.  Update pkg-config and some
10467         other requirements.
10468
10469         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10470         freetype, pangof2t.
10471
10472 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10473
10474         * po/lilypond.pot, ...: Update using bison-CVS.
10475
10476         * python/lilylib.py (make_ps_images): Fixo.
10477
10478 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10479
10480         * python/lilylib.py (make_ps_images): typo.
10481
10482         * configure.in (gui_b): make bison optional.
10483
10484         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10485
10486 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10487
10488         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10489         with one parameter can be defined in a LaTeX file when processed
10490         by lilypond-book this will be evaluated between the systems of
10491         a multi-system score. The parameter is the number of systems processed.
10492
10493 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * python/lilylib.py (make_ps_images): Escape newline.
10496
10497         * Documentation/user/music-glossary.tely: Run
10498         texinfo-all-menus-update.
10499
10500 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10501
10502         * scm/lily-library.scm (old-relative-not-used-message)
10503         (version-not-seen-message): Add input-file-name-location to message.
10504
10505         * lily/parser.yy (lilypond): Add token aliases.
10506
10507         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10508         not confuse with alteration.
10509         (alteration): Add.
10510
10511 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10512
10513         * python/lilylib.py (make_ps_images): use -dEPSCrop
10514
10515         * VERSION (PACKAGE_NAME): release 2.5.19 
10516
10517         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10518         only put xrefs in info documentation.
10519
10520         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10521         .pdf rule to tex-rules.make.
10522
10523         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10524         from -systems.* output.
10525
10526         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10527         directly, remove -$(PAGESIZE) target.
10528
10529         * input/test/embedded-postscript.ly: update.
10530
10531 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10532
10533         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10534
10535         * Documentation/user/changing-defaults.itely (Font selection):
10536         document font-name.
10537
10538         * input/regression/font-name.ly: show Pango fonts for
10539         font-name. Update example. 
10540
10541         * lily/pango-select.cc (properties_to_pango_description): don't
10542         convert symbol font-size to number, but use to lookup.
10543
10544         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10545
10546         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10547         (NAME . FILE-NAME) tuples for font descriptions. 
10548         (write-preamble): display BeginFont DSC comments.
10549
10550         * python/fontextract.py (write_extracted_fonts): new file. Extract
10551         font resources from a PS file.
10552
10553         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10554         (Compile_error.process_include): do_file returns chunks.
10555
10556         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10557
10558         * make/lysdoc-targets.make: .texi is .PRECIOUS
10559
10560         * scripts/lilypond-book.py (write_if_updated): new function.
10561
10562 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10565
10566 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10567
10568         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10569
10570         * input/regression/markup-syntax.ly: remove \score.
10571
10572         * scm/define-markup-commands.scm (draw-circle): add fill argument
10573
10574         * scm/stencil.scm (make-circle-stencil): add fill argument
10575
10576         * ps/music-drawing-routines.ps: add fill argument.
10577
10578         * ly/performer-init.ly: add CueVoice to MIDI too.
10579
10580         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10581         EndEPSF.
10582
10583         * input/regression/markup-eps.ly: new file.
10584
10585         * scm/framework-ps.scm (write-preamble): change order: vars should
10586         be inited before procedures.
10587
10588         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10589         for EPS files.
10590
10591         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10592
10593 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10594
10595         * configure.in (gui_b): add check for ghostscript 8.15
10596
10597 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10598
10599         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10600         start of line. Fixes cresc-after-newline.ly
10601
10602         * lily/source-file.cc (file_line_column_string): use get_column().
10603
10604 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10605
10606         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10607
10608 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10609
10610         * lily/*: use message () iso progress_indication () for messages.
10611         Revise/uniformise user messages.
10612
10613         * flower/warn.cc (progress_indication): New function.
10614         (message): Use it.  Fixes newline problems.
10615
10616         * config.make.in (webdir): Sort out install dirs.
10617
10618         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10619
10620         * python/lilylib.py (command_name): Bugfix.
10621         (make_ps_images):
10622
10623 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10624
10625         * lily/main.cc: --help says what types of backends are availabe
10626
10627 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10628
10629         Fix ./VERSION dependency, and without need to reconfigure.
10630
10631         * lily/main.cc (setup_paths): Update.
10632
10633         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10634
10635         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10636
10637         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10638         Add \line for some simplistic cases.
10639
10640         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10641
10642 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10643
10644         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10645         to compile LY files (useful for adding eg. "-I" args)
10646         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10647         2Gnome command for gnome backend.
10648         (LilyPond-command-formatgnome): call the 2Gnome command. key
10649         binding: C-c C-g
10650
10651 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10652
10653         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10654         depend on all PNG images.
10655
10656 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10657
10658         * GNUmakefile.in: Bugfix: also link .map files.
10659
10660 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10661
10662         * scm/music-functions.scm (music->make-music): generate 
10663         a (make-music ...) sexpr from a music expression.
10664         (display-scheme-music): use guile pretty printer to display the
10665         make-music sexpr.
10666
10667 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10668
10669         * ly/engraver-init.ly: reindent.
10670         Add CueVoice.
10671
10672         * scm/music-functions.scm (music-pretty-string): handle moments
10673         too.
10674         (music-pretty-string): only print non-empty lists.
10675         (cue-substitute): create CueVoice context, which has smaller type.
10676
10677         * lily/moment-scheme.cc (LY_DEFINE): new methods
10678         ly:moment-grace-{numerator,denominator}
10679
10680         * lily/context-handle.cc: remove quit() method. 
10681
10682         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10683         (init_fontconfig): success is 0, not !0
10684
10685 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10686
10687         * mf/feta-nummer-code.mf (code): add plus glyph.
10688
10689         * lily/tie.cc (print): idem.
10690
10691         * lily/slur.cc (print): don't use thickness property for
10692         slur shape-thickness.
10693
10694         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10695         while adding stencils.
10696
10697         * scm/define-markup-commands.scm (with-color): with-color markup
10698         command.
10699         (whiteout): new markup command 
10700         (filled-box): new markup command
10701
10702 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10703
10704         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10705         test for PDF docs.
10706
10707         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10708         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10709         
10710         Notes for tetex-3.0 make web:
10711            psclean.map: s/uhv8a/uhvr8a/
10712            config.ps add:
10713                 p +psfonts_t1.map
10714                 p +psclean.map
10715                 p +typeface.map
10716
10717 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10718
10719         * scm/music-functions.scm (music-pretty-string): fix bug with
10720         string argument.
10721
10722 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10723
10724         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10725
10726 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10727
10728         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10729         only process options if they're there.
10730         (write_file_map): add version-seen? to snippet-map.ly
10731
10732 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10733
10734         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10735         formatting cleanups.
10736
10737         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10738         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10739
10740 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10741
10742         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10743         name directly.
10744
10745         * lily/main.cc (setup_paths): either add mf/out to search path or 
10746         fonts/{otf,type1,etc}
10747         
10748         * lily/font-config.cc (init_fontconfig): either add mf/out to
10749         FontConfig or fonts/{otf,type1,etc}
10750
10751         * GNUmakefile.in: don't put mf/ link in share/ dir.
10752
10753         * lily/staff-spacing.cc: move same-direction-correction to
10754         note-spacing-interface
10755
10756         * scm/lily.scm (lilypond-main): use variable argument count for
10757         exception handler.
10758
10759         * lily/font-config.cc (init_fontconfig): add operator pacification
10760         message.
10761
10762         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10763
10764         * buildscripts/gen-emmentaler-scripts.py (i): generate
10765         PFAEmmentaler as well.
10766
10767         * scm/framework-ps.scm (munge-lily-font-name): new function
10768         (write-preamble): hack: insert PFA equivalent of CFF into
10769         .PS. This makes LilyPond output printable on normal PS printers
10770         again.
10771
10772         * buildscripts/gen-emmentaler-scripts.py (i): generate
10773         PFAEmmentaler.pfa aswell.
10774
10775 2005-04-06  John Williams <williams@tni.com>  
10776         
10777         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10778         
10779 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10780
10781         * scm/page-layout.scm (default-page-make-stencil): always combine
10782         the header stencil, even if empty. This prevents the body text to
10783         reach up to the margins.
10784
10785         * po/rw.po (Module): new file, for Kinyarwanda.
10786
10787         * input/test/spacing-optical.ly (Module): new file.
10788
10789         * lily/staff-spacing.cc: add same-direction-correction
10790
10791 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10792
10793         * Documentation/user/introduction.itely (Engraving): Comment-out
10794         non-existent file.
10795
10796 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10797
10798         * scm/define-grob-properties.scm (all-user-grob-properties): add
10799         same-direction-correction
10800
10801         * VERSION: release 2.5.18
10802
10803 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10804
10805         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10806         dereferencing.  Fixes make web.
10807
10808         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10809         errno.h.
10810
10811         * Documentation/user/: Fix links.
10812
10813 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10814
10815         * lily/text-interface.cc (Module): rename from text-item.cc
10816
10817         * input/regression/apply-output.ly (texidoc): function naming fix.
10818
10819         * lily/time-signature-performer.cc (derived_mark): new function.
10820
10821         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10822
10823         * scripts/lilypond-book.py (find_linestarts): new function.
10824         (find_toplevel_snippets): keep track of line numbers.
10825
10826         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10827         all key changes.
10828
10829         * ly/declarations-init.ly (partCombineListener): use
10830         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10831
10832         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10833
10834 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10835
10836         * lily/text-item.cc: Fix link.
10837
10838         * Documentation/user/changing-defaults.itely (Changing defaults):
10839         Fix programs reference links.
10840
10841         * Documentation/user/music-glossary.tely: Convert to utf-8.
10842
10843 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10844
10845         * make/lilypond-vars.make: remove TEXMF from variables.
10846         remove DEB_BUILD pk font variables.
10847         remove GUILE_LOAD_PATH
10848         remove TeX memory vars.
10849
10850 2005-04-04  Werner Lemberg  <wl@gnu.org>
10851
10852         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10853
10854 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10855
10856         * ps/lilyponddefs.ps: remove reencode-font
10857
10858         * lily/simple-spacer.cc (add_columns): also compare
10859         directly. Column rank doesn't distinguish between broken and
10860         unbroken columns. This fixes large spaces before time sig changes.
10861
10862         * Documentation/user/point-and-click.itely: document ly:set-option.
10863
10864         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10865         point_and_click_global is set.
10866
10867         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10868         ly:set-option argument.
10869
10870 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10871
10872         * GNUmakefile.in: Include symlinks in webball.
10873
10874         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10875         source dir for split and non-split manuals.
10876
10877         * Documentation/user/*y: Fix @uref/@inputfile links for
10878         split/non-split HTML documents.
10879
10880         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10881         .ps.gz.
10882         
10883 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10884
10885         * GNUmakefile.in: Add newline.
10886
10887 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10888
10889         * tex/lilyponddefs.tex: use color instead of xcolor
10890         * scm/output-tex.scm: minor editing
10891
10892 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10893
10894         * scm/music-functions.scm (display-scheme-music): pretty printer
10895         for music expressions.
10896
10897 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10898
10899         * buildscripts/install-info-html.sh (index_file): Fix link.
10900
10901 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10902
10903         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10904
10905         * Documentation/index.html.in: Add size estimates with some big pages.
10906
10907         * Documentation/user/tutorial.itely (Running LilyPond for the
10908         first time): Add/replace some @rglos links.  TODO: add more
10909         @rglos links in tutorial, test non-intrusiveness (.css).
10910
10911         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10912         annoying's indication of referencing external document.
10913
10914         * Documentation/user/GNUmakefile: Split version of glossary too.
10915         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10916         links, not only for html.
10917
10918         * Documentation/user/introduction.itely: Fix some links for other
10919         than html, do not use `here' as link name.
10920
10921 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10922
10923         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10924         @glossaryref.
10925
10926 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10927
10928         * scm/page-layout.scm (default-page-make-stencil): only add header
10929         if existing and not empty. Fixes spurious programming error.
10930
10931         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10932
10933 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10934
10935         * scm/output-tex.scm: implement {re,}setcolor
10936         * tex/lilyponddefs.tex: use color package
10937
10938 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10939
10940         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10941         additions to website.
10942
10943         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10944
10945         * Documentation/user/macros.itexi: Fix @usermanref html links in
10946         split documents: use @inforef.
10947
10948 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10949
10950         * Documentation/user/programming-interface.itely: minor fix.
10951
10952         * Documentation/user/advanced-notation.itely: added info to
10953         Metronome markings.
10954
10955 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10958         use box-stencil.  Remove y-padding argument.
10959         (make-stencil-circler): New function.
10960
10961         * buildscripts/lilypond-words.py (F): 
10962         * elisp/SConscript (a): 
10963         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10964         * vim/SConscript (a): 
10965         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10966
10967         * lily/general-scheme.cc: Build fix.
10968
10969         * scm/markup.scm:
10970         * input/regression/markup-scheme.ly: 
10971         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10972
10973         * scm/stencil.scm (make-circle-stencil): New function.
10974
10975         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10976         name (was cicle).  Update callers.
10977         (circle): New markup command, similar to box.
10978
10979         * scm/stencil.scm (circle-stencil): New function.
10980
10981 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10982
10983         * configure.in: Detect libutf8/wchar.h variant.
10984
10985         * stepmake/aclocal.m4: Modify shared size test.
10986
10987 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10988
10989         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10990
10991 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10992
10993         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10994         
10995         * VERSION (PACKAGE_NAME):  release 2.5.17
10996
10997 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10998
10999         * scm/backend-library.scm (postscript->png): Fix comment and png
11000         message.
11001
11002         * GNUmakefile.in (link-tree): Fix locales.
11003
11004 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11005
11006         * lily/stencil-scheme.cc (LY_DEFINE): change to
11007         ly:stencil-aligned-to, non mutating.
11008
11009         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11010
11011         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11012
11013         * lily/quote-iterator.cc (derived_mark): call
11014         Music_wrapper_iterator::derived_mark() too.
11015
11016         * lily/grace-engraver.cc (derived_mark): change signature, add
11017         const.
11018
11019 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * SConstruct (symlink): 
11022         * GNUmakefile.in (link-tree): Add scripts to prefix.
11023
11024         * lily/general-scheme.cc (ly:effective-prefix): New function.
11025
11026         * scm/backend-library.scm (postscript->png): Use it.
11027
11028 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11029
11030         * lily/paper-score.cc (process): don't delete grobs after
11031         producing stencils. 
11032
11033         * scm/part-combiner.scm (determine-split-list): switch off
11034         debugging info.
11035
11036         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11037         if available.
11038
11039         * scm/define-context-properties.scm
11040         (all-user-translation-properties): add stringNumberOrientations.
11041
11042         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11043         so fingering and string-numbers are separately controlled.
11044
11045 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11046
11047         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11048         not use debugging.
11049
11050 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11051
11052         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11053
11054         * config.hh.in: add HAVE_FONTCONFIG.
11055
11056         * Documentation/user/instrument-notation.itely (String number
11057         indications): new node.
11058
11059         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11060
11061         * lily/new-fingering-engraver.cc (add_string): new function. 
11062         (acknowledge_grob): accept string-number-event as well.
11063
11064         * scm/define-markup-commands.scm (circle): new markup command.
11065
11066         * scm/output-lib.scm (print-circled-text-callback): new function.
11067
11068         * lily/GNUmakefile: move ifeq after include stepmake.make.
11069
11070 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11071
11072         * config.make.in (HAVE_LIBKPATHSEA_SO):
11073         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11074
11075         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11076         add KPATHSEA_LIBS.
11077
11078         * debian/watch: 
11079         * debian/control: Update.
11080
11081 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11082
11083         * input/test/title-markup.ly (spaceTest): remove.
11084
11085         * input/test/embedded-tex.ly (Module): remove.
11086
11087         * input/test/music-box.ly: use 'name property, not ly:music-name.
11088
11089         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11090
11091         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11092
11093 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11096         about xdeltas.  Add information about CVS.
11097
11098         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11099         gracefully handle failed files.
11100
11101         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11102
11103         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11104         small fixes.
11105
11106         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11107         No unnecessarily specific i18n messages.  Remove stray `1'.
11108
11109 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11110
11111         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11112         documentencoding
11113
11114         * scm/documentation-lib.scm (texi-file-head): set utf-8
11115         documentencoding.
11116
11117         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11118         Delta, not the Symbol one. 
11119
11120         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11121         for the .map file.
11122
11123         * Documentation/topdocs/INSTALL.texi (Top): add running
11124         requirement as compilation requirement.
11125
11126 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11127
11128         * buildscripts/mutopia-index.py (headertext): add h1 header and
11129         utf-8 charset meta field.
11130
11131         * input/GNUmakefile: prune example list.
11132
11133         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11134         options.
11135
11136         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11137         extent for visible stems.
11138
11139         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11140
11141 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11142
11143         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11144
11145         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11146
11147 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11148
11149         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11150         pass inf/nan into slur scoring.
11151
11152         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11153         page.
11154
11155         * scripts/abc2ly.py (dump_voices): use alphabet().
11156
11157 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11158         
11159         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11160
11161 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11162         
11163         * flower/include/virtual-methods.hh: simplify. Patch by
11164
11165 2005-03-25  John Williams <williams@tni.com>  
11166
11167         * scripts/lilypond-book.py (main): add png for HTML too, guess
11168         only if necessary. 
11169
11170 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11171
11172         * Documentation/topdocs/INSTALL.texi: now recommends
11173         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11174
11175         * Documentation/user/basic-notation.itely,
11176         Documentation/user/tutoria.itely: warn about
11177         only one (phrasing) slur at once.
11178
11179 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11180
11181         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11182
11183 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11184
11185         * Documentation/user/basic-notation.itely: fixed info about
11186         ending a (de)cresc.
11187
11188         * Documentation/user/lilypond-book.itely: fixed
11189         lilypond-book filter example and warned about not doing
11190         --filter and --process at the same time.
11191
11192 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11193
11194         * lily/parser.yy (bass_number),
11195         Documentation/user/instrument-notation.itely (Figured bass): 
11196         Add the possibility to use text markup in figured bass. 
11197
11198 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11199
11200         * Documentation/user/global.itely: added info about naming
11201         identifiers and breakbefore.
11202
11203         * Documentation/user/invoking.itely: added info about batch
11204         processing files with convert-ly, removed references to TeX
11205         in the jail section.
11206
11207         * Documentation/user/examples.itely: possibly fixed piano
11208         dynamics.
11209
11210         * Documentation/user/advanced-notation.itely: added info
11211         about removing other types of Staff.
11212
11213         * Documentation/user/instrument-notation.itely: possibly
11214         fixed piano staff line switch.
11215
11216         * Documentation/user/changing-defaults.itely: added info
11217         about using normal font in titles.
11218
11219 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11220
11221         * VERSION (PATCH_LEVEL): release 2.5.16
11222
11223         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11224         explicitly.
11225
11226 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11227
11228         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11229         whitespace.
11230
11231         * python/lilylib.py (make_ps_images):
11232         * scm/backend-library.scm (postscript->pdf, postscript->png):
11233         Quote file name.  Use format rather than string-append juggling.
11234
11235 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11236
11237         * python/lilylib.py (make_ps_images): add x to -g argument. 
11238
11239         * lily/key-performer.cc (create_audio_elements): don't use
11240         scm_eval_string. Check for minor 3rd directly.
11241   
11242         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11243         (sarabandeCelloGlobal): key is D minor, not F major.
11244
11245 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         Fix truncated --png output (Peter Danenberg).
11248         
11249         * python/lilylib.py (make_ps_images):
11250         * scripts/ps2png.py (copyright): Grok --papersize option.
11251
11252         * scm/backend-library.scm (postscript->png): Add parameter
11253         PAPERSIZE.  Update callers.
11254
11255         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11256         Fixes symbol placement.
11257
11258         * lily/spanner.cc: 
11259         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11260         <libc-extension.hh>).
11261
11262 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11263
11264         * Nitpick run.
11265
11266         * buildscripts/fixcc.py: Update.
11267
11268         Builddir run fixes.
11269
11270         * HACKING (datadir): Add VERSION.
11271
11272         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11273         higher up.
11274
11275 2005-03-15  Werner Lemberg  <wl@gnu.org>
11276
11277         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11278         diagonal stem doesn't become thinner.
11279
11280 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11281
11282         * buildscripts/fixcc.py: Fixes (Werner).
11283
11284 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11285
11286         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11287         Emmentaler/Aybabtu.
11288
11289         * GNUmakefile.in: fix lilypond-words path.
11290
11291         * po/tr.po: update to 2.3.21
11292
11293         * lily/new-fingering-engraver.cc (position_scripts): take priority
11294         from head position.
11295
11296         * input/regression/finger-chords-order.ly (texidoc): new file.
11297
11298 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * make/ly-rules.make: 
11301         * stepmake/aclocal.m4: 
11302         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11303
11304         * buildscripts/fixcc.py (rules): Leave space after operator.
11305
11306 2005-03-14  Werner Lemberg  <wl@gnu.org>
11307
11308         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11309         top of the glyph with smooth curve.
11310
11311 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11312
11313         * Documentation/user/global.itely (Page layout): remove
11314         printpagenumber.
11315
11316 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11317
11318         * input/regression/mensural-ligatures.ly: new file (with examples
11319         compiled by Pal Benko).
11320
11321         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11322         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11323         musicglyph access.  Many small beautifications in ancient
11324         examples.
11325
11326         * input/test/divisiones.ly: fixed indentation; small
11327         beautifications
11328
11329         * ly/engraver-init.ly: added FIXME comment
11330
11331         * scripts/lilypond-book.py,
11332         Documentation/user/lilypond-book.itely: added music fragment
11333         option "packed" to lilypond-book
11334
11335         * Documentation/user/instrument-notation.itely: Bugfix: added
11336         missing LedgerLineSpanner color setting in several places.  Added
11337         music fragment option "packed" to VaticanaContext example.
11338
11339 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11340
11341         * scm/define-grobs.scm (all-grob-descriptions): switch off
11342         Hyphen_spanner::set_spacing_rods 
11343
11344         * lily/lyric-hyphen.cc (print): add padding between syllable and
11345         hyphen.
11346         (print): shorten hyphen in tight situations (determine using
11347         minimum-length)
11348
11349         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11350         0.4pt.
11351
11352 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11355
11356         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11357         header/footer markings for regression-test.
11358
11359         * scm/backend-library.scm (output-scopes, header-to-file): Move
11360         from framework-tex.scm.
11361
11362         * scm/framework-ps.scm (output-framework)
11363         (output-preview-framework):
11364         * scm/framework-eps.scm (output-classic-framework)
11365         (output-framework): Use it.  Fixes collated files.
11366
11367 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11368
11369         * input/sakura-sakura.ly: 
11370         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11371
11372         * buildscripts/guile-gnome.sh: Update.
11373
11374         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11375
11376         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11377
11378 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11379
11380         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11381         culprit: always exit the loop if we find a rod, even if it has
11382         distance < 0. 
11383
11384         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11385         algorithm.
11386
11387         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11388         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11389
11390         * scm/output-svg.scm (dashed-line): new  function body.
11391         
11392         * GNUmakefile.in: create .htaccess.
11393
11394 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11397
11398 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11399
11400         * VERSION (PACKAGE_NAME): release 2.5.15
11401
11402         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11403
11404         * scm/framework-svg.scm (output-framework): put scaling in
11405         document header. Apply scaling only once.
11406         (output-framework): dump page size in px, not mm. 
11407
11408         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11409         from font-size.
11410
11411         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11412         ly:outputter-output-scheme, new function.
11413
11414         * scm/output-svg.scm (pango-description-to-svg-font): new function
11415
11416 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11417
11418         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11419         target.
11420
11421         * input/typography-demo.ly: new file.
11422
11423 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11424
11425         * Documentation/user/global.itely (File structure): Add markup blocks
11426         to toplevel expressions.
11427         (Multiple movements, Creating titles): Add markup blocks.
11428
11429         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11430         <libc-extension.hh>).
11431
11432         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11433
11434         * flower
11435         * lily
11436         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11437
11438 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11439
11440         * lily/accidental.cc: special bboxes for natural. 
11441
11442         * mf/feta-toevallig.mf: make stems heavier.
11443
11444         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11445         texts as well.
11446
11447         * mf/feta-klef.mf: revise. 
11448
11449         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11450
11451         * mf/feta-klef.mf: add rounded curve at top. 
11452         make thinnib a little heavier.
11453
11454 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11457
11458         * buildscripts/fixcc.py: New file.
11459
11460         * input/regression/utf8.ly: Update Debian font description.
11461
11462 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * stepmake/aclocal.m4: Fix test.
11465
11466 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11467
11468         * Documentation/user/invoking.itely: added Sebastino Vigna's
11469         docs for the --jail option.
11470
11471 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11472
11473         * lily/stem.cc (print): only produce stemlets if there are no
11474         noteheads on this stem.
11475
11476         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11477         don't crash on stemlet (visible stem without heads).
11478
11479         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11480         unbroken situations. 
11481
11482         * scm/output-lib.scm (center-invisible): new function.
11483
11484         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11485         wishes to determine loose column space.
11486
11487         * lily/font-config.cc (init_fontconfig): add
11488         fonts/{otf,type1,cff}  to path.
11489
11490         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11491
11492         * mf/GNUmakefile (Module): install all fonts under otf/
11493
11494         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11495         replace /fonts/otf/ by /ps/ 
11496
11497         
11498 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11499
11500         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11501
11502         * lily/book.cc (process): Oops, add score_.header_.
11503
11504         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11505
11506         * lily/parser.yy: Handle toplevel and book texts as score.
11507
11508         * scm/page-layout.scm (default-page-make-stencil):
11509         Bugfix: (page-properties rename.
11510
11511         * scm/backend-library.scm (ly:system): Typo.
11512
11513 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11514
11515         * stepmake/stepmake/executable-targets.make (installexe): don't
11516         strip installed executables
11517
11518         * lily/font-select.cc (get_font_by_design_size): revert
11519         pango_description_string as well.
11520
11521         * lily/system.cc (set_loose_columns): put loose column just left
11522         of next column.
11523
11524         * lily/include/group-interface.hh (extract_grob_array): rename
11525         from Pointer_group_interface__extract_grobs
11526
11527         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11528
11529         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11530         function. Keep ledgered note heads at a minimum distance.
11531         Introduce minimum-length-fraction
11532         (print): introduce length-fraction property.
11533
11534 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11535
11536         * tex/GNUmakefile: remove latin1.enc rules.
11537
11538 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11539
11540         * scm/titling.scm: Typo.
11541
11542         * input/regression/score-text.ly: Really add.
11543
11544         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11545
11546 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11547
11548         * lily/open-type-font-scheme.cc:  new file.
11549
11550 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11551
11552         * scm/titling.scm (layout-extract-page-properties): Rename from
11553         page-properties.  Update callers.
11554
11555         * lily/lexer.ll (Lily_lexer):
11556         * lily/parser.yy: Junk lyric_markup state.
11557
11558         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11559
11560         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11561         Add texts parameter.
11562
11563 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * lily/lexer.ll (lyric_markup): New mode.
11566         (Lily_lexer::push_lyric_markup_state): New method.
11567         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11568
11569         * lily/parser.yy (book_body):
11570         (toplevel_expression): Grok \markup texts.
11571
11572         * lily/score-scheme.cc (ly:music-scorify): 
11573         * scm/lily-library.scm (collect-music-for-book): Take texts
11574         parameter.
11575
11576         * lily/score.cc (texts_): New member.
11577
11578         * lily/paper-book.cc (systems): Format score texts.
11579
11580         * score-text.ly: New file.
11581
11582         * ttftool/SConscript:
11583         * kpath-guile/SConscript: New file.
11584
11585         * lily/SConscript:
11586         * SConstruct: Update.
11587
11588 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11589
11590         * VERSION (PACKAGE_NAME): release 2.5.14
11591
11592 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11593
11594         * lily/main.cc: Add dummy xgettext markers.
11595
11596 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11597
11598         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11599         requirements
11600
11601         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11602         executable is < 40k
11603
11604         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11605         hack.
11606
11607 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11608
11609         * flower/libc-extension.cc:
11610         * flower/include/libc-extension.hh: [Open]BSD simply cast
11611         cookie/funopen declarations.
11612
11613         * stepmake/aclocal.m4: Check for libkpathsea.so.
11614
11615         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11616         dl_kpse_find_file.
11617
11618 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11619
11620         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11621         (open_library): alternative for static library.
11622
11623 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11624
11625         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11626
11627         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11628
11629         Drop run-time dependency on teTeX.
11630
11631         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11632
11633         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11634         KPATHSEA_LIBS in LIBS.
11635         (STEPMAKE_DLOPEN): New function.
11636
11637         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11638         not path.
11639
11640         * flower/file-path.cc (directories): Rename from paths, as this
11641         return an array of directories (a single path).
11642
11643 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11644
11645         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11646
11647         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11648         new ly:kpathsea-find-file
11649
11650         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11651
11652         * kpath-guile/GNUmakefile: new file
11653
11654         * buildscripts/gen-emmentaler-scripts.py (i): generate
11655         emmentaler-X.fontname as well.
11656
11657         * buildscripts/ps-embed-cff.py: new script
11658
11659         * scm/lily-library.scm: remove ps-embed-cff.
11660
11661         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11662         font loading. 
11663
11664         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11665         fontconfig as well.
11666
11667         * lily/font-config.cc (init_fontconfig): add cff/ too.
11668
11669         * ly/generate-embedded-cff.ly: capitalize.
11670
11671         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11672         so as to register the pango font.
11673
11674         * lily/font-config.cc (init_fontconfig): add
11675         prefix/{otf,type1,mf/out} to fontconfig path.
11676
11677         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11678         overrides all. 
11679
11680         * configure.in (gui_b): remove ec mftrace check
11681
11682         * config.hh.in: use lilypond-Major.Minor as data directory.
11683
11684         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11685
11686         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11687         name.
11688
11689 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11690
11691         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11692         error messages.
11693
11694         * flower/libc-extension.cc:
11695         * flower/include/libc-extension.hh: [Open]BSD fixes for
11696         cookie/funopen declarations.
11697
11698 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11699
11700         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11701         emmentaler.
11702
11703         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11704         lcrm10.
11705
11706         * scm/define-markup-commands.scm (fontsize): new markup
11707         command. Also set baseline-skip
11708
11709 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11710         
11711         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11712         use.
11713
11714 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11715
11716         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11717
11718         * lily/pdf.cc: remove PDF related files
11719
11720 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11721
11722         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11723         <hamamatsu@gmx.de>
11724
11725 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11726
11727         * Documentation/user/advanced-notation.itely: first draft
11728         of reorg done.
11729
11730         * Documentation/user/global.itely: fixed (sub)section
11731         bits of MIDI.
11732
11733 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11734
11735         * cygwin/mknetrel (extras): Bufix (Bertalan).
11736
11737         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11738         * Documentation/user/instrument-notation.itely (Introducing chord
11739         names): Compile fix: must have unique name.
11740
11741 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11742
11743         * Documentation/user/instrument-notation.itely: reorg.
11744
11745 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11746
11747         * scm/output-gnome.scm:
11748         * scm/output-svg.scm: Fix font scaling.
11749
11750 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11751
11752         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11753         what link to use best.
11754
11755         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11756         * Documentation/user/tutorial.itely (Automatic and manual beams):
11757         Fix @ref.
11758
11759         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11760         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11761         * scm/framework-gnome.scm (tweak): Use it.
11762
11763 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11764
11765         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11766
11767         * scm/output-ps.scm (white-text): reinstate white-text
11768
11769 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11770
11771         * scm/output-ps.scm (offset-add): Remove.
11772
11773         * scm/lily-library.scm (offset-flip-y): New function.
11774         * scm/framework-gnome.scm (tweak): Use it.
11775
11776         * scm/output-gnome.scm (grob-cause): Add parameter.
11777
11778         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11779         * scm/output-ps.scm (url-link): Move.
11780         (white-text): Warn user about brokenness.
11781
11782         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11783         wrt ghostscript.
11784
11785 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11786
11787         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11788         if body length smaller than measure length.
11789
11790         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11791         for Y.
11792
11793         * ly/titling-init.ly (tagline): put default tagline in \paper
11794
11795 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11796
11797         * lily/kpath.cc: 
11798         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11799
11800         * scm/lily-library.scm (version-not-seen-message): New function.
11801         * ly/init.ly: Use it.
11802
11803         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11804         breaks as progess.
11805
11806         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11807         whitespace with l10n message.
11808
11809         * scm/framework-tex.scm (convert-to-ps):
11810         (convert-to-dvi): Do not use overly specific l10n messages.
11811
11812         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11813
11814         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11815         merge stderr with stdout.  
11816
11817 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11818
11819         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11820         Neeracher).
11821
11822 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11823
11824         * Documentation/user/instrument-notation.teily: moved
11825         \arpeggio to Basic.
11826
11827         * Documentation/user/advanced-notation.itely: Articulation to
11828         Basic, a bunch of stuff from Basic moved to Advanced.
11829
11830         * Documentation/user/basic.itely: swapped various sections,
11831         reorganized Basic.
11832
11833 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11834
11835         * flower/memory-stream.cc: 
11836         * flower/libc-extension.cc: Remove obsolete #undefs.
11837
11838         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11839         more carefully.
11840
11841 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11842
11843         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11844         dependency.
11845
11846         * VERSION (PACKAGE_NAME): release 2.5.13
11847
11848         * GNUmakefile.in (web-ext): don't ship ps.gz
11849
11850         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11851         stdout
11852
11853 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11854
11855         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11856         without libintl.  Now it compiles too.
11857
11858 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11859
11860         * Documentation/user/basic-notation.itely,
11861         instument-notation.itely, advanced-notation.itely:
11862         split up contents of notation.itely.
11863
11864         * Documentation/user/notation.itely: file removed.
11865
11866         * Documentation/user/invoking.itely, converters.itely:
11867         moved convert-ly info to invoking.itely.
11868
11869         * Documentation/user/global.itely, changing-defaults.itely,
11870         sound-output.itexi: moved global settings, file layout, and
11871         sound into global.itely.
11872
11873         * Documentation/user/sound-output.itexi: file removed.
11874
11875         * Documentation/user/lilypond.tely: removed links to
11876         notation.itely and sound.itely.
11877
11878 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11879
11880         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11881
11882         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11883  
11884         * THANKS: add sponsor.
11885
11886         * scm/define-markup-commands.scm (with-url): new markup command.
11887
11888         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11889         tagline.
11890         
11891         * scm/output-tex.scm (url-link): stub.
11892
11893         * scm/output-ps.scm (url-link): new function.
11894
11895         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11896         ly:set-point-and-click
11897
11898 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11899
11900         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11901         based on pdf-viewer setting.
11902
11903         * scm/framework-ps.scm (write-preamble): Find and set preferred
11904         pdf-viewer.
11905
11906 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11907
11908         * Documentation/user/point-and-click.itely: update for PDF point &
11909         click.
11910
11911         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11912         editors based on EDITOR setting.
11913
11914 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * scm/*: Oops, more grand 2005 replace bits.
11917
11918 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11919
11920         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11921
11922         * scm/output-ps.scm (grob-cause): point & click support for
11923         PostScript
11924
11925 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11926
11927         * lily/input-scheme.cc (LY_DEFINE): rename to
11928         ly:input-file-line-column
11929
11930 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11931
11932         * Documentation/user/examples.itely: small fix from Steve Doonan.
11933
11934         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11935
11936         * THANKS: added Yuval Harel.
11937
11938         * Documentation/user/{various}: inserted two spaces after a period.
11939
11940         * Documentation/user/lilypond.tely: added framework for reorg.
11941
11942         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11943         advanced-notation.itely, global.itely: new files, placeholder for
11944         future reorg.
11945
11946 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11947
11948         * Documentation/user/notation.itely: revamped Polyphony section
11949         
11950 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11951
11952         * Documentation/user/lilypond-book.itely (Music fragment options):
11953         doc fontload.
11954
11955         * Documentation/user/changing-defaults.itely (Text encoding): add
11956         fontload option to utf8 include
11957
11958         * scripts/lilypond-book.py (compose_ly): add fontload option
11959
11960         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11961         force-eps-font-include option.
11962
11963         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11964         black triangle
11965
11966         * Documentation/user/invoking.itely (Editor support): remove
11967         lilypond-latex section.
11968
11969         * scripts/lilypond-latex.py (Module): remove script.
11970
11971         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11972         overwrite .log. 
11973
11974         * lily/main.cc: remove -m, --no-layout
11975
11976         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11977         to define. We don't want to override fprintf everywhere.
11978
11979 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11980
11981         * cygwin/lilypond.hint: 
11982         * cygwin/README.in: Update dependencies.
11983
11984         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11985         Bugfix: do not pollute CPPFLAGS, LIBS.
11986
11987         * cygwin/mknetrel (extras): Cross compile fixes.
11988
11989         * ttftool/util.c: 
11990         * ttftool/ttfps.c: 
11991         * ttftool/ps.c: #include libc-extension.hh
11992
11993         * flower/include/libc-extension.hh:
11994         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11995         wrapper using funopen.
11996         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11997         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11998
11999         * config.hh.in:
12000         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12001         (AC_CHECK_HEADERS): Add libio.h
12002
12003         * scripts/convert-ly.py: Uniformize, internationalize.
12004         (2.5.2): Remove fatal encoding rule.
12005         (2.5.13): Handle latin1 encoding gracefully.
12006
12007 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12008
12009         * HACKING: Fix line breaks.
12010
12011 2005-02-23  Werner Lemberg  <wl@gnu.org>
12012
12013         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12014         contains those two files.
12015
12016 2005-02-21  Werner Lemberg  <wl@gnu.org>
12017
12018         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12019         to improve overlap removal process.
12020
12021         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12022         left and right ending.  This ensures better overlapping.
12023         Update all callers.
12024         ("lineprall"): Don't use draw_gridline to get better overlapping.
12025
12026 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12027
12028         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12029
12030         * Documentation/topdocs/NEWS.tely (Top): oops.
12031
12032 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12033
12034         * HACKING: new file.
12035
12036         * input/regression/utf8.ly (portuguese): added a portuguese example
12037         to show latin1 accents.
12038
12039 2005-02-21  Pal Benko  <benkop@freestart.hu>
12040
12041         * lily/mensural-ligature-engraver.cc:
12042         * lily/mensural-ligature.cc:
12043         * lily/include/mensural-ligature.hh: new algorithm implemented
12044
12045         * scm/define-grob-properties.scm: join-left killed (add-join may
12046         be used); join-left-amount changed to join-right-amount
12047
12048 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12049
12050         * Documentation/user/notation.itely: small but urgent fix.
12051
12052 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12053
12054         * lily/duration-scheme.cc: bugfix: correct parameters to
12055         SCM_ASSERT_TYPE.
12056
12057         * THANKS: added Pal.
12058
12059         * Documentation/user/notation.itely: bugfix: unTeXified
12060         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12061         "timesig.*x/y" -> "timesig.*xy".
12062
12063 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12064         
12065         * VERSION (PACKAGE_NAME): release 2.5.12
12066
12067 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12068
12069         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12070
12071         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12072
12073         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12074
12075         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12076
12077 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12078
12079         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12080         latin1..utf-8.
12081
12082         * input/regression/stanza-number.ly:
12083         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12084
12085         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12086
12087 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12088
12089         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12090         NEWS. Refer to website for older news.  
12091
12092         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12093         .HTML. This should be done for specific servers only.
12094
12095         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12096         .ly image examples.
12097
12098         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12099         in layer 0 too.
12100
12101         * scm/define-context-properties.scm
12102         (all-user-translation-properties): add tieWaitForNote
12103
12104         * scm/define-grobs.scm (all-grob-descriptions): add
12105         Tie_column::before_line_breaking
12106
12107         * lily/tie.cc (get_column_rank): new function
12108
12109         * lily/tie-column.cc (before_line_breaking): new function.
12110         (werner_directions): take into account ties that start on
12111         different columns.  
12112
12113         * lily/score-engraver.cc (set_columns): move add_column() so we
12114         have column rank available.
12115
12116         * lily/tie.cc (get_column_rank): new function.
12117
12118         * input/regression/utf8.ly (japanese): add japanese lyrics.
12119
12120         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12121
12122         * THANKS: add Steve D
12123
12124         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12125         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12126
12127 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12128
12129         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12130         to show harmonic notes
12131         * scm/define-markup-commands.scm: in \markup-by-number
12132         "dots-dot" -> "dots.dot" to show dotted notes
12133
12134 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12135
12136         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12137
12138         * flower/memory-stream.cc (writer): new file.
12139
12140         * configure.in: add endian test.
12141
12142 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12143
12144         * Documentation/user/examples.itely: small
12145         simplification/beautification
12146
12147         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12148         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12149         notation manual.
12150
12151         * lily/mensural-ligature.cc: bugfix: another few victims of the
12152         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12153
12154         * ly/gregorian-init.ly: commit some experimental code for hi-level
12155         ligature input language lying around here for several months.
12156
12157         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12158         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12159
12160         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12161         "x-y-z"->"x.y.s-z" fixes.
12162
12163 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12164
12165         * scm/framework-pdf.scm (scm): new file
12166
12167         * lily/include/pdf.hh (class Pdf_file): new file.
12168
12169         * lily/pdf.cc (write_trailer): new file.
12170
12171 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12172
12173         * input/regression/color.ly: new file
12174
12175         * lily/stencil.cc (interpret_stencil_expression):
12176         when a color expression is encountered: save current color,
12177         process the rest of the expression, and restore previous color.
12178
12179         * lily/system.cc (get_line): check all grobs for color property and
12180         prepare the stencil scheme expressions for further processing.
12181         Fix layer-loop.
12182
12183         * scm/define-grob-properties.scm: introduce the color property.
12184
12185         * scm/output-lib.scm: color helper functions.
12186
12187         * scm/output-ps.scm: introduce setcolor/resetcolor.
12188
12189 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12190
12191         * ly/*.ly, input/regression/*.ly: Added missing \version
12192         statements in some files.
12193
12194 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12195
12196         * Documentation/user/notation.itely: minor editing.
12197
12198         * Documentation/user/converters.itely: updated convert-ly bugs.
12199
12200         * Documentation/user/lilypond-book.itely: add info about using
12201         feta characters in latex.
12202
12203 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12204
12205         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12206
12207 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12208
12209         * scm/define-grob-properties.scm (all-user-grob-properties):
12210         removed 'dashed property.
12211
12212 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12213
12214         * scm/lily.scm (define-safe-public): new macro for defining
12215         variables that can be used in --safe mode. Use it in *.scm
12216         instead of manually setting safe-objects in safe-lily.scm.
12217
12218 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12219         
12220         * lily/slur.cc: Slur-dash patch by Bertalan.
12221
12222         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12223
12224         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12225
12226 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12227
12228         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12229
12230 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12231
12232         * mf/GNUmakefile: teTeX-3.0 install fix.
12233
12234         * Cygwin patch from Bertalan.
12235
12236         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12237
12238 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12239
12240         * GNUmakefile.in: 
12241         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12242
12243         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12244         2.0.x compatibility.
12245
12246 2005-02-08  Werner Lemberg  <wl@gnu.org>
12247
12248         * mf/feta-din-code.mf: Format; clean up code.
12249         Replace `---' with `--' plus explicit path directions.
12250         (linethickness#, stafflinethickness#): Remove.
12251         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12252         ("dynamic s"): Improve shape.
12253         ("dynamic p"): Improve shape.
12254         Replace `draw' with better outline approximation.
12255         ("dynamic r"): Improve shape.
12256         Don't call `fill' and `draw' at the same time.
12257
12258 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12259
12260         * SConstruct (symlink):
12261         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12262         build fix: add enc symlink.
12263
12264         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12265
12266         Support for DESTDIR besides prefix=/foo
12267
12268         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12269
12270         * stepmake/stepmake/*.make:
12271         * */GNUmakefile:
12272         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12273
12274         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12275
12276         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12277         mawk in fontforge (date) test.
12278
12279 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12280
12281         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12282         font-family=roman. Add Luxi Sans as sans
12283
12284 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12285
12286         * Documentation/user/notation.itely: add warning about
12287         percent repeats and Voice contexts.
12288
12289         * Documentation/user/lilypond-book.itely: clarified the
12290         necessity of dvips -u arguments.
12291
12292 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12293
12294         * THANKS: Added a bunch of bug hunters.
12295
12296 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12297
12298         * scm/framework-ps.scm (output-preview-framework): bugfix.
12299
12300         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12301         o/ for chord modifier..
12302
12303         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12304
12305         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12306         Welsh Duggan). 
12307
12308 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12309
12310         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12311
12312         * ly/titling-init.ly: Do not also print intstrument in header on
12313         first page.  Do not print page number on first and only page.
12314
12315 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12316
12317         * input/regression/*.ly: remove old-relative everywhere
12318
12319         * lily/music-sequence.cc (simultaneous_relative_callback): do
12320         what-if analysis on copy, not on original. Fixes old-relative
12321         compatibility.
12322
12323         * scm/backend-library.scm (postscript->png): space before
12324         --verbose.
12325         
12326 2005-02-05  Werner Lemberg  <wl@gnu.org>
12327
12328         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12329         is defined.
12330
12331         * mf/feta-alphabet.mf: Define `staffsize#'.
12332         Include `feta-params.mf'.
12333         s/staffheight/design_size/.
12334
12335         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12336
12337         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12338
12339         * mf/feta-nummer-code.mf: Reformatted.
12340         (draw_six): Use outline intersection to avoid a self-intersecting
12341         path.
12342         ("Numeral comma"): Fix serious outline glitches.  This slightly
12343         changes the glyph shape.
12344         ("Numeral dash"): Use `draw_rounded_block'.
12345         ("Numeral dot"): Use `drawdot'.
12346         ("Numeral 1"): Assure identical tangent directions for the
12347         intersection points of paths.  The glyph shape improvement is only
12348         visible at very high magnifications.
12349         ("Numeral 2"): Use `solve' macro to make the lower right part of
12350         the glyph outline touch the x axis exactly.  This changes the
12351         glyph shape.
12352         Minor fixes for better overlap removal support.
12353         ("Numeral 4"): Make lefter corner `rounder'.
12354         ("Numeral 5"): Assure identical tangent directions for the
12355         intersection points of paths.  This improves the glyph shape at
12356         high magnifications.
12357         ("Numeral 7"): Use `solve' macro to make the upper right part of
12358         the glyph outline touch the metrics box exactly.  This changes the
12359         glyph shape.
12360         Avoid corner in the upper left part of the glyph (causing a minor
12361         shape change).
12362
12363         * mf/feta-ital-*.mf: Removed.  Unused.
12364
12365 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12366
12367         * VERSION (PATCH_LEVEL): release 2.5.11
12368
12369         * input/regression/fill-line-test.ly: new file.
12370
12371         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12372         emmentaler name, eg. emmentaler-23. 
12373
12374 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12375
12376         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12377         alignment with centered texts
12378
12379         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12380         list of paddings
12381
12382 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12383
12384         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12385
12386         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12387         of parents when translating rests. Fixes: c-chord-rest.ly 
12388
12389         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12390         dimension_callback_ member.
12391
12392         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12393         of extents.
12394
12395 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12396
12397         * all but lily/*: The grand 2004/2005 replace.
12398
12399 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12400
12401         * lily/*: add space after ,  
12402
12403         * scm/music-functions.scm (has-request-chord): don't use
12404         ly:music-name anywhere. Fixes <<\\>> notation. 
12405
12406         * scm/define-markup-commands.scm (box): use font-size for
12407         padding. Fixes boxed-rehearsal-marks.ly
12408
12409         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12410         identifier definition too, so foo = \lyrics { ...   } bar = #1
12411         doesn't complain about "bar" being LYRICS_STRING.
12412
12413         * lily/paper-def.cc (find_pango_font): new routine; Store
12414         pango_fonts in hash tab too. This is necessary for retrieving
12415         Pango_fonts::physical_font_tab() later on.
12416  
12417         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12418         crash if psname is null.
12419
12420         * lily/lily-guile.cc (ly_hash2alist): new function
12421
12422         * Documentation/user/changing-defaults.itely (Text encoding):
12423         rewrite. 
12424
12425         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12426         -> font_filename mapping.
12427
12428         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12429         ly_pango_font_physical_fonts
12430
12431         * scm/framework-ps.scm (supplies-or-needs): extract names from
12432         physical Pango_fonts.
12433
12434         * utf8.ly: new file.
12435
12436 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12437
12438         * Documentation/user/changing-defaults.itely (Page layout): add
12439         doco about systemSeparatorMarkup.
12440
12441         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12442         function.
12443         (default-page-make-stencil): insert system separators.
12444
12445         * scm/define-markup-commands.scm (hcenter): add
12446         (beam): add.
12447
12448 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12449
12450         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12451
12452 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12453
12454         * lily/main.cc: Spell backend consistently.  Sort options.
12455
12456 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12457
12458         * scripts/lilypond-book.py (Module): revert @include.
12459         
12460 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12461
12462         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12463         Bugfix: @include .tex (not .texi).  Small cleanups.
12464
12465         * stepmake/bin/add-html-footer.py (i18n): New function.
12466
12467 2005-01-31  Werner Lemberg  <wl@gnu.org>
12468
12469         * mf/feta-nummer.mf: Removed.  Unused.
12470
12471 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12472
12473         * lily/ : 2004 -> 2005 s&r
12474
12475         * scm/file-cache.scm (cached-file-contents): add file. Read each
12476         file only once.
12477
12478         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12479         now default.
12480
12481         * VERSION: release 2.5.10
12482         
12483         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12484
12485         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12486
12487         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12488         that both X and Y extents of bbox are non-nil.
12489
12490 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12491
12492         * scm/chord-name.scm (alteration->text-accidental-markup): change
12493         - to . 
12494
12495         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12496
12497         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12498
12499         * Documentation/user/invoking.itely (Invoking lilypond): add note
12500         about EPS backend.
12501
12502         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12503         files for inclusion in lilypond-book document.
12504
12505         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12506
12507         * input/tutorial/lbook-texi-test.texi: new file.
12508
12509         * scm/safe-lily.scm (safe-objects): add
12510         {begin,end}-of-line-(in)?visible as safe.
12511  
12512 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12513
12514         * Documentation/user/changing-defaults.itely: fixed example
12515         of (dynamics).
12516
12517 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12518
12519         * lily/main.cc: fix info about -o=FILE.
12520
12521 2005-01-29  Werner Lemberg  <wl@gnu.org>
12522
12523         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12524         construction to assure smooth transition from straight to curved
12525         lines.
12526
12527 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12528
12529         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12530         stencils.
12531
12532         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12533         translate to top of page. Fixes alignment problems of
12534         lilypond-generated EPS files.
12535
12536 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12537
12538         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12539         crescendo-end as well, since Decrescendo maybe ended with Stop
12540         Crescendo.). Fixes: partcombine-diminuendo.ly
12541
12542         * scm/script.scm (default-script-alist): swap portato symbols.
12543
12544         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12545
12546         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12547         ly:outputter-port. New function.
12548
12549         * scm/framework-ps.scm (output-classic-framework): dump a
12550         -systems.texi too
12551         (output-classic-framework): dump multiple systems on an "infinite"
12552         page EPS including fonts. 
12553
12554         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12555         .eps files for both texi and tex formats. Use PNG coming from
12556         lilypond.
12557         
12558 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12559
12560         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12561
12562         * scripts/lilypond-latex.py: fix info about -o=FILE.
12563
12564 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12565
12566         * ly/generate-embedded-cff.ly: write .cff.ps files.
12567
12568         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12569
12570         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12571         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12572
12573 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12574
12575         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12576
12577 2005-01-28  Werner Lemberg  <wl@gnu.org>
12578
12579         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12580         macros.
12581         (draw_bulb): Improved.
12582
12583         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12584         metapost bug.
12585         (draw_pedal_P): Use soft_end_penstroke.
12586         (draw_pedal_d): Use soft_start_penstroke.
12587
12588         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12589         path.
12590         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12591         doesn't change the glyph shape.
12592
12593         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12594         changing the shape) to avoid fontforge warnings.
12595
12596         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12597         soft_end_penstroke and fix glyph shape.
12598
12599 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12600
12601         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12602
12603 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12604
12605         * scm/define-markup-commands.scm (line): filter out empty stencils
12606         from line command.
12607
12608         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12609         amount.
12610
12611 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12612
12613         * Documentation/user/notation.itely: added info about what
12614         \voiceFoo does.  Also rewrote warning about marks at
12615         a line break.
12616
12617         * Documentation/user/changing-defaults.itely: added info
12618         about putting dynamics in parenthesis and brackets.
12619
12620 2005-01-27  Werner Lemberg  <wl@gnu.org>
12621
12622         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12623
12624 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12625
12626         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12627         portato-direction.ly
12628
12629         * lily/beam.cc (consider_auto_knees): add beam height to
12630         threshold. Fixes: knee-multiple-beam.ly
12631
12632         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12633         pedal line spanners. Fixes: instrument-center-pedal.ly
12634
12635         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12636         if encountering barline. Fixes: auto-beam-repeat.ly
12637
12638 2005-01-26  Werner Lemberg  <wl@gnu.org>
12639
12640         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12641         overlapping.
12642
12643         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12644         with inflections for the 1/2 sharp glyph.
12645
12646         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12647         connection between `t' and `r'.
12648         Unify bulb with the rest of `r' to avoid grazing outlines which
12649         confuses the overlap removal algorithm of fontforge.
12650
12651         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12652         inflections.
12653         (draw_cross): Fix shape to have uniform thickness in corners.
12654
12655         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12656         to avoid an uneven number of self-intersections; this confuses
12657         fontforge.
12658         Fix a slight bug in the shape at left bottom (which is visible only
12659         at high magnifications).
12660         `Center' the stem horizontally to avoid overlapping.
12661
12662 2005-01-24  Werner Lemberg  <wl@gnu.org>
12663
12664         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12665         to `asis'.
12666         (fet_begingroup): Save group name in string `feta_group'.
12667         (fet_endgroup): Updated.
12668         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12669
12670         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12671
12672         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12673         in metapost.
12674
12675 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12676
12677         * Documentation/user/notation.itely: really minor editing.
12678
12679 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12680
12681         * Documentation/user/examples.itely: minor editing.
12682
12683         * Documentation/user/changing-defaults.itely: minor editing.
12684
12685         * Documentation/user/notation.itely: clarified info on polyphony
12686         and \addlyrics.
12687
12688 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12689
12690         * scm/output-gnome.scm: 
12691         * scm/output-svg.scm:
12692         * scm/lily-library.scm (font-name-style): Update font name
12693         kludging for fontconfig use.
12694
12695 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12696
12697         * scm/define-markup-commands.scm: Document right-align and
12698         larger markup commands. Remove "TODO" from the topmost comment
12699         "each markup function should have a doc string." More consistent
12700         use of new-lines.
12701
12702 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12703
12704         * Documentation/user/changing-defaults: removed info about
12705         copyright symbol, since it's likely to change soon.
12706         Added info about betweensystemspace.
12707
12708         * Documentation/user/notation.itely: minor fixes.
12709
12710         * Documentation/user/lilypond.tely,
12711         Documentation/user/music-glossary.tely: changed copyright
12712         date to 2005 instead of 2004.
12713
12714         * input/test/volta-chord-names.ly: added old example back.
12715
12716 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12717
12718         * mf/feta-beugel.mf: use design size 20 (not 15).
12719
12720         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12721         change name to aybabtu completely
12722
12723 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12724
12725         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12726         design_size to fontname
12727
12728 2005-01-19  Werner Lemberg  <wl@gnu.org>
12729
12730         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12731         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12732
12733         * mf/feta-autometric.mf (set_char_box): Add code which emits
12734         specials for mf2pt1 if run with metapost.
12735         (to_bp): New macro for mf2pt1.
12736
12737 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12738
12739         * Documentation/user/changing-defaults: added info on
12740         creating a copyright symbol.
12741
12742 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12743
12744         * VERSION: release 2.5.9
12745         
12746 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12747
12748         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12749
12750         * Documentation/user/notation.itely: Document
12751         score-override-auto-beam-setting Fix documentation for
12752         revert-auto-beam-setting.
12753
12754 2005-01-18  Werner Lemberg  <wl@gnu.org>
12755
12756         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12757         (procset): New function to define a procset resource.
12758         (ps-embed-pfa): New function to define a font resource.
12759         (setup): New function to define a `Setup' environment.
12760         (preamble): Use new functions.
12761
12762         * ps/lilypond.defs (init-lilypond-parameters): New function to
12763         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12764
12765 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12766
12767         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12768
12769 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12770
12771         * scm/define-markup-commands.scm: Change number->markletter-string
12772         to take two arguments (vector number). Add number->mark-alphabet-vector
12773         and markalphabet markup command.
12774
12775         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12776         format-mark-alphabet, format-mark-box-barnumbers and
12777         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12778
12779 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12780
12781         * Documentation/user/examples.itely: add SATB automatic piano
12782         reduction template.
12783
12784         * Documentation/user/notation.itely: added info about changing
12785         partcombine texts.  Also adds examples of alternate lyrics.
12786
12787         * Documentation/user/changing-defaults.itely: added warning
12788         about \RemoveEmptyStaffContext overriding previous changes.
12789
12790 2005-01-17  Werner Lemberg  <wl@gnu.org>
12791
12792         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12793         feta-alphabet*.
12794
12795 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12796
12797         * python/lilylib.py (make_ps_images): don't do final showpage for
12798         multi-page documents.
12799         
12800         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12801
12802 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12803
12804         * Documentation/user/lilypond.tely: changed order of appendices;
12805         unified index should be last.
12806
12807         * Documentation/user/notation.itely: add example of key signatures
12808         and info about Staff.printKeyCancellation.
12809
12810 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12811
12812         * lily/include/repeated-music.hh (class Repeated_music): change
12813         into "namespace" class.
12814
12815         * lily/event.cc: remove Key_change_event.
12816
12817         * lily/include/transposed-music.hh (class Transposed_music): remove.
12818
12819         * lily/transposed-music.cc: remove
12820
12821         * lily/include/relative-music.hh: remove.
12822
12823         * lily/include/music-sequence.hh (struct Music_sequence): change
12824         into "namespace" class.
12825
12826         * lily/untransposable-music.cc (Module): remove
12827
12828         * lily/include/un-relativable-music.hh (Module): remove
12829
12830         * lily/include/untransposable-music.hh (Module): remove
12831
12832         * lily/include/music-list.hh (Module): remove file
12833
12834         * lily/un-relativable-music.cc: remove file.
12835
12836 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12837
12838         * lily/parser.yy: Compile fix.
12839
12840 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12841
12842         * lily/include/music.hh (class Music): unvirtualize transpose().
12843
12844         * lily/sequential-music.cc: remove file.
12845
12846         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12847
12848         * lily/slur-scoring.cc (get_best_curve): only switch on
12849         DEBUG_SLUR_SCORING for non NDEBUG builds.
12850
12851         * lily/include/music.hh (class Music): replace Music::start_mom()
12852         by start-callback property
12853
12854         * lily/include/grace-music.hh: remove file. 
12855
12856         * lily/stem.cc (height): robustness fix.
12857
12858         * lily/time-scaled-music.cc: remove file.
12859
12860         * lily/include/music.hh (class Music): include SCM init argument.
12861         (class Music): replace Music::get_length() virtual by
12862         length-callback property everywhere.
12863
12864         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12865
12866         * mf/GNUmakefile: don't install *list.ly
12867
12868 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12869
12870         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12871
12872 2005-01-12  Werner Lemberg  <wl@gnu.org>
12873
12874         This patch addresses the following problems in the feta sources
12875         files which contribute to the fetaXX fonts.
12876
12877         . Many fixes for rasterization at low resolutions (consistent use of
12878           `vround' and `hround', integer shift values for paths, applying
12879           `eps' for mirrored paths, use of `define_whole_pixels' and
12880           friends, etc.) -- while this probably looks like a waste of time
12881           it has revealed deficiencies in some glyph shapes.  See comment at
12882           the end of feta-params.mf how vertical symmetry is achieved.
12883
12884         . The `---' operator has been replaced everywhere with `--'; this
12885           both improves and considerably reduces the font size after
12886           conversion with mf2pt1.
12887
12888         These change aren't explicitly mentioned below since virtually all
12889         glyphs are affected.
12890
12891         Other notable differences:
12892
12893         . Glyphs from feta-accordion.mf now have charboxes around the
12894           outline.
12895
12896         . Fixed incorrect charbox for `accDot'.
12897
12898         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12899
12900         . Fixed position of the bow in the `upprall' glyph and its siblings.
12901
12902         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12903           dependent on the staff line thickness to avoid touching the middle
12904           staff line at smaller sizes.
12905
12906         . Largely extended output for feta-testXX: Where useful, glyphs
12907         are shown both between and on staff lines.
12908
12909
12910         * mf/feta-params.mf (staff_space_rounded,
12911         stafflinethickness_rounded, linethickness_rounded,
12912         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12913         Update all code which uses them where appropriate.
12914         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12915         New variables used to control rasterization at low resolutions.  Set
12916         to zero if feta code is processed with metapost.
12917
12918         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12919         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12920         (flare_path): Updated.
12921         Make it work with `filldraw' (but only circular pens).
12922         (hfloor, vfloor, hceiling, vceiling): New macros.
12923
12924         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12925         Use `draw' again in mf mode to have good pixel dropout control.
12926         Fix intersection points of horizontal lines with circle.
12927         ("accDot"): Fix parameters for set_char_box.
12928         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12929         control.
12930
12931         * mf/feta-banier.mf: Updated.
12932
12933         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12934         testing.
12935         (undraw_inside_ellipse): Remove `center' argument.  Update all
12936         callers.
12937         (draw_brevis): New macro, called by "Brevis notehead".
12938         (draw_whole_triangle_head): New macro, called by "Whole
12939         trianglehead".
12940         (draw_small_triangle_head): Use `filldraw'.
12941
12942         * mf/feta-eindelijk.mf: Remove useless global group.
12943         Updated.
12944
12945         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12946         `filldraw'.
12947
12948         * mf/feta-pendaal.mf: Updated.
12949
12950         * mf/feta-puntje.mf: Updated.
12951
12952         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12953         less points.
12954         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12955         dropout control.
12956         ("Varied Coda"): Use `draw_block'.
12957         (draw_comma): Fix typo.
12958         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12959         pixel dropout control.
12960
12961         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12962         position of bow.
12963
12964         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12965         sizes.
12966
12967         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12968         testing.
12969         (draw_meta_sharp): Much simplified.
12970         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12971
12972         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12973
12974 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12975
12976         * Documentation/user/notation.itely (Ancient rests): Fix typo
12977         (thanks Anthony)
12978
12979 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12980
12981         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12982
12983         * lily/main.cc (setup_paths): Add cff.
12984
12985         * mf/GNUmakefile (foe): Include actual target %.cff.
12986         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12987
12988 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12989
12990         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12991         suffix for main_input_b_.
12992
12993         * scm/music-functions.scm (toplevel-music-functions):
12994         precompute music lengths for music expressions.  
12995
12996 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12997
12998         * lily/include/input.hh (class Input): new `end_' slot for end of
12999         input. Renamed defined_str0_ to start_.
13000
13001         * lily/input.cc (Input): Add Input::Input (Input const &) and
13002         remove Input::Input (Source_file*, char const *). Use the new
13003         slots.
13004         (set_location): method used by bison to propagate input
13005         locations (YYLLOC_DEFAULT).
13006         (end_line_number, end_column_number, step_forward): new methods
13007         
13008         * lily/input-scheme.cc (ly:input-both-locations): new function,
13009         similar to ly:input-location, but also return the end line and
13010         column.
13011
13012         * lily/include/includable-lexer.hh: 
13013         * lily/includable-lexer.cc: 
13014         * lily/include/lily-lexer.hh (class Lily_lexer): 
13015         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13016         Includable_lexer to Lily_lexer, in order to update lexloc (the
13017         yylloc), a new slot of Lily_lexer.
13018         (here_input, LexerError): simplify by using the lexloc slot (aka
13019         yylloc)
13020
13021         * lily/lexer.ll: #define yylloc to use input locations (it may
13022         be useless here?). Fixed the #embedded_scm rule (step the location
13023         forward in order to skip the sharp sign before parsing the scheme
13024         expression)
13025
13026         * lily/include/lily-parser.hh (class Lily_parser): 
13027         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13028         here_input()
13029         (parser_error): overload for more precise locations of errors.
13030
13031         * lily/parser.yy (YYLTYPE): set location type to Input
13032         (YYLLOC_DEFAULT): use Input::set_location()
13033         (yylex): add the YYLTYPE* location parameter.
13034         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13035         Give an Input parameter to THIS->parser-error() for more accurate
13036         messages.
13037
13038 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13039
13040         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13041
13042         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13043         on BEAMQUANTING for non-NDEBUG builds.
13044
13045         * lily/stem.cc (head_count): performance: avoid String::String()
13046         inside oft called function.
13047
13048 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13049
13050         * Documentation/user/examles.itely: attempted fix for broken
13051         string quartet template.
13052
13053         * Documentation/user/notation.itely: remove unnecessary broken
13054         link.
13055
13056 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13057
13058         * VERSION (PACKAGE_NAME): release 2.5.7
13059
13060 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13061
13062         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13063         mf-nowin for teTeX-3.0.  Backportme.
13064
13065         * scm/output-svg.scm (utf8-string): New function.
13066
13067         * scm/output-gnome.scm (utf8-string): New function.
13068         (otf-name-mangling): Remove.
13069
13070         * lily/pango-font.cc (Pango_font): Use font string iso font
13071         filename for utf8-text.
13072
13073         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13074         name.
13075
13076 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13077
13078         * Documentation/user/notation.itely: add info about
13079         Staff.extraNatural = ##f in Pitches section.  Also
13080         fixed some minor issues in the Vocal music section.
13081
13082 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13083
13084         * scm/output-ps.scm (white-text): comment out Helvetica font,
13085         which is broken for my GS install.
13086
13087         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13088         which provides a tighter bbox.
13089
13090         * scm/define-grobs.scm (all-grob-descriptions): remove all
13091         extra-offsets from definitions.
13092
13093 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13094
13095         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13096         add tuning for 4-string bass and some common 4/5-string banjo
13097         tunings.  New function (four-string-banjo) turns a 5-string tuning
13098         into a 4-string tuning.  New function
13099         (fret-number-tablature-format-banjo) computes correct fret numbers
13100         on 5-string banjos.
13101
13102         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13103         Add beam correction to TabVoice.
13104
13105         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13106         using bold font; makes tabs more readable.
13107
13108 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13109
13110         * lily/font-select.cc (get_font_by_design_size): don't make
13111         Modified_font_metric; this causes trouble, since we don't know the
13112         font magnification from inside Pango_font::text_stencil()
13113
13114         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13115
13116         * Documentation/user/notation.itely (The Lyrics context): comment out
13117         broken {Small ensembles} link.
13118
13119         * scm/framework-svg.scm (output-framework): change calling convention.
13120
13121         * lily/object-key-dumper-scheme.cc: new file.
13122
13123         * lily/object-key-undumper-scheme.cc: new file.
13124
13125         * lily/tweak-registration-scheme.cc: new file.
13126
13127         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13128
13129         * Documentation/user/examples.itely (String quartet): uncomment
13130         broken example.
13131
13132         * lily/font-config.cc: new file.
13133
13134 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13135
13136         * scm/output-svg.scm: 
13137         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13138
13139         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13140
13141 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13142
13143         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13144         Add headers.
13145
13146         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13147
13148 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13149
13150         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13151
13152         * lily/include/main.hh: lose _b hungarian suffixes for global
13153         variables.
13154
13155         * lily/include/lily-guile-macros.hh: new file.
13156
13157         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13158
13159         * lily/general-scheme.cc: new file. 
13160
13161         * lily/font-select.cc (get_font_by_design_size): retrieve
13162         PangoFont for (designsize . "pango-descr") entries.
13163
13164         * lily/lily-parser-scheme.cc: new file.
13165
13166         * lily/output-def-scheme.cc: new file.
13167
13168         * lily/paper-book-scheme.cc: new file.
13169
13170         * lily/duration-scheme.cc (LY_DEFINE): new file.
13171
13172         * lily/pitch-scheme.cc:  new file.
13173
13174         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13175
13176 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13177
13178         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13179
13180 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13181
13182         * Documentation/user/notation.itely: minor editing.
13183
13184         * Documentation/user/changing-defaults: minor editing.
13185
13186         * Documentation/user/examples.itely: add template for
13187         string quartet part extraction; demonstrates tag.
13188
13189 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13190
13191         * Documentation/user/notation.itely: documents
13192         format-mark-box-letters and format-mark-box-numbers
13193
13194         * scm/define-context-properties.scm: change comment.
13195
13196 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13197
13198         * scm/framework-ps.scm (output-classic-framework): new function:
13199         dump systems as separate .eps files (without fonts) and write a
13200         single collecting .tex file.
13201
13202 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13203
13204         * Documentation/user/notation.itely (Setting simple songs):
13205         Correct several errors in the equivalent formulation of
13206         \addlyrics. 
13207         (The Lyrics context): Corrected link to the SATB example.
13208
13209 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13210
13211         * scm/lily.scm (completize-formats): new function
13212         (postprocess-output): new function
13213
13214         * lily/paper-book.cc (classic_output): change calling
13215         convention. Give basename as first argument. 
13216         remove Paper_book::post_processing().
13217
13218         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13219
13220 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13221
13222         * lily/paper-outputter.cc (LY_DEFINE): new function
13223         ly:outputter-close.
13224
13225         * lily/main.cc: change --format,-f to --backend,-b
13226
13227         * lily/include/main.hh: rename format to backend.
13228
13229         * scm/translation-functions.scm (format-mark-box-numbers): add.
13230         patch by Erlend Aasland
13231
13232 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13233
13234         * lily/pango-font.cc (text_stencil): dump string as
13235         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13236
13237 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13238
13239         * configure.in (gui_b): Remove handy developer-only
13240         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13241         CVS source installations (but break other non-default but correct
13242         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13243
13244         * SConstruct: 
13245         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13246         compatibility (backportme).
13247
13248         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13249
13250 2005-01-03  Werner Lemberg  <wl@gnu.org>
13251
13252         Prepare glyph shapes for mf2pt1 conversion.
13253
13254         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13255         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13256         `penstroke'.
13257         (accDot): Use `drawdot'.
13258         (accBayanbase): Replace `draw' with `draw_gridline'.
13259         (print_penpos): Moved to feta-macros.mf.
13260         (accOldEE): Replace `filldraw' with `penstroke'.
13261         Replace `draw' with `penstroke' and `drawdot'.
13262
13263         * mf/feta-banier.mf: Code clean-up.
13264         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13265         `fill'.
13266
13267         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13268
13269         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13270         paremeter to control drawing of labels.  Update all callers.
13271
13272         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13273         (new_bulb): Return a bulb as a single path.  To do that, it now
13274         takes some more parameters.  Updated all callers.
13275         (draw_gclef): Major clean-up.  `draw' has been replaced with
13276         `penstroke', unnecessary outlines have been removed.
13277         Remove (unused) gnome-canvas code.
13278
13279         * mf/feta-macros.mf (print_penpos): New macro (from
13280         feta-accordion.mf).
13281         Other minor fixes.
13282
13283         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13284         ("Pedal dot"): Use `drawdot'.
13285         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13286         all callers.
13287         Fix shape at top.
13288         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13289         all callers.
13290         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13291         all callers.
13292         Revert drawing direction.
13293
13294         * mf/feta-schrift.mf (draw_fermata): Use single path.
13295         (draw_short_fermata): Replace `filldraw' with `fill'.
13296         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13297         `draw_rounded_block' with a single path.
13298         ("Thumb"): Draw full circle instead of mirroring segments.
13299         (draw_accent): New macro.
13300         ("> accent", "espr"): Use it.
13301         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13302         ("open (unstopped)"): Draw full circle instead of mirroring
13303         segments.
13304         (draw_vee): Removed.
13305         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13306         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13307         path.
13308         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13309         partial pieces drawn with `fill' -- these do still overlap with the
13310         stem of the `t' but just once, not multiple times so that fontforge
13311         can handle it gracefully.
13312         Change other parts of the glyph so that fontforge's overlapping
13313         algorithm reliably works.
13314         (draw_heel): Replace `draw' with `fill'.
13315         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13316         ("Flageolet"): Replace `draw' with `penstroke'.
13317         ("Segno"): Replace `filldraw' with `penstroke'.
13318         Replace `draw' with `drawdot'.
13319         ("Coda"): Replace `fill' with `penstroke', using a single path.
13320         ("Varied Coda"): Use less overlapping paths.
13321         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13322         single path.
13323
13324         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13325         group to better control the `labels' command.
13326         Rename argument to `offset' and use it actually.  Update all
13327         callers.
13328         Replace `filldraw' with `fill'.
13329         ("mordent", "prallmordent", "upmordent", "downmordent",
13330         "lineprall"): Replace `draw' with `draw_gridline'.
13331         ("upprall", "downprall"): Replace `draw' with `fill'.
13332
13333         * mf/feta-timesig.mf: Formatting.
13334
13335         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13336         to...
13337         ("Flat"): Here.
13338         (draw_paren): Move code to draw labels to...
13339         ("Right Parenthesis"): Here.
13340
13341 2005-01-02  Graham Percival <gperlist@shaw.ca>
13342
13343         * Documentation/user/notation.itely: add example of \setTextDecresc
13344         and \setTextDim.
13345
13346 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13347
13348         * scm/define-markup-commands.scm :  fix glyph-strings of
13349         accidentals and \note-by-number
13350
13351 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13352
13353         * VERSION: 2.5.6 released.
13354         
13355         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13356
13357         * input/regression/new-markup-scheme.ly: oops. font-family=music
13358         -> font-encoding fetaMusic.  
13359
13360         * lily/main.cc: put default to PS.
13361
13362         * lily/tfm.cc: idem.
13363
13364         * lily/afm.cc: idem.
13365
13366         * lily/include/modified-font-metric.hh (struct
13367         Modified_font_metric): remove coding_scheme() method.
13368
13369         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13370
13371         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13372
13373         * input/les-nereides.ly: convert to utf8
13374
13375         * lily/modified-font-metric.cc (text_dimension): idem.
13376
13377         * lily/parser.yy (TODO): idem.
13378
13379         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13380
13381         * lily/lexer.ll: remove encoding
13382
13383         * scm/framework-ps.scm (output-variables): separately scale the
13384         page to mm 
13385
13386         * lily/pango-font.cc (Pango_font): fix scaling.
13387
13388         * lily/font-metric.cc (design_size): design_size returns a
13389         dimension now as well.
13390
13391 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13392
13393         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13394         brace generation. 
13395
13396         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13397
13398 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13399
13400         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13401         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13402
13403 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13404
13405         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13406         in first run as well.
13407
13408         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13409         dimension less points (ie. 12 = 12 point)
13410
13411         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13412
13413         * lily/all-font-metrics.cc (find_pango_font): set description_
13414
13415         * lily/pango-font.cc (text_stencil): export size as well.
13416         (text_stencil): fix scaling and extents box.
13417
13418 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13419
13420         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13421
13422         * Documentation/user/invoking.itely (Invoking lilypond): document
13423         texstr
13424
13425         * scripts/convert-ly.py (conv): add ancient rules.
13426
13427         * scm/clef.scm (c0-pitch-alist): replace - with .
13428
13429         * scripts/lilypond-book.py (process_snippets): add texstr support.
13430
13431         * scm/framework-texstr.scm (header): change extension to .textmetrics
13432
13433         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13434         -f tex.
13435
13436         * lily/text-metrics.cc: new file.
13437         (try_load_text_metrics): new function
13438
13439         * lily/include/text-metrics.hh: new file.
13440
13441 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13442
13443         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13444         ly_scheme_function to ly_lily_module_constant.
13445
13446         * lily/modified-font-metric.cc (text_dimension): try
13447         lookup_tex_text_dimension() first.
13448
13449         * lily/tfm.cc: new function ly:load-text-dimensions
13450
13451 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13452
13453         * scm/output-texstr.scm (text): use \lilygetmetrics
13454
13455         * scm/framework-texstr.scm (header): dump in new format.
13456
13457         * tex/lilypond-tex-metrics: new file.
13458         
13459 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13460
13461         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13462         mapping.
13463         (index_to_charcode): New method.
13464
13465         * scm/output-ps.scm (glyph-string): 
13466         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13467
13468 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13469
13470         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13471         implement fully, need FONT to get to charcode.
13472
13473         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13474
13475         * scm: Cleanups.
13476
13477         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13478         {Tunable context properties},
13479         {All layout objects},
13480         {Music definitions}.
13481
13482 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13483
13484         * VERSION: release 2.5.5
13485         
13486         * lily/main.cc: use TeX as default output format.
13487
13488         * flower/file-path.cc (find): try to open directly as well, so we
13489         find absolute path files. 
13490
13491         * lily/pango-select.cc: new file.
13492
13493         * scm/framework-ps.scm: remove all encoding code. 
13494         load pfb/pfa for PangoFont too.
13495         
13496         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13497
13498 2004-12-22  Werner Lemberg  <wl@gnu.org>
13499
13500         Prepare glyph shapes for mf2pt1 conversion.
13501
13502         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13503
13504         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13505         (define_triangle_shape): Use it to replace `draw' with `fill' and
13506         `unfill'.  Update all callers.
13507         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13508         (draw_cross): Ditto.
13509         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13510         Use penrazor for better conversion with mf2pt1.
13511         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13512         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13513         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13514         draw_la_head, draw_ti_head): Replace `filldraw' with
13515         `fill'.  Update all callers.
13516
13517 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13518
13519         * lily/paper-book.cc (output): revert: only allow a single output
13520         format.
13521
13522         * lily/include/pango-font.hh: new file.
13523
13524         * lily/pango-font.cc: new file.
13525
13526         * lily/font-metric.cc (text_stencil): new routine
13527
13528         * lily/all-font-metrics.cc (find_pango_font): new routine.
13529
13530         * lily/include/font-metric.hh (struct Font_metric): add
13531         text_stencil()
13532
13533         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13534
13535 2004-12-22  Werner Lemberg  <wl@gnu.org>
13536
13537         Prepare glyph shapes for mf2pt1 conversion.
13538
13539         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13540
13541         * mf/feta-toevallig.mf: Formatting.
13542         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13543         ("Natural"): Fix paths to allow better postprocessing.
13544         (draw_meta_flat): Use `z3l' as additional point in path to get
13545         better conversion with mf2pt1.
13546         Other minor cleanups.
13547         ("3/4 Flat"): Add auxiliary points and modify path to replace
13548         `draw' with `fill'.
13549         ("Double Sharp"): Mirror path segments instead of picture elements
13550         to get a single outline.
13551         Modify path to replace `filldraw' with `fill'.
13552
13553 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13554
13555         * input/test/unfold-all-repeats.ly: added file back.
13556
13557         * Documentation/user/notation.itely,
13558         Documentation/user/programming-interface.itely
13559         Documentation/user/changing-defaults.itely: fixed misc broken
13560         links to input/test/ files.
13561
13562 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13563
13564         * tex/texinfo.tex: Update.  We should not be distributing this,
13565         but since we do, use latest version.
13566
13567         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13568         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13569         macros for feta glyphs.
13570
13571 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13572
13573         * Documentation/user/changing-defaults.itely: fix index for set.
13574
13575         * Documentation/user/converters.itely: added convert-ly bugs list
13576         from CVS.
13577
13578 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13579
13580         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13581         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13582         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13583         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13584
13585         * mf/GNUmakefile (pfa_warning): Use less broken check.
13586
13587         * python/lilylib.py (setup_environment): Remove cruft from
13588         GS_FONTPATH.
13589
13590         * configure.in: Bump mftrace requirement to 1.1.1.
13591
13592 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13593
13594         * scm/output-svg.scm (beam): Use polygon.
13595
13596         * scm/lily-library.scm: Bugfix.
13597
13598         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13599
13600         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13601
13602 2004-12-19  Werner Lemberg  <wl@gnu.org>
13603
13604         Prepare glyph shapes for mf2pt1 conversion.
13605
13606         * mf/feta-eindelijk: Some formatting.
13607         (multi_rest_x, multi_beam_height): Removed.  Unused.
13608         ("Quarter rest"): Use `intersectiontimes' to create a single
13609         outline.
13610         (rest_crook): Removed.  Unused.
13611         (draw_rest_bulb): Return path (without filling).  Update callers.
13612         Simplified.
13613         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13614         "128th rest"): Simplify `pat'.
13615         Create single outline.
13616
13617 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13618
13619         * mf/GNUmakefile (ALL_GEN_FILES):
13620         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13621
13622         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13623         function.
13624
13625 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13626
13627         * scm/output-texstr.scm (placebox): add routine
13628
13629         * VERSION (PACKAGE_NAME): release 2.5.4
13630
13631         * scm/framework-texstr.scm (output-framework): new file.  
13632
13633         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13634         processing.
13635
13636         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13637
13638         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13639         rule.
13640
13641         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13642
13643         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13644
13645         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13646
13647 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13648
13649         * scm/framework-svg.scm (dump-page): Implement landscape.
13650
13651 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13652
13653         * lily/main.cc (setup_paths): Add svg to search path.
13654
13655         * scm/output-svg.scm:
13656         * scm/framework-svg.scm: Add pageSet.  Update.
13657         (dump-fonts): New function.
13658         (output-framework): Use it.
13659
13660         * mf/GNUmakefile: 
13661         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13662
13663 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13664
13665         * tex/lilyponddefs.tex: comment out new ifpdf code.
13666
13667 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13668
13669         * GNUmakefile.in: 
13670         * SConstruct (symlink): Replace afm by otf.
13671
13672         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13673         ly:pango-add-afm-decoder.
13674
13675         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13676
13677 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13678
13679         * scm/output-ps.scm (new-text): don't access t glyph for getting
13680         space dimension.
13681
13682         * ly/init.ly: warn about \version
13683
13684         * lily/lexer.ll: set version-seen?
13685
13686 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13687
13688         * scm/output-svg.scm (string->entities): Update.
13689
13690 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13691
13692         * lily/main.cc (setup_paths): replace afm by otf for path. 
13693
13694         * lily/pangofc-afm-decoder.cc: remove.
13695
13696         * lily/include/pangofc-afm-decoder.hh: remove.
13697
13698         * scm/framework-scm.scm (output-framework): new file.
13699
13700         * mf/GNUmakefile: remove SAUTER_FONTS.
13701         remove SVG/sodipodi hacks.
13702
13703         * scm/lily-library.scm (stderr): move stderr.
13704
13705         * mf/GNUmakefile: remove AFM support.
13706
13707         * buildscripts/mf-to-table.py (base): remove AFM support.
13708
13709         * lily/open-type-font.cc (design_size): use design_size
13710
13711 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13712
13713         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13714
13715 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13716
13717         * mf/GNUmakefile: Generate combined aybabtu info.
13718         * mf/aybabtu.pe.in (i): Load it.
13719
13720         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13721         are not symbols.
13722
13723         * lily/include/open-type-font.hh (count): New method.
13724
13725         * mf/aybabtu.pe.in: Typo.
13726
13727         * Documentation/user/out/lilypond-internals.nexi (Scheme
13728         functions): Typo.
13729
13730         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13731
13732 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13733
13734         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13735         subfonts.
13736
13737         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13738
13739         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13740         (tex-font-command-raw): new function.
13741
13742         * lily/include/virtual-font-metric.hh (Module): remove file
13743
13744         * lily/virtual-font-metric.cc (Module): remove file.
13745         
13746
13747         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13748         (get_indexed_char): read bbox from lily table if present.
13749
13750 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13751
13752         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13753         aybabtu.subfonts
13754
13755         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13756         global glyphname. Enables more than 64 glyphs in the OTF.
13757
13758 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13759
13760         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13761         braces.
13762
13763         * lily/open-type-font.cc (design_size): Use 12 as default for
13764         design size.
13765
13766         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13767
13768         * mf/GNUmakefile: Generate aybabtu.
13769
13770         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13771
13772 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13773
13774         * scm/lily-library.scm (char->unicode-index): Remove.
13775
13776         * scm/output-gnome.scm (text): Bugfix for plain string input.
13777         Updates.
13778
13779         * scm/output-svg.scm (svg-font): Add weight to font selection.
13780
13781 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13782
13783         * Documentation/topdocs/INSTALL.texi (Top): Point to
13784         buildscripts/out/clean-fonts instead of
13785         buildscripts/clean-fonts.sh. 
13786
13787 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13788
13789         * input/regression/figured-bass.ly: attempt to clarify text.
13790
13791         * Documentation/user/notation.tely: add cindex for tag, attempt to
13792         add figured bass example.
13793
13794         * Documentation/user/changing-defaults: basic editing.
13795
13796 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13797
13798         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13799
13800         * lily/open-type-font.cc (LY_DEFINE): new function
13801         ly:font-sub-fonts
13802
13803         * lily/include/font-metric.hh (struct Font_metric): new method
13804         sub_fonts()
13805
13806         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13807         . with - in add.stem.
13808         
13809 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13810
13811         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13812         and fetaDynamic.
13813
13814         * lily/rest.cc (glyph_name): Change - to . .
13815
13816         * scm/output-gnome.scm (text): Hello world, again.
13817
13818         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13819
13820         * lily/modified-font-metric.cc (index_to_charcode): New method.
13821
13822         * lily/include/font-metric.hh (index_to_charcode): New function.
13823
13824         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13825         new function.
13826         (ly:font-glyph-to-index): Remove.
13827
13828 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13829
13830         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13831
13832         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13833
13834         * lily/open-type-font.cc (load_scheme_table): new function
13835
13836         * lily/dots.cc (print): replace - 
13837
13838         * lily/open-type-font.cc (attachment_point): new function.
13839         (load_table): read LILC table
13840
13841         * buildscripts/gen-bigcheese-scripts.py (Module): new
13842         file. Generate FF scripts.
13843
13844         * mf/feta-din10.mf: idem.
13845
13846         * mf/feta-nummer10.mf: remove mf files.
13847
13848         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13849
13850 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13851
13852         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13853
13854         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13855         compatibility.
13856
13857 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13858
13859         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13860         design-size and units_per_EM.
13861
13862         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13863
13864 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13865
13866         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13867         does not crash fontforge.
13868
13869         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13870         PUA.
13871
13872 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13873
13874         * scm/framework-ps.scm (ps-embed-cff): new function.
13875
13876         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13877
13878 2004-12-12  Werner Lemberg  <wl@gnu.org>
13879
13880         * mf/bigcheese.pe.in: Add PUA mapping.
13881         Don't create Type 42 but bare CFF font.
13882
13883 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13884
13885         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13886         within canvas boundaries.
13887
13888         * mf/merge.pe.in: Set font names, version, license GPL.
13889
13890         * make/substitute.make: Add FONTFORGE.
13891
13892         * config.make.in (FONTFORGE): Add.
13893
13894         * configure.in (gui_b): Use PATH_PROG for fontforge.
13895
13896 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13897
13898         * scm/define-markup-commands.scm: add baseline-skip to info
13899         about \column.
13900
13901 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13902
13903         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13904
13905         * scm/output-gnome.scm (named-glyph): Use it.
13906
13907         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13908
13909         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13910         (upper_string, lower_string, reverse_string): Remove.
13911
13912         * configure.in (fontforge): Reinstate version check.
13913
13914         * ly/engraver-init.ly: Fix clef glyph names.
13915
13916         * lily/time-signature.cc (special_time_signature): Fix fraction
13917         glyph names.
13918
13919 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13920
13921         * mf/merge.pe: new file.
13922
13923         * lily/freetype.cc: new file.
13924
13925         * lily/include/open-type-font.hh (class Open_type_font): new file.
13926
13927         * lily/include/freetype.hh: new file.
13928
13929         * lily/open-type-font.cc: new file.
13930
13931         * lily/all-font-metrics.cc (find_otf): new function.
13932
13933 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13934
13935         * lily/time-signature.cc (special_time_signature): Fix.
13936
13937         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13938         GTK2 before checking for pango.  Fixes -fgnome.
13939
13940         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13941         Scheme name.
13942
13943         * scm/define-markup-commands.scm:
13944         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13945
13946         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13947
13948         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13949         date versions.  Fixes configure.
13950         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13951         argument.
13952
13953 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13954
13955         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13956         names in .enc
13957
13958         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13959
13960 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13961
13962         * Documentation/user/changing-defaults.itely: add info about
13963         make-dynamic-script
13964
13965         * Documentation/user/notation.itely: add link in dynamics to
13966         section about make-dynamic-script.
13967
13968 2004-12-09  Christian hitz  <chhitz@gmx.net>
13969
13970         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13971
13972 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13973
13974         * buildscripts/mf-to-table.py (parse_logfile): use . for
13975         concatting name and group.
13976         (parse_logfile): use M for Minus (negative.)
13977
13978         * lily/include/type-swallow-translator.hh
13979         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13980
13981         * lily/*.cc: cosmetics around = sign.
13982
13983         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13984         lyric spacing on the penultimate column.
13985
13986 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13987
13988         * configure.in:
13989         * lily/accidental-placement.cc:
13990         * lily/bar-line.cc:
13991         * lily/beam-concave.cc:
13992         * lily/beam-quanting.cc:
13993         * lily/beam.cc:
13994         * lily/bezier-bow.cc:
13995         * lily/bezier.cc:
13996         * lily/break-align-interface.cc:
13997         * lily/custos.cc:
13998         * lily/dimension-cache.cc:
13999         * lily/dot-column.cc:
14000         * lily/font-metric.cc:
14001         * lily/font-select.cc:
14002         * lily/gourlay-breaking.cc:
14003         * lily/grob-property.cc:
14004         * lily/grob.cc:
14005         * lily/lily-guile.cc:
14006         * lily/line-spanner.cc:
14007         * lily/lookup.cc:
14008         * lily/lyric-extender.cc:
14009         * lily/lyric-hyphen.cc:
14010         * lily/mensural-ligature.cc:
14011         * lily/midi-def.cc:
14012         * lily/misc.cc:
14013         * lily/note-collision.cc:
14014         * lily/note-column.cc:
14015         * lily/note-head.cc:
14016         * lily/paper-outputter.cc:
14017         * lily/percent-repeat-item.cc:
14018         * lily/rest-collision.cc:
14019         * lily/side-position-interface.cc:
14020         * lily/simple-spacer.cc:
14021         * lily/slur-configuration.cc:
14022         * lily/slur-scoring.cc:
14023         * lily/slur.cc:
14024         * lily/spaceable-grob.cc:
14025         * lily/spacing-spanner.cc:
14026         * lily/spanner.cc:
14027         * lily/staff-symbol-referencer.cc:
14028         * lily/stem.cc:
14029         * lily/stencil.cc:
14030         * lily/system-start-delimiter.cc:
14031         * lily/system.cc:
14032         * lily/text-item.cc:
14033         * lily/tie.cc:
14034         * lily/tuplet-bracket.cc:
14035         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14036         <cmath> beacause isinf/isnan is undefined in <cmath>
14037
14038 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14039
14040         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14041
14042 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14043
14044         * VERSION: release 2.5.3
14045         
14046 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14047
14048         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14049
14050 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14051
14052         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14053
14054         * lily/note-head.cc (internal_print): always try the "s" head if
14055         u/d not found.
14056
14057         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14058
14059 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14060
14061         * mf/parmesan-heads.mf (overdone_heads): typos.
14062
14063 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14064
14065         * lily/parser.yy (markup): in markups, { .. } without command
14066         before are also flattened, ie \line must be explicitely used.
14067
14068         * Documentation/user/changing-defaults.itely:
14069         * Documentation/user/notation.itely: 
14070         * input/wilhelmus.ly: 
14071         * input/regression/instrument-name-markup.ly: 
14072         * input/regression/markup-score.ly: 
14073         * input/regression/new-markup-scheme.ly: 
14074         * input/regression/new-markup-syntax.ly: 
14075         * input/test/coriolan-margin.ly: use \line in markups where
14076         appropriate
14077         
14078 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14079
14080         * scm/new-markup.scm (map-markup-command-list): helper function
14081         used in parser.yy to map markup commands on a markup list.
14082
14083         * lily/parser.yy: get rid off < > in markups by treating { } as
14084         real lists.
14085
14086         * lily/lexer.ll: remove < > from markup lexer mode.
14087
14088         * scripts/convert-ly.py (conv): add rule for converting 
14089         \markup < > to \markup { }
14090
14091         * ly/titling-init.ly: 
14092         * input/test/coriolan-margin.ly: 
14093         * input/regression/new-markup-syntax.ly: 
14094         * input/regression/new-markup-scheme.ly: 
14095         * input/regression/multi-measure-rest-text.ly: 
14096         * input/regression/markup-stack.ly: 
14097         * input/regression/markup-score.ly: 
14098         * input/regression/instrument-name-markup.ly: 
14099         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14100         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14101         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14102         * input/wilhelmus.ly: 
14103         * Documentation/user/notation.itely: 
14104         * Documentation/user/music-glossary.tely: 
14105         * Documentation/user/changing-defaults.itely: change < > to { } in
14106         markups
14107
14108 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14109
14110         * lily/accidental-placement.cc (position_accidentals): shortcut if
14111         no accidentals to place.
14112
14113 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14114
14115         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14116         typo s/ly:dimension ?/ly:dimension?/
14117
14118         * input/regression/lily-in-scheme.ly: 
14119         * input/regression/music-function.ly: 
14120         * ly/spanners-init.ly (assertBeamSlope): 
14121         * scm/music-functions.scm (def-grace-function): add the paper
14122         argument to music function definitions.
14123
14124 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14125
14126         * lily/moment.cc (LY_DEFINE):
14127         ly:moment-main-{denominator,numberator}, new function.
14128
14129         * lily/score-engraver.cc (typeset_all): assign to column on basis
14130         of axis-group-parent-X setting.
14131
14132         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14133         add_element() on basis of axis-group-parent-Y setting.
14134
14135         * lily/grob.cc: add axis-group-parent-{XY} properties.
14136
14137         * input/regression/spacing-stick-out.ly: new file.
14138
14139         * lily/simple-spacer.cc (add_columns): use binary search for
14140         setting column rods. Changes O(n^2) to O(n log(n)) for
14141         constructing spacing problem from columns.
14142         (add_columns): read allow-outside-line to make sure no texts stick
14143         out.
14144         (solve): Simple_spacer::is_active() only determines
14145         satisfies_constraints_ for non-ragged typesetting.
14146
14147         * lily/simultaneous-music.cc (to_relative_octave): only set
14148         old_relative_used if return pitch actually changed.
14149
14150         * scm/define-context-properties.scm
14151         (all-user-translation-properties): change to match implementation.
14152
14153         * python/lilylib.py: Replace re.match by re.search and adds "-c
14154         showpage" to the gs command line (Johannes Schindelin)
14155
14156         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14157         before processing. Prevents crash when inf is in the extent.
14158
14159         * scm/define-markup-commands.scm (note-by-number): add "s" to
14160         "noteheads-" glyphname.
14161  
14162         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14163         music function as well.
14164         
14165 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14166
14167         * VERSION: release 2.5.2
14168
14169         * Documentation/user/changing-defaults.itely (Creating titles):
14170         add breakbefore variable.
14171
14172         * lily/paper-book.cc (set_system_penalty): new function. Set
14173         penalty_ based on breakBefore setting
14174
14175         * lily/context-specced-music-iterator.cc (construct_children):
14176         interpret special context id $uniqueContextId 
14177
14178         * lily/context.cc (create_unique_context): new method. Move
14179         creation of unique (\new) contexts into interpreting phase. This
14180         makes
14181
14182           foo= \new Staff ..
14183           << \foo \foo >>
14184
14185         produce 2 staves.
14186         
14187
14188         * scm/define-music-properties.scm (all-music-properties): add
14189         quoted-voice-direction
14190
14191         * ly/music-functions-init.ly: killCues function.
14192
14193         * scm/music-functions.scm (cue-substitute): move creation of voice
14194         contexts further to the back. 
14195
14196 2004-11-25  Werner Lemberg  <wl@gnu.org>
14197
14198         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14199         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14200
14201 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14202
14203         * buildscripts/guile-gnome.sh: Fixed typo.
14204
14205 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14206
14207         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14208
14209         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14210
14211         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14212         to regular engraver. 
14213
14214 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14215
14216         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14217
14218 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14219
14220         * scm/define-markup-commands.scm (fill-line): Typo.
14221
14222         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14223         and newer.
14224
14225 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14226
14227         * ly/dynamic-scripts-init.ly: Fixed typo.
14228
14229 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14230
14231         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14232         note-head, to have different attachment points for up and down.
14233
14234         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14235
14236         * mf/feta-generic.mf (else): remove solfa.
14237
14238         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14239
14240         * scm/define-context-properties.scm
14241         (all-user-translation-properties): add shapeNoteStyles property.
14242
14243         * lily/shape-note-heads-engraver.cc (process_music): new file.
14244
14245         * lily/event.cc (transpose): call Event::transpose() for
14246         transposing the tonic.
14247
14248 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14249
14250         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14251         Unicode/OpenType and AFM.
14252
14253         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14254
14255 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14256
14257         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14258
14259         * lily/context.cc (Context): unprotect key from ctor.
14260
14261         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14262         is '()
14263         (stack-stencils): idem.
14264
14265         * Documentation/user/changing-defaults.itely (Creating titles):
14266         document new title layout options.
14267
14268         * lily/parser.yy (lilypond_header_body): copy previous
14269         $globalheader if present.
14270
14271         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14272         ly:module-copy
14273         
14274         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14275
14276         * scm/titling.scm: remove old titling functions
14277
14278         * lily/stencil.cc (translate): remove absolute dimension.
14279
14280         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14281         via markup.
14282
14283         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14284         field from user-supplied markup
14285
14286         * scm/define-markup-commands.scm (on-the-fly): new markup
14287         command. Enter SCM markup procedure directly in Scheme.
14288         (fromproperty): new markup command. Read markup from props argument.
14289
14290         * scm/titling.scm (marked-up-title): create title via
14291         user-specified markup. 
14292
14293         * scm/define-markup-commands.scm (column): remove empty stencils
14294         from column.
14295
14296         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14297         not have side-effect of creating variable stub.
14298
14299         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14300
14301 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14302
14303         * scm/encoding.scm (coding-alist): 
14304         * scm/font.scm (add-ec-fonts):
14305         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14306         Extended-TeX-Font-Encoding---Latin.
14307
14308         * lily/side-position-interface.cc (general_side_position): Add
14309         actual offset to error message (avoid constant error messages).
14310
14311         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14312         block.
14313
14314         * lily/font-select.cc (select_encoded_font)
14315         (get_font_by_mag_step, get_font_by_design_size): 
14316         * lily/modified-font-metric.cc (Modified_font_metric): 
14317         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14318
14319         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14320         (read-encoding-file): Bugfix: do not require space after bracket.
14321
14322         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14323         these do not exist.
14324
14325 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14326
14327         * Documentation/user/notation.itely: added info about typesetting
14328         boxed bar numbers.
14329
14330 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14331
14332         * flower/interval.cc (T_to_string): gcc4 fixes.
14333
14334         * scm/define-markup-commands.scm (fill-line): use
14335         stack-stencils. This fixes problems with putting already centered
14336         stencils in a line.
14337
14338         * VERSION: release 2.5.1
14339
14340         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14341
14342 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14343
14344         * input/example-[1-3].ly: simplify.
14345
14346         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14347
14348         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14349         show glyphs.
14350
14351         * scm/encoding.scm (decode-byte-string): new function.
14352
14353         * scripts/convert-ly.py (conv): add warning about
14354         set-global-staff-size.
14355
14356         * Doxyfile: add. 
14357
14358         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14359         (conv): warn for TextSpanner split.
14360         (conv): warn for textheight.
14361
14362 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14363
14364         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14365         building the documentation, info with images are installed.
14366         (final-install): Fix description.  Mention sourcing of login
14367         scripts (instead of running).
14368
14369 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14370
14371         * Debian lmodern support.  Note that LilyPond will issue warnings
14372         
14373             no such encoding: "FontSpecific"
14374
14375           The font selection mechanism wants to get the encoding from the
14376           font itself, but the idea of lmodern is that it is usable with
14377           different encodings, ie, Lily should get the encoding from the
14378           font tree, rather than the font itself.  This would require some
14379           more work.
14380         
14381         * configure.in: Test for and accept lmodern if EC fonts not found.
14382
14383         * scm/framework-tex.scm (font-load-command): TeX font name
14384         mangling for latin1 encoded cork-lm fonts.
14385         (convert-to-ps): Load lm.map if available.
14386
14387         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14388         available.
14389
14390         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14391
14392         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14393         available.
14394
14395         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14396         path for absolute file name, that is silly.
14397
14398         * lily/score-engraver.cc (initialize): 
14399
14400         * Documentation/user/GNUmakefile (local-install-info): Invoke
14401         install-info --remove first.
14402
14403         * #include cleanup (Andreas Scherer).
14404
14405 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14406
14407         * input/test/script-abbreviations.ly: fix typos.
14408
14409 2004-11-17  Werner Lemberg  <wl@gnu.org>
14410
14411         * python/lilylib.py (options_help_str): Support pretty-printing of
14412         newlines in fourth element of option description.
14413
14414         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14415         feature.
14416         Sort options.
14417
14418         * Documentation/user/lilypond-book.itely: Finish update.
14419
14420 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14421
14422         * Documentation/user/macros.itexi: Add comment about \command.
14423
14424         * Documentation/user/lilypond.tely:
14425         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14426         and lilypond-book nodes, so that `info lilypond' visits the manual
14427         at top level, and `info lilypond-book' visits the lilypond-book
14428         section.
14429
14430         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14431         and packager messages.
14432
14433         * lily/pangofc-afm-decoder.cc: Update test.
14434
14435 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14436
14437         * scm/lily-library.scm (char->unicode-index): New function.
14438
14439         * scm/output-gnome.scm: 
14440         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14441
14442         * Proper naming of file name throughout; s/filename/file[-_]name/.
14443
14444         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14445
14446         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14447
14448 2004-11-16  Werner Lemberg  <wl@gnu.org>
14449
14450         * scripts/lilypond-book.py: The Lord has commanded me to use only
14451         tabs for indentation.  Your humble servant obeys.
14452
14453 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14454
14455         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14456         including font, if LilyPond-feta font is only feta font in path.
14457
14458         * scm/output-gnome.scm (text): Revert to file name of font if font
14459         has no name.  Fixes ec font selection.
14460         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14461
14462         * scm/framework-svg.scm:
14463         * scm/output-svg.scm: New file.  TODO: figure out how to
14464         do character by index in font.
14465
14466         * scm/output-sodipodi.scm: Remove.
14467
14468         * scm/output-ps.scm (stem): Remove.
14469
14470 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14471
14472         * scm/output-gnome.scm (beam): New function.
14473         (slur): Round corners.
14474         (round-filled-box): Round corners.
14475
14476 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14477
14478         * scm/output-gnome.scm (beam): add function.
14479         (draw-line): new routine.
14480         (dashed-line): stub; call draw-line
14481         (polygon): new routine.
14482
14483 2004-11-15  Werner Lemberg  <wl@gnu.org>
14484
14485         * Documentation/user/lilypond-book.itely: Revise section on
14486         lilypond-book options.
14487         Other minor fixes.
14488
14489         * scripts/lilypond-book.py: Change indentation to 4.
14490         Minor formatting.
14491
14492 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14493
14494         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14495         grobs that have tweaks specced.
14496         
14497 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14498
14499         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14500
14501 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14502
14503         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14504         actual char #, not 0 based index.
14505
14506         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14507
14508         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14509         Warning: do make -C mf clean.
14510
14511         * lily/context-property.cc: Compile fix.
14512
14513         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14514         Grok ec-fonts, braces and dynamics.
14515
14516         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14517
14518 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14519
14520         * lily/include/tweak-registration.hh: new file.
14521
14522         * lily/tweak-registration.cc: new file.
14523
14524         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14525         saving tweaks.
14526
14527         * scm/output-gnome.scm (text): comment dribble.
14528
14529 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14530
14531         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14532
14533         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14534         path-def before using.  Fixes muchtomany slurs in wrong places
14535         bug.
14536
14537 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14538
14539         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14540
14541         * lily/include/object-key-undumper.hh (Module): new file.
14542
14543         * lily/object-key-undumper.cc (Module): New file. Deserialize
14544         keys. SCM bindings
14545
14546         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14547         Provide SCM bindings.
14548
14549         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14550         new file. Serialize object keys.
14551         
14552         * lily/object-key.cc (dump): new function.
14553         (as_scheme): new virtual function
14554         (undump): new function
14555         (undumpers): new table.
14556
14557         * lily/include/global-context.hh (Context): take \score key upon init.
14558
14559         * lily/object-key-dumper.cc (serialize_key): new file.
14560
14561         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14562
14563         * lily/lily-lexer.cc: remove \quote.
14564
14565         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14566
14567         * lily/context.cc (Context): take key argument in ctor.
14568         (create_context): new function
14569
14570         * lily/grob.cc (Grob): take key argument in ctor.  
14571
14572         * lily/lilypond-key.cc (do_compare): new file.
14573
14574         * lily/object-key.cc (Object_key): new file.
14575
14576         * lily/include/object-key.hh (class Object_key): new file.
14577
14578         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14579
14580 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14581
14582         * Documentation/user/lilypond-book.itely: add small warning about
14583         noindent default in lilypond-book.
14584
14585         * Documentation/user/converters.itely: add examples for convert-ly.
14586
14587         * Documentation/user/examples.itely: change version string in templates
14588         to 2.4.0.
14589
14590 2004-11-12  Karl Hammar  <karl@aspodata.se>
14591
14592         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14593         cmdline, use xargs instead (backportme)
14594
14595 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14596         
14597         * Documentation/user/: Numerous fixes in the user manual.
14598
14599 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14600
14601         * lily/parser.yy (re_rhythmed_music): search music expression for
14602         context-id, surround by \new Voice if not found. Fixes:
14603         addlyrics-second-staff.ly
14604
14605         * VERSION: 2.5.0 released.
14606         
14607 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14608
14609         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14610
14611         * Documentation/user/GNUmakefile: Separate rules for split and
14612         unsplit html documents.  Remove perl massaging.  (backportme)
14613
14614 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14615
14616         * Documentation/user/lilypond-book.itely: add short warning about
14617         \lilypond{} in LaTeX docs.
14618
14619 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14620
14621         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14622         found.  (backportme)
14623
14624         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14625         version requirement.  (backportme)
14626
14627         * configure.in: Be explicit about old versions of
14628         ec-fonts-mtraced.  (backportme)
14629
14630         * lily/context-selector.cc (set_tweaks): New function.
14631         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14632         web with -DTWEAK.
14633
14634         * Documentation/user/introduction.itely (Automated engraving):
14635         Remove fragment option.  Fixes web.
14636
14637         * lily/context-property.cc (make_item_from_properties):
14638         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14639         #ifdef.
14640
14641         * scm/define-context-properties.scm
14642         (all-internal-translation-properties): Add tweakRank and tweakCount.
14643
14644         * lily/grob.cc: 
14645         * scm/define-grob-properties.scm (all-internal-grob-properties):
14646         Add tweak-rank and tweak-count.
14647
14648 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14649
14650         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14651         New function.
14652         (text): Use them.
14653
14654         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14655         animated/opaque grob dragging tweaks.
14656
14657         * buildscripts/guile-gnome.sh: Update.
14658
14659 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14660
14661         * scm/define-grobs.scm (all-grob-descriptions): Added
14662         line-interface to the LigatureBracket object.
14663
14664 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14665
14666         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14667         dragging tweaks.
14668
14669         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14670
14671         * lily/context-selector.cc (store_context): New function.
14672
14673         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14674         (store_grob): New function.
14675         (identify_grob): Add Moment parameter.
14676
14677         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14678         exists.
14679
14680         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14681
14682 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14683
14684         * scm/framework-gnome.scm (item-event): Print grob id.
14685         (save-tweaks): New function.
14686         (tweak): New funtion.
14687         (item-event): Use it, bound to arrow keys.
14688
14689         * lily/context-property.cc (make_item_from_properties): Register grob.
14690         * lily/context.cc (add_context): Register context.
14691
14692         * lily/include/context-selector.hh:
14693         * lily/include/grob-selector.hh:
14694         * lily/context-selector.cc:
14695         * lily/grob-selector.cc: New file.
14696
14697 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14698
14699         * lily/slur.cc: add 'positions to interface
14700
14701         * lily/main.cc: reinstate PS as standard output format. 
14702
14703         * scm/framework-tex.scm (output-preview-framework): print systems
14704         up to first non title system.
14705
14706         * lily/grace-engraver.cc (start_translation_timestep): split
14707         scm_cadddr
14708         
14709 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14710
14711         * lily/quote-iterator.cc (Module): remove old quote-iterator
14712
14713         * scm/define-music-types.scm (music-descriptions): move
14714         NewQuoteMusic over QuoteMusic
14715
14716         * Documentation/user/notation.itely (Formatting cue notes): use
14717         \cueDuring.
14718
14719         * lily/new-quote-iterator.cc (quote_ok): new function.
14720
14721         * input/regression/quote-cue-during.ly: new file.
14722
14723         * input/regression/quote-grace.ly: new file.
14724
14725         * scm/define-context-properties.scm (Module): change definition of
14726         graceSettings
14727
14728         * lily/context-property.cc (Module): rename from
14729         translator-property.cc
14730
14731         * lily/context.cc (context_name_symbol): new function
14732
14733         * lily/grace-engraver.cc: new file. Set properties for grobs based
14734         on the grace-ness of now_moment().
14735
14736         * scm/music-functions.scm (add-grace-property): use list
14737         iso. vector for graceSettings
14738         remove set-{start,stop}-grace-properties. 
14739
14740         * lily/new-quote-iterator.cc (construct_children): set
14741         quote_outlet_ if no quoted-context-{id,type} specified.
14742
14743         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14744
14745         * lily/parser.yy (command_element): remove \quote.
14746
14747         * ly/music-functions-init.ly (location): add quoteDuring music
14748         function. 
14749
14750         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14751         optional semicolon. (backportme)
14752
14753 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14754
14755         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14756         need to link to GUILE et al.
14757
14758 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14759
14760         * scm/define-music-properties.scm (all-music-properties): add
14761         quoted-context-type, quoted-context-id.
14762
14763         * scm/lily.scm (type-check-list): new function.
14764         
14765         * scm/lily-library.scm: new file. Generic library routines.
14766
14767         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14768         parser.
14769
14770         * ly/music-functions-init.ly: add quoteDuring function.
14771
14772         * lily/include/music-iterator.hh (class Music_iterator): rename
14773         set_translator -> set_context
14774
14775         * lily/parser.yy (Generic_prefix_music_scm): add
14776         MUSIC_FUNCTION_SCM_SCM_MUSIC
14777
14778         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14779
14780         * scm/framework-tex.scm (header): sanitize TeX paper size.
14781         (backportme)
14782
14783 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14784
14785         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14786
14787         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14788
14789         * scm/framework-tex.scm (font-load-command): Use T1 if no
14790         font-encoding set.  (backportme)
14791
14792         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14793         exists before converting.  (backportme)
14794
14795         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14796         exists before converting.  (backportme)
14797         (convert-to-ps): Remove .ps file if it exists before
14798         converting.  (backportme)
14799
14800         * lily/lexer.ll: Remove extra progress newline, use present tense.
14801
14802         * scm/paper.scm (paper-alist): public.
14803         * scm/framework-tex.scm (convert-to-ps):
14804         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14805         command line.
14806
14807 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14808
14809         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14810
14811         * lily/recording-group-engraver.cc (derived_mark): mark
14812         now_events_. (backportme)
14813
14814 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14815
14816         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14817
14818         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14819         invoking latex. (backportme.)
14820
14821         * lily/stem.cc (off_callback): center stems for all rest stems.
14822
14823 2004-11-05  Werner Lemberg  <wl@gnu.org>
14824
14825         * Documentation/user/lilypond.tely: Add more guidelines for writing
14826         lilypond texinfo documents.
14827
14828 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14829
14830         * Documentation/index.html.in: remove <hr>.
14831
14832         * THANKS: change 2.3 to 2.4.
14833
14834 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14835
14836         * scm/output-gnome.scm: More fontconfig comment.
14837
14838 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14839
14840         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14841         <package> directory in $(builddir)/share according with
14842         PACKAGE_NAME defined in the VERSION file.
14843
14844 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14845
14846         * lily/beam.cc (rest_collision_callback): use local beam
14847         multiplicity.
14848
14849         * input/regression/stem-stemlet.ly: new file.
14850
14851         * lily/stem.cc (add_head): store rests as well.
14852
14853         * scm/define-grob-properties.scm (all-user-grob-properties): add
14854         stemlet-length
14855
14856         * lily/stem.cc: store rests as well.
14857         
14858         * input/regression/new-slur.ly: mention forcing.
14859
14860 2004-11-04  Werner Lemberg  <wl@gnu.org>
14861
14862         * Documentation/user/*: A new round of layout fixes and document
14863         structure cleanup.
14864
14865 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14866
14867         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14868
14869 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14870
14871         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14872
14873 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14874
14875         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14876
14877         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14878
14879         * lily/main.cc (main): Invoke identify.
14880
14881         * scm/lily.scm (postscript->pdf): Remove progress newline.
14882         Write progress to stderr.
14883
14884         * lily/paper-book.cc (output): Remove progress newline.
14885
14886         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14887         gettext on user messages, and remove whitespace.
14888
14889         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14890
14891         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14892         argv[0] (Thomas Scharkowski).
14893
14894         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14895         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14896         for ec-fonts-mtraced.
14897
14898         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14899         --srcdir build (Bertalan).
14900
14901         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14902         headers and library too (Laura Conrad).
14903
14904         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14905         package for guile too (Laura Conrad).
14906
14907         * lily/main.cc (usage): Typo.
14908
14909 2004-11-02  Werner Lemberg  <wl@gnu.org>
14910
14911         * Documentation/user/notation.ly: More fixes to improve appearance.
14912
14913         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14914         better output for multicolumn tables.
14915
14916 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14917
14918         * lily/main.cc (dir_info): Fixed typo in the printouts.
14919
14920 2004-11-01  Werner Lemberg  <wl@gnu.org>
14921
14922         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14923         of output.
14924         Set `per_line' to 2; replace hard-coded value with it.
14925
14926         * Documentation/user/*: Many fixes to improve appearance of
14927         printed manual.
14928
14929 2004-11-01  Werner Lemberg  <wl@gnu.org>
14930
14931         * Documentation/user/changing-defaults.itely,
14932         Documentation/user/notation.ly,
14933         Documentation/user/programming-interface.itely: Use @/.
14934         Fix formatting of some lilypond snippets and tables.
14935
14936         * scripts/lilypond-book.py (compose_ly): Provide useful default
14937         for LINEWIDTH in `override'.
14938
14939 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14940
14941         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14942
14943 2004-10-31  Werner Lemberg  <wl@gnu.org>
14944
14945         Resetting @exampleindent to `5' gives ugly results with texinfo's
14946         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14947         (if not quoting) to change @exampleindent only locally.
14948
14949         * scripts/lilypond-book.py (NOQUOTE): New variable.
14950         (output) [LATEX]: Remove AFTER and BEFORE.
14951         [TEXINFO]: Remove AFTER and BEFORE.
14952         Fix QUOTE and VERBATIM pattern.
14953         Add NOQUOTE pattern.
14954         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14955         and BEFORE.
14956         [output_texinfo]: Use NOQUOTE.
14957
14958 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14959
14960         * Documentation/user/changing-defaults.itely: clarify paper
14961         size commands with correct info.
14962
14963         * Documentation/user/lilypond-book.itely: add more docs for
14964         filename extensions.
14965
14966 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14967
14968         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14969         (PATCH_LEVEL): start 2.5.0.
14970
14971 #Local variables:
14972 #coding: utf-8
14973 #End:
14974