]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(listen_beam): add method for
[lilypond.git] / ChangeLog
1 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/beam-engraver.cc (listen_beam): add method for
4         Grace_beam_engraver too.
5
6 2006-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7
8         * python/convertrules.py: Fix indentation bug that broke
9         conversion of files older than 1.3.117.
10         Fix escape error in the description for 2.9.6.
11
12 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
13
14         * lily/*-engraver.cc: convert all try_music functions in
15         *-engraver.cc. (Patch by Erik S.; please elaborate)
16
17         * input/test/instrument-name-align.ly: update version.
18
19 2006-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
20
21         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
22         Doc the --pdf flag to lilypond-book.
23
24 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
25
26         * Documentation/topdocs/NEWS.tely (Top): add description.
27
28         * input/regression/tuplet-full-length-note.ly: add file.
29
30         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
31         always store axis group.
32
33 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
34
35         * input/regression/instrument-switch.ly: new file.
36
37         * lily/instrument-switch-engraver.cc (process_music): new file.
38
39         * ly/engraver-init.ly: add Instrument_switch_engraver
40
41         * ly/music-functions-init.ly: \instrumentSwitch
42
43         * scm/define-context-properties.scm
44         (all-user-translation-properties): add instrumentCueName
45
46         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
47
48 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
49
50         * ly/music-functions-init.ly: music function \transposition.
51
52         * lily/parser.yy (command_element): softcode \transposition.
53
54         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
55         (process_music): oops.
56
57         * lily/instrument-name-engraver.cc (start_spanner): new
58         function. Create spanner when property changes.
59         (stop_spanner): new function.
60
61         * python/convertrules.py (conv): add rule.
62
63         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
64         shortInstrumentName iso. instr.
65
66         * scm/output-ps.scm (dashed-line): add phase argument to
67         dashed-line.
68
69         * lily/bar-line.cc (dashed_bar_line): new function.
70         (compound_barline): support \bar "dashed". 
71
72         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
73         --output=DIR to DIR/BASE if it is a dir. 
74
75         * flower/file-name.cc (file_part): new function
76         (dir_part): new function
77
78         * lily/lily-parser-scheme.cc (LY_DEFINE): 
79
80         * DEDICATION: update
81
82 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
83
84         * lily/instrument-name-engraver.cc: formatting.
85
86         * python/convertrules.py (conv): bugfix for \epsfile.
87
88 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
89
90         * lily/grob.cc:
91         
92         * lily/gourlay-breaking.cc: Oops, these should have been included
93         in my last commit
94
95 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
96
97         * scripts/*.py (program_name): cleanup relocation snippets.
98
99         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
100
101 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
102
103         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
104         page-breakable by default
105
106         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
107         correctly calculated for a single-system page
108
109         * scm/lily-library.scm (interval-sane?): also check that the first number is no
110         bigger than the second number
111
112         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
113         acknowledge that we aren't satisfying constraints)
114
115         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
116         non-Items
117
118         * lily/grob.cc (pure_height): add minimum-Y-extent
119
120         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
121         ragged
122
123         * lily/constrained-breaking.cc: convert code to use new Matrix class
124         (get_best_solution): new function
125
126         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
127         is a page with no systems
128
129 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
130
131         * VERSION (PACKAGE_NAME): release 2.9.13
132
133         * scm/define-grobs.scm (all-grob-descriptions): remove stray
134         assignment.
135
136 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
137
138         * Documentation/topdocs/NEWS.tely (Top): doc new features.
139
140         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
141         function.
142
143         * scm/define-grob-properties.scm (all-user-grob-properties):
144         remove grace-space-factor.
145
146         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
147         grace-spacing-interface
148         (spacing-options-interface): add.
149
150         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
151
152         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
153
154         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
155         GraceSpacing object.
156
157         * lily/note-spacing.cc: fix prop list formatting
158
159         * lily/beaming-pattern.cc (de_grace): new function. Sensible
160         beaming for grace notes too.
161
162         * input/regression/spacing-grace.ly: update.
163
164         * lily/grace-spacing-engraver.cc: new file.
165
166         * lily/spacing-spanner.cc: add strict-grace-spacing.
167
168 2006-07-20  Graham Percival  <gpermus@gmail.com>
169
170         * lily/parser.yy: compile fix.
171
172 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
173
174         * scm/define-grobs.scm (all-grob-descriptions): typo.
175
176         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
177         .eps extension from includegraphics.
178
179         * scripts/lilypond-book.py (main): add support for --pdf. 
180
181         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
182         callback to compute common shortest duration.
183         (set_springs): typo.
184
185         * scm/define-grob-properties.scm (all-user-grob-properties): add
186         strict-grace-spacing.
187
188         * lily/spacing-determine-loose-columns.cc (is_loose_column):
189         support float_grace_columns_.
190
191         * lily/spacing-options.cc (init_from_grob): new file.
192
193         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
194
195         * input/regression/spacing-loose-grace.ly: new file.
196
197         * Documentation/topdocs/NEWS.tely (Top): document new feature.
198
199         * lily/tuplet-engraver.cc (struct Tuplet_description): read
200         tupletFullLengthNote too. Choose right bound depending on value.
201
202         * input/regression/tuplet-full-length-note.ly: new file.
203
204 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
205
206         * lily/*-performer.cc: Converted try_music to listen_*
207
208         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
209         as a stream-event internally. Introduce event_cause (), deprecate
210         music_cause ().
211
212         * scm/define-music-types.scm: Removed BusyPlayingEvent
213         
214 2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
215
216         * Documentation/user/advanced-notation.itely (Font selection):
217         Document how to get a list of available fonts using 'lilypond
218         -dshow-available-fonts blabla'.
219
220 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
221
222         * GNUmakefile.in: filter lily-XXX.pdf files.
223
224         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
225
226         * scm/define-grob-properties.scm (all-internal-grob-properties):
227         remove delta-pitch. Use delta-position everywhere.
228
229         * scm/output-lib.scm (fall::print): use new order.
230
231         * scm/output-ps.scm (path): reorder arguments.
232
233         * scm/output-svg.scm (path): support for path primitive.
234
235         * input/regression/bend-after.ly: new file.
236
237         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
238         recipe for eps -> pdf conversion.
239
240 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
241
242         * lily/parser.yy, lily/lexer.ll: added some simplifications by
243         Angelo Contardi.
244
245 2006-07-19  Graham Percival  <gpermus@gmail.com>
246
247         * input/manual/screech-boink.ly: moved to here.
248
249         * input/screech-boink.ly: deleted.
250
251         * scm/define-grob-properties.scm: clarify doc string.
252
253 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
254
255         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
256
257         * scm/output-ps.scm (path): define path.
258
259         * scm/define-stencil-commands.scm
260         (ly:register-stencil-expression): add path.
261
262         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
263
264         * ly/engraver-init.ly: add Fall_engraver
265
266         * lily/parser.yy (music_function_event): allow musicfunction
267         without music arg as music_function_event.
268
269         * lily/grob-scheme.cc (LY_DEFINE):
270         ly:grob-robust-relative-extent. New function.
271
272         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
273
274         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
275
276         * scm/output-lib.scm (fall::print): new function
277
278         * lily/fall-engraver.cc (stop_fall): new file.
279
280         * ly/music-functions-init.ly: alphabetise.
281
282         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
283         base.
284
285 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
286
287         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
288
289         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
290         doc pdftex usage.
291
292         * lily/translator-group.cc (connect_to_context): non const error message.
293
294         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
295
296         * scm/paper.scm (internal-set-paper-size): define landscape to #f
297         if unset.
298
299         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
300
301         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
302
303         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
304         systems.pdftex too.
305
306         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
307
308         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
309
310         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
311
312         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
313
314         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
315
316         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
317
318 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
319
320         * scm/layout-page-layout.scm: Define module, tidy code, use more
321         functions iso. a single big one.
322
323         * scm/layout-page-dump.scm: move page dump functions used in two
324         pass spacing to this file. Define module.
325
326         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
327          (separate module)
328
329         * ly/paper-defaults.ly: use module layout-page-layout.
330
331 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
332
333         * lily/music.cc: Revised MusicEvent event class. It now contains
334         event data directly instead of encapsulating it in music. The
335         previously used class is renamed to OldMusicEvent.
336
337         * lily/stream-event.cc: Stream events are now probs.
338         
339         * lily/translator-group.cc, lily/translator.cc: Translators can
340         now listen directly to stream events, by using macros
341         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
342
343         * lily/arpeggio-engraver.cc: Converted to use new event system
344
345         * THANKS: Corrected spelling mistake.
346
347 2006-07-12  Graham Percival  <gpermus@gmail.com>
348
349         * Documentation/user/SConscript, make/lilypond-vars.make,
350         input/GNUmakefile: doc build looks in input/manual instead
351         of input/test/
352
353         * input/manual/ GNUmakefile, SConscript: build files for
354         input/manual/
355
356         * input/test/ various: some files moved to input/manual/ 
357
358         * Documentation/user/basic-notation.itely: small updates;
359         thanks Kieren and Charles!
360
361 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
362
363         * VERSION (PACKAGE_NAME): release 2.9.11
364
365         * Documentation/topdocs/NEWS.tely (Top): update prop value 
366
367         * Documentation/user/basic-notation.itely (Tuplets): new property
368         value.
369
370 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
371
372         * python/convertrules.py (conv): tweaks. 
373
374         * VERSION (PATCH_LEVEL): bump version.
375
376         * python/convertrules.py (conv): add rule for
377         tupletNumberFormatFunction.
378
379         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
380         tupletNumberFormatFunction.
381
382         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
383         text through 'text callback.
384
385         * lily/time-scaled-music-iterator.cc (construct_children): copy
386         tweaks generated events.
387
388         * scm/define-context-properties.scm
389         (all-user-translation-properties): remove tupletNumberFormatFunction
390
391         * lily/tuplet-engraver.cc (process_music): don't read
392         tupletNumberFormatFunction
393
394         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
395         function.
396
397 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
398
399         * lily/global-context-scheme.cc: Separated ly:run-translator into
400         smaller pieces.
401
402         * lily/score-engraver.cc, lily/score-performer.cc,
403         scm/define-context-properties.scm: Make paper/midi output
404         accessable as a context property.
405
406         * lily/score-translator.cc, lily/score-context.cc: Removed.
407
408 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
409
410         * scm/ps-to-png.scm (Module): 
411         * scm/framework-tex.scm (Module): 
412         * scm/framework-ps.scm (Module): 
413         * scm/backend-library.scm (Module): 
414         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
415         "dDEVICEHEIGHTPOINTS".
416
417 2006-07-04  Graham Percival  <gpermus@gmail.com>
418
419         * Documentation/user/ various: general improvements to
420         "working with lilypond files" section.
421
422 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
423
424         * lily/sequential-iterator.cc: Change the default get_music_list
425         to read elements-callback music property
426
427         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
428         processing of multimeasure rests. Softcoded
429         sequential-music-iterator.
430
431         * lily/sequential-music-iterator.cc: Removed.
432
433 2006-06-28  Graham Percival  <gpermus@gmail.com>
434
435         * Documentation/user/basic-notation.itely: clarify \repeatTie.
436
437 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
438
439         * lily/parser.yy: Wrap non-post-events in EventChords before
440         assigning them to identifiers.
441
442 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
443
444         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
445         gives correct vertical placement of \bar ":" in all staff
446         sizes. Thanks Martial!
447
448 2006-06-26  Graham Percival  <gpermus@gmail.com>
449
450         * Documentation/user/invoking.itely : minor update from mailist.
451
452 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
453
454         * lily/ various: Introduce stream events of types Prepare,
455         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
456         ChangeContext, SetProperty, RevertProperty, Override and Revert.
457
458         * lily/global-context*.cc: Time is now -inf before iteration
459         starts.
460
461         * lily/include/context.hh: Removed unique_, init_
462
463         * Documentation/topdocs/NEWS: Make the feathered beam example
464         avoid triggering a bug.
465
466 2006-06-24  Graham Percival  <gpermus@gmail.com>
467
468         * Documentation/user/ various: small additions from mailist.
469
470 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
471
472         * ly/performer-init.ly: Add some missing links in the context
473         hierarchy for MIDI output. There are probably some more missing!
474
475 2006-06-21  Graham Percival  <gpermus@gmail.com>
476
477         * Documentation/user/ various: minor spelling fixes;
478         thanks Dave Luttinen!
479
480         * Documentation/user/ various: small clarifications;
481         thanks Anthony Youngman!
482
483 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
484
485         * po/fr.po: add \n appropriately.
486
487         * lily/lexer.ll: remove ? from version-seen?  
488
489 2006-06-19  John Mandereau  <john.mandereau@free.fr>
490
491         * po/fr.po; update translation, by Jean-Charles Malahieude and
492         John Mandereau.
493
494 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
495
496         * THANKS: add Markus Schneider.
497
498         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
499         Staff_symbol_engraver
500
501         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
502         replace staff_engraver
503
504         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
505         spanner.
506
507         * lily/staff-collecting-engraver.cc
508         (acknowledge_end_staff_symbol): new function
509
510         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
511
512         * lily/staff-collecting-engraver.cc
513         (acknowledge_end_staff_symbol): new function.
514
515         * lily/main.cc: switch on relocation by default.
516
517 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
518
519         * lily/spacing-spanner.cc (musical_column_spacing): set
520         compound_fixed_note_space to 0.0. Document why.
521
522         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
523         range of inverse_hooke_
524         (Simple_spacer): init completely.
525         (fits): const
526         (get_line_configuration): don't use cols.resize(); it introduces
527         initialized data.
528
529         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
530
531         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
532
533         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
534         try. Divide by beatlength.
535
536         * input/regression/beaming-ternary-metrum.ly: update doc.
537         add beatLength hack.
538
539         * scm/music-functions.scm (make-time-signature-set): add
540         standard-beat-grouping. 
541
542 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
543
544         * input/regression/tie-whole.ly: new file.
545
546         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
547         cross center of note head in case of invisible stem. 
548
549 2006-06-16  Graham Percival  <gpermus@gmail.com>
550
551         * Documentation/user/ various: small fixes from mailist.
552
553 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
554
555         * lily/breathing-sign.cc (offset_callback): idem.
556
557         * lily/align-interface.cc (align_to_fixed_distance): remove
558         hungarian suffix.
559
560         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
561         x%2==0.
562
563 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
564
565         * VERSION (PACKAGE_NAME): release 2.9.9
566
567         * ly/lilypond-book-preamble.ly: add \version
568
569 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
570
571         * scripts/lilypond-book.py (PREAMBLE_LY): include
572         lilypond-book-preamble.ly
573
574         * lily/stem.cc (get_beaming): return max of 0 and
575         scm_ilength. Fixes slurring from/to beams.
576
577         * ly/lilypond-book-preamble.ly: new file.
578
579         * lily/slur.cc: add inspect-index feature.
580
581 2006-06-13  Graham Percival  <gpermus@gmail.com>
582
583         * Documentation/user/tutorial.itely: trivial fix.
584
585 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
586
587         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
588         all non-event music in the parser via MAKE_SYNTAX.
589
590         * lily/parser-scheme.cc: Add ly:parser-error function
591
592         * scm/paper.scm: fix typo
593
594 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
595
596         * THANKS: add RT.
597
598         * lily/font-config.cc (init_fontconfig): add warning if cache_file
599         is null.
600
601         * buildscripts/output-distance.py (test_compare_signatures):
602         timing routines.
603         (read_signature_file): use new signature format.
604
605         * scm/stencil.scm (write-system-signature): simpler signature
606         format.
607
608         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
609         for beamed case. 
610
611         * lily/note-spacing.cc (stem_dir_correction): don't inspect
612         stem_end_position, but estimate instead. 
613
614         * lily/tuplet-bracket.cc (calc_positions): look at
615         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
616         brackets narrower than beams. 
617
618         * lily/lexer.ll: set version-seen? even if version is
619         INVALID. 
620
621         * lily/rest.cc (y_offset_callback): bugfix: decide position
622         override based on scm_is_number(). Fixes \rest on center staff
623         line. 
624
625         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
626         patterns for 16th triplets.
627
628 2006-06-10  Graham Percival  <gpermus@gmail.com>
629
630         * Documentation/user/ page.itely, global.itely: editing
631         and reorg.
632
633         * Documentation/user/ various: findex -> funindex.
634
635 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
636
637         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
638         insert extra tuplet events.
639
640 2006-06-10  Graham Percival  <gpermus@gmail.com>
641
642         * Documentation/user/programming-interfaces.itely: add
643         info from NEWS.
644
645         * python/convertrules.py: add annotatefoo -> annotate-foo
646         rules.
647
648         * Documentation/user/global.itely: start editing.
649
650         * Documentation/user/page.itely: major editing, new spacing
651         docs.
652
653 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
654
655         * scm/define-markup-commands.scm (wordwrap-markups): use
656         output-def 'line-width if undefined.
657
658         * HACKING: trim outdated info.
659
660 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
661
662         * scm/define-grobs.scm (all-grob-descriptions): Add
663         line-spanner-interface to all grobs that already have
664         text-spanner-interface or dynamic-text-spanner-interface
665
666         * scm/page.scm: Rename annotate{headers,systems,page}->
667         annotate-*
668
669         * input/regression/page-spacing.ly,
670         input/regression/page-layout-manual-position.ly: idem
671
672 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
673
674         * lily/line-spanner.cc: cleanup property list.
675
676         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
677         generator expressions (2.3 compat). 
678
679 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
680
681         * lily/vertical-align-engraver.cc: Make sure that the
682         align{Above,Below}Context properties are included in the automatic
683         documentation.
684
685 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
686
687         * scm/paper-system.scm (paper-system-annotate): also annotate the
688         estimated pure-Y-extent
689
690         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
691
692         * lily/system.cc (break_into_pieces): set the estimated height
693         of each child system
694
695         * lily/stem.cc (pure_height): new pure-Y-extent callback
696
697         * lily/staff-symbol-referencer.cc (callback): don't destroy
698         the staff-position property
699
700         * lily/hara-kiri-group-spanner.cc (request_suicide): split
701         consider_suicide into two functions
702
703         * lily/constrained-breaking.cc (resize): use the new pure
704         callbacks to estimate the height of a system
705
706         * lily/axis-group-interface.cc (pure_group_height): new
707         side-effect-free VerticalAxisGroup height-callback
708
709         * lily/align-interface.cc (get_extents_aligned_translates):
710         split align_elements_to_extents into two functions
711         (get_pure_child_y_translation): new function
712
713         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
714
715         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
716
717         * lily/paper-score.cc: cache break_indices and columns
718
719         * lily/side-position-interface.cc: new pure-Y-extent callbacks
720         
721 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
722
723         * lily/font-config.cc (init_fontconfig): do the init if
724         cache_file, but don't look at cache_file.
725
726         * input/regression/quote-tie.ly: new file.
727
728         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
729         to Head_event_tuple, so we deal gracefully with ties on
730         cue-endings.
731
732         * lily/pango-font.cc (pango_item_string_stencil): type correctness
733         for FcChar8*
734
735 2006-06-08  Graham Percival  <gpermus@gmail.com>
736
737         * input/test/ smart-transpose.ly, reverse-music.ly:
738         \applyMusic to music functions update, thanks Michael!
739
740 2006-06-07  Graham Percival  <gpermus@gmail.com>
741
742         * input/test/ add-staccato.ly, add-text-script.ly,
743         unfold-all-repeats.ly, music-box.ly: \applyMusic to
744         music functions update, thanks to Michael Meixner.
745
746         * Documentation/user/music-glossary.tely: small fix
747         from Francisco.
748
749         * Documentation/user/ various: minor additions from mailist.
750
751         * Documentation/user/lilypond.tely, basic-notation.itely:
752         small test of @funindex.  (works here)
753
754         * input/test/font-table.ly: reduce size to partially
755         de-ugly version in manual.
756
757         * Documentation/user/page.itely: new file (split former
758         "global issues" into "page settings" and "non-musical
759         output".
760
761         * Documentation/user/ various: fix @ref{}s to match
762         new chapter names (above).
763
764 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
765
766         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
767
768 2006-06-06  Graham Percival  <gpermus@gmail.com>
769
770         * Documentation/user/advanced-notation.itely: add example
771         for segno/coda on barline.
772
773         * tex/texinfo.tex: merge from upstream.
774
775 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
776
777         * scripts/lilypond-book.py (process_snippets): Argument fix.
778
779         * SConstruct:
780         * buildscripts/builder.py:
781         * lily/SConscript: 
782         * mf/SConscript: 
783         * Documentation/user/SConscript:  More SCons fixes.
784
785 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
786
787         * lily/font-config.cc (init_fontconfig): Only initialize if
788         global cache_file is found.
789
790 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
791
792         * ly/music-functions-init.ly: Updated \overrideProperty to use the
793         new \applyOutput.
794
795 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
796
797         * VERSION (PACKAGE_NAME): release 2.9.8
798
799         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
800         function. Delay ledger modifying ledgered grobs to
801         stop_translation_timestep(), to ensure that we're ledgering
802         according to the new spanner.
803         (acknowledge_staff_symbol): don't check for non-NULL
804         staff_sym->get_bound()
805
806         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
807         creation.
808
809         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
810         pictures too.
811
812         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
813         directly from srcdir/stepmake/aclocal.m4
814         
815         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
816         disting MISC files.
817
818         * lily/simple-spacer.cc (get_column_desc): desc -> description.
819
820 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
821
822         * lily/simple-spacer.cc (get_line_configuration): add
823         keep-inside-line rods
824         (struct Column_desc): add constructor
825         (struct Rod_desc): add constructor
826         (get_line_forces): check for forced page breaks here too
827
828         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
829         support/elements cycles between InstrumentNames and AxisGroups
830
831 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
832
833         * config.make.in (METAFONT): remove MAKEINFO_VERSION
834
835         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
836         make-txt-files target.
837
838         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
839         make-txt-files target.
840
841         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
842
843         * stepmake/stepmake/generic-vars.make (distdir): create dist in
844         top-build-dir.
845
846 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
847
848         * Documentation/user/instrument-notation.itely,
849         input/regression/breathing-sign-ancient.ly,
850         input/test/divisiones.ly: Removed redundant property settings for
851         vaticana contexts.
852
853         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
854         fix lyrics alignment problems.  They are implemented now as scheme
855         functions that add the appropriate unicode char to the first lyric
856         event rather than adding a separate lyric event.  Minor edit of
857         comments.
858
859 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
860
861         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
862         pollute src dir with built .txt files, but install directly from
863         Documentation/topdocs/out/
864
865         * buildscripts/output-distance.py
866         (ComparisonData.create_html_result_page): put version/directories
867         in table header.
868
869         * Documentation/topdocs/NEWS.tely (Top): document spacing section
870         feature.
871
872         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
873         Patch by Karl Hammar
874         
875         * buildscripts/readlink.py: add  file.
876         Patch by Karl Hammar
877
878 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
879
880         * lily/tuplet-number.cc (print): prevent stencil from being
881         garbage collected.
882
883 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
884
885         * scm/stencil.scm (write-system-signature): explicitly 
886         -well, superfluously- close output port.
887
888         * buildscripts/output-distance.py (main): oops. Add extra argument.
889
890 2006-06-05  Graham Percival  <gpermus@gmail.com>
891
892         * Documentation/user/music-glossary.tely: clarified example
893         from Francisco Vila, thanks!
894
895 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
896
897         * input/regression/spacing-section.ly: new file.
898
899         * lily/input.cc (programming_error): new function.
900
901         * lily/spacing-engraver.cc (try_music): new function. Accept
902         spacing-section-event
903
904         * lily/spacing-spanner.cc (set_springs): take slices of all
905         columns for spacing.
906
907         * lily/include/paper-column.hh (class Paper_column): add
908         Paper_column::compare.
909
910         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
911
912         * scm/define-music-types.scm (music-descriptions): add
913         SpacingSectionEvent
914
915         * lily/music-iterator.cc (report_event): use programming_error for
916         sending non-event error.
917
918         * lily/input.cc (programming_error): new function
919
920         * buildscripts/output-distance.py (main): use compare-XXX for
921         compare files.
922         (main): --threshold option, default at 0.30
923
924         * output-distance.py (main): add --threshold option.
925
926 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
927
928         * scm/paper-system.scm (paper-system-annotate): fix problem when
929         annotating an empty system
930
931 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
932
933         * GNUmakefile.in: reinstate old web tar/copying.
934
935 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
936
937         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
938         nothing changes. (Erik S) 
939
940         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
941         count. (Erik S)
942
943 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
944
945         * scm/define-markup-commands.scm (whiteout): do not force
946         foreground color of argument markup to black.
947
948         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
949         the left of the arrow, instead of below the arrow name, so that,
950         when two little arrows are vertically stacked, their dimensions
951         and name should not overlap. Add a color key parameter.
952
953         * scm/paper-system.scm (paper-system-annotate): Annotate
954         next-space+next-padding instead of next-space. Annotate space
955         between next-padding and next-space+padding, respectively, and
956         following system extent and refpoint-Y-extent. Use colors.
957
958         * scm/page.scm (annotate-page): translate annotations slightly to
959         the right.
960
961 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
962
963         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
964         fix for x-staff slurs. Thanks Joe!
965
966         * buildscripts/output-distance.py
967         (SystemLink.output_expression_change_count): keep track of changed
968         details, and dump in details html page.
969  
970         * input/regression/figured-bass-staff.ly: add note about setting
971         properties in Staff context.
972
973         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
974         add slurs and ties to support too.
975
976         * buildscripts/output-distance.py (main): set dest_dir
977         argument. Add --max-count option.
978
979 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
980
981         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
982         shortcuts for special unicode chars that are useful in chant
983         notation.  Revised exisiting and added new comments.
984
985 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
986
987         * make/mutopia-rules.make: remove duplicate recipe.
988
989 2006-06-02  Werner Lemberg  <wl@gnu.org>
990
991         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
992         Add support for U+0132 (IJ) and U+0133 (ij).
993
994 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
995
996         * buildscripts/output-distance.py (FileLink): new class. collect
997         info systems from one .ly file. 
998         (FileLink.link_files_for_html): further tweaks.
999
1000 2006-06-02  Graham Percival  <gpermus@gmail.com>
1001
1002         * tex/texinfo.tex: partial fix for @funindex.
1003
1004         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1005         break anything).
1006
1007 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1008
1009         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1010
1011         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1012         @example too. Backportme.
1013
1014 2006-06-02  Graham Percival  <gpermus@gmail.com>
1015
1016         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1017         from Werner Lemberg.
1018
1019 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1020
1021         * Documentation/user/music-glossary.tely: additional spanish
1022         updates and a lyrics fix in an example.
1023
1024 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1025
1026         * scm/define-grob-properties.scm: Previous patch contained
1027         spurious line from another patch not yet committed.  Fixed.
1028
1029         * scm/define-grob-properties.scm: Add missing doc strings for
1030         ancient notation.
1031
1032 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1033
1034         * buildscripts/output-distance.py
1035         (ComparisonData.write_text_result_page): separate the scores, sort
1036         by geo_score.
1037
1038         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1039         system signatures.
1040
1041         * buildscripts/output-distance.py (me_path): use argv[0] for
1042         sys.path extension
1043         (ComparisonData.img_cell): use colored borders.
1044
1045         * scm/stencil.scm (write-system-signature): escape newlines too.
1046         (write-system-signature): use (1,-1) interval for empty interval
1047
1048 2006-01-01  Graham Percival  <gpermus@gmail.com>
1049
1050         * Documentation/user/music-glossary.tely: Spanish updates
1051         from Francisco Vila.
1052
1053         * Documentation/user/lilypond-book.itely: addition from
1054         Vaclav Smilauer.
1055
1056         * Documentation/user/ various: edits, small additions
1057         from mailist, etc.
1058
1059 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1060
1061         * GNUmakefile.in (tree-lib-prefix-current):
1062         (tree-share-prefix-current): Use version number in tree, add
1063         `current' symlinks.
1064
1065 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1066
1067         * GNUmakefile.in: write VERSION, again.
1068
1069         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1070         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1071
1072         * stepmake/aclocal.m4: robuster version detection.
1073
1074         * buildscripts/output-distance.py
1075         (ComparisonData.create_html_result_page): copy only if file
1076         exists, fixup src paths.
1077
1078         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1079
1080 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1081
1082         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1083         Another datarootdir reto.
1084
1085         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1086         available.  This should be moved to postinstall-lilypond-doc.
1087
1088 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1089
1090         * GNUmakefile.in: simplify local-WWW-post. 
1091         remove -type l from find.
1092
1093         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1094         fixes. Don't follow symlinks.
1095         (ComparisonData.create_html_result_page): remove previous results.
1096         insert ../python in path.
1097
1098         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1099
1100 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * config.make.in (datadir): Add datarootdir to silence autoconf.
1103
1104         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1105
1106 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1107
1108         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1109
1110         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1111         slash beams too wide.
1112
1113 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1114
1115         * VERSION: release 2.9.7
1116         
1117 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1118
1119         * lily/relocate.cc (read_relocation_dir): Do not blindly
1120         dereference DIR.
1121
1122 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1123
1124         * lily/parser.yy: replace THIS by PARSER
1125
1126         * Documentation/index.html.in: add link to test-results.html page.
1127
1128         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1129
1130         * scm/translation-functions.scm (format-bass-figure): translate
1131         digits over 10 to the left
1132
1133         * scm/define-markup-commands.scm (translate-scaled): new markup.
1134
1135         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1136         7 glyph. 
1137
1138         * ly/engraver-init.ly: add Figured_bass_engraver
1139
1140         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1141
1142         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1143
1144         * lily/score-engraver.cc (announce_grob): only note START announces.
1145
1146         * lily/include/engraver-group.hh (Translator_group):
1147         acknowledge_hash_table_ is now drul.
1148
1149         * lily/engraver.cc (announce_end_grob): new method.
1150
1151         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1152
1153         * lily/translator-dispatch-list.cc (create): take start_end argument.
1154
1155         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1156         acknowledge_static_array_ to drul
1157
1158         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1159
1160         * scm/define-grob-interfaces.scm
1161         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1162
1163         * scm/define-grobs.scm (all-grob-descriptions): add
1164         BassFigureAlignmentPositioning
1165
1166         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1167         number stays up to date. Backportme.
1168
1169 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1170
1171         * Documentation/user/basic-notation.itely (Bar lines): Document
1172         the "||:" bar type. 
1173
1174 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1175
1176         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1177
1178         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1179         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1180         build.
1181
1182         * Resurrect `scons lily' build.
1183
1184         * SConstruct (symlink_tree): Bugfix: link
1185         music-drawing-routines.ps to file iso directory.
1186
1187         * lily/SConscript: Remove kpath-guile from LIBS.
1188
1189         * SConstruct (libdir_package_version): Typo.
1190         (configure): Comment-out fontforge for lack of fontforge.pc .
1191         Also add libdir* to environment.
1192
1193 2006-05-30  Graham Percival  <gpermus@gmail.com>
1194
1195         * Documentation/user/ various: minor additions from mailist and
1196         editing.
1197
1198 2006-05-30  Paco <fravd@ya.com>
1199
1200         * Documentation/user/music-glossary.tely: numerous corrections and
1201         some new translations.
1202
1203 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1204
1205         * BackportmeStart.
1206         
1207         * buildscripts/output-distance.py
1208         (ComparisonData.create_html_result_page): new routine: summarise
1209         results in HTML page with images. 
1210         (ComparisonData.create_text_result_page): create summary text files too.
1211
1212         * GNUmakefile.in (web-ext): package .signature files too. They
1213         compress well. 
1214
1215         * scm/stencil.scm (write-system-signature): typo.
1216
1217         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1218
1219         * scm/stencil.scm (write-system-signature): better escaping.
1220         only write signature for music systems, not for markup systems.
1221
1222         * scm/framework-ps.scm (output-framework): dump-signatures support
1223         for plain output.
1224
1225         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1226
1227         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1228         for -dno-point-and-click
1229
1230         * lily/grob.cc (get_print_stencil): don't read
1231         point_and_click_global to determine whether to set grob-cause.
1232
1233 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1234
1235         * buildscripts/output-distance.py (main): new function.
1236         (ComparisonData): new class.
1237
1238         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1239         careful with generating new LedgerLineSpanners.
1240
1241         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1242
1243         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1244         context. This fixes double ledger lines in output. 
1245
1246         * lily/system.cc (get_paper_system): remove 3 layer limit.
1247
1248         * buildscripts/output-distance.py (SystemLink.distance): new
1249         file. Compare signatures.
1250
1251         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1252
1253         * lily/grob-array.cc (remove_duplicates): rename from
1254         uniq(). Sort before calling uniq() so it actually works.
1255
1256 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1257
1258         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1259         \version from lilypond file snippet.
1260         (Lilypond_file_snippet.ly): oops. typo.
1261         (find_toplevel_snippets): urgh. again.
1262
1263         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1264         prevent duplicated broken items in output.
1265
1266         * scm/framework-eps.scm (output-classic-framework): only dump if
1267         dump-signatures is set.
1268
1269         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1270
1271         * scm/stencil.scm (write-system-signature): new routine: write
1272         python parseable signature of a separate paper system.
1273         BackportmeEnd.
1274         
1275 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1276
1277         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1278         iso is_string().
1279         include header.
1280
1281 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1282
1283         * translator-group.cc: send music events to engravers in
1284         non-bottom contexts.
1285
1286         * tuplet-engraver.cc: process tuplet brackets in correct order.
1287
1288 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1289
1290         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1291         arg 2 might point us to a new binary (patch by Karl Hammar)
1292         
1293 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1294
1295         * VERSION (PACKAGE_NAME): release 2.9.6
1296
1297         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1298
1299         * Documentation/user/*.itely: 2nd
1300         attempt: replace funindex -> findex globally.
1301
1302 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1303
1304         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1305         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1306
1307         * scm/define-music-display-methods.scm: display methods for
1308         breaks. Fix \applyOutput.
1309
1310 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1311
1312         * Documentation/user/macros.itexi: comment out funindex expansion. 
1313
1314         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1315         everywhere.
1316
1317         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1318         Karl Hammar. Backportme.
1319  
1320         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1321
1322         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1323
1324         * Documentation/user/programming-interface.itely (Running a
1325         function on all layout objects): idem.
1326
1327         * Documentation/user/introduction.itely (Automated engraving):
1328         update \applyOutput syntax
1329
1330         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1331         remove debugging hook.
1332
1333         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1334         expansion. 
1335
1336         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1337
1338         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1339         TEXI2DVI_FLAGS to texi2dvi invocation. 
1340
1341 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1342
1343         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1344         works. More work is done by iterator now, and engraver has been
1345         very much simplified.
1346
1347         * lily/translator-group.cc: try_music is now invoked through a
1348         listener
1349
1350         * lily/*-iterator.cc: Massive cleanups. Junked
1351         try_music_in_children globally. Renamed try_music to report_event,
1352         and made that method descend to a bottom context automatically.
1353
1354         * lily/event-iterator.cc: New file.
1355
1356         * lily/output-property-iterator.cc,
1357         lily/old-lyric-combine-music-iterator.cc: Removed.
1358
1359         * python/convert-rules.py: Modified the syntax for \applyOutput.
1360
1361 2006-05-23  Graham Percival  <gpermus@gmail.com>
1362
1363         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1364         creation.
1365
1366         * Documentation/user/ various: stuff that might have helped
1367         to fix the pdf creation, plus some minor doc additions.
1368
1369         * Documentation/user/changing-defaults.itely: remove @b from
1370         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1371
1372 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1373
1374         * lily/beaming-pattern.cc (beamify): deal with negative start
1375         moments for beaming patterns.
1376
1377 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1378
1379         * lily/beaming-info.cc (beamify): new function: read beatLength
1380         and beatGrouping from context. 
1381
1382         * input/regression/beam-beat-grouping.ly (Module): new file.
1383
1384         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1385
1386         * lily/beam.cc (get_beam_segments): generate events for
1387         max_connect_ case too.
1388         (get_beam_segments): read Stem::max-beam-connect.
1389
1390         * input/regression/beam-single-stem.ly: new file.
1391
1392         * lily/stem.cc (set_beaming): use #f as signaling value for
1393         beamcount 0.
1394
1395         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1396
1397         * lily/beam.cc (set_beaming): read clip-edges property.
1398         (calc_direction): don't suicide for single stem.
1399
1400         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1401         argument, remove 1<<15 hack. Remove clip_edges() 
1402
1403         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1404
1405 2006-05-21  Graham Percival  <gpermus@gmail.com>
1406
1407         * Documentation/user/basic-notation.itely: reorg.
1408
1409         * Documentation/user/ various: minor fixes.
1410
1411 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1412
1413         * lily/stencil-expression.cc (register_stencil_head): opps, append
1414         to cdr of static SCM object.
1415
1416 2006-05-19  Graham Percival  <gpermus@gmail.com>
1417
1418         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1419         update framework for command index.  DOC WRITERS: use @funindex
1420         instead of @cindex @code{}.
1421
1422         * Documentation/user/ various: replace @cindex @code{} => @funindex
1423
1424 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1425
1426         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1427         case positions is set manually. 
1428
1429 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1430         
1431         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1432         rules to Scheme.
1433
1434 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1435
1436         * Documentation/user/changing-defaults.itely (Contexts explained):
1437         use absolute dimension for @image.
1438
1439         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1440         out image for illustration too.
1441         ($(outdir)/%.png): add more png <-> eps rules. 
1442
1443 2006-05-17  Graham Percival  <gpermus@gmail.com>
1444
1445         * Documentation/user/ various: remove trailing whitespace, cosmetic
1446         change to reduce changes produced by diff.
1447
1448 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1449
1450         * lily/main.cc (do_chroot_jail): correctness tweak.
1451
1452         * python/lilylib.py (system): import subprocess in system () only.
1453
1454         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1455
1456         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1457         variable. Backportme.
1458
1459 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1460         
1461         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1462
1463 2006-05-17  Werner Lemberg  <wl@gnu.org>
1464
1465         * lily/lexer.ll (init_signature_has_table): Add
1466         `scm-scm-music-music'.
1467
1468         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1469         (Generic_prefix_music_scm): Add rule for it.
1470
1471         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1472         `quoted-transposition' property.
1473
1474         * ly/music-functions-init.ly (transposedCueDuring): New function.
1475
1476         * scm/define-music-properties.scm (all-music-properties): Updated.
1477
1478         * Documenation/topdocs/NEWS.itely: Document it.
1479
1480 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1481
1482         * python/lilylib.py (system): move import subprocess to system()
1483         definition. 
1484
1485         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1486
1487         * VERSION (PATCH_LEVEL): release 2.9.5
1488         
1489         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1490         build instructions. 
1491
1492         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1493
1494 2006-05-16  Graham Percival  <gpermus@gmail.com>
1495
1496         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1497
1498         * Documentation/user/ various: minor fixes.
1499
1500 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1501
1502         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1503
1504 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1505
1506         * Documentation/user/advanced-notation.itely (Instrument names):
1507         Modified obsolete instruction on how to move instrument names away
1508         from the staves. Hmm, at second thought the bug probably has been
1509         solved, so the full bug description should probably be removed.
1510
1511 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1512
1513         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1514         currentCommandColumn. 
1515
1516         * lily/hairpin.cc (print): also add padding for non-neighbor
1517         hairpin bounds.
1518
1519         * scm/define-context-properties.scm
1520         (all-user-translation-properties): add hairpinToBarline
1521
1522         * input/regression/hairpin-to-barline.ly: new file.
1523
1524         * lily/context.cc (internal_send_stream_event): thinko fix.
1525
1526         * lily/tie.cc (set_default_control_points): robustness fix.
1527
1528         * python/musicxml.py (Part.interpret): don't complain about
1529         incomplete measures.
1530
1531         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1532         new music if last_event_chord() returned None.
1533
1534         * python/musicxml.py (Part.interpret): skip back over chord notes.
1535
1536 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1537         
1538         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1539         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1540         lily/slash-repeat-engraver.cc,
1541         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1542         iterator sends PercentEvents
1543
1544         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1545         rework tuplets: send start/stop events to engraver
1546
1547         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1548         dispatchers event-source and events-below to Context
1549         
1550 2006-05-15  Graham Percival  <gpermus@gmail.com>
1551
1552         * Documentation/user/README.txt: update info for doc writers.
1553
1554         * Documentation/user/programming-interface.itely: integrate
1555         Nicolas' fixes for chapter rewrite.
1556
1557         * Documentation/user/ various: minor fixes.
1558
1559 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1560
1561         * lily/clef-engraver.cc: cleanup.
1562
1563         * Documentation/user/GNUmakefile: dist context-example.eps too.
1564
1565         * lily/key-engraver.cc (create_key): use
1566         explicitKeySignatureVisibility for cancellation too. 
1567
1568         * lily/font-config.cc (init_fontconfig): don't close file if
1569         f==NULL. 
1570
1571 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1572
1573         * Documentation/topdocs/NEWS.tely: niente and rotation news
1574
1575 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1576
1577         * lily/include/stencil.hh
1578         * lily/stencil.cc (rotate): new function. Makes it possible
1579         to rotate a stencil around a given offset.
1580
1581         * lily/grob.cc (get_print_stencil): add rotation support
1582
1583         * lily/stencil-interpret.cc (interpret_stencil_expression):
1584         add rotation support
1585
1586         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1587
1588         * scm/define-grob-properties.scm: add 'rotation property
1589
1590         * scm/define-markup-commands.scm: add rotate markup command
1591         
1592         * scm/output-ps.scm: add rotation support in PostScript backend
1593
1594         * scm/output-svg.scm: add rotation support in SVG backend
1595
1596 2006-05-13  Graham Percival  <gpermus@gmail.com>
1597
1598         * Documentation/user/music-glossary.itely: French correction.
1599
1600         * Documentation/user/programming-interface.itely: major
1601         new docs, some reorg, some info from Nicolas.
1602
1603         * Documentation/user/ various: small fixes.
1604
1605 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1606
1607         * Documentation/user/programming-interface.itely (Markup
1608         programmer interface): Remove duplicate text.
1609
1610 2006-05-12  Graham Percival  <gpermus@gmail.com>
1611
1612         * Documentation/user/context-example.eps: new file.
1613
1614         * Documentation/user/changing-defaults.itely: set up file to
1615         use eps image.
1616
1617         * Documentation/user/programming-interface.itely: changes
1618         from mailist.
1619
1620 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1621
1622         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1623
1624 2006-05-11  Graham Percival  <gpermus@gmail.com>
1625
1626         * Documentation/user/programming-interface.itely: first round of
1627         editing and merging emails from Nicolas.
1628
1629         * Documentation/user/scheme-tutorial: minor edit.
1630
1631 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1632
1633         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1634         XML attributes.
1635         (Xml_node.message): use it.
1636
1637         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1638         oops. Add duration argument.
1639
1640 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1641
1642         * lily/paper-column-engraver.cc (make_columns):
1643         * scm/define-grobs.scm: Revert my previous change and set the default
1644         in define-grobs.scm instead.
1645
1646 2006-05-09  Graham Percival  <gpermus@gmail.com>
1647         
1648         * Documentation/user/changing-defaults.itely: general editing,
1649         info about \set and \override.
1650
1651         * Documentation/user/tweaking.itely, advanced-notation.itely:
1652         fixes from Dave Luttinen, thanks!
1653
1654 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1655
1656         * lily/paper-column-engraver.cc (make_columns): By default, a column
1657         needs to be breakable.
1658
1659 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1660
1661         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1662         Attributes methods
1663         (musicxml_time_to_lily): idem
1664         (musicxml_key_to_lily): idem
1665         (instrument_drumtype_dict): dict for supported drumtypes.
1666         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1667         moments and pending mm rests
1668         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1669         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1670         (musicxml_voice_to_lily_voice): add mode change.
1671         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1672         speed and less memory usage (factor 5 to 10).
1673         (convert): write -defs.ly  and driver file separately so people
1674         can script their own part extraction.
1675
1676         * python/musicxml.py (minidom_demarshal_node): new function:
1677         separate minidom handling.
1678         (lxml_demarshal_node): new function: support lxml.etree too.
1679         (Xml_node.message): new function: verbose error message, with XML
1680         path to offending node.
1681         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1682         (Part_list.generate_id_instrument_dict): new method: collect
1683         instrument names, to be able to set drum_type.
1684         (Part.interpret): handle underfull measures
1685         (Part.interpret): assign instrument names.
1686
1687         * python/musicexp.py (Output_printer.close): new method
1688         (MusicWrapper.print_ly): new class: support other modes,
1689         eg. \drummode
1690         (BarCheck.print_ly): new class. Support bar checks, with comments
1691         and fancy barchecks. 
1692         (NoteEvent.__init__): also set drum_type for drum notes.
1693         (MultiMeasureRest.lisp_expression): dump mm rests.
1694
1695         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1696         line-break-permission if forbidBreak is not set.
1697
1698 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1699
1700         * scm/define-context-properties.scm:
1701         * scm/define-grob-properties.scm:
1702         * scm/define-grobs.scm:
1703         * scm/define-music-display-methods.scm:
1704         * scm/define-music-properties.scm:
1705         * scm/define-music-types.scm:
1706         * scm/music-functions.scm:
1707         * ly/declarations-init.ly:
1708         * lily/include/constrained-breaking.hh:
1709         * lily/system.cc:
1710         * lily/spaceable-grob.cc:
1711         * lily/simple-spacer.cc:
1712         * lily/paper-score.cc:
1713         * lily/paper-column.cc:
1714         * lily/paper-column-engraver.cc:
1715         * lily/item.cc:
1716         * lily/gourlay-breaking.cc:
1717         * lily/constrained-breaking.cc:
1718         * python/convertrules.py:
1719         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1720         "page-break-penalty" and "line-break-permission".
1721         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1722         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1723
1724         * lily/bar-engraver.cc:
1725         * lily/beam-engraver.cc:
1726         * lily/forbid-break-engraver.cc:
1727         * lily/ligature-engraver.cc:
1728         * lily/paper-column-engraver.cc:
1729         * lily/percent-repeat-engraver.cc:
1730         * lily/score-engraver.cc:
1731         * lily/score-engraver.hh:
1732         * lily/paper-column-engraver.hh:
1733         Inter-engraver communication regarding line breaks is done through context
1734         properties (Score.forbidBreak) instead of function calls.
1735
1736 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1737
1738         * VERSION (PACKAGE_NAME): release 2.9.4
1739
1740 2006-05-08  Graham Percival  <gpermus@gmail.com>
1741
1742         * Documentation/user/working.itely: proofreading from Dave
1743         Luttinen, thanks.
1744
1745         * Doucmentation/user/README.txt: updated with manual style info.
1746
1747         * Documentation/user/ various: trim linewidth to 78 chars.
1748
1749 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1750
1751         * scm/define-grob-properties.scm (all-internal-grob-properties):
1752         remove chord-tremolo property.
1753
1754         * lily/beam.cc (get_beam_segments): don't use stem position as
1755         base for broken ends.
1756
1757 2006-05-06  Graham Percival  <gpermus@gmail.com>
1758
1759         * Documentation/user/putting.itely: proofreading from Dave
1760         Luttinen, thanks!
1761
1762         * Documentation/user/ various: more reorg and clarifications.
1763
1764 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1765
1766         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1767
1768         * ly/music-functions-init.ly: new function featherDurations
1769
1770         * lily/beam.cc: read grow-direction for feathered beaming.
1771
1772         * Documentation/topdocs/NEWS.tely (Top): typo.
1773
1774 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1775
1776         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1777         tremolo beams.
1778
1779 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1780         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1781         used by music streams.
1782
1783         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1784         lily/stream-event.cc, lily/stream-event-scheme.cc,
1785         lily/listener.cc, lily/scheme-listener.cc,
1786         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1787         lily/include/stream-event.hh, lily/include/listener.hh,
1788         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1789         Created data structures for music streams.
1790         
1791 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1792
1793         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1794         construction of a beam. 
1795         (print): rewrite. 
1796
1797         * flower/include/std-vector.hh (default_compare): use only one comparison.
1798
1799         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1800         (note-by-number): further attachment fixes.
1801
1802         * scm/lily-library.scm (ordered-cons): new function.
1803         (interval-index): new function
1804
1805         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1806
1807         * lily/note-head.cc (get_stem_attachment): new function.
1808
1809         * scm/define-markup-commands.scm (note-by-number): read 'style
1810         property. 
1811
1812         * input/regression/markup-note.ly: show note-head style option.
1813
1814         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1815         triangle head.
1816
1817 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1818
1819         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1820
1821         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1822
1823         * lily/include/constrained-breaking.hh: GCC 4 fix.
1824
1825 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1826
1827         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1828         Replace it with functions get_line_forces and get_line_configuration.
1829         (class Simple_spacer): Make data private.
1830         Rewrite compression algorithm to be faster and simpler.
1831
1832         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1833         * lily/gourlay-breaking.cc (solve):
1834         * lily/constrained_breaking.cc (space_line):
1835         Change it to the new simple-spacer code.
1836
1837         * lily/paper-score.cc (get_paper_systems):
1838         (Paper_score):
1839         (process):
1840         Delay breaking the systems until they are requested.
1841         (find_break_indices):
1842         Use vsize for indices.
1843         (calc_breaking):
1844         Move the "Calculating line breaks" message here.
1845
1846         * lily/system.cc (pre_processing):
1847         Move the "Calculating line breaks" message away from here.
1848         (break_into_pieces):
1849         Allow multiple calls to this function in sequence (with touching-but-
1850         not-overlapping breakpoints).
1851
1852         * lily/constrained-breaking.cc:
1853         Replace most of the get_XXXX functions with get_line_details.
1854         Only calculate the force for each line. Calculate configurations only
1855         for the lines we will actually use.
1856         Replace cols_ with lines_.
1857
1858 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1859
1860         * mf/GNUmakefile (depth): remove FC_FIND.
1861
1862         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1863
1864         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1865
1866         * scm/framework-ps.scm (write-preamble): new function.
1867         (write-preamble): load mac fonts via fondu, even if gs-font-load
1868         is set.
1869
1870 2006-05-03  Werner Lemberg  <wl@gnu.org>
1871
1872         * mf/GNUmakefile (FC_FIND): Fix typo.
1873
1874 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1875
1876         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1877
1878 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1879
1880         * stepmake/aclocal.m4: run python-config for crosscompiling
1881         flags. 
1882
1883         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1884         -f png for HTML, TEXINFO formats. 
1885
1886         * input/tutorial/lbook-html-test.html: new file.
1887
1888         * lily/include/tie-formatting-problem.hh (class
1889         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1890         [column, direction]. This fixes laissez vibrer ties.
1891  
1892         * flower/include/tuple.hh (struct Tuple2): new file.
1893
1894         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1895         $(FCMATCH), only if $(NCSB_DIR) not set. 
1896
1897         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1898
1899         * config.make.in (DOCUMENTATION): set FCMATCH.  
1900
1901         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1902
1903 2006-05-03  Graham Percival  <gpermus@gmail.com>
1904
1905         * Documentation/user/ various: final round of reorg.
1906
1907         * Documentation/user/instrument-notation.itely: some more
1908         fixes from Eduardo, thanks!
1909
1910 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1911
1912         * VERSION (PACKAGE_NAME): release 2.9.3
1913
1914         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1915
1916         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1917
1918 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1919
1920         * scm/define-grob-properties.scm (all-user-grob-properties):
1921         Correct typo, thanks to Eduardo.
1922
1923 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1924
1925         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1926
1927         * buildscripts/lilypond-words.py (F): indent fix.
1928
1929         * input/regression/tie-arpeggio-collision.ly: new file.
1930
1931         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1932         function: store outlines per column rank.
1933
1934         * lily/include/tie-configuration.hh (class Tie_configuration): add
1935         column_ranks_ to specification and configuration, to distinguish
1936         between ties for different heads in arpegiated chords.
1937
1938         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1939
1940         * *.py: more 4 space indents.
1941
1942         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1943
1944 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1945
1946         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1947
1948 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1949
1950         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1951
1952         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1953
1954         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1955
1956 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1957
1958         * python/convertrules.py (conv): indent 4 for python files.
1959
1960 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1961
1962         * Documentation/user/changing-defaults.itely (Creating contexts):
1963         Clarify \new semantics.
1964
1965 2006-04-28  Graham Percival  <gpermus@gmail.com>
1966
1967         * Documentation/user/ various: major new sections in the
1968         Learning manual, slight reorg elsewhere.
1969
1970 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1971
1972         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1973
1974         * scm/framework-ps.scm (output-framework): remove PageMedia
1975
1976 2006-04-27  Graham Percival  <gpermus@gmail.com>
1977
1978         * Documentation/user/ tweaks.itely, working.itely: new
1979         files, being more advanced "learning manual" chapters.
1980
1981         * Documentation/user/ tutorial, putting, lilypond: reorg.
1982
1983 2006-04-26  Graham Percival  <gpermus@gmail.com>
1984
1985         * input/regression/lyric-combine-polyphonic.ly: fixed test
1986         (no more "can't find context `one'" error).
1987
1988 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1989
1990         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1991
1992         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1993         
1994 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1995
1996         * lily/relocate.cc (read_relocation_dir): new function.
1997
1998 2006-04-26  Graham Percival  <gpermus@gmail.com>
1999
2000         * Documentation/user/instrument-notation.itely: a few more fixes
2001         from Eduardo, thanks!
2002
2003         * Documentation/user/README.txt: new file; contains info on
2004         style that used to be in lilypond.tely.
2005
2006         * Documentation/user/ various: first round of doc reorg.
2007
2008         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2009         graphic; this probably causes problems on some pdf
2010         viewers, notably Adobe Acrobat.
2011
2012 2006-04-24  Graham Percival  <gpermus@gmail.com>
2013
2014         * Documentation/user/instrument-notation.itely: many alterations
2015         to Vocal music, from Eduardo Viera.
2016
2017 2006-04-23  Graham Percival  <gpermus@gmail.com>
2018
2019         * Documentation/user/instrument-notation.itely: fix \new
2020         instead of \context problem.
2021
2022 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2023
2024         * lily/relocate.cc (expand_environment_variables): new function.
2025         (read_line): id.
2026         (read_relocation_file): id.
2027
2028         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2029
2030 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2031
2032         * ly/engraver-init.ly: remove old comments from TabVoice
2033
2034 2006-04-20  Graham Percival  <gpermus@gmail.com>
2035
2036         * Documentation/user/instrument-notation.itely: added Erlend's
2037         latest doc patch, thanks!
2038
2039 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2040
2041         * lily/include/slur.hh:
2042         * lily/slur.cc:
2043         * lily/phrasing-slur-engraver.cc:
2044         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2045         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2046         Slur_engraver:: and putting it in
2047         Slur::auxiliary_acknowledge_extra_object ().
2048
2049         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2050
2051         * lily/note-collision.cc: fix a comment
2052
2053 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2054
2055         * stepmake/bin/add-html-footer.py: fix footer position in
2056         generated html files: before </body> and </html> tags.
2057
2058 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2059
2060         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2061         Earlier successive `make' commands finally compiled ok.
2062
2063         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2064
2065 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2066
2067         * lily/include/stem-tremolo.hh:
2068         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2069         callers.
2070
2071         * lily/lookup.cc:
2072         * lily/include/lookup.hh: add rotated_box ()
2073
2074 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2075
2076         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2077         been generated. Fixes "can't get `--help'" bug after make clean.
2078
2079         * THANKS: alphabetize contributors.
2080
2081 2006-04-17  Graham Percival  <gpermus@gmail.com>
2082
2083         * Documentation/user/instrument-notation.itely: added Erlend's
2084         tabs and banjo doc patch.  Thanks!
2085
2086 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2087
2088         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2089
2090         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2091
2092         * scm/output-lib.scm: add some more predefined string tunings.
2093
2094         * Documentation/user/instrument-notation.itely: and doc them.
2095
2096 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2097
2098         * ly/engraver.ly: Remove obsolete comments.
2099
2100         * ly/gregorian-init.ly: Define default layout block.
2101
2102         * input/puer-fragment.ly: Updated and extended.
2103
2104 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2105
2106         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2107         pdf conversion behaviour.
2108
2109         * flower/file-name.cc (dir_name)
2110         (get_working_directory): Move from relocate.cc.
2111
2112         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2113         
2114         * lily/relocate.cc: Encapsulate sys/stat.h in
2115         HAVE_STAT_H.
2116
2117 2006-04-14  Graham Percival  <gpermus@gmail.com>
2118
2119         * Documentation/user/ various: small updates from Cameron
2120         and Juergen, thanks!
2121
2122         * Documentation/user/ various: small updates of my own.
2123
2124         * THANKS: 2.7 -> 2.8.
2125
2126 2006-04-11  Graham Percival  <gpermus@gmail.com>
2127
2128         * scm/define-context-properties.scm: typo.
2129
2130         * Documentation/user/ : many more small updates.
2131
2132 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2133
2134         * scm/define-music-types.scm: disposed "docme".
2135
2136 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2137
2138         * lily/hairpin.cc: make niente circles a bit smaller.
2139
2140 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2141
2142         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2143         get-pfa and get-*-fonts targets.
2144
2145 2006-04-10  Graham Percival  <gpermus@gmail.com>
2146
2147         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2148         music-glossary, programming-interface: more minor fixes
2149         from mailist.
2150
2151         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2152
2153         * scm/define-context-properties.scm: another old \property update.
2154         This time tested for compiling!
2155
2156 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2157
2158         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2159
2160 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2161
2162         * scm/define-context-properties.scm (all-user-translation-properties): 
2163         * Documentation/user/global.itely (Page formatting): Compile fix.
2164
2165 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2166
2167         * Documentation/user/advanced-notation.itely (Polymetric
2168         notation): Update the example to use the "+" symbol and add link
2169         to input/test/compound-time.ly.
2170
2171 2006-04-08  Graham Percival  <gpermus@gmail.com>
2172
2173         * scm/define-grob-properties.scm: clarify docs for #'direction.
2174
2175         * scm/define-context-properties.scm: update old \property override.
2176
2177         * Documentation/user/ advanced-notation, global, lilypond-book:
2178         more minor doc updates.
2179
2180 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2181
2182         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2183
2184         * scm/backend-library.scm (search-gs): oops.
2185
2186 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2187
2188         * scripts/lilypond-book.py (output): use base, not filename for href.
2189
2190         * scm/backend-library.scm: only look for gs.
2191
2192         * scripts/lilypond-book.py (output): fix printfilename.
2193
2194         * lily/parser.yy (music_function_musicless_prefix): fold together
2195         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2196
2197         * lily/slur.cc (print): only set font-size if not set yet.
2198
2199         * lily/slur-configuration.cc (add_score): improved layout of debug
2200         scoring output.
2201
2202 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2203
2204         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2205         (draw_circle): Hopefully fixed regression.
2206         Improved documentation for several procedures.
2207         
2208 2006-03-04  Werner Lemberg  <wl@gnu.org>
2209
2210         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2211
2212 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2213
2214         * scripts/musicxml2ly.py (bindir): add dynamic
2215         relocation. 
2216
2217 2006-04-04  Graham Percival  <gpermus@gmail.com>
2218
2219         * Documentation/user/ basic-notation, advanced-notation, putting,
2220         instrument-notation, invoking, lilypond, THANKS: another ream of small
2221         fixes from the Doc Helpers.
2222
2223 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2224
2225         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2226
2227         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2228
2229         * Cleaned up interfaces between PostScript and Scheme, and moved
2230         computations from PostScript to Scheme:
2231
2232         * music-drawing-routines.ps
2233         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2234         with stroke_and_fill throughout.
2235         (euclidean_length, print_letter, draw_box): Deleted unused
2236         procedures.  If someone needs draw_box, implement it using
2237         draw_round_box; don't duplicate code.
2238         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2239         Refactored/cleaned up interfaces.
2240         (mark_URI): Moved.
2241
2242         * output-ps.scm: reordered arguments to PostScript functions to
2243         match new interfaces
2244         (glyph-string): Rewrote glyph-string.
2245         (grob-cause): Replaced string-append with format.
2246         (repeat-slash): Rewrote to do computation here.
2247         (round-filled-box): Rewrote to do computation here.
2248
2249 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2250
2251         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2252
2253         * stepmake/stepmake/toplevel- targets.make: print help info about
2254         cvs-clean
2255
2256 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2257
2258         * input/regression/hairpin-circled.ly: new file
2259
2260 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2261
2262         * lily/hairpin.cc (print): add support for circled tip
2263
2264         * scm/define-grob-properties.scm: add circled-tip parameter
2265
2266         * scm/define-grobs.scm: init circled-tip to false
2267         
2268 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2269
2270         * scm/music-functions.scm (quote-substitute): set
2271         iterators-ctor. 
2272
2273 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2274
2275         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2276         BSTINPUTS. 
2277
2278         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2279
2280         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2281
2282 2006-03-31  David Feuer  <david.feuer@gmail.com>
2283         
2284         * scm/framework-ps.scm:
2285         
2286         * scm/output-ps.scm: glyph-string now produces smaller, more
2287         readable, and probably faster PostScript.  Several findfont
2288         scalefont setfont instances changed to selectfont
2289         Hacked-up string-appends changed to formats.
2290
2291         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2292         
2293 2006-03-30  Graham Percival  <gpermus@gmail.com>
2294
2295         * scm/lily-library.scm: make "no version" warning message more polite.
2296
2297         * lily/music.cc: add double quotes to failed octave check.
2298
2299         * Documentation/user/ advanced-notation, changing-defaults,
2300         instrument-notation, invoking, music-glossary: whole bunch of minor
2301         fixes from mailist.
2302
2303 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2304
2305         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2306         $(buildscriptdir) iso. depth.
2307
2308         * VERSION (PACKAGE_NAME): release 2.9.1
2309
2310 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2311
2312         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2313
2314         * VERSION (PATCH_LEVEL): bump version number.
2315
2316         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2317         scm_from_uint32 ()
2318
2319         * lily/pango-font.cc (pango_item_string_stencil): use
2320         scm_from_uint32 ()
2321
2322         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2323         $(outdir)/emmentaler-%.svg): remove canary.
2324
2325         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2326         glyphnames if we have a ttf font.
2327
2328 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2329
2330         * Documentation/user/advanced-notation.itely (Font selection):
2331         Corrected reference to the font-family-override.ly example.
2332
2333 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2334         
2335         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2336         stem-tremolo object in the stem (or else the stem might not be
2337         long enough).
2338
2339 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2340
2341         * lily/ttf.cc (print_trailer): only print existing glyphs.
2342
2343 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2344
2345         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2346         position the tremolo based on the position of the notehead.
2347
2348         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2349         notes and update the texidoc line with the new positioning rules.
2350         
2351 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2352
2353         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2354
2355         * scripts/lilypond-book.py (Module): set default for linewidth if
2356         preamble not found.
2357
2358 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2359
2360         * VERSION (PACKAGE_NAME): release 2.9.0.
2361
2362         * input/regression/stem-tremolo-position.ly: new file.
2363
2364         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2365
2366 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2367
2368         * lily/stem-tremolo.cc (print): position
2369         the tremolo depending only on the end of the stem
2370         and not on the notehead
2371         (raw_stencil): center, on the middle staff line, the
2372         flag that is closest to the end of the stem (previously
2373         the bottom flag)
2374         (calc_width): add this callback to shorten a tremolo when
2375         it is beamed or it is stemup with a flag
2376         (style): add this callback to make a tremolo rectangular when
2377         it is beamed or it is stemup with a flag
2378         (rotated_box): this is like Lookup::beam but makes a rotated
2379         rectangle instead of a parallelogram
2380
2381         * lily/stem.cc (calc_stem_info): make sure the stem
2382         is long enough to fit the tremolo
2383         (calc-length): reduce the length of tremolo stems since the
2384         tremolo code is now capable of better positioning
2385
2386         * scm/define-grobs.scm: make calc_width the default beam-width
2387         callback for stem-tremolo and add the style callback
2388                 
2389 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2390
2391         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2392         case. 
2393
2394 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2395
2396         * lily/ttf.cc (make_index_to_charcode_map): restore old
2397         cmap. 
2398
2399 2006-03-28  Werner Lemberg  <wl@gnu.org>
2400
2401         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2402
2403 2006-03-28  Graham Percival  <gpermus@gmail.com>
2404
2405         * THANKS: update for 2.9, add section for Documentation helpers.
2406
2407         * Documentation/topdocs/NEWS.tely: compile fix.
2408
2409         * Documentation/user/ basic-notation, global, advanced-notation,
2410         examples.itely: minor fixes from mailist.
2411
2412 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2413
2414         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2415         note heads. 
2416
2417         * lily/ttf.cc (print_trailer): use it.
2418
2419         * lily/pango-font.cc (get_unicode_name): new function.
2420
2421         * lily/ttf.cc (make_index_to_charcode_map): move function from
2422         open-type-font.cc
2423         (print_trailer): substitute uniXXXX name if applicable. 
2424
2425         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2426         (pango_item_string_stencil): use it to generate uniXXXX names.
2427
2428         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2429         note heads, for uniform widths in shape note output.
2430         (overdone_heads): hmm. remove them again.
2431
2432         * scripts/lilypond-book.py (output): add links to filenames.
2433
2434         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2435
2436         * lily/note-collision.cc (get_clash_groups): only consider when
2437         Note_column::dir <> CENTER. 
2438
2439         * scripts/lilypond-book.py (get_option_parser): init output_name
2440         to ''. 
2441
2442 2006-03-24  Graham Percival  <gpermus@gmail.com>
2443
2444         * Documentation/topdocs/NEWS.tely: add @end itemize
2445
2446         * Documentation/user/ global, advanced-notation: minor
2447         stuff from mailist.
2448
2449 2006-03-23  Graham Percival  <gpermus@gmail.com>
2450
2451         * Documentation/user/ lilypond.tely, music-glossary,
2452         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2453
2454 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2455
2456         * mf/GNUmakefile: don't install .enc files.
2457
2458         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2459
2460         * VERSION (PATCH_LEVEL): bump to 2.9.0
2461
2462 2006-03-22  Graham Percival  <gpermus@gmail.com>
2463
2464         * Documentation/user/advanced-notation.itely: minor fixes
2465         from mailist.
2466
2467 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2468
2469         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2470
2471         * branch lilypond_2_8
2472
2473 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2474
2475         * scripts/lilypond-book.py (samefile): new function, for windoze
2476         compatibility.
2477
2478 2006-03-21  Graham Percival  <gpermus@gmail.com>
2479
2480         * ly/engraver-init.ly: add info about StaffGroup.
2481
2482 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2483
2484         * input/regression/stem-direction-context.ly: idem.
2485
2486         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2487
2488         * THANKS: add Mats.
2489
2490         * input/regression/page-layout-twopass.ly: comment out \markup so
2491         tweak-file is left.
2492
2493         * lily/instrument-name-engraver.cc (finalize): add to instrument
2494         name global System. This also fixes chopped instrument names, but
2495         doesn't crash when there are slurs/beams.
2496
2497         * lily/slur-configuration.cc (add_score): disallow negative slur
2498         scores.
2499         
2500 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2501
2502         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2503
2504         * lily/instrument-name-engraver.cc (process_music): kludge: add
2505         InstrumentName spanner to axis group of left bound. Fixes chopped
2506         off instrument names in EPS images.
2507
2508         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2509
2510         * scripts/abc2ly.py (option_parser): update to 2.7.40
2511
2512 2006-03-20  Graham Percival  <gpermus@gmail.com>
2513
2514         * THANKS: move small doc contributors to SUGGESTIONS.
2515
2516         * Documentation/user/ basic-notation, advanced-notation,
2517         global: small changes from mailist.
2518
2519 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2520
2521         * Documentation/user/advanced-notation.itely (Text marks): update
2522         for new rehearsalMarkAlignSymbol convention.
2523
2524         * VERSION (PATCH_LEVEL): bump version.
2525
2526         * input/test/instrument-name-align.ly: new file.
2527
2528         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2529
2530         * input/test/instrument-name-align.ly: new file. Document how to
2531         align instrument names.
2532
2533         * lily/mark-engraver.cc: remove properties.
2534
2535         * scm/define-context-properties.scm
2536         (all-user-translation-properties): remove align symbol properties
2537         for barnumber/reh. mark.
2538
2539         * lily/break-align-interface.cc (self_align_callback): new
2540         interface, new function. Look at complete alignment. This handles
2541         tunable break alignments in case break-align-symbols are missing.
2542
2543         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2544
2545         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2546
2547         * python/convertrules.py (conv): mark/bar number alignment rule.
2548
2549         * lily/break-align-interface.cc (calc_positioning_done): also
2550         store offset from last visible break-alignment to its
2551         neighbor. This makes alignment on non-visible objects more reliable.
2552
2553         * po/lilypond.pot (Module): ran po-replace.
2554
2555         * input/regression/tie-single-manual.ly (Module): new file.
2556
2557         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2558         look at has_manual_position_.
2559         (from_ties): set has_manual_position_ if tie has staff-position set.
2560
2561         * lily/tuplet-bracket.cc (calc_positions): idem.
2562
2563         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2564         doesn't span time.
2565
2566 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2567
2568         * scm/define-markup-commands.scm (smallCaps): new markup command
2569         for turning a text to small caps using smaller font size and upper
2570         casing.
2571
2572 2006-03-17  Graham Percival  <gpermus@gmail.com>
2573
2574         * Documentation/user/ examples, instrument-notation,
2575         advnaced-notation: minor fixes from mailist.
2576
2577 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2578
2579         * Documentation/user/tutorial.itely (First steps): change example
2580         to verbatim.  
2581
2582 2006-03-17  Graham Percival  <gpermus@gmail.com>
2583
2584         * Documentation/user/ examples, advanced: minor changes from mailist.
2585
2586         * THANKS: add Geoff Horton, for documentation stuff.
2587
2588 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2589
2590         * python/lilylib.py (system): revert have_select kludge.
2591
2592         * Documentation/user/tutorial.itely (Commenting input files):
2593         update version numbers in doc. 
2594
2595         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2596         bound-padding to multi-measure-interface
2597
2598 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2599
2600         * input/test/engraver-example.ily: update version number.
2601
2602         * VERSION (PACKAGE_NAME): release 2.7.39
2603
2604         * lily/note-spacing.cc (get_spacing): heighten threshold where
2605         accidentals/arpeggios influence previous spacing fully.
2606
2607         * lily/rest.cc (y_offset_callback): only use direction if
2608         staff-position wasn't set before.
2609
2610         * lily/bar-number-engraver.cc: add support for
2611         barNumberAlignSymbol. 
2612         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2613
2614         * lily/pointer-group-interface.cc (set_ordered): new function. 
2615         (add_unordered_grob): new function.
2616
2617         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2618         to ordered, unless the opposite has been proved.  This fixes
2619         random reordering of large object groups across linebreaks,
2620         eg. beams.
2621
2622         * lily/main.cc (do_chroot_jail): printf format fix.
2623
2624         * lily/tie-formatting-problem.cc (generate_configuration):
2625         multiply y-shift for dot with direction.
2626  
2627         * scm/define-markup-commands.scm (note-by-number): put (magstep
2628         size) in y-attach too.
2629
2630         * Documentation/topdocs/NEWS.tely (Top): show override.
2631
2632         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2633         direction for stems.
2634         
2635 2006-03-15  Graham Percival  <gpermus@gmail.com>
2636
2637         * Documentation/user/ changing-defaults, global: minor
2638         fixes from mailist.
2639
2640 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2641
2642         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2643
2644         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2645         breakable items after uniformly stretched notes.
2646
2647         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2648         outline with outer edge of note heads. This prevents infinity
2649         problems with tied whole notes.
2650
2651         * scripts/lilypond-book.py (do_file): use os.popen
2652
2653         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2654
2655 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2656
2657         * Documentation/user/invoking.itely: Add ragged-right to bug report
2658         guidelines.
2659
2660 2006-03-14  Graham Percival  <gpermus@gmail.com>
2661
2662         * Documentation/user/global.itely: small fix from mailist.
2663
2664 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2665
2666         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2667         file descriptor returned by tempfile.mkstemp() when writing
2668         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2669         on mingw.
2670
2671 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2672
2673         * po/fi.po: newline bugfix.
2674
2675 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * scm/paper.scm (paper-alist): Rounding fixes.
2678
2679 2006-03-13  Graham Percival  <gpermus@gmail.com>
2680
2681         * Documentation/user/ changing-defaults, instrument-notation,
2682         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2683
2684 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2685
2686         * po/fi.po: update.
2687
2688 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2689
2690         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2691         mailto: to http:// 
2692
2693         * python/lilylib.py (print_environment): move ps_page_count to
2694         lilypond-book.py
2695
2696 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2697
2698         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2699
2700         * scm/framework-ps.scm (embed-document): new function. Use to
2701         embed PFA files.
2702
2703         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2704
2705 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2706
2707         * Documentation/user/instrument-notation.itely (Setting simple
2708         songs): Added \book{...} around the full example, so the separate
2709         markups are included in the printed example. 
2710
2711 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2712
2713         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2714         tmphandle.
2715
2716         * python/lilylib.py (system): rewrite system() using
2717         subprocess. Remove >& redirection trickery.
2718
2719 2006-03-11  Graham Percival  <gpermus@gmail.com>
2720
2721         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2722         notation-appendices.itely: minor fixes from mailist.
2723
2724 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2725
2726         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2727         unsplit man also needs images.
2728
2729         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2730
2731         * VERSION (PACKAGE_NAME): 2.7.38 released.
2732
2733 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2734
2735         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2736         log in output dir.
2737
2738 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2739
2740         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2741         respects the Score.skipTypesetting property.
2742         
2743 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2744
2745         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2746         Prolog. No %%EOF after CFF file.
2747
2748 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2749         
2750         * lily/constrained-breaking.cc (get_max_systems): used to return a
2751         much too big value
2752         (combine_demerits): use pointers to reduce copying data
2753         (calc_subproblem): idem
2754         (get_page_penalty): add page turn penalties
2755         
2756 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2757
2758         * Documentation/user/invoking.itely (Invoking lilypond): better
2759         explanation of -e usage.
2760
2761         * lily/main.cc (main_with_guile): don't append to
2762         init_scheme_code_string
2763
2764         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2765
2766         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2767
2768         * scripts/convert-ly.py (do_options): don't print help for
2769         --show-rules rule.
2770
2771         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2772         @code and @example. Update from texinfo.tex from CVS.
2773
2774 2006-03-08  Graham Percival  <gpermus@gmail.com>
2775
2776         * Documentation/user/scheme-tutorial.itely: clarifies distances
2777         measured in staff-spaces.
2778
2779 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2780
2781         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2782         consider[k] is true.
2783
2784         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2785
2786         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2787         consider columns that have originals.  Unifies spacing for mm
2788         rests around line breaks.
2789
2790         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2791         (set_text_rods): idem.
2792         (calculate_spacing_rods): new function: share code between
2793         set_text_rods and set_spacing_rods.
2794         (set_text_rods): take extents of bounds into account.  
2795
2796 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2797
2798         * Documentation/user/basic-notation.itely (Writing music in
2799         parallel): don't use relative.
2800
2801 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2802
2803         * ly/music-functions-init.ly (Module): add shiftDurations
2804
2805         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2806
2807         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2808
2809         * ly/engraver-init.ly: init vocalName to nil.
2810
2811 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2812
2813         * scm/music-functions.scm (music->make-music): bugfix,
2814         KeyChangeEvents are now handled correctly.
2815
2816         * scripts/lilypond-book.py: Add --debug option.
2817
2818 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2819
2820         * python/lilylib.py: add tempfile.
2821
2822 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2823
2824         * VERSION (PACKAGE_NAME): release 2.7.37
2825
2826         * python/lilylib.py (ps_page_count): remove make_ps_images().
2827         (ps_page_count): remove mkdir_p
2828         (system): remove cleanup_temp.
2829         (exit): remove lilypond_version_(check)
2830         (error_log): remove pseudo_filter_p
2831         remove read_pipe
2832         remove cp_to_dir
2833         remove identify
2834
2835         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2836         use __main__
2837
2838         * lily/accidental-engraver.cc (make_standard_accidental): only add
2839         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2840
2841         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2842         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2843         Make incompatibilities.
2844
2845         * scm/output-ps.scm (grob-cause): replace backslashes by /
2846         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2847
2848 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2849
2850         * cygwin/GNUmakefile: Install fixes.
2851
2852         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2853
2854         * lily/note-head.cc (head::get_balltype): Compile fix.
2855
2856         * flower/file-name.cc (dos_to_posix): Flower string fix.
2857
2858 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2859
2860         * python/lilylib.py: pychecker cleanups.
2861
2862         * scripts/lilypond-book.py
2863         (Lilypond_snippet.output_print_filename): pychecker cleanups
2864
2865         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2866
2867         * python/lilylib.py (underscore): remove identify() , warranty()
2868
2869         * ps/music-drawing-routines.ps: change Border routine for GSView
2870         compatibility.
2871
2872         * lily/stem.cc (height): use quantize-positions.  This triggers
2873         set_stem_lengths, so scripts on beamed stems are handled correctly.
2874
2875         * lily/side-position-interface.cc (aligned_side): check if edges
2876         of script are inside staff. Fixes accent of edge of the staff.
2877
2878         * input/regression/staccato-pos.ly: more examples.
2879
2880         * stepmake/aclocal.m4 (depth): fix bashism.
2881
2882         * lily/lyric-combine-music-iterator.cc: move from
2883         new-lyric-combine-iterator.cc
2884         (process): add pending_grace_lyric_ member to delay lyrics on
2885         grace notes.
2886
2887         * lily/system-start-text.cc (print): suicide if we don't have any
2888         elements. Fixes hara kiri'd instrument names.
2889
2890         * scripts/mup2ly.py (Module): remove.
2891
2892 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2893
2894         * Documentation/user/global.itely (A single music expression):
2895         close @lilypond properly
2896
2897         * lily/volta-bracket.cc (modify_edge_height): change from
2898         after_line_breaking_callback. Suicide last bracket if appropriate.
2899  
2900         * python/lilylib.py: strip getopt support
2901
2902         * scripts/etf2ly.py (do_options): use optparse
2903
2904         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2905
2906         * scripts/abc2ly.py (voices): use optparse.
2907
2908         * stepmake/stepmake/generic-vars.make: new function absdir.
2909
2910         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2911
2912         * scripts/lilypond-book.py (find_file): use global_options for
2913         include path
2914
2915         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2916         entering C code.
2917
2918 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2919
2920         * python/lilylib.py (get_global_option): ughness for extracting
2921         global options from lilylib.
2922         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2923
2924         * scripts/lilypond-book.py (get_option_parser): use optparse for
2925         option handling.  Put options in global_options variable.
2926
2927 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2928
2929         * Documentation/index.html.in: clarify.
2930
2931 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2932
2933         * scm/layout-page-layout.scm (write-page-breaks): add a
2934         music-system-heights property to the page layout output.
2935
2936         * scm/page.scm (make-page-stencil): take footer into account when
2937         computing the 'space-left page property
2938         (annotate-space-left): take footer into account when annonating
2939         space left.
2940
2941 2006-02-28  Graham Percival  <gpermus@gmail.com>
2942
2943         * Documentation/user/ advanced-notation, global: more (final)
2944         docs for music expressions, removed special fermatas.
2945
2946 2006-02-27  Graham Percival  <gpermus@gmail.com>
2947
2948         * Documentation/user/ basic-notation, global: minor changes
2949         from mailist.
2950
2951 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2952
2953         * scm/framework-ps.scm:         
2954         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2955         layer for inf? and nan? from framework-ps to lily-library.
2956
2957 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2958
2959         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2960         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2961
2962         * buildscripts/substitute-encoding.py (Module): remove file.
2963
2964         * mf/GNUmakefile: more PFA strippage.
2965
2966         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2967
2968         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2969         generation
2970
2971         * scm/framework-ps.scm: remove font name munging.
2972
2973         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2974
2975 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2976
2977         * scm/markup.scm (define-markup-command): change
2978         def-markup-command to define-markup-command
2979
2980         * scm/music-functions.scm (define-music-function): change
2981         def-music-function to define-music-function.
2982
2983         * python/convertrules.py (conv): rules for def-music-function
2984         and def-markup-commands
2985
2986         * Documentation/user/programming-interface.itely,
2987         input/no-notation/display-lily-tests.ly,
2988         input/regression/lily-in-scheme.ly,
2989         input/regression/markup-user.ly,
2990         input/regression/music-function.ly, input/regression/tie-chord.ly,
2991         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2992         ly/gregorian-init.ly: use new macro names (define-music-function,
2993         define-markup-command).
2994
2995 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2996
2997         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2998         (output): add comments to lp-book latex output.
2999
3000         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3001         address.
3002
3003 2006-02-23  Graham Percival  <gpermus@gmail.com>
3004
3005         * Documentation/user/ tutorial, global: minor changes.
3006
3007 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3008
3009         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3010         blocks (for make 3.80)
3011
3012         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3013         \notemode so that user should not have to explicitely type it.
3014
3015         * scm/define-music-display-methods.scm: various
3016         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3017         constructs)
3018
3019         * input/no-notation/display-lily-tests.ly: new tests for
3020         \applyOutput and \applyContext
3021
3022 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3023
3024         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3025         changed it slightly so that the number of systems returned by
3026         solve () will be the same as the last value passed to resize
3027         (). I've also added more documentation, removed casts, fixed style
3028         problems and put in some recovery if constraints aren't satisfied."
3029
3030 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3033         for emacs < 22 compatibility.
3034         (count-rexp): Use it.
3035         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3036         substring juggling (Milan Zamazal).
3037
3038 2006-02-23  Graham Percival  <gpermus@gmail.com>
3039
3040         * Documentation/user/ basic-notation, advanced-notation,
3041         global.itely, invoking.itely, tutorial,itely:
3042         minor fixes from mailist.
3043
3044         * scm/define-markup-commands.scm: improve docs of \filled-box.
3045
3046 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3047
3048         * Documentation/index.html.in: changes concern the previous release.
3049
3050         * input/regression/+.ly: cultivate typographical terminology.
3051
3052 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3053
3054         * scm/define-grob-interfaces.scm (parentheses-interface): add
3055         padding to parentheses-interface.
3056
3057         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3058         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3059
3060         * VERSION (PATCH_LEVEL): release 2.7.36
3061
3062         * lily/slur.cc: add avoid-slur (ugh.)
3063         
3064         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3065         intersection gets smaller. This fixes slurs over extreme points.
3066
3067         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3068         stems with neutral-direction set.
3069
3070         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3071
3072         * lily/open-type-font.cc (load_table): format error.
3073
3074         * lily/change-iterator.cc (process): format fix.
3075
3076         * flower/include/international.hh (_f): idem.
3077
3078         * flower/include/std-string.hh: add format printf attribute.
3079
3080         * scm/define-grobs.scm (all-grob-descriptions): height of all
3081         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3082
3083         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3084         ambitus lines.
3085
3086         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3087
3088 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3089
3090         * input/regression/: upgraded syntax for some files.
3091
3092         * THANKS: Add bughunters.
3093
3094 2006-02-22  Graham Percival  <gpermus@gmail.com>
3095
3096         * Documentation/user/ invoking.itely, advanced-notation.itely,
3097         global.itely: long-awaited "let's make chapter 10 not suck"
3098         update.  Rearrange chapter 10; now called "global issues",
3099         addresses file structure, etc.  Some info from other files
3100         moved into global.itely.
3101
3102 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3103
3104         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3105         catch trill-span-event notes.
3106
3107         * Documentation/user/examples.itely (Ancient notation templates): typo.
3108         (Jazz combo): typo.
3109
3110         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3111
3112         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3113
3114         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3115
3116         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3117
3118         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3119         froum Laissez_vibrer_engraver.
3120
3121         * ly/declarations-init.ly (repeatTie): add \repeatTie
3122
3123         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3124
3125         * scm/define-grob-properties.scm (all-user-grob-properties): add
3126         head-direction property.
3127
3128         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3129         from_lv_ties. Take head direction argument.
3130
3131         * lily/semi-tie-column.cc: rename from
3132         laissez-vibrer-tie-column.cc. Rename class too.
3133
3134         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3135         class too.
3136
3137         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3138
3139         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3140         0 case.
3141         (find_breaks): idem.
3142
3143 2006-02-21  Graham Percival  <gpermus@gmail.com>
3144
3145         * Documentation/user/advanced-notation.itely: fixed make-moment]
3146         example.
3147
3148         * Documentation/user/basic-notation.itely: more clarification to
3149         transpose.
3150
3151 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3152
3153         * lily/include/constrained-breaking.hh (class
3154         Constrained_breaking): new file.
3155
3156         * lily/constrained-breaking.cc (resize): new file.
3157
3158         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3159
3160         * Documentation/user/advanced-notation.itely (Clusters): insert
3161         end ignore too.
3162
3163         * lily/tie-column.cc (calc_positioning_done): support for
3164         tie-score debugging
3165
3166         * lily/tie-formatting-problem.cc
3167         (generate_extremal_tie_variations): factor out.
3168         (score_ties_configuration): annotate all tie 
3169         (print_ties_configuration): new routine.
3170         (generate_configuration): nudge extremal ties outside of the head
3171         Y extents.
3172         (score_ties_configuration): oops. convert to staff-space before
3173         determining position symmetry.
3174
3175 2006-02-20  Graham Percival  <gpermus@gmail.com>
3176
3177         * Documentation/user/*-notation.itely: misc minor editing,
3178         shifting doc sections around.
3179
3180         * Documentation/user/*-notation-itely, global.itely,
3181         changing-defaults.itely: added new stuff from NEWS.
3182
3183 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3184
3185         * po/fi.po: update.
3186
3187 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3188
3189         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3190         lilypond --verbose for lp-book.
3191
3192         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3193         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3194
3195         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3196         $(buildscript-dir) iso. absolute depth.
3197
3198         * buildscripts/genicon.py (dir): thinko.
3199
3200         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3201
3202 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3203
3204         * scm/output-lib.scm: swap darkcyan/darkyellow
3205
3206         * THANKS: Add bughunters.
3207
3208 2006-02-19  Graham Percival  <gpermus@gmail.com>
3209
3210         * Documentation/user/programming-interfaces.itely: fixed example.
3211
3212         * Documentation/user/instrument-notation.itely: fix @{ @}.
3213
3214         * scm/script.scm: add avoid-slur for \open.
3215
3216 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3217
3218         * lily/tie-formatting-problem.cc (score_configuration): use
3219         sliding score for min-length. 
3220
3221         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3222         spaghetti for icons.
3223
3224         * buildscripts/genicon.py (program_name): new file.
3225
3226         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3227         in outline too.  
3228         (generate_configuration): for small ties, also look for collisions
3229         at Y + DIR*h + DELTA_Y.
3230         (get_variations): consider variation for dot positions too.
3231
3232         * lily/side-position-interface.cc (aligned_side): take abs for
3233         quantized rounded position. Fixes tenuto below staff.
3234
3235         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3236         markers when necessary.
3237
3238         * lily/program-option.cc (internal_set_option): add
3239         strict_infinity_checking option.
3240
3241         * scm/output-lib.scm (cyan): swap yellow and cyan.
3242
3243 2006-02-19  Graham Percival  <gpermus@gmail.com>
3244
3245         * darwin.patch: trivial linenumber update.
3246
3247         * Documentation/user/ {various}: `\context foo = named' changed
3248         to `\new foo = "name"' in docs.
3249
3250 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3251
3252         * scm/stencil.scm (annotate-y-interval): use it.
3253
3254         * scm/lily-library.scm (interval-sane?): new function.
3255
3256         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3257         tfm_checksum stuff.
3258
3259         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3260         common refpoint.
3261
3262         * flower/include/std-vector.hh (iterof): add iterof macro.
3263
3264         * lily/enclosing-bracket.cc (width): new function.
3265
3266         * lily/align-interface.cc (align_elements_to_extents): reinstate
3267         warning.
3268
3269 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3270
3271         * Documentation/index.html.in: fix spelling: thankyous.
3272
3273 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3274
3275         * lily/lyric-hyphen.cc: typo.
3276
3277 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3278
3279         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3280         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3281         builds don't work. 
3282
3283         * VERSION: release 2.7.35
3284
3285         * lily/beam.cc (get_default_dir): oops. Take abs () for
3286         extremes[DOWN].
3287         (get_default_dir): use extreme position criterion only in absence
3288         of forced stem directions.
3289
3290         * VERSION (PATCH_LEVEL): bump VERSION.
3291
3292         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3293         dependencies. Necessary for -jX builds.  
3294
3295 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3296
3297         * lily/relocate.cc (setup_paths): Yet another const fix.
3298
3299 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3300
3301         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3302
3303         * lily/relocate.cc (setup_paths): oops.
3304
3305 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3306
3307         * Documentation/index.html.in: order links: html before PDF.
3308
3309 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3310
3311         * lily/tie-column-format.cc (Module): remove.
3312
3313         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3314
3315         * lily/text-spanner.cc (print): idem.
3316
3317         * lily/dynamic-text-spanner.cc (print): only print line if longer
3318         than dash-period.
3319
3320         * lily/auto-change-iterator.cc (change_to): formatting.
3321
3322         * lily/beam.cc (get_default_dir): take extreme note head as input
3323         for stem direction.
3324
3325         * lily/tie.cc (get_default_dir): only look directions for visible
3326         stems. 
3327
3328         * lily/side-position-interface.cc (aligned_side): oops. Don't
3329         mutiply with direction. This fixes quantized (staccato, tenuto)
3330         scripts below notes.
3331
3332         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3333         direction. Fixes c-lyrics-center-align.ly
3334
3335 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3336
3337         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3338         constructor.
3339
3340         * lily/std-string.cc:
3341         * lily/include/std-vector.hh (split_string): Move and rename from
3342         lily/include/misc.hh, lily/misc.cc.  Update callers.
3343
3344 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3345
3346         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3347
3348 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3349
3350         * flower/test-file.cc: New file.
3351
3352         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3353         libraries.
3354
3355         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3356
3357 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3358
3359         * flower/include/file-storage.hh: remove file.
3360
3361         * lily/include/midi-item.hh (class Midi_track): idem.
3362
3363         * lily/include/source.hh (class Sources): idem.
3364
3365         * lily/include/performance.hh (class Performance): use vector
3366         iso. Cons<>
3367
3368         * flower/include/cons.hh (class Cons): remove file.
3369
3370         * flower/include/flower-proto.hh: remove template cruft.
3371
3372         * lily/include/font-metric.hh: use size_t not vsize for indices.
3373
3374         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3375         from proto.
3376
3377         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3378
3379         * lily/include/paper-book.hh (class Paper_book):
3380         make get_system_specs() public.
3381
3382         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3383         the force=10000 case if we don't have a current-best. 
3384
3385         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3386         vsize 
3387
3388         * flower/include/flower-proto.hh: remove outdated templates.
3389
3390         * scm/page.scm: use annotate-spacing
3391
3392 2006-02-15  Graham Percival  <gpermus@gmail.com>
3393
3394         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3395
3396         * THANKS: moved Erlend Aasland to contributors.
3397
3398 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3399
3400         * config.hh.in: remove HAVE_PANGO_16
3401
3402         * lily/tuplet-bracket.cc (calc_positions): multiply with
3403         staff-space for beam case. This fixes tuplets+beams on scaled
3404         staves.
3405
3406         * config.hh.in: remove all Kpathsea related defines.
3407
3408         * lily/dot-column.cc (side_position): reach stem via dots->
3409         head->stem. Inspect all stems for dot collisions. 
3410
3411         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3412         stem handling.
3413
3414         * lily/bar-number-engraver.cc (process_music): document function
3415         of whichBar.
3416
3417         * lily/score.cc (default_rendering): add pscore, not systems
3418         themselves.
3419
3420         * lily/paper-book.cc (get_system_specs): separate generation of
3421         titles and systems.
3422
3423         * flower/include/std-vector.hh: don't include config.hh
3424
3425 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3426
3427         * flower/include/std-vector.hh: Better wrapper compatibility with
3428         std::vector.
3429
3430         * flower/include/flower-proto.hh: Remove cheap forward declaration
3431         attempts.
3432
3433         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3434
3435 2006-02-14  Graham Percival  <gpermus@gmail.com>
3436
3437         * Documentation/user/invoking.itely: add warning about command line.
3438
3439 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3440
3441         * lily/include/lily-proto.hh: add Prob, rm Page.
3442
3443         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3444
3445         * VERSION: release 2.7.34
3446
3447         * lily/relocate.cc (framework_relocation): show canary if
3448         GHOSTSCRIPT_VERSION undefined.
3449
3450         * GNUmakefile.in: remove $(VERSION) symlink.
3451
3452         * lily/relocate.cc (setup_paths): add + 
3453
3454 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3455
3456         * Documentation/index.html.in: specify sizes for all big HTML pages.
3457
3458 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3459
3460         * config.hh.in: remove @FRAMEWORKDIR@
3461
3462         * lily/system-start-text.cc (get_stencil): new file: separate out
3463         system-start-delimiter text support.
3464
3465         * input/**ly: replace \context with \new where appropriate.
3466         
3467         * THANKS: add Don.
3468
3469         * lily/slur-scoring.cc (get_base_attachments): use
3470         robust_relative_extent. This fixes problems with empty paper-columns. 
3471
3472 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3473
3474         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3475
3476         * scm/define-music-properties.scm (all-music-properties):
3477         create-new property.
3478
3479         * lily/context-specced-music-iterator.cc (construct_children):
3480         inspect 'create-new property iso. magical $uniqueContextId context
3481         id.
3482
3483         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3484
3485         * lily/context-key-manager.cc (Module): new file. Encapsulate
3486         object key generation.
3487
3488         * lily/include/context-key-manager.hh (Module): new file.
3489
3490 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3491
3492         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3493         names vertically
3494
3495         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3496         options.
3497         (reloc_b): excise --enable-framework-dir
3498
3499         * lily/relocate.cc (framework_relocation): use getenv
3500         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3501
3502 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * flower/include/std-string.hh: 
3505         * flower/include/std-vector.hh: Finish std:: conversion; move
3506         flower extensions from std:: namespace.  Update users.
3507
3508         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3509         their expansion to vector<*>.  Update users.
3510
3511 2006-02-10  Graham Percival  <gpermus@gmail.com>
3512
3513         * Documentation/user/invoking.itely: add example to File structure.
3514
3515         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3516         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3517
3518 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3519
3520         * ly/paper-defaults.ly: typo.
3521
3522         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3523         set_parent() for parentheses. This will make it show up in bbox
3524         calculations.
3525
3526         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3527         ly:grob-common* functions.
3528
3529         * lily/grob-scheme.cc (LY_DEFINE):
3530         ly:grob-common-refpoint-of-array: new function 
3531         ly:grob-common-refpoint: new function 
3532         ly:grob-relative-coordinate: new function 
3533
3534         * lily/instrument-name-engraver.cc (process_music): use
3535         Text_interface::is_markup(). This fixes \markup on instrument names.  
3536
3537         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3538         for ties and slurs.
3539
3540         * lily/slur.cc (print): idem.
3541
3542         * lily/tie.cc: add line-thickness for ties. 
3543
3544 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3545
3546         * scm/output-svg.scm: Document diversion from GNU coding standards
3547         as a workaround for a bug in Microsoft Internet Explorer.
3548
3549 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3550
3551         * lily/instrument-name-engraver.cc (process_music): use
3552         is_markup() iso. is_string()
3553
3554         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3555
3556         * lily/percent-repeat-engraver.cc (process_music): only look at
3557         main_part_ for % repeats.
3558
3559         * lily/stem-tremolo.cc (get_beam_translation): new function.
3560         (calc_slope): new function.
3561         (height): don't use real slope.
3562
3563 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3564
3565         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3566         new connect-to-neighbor, control-points and staff-padding
3567         properties to make ligature brackets showing up again.
3568
3569 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3570
3571         * VERSION: release 2.7.33
3572
3573         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3574         too many.
3575
3576         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3577         remove applyOutput example.
3578         (Objects connected to the input): document \tweak, \parenthesize
3579
3580         * lily/relocate.cc (prefix_relocation): allow "current"
3581         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3582         changing VERSION in a lily tree less painful.
3583
3584         * input/regression/parenthesize.ly: new file. 
3585
3586         * scm/output-lib.scm (parenthesize-element): new function.
3587
3588         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3589
3590         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3591
3592         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3593         cause: accidentals are caused by note heads, not note events. 
3594
3595 2006-02-08  Graham Percival  <gpermus@gmail.com>
3596
3597         * darwin.patch: small patch from Erlend, thanks!
3598
3599         * Documentation/user/basic-notation.itely: add stem-neutral example.
3600
3601         * Documentation/user/putting.itely: clarifications.
3602
3603 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3604
3605         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3606         note, add more guidelines to what should go into NEWS.
3607
3608         * input/sakura-sakura.ly: document how to override font.
3609
3610         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3611
3612 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3613
3614         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3615
3616 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3617
3618         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3619         convertrules.  Add explicit grouping, needed for python2.2.
3620
3621 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3622
3623         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3624
3625 2006-02-07  Graham Percival  <gpermus@gmail.com>
3626
3627         * Documentation/user/global.itely: fix line-width in (text) docs.
3628
3629         * Documentation/user/lilypond-book.itely: same.
3630
3631 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3632
3633         * VERSION (PACKAGE_NAME): release 2.7.32
3634
3635         * Documentation/topdocs/NEWS.tely (Top): document new variable
3636         naming.
3637
3638         * flower/include/array.icc (Message): remove file.
3639
3640         * flower/include/std-vector.hh: make sure vsize and VPOS are
3641         defined for binary_search_bounds().
3642
3643         * flower/std-string.cc (std): add to_string(long unsigned).
3644
3645         * configure.in (gui_b): excise std_string option.
3646         (gui_b): excise std_vector option.
3647
3648         * flower/string.cc (Module): excise flower array & string
3649
3650         * flower/include/std-string.hh: excise flower string.
3651
3652         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3653
3654         * python/convertrules.py (lilypond_version_re_str): require
3655         only numbers and dots in \version string.
3656
3657 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3658
3659         * lily/system-start-delimiter.cc (print): allow style = text too.
3660
3661         * lily/system-start-delimiter-engraver.cc
3662         (acknowledge_system_start_text): new function, also add add to
3663         support of system-start-text (instrument names). This fixes
3664         instrument names on piano staves.
3665
3666         * lily/instrument-name-engraver.cc: rewrite. Use
3667         system-start-delimiter approach. This save memory and cpu.
3668
3669         * scm/define-grobs.scm (all-grob-descriptions): remove
3670         instrument-name from break-alignment.
3671
3672         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3673
3674 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3675
3676         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3677         jobserver going.
3678
3679         * configure.in (std_vector): On by default.
3680
3681         * lily/include/font-metric.hh:
3682         * lily/include/tfm-reader.hh: 
3683         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3684         Update users.
3685
3686         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3687
3688 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3689
3690         * VERSION (PACKAGE_NAME): 2.7.31
3691
3692         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3693         EPS edge at 0, but take minimum with left-overshoot. This fixes
3694         cut off system start delims. 
3695
3696         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3697         hack: add to axis group if not added yet. This fixes hara kiri'd
3698         piano staves.
3699
3700         * lily/hara-kiri-group-spanner.cc
3701         (force_hara_kiri_in_y_parent_callback): fix signatures.
3702
3703         * lily/hairpin.cc (print): check next hairpin to see whether or
3704         not to be continuing.
3705
3706 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3707
3708         * Remove trailing whitespace from makefiles.
3709         
3710         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3711         for earlier gcc.
3712
3713         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3714
3715         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3716
3717         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3718
3719         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3720
3721         * configure.in: Use it.
3722
3723 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3724
3725         * scm/music-functions.scm (pitch-of-note): new function.
3726
3727         * ly/music-functions-init.ly: add \octave and \addquote
3728
3729         * lily/parser.yy (music_function_chord_body): softcode \octave.
3730         (lilypond_header): softcode \addquote
3731
3732 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3733
3734         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3735         array.hh, parray.hh at all.  Getting ready to flip the
3736         configure default.
3737
3738         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3739
3740         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3741         a bit.
3742
3743         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3744
3745 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3746
3747         * flower/include/array.hh: typo. 
3748
3749 2006-02-02  Graham Percival  <gpermus@gmail.com>
3750
3751         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3752
3753 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3754
3755         * flower/include/pqueue.hh: Derive from std::vector.
3756
3757         * flower/include/parray.hh: Conform to std::vector interface.
3758         Update users.
3759
3760 2006-02-02  Graham Percival  <gpermus@gmail.com>
3761
3762         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3763
3764 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3765
3766         * flower/file-path.cc (is_file): remove if 0 section.
3767
3768         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3769         selecting afii61352.
3770
3771 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3772
3773         * flower/include/std-vector.hh (boundary): Oops, reverse.
3774
3775         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3776         remove superfluous `d'.
3777
3778         * flower/include/std-vector.hh (boundary, top): Detach from class.
3779         Remove empty vector shell.
3780
3781         * flower/include/array.hh (reverse, swap): Detach from class.
3782         Update users.
3783         
3784         * flower/include/std-vector.hh
3785         * flower/include/array.hh (concat): Globally change to insert ().
3786
3787         
3788         * flower/include/std-vector.hh
3789         * flower/include/parray.hh
3790         * flower/include/array.hh (elem, elem_ref): Globally replace by
3791         at ().
3792
3793 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3794
3795         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3796
3797         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3798         anticipate on identifier substitutions.
3799
3800 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3801
3802         * flower/include/std-vector.hh (insert): Remove, replace by
3803         std::vector interface.  Update callers.
3804
3805         * flower/include/array.icc (insert): Change signature to
3806         match std::vector interface.
3807         
3808         * flower/include/array.icc (vector_sort): Bugfix.
3809
3810 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3811
3812         * lily/parser.yy (output_def_head_with_mode_switch): new
3813         production. Result: dashes and underscores may be used in the
3814         \paper block.
3815
3816         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3817
3818         * python/convertrules.py (conv): oops. One slash too much.
3819
3820 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * flower/include/std-vector.hh (sort): Remove, replace by
3823         ::vector_sort.  Update callers.
3824
3825         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3826         (sort): Bugfix.
3827
3828         * flower/test-std.cc (vector_sort): New test.
3829
3830 2006-02-01  Graham Percival  <gpermus@gmail.com>
3831
3832         * Documentation/user/putting.itely: fixes from Erik.
3833
3834 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3835
3836         * flower/test-std.cc: Add simple unit test for vector migration.
3837
3838         * stepmake/stepmake/test*: Unit test support.
3839
3840         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3841         update callers.
3842
3843         * flower/include/array.hh (begin, end): Add.
3844         (del, get): Remove.
3845
3846 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3847
3848         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3849         std::string not String. 
3850
3851         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3852         iso UINT_MAX.
3853
3854         * lily/prob.cc (Prob): copy type_ too.
3855
3856         * lily/lily-guile.cc (mangle_cxx_identifier): new
3857         function. Class_bla::foo_bar_[px] ->
3858         ly:class-bla::foo-bar[?!]. Changes throughout
3859
3860 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861
3862         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3863
3864         * lily/beam.cc (calc_direction): take dir from visible stem in
3865         degenerate case.
3866
3867 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3870         Fix -1, >=0 boundary checks for unsigned vsize.
3871
3872         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3873         loop for unsigned vsize.
3874
3875         * configure.in (--enable-std-vector): New option.
3876         (--enable-std-string): On by default.
3877
3878         * flower/include/std-vector.hh: New file.  Enable switch to
3879         std::vector, update client code.
3880
3881 2006-01-30  Graham Percival  <gpermus@gmail.com>
3882
3883         * scm/document-translation.scm: clarify "this context is also
3884         known as".  Thanks, Werner!
3885
3886         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3887
3888         * Documentation/user/invoking.itely: small fix from Don.
3889
3890 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3891
3892         * scm/lily.scm (define-scheme-options): rename option
3893         preview-include-book-title to book-title-preview
3894         (define-scheme-options): move force-eps-font-include (from paper
3895         block) to eps-font-include -d option.
3896
3897         * VERSION (PATCH_LEVEL): release 2.7.30
3898
3899         * input/bach-schenker.ly (staffPiano): new file.
3900
3901         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3902
3903         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3904         credits to Nicolas.
3905
3906         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3907
3908         * ps/lilyponddefs.ps: remove start-system, stop-system,
3909         start-page fluff. This saves putting { } code on the stack, fixing
3910         stack overflows when including EPS files.
3911
3912 2006-01-29  Graham Percival  <gpermus@gmail.com>
3913
3914         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3915
3916 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3917
3918         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3919
3920 2006-01-28  Graham Percival  <gpermus@gmail.com>
3921
3922         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3923
3924 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3925
3926         * input/mutopia/claop.py: Update.
3927
3928 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3929
3930         * input/regression/completion-heads.ly (texidoc): fix.
3931
3932         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3933
3934         * lily/tie-formatting-problem.cc
3935         (set_ties_config_standard_directions): use abs iso fabs for ints.
3936
3937         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3938
3939         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3940         little less than noteheight, to prevent overlaps in chords.
3941
3942         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3943         head, and fudge stem-attachment.
3944
3945         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3946
3947         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3948
3949 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3950
3951         * lily/main.cc (main): Debugging aid: catch exceptions.
3952
3953         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3954         output with std::string.
3955
3956 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3957
3958         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3959
3960 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3961
3962         * Fix -DSTRING_UTILS_INLINED.
3963
3964 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3965
3966         * VERSION (PATCH_LEVEL): release 2.7.29
3967
3968         * lily/relocate.cc (setup_paths): mingw uses std string too.
3969
3970         * lily/*.cc: various fixes for substr(ARG).
3971
3972         * lily/sustain-pedal.cc (print): 
3973
3974         * flower/file-name.cc (slashify): use std strings.
3975
3976         * flower/string-convert.cc: remove publib.h
3977
3978         * scm/define-markup-commands.scm (verbatim-file): new markup
3979         command \verbatim-file
3980
3981         * Documentation/topdocs/NEWS.tely: fixup URLs
3982
3983         * input/regression/alignment-vertical-manual-setting.ly (Module):
3984         new file.
3985
3986         * lily/align-interface.cc (align_elements_to_extents): overwrite
3987         translations with numbers in alignment-offsets from left bound
3988
3989         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3990         (page-translate-systems): new function: take into account Y-offset.
3991
3992         * Documentation/topdocs/NEWS.tely (Top): document new features.
3993
3994         * input/regression/page-layout-manual-position.ly (Module): new
3995         file.
3996
3997 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * flower/file-path.cc (path::parse_path): Oops.
4000
4001         * Finish std::string interface.  For now, use std:: marker
4002         throughout for easy s/r.
4003
4004 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4005
4006         * Documentation/user/putting.itely (Score is a single musical
4007         expression): typo.
4008         (Score is a single musical expression): more typos.
4009
4010         * scm/page.scm (annotate-space-left): thinko.
4011         (annotate-page): more thinkos.
4012
4013 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4014
4015         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4016         for different \score blocks separately.
4017         (post-process-pages): put write-page-layout into paper block.
4018
4019         * lily/output-def.cc (get_parser): new file.
4020
4021         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4022         file.
4023
4024         * lily/include/output-def.hh (class Output_def): add parser_ member.
4025
4026         * input/regression/page-layout-twopass.ly (Module): new file.
4027
4028         * scm/lily.scm: remove cpp hack.
4029
4030         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4031
4032 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4033
4034         * GNUmakefile.in (c-clean): New target.
4035
4036         * flower/include/std-string.hh: String/std::string compatibility:
4037         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4038         type.
4039
4040         * flower/rational.cc: 
4041         * flower/include/rational.hh: 
4042
4043         * flower/offset.cc: 
4044         * flower/include/offset.hh: 
4045
4046         * flower/interval.cc: 
4047         * flower/include/interval.hh: 
4048
4049         * flower/string-convert.cc: 
4050         * flower/include/string-convert.hh: Use std::string [interface].
4051         Update callers.
4052
4053 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4054
4055         * Documentation/index.html.in: clean up.
4056
4057 2006-01-25  Graham Percival  <gpermus@gmail.com>
4058
4059         * Documentation/user/putting.itely: another new untested doc section.
4060
4061 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4062
4063         * scm/layout-page-layout.scm (write-page-breaks): write
4064         \spacingTweaks #ALIST. Handle grace timing.
4065
4066         * scm/: more imports.
4067
4068         * scm/page.scm (make-page): add footer/header.
4069         (annotate-space-left): revise: only take page argument.
4070         (layout->page-init): new function.
4071
4072         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4073         version of the system/spacing/linebreak hack writing to the output
4074
4075         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4076         ly:make-prob.
4077
4078         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4079         ly:spanner-bound
4080
4081 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4082
4083         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4084
4085         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4086
4087         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4088         handling to page.scm
4089
4090         * lily/prob-scheme.cc (LY_DEFINE): new file.
4091         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4092
4093         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4094         prob functions.
4095
4096         * lily/music.cc (derived_mark): derive Music from Prob.
4097
4098         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4099
4100         * lily/prob.cc (Module): Implement Prob (Property Object), object
4101         with shared and r/w property alists.  
4102
4103         * lily/include/prob.hh (Module): new file. Declare Prob.
4104
4105         * flower/string.cc: remove is_empty().
4106
4107         * flower/include/string.hh (class String): remove String:: qualifier.
4108
4109         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4110         substitute appropriate functions.
4111
4112         * flower/include/string.hh (class String): remove to_str0 and
4113         is_empty(). S&R everywhere.
4114
4115 2006-01-23  Graham Percival  <gpermus@gmail.com>
4116
4117         * Documentation/user/basic-notation.itely: add hairpin
4118         after-linebreak tweak to commonprop.
4119
4120         * Documentation/user/putting.itely: added two new sections.
4121
4122 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4123
4124         * flower/international.cc: 
4125         * flower/include/international.hh: 
4126
4127         * flower/getopt-long.cc: 
4128         * flower/include/getopt-long.hh: Use std::string [interface].
4129         Update callers.
4130
4131         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4132
4133         * stepmake/stepmake/executable-rules.make: Add dependency on
4134         module libraries.
4135
4136 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4137
4138         * flower/file-path.cc: 
4139         * flower/include/file-path.hh: Use std::string [interface].
4140         Update callers.
4141
4142         * flower/direction.cc: 
4143         * flower/axis.cc: Unused.  Remove.
4144
4145         * configure.in (--enable-std-string): New option.
4146
4147         * flower/std-string.cc: 
4148         * flower/include/std-string.hh: New file.
4149
4150         * flower/file-name.cc[STD_STRING]:
4151         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4152
4153 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4156
4157         * scm/define-markup-commands.scm (with-dimensions):
4158         with-dimensions markup command.
4159
4160         * input/test/font-table.ly: use it.
4161
4162         * lily/open-type-font.cc (glyph_list): new function.
4163
4164         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4165
4166         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4167
4168 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4169
4170         * ly/music-functions-init.ly (parallelMusic): new music function
4171         for parallel music entry.
4172
4173         * scm/define-music-properties.scm (all-music-properties): new
4174         'void music property
4175
4176         * scm/music-functions.scm (ly:music-message): make public, to be
4177         used in music function definitions
4178
4179         * scm/lily-library.scm (collect-music-for-book): discard music
4180         when the 'void property is set.
4181
4182 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4183
4184         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4185
4186         * mf/GNUmakefile: idem.
4187
4188         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4189
4190         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4191
4192         * Documentation/user/notation-appendices.itely (The Feta font):
4193         use it.
4194
4195         * input/test/font-table.ly: new file. Generate font table within lily.
4196
4197         * Documentation/user/notation-appendices.itely (The Feta font):
4198         use new font-table.ly file. 
4199
4200         * stepmake/stepmake/install-out-targets.make
4201         (local-install-outfiles): only create directory if
4202         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4203
4204 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4205
4206         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4207
4208         * VERSION (PACKAGE_NAME): release 2.7.28
4209
4210         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4211         the right font from a Mac dfont.
4212         (write-preamble): don't forget directory, only look at files.
4213
4214         This fixes problems with TTF files in dfonts that don't match
4215         their PostScript names.
4216          
4217         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4218         PS name from TTF font.
4219
4220         * input/regression/tie-manual.ly: document new feature.
4221
4222         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4223
4224         * VERSION (MY_PATCH_LEVEL): bump to .28
4225
4226         * Documentation/user/basic-notation.itely (Ties): add tie examples
4227         refs.
4228
4229         * lily/tie-formatting-problem.cc (score_ties_configuration):
4230         symmetry penalties for outer ties.
4231
4232 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4233
4234         * lily/tie-formatting-problem.cc (generate_configuration) 
4235         (set_manual_tie_configuration): skip non-pair manual
4236         tie-configuration, so you can set individual ties as
4237
4238           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4239
4240         * input/regression/tie-chord.ly: use generateTiePattern to
4241         simplify file.
4242
4243         * lily/tie-formatting-problem.cc (peak_around): new function.
4244         (score_configuration): use sliding criterion for staff line collisions. 
4245         (score_configuration): idem for dot collisions.
4246         (generate_configuration): use separate stem_gap for gap to stem.
4247
4248         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4249         separate penalty factors for x and y distance.
4250         (struct Tie_details): separate penalties for tip and center line collisions.
4251
4252 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4253
4254         * lily/tie-formatting-problem.cc (generate_configuration): make
4255         large ties avoid stafflines in the horizontal section.
4256         (score_configuration): use softcoded penalties
4257         (score_aptitude): idem.
4258
4259         * lily/tie-helper.cc (from_grob): softcode tie details
4260
4261         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4262
4263         * lily/staff-symbol-referencer.cc (on_line): rename from
4264         on_staffline 
4265
4266 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4267
4268         * ly/music-functions-init.ly: remove duplicate tag.
4269
4270         * lily/include/*.hh: GCC 4.1 fixes.
4271
4272 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4273
4274         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4275
4276         * scm/define-music-types.scm: fix bug in desc. string
4277         for OverrideProperty
4278
4279 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4280
4281         * scripts/lilypond-book.py: bugfix
4282
4283         * scm/define-music-types.scm: fix typos.
4284
4285 2006-01-14  Graham Percival  <gpermus@gmail.com>
4286
4287         * Documentation/user/ basic-notation.itely, global.itely,
4288         advanced-notation.itely, instrument-notation.itely: small
4289         additions (bugs and commonly tweaked properties).
4290
4291 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4292
4293         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4294         detection of mingw build.
4295         (MINGW_BUILD): opps.
4296
4297 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4298
4299         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4300         i686-mingw32.
4301
4302 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4303
4304         * scm/music-functions.scm (skip->rest): add skip->rest
4305
4306 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4307
4308         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4309         explicitly.
4310
4311         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4312         config dirs. Aids debugging. 
4313         (display_config): also display config files.
4314
4315 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4316
4317         * VERSION: release 2.7.27
4318
4319         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4320         for determining bar size.
4321
4322         * lily/staff-symbol.cc (print): place lines at distance line-positions
4323
4324         * scm/define-grob-properties.scm (all-user-grob-properties): add
4325         line-positions.
4326
4327         * lily/staff-symbol.cc (height): new function.
4328
4329         * input/regression/staff-line-positions.ly:  new file.
4330
4331 2006-01-06  Graham Percival  <gpermus@gmail.com>
4332
4333         * input/test/add-staccato.ly: remove reference to old file.
4334
4335 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4336
4337         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4338         lilypond binary too.
4339
4340 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4341
4342         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4343
4344 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4345
4346         * scripts/midi2ly.py: Bugfix: Declare datadir.
4347
4348         * make/ly-rules.make:
4349         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4350         that seems to be gone). Fixes make web.
4351
4352         * The grand 2005-2006 replace.
4353
4354         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4355
4356 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4357
4358         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4359         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4360         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4361         like -dgs-font-load.
4362
4363         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4364         remove absolute path to lilypond binary.
4365         
4366 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4367
4368         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4369
4370 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4371
4372         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4373
4374         * mf/GNUmakefile: remove broken dvips map symlink.
4375
4376 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4377
4378         * lily/main.cc: 
4379         * configure.in: Cosmetic fixes.
4380
4381 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4382
4383         * Documentation/user/music-glossary.tely (Pitch names): Added
4384         Spanish pitch names and durations, thanks to Ernesto Gancedo
4385
4386 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4387
4388         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4389         init. Fixes verbose printing of .scm files.
4390
4391         * stepmake/aclocal.m4: add spaces before - options.
4392         
4393 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4394
4395         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4396         of path search in local block variable.
4397
4398 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4399
4400         * configure.in (NCSB_DIR): --enable-ncsb-dir
4401         (LINK_GXX_STATICALLY): denko.
4402
4403         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4404
4405         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4406         use locate to find c059033l.pfb. 
4407         
4408 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * lily/tie-formatting-problem.cc
4411         (problem::generate_base_chord_configuration): Use my_round (was
4412         round).
4413
4414         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4415         do not invoke mbrtowc.
4416
4417         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4418
4419 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4420
4421         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4422
4423 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4424
4425         * Documentation/user/invoking.itely (svg): revise.
4426
4427 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4428
4429         * lily/lexer.ll: use sourcefilename iso. renameinput.
4430
4431 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4432
4433         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4434         <PostScriptName>.ttf instead of c059XXXttf.
4435
4436         * lily/program-option.cc (LY_DEFINE): special support for
4437         --verbose, so it works before option init too.
4438  
4439         * mf/GNUmakefile (local-install): oops.
4440
4441         * lily/lyric-hyphen.cc (print): oops.
4442
4443         * buildscripts/pfx2ttf.fontforge: new file.
4444         
4445         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4446         ($(outdir)/%.ttf): new rule. 
4447
4448         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4449         to LyricHyphen.
4450
4451         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4452         font-size
4453
4454 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4455
4456         * VERSION: release 2.7.26
4457         
4458         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4459
4460 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4461
4462         * lily/font-config.cc (init_fontconfig): verbosity.
4463
4464         * THANKS: add Muziekacademie Lede. 
4465
4466         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4467         (print_score_setup): new function
4468         (convert): read part definition to output staves properly.
4469
4470         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4471         Music_xml notes.
4472
4473         * python/musicexp.py (Output_printer.__init__): use _ in data
4474         members.
4475         (Output_printer.unformatted_output): new function: no formatting,
4476         but count braces.
4477         (Duration.get_length): remove isinstance() checks for
4478         Output_printer everywhere.
4479
4480         * input/regression/lyrics-bar.ly (texidoc): add
4481         Separating_line_group_engraver.
4482
4483 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4484
4485         * lily/relocate.cc (framework_relocation): New function,
4486         factored from set_relocation ().
4487         (prefix_relocation): Rename from set_relocation ().
4488         (setup_paths): Use it.
4489
4490 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4491
4492         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4493         numbers. Patch by Erlend Aasland.
4494
4495 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4496
4497         * lily/font-config.cc (init_fontconfig): print warning if cache
4498         file is not existant.
4499
4500         * lily/main.cc: don't use #ifdef but #if
4501
4502 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4503
4504         * lily/grob-property.cc (internal_set_property): don't abort on
4505         calculation-in-progress.
4506
4507         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4508
4509         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4510         connect-to-neighbor property not connect-to-other
4511
4512         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4513         (LY_DEFINE): oops. don't forget protection.
4514
4515         * flower/parse-afm.cc (Module): strip AFM handling completely.
4516
4517         * lily/stencil-expression.cc: idem.
4518
4519         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4520
4521         * lily/function-documentation.cc (ly_add_function_documentation):
4522         use static member iso. Protected_scm
4523
4524         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4525
4526         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4527
4528 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4529
4530         * lily/relocate.cc (set_env_dir): New function.
4531         (set_relocation): Use it to fix setting PANGO_PREFIX.
4532
4533 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4534
4535         * input/regression/stem-direction-context.ly: remove rest.
4536
4537         * lily/melody-engraver.cc (process_music): restart for bar lines.
4538         (acknowledge_slur): restart for slurs.
4539
4540 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4541
4542         * Documentation/user/invoking.itely: describe how to view SVG 
4543         output using Inkscape which replace embedded fonts with OTF fonts.
4544
4545 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4546
4547         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4548
4549 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4550
4551         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4552         comment.
4553
4554 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4555
4556         * VERSION (PACKAGE_NAME): release 2.7.25
4557
4558         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4559
4560         * input/regression/stem-direction-context.ly: new file.
4561
4562         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4563
4564         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4565         on rest.
4566
4567         * ly/engraver-init.ly: add Melody_engraver
4568
4569         * lily/beam.cc (calc_direction): use default-direction
4570         iso. get_default_direction()
4571
4572         * scm/define-grob-properties.scm (all-user-grob-properties): add
4573         default-direction property.
4574
4575         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4576
4577         * lily/stem.cc (calc_default_direction): remove
4578         Stem::get_default_direction, use default-direction with callback
4579         instead.
4580
4581         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4582
4583         * lily/melody-engraver.cc: new file. Acknowledge stems for
4584         interpolated stem directions. 
4585
4586         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4587
4588         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4589
4590         * lily/slur-configuration.cc (fit_factor): more robust check for
4591         point in curve X-extent.
4592
4593         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4594         (outside_slur_callback): check for 'outside avoidance.
4595
4596         * lily/slur-configuration.cc (score_extra_encompass): don't use
4597         bound->column() == avoid->column() for checking extents, as this
4598         doesn't work for accidentals. 
4599
4600         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4601         DynamicText hardcoding.
4602
4603         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4604         crash if bound stem is NULL
4605
4606         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4607         pedals.
4608
4609 2005-12-22  Graham Percival  <gpermus@gmail.com>
4610
4611         * scm/define-markup-commands.scm: typo.  @code{\raise}
4612         => @code{\\raise}.
4613
4614         * darwin.patch: now used again, includes a
4615         required patch from fink.
4616
4617 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4618
4619         * po/TODO: mention gtranslator along with kbabel.
4620         * po/fi.po: update translations.
4621
4622 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4623
4624         * lily/relocate.cc (setup_paths): Bugfix.
4625
4626 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4627
4628         * lily/slur-configuration.cc (score_extra_encompass): don't use
4629         "avoid" choice for avoid-slur.
4630
4631         * stepmake/bin/install.py (dest): don't create existing dir.
4632
4633 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * stepmake/bin/install.py: Remove file before copying.
4636
4637         * config.make.in: 
4638         * stepmake/aclocal.m4: Do not substitute INSTALL.
4639
4640 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4641
4642         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4643         depend on link-tree.
4644
4645         * lily/relocate.cc (setup_paths): only check path for non-absolute
4646         dir without directory part.
4647
4648         * flower/file-name.cc (is_absolute):  new method.
4649         (is_absolute): check root_ too.
4650
4651 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4652
4653         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4654         relocation code.  Oops, don't comment out too much.
4655
4656         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4657         iso itself.
4658
4659         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4660         compile.
4661
4662 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4663
4664         * .cvsignore: Add install-sh.
4665
4666         * autogen.sh (srcdir): Typo.
4667
4668 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4669
4670         * autogen.sh (srcdir): urg. Touch install-sh.
4671
4672         * stepmake/bin/install-sh (Module): remove.
4673
4674         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4675
4676         * lily/include/relocate.hh: new file.
4677
4678         * lily/relocate.cc: new file. Contain relocation logic.
4679
4680         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4681         (main): read LILYPOND_VERBOSE as the first thing.
4682
4683         * stepmake/aclocal.m4: remove INSTALL variable.
4684
4685         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4686         separate target for making font symlinks.
4687         (documentation-dir): use $(if $(findstring )) for switching off
4688         Documentation.
4689
4690         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4691         something if DOCUMENTATION is no.
4692
4693 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4694
4695         * VERSION: release 2.7.24
4696
4697         * lily/script-column-engraver.cc (stop_translation_timestep):
4698         delay adding to script-column.
4699
4700         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4701
4702         * python/convertrules.py (conv): rule for number-visibility
4703
4704         * lily/slur-configuration.cc (score_extra_encompass): different
4705         distance measure for avoid and inside avoidance.
4706         (score_extra_encompass): use 1/(distance+eps) as penalty.
4707
4708         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4709         encompass objects for generating slur curves.
4710
4711         * lily/slur.cc: use details iso. slur-details property.
4712
4713         * input/regression/slur-tuplet.ly: new file.
4714
4715         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4716
4717         * flower/include/offset.hh (class Offset): new operator /=
4718
4719         * lily/tuplet-number.cc (print): new file, new interface.
4720
4721         * scm/define-grob-properties.scm (all-user-grob-properties):
4722         remove number-visibility property.
4723
4724         * lily/tuplet-bracket.cc (calc_control_points): new function
4725         (calc_connect_to_neighbors): new function.
4726         (print): remove text handling for tuplet numberdef.
4727
4728         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4729         TupletNumbers too. 
4730
4731         * lily/lily-guile.cc (robust_scm2booldrul): new function
4732
4733         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4734
4735         * lily/tuplet-bracket.cc (calc_position_and_height): use
4736         staff-padding to control whether tuplet brackets are over staves.
4737
4738         * lily/grob.cc (suicide): clear dim_caches_.
4739
4740         * lily/dimension-cache.cc (clear): new function.
4741
4742         * lily/grob.cc (extent): swap order of min-extent and extent
4743         calculations. This fixes hara kiri staves. 
4744
4745 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4746
4747         * lily/main.cc: Nitpick: relocation is not based on path, but on
4748         directory (location).
4749
4750 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4751
4752         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4753
4754         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4755
4756         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4757
4758         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4759
4760         * stepmake/stepmake/generic-vars.make (Module): idem.
4761
4762         * stepmake/stepmake/executable-targets.make (default): use it.
4763
4764         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4765
4766         * make/GNUmakefile: don't install make rules.
4767
4768         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4769         slashes.
4770         (prepend_env_path): more verbosity.
4771
4772 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4773
4774         * GNUmakefile.in: add dir argument for find command.
4775
4776         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4777         fixes weird line numbers for point & click.
4778
4779         * lily/source-file.cc (get_counts): init line/column/char counts.
4780
4781 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4782
4783         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4784
4785 2005-12-16  Graham Percival  <gpermus@gmail.com>
4786
4787         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4788         minor fixes from Fredric.  Thanks!
4789
4790 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4791
4792         * ly/music-functions-init.ly: add \bar and \clef music function 
4793
4794         * lily/lily-lexer.cc: idem.
4795
4796         * lily/parser.yy (FIXME): remove BAR and CLEF.
4797
4798 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4799
4800         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4801
4802         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4803         function arguments too
4804
4805         * lily/main.cc (set_relocation): new function.
4806
4807         * scripts/musicxml2ly.py (convert): add \version
4808
4809         * lily/tie.cc: remove get_default_attachments()
4810
4811         * VERSION (PACKAGE_NAME): release 2.7.23
4812         
4813         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4814         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4815
4816         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4817
4818         * lily/tie-formatting-problem.cc (score_ties): new function
4819         (get_variations): new function. Try flipping dirs for collisions.
4820         (generate_optimal_chord_configuration): new function. 1-opt search
4821         for better configuration.
4822
4823         * lily/tie-configuration.cc: new file.
4824
4825         * lily/tie.cc: junk Tie::get_configuration()
4826
4827         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4828         (score_ties_configuration): new function.
4829         (generate_ties_configuration): new function.
4830         (generate_base_chord_configuration): new function.
4831         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4832         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4833
4834         * input/regression/tie-dot.ly: new file.
4835
4836         * lily/tie-formatting-problem.cc (score_configuration): score
4837         tie/dot collisions.
4838
4839         * lily/tie-helper.cc (get_transformed_bezier): new function
4840
4841         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4842
4843         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4844         -undefined suppress iso. -framework Python 
4845
4846         * scm/define-grobs.scm (all-grob-descriptions): set
4847         springs-and-rods (thanks Joe Neeman!)
4848
4849 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4850
4851         * input/no-notation/display-lily-tests.ly (test): 
4852         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4853         changed from \tag #'(a b) to \tag #'a \tag #'b
4854
4855 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4856
4857         * Documentation/topdocs/NEWS.tely: strip out-www.
4858
4859         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4860
4861         * config.make.in (AR): add AR and RANLIB
4862
4863         * flower/libc-extension.cc: include cassert
4864
4865         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4866         darwin check.
4867
4868 2005-12-11  Graham Percival  <gpermus@gmail.com>
4869
4870         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4871
4872         * stepmake/stepmake/python-modules-vars.make: define
4873         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4874
4875         * THANKS: added Johannes Schindelin.
4876
4877 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4878
4879         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4880
4881         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4882         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4883
4884         * lily/parser.yy: reorganize file layout.
4885
4886         * ly/music-functions-init.ly: add tweak music function.
4887
4888         * lily/grob-info.cc (ultimate_music_cause): new function:
4889         recursively lookup causes. 
4890
4891         * lily/parser.yy (chord_body_element): allow music functions for
4892         post-events, allow music functions for chord elements. 
4893  
4894         * lily/font-config-scheme.cc (display_fontset): add cast.
4895
4896         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4897         #'(a b) -> \tag #'a \tag #'b rule.
4898
4899         * python/musicexp.py (Output_printer.dump_version): new function
4900
4901 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4902
4903         * lily/parser.yy (FIXME): remove \tag
4904         (FIXME): remove tag_music() function.
4905
4906         * lily/lily-lexer.cc: remove \tag
4907
4908         * ly/music-functions-init.ly: define music-function "tag"
4909
4910         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4911
4912 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4913
4914         * VERSION (PATCH_LEVEL): release 2.7.22
4915
4916         * input/regression/lyric-hyphen-retain.ly: renew.
4917
4918         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4919         grob
4920
4921         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4922         iso. minimum-length property for rods.
4923
4924         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4925         LyricSpace item to keep lyrics spaced apart.
4926
4927         * ly/engraver-init.ly: remove Separating_line_group_engraver
4928
4929         * Documentation/user/music-glossary.tely: do setfilename before
4930         music-glossary.
4931
4932 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4933
4934         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4935         See xref documentation, for example.
4936
4937 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4938
4939         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4940         pending_skip iso. ly_voice[-1]
4941         (main): add if __main__ for debugging.
4942
4943         * python/musicxml.py (Accidental.__init__): new class.
4944
4945         * scripts/musicxml2ly.py (progress): new function
4946         (musicxml_key_to_lily): don't barf on modeless keys.
4947         (create_skip_music): new function.
4948         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4949         (musicxml_note_to_lily_main_event): new function.
4950
4951         * python/musicexp.py (Music.__init__): add comment field.
4952         (NestedMusic.append): new routine.
4953         (SequentialMusic.print_ly): print comment.
4954         (ArpeggioEvent.ly_expression): new class
4955         (BeamEvent.ly_expression): new class
4956         (NoteEvent.__init__): support for cautionary/forced accs.
4957
4958         * lily/lookup.cc (slur): normal order for array loop.
4959
4960         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4961         to 0.0.
4962
4963         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4964         collapsed.
4965
4966 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4967
4968         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4969
4970         * scripts/lilypond-book.py: Introduce option
4971             --preserve-line-breaks, for usage with srcltx
4972
4973 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4974
4975         * scm/output-lib.scm (print-circled-text-callback): draw circle
4976         around text using make-circle-markup.
4977
4978         * Documentation/user/*: strip out-www from file names.
4979
4980 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4981
4982         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4983         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4984
4985 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4986
4987         * Documentation/user/GNUmakefile: idem.
4988
4989         * Documentation/user/macros.itexi: strip out-www
4990
4991         * python/rational.py: python 2.3 compat.
4992
4993         * VERSION (PATCH_LEVEL): release 2.7.21
4994
4995         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4996         option formatting, lilypond style.
4997
4998         * python/musicexp.py: grab from Ikebana: a library for composing
4999         ly music expressions. 
5000         (Output_printer): class for advanced .ly printing.
5001         (eg. tupletting) 
5002
5003         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5004         convert to pythonesque structure.
5005
5006         * python/rational.py: PD rational number class.
5007
5008         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5009
5010 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5011
5012         * lily/part-combine-iterator.cc: Minor bugfix
5013         
5014         * THANKS: Update bughunters
5015
5016 2005-12-02  Werner Lemberg  <wl@gnu.org>
5017
5018         * mf/README: Document process for proper mf2pt1 conversion.
5019
5020         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5021         overlapping.
5022
5023         * mf/feta-harmonica.mf: Removed.  Unused.
5024
5025 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5026
5027         * scripts/lilypond-book.py (do_file): fix thinkos.
5028
5029 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5030
5031         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5032         ($(outdir)/parser.cc): 
5033         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5034
5035 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5036
5037         * ly/titling-init.ly (tagline): it should be a space between
5038         "Music engraving by LilyPond" and the version number.
5039
5040 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5041
5042         * VERSION (PACKAGE_NAME): release 2.7.20
5043
5044 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5045
5046         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5047
5048         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5049         1.0.
5050         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5051
5052 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5053
5054         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5055
5056         * kpath-guile/: remove directory
5057
5058         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5059         file. Encapsulate kpathsea using commandline tools.
5060
5061         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5062         kpathsea) module.
5063
5064 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5065
5066         * Documentation/user/advanced-notation.itely (Setting automatic
5067         beam behavior): Correct a few typos. Thanks to David Bobroff.
5068
5069         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5070         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5071
5072 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5073
5074         * scripts/*.py: gmane address for bugs.
5075
5076 2005-11-28 Pal Benko <benkop@freestart.hu>
5077         
5078         * make/ly-rules.make: add -f switch to mv
5079
5080         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5081
5082         * lily/bar-line.cc: interpret it
5083
5084 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5085
5086         * configure.in (--disable-documentation): New switch.
5087
5088         * GNUmakefile.in: Use it.
5089
5090         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5091
5092 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5093
5094         * scripts/lilypond-book.py (do_file): search chunks for
5095         \\begin{document}
5096
5097         * GNUmakefile.in: add copy step in between so we can lose the
5098         out-www directories.
5099
5100 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5101
5102         * lily/pango-font.cc (pango_item_string_stencil): put
5103         geometry.width into glyph-string too.
5104
5105 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5106
5107         * scm/define-music-display-methods.scm (RevertProperty):
5108         (OverrideProperty): Use grob-property-path property, a list of
5109         symbols, instead of grob-property, which used to be a single
5110         symbol.
5111         (BassFigureEvent): a figure can be a plain number, not necessarily a
5112         markup.
5113
5114 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5115
5116         * VERSION: release 2.7.19
5117         
5118         * lily/figured-bass-engraver.cc (process_music): check
5119         figuredBassCenterContinuations first.
5120
5121         * scm/translation-functions.scm (format-bass-figure): make double
5122         sharp larger. 
5123
5124         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5125         determine X-parent.
5126
5127         * lily/system-start-delimiter-engraver.cc: move from
5128         Nested_system_start_delimiter_engraver, rename
5129         Nested_system_start_delimiter_engraver ->
5130         System_start_delimiter_engraver.
5131
5132         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5133         bracket type from hierarchy.
5134
5135 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5136
5137         * lily/rest.cc (y_offset_callback): read staff-position.
5138
5139         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5140         mark after-line-breaking-callback as internal.
5141
5142         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5143
5144 2005-11-25  Werner Lemberg  <wl@gnu.org>
5145
5146         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5147
5148 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5149
5150         * stepmake/bin/add-html-footer.py (do_file): add google
5151
5152         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5153         staff if first_start_ is true.
5154
5155 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5156
5157         * scripts/midi2ly.py (split_track): add __repr__ members.
5158         (track_first_item): only return Item if not None. This fixes a
5159         problem when dumping a track that starts with an empty channel.
5160
5161         * python/midi.c: doc module.
5162
5163 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5164
5165         * Documentation/user/global.itely (Creating MIDI files): Fix
5166         compilation problem.
5167
5168 2005-11-22  Graham Percival  <gpermus@gmail.com>
5169
5170         * Documentation/user/basic-notation.itely: clarify dynamic
5171         padding text.
5172
5173         * Documentation/user/advanced-notation.itely: add unicode
5174         escape control example, whatever that is.  :)
5175
5176         * Documentation/user/global.itely: added "removing dynamics
5177         from MIDI" code.
5178
5179 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5180
5181         * VERSION (PATCH_LEVEL): release 2.7.18
5182
5183         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5184         System_start_delimiter_engraver by
5185         Nested_system_start_delimiter_engraver.
5186
5187         * lily/nested-system-start-delimiter-engraver.cc (struct
5188         Bracket_nesting_node): new class.
5189         (struct Bracket_nesting_group): new class
5190         (struct Bracket_nesting_staff): new class.
5191         (process_music): create hierarchy of grobs. This allows separate
5192         tuning of different SSDs. 
5193
5194         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5195         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5196
5197 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5198
5199         * lily/side-position-interface.cc (aligned_side): multiply
5200         staff_radius by 2.
5201
5202         * lily/script-engraver.cc (make_script_from_event): allow setting
5203         values to '()
5204
5205 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5206
5207         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5208
5209         * scm/define-grobs.scm (all-grob-descriptions): new grob
5210         NestedSystemStartDelimiter.
5211
5212         * input/regression/system-start-heavy-bar.ly: new file.
5213
5214         * lily/nested-system-start-delimiter-engraver.cc: new file.
5215
5216         * lily/nested-system-start-delimiter.cc: new file.
5217
5218         * input/regression/system-start-nesting.ly: new file.
5219
5220         * scm/define-grobs.scm (all-grob-descriptions): use X side
5221         positioning for positioning braces for nested contexts.
5222
5223         * lily/system-start-delimiter.cc (print): don't divide extent by
5224         staff_space.
5225         (print): use style iso. glyph.
5226         (staff_bracket): translate glyph inside routine already.
5227
5228 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5229
5230         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5231         names.
5232
5233 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5234
5235         * scm/define-context-properties.scm
5236         (all-user-translation-properties): rename figuredBassFormatter
5237         from newFiguredBassFormatter.
5238
5239         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5240
5241         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5242
5243         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5244
5245         * lily/beam.cc (calc_beaming): new function.
5246         (calc_shorten): new function.
5247
5248         * THANKS: add Edward Neeman.
5249
5250         * input/regression/accidental-clef-change.ly: new file.
5251
5252         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5253
5254         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5255
5256         * lily/clef-engraver.cc (inspect_clef_properties): reset
5257         localKeySignature for clef changes.
5258
5259 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5260
5261         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5262         add dummy definition that works in Linux and add information in
5263         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5264
5265         * Documentation/user/changing-defaults.itely (Modifying context
5266         plug-ins): Add index for \with.
5267
5268         * Documentation/user/music-glossary.tely (dal segno): Updated
5269         example to version >=2.6.
5270
5271 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5272
5273         * Documentation/user/instrument-notation.itely (Printing chord
5274         names): Reorder \chordmode and \repeat in one example.
5275
5276 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5277
5278         * VERSION: release 2.7.17
5279         
5280         * Documentation/topdocs/NEWS.tely (Top): add note about
5281         refactoring.
5282
5283         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5284         new function. Search region of 3 positions for best tie.
5285         (score_configuration): new function.
5286         (score_aptitude): new function.
5287         (generate_configuration): new function.
5288         (get_configuration): new function.
5289         (Tie_formatting_problem): new function
5290
5291         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5292
5293         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5294
5295         * THANKS: add Eduardo Vieira & Ralph Little
5296
5297         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5298         narrower.
5299
5300         * lily/include/tie-formatting-problem.hh (class
5301         Tie_formatting_problem): add Tie_details to
5302         Tie_formatting_problem. Update calling conventions.
5303
5304         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5305         config.make.
5306
5307         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5308
5309 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5310
5311         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5312         scm/define-context-properties.scm: Maintenance bugfix: make
5313         ligature brackets work again by removing obsolete ligature
5314         primitive callback push/pop.
5315
5316         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5317         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5318         value.
5319
5320 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5321
5322         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5323         used and do not call it a path.
5324         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5325
5326 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5327
5328         * lily/include/tie-formatting-problem.hh (class
5329         Tie_formatting_problem): new file.
5330
5331         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5332
5333         * Documentation/misc/ChangeLog-2.3:  new file.
5334
5335         * lily/audio-staff.cc (output): degarianize.
5336
5337 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5338
5339         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5340         Unset PYTHONOPTIMIZE.  Fixes install if set.
5341
5342 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5343
5344         * python/convertrules.py (conv): add warning about drums. 
5345
5346         * make/stepmake.make: include toplevel-version.make after config.make.
5347
5348         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5349         also allow python2.4
5350
5351         * config.make.in (configure-srcdir): remove GXX GCC vars.
5352
5353         * stepmake/aclocal.m4: don't do non-srcdir build with
5354         symlinks. Use inclusion, so the src directory name can be changed.
5355
5356 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5357
5358         * make/mutopia-vars.make:
5359         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5360         files.
5361
5362 2005-11-13  Werner Lemberg  <wl@gnu.org>
5363
5364         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5365         but the affected path.  This ensures that the (overlapping) outlines
5366         have the same direction, which is a necessary prerequisite for
5367         FontForge's algorithm to remove overlaps.
5368         Formatting.
5369
5370         * mf/feta-haak.mf: Formatting.
5371         (draw_bracket): Slightly modify outline to avoid an unnecessary
5372         corner.
5373         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5374         them from the affected paths.
5375
5376 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5377
5378         * mf/README: remove xpm / accordion notes.
5379
5380         * lily/tie-column-format.cc (set_chord_outline): add dots into
5381         skyline extents. This fixes tie formatting if the left head has dots.
5382
5383         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5384         space inside the staff.
5385         (get_configuration): shift another position if necessary in case
5386         of left head tie  
5387
5388 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5389
5390         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5391         buildscript-dir iso. $(depth)/buildscripts.
5392
5393         * tex/GNUmakefile (local-uninstall): remove
5394         music-drawing-routines.ps juggling.
5395
5396         * stepmake/stepmake/install-targets.make (local-install-files):
5397         prepend src-dir to install targets.
5398
5399         * lily/system-start-delimiter-engraver.cc
5400         (acknowledge_system_start_delimiter): use
5401         add_offset_callback(). This fixes translation of nested
5402         staffgroups.
5403
5404         * lily/grob-closure.cc (add_offset_callback): only encaps in
5405         simple_closure if it's a procedure.
5406         
5407         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5408         from bar-line.
5409
5410         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5411         remove-empty where pertinent.
5412
5413 2005-11-12  Graham Percival  <gpermus@gmail.com>
5414
5415         * Documentation/user/instrument-notation.itely: added
5416         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5417
5418 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5419
5420         * lily/GNUmakefile
5421         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5422         make picture in builddir, not srcdir.
5423
5424 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5425
5426         * VERSION: release 2.7.16
5427         
5428         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5429         shell arguments. 
5430
5431 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5432
5433         * Documentation/user/examples.itely (Piano templates): Minor
5434         modification to the Piano centered lyrics example.
5435
5436 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5437
5438         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5439         $BROWSER.
5440
5441         * Documentation/user/point-and-click.itely: simplify p&c
5442         instruction: don't configure firefox. Put lilypond-invoke-editor
5443         in front of the browser.
5444
5445         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5446         (run-browser): new function.
5447
5448         * lily/parser.yy (Lily_lexer): recognize Book
5449
5450         * lily/book.cc (clone): new function
5451
5452         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5453
5454 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5455
5456         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5457         Maintenance bugfix: reduce number of font related warnings by
5458         updating naming conventions for glyph-name.
5459
5460 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5461
5462         * scm/define-grobs.scm (all-grob-descriptions): add
5463         rhythmic-grob-interface to TabNoteHead.
5464
5465         * scm/layout-beam.scm (check-quant-callbacks): remove
5466         set_stem_lengths()
5467
5468 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5469
5470         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5471         alignment of centered divisiones.
5472
5473         * scm/scripts.scm (articulations): Maintenance bugfix:
5474         follow-into-staff -> quantize-position.
5475
5476         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5477         plica head in porrectus deminutus.
5478
5479 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5480
5481         * make/lilypond.fedora.spec.in (Group): add %clean section.
5482
5483         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5484         less then 1/5th of total length.  
5485         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5486
5487         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5488         events into EventChord. This fixes textspanners on mm rests. Fixes
5489         spanner-rest.ly
5490
5491         * lily/side-position-interface.cc (get_axis): read side-axis
5492         (set_axis): set side-axis.
5493
5494         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5495         properties everywhere.
5496
5497         * lily/spacing-spanner.cc (breakable_column_spacing): add
5498         average-spacing-wishes. Take maximum if not set.
5499         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5500
5501         * scm/define-grobs.scm (all-grob-descriptions): add
5502         average-spacing-wishes.
5503
5504         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5505         offset callbacks. This fixes alignment for Fingering objects.
5506
5507         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5508         space for key - timesig combination. 
5509
5510         * input/regression/script-stem-tremolo.ly (Module): new file.
5511
5512         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5513         to key sig.
5514
5515         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5516         Fixes: c-tremolo-script.ly.
5517         
5518         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5519
5520         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5521         
5522         * scm/define-grobs.scm (all-grob-descriptions): remove
5523         self-X-offset. Fixes alignment of octavate-8.
5524
5525         * scripts/lilypond-book.py (datadir): look in
5526         LILYPONDPREFIX/share/lilypond/current/
5527
5528         * GNUmakefile.in: symlink current to <VERSION>. 
5529
5530 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5531
5532         * lily/main.cc: eps listed as a backend.
5533
5534 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5535
5536         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5537
5538 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5539
5540         * lily/include/score.hh (class Score): remove texts_ member.
5541
5542         * lily/beam.cc (set_stem_lengths): force direction callback.
5543         (print): read quantized-positions, so we can force
5544         Beam::set_stem_lengths to occur.
5545         (rest_collision_callback): use common X parent. 
5546
5547 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5548
5549         * flower/file-path.cc (find): Bugfix: Return name of file found.
5550
5551         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5552         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5553         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5554
5555 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5556
5557         * flower/offset.cc: idem.
5558
5559         * mf/*.mf: update email address.
5560
5561         * lily/font-config-scheme.cc:  new file.
5562
5563         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5564
5565         * lily/*:  cs.uu.nl -> xs4all.nl
5566
5567         * VERSION (PATCH_LEVEL): release 2.7.15
5568
5569         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5570         spec files.
5571
5572         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5573
5574 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5575
5576         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5577
5578         * lily/staff-performer.cc (process_music): add audio
5579         elements. This makes MIDI instrument changes work once again.
5580
5581         * lily/main.cc (LY_DEFINE): add gmane address.
5582
5583         * lily/beam.cc: remove calc_positions()
5584
5585         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5586         original_ in private scope.
5587         (class Grob): drop pscore_ pointer, change to output_def pointer.
5588         (class Grob): cleanup class definition.
5589
5590         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5591
5592 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5593
5594         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5595         absolute.  Better diagnostics.
5596
5597         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5598         This makes lilypond run from the build directory using argv0
5599         relocation (without any --prefix or LILYPONDPREFIX setting).
5600
5601 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5602
5603         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5604
5605         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5606         with simple-closure.
5607
5608         * lily/self-aligment-interface.cc (set_align_self): new function
5609         (set_center_parent): new function.
5610
5611         * lily/side-position-interface.cc (set_axis): new function.
5612
5613         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5614         generic code. 
5615
5616         * scm/define-grob-properties.scm (all-user-grob-properties):
5617         remove [XY]-offset-callbacks add [YX]-offset
5618         
5619 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5620
5621         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5622         entry for time signatures after breathing signs. Bug report by
5623         Scott Russell.
5624
5625 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5626
5627         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5628         not absolute, make it absolute using PATH.
5629
5630 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5631
5632         * python/midi.c (initmidi): Fix type for mingw.
5633
5634 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5635
5636         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5637
5638         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5639         cross compiling.
5640
5641         * stepmake/aclocal.m4: Support python cross compiling.
5642
5643         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5644         Add mingw section.
5645
5646 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5647
5648         * scm/output-lib.scm (chain-grob-member-functions): replace
5649         chained-callback.cc
5650
5651         * lily/chained-callback.cc (Module): remove file.
5652
5653         * lily/rest-collision.cc (force_shift_callback_rest): change to
5654         chained callback.
5655
5656         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5657
5658         * lily/grob.cc (y_parent_positioning): remove axis argument from
5659         parent_positioning callbacks.
5660         (Grob): junk init code
5661         (get_offset): use generic property callbacks for
5662         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5663         (axis_parent_positioning): new function
5664         (axis_offset_symbol): new function
5665         (chain_offset_callback): new function
5666         (add_offset_callback): new function
5667
5668         * lily/beam.cc (rest_collision_callback): change signature; this
5669         is now a chained callback.
5670
5671         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5672         callback administration.
5673
5674         * lily/simple-closure.cc: new file. Smob type that allows "grob
5675         member functions",
5676
5677             (ly:make-simple-closure FUNC A B)
5678
5679         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5680         in various ways.
5681
5682         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5683         callbacks.
5684
5685         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5686
5687         * lily/rest.cc (polyphonic_offset_callback): remove.
5688
5689         * lily/script-engraver.cc (try_music): remove bool* argument.
5690
5691         * scm/script.scm (default-script-alist): set quantize-position
5692         appropriately.
5693
5694         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5695
5696         * lily/side-position-interface.cc (aligned_side): move staff
5697         position quantization from
5698         Side_position_interface::quantised_position().
5699         (quantised_position): remove
5700         
5701 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5702
5703         * input/regression/beam-quant-standard.ly: reindent, set
5704         debug-beam-quanting to #t.
5705
5706         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5707         10000 if this is a "hard" concave beam.
5708
5709         * lily/beam.cc (calc_least_squares_positions): change from
5710         calc_least_squares_dy
5711         (set_stem_lengths): this is now a chained callback.
5712
5713         * lily/context-property.cc (execute_general_pushpop_property):
5714         bugfix override with procedure should have effect.
5715
5716         * scm/define-grob-properties.scm (all-internal-grob-properties):
5717         remove position-callbacks.
5718
5719         * scm/define-grobs.scm (all-grob-descriptions): use
5720         ly:make-callback-chain for positions property.
5721
5722         * scm/layout-beam.scm (check-quant-callbacks): return list of
5723         chained callbacks.
5724
5725         * scm/lily.scm (type-p-name-alist): add callback-chain
5726
5727         * lily/lily-guile.cc (type_check_assignment): type check failure
5728         is warning not message.
5729
5730         * lily/grob-property.cc (try_callback): walk callback chain if
5731         appropriate.
5732
5733         * lily/chained-callback.cc: new file. new smob type.
5734
5735         * lily/lily-guile.cc (procedure_arity): new function.
5736
5737 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5738
5739         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5740
5741 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5742  
5743         * Documentation/user/instrument-notation.itely (Figured bass):
5744         describe new features
5745
5746 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5747
5748         * lily/beam.cc (calc_least_squares_dy): use property callback.
5749
5750         * lily/beam-concave.cc (calc_concaveness): use property callback.
5751
5752         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5753
5754 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5755
5756         * HACKING: Update.
5757
5758 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5759
5760         * scm/layout-page-layout.scm (page-headfoot): annotate
5761         pagetopspace too.
5762
5763         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5764
5765         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5766         doesn't take y-space.
5767
5768         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5769
5770 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5771
5772         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5773         src-wildcard, remove $(wildcard).
5774
5775         * po/GNUmakefile (PO_FILES): 
5776         * ps/GNUmakefile (PS_FILES): 
5777         * tex/GNUmakefile (TEX_FILES): 
5778         * cygwin/GNUmakefile (POSTINSTALLS):
5779         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5780         some wildcard calls.
5781
5782 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5783
5784         * THANKS: add Thomas Bushnell.
5785
5786 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5787
5788         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5789         (lilypond-main): Redirect to gui-main if 'gui is set.
5790
5791         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5792         for alternative installations kludging s/share/lib/g
5793         LILYPONDPREFIX. 
5794
5795         * SConstruct (libdir_package_version): Define.
5796
5797         * python/SConscript: 
5798         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5799         module in libdir.  
5800
5801 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5802
5803         * lily/main.cc: clarify --safe.
5804
5805 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5806
5807         * VERSION: release 2.7.14
5808         
5809         * Documentation/user/*.itely: remove minimumVerticalExtent.
5810
5811         * scm/define-grobs.scm (all-grob-descriptions): remove
5812         RemoveEmptyVerticalGroup
5813
5814         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5815
5816         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5817         compile on MOSX
5818
5819         * python/convertrules.py (conv): add rules.
5820
5821         * lily/grob.cc: remove is_empty()
5822
5823         * lily/grob-property.cc: remove add_to_list_property().
5824
5825         * scripts/convert-ly.py (datadir): add prefix switching hack to
5826         .py too.
5827
5828         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5829         space-function tweak.
5830
5831         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5832
5833         * scm/define-grob-properties.scm (all-user-grob-properties):
5834         remove callback property.
5835
5836         * lily/include/grob.hh (class Grob): remove property_callbacks_
5837         member. Properties of procedure type are assumed to be callbacks.
5838
5839         * lily/ligature-engraver.cc (override_stencil_callback):
5840         rewrite. Use noteHeadLigaturePrimitive as source.
5841
5842         * scm/define-grob-properties.scm (all-internal-grob-properties):
5843         remove ligature-primitive-callback
5844
5845         * lily/include/dimension-cache.hh (class Dimension_cache): make
5846         class, with Grob as friend.
5847
5848         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5849         has_extent_callback()
5850
5851         * scm/translation-functions.scm (format-new-bass-figure): read
5852         figuredBassPlusDirection
5853
5854         * scm/define-context-properties.scm
5855         (all-user-translation-properties): add figuredBassPlusDirection.
5856
5857         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5858
5859         * lily/align-interface.cc (set_ordered): new function.
5860
5861         * lily/grob.cc (flush_extent_cache): rewrite.
5862
5863         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5864         Interval pointer directly.
5865
5866         * lily/main.cc (setup_paths): insert extra / .
5867         (setup_paths): junk cff entry.
5868
5869         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5870         directories.
5871
5872         * lily/axis-group-engraver.cc (finalize): remove
5873         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5874
5875         * lily/grob.cc (Grob): don't set extent from ctor.
5876         (extent): use property callbacks. 
5877
5878         * lily/axis-group-interface.cc: remove set_axes() function.
5879
5880         * lily/grob-property.cc (del_property): new function.
5881
5882 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5883
5884         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5885         
5886 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5887
5888         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5889
5890 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5891
5892         * mf/SConscript: Updates.
5893
5894         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5895
5896         * stepmake/stepmake/*:
5897         * */GNUmakefile:
5898         * config.make.in:
5899         * GNUmakefile.in:
5900         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5901         from any directory in build-dir.  Cleanups.
5902
5903         * make/srcdir.make.in: Remove.
5904
5905         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5906
5907         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5908         main).
5909
5910         * lily/SConscript: Remove ttftools.
5911
5912         * SConstruct: Resurrect.
5913
5914 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5915
5916         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5917         Y coordinate. 
5918
5919         * lily/paper-book.cc (add_score_title): put Paper_score title into
5920         systems_ list.
5921
5922         * scm/translation-functions.scm (format-new-bass-figure): also
5923         allow plus in combination with _
5924
5925 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5926
5927         * VERSION: 2.7.13 released.
5928
5929         * lily/note-collision.cc (check_meshing_chords): don't wipe
5930         stencil, merely set transparent.
5931
5932         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5933         (Top): document #'callbacks.
5934         (Top): document nested \override.
5935
5936         * input/regression/figured-bass.ly: update for slash and pluses.
5937
5938         * input/regression/figured-bass-continuation-forbid.ly (Module):
5939         new file.
5940
5941         * scm/translation-functions.scm (format-new-bass-figure): use
5942         slashed-digit if diminished is set.
5943         (format-new-bass-figure): add + if 'augmented is set.
5944
5945         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5946
5947         * input/test/piano-staff-distance.ly: remove file.
5948
5949         * Documentation/user/advanced-notation.itely (Formatting cue
5950         notes): use length-fraction for making stems/beams smaller.
5951
5952         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5953         modifications.
5954
5955         * lily/new-figured-bass-engraver.cc: new property
5956         centerFiguredBassContinuations
5957
5958         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5959         use callbacks.
5960
5961         * lily/context-property.cc (execute_general_pushpop_property):
5962         robustness checks.
5963
5964         * input/regression/override-nest.ly: new file.
5965
5966         * python/convertrules.py (FatalConversionError.subber): conversion
5967         rule for #'callbacks
5968
5969         * input/regression/override-nest.ly: new function.
5970
5971         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5972         #c too. 
5973
5974         * lily/context-property.cc (lookup_nested_property): new function.
5975         (evict_from_alist): new function.
5976         (general_pushpop_property): new function.
5977         (execute_general_pushpop_property): rewrite. Support nested
5978         properties too.
5979
5980 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5981
5982         * lily/beam.cc: use length-fraction too.
5983
5984         * scm/define-grob-properties.scm (all-user-grob-properties):
5985         remove property flag-width-function
5986         (all-user-grob-properties): remove space-function.
5987
5988         * scm/layout-beam.scm: remove flag-width-function.
5989
5990         * lily/beam.cc: remove flag-width-function
5991
5992         * scm/layout-beam.scm: remove beam dir functions.
5993
5994         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5995
5996         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5997         for easier grace tweaks.
5998
5999         * lily/beam.cc: remove dir-function.
6000
6001         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6002
6003         * lily/grob.cc: remove spacing-procedure.
6004
6005         * lily/note-head.cc (calc_stem_attachment): new function.
6006         (internal_print): use callback to get glyph-name.
6007
6008         * lily/grob-property.cc (get_interfaces): new function.
6009
6010         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6011
6012         * lily/stem.cc (calc_stem_end_position): new function.
6013         (calc_length): new function.
6014         document details for stem.
6015         remove Stem::get_direction()
6016
6017         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6018
6019         * lily/grob-property.cc (set_callback): new function.
6020
6021         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6022
6023         * lily/item-scheme.cc: new file.
6024
6025         * lily/bar-line.cc (before_line_breaking): remove function.
6026         remove bar-size-procedure, break-glyph-function
6027
6028         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6029
6030         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6031
6032         * lily/system-start-delimiter.cc (print): suicide from
6033         here. Remove after_line_breaking_callback.
6034
6035         * lily/script-interface.cc (calc_direction): use callback for direction.
6036
6037         * lily/side-position-interface.cc (aligned_side): don't use
6038         Side_position_interface::get_direction directly. Use callback. 
6039
6040         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6041         calculate stencil.
6042         (get_print_stencil): rename from get_stencil: create stencil with
6043         transparency, color and cause. 
6044
6045         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6046
6047         * python/convertrules.py (conv): insert temporary warning rule.
6048
6049         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6050
6051         * lily/grob-property.cc (try_callback): remove marker if applicable.
6052
6053         * lily/grob.cc: elucidate doc about after/before-line-breaking
6054
6055         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6056
6057         * lily/stem.cc (height): idem.
6058
6059         * lily/stem-tremolo.cc: idem.
6060
6061         * lily/slur.cc (height): don't use get_uncached_stencil()
6062
6063         * lily/rest.cc (y_offset_callback): use offset callback
6064         iso. after-line-breaking callback.
6065
6066         * lily/grob.cc: change after/before-line-breaking-callback to
6067         after/before-line-breaking dummy properties.
6068
6069         * lily/include/grob.hh: remove Grob_status.
6070
6071         * scm/define-context-properties.scm
6072         (all-user-translation-properties): remove verticalAlignmentChildCallback
6073
6074         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6075         (calc_direction): use callback
6076         (calc_positions): use callback.
6077
6078         * lily/tie.cc (calc_direction): use callback. Only call parent
6079         positioning for more than one tie.
6080
6081         * lily/tie-column.cc (calc_positioning_done): use callback
6082
6083         * lily/slur-scoring.cc (calc_control_points): use callback
6084
6085         * lily/slur.cc (calc_direction): use callback.
6086
6087         * lily/note-collision.cc (force_shift_callback): remove.
6088
6089         * lily/dot-column.cc (force_shift_callback): remove. Use
6090         other_axis_parent_positioning.
6091
6092         * lily/grob.cc (other_axis_parent_positioning): new function.
6093         (same_axis_parent_positioning): new function
6094
6095         * lily/align-interface.cc (alignment_callback): remove function.
6096
6097         * lily/note-collision.cc (calc_positioning_done): use callback.
6098
6099         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6100         (calc_direction): idem.
6101         remove print function.
6102
6103         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6104
6105         * lily/dot-column.cc (calc_positioning_done): use callback.
6106
6107         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6108
6109         * lily/beam.cc (calc_direction): use pseudo-property for beam
6110         direction callback.
6111         (calc_positions): use callback 
6112
6113         * lily/align-interface.cc (calc_positioning_done): use
6114         callback. Fold fixed  distance and normal alignment in one function.
6115
6116         * lily/stem.cc (calc_stem_end_position): use callback.
6117         (calc_positioning_done): idem.
6118         (calc_direction): idem.
6119         (calc_stem_end_position): idem
6120         (calc_stem_info): idem.
6121
6122         * lily/grob-property.cc (get_property_data): new function: 
6123         (try_callback): new function.
6124
6125         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6126         callbacks property.
6127
6128         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6129
6130 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6131
6132         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6133         tie
6134         has no heads.
6135         
6136         * lily/include/*.hh (Module): compile fixes.
6137
6138 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6139
6140         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6141         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6142         instead of (char-syntax nil), thanks to Milan Zamazal.
6143
6144 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6145
6146         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6147         dist.
6148
6149         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6150         themselves.
6151
6152 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6153
6154         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6155         add class_name() method.
6156
6157         * lily/music-scheme.cc: remove ly:music-name.
6158
6159 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6160
6161         * cygwin/postinstall-lilypond.sh: Remove cruft.
6162
6163         * cygwin/postremove-lilypond.sh: Remove.
6164
6165         * cygwin/GNUmakefile (default): Remove postremove rules.
6166
6167 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6168
6169         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6170         even header too.
6171         
6172         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6173         MacOS 9 users.
6174
6175         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6176         consider break index for broken spanner.
6177
6178         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6179         characters from string before splitting.
6180
6181 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6182
6183         * scm/framework-ps.scm (output-preview-framework): use
6184         is-book-title to determine whether to chop off the booktitle.
6185
6186         * lily/paper-book.cc (systems): init from book-title-properties
6187         (add_score_title): init score-title-properties.
6188
6189         * ly/paper-defaults.ly: add {score,book}-title-properties.
6190
6191         * scm/document-backend.scm (lookup-interface): error message if
6192         using unknown interface.
6193
6194         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6195         edge-height.
6196
6197         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6198         make_bracket.
6199         (make_bracket): new function.
6200
6201         * scm/lily.scm (define-scheme-options): add paper-size option.
6202
6203         * ly/declarations-init.ly (laissezVibrer): get paper size from
6204         -dpaper-size
6205
6206         * scm/translation-functions.scm: use \fontsize for changing the
6207         fontsize.
6208
6209         * scm/define-grobs.scm (all-grob-descriptions): set
6210         between-length-limit to 1.0
6211
6212         * lily/tie-helper.cc: add between_length_limit_ detail property.
6213
6214         * mf/feta-bolletjes.mf: typos.
6215
6216         * lily/note-head.cc (internal_print): don't shadow idx
6217         parameter. This fixes wrong attachment for do shape heads.
6218
6219 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6220
6221         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6222
6223         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6224
6225         * scm/layout-slur.scm: rename from slur.scm
6226
6227         * scm/layout-page-layout.scm: rename from page-layout.scm
6228
6229         * scm/layout-beam.scm: rename from beam.scm
6230
6231         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6232         bass-figure-interface
6233
6234         * lily/new-figured-bass-engraver.cc (process_music): add
6235         implicitBassFigures property.
6236         
6237         * scm/define-markup-commands.scm (pad-x): new markup.
6238
6239         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6240         minimumVerticalExtent on FiguredBass context.
6241
6242         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6243         case the continuation crosses a line break.
6244
6245 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6246
6247         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6248         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6249         absolute file name bug.  
6250
6251 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6252
6253         * VERSION (PACKAGE_NAME): release 2.7.12
6254
6255         * input/regression/figured-bass-continuation-center.ly: new file.
6256
6257         * input/regression/beam-outside-beamlets.ly: new file.
6258
6259         * lily/beam.cc (set_beaming): don't clip edges.
6260         (connect_beams): don't clip edges.
6261
6262         * lily/beaming-info.cc (clip_edges): new function.
6263
6264         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6265
6266         * Documentation/user/instrument-notation.itely (Figured bass):
6267         demonstrate extenders, update seealso links.
6268
6269         * scm/titling.scm (marked-up-headfoot): change tagline
6270         handling. tagline = ##f will blank the tagline as well.
6271
6272 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6273
6274         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6275
6276         * lily/new-figured-bass-engraver.cc (struct
6277         New_figured_bass_engraver): add new_music_found_ member.
6278
6279         * lily/lilypond-version.cc (Lilypond_version): deal with
6280         incorrectly formatted version strings. 
6281
6282         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6283         New_figured_bass_engraver by default.
6284
6285         * lily/ttf.cc (print_trailer): only define glyph names when
6286         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6287
6288 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6289
6290         * lily/horizontal-bracket.cc (make_bracket): new function.
6291
6292         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6293         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6294         BassFigureLine, BassFigureAlignment
6295
6296         * lily/new-figured-bass-engraver.cc (process_music): new file.
6297
6298         * lily/figured-bass-continuation.cc: new file.
6299
6300         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6301         new file.
6302
6303 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6304
6305         * scripts/lilypond-book.py: Bug fix, put the quote around the
6306         actual score for LaTeX documents.
6307
6308         * scm/define-grobs.scm (all-grob-descriptions): Change
6309         collapse-height of the SystemStartBracket grob to 5.0, 
6310         so the bracket disappears for single stave score lines (similarly
6311         to SystemStartBraces). 
6312
6313         * Documentation/user/advanced-notation.itely (Polymetric
6314         notation): Clarify the use of compressMusic.
6315
6316         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6317         that the grace spacer note in other staves need the same duration
6318         and document the stroke-style property.
6319
6320 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6321
6322         * Documentation/user/global.itely (Vertical spacing): document
6323         alignment-extra-space and fixed-alignment-extra-space.
6324
6325         * Documentation/topdocs/NEWS.tely (Top): add entry.
6326
6327         * input/regression/alignment-vertical-spacing.ly: new file.
6328
6329         * python/convertrules.py (conv): add rule.
6330
6331         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6332
6333         * lily/align-interface.cc (stretch_after_break): new
6334         function. Read fixed-alignment-extra-space property.
6335         (align_elements_to_extents): read alignment-extra-space property.
6336
6337         * lily/lily-guile.cc (robust_scm2dir): new function.
6338
6339         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6340         (annotate-space-left): new function. Annotate space left on page. 
6341         (annotate-y-interval): new function.
6342         (paper-system-annotate-last): new function. Annotate bottom-space.
6343
6344         * mf/feta-beugel.mf (y): 
6345
6346 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6347
6348         * VERSION (PACKAGE_NAME):  release 2.7.11
6349
6350         * scm/lily-library.scm (interval-translate): new function
6351         (interval-center): new function. 
6352
6353         * scm/page-layout.scm (paper-system-annotate): new function. Add
6354         arrows for dimensions.
6355  
6356         * scm/stencil.scm (dimension-arrows): new function.
6357
6358         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6359
6360         * input/regression/page-spacing.ly: add annotatespacing
6361
6362         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6363         (LY_DEFINE): new function ly:paper-system-set-property!
6364
6365         * Documentation/user/global.itely (Paper size): explain how to add
6366         sizes.
6367
6368         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6369         correspond to GS's definition.
6370
6371         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6372         tuplet bracket.
6373         (print): only connect to next bracket if the next one is alive.
6374         (print): set padding to 0.0 if the bound is a breakable
6375         column. This makes tupletFullLength brackets reach up to the staff
6376         line if it doesn't connect to the next line.
6377
6378 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6379
6380         * lily/bar-number-engraver.cc: correct docs.
6381
6382         * scm/output-lib.scm (first-bar-number-invisible): rename from
6383         default-bar-number-visibility
6384
6385 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6386
6387         * scm/define-music-properties.scm (all-music-properties): remove
6388         predicate property.
6389
6390 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6391
6392         * po/fi.po: refresh.
6393
6394 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6395
6396         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6397         superfluous s1.
6398         (disappear): bugfix.
6399
6400         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6401
6402         * lily/include/paper-system.hh (class Paper_system): remove
6403         staff_extents_ member.
6404
6405         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6406
6407         * lily/include/paper-system.hh (class Paper_system): remove
6408         number_ variable. Remove is_title_. Remove break_before_penalty_
6409
6410         * lily/paper-book.cc (systems): use 'number property iso. number_
6411         member.
6412
6413         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6414         remove ly:paper-system-number.
6415
6416         * scm/lily-library.scm (paper-system-title?): new function.
6417
6418         * lily/book.cc (process): bugfix: flip ?: cases. 
6419
6420         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6421         add outputProperty.
6422
6423         * ly/music-functions-init.ly: add outputProperty music function.
6424
6425         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6426
6427         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6428         and next-padding.
6429         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6430
6431         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6432
6433         * lily/paper-system.cc (internal_get_property): new function.
6434
6435         * Documentation/user/global.itely (Vertical spacing): refer to
6436         page-spacing.ly
6437
6438         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6439         pagetopspace
6440
6441         * input/regression/page-spacing.ly: new file.
6442
6443         * input/regression/page-top-space.ly: new file.
6444
6445         * lily/spacing-spanner.cc: cmath -> math.h
6446
6447         * lily/paper-system.cc (read_left_bound): new function. Read
6448         line-break-system-details from left bound to determine extents.
6449  
6450         * Documentation/user/programming-interface.itely (Using LilyPond
6451         syntax inside Scheme): change applyxxx -> applyXxx.
6452
6453         * ly/music-functions-init.ly: add outputProperty music function.
6454
6455         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6456
6457         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6458
6459         * python/convertrules.py (conv): rule
6460
6461         * ly/music-functions-init.ly: applyxxx -> applyXxx
6462
6463         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6464         TabVoice to Voice.
6465
6466 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6467
6468         * flower/include/real.hh: include <math.h> iso. <cmath>
6469
6470         * flower/include/offset.hh: include real.hh
6471
6472 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6473
6474         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6475         fix example, now that 'interfaces is no longer directly available.
6476
6477         * lily/book.cc (process): don't crash if paper == NULL.
6478
6479         * po/fr.po: update.
6480
6481 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6482
6483         * scm/define-music-types.scm (music-descriptions): set length and
6484         start-callback for QuoteMusic
6485
6486 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6487
6488         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6489         arguments. Fixes compilation error with gcc 3.3.
6490
6491 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6492
6493         * VERSION: release 2.7.10
6494
6495         * stepmake/stepmake/python-module-rules.make
6496         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6497
6498         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6499         real.hh
6500
6501 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6502
6503         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6504         -Werror. Otherwise GCC barfs over various optimizations.
6505
6506         * scm/define-grob-properties.scm (all-internal-grob-properties):
6507         add note-head property
6508
6509         * Documentation/user/instrument-notation.itely (Laissez vibrer
6510         ties): new node.
6511
6512         * input/regression/laissez-vibrer-ties.ly: new file.
6513
6514         * lily/laissez-vibrer-engraver.cc: new file.    
6515
6516         * lily/include/tie-column-format.hh: new file.
6517
6518         * lily/tie-column-format.cc: new file. 
6519
6520         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6521
6522         * lily/laissez-vibrer-tie.cc: new file.
6523
6524         * lily/include/laissez-vibrer-tie.hh: new file.
6525
6526         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6527
6528         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6529
6530         * scm/define-grobs.scm (all-grob-descriptions): add
6531         LaissezVibrerTie, LaissezVibrerTieColumn
6532
6533         * lily/tie-column.cc (set_tie_config_directions): new function
6534         (final_shape_adjustment): new function.
6535         (shift_small_ties): new function.
6536
6537         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6538
6539         * lily/include/tie.hh (struct Tie_details): add x_gap_
6540         (struct Tie_configuration): add head_position_
6541
6542         * lily/tie-column.cc (set_chord_outline): new function.
6543
6544         * mf/cmr.enc.in:  remove file.
6545
6546 2005-09-11  Graham Percival  <gpermus@gmail.com>
6547
6548         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6549
6550 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6551
6552         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6553         reduce aliasing effects.
6554
6555         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6556         box in skyline.
6557
6558 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6559
6560         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6561
6562         * flower/include/real.hh: std::fabs too.
6563
6564 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6565
6566         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6567
6568         * lily, flower: Include C++ iso C headers.  Import namespace std
6569         throughout.
6570
6571         * lily/side-position-interface.cc: 
6572         * lily/scm-hash.cc: 
6573         * lily/note-head.cc: 
6574         * lily/include/includable-lexer.hh: 
6575         * flower/include/string-data.icc: Remove using std::*.
6576
6577         * lily, flower: Include C++ iso C headers.  Import namespace std
6578         throughout.
6579
6580         * lily/side-position-interface.cc: 
6581         * lily/scm-hash.cc: 
6582         * lily/note-head.cc: 
6583         * lily/include/includable-lexer.hh: 
6584         * flower/include/string-data.icc: Remove using std::*.
6585
6586         * Documentation/user/instrument-notation.itely (Entering lyrics):
6587         Multiple latin-1->utf-8 conversion fix.
6588
6589         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6590
6591 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6592
6593         * lily/tie.cc (get_configuration): also avoid dots for non-space
6594         situations.
6595
6596 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6597
6598         * Documentation/user/instrument-notation.itely: Bugfix.
6599
6600 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6601
6602         * tex/GNUmakefile: don't install texinfo.tex
6603
6604         * tex/ : cleanup: remove unused files.
6605
6606         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6607
6608         * flower/include/real.hh: using std::{isnan,isinf}
6609         
6610         * VERSION (PATCH_LEVEL): release 2.7.9
6611
6612 2005-09-05  Graham Percival  <gpermus@gmail.com>
6613
6614         * Documentation/user/ instrument-notation.itely,
6615         advanced-notation.itely: minor tweaks.
6616
6617         * input/test/script-chart.ly: add item padding.
6618
6619 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6620
6621         * flower/offset.cc: use math.h iso. <cmath>
6622
6623         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6624         of IE users.
6625
6626         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6627         (widen-left-stencil-edges): new function. Fix alignment problems
6628         with LaTeX includegraphics.
6629
6630         * lily/text-interface.cc (interpret_markup): use abort().
6631
6632 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6633
6634         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6635
6636         * lily/tie.cc (get_configuration): update bezier shape as we
6637         change Y positions.
6638         (get_configuration): don't move large ties if we're outside of the
6639         staff.
6640
6641 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6642
6643         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6644         
6645 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6646
6647         * .cvsignore: Add auto-generated configure files and then some.
6648
6649 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6650
6651         * scm/define-grobs.scm (DynamicLineSpanner): Add
6652         X-extent-callback.  Fixes hairpin-slur collision.
6653
6654 2005-08-31  Graham Percival  <gpermus@gmail.com>
6655
6656         * Documentation/user/advanced-notation.itely,
6657         basic-notation.itely: minor changes.
6658
6659 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6660
6661         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6662         \linebreak between each .eps file if \betweenLilyPondSystem is
6663         undefined. 
6664
6665         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6666         music): Document the \linebreak
6667
6668         * Documentation/user/lilypond-book.itely,
6669         input/tutorial/lbook-latex-test.tex,
6670         Documentation/user/examples.itely: Remove \usepackage{graphics}
6671
6672 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6673
6674         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6675
6676         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6677         compat bugfix.
6678
6679         * scripts/lilypond-book.py (PREAMBLE_LY): define
6680         inside-lilypond-book
6681         (modify_preamble): new function. Insert \RequirePackage{graphics}
6682         when no {graphics found in preamble.  
6683
6684 2005-08030  Graham Percival  <gpermus@gmail.com>
6685
6686         * Documentation/user/basic-notation.itely, global.itely,
6687         tutorial.itely: misc small changes.
6688
6689 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6690
6691         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6692         VERSION.
6693
6694 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6695
6696         * lily/tie-column.cc (new_directions): put Tie down on center
6697         staff line. 
6698
6699         * lily/script-interface.cc (before_line_breaking): use
6700         Grob::programming_error
6701
6702         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6703
6704         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6705         of splitext.
6706
6707 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6708
6709         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6710
6711 2005-08-29  Werner Lemberg  <wl@gnu.org>
6712
6713         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6714         the `*.scale.pfa' files to avoid warnings.
6715
6716 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6717
6718         * lily/tempo-performer.cc (process_music): idem.
6719
6720         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6721
6722 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6723
6724         * Documentation/user/advanced-notation.itely (Text markup): not a
6725         fragment.
6726
6727         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6728
6729         * lily/staff-performer.cc (initialize): add tempo/name to
6730         audio_staff_
6731
6732
6733 2005-08-26  Graham Percival  <gpermus@gmail.com>
6734
6735         * Documentation/user/advanced.itely: add text-only example.
6736
6737         * Documentation/user/invoking.itely: add index entries for
6738         convert-ly.
6739
6740         * Documentation/user/ tutorial.itely, basic-notation.itely:
6741         small fixes suggested by Steve D.  Thanks!
6742
6743 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6744
6745         * input/regression/markup-bidi-pango.ly: new file.
6746
6747         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6748         standard. Remove #ifdef. Remove memleak.
6749         (text_stencil): use text_dir to decide how to composite items.
6750         (text_stencil): determine uniform text direction for the entire
6751         string.
6752
6753         * scripts/lilypond-book.py (output_name): remove
6754         latex_filter_cmd. Non-portable to non-Unix systems. 
6755         (get_latex_textwidth): use File.write and os.unlink() instead.
6756
6757         * THANKS: add Vicente & Trevor.
6758
6759         * lily/grob.cc (discretionary_processing): look up origin for
6760         programming_error too. 
6761
6762         * input/regression/tie-broken.ly: new file.
6763
6764         * lily/tie-column.cc (set_chord_outlines): set outline for line
6765         break case too.
6766         
6767 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6768
6769         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6770         unscaled transform, just translate stencils.
6771
6772         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6773         MIDI.
6774
6775         * scm/define-markup-commands.scm (wordwrap-string): use
6776         text-direction
6777         (wordwrap-stencils): idem.
6778         (line): idem.
6779         (fill-line): idem.
6780         (wordwrap-stencils): translate last line to right for
6781         text-direction = LEFT.
6782
6783         * scm/define-grob-properties.scm (all-user-grob-properties): add
6784         text-direction.
6785
6786 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6787
6788         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6789         when copying a Lily_parser object.
6790
6791 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6792
6793         * scm/define-markup-commands.scm (null): add null markup.
6794
6795 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6796
6797         * lily/item.cc: Add documentation of center-invisible
6798
6799 2005-08-24  Graham Percival  <gpermus@gmail.com>
6800
6801         * Documentation/user/advanced-notation.itely: add info about
6802         raising text.
6803
6804         * Documentation/user/programming-interface.itely: fix example
6805         involving raised text.
6806
6807 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6808
6809         * lily/beam.cc (print): fix X start/end points of isolated
6810         beamlets.
6811
6812         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6813
6814         * lily/multi-measure-rest.cc (set_text_rods): new function.
6815
6816         * lily/vertical-align-engraver.cc (process_music): call
6817         Align_interface::set_axis(). This forces #'elements to be ordered,
6818         preventing random vertical reordering of staves.
6819
6820         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6821         add avoid-slur property. 
6822
6823         * Documentation/user/basic-notation.itely (Measure repeats): add
6824         countPercentRepeats example.
6825
6826         * Documentation/user/advanced-notation.itely (Other text markup
6827         issues): remove remark about normal-font.  We have \normal-text
6828
6829         * input/regression/tie-chord.ly: add note about remaining bugs.
6830
6831         * lily/tie.cc (print): try Tie_column::set_directions () if
6832         control-points not yet defined.
6833
6834 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6835
6836         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6837         extent. This fixes braces falling out of the EPS bbox.
6838
6839         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6840         exactly to bbox.
6841
6842 2005-08-23  Graham Percival  <gpermus@gmail.com>
6843
6844         * {various} : change #up->#UP and #down->#DOWN.
6845
6846         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6847
6848         * Documentation/user/advanced-notation.itely: clarify
6849         what objects handles text on a multimeasure rest.
6850
6851 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6852
6853         * VERSION (PATCH_LEVEL): release 2.7.7
6854
6855 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6856
6857         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6858
6859         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6860
6861         * input/regression/*.ly: formatting clean-up. Default layout
6862         before music expression.
6863
6864         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6865         romanze28-2 example.
6866
6867         * scm/ps-to-png.scm: remove dir-re function.
6868         (make-ps-images): generate page names, instead of globbing them.
6869         This brings down LilyPond memory usage for make web by a factor
6870         10. 
6871
6872         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6873         don't use glob. With 3000 files, globbing
6874         Documentation/user/out-www/ can take too much time. 
6875         
6876         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6877
6878         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6879
6880         * input/regression/tie-manual.ly: new file
6881
6882         * input/regression/tie-chord.ly: update.
6883
6884         * flower/include/interval.hh (struct Interval_t): 
6885
6886         * lily/tie.cc (distance): new function 
6887         (height): new function.
6888         (init): new function
6889         (Tie_details): new struct.
6890
6891         * lily/skyline.cc (skyline_height): new function.
6892
6893         * lily/tie-column.cc (set_chord_outlines): new function.
6894         (new_directions): read tie-configuration
6895
6896         * lily/skyline.cc: fix ASCII art.
6897         
6898 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6899
6900         * python/convertrules.py (string_or_scheme): Fix spelling error
6901
6902 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6903         
6904         * lily/tie-column.cc (set_directions): set directions only once.
6905         (add_configuration): new function.
6906
6907         * lily/tie.cc (set_control_points): new function
6908
6909         * lily/tie-column.cc (new_directions): new function.
6910
6911         * ly/music-functions-init.ly: set 'pitch property
6912         iso. trill-pitch. This makes \relative work with \pitchedTrill
6913
6914         * lily/tie.cc (get_configuration): new function. Don't generate
6915         control points, rather, generate configuration.
6916         remove head-pair property.
6917
6918         * lily/include/tie.hh (struct Tie_configuration): new struct.
6919
6920 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6921
6922         * Documentation/topdocs/NEWS.tely: clarify.
6923
6924 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6925
6926         * lily/tie.cc: remove minimum-length
6927
6928         * scm/define-grob-properties.scm (all-user-grob-properties):
6929         remove staffline-clearance, y-offset 
6930
6931         * input/regression/tie-dots.ly (Module): remove.
6932
6933         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6934         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6935
6936         * input/regression/tie-single.ly: new file.
6937
6938 2005-08-21  Graham Percival  <gpermus@gmail.com>
6939
6940         * ly/bagpipe.ly: fix compile problem.
6941
6942 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6943
6944         * lily/midi-item.cc (name): new method.
6945
6946         * lily/staff-performer.cc (acknowledge_audio_element): use
6947         signature of baseclass.
6948
6949         * lily/engraver-group.cc (do_announces): move recursion call out
6950         of while loop. 
6951
6952         * lily/drum-note-performer.cc (class Drum_note_performer): use
6953         process_music everywhere.
6954
6955         * ly/performer-init.ly: add default children everywhere.
6956
6957         * lily/paper-book.cc (output): call paper-book-write-midis
6958         directly: always write MIDI, even if no \layout {} block. 
6959
6960 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6961
6962         * VERSION (PACKAGE_NAME): release 2.7.6
6963
6964         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6965         about not being able to handle repeat.
6966
6967 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6968
6969         * Documentation/user/examples.itely (Piano templates):
6970         * lily/include/performer-group.hh: Remove last traces of
6971         Performer_group_performer.  Fixes make web.
6972
6973 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6974
6975         * Documentation/user/examples.itely (Piano templates): change
6976         Engraver_group_engraver -> Engraver_group
6977
6978         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6979         scm_stand_in_procs is not weak_any.
6980
6981         * lily/volta-bracket.cc (print): don't use strcmp().
6982
6983         * lily/volta-engraver.cc (process_music): use
6984         Text_interface::is_markup() for setting the 'text property of the
6985         volta bracket.
6986
6987         * input/mutopia/claop.py (accents): update syntax to 2.6
6988
6989         * scm/define-context-properties.scm
6990         (all-user-translation-properties): add countPercentRepeats.
6991
6992         * Documentation/user/basic-notation.itely (Measure repeats): add
6993         isolated percent example.
6994
6995 2005-08-18  Graham Percival  <gpermus@gmail.com>
6996
6997         * input/ {various}: change direction #1, #-1 to
6998         #up/#down or \fooUp, \fooDown.
6999
7000         * Documentation/user/music-glossary.tely: #-1 to #down.
7001
7002         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7003         to #up, #-1 to #down.
7004
7005 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7006
7007         * lily/include/engraver-group.hh: rename.
7008
7009         * lily/include/performer-group.hh: rename.
7010
7011 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7012
7013         * input/test/script-abbreviations.ly: Removed some old LaTeX
7014         left overs.
7015
7016 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7017
7018         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7019         Remove functions.  Remove if 1: constructs, reindent.
7020
7021         * scripts/convert-ly.py (add_version): Add functions from
7022         convertrules.py
7023
7024         * scm/script.scm (default-script-alist):
7025         s/priority/script-priority.  Fixes script stacking.  Backportme.
7026         (Fermata): Very low priority.
7027
7028 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7029
7030         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7031
7032         * input/regression/slur-script.ly: remove padding tweaks. Add
7033         comment strings.
7034
7035         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7036         time sigs and related stuff.
7037
7038         * scm/define-grob-properties.scm (all-user-grob-properties): add
7039         @code{} tags to property description.
7040
7041         * lily/include/line-group-group-engraver.hh (Module): remove file.
7042
7043         * python/convertrules.py (conv): add rule for
7044         Engraver_group_engraver -> Engraver_group.
7045
7046         * lily/include/performer-group-performer.hh: analogous.
7047
7048         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7049
7050         * lily/context-def.cc (instantiate): check for
7051         Engraver_group_engraver and Performer_group_performer not
7052         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7053  
7054 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7055
7056         * input/les-nereides.ly: Remove three fingering tweaks, update
7057         remaining one.
7058
7059         * input/regression/slur-script-inside.ly: Update, fix doc.
7060
7061         * scm/script.scm: Update to avoid-slur.
7062
7063         * scm/define-grob-properties.scm (avoid-slur): New property.
7064
7065         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7066         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7067         outside_slur_callback if avoid-slur != #'inside.
7068
7069         * scm/define-grobs.scm (Fingering, Textscript): No
7070         inside-slur/outside-slur preference.
7071         (DynamicLineSpanner): Always outside slur.
7072
7073         * input/regression/slur-script.ly: More tests.
7074
7075 2005-08-17  Graham Percival  <gpermus@gmail.com>
7076
7077         * Documentation/user/lilypond-book: fix notime entry.
7078
7079         * Documentation/user/advanced-notation.itely: add info on
7080         getting an I rehearsal mark.
7081
7082         * Documentation/user/putting.itely: reinstate "I", re-enforce
7083         the fact that \override numbers are the result of
7084         experimentation and personal taste.
7085
7086         * Documentation/user/invoking.itely: update convert-ly bugs.
7087
7088 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7089
7090         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7091         to #t.
7092
7093         * lily/timing-translator.cc (initialize): don't initialize timing.
7094
7095         * input/regression/stem-spacing.ly (Module): remove file.
7096
7097         * input/regression/spacing-stick-out.ly: specify Score context for
7098         \override
7099
7100         * input/regression/clefs.ly: remove spurious {}s 
7101
7102 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7103
7104         * Documentation/topdocs/NEWS.tely,
7105         input/regression/repeat-percent-count.ly: clarify a bit.
7106
7107 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7108
7109         * input/no-notation/display-lily-tests.ly: delete
7110         display-lily-init call.
7111
7112         * ly/music-functions-init.ly (displayLilyMusic): move
7113         display-lily-init call at top level, so that the user should not
7114         have to call it.
7115
7116         * scm/define-music-display-methods.scm (note-name->lily-string):
7117         retrieve note names directly from pitchnames using new function `rassoc'.
7118         (display-lily-init): note names list construction removed.
7119
7120 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7121
7122         * THANKS: spello.
7123
7124         * lily/lily-parser.cc (get_header): copy module, instead of
7125         returning it.
7126
7127         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7128         counters.
7129
7130         * Documentation/user/basic-notation.itely (Measure repeats): add
7131         links to Counter grobs.
7132
7133         * scm/define-grobs.scm (all-grob-descriptions): add
7134         DoublePercentRepeatCounter
7135         (all-grob-descriptions): add PercentRepeatCounter
7136
7137         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7138         also create counter grobs.
7139
7140         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7141         return grob without space-alist.
7142
7143         * input/proportional.ly: tune staff-padding.
7144
7145         * input/regression/repeat-percent-count.ly: new file. 
7146
7147 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7148
7149         * input/no-notation/display-lily-tests.ly: moved from
7150         input/regression/ to input/no-notation. Be sure to call
7151         `display-lily-init' before trying to use the display function.
7152
7153 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7154
7155         * scripts/lilypond-book.py (option_definitions): Don't localize
7156         the empty string. Fixes bug when --psfonts was used with
7157         non-English locale.
7158
7159 2005-08-15  Graham Percival  <gpermus@gmail.com>
7160
7161         * lily/tuplet-bracket.cc: simple build fix.
7162
7163         * Documentation/user/putting.itely: use "we" instead of "I".
7164
7165         * Documentation/user/basic-notation.itely: cautionary accidentals
7166         work with naturals, too.
7167
7168 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7169
7170         * lily/tuplet-bracket.cc (calc_position_and_height): add
7171         staff-padding support.
7172
7173         * input/proportional.ly: set staff-padding.
7174         
7175         * VERSION (PATCH_LEVEL): release 2.7.5
7176
7177         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7178         fixes. Remove tweaks.
7179
7180         * input/regression/tuplet-slope.ly: add a test case.
7181
7182         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7183         erroneous fix. Add spanner bounds to offset array with relative X
7184         positions.
7185
7186         * ly/engraver-init.ly: add Rest_engraver only once.
7187
7188         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7189         (*parser*) lookup if (*parser*) != #f.
7190
7191 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7192
7193         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7194         Cut-and paste update.
7195
7196         * input/regression/slur-script.ly: Add example of reverting
7197         inside-slur for fingering.
7198
7199         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7200         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7201
7202         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7203         outside_slur_callback if inside-slur == #f (as opposed to unset).
7204
7205 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7206
7207         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7208         encoding files are already removed.
7209
7210 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7211
7212         * Documentation/user/advanced-notation.itely (Instrument names):
7213         Document a workaround for instrument names that collide with
7214         system start braces/brackets.
7215
7216 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7217
7218         * lily/rest-collision.cc (do_shift): spello.
7219
7220         * input/proportional.ly: use #'used property. Set break-overshoot
7221         property.
7222
7223         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7224
7225         * lily/paper-column.cc: add #'used property
7226
7227         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7228         array for staves found.
7229
7230         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7231         array for stavesFound.
7232
7233         * lily/staff-spacing.cc (next_note_correction): add fixed and
7234         space to calling convention. This fixes spacing of accidentals
7235         after barlines.
7236
7237         * input/regression/spacing-accidental-stretch.ly: add barline -
7238         accidental case.
7239
7240         * scm/framework-ps.scm (page-header): add version number to
7241         creator
7242         (eps-header): idem.
7243
7244         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7245         
7246 2005-08-13  Graham Percival  <gpermus@gmail.com>
7247
7248         * Documentation/user/global.itely: add "fit as much as
7249         possible onto this page" example (Vertical spacing).
7250
7251 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7252
7253         * *: Nitpick run.
7254
7255         * buildscripts/fixcc.py: Fixes.
7256
7257 2005-08-12  Graham Percival  <gpermus@gmail.com>
7258
7259         * Documentation/user/advanced-notation.itely: add markup
7260         example to Text spanners.
7261
7262 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7263
7264         * Documentation/user/basic-notation.itely (Ties): Add example of
7265         tying a tremolo to a chord. Thanks to Steve Doonan. 
7266
7267         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7268         properties and move tieMelismaBusy to the list of written
7269         properties. 
7270
7271 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7272
7273         * po/TODO: suggest to use a dedicated tool like kbabel.
7274
7275         * po/fi.po: update using kbabel.
7276
7277 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7278
7279         * *: Remove obsolete files.  Nitpick run.
7280
7281         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7282
7283 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7284
7285         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7286         too.
7287
7288         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7289
7290         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7291         whitespace as symbol separator.
7292
7293         * lily/side-position-interface.cc: Add slur-padding.
7294
7295         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7296         quite a large fix, and it never worked in a stable release; so not
7297         really a regression.
7298
7299         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7300         Update cut and paste code from Slur_engraver.
7301
7302         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7303         Add.
7304
7305         * scm/define-grobs.scm (DynamicLineSpanner): Add
7306         dynamic-line-spanner-interface.
7307         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7308
7309 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7310
7311         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7312         to_boolean () so that non-set 'inside-slur means false.
7313
7314         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7315         slur has control-points.  Skip script without direction.  Always
7316         do_shift if script inside slur, even if slur not contained in
7317         script y-extent.  Increment k in loop.
7318
7319 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7320
7321         * scm/define-markup-commands.scm: Improved regexp to search for
7322         EPS bounding boxes and corrected call to ly:warning.
7323
7324 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7325
7326         * Documentation/user/programming-interface.itely (Displaying music
7327         expressions): doc for \displayLilyMusic. Also some precisions in
7328         "Markup construction in Scheme"
7329
7330 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7331
7332         * scm/define-markup-commands.scm (normal-text): Added 2 new
7333         markup commands, \normal-text and \medium (the latter thanks to
7334         Bruce Fairchild). 
7335
7336 2005-08-08  Graham Percival  <gpermus@gmail.com>
7337
7338         * Documentation/user/programming-interface.itely: fix @{ @}.
7339
7340         * scm/define-markup-commands.scm: add linewidth info to
7341         \justify and \wordwrap, add "upright is the opposite of italic".
7342
7343         * Documentation/user/advanced-notation.itely: shaped->shape,
7344         add (cons (markup "foo")) type of example to text markup,
7345         reword multi-measure rests section.
7346
7347         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7348         comment.  No actual code was touched.
7349
7350         * Documentation/user/invoking.itely: add more info about
7351         \include.  Thanks, Bruce!
7352
7353         * THANKS: add Bruce Fairchild, alphabetise.
7354
7355         * Documentation/user/global.itely: document \score{\header{}}
7356         behavior.
7357
7358         * Documentation/user/basic-notation.itely: reword multi-measure
7359         rest discussion in Rests.
7360
7361 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7362
7363         * Documentation/user/programming-interface.itely (Markup
7364         construction in Scheme): Corrected example and tried to clarify
7365         the implicit \line in the table.
7366
7367 2005-08-07  Graham Percival  <gpermus@gmail.com>
7368
7369         * Documentation/user/instrument-notation.itely: moved
7370         some bagpipe info back into the bagpipe section.  Somehow
7371         it ended up in the "other vocal issues" section?!  :o_O
7372
7373 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7374
7375         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7376         directories, not paths).
7377
7378 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7379
7380         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7381         plain emmentaler/aybabtu.  Backportme.
7382
7383         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7384         missing dir correction.
7385
7386 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7387
7388         * scm/define-markup-commands: fix reversed justify/wordwrap
7389         doc strings.
7390
7391 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7392
7393         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7394         lily/gregorian-ligature-engaver.cc,
7395         lily/include/ligature-engraver.hh,
7396         lily/include/coherent-ligature-engraver.hh,
7397         lily/include/gregorian-ligature-engraver.hh: make these classes
7398         truely abstract.  This should fix some internal oddities such as
7399         duplicate as well as dead translator/property declarations, and
7400         also some dead code.
7401
7402         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7403         bugfix: avoid message "junking empty ligature" on ligature
7404         brackets by collecting dummy grobs.
7405
7406 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7407
7408         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7409
7410         * input/proportional.ly (staffKind): bugfix.
7411         (staffKind): updates by Trevor Baca.
7412
7413         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7414         default layout. 
7415
7416         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7417         pair.
7418
7419         * lily/beam.cc (rest_collision_callback): call position_beam() if
7420         necessary.
7421
7422         * VERSION: release 2.7.4
7423
7424         * input/regression/spacing-uniform-stretching.ly: new file.
7425
7426         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7427
7428         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7429         contributor.
7430
7431         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7432
7433         * input/proportional.ly: new file.
7434
7435         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7436         columns is empty
7437
7438         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7439         bounds to currentCommandColumn for the last step.
7440         (start_translation_timestep): if tupletFullLength is set, set
7441         bound to Paper Column
7442
7443         * input/regression/tuplet-full-length.ly (indent): new file.
7444
7445         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7446         clique of loose columns, eg. a set of grace notes in strict
7447         notespacing.
7448
7449         * input/regression/spacing-strict-spacing-grace.ly: new file.
7450
7451         * lily/key-signature-interface.cc: change property name to
7452         alteration-alist
7453
7454         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7455         keyAccidentalOrder
7456
7457         * python/convertrules.py (conv): keyAccidentalOrder ->
7458         keyAlterationOrder
7459
7460         * lily/key-engraver.cc (create_key): always print a cancellation
7461         for going to C-major/A-minor, regardless of printKeyCancellation.
7462         (create_key): remove typecheck for visibility. This fixes key
7463         signature not being printed.
7464
7465         * lily/spacing-determine-loose-columns.cc: new file.
7466
7467         * input/regression/spacing-strict-notespacing.ly: new file.
7468
7469         * lily/spacing-spanner.cc (generate_springs): rename from
7470         do_measure. 
7471         (generate_pair_spacing): new function.
7472         (init, generate_pair_spacing): set between-cols for floating
7473         nonmusical columns.
7474
7475         * lily/spaceable-grob.cc (get_spring): new function. 
7476
7477         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7478         relative to the right edge of the prefatory matter.
7479
7480         * lily/beam.cc (print): read break-overshoot to determine where to
7481         stop/start broken beams.
7482
7483         * input/regression/spanner-break-overshoot.ly: new file.
7484
7485 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7486
7487         * ly/bagpipe.ly: updated.
7488
7489         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7490
7491 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7492
7493         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7494         support: now (de)crescs avoid slurs as well.
7495
7496         * Documentation/user/instrument-notation.itely (Bagpipe example):
7497         comment out non-functioning bagpipe example.
7498         (Bagpipe definitions): idem.
7499
7500         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7501         (Top): add proportionalNotationDuration example.
7502
7503         * input/regression/spacing-proportional.ly: new file.
7504
7505         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7506         synched to a beam.
7507
7508         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7509         fixes beams with a single stem (eg. beams across linebreaks.)
7510
7511         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7512
7513         * flower/rational.cc (operator +): prevent overflow. This fixes
7514         heavily nested tuplets.
7515
7516         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7517         have to protect even those unlikely to be corrupted data members.  
7518
7519 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7520
7521         * ly/bagpipe.ly: new file.
7522
7523         * THANKS: added Sven Axelsson.
7524
7525 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7526
7527         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7528         copy proportionalNotationDuration into currentMusicalColumn if
7529         set.
7530
7531         * lily/spacing-spanner.cc (musical_column_spacing): if
7532         uniform-stretching set, fixed space is 0.0
7533
7534         * input/regression/spacing-multi-tuplet.ly: show
7535         uniform-stretching property.
7536
7537         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7538
7539         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7540         (struct Spacing_options): new struct.
7541
7542         * lily/spacing-basic.cc: new file.
7543
7544         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7545         delta_t doesn't have to be smaller than shortest_playing_len
7546
7547 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7548
7549         * input/regression/markup-arrows.ly:  new file.
7550
7551         * lily/tuplet-bracket.cc: document new behavior.
7552
7553         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7554         with line breaks.
7555
7556         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7557
7558         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7559         default 
7560
7561         * lily/tuplet-bracket.cc: add edge-text property.
7562         add break-overshoot.
7563         (print): read break-overshoot.
7564         (print): read edge-text, add stencils.
7565
7566         * mf/feta-arrow.mf: new file.
7567
7568         * mf/feta-generic.mf: add feta-arrow.
7569
7570 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7571
7572         * Documentation/user/lilypond-book.itely (An example of a
7573         musicological document): Added flag -o to dvips for people who use
7574         the default setting in teTeX where output is sent to the printer. 
7575
7576         * Documentation/user/global.itely (Vertical spacing): Added
7577         reference to the Axis_group_engraver which documents the *Extent
7578         properties.
7579
7580 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7581
7582         * Documentation/user/basic-notation.itely (Tuplets): add note
7583         about nested tuplets. Remove BUG. 
7584
7585         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7586
7587         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7588         (print): manually call print() for subtuplets.
7589         (calc_position_and_height): add subtuplets to the
7590         support. Vertically shift outer tuplet 
7591
7592         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7593         remove-first for Lyrics, ChordNames and FiguredBass
7594
7595         * scm/define-grob-properties.scm (all-internal-grob-properties):
7596         use ly:grob-array? iso. grob-list?
7597         (all-internal-grob-properties): add tuplets grob-array.
7598
7599         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7600         new function
7601
7602 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7603
7604         * input/test/time-signature-staff.ly: new file.
7605
7606         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7607         spurious #<Music FingerEvent> errors. Backportme.
7608
7609 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7610
7611         * Documentation/user/programming-interface.itely (Markup
7612         construction in Scheme): Corrected markup syntax in the
7613         translation table.
7614
7615 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7616
7617         * Documentation/user/instrument-notation.itely: small update
7618         to bagpipe notation docs; thanks Sven!
7619
7620         * Documentation/user/basic-notation.itely: add link about trills.
7621
7622 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7623
7624         * Documentation/user/music-glossary: remove accidentally committed
7625         fink patch.
7626
7627 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7628
7629         * lily/lily-parser.cc (get_header): new function. Enable multiple
7630         \header definitions.
7631
7632         * lily/parser.yy (lilypond_header_body): use get_header.
7633
7634         * ly/init.ly:
7635         * scm/lily-library.scm (print-score-with-defaults): renamed
7636         $globalheader to $defaultheader
7637             
7638         * Documentation/user/global.itely (Creating titles): added short
7639         explanation that multiple headers are useable.
7640
7641
7642 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7643
7644         * lily/module-scheme.cc (LY_DEFINE): new file. 
7645
7646         * Documentation/user/advanced-notation.itely (Font selection): add
7647         doco for make-pango-font-tree.
7648
7649 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7650
7651         * Documentation/user/music-glossary: more languages
7652         for tenuto.
7653
7654         * Docuemntation/user/instrument-notation.itely: minor
7655         update for bagpipe example.
7656
7657 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7658
7659         * input/regression/+.ly (TODO): add some text.
7660
7661 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7662
7663         * Documentation/user/invoking.itely: \score begins with music.
7664
7665         * Documentation/user/ basic-notation.itely,
7666         instrument-notation.itely: minor changes.
7667
7668         * Documentation/user/music-glossary.itely: began tenuto entry.
7669
7670 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7671
7672         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7673
7674         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7675
7676 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7677
7678         * Documentation/user/examples.itely: remove bagpipe template.
7679
7680         * Documentation/user/instrument-notation.itely: add bagpipe
7681         section, maybe fix quotes in lyrics.  I hate text encoding.
7682         Clarify chord durations, more bagpipe stuff.
7683
7684 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7685  
7686         * lily/accidental-engraver.cc: formatting fixes.
7687
7688         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7689         grob-array.
7690
7691         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7692
7693         * lily/note-column.cc (arpeggio): new function.
7694
7695         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7696         account for spacing.
7697
7698 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7699
7700         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7701         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7702         mingw build.
7703         
7704 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7705
7706         * scm/lily.scm (lilypond-all): clear anonymous modules after
7707         processing files.
7708
7709 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7710
7711         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7712         SCM_I_CONSP
7713
7714         * VERSION: 2.7.3 released
7715
7716         * Documentation/user/invoking.itely (Invoking lilypond): add
7717         LILYPOND_GC_YIELD documentation.
7718
7719         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7720         scm_from_real / scm_make_real.
7721
7722         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7723         higher. This increases memory footprint, but provides overall
7724         speedup of 15 to 20%. 
7725
7726         * lily/include/translator.hh (class Translator): remove
7727         PRECOMPUTED_VIRTUAL everywhere.
7728
7729         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7730
7731         * lily/context.cc (now_mom): non-recursive now_mom() 
7732
7733         * lily/include/profile.hh: new file.
7734
7735         * lily/profile.cc: new file.
7736
7737         * lily/grob.cc (Grob::Grob): look properties up directly.
7738
7739         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7740         lookups.
7741
7742         * lily/include/box.hh (class Box): smob Box type.
7743
7744         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7745
7746         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7747         protect() and unprotect(). Use throughout.
7748
7749 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7750
7751         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7752
7753         * scm/define-music-display-methods.scm (markup->lily-string):
7754         markup elements can also be strings (without simple-markup
7755         appended)
7756
7757 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7758
7759         * lily/context.cc (where_defined): also assign value in
7760         where_defined().
7761
7762         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7763         (curve_coordinate): new function
7764
7765         * lily/simple-spacer.cc (add_columns): only add rods between
7766         column i and begin/end if keep-inside-line is set (this repleces
7767         allow-outside-line as default)
7768
7769 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7770
7771         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7772         tupletSpannerDuration if applicable.
7773
7774         * lily/font-size-engraver.cc (process_music): read fontSize only
7775         once per timestep.
7776
7777         * lily/engraver*cc: use throughout.
7778         
7779         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7780
7781         * lily/translator.cc (add_acknowledger): new file. Directly jump
7782         into an Engraver::acknowledge_xxx () method based on a grobs
7783         interface-list.
7784
7785         * lily/include/translator-dispatch-list.hh (class
7786         Engraver_dispatch_list): new struct, new file.
7787
7788         * scm/define-context-properties.scm
7789         (all-internal-translation-properties): remove acceptHashTable,
7790         acknowledgeHashTable
7791
7792         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7793
7794         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7795         change acknowledgeHashTable to C++ member. 
7796
7797         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7798
7799 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7800
7801         * scm/display-lily.scm: new file. Define a `display-lily-music'
7802         function, that displays the music expression given as an argument,
7803         using LilyPond notation.
7804
7805         * scm/define-music-display-methods.scm: new file. Implementation
7806         of display methods for each music type.
7807
7808         * ly/music-functions-init.ly (displayLilyMusic): new function for
7809         displaying music with LilyPond notation.
7810
7811         * input/regression/display-lily-tests.ly: new regression test file
7812         for `display-lily-music'.
7813
7814         * scm/markup.scm: remove obsolete debugging code (for printing
7815         markups with LilyPond notation).
7816
7817         * scm/define-music-types.scm (music-name-to-property-table):
7818         * scm/clef.scm (supported-clefs): export, in order to be accessible
7819         from the (scm display-lily) module.
7820
7821 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7822
7823         * Documentation/topdocs/NEWS.tely (Top): Typo.
7824
7825 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7826
7827         * Documentation/index.html.in, Documentation/texinfo.css,
7828           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7829           Documentation/bibliography/index.html.in,
7830           Documentation/bibliography/html-long.bst: revert css-width patch,
7831           it does not work with IE6.
7832
7833 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7834
7835         * Documentation/texinfo.css: revert 760px hack. 
7836
7837         * VERSION: release 2.7.2
7838
7839         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7840
7841         * Documentation/user/basic-notation.itely (Barnumber check): add
7842         section.
7843
7844         * scm/music-functions.scm (skip-to-last): new function. Show only
7845         last showLastLength part of the \score.
7846
7847         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7848
7849         * python/convertrules.py (conv): add ly:x-moment rule
7850
7851         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7852
7853         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7854
7855         * Documentation/user/instrument-notation.itely (Flexibility in
7856         alignment): options in subsections.
7857
7858         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7859         syllable text. Instead, assume that the previous lyric text is a
7860         melismated text.
7861
7862         * Documentation/index.html.in: revert 800x600 change.
7863
7864 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7865
7866         * lily/main.cc (main): Remove invalid handle kludge.
7867
7868         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7869         (lambda): add gui define.
7870
7871 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7872
7873         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7874
7875         * Documentation/user/instrument-notation.itely (Musica ficta
7876         accidentals): add section Musica ficta accidentals
7877
7878         * lily/accidental-engraver.cc (make_suggested_accidental): new
7879         function.
7880         (make_standard_accidental): move into new function.
7881         (create_accidental): new function.
7882
7883         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7884         AccidentalSuggestion
7885
7886         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7887
7888         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7889         undefined.
7890
7891         * Documentation/user/global.itely (Page formatting): document
7892         horizontalshift.
7893
7894         * scm/page-layout.scm (default-page-music-height):
7895         horizontalshift: new variable, shift all systems by
7896         horizontalshift to the right, to make space for instrument names.
7897
7898         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7899
7900         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7901
7902 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7903
7904         * lily/note-column.cc (dir): idem.
7905
7906         * lily/spacing-spanner.cc (Module): idem.
7907
7908         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7909
7910         * lily/include/paper-column.hh (class Paper_column): add
7911         non-static get_rank() member.
7912
7913         * VERSION: release 2.7.1
7914         
7915         * scm/framework-null.scm: new file, used for benchmarking.
7916
7917 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7918
7919         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7920         version dependencies for fontforge and gs.
7921
7922         * Documentation/index.html.in, Documentation/texinfo.css,
7923         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7924         Documentation/bibliography/index.html.in, 
7925         Documentation/bibliography/html-long.bst: optimize width of
7926         html for a 800x600 screen (width:760), increases printability
7927         when 'fit to page' is not set and readability in wide screens.
7928
7929         * stepmake/bin/add-html-footer.py: add missing </p>.
7930
7931 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7932
7933         * scm/define-markup-commands.scm (beam): use polygon in beam
7934         command.
7935
7936         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7937         all acknowledged grobs, and do potentially expensive merge and
7938         write in one go.
7939
7940         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7941
7942         * configure.in (reloc_b): add --enable-static-gxx to statically
7943         link to libstdc++
7944
7945         * lily/GNUmakefile (static-gxx-libs): new target
7946         static-gxx-libs. Create symlink to libstdc++.a
7947
7948         * lily/new-lyric-combine-music-iterator.cc: rename to
7949         Lyric_combine_music_iterator
7950
7951         * lily/lyric-combine-music-iterator.cc
7952         (Old_lyric_combine_music_iterator): rename to
7953         Old_lyric_combine_music_iterator
7954
7955         * lily/*-engraver.cc (various): remove double use of
7956         PRECOMPUTED_VIRTUAL function: only use
7957         start_translation_timestep() and stop_translation_timestep(), not
7958         both.
7959
7960         * lily/break-substitution.cc (fast_substitute_grob_array): do
7961         fast_substitute_grob_array for all unordered grob_arrays.
7962         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7963         (substitute_grob_array): optimize.
7964
7965         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7966
7967         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7968
7969         * lily/parser.yy: revert $globalheader patch.
7970         
7971         * lily/include/translator.icc
7972         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7973         Translator methods, without _static helper.
7974  
7975         * lily/grob-smob.cc (derived_mark): rename from
7976         do_derived_mark(). Return void.
7977
7978         * scm/define-context-properties.scm
7979         (all-internal-translation-properties): remove tweakCount/tweakRank.
7980
7981         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7982         predefined break-visibilities.
7983
7984         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7985         booleans for break-visibility.
7986
7987         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7988
7989         * python/convertrules.py (conv): rule for Timing_translator. 
7990
7991         * lily/include/translator.icc: new file. 
7992
7993         * lily/paper-column-engraver.cc (process_music): new
7994         file. Separate Paper_column factory from Score_engraver.
7995
7996         * lily/vertically-spaced-context-engraver.cc: administer
7997         spaceable-staves property of System.
7998
7999         * lily/translator-group-ctors.cc: new file.
8000
8001         * lily/context-property.cc (make_grob_from_properties): construct
8002         the right Grob class programmatically, looking at the class entry
8003         for the meta property.
8004
8005         * lily/break-align-engraver.cc (stop_translation_timestep): call
8006         Break_align_interface::add_element() directly.
8007
8008         * lily/context.cc (measure_position): measure_position() is now a
8009         normal function.
8010
8011         * lily/include/translator.hh (class Translator): rename
8012         process_acknowledged_grobs() to process_acknowledged() and move to
8013         Translator.
8014
8015         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8016         field for each grob description.
8017
8018         * lily/include/translator-group.hh (class Translator_group):
8019         change to base class. Separate class from Translator. This gets
8020         rid of virtual inheritance for Engravers/Performers.
8021
8022         * lily/staff-performer.cc (class Staff_performer): derive
8023         Staff_performer from Performer, not Performer_group_performer 
8024
8025         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8026         new function.
8027         (precompute_method_bindings): new function. Precompute lists of
8028         Translators, so we only call methods (process_music,
8029         start_translation_timestep, etc.) for Translators needing
8030         it. Also: dispose of pointer-to-member-function calls.
8031
8032         * lily/engraver-group-engraver.cc: remove engraver_each,
8033         recurse_down_engravers ()
8034
8035         * lily/note-head.cc (internal_print): only call
8036         glyph-name-procedure if style != default. 
8037
8038 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8039
8040         * ly/titling-init.ly: add printallheaders option.
8041
8042         * Documentation/user/global.itely: document printallheaders.
8043
8044 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8045
8046         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8047         anymore, but do it centrally.  
8048
8049         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8050         hammer hack.
8051
8052         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8053
8054         * scm/output-lib.scm: remove hammer-print-function.
8055
8056         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8057         macro. Declare a Link_array<Grob> and fill it from a grob.
8058         (extract_item_set): idem for item.
8059
8060         * lily/break-substitution.cc: add header.
8061         (fast_substitute_grob_array): rewrite for Grob_arrays.
8062         (substitute_grob_array): idem.
8063
8064         * lily/group-interface.cc (add_thing): remove file.
8065
8066         * flower/include/parray.hh (class Link_array): slice() is const.
8067
8068         * lily/include/grob-array.hh: new file.
8069
8070         * lily/grob-array.cc (spanner): new file.
8071
8072         * lily/beam-quanting.cc (fill): read details property from beam.
8073
8074         * lily/beam.cc: support details property.
8075
8076         * total speedups below: approx 10%.
8077
8078         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8079
8080         * lily/include/grob.hh (class Grob): add interfaces_ member.
8081
8082         * lily/bezier.cc (init_polynomial_cache): new function: cache
8083         binom(3,j) t^j (1-t)^{3-j}
8084         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8085
8086         * lily/*.cc: substitution throughout.
8087
8088         * lily/grob-property.cc (internal_get_object): new routine.
8089         (internal_set_object): idem. Store grob refrences in separate
8090         alist. This saves processing time, since properties aren't
8091         break-substituted, and the per grob namespace is smaller, both for
8092         grobs and non-grob properties.
8093
8094         * scm/define-grob-properties.scm (all-internal-grob-properties):
8095         remove center-element.
8096
8097         * lily/grob.cc: remove tweak-count, tweak-rank.
8098
8099 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8100
8101         * Documentation/user/lilypond-book.itely: fixes example.
8102
8103 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8104
8105         * Documentation/user/global.itely (Creating titles):    
8106         * Documentation/user/examples.itely (All headers): change the
8107         place of \header in \score blocks (after music block) to make
8108         examples compile (cf. changes on parser.yy on 2005-07-10)
8109
8110 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8111
8112         * python/convertrules.py: add exc -> ecc rule.
8113
8114         * scripts/convert-ly.py: add location of convertrules.py
8115         in a comment.
8116
8117         * Documentation/user/changing-defaults.itely: fix language.
8118
8119 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8120
8121         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8122
8123 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8124
8125         * scm/output-socket.scm (grob-bbox): don't use inf? 
8126
8127         * flower/include/rational.hh: add operator bool() 
8128
8129         * scm/define-music-types.scm (music-descriptions): remove
8130         internal-class-name properties.
8131
8132         * lily/include/event.hh: remove file.
8133
8134         * lily/include/music-constructor.hh: remove file.
8135
8136         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8137         in 'types property.
8138
8139         * lily/music.cc (duration_length_callback): new function.
8140
8141         * lily/event.cc: remove file.
8142
8143         * lily/music-constructor.cc: remove file.
8144
8145         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8146
8147         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8148         (get_context_key): idem.
8149
8150         * scm/lily.scm (lambda): new option object-keys (default to #f)
8151
8152         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8153
8154         * scm/output-gnome.scm: remove beam routine.
8155
8156         * scm/output-ps.scm (scm): idem.
8157
8158         * scm/output-svg.scm: remove beam.
8159
8160         * ps/music-drawing-routines.ps: remove draw_beam.
8161
8162         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8163
8164         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8165         add scm_from_locale_string compatibility glue. 
8166
8167 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8168
8169         * scripts/lilypond-book.py: Prevent occuring error when
8170         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8171         times and target file shoud be overwritten.  (Error message said
8172         'input file and output file is same'.)
8173
8174 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8175
8176         * input/regression/slur-extreme.ly,
8177         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8178         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8179         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8180         "excentricity" to "eccentricity".
8181
8182         * Documentation/user/converters.itely: fix URL for Noteedit and
8183         Rosegarden.
8184
8185         * THANKS: added Yoshinobu Ishizaki.
8186
8187 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8188
8189         * scm/define-markup-commands.scm (justify-field): add. 
8190
8191         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8192
8193 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8194
8195         * lily/lookup.cc (filled_box): express filled_box with
8196         round_filled_box
8197
8198         * scm/midi.scm (paper-book-write-midis): new function. Write all
8199         performances in numbered MIDI files.
8200
8201         * lily/performance-scheme.cc (LY_DEFINE): new file.
8202         (LY_DEFINE): new function ly:performance-write.
8203
8204         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8205         new function.
8206         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8207
8208         * scm/framework-*.scm: use port arguments throughout.
8209
8210         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8211
8212         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8213
8214         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8215
8216         * scm/framework-texstr.scm (output-framework): 
8217
8218         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8219
8220         * scm/output-lib.scm (tablature-stem-attachment-function):
8221         tablature stem attachment fix. 
8222
8223 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8224
8225         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8226
8227         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8228
8229         * scm/define-music-types.scm (music-descriptions): don't use
8230         Music_wrapper type.
8231
8232         * lily/paper-column.cc (print): print moment too.
8233
8234         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8235         remove compatibility cruft.
8236
8237         * lily/parser.yy (score_body): \score can only begin with Music. 
8238
8239         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8240         make-score. Take music argument only. Move parser interaction to
8241         Scheme.
8242
8243         * scm/lily-library.scm (scorify-music): new function.
8244
8245         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8246         (datadir): remove resource import.
8247         (print_environment): remove get_bbox()
8248         (cp_to_dir): remove pre 1.5.2 compat glue.
8249
8250 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8251
8252         * lily/include/simple-spacer.hh (Module): idem.
8253
8254         * lily/include/spring.hh (struct Spring): store inverse
8255         strength. This prevents division by zero.
8256
8257         * VERSION: release 2.7.0
8258         
8259         * lily/include/music.hh (class Music): remove Music::duration_log()
8260
8261         * lily/stem-engraver.cc (make_stem): take duration log from event.
8262
8263         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8264
8265 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8266
8267         * scm/lily.scm (ly:load): load autochange.scm
8268
8269         * Documentation/user/tutorial.itely (Running LilyPond for the
8270         first time): remove reference to DVI/TeX
8271
8272         * scm/define-markup-commands.scm (text): add \text markup command.
8273
8274         * configure.in (reloc_b): bump requirement to Python 2.2.
8275
8276         * lily/include/dots.hh (class Dots): make has_interface() static.
8277
8278         * python/convertrules.py (conv): add rule for ly:grob-default-font
8279
8280         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8281         alphabetical order.
8282
8283         * input/regression/trill-spanner-pitched.ly: new file.
8284
8285         * lily/font-interface-scheme.cc (LY_DEFINE): function
8286         ly:grob-default-font (changed from get-default-font).
8287
8288         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8289
8290         * lily/note-head.cc (internal_print): if style is not a symbol,
8291         set style to 'default. 
8292         (internal_print): no style suffix if glyph-name-procedure not
8293         set. Default to quarter head.
8294
8295         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8296
8297         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8298
8299         * ly/music-functions-init.ly: \pitchedTrill
8300
8301         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8302
8303         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8304
8305         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8306
8307         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8308
8309         * po/fr.po: update
8310
8311         * po/de.po: update.
8312
8313 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8314
8315         * Documentation/user/changing-defaults.itely: add link
8316         to grob-iterface.
8317
8318         * Documentation/user/advanced-notation.itely: add material
8319         to Setting automatic beam behaviour.  Thanks, Joe!
8320
8321         * Documentation/user/lilypond.itely: change encoding to utf-8.
8322
8323 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8324
8325         * Documentation/user/advanced-notation.itely (Setting automatic
8326         beam behavior): Correct the documentation of
8327         revert-auto-beam-setting (backportme)
8328
8329 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8330
8331         * lily/ly-module.cc (ly_make_anonymous_module): define
8332         %module-public-interface of module. 
8333
8334         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8335         without lexer.
8336
8337 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8338
8339         * input/regression/fret-diagrams.ly: stretch example.
8340
8341 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8342
8343         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8344         Fodor).
8345
8346 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8347
8348         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8349
8350         * Documentation/user/examples.itely, lilypond-book.itely:
8351         change \RequirePackage to \usepackage.
8352
8353         * Documentation/user/global.itely: document copyright and tagline.
8354
8355 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8356
8357         * Documentation/user/basic-notation.itely (Transpose): remove link
8358         to nonexistent UntransposableMusic.
8359
8360         * scm/output-svg.scm: remove old definitions.
8361
8362         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8363         invoking.
8364
8365         * python/lilylib.py (search_exe_path): new function.
8366
8367 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8368
8369         * python/lilylib.py (mkdir_p): remove setup_environment()
8370         (backportme)
8371
8372         * buildscripts/mutopia-index.py (headertext): trim text.
8373
8374         * Documentation/topdocs/NEWS.tely (Top): refresh.
8375
8376         * scm/define-markup-commands.scm (wordwrap-string): new function:
8377         split string in paras and words.
8378         (wordwrap-markups): new function.
8379         (wordwrap-stencils): new function. 
8380         (justify): use it.
8381         (wordwrap): use it.
8382         (wordwrap-string): use it
8383         (justify-string): use it.
8384
8385         * scm/lily-library.scm (regexp-split): new function.
8386
8387         * scm/define-markup-commands.scm: remove encoded-simple. 
8388         remove font-markup.
8389         (fontsize): remove old version  of fontsize.
8390         (wordwrap): new markup function. Wrap into paragraphs.
8391
8392         * VERSION: Branch lilypond_2_6
8393         (MINOR_VERSION): go to 2.7.0
8394
8395 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8396
8397         * po/zh_TW.po: update from translation project.
8398
8399 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8400
8401         * scm/midi.scm: compile fix.
8402
8403 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8404
8405         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8406         patch. Now, the tempfile module is loaded too, not only used.
8407
8408 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8409
8410         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8411         0.05 - 1.00 to 0.25 - 1.00
8412
8413         * scm/midi.scm: moved the default-instrument-equalizer procedure
8414         to just under the insturment-equalizer-alist it takes as an
8415         argument.
8416
8417 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8418
8419         * Documentation/user/advanced-notation.itely (Font selection):
8420         remove CMR note.
8421
8422         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8423
8424 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8425
8426         * THANKS: Add UTF-8 marker.
8427
8428         * Documentation/user/point-and-click.itely (http): Update: use
8429         lilypond-invoke-editor.  Fix: instruct to use user.js.
8430
8431 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8432
8433         * ly/titling-init.ly: implements printpagenumber, increases
8434         space between dedication and title (to avoid collisions with
8435         "g" and "q" in dedication), and nicer logic about copyright
8436         and instrument fields being printed on the first page.
8437         Thanks Vincent!
8438
8439         * Documentation/user/global.itely: document printpagenumber.
8440
8441 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8442
8443         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8444
8445 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8446
8447         * THANKS: update to 2.6
8448
8449         * VERSION: 2.6.0 released.
8450
8451 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8452
8453         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8454         rule, errorneously removed probably because of misleading comment.
8455
8456 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8457
8458         * python/lilylib.py (datadir): py2exe comments.
8459
8460         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8461
8462         * configure.in (reloc_b): make fontconfig REQUIRED.
8463
8464 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8465
8466         * po/fi.po: add latest translations.
8467
8468 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8469
8470         * ChangeLog: recode utf-8
8471
8472         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8473         logo.
8474
8475         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8476
8477         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8478
8479         * python/convertrules.py (do_conversion): don't print program_name
8480         from within a module
8481
8482         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8483
8484         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8485
8486 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8487
8488         * Documentation/user/lilypond-book.itely,
8489         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8490
8491         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8492         fixes baseline-skip.  Thanks Vincent!
8493
8494         * Documentation/user/advanced-notation.itely, global.itely:
8495         moved "Selecting font sizes" to global, since it deals with
8496         notation font size, not text fonts.
8497
8498 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8499
8500         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8501         to fonts.
8502
8503 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8504
8505         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8506         workaround since /dev/stdin doesn't work on Cygwin. Using a
8507         temporary file in the current directory since latex doesn't
8508         understand the path name to the default TMP in Cygwin (at least on
8509         win XP).
8510         
8511         * Documentation/user/global.itely (Creating titles): Correct
8512         misprint in example. Thanks to Rob Vlasaty.
8513
8514 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8515
8516         * VERSION (PATCH_LEVEL): release 2.5.32
8517
8518         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8519         variable in lily module
8520
8521         * scm/framework-ps.scm (output-classic-framework): error message
8522         regarding the classic framework.
8523
8524         * Documentation/user/henle-flat-gray.png (Module): new file.
8525
8526         * Documentation/user/baer-flat-gray.png (Module): new file.
8527
8528         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8529         whiteout for markups.
8530
8531         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8532         regex too. This fixes change clef appearance in PDF. 
8533
8534         * ttftool/include/*: remove.
8535
8536         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8537
8538         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8539
8540         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8541
8542         * ttftool/*: remove ttftool subdirectory.
8543
8544         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8545
8546         * lily/ttf.cc (print_header): new file. Convert to type42, using
8547         FreeType to parse the TTF. 
8548
8549         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8550         and post table may differ. Pass around post_nglyphs as well.
8551
8552 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8553
8554         * ly/music-functions-init.ly (musicMap): new music function
8555         musicMap. 
8556         
8557 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8558
8559         * make/mutopia-rules.make: anti-alias-factor = 2
8560
8561         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8562         page switch.
8563
8564         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8565         anti-alias-factor for lilypond-book runs.
8566
8567         * scm/ps-to-png.scm (scale-down-image): new function.
8568         (my-system): new function.
8569         (make-ps-images): blow up GS resolution by anti-alias-factor,
8570         scale down image by anti-alias-factor.  This improves appearance
8571         of bitmaps
8572         (make-ps-images): remove showpage. Fixes spurious empty png at
8573         end.
8574
8575         * scm/framework-ps.scm (write-preamble): downcase filename before
8576         string-matching. Should fix .TTF files (as opposed to ttf files)  
8577
8578         * Documentation/user/tutorial.itely (Running LilyPond for the
8579         first time): separate subsections for windows, macos and unix.  
8580
8581         * Documentation/user/invoking.itely (Updating files with
8582         convert-ly): add MacOS X note.
8583
8584 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8585
8586         * Documentation/user/introduction.itely (Engraving): don't include
8587         file optical-spacing, add directly.
8588
8589         * lily/paper-outputter.cc (file): open file in binary mode. This
8590         fixes OTF embedding on windows.
8591
8592 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8593
8594         * scm/framework-ps.scm (write-preamble): remove debugging output.
8595
8596         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8597
8598         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8599         outdir.
8600         (install-fc-cache): install font cache in installation directories.
8601
8602 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8603
8604         * scm/editor.scm (editor-command-template-alist): Use char iso
8605         column, except for Emacs.
8606         (get-editor-command): Substitute char too (Bertalan Fodor).
8607
8608 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8609
8610         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8611         quoted ~s.  This should fix PNG output on Windows; single quotes
8612         are regular characters on Windows.
8613
8614 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8615
8616         * Documentation/user/basic-notation.itely: include ChoirStaff
8617         in System start delimiters.
8618
8619         * Documentation/user/putting.itely: new doc section on
8620         fixing overlapping notation.
8621
8622 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8623
8624         * Documentation/user/global.itely (Paper size): \paper is in
8625         \book, not \score.
8626
8627         * make/mutopia-rules.make: -ddelete-intermediate-files
8628
8629         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8630
8631 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8632
8633         * ChangeLog: Recode utf-8.
8634
8635         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8636         datadir with .py modules.
8637
8638 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8639
8640         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8641
8642 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8643
8644         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8645         
8646         * scm/framework-ps.scm (write-preamble): remove status check.
8647
8648         * Documentation/user/invoking.itely (Updating files with
8649         convert-ly): remove -o option.
8650
8651         * VERSION (PACKAGE_NAME): release 2.5.31
8652
8653         * scm/framework-ps.scm (write-preamble): use ly:system.
8654         (write-preamble): verbosity.
8655
8656         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8657
8658         * python/convertrules.py: new file. Store conversion rules
8659         separately.
8660
8661 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8662
8663         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8664
8665 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8666
8667         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8668         \musicDisplay 
8669
8670         * Documentation/user/instrument-notation.itely (More stanzas): Add
8671         reference to StanzaNumber.
8672
8673 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8674
8675         * THANKS: separate section for website translators.
8676
8677 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8678
8679         * Documentation/topdocs/INSTALL.texi: update vim info;
8680         thanks Simon Bailey!
8681
8682         * Documentation/user/advanced-notation.itely: included
8683         color names.
8684
8685         * Documentation/user/advanced-notation.itely,
8686         Documentation/usr/notation-appendices.itely: moved
8687         color names into an appendix.
8688
8689 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8690         
8691         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8692
8693         * scm/lily.scm (lambda): initialize program options from here.
8694
8695         * scm/framework-*.scm: add header info.
8696
8697         * lily/main.cc (parse_argv): only set output format to pdf if no
8698         other format specified.
8699
8700         * scm/backend-library.scm (postprocess-output): process
8701         'delete-intermediate-files after running convert-to-*. This fixes
8702         PNG generation when 'delete-intermediate-files is set.
8703         
8704 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8705
8706         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8707         links on website. 
8708
8709 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8710
8711         * Documentation/topdocs/INSTALL.texi,
8712         Documentation/user/lilypond-book.itely: typos.
8713
8714 2005-06-12  Pal Benko  <benkop@freestart.hu>
8715
8716         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8717         added between program name and switch; -b changed to -f not
8718         to generate pdf
8719
8720 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8721
8722         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8723         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8724
8725         * input/sakura-sakura.ly: add \midi.
8726
8727         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8728         iso. python find. 
8729
8730         * ttftool/test.c (main): cosmetics.
8731
8732         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8733
8734         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8735         create a ttf2ps binary.
8736
8737         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8738
8739         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8740         true.
8741
8742 2005-06-11  Graham Percival <gperlist@shaw.ca>
8743
8744         * Documentation/user/lilypond-book.itely: add warning about
8745         the font warnings in dvips.
8746
8747 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8748
8749         * THANKS: typo
8750
8751         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8752
8753         * GNUmakefile.in: remove links for .map, .enc
8754         don't fail if out/ doesn't exist yet.
8755
8756 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8757
8758         * ttftool/util.c (surely_read): return nbytes
8759
8760         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8761
8762         * VERSION (PACKAGE_NAME): release 2.5.30
8763
8764         * flower/string-convert.cc (precision_string): >? fix.
8765
8766         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8767         (make-ps-images): add verbose -q too.
8768
8769         * lily/default-actions.cc (Module): new file. default
8770         {book,score}-print functions.
8771
8772         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8773         pass results via parseStringResult, lookup via ly:parser-lookup.  
8774
8775         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8776         constructors.
8777         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8778         (parse_string): idem.
8779
8780         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8781
8782         * lily/main.cc (main_with_guile): copy be_verbose_global into
8783         ly_set_option()
8784
8785 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8786
8787         * scm/backend-library.scm (postscript->pdf):
8788         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8789         verbose mode.  Search for several names of gs executable.
8790
8791 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8792
8793         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8794         directly. This fixes a massive memory leak, provided you use CVS
8795         GUILE.
8796
8797 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8798
8799         * ly/property-init.ly: Added tieDashed.
8800
8801         * THANKS: Added some bughunters for 2.5.
8802
8803 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8804
8805         * lily/program-option.cc: add debug-gc option.
8806
8807         * lily/include/lily-guile-macros.hh: don't protect exported module
8808         objects.
8809
8810         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8811
8812         * scm/backend-library.scm (postscript->pdf): use
8813         delete-intermediate-files iso. running-from-gui? 
8814
8815         * ttftool/util.c (surely_read): robustness. Allow read() to return
8816         less bytes than requested, as per posix standards.
8817
8818         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8819         program option.
8820
8821         * ttftool/include/ttftool.h ("C"): rename verbosity to
8822         ttf_verbosity. Add to public interface.
8823
8824         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8825
8826         * lily/program-option.cc: rename from scm-option.cc
8827
8828         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8829         (get_help_string): Print pretty help string.
8830
8831         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8832         to snippet preamble.
8833
8834         * lily/scm-option.cc: remove command-line-settings option. Fold
8835         all command-line options plus default settings in a generic
8836         interface. 
8837
8838         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8839         texts too.
8840
8841 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8842
8843         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8844         or EXT_ components non-empty.
8845
8846 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8847
8848         * scm/lily.scm (running-from-gui?): Export.
8849
8850         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8851         output in .ly source directory.
8852
8853 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8854
8855         * ttftool/util.c (surely_lseek): more verbosity.
8856
8857         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8858         compile.
8859
8860         * lily/parser.yy (Repeated_music): remove >? 
8861
8862         * scm/backend-library.scm (postscript->pdf): Support for
8863         -dgs-font-load=1
8864
8865         * scm/framework-ps.scm (write-preamble): make font loading
8866         switchable to GS via --define-default gs-font-load=1
8867
8868 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8869
8870         * Documentation/user/global.itely: added \layout docs.
8871
8872 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8873
8874         * lily/lily-parser-scheme.cc: add unistd.h
8875
8876 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8877
8878         * scm/editor.scm: add char argument.
8879
8880         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8881
8882         * ttftool/util.c (syserror): use errno for better error reporting.
8883
8884         * lily/source-file.cc (get_counts): new function. Calc column,
8885         line and char count in one go.
8886
8887         * lily/binary-source-file.cc (quote_input): rename to quote_input
8888
8889         * lily/input.cc (set): new function.
8890
8891 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8892
8893         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8894         directory part of file name to search directory.
8895
8896         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8897         search path and chdir to DIR if --outname=DIR used.
8898
8899         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8900         existence before appending original path.
8901
8902 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8903
8904         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8905         file" massage.
8906
8907         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8908         texinfo.tex is always used.
8909         
8910 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8911
8912         * flower/include/axis.hh: rename from axes.hh
8913
8914         * lily/include/text-interface.hh (Module): rename from text-item.hh
8915
8916         * VERSION (PATCH_LEVEL): release 2.5.29
8917
8918         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8919
8920         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8921         (handle-macfont): new function. Call fondu for Native mac fonts.
8922
8923         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8924         '() case.
8925
8926 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8929         multi-page.  Fix .eps regular expression.
8930
8931 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8932
8933         * Documentation/user/putting.itely: add info on modifying templates.
8934
8935         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8936         misc small changes.
8937
8938 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8939
8940         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8941
8942         * scripts/lilypond-ps2png.scm
8943
8944         * VERSION (PACKAGE_NAME): release 2.5.28
8945
8946 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8947
8948         * lily/main.cc (prepend_env_path): Do not append /, that does not
8949         work.  Localedir lives in datadir, not in prefix.
8950
8951         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8952         hack for windows.
8953
8954         * flower/include/file-cookie.hh: Compile fix.
8955
8956 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8957
8958         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8959
8960         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8961         system primitives.
8962         (gulp-port): using read-string!/partial. We don't want to read an
8963         entire PS file  (GUILE 1.6 limits strings to 16M) 
8964
8965         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8966         properties. Add font-interface. 
8967
8968         * scm/define-grob-properties.scm (all-user-grob-properties):
8969         remove old bracket properties.
8970
8971         * scm/x11-color.scm: reformat. 
8972
8973         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8974         LedgerLineSpanner if new StaffSymbol is found. 
8975
8976         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8977         staff-symbol for finishing staff. 
8978
8979         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8980
8981         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8982         change black to currentColor everywhere. This fixes color support
8983         in SVG.
8984
8985 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8986
8987         * input/regression/fret-diagrams.ly: new file to test fret diagram
8988         capability
8989
8990         * scm/output-tex.scm: remove white-dot and white-text
8991
8992         * scm/output-ps.scm: remove white-dot and white-text
8993
8994         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8995         using ly:stencil-in-color instead
8996         (draw-dots) : remove call to white-dot
8997
8998 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8999
9000         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9001         support.
9002
9003         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9004
9005         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9006
9007         * flower/file-cookie.cc: new file. lily_cookie extension.
9008         
9009 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9010
9011         * scm/editor.scm (editor-command-template-alist): Add syn
9012         editor (Jaap [de Vos]).
9013
9014 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9015
9016         * scripts/lilypond-ps2png.scm:
9017         * scm/ps-to-png.scm: New file.
9018
9019         * scm/backend-library.scm (postscript->png): Use it.
9020
9021         * scripts/lilypond-ps-to-png.py: Remove file.
9022
9023         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9024
9025 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9026
9027         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9028
9029         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9030         start on grace moment. Fixes autobeam-grace.ly.
9031
9032         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9033         process anything unless we're at the end of a pending beam. Fixes
9034         syncopated 8ths beamed across a beat.
9035
9036 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9037
9038         * scm/editor.scm (editor-command-template-alist): Start emacs if
9039         emacslient fails.
9040
9041         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9042
9043         * flower/file-path.cc (is_file, is_dir): Export.
9044
9045         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9046
9047 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9048
9049         * lily/easy-notation.cc: Added include cctype to correct
9050         compilation error.
9051
9052 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9053
9054         * scm/backend-library.scm (postscript->pdf): set resolution to
9055         1200, so bitmap fonts aren't that ugly. 
9056
9057         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9058
9059         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9060         parent if we have a notehead. Fixes incorrect offsets when
9061         Paper_column is very wide in the X direction.
9062
9063         * input/regression/font-family-override.ly (Module): new file.
9064
9065         * scm/font.scm (make-pango-font-tree): new function.
9066
9067         * lily/beam.cc (before_line_breaking): remove warning about less
9068         than 2 visible stems. We still get a warning when there is only
9069         one stem.
9070
9071 2005-06-01  Werner Lemberg  <wl@gnu.org>
9072
9073         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9074         correctly.
9075
9076 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9077
9078         * lily/slur-scoring.cc (generate_avoid_offsets): new
9079         function. Generate avoid offsets once per slur.
9080
9081         * lily/slur.cc (add_extra_encompass): add dependency to
9082         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9083
9084         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9085         too. Fixes inf error with added bass notes.
9086
9087         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9088         argument anymore.
9089
9090         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9091
9092         * input/tutorial/lbook-latex-test.tex: add line length test.
9093
9094         * scripts/lilypond-book.py (set_default_options): new
9095         function. Call this before dissecting snippets, so linewidth
9096         settings reach the snippets.
9097
9098 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9099
9100         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9101
9102 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9103
9104         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9105
9106 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9107
9108         * stepmake/aclocal.m4: More autopackage friendliness.
9109
9110 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9111
9112         * Documentation/index.html.in: remove link to LSR.
9113
9114         * Documentation/user/global.itely: remove duplicate
9115         "dedication" \header{} section.
9116
9117 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9118
9119         * VERSION (PACKAGE_NAME): release 2.5.27.
9120
9121         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9122         too. Plugs memory leak.
9123
9124         * make/lilypond.fedora.spec.in (Group): remove
9125         lilypond-pdfpc-helper.
9126
9127         * scripts/GNUmakefile (SEXECUTABLES): remove
9128         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9129
9130         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9131         'typewriter family.
9132
9133         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9134         memory leak.
9135
9136         * lily/parser.yy (score_body): don't clone Score, that's done in
9137         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9138
9139         * lily/score-engraver.cc (derived_mark): new function.
9140         (initialize): unprotect Paper_score. This fixes a memory leak.
9141
9142         * lily/score-performer.cc (derived_mark): new function.
9143
9144         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9145
9146         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9147         spurious warning.
9148
9149         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9150         serif.
9151
9152 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9153
9154         * configure.in (reloc_b): Add --enable-relocation.
9155
9156 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9157
9158         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9159
9160         * input/regression/alignment-order.ly: add Staff example.
9161
9162 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9163
9164         * po/fr.po: update.
9165
9166 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9167
9168         * Documentation/index.html.in: add link to LSR.
9169
9170 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9171
9172         * scm/define-stencil-commands.scm (Module): new file. Register all
9173         allowed stencil expression heads in a central place.
9174
9175         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9176         ly:make-stencil
9177
9178         * lily/stencil-expression.cc (all_stencil_heads): registering
9179         stencil expressions.
9180
9181         * lily/stencil-interpret.cc: new file. Stencil expression
9182         interpreting.
9183
9184         * input/xiao-haizi-guai-guai.ly: move file back.
9185
9186 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9187
9188         * Documentation/user/advanced.itely, converters.itely,
9189         instrument-notation.itely, lilypond-book.itely: misc small
9190         changes.
9191
9192 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9193
9194         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9195
9196         * make/lilypond.fedora.spec.in: Fix source url.
9197
9198         * cygwin: Update from mingw patches.
9199
9200         * scm/editor.scm (editor-command-template-alist): Use jedit
9201         -reuseview (Bertalan), add uedit (Patrick Huberts).
9202
9203         * input/xiao-hai-zi-guai-guai.ly: Rename from
9204         xiao-haizi-guai-guai.ly.
9205
9206         * input/*: Reindent, do not use TAB.
9207
9208         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9209         white background.
9210
9211 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9212
9213         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9214         numerical overflow error.
9215
9216 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9217         
9218         * abc2ly.py: fix to syntax error in multi-part output.
9219
9220 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9221
9222         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9223         with disappearing span bars when alignAboveContext is active
9224
9225         * lily/property-iterator.cc (check_grob): use is-grob?
9226         object-property. Fixes crash-key-sig-font-size.ly. 
9227
9228 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9229
9230         * lily/bar-line.cc (print): don't round barlines; this produces
9231         odd aliasing effects in Acroread.
9232
9233         * lily/timing-engraver.cc (process_music): robustness fix.
9234
9235         * lily/context-def.cc (filter_engravers): bugfix.
9236
9237 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9238
9239         * lily/lilypond.rc.in: Add ly-icon.
9240
9241         * lily/GNUmakefile: 
9242         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9243         rules.
9244
9245 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9246
9247         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9248
9249         * ps/music-drawing-routines.ps: 
9250
9251         * scm/output-ps.scm: remove draw ez_ball.
9252
9253         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9254         EasyNotation context definition.
9255
9256         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9257         Text_interface and color for making easy note heads.
9258
9259         * lily/stencil.cc (with_color): new function.
9260
9261         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9262
9263         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9264         output routine. Zigzag now works in SVG too.
9265
9266         * scm/output-tex.scm (filledbox): idem.
9267
9268         * scm/output-svg.scm (filledbox): idem.
9269
9270         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9271
9272         * lily/lookup.cc (horizontal_line): use draw-line. 
9273
9274         * lily/system-start-delimiter.cc: remove old staff bracket code.
9275
9276         * mf/feta-haak.mf: further tweaks.
9277
9278         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9279
9280         * mf/feta-generic.mf: include feta-haak.
9281
9282         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9283
9284         * scm/framework-ps.scm (write-preamble): only load fonts if their
9285         filename is a string. 
9286
9287 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9288
9289         * scm/output-svg.scm (circle): support circle.
9290         (bracket): stub for bracket.
9291
9292         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9293         correct.
9294
9295 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9296
9297         * Documentation/user/lilypond.tely, advanced-notation.itely,
9298         basic-notation.itely, instrument-notation.itely, global.itely,
9299         introduction.itely, tutorial.itely: rearranging, editing,
9300         clean-up.
9301
9302         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9303         for compiling on FreeBSD.
9304
9305 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9306
9307         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9308         otf files.
9309
9310         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9311         bugfixes.
9312
9313         * VERSION: 2.5.26 released.
9314
9315         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9316
9317 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9318
9319         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9320         if printpagenumber is false.
9321
9322 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9323
9324         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9325         cache warning.
9326
9327         * lily/tie.cc (print): support dotted ties.
9328         
9329 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9330
9331         * scm/define-grobs.scm (all-grob-descriptions): switch off
9332         debugging
9333         (all-grob-descriptions): Arpeggio has Y-extent.
9334
9335         * scm/define-music-properties.scm (all-music-properties): document
9336         length-callback and start-callback as "read-only".
9337
9338         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9339         length-callback after creation. 
9340
9341         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9342         compressmusic -> compressMusic.
9343
9344         * ly/music-functions-init.ly (oldaddlyrics): idem.
9345
9346         * lily/parser.yy: NewLyricCombineMusic ->
9347         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9348
9349 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9350
9351         * ly/Welcome_to_LilyPond.ly: typo.
9352
9353 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9354
9355         * Documentation/user/lilypond.tely: move changing-defaults to be
9356         before global issues.
9357
9358         * Documentation/user/basic-notation.itely: move Transpose section
9359         here from advanced/Other.
9360
9361         * Documentation/user/changing-defaults.itely,
9362         advanced-notation.itely: move Fonts to advanced, edit.
9363
9364 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9365
9366         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9367         # before negative integers.
9368
9369 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9370
9371         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9372
9373         * Documentation/user/lilypond.tely: change Unified index to
9374         LilyPond index.
9375
9376         * Documentation/user/advanced-notation.itely,
9377         instrument-notation.itely: editing.
9378
9379 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9380
9381         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9382
9383         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9384
9385 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9386
9387         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9388         ly:port-move.  Needs to be stderr-specific on mingw.
9389         Run fixcc.
9390
9391 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9392
9393         * lily/general-scheme.cc (ly:port-move): Remove.
9394
9395         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9396         windows.
9397
9398         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9399         variables.  This eliminates the need for a gs.bat wrapper, which
9400         opens a console.
9401
9402         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9403         * scm/lily.scm (running-from-gui?): 
9404         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9405         artifact of not compiling with -mwindows.
9406
9407         * scm/editor.scm: Define PLATFORM.
9408
9409 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9410
9411         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9412         can start to cut & paste lilypond-book fragments.  
9413
9414         * scm/define-music-types.scm (music-descriptions): remove
9415         UntransposableMusic
9416
9417 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9418
9419         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9420
9421 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9422
9423         * Documentation/user/instrument-notation.itely: remove *Engraver.
9424
9425         * Documentation/user/advanced-notation.itely: edit, rearrange.
9426
9427 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9428
9429         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9430         findresource iso. findfont for CID CFF fonts.
9431
9432         * VERSION (PACKAGE_NAME): release 2.5.25
9433
9434         * ly/Welcome_to_LilyPond.ly: add  \version
9435
9436 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9437
9438         * Documentation/user/programming-interface.itely: move
9439         \displayMusic into its own section.
9440
9441         * Documentation/user/basic-notation.itely: finish editing.
9442
9443 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9444
9445         * flower/file-path.cc (find): don't throw away file_name.dir, but
9446         append to it. Fixes \include with directories.
9447
9448         * flower/include/file-path.hh (class File_path): don't derive from
9449         Array<String>.
9450
9451         * flower/include/file-name.hh (class File_name): remove to_str0()
9452
9453         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9454         Hara_kiri_engraver in separate file.
9455
9456         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9457         translation went wrong. Fixes vertically translated slurs.
9458
9459 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9460
9461         * Documentation/user/basic-notaton.itely: editing.
9462
9463 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9464
9465         * Documentation/user/macros.itexi, basic-notation.itely:
9466         add @commonprop (commonly used properties) macro.
9467
9468 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9469
9470         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9471
9472         * scripts/lilypond-book.py (invokes_lilypond): new function
9473         (main): only run fontextract if invokes_lilypond() is true.
9474
9475         * lily/function-documentation.cc (ly_add_function_documentation):
9476         duh, use !=
9477
9478         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9479
9480         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9481
9482         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9483
9484         * lily/function-documentation.cc (ly_add_function_documentation):
9485         use scm_hash_table_p() for checking.
9486
9487 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9488
9489         * Documentation/user/advanced-notation.itely (Text scripts):
9490         Change nonexisting @internalsref{Text markup} to @ref{Text
9491         markup}.  Change @internalsref{Text script} to
9492         @internalsref{TextScript}.
9493
9494         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9495
9496 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9497
9498         * Documentation/user/tutorial.itely, basic-notation.itely,
9499         changing-defaults.itely: remove duplicate cindex entries
9500         that appear on the same page.
9501
9502         * scm/define-grobs.scm: change default padding for TextSpanner.
9503
9504         * Documentation/topdocs/AUTHORS.texi: update email address.
9505
9506         * Documentation/user/global.itely: add info about \include.
9507
9508 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9511         when running-from-gui.
9512
9513         * scm/editor.scm (get-editor): Add platform defaults.
9514
9515         * scm/backend-library.scm (postscript->pdf): Typo.
9516
9517 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9518
9519         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9520
9521         * lily/font-config.cc (init_fontconfig): add warning about cache.
9522
9523 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9524
9525         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9526
9527 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9528
9529         * lily/horizontal-bracket.cc (print): Take care of the direction
9530         property so brackets above the stave point downwards. 
9531
9532         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9533         for HorizontalBracket so it doesn't end up within the stave.
9534
9535 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9536
9537         * lily/GNUmakefile (default): Typo.
9538
9539         * scm/lily.scm (PLATFORM): Export.
9540
9541         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9542         load-font-via-GS, ttftool or fopencookie is broken on windows.
9543         
9544         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9545         -dSAFER, that is broken on windows.
9546
9547 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9548
9549         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9550         for FlexLexer.h
9551
9552         * scripts/lilypond-invoke-editor.scm: remove stray -
9553
9554 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9555
9556         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9557         Fixes deprecation warning.
9558
9559         * flower/include/string.icc (to_string): Only inline if
9560         -DSTRING_UTILS_INLINED.
9561
9562         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9563         name.  Remove windows comment.
9564
9565         * scm/editor.scm (slashify): New function.
9566         (get-editor-command): Use it.
9567         (get-command-template): Do not alter editor command if
9568         environment value includes `%(file)s' magic.
9569
9570         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9571         (dissect-uri): Use it.
9572         (unquote-uri): Bugfix.
9573
9574 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9575
9576         * scm/framework-ps.scm (write-preamble): add TTF rule.
9577
9578         * Documentation/topdocs/README.texi (Top): remove note about
9579         xdelta.
9580
9581         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9582         requirement.
9583
9584         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9585         function. Figure out where FlexLexer.h lives
9586
9587         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9588         
9589 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9590
9591         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9592         with Windows root in file name.
9593
9594         * scm/backend-library.scm (ly:system): Only redirect output (using
9595         system and shell, ugh) if /dev/null is writable.
9596
9597         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9598         windows icon.
9599
9600         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9601         on Mingw.
9602
9603         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9604         click.
9605
9606         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9607         use result of stat when available.
9608
9609         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9610         absolute file name and root.
9611
9612         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9613
9614         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9615
9616         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9617         slashes in file name.
9618
9619 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9620
9621         * Documentation/user/preface.itely (Preface): Run
9622         texinfo-all-menus-update.
9623
9624         * scm/editor.scm (get-editor-command): Bugfix: allow full
9625         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9626
9627         * Documentation/pictures/lilypond-48.xpm: New file.
9628
9629         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9630
9631         * ly/Welcome_to_LilyPond.ly: New file.
9632
9633         * lily/main.cc (main): Only identify if we have a terminal.
9634
9635         * scm/backend-library.scm (postscript->png)
9636         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9637         non-/bin/sh).
9638
9639 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9640
9641         * Documentation/topdocs/AUTHORS.texi: polish, update.
9642
9643 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9644
9645         * Documentation/user/preface.itely (Notes for version 2.6): new
9646         notes for 2.6
9647
9648         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9649         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9650         is not fully contained" warnings.
9651
9652         * lily/slur-scoring.cc (get_bound_info): remove warning.
9653
9654         * lily/staff-symbol-engraver.cc (process_music): start initial
9655         spanner in process_music(). This fixes overrides of StaffSymbol
9656         properties.
9657
9658         * scm/framework-pdf.scm (Module): remove.
9659
9660         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9661
9662         * lily/ambitus-engraver.cc: formatting cleanups.
9663
9664         * mf/feta-solfa.mf (Module): remove.
9665
9666         * ChangeLog: more details about contributions.
9667
9668 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9669
9670         * lily/align-interface.cc (align_elements_to_extents): warn if
9671         called too early. Fixes: disappearing-staff-lines.ly
9672
9673         * VERSION (PACKAGE_NAME): release 2.5.24
9674
9675 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9676
9677         * stepmake/aclocal.m4: Typo.
9678
9679         * flower/string.cc (substitute): Take two strings or two
9680         characters.  Update callers.
9681
9682 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9683
9684         * flower/file-name.cc (File_name): Slashify.
9685
9686         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9687
9688         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9689
9690         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9691
9692         * configure.in (gui_b): Use it.
9693
9694         * lily/lilypond.rc.in: New file.
9695
9696         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9697
9698 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9699
9700         * Documentation/user/advanced-notation.itely: edit of Text
9701         section; clarify text scripts vs. text markup.
9702
9703 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9704
9705         * lily/multi-measure-rest-engraver.cc
9706         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9707         separation items on start. Fixes mm rests in start of score.
9708
9709         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9710         don't access StaffSymbol if not there.
9711         Fixes: crash-staff-symbol-engraver.ly.
9712
9713         * lily/instrument-name-engraver.cc (class
9714         Instrument_name_engraver): data member first_. Create
9715         InstrumentName on start. 
9716
9717 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9718
9719         * Documentation/user/instrument-notation.itely: add guitar
9720         position.
9721
9722         * Documentation/user/introduction.itely,
9723         Documentation/user/lilypond.tely,
9724         Documentation/user/tutorial.itely: begin pruning
9725         unused (duplicated) cindex entries and misc cleanup.
9726
9727 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9728
9729         * input/test/volta-chord-names.ly: Bring the explanation up to
9730         date.
9731
9732 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9733
9734         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9735         Specify `@documentencoding utf-8' for html, ignore warnings.
9736
9737 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9738
9739         * THANKS: Added bughunters.
9740
9741 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9742
9743         * lily/main.cc: update help string for `lilypond -H'.
9744
9745         * po/fi.po: update.
9746         
9747 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9748
9749         * Documentation/user/advanced-notation.itely: minor fixes.
9750
9751 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9752
9753         * scm/editor.scm: New module.
9754
9755         * scm/lily.scm (gui-main): Use it.
9756
9757         * scm/framework-gnome.scm (spawn-editor): Use it.
9758
9759         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9760
9761 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9762
9763         * scm/framework-ps.scm (load-font-via-GS):  new function.
9764
9765         * lily/pango-font.cc (pango_item_string_stencil): add support for
9766         CID keyed font.
9767
9768         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9769
9770 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9771
9772         * Documentation/user/basic-notation.itely: add @ref.
9773
9774         * Documentation/user/advanced-notation.itely: add example
9775         of 5/8 beaming.
9776
9777 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9778
9779         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9780
9781         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9782         going through ps2pdf wrappers.
9783
9784 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9785
9786         * Documentation/user/instrument-notation.itely: petrucci note
9787         heads: updated docu
9788
9789         * input/regression/note-head-style.ly: updated regression test;
9790         indentation fixes
9791
9792         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9793         heads as default
9794
9795         * mf/parmesan-heads.mf: minor editing; use musicological names
9796         (rather than optical description) as note head names
9797
9798         * scm/output-lib.scm: complete petrucci heads
9799
9800 2005-05-09  Pal Benko  <benkop@freestart.hu>
9801
9802         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9803         heads, but bigger)
9804
9805 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9806
9807         * lily/main.cc (main_with_guile): Remove no files check.
9808
9809         * lily/main.cc (ly:usage): Export to Scheme.
9810
9811         * scm/lily.scm (no-files-handler): New function.
9812
9813         * scm/lily.scm (lilypond-main): Use it.
9814
9815         * configure.in (gui_b): Add mbrtowc checking.
9816         Resurrect [utf8/]wchar.h checking.
9817
9818 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9819
9820         * Documentation/user/advanced-notation.itely (Metronome marks):
9821         Add link to the program reference for MetronomeMark
9822
9823         * Documentation/user/lilypond-book.itely (An example of a
9824         musicological document): Correct the example using psfonts 
9825
9826 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9827
9828         * po/fi.po: update after a lesson how to update entries against
9829         source.
9830         
9831         * po/TODO: document the lesson.
9832
9833 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9834
9835         * configure.in (gui_b): remove wcrtomb checking.
9836
9837         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9838         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9839
9840 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9841
9842         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9843         keep Scheme expressions and strings unmodified when doing the
9844         conversion to postfix notation for slurs and beams. Should
9845         hopefully solve most related conversion problems. 
9846
9847         * Documentation/user/lilypond-book.itely : Clarify and correct how
9848         to call dvips with -h psfonts.
9849
9850 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9851
9852         * Documentation/user/instrument-notation.itely (Entering lyrics):
9853         Typo.  Fixes build.
9854
9855 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9856
9857         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9858
9859         * Documentation/user/lilypond.tely, lilypond-book.itely,
9860         tutorial.itely: change references to 2.5.x to 2.6.x.
9861
9862         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9863         vs \lyricmode.
9864
9865         * Documentation/user/invoking.itely: remove old info about
9866         lilypond-profile.
9867
9868         * Documentation/topdocs/INSTALL.texi: remove old info about
9869         lilypond-profile, add warning about needing international fonts
9870         to build docs.
9871
9872 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9873
9874         * lily/include/grob-info.hh (class Grob_info): make data member
9875         private. Changes throughout.
9876
9877         * input/regression/alignment-order.ly: new file. 
9878
9879         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9880         alignAboveContext and alignBelowContext
9881
9882 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9883
9884         * lily/pfb.cc (LY_DEFINE): add cast.
9885
9886         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9887         matches .otf
9888         (write-preamble): warn about unknown fonts.
9889
9890         * lily/pfb.cc (Module): new function ly:otf->cff
9891
9892         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9893         (get_otf_table): new function.
9894
9895 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9896
9897         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9898         iso. ps2png.
9899
9900 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9901
9902         * po/fi.po: apply second round of update.
9903
9904 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9905
9906         * scm/x11-color.scm (make-x11-color-handler): don't use
9907         #\sp. Apparently doesn't work on all platforms. 
9908
9909 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9910
9911         * Documentation/user/advanced-notation.itely, putting.itely,
9912         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9913
9914 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9915
9916         * VERSION (PACKAGE_NAME): release 2.5.23
9917
9918 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9919
9920         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9921         convert to utf-8.
9922
9923         * THANKS: Add translators for this release, convert to utf-8.
9924
9925         * mf/GNUmakefile (MFTRACE_FLAGS):
9926         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9927         outdir as option (WAS: hardcoded).
9928
9929 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9930
9931         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9932         finished_span_
9933
9934         * THANKS: add Hans Forbrich.
9935
9936         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9937
9938         * Documentation/user/basic-notation.itely (Staff symbol): document
9939         start/stop staff. Reference to ossia.ly
9940
9941         * input/test/ossia.ly: new example using stop and startStaff.
9942
9943         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9944         in other words, don't create "|" barline at start of the score.
9945         (start_translation_timestep): don't set whichBar for start of score.
9946
9947         * input/regression/staff-halfway.ly: use new functionality.
9948
9949         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9950         start and stop staff based on events.
9951
9952         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9953
9954         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9955
9956 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9957
9958         * Documentation/user/programming-interface.itely (How markups work
9959         internally ): remove \encoding reference.
9960
9961 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9962
9963         * scripts/convert-ly.py: Attempt to do a smarter update of 
9964         text markups from versions < 1.9.0 with arbitrary nesting.
9965
9966 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9967
9968         * po/fi.po: convert to utf-8, and update.
9969
9970 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9971
9972         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9973
9974         * lily/*.cc: more <? >? to min/max changes
9975
9976         * lily/include/interpretation-context-handle.hh: rename
9977         Interpretation_context_handle to Context_handle.
9978
9979 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9980
9981         * input/regression/GNUmakefile (local_delete): use `find` together 
9982         with `xargs` to avoid too long argument-lists in cmd line.
9983
9984 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9985
9986         * Documentation/user/introduction.itely: updates "About this manual".
9987
9988         * Documentation/user/advanced-notation.itely,
9989         invoking.itely: minor fixes.
9990
9991 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9992
9993         * COPYING: add font exception. Update FSF address. 
9994
9995         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9996         should be taken without child context.
9997
9998         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9999
10000         * scm/define-markup-commands.scm (triangle): new command, as
10001         robust replacement for unicode Delta/Triangle.
10002
10003 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10004
10005         * ps/music-drawing-routines.ps: add fillp argument.
10006
10007         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10008
10009         * lily/font-config.cc (init_fontconfig): don't add cff/
10010
10011         * VERSION (PACKAGE_NAME): release 2.5.22
10012
10013         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10014
10015         * lily/grace-engraver.cc (consider_change_grace_settings): use
10016         is_alias(). Fixes problem with CueVoice grace notes. 
10017
10018         * lily/simultaneous-music-iterator.cc (construct_children): call
10019         Music_iterator::quit() for iterators that start out invalid. This
10020         fixes indefinitely continuing contexts.
10021
10022         * buildscripts/substitute-encoding.py: new file
10023
10024         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10025         missing @end 
10026
10027         * scripts/lilypond-book.py (write_if_updated): print file name.
10028
10029         * Documentation/user/basic-notation.itely (Explicitly
10030         instantiating voices): idem.
10031
10032         * Documentation/user/advanced-notation.itely (Text spanners):
10033         remove stray { } 
10034
10035         * lily/context.cc (default_child_context_name): the default child
10036         is now first in accepts_list_.
10037
10038         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10039         \defaultchild to all relevant contexts.  This fixes:
10040         drums-pitch.ly.
10041
10042         (Probably also fixes similar problems with ancient
10043         transcriptions getting CueVoices instead of the desired voices.)
10044  
10045         * lily/context-def.cc (get_default_child): new function.
10046         (get_accepted): place default child in front of list.
10047
10048         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10049
10050         * lily/include/context-def.hh (struct Context_def): add
10051         default_accept_
10052
10053 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10054
10055         * scm/define-grobs.scm: remove "remove-first" line, since
10056         the absent property is set to #f anyway.
10057
10058         * Documentation/user/basic-notation.itely,
10059         advanced-notation.itely, instrument-notation.itely: minor
10060         fixes.
10061
10062         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10063
10064         * Documentation/user/advanced-notation.itely,
10065         changing-defaults.itely: consolidate Text stuff in
10066         advanced notation.
10067
10068         * Documentation/user/global.itely: better docs for \header.
10069
10070         * Documentation/user/putting.itely: new chapter; placeholder
10071         for future expansion.
10072
10073         * Documentation/user/examples.itely: moved "suggestions for
10074         writing LP files" section into putting.itely.
10075
10076         * Documentation/user/lilypond.itely: added new chapter,
10077         fixed the short table of contents.
10078
10079 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10080
10081         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10082         infinity for unfeasible beams.
10083
10084         * make/lilypond.fedora.spec.in (Group): idem.
10085
10086         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10087
10088         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10089
10090         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10091         fonts directly.
10092
10093         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10094
10095         * mf/GNUmakefile: remove all CFF rules.
10096
10097         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10098
10099         * lily/open-type-font-scheme.cc (LY_DEFINE):
10100         new function ly:otf-font-table-data.
10101         (LY_DEFINE): new function otf-font?
10102
10103 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10104
10105         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10106         ($(outdir)/Fontmap.lily): idem.
10107
10108         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10109         for PFAEmmentaler-XXX.pfa. 
10110
10111         * Documentation/user/music-glossary.tely (accidental): NL
10112         translation of accidental.
10113
10114 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10115
10116         * flower/include/international.hh: Bugfix: include "string.hh".
10117
10118         * lily/include/mingw-compatibility.hh: New file.
10119
10120         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10121
10122         * configure.in: Search for mingw wcrtomb library.
10123
10124 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10125
10126         * scripts/convert-ly.py: Bug fix
10127
10128         * Documentation/user/changing-defaults.itely (Common tweaks):
10129         Added example where the context has to be specified explicitly
10130         (MetronomeMark). 
10131
10132 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10133
10134         * scripts/lilypond-book.py (ly_options): set timing to #f for
10135         notime option.
10136
10137         * scripts/convert-ly.py (conv): typo.
10138
10139         * flower/*.cc: remove <? and >?
10140         
10141         * lily/*.cc: remove <? and >?
10142
10143         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10144         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10145         editor.
10146
10147 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10148
10149         * lily/part-combine-engraver.cc: add space to variable list.
10150
10151 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10152
10153         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10154         remove-first to false (matches docs)
10155
10156         * Documentation/user/advanced-notation.itely: corrected docs
10157         concerning remove-first.
10158
10159 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10160
10161         * lily/part-combine-engraver.cc: make sure that the relevant
10162         properties are included in the documentation.
10163
10164 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10165
10166         * Documentation/user/lilypond-book.itely: Bernard's docs
10167         for \betweenLilyPondSystem.
10168
10169 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10170
10171         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10172         remarks.
10173
10174 2005-04-28  Pal Benko  <benkop@freestart.hu>
10175
10176         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10177         only on vertical lines of flexa shape, and use a constant
10178         thickness value for horizontal lines (patch slightly modified by
10179         Jürgen Reuter)
10180
10181         * lily/include/mensural-ligature.hh: make 2 comments clearer
10182
10183 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10184
10185         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10186         to need_extra_horizontal_space; bugfix: use class scope to avoid
10187         global namespace pollution
10188
10189         * Documentation/user/instrument-notation.itely (ligatures): added
10190         comment on possible future syntax change and how to work around
10191
10192         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10193         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10194         intervals (fixes agnus dei example)
10195
10196         * Documentation/user/instrument-notation.itely (white mensural
10197         ligatures): selected a more illustrative example
10198
10199 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10200
10201         * Documentation/index.html.in: specify utf-8 charset in meta content.
10202
10203 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10204
10205         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10206         empty 2nd page for single page.
10207
10208         * scm/lily.scm: remove p&c definitions.
10209
10210         * po/zh_TW.po (Module): new translation.
10211
10212         * lily/lily-guile.cc (ly_chain_assoc): remove.
10213
10214         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10215         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10216
10217 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10218
10219         * lily/beaming-info.cc: remove infinity_i
10220
10221         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10222
10223 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10224
10225         * Documentation/user/basic-notation.itely,
10226         instrument-notation.itely, advanced-notation.itely,
10227         changing-defaults.itely: minor fixes.  Added docs
10228         for colors to advanced-notation.itely.
10229
10230         * Documentation/user/advanced-notation.itely: fixed compile
10231         problem and added Bernard's x11-color doc patch.
10232
10233 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10234
10235         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10236         alright this time round.
10237
10238 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10239
10240         * Documentation/topdocs/INSTALL.texi (Top): idem.
10241
10242         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10243
10244         * VERSION (MAJOR_VERSION): release 2.5.21
10245
10246         * scm/output-ps.scm (grob-cause): bugfix.
10247
10248 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10249
10250         * cygwin/*: Update.
10251
10252         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10253         stuff.
10254
10255         * scm/output-ps.scm (grob-cause): Bugfix.
10256
10257         * scm/lily.scm (ly:load): Remove x11-color.
10258
10259         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10260         quote executable, fixes getting version from program --with
10261         --options.
10262         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10263         $ac_exeect.
10264
10265         * Documentation/user/GNUmakefile: Only build music-glossary with
10266         rendered lilypond snippets during web.
10267
10268 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10269
10270         * po/de.po: update.
10271
10272         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10273
10274 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10275  
10276         * scripts/abc2ly:
10277         second title line append with punctuation dash character;
10278         encode abc2ly python strings in utf-8
10279        
10280 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10281
10282         * scripts/abc2ly fix chords (again)
10283  
10284 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10285
10286         * scm/x11-color.scm: new file
10287         All x11 color names can be accessed with:
10288         #(x11-color 'ColorName),
10289         #(x11-color "ColorName") or:
10290         #(x11-color "color name")
10291         If the x11 color name is not recognised then it defaults
10292         to black
10293
10294         * scm/lily.scm: amended to call scm/x11-color.scm
10295
10296 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10297
10298         * Documentation/user/invoking.itely (Reporting bugs): comment out
10299         reference to online PNG bug repository.
10300
10301 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10302
10303         * lily/translator-scheme.cc (ly:translator-property): Remove.
10304         Update callers.
10305
10306         * lily/context-scheme.cc (ly:context-now): Move from translator.
10307         Update callers.
10308
10309 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10310
10311         * input/regression/grid-lines.ly (skips): refine example.
10312
10313         * scm/define-context-properties.scm
10314         (all-user-translation-properties): doc autoBeamCheck
10315
10316         * input/regression/grid-lines.ly (Module): new file.
10317
10318         * lily/grid-point-engraver.cc (Module): new file.
10319
10320         * lily/grid-line.cc (Module): new file.
10321
10322         * lily/grid-line-span-engraver.cc (Module): new file.
10323
10324         * lily/grid-line-interface.cc (Module): new file.
10325
10326 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10327
10328         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10329         missing parameter, actualy cdr through list.  Actually return a
10330         list with ENTRY removed (was '()).
10331
10332         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10333         opened.
10334         (do_conversion): Fix printing of continuation comma.
10335
10336         * Documentation/user/advanced-notation.itely (Beam formatting):
10337         Remove refbugs about compound time and mixed duration.
10338
10339         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10340         modulo moments explicitely.
10341
10342         * lily/moment.cc (operator %): New function.
10343
10344         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10345
10346         * lily/translator-scheme.cc (ly:translator-now,
10347         ly:translator-property): New function.
10348
10349         * scm/auto-beam.scm (default-auto-beam-check): New function.
10350
10351         * lily/auto-beam-engraver.cc (test_moment): Use it.
10352
10353         * flower/rational.cc (operator %): Bugfix.
10354
10355 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10356
10357         * scripts/abc2ly: Bugfix
10358
10359 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10360
10361         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10362         %'s on EndFont comment.
10363
10364         * lily/ledger-line-spanner.cc: some more words of explanation.
10365
10366 2005-04-20  John Williams <williams@tni.com>  
10367         
10368         * scripts/lilypond-book.py: htmlquote bugfix.
10369         Allow snippets to be given distinct filenames.
10370         Allow the default alt text to be overridden.
10371
10372 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10373
10374         * ly/performer-init.ly: Bugfix
10375
10376         * THANKS: Added bughunters.
10377
10378 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10379
10380         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10381
10382         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10383         position (was: use modulo measure length).
10384
10385         * configure.in (no gui_b): Remove optional gtk+ requirement.
10386
10387 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10388
10389         * Documentation/user/basic-notation.itely (Pitches): add
10390         LedgerLineSpanner.
10391
10392         * lily/dynamic-engraver.cc (process_music): set right bound to
10393         script if present. Else, do not set.
10394         (acknowledge_grob): only set right bound of finished spanner to
10395         note column if no other bound is set.
10396
10397         * python/lilylib.py (make_ps_images): switch back to png16m.
10398         
10399 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10400
10401         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10402         writing up to date file.  Add dvips usage suggestion.
10403
10404         * scripts/convert-ly.py: Fix error message.
10405         Print usage if no files on command line.
10406         (usage): Add example usage.
10407
10408         * input/test/compound-time.ly: New file.
10409
10410         * input/test/circle.ly: New file.
10411
10412         * Documentation/topdocs/NEWS.tely: Use them.
10413
10414         * input/test/boxed-stencil.ly: Remove \score.
10415
10416         * buildscripts/mf-to-table.py (base): Add .log dependency.
10417
10418         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10419         pfa's.  Add .log dependency
10420
10421         * scm/define-markup-commands.scm (lower): New command.
10422
10423         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10424         make it default.
10425
10426 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10427
10428         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10429         also to finished cresc as right bound. This fixes:
10430         skip-string-decresc.ly
10431
10432         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10433         relative_coordinate if extent is empty.
10434
10435         * lily/stem.cc (width_callback): determine correct extent if flag
10436         is not there. This fixes slur-no-flag.ly
10437
10438         * lily/grace-engraver.cc (consider_change_grace_settings): new
10439         function.
10440         (initialize): also consider_change_grace_settings() on
10441         initialization. Fixes large grace notes at start of score.
10442
10443         * lily/break-align-interface.cc (do_alignment): don't translate if
10444         total_extent is empty.
10445
10446         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10447
10448 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10449
10450         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10451         with slash.
10452
10453 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10454
10455         * stepmake/aclocal.m4: Remove tfm_path.
10456
10457 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10458
10459         * scm/music-functions.scm (markup-expression->make-markup): fix
10460         bug with cons arguments of markup commands.
10461         (music->make-music): fix music expression property list building
10462
10463 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10464
10465         * aclocal.m4: Massage package names.
10466
10467         * SCons updates.
10468
10469 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10470
10471         * VERSION (PACKAGE_NAME): release 2.5.20
10472
10473         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10474         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10475
10476         * lily/percent-repeat-engraver.cc (try_music): add measure before
10477         next_moment to future processing moment. Fixes:
10478         percent-repeat-mm-rest.ly
10479         (process_music): don't add moment for 2nd time.
10480
10481         * input/regression/repeat-percent.ly: add mmrests as extra test.
10482
10483         * lily/axis-group-engraver.cc (acknowledge_grob): read
10484         keepAliveInterfaces to decide what to kill.
10485
10486         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10487         percent-repeat-interface to keepAliveInterfaces. This fixes
10488         percent-repeat-harakiri.
10489
10490 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10491
10492         * SCons updates.
10493
10494 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10495
10496         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10497
10498         * aclocal.m4: remove --enable-tfm-path configure option
10499
10500         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10501
10502         * scm/backend-library.scm (postscript->png): newline after
10503         finishing command.
10504
10505         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10506         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10507
10508         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10509
10510         * lily/score.cc (default_rendering): use Music_output too.
10511
10512         * input/test/chord-names-languages.ly (Module): rename file.
10513
10514         * lily/text-spanner.cc: add bound-padding.
10515
10516         * lily/paper-book.cc (systems): accept Paper_score
10517         iso. Paper_system vector. 
10518
10519         * input/regression/line-arrows.ly: new file.
10520
10521         * lily/paper-score.cc (process): run get_paper_systems() only once.
10522
10523         * lily/line-spanner.cc (line_stencil): add arrows.
10524
10525 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10526
10527         * lily/line-interface.cc (make_arrow): new function. 
10528         (arrows): idem.
10529
10530 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10531
10532         * input/test/chord-names-german.ly: update for italian/french
10533         chords.
10534         
10535         * Documentation/user/instrument-notation.itely (Printing chord
10536         names): update.
10537
10538 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10539
10540         * lily/include/paper-score.hh (class Paper_score): remove unused
10541         prototypes.
10542
10543         * lily/book.cc (process): add -COUNT to midi output.
10544
10545         * lily/score.cc (book_rendering): remove outname argument
10546         (book_rendering): return list of Music_outputs. 
10547
10548         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10549
10550         * lily/book.cc (process): loop over Music_outputs returned from
10551         Score::book_rendering().
10552
10553         * lily/*.cc (width_callback): remove spurious "unused" warnings
10554         for assert (axis==[XY]_AXIS); 
10555
10556         * lily/include/music-output.hh (class Music_output): smobify class.
10557
10558         * lily/include/paper-score.hh (class Paper_score): make members
10559         private.
10560
10561         * lily/performance.cc (process): return #f iso. #<undefined>. This
10562         prevents #<undefined> leaking into GUILE-userspace.
10563
10564 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10565
10566         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10567
10568 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10569
10570         * scm/chord-name.scm : support for italian and french
10571         chords names.
10572
10573         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10574         a space defined by chordPrefixSpacer when the root name is
10575         direclty followed by a prefix.
10576
10577         * ly/engraver-init.ly : chordPrefixSpacer       
10578         * scm/define-context-properties.scm : chordPrefixSpacer
10579         * ly/property-init.ly : italianChords, frenchChords 
10580
10581 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10582
10583         * mf/feta-din.mf: Remove.
10584
10585         * mf/GNUmakefile (fontdir): Bugfix.
10586
10587         * mf/SConstruct: Some updates.
10588
10589         * SConstruct: Require pkg-config.
10590         (test_program): Bugfix for double digit version compares, use
10591         integer (not string-) compare.
10592         Optionally require gs 8.14.
10593
10594         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10595
10596         * lily/*: s/ifdef HAVE_*/if have/.
10597
10598         * SConstruct (test_lib): New function.  Update pkg-config and some
10599         other requirements.
10600
10601         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10602         freetype, pangof2t.
10603
10604 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10605
10606         * po/lilypond.pot, ...: Update using bison-CVS.
10607
10608         * python/lilylib.py (make_ps_images): Fixo.
10609
10610 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10611
10612         * python/lilylib.py (make_ps_images): typo.
10613
10614         * configure.in (gui_b): make bison optional.
10615
10616         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10617
10618 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10619
10620         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10621         with one parameter can be defined in a LaTeX file when processed
10622         by lilypond-book this will be evaluated between the systems of
10623         a multi-system score. The parameter is the number of systems processed.
10624
10625 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10626
10627         * python/lilylib.py (make_ps_images): Escape newline.
10628
10629         * Documentation/user/music-glossary.tely: Run
10630         texinfo-all-menus-update.
10631
10632 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10633
10634         * scm/lily-library.scm (old-relative-not-used-message)
10635         (version-not-seen-message): Add input-file-name-location to message.
10636
10637         * lily/parser.yy (lilypond): Add token aliases.
10638
10639         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10640         not confuse with alteration.
10641         (alteration): Add.
10642
10643 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10644
10645         * python/lilylib.py (make_ps_images): use -dEPSCrop
10646
10647         * VERSION (PACKAGE_NAME): release 2.5.19 
10648
10649         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10650         only put xrefs in info documentation.
10651
10652         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10653         .pdf rule to tex-rules.make.
10654
10655         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10656         from -systems.* output.
10657
10658         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10659         directly, remove -$(PAGESIZE) target.
10660
10661         * input/test/embedded-postscript.ly: update.
10662
10663 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10664
10665         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10666
10667         * Documentation/user/changing-defaults.itely (Font selection):
10668         document font-name.
10669
10670         * input/regression/font-name.ly: show Pango fonts for
10671         font-name. Update example. 
10672
10673         * lily/pango-select.cc (properties_to_pango_description): don't
10674         convert symbol font-size to number, but use to lookup.
10675
10676         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10677
10678         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10679         (NAME . FILE-NAME) tuples for font descriptions. 
10680         (write-preamble): display BeginFont DSC comments.
10681
10682         * python/fontextract.py (write_extracted_fonts): new file. Extract
10683         font resources from a PS file.
10684
10685         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10686         (Compile_error.process_include): do_file returns chunks.
10687
10688         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10689
10690         * make/lysdoc-targets.make: .texi is .PRECIOUS
10691
10692         * scripts/lilypond-book.py (write_if_updated): new function.
10693
10694 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10695
10696         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10697
10698 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10699
10700         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10701
10702         * input/regression/markup-syntax.ly: remove \score.
10703
10704         * scm/define-markup-commands.scm (draw-circle): add fill argument
10705
10706         * scm/stencil.scm (make-circle-stencil): add fill argument
10707
10708         * ps/music-drawing-routines.ps: add fill argument.
10709
10710         * ly/performer-init.ly: add CueVoice to MIDI too.
10711
10712         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10713         EndEPSF.
10714
10715         * input/regression/markup-eps.ly: new file.
10716
10717         * scm/framework-ps.scm (write-preamble): change order: vars should
10718         be inited before procedures.
10719
10720         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10721         for EPS files.
10722
10723         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10724
10725 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10726
10727         * configure.in (gui_b): add check for ghostscript 8.15
10728
10729 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10730
10731         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10732         start of line. Fixes cresc-after-newline.ly
10733
10734         * lily/source-file.cc (file_line_column_string): use get_column().
10735
10736 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10737
10738         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10739
10740 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10741
10742         * lily/*: use message () iso progress_indication () for messages.
10743         Revise/uniformise user messages.
10744
10745         * flower/warn.cc (progress_indication): New function.
10746         (message): Use it.  Fixes newline problems.
10747
10748         * config.make.in (webdir): Sort out install dirs.
10749
10750         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10751
10752         * python/lilylib.py (command_name): Bugfix.
10753         (make_ps_images):
10754
10755 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10756
10757         * lily/main.cc: --help says what types of backends are availabe
10758
10759 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10760
10761         Fix ./VERSION dependency, and without need to reconfigure.
10762
10763         * lily/main.cc (setup_paths): Update.
10764
10765         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10766
10767         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10768
10769         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10770         Add \line for some simplistic cases.
10771
10772         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10773
10774 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10775
10776         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10777         to compile LY files (useful for adding eg. "-I" args)
10778         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10779         2Gnome command for gnome backend.
10780         (LilyPond-command-formatgnome): call the 2Gnome command. key
10781         binding: C-c C-g
10782
10783 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10784
10785         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10786         depend on all PNG images.
10787
10788 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10789
10790         * GNUmakefile.in: Bugfix: also link .map files.
10791
10792 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10793
10794         * scm/music-functions.scm (music->make-music): generate 
10795         a (make-music ...) sexpr from a music expression.
10796         (display-scheme-music): use guile pretty printer to display the
10797         make-music sexpr.
10798
10799 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10800
10801         * ly/engraver-init.ly: reindent.
10802         Add CueVoice.
10803
10804         * scm/music-functions.scm (music-pretty-string): handle moments
10805         too.
10806         (music-pretty-string): only print non-empty lists.
10807         (cue-substitute): create CueVoice context, which has smaller type.
10808
10809         * lily/moment-scheme.cc (LY_DEFINE): new methods
10810         ly:moment-grace-{numerator,denominator}
10811
10812         * lily/context-handle.cc: remove quit() method. 
10813
10814         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10815         (init_fontconfig): success is 0, not !0
10816
10817 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10818
10819         * mf/feta-nummer-code.mf (code): add plus glyph.
10820
10821         * lily/tie.cc (print): idem.
10822
10823         * lily/slur.cc (print): don't use thickness property for
10824         slur shape-thickness.
10825
10826         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10827         while adding stencils.
10828
10829         * scm/define-markup-commands.scm (with-color): with-color markup
10830         command.
10831         (whiteout): new markup command 
10832         (filled-box): new markup command
10833
10834 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10835
10836         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10837         test for PDF docs.
10838
10839         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10840         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10841         
10842         Notes for tetex-3.0 make web:
10843            psclean.map: s/uhv8a/uhvr8a/
10844            config.ps add:
10845                 p +psfonts_t1.map
10846                 p +psclean.map
10847                 p +typeface.map
10848
10849 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10850
10851         * scm/music-functions.scm (music-pretty-string): fix bug with
10852         string argument.
10853
10854 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10855
10856         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10857
10858 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10859
10860         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10861         only process options if they're there.
10862         (write_file_map): add version-seen? to snippet-map.ly
10863
10864 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10865
10866         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10867         formatting cleanups.
10868
10869         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10870         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10871
10872 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10873
10874         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10875         name directly.
10876
10877         * lily/main.cc (setup_paths): either add mf/out to search path or 
10878         fonts/{otf,type1,etc}
10879         
10880         * lily/font-config.cc (init_fontconfig): either add mf/out to
10881         FontConfig or fonts/{otf,type1,etc}
10882
10883         * GNUmakefile.in: don't put mf/ link in share/ dir.
10884
10885         * lily/staff-spacing.cc: move same-direction-correction to
10886         note-spacing-interface
10887
10888         * scm/lily.scm (lilypond-main): use variable argument count for
10889         exception handler.
10890
10891         * lily/font-config.cc (init_fontconfig): add operator pacification
10892         message.
10893
10894         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10895
10896         * buildscripts/gen-emmentaler-scripts.py (i): generate
10897         PFAEmmentaler as well.
10898
10899         * scm/framework-ps.scm (munge-lily-font-name): new function
10900         (write-preamble): hack: insert PFA equivalent of CFF into
10901         .PS. This makes LilyPond output printable on normal PS printers
10902         again.
10903
10904         * buildscripts/gen-emmentaler-scripts.py (i): generate
10905         PFAEmmentaler.pfa aswell.
10906
10907 2005-04-06  John Williams <williams@tni.com>  
10908         
10909         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10910         
10911 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10912
10913         * scm/page-layout.scm (default-page-make-stencil): always combine
10914         the header stencil, even if empty. This prevents the body text to
10915         reach up to the margins.
10916
10917         * po/rw.po (Module): new file, for Kinyarwanda.
10918
10919         * input/test/spacing-optical.ly (Module): new file.
10920
10921         * lily/staff-spacing.cc: add same-direction-correction
10922
10923 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10924
10925         * Documentation/user/introduction.itely (Engraving): Comment-out
10926         non-existent file.
10927
10928 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10929
10930         * scm/define-grob-properties.scm (all-user-grob-properties): add
10931         same-direction-correction
10932
10933         * VERSION: release 2.5.18
10934
10935 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10938         dereferencing.  Fixes make web.
10939
10940         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10941         errno.h.
10942
10943         * Documentation/user/: Fix links.
10944
10945 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10946
10947         * lily/text-interface.cc (Module): rename from text-item.cc
10948
10949         * input/regression/apply-output.ly (texidoc): function naming fix.
10950
10951         * lily/time-signature-performer.cc (derived_mark): new function.
10952
10953         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10954
10955         * scripts/lilypond-book.py (find_linestarts): new function.
10956         (find_toplevel_snippets): keep track of line numbers.
10957
10958         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10959         all key changes.
10960
10961         * ly/declarations-init.ly (partCombineListener): use
10962         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10963
10964         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10965
10966 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10967
10968         * lily/text-item.cc: Fix link.
10969
10970         * Documentation/user/changing-defaults.itely (Changing defaults):
10971         Fix programs reference links.
10972
10973         * Documentation/user/music-glossary.tely: Convert to utf-8.
10974
10975 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10976
10977         * make/lilypond-vars.make: remove TEXMF from variables.
10978         remove DEB_BUILD pk font variables.
10979         remove GUILE_LOAD_PATH
10980         remove TeX memory vars.
10981
10982 2005-04-04  Werner Lemberg  <wl@gnu.org>
10983
10984         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10985
10986 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10987
10988         * ps/lilyponddefs.ps: remove reencode-font
10989
10990         * lily/simple-spacer.cc (add_columns): also compare
10991         directly. Column rank doesn't distinguish between broken and
10992         unbroken columns. This fixes large spaces before time sig changes.
10993
10994         * Documentation/user/point-and-click.itely: document ly:set-option.
10995
10996         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10997         point_and_click_global is set.
10998
10999         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11000         ly:set-option argument.
11001
11002 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * GNUmakefile.in: Include symlinks in webball.
11005
11006         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11007         source dir for split and non-split manuals.
11008
11009         * Documentation/user/*y: Fix @uref/@inputfile links for
11010         split/non-split HTML documents.
11011
11012         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11013         .ps.gz.
11014         
11015 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11016
11017         * GNUmakefile.in: Add newline.
11018
11019 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11020
11021         * tex/lilyponddefs.tex: use color instead of xcolor
11022         * scm/output-tex.scm: minor editing
11023
11024 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11025
11026         * scm/music-functions.scm (display-scheme-music): pretty printer
11027         for music expressions.
11028
11029 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11030
11031         * buildscripts/install-info-html.sh (index_file): Fix link.
11032
11033 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11034
11035         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11036
11037         * Documentation/index.html.in: Add size estimates with some big pages.
11038
11039         * Documentation/user/tutorial.itely (Running LilyPond for the
11040         first time): Add/replace some @rglos links.  TODO: add more
11041         @rglos links in tutorial, test non-intrusiveness (.css).
11042
11043         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11044         annoying's indication of referencing external document.
11045
11046         * Documentation/user/GNUmakefile: Split version of glossary too.
11047         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11048         links, not only for html.
11049
11050         * Documentation/user/introduction.itely: Fix some links for other
11051         than html, do not use `here' as link name.
11052
11053 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11054
11055         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11056         @glossaryref.
11057
11058 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11059
11060         * scm/page-layout.scm (default-page-make-stencil): only add header
11061         if existing and not empty. Fixes spurious programming error.
11062
11063         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11064
11065 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11066
11067         * scm/output-tex.scm: implement {re,}setcolor
11068         * tex/lilyponddefs.tex: use color package
11069
11070 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11071
11072         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11073         additions to website.
11074
11075         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11076
11077         * Documentation/user/macros.itexi: Fix @usermanref html links in
11078         split documents: use @inforef.
11079
11080 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11081
11082         * Documentation/user/programming-interface.itely: minor fix.
11083
11084         * Documentation/user/advanced-notation.itely: added info to
11085         Metronome markings.
11086
11087 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11088
11089         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11090         use box-stencil.  Remove y-padding argument.
11091         (make-stencil-circler): New function.
11092
11093         * buildscripts/lilypond-words.py (F): 
11094         * elisp/SConscript (a): 
11095         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11096         * vim/SConscript (a): 
11097         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11098
11099         * lily/general-scheme.cc: Build fix.
11100
11101         * scm/markup.scm:
11102         * input/regression/markup-scheme.ly: 
11103         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11104
11105         * scm/stencil.scm (make-circle-stencil): New function.
11106
11107         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11108         name (was cicle).  Update callers.
11109         (circle): New markup command, similar to box.
11110
11111         * scm/stencil.scm (circle-stencil): New function.
11112
11113 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11114
11115         * configure.in: Detect libutf8/wchar.h variant.
11116
11117         * stepmake/aclocal.m4: Modify shared size test.
11118
11119 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11120
11121         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11122
11123 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11124
11125         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11126         
11127         * VERSION (PACKAGE_NAME):  release 2.5.17
11128
11129 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * scm/backend-library.scm (postscript->png): Fix comment and png
11132         message.
11133
11134         * GNUmakefile.in (link-tree): Fix locales.
11135
11136 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11137
11138         * lily/stencil-scheme.cc (LY_DEFINE): change to
11139         ly:stencil-aligned-to, non mutating.
11140
11141         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11142
11143         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11144
11145         * lily/quote-iterator.cc (derived_mark): call
11146         Music_wrapper_iterator::derived_mark() too.
11147
11148         * lily/grace-engraver.cc (derived_mark): change signature, add
11149         const.
11150
11151 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11152
11153         * SConstruct (symlink): 
11154         * GNUmakefile.in (link-tree): Add scripts to prefix.
11155
11156         * lily/general-scheme.cc (ly:effective-prefix): New function.
11157
11158         * scm/backend-library.scm (postscript->png): Use it.
11159
11160 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11161
11162         * lily/paper-score.cc (process): don't delete grobs after
11163         producing stencils. 
11164
11165         * scm/part-combiner.scm (determine-split-list): switch off
11166         debugging info.
11167
11168         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11169         if available.
11170
11171         * scm/define-context-properties.scm
11172         (all-user-translation-properties): add stringNumberOrientations.
11173
11174         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11175         so fingering and string-numbers are separately controlled.
11176
11177 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11178
11179         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11180         not use debugging.
11181
11182 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11183
11184         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11185
11186         * config.hh.in: add HAVE_FONTCONFIG.
11187
11188         * Documentation/user/instrument-notation.itely (String number
11189         indications): new node.
11190
11191         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11192
11193         * lily/new-fingering-engraver.cc (add_string): new function. 
11194         (acknowledge_grob): accept string-number-event as well.
11195
11196         * scm/define-markup-commands.scm (circle): new markup command.
11197
11198         * scm/output-lib.scm (print-circled-text-callback): new function.
11199
11200         * lily/GNUmakefile: move ifeq after include stepmake.make.
11201
11202 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11203
11204         * config.make.in (HAVE_LIBKPATHSEA_SO):
11205         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11206
11207         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11208         add KPATHSEA_LIBS.
11209
11210         * debian/watch: 
11211         * debian/control: Update.
11212
11213 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11214
11215         * input/test/title-markup.ly (spaceTest): remove.
11216
11217         * input/test/embedded-tex.ly (Module): remove.
11218
11219         * input/test/music-box.ly: use 'name property, not ly:music-name.
11220
11221         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11222
11223         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11224
11225 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11228         about xdeltas.  Add information about CVS.
11229
11230         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11231         gracefully handle failed files.
11232
11233         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11234
11235         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11236         small fixes.
11237
11238         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11239         No unnecessarily specific i18n messages.  Remove stray `1'.
11240
11241 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11242
11243         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11244         documentencoding
11245
11246         * scm/documentation-lib.scm (texi-file-head): set utf-8
11247         documentencoding.
11248
11249         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11250         Delta, not the Symbol one. 
11251
11252         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11253         for the .map file.
11254
11255         * Documentation/topdocs/INSTALL.texi (Top): add running
11256         requirement as compilation requirement.
11257
11258 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11259
11260         * buildscripts/mutopia-index.py (headertext): add h1 header and
11261         utf-8 charset meta field.
11262
11263         * input/GNUmakefile: prune example list.
11264
11265         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11266         options.
11267
11268         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11269         extent for visible stems.
11270
11271         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11272
11273 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11276
11277         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11278
11279 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11280
11281         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11282         pass inf/nan into slur scoring.
11283
11284         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11285         page.
11286
11287         * scripts/abc2ly.py (dump_voices): use alphabet().
11288
11289 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11290         
11291         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11292
11293 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11294         
11295         * flower/include/virtual-methods.hh: simplify. Patch by
11296
11297 2005-03-25  John Williams <williams@tni.com>  
11298
11299         * scripts/lilypond-book.py (main): add png for HTML too, guess
11300         only if necessary. 
11301
11302 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11303
11304         * Documentation/topdocs/INSTALL.texi: now recommends
11305         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11306
11307         * Documentation/user/basic-notation.itely,
11308         Documentation/user/tutoria.itely: warn about
11309         only one (phrasing) slur at once.
11310
11311 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11312
11313         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11314
11315 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11316
11317         * Documentation/user/basic-notation.itely: fixed info about
11318         ending a (de)cresc.
11319
11320         * Documentation/user/lilypond-book.itely: fixed
11321         lilypond-book filter example and warned about not doing
11322         --filter and --process at the same time.
11323
11324 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11325
11326         * lily/parser.yy (bass_number),
11327         Documentation/user/instrument-notation.itely (Figured bass): 
11328         Add the possibility to use text markup in figured bass. 
11329
11330 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11331
11332         * Documentation/user/global.itely: added info about naming
11333         identifiers and breakbefore.
11334
11335         * Documentation/user/invoking.itely: added info about batch
11336         processing files with convert-ly, removed references to TeX
11337         in the jail section.
11338
11339         * Documentation/user/examples.itely: possibly fixed piano
11340         dynamics.
11341
11342         * Documentation/user/advanced-notation.itely: added info
11343         about removing other types of Staff.
11344
11345         * Documentation/user/instrument-notation.itely: possibly
11346         fixed piano staff line switch.
11347
11348         * Documentation/user/changing-defaults.itely: added info
11349         about using normal font in titles.
11350
11351 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11352
11353         * VERSION (PATCH_LEVEL): release 2.5.16
11354
11355         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11356         explicitly.
11357
11358 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11359
11360         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11361         whitespace.
11362
11363         * python/lilylib.py (make_ps_images):
11364         * scm/backend-library.scm (postscript->pdf, postscript->png):
11365         Quote file name.  Use format rather than string-append juggling.
11366
11367 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11368
11369         * python/lilylib.py (make_ps_images): add x to -g argument. 
11370
11371         * lily/key-performer.cc (create_audio_elements): don't use
11372         scm_eval_string. Check for minor 3rd directly.
11373   
11374         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11375         (sarabandeCelloGlobal): key is D minor, not F major.
11376
11377 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11378
11379         Fix truncated --png output (Peter Danenberg).
11380         
11381         * python/lilylib.py (make_ps_images):
11382         * scripts/ps2png.py (copyright): Grok --papersize option.
11383
11384         * scm/backend-library.scm (postscript->png): Add parameter
11385         PAPERSIZE.  Update callers.
11386
11387         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11388         Fixes symbol placement.
11389
11390         * lily/spanner.cc: 
11391         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11392         <libc-extension.hh>).
11393
11394 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * Nitpick run.
11397
11398         * buildscripts/fixcc.py: Update.
11399
11400         Builddir run fixes.
11401
11402         * HACKING (datadir): Add VERSION.
11403
11404         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11405         higher up.
11406
11407 2005-03-15  Werner Lemberg  <wl@gnu.org>
11408
11409         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11410         diagonal stem doesn't become thinner.
11411
11412 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11413
11414         * buildscripts/fixcc.py: Fixes (Werner).
11415
11416 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11417
11418         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11419         Emmentaler/Aybabtu.
11420
11421         * GNUmakefile.in: fix lilypond-words path.
11422
11423         * po/tr.po: update to 2.3.21
11424
11425         * lily/new-fingering-engraver.cc (position_scripts): take priority
11426         from head position.
11427
11428         * input/regression/finger-chords-order.ly (texidoc): new file.
11429
11430 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11431
11432         * make/ly-rules.make: 
11433         * stepmake/aclocal.m4: 
11434         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11435
11436         * buildscripts/fixcc.py (rules): Leave space after operator.
11437
11438 2005-03-14  Werner Lemberg  <wl@gnu.org>
11439
11440         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11441         top of the glyph with smooth curve.
11442
11443 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11444
11445         * Documentation/user/global.itely (Page layout): remove
11446         printpagenumber.
11447
11448 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11449
11450         * input/regression/mensural-ligatures.ly: new file (with examples
11451         compiled by Pal Benko).
11452
11453         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11454         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11455         musicglyph access.  Many small beautifications in ancient
11456         examples.
11457
11458         * input/test/divisiones.ly: fixed indentation; small
11459         beautifications
11460
11461         * ly/engraver-init.ly: added FIXME comment
11462
11463         * scripts/lilypond-book.py,
11464         Documentation/user/lilypond-book.itely: added music fragment
11465         option "packed" to lilypond-book
11466
11467         * Documentation/user/instrument-notation.itely: Bugfix: added
11468         missing LedgerLineSpanner color setting in several places.  Added
11469         music fragment option "packed" to VaticanaContext example.
11470
11471 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11472
11473         * scm/define-grobs.scm (all-grob-descriptions): switch off
11474         Hyphen_spanner::set_spacing_rods 
11475
11476         * lily/lyric-hyphen.cc (print): add padding between syllable and
11477         hyphen.
11478         (print): shorten hyphen in tight situations (determine using
11479         minimum-length)
11480
11481         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11482         0.4pt.
11483
11484 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11487
11488         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11489         header/footer markings for regression-test.
11490
11491         * scm/backend-library.scm (output-scopes, header-to-file): Move
11492         from framework-tex.scm.
11493
11494         * scm/framework-ps.scm (output-framework)
11495         (output-preview-framework):
11496         * scm/framework-eps.scm (output-classic-framework)
11497         (output-framework): Use it.  Fixes collated files.
11498
11499 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11500
11501         * input/sakura-sakura.ly: 
11502         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11503
11504         * buildscripts/guile-gnome.sh: Update.
11505
11506         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11507
11508         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11509
11510 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11511
11512         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11513         culprit: always exit the loop if we find a rod, even if it has
11514         distance < 0. 
11515
11516         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11517         algorithm.
11518
11519         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11520         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11521
11522         * scm/output-svg.scm (dashed-line): new  function body.
11523         
11524         * GNUmakefile.in: create .htaccess.
11525
11526 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11527
11528         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11529
11530 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11531
11532         * VERSION (PACKAGE_NAME): release 2.5.15
11533
11534         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11535
11536         * scm/framework-svg.scm (output-framework): put scaling in
11537         document header. Apply scaling only once.
11538         (output-framework): dump page size in px, not mm. 
11539
11540         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11541         from font-size.
11542
11543         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11544         ly:outputter-output-scheme, new function.
11545
11546         * scm/output-svg.scm (pango-description-to-svg-font): new function
11547
11548 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11549
11550         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11551         target.
11552
11553         * input/typography-demo.ly: new file.
11554
11555 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11556
11557         * Documentation/user/global.itely (File structure): Add markup blocks
11558         to toplevel expressions.
11559         (Multiple movements, Creating titles): Add markup blocks.
11560
11561         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11562         <libc-extension.hh>).
11563
11564         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11565
11566         * flower
11567         * lily
11568         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11569
11570 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11571
11572         * lily/accidental.cc: special bboxes for natural. 
11573
11574         * mf/feta-toevallig.mf: make stems heavier.
11575
11576         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11577         texts as well.
11578
11579         * mf/feta-klef.mf: revise. 
11580
11581         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11582
11583         * mf/feta-klef.mf: add rounded curve at top. 
11584         make thinnib a little heavier.
11585
11586 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11587
11588         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11589
11590         * buildscripts/fixcc.py: New file.
11591
11592         * input/regression/utf8.ly: Update Debian font description.
11593
11594 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11595
11596         * stepmake/aclocal.m4: Fix test.
11597
11598 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11599
11600         * Documentation/user/invoking.itely: added Sebastino Vigna's
11601         docs for the --jail option.
11602
11603 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11604
11605         * lily/stem.cc (print): only produce stemlets if there are no
11606         noteheads on this stem.
11607
11608         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11609         don't crash on stemlet (visible stem without heads).
11610
11611         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11612         unbroken situations. 
11613
11614         * scm/output-lib.scm (center-invisible): new function.
11615
11616         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11617         wishes to determine loose column space.
11618
11619         * lily/font-config.cc (init_fontconfig): add
11620         fonts/{otf,type1,cff}  to path.
11621
11622         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11623
11624         * mf/GNUmakefile (Module): install all fonts under otf/
11625
11626         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11627         replace /fonts/otf/ by /ps/ 
11628
11629         
11630 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11631
11632         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11633
11634         * lily/book.cc (process): Oops, add score_.header_.
11635
11636         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11637
11638         * lily/parser.yy: Handle toplevel and book texts as score.
11639
11640         * scm/page-layout.scm (default-page-make-stencil):
11641         Bugfix: (page-properties rename.
11642
11643         * scm/backend-library.scm (ly:system): Typo.
11644
11645 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11646
11647         * stepmake/stepmake/executable-targets.make (installexe): don't
11648         strip installed executables
11649
11650         * lily/font-select.cc (get_font_by_design_size): revert
11651         pango_description_string as well.
11652
11653         * lily/system.cc (set_loose_columns): put loose column just left
11654         of next column.
11655
11656         * lily/include/group-interface.hh (extract_grob_array): rename
11657         from Pointer_group_interface__extract_grobs
11658
11659         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11660
11661         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11662         function. Keep ledgered note heads at a minimum distance.
11663         Introduce minimum-length-fraction
11664         (print): introduce length-fraction property.
11665
11666 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11667
11668         * tex/GNUmakefile: remove latin1.enc rules.
11669
11670 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11671
11672         * scm/titling.scm: Typo.
11673
11674         * input/regression/score-text.ly: Really add.
11675
11676         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11677
11678 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11679
11680         * lily/open-type-font-scheme.cc:  new file.
11681
11682 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11683
11684         * scm/titling.scm (layout-extract-page-properties): Rename from
11685         page-properties.  Update callers.
11686
11687         * lily/lexer.ll (Lily_lexer):
11688         * lily/parser.yy: Junk lyric_markup state.
11689
11690         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11691
11692         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11693         Add texts parameter.
11694
11695 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11696
11697         * lily/lexer.ll (lyric_markup): New mode.
11698         (Lily_lexer::push_lyric_markup_state): New method.
11699         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11700
11701         * lily/parser.yy (book_body):
11702         (toplevel_expression): Grok \markup texts.
11703
11704         * lily/score-scheme.cc (ly:music-scorify): 
11705         * scm/lily-library.scm (collect-music-for-book): Take texts
11706         parameter.
11707
11708         * lily/score.cc (texts_): New member.
11709
11710         * lily/paper-book.cc (systems): Format score texts.
11711
11712         * score-text.ly: New file.
11713
11714         * ttftool/SConscript:
11715         * kpath-guile/SConscript: New file.
11716
11717         * lily/SConscript:
11718         * SConstruct: Update.
11719
11720 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11721
11722         * VERSION (PACKAGE_NAME): release 2.5.14
11723
11724 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11725
11726         * lily/main.cc: Add dummy xgettext markers.
11727
11728 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11729
11730         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11731         requirements
11732
11733         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11734         executable is < 40k
11735
11736         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11737         hack.
11738
11739 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11740
11741         * flower/libc-extension.cc:
11742         * flower/include/libc-extension.hh: [Open]BSD simply cast
11743         cookie/funopen declarations.
11744
11745         * stepmake/aclocal.m4: Check for libkpathsea.so.
11746
11747         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11748         dl_kpse_find_file.
11749
11750 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11751
11752         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11753         (open_library): alternative for static library.
11754
11755 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11756
11757         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11758
11759         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11760
11761         Drop run-time dependency on teTeX.
11762
11763         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11764
11765         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11766         KPATHSEA_LIBS in LIBS.
11767         (STEPMAKE_DLOPEN): New function.
11768
11769         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11770         not path.
11771
11772         * flower/file-path.cc (directories): Rename from paths, as this
11773         return an array of directories (a single path).
11774
11775 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11776
11777         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11778
11779         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11780         new ly:kpathsea-find-file
11781
11782         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11783
11784         * kpath-guile/GNUmakefile: new file
11785
11786         * buildscripts/gen-emmentaler-scripts.py (i): generate
11787         emmentaler-X.fontname as well.
11788
11789         * buildscripts/ps-embed-cff.py: new script
11790
11791         * scm/lily-library.scm: remove ps-embed-cff.
11792
11793         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11794         font loading. 
11795
11796         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11797         fontconfig as well.
11798
11799         * lily/font-config.cc (init_fontconfig): add cff/ too.
11800
11801         * ly/generate-embedded-cff.ly: capitalize.
11802
11803         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11804         so as to register the pango font.
11805
11806         * lily/font-config.cc (init_fontconfig): add
11807         prefix/{otf,type1,mf/out} to fontconfig path.
11808
11809         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11810         overrides all. 
11811
11812         * configure.in (gui_b): remove ec mftrace check
11813
11814         * config.hh.in: use lilypond-Major.Minor as data directory.
11815
11816         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11817
11818         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11819         name.
11820
11821 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11824         error messages.
11825
11826         * flower/libc-extension.cc:
11827         * flower/include/libc-extension.hh: [Open]BSD fixes for
11828         cookie/funopen declarations.
11829
11830 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11831
11832         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11833         emmentaler.
11834
11835         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11836         lcrm10.
11837
11838         * scm/define-markup-commands.scm (fontsize): new markup
11839         command. Also set baseline-skip
11840
11841 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11842         
11843         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11844         use.
11845
11846 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11847
11848         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11849
11850         * lily/pdf.cc: remove PDF related files
11851
11852 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11853
11854         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11855         <hamamatsu@gmx.de>
11856
11857 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11858
11859         * Documentation/user/advanced-notation.itely: first draft
11860         of reorg done.
11861
11862         * Documentation/user/global.itely: fixed (sub)section
11863         bits of MIDI.
11864
11865 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11866
11867         * cygwin/mknetrel (extras): Bufix (Bertalan).
11868
11869         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11870         * Documentation/user/instrument-notation.itely (Introducing chord
11871         names): Compile fix: must have unique name.
11872
11873 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11874
11875         * Documentation/user/instrument-notation.itely: reorg.
11876
11877 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11878
11879         * scm/output-gnome.scm:
11880         * scm/output-svg.scm: Fix font scaling.
11881
11882 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11883
11884         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11885         what link to use best.
11886
11887         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11888         * Documentation/user/tutorial.itely (Automatic and manual beams):
11889         Fix @ref.
11890
11891         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11892         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11893         * scm/framework-gnome.scm (tweak): Use it.
11894
11895 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11896
11897         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11898
11899         * scm/output-ps.scm (white-text): reinstate white-text
11900
11901 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11902
11903         * scm/output-ps.scm (offset-add): Remove.
11904
11905         * scm/lily-library.scm (offset-flip-y): New function.
11906         * scm/framework-gnome.scm (tweak): Use it.
11907
11908         * scm/output-gnome.scm (grob-cause): Add parameter.
11909
11910         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11911         * scm/output-ps.scm (url-link): Move.
11912         (white-text): Warn user about brokenness.
11913
11914         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11915         wrt ghostscript.
11916
11917 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11918
11919         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11920         if body length smaller than measure length.
11921
11922         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11923         for Y.
11924
11925         * ly/titling-init.ly (tagline): put default tagline in \paper
11926
11927 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11928
11929         * lily/kpath.cc: 
11930         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11931
11932         * scm/lily-library.scm (version-not-seen-message): New function.
11933         * ly/init.ly: Use it.
11934
11935         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11936         breaks as progess.
11937
11938         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11939         whitespace with l10n message.
11940
11941         * scm/framework-tex.scm (convert-to-ps):
11942         (convert-to-dvi): Do not use overly specific l10n messages.
11943
11944         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11945
11946         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11947         merge stderr with stdout.  
11948
11949 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11950
11951         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11952         Neeracher).
11953
11954 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11955
11956         * Documentation/user/instrument-notation.teily: moved
11957         \arpeggio to Basic.
11958
11959         * Documentation/user/advanced-notation.itely: Articulation to
11960         Basic, a bunch of stuff from Basic moved to Advanced.
11961
11962         * Documentation/user/basic.itely: swapped various sections,
11963         reorganized Basic.
11964
11965 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11966
11967         * flower/memory-stream.cc: 
11968         * flower/libc-extension.cc: Remove obsolete #undefs.
11969
11970         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11971         more carefully.
11972
11973 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11974
11975         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11976         dependency.
11977
11978         * VERSION (PACKAGE_NAME): release 2.5.13
11979
11980         * GNUmakefile.in (web-ext): don't ship ps.gz
11981
11982         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11983         stdout
11984
11985 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11986
11987         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11988         without libintl.  Now it compiles too.
11989
11990 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11991
11992         * Documentation/user/basic-notation.itely,
11993         instument-notation.itely, advanced-notation.itely:
11994         split up contents of notation.itely.
11995
11996         * Documentation/user/notation.itely: file removed.
11997
11998         * Documentation/user/invoking.itely, converters.itely:
11999         moved convert-ly info to invoking.itely.
12000
12001         * Documentation/user/global.itely, changing-defaults.itely,
12002         sound-output.itexi: moved global settings, file layout, and
12003         sound into global.itely.
12004
12005         * Documentation/user/sound-output.itexi: file removed.
12006
12007         * Documentation/user/lilypond.tely: removed links to
12008         notation.itely and sound.itely.
12009
12010 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12011
12012         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12013
12014         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12015  
12016         * THANKS: add sponsor.
12017
12018         * scm/define-markup-commands.scm (with-url): new markup command.
12019
12020         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12021         tagline.
12022         
12023         * scm/output-tex.scm (url-link): stub.
12024
12025         * scm/output-ps.scm (url-link): new function.
12026
12027         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12028         ly:set-point-and-click
12029
12030 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12031
12032         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12033         based on pdf-viewer setting.
12034
12035         * scm/framework-ps.scm (write-preamble): Find and set preferred
12036         pdf-viewer.
12037
12038 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12039
12040         * Documentation/user/point-and-click.itely: update for PDF point &
12041         click.
12042
12043         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12044         editors based on EDITOR setting.
12045
12046 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12047
12048         * scm/*: Oops, more grand 2005 replace bits.
12049
12050 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12051
12052         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12053
12054         * scm/output-ps.scm (grob-cause): point & click support for
12055         PostScript
12056
12057 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12058
12059         * lily/input-scheme.cc (LY_DEFINE): rename to
12060         ly:input-file-line-column
12061
12062 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12063
12064         * Documentation/user/examples.itely: small fix from Steve Doonan.
12065
12066         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12067
12068         * THANKS: added Yuval Harel.
12069
12070         * Documentation/user/{various}: inserted two spaces after a period.
12071
12072         * Documentation/user/lilypond.tely: added framework for reorg.
12073
12074         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12075         advanced-notation.itely, global.itely: new files, placeholder for
12076         future reorg.
12077
12078 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12079
12080         * Documentation/user/notation.itely: revamped Polyphony section
12081         
12082 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12083
12084         * Documentation/user/lilypond-book.itely (Music fragment options):
12085         doc fontload.
12086
12087         * Documentation/user/changing-defaults.itely (Text encoding): add
12088         fontload option to utf8 include
12089
12090         * scripts/lilypond-book.py (compose_ly): add fontload option
12091
12092         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12093         force-eps-font-include option.
12094
12095         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12096         black triangle
12097
12098         * Documentation/user/invoking.itely (Editor support): remove
12099         lilypond-latex section.
12100
12101         * scripts/lilypond-latex.py (Module): remove script.
12102
12103         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12104         overwrite .log. 
12105
12106         * lily/main.cc: remove -m, --no-layout
12107
12108         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12109         to define. We don't want to override fprintf everywhere.
12110
12111 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12112
12113         * cygwin/lilypond.hint: 
12114         * cygwin/README.in: Update dependencies.
12115
12116         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12117         Bugfix: do not pollute CPPFLAGS, LIBS.
12118
12119         * cygwin/mknetrel (extras): Cross compile fixes.
12120
12121         * ttftool/util.c: 
12122         * ttftool/ttfps.c: 
12123         * ttftool/ps.c: #include libc-extension.hh
12124
12125         * flower/include/libc-extension.hh:
12126         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12127         wrapper using funopen.
12128         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12129         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12130
12131         * config.hh.in:
12132         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12133         (AC_CHECK_HEADERS): Add libio.h
12134
12135         * scripts/convert-ly.py: Uniformize, internationalize.
12136         (2.5.2): Remove fatal encoding rule.
12137         (2.5.13): Handle latin1 encoding gracefully.
12138
12139 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12140
12141         * HACKING: Fix line breaks.
12142
12143 2005-02-23  Werner Lemberg  <wl@gnu.org>
12144
12145         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12146         contains those two files.
12147
12148 2005-02-21  Werner Lemberg  <wl@gnu.org>
12149
12150         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12151         to improve overlap removal process.
12152
12153         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12154         left and right ending.  This ensures better overlapping.
12155         Update all callers.
12156         ("lineprall"): Don't use draw_gridline to get better overlapping.
12157
12158 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12159
12160         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12161
12162         * Documentation/topdocs/NEWS.tely (Top): oops.
12163
12164 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12165
12166         * HACKING: new file.
12167
12168         * input/regression/utf8.ly (portuguese): added a portuguese example
12169         to show latin1 accents.
12170
12171 2005-02-21  Pal Benko  <benkop@freestart.hu>
12172
12173         * lily/mensural-ligature-engraver.cc:
12174         * lily/mensural-ligature.cc:
12175         * lily/include/mensural-ligature.hh: new algorithm implemented
12176
12177         * scm/define-grob-properties.scm: join-left killed (add-join may
12178         be used); join-left-amount changed to join-right-amount
12179
12180 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12181
12182         * Documentation/user/notation.itely: small but urgent fix.
12183
12184 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12185
12186         * lily/duration-scheme.cc: bugfix: correct parameters to
12187         SCM_ASSERT_TYPE.
12188
12189         * THANKS: added Pal.
12190
12191         * Documentation/user/notation.itely: bugfix: unTeXified
12192         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12193         "timesig.*x/y" -> "timesig.*xy".
12194
12195 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12196         
12197         * VERSION (PACKAGE_NAME): release 2.5.12
12198
12199 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12200
12201         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12202
12203         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12204
12205         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12206
12207         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12208
12209 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12210
12211         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12212         latin1..utf-8.
12213
12214         * input/regression/stanza-number.ly:
12215         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12216
12217         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12218
12219 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12220
12221         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12222         NEWS. Refer to website for older news.  
12223
12224         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12225         .HTML. This should be done for specific servers only.
12226
12227         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12228         .ly image examples.
12229
12230         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12231         in layer 0 too.
12232
12233         * scm/define-context-properties.scm
12234         (all-user-translation-properties): add tieWaitForNote
12235
12236         * scm/define-grobs.scm (all-grob-descriptions): add
12237         Tie_column::before_line_breaking
12238
12239         * lily/tie.cc (get_column_rank): new function
12240
12241         * lily/tie-column.cc (before_line_breaking): new function.
12242         (werner_directions): take into account ties that start on
12243         different columns.  
12244
12245         * lily/score-engraver.cc (set_columns): move add_column() so we
12246         have column rank available.
12247
12248         * lily/tie.cc (get_column_rank): new function.
12249
12250         * input/regression/utf8.ly (japanese): add japanese lyrics.
12251
12252         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12253
12254         * THANKS: add Steve D
12255
12256         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12257         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12258
12259 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12260
12261         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12262         to show harmonic notes
12263         * scm/define-markup-commands.scm: in \markup-by-number
12264         "dots-dot" -> "dots.dot" to show dotted notes
12265
12266 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12267
12268         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12269
12270         * flower/memory-stream.cc (writer): new file.
12271
12272         * configure.in: add endian test.
12273
12274 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12275
12276         * Documentation/user/examples.itely: small
12277         simplification/beautification
12278
12279         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12280         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12281         notation manual.
12282
12283         * lily/mensural-ligature.cc: bugfix: another few victims of the
12284         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12285
12286         * ly/gregorian-init.ly: commit some experimental code for hi-level
12287         ligature input language lying around here for several months.
12288
12289         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12290         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12291
12292         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12293         "x-y-z"->"x.y.s-z" fixes.
12294
12295 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12296
12297         * scm/framework-pdf.scm (scm): new file
12298
12299         * lily/include/pdf.hh (class Pdf_file): new file.
12300
12301         * lily/pdf.cc (write_trailer): new file.
12302
12303 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12304
12305         * input/regression/color.ly: new file
12306
12307         * lily/stencil.cc (interpret_stencil_expression):
12308         when a color expression is encountered: save current color,
12309         process the rest of the expression, and restore previous color.
12310
12311         * lily/system.cc (get_line): check all grobs for color property and
12312         prepare the stencil scheme expressions for further processing.
12313         Fix layer-loop.
12314
12315         * scm/define-grob-properties.scm: introduce the color property.
12316
12317         * scm/output-lib.scm: color helper functions.
12318
12319         * scm/output-ps.scm: introduce setcolor/resetcolor.
12320
12321 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12322
12323         * ly/*.ly, input/regression/*.ly: Added missing \version
12324         statements in some files.
12325
12326 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12327
12328         * Documentation/user/notation.itely: minor editing.
12329
12330         * Documentation/user/converters.itely: updated convert-ly bugs.
12331
12332         * Documentation/user/lilypond-book.itely: add info about using
12333         feta characters in latex.
12334
12335 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12336
12337         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12338
12339 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12340
12341         * scm/define-grob-properties.scm (all-user-grob-properties):
12342         removed 'dashed property.
12343
12344 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12345
12346         * scm/lily.scm (define-safe-public): new macro for defining
12347         variables that can be used in --safe mode. Use it in *.scm
12348         instead of manually setting safe-objects in safe-lily.scm.
12349
12350 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12351         
12352         * lily/slur.cc: Slur-dash patch by Bertalan.
12353
12354         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12355
12356         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12357
12358 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12359
12360         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12361
12362 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12363
12364         * mf/GNUmakefile: teTeX-3.0 install fix.
12365
12366         * Cygwin patch from Bertalan.
12367
12368         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12369
12370 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12371
12372         * GNUmakefile.in: 
12373         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12374
12375         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12376         2.0.x compatibility.
12377
12378 2005-02-08  Werner Lemberg  <wl@gnu.org>
12379
12380         * mf/feta-din-code.mf: Format; clean up code.
12381         Replace `---' with `--' plus explicit path directions.
12382         (linethickness#, stafflinethickness#): Remove.
12383         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12384         ("dynamic s"): Improve shape.
12385         ("dynamic p"): Improve shape.
12386         Replace `draw' with better outline approximation.
12387         ("dynamic r"): Improve shape.
12388         Don't call `fill' and `draw' at the same time.
12389
12390 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12391
12392         * SConstruct (symlink):
12393         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12394         build fix: add enc symlink.
12395
12396         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12397
12398         Support for DESTDIR besides prefix=/foo
12399
12400         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12401
12402         * stepmake/stepmake/*.make:
12403         * */GNUmakefile:
12404         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12405
12406         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12407
12408         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12409         mawk in fontforge (date) test.
12410
12411 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12412
12413         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12414         font-family=roman. Add Luxi Sans as sans
12415
12416 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12417
12418         * Documentation/user/notation.itely: add warning about
12419         percent repeats and Voice contexts.
12420
12421         * Documentation/user/lilypond-book.itely: clarified the
12422         necessity of dvips -u arguments.
12423
12424 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12425
12426         * THANKS: Added a bunch of bug hunters.
12427
12428 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12429
12430         * scm/framework-ps.scm (output-preview-framework): bugfix.
12431
12432         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12433         o/ for chord modifier..
12434
12435         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12436
12437         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12438         Welsh Duggan). 
12439
12440 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12441
12442         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12443
12444         * ly/titling-init.ly: Do not also print intstrument in header on
12445         first page.  Do not print page number on first and only page.
12446
12447 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12448
12449         * input/regression/*.ly: remove old-relative everywhere
12450
12451         * lily/music-sequence.cc (simultaneous_relative_callback): do
12452         what-if analysis on copy, not on original. Fixes old-relative
12453         compatibility.
12454
12455         * scm/backend-library.scm (postscript->png): space before
12456         --verbose.
12457         
12458 2005-02-05  Werner Lemberg  <wl@gnu.org>
12459
12460         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12461         is defined.
12462
12463         * mf/feta-alphabet.mf: Define `staffsize#'.
12464         Include `feta-params.mf'.
12465         s/staffheight/design_size/.
12466
12467         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12468
12469         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12470
12471         * mf/feta-nummer-code.mf: Reformatted.
12472         (draw_six): Use outline intersection to avoid a self-intersecting
12473         path.
12474         ("Numeral comma"): Fix serious outline glitches.  This slightly
12475         changes the glyph shape.
12476         ("Numeral dash"): Use `draw_rounded_block'.
12477         ("Numeral dot"): Use `drawdot'.
12478         ("Numeral 1"): Assure identical tangent directions for the
12479         intersection points of paths.  The glyph shape improvement is only
12480         visible at very high magnifications.
12481         ("Numeral 2"): Use `solve' macro to make the lower right part of
12482         the glyph outline touch the x axis exactly.  This changes the
12483         glyph shape.
12484         Minor fixes for better overlap removal support.
12485         ("Numeral 4"): Make lefter corner `rounder'.
12486         ("Numeral 5"): Assure identical tangent directions for the
12487         intersection points of paths.  This improves the glyph shape at
12488         high magnifications.
12489         ("Numeral 7"): Use `solve' macro to make the upper right part of
12490         the glyph outline touch the metrics box exactly.  This changes the
12491         glyph shape.
12492         Avoid corner in the upper left part of the glyph (causing a minor
12493         shape change).
12494
12495         * mf/feta-ital-*.mf: Removed.  Unused.
12496
12497 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12498
12499         * VERSION (PATCH_LEVEL): release 2.5.11
12500
12501         * input/regression/fill-line-test.ly: new file.
12502
12503         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12504         emmentaler name, eg. emmentaler-23. 
12505
12506 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12507
12508         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12509         alignment with centered texts
12510
12511         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12512         list of paddings
12513
12514 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12515
12516         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12517
12518         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12519         of parents when translating rests. Fixes: c-chord-rest.ly 
12520
12521         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12522         dimension_callback_ member.
12523
12524         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12525         of extents.
12526
12527 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12528
12529         * all but lily/*: The grand 2004/2005 replace.
12530
12531 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12532
12533         * lily/*: add space after ,  
12534
12535         * scm/music-functions.scm (has-request-chord): don't use
12536         ly:music-name anywhere. Fixes <<\\>> notation. 
12537
12538         * scm/define-markup-commands.scm (box): use font-size for
12539         padding. Fixes boxed-rehearsal-marks.ly
12540
12541         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12542         identifier definition too, so foo = \lyrics { ...   } bar = #1
12543         doesn't complain about "bar" being LYRICS_STRING.
12544
12545         * lily/paper-def.cc (find_pango_font): new routine; Store
12546         pango_fonts in hash tab too. This is necessary for retrieving
12547         Pango_fonts::physical_font_tab() later on.
12548  
12549         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12550         crash if psname is null.
12551
12552         * lily/lily-guile.cc (ly_hash2alist): new function
12553
12554         * Documentation/user/changing-defaults.itely (Text encoding):
12555         rewrite. 
12556
12557         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12558         -> font_filename mapping.
12559
12560         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12561         ly_pango_font_physical_fonts
12562
12563         * scm/framework-ps.scm (supplies-or-needs): extract names from
12564         physical Pango_fonts.
12565
12566         * utf8.ly: new file.
12567
12568 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12569
12570         * Documentation/user/changing-defaults.itely (Page layout): add
12571         doco about systemSeparatorMarkup.
12572
12573         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12574         function.
12575         (default-page-make-stencil): insert system separators.
12576
12577         * scm/define-markup-commands.scm (hcenter): add
12578         (beam): add.
12579
12580 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12581
12582         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12583
12584 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12585
12586         * lily/main.cc: Spell backend consistently.  Sort options.
12587
12588 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12589
12590         * scripts/lilypond-book.py (Module): revert @include.
12591         
12592 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12593
12594         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12595         Bugfix: @include .tex (not .texi).  Small cleanups.
12596
12597         * stepmake/bin/add-html-footer.py (i18n): New function.
12598
12599 2005-01-31  Werner Lemberg  <wl@gnu.org>
12600
12601         * mf/feta-nummer.mf: Removed.  Unused.
12602
12603 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12604
12605         * lily/ : 2004 -> 2005 s&r
12606
12607         * scm/file-cache.scm (cached-file-contents): add file. Read each
12608         file only once.
12609
12610         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12611         now default.
12612
12613         * VERSION: release 2.5.10
12614         
12615         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12616
12617         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12618
12619         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12620         that both X and Y extents of bbox are non-nil.
12621
12622 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12623
12624         * scm/chord-name.scm (alteration->text-accidental-markup): change
12625         - to . 
12626
12627         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12628
12629         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12630
12631         * Documentation/user/invoking.itely (Invoking lilypond): add note
12632         about EPS backend.
12633
12634         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12635         files for inclusion in lilypond-book document.
12636
12637         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12638
12639         * input/tutorial/lbook-texi-test.texi: new file.
12640
12641         * scm/safe-lily.scm (safe-objects): add
12642         {begin,end}-of-line-(in)?visible as safe.
12643  
12644 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12645
12646         * Documentation/user/changing-defaults.itely: fixed example
12647         of (dynamics).
12648
12649 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12650
12651         * lily/main.cc: fix info about -o=FILE.
12652
12653 2005-01-29  Werner Lemberg  <wl@gnu.org>
12654
12655         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12656         construction to assure smooth transition from straight to curved
12657         lines.
12658
12659 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12660
12661         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12662         stencils.
12663
12664         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12665         translate to top of page. Fixes alignment problems of
12666         lilypond-generated EPS files.
12667
12668 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12669
12670         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12671         crescendo-end as well, since Decrescendo maybe ended with Stop
12672         Crescendo.). Fixes: partcombine-diminuendo.ly
12673
12674         * scm/script.scm (default-script-alist): swap portato symbols.
12675
12676         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12677
12678         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12679         ly:outputter-port. New function.
12680
12681         * scm/framework-ps.scm (output-classic-framework): dump a
12682         -systems.texi too
12683         (output-classic-framework): dump multiple systems on an "infinite"
12684         page EPS including fonts. 
12685
12686         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12687         .eps files for both texi and tex formats. Use PNG coming from
12688         lilypond.
12689         
12690 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12691
12692         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12693
12694         * scripts/lilypond-latex.py: fix info about -o=FILE.
12695
12696 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12697
12698         * ly/generate-embedded-cff.ly: write .cff.ps files.
12699
12700         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12701
12702         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12703         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12704
12705 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12706
12707         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12708
12709 2005-01-28  Werner Lemberg  <wl@gnu.org>
12710
12711         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12712         macros.
12713         (draw_bulb): Improved.
12714
12715         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12716         metapost bug.
12717         (draw_pedal_P): Use soft_end_penstroke.
12718         (draw_pedal_d): Use soft_start_penstroke.
12719
12720         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12721         path.
12722         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12723         doesn't change the glyph shape.
12724
12725         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12726         changing the shape) to avoid fontforge warnings.
12727
12728         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12729         soft_end_penstroke and fix glyph shape.
12730
12731 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12732
12733         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12734
12735 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12736
12737         * scm/define-markup-commands.scm (line): filter out empty stencils
12738         from line command.
12739
12740         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12741         amount.
12742
12743 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12744
12745         * Documentation/user/notation.itely: added info about what
12746         \voiceFoo does.  Also rewrote warning about marks at
12747         a line break.
12748
12749         * Documentation/user/changing-defaults.itely: added info
12750         about putting dynamics in parenthesis and brackets.
12751
12752 2005-01-27  Werner Lemberg  <wl@gnu.org>
12753
12754         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12755
12756 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12757
12758         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12759         portato-direction.ly
12760
12761         * lily/beam.cc (consider_auto_knees): add beam height to
12762         threshold. Fixes: knee-multiple-beam.ly
12763
12764         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12765         pedal line spanners. Fixes: instrument-center-pedal.ly
12766
12767         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12768         if encountering barline. Fixes: auto-beam-repeat.ly
12769
12770 2005-01-26  Werner Lemberg  <wl@gnu.org>
12771
12772         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12773         overlapping.
12774
12775         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12776         with inflections for the 1/2 sharp glyph.
12777
12778         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12779         connection between `t' and `r'.
12780         Unify bulb with the rest of `r' to avoid grazing outlines which
12781         confuses the overlap removal algorithm of fontforge.
12782
12783         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12784         inflections.
12785         (draw_cross): Fix shape to have uniform thickness in corners.
12786
12787         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12788         to avoid an uneven number of self-intersections; this confuses
12789         fontforge.
12790         Fix a slight bug in the shape at left bottom (which is visible only
12791         at high magnifications).
12792         `Center' the stem horizontally to avoid overlapping.
12793
12794 2005-01-24  Werner Lemberg  <wl@gnu.org>
12795
12796         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12797         to `asis'.
12798         (fet_begingroup): Save group name in string `feta_group'.
12799         (fet_endgroup): Updated.
12800         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12801
12802         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12803
12804         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12805         in metapost.
12806
12807 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12808
12809         * Documentation/user/notation.itely: really minor editing.
12810
12811 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12812
12813         * Documentation/user/examples.itely: minor editing.
12814
12815         * Documentation/user/changing-defaults.itely: minor editing.
12816
12817         * Documentation/user/notation.itely: clarified info on polyphony
12818         and \addlyrics.
12819
12820 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12821
12822         * scm/output-gnome.scm: 
12823         * scm/output-svg.scm:
12824         * scm/lily-library.scm (font-name-style): Update font name
12825         kludging for fontconfig use.
12826
12827 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12828
12829         * scm/define-markup-commands.scm: Document right-align and
12830         larger markup commands. Remove "TODO" from the topmost comment
12831         "each markup function should have a doc string." More consistent
12832         use of new-lines.
12833
12834 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12835
12836         * Documentation/user/changing-defaults: removed info about
12837         copyright symbol, since it's likely to change soon.
12838         Added info about betweensystemspace.
12839
12840         * Documentation/user/notation.itely: minor fixes.
12841
12842         * Documentation/user/lilypond.tely,
12843         Documentation/user/music-glossary.tely: changed copyright
12844         date to 2005 instead of 2004.
12845
12846         * input/test/volta-chord-names.ly: added old example back.
12847
12848 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12849
12850         * mf/feta-beugel.mf: use design size 20 (not 15).
12851
12852         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12853         change name to aybabtu completely
12854
12855 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12856
12857         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12858         design_size to fontname
12859
12860 2005-01-19  Werner Lemberg  <wl@gnu.org>
12861
12862         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12863         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12864
12865         * mf/feta-autometric.mf (set_char_box): Add code which emits
12866         specials for mf2pt1 if run with metapost.
12867         (to_bp): New macro for mf2pt1.
12868
12869 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12870
12871         * Documentation/user/changing-defaults: added info on
12872         creating a copyright symbol.
12873
12874 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12875
12876         * VERSION: release 2.5.9
12877         
12878 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12879
12880         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12881
12882         * Documentation/user/notation.itely: Document
12883         score-override-auto-beam-setting Fix documentation for
12884         revert-auto-beam-setting.
12885
12886 2005-01-18  Werner Lemberg  <wl@gnu.org>
12887
12888         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12889         (procset): New function to define a procset resource.
12890         (ps-embed-pfa): New function to define a font resource.
12891         (setup): New function to define a `Setup' environment.
12892         (preamble): Use new functions.
12893
12894         * ps/lilypond.defs (init-lilypond-parameters): New function to
12895         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12896
12897 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12898
12899         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12900
12901 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12902
12903         * scm/define-markup-commands.scm: Change number->markletter-string
12904         to take two arguments (vector number). Add number->mark-alphabet-vector
12905         and markalphabet markup command.
12906
12907         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12908         format-mark-alphabet, format-mark-box-barnumbers and
12909         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12910
12911 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12912
12913         * Documentation/user/examples.itely: add SATB automatic piano
12914         reduction template.
12915
12916         * Documentation/user/notation.itely: added info about changing
12917         partcombine texts.  Also adds examples of alternate lyrics.
12918
12919         * Documentation/user/changing-defaults.itely: added warning
12920         about \RemoveEmptyStaffContext overriding previous changes.
12921
12922 2005-01-17  Werner Lemberg  <wl@gnu.org>
12923
12924         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12925         feta-alphabet*.
12926
12927 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12928
12929         * python/lilylib.py (make_ps_images): don't do final showpage for
12930         multi-page documents.
12931         
12932         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12933
12934 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12935
12936         * Documentation/user/lilypond.tely: changed order of appendices;
12937         unified index should be last.
12938
12939         * Documentation/user/notation.itely: add example of key signatures
12940         and info about Staff.printKeyCancellation.
12941
12942 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12943
12944         * lily/include/repeated-music.hh (class Repeated_music): change
12945         into "namespace" class.
12946
12947         * lily/event.cc: remove Key_change_event.
12948
12949         * lily/include/transposed-music.hh (class Transposed_music): remove.
12950
12951         * lily/transposed-music.cc: remove
12952
12953         * lily/include/relative-music.hh: remove.
12954
12955         * lily/include/music-sequence.hh (struct Music_sequence): change
12956         into "namespace" class.
12957
12958         * lily/untransposable-music.cc (Module): remove
12959
12960         * lily/include/un-relativable-music.hh (Module): remove
12961
12962         * lily/include/untransposable-music.hh (Module): remove
12963
12964         * lily/include/music-list.hh (Module): remove file
12965
12966         * lily/un-relativable-music.cc: remove file.
12967
12968 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12969
12970         * lily/parser.yy: Compile fix.
12971
12972 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12973
12974         * lily/include/music.hh (class Music): unvirtualize transpose().
12975
12976         * lily/sequential-music.cc: remove file.
12977
12978         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12979
12980         * lily/slur-scoring.cc (get_best_curve): only switch on
12981         DEBUG_SLUR_SCORING for non NDEBUG builds.
12982
12983         * lily/include/music.hh (class Music): replace Music::start_mom()
12984         by start-callback property
12985
12986         * lily/include/grace-music.hh: remove file. 
12987
12988         * lily/stem.cc (height): robustness fix.
12989
12990         * lily/time-scaled-music.cc: remove file.
12991
12992         * lily/include/music.hh (class Music): include SCM init argument.
12993         (class Music): replace Music::get_length() virtual by
12994         length-callback property everywhere.
12995
12996         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12997
12998         * mf/GNUmakefile: don't install *list.ly
12999
13000 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13001
13002         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13003
13004 2005-01-12  Werner Lemberg  <wl@gnu.org>
13005
13006         This patch addresses the following problems in the feta sources
13007         files which contribute to the fetaXX fonts.
13008
13009         . Many fixes for rasterization at low resolutions (consistent use of
13010           `vround' and `hround', integer shift values for paths, applying
13011           `eps' for mirrored paths, use of `define_whole_pixels' and
13012           friends, etc.) -- while this probably looks like a waste of time
13013           it has revealed deficiencies in some glyph shapes.  See comment at
13014           the end of feta-params.mf how vertical symmetry is achieved.
13015
13016         . The `---' operator has been replaced everywhere with `--'; this
13017           both improves and considerably reduces the font size after
13018           conversion with mf2pt1.
13019
13020         These change aren't explicitly mentioned below since virtually all
13021         glyphs are affected.
13022
13023         Other notable differences:
13024
13025         . Glyphs from feta-accordion.mf now have charboxes around the
13026           outline.
13027
13028         . Fixed incorrect charbox for `accDot'.
13029
13030         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13031
13032         . Fixed position of the bow in the `upprall' glyph and its siblings.
13033
13034         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13035           dependent on the staff line thickness to avoid touching the middle
13036           staff line at smaller sizes.
13037
13038         . Largely extended output for feta-testXX: Where useful, glyphs
13039         are shown both between and on staff lines.
13040
13041
13042         * mf/feta-params.mf (staff_space_rounded,
13043         stafflinethickness_rounded, linethickness_rounded,
13044         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13045         Update all code which uses them where appropriate.
13046         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13047         New variables used to control rasterization at low resolutions.  Set
13048         to zero if feta code is processed with metapost.
13049
13050         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13051         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13052         (flare_path): Updated.
13053         Make it work with `filldraw' (but only circular pens).
13054         (hfloor, vfloor, hceiling, vceiling): New macros.
13055
13056         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13057         Use `draw' again in mf mode to have good pixel dropout control.
13058         Fix intersection points of horizontal lines with circle.
13059         ("accDot"): Fix parameters for set_char_box.
13060         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13061         control.
13062
13063         * mf/feta-banier.mf: Updated.
13064
13065         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13066         testing.
13067         (undraw_inside_ellipse): Remove `center' argument.  Update all
13068         callers.
13069         (draw_brevis): New macro, called by "Brevis notehead".
13070         (draw_whole_triangle_head): New macro, called by "Whole
13071         trianglehead".
13072         (draw_small_triangle_head): Use `filldraw'.
13073
13074         * mf/feta-eindelijk.mf: Remove useless global group.
13075         Updated.
13076
13077         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13078         `filldraw'.
13079
13080         * mf/feta-pendaal.mf: Updated.
13081
13082         * mf/feta-puntje.mf: Updated.
13083
13084         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13085         less points.
13086         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13087         dropout control.
13088         ("Varied Coda"): Use `draw_block'.
13089         (draw_comma): Fix typo.
13090         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13091         pixel dropout control.
13092
13093         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13094         position of bow.
13095
13096         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13097         sizes.
13098
13099         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13100         testing.
13101         (draw_meta_sharp): Much simplified.
13102         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13103
13104         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13105
13106 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13107
13108         * Documentation/user/notation.itely (Ancient rests): Fix typo
13109         (thanks Anthony)
13110
13111 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13112
13113         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13114
13115         * lily/main.cc (setup_paths): Add cff.
13116
13117         * mf/GNUmakefile (foe): Include actual target %.cff.
13118         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13119
13120 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13121
13122         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13123         suffix for main_input_b_.
13124
13125         * scm/music-functions.scm (toplevel-music-functions):
13126         precompute music lengths for music expressions.  
13127
13128 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13129
13130         * lily/include/input.hh (class Input): new `end_' slot for end of
13131         input. Renamed defined_str0_ to start_.
13132
13133         * lily/input.cc (Input): Add Input::Input (Input const &) and
13134         remove Input::Input (Source_file*, char const *). Use the new
13135         slots.
13136         (set_location): method used by bison to propagate input
13137         locations (YYLLOC_DEFAULT).
13138         (end_line_number, end_column_number, step_forward): new methods
13139         
13140         * lily/input-scheme.cc (ly:input-both-locations): new function,
13141         similar to ly:input-location, but also return the end line and
13142         column.
13143
13144         * lily/include/includable-lexer.hh: 
13145         * lily/includable-lexer.cc: 
13146         * lily/include/lily-lexer.hh (class Lily_lexer): 
13147         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13148         Includable_lexer to Lily_lexer, in order to update lexloc (the
13149         yylloc), a new slot of Lily_lexer.
13150         (here_input, LexerError): simplify by using the lexloc slot (aka
13151         yylloc)
13152
13153         * lily/lexer.ll: #define yylloc to use input locations (it may
13154         be useless here?). Fixed the #embedded_scm rule (step the location
13155         forward in order to skip the sharp sign before parsing the scheme
13156         expression)
13157
13158         * lily/include/lily-parser.hh (class Lily_parser): 
13159         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13160         here_input()
13161         (parser_error): overload for more precise locations of errors.
13162
13163         * lily/parser.yy (YYLTYPE): set location type to Input
13164         (YYLLOC_DEFAULT): use Input::set_location()
13165         (yylex): add the YYLTYPE* location parameter.
13166         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13167         Give an Input parameter to THIS->parser-error() for more accurate
13168         messages.
13169
13170 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13171
13172         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13173
13174         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13175         on BEAMQUANTING for non-NDEBUG builds.
13176
13177         * lily/stem.cc (head_count): performance: avoid String::String()
13178         inside oft called function.
13179
13180 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13181
13182         * Documentation/user/examles.itely: attempted fix for broken
13183         string quartet template.
13184
13185         * Documentation/user/notation.itely: remove unnecessary broken
13186         link.
13187
13188 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13189
13190         * VERSION (PACKAGE_NAME): release 2.5.7
13191
13192 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13193
13194         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13195         mf-nowin for teTeX-3.0.  Backportme.
13196
13197         * scm/output-svg.scm (utf8-string): New function.
13198
13199         * scm/output-gnome.scm (utf8-string): New function.
13200         (otf-name-mangling): Remove.
13201
13202         * lily/pango-font.cc (Pango_font): Use font string iso font
13203         filename for utf8-text.
13204
13205         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13206         name.
13207
13208 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13209
13210         * Documentation/user/notation.itely: add info about
13211         Staff.extraNatural = ##f in Pitches section.  Also
13212         fixed some minor issues in the Vocal music section.
13213
13214 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13215
13216         * scm/output-ps.scm (white-text): comment out Helvetica font,
13217         which is broken for my GS install.
13218
13219         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13220         which provides a tighter bbox.
13221
13222         * scm/define-grobs.scm (all-grob-descriptions): remove all
13223         extra-offsets from definitions.
13224
13225 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13226
13227         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13228         add tuning for 4-string bass and some common 4/5-string banjo
13229         tunings.  New function (four-string-banjo) turns a 5-string tuning
13230         into a 4-string tuning.  New function
13231         (fret-number-tablature-format-banjo) computes correct fret numbers
13232         on 5-string banjos.
13233
13234         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13235         Add beam correction to TabVoice.
13236
13237         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13238         using bold font; makes tabs more readable.
13239
13240 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13241
13242         * lily/font-select.cc (get_font_by_design_size): don't make
13243         Modified_font_metric; this causes trouble, since we don't know the
13244         font magnification from inside Pango_font::text_stencil()
13245
13246         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13247
13248         * Documentation/user/notation.itely (The Lyrics context): comment out
13249         broken {Small ensembles} link.
13250
13251         * scm/framework-svg.scm (output-framework): change calling convention.
13252
13253         * lily/object-key-dumper-scheme.cc: new file.
13254
13255         * lily/object-key-undumper-scheme.cc: new file.
13256
13257         * lily/tweak-registration-scheme.cc: new file.
13258
13259         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13260
13261         * Documentation/user/examples.itely (String quartet): uncomment
13262         broken example.
13263
13264         * lily/font-config.cc: new file.
13265
13266 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13267
13268         * scm/output-svg.scm: 
13269         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13270
13271         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13272
13273 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13274
13275         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13276         Add headers.
13277
13278         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13279
13280 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13281
13282         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13283
13284         * lily/include/main.hh: lose _b hungarian suffixes for global
13285         variables.
13286
13287         * lily/include/lily-guile-macros.hh: new file.
13288
13289         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13290
13291         * lily/general-scheme.cc: new file. 
13292
13293         * lily/font-select.cc (get_font_by_design_size): retrieve
13294         PangoFont for (designsize . "pango-descr") entries.
13295
13296         * lily/lily-parser-scheme.cc: new file.
13297
13298         * lily/output-def-scheme.cc: new file.
13299
13300         * lily/paper-book-scheme.cc: new file.
13301
13302         * lily/duration-scheme.cc (LY_DEFINE): new file.
13303
13304         * lily/pitch-scheme.cc:  new file.
13305
13306         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13307
13308 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13309
13310         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13311
13312 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13313
13314         * Documentation/user/notation.itely: minor editing.
13315
13316         * Documentation/user/changing-defaults: minor editing.
13317
13318         * Documentation/user/examples.itely: add template for
13319         string quartet part extraction; demonstrates tag.
13320
13321 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13322
13323         * Documentation/user/notation.itely: documents
13324         format-mark-box-letters and format-mark-box-numbers
13325
13326         * scm/define-context-properties.scm: change comment.
13327
13328 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13329
13330         * scm/framework-ps.scm (output-classic-framework): new function:
13331         dump systems as separate .eps files (without fonts) and write a
13332         single collecting .tex file.
13333
13334 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13335
13336         * Documentation/user/notation.itely (Setting simple songs):
13337         Correct several errors in the equivalent formulation of
13338         \addlyrics. 
13339         (The Lyrics context): Corrected link to the SATB example.
13340
13341 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13342
13343         * scm/lily.scm (completize-formats): new function
13344         (postprocess-output): new function
13345
13346         * lily/paper-book.cc (classic_output): change calling
13347         convention. Give basename as first argument. 
13348         remove Paper_book::post_processing().
13349
13350         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13351
13352 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13353
13354         * lily/paper-outputter.cc (LY_DEFINE): new function
13355         ly:outputter-close.
13356
13357         * lily/main.cc: change --format,-f to --backend,-b
13358
13359         * lily/include/main.hh: rename format to backend.
13360
13361         * scm/translation-functions.scm (format-mark-box-numbers): add.
13362         patch by Erlend Aasland
13363
13364 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13365
13366         * lily/pango-font.cc (text_stencil): dump string as
13367         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13368
13369 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13370
13371         * configure.in (gui_b): Remove handy developer-only
13372         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13373         CVS source installations (but break other non-default but correct
13374         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13375
13376         * SConstruct: 
13377         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13378         compatibility (backportme).
13379
13380         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13381
13382 2005-01-03  Werner Lemberg  <wl@gnu.org>
13383
13384         Prepare glyph shapes for mf2pt1 conversion.
13385
13386         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13387         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13388         `penstroke'.
13389         (accDot): Use `drawdot'.
13390         (accBayanbase): Replace `draw' with `draw_gridline'.
13391         (print_penpos): Moved to feta-macros.mf.
13392         (accOldEE): Replace `filldraw' with `penstroke'.
13393         Replace `draw' with `penstroke' and `drawdot'.
13394
13395         * mf/feta-banier.mf: Code clean-up.
13396         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13397         `fill'.
13398
13399         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13400
13401         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13402         paremeter to control drawing of labels.  Update all callers.
13403
13404         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13405         (new_bulb): Return a bulb as a single path.  To do that, it now
13406         takes some more parameters.  Updated all callers.
13407         (draw_gclef): Major clean-up.  `draw' has been replaced with
13408         `penstroke', unnecessary outlines have been removed.
13409         Remove (unused) gnome-canvas code.
13410
13411         * mf/feta-macros.mf (print_penpos): New macro (from
13412         feta-accordion.mf).
13413         Other minor fixes.
13414
13415         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13416         ("Pedal dot"): Use `drawdot'.
13417         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13418         all callers.
13419         Fix shape at top.
13420         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13421         all callers.
13422         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13423         all callers.
13424         Revert drawing direction.
13425
13426         * mf/feta-schrift.mf (draw_fermata): Use single path.
13427         (draw_short_fermata): Replace `filldraw' with `fill'.
13428         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13429         `draw_rounded_block' with a single path.
13430         ("Thumb"): Draw full circle instead of mirroring segments.
13431         (draw_accent): New macro.
13432         ("> accent", "espr"): Use it.
13433         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13434         ("open (unstopped)"): Draw full circle instead of mirroring
13435         segments.
13436         (draw_vee): Removed.
13437         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13438         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13439         path.
13440         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13441         partial pieces drawn with `fill' -- these do still overlap with the
13442         stem of the `t' but just once, not multiple times so that fontforge
13443         can handle it gracefully.
13444         Change other parts of the glyph so that fontforge's overlapping
13445         algorithm reliably works.
13446         (draw_heel): Replace `draw' with `fill'.
13447         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13448         ("Flageolet"): Replace `draw' with `penstroke'.
13449         ("Segno"): Replace `filldraw' with `penstroke'.
13450         Replace `draw' with `drawdot'.
13451         ("Coda"): Replace `fill' with `penstroke', using a single path.
13452         ("Varied Coda"): Use less overlapping paths.
13453         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13454         single path.
13455
13456         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13457         group to better control the `labels' command.
13458         Rename argument to `offset' and use it actually.  Update all
13459         callers.
13460         Replace `filldraw' with `fill'.
13461         ("mordent", "prallmordent", "upmordent", "downmordent",
13462         "lineprall"): Replace `draw' with `draw_gridline'.
13463         ("upprall", "downprall"): Replace `draw' with `fill'.
13464
13465         * mf/feta-timesig.mf: Formatting.
13466
13467         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13468         to...
13469         ("Flat"): Here.
13470         (draw_paren): Move code to draw labels to...
13471         ("Right Parenthesis"): Here.
13472
13473 2005-01-02  Graham Percival <gperlist@shaw.ca>
13474
13475         * Documentation/user/notation.itely: add example of \setTextDecresc
13476         and \setTextDim.
13477
13478 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13479
13480         * scm/define-markup-commands.scm :  fix glyph-strings of
13481         accidentals and \note-by-number
13482
13483 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13484
13485         * VERSION: 2.5.6 released.
13486         
13487         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13488
13489         * input/regression/new-markup-scheme.ly: oops. font-family=music
13490         -> font-encoding fetaMusic.  
13491
13492         * lily/main.cc: put default to PS.
13493
13494         * lily/tfm.cc: idem.
13495
13496         * lily/afm.cc: idem.
13497
13498         * lily/include/modified-font-metric.hh (struct
13499         Modified_font_metric): remove coding_scheme() method.
13500
13501         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13502
13503         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13504
13505         * input/les-nereides.ly: convert to utf8
13506
13507         * lily/modified-font-metric.cc (text_dimension): idem.
13508
13509         * lily/parser.yy (TODO): idem.
13510
13511         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13512
13513         * lily/lexer.ll: remove encoding
13514
13515         * scm/framework-ps.scm (output-variables): separately scale the
13516         page to mm 
13517
13518         * lily/pango-font.cc (Pango_font): fix scaling.
13519
13520         * lily/font-metric.cc (design_size): design_size returns a
13521         dimension now as well.
13522
13523 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13524
13525         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13526         brace generation. 
13527
13528         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13529
13530 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13531
13532         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13533         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13534
13535 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13536
13537         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13538         in first run as well.
13539
13540         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13541         dimension less points (ie. 12 = 12 point)
13542
13543         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13544
13545         * lily/all-font-metrics.cc (find_pango_font): set description_
13546
13547         * lily/pango-font.cc (text_stencil): export size as well.
13548         (text_stencil): fix scaling and extents box.
13549
13550 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13551
13552         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13553
13554         * Documentation/user/invoking.itely (Invoking lilypond): document
13555         texstr
13556
13557         * scripts/convert-ly.py (conv): add ancient rules.
13558
13559         * scm/clef.scm (c0-pitch-alist): replace - with .
13560
13561         * scripts/lilypond-book.py (process_snippets): add texstr support.
13562
13563         * scm/framework-texstr.scm (header): change extension to .textmetrics
13564
13565         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13566         -f tex.
13567
13568         * lily/text-metrics.cc: new file.
13569         (try_load_text_metrics): new function
13570
13571         * lily/include/text-metrics.hh: new file.
13572
13573 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13574
13575         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13576         ly_scheme_function to ly_lily_module_constant.
13577
13578         * lily/modified-font-metric.cc (text_dimension): try
13579         lookup_tex_text_dimension() first.
13580
13581         * lily/tfm.cc: new function ly:load-text-dimensions
13582
13583 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13584
13585         * scm/output-texstr.scm (text): use \lilygetmetrics
13586
13587         * scm/framework-texstr.scm (header): dump in new format.
13588
13589         * tex/lilypond-tex-metrics: new file.
13590         
13591 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13592
13593         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13594         mapping.
13595         (index_to_charcode): New method.
13596
13597         * scm/output-ps.scm (glyph-string): 
13598         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13599
13600 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13601
13602         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13603         implement fully, need FONT to get to charcode.
13604
13605         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13606
13607         * scm: Cleanups.
13608
13609         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13610         {Tunable context properties},
13611         {All layout objects},
13612         {Music definitions}.
13613
13614 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13615
13616         * VERSION: release 2.5.5
13617         
13618         * lily/main.cc: use TeX as default output format.
13619
13620         * flower/file-path.cc (find): try to open directly as well, so we
13621         find absolute path files. 
13622
13623         * lily/pango-select.cc: new file.
13624
13625         * scm/framework-ps.scm: remove all encoding code. 
13626         load pfb/pfa for PangoFont too.
13627         
13628         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13629
13630 2004-12-22  Werner Lemberg  <wl@gnu.org>
13631
13632         Prepare glyph shapes for mf2pt1 conversion.
13633
13634         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13635
13636         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13637         (define_triangle_shape): Use it to replace `draw' with `fill' and
13638         `unfill'.  Update all callers.
13639         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13640         (draw_cross): Ditto.
13641         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13642         Use penrazor for better conversion with mf2pt1.
13643         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13644         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13645         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13646         draw_la_head, draw_ti_head): Replace `filldraw' with
13647         `fill'.  Update all callers.
13648
13649 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13650
13651         * lily/paper-book.cc (output): revert: only allow a single output
13652         format.
13653
13654         * lily/include/pango-font.hh: new file.
13655
13656         * lily/pango-font.cc: new file.
13657
13658         * lily/font-metric.cc (text_stencil): new routine
13659
13660         * lily/all-font-metrics.cc (find_pango_font): new routine.
13661
13662         * lily/include/font-metric.hh (struct Font_metric): add
13663         text_stencil()
13664
13665         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13666
13667 2004-12-22  Werner Lemberg  <wl@gnu.org>
13668
13669         Prepare glyph shapes for mf2pt1 conversion.
13670
13671         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13672
13673         * mf/feta-toevallig.mf: Formatting.
13674         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13675         ("Natural"): Fix paths to allow better postprocessing.
13676         (draw_meta_flat): Use `z3l' as additional point in path to get
13677         better conversion with mf2pt1.
13678         Other minor cleanups.
13679         ("3/4 Flat"): Add auxiliary points and modify path to replace
13680         `draw' with `fill'.
13681         ("Double Sharp"): Mirror path segments instead of picture elements
13682         to get a single outline.
13683         Modify path to replace `filldraw' with `fill'.
13684
13685 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13686
13687         * input/test/unfold-all-repeats.ly: added file back.
13688
13689         * Documentation/user/notation.itely,
13690         Documentation/user/programming-interface.itely
13691         Documentation/user/changing-defaults.itely: fixed misc broken
13692         links to input/test/ files.
13693
13694 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13695
13696         * tex/texinfo.tex: Update.  We should not be distributing this,
13697         but since we do, use latest version.
13698
13699         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13700         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13701         macros for feta glyphs.
13702
13703 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13704
13705         * Documentation/user/changing-defaults.itely: fix index for set.
13706
13707         * Documentation/user/converters.itely: added convert-ly bugs list
13708         from CVS.
13709
13710 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13711
13712         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13713         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13714         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13715         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13716
13717         * mf/GNUmakefile (pfa_warning): Use less broken check.
13718
13719         * python/lilylib.py (setup_environment): Remove cruft from
13720         GS_FONTPATH.
13721
13722         * configure.in: Bump mftrace requirement to 1.1.1.
13723
13724 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13725
13726         * scm/output-svg.scm (beam): Use polygon.
13727
13728         * scm/lily-library.scm: Bugfix.
13729
13730         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13731
13732         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13733
13734 2004-12-19  Werner Lemberg  <wl@gnu.org>
13735
13736         Prepare glyph shapes for mf2pt1 conversion.
13737
13738         * mf/feta-eindelijk: Some formatting.
13739         (multi_rest_x, multi_beam_height): Removed.  Unused.
13740         ("Quarter rest"): Use `intersectiontimes' to create a single
13741         outline.
13742         (rest_crook): Removed.  Unused.
13743         (draw_rest_bulb): Return path (without filling).  Update callers.
13744         Simplified.
13745         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13746         "128th rest"): Simplify `pat'.
13747         Create single outline.
13748
13749 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13750
13751         * mf/GNUmakefile (ALL_GEN_FILES):
13752         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13753
13754         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13755         function.
13756
13757 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13758
13759         * scm/output-texstr.scm (placebox): add routine
13760
13761         * VERSION (PACKAGE_NAME): release 2.5.4
13762
13763         * scm/framework-texstr.scm (output-framework): new file.  
13764
13765         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13766         processing.
13767
13768         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13769
13770         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13771         rule.
13772
13773         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13774
13775         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13776
13777         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13778
13779 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13780
13781         * scm/framework-svg.scm (dump-page): Implement landscape.
13782
13783 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13784
13785         * lily/main.cc (setup_paths): Add svg to search path.
13786
13787         * scm/output-svg.scm:
13788         * scm/framework-svg.scm: Add pageSet.  Update.
13789         (dump-fonts): New function.
13790         (output-framework): Use it.
13791
13792         * mf/GNUmakefile: 
13793         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13794
13795 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13796
13797         * tex/lilyponddefs.tex: comment out new ifpdf code.
13798
13799 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13800
13801         * GNUmakefile.in: 
13802         * SConstruct (symlink): Replace afm by otf.
13803
13804         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13805         ly:pango-add-afm-decoder.
13806
13807         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13808
13809 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13810
13811         * scm/output-ps.scm (new-text): don't access t glyph for getting
13812         space dimension.
13813
13814         * ly/init.ly: warn about \version
13815
13816         * lily/lexer.ll: set version-seen?
13817
13818 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13819
13820         * scm/output-svg.scm (string->entities): Update.
13821
13822 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13823
13824         * lily/main.cc (setup_paths): replace afm by otf for path. 
13825
13826         * lily/pangofc-afm-decoder.cc: remove.
13827
13828         * lily/include/pangofc-afm-decoder.hh: remove.
13829
13830         * scm/framework-scm.scm (output-framework): new file.
13831
13832         * mf/GNUmakefile: remove SAUTER_FONTS.
13833         remove SVG/sodipodi hacks.
13834
13835         * scm/lily-library.scm (stderr): move stderr.
13836
13837         * mf/GNUmakefile: remove AFM support.
13838
13839         * buildscripts/mf-to-table.py (base): remove AFM support.
13840
13841         * lily/open-type-font.cc (design_size): use design_size
13842
13843 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13844
13845         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13846
13847 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13848
13849         * mf/GNUmakefile: Generate combined aybabtu info.
13850         * mf/aybabtu.pe.in (i): Load it.
13851
13852         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13853         are not symbols.
13854
13855         * lily/include/open-type-font.hh (count): New method.
13856
13857         * mf/aybabtu.pe.in: Typo.
13858
13859         * Documentation/user/out/lilypond-internals.nexi (Scheme
13860         functions): Typo.
13861
13862         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13863
13864 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13865
13866         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13867         subfonts.
13868
13869         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13870
13871         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13872         (tex-font-command-raw): new function.
13873
13874         * lily/include/virtual-font-metric.hh (Module): remove file
13875
13876         * lily/virtual-font-metric.cc (Module): remove file.
13877         
13878
13879         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13880         (get_indexed_char): read bbox from lily table if present.
13881
13882 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13883
13884         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13885         aybabtu.subfonts
13886
13887         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13888         global glyphname. Enables more than 64 glyphs in the OTF.
13889
13890 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13891
13892         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13893         braces.
13894
13895         * lily/open-type-font.cc (design_size): Use 12 as default for
13896         design size.
13897
13898         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13899
13900         * mf/GNUmakefile: Generate aybabtu.
13901
13902         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13903
13904 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13905
13906         * scm/lily-library.scm (char->unicode-index): Remove.
13907
13908         * scm/output-gnome.scm (text): Bugfix for plain string input.
13909         Updates.
13910
13911         * scm/output-svg.scm (svg-font): Add weight to font selection.
13912
13913 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13914
13915         * Documentation/topdocs/INSTALL.texi (Top): Point to
13916         buildscripts/out/clean-fonts instead of
13917         buildscripts/clean-fonts.sh. 
13918
13919 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13920
13921         * input/regression/figured-bass.ly: attempt to clarify text.
13922
13923         * Documentation/user/notation.tely: add cindex for tag, attempt to
13924         add figured bass example.
13925
13926         * Documentation/user/changing-defaults: basic editing.
13927
13928 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13929
13930         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13931
13932         * lily/open-type-font.cc (LY_DEFINE): new function
13933         ly:font-sub-fonts
13934
13935         * lily/include/font-metric.hh (struct Font_metric): new method
13936         sub_fonts()
13937
13938         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13939         . with - in add.stem.
13940         
13941 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13942
13943         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13944         and fetaDynamic.
13945
13946         * lily/rest.cc (glyph_name): Change - to . .
13947
13948         * scm/output-gnome.scm (text): Hello world, again.
13949
13950         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13951
13952         * lily/modified-font-metric.cc (index_to_charcode): New method.
13953
13954         * lily/include/font-metric.hh (index_to_charcode): New function.
13955
13956         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13957         new function.
13958         (ly:font-glyph-to-index): Remove.
13959
13960 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13961
13962         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13963
13964         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13965
13966         * lily/open-type-font.cc (load_scheme_table): new function
13967
13968         * lily/dots.cc (print): replace - 
13969
13970         * lily/open-type-font.cc (attachment_point): new function.
13971         (load_table): read LILC table
13972
13973         * buildscripts/gen-bigcheese-scripts.py (Module): new
13974         file. Generate FF scripts.
13975
13976         * mf/feta-din10.mf: idem.
13977
13978         * mf/feta-nummer10.mf: remove mf files.
13979
13980         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13981
13982 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13983
13984         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13985
13986         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13987         compatibility.
13988
13989 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13990
13991         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13992         design-size and units_per_EM.
13993
13994         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13995
13996 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13997
13998         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13999         does not crash fontforge.
14000
14001         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14002         PUA.
14003
14004 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14005
14006         * scm/framework-ps.scm (ps-embed-cff): new function.
14007
14008         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14009
14010 2004-12-12  Werner Lemberg  <wl@gnu.org>
14011
14012         * mf/bigcheese.pe.in: Add PUA mapping.
14013         Don't create Type 42 but bare CFF font.
14014
14015 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14016
14017         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14018         within canvas boundaries.
14019
14020         * mf/merge.pe.in: Set font names, version, license GPL.
14021
14022         * make/substitute.make: Add FONTFORGE.
14023
14024         * config.make.in (FONTFORGE): Add.
14025
14026         * configure.in (gui_b): Use PATH_PROG for fontforge.
14027
14028 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14029
14030         * scm/define-markup-commands.scm: add baseline-skip to info
14031         about \column.
14032
14033 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14034
14035         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14036
14037         * scm/output-gnome.scm (named-glyph): Use it.
14038
14039         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14040
14041         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14042         (upper_string, lower_string, reverse_string): Remove.
14043
14044         * configure.in (fontforge): Reinstate version check.
14045
14046         * ly/engraver-init.ly: Fix clef glyph names.
14047
14048         * lily/time-signature.cc (special_time_signature): Fix fraction
14049         glyph names.
14050
14051 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14052
14053         * mf/merge.pe: new file.
14054
14055         * lily/freetype.cc: new file.
14056
14057         * lily/include/open-type-font.hh (class Open_type_font): new file.
14058
14059         * lily/include/freetype.hh: new file.
14060
14061         * lily/open-type-font.cc: new file.
14062
14063         * lily/all-font-metrics.cc (find_otf): new function.
14064
14065 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14066
14067         * lily/time-signature.cc (special_time_signature): Fix.
14068
14069         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14070         GTK2 before checking for pango.  Fixes -fgnome.
14071
14072         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14073         Scheme name.
14074
14075         * scm/define-markup-commands.scm:
14076         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14077
14078         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14079
14080         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14081         date versions.  Fixes configure.
14082         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14083         argument.
14084
14085 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14086
14087         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14088         names in .enc
14089
14090         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14091
14092 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14093
14094         * Documentation/user/changing-defaults.itely: add info about
14095         make-dynamic-script
14096
14097         * Documentation/user/notation.itely: add link in dynamics to
14098         section about make-dynamic-script.
14099
14100 2004-12-09  Christian hitz  <chhitz@gmx.net>
14101
14102         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14103
14104 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14105
14106         * buildscripts/mf-to-table.py (parse_logfile): use . for
14107         concatting name and group.
14108         (parse_logfile): use M for Minus (negative.)
14109
14110         * lily/include/type-swallow-translator.hh
14111         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14112
14113         * lily/*.cc: cosmetics around = sign.
14114
14115         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14116         lyric spacing on the penultimate column.
14117
14118 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14119
14120         * configure.in:
14121         * lily/accidental-placement.cc:
14122         * lily/bar-line.cc:
14123         * lily/beam-concave.cc:
14124         * lily/beam-quanting.cc:
14125         * lily/beam.cc:
14126         * lily/bezier-bow.cc:
14127         * lily/bezier.cc:
14128         * lily/break-align-interface.cc:
14129         * lily/custos.cc:
14130         * lily/dimension-cache.cc:
14131         * lily/dot-column.cc:
14132         * lily/font-metric.cc:
14133         * lily/font-select.cc:
14134         * lily/gourlay-breaking.cc:
14135         * lily/grob-property.cc:
14136         * lily/grob.cc:
14137         * lily/lily-guile.cc:
14138         * lily/line-spanner.cc:
14139         * lily/lookup.cc:
14140         * lily/lyric-extender.cc:
14141         * lily/lyric-hyphen.cc:
14142         * lily/mensural-ligature.cc:
14143         * lily/midi-def.cc:
14144         * lily/misc.cc:
14145         * lily/note-collision.cc:
14146         * lily/note-column.cc:
14147         * lily/note-head.cc:
14148         * lily/paper-outputter.cc:
14149         * lily/percent-repeat-item.cc:
14150         * lily/rest-collision.cc:
14151         * lily/side-position-interface.cc:
14152         * lily/simple-spacer.cc:
14153         * lily/slur-configuration.cc:
14154         * lily/slur-scoring.cc:
14155         * lily/slur.cc:
14156         * lily/spaceable-grob.cc:
14157         * lily/spacing-spanner.cc:
14158         * lily/spanner.cc:
14159         * lily/staff-symbol-referencer.cc:
14160         * lily/stem.cc:
14161         * lily/stencil.cc:
14162         * lily/system-start-delimiter.cc:
14163         * lily/system.cc:
14164         * lily/text-item.cc:
14165         * lily/tie.cc:
14166         * lily/tuplet-bracket.cc:
14167         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14168         <cmath> beacause isinf/isnan is undefined in <cmath>
14169
14170 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14171
14172         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14173
14174 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14175
14176         * VERSION: release 2.5.3
14177         
14178 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14179
14180         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14181
14182 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14183
14184         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14185
14186         * lily/note-head.cc (internal_print): always try the "s" head if
14187         u/d not found.
14188
14189         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14190
14191 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14192
14193         * mf/parmesan-heads.mf (overdone_heads): typos.
14194
14195 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14196
14197         * lily/parser.yy (markup): in markups, { .. } without command
14198         before are also flattened, ie \line must be explicitely used.
14199
14200         * Documentation/user/changing-defaults.itely:
14201         * Documentation/user/notation.itely: 
14202         * input/wilhelmus.ly: 
14203         * input/regression/instrument-name-markup.ly: 
14204         * input/regression/markup-score.ly: 
14205         * input/regression/new-markup-scheme.ly: 
14206         * input/regression/new-markup-syntax.ly: 
14207         * input/test/coriolan-margin.ly: use \line in markups where
14208         appropriate
14209         
14210 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14211
14212         * scm/new-markup.scm (map-markup-command-list): helper function
14213         used in parser.yy to map markup commands on a markup list.
14214
14215         * lily/parser.yy: get rid off < > in markups by treating { } as
14216         real lists.
14217
14218         * lily/lexer.ll: remove < > from markup lexer mode.
14219
14220         * scripts/convert-ly.py (conv): add rule for converting 
14221         \markup < > to \markup { }
14222
14223         * ly/titling-init.ly: 
14224         * input/test/coriolan-margin.ly: 
14225         * input/regression/new-markup-syntax.ly: 
14226         * input/regression/new-markup-scheme.ly: 
14227         * input/regression/multi-measure-rest-text.ly: 
14228         * input/regression/markup-stack.ly: 
14229         * input/regression/markup-score.ly: 
14230         * input/regression/instrument-name-markup.ly: 
14231         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14232         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14233         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14234         * input/wilhelmus.ly: 
14235         * Documentation/user/notation.itely: 
14236         * Documentation/user/music-glossary.tely: 
14237         * Documentation/user/changing-defaults.itely: change < > to { } in
14238         markups
14239
14240 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14241
14242         * lily/accidental-placement.cc (position_accidentals): shortcut if
14243         no accidentals to place.
14244
14245 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14246
14247         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14248         typo s/ly:dimension ?/ly:dimension?/
14249
14250         * input/regression/lily-in-scheme.ly: 
14251         * input/regression/music-function.ly: 
14252         * ly/spanners-init.ly (assertBeamSlope): 
14253         * scm/music-functions.scm (def-grace-function): add the paper
14254         argument to music function definitions.
14255
14256 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14257
14258         * lily/moment.cc (LY_DEFINE):
14259         ly:moment-main-{denominator,numberator}, new function.
14260
14261         * lily/score-engraver.cc (typeset_all): assign to column on basis
14262         of axis-group-parent-X setting.
14263
14264         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14265         add_element() on basis of axis-group-parent-Y setting.
14266
14267         * lily/grob.cc: add axis-group-parent-{XY} properties.
14268
14269         * input/regression/spacing-stick-out.ly: new file.
14270
14271         * lily/simple-spacer.cc (add_columns): use binary search for
14272         setting column rods. Changes O(n^2) to O(n log(n)) for
14273         constructing spacing problem from columns.
14274         (add_columns): read allow-outside-line to make sure no texts stick
14275         out.
14276         (solve): Simple_spacer::is_active() only determines
14277         satisfies_constraints_ for non-ragged typesetting.
14278
14279         * lily/simultaneous-music.cc (to_relative_octave): only set
14280         old_relative_used if return pitch actually changed.
14281
14282         * scm/define-context-properties.scm
14283         (all-user-translation-properties): change to match implementation.
14284
14285         * python/lilylib.py: Replace re.match by re.search and adds "-c
14286         showpage" to the gs command line (Johannes Schindelin)
14287
14288         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14289         before processing. Prevents crash when inf is in the extent.
14290
14291         * scm/define-markup-commands.scm (note-by-number): add "s" to
14292         "noteheads-" glyphname.
14293  
14294         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14295         music function as well.
14296         
14297 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14298
14299         * VERSION: release 2.5.2
14300
14301         * Documentation/user/changing-defaults.itely (Creating titles):
14302         add breakbefore variable.
14303
14304         * lily/paper-book.cc (set_system_penalty): new function. Set
14305         penalty_ based on breakBefore setting
14306
14307         * lily/context-specced-music-iterator.cc (construct_children):
14308         interpret special context id $uniqueContextId 
14309
14310         * lily/context.cc (create_unique_context): new method. Move
14311         creation of unique (\new) contexts into interpreting phase. This
14312         makes
14313
14314           foo= \new Staff ..
14315           << \foo \foo >>
14316
14317         produce 2 staves.
14318         
14319
14320         * scm/define-music-properties.scm (all-music-properties): add
14321         quoted-voice-direction
14322
14323         * ly/music-functions-init.ly: killCues function.
14324
14325         * scm/music-functions.scm (cue-substitute): move creation of voice
14326         contexts further to the back. 
14327
14328 2004-11-25  Werner Lemberg  <wl@gnu.org>
14329
14330         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14331         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14332
14333 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14334
14335         * buildscripts/guile-gnome.sh: Fixed typo.
14336
14337 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14338
14339         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14340
14341         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14342
14343         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14344         to regular engraver. 
14345
14346 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14347
14348         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14349
14350 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14351
14352         * scm/define-markup-commands.scm (fill-line): Typo.
14353
14354         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14355         and newer.
14356
14357 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14358
14359         * ly/dynamic-scripts-init.ly: Fixed typo.
14360
14361 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14362
14363         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14364         note-head, to have different attachment points for up and down.
14365
14366         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14367
14368         * mf/feta-generic.mf (else): remove solfa.
14369
14370         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14371
14372         * scm/define-context-properties.scm
14373         (all-user-translation-properties): add shapeNoteStyles property.
14374
14375         * lily/shape-note-heads-engraver.cc (process_music): new file.
14376
14377         * lily/event.cc (transpose): call Event::transpose() for
14378         transposing the tonic.
14379
14380 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14381
14382         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14383         Unicode/OpenType and AFM.
14384
14385         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14386
14387 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14388
14389         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14390
14391         * lily/context.cc (Context): unprotect key from ctor.
14392
14393         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14394         is '()
14395         (stack-stencils): idem.
14396
14397         * Documentation/user/changing-defaults.itely (Creating titles):
14398         document new title layout options.
14399
14400         * lily/parser.yy (lilypond_header_body): copy previous
14401         $globalheader if present.
14402
14403         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14404         ly:module-copy
14405         
14406         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14407
14408         * scm/titling.scm: remove old titling functions
14409
14410         * lily/stencil.cc (translate): remove absolute dimension.
14411
14412         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14413         via markup.
14414
14415         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14416         field from user-supplied markup
14417
14418         * scm/define-markup-commands.scm (on-the-fly): new markup
14419         command. Enter SCM markup procedure directly in Scheme.
14420         (fromproperty): new markup command. Read markup from props argument.
14421
14422         * scm/titling.scm (marked-up-title): create title via
14423         user-specified markup. 
14424
14425         * scm/define-markup-commands.scm (column): remove empty stencils
14426         from column.
14427
14428         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14429         not have side-effect of creating variable stub.
14430
14431         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14432
14433 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14434
14435         * scm/encoding.scm (coding-alist): 
14436         * scm/font.scm (add-ec-fonts):
14437         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14438         Extended-TeX-Font-Encoding---Latin.
14439
14440         * lily/side-position-interface.cc (general_side_position): Add
14441         actual offset to error message (avoid constant error messages).
14442
14443         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14444         block.
14445
14446         * lily/font-select.cc (select_encoded_font)
14447         (get_font_by_mag_step, get_font_by_design_size): 
14448         * lily/modified-font-metric.cc (Modified_font_metric): 
14449         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14450
14451         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14452         (read-encoding-file): Bugfix: do not require space after bracket.
14453
14454         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14455         these do not exist.
14456
14457 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14458
14459         * Documentation/user/notation.itely: added info about typesetting
14460         boxed bar numbers.
14461
14462 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14463
14464         * flower/interval.cc (T_to_string): gcc4 fixes.
14465
14466         * scm/define-markup-commands.scm (fill-line): use
14467         stack-stencils. This fixes problems with putting already centered
14468         stencils in a line.
14469
14470         * VERSION: release 2.5.1
14471
14472         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14473
14474 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14475
14476         * input/example-[1-3].ly: simplify.
14477
14478         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14479
14480         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14481         show glyphs.
14482
14483         * scm/encoding.scm (decode-byte-string): new function.
14484
14485         * scripts/convert-ly.py (conv): add warning about
14486         set-global-staff-size.
14487
14488         * Doxyfile: add. 
14489
14490         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14491         (conv): warn for TextSpanner split.
14492         (conv): warn for textheight.
14493
14494 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14495
14496         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14497         building the documentation, info with images are installed.
14498         (final-install): Fix description.  Mention sourcing of login
14499         scripts (instead of running).
14500
14501 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14502
14503         * Debian lmodern support.  Note that LilyPond will issue warnings
14504         
14505             no such encoding: "FontSpecific"
14506
14507           The font selection mechanism wants to get the encoding from the
14508           font itself, but the idea of lmodern is that it is usable with
14509           different encodings, ie, Lily should get the encoding from the
14510           font tree, rather than the font itself.  This would require some
14511           more work.
14512         
14513         * configure.in: Test for and accept lmodern if EC fonts not found.
14514
14515         * scm/framework-tex.scm (font-load-command): TeX font name
14516         mangling for latin1 encoded cork-lm fonts.
14517         (convert-to-ps): Load lm.map if available.
14518
14519         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14520         available.
14521
14522         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14523
14524         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14525         available.
14526
14527         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14528         path for absolute file name, that is silly.
14529
14530         * lily/score-engraver.cc (initialize): 
14531
14532         * Documentation/user/GNUmakefile (local-install-info): Invoke
14533         install-info --remove first.
14534
14535         * #include cleanup (Andreas Scherer).
14536
14537 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14538
14539         * input/test/script-abbreviations.ly: fix typos.
14540
14541 2004-11-17  Werner Lemberg  <wl@gnu.org>
14542
14543         * python/lilylib.py (options_help_str): Support pretty-printing of
14544         newlines in fourth element of option description.
14545
14546         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14547         feature.
14548         Sort options.
14549
14550         * Documentation/user/lilypond-book.itely: Finish update.
14551
14552 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14553
14554         * Documentation/user/macros.itexi: Add comment about \command.
14555
14556         * Documentation/user/lilypond.tely:
14557         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14558         and lilypond-book nodes, so that `info lilypond' visits the manual
14559         at top level, and `info lilypond-book' visits the lilypond-book
14560         section.
14561
14562         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14563         and packager messages.
14564
14565         * lily/pangofc-afm-decoder.cc: Update test.
14566
14567 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14568
14569         * scm/lily-library.scm (char->unicode-index): New function.
14570
14571         * scm/output-gnome.scm: 
14572         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14573
14574         * Proper naming of file name throughout; s/filename/file[-_]name/.
14575
14576         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14577
14578         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14579
14580 2004-11-16  Werner Lemberg  <wl@gnu.org>
14581
14582         * scripts/lilypond-book.py: The Lord has commanded me to use only
14583         tabs for indentation.  Your humble servant obeys.
14584
14585 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14586
14587         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14588         including font, if LilyPond-feta font is only feta font in path.
14589
14590         * scm/output-gnome.scm (text): Revert to file name of font if font
14591         has no name.  Fixes ec font selection.
14592         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14593
14594         * scm/framework-svg.scm:
14595         * scm/output-svg.scm: New file.  TODO: figure out how to
14596         do character by index in font.
14597
14598         * scm/output-sodipodi.scm: Remove.
14599
14600         * scm/output-ps.scm (stem): Remove.
14601
14602 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14603
14604         * scm/output-gnome.scm (beam): New function.
14605         (slur): Round corners.
14606         (round-filled-box): Round corners.
14607
14608 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14609
14610         * scm/output-gnome.scm (beam): add function.
14611         (draw-line): new routine.
14612         (dashed-line): stub; call draw-line
14613         (polygon): new routine.
14614
14615 2004-11-15  Werner Lemberg  <wl@gnu.org>
14616
14617         * Documentation/user/lilypond-book.itely: Revise section on
14618         lilypond-book options.
14619         Other minor fixes.
14620
14621         * scripts/lilypond-book.py: Change indentation to 4.
14622         Minor formatting.
14623
14624 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14625
14626         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14627         grobs that have tweaks specced.
14628         
14629 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14630
14631         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14632
14633 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14634
14635         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14636         actual char #, not 0 based index.
14637
14638         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14639
14640         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14641         Warning: do make -C mf clean.
14642
14643         * lily/context-property.cc: Compile fix.
14644
14645         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14646         Grok ec-fonts, braces and dynamics.
14647
14648         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14649
14650 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14651
14652         * lily/include/tweak-registration.hh: new file.
14653
14654         * lily/tweak-registration.cc: new file.
14655
14656         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14657         saving tweaks.
14658
14659         * scm/output-gnome.scm (text): comment dribble.
14660
14661 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14662
14663         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14664
14665         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14666         path-def before using.  Fixes muchtomany slurs in wrong places
14667         bug.
14668
14669 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14670
14671         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14672
14673         * lily/include/object-key-undumper.hh (Module): new file.
14674
14675         * lily/object-key-undumper.cc (Module): New file. Deserialize
14676         keys. SCM bindings
14677
14678         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14679         Provide SCM bindings.
14680
14681         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14682         new file. Serialize object keys.
14683         
14684         * lily/object-key.cc (dump): new function.
14685         (as_scheme): new virtual function
14686         (undump): new function
14687         (undumpers): new table.
14688
14689         * lily/include/global-context.hh (Context): take \score key upon init.
14690
14691         * lily/object-key-dumper.cc (serialize_key): new file.
14692
14693         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14694
14695         * lily/lily-lexer.cc: remove \quote.
14696
14697         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14698
14699         * lily/context.cc (Context): take key argument in ctor.
14700         (create_context): new function
14701
14702         * lily/grob.cc (Grob): take key argument in ctor.  
14703
14704         * lily/lilypond-key.cc (do_compare): new file.
14705
14706         * lily/object-key.cc (Object_key): new file.
14707
14708         * lily/include/object-key.hh (class Object_key): new file.
14709
14710         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14711
14712 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14713
14714         * Documentation/user/lilypond-book.itely: add small warning about
14715         noindent default in lilypond-book.
14716
14717         * Documentation/user/converters.itely: add examples for convert-ly.
14718
14719         * Documentation/user/examples.itely: change version string in templates
14720         to 2.4.0.
14721
14722 2004-11-12  Karl Hammar  <karl@aspodata.se>
14723
14724         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14725         cmdline, use xargs instead (backportme)
14726
14727 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14728         
14729         * Documentation/user/: Numerous fixes in the user manual.
14730
14731 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14732
14733         * lily/parser.yy (re_rhythmed_music): search music expression for
14734         context-id, surround by \new Voice if not found. Fixes:
14735         addlyrics-second-staff.ly
14736
14737         * VERSION: 2.5.0 released.
14738         
14739 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14740
14741         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14742
14743         * Documentation/user/GNUmakefile: Separate rules for split and
14744         unsplit html documents.  Remove perl massaging.  (backportme)
14745
14746 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14747
14748         * Documentation/user/lilypond-book.itely: add short warning about
14749         \lilypond{} in LaTeX docs.
14750
14751 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14752
14753         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14754         found.  (backportme)
14755
14756         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14757         version requirement.  (backportme)
14758
14759         * configure.in: Be explicit about old versions of
14760         ec-fonts-mtraced.  (backportme)
14761
14762         * lily/context-selector.cc (set_tweaks): New function.
14763         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14764         web with -DTWEAK.
14765
14766         * Documentation/user/introduction.itely (Automated engraving):
14767         Remove fragment option.  Fixes web.
14768
14769         * lily/context-property.cc (make_item_from_properties):
14770         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14771         #ifdef.
14772
14773         * scm/define-context-properties.scm
14774         (all-internal-translation-properties): Add tweakRank and tweakCount.
14775
14776         * lily/grob.cc: 
14777         * scm/define-grob-properties.scm (all-internal-grob-properties):
14778         Add tweak-rank and tweak-count.
14779
14780 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14781
14782         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14783         New function.
14784         (text): Use them.
14785
14786         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14787         animated/opaque grob dragging tweaks.
14788
14789         * buildscripts/guile-gnome.sh: Update.
14790
14791 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14792
14793         * scm/define-grobs.scm (all-grob-descriptions): Added
14794         line-interface to the LigatureBracket object.
14795
14796 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14797
14798         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14799         dragging tweaks.
14800
14801         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14802
14803         * lily/context-selector.cc (store_context): New function.
14804
14805         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14806         (store_grob): New function.
14807         (identify_grob): Add Moment parameter.
14808
14809         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14810         exists.
14811
14812         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14813
14814 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14815
14816         * scm/framework-gnome.scm (item-event): Print grob id.
14817         (save-tweaks): New function.
14818         (tweak): New funtion.
14819         (item-event): Use it, bound to arrow keys.
14820
14821         * lily/context-property.cc (make_item_from_properties): Register grob.
14822         * lily/context.cc (add_context): Register context.
14823
14824         * lily/include/context-selector.hh:
14825         * lily/include/grob-selector.hh:
14826         * lily/context-selector.cc:
14827         * lily/grob-selector.cc: New file.
14828
14829 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14830
14831         * lily/slur.cc: add 'positions to interface
14832
14833         * lily/main.cc: reinstate PS as standard output format. 
14834
14835         * scm/framework-tex.scm (output-preview-framework): print systems
14836         up to first non title system.
14837
14838         * lily/grace-engraver.cc (start_translation_timestep): split
14839         scm_cadddr
14840         
14841 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14842
14843         * lily/quote-iterator.cc (Module): remove old quote-iterator
14844
14845         * scm/define-music-types.scm (music-descriptions): move
14846         NewQuoteMusic over QuoteMusic
14847
14848         * Documentation/user/notation.itely (Formatting cue notes): use
14849         \cueDuring.
14850
14851         * lily/new-quote-iterator.cc (quote_ok): new function.
14852
14853         * input/regression/quote-cue-during.ly: new file.
14854
14855         * input/regression/quote-grace.ly: new file.
14856
14857         * scm/define-context-properties.scm (Module): change definition of
14858         graceSettings
14859
14860         * lily/context-property.cc (Module): rename from
14861         translator-property.cc
14862
14863         * lily/context.cc (context_name_symbol): new function
14864
14865         * lily/grace-engraver.cc: new file. Set properties for grobs based
14866         on the grace-ness of now_moment().
14867
14868         * scm/music-functions.scm (add-grace-property): use list
14869         iso. vector for graceSettings
14870         remove set-{start,stop}-grace-properties. 
14871
14872         * lily/new-quote-iterator.cc (construct_children): set
14873         quote_outlet_ if no quoted-context-{id,type} specified.
14874
14875         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14876
14877         * lily/parser.yy (command_element): remove \quote.
14878
14879         * ly/music-functions-init.ly (location): add quoteDuring music
14880         function. 
14881
14882         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14883         optional semicolon. (backportme)
14884
14885 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14886
14887         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14888         need to link to GUILE et al.
14889
14890 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14891
14892         * scm/define-music-properties.scm (all-music-properties): add
14893         quoted-context-type, quoted-context-id.
14894
14895         * scm/lily.scm (type-check-list): new function.
14896         
14897         * scm/lily-library.scm: new file. Generic library routines.
14898
14899         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14900         parser.
14901
14902         * ly/music-functions-init.ly: add quoteDuring function.
14903
14904         * lily/include/music-iterator.hh (class Music_iterator): rename
14905         set_translator -> set_context
14906
14907         * lily/parser.yy (Generic_prefix_music_scm): add
14908         MUSIC_FUNCTION_SCM_SCM_MUSIC
14909
14910         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14911
14912         * scm/framework-tex.scm (header): sanitize TeX paper size.
14913         (backportme)
14914
14915 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14916
14917         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14918
14919         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14920
14921         * scm/framework-tex.scm (font-load-command): Use T1 if no
14922         font-encoding set.  (backportme)
14923
14924         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14925         exists before converting.  (backportme)
14926
14927         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14928         exists before converting.  (backportme)
14929         (convert-to-ps): Remove .ps file if it exists before
14930         converting.  (backportme)
14931
14932         * lily/lexer.ll: Remove extra progress newline, use present tense.
14933
14934         * scm/paper.scm (paper-alist): public.
14935         * scm/framework-tex.scm (convert-to-ps):
14936         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14937         command line.
14938
14939 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14940
14941         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14942
14943         * lily/recording-group-engraver.cc (derived_mark): mark
14944         now_events_. (backportme)
14945
14946 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14947
14948         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14949
14950         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14951         invoking latex. (backportme.)
14952
14953         * lily/stem.cc (off_callback): center stems for all rest stems.
14954
14955 2004-11-05  Werner Lemberg  <wl@gnu.org>
14956
14957         * Documentation/user/lilypond.tely: Add more guidelines for writing
14958         lilypond texinfo documents.
14959
14960 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14961
14962         * Documentation/index.html.in: remove <hr>.
14963
14964         * THANKS: change 2.3 to 2.4.
14965
14966 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14967
14968         * scm/output-gnome.scm: More fontconfig comment.
14969
14970 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14971
14972         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14973         <package> directory in $(builddir)/share according with
14974         PACKAGE_NAME defined in the VERSION file.
14975
14976 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14977
14978         * lily/beam.cc (rest_collision_callback): use local beam
14979         multiplicity.
14980
14981         * input/regression/stem-stemlet.ly: new file.
14982
14983         * lily/stem.cc (add_head): store rests as well.
14984
14985         * scm/define-grob-properties.scm (all-user-grob-properties): add
14986         stemlet-length
14987
14988         * lily/stem.cc: store rests as well.
14989         
14990         * input/regression/new-slur.ly: mention forcing.
14991
14992 2004-11-04  Werner Lemberg  <wl@gnu.org>
14993
14994         * Documentation/user/*: A new round of layout fixes and document
14995         structure cleanup.
14996
14997 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14998
14999         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15000
15001 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15002
15003         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15004
15005 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15006
15007         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15008
15009         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15010
15011         * lily/main.cc (main): Invoke identify.
15012
15013         * scm/lily.scm (postscript->pdf): Remove progress newline.
15014         Write progress to stderr.
15015
15016         * lily/paper-book.cc (output): Remove progress newline.
15017
15018         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15019         gettext on user messages, and remove whitespace.
15020
15021         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15022
15023         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15024         argv[0] (Thomas Scharkowski).
15025
15026         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15027         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15028         for ec-fonts-mtraced.
15029
15030         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15031         --srcdir build (Bertalan).
15032
15033         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15034         headers and library too (Laura Conrad).
15035
15036         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15037         package for guile too (Laura Conrad).
15038
15039         * lily/main.cc (usage): Typo.
15040
15041 2004-11-02  Werner Lemberg  <wl@gnu.org>
15042
15043         * Documentation/user/notation.ly: More fixes to improve appearance.
15044
15045         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15046         better output for multicolumn tables.
15047
15048 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
15049
15050         * lily/main.cc (dir_info): Fixed typo in the printouts.
15051
15052 2004-11-01  Werner Lemberg  <wl@gnu.org>
15053
15054         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15055         of output.
15056         Set `per_line' to 2; replace hard-coded value with it.
15057
15058         * Documentation/user/*: Many fixes to improve appearance of
15059         printed manual.
15060
15061 2004-11-01  Werner Lemberg  <wl@gnu.org>
15062
15063         * Documentation/user/changing-defaults.itely,
15064         Documentation/user/notation.ly,
15065         Documentation/user/programming-interface.itely: Use @/.
15066         Fix formatting of some lilypond snippets and tables.
15067
15068         * scripts/lilypond-book.py (compose_ly): Provide useful default
15069         for LINEWIDTH in `override'.
15070
15071 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15072
15073         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15074
15075 2004-10-31  Werner Lemberg  <wl@gnu.org>
15076
15077         Resetting @exampleindent to `5' gives ugly results with texinfo's
15078         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15079         (if not quoting) to change @exampleindent only locally.
15080
15081         * scripts/lilypond-book.py (NOQUOTE): New variable.
15082         (output) [LATEX]: Remove AFTER and BEFORE.
15083         [TEXINFO]: Remove AFTER and BEFORE.
15084         Fix QUOTE and VERBATIM pattern.
15085         Add NOQUOTE pattern.
15086         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15087         and BEFORE.
15088         [output_texinfo]: Use NOQUOTE.
15089
15090 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15091
15092         * Documentation/user/changing-defaults.itely: clarify paper
15093         size commands with correct info.
15094
15095         * Documentation/user/lilypond-book.itely: add more docs for
15096         filename extensions.
15097
15098 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15099
15100         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15101         (PATCH_LEVEL): start 2.5.0.
15102
15103 #Local variables:
15104 #coding: utf-8
15105 #End:
15106