]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
573b7776defe5228d59050065723e22baaf2db3b
[lilypond.git] / ChangeLog
1 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * VERSION (PACKAGE_NAME): release 2.9.14
4
5         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
6         if no accidental.
7
8         * lily/accidental-engraver.cc (process_acknowledged): don't create
9         accidental for trill span event. This fixes spurious accidentals
10         on trills.
11
12 2006-08-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13
14         * scm/define-grob-properties.scm (all-user-grob-properties):
15         Clarify documentation of side-axis and direction. Thanks to Paul
16         for the inspiration.
17
18         * lily/bar-line.cc: Add documentation for "||:" also in the
19         interface documentation.
20
21 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
22
23         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
24
25         * lily/paper-column.cc (set_system): new function.
26
27         * lily/spacing-engraver.cc (stop_translation_timestep): store
28         SpacingSpanner refs in Paper_column.
29
30         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
31         compute loose clique spacing using GraceSpacing/SpacingSpanner.
32
33 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
34
35         * lily/beam-engraver.cc (listen_beam): add method for
36         Grace_beam_engraver too.
37
38 2006-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
39
40         * python/convertrules.py: Fix indentation bug that broke
41         conversion of files older than 1.3.117.
42         Fix escape error in the description for 2.9.6.
43
44 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
45
46         * lily/*-engraver.cc: convert all try_music functions in
47         *-engraver.cc. (Patch by Erik S.; please elaborate)
48
49         * input/test/instrument-name-align.ly: update version.
50
51 2006-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
52
53         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
54         Doc the --pdf flag to lilypond-book.
55
56 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
57
58         * Documentation/topdocs/NEWS.tely (Top): add description.
59
60         * input/regression/tuplet-full-length-note.ly: add file.
61
62         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
63         always store axis group.
64
65 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
66
67         * input/regression/instrument-switch.ly: new file.
68
69         * lily/instrument-switch-engraver.cc (process_music): new file.
70
71         * ly/engraver-init.ly: add Instrument_switch_engraver
72
73         * ly/music-functions-init.ly: \instrumentSwitch
74
75         * scm/define-context-properties.scm
76         (all-user-translation-properties): add instrumentCueName
77
78         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
79
80 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
81
82         * ly/music-functions-init.ly: music function \transposition.
83
84         * lily/parser.yy (command_element): softcode \transposition.
85
86         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
87         (process_music): oops.
88
89         * lily/instrument-name-engraver.cc (start_spanner): new
90         function. Create spanner when property changes.
91         (stop_spanner): new function.
92
93         * python/convertrules.py (conv): add rule.
94
95         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
96         shortInstrumentName iso. instr.
97
98         * scm/output-ps.scm (dashed-line): add phase argument to
99         dashed-line.
100
101         * lily/bar-line.cc (dashed_bar_line): new function.
102         (compound_barline): support \bar "dashed". 
103
104         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
105         --output=DIR to DIR/BASE if it is a dir. 
106
107         * flower/file-name.cc (file_part): new function
108         (dir_part): new function
109
110         * lily/lily-parser-scheme.cc (LY_DEFINE): 
111
112         * DEDICATION: update
113
114 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
115
116         * lily/instrument-name-engraver.cc: formatting.
117
118         * python/convertrules.py (conv): bugfix for \epsfile.
119
120 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
121
122         * lily/grob.cc:
123         
124         * lily/gourlay-breaking.cc: Oops, these should have been included
125         in my last commit
126
127 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
128
129         * scripts/*.py (program_name): cleanup relocation snippets.
130
131         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
132
133 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
134
135         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
136         page-breakable by default
137
138         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
139         correctly calculated for a single-system page
140
141         * scm/lily-library.scm (interval-sane?): also check that the first number is no
142         bigger than the second number
143
144         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
145         acknowledge that we aren't satisfying constraints)
146
147         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
148         non-Items
149
150         * lily/grob.cc (pure_height): add minimum-Y-extent
151
152         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
153         ragged
154
155         * lily/constrained-breaking.cc: convert code to use new Matrix class
156         (get_best_solution): new function
157
158         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
159         is a page with no systems
160
161 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
162
163         * VERSION (PACKAGE_NAME): release 2.9.13
164
165         * scm/define-grobs.scm (all-grob-descriptions): remove stray
166         assignment.
167
168 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
169
170         * Documentation/topdocs/NEWS.tely (Top): doc new features.
171
172         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
173         function.
174
175         * scm/define-grob-properties.scm (all-user-grob-properties):
176         remove grace-space-factor.
177
178         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
179         grace-spacing-interface
180         (spacing-options-interface): add.
181
182         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
183
184         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
185
186         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
187         GraceSpacing object.
188
189         * lily/note-spacing.cc: fix prop list formatting
190
191         * lily/beaming-pattern.cc (de_grace): new function. Sensible
192         beaming for grace notes too.
193
194         * input/regression/spacing-grace.ly: update.
195
196         * lily/grace-spacing-engraver.cc: new file.
197
198         * lily/spacing-spanner.cc: add strict-grace-spacing.
199
200 2006-07-20  Graham Percival  <gpermus@gmail.com>
201
202         * lily/parser.yy: compile fix.
203
204 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
205
206         * scm/define-grobs.scm (all-grob-descriptions): typo.
207
208         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
209         .eps extension from includegraphics.
210
211         * scripts/lilypond-book.py (main): add support for --pdf. 
212
213         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
214         callback to compute common shortest duration.
215         (set_springs): typo.
216
217         * scm/define-grob-properties.scm (all-user-grob-properties): add
218         strict-grace-spacing.
219
220         * lily/spacing-determine-loose-columns.cc (is_loose_column):
221         support float_grace_columns_.
222
223         * lily/spacing-options.cc (init_from_grob): new file.
224
225         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
226
227         * input/regression/spacing-loose-grace.ly: new file.
228
229         * Documentation/topdocs/NEWS.tely (Top): document new feature.
230
231         * lily/tuplet-engraver.cc (struct Tuplet_description): read
232         tupletFullLengthNote too. Choose right bound depending on value.
233
234         * input/regression/tuplet-full-length-note.ly: new file.
235
236 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
237
238         * lily/*-performer.cc: Converted try_music to listen_*
239
240         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
241         as a stream-event internally. Introduce event_cause (), deprecate
242         music_cause ().
243
244         * scm/define-music-types.scm: Removed BusyPlayingEvent
245         
246 2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
247
248         * Documentation/user/advanced-notation.itely (Font selection):
249         Document how to get a list of available fonts using 'lilypond
250         -dshow-available-fonts blabla'.
251
252 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
253
254         * GNUmakefile.in: filter lily-XXX.pdf files.
255
256         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
257
258         * scm/define-grob-properties.scm (all-internal-grob-properties):
259         remove delta-pitch. Use delta-position everywhere.
260
261         * scm/output-lib.scm (fall::print): use new order.
262
263         * scm/output-ps.scm (path): reorder arguments.
264
265         * scm/output-svg.scm (path): support for path primitive.
266
267         * input/regression/bend-after.ly: new file.
268
269         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
270         recipe for eps -> pdf conversion.
271
272 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
273
274         * lily/parser.yy, lily/lexer.ll: added some simplifications by
275         Angelo Contardi.
276
277 2006-07-19  Graham Percival  <gpermus@gmail.com>
278
279         * input/manual/screech-boink.ly: moved to here.
280
281         * input/screech-boink.ly: deleted.
282
283         * scm/define-grob-properties.scm: clarify doc string.
284
285 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
286
287         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
288
289         * scm/output-ps.scm (path): define path.
290
291         * scm/define-stencil-commands.scm
292         (ly:register-stencil-expression): add path.
293
294         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
295
296         * ly/engraver-init.ly: add Fall_engraver
297
298         * lily/parser.yy (music_function_event): allow musicfunction
299         without music arg as music_function_event.
300
301         * lily/grob-scheme.cc (LY_DEFINE):
302         ly:grob-robust-relative-extent. New function.
303
304         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
305
306         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
307
308         * scm/output-lib.scm (fall::print): new function
309
310         * lily/fall-engraver.cc (stop_fall): new file.
311
312         * ly/music-functions-init.ly: alphabetise.
313
314         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
315         base.
316
317 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
318
319         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
320
321         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
322         doc pdftex usage.
323
324         * lily/translator-group.cc (connect_to_context): non const error message.
325
326         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
327
328         * scm/paper.scm (internal-set-paper-size): define landscape to #f
329         if unset.
330
331         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
332
333         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
334
335         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
336         systems.pdftex too.
337
338         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
339
340         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
341
342         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
343
344         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
345
346         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
347
348         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
349
350 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
351
352         * scm/layout-page-layout.scm: Define module, tidy code, use more
353         functions iso. a single big one.
354
355         * scm/layout-page-dump.scm: move page dump functions used in two
356         pass spacing to this file. Define module.
357
358         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
359          (separate module)
360
361         * ly/paper-defaults.ly: use module layout-page-layout.
362
363 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
364
365         * lily/music.cc: Revised MusicEvent event class. It now contains
366         event data directly instead of encapsulating it in music. The
367         previously used class is renamed to OldMusicEvent.
368
369         * lily/stream-event.cc: Stream events are now probs.
370         
371         * lily/translator-group.cc, lily/translator.cc: Translators can
372         now listen directly to stream events, by using macros
373         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
374
375         * lily/arpeggio-engraver.cc: Converted to use new event system
376
377         * THANKS: Corrected spelling mistake.
378
379 2006-07-12  Graham Percival  <gpermus@gmail.com>
380
381         * Documentation/user/SConscript, make/lilypond-vars.make,
382         input/GNUmakefile: doc build looks in input/manual instead
383         of input/test/
384
385         * input/manual/ GNUmakefile, SConscript: build files for
386         input/manual/
387
388         * input/test/ various: some files moved to input/manual/ 
389
390         * Documentation/user/basic-notation.itely: small updates;
391         thanks Kieren and Charles!
392
393 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
394
395         * VERSION (PACKAGE_NAME): release 2.9.11
396
397         * Documentation/topdocs/NEWS.tely (Top): update prop value 
398
399         * Documentation/user/basic-notation.itely (Tuplets): new property
400         value.
401
402 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
403
404         * python/convertrules.py (conv): tweaks. 
405
406         * VERSION (PATCH_LEVEL): bump version.
407
408         * python/convertrules.py (conv): add rule for
409         tupletNumberFormatFunction.
410
411         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
412         tupletNumberFormatFunction.
413
414         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
415         text through 'text callback.
416
417         * lily/time-scaled-music-iterator.cc (construct_children): copy
418         tweaks generated events.
419
420         * scm/define-context-properties.scm
421         (all-user-translation-properties): remove tupletNumberFormatFunction
422
423         * lily/tuplet-engraver.cc (process_music): don't read
424         tupletNumberFormatFunction
425
426         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
427         function.
428
429 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
430
431         * lily/global-context-scheme.cc: Separated ly:run-translator into
432         smaller pieces.
433
434         * lily/score-engraver.cc, lily/score-performer.cc,
435         scm/define-context-properties.scm: Make paper/midi output
436         accessable as a context property.
437
438         * lily/score-translator.cc, lily/score-context.cc: Removed.
439
440 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
441
442         * scm/ps-to-png.scm (Module): 
443         * scm/framework-tex.scm (Module): 
444         * scm/framework-ps.scm (Module): 
445         * scm/backend-library.scm (Module): 
446         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
447         "dDEVICEHEIGHTPOINTS".
448
449 2006-07-04  Graham Percival  <gpermus@gmail.com>
450
451         * Documentation/user/ various: general improvements to
452         "working with lilypond files" section.
453
454 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
455
456         * lily/sequential-iterator.cc: Change the default get_music_list
457         to read elements-callback music property
458
459         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
460         processing of multimeasure rests. Softcoded
461         sequential-music-iterator.
462
463         * lily/sequential-music-iterator.cc: Removed.
464
465 2006-06-28  Graham Percival  <gpermus@gmail.com>
466
467         * Documentation/user/basic-notation.itely: clarify \repeatTie.
468
469 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
470
471         * lily/parser.yy: Wrap non-post-events in EventChords before
472         assigning them to identifiers.
473
474 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
475
476         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
477         gives correct vertical placement of \bar ":" in all staff
478         sizes. Thanks Martial!
479
480 2006-06-26  Graham Percival  <gpermus@gmail.com>
481
482         * Documentation/user/invoking.itely : minor update from mailist.
483
484 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
485
486         * lily/ various: Introduce stream events of types Prepare,
487         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
488         ChangeContext, SetProperty, RevertProperty, Override and Revert.
489
490         * lily/global-context*.cc: Time is now -inf before iteration
491         starts.
492
493         * lily/include/context.hh: Removed unique_, init_
494
495         * Documentation/topdocs/NEWS: Make the feathered beam example
496         avoid triggering a bug.
497
498 2006-06-24  Graham Percival  <gpermus@gmail.com>
499
500         * Documentation/user/ various: small additions from mailist.
501
502 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
503
504         * ly/performer-init.ly: Add some missing links in the context
505         hierarchy for MIDI output. There are probably some more missing!
506
507 2006-06-21  Graham Percival  <gpermus@gmail.com>
508
509         * Documentation/user/ various: minor spelling fixes;
510         thanks Dave Luttinen!
511
512         * Documentation/user/ various: small clarifications;
513         thanks Anthony Youngman!
514
515 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
516
517         * po/fr.po: add \n appropriately.
518
519         * lily/lexer.ll: remove ? from version-seen?  
520
521 2006-06-19  John Mandereau  <john.mandereau@free.fr>
522
523         * po/fr.po; update translation, by Jean-Charles Malahieude and
524         John Mandereau.
525
526 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
527
528         * THANKS: add Markus Schneider.
529
530         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
531         Staff_symbol_engraver
532
533         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
534         replace staff_engraver
535
536         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
537         spanner.
538
539         * lily/staff-collecting-engraver.cc
540         (acknowledge_end_staff_symbol): new function
541
542         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
543
544         * lily/staff-collecting-engraver.cc
545         (acknowledge_end_staff_symbol): new function.
546
547         * lily/main.cc: switch on relocation by default.
548
549 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
550
551         * lily/spacing-spanner.cc (musical_column_spacing): set
552         compound_fixed_note_space to 0.0. Document why.
553
554         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
555         range of inverse_hooke_
556         (Simple_spacer): init completely.
557         (fits): const
558         (get_line_configuration): don't use cols.resize(); it introduces
559         initialized data.
560
561         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
562
563         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
564
565         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
566         try. Divide by beatlength.
567
568         * input/regression/beaming-ternary-metrum.ly: update doc.
569         add beatLength hack.
570
571         * scm/music-functions.scm (make-time-signature-set): add
572         standard-beat-grouping. 
573
574 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
575
576         * input/regression/tie-whole.ly: new file.
577
578         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
579         cross center of note head in case of invisible stem. 
580
581 2006-06-16  Graham Percival  <gpermus@gmail.com>
582
583         * Documentation/user/ various: small fixes from mailist.
584
585 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
586
587         * lily/breathing-sign.cc (offset_callback): idem.
588
589         * lily/align-interface.cc (align_to_fixed_distance): remove
590         hungarian suffix.
591
592         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
593         x%2==0.
594
595 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
596
597         * VERSION (PACKAGE_NAME): release 2.9.9
598
599         * ly/lilypond-book-preamble.ly: add \version
600
601 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
602
603         * scripts/lilypond-book.py (PREAMBLE_LY): include
604         lilypond-book-preamble.ly
605
606         * lily/stem.cc (get_beaming): return max of 0 and
607         scm_ilength. Fixes slurring from/to beams.
608
609         * ly/lilypond-book-preamble.ly: new file.
610
611         * lily/slur.cc: add inspect-index feature.
612
613 2006-06-13  Graham Percival  <gpermus@gmail.com>
614
615         * Documentation/user/tutorial.itely: trivial fix.
616
617 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
618
619         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
620         all non-event music in the parser via MAKE_SYNTAX.
621
622         * lily/parser-scheme.cc: Add ly:parser-error function
623
624         * scm/paper.scm: fix typo
625
626 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
627
628         * THANKS: add RT.
629
630         * lily/font-config.cc (init_fontconfig): add warning if cache_file
631         is null.
632
633         * buildscripts/output-distance.py (test_compare_signatures):
634         timing routines.
635         (read_signature_file): use new signature format.
636
637         * scm/stencil.scm (write-system-signature): simpler signature
638         format.
639
640         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
641         for beamed case. 
642
643         * lily/note-spacing.cc (stem_dir_correction): don't inspect
644         stem_end_position, but estimate instead. 
645
646         * lily/tuplet-bracket.cc (calc_positions): look at
647         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
648         brackets narrower than beams. 
649
650         * lily/lexer.ll: set version-seen? even if version is
651         INVALID. 
652
653         * lily/rest.cc (y_offset_callback): bugfix: decide position
654         override based on scm_is_number(). Fixes \rest on center staff
655         line. 
656
657         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
658         patterns for 16th triplets.
659
660 2006-06-10  Graham Percival  <gpermus@gmail.com>
661
662         * Documentation/user/ page.itely, global.itely: editing
663         and reorg.
664
665         * Documentation/user/ various: findex -> funindex.
666
667 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
668
669         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
670         insert extra tuplet events.
671
672 2006-06-10  Graham Percival  <gpermus@gmail.com>
673
674         * Documentation/user/programming-interfaces.itely: add
675         info from NEWS.
676
677         * python/convertrules.py: add annotatefoo -> annotate-foo
678         rules.
679
680         * Documentation/user/global.itely: start editing.
681
682         * Documentation/user/page.itely: major editing, new spacing
683         docs.
684
685 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
686
687         * scm/define-markup-commands.scm (wordwrap-markups): use
688         output-def 'line-width if undefined.
689
690         * HACKING: trim outdated info.
691
692 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
693
694         * scm/define-grobs.scm (all-grob-descriptions): Add
695         line-spanner-interface to all grobs that already have
696         text-spanner-interface or dynamic-text-spanner-interface
697
698         * scm/page.scm: Rename annotate{headers,systems,page}->
699         annotate-*
700
701         * input/regression/page-spacing.ly,
702         input/regression/page-layout-manual-position.ly: idem
703
704 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
705
706         * lily/line-spanner.cc: cleanup property list.
707
708         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
709         generator expressions (2.3 compat). 
710
711 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
712
713         * lily/vertical-align-engraver.cc: Make sure that the
714         align{Above,Below}Context properties are included in the automatic
715         documentation.
716
717 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
718
719         * scm/paper-system.scm (paper-system-annotate): also annotate the
720         estimated pure-Y-extent
721
722         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
723
724         * lily/system.cc (break_into_pieces): set the estimated height
725         of each child system
726
727         * lily/stem.cc (pure_height): new pure-Y-extent callback
728
729         * lily/staff-symbol-referencer.cc (callback): don't destroy
730         the staff-position property
731
732         * lily/hara-kiri-group-spanner.cc (request_suicide): split
733         consider_suicide into two functions
734
735         * lily/constrained-breaking.cc (resize): use the new pure
736         callbacks to estimate the height of a system
737
738         * lily/axis-group-interface.cc (pure_group_height): new
739         side-effect-free VerticalAxisGroup height-callback
740
741         * lily/align-interface.cc (get_extents_aligned_translates):
742         split align_elements_to_extents into two functions
743         (get_pure_child_y_translation): new function
744
745         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
746
747         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
748
749         * lily/paper-score.cc: cache break_indices and columns
750
751         * lily/side-position-interface.cc: new pure-Y-extent callbacks
752         
753 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
754
755         * lily/font-config.cc (init_fontconfig): do the init if
756         cache_file, but don't look at cache_file.
757
758         * input/regression/quote-tie.ly: new file.
759
760         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
761         to Head_event_tuple, so we deal gracefully with ties on
762         cue-endings.
763
764         * lily/pango-font.cc (pango_item_string_stencil): type correctness
765         for FcChar8*
766
767 2006-06-08  Graham Percival  <gpermus@gmail.com>
768
769         * input/test/ smart-transpose.ly, reverse-music.ly:
770         \applyMusic to music functions update, thanks Michael!
771
772 2006-06-07  Graham Percival  <gpermus@gmail.com>
773
774         * input/test/ add-staccato.ly, add-text-script.ly,
775         unfold-all-repeats.ly, music-box.ly: \applyMusic to
776         music functions update, thanks to Michael Meixner.
777
778         * Documentation/user/music-glossary.tely: small fix
779         from Francisco.
780
781         * Documentation/user/ various: minor additions from mailist.
782
783         * Documentation/user/lilypond.tely, basic-notation.itely:
784         small test of @funindex.  (works here)
785
786         * input/test/font-table.ly: reduce size to partially
787         de-ugly version in manual.
788
789         * Documentation/user/page.itely: new file (split former
790         "global issues" into "page settings" and "non-musical
791         output".
792
793         * Documentation/user/ various: fix @ref{}s to match
794         new chapter names (above).
795
796 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
797
798         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
799
800 2006-06-06  Graham Percival  <gpermus@gmail.com>
801
802         * Documentation/user/advanced-notation.itely: add example
803         for segno/coda on barline.
804
805         * tex/texinfo.tex: merge from upstream.
806
807 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
808
809         * scripts/lilypond-book.py (process_snippets): Argument fix.
810
811         * SConstruct:
812         * buildscripts/builder.py:
813         * lily/SConscript: 
814         * mf/SConscript: 
815         * Documentation/user/SConscript:  More SCons fixes.
816
817 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
818
819         * lily/font-config.cc (init_fontconfig): Only initialize if
820         global cache_file is found.
821
822 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
823
824         * ly/music-functions-init.ly: Updated \overrideProperty to use the
825         new \applyOutput.
826
827 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
828
829         * VERSION (PACKAGE_NAME): release 2.9.8
830
831         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
832         function. Delay ledger modifying ledgered grobs to
833         stop_translation_timestep(), to ensure that we're ledgering
834         according to the new spanner.
835         (acknowledge_staff_symbol): don't check for non-NULL
836         staff_sym->get_bound()
837
838         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
839         creation.
840
841         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
842         pictures too.
843
844         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
845         directly from srcdir/stepmake/aclocal.m4
846         
847         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
848         disting MISC files.
849
850         * lily/simple-spacer.cc (get_column_desc): desc -> description.
851
852 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
853
854         * lily/simple-spacer.cc (get_line_configuration): add
855         keep-inside-line rods
856         (struct Column_desc): add constructor
857         (struct Rod_desc): add constructor
858         (get_line_forces): check for forced page breaks here too
859
860         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
861         support/elements cycles between InstrumentNames and AxisGroups
862
863 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
864
865         * config.make.in (METAFONT): remove MAKEINFO_VERSION
866
867         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
868         make-txt-files target.
869
870         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
871         make-txt-files target.
872
873         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
874
875         * stepmake/stepmake/generic-vars.make (distdir): create dist in
876         top-build-dir.
877
878 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
879
880         * Documentation/user/instrument-notation.itely,
881         input/regression/breathing-sign-ancient.ly,
882         input/test/divisiones.ly: Removed redundant property settings for
883         vaticana contexts.
884
885         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
886         fix lyrics alignment problems.  They are implemented now as scheme
887         functions that add the appropriate unicode char to the first lyric
888         event rather than adding a separate lyric event.  Minor edit of
889         comments.
890
891 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
892
893         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
894         pollute src dir with built .txt files, but install directly from
895         Documentation/topdocs/out/
896
897         * buildscripts/output-distance.py
898         (ComparisonData.create_html_result_page): put version/directories
899         in table header.
900
901         * Documentation/topdocs/NEWS.tely (Top): document spacing section
902         feature.
903
904         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
905         Patch by Karl Hammar
906         
907         * buildscripts/readlink.py: add  file.
908         Patch by Karl Hammar
909
910 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
911
912         * lily/tuplet-number.cc (print): prevent stencil from being
913         garbage collected.
914
915 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
916
917         * scm/stencil.scm (write-system-signature): explicitly 
918         -well, superfluously- close output port.
919
920         * buildscripts/output-distance.py (main): oops. Add extra argument.
921
922 2006-06-05  Graham Percival  <gpermus@gmail.com>
923
924         * Documentation/user/music-glossary.tely: clarified example
925         from Francisco Vila, thanks!
926
927 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
928
929         * input/regression/spacing-section.ly: new file.
930
931         * lily/input.cc (programming_error): new function.
932
933         * lily/spacing-engraver.cc (try_music): new function. Accept
934         spacing-section-event
935
936         * lily/spacing-spanner.cc (set_springs): take slices of all
937         columns for spacing.
938
939         * lily/include/paper-column.hh (class Paper_column): add
940         Paper_column::compare.
941
942         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
943
944         * scm/define-music-types.scm (music-descriptions): add
945         SpacingSectionEvent
946
947         * lily/music-iterator.cc (report_event): use programming_error for
948         sending non-event error.
949
950         * lily/input.cc (programming_error): new function
951
952         * buildscripts/output-distance.py (main): use compare-XXX for
953         compare files.
954         (main): --threshold option, default at 0.30
955
956         * output-distance.py (main): add --threshold option.
957
958 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
959
960         * scm/paper-system.scm (paper-system-annotate): fix problem when
961         annotating an empty system
962
963 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
964
965         * GNUmakefile.in: reinstate old web tar/copying.
966
967 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
968
969         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
970         nothing changes. (Erik S) 
971
972         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
973         count. (Erik S)
974
975 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
976
977         * scm/define-markup-commands.scm (whiteout): do not force
978         foreground color of argument markup to black.
979
980         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
981         the left of the arrow, instead of below the arrow name, so that,
982         when two little arrows are vertically stacked, their dimensions
983         and name should not overlap. Add a color key parameter.
984
985         * scm/paper-system.scm (paper-system-annotate): Annotate
986         next-space+next-padding instead of next-space. Annotate space
987         between next-padding and next-space+padding, respectively, and
988         following system extent and refpoint-Y-extent. Use colors.
989
990         * scm/page.scm (annotate-page): translate annotations slightly to
991         the right.
992
993 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
994
995         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
996         fix for x-staff slurs. Thanks Joe!
997
998         * buildscripts/output-distance.py
999         (SystemLink.output_expression_change_count): keep track of changed
1000         details, and dump in details html page.
1001  
1002         * input/regression/figured-bass-staff.ly: add note about setting
1003         properties in Staff context.
1004
1005         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1006         add slurs and ties to support too.
1007
1008         * buildscripts/output-distance.py (main): set dest_dir
1009         argument. Add --max-count option.
1010
1011 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1012
1013         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1014         shortcuts for special unicode chars that are useful in chant
1015         notation.  Revised exisiting and added new comments.
1016
1017 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1018
1019         * make/mutopia-rules.make: remove duplicate recipe.
1020
1021 2006-06-02  Werner Lemberg  <wl@gnu.org>
1022
1023         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1024         Add support for U+0132 (IJ) and U+0133 (ij).
1025
1026 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1027
1028         * buildscripts/output-distance.py (FileLink): new class. collect
1029         info systems from one .ly file. 
1030         (FileLink.link_files_for_html): further tweaks.
1031
1032 2006-06-02  Graham Percival  <gpermus@gmail.com>
1033
1034         * tex/texinfo.tex: partial fix for @funindex.
1035
1036         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1037         break anything).
1038
1039 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1040
1041         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1042
1043         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1044         @example too. Backportme.
1045
1046 2006-06-02  Graham Percival  <gpermus@gmail.com>
1047
1048         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1049         from Werner Lemberg.
1050
1051 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1052
1053         * Documentation/user/music-glossary.tely: additional spanish
1054         updates and a lyrics fix in an example.
1055
1056 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1057
1058         * scm/define-grob-properties.scm: Previous patch contained
1059         spurious line from another patch not yet committed.  Fixed.
1060
1061         * scm/define-grob-properties.scm: Add missing doc strings for
1062         ancient notation.
1063
1064 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1065
1066         * buildscripts/output-distance.py
1067         (ComparisonData.write_text_result_page): separate the scores, sort
1068         by geo_score.
1069
1070         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1071         system signatures.
1072
1073         * buildscripts/output-distance.py (me_path): use argv[0] for
1074         sys.path extension
1075         (ComparisonData.img_cell): use colored borders.
1076
1077         * scm/stencil.scm (write-system-signature): escape newlines too.
1078         (write-system-signature): use (1,-1) interval for empty interval
1079
1080 2006-01-01  Graham Percival  <gpermus@gmail.com>
1081
1082         * Documentation/user/music-glossary.tely: Spanish updates
1083         from Francisco Vila.
1084
1085         * Documentation/user/lilypond-book.itely: addition from
1086         Vaclav Smilauer.
1087
1088         * Documentation/user/ various: edits, small additions
1089         from mailist, etc.
1090
1091 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1092
1093         * GNUmakefile.in (tree-lib-prefix-current):
1094         (tree-share-prefix-current): Use version number in tree, add
1095         `current' symlinks.
1096
1097 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1098
1099         * GNUmakefile.in: write VERSION, again.
1100
1101         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1102         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1103
1104         * stepmake/aclocal.m4: robuster version detection.
1105
1106         * buildscripts/output-distance.py
1107         (ComparisonData.create_html_result_page): copy only if file
1108         exists, fixup src paths.
1109
1110         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1111
1112 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1113
1114         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1115         Another datarootdir reto.
1116
1117         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1118         available.  This should be moved to postinstall-lilypond-doc.
1119
1120 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1121
1122         * GNUmakefile.in: simplify local-WWW-post. 
1123         remove -type l from find.
1124
1125         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1126         fixes. Don't follow symlinks.
1127         (ComparisonData.create_html_result_page): remove previous results.
1128         insert ../python in path.
1129
1130         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1131
1132 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1133
1134         * config.make.in (datadir): Add datarootdir to silence autoconf.
1135
1136         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1137
1138 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1139
1140         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1141
1142         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1143         slash beams too wide.
1144
1145 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1146
1147         * VERSION: release 2.9.7
1148         
1149 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * lily/relocate.cc (read_relocation_dir): Do not blindly
1152         dereference DIR.
1153
1154 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1155
1156         * lily/parser.yy: replace THIS by PARSER
1157
1158         * Documentation/index.html.in: add link to test-results.html page.
1159
1160         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1161
1162         * scm/translation-functions.scm (format-bass-figure): translate
1163         digits over 10 to the left
1164
1165         * scm/define-markup-commands.scm (translate-scaled): new markup.
1166
1167         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1168         7 glyph. 
1169
1170         * ly/engraver-init.ly: add Figured_bass_engraver
1171
1172         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1173
1174         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1175
1176         * lily/score-engraver.cc (announce_grob): only note START announces.
1177
1178         * lily/include/engraver-group.hh (Translator_group):
1179         acknowledge_hash_table_ is now drul.
1180
1181         * lily/engraver.cc (announce_end_grob): new method.
1182
1183         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1184
1185         * lily/translator-dispatch-list.cc (create): take start_end argument.
1186
1187         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1188         acknowledge_static_array_ to drul
1189
1190         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1191
1192         * scm/define-grob-interfaces.scm
1193         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1194
1195         * scm/define-grobs.scm (all-grob-descriptions): add
1196         BassFigureAlignmentPositioning
1197
1198         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1199         number stays up to date. Backportme.
1200
1201 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1202
1203         * Documentation/user/basic-notation.itely (Bar lines): Document
1204         the "||:" bar type. 
1205
1206 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1207
1208         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1209
1210         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1211         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1212         build.
1213
1214         * Resurrect `scons lily' build.
1215
1216         * SConstruct (symlink_tree): Bugfix: link
1217         music-drawing-routines.ps to file iso directory.
1218
1219         * lily/SConscript: Remove kpath-guile from LIBS.
1220
1221         * SConstruct (libdir_package_version): Typo.
1222         (configure): Comment-out fontforge for lack of fontforge.pc .
1223         Also add libdir* to environment.
1224
1225 2006-05-30  Graham Percival  <gpermus@gmail.com>
1226
1227         * Documentation/user/ various: minor additions from mailist and
1228         editing.
1229
1230 2006-05-30  Paco <fravd@ya.com>
1231
1232         * Documentation/user/music-glossary.tely: numerous corrections and
1233         some new translations.
1234
1235 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1236
1237         * BackportmeStart.
1238         
1239         * buildscripts/output-distance.py
1240         (ComparisonData.create_html_result_page): new routine: summarise
1241         results in HTML page with images. 
1242         (ComparisonData.create_text_result_page): create summary text files too.
1243
1244         * GNUmakefile.in (web-ext): package .signature files too. They
1245         compress well. 
1246
1247         * scm/stencil.scm (write-system-signature): typo.
1248
1249         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1250
1251         * scm/stencil.scm (write-system-signature): better escaping.
1252         only write signature for music systems, not for markup systems.
1253
1254         * scm/framework-ps.scm (output-framework): dump-signatures support
1255         for plain output.
1256
1257         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1258
1259         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1260         for -dno-point-and-click
1261
1262         * lily/grob.cc (get_print_stencil): don't read
1263         point_and_click_global to determine whether to set grob-cause.
1264
1265 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1266
1267         * buildscripts/output-distance.py (main): new function.
1268         (ComparisonData): new class.
1269
1270         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1271         careful with generating new LedgerLineSpanners.
1272
1273         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1274
1275         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1276         context. This fixes double ledger lines in output. 
1277
1278         * lily/system.cc (get_paper_system): remove 3 layer limit.
1279
1280         * buildscripts/output-distance.py (SystemLink.distance): new
1281         file. Compare signatures.
1282
1283         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1284
1285         * lily/grob-array.cc (remove_duplicates): rename from
1286         uniq(). Sort before calling uniq() so it actually works.
1287
1288 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1289
1290         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1291         \version from lilypond file snippet.
1292         (Lilypond_file_snippet.ly): oops. typo.
1293         (find_toplevel_snippets): urgh. again.
1294
1295         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1296         prevent duplicated broken items in output.
1297
1298         * scm/framework-eps.scm (output-classic-framework): only dump if
1299         dump-signatures is set.
1300
1301         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1302
1303         * scm/stencil.scm (write-system-signature): new routine: write
1304         python parseable signature of a separate paper system.
1305         BackportmeEnd.
1306         
1307 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1308
1309         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1310         iso is_string().
1311         include header.
1312
1313 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1314
1315         * translator-group.cc: send music events to engravers in
1316         non-bottom contexts.
1317
1318         * tuplet-engraver.cc: process tuplet brackets in correct order.
1319
1320 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1321
1322         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1323         arg 2 might point us to a new binary (patch by Karl Hammar)
1324         
1325 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1326
1327         * VERSION (PACKAGE_NAME): release 2.9.6
1328
1329         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1330
1331         * Documentation/user/*.itely: 2nd
1332         attempt: replace funindex -> findex globally.
1333
1334 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1335
1336         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1337         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1338
1339         * scm/define-music-display-methods.scm: display methods for
1340         breaks. Fix \applyOutput.
1341
1342 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1343
1344         * Documentation/user/macros.itexi: comment out funindex expansion. 
1345
1346         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1347         everywhere.
1348
1349         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1350         Karl Hammar. Backportme.
1351  
1352         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1353
1354         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1355
1356         * Documentation/user/programming-interface.itely (Running a
1357         function on all layout objects): idem.
1358
1359         * Documentation/user/introduction.itely (Automated engraving):
1360         update \applyOutput syntax
1361
1362         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1363         remove debugging hook.
1364
1365         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1366         expansion. 
1367
1368         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1369
1370         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1371         TEXI2DVI_FLAGS to texi2dvi invocation. 
1372
1373 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1374
1375         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1376         works. More work is done by iterator now, and engraver has been
1377         very much simplified.
1378
1379         * lily/translator-group.cc: try_music is now invoked through a
1380         listener
1381
1382         * lily/*-iterator.cc: Massive cleanups. Junked
1383         try_music_in_children globally. Renamed try_music to report_event,
1384         and made that method descend to a bottom context automatically.
1385
1386         * lily/event-iterator.cc: New file.
1387
1388         * lily/output-property-iterator.cc,
1389         lily/old-lyric-combine-music-iterator.cc: Removed.
1390
1391         * python/convert-rules.py: Modified the syntax for \applyOutput.
1392
1393 2006-05-23  Graham Percival  <gpermus@gmail.com>
1394
1395         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1396         creation.
1397
1398         * Documentation/user/ various: stuff that might have helped
1399         to fix the pdf creation, plus some minor doc additions.
1400
1401         * Documentation/user/changing-defaults.itely: remove @b from
1402         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1403
1404 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1405
1406         * lily/beaming-pattern.cc (beamify): deal with negative start
1407         moments for beaming patterns.
1408
1409 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1410
1411         * lily/beaming-info.cc (beamify): new function: read beatLength
1412         and beatGrouping from context. 
1413
1414         * input/regression/beam-beat-grouping.ly (Module): new file.
1415
1416         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1417
1418         * lily/beam.cc (get_beam_segments): generate events for
1419         max_connect_ case too.
1420         (get_beam_segments): read Stem::max-beam-connect.
1421
1422         * input/regression/beam-single-stem.ly: new file.
1423
1424         * lily/stem.cc (set_beaming): use #f as signaling value for
1425         beamcount 0.
1426
1427         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1428
1429         * lily/beam.cc (set_beaming): read clip-edges property.
1430         (calc_direction): don't suicide for single stem.
1431
1432         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1433         argument, remove 1<<15 hack. Remove clip_edges() 
1434
1435         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1436
1437 2006-05-21  Graham Percival  <gpermus@gmail.com>
1438
1439         * Documentation/user/basic-notation.itely: reorg.
1440
1441         * Documentation/user/ various: minor fixes.
1442
1443 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1444
1445         * lily/stencil-expression.cc (register_stencil_head): opps, append
1446         to cdr of static SCM object.
1447
1448 2006-05-19  Graham Percival  <gpermus@gmail.com>
1449
1450         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1451         update framework for command index.  DOC WRITERS: use @funindex
1452         instead of @cindex @code{}.
1453
1454         * Documentation/user/ various: replace @cindex @code{} => @funindex
1455
1456 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1457
1458         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1459         case positions is set manually. 
1460
1461 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1462         
1463         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1464         rules to Scheme.
1465
1466 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1467
1468         * Documentation/user/changing-defaults.itely (Contexts explained):
1469         use absolute dimension for @image.
1470
1471         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1472         out image for illustration too.
1473         ($(outdir)/%.png): add more png <-> eps rules. 
1474
1475 2006-05-17  Graham Percival  <gpermus@gmail.com>
1476
1477         * Documentation/user/ various: remove trailing whitespace, cosmetic
1478         change to reduce changes produced by diff.
1479
1480 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1481
1482         * lily/main.cc (do_chroot_jail): correctness tweak.
1483
1484         * python/lilylib.py (system): import subprocess in system () only.
1485
1486         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1487
1488         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1489         variable. Backportme.
1490
1491 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1492         
1493         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1494
1495 2006-05-17  Werner Lemberg  <wl@gnu.org>
1496
1497         * lily/lexer.ll (init_signature_has_table): Add
1498         `scm-scm-music-music'.
1499
1500         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1501         (Generic_prefix_music_scm): Add rule for it.
1502
1503         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1504         `quoted-transposition' property.
1505
1506         * ly/music-functions-init.ly (transposedCueDuring): New function.
1507
1508         * scm/define-music-properties.scm (all-music-properties): Updated.
1509
1510         * Documenation/topdocs/NEWS.itely: Document it.
1511
1512 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1513
1514         * python/lilylib.py (system): move import subprocess to system()
1515         definition. 
1516
1517         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1518
1519         * VERSION (PATCH_LEVEL): release 2.9.5
1520         
1521         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1522         build instructions. 
1523
1524         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1525
1526 2006-05-16  Graham Percival  <gpermus@gmail.com>
1527
1528         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1529
1530         * Documentation/user/ various: minor fixes.
1531
1532 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1533
1534         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1535
1536 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1537
1538         * Documentation/user/advanced-notation.itely (Instrument names):
1539         Modified obsolete instruction on how to move instrument names away
1540         from the staves. Hmm, at second thought the bug probably has been
1541         solved, so the full bug description should probably be removed.
1542
1543 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1544
1545         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1546         currentCommandColumn. 
1547
1548         * lily/hairpin.cc (print): also add padding for non-neighbor
1549         hairpin bounds.
1550
1551         * scm/define-context-properties.scm
1552         (all-user-translation-properties): add hairpinToBarline
1553
1554         * input/regression/hairpin-to-barline.ly: new file.
1555
1556         * lily/context.cc (internal_send_stream_event): thinko fix.
1557
1558         * lily/tie.cc (set_default_control_points): robustness fix.
1559
1560         * python/musicxml.py (Part.interpret): don't complain about
1561         incomplete measures.
1562
1563         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1564         new music if last_event_chord() returned None.
1565
1566         * python/musicxml.py (Part.interpret): skip back over chord notes.
1567
1568 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1569         
1570         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1571         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1572         lily/slash-repeat-engraver.cc,
1573         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1574         iterator sends PercentEvents
1575
1576         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1577         rework tuplets: send start/stop events to engraver
1578
1579         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1580         dispatchers event-source and events-below to Context
1581         
1582 2006-05-15  Graham Percival  <gpermus@gmail.com>
1583
1584         * Documentation/user/README.txt: update info for doc writers.
1585
1586         * Documentation/user/programming-interface.itely: integrate
1587         Nicolas' fixes for chapter rewrite.
1588
1589         * Documentation/user/ various: minor fixes.
1590
1591 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1592
1593         * lily/clef-engraver.cc: cleanup.
1594
1595         * Documentation/user/GNUmakefile: dist context-example.eps too.
1596
1597         * lily/key-engraver.cc (create_key): use
1598         explicitKeySignatureVisibility for cancellation too. 
1599
1600         * lily/font-config.cc (init_fontconfig): don't close file if
1601         f==NULL. 
1602
1603 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1604
1605         * Documentation/topdocs/NEWS.tely: niente and rotation news
1606
1607 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1608
1609         * lily/include/stencil.hh
1610         * lily/stencil.cc (rotate): new function. Makes it possible
1611         to rotate a stencil around a given offset.
1612
1613         * lily/grob.cc (get_print_stencil): add rotation support
1614
1615         * lily/stencil-interpret.cc (interpret_stencil_expression):
1616         add rotation support
1617
1618         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1619
1620         * scm/define-grob-properties.scm: add 'rotation property
1621
1622         * scm/define-markup-commands.scm: add rotate markup command
1623         
1624         * scm/output-ps.scm: add rotation support in PostScript backend
1625
1626         * scm/output-svg.scm: add rotation support in SVG backend
1627
1628 2006-05-13  Graham Percival  <gpermus@gmail.com>
1629
1630         * Documentation/user/music-glossary.itely: French correction.
1631
1632         * Documentation/user/programming-interface.itely: major
1633         new docs, some reorg, some info from Nicolas.
1634
1635         * Documentation/user/ various: small fixes.
1636
1637 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1638
1639         * Documentation/user/programming-interface.itely (Markup
1640         programmer interface): Remove duplicate text.
1641
1642 2006-05-12  Graham Percival  <gpermus@gmail.com>
1643
1644         * Documentation/user/context-example.eps: new file.
1645
1646         * Documentation/user/changing-defaults.itely: set up file to
1647         use eps image.
1648
1649         * Documentation/user/programming-interface.itely: changes
1650         from mailist.
1651
1652 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1653
1654         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1655
1656 2006-05-11  Graham Percival  <gpermus@gmail.com>
1657
1658         * Documentation/user/programming-interface.itely: first round of
1659         editing and merging emails from Nicolas.
1660
1661         * Documentation/user/scheme-tutorial: minor edit.
1662
1663 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1664
1665         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1666         XML attributes.
1667         (Xml_node.message): use it.
1668
1669         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1670         oops. Add duration argument.
1671
1672 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1673
1674         * lily/paper-column-engraver.cc (make_columns):
1675         * scm/define-grobs.scm: Revert my previous change and set the default
1676         in define-grobs.scm instead.
1677
1678 2006-05-09  Graham Percival  <gpermus@gmail.com>
1679         
1680         * Documentation/user/changing-defaults.itely: general editing,
1681         info about \set and \override.
1682
1683         * Documentation/user/tweaking.itely, advanced-notation.itely:
1684         fixes from Dave Luttinen, thanks!
1685
1686 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1687
1688         * lily/paper-column-engraver.cc (make_columns): By default, a column
1689         needs to be breakable.
1690
1691 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1692
1693         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1694         Attributes methods
1695         (musicxml_time_to_lily): idem
1696         (musicxml_key_to_lily): idem
1697         (instrument_drumtype_dict): dict for supported drumtypes.
1698         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1699         moments and pending mm rests
1700         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1701         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1702         (musicxml_voice_to_lily_voice): add mode change.
1703         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1704         speed and less memory usage (factor 5 to 10).
1705         (convert): write -defs.ly  and driver file separately so people
1706         can script their own part extraction.
1707
1708         * python/musicxml.py (minidom_demarshal_node): new function:
1709         separate minidom handling.
1710         (lxml_demarshal_node): new function: support lxml.etree too.
1711         (Xml_node.message): new function: verbose error message, with XML
1712         path to offending node.
1713         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1714         (Part_list.generate_id_instrument_dict): new method: collect
1715         instrument names, to be able to set drum_type.
1716         (Part.interpret): handle underfull measures
1717         (Part.interpret): assign instrument names.
1718
1719         * python/musicexp.py (Output_printer.close): new method
1720         (MusicWrapper.print_ly): new class: support other modes,
1721         eg. \drummode
1722         (BarCheck.print_ly): new class. Support bar checks, with comments
1723         and fancy barchecks. 
1724         (NoteEvent.__init__): also set drum_type for drum notes.
1725         (MultiMeasureRest.lisp_expression): dump mm rests.
1726
1727         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1728         line-break-permission if forbidBreak is not set.
1729
1730 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1731
1732         * scm/define-context-properties.scm:
1733         * scm/define-grob-properties.scm:
1734         * scm/define-grobs.scm:
1735         * scm/define-music-display-methods.scm:
1736         * scm/define-music-properties.scm:
1737         * scm/define-music-types.scm:
1738         * scm/music-functions.scm:
1739         * ly/declarations-init.ly:
1740         * lily/include/constrained-breaking.hh:
1741         * lily/system.cc:
1742         * lily/spaceable-grob.cc:
1743         * lily/simple-spacer.cc:
1744         * lily/paper-score.cc:
1745         * lily/paper-column.cc:
1746         * lily/paper-column-engraver.cc:
1747         * lily/item.cc:
1748         * lily/gourlay-breaking.cc:
1749         * lily/constrained-breaking.cc:
1750         * python/convertrules.py:
1751         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1752         "page-break-penalty" and "line-break-permission".
1753         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1754         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1755
1756         * lily/bar-engraver.cc:
1757         * lily/beam-engraver.cc:
1758         * lily/forbid-break-engraver.cc:
1759         * lily/ligature-engraver.cc:
1760         * lily/paper-column-engraver.cc:
1761         * lily/percent-repeat-engraver.cc:
1762         * lily/score-engraver.cc:
1763         * lily/score-engraver.hh:
1764         * lily/paper-column-engraver.hh:
1765         Inter-engraver communication regarding line breaks is done through context
1766         properties (Score.forbidBreak) instead of function calls.
1767
1768 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1769
1770         * VERSION (PACKAGE_NAME): release 2.9.4
1771
1772 2006-05-08  Graham Percival  <gpermus@gmail.com>
1773
1774         * Documentation/user/working.itely: proofreading from Dave
1775         Luttinen, thanks.
1776
1777         * Doucmentation/user/README.txt: updated with manual style info.
1778
1779         * Documentation/user/ various: trim linewidth to 78 chars.
1780
1781 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1782
1783         * scm/define-grob-properties.scm (all-internal-grob-properties):
1784         remove chord-tremolo property.
1785
1786         * lily/beam.cc (get_beam_segments): don't use stem position as
1787         base for broken ends.
1788
1789 2006-05-06  Graham Percival  <gpermus@gmail.com>
1790
1791         * Documentation/user/putting.itely: proofreading from Dave
1792         Luttinen, thanks!
1793
1794         * Documentation/user/ various: more reorg and clarifications.
1795
1796 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1797
1798         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1799
1800         * ly/music-functions-init.ly: new function featherDurations
1801
1802         * lily/beam.cc: read grow-direction for feathered beaming.
1803
1804         * Documentation/topdocs/NEWS.tely (Top): typo.
1805
1806 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1807
1808         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1809         tremolo beams.
1810
1811 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1812         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1813         used by music streams.
1814
1815         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1816         lily/stream-event.cc, lily/stream-event-scheme.cc,
1817         lily/listener.cc, lily/scheme-listener.cc,
1818         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1819         lily/include/stream-event.hh, lily/include/listener.hh,
1820         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1821         Created data structures for music streams.
1822         
1823 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1824
1825         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1826         construction of a beam. 
1827         (print): rewrite. 
1828
1829         * flower/include/std-vector.hh (default_compare): use only one comparison.
1830
1831         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1832         (note-by-number): further attachment fixes.
1833
1834         * scm/lily-library.scm (ordered-cons): new function.
1835         (interval-index): new function
1836
1837         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1838
1839         * lily/note-head.cc (get_stem_attachment): new function.
1840
1841         * scm/define-markup-commands.scm (note-by-number): read 'style
1842         property. 
1843
1844         * input/regression/markup-note.ly: show note-head style option.
1845
1846         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1847         triangle head.
1848
1849 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1850
1851         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1852
1853         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1854
1855         * lily/include/constrained-breaking.hh: GCC 4 fix.
1856
1857 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1858
1859         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1860         Replace it with functions get_line_forces and get_line_configuration.
1861         (class Simple_spacer): Make data private.
1862         Rewrite compression algorithm to be faster and simpler.
1863
1864         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1865         * lily/gourlay-breaking.cc (solve):
1866         * lily/constrained_breaking.cc (space_line):
1867         Change it to the new simple-spacer code.
1868
1869         * lily/paper-score.cc (get_paper_systems):
1870         (Paper_score):
1871         (process):
1872         Delay breaking the systems until they are requested.
1873         (find_break_indices):
1874         Use vsize for indices.
1875         (calc_breaking):
1876         Move the "Calculating line breaks" message here.
1877
1878         * lily/system.cc (pre_processing):
1879         Move the "Calculating line breaks" message away from here.
1880         (break_into_pieces):
1881         Allow multiple calls to this function in sequence (with touching-but-
1882         not-overlapping breakpoints).
1883
1884         * lily/constrained-breaking.cc:
1885         Replace most of the get_XXXX functions with get_line_details.
1886         Only calculate the force for each line. Calculate configurations only
1887         for the lines we will actually use.
1888         Replace cols_ with lines_.
1889
1890 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1891
1892         * mf/GNUmakefile (depth): remove FC_FIND.
1893
1894         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1895
1896         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1897
1898         * scm/framework-ps.scm (write-preamble): new function.
1899         (write-preamble): load mac fonts via fondu, even if gs-font-load
1900         is set.
1901
1902 2006-05-03  Werner Lemberg  <wl@gnu.org>
1903
1904         * mf/GNUmakefile (FC_FIND): Fix typo.
1905
1906 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1907
1908         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1909
1910 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1911
1912         * stepmake/aclocal.m4: run python-config for crosscompiling
1913         flags. 
1914
1915         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1916         -f png for HTML, TEXINFO formats. 
1917
1918         * input/tutorial/lbook-html-test.html: new file.
1919
1920         * lily/include/tie-formatting-problem.hh (class
1921         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1922         [column, direction]. This fixes laissez vibrer ties.
1923  
1924         * flower/include/tuple.hh (struct Tuple2): new file.
1925
1926         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1927         $(FCMATCH), only if $(NCSB_DIR) not set. 
1928
1929         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1930
1931         * config.make.in (DOCUMENTATION): set FCMATCH.  
1932
1933         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1934
1935 2006-05-03  Graham Percival  <gpermus@gmail.com>
1936
1937         * Documentation/user/ various: final round of reorg.
1938
1939         * Documentation/user/instrument-notation.itely: some more
1940         fixes from Eduardo, thanks!
1941
1942 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1943
1944         * VERSION (PACKAGE_NAME): release 2.9.3
1945
1946         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1947
1948         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1949
1950 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1951
1952         * scm/define-grob-properties.scm (all-user-grob-properties):
1953         Correct typo, thanks to Eduardo.
1954
1955 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1956
1957         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1958
1959         * buildscripts/lilypond-words.py (F): indent fix.
1960
1961         * input/regression/tie-arpeggio-collision.ly: new file.
1962
1963         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1964         function: store outlines per column rank.
1965
1966         * lily/include/tie-configuration.hh (class Tie_configuration): add
1967         column_ranks_ to specification and configuration, to distinguish
1968         between ties for different heads in arpegiated chords.
1969
1970         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1971
1972         * *.py: more 4 space indents.
1973
1974         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1975
1976 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1977
1978         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1979
1980 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1981
1982         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1983
1984         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1985
1986         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1987
1988 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1989
1990         * python/convertrules.py (conv): indent 4 for python files.
1991
1992 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1993
1994         * Documentation/user/changing-defaults.itely (Creating contexts):
1995         Clarify \new semantics.
1996
1997 2006-04-28  Graham Percival  <gpermus@gmail.com>
1998
1999         * Documentation/user/ various: major new sections in the
2000         Learning manual, slight reorg elsewhere.
2001
2002 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2003
2004         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2005
2006         * scm/framework-ps.scm (output-framework): remove PageMedia
2007
2008 2006-04-27  Graham Percival  <gpermus@gmail.com>
2009
2010         * Documentation/user/ tweaks.itely, working.itely: new
2011         files, being more advanced "learning manual" chapters.
2012
2013         * Documentation/user/ tutorial, putting, lilypond: reorg.
2014
2015 2006-04-26  Graham Percival  <gpermus@gmail.com>
2016
2017         * input/regression/lyric-combine-polyphonic.ly: fixed test
2018         (no more "can't find context `one'" error).
2019
2020 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2021
2022         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2023
2024         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2025         
2026 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2027
2028         * lily/relocate.cc (read_relocation_dir): new function.
2029
2030 2006-04-26  Graham Percival  <gpermus@gmail.com>
2031
2032         * Documentation/user/instrument-notation.itely: a few more fixes
2033         from Eduardo, thanks!
2034
2035         * Documentation/user/README.txt: new file; contains info on
2036         style that used to be in lilypond.tely.
2037
2038         * Documentation/user/ various: first round of doc reorg.
2039
2040         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2041         graphic; this probably causes problems on some pdf
2042         viewers, notably Adobe Acrobat.
2043
2044 2006-04-24  Graham Percival  <gpermus@gmail.com>
2045
2046         * Documentation/user/instrument-notation.itely: many alterations
2047         to Vocal music, from Eduardo Viera.
2048
2049 2006-04-23  Graham Percival  <gpermus@gmail.com>
2050
2051         * Documentation/user/instrument-notation.itely: fix \new
2052         instead of \context problem.
2053
2054 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2055
2056         * lily/relocate.cc (expand_environment_variables): new function.
2057         (read_line): id.
2058         (read_relocation_file): id.
2059
2060         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2061
2062 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2063
2064         * ly/engraver-init.ly: remove old comments from TabVoice
2065
2066 2006-04-20  Graham Percival  <gpermus@gmail.com>
2067
2068         * Documentation/user/instrument-notation.itely: added Erlend's
2069         latest doc patch, thanks!
2070
2071 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2072
2073         * lily/include/slur.hh:
2074         * lily/slur.cc:
2075         * lily/phrasing-slur-engraver.cc:
2076         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2077         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2078         Slur_engraver:: and putting it in
2079         Slur::auxiliary_acknowledge_extra_object ().
2080
2081         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2082
2083         * lily/note-collision.cc: fix a comment
2084
2085 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2086
2087         * stepmake/bin/add-html-footer.py: fix footer position in
2088         generated html files: before </body> and </html> tags.
2089
2090 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2091
2092         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2093         Earlier successive `make' commands finally compiled ok.
2094
2095         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2096
2097 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2098
2099         * lily/include/stem-tremolo.hh:
2100         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2101         callers.
2102
2103         * lily/lookup.cc:
2104         * lily/include/lookup.hh: add rotated_box ()
2105
2106 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2107
2108         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2109         been generated. Fixes "can't get `--help'" bug after make clean.
2110
2111         * THANKS: alphabetize contributors.
2112
2113 2006-04-17  Graham Percival  <gpermus@gmail.com>
2114
2115         * Documentation/user/instrument-notation.itely: added Erlend's
2116         tabs and banjo doc patch.  Thanks!
2117
2118 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2119
2120         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2121
2122         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2123
2124         * scm/output-lib.scm: add some more predefined string tunings.
2125
2126         * Documentation/user/instrument-notation.itely: and doc them.
2127
2128 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2129
2130         * ly/engraver.ly: Remove obsolete comments.
2131
2132         * ly/gregorian-init.ly: Define default layout block.
2133
2134         * input/puer-fragment.ly: Updated and extended.
2135
2136 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2137
2138         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2139         pdf conversion behaviour.
2140
2141         * flower/file-name.cc (dir_name)
2142         (get_working_directory): Move from relocate.cc.
2143
2144         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2145         
2146         * lily/relocate.cc: Encapsulate sys/stat.h in
2147         HAVE_STAT_H.
2148
2149 2006-04-14  Graham Percival  <gpermus@gmail.com>
2150
2151         * Documentation/user/ various: small updates from Cameron
2152         and Juergen, thanks!
2153
2154         * Documentation/user/ various: small updates of my own.
2155
2156         * THANKS: 2.7 -> 2.8.
2157
2158 2006-04-11  Graham Percival  <gpermus@gmail.com>
2159
2160         * scm/define-context-properties.scm: typo.
2161
2162         * Documentation/user/ : many more small updates.
2163
2164 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2165
2166         * scm/define-music-types.scm: disposed "docme".
2167
2168 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2169
2170         * lily/hairpin.cc: make niente circles a bit smaller.
2171
2172 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2173
2174         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2175         get-pfa and get-*-fonts targets.
2176
2177 2006-04-10  Graham Percival  <gpermus@gmail.com>
2178
2179         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2180         music-glossary, programming-interface: more minor fixes
2181         from mailist.
2182
2183         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2184
2185         * scm/define-context-properties.scm: another old \property update.
2186         This time tested for compiling!
2187
2188 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2189
2190         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2191
2192 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2193
2194         * scm/define-context-properties.scm (all-user-translation-properties): 
2195         * Documentation/user/global.itely (Page formatting): Compile fix.
2196
2197 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2198
2199         * Documentation/user/advanced-notation.itely (Polymetric
2200         notation): Update the example to use the "+" symbol and add link
2201         to input/test/compound-time.ly.
2202
2203 2006-04-08  Graham Percival  <gpermus@gmail.com>
2204
2205         * scm/define-grob-properties.scm: clarify docs for #'direction.
2206
2207         * scm/define-context-properties.scm: update old \property override.
2208
2209         * Documentation/user/ advanced-notation, global, lilypond-book:
2210         more minor doc updates.
2211
2212 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2213
2214         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2215
2216         * scm/backend-library.scm (search-gs): oops.
2217
2218 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2219
2220         * scripts/lilypond-book.py (output): use base, not filename for href.
2221
2222         * scm/backend-library.scm: only look for gs.
2223
2224         * scripts/lilypond-book.py (output): fix printfilename.
2225
2226         * lily/parser.yy (music_function_musicless_prefix): fold together
2227         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2228
2229         * lily/slur.cc (print): only set font-size if not set yet.
2230
2231         * lily/slur-configuration.cc (add_score): improved layout of debug
2232         scoring output.
2233
2234 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2235
2236         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2237         (draw_circle): Hopefully fixed regression.
2238         Improved documentation for several procedures.
2239         
2240 2006-03-04  Werner Lemberg  <wl@gnu.org>
2241
2242         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2243
2244 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2245
2246         * scripts/musicxml2ly.py (bindir): add dynamic
2247         relocation. 
2248
2249 2006-04-04  Graham Percival  <gpermus@gmail.com>
2250
2251         * Documentation/user/ basic-notation, advanced-notation, putting,
2252         instrument-notation, invoking, lilypond, THANKS: another ream of small
2253         fixes from the Doc Helpers.
2254
2255 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2256
2257         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2258
2259         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2260
2261         * Cleaned up interfaces between PostScript and Scheme, and moved
2262         computations from PostScript to Scheme:
2263
2264         * music-drawing-routines.ps
2265         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2266         with stroke_and_fill throughout.
2267         (euclidean_length, print_letter, draw_box): Deleted unused
2268         procedures.  If someone needs draw_box, implement it using
2269         draw_round_box; don't duplicate code.
2270         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2271         Refactored/cleaned up interfaces.
2272         (mark_URI): Moved.
2273
2274         * output-ps.scm: reordered arguments to PostScript functions to
2275         match new interfaces
2276         (glyph-string): Rewrote glyph-string.
2277         (grob-cause): Replaced string-append with format.
2278         (repeat-slash): Rewrote to do computation here.
2279         (round-filled-box): Rewrote to do computation here.
2280
2281 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2282
2283         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2284
2285         * stepmake/stepmake/toplevel- targets.make: print help info about
2286         cvs-clean
2287
2288 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2289
2290         * input/regression/hairpin-circled.ly: new file
2291
2292 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2293
2294         * lily/hairpin.cc (print): add support for circled tip
2295
2296         * scm/define-grob-properties.scm: add circled-tip parameter
2297
2298         * scm/define-grobs.scm: init circled-tip to false
2299         
2300 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2301
2302         * scm/music-functions.scm (quote-substitute): set
2303         iterators-ctor. 
2304
2305 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2306
2307         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2308         BSTINPUTS. 
2309
2310         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2311
2312         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2313
2314 2006-03-31  David Feuer  <david.feuer@gmail.com>
2315         
2316         * scm/framework-ps.scm:
2317         
2318         * scm/output-ps.scm: glyph-string now produces smaller, more
2319         readable, and probably faster PostScript.  Several findfont
2320         scalefont setfont instances changed to selectfont
2321         Hacked-up string-appends changed to formats.
2322
2323         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2324         
2325 2006-03-30  Graham Percival  <gpermus@gmail.com>
2326
2327         * scm/lily-library.scm: make "no version" warning message more polite.
2328
2329         * lily/music.cc: add double quotes to failed octave check.
2330
2331         * Documentation/user/ advanced-notation, changing-defaults,
2332         instrument-notation, invoking, music-glossary: whole bunch of minor
2333         fixes from mailist.
2334
2335 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2336
2337         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2338         $(buildscriptdir) iso. depth.
2339
2340         * VERSION (PACKAGE_NAME): release 2.9.1
2341
2342 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2343
2344         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2345
2346         * VERSION (PATCH_LEVEL): bump version number.
2347
2348         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2349         scm_from_uint32 ()
2350
2351         * lily/pango-font.cc (pango_item_string_stencil): use
2352         scm_from_uint32 ()
2353
2354         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2355         $(outdir)/emmentaler-%.svg): remove canary.
2356
2357         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2358         glyphnames if we have a ttf font.
2359
2360 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2361
2362         * Documentation/user/advanced-notation.itely (Font selection):
2363         Corrected reference to the font-family-override.ly example.
2364
2365 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2366         
2367         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2368         stem-tremolo object in the stem (or else the stem might not be
2369         long enough).
2370
2371 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2372
2373         * lily/ttf.cc (print_trailer): only print existing glyphs.
2374
2375 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2376
2377         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2378         position the tremolo based on the position of the notehead.
2379
2380         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2381         notes and update the texidoc line with the new positioning rules.
2382         
2383 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2384
2385         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2386
2387         * scripts/lilypond-book.py (Module): set default for linewidth if
2388         preamble not found.
2389
2390 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2391
2392         * VERSION (PACKAGE_NAME): release 2.9.0.
2393
2394         * input/regression/stem-tremolo-position.ly: new file.
2395
2396         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2397
2398 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2399
2400         * lily/stem-tremolo.cc (print): position
2401         the tremolo depending only on the end of the stem
2402         and not on the notehead
2403         (raw_stencil): center, on the middle staff line, the
2404         flag that is closest to the end of the stem (previously
2405         the bottom flag)
2406         (calc_width): add this callback to shorten a tremolo when
2407         it is beamed or it is stemup with a flag
2408         (style): add this callback to make a tremolo rectangular when
2409         it is beamed or it is stemup with a flag
2410         (rotated_box): this is like Lookup::beam but makes a rotated
2411         rectangle instead of a parallelogram
2412
2413         * lily/stem.cc (calc_stem_info): make sure the stem
2414         is long enough to fit the tremolo
2415         (calc-length): reduce the length of tremolo stems since the
2416         tremolo code is now capable of better positioning
2417
2418         * scm/define-grobs.scm: make calc_width the default beam-width
2419         callback for stem-tremolo and add the style callback
2420                 
2421 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2422
2423         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2424         case. 
2425
2426 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2427
2428         * lily/ttf.cc (make_index_to_charcode_map): restore old
2429         cmap. 
2430
2431 2006-03-28  Werner Lemberg  <wl@gnu.org>
2432
2433         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2434
2435 2006-03-28  Graham Percival  <gpermus@gmail.com>
2436
2437         * THANKS: update for 2.9, add section for Documentation helpers.
2438
2439         * Documentation/topdocs/NEWS.tely: compile fix.
2440
2441         * Documentation/user/ basic-notation, global, advanced-notation,
2442         examples.itely: minor fixes from mailist.
2443
2444 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2445
2446         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2447         note heads. 
2448
2449         * lily/ttf.cc (print_trailer): use it.
2450
2451         * lily/pango-font.cc (get_unicode_name): new function.
2452
2453         * lily/ttf.cc (make_index_to_charcode_map): move function from
2454         open-type-font.cc
2455         (print_trailer): substitute uniXXXX name if applicable. 
2456
2457         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2458         (pango_item_string_stencil): use it to generate uniXXXX names.
2459
2460         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2461         note heads, for uniform widths in shape note output.
2462         (overdone_heads): hmm. remove them again.
2463
2464         * scripts/lilypond-book.py (output): add links to filenames.
2465
2466         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2467
2468         * lily/note-collision.cc (get_clash_groups): only consider when
2469         Note_column::dir <> CENTER. 
2470
2471         * scripts/lilypond-book.py (get_option_parser): init output_name
2472         to ''. 
2473
2474 2006-03-24  Graham Percival  <gpermus@gmail.com>
2475
2476         * Documentation/topdocs/NEWS.tely: add @end itemize
2477
2478         * Documentation/user/ global, advanced-notation: minor
2479         stuff from mailist.
2480
2481 2006-03-23  Graham Percival  <gpermus@gmail.com>
2482
2483         * Documentation/user/ lilypond.tely, music-glossary,
2484         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2485
2486 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2487
2488         * mf/GNUmakefile: don't install .enc files.
2489
2490         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2491
2492         * VERSION (PATCH_LEVEL): bump to 2.9.0
2493
2494 2006-03-22  Graham Percival  <gpermus@gmail.com>
2495
2496         * Documentation/user/advanced-notation.itely: minor fixes
2497         from mailist.
2498
2499 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2500
2501         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2502
2503         * branch lilypond_2_8
2504
2505 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2506
2507         * scripts/lilypond-book.py (samefile): new function, for windoze
2508         compatibility.
2509
2510 2006-03-21  Graham Percival  <gpermus@gmail.com>
2511
2512         * ly/engraver-init.ly: add info about StaffGroup.
2513
2514 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2515
2516         * input/regression/stem-direction-context.ly: idem.
2517
2518         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2519
2520         * THANKS: add Mats.
2521
2522         * input/regression/page-layout-twopass.ly: comment out \markup so
2523         tweak-file is left.
2524
2525         * lily/instrument-name-engraver.cc (finalize): add to instrument
2526         name global System. This also fixes chopped instrument names, but
2527         doesn't crash when there are slurs/beams.
2528
2529         * lily/slur-configuration.cc (add_score): disallow negative slur
2530         scores.
2531         
2532 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2533
2534         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2535
2536         * lily/instrument-name-engraver.cc (process_music): kludge: add
2537         InstrumentName spanner to axis group of left bound. Fixes chopped
2538         off instrument names in EPS images.
2539
2540         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2541
2542         * scripts/abc2ly.py (option_parser): update to 2.7.40
2543
2544 2006-03-20  Graham Percival  <gpermus@gmail.com>
2545
2546         * THANKS: move small doc contributors to SUGGESTIONS.
2547
2548         * Documentation/user/ basic-notation, advanced-notation,
2549         global: small changes from mailist.
2550
2551 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2552
2553         * Documentation/user/advanced-notation.itely (Text marks): update
2554         for new rehearsalMarkAlignSymbol convention.
2555
2556         * VERSION (PATCH_LEVEL): bump version.
2557
2558         * input/test/instrument-name-align.ly: new file.
2559
2560         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2561
2562         * input/test/instrument-name-align.ly: new file. Document how to
2563         align instrument names.
2564
2565         * lily/mark-engraver.cc: remove properties.
2566
2567         * scm/define-context-properties.scm
2568         (all-user-translation-properties): remove align symbol properties
2569         for barnumber/reh. mark.
2570
2571         * lily/break-align-interface.cc (self_align_callback): new
2572         interface, new function. Look at complete alignment. This handles
2573         tunable break alignments in case break-align-symbols are missing.
2574
2575         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2576
2577         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2578
2579         * python/convertrules.py (conv): mark/bar number alignment rule.
2580
2581         * lily/break-align-interface.cc (calc_positioning_done): also
2582         store offset from last visible break-alignment to its
2583         neighbor. This makes alignment on non-visible objects more reliable.
2584
2585         * po/lilypond.pot (Module): ran po-replace.
2586
2587         * input/regression/tie-single-manual.ly (Module): new file.
2588
2589         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2590         look at has_manual_position_.
2591         (from_ties): set has_manual_position_ if tie has staff-position set.
2592
2593         * lily/tuplet-bracket.cc (calc_positions): idem.
2594
2595         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2596         doesn't span time.
2597
2598 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2599
2600         * scm/define-markup-commands.scm (smallCaps): new markup command
2601         for turning a text to small caps using smaller font size and upper
2602         casing.
2603
2604 2006-03-17  Graham Percival  <gpermus@gmail.com>
2605
2606         * Documentation/user/ examples, instrument-notation,
2607         advnaced-notation: minor fixes from mailist.
2608
2609 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2610
2611         * Documentation/user/tutorial.itely (First steps): change example
2612         to verbatim.  
2613
2614 2006-03-17  Graham Percival  <gpermus@gmail.com>
2615
2616         * Documentation/user/ examples, advanced: minor changes from mailist.
2617
2618         * THANKS: add Geoff Horton, for documentation stuff.
2619
2620 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2621
2622         * python/lilylib.py (system): revert have_select kludge.
2623
2624         * Documentation/user/tutorial.itely (Commenting input files):
2625         update version numbers in doc. 
2626
2627         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2628         bound-padding to multi-measure-interface
2629
2630 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2631
2632         * input/test/engraver-example.ily: update version number.
2633
2634         * VERSION (PACKAGE_NAME): release 2.7.39
2635
2636         * lily/note-spacing.cc (get_spacing): heighten threshold where
2637         accidentals/arpeggios influence previous spacing fully.
2638
2639         * lily/rest.cc (y_offset_callback): only use direction if
2640         staff-position wasn't set before.
2641
2642         * lily/bar-number-engraver.cc: add support for
2643         barNumberAlignSymbol. 
2644         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2645
2646         * lily/pointer-group-interface.cc (set_ordered): new function. 
2647         (add_unordered_grob): new function.
2648
2649         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2650         to ordered, unless the opposite has been proved.  This fixes
2651         random reordering of large object groups across linebreaks,
2652         eg. beams.
2653
2654         * lily/main.cc (do_chroot_jail): printf format fix.
2655
2656         * lily/tie-formatting-problem.cc (generate_configuration):
2657         multiply y-shift for dot with direction.
2658  
2659         * scm/define-markup-commands.scm (note-by-number): put (magstep
2660         size) in y-attach too.
2661
2662         * Documentation/topdocs/NEWS.tely (Top): show override.
2663
2664         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2665         direction for stems.
2666         
2667 2006-03-15  Graham Percival  <gpermus@gmail.com>
2668
2669         * Documentation/user/ changing-defaults, global: minor
2670         fixes from mailist.
2671
2672 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2673
2674         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2675
2676         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2677         breakable items after uniformly stretched notes.
2678
2679         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2680         outline with outer edge of note heads. This prevents infinity
2681         problems with tied whole notes.
2682
2683         * scripts/lilypond-book.py (do_file): use os.popen
2684
2685         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2686
2687 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2688
2689         * Documentation/user/invoking.itely: Add ragged-right to bug report
2690         guidelines.
2691
2692 2006-03-14  Graham Percival  <gpermus@gmail.com>
2693
2694         * Documentation/user/global.itely: small fix from mailist.
2695
2696 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2697
2698         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2699         file descriptor returned by tempfile.mkstemp() when writing
2700         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2701         on mingw.
2702
2703 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * po/fi.po: newline bugfix.
2706
2707 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * scm/paper.scm (paper-alist): Rounding fixes.
2710
2711 2006-03-13  Graham Percival  <gpermus@gmail.com>
2712
2713         * Documentation/user/ changing-defaults, instrument-notation,
2714         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2715
2716 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2717
2718         * po/fi.po: update.
2719
2720 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2721
2722         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2723         mailto: to http:// 
2724
2725         * python/lilylib.py (print_environment): move ps_page_count to
2726         lilypond-book.py
2727
2728 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2729
2730         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2731
2732         * scm/framework-ps.scm (embed-document): new function. Use to
2733         embed PFA files.
2734
2735         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2736
2737 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2738
2739         * Documentation/user/instrument-notation.itely (Setting simple
2740         songs): Added \book{...} around the full example, so the separate
2741         markups are included in the printed example. 
2742
2743 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2744
2745         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2746         tmphandle.
2747
2748         * python/lilylib.py (system): rewrite system() using
2749         subprocess. Remove >& redirection trickery.
2750
2751 2006-03-11  Graham Percival  <gpermus@gmail.com>
2752
2753         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2754         notation-appendices.itely: minor fixes from mailist.
2755
2756 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2757
2758         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2759         unsplit man also needs images.
2760
2761         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2762
2763         * VERSION (PACKAGE_NAME): 2.7.38 released.
2764
2765 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2766
2767         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2768         log in output dir.
2769
2770 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2771
2772         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2773         respects the Score.skipTypesetting property.
2774         
2775 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2776
2777         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2778         Prolog. No %%EOF after CFF file.
2779
2780 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2781         
2782         * lily/constrained-breaking.cc (get_max_systems): used to return a
2783         much too big value
2784         (combine_demerits): use pointers to reduce copying data
2785         (calc_subproblem): idem
2786         (get_page_penalty): add page turn penalties
2787         
2788 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2789
2790         * Documentation/user/invoking.itely (Invoking lilypond): better
2791         explanation of -e usage.
2792
2793         * lily/main.cc (main_with_guile): don't append to
2794         init_scheme_code_string
2795
2796         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2797
2798         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2799
2800         * scripts/convert-ly.py (do_options): don't print help for
2801         --show-rules rule.
2802
2803         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2804         @code and @example. Update from texinfo.tex from CVS.
2805
2806 2006-03-08  Graham Percival  <gpermus@gmail.com>
2807
2808         * Documentation/user/scheme-tutorial.itely: clarifies distances
2809         measured in staff-spaces.
2810
2811 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2812
2813         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2814         consider[k] is true.
2815
2816         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2817
2818         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2819         consider columns that have originals.  Unifies spacing for mm
2820         rests around line breaks.
2821
2822         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2823         (set_text_rods): idem.
2824         (calculate_spacing_rods): new function: share code between
2825         set_text_rods and set_spacing_rods.
2826         (set_text_rods): take extents of bounds into account.  
2827
2828 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2829
2830         * Documentation/user/basic-notation.itely (Writing music in
2831         parallel): don't use relative.
2832
2833 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2834
2835         * ly/music-functions-init.ly (Module): add shiftDurations
2836
2837         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2838
2839         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2840
2841         * ly/engraver-init.ly: init vocalName to nil.
2842
2843 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2844
2845         * scm/music-functions.scm (music->make-music): bugfix,
2846         KeyChangeEvents are now handled correctly.
2847
2848         * scripts/lilypond-book.py: Add --debug option.
2849
2850 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2851
2852         * python/lilylib.py: add tempfile.
2853
2854 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2855
2856         * VERSION (PACKAGE_NAME): release 2.7.37
2857
2858         * python/lilylib.py (ps_page_count): remove make_ps_images().
2859         (ps_page_count): remove mkdir_p
2860         (system): remove cleanup_temp.
2861         (exit): remove lilypond_version_(check)
2862         (error_log): remove pseudo_filter_p
2863         remove read_pipe
2864         remove cp_to_dir
2865         remove identify
2866
2867         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2868         use __main__
2869
2870         * lily/accidental-engraver.cc (make_standard_accidental): only add
2871         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2872
2873         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2874         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2875         Make incompatibilities.
2876
2877         * scm/output-ps.scm (grob-cause): replace backslashes by /
2878         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2879
2880 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2881
2882         * cygwin/GNUmakefile: Install fixes.
2883
2884         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2885
2886         * lily/note-head.cc (head::get_balltype): Compile fix.
2887
2888         * flower/file-name.cc (dos_to_posix): Flower string fix.
2889
2890 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2891
2892         * python/lilylib.py: pychecker cleanups.
2893
2894         * scripts/lilypond-book.py
2895         (Lilypond_snippet.output_print_filename): pychecker cleanups
2896
2897         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2898
2899         * python/lilylib.py (underscore): remove identify() , warranty()
2900
2901         * ps/music-drawing-routines.ps: change Border routine for GSView
2902         compatibility.
2903
2904         * lily/stem.cc (height): use quantize-positions.  This triggers
2905         set_stem_lengths, so scripts on beamed stems are handled correctly.
2906
2907         * lily/side-position-interface.cc (aligned_side): check if edges
2908         of script are inside staff. Fixes accent of edge of the staff.
2909
2910         * input/regression/staccato-pos.ly: more examples.
2911
2912         * stepmake/aclocal.m4 (depth): fix bashism.
2913
2914         * lily/lyric-combine-music-iterator.cc: move from
2915         new-lyric-combine-iterator.cc
2916         (process): add pending_grace_lyric_ member to delay lyrics on
2917         grace notes.
2918
2919         * lily/system-start-text.cc (print): suicide if we don't have any
2920         elements. Fixes hara kiri'd instrument names.
2921
2922         * scripts/mup2ly.py (Module): remove.
2923
2924 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2925
2926         * Documentation/user/global.itely (A single music expression):
2927         close @lilypond properly
2928
2929         * lily/volta-bracket.cc (modify_edge_height): change from
2930         after_line_breaking_callback. Suicide last bracket if appropriate.
2931  
2932         * python/lilylib.py: strip getopt support
2933
2934         * scripts/etf2ly.py (do_options): use optparse
2935
2936         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2937
2938         * scripts/abc2ly.py (voices): use optparse.
2939
2940         * stepmake/stepmake/generic-vars.make: new function absdir.
2941
2942         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2943
2944         * scripts/lilypond-book.py (find_file): use global_options for
2945         include path
2946
2947         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2948         entering C code.
2949
2950 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2951
2952         * python/lilylib.py (get_global_option): ughness for extracting
2953         global options from lilylib.
2954         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2955
2956         * scripts/lilypond-book.py (get_option_parser): use optparse for
2957         option handling.  Put options in global_options variable.
2958
2959 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2960
2961         * Documentation/index.html.in: clarify.
2962
2963 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2964
2965         * scm/layout-page-layout.scm (write-page-breaks): add a
2966         music-system-heights property to the page layout output.
2967
2968         * scm/page.scm (make-page-stencil): take footer into account when
2969         computing the 'space-left page property
2970         (annotate-space-left): take footer into account when annonating
2971         space left.
2972
2973 2006-02-28  Graham Percival  <gpermus@gmail.com>
2974
2975         * Documentation/user/ advanced-notation, global: more (final)
2976         docs for music expressions, removed special fermatas.
2977
2978 2006-02-27  Graham Percival  <gpermus@gmail.com>
2979
2980         * Documentation/user/ basic-notation, global: minor changes
2981         from mailist.
2982
2983 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2984
2985         * scm/framework-ps.scm:         
2986         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2987         layer for inf? and nan? from framework-ps to lily-library.
2988
2989 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2990
2991         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2992         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2993
2994         * buildscripts/substitute-encoding.py (Module): remove file.
2995
2996         * mf/GNUmakefile: more PFA strippage.
2997
2998         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2999
3000         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3001         generation
3002
3003         * scm/framework-ps.scm: remove font name munging.
3004
3005         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3006
3007 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3008
3009         * scm/markup.scm (define-markup-command): change
3010         def-markup-command to define-markup-command
3011
3012         * scm/music-functions.scm (define-music-function): change
3013         def-music-function to define-music-function.
3014
3015         * python/convertrules.py (conv): rules for def-music-function
3016         and def-markup-commands
3017
3018         * Documentation/user/programming-interface.itely,
3019         input/no-notation/display-lily-tests.ly,
3020         input/regression/lily-in-scheme.ly,
3021         input/regression/markup-user.ly,
3022         input/regression/music-function.ly, input/regression/tie-chord.ly,
3023         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3024         ly/gregorian-init.ly: use new macro names (define-music-function,
3025         define-markup-command).
3026
3027 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3028
3029         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3030         (output): add comments to lp-book latex output.
3031
3032         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3033         address.
3034
3035 2006-02-23  Graham Percival  <gpermus@gmail.com>
3036
3037         * Documentation/user/ tutorial, global: minor changes.
3038
3039 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3040
3041         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3042         blocks (for make 3.80)
3043
3044         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3045         \notemode so that user should not have to explicitely type it.
3046
3047         * scm/define-music-display-methods.scm: various
3048         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3049         constructs)
3050
3051         * input/no-notation/display-lily-tests.ly: new tests for
3052         \applyOutput and \applyContext
3053
3054 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3055
3056         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3057         changed it slightly so that the number of systems returned by
3058         solve () will be the same as the last value passed to resize
3059         (). I've also added more documentation, removed casts, fixed style
3060         problems and put in some recovery if constraints aren't satisfied."
3061
3062 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3063
3064         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3065         for emacs < 22 compatibility.
3066         (count-rexp): Use it.
3067         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3068         substring juggling (Milan Zamazal).
3069
3070 2006-02-23  Graham Percival  <gpermus@gmail.com>
3071
3072         * Documentation/user/ basic-notation, advanced-notation,
3073         global.itely, invoking.itely, tutorial,itely:
3074         minor fixes from mailist.
3075
3076         * scm/define-markup-commands.scm: improve docs of \filled-box.
3077
3078 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3079
3080         * Documentation/index.html.in: changes concern the previous release.
3081
3082         * input/regression/+.ly: cultivate typographical terminology.
3083
3084 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3085
3086         * scm/define-grob-interfaces.scm (parentheses-interface): add
3087         padding to parentheses-interface.
3088
3089         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3090         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3091
3092         * VERSION (PATCH_LEVEL): release 2.7.36
3093
3094         * lily/slur.cc: add avoid-slur (ugh.)
3095         
3096         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3097         intersection gets smaller. This fixes slurs over extreme points.
3098
3099         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3100         stems with neutral-direction set.
3101
3102         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3103
3104         * lily/open-type-font.cc (load_table): format error.
3105
3106         * lily/change-iterator.cc (process): format fix.
3107
3108         * flower/include/international.hh (_f): idem.
3109
3110         * flower/include/std-string.hh: add format printf attribute.
3111
3112         * scm/define-grobs.scm (all-grob-descriptions): height of all
3113         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3114
3115         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3116         ambitus lines.
3117
3118         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3119
3120 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3121
3122         * input/regression/: upgraded syntax for some files.
3123
3124         * THANKS: Add bughunters.
3125
3126 2006-02-22  Graham Percival  <gpermus@gmail.com>
3127
3128         * Documentation/user/ invoking.itely, advanced-notation.itely,
3129         global.itely: long-awaited "let's make chapter 10 not suck"
3130         update.  Rearrange chapter 10; now called "global issues",
3131         addresses file structure, etc.  Some info from other files
3132         moved into global.itely.
3133
3134 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3135
3136         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3137         catch trill-span-event notes.
3138
3139         * Documentation/user/examples.itely (Ancient notation templates): typo.
3140         (Jazz combo): typo.
3141
3142         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3143
3144         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3145
3146         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3147
3148         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3149
3150         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3151         froum Laissez_vibrer_engraver.
3152
3153         * ly/declarations-init.ly (repeatTie): add \repeatTie
3154
3155         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3156
3157         * scm/define-grob-properties.scm (all-user-grob-properties): add
3158         head-direction property.
3159
3160         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3161         from_lv_ties. Take head direction argument.
3162
3163         * lily/semi-tie-column.cc: rename from
3164         laissez-vibrer-tie-column.cc. Rename class too.
3165
3166         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3167         class too.
3168
3169         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3170
3171         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3172         0 case.
3173         (find_breaks): idem.
3174
3175 2006-02-21  Graham Percival  <gpermus@gmail.com>
3176
3177         * Documentation/user/advanced-notation.itely: fixed make-moment]
3178         example.
3179
3180         * Documentation/user/basic-notation.itely: more clarification to
3181         transpose.
3182
3183 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3184
3185         * lily/include/constrained-breaking.hh (class
3186         Constrained_breaking): new file.
3187
3188         * lily/constrained-breaking.cc (resize): new file.
3189
3190         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3191
3192         * Documentation/user/advanced-notation.itely (Clusters): insert
3193         end ignore too.
3194
3195         * lily/tie-column.cc (calc_positioning_done): support for
3196         tie-score debugging
3197
3198         * lily/tie-formatting-problem.cc
3199         (generate_extremal_tie_variations): factor out.
3200         (score_ties_configuration): annotate all tie 
3201         (print_ties_configuration): new routine.
3202         (generate_configuration): nudge extremal ties outside of the head
3203         Y extents.
3204         (score_ties_configuration): oops. convert to staff-space before
3205         determining position symmetry.
3206
3207 2006-02-20  Graham Percival  <gpermus@gmail.com>
3208
3209         * Documentation/user/*-notation.itely: misc minor editing,
3210         shifting doc sections around.
3211
3212         * Documentation/user/*-notation-itely, global.itely,
3213         changing-defaults.itely: added new stuff from NEWS.
3214
3215 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3216
3217         * po/fi.po: update.
3218
3219 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3220
3221         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3222         lilypond --verbose for lp-book.
3223
3224         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3225         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3226
3227         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3228         $(buildscript-dir) iso. absolute depth.
3229
3230         * buildscripts/genicon.py (dir): thinko.
3231
3232         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3233
3234 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3235
3236         * scm/output-lib.scm: swap darkcyan/darkyellow
3237
3238         * THANKS: Add bughunters.
3239
3240 2006-02-19  Graham Percival  <gpermus@gmail.com>
3241
3242         * Documentation/user/programming-interfaces.itely: fixed example.
3243
3244         * Documentation/user/instrument-notation.itely: fix @{ @}.
3245
3246         * scm/script.scm: add avoid-slur for \open.
3247
3248 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3249
3250         * lily/tie-formatting-problem.cc (score_configuration): use
3251         sliding score for min-length. 
3252
3253         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3254         spaghetti for icons.
3255
3256         * buildscripts/genicon.py (program_name): new file.
3257
3258         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3259         in outline too.  
3260         (generate_configuration): for small ties, also look for collisions
3261         at Y + DIR*h + DELTA_Y.
3262         (get_variations): consider variation for dot positions too.
3263
3264         * lily/side-position-interface.cc (aligned_side): take abs for
3265         quantized rounded position. Fixes tenuto below staff.
3266
3267         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3268         markers when necessary.
3269
3270         * lily/program-option.cc (internal_set_option): add
3271         strict_infinity_checking option.
3272
3273         * scm/output-lib.scm (cyan): swap yellow and cyan.
3274
3275 2006-02-19  Graham Percival  <gpermus@gmail.com>
3276
3277         * darwin.patch: trivial linenumber update.
3278
3279         * Documentation/user/ {various}: `\context foo = named' changed
3280         to `\new foo = "name"' in docs.
3281
3282 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3283
3284         * scm/stencil.scm (annotate-y-interval): use it.
3285
3286         * scm/lily-library.scm (interval-sane?): new function.
3287
3288         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3289         tfm_checksum stuff.
3290
3291         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3292         common refpoint.
3293
3294         * flower/include/std-vector.hh (iterof): add iterof macro.
3295
3296         * lily/enclosing-bracket.cc (width): new function.
3297
3298         * lily/align-interface.cc (align_elements_to_extents): reinstate
3299         warning.
3300
3301 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3302
3303         * Documentation/index.html.in: fix spelling: thankyous.
3304
3305 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * lily/lyric-hyphen.cc: typo.
3308
3309 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3310
3311         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3312         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3313         builds don't work. 
3314
3315         * VERSION: release 2.7.35
3316
3317         * lily/beam.cc (get_default_dir): oops. Take abs () for
3318         extremes[DOWN].
3319         (get_default_dir): use extreme position criterion only in absence
3320         of forced stem directions.
3321
3322         * VERSION (PATCH_LEVEL): bump VERSION.
3323
3324         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3325         dependencies. Necessary for -jX builds.  
3326
3327 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3328
3329         * lily/relocate.cc (setup_paths): Yet another const fix.
3330
3331 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3332
3333         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3334
3335         * lily/relocate.cc (setup_paths): oops.
3336
3337 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3338
3339         * Documentation/index.html.in: order links: html before PDF.
3340
3341 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3342
3343         * lily/tie-column-format.cc (Module): remove.
3344
3345         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3346
3347         * lily/text-spanner.cc (print): idem.
3348
3349         * lily/dynamic-text-spanner.cc (print): only print line if longer
3350         than dash-period.
3351
3352         * lily/auto-change-iterator.cc (change_to): formatting.
3353
3354         * lily/beam.cc (get_default_dir): take extreme note head as input
3355         for stem direction.
3356
3357         * lily/tie.cc (get_default_dir): only look directions for visible
3358         stems. 
3359
3360         * lily/side-position-interface.cc (aligned_side): oops. Don't
3361         mutiply with direction. This fixes quantized (staccato, tenuto)
3362         scripts below notes.
3363
3364         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3365         direction. Fixes c-lyrics-center-align.ly
3366
3367 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3368
3369         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3370         constructor.
3371
3372         * lily/std-string.cc:
3373         * lily/include/std-vector.hh (split_string): Move and rename from
3374         lily/include/misc.hh, lily/misc.cc.  Update callers.
3375
3376 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3377
3378         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3379
3380 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3381
3382         * flower/test-file.cc: New file.
3383
3384         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3385         libraries.
3386
3387         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3388
3389 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3390
3391         * flower/include/file-storage.hh: remove file.
3392
3393         * lily/include/midi-item.hh (class Midi_track): idem.
3394
3395         * lily/include/source.hh (class Sources): idem.
3396
3397         * lily/include/performance.hh (class Performance): use vector
3398         iso. Cons<>
3399
3400         * flower/include/cons.hh (class Cons): remove file.
3401
3402         * flower/include/flower-proto.hh: remove template cruft.
3403
3404         * lily/include/font-metric.hh: use size_t not vsize for indices.
3405
3406         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3407         from proto.
3408
3409         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3410
3411         * lily/include/paper-book.hh (class Paper_book):
3412         make get_system_specs() public.
3413
3414         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3415         the force=10000 case if we don't have a current-best. 
3416
3417         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3418         vsize 
3419
3420         * flower/include/flower-proto.hh: remove outdated templates.
3421
3422         * scm/page.scm: use annotate-spacing
3423
3424 2006-02-15  Graham Percival  <gpermus@gmail.com>
3425
3426         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3427
3428         * THANKS: moved Erlend Aasland to contributors.
3429
3430 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3431
3432         * config.hh.in: remove HAVE_PANGO_16
3433
3434         * lily/tuplet-bracket.cc (calc_positions): multiply with
3435         staff-space for beam case. This fixes tuplets+beams on scaled
3436         staves.
3437
3438         * config.hh.in: remove all Kpathsea related defines.
3439
3440         * lily/dot-column.cc (side_position): reach stem via dots->
3441         head->stem. Inspect all stems for dot collisions. 
3442
3443         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3444         stem handling.
3445
3446         * lily/bar-number-engraver.cc (process_music): document function
3447         of whichBar.
3448
3449         * lily/score.cc (default_rendering): add pscore, not systems
3450         themselves.
3451
3452         * lily/paper-book.cc (get_system_specs): separate generation of
3453         titles and systems.
3454
3455         * flower/include/std-vector.hh: don't include config.hh
3456
3457 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3458
3459         * flower/include/std-vector.hh: Better wrapper compatibility with
3460         std::vector.
3461
3462         * flower/include/flower-proto.hh: Remove cheap forward declaration
3463         attempts.
3464
3465         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3466
3467 2006-02-14  Graham Percival  <gpermus@gmail.com>
3468
3469         * Documentation/user/invoking.itely: add warning about command line.
3470
3471 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3472
3473         * lily/include/lily-proto.hh: add Prob, rm Page.
3474
3475         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3476
3477         * VERSION: release 2.7.34
3478
3479         * lily/relocate.cc (framework_relocation): show canary if
3480         GHOSTSCRIPT_VERSION undefined.
3481
3482         * GNUmakefile.in: remove $(VERSION) symlink.
3483
3484         * lily/relocate.cc (setup_paths): add + 
3485
3486 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3487
3488         * Documentation/index.html.in: specify sizes for all big HTML pages.
3489
3490 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3491
3492         * config.hh.in: remove @FRAMEWORKDIR@
3493
3494         * lily/system-start-text.cc (get_stencil): new file: separate out
3495         system-start-delimiter text support.
3496
3497         * input/**ly: replace \context with \new where appropriate.
3498         
3499         * THANKS: add Don.
3500
3501         * lily/slur-scoring.cc (get_base_attachments): use
3502         robust_relative_extent. This fixes problems with empty paper-columns. 
3503
3504 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3505
3506         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3507
3508         * scm/define-music-properties.scm (all-music-properties):
3509         create-new property.
3510
3511         * lily/context-specced-music-iterator.cc (construct_children):
3512         inspect 'create-new property iso. magical $uniqueContextId context
3513         id.
3514
3515         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3516
3517         * lily/context-key-manager.cc (Module): new file. Encapsulate
3518         object key generation.
3519
3520         * lily/include/context-key-manager.hh (Module): new file.
3521
3522 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3523
3524         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3525         names vertically
3526
3527         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3528         options.
3529         (reloc_b): excise --enable-framework-dir
3530
3531         * lily/relocate.cc (framework_relocation): use getenv
3532         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3533
3534 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * flower/include/std-string.hh: 
3537         * flower/include/std-vector.hh: Finish std:: conversion; move
3538         flower extensions from std:: namespace.  Update users.
3539
3540         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3541         their expansion to vector<*>.  Update users.
3542
3543 2006-02-10  Graham Percival  <gpermus@gmail.com>
3544
3545         * Documentation/user/invoking.itely: add example to File structure.
3546
3547         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3548         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3549
3550 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3551
3552         * ly/paper-defaults.ly: typo.
3553
3554         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3555         set_parent() for parentheses. This will make it show up in bbox
3556         calculations.
3557
3558         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3559         ly:grob-common* functions.
3560
3561         * lily/grob-scheme.cc (LY_DEFINE):
3562         ly:grob-common-refpoint-of-array: new function 
3563         ly:grob-common-refpoint: new function 
3564         ly:grob-relative-coordinate: new function 
3565
3566         * lily/instrument-name-engraver.cc (process_music): use
3567         Text_interface::is_markup(). This fixes \markup on instrument names.  
3568
3569         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3570         for ties and slurs.
3571
3572         * lily/slur.cc (print): idem.
3573
3574         * lily/tie.cc: add line-thickness for ties. 
3575
3576 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3577
3578         * scm/output-svg.scm: Document diversion from GNU coding standards
3579         as a workaround for a bug in Microsoft Internet Explorer.
3580
3581 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3582
3583         * lily/instrument-name-engraver.cc (process_music): use
3584         is_markup() iso. is_string()
3585
3586         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3587
3588         * lily/percent-repeat-engraver.cc (process_music): only look at
3589         main_part_ for % repeats.
3590
3591         * lily/stem-tremolo.cc (get_beam_translation): new function.
3592         (calc_slope): new function.
3593         (height): don't use real slope.
3594
3595 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3596
3597         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3598         new connect-to-neighbor, control-points and staff-padding
3599         properties to make ligature brackets showing up again.
3600
3601 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3602
3603         * VERSION: release 2.7.33
3604
3605         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3606         too many.
3607
3608         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3609         remove applyOutput example.
3610         (Objects connected to the input): document \tweak, \parenthesize
3611
3612         * lily/relocate.cc (prefix_relocation): allow "current"
3613         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3614         changing VERSION in a lily tree less painful.
3615
3616         * input/regression/parenthesize.ly: new file. 
3617
3618         * scm/output-lib.scm (parenthesize-element): new function.
3619
3620         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3621
3622         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3623
3624         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3625         cause: accidentals are caused by note heads, not note events. 
3626
3627 2006-02-08  Graham Percival  <gpermus@gmail.com>
3628
3629         * darwin.patch: small patch from Erlend, thanks!
3630
3631         * Documentation/user/basic-notation.itely: add stem-neutral example.
3632
3633         * Documentation/user/putting.itely: clarifications.
3634
3635 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3636
3637         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3638         note, add more guidelines to what should go into NEWS.
3639
3640         * input/sakura-sakura.ly: document how to override font.
3641
3642         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3643
3644 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3645
3646         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3647
3648 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3649
3650         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3651         convertrules.  Add explicit grouping, needed for python2.2.
3652
3653 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3654
3655         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3656
3657 2006-02-07  Graham Percival  <gpermus@gmail.com>
3658
3659         * Documentation/user/global.itely: fix line-width in (text) docs.
3660
3661         * Documentation/user/lilypond-book.itely: same.
3662
3663 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3664
3665         * VERSION (PACKAGE_NAME): release 2.7.32
3666
3667         * Documentation/topdocs/NEWS.tely (Top): document new variable
3668         naming.
3669
3670         * flower/include/array.icc (Message): remove file.
3671
3672         * flower/include/std-vector.hh: make sure vsize and VPOS are
3673         defined for binary_search_bounds().
3674
3675         * flower/std-string.cc (std): add to_string(long unsigned).
3676
3677         * configure.in (gui_b): excise std_string option.
3678         (gui_b): excise std_vector option.
3679
3680         * flower/string.cc (Module): excise flower array & string
3681
3682         * flower/include/std-string.hh: excise flower string.
3683
3684         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3685
3686         * python/convertrules.py (lilypond_version_re_str): require
3687         only numbers and dots in \version string.
3688
3689 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3690
3691         * lily/system-start-delimiter.cc (print): allow style = text too.
3692
3693         * lily/system-start-delimiter-engraver.cc
3694         (acknowledge_system_start_text): new function, also add add to
3695         support of system-start-text (instrument names). This fixes
3696         instrument names on piano staves.
3697
3698         * lily/instrument-name-engraver.cc: rewrite. Use
3699         system-start-delimiter approach. This save memory and cpu.
3700
3701         * scm/define-grobs.scm (all-grob-descriptions): remove
3702         instrument-name from break-alignment.
3703
3704         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3705
3706 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3707
3708         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3709         jobserver going.
3710
3711         * configure.in (std_vector): On by default.
3712
3713         * lily/include/font-metric.hh:
3714         * lily/include/tfm-reader.hh: 
3715         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3716         Update users.
3717
3718         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3719
3720 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3721
3722         * VERSION (PACKAGE_NAME): 2.7.31
3723
3724         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3725         EPS edge at 0, but take minimum with left-overshoot. This fixes
3726         cut off system start delims. 
3727
3728         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3729         hack: add to axis group if not added yet. This fixes hara kiri'd
3730         piano staves.
3731
3732         * lily/hara-kiri-group-spanner.cc
3733         (force_hara_kiri_in_y_parent_callback): fix signatures.
3734
3735         * lily/hairpin.cc (print): check next hairpin to see whether or
3736         not to be continuing.
3737
3738 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3739
3740         * Remove trailing whitespace from makefiles.
3741         
3742         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3743         for earlier gcc.
3744
3745         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3746
3747         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3748
3749         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3750
3751         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3752
3753         * configure.in: Use it.
3754
3755 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3756
3757         * scm/music-functions.scm (pitch-of-note): new function.
3758
3759         * ly/music-functions-init.ly: add \octave and \addquote
3760
3761         * lily/parser.yy (music_function_chord_body): softcode \octave.
3762         (lilypond_header): softcode \addquote
3763
3764 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3767         array.hh, parray.hh at all.  Getting ready to flip the
3768         configure default.
3769
3770         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3771
3772         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3773         a bit.
3774
3775         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3776
3777 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3778
3779         * flower/include/array.hh: typo. 
3780
3781 2006-02-02  Graham Percival  <gpermus@gmail.com>
3782
3783         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3784
3785 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3786
3787         * flower/include/pqueue.hh: Derive from std::vector.
3788
3789         * flower/include/parray.hh: Conform to std::vector interface.
3790         Update users.
3791
3792 2006-02-02  Graham Percival  <gpermus@gmail.com>
3793
3794         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3795
3796 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3797
3798         * flower/file-path.cc (is_file): remove if 0 section.
3799
3800         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3801         selecting afii61352.
3802
3803 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3804
3805         * flower/include/std-vector.hh (boundary): Oops, reverse.
3806
3807         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3808         remove superfluous `d'.
3809
3810         * flower/include/std-vector.hh (boundary, top): Detach from class.
3811         Remove empty vector shell.
3812
3813         * flower/include/array.hh (reverse, swap): Detach from class.
3814         Update users.
3815         
3816         * flower/include/std-vector.hh
3817         * flower/include/array.hh (concat): Globally change to insert ().
3818
3819         
3820         * flower/include/std-vector.hh
3821         * flower/include/parray.hh
3822         * flower/include/array.hh (elem, elem_ref): Globally replace by
3823         at ().
3824
3825 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3826
3827         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3828
3829         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3830         anticipate on identifier substitutions.
3831
3832 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3833
3834         * flower/include/std-vector.hh (insert): Remove, replace by
3835         std::vector interface.  Update callers.
3836
3837         * flower/include/array.icc (insert): Change signature to
3838         match std::vector interface.
3839         
3840         * flower/include/array.icc (vector_sort): Bugfix.
3841
3842 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3843
3844         * lily/parser.yy (output_def_head_with_mode_switch): new
3845         production. Result: dashes and underscores may be used in the
3846         \paper block.
3847
3848         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3849
3850         * python/convertrules.py (conv): oops. One slash too much.
3851
3852 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3853
3854         * flower/include/std-vector.hh (sort): Remove, replace by
3855         ::vector_sort.  Update callers.
3856
3857         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3858         (sort): Bugfix.
3859
3860         * flower/test-std.cc (vector_sort): New test.
3861
3862 2006-02-01  Graham Percival  <gpermus@gmail.com>
3863
3864         * Documentation/user/putting.itely: fixes from Erik.
3865
3866 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3867
3868         * flower/test-std.cc: Add simple unit test for vector migration.
3869
3870         * stepmake/stepmake/test*: Unit test support.
3871
3872         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3873         update callers.
3874
3875         * flower/include/array.hh (begin, end): Add.
3876         (del, get): Remove.
3877
3878 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3879
3880         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3881         std::string not String. 
3882
3883         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3884         iso UINT_MAX.
3885
3886         * lily/prob.cc (Prob): copy type_ too.
3887
3888         * lily/lily-guile.cc (mangle_cxx_identifier): new
3889         function. Class_bla::foo_bar_[px] ->
3890         ly:class-bla::foo-bar[?!]. Changes throughout
3891
3892 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3893
3894         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3895
3896         * lily/beam.cc (calc_direction): take dir from visible stem in
3897         degenerate case.
3898
3899 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3900
3901         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3902         Fix -1, >=0 boundary checks for unsigned vsize.
3903
3904         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3905         loop for unsigned vsize.
3906
3907         * configure.in (--enable-std-vector): New option.
3908         (--enable-std-string): On by default.
3909
3910         * flower/include/std-vector.hh: New file.  Enable switch to
3911         std::vector, update client code.
3912
3913 2006-01-30  Graham Percival  <gpermus@gmail.com>
3914
3915         * scm/document-translation.scm: clarify "this context is also
3916         known as".  Thanks, Werner!
3917
3918         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3919
3920         * Documentation/user/invoking.itely: small fix from Don.
3921
3922 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3923
3924         * scm/lily.scm (define-scheme-options): rename option
3925         preview-include-book-title to book-title-preview
3926         (define-scheme-options): move force-eps-font-include (from paper
3927         block) to eps-font-include -d option.
3928
3929         * VERSION (PATCH_LEVEL): release 2.7.30
3930
3931         * input/bach-schenker.ly (staffPiano): new file.
3932
3933         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3934
3935         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3936         credits to Nicolas.
3937
3938         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3939
3940         * ps/lilyponddefs.ps: remove start-system, stop-system,
3941         start-page fluff. This saves putting { } code on the stack, fixing
3942         stack overflows when including EPS files.
3943
3944 2006-01-29  Graham Percival  <gpermus@gmail.com>
3945
3946         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3947
3948 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3949
3950         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3951
3952 2006-01-28  Graham Percival  <gpermus@gmail.com>
3953
3954         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3955
3956 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3957
3958         * input/mutopia/claop.py: Update.
3959
3960 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3961
3962         * input/regression/completion-heads.ly (texidoc): fix.
3963
3964         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3965
3966         * lily/tie-formatting-problem.cc
3967         (set_ties_config_standard_directions): use abs iso fabs for ints.
3968
3969         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3970
3971         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3972         little less than noteheight, to prevent overlaps in chords.
3973
3974         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3975         head, and fudge stem-attachment.
3976
3977         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3978
3979         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3980
3981 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * lily/main.cc (main): Debugging aid: catch exceptions.
3984
3985         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3986         output with std::string.
3987
3988 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3989
3990         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3991
3992 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3993
3994         * Fix -DSTRING_UTILS_INLINED.
3995
3996 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3997
3998         * VERSION (PATCH_LEVEL): release 2.7.29
3999
4000         * lily/relocate.cc (setup_paths): mingw uses std string too.
4001
4002         * lily/*.cc: various fixes for substr(ARG).
4003
4004         * lily/sustain-pedal.cc (print): 
4005
4006         * flower/file-name.cc (slashify): use std strings.
4007
4008         * flower/string-convert.cc: remove publib.h
4009
4010         * scm/define-markup-commands.scm (verbatim-file): new markup
4011         command \verbatim-file
4012
4013         * Documentation/topdocs/NEWS.tely: fixup URLs
4014
4015         * input/regression/alignment-vertical-manual-setting.ly (Module):
4016         new file.
4017
4018         * lily/align-interface.cc (align_elements_to_extents): overwrite
4019         translations with numbers in alignment-offsets from left bound
4020
4021         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4022         (page-translate-systems): new function: take into account Y-offset.
4023
4024         * Documentation/topdocs/NEWS.tely (Top): document new features.
4025
4026         * input/regression/page-layout-manual-position.ly (Module): new
4027         file.
4028
4029 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4030
4031         * flower/file-path.cc (path::parse_path): Oops.
4032
4033         * Finish std::string interface.  For now, use std:: marker
4034         throughout for easy s/r.
4035
4036 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4037
4038         * Documentation/user/putting.itely (Score is a single musical
4039         expression): typo.
4040         (Score is a single musical expression): more typos.
4041
4042         * scm/page.scm (annotate-space-left): thinko.
4043         (annotate-page): more thinkos.
4044
4045 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4046
4047         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4048         for different \score blocks separately.
4049         (post-process-pages): put write-page-layout into paper block.
4050
4051         * lily/output-def.cc (get_parser): new file.
4052
4053         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4054         file.
4055
4056         * lily/include/output-def.hh (class Output_def): add parser_ member.
4057
4058         * input/regression/page-layout-twopass.ly (Module): new file.
4059
4060         * scm/lily.scm: remove cpp hack.
4061
4062         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4063
4064 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * GNUmakefile.in (c-clean): New target.
4067
4068         * flower/include/std-string.hh: String/std::string compatibility:
4069         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4070         type.
4071
4072         * flower/rational.cc: 
4073         * flower/include/rational.hh: 
4074
4075         * flower/offset.cc: 
4076         * flower/include/offset.hh: 
4077
4078         * flower/interval.cc: 
4079         * flower/include/interval.hh: 
4080
4081         * flower/string-convert.cc: 
4082         * flower/include/string-convert.hh: Use std::string [interface].
4083         Update callers.
4084
4085 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4086
4087         * Documentation/index.html.in: clean up.
4088
4089 2006-01-25  Graham Percival  <gpermus@gmail.com>
4090
4091         * Documentation/user/putting.itely: another new untested doc section.
4092
4093 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4094
4095         * scm/layout-page-layout.scm (write-page-breaks): write
4096         \spacingTweaks #ALIST. Handle grace timing.
4097
4098         * scm/: more imports.
4099
4100         * scm/page.scm (make-page): add footer/header.
4101         (annotate-space-left): revise: only take page argument.
4102         (layout->page-init): new function.
4103
4104         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4105         version of the system/spacing/linebreak hack writing to the output
4106
4107         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4108         ly:make-prob.
4109
4110         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4111         ly:spanner-bound
4112
4113 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4114
4115         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4116
4117         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4118
4119         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4120         handling to page.scm
4121
4122         * lily/prob-scheme.cc (LY_DEFINE): new file.
4123         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4124
4125         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4126         prob functions.
4127
4128         * lily/music.cc (derived_mark): derive Music from Prob.
4129
4130         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4131
4132         * lily/prob.cc (Module): Implement Prob (Property Object), object
4133         with shared and r/w property alists.  
4134
4135         * lily/include/prob.hh (Module): new file. Declare Prob.
4136
4137         * flower/string.cc: remove is_empty().
4138
4139         * flower/include/string.hh (class String): remove String:: qualifier.
4140
4141         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4142         substitute appropriate functions.
4143
4144         * flower/include/string.hh (class String): remove to_str0 and
4145         is_empty(). S&R everywhere.
4146
4147 2006-01-23  Graham Percival  <gpermus@gmail.com>
4148
4149         * Documentation/user/basic-notation.itely: add hairpin
4150         after-linebreak tweak to commonprop.
4151
4152         * Documentation/user/putting.itely: added two new sections.
4153
4154 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * flower/international.cc: 
4157         * flower/include/international.hh: 
4158
4159         * flower/getopt-long.cc: 
4160         * flower/include/getopt-long.hh: Use std::string [interface].
4161         Update callers.
4162
4163         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4164
4165         * stepmake/stepmake/executable-rules.make: Add dependency on
4166         module libraries.
4167
4168 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4169
4170         * flower/file-path.cc: 
4171         * flower/include/file-path.hh: Use std::string [interface].
4172         Update callers.
4173
4174         * flower/direction.cc: 
4175         * flower/axis.cc: Unused.  Remove.
4176
4177         * configure.in (--enable-std-string): New option.
4178
4179         * flower/std-string.cc: 
4180         * flower/include/std-string.hh: New file.
4181
4182         * flower/file-name.cc[STD_STRING]:
4183         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4184
4185 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4186
4187         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4188
4189         * scm/define-markup-commands.scm (with-dimensions):
4190         with-dimensions markup command.
4191
4192         * input/test/font-table.ly: use it.
4193
4194         * lily/open-type-font.cc (glyph_list): new function.
4195
4196         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4197
4198         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4199
4200 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4201
4202         * ly/music-functions-init.ly (parallelMusic): new music function
4203         for parallel music entry.
4204
4205         * scm/define-music-properties.scm (all-music-properties): new
4206         'void music property
4207
4208         * scm/music-functions.scm (ly:music-message): make public, to be
4209         used in music function definitions
4210
4211         * scm/lily-library.scm (collect-music-for-book): discard music
4212         when the 'void property is set.
4213
4214 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4215
4216         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4217
4218         * mf/GNUmakefile: idem.
4219
4220         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4221
4222         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4223
4224         * Documentation/user/notation-appendices.itely (The Feta font):
4225         use it.
4226
4227         * input/test/font-table.ly: new file. Generate font table within lily.
4228
4229         * Documentation/user/notation-appendices.itely (The Feta font):
4230         use new font-table.ly file. 
4231
4232         * stepmake/stepmake/install-out-targets.make
4233         (local-install-outfiles): only create directory if
4234         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4235
4236 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4237
4238         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4239
4240         * VERSION (PACKAGE_NAME): release 2.7.28
4241
4242         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4243         the right font from a Mac dfont.
4244         (write-preamble): don't forget directory, only look at files.
4245
4246         This fixes problems with TTF files in dfonts that don't match
4247         their PostScript names.
4248          
4249         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4250         PS name from TTF font.
4251
4252         * input/regression/tie-manual.ly: document new feature.
4253
4254         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4255
4256         * VERSION (MY_PATCH_LEVEL): bump to .28
4257
4258         * Documentation/user/basic-notation.itely (Ties): add tie examples
4259         refs.
4260
4261         * lily/tie-formatting-problem.cc (score_ties_configuration):
4262         symmetry penalties for outer ties.
4263
4264 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4265
4266         * lily/tie-formatting-problem.cc (generate_configuration) 
4267         (set_manual_tie_configuration): skip non-pair manual
4268         tie-configuration, so you can set individual ties as
4269
4270           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4271
4272         * input/regression/tie-chord.ly: use generateTiePattern to
4273         simplify file.
4274
4275         * lily/tie-formatting-problem.cc (peak_around): new function.
4276         (score_configuration): use sliding criterion for staff line collisions. 
4277         (score_configuration): idem for dot collisions.
4278         (generate_configuration): use separate stem_gap for gap to stem.
4279
4280         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4281         separate penalty factors for x and y distance.
4282         (struct Tie_details): separate penalties for tip and center line collisions.
4283
4284 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * lily/tie-formatting-problem.cc (generate_configuration): make
4287         large ties avoid stafflines in the horizontal section.
4288         (score_configuration): use softcoded penalties
4289         (score_aptitude): idem.
4290
4291         * lily/tie-helper.cc (from_grob): softcode tie details
4292
4293         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4294
4295         * lily/staff-symbol-referencer.cc (on_line): rename from
4296         on_staffline 
4297
4298 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4299
4300         * ly/music-functions-init.ly: remove duplicate tag.
4301
4302         * lily/include/*.hh: GCC 4.1 fixes.
4303
4304 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4305
4306         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4307
4308         * scm/define-music-types.scm: fix bug in desc. string
4309         for OverrideProperty
4310
4311 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4312
4313         * scripts/lilypond-book.py: bugfix
4314
4315         * scm/define-music-types.scm: fix typos.
4316
4317 2006-01-14  Graham Percival  <gpermus@gmail.com>
4318
4319         * Documentation/user/ basic-notation.itely, global.itely,
4320         advanced-notation.itely, instrument-notation.itely: small
4321         additions (bugs and commonly tweaked properties).
4322
4323 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4324
4325         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4326         detection of mingw build.
4327         (MINGW_BUILD): opps.
4328
4329 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4330
4331         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4332         i686-mingw32.
4333
4334 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4335
4336         * scm/music-functions.scm (skip->rest): add skip->rest
4337
4338 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4339
4340         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4341         explicitly.
4342
4343         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4344         config dirs. Aids debugging. 
4345         (display_config): also display config files.
4346
4347 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4348
4349         * VERSION: release 2.7.27
4350
4351         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4352         for determining bar size.
4353
4354         * lily/staff-symbol.cc (print): place lines at distance line-positions
4355
4356         * scm/define-grob-properties.scm (all-user-grob-properties): add
4357         line-positions.
4358
4359         * lily/staff-symbol.cc (height): new function.
4360
4361         * input/regression/staff-line-positions.ly:  new file.
4362
4363 2006-01-06  Graham Percival  <gpermus@gmail.com>
4364
4365         * input/test/add-staccato.ly: remove reference to old file.
4366
4367 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4368
4369         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4370         lilypond binary too.
4371
4372 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4373
4374         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4375
4376 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4377
4378         * scripts/midi2ly.py: Bugfix: Declare datadir.
4379
4380         * make/ly-rules.make:
4381         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4382         that seems to be gone). Fixes make web.
4383
4384         * The grand 2005-2006 replace.
4385
4386         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4387
4388 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4389
4390         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4391         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4392         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4393         like -dgs-font-load.
4394
4395         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4396         remove absolute path to lilypond binary.
4397         
4398 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4399
4400         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4401
4402 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4405
4406         * mf/GNUmakefile: remove broken dvips map symlink.
4407
4408 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4409
4410         * lily/main.cc: 
4411         * configure.in: Cosmetic fixes.
4412
4413 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4414
4415         * Documentation/user/music-glossary.tely (Pitch names): Added
4416         Spanish pitch names and durations, thanks to Ernesto Gancedo
4417
4418 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4419
4420         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4421         init. Fixes verbose printing of .scm files.
4422
4423         * stepmake/aclocal.m4: add spaces before - options.
4424         
4425 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4426
4427         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4428         of path search in local block variable.
4429
4430 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4431
4432         * configure.in (NCSB_DIR): --enable-ncsb-dir
4433         (LINK_GXX_STATICALLY): denko.
4434
4435         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4436
4437         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4438         use locate to find c059033l.pfb. 
4439         
4440 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * lily/tie-formatting-problem.cc
4443         (problem::generate_base_chord_configuration): Use my_round (was
4444         round).
4445
4446         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4447         do not invoke mbrtowc.
4448
4449         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4450
4451 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4452
4453         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4454
4455 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4456
4457         * Documentation/user/invoking.itely (svg): revise.
4458
4459 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4460
4461         * lily/lexer.ll: use sourcefilename iso. renameinput.
4462
4463 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4464
4465         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4466         <PostScriptName>.ttf instead of c059XXXttf.
4467
4468         * lily/program-option.cc (LY_DEFINE): special support for
4469         --verbose, so it works before option init too.
4470  
4471         * mf/GNUmakefile (local-install): oops.
4472
4473         * lily/lyric-hyphen.cc (print): oops.
4474
4475         * buildscripts/pfx2ttf.fontforge: new file.
4476         
4477         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4478         ($(outdir)/%.ttf): new rule. 
4479
4480         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4481         to LyricHyphen.
4482
4483         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4484         font-size
4485
4486 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4487
4488         * VERSION: release 2.7.26
4489         
4490         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4491
4492 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4493
4494         * lily/font-config.cc (init_fontconfig): verbosity.
4495
4496         * THANKS: add Muziekacademie Lede. 
4497
4498         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4499         (print_score_setup): new function
4500         (convert): read part definition to output staves properly.
4501
4502         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4503         Music_xml notes.
4504
4505         * python/musicexp.py (Output_printer.__init__): use _ in data
4506         members.
4507         (Output_printer.unformatted_output): new function: no formatting,
4508         but count braces.
4509         (Duration.get_length): remove isinstance() checks for
4510         Output_printer everywhere.
4511
4512         * input/regression/lyrics-bar.ly (texidoc): add
4513         Separating_line_group_engraver.
4514
4515 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4516
4517         * lily/relocate.cc (framework_relocation): New function,
4518         factored from set_relocation ().
4519         (prefix_relocation): Rename from set_relocation ().
4520         (setup_paths): Use it.
4521
4522 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4523
4524         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4525         numbers. Patch by Erlend Aasland.
4526
4527 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4528
4529         * lily/font-config.cc (init_fontconfig): print warning if cache
4530         file is not existant.
4531
4532         * lily/main.cc: don't use #ifdef but #if
4533
4534 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4535
4536         * lily/grob-property.cc (internal_set_property): don't abort on
4537         calculation-in-progress.
4538
4539         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4540
4541         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4542         connect-to-neighbor property not connect-to-other
4543
4544         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4545         (LY_DEFINE): oops. don't forget protection.
4546
4547         * flower/parse-afm.cc (Module): strip AFM handling completely.
4548
4549         * lily/stencil-expression.cc: idem.
4550
4551         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4552
4553         * lily/function-documentation.cc (ly_add_function_documentation):
4554         use static member iso. Protected_scm
4555
4556         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4557
4558         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4559
4560 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4561
4562         * lily/relocate.cc (set_env_dir): New function.
4563         (set_relocation): Use it to fix setting PANGO_PREFIX.
4564
4565 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4566
4567         * input/regression/stem-direction-context.ly: remove rest.
4568
4569         * lily/melody-engraver.cc (process_music): restart for bar lines.
4570         (acknowledge_slur): restart for slurs.
4571
4572 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4573
4574         * Documentation/user/invoking.itely: describe how to view SVG 
4575         output using Inkscape which replace embedded fonts with OTF fonts.
4576
4577 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4578
4579         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4580
4581 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4582
4583         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4584         comment.
4585
4586 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4587
4588         * VERSION (PACKAGE_NAME): release 2.7.25
4589
4590         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4591
4592         * input/regression/stem-direction-context.ly: new file.
4593
4594         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4595
4596         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4597         on rest.
4598
4599         * ly/engraver-init.ly: add Melody_engraver
4600
4601         * lily/beam.cc (calc_direction): use default-direction
4602         iso. get_default_direction()
4603
4604         * scm/define-grob-properties.scm (all-user-grob-properties): add
4605         default-direction property.
4606
4607         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4608
4609         * lily/stem.cc (calc_default_direction): remove
4610         Stem::get_default_direction, use default-direction with callback
4611         instead.
4612
4613         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4614
4615         * lily/melody-engraver.cc: new file. Acknowledge stems for
4616         interpolated stem directions. 
4617
4618         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4619
4620         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4621
4622         * lily/slur-configuration.cc (fit_factor): more robust check for
4623         point in curve X-extent.
4624
4625         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4626         (outside_slur_callback): check for 'outside avoidance.
4627
4628         * lily/slur-configuration.cc (score_extra_encompass): don't use
4629         bound->column() == avoid->column() for checking extents, as this
4630         doesn't work for accidentals. 
4631
4632         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4633         DynamicText hardcoding.
4634
4635         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4636         crash if bound stem is NULL
4637
4638         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4639         pedals.
4640
4641 2005-12-22  Graham Percival  <gpermus@gmail.com>
4642
4643         * scm/define-markup-commands.scm: typo.  @code{\raise}
4644         => @code{\\raise}.
4645
4646         * darwin.patch: now used again, includes a
4647         required patch from fink.
4648
4649 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4650
4651         * po/TODO: mention gtranslator along with kbabel.
4652         * po/fi.po: update translations.
4653
4654 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4655
4656         * lily/relocate.cc (setup_paths): Bugfix.
4657
4658 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4659
4660         * lily/slur-configuration.cc (score_extra_encompass): don't use
4661         "avoid" choice for avoid-slur.
4662
4663         * stepmake/bin/install.py (dest): don't create existing dir.
4664
4665 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4666
4667         * stepmake/bin/install.py: Remove file before copying.
4668
4669         * config.make.in: 
4670         * stepmake/aclocal.m4: Do not substitute INSTALL.
4671
4672 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4673
4674         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4675         depend on link-tree.
4676
4677         * lily/relocate.cc (setup_paths): only check path for non-absolute
4678         dir without directory part.
4679
4680         * flower/file-name.cc (is_absolute):  new method.
4681         (is_absolute): check root_ too.
4682
4683 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4684
4685         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4686         relocation code.  Oops, don't comment out too much.
4687
4688         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4689         iso itself.
4690
4691         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4692         compile.
4693
4694 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4695
4696         * .cvsignore: Add install-sh.
4697
4698         * autogen.sh (srcdir): Typo.
4699
4700 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4701
4702         * autogen.sh (srcdir): urg. Touch install-sh.
4703
4704         * stepmake/bin/install-sh (Module): remove.
4705
4706         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4707
4708         * lily/include/relocate.hh: new file.
4709
4710         * lily/relocate.cc: new file. Contain relocation logic.
4711
4712         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4713         (main): read LILYPOND_VERBOSE as the first thing.
4714
4715         * stepmake/aclocal.m4: remove INSTALL variable.
4716
4717         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4718         separate target for making font symlinks.
4719         (documentation-dir): use $(if $(findstring )) for switching off
4720         Documentation.
4721
4722         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4723         something if DOCUMENTATION is no.
4724
4725 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4726
4727         * VERSION: release 2.7.24
4728
4729         * lily/script-column-engraver.cc (stop_translation_timestep):
4730         delay adding to script-column.
4731
4732         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4733
4734         * python/convertrules.py (conv): rule for number-visibility
4735
4736         * lily/slur-configuration.cc (score_extra_encompass): different
4737         distance measure for avoid and inside avoidance.
4738         (score_extra_encompass): use 1/(distance+eps) as penalty.
4739
4740         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4741         encompass objects for generating slur curves.
4742
4743         * lily/slur.cc: use details iso. slur-details property.
4744
4745         * input/regression/slur-tuplet.ly: new file.
4746
4747         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4748
4749         * flower/include/offset.hh (class Offset): new operator /=
4750
4751         * lily/tuplet-number.cc (print): new file, new interface.
4752
4753         * scm/define-grob-properties.scm (all-user-grob-properties):
4754         remove number-visibility property.
4755
4756         * lily/tuplet-bracket.cc (calc_control_points): new function
4757         (calc_connect_to_neighbors): new function.
4758         (print): remove text handling for tuplet numberdef.
4759
4760         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4761         TupletNumbers too. 
4762
4763         * lily/lily-guile.cc (robust_scm2booldrul): new function
4764
4765         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4766
4767         * lily/tuplet-bracket.cc (calc_position_and_height): use
4768         staff-padding to control whether tuplet brackets are over staves.
4769
4770         * lily/grob.cc (suicide): clear dim_caches_.
4771
4772         * lily/dimension-cache.cc (clear): new function.
4773
4774         * lily/grob.cc (extent): swap order of min-extent and extent
4775         calculations. This fixes hara kiri staves. 
4776
4777 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4778
4779         * lily/main.cc: Nitpick: relocation is not based on path, but on
4780         directory (location).
4781
4782 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4783
4784         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4785
4786         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4787
4788         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4789
4790         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4791
4792         * stepmake/stepmake/generic-vars.make (Module): idem.
4793
4794         * stepmake/stepmake/executable-targets.make (default): use it.
4795
4796         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4797
4798         * make/GNUmakefile: don't install make rules.
4799
4800         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4801         slashes.
4802         (prepend_env_path): more verbosity.
4803
4804 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4805
4806         * GNUmakefile.in: add dir argument for find command.
4807
4808         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4809         fixes weird line numbers for point & click.
4810
4811         * lily/source-file.cc (get_counts): init line/column/char counts.
4812
4813 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4814
4815         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4816
4817 2005-12-16  Graham Percival  <gpermus@gmail.com>
4818
4819         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4820         minor fixes from Fredric.  Thanks!
4821
4822 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4823
4824         * ly/music-functions-init.ly: add \bar and \clef music function 
4825
4826         * lily/lily-lexer.cc: idem.
4827
4828         * lily/parser.yy (FIXME): remove BAR and CLEF.
4829
4830 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4831
4832         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4833
4834         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4835         function arguments too
4836
4837         * lily/main.cc (set_relocation): new function.
4838
4839         * scripts/musicxml2ly.py (convert): add \version
4840
4841         * lily/tie.cc: remove get_default_attachments()
4842
4843         * VERSION (PACKAGE_NAME): release 2.7.23
4844         
4845         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4846         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4847
4848         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4849
4850         * lily/tie-formatting-problem.cc (score_ties): new function
4851         (get_variations): new function. Try flipping dirs for collisions.
4852         (generate_optimal_chord_configuration): new function. 1-opt search
4853         for better configuration.
4854
4855         * lily/tie-configuration.cc: new file.
4856
4857         * lily/tie.cc: junk Tie::get_configuration()
4858
4859         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4860         (score_ties_configuration): new function.
4861         (generate_ties_configuration): new function.
4862         (generate_base_chord_configuration): new function.
4863         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4864         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4865
4866         * input/regression/tie-dot.ly: new file.
4867
4868         * lily/tie-formatting-problem.cc (score_configuration): score
4869         tie/dot collisions.
4870
4871         * lily/tie-helper.cc (get_transformed_bezier): new function
4872
4873         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4874
4875         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4876         -undefined suppress iso. -framework Python 
4877
4878         * scm/define-grobs.scm (all-grob-descriptions): set
4879         springs-and-rods (thanks Joe Neeman!)
4880
4881 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4882
4883         * input/no-notation/display-lily-tests.ly (test): 
4884         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4885         changed from \tag #'(a b) to \tag #'a \tag #'b
4886
4887 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4888
4889         * Documentation/topdocs/NEWS.tely: strip out-www.
4890
4891         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4892
4893         * config.make.in (AR): add AR and RANLIB
4894
4895         * flower/libc-extension.cc: include cassert
4896
4897         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4898         darwin check.
4899
4900 2005-12-11  Graham Percival  <gpermus@gmail.com>
4901
4902         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4903
4904         * stepmake/stepmake/python-modules-vars.make: define
4905         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4906
4907         * THANKS: added Johannes Schindelin.
4908
4909 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4910
4911         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4912
4913         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4914         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4915
4916         * lily/parser.yy: reorganize file layout.
4917
4918         * ly/music-functions-init.ly: add tweak music function.
4919
4920         * lily/grob-info.cc (ultimate_music_cause): new function:
4921         recursively lookup causes. 
4922
4923         * lily/parser.yy (chord_body_element): allow music functions for
4924         post-events, allow music functions for chord elements. 
4925  
4926         * lily/font-config-scheme.cc (display_fontset): add cast.
4927
4928         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4929         #'(a b) -> \tag #'a \tag #'b rule.
4930
4931         * python/musicexp.py (Output_printer.dump_version): new function
4932
4933 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4934
4935         * lily/parser.yy (FIXME): remove \tag
4936         (FIXME): remove tag_music() function.
4937
4938         * lily/lily-lexer.cc: remove \tag
4939
4940         * ly/music-functions-init.ly: define music-function "tag"
4941
4942         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4943
4944 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4945
4946         * VERSION (PATCH_LEVEL): release 2.7.22
4947
4948         * input/regression/lyric-hyphen-retain.ly: renew.
4949
4950         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4951         grob
4952
4953         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4954         iso. minimum-length property for rods.
4955
4956         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4957         LyricSpace item to keep lyrics spaced apart.
4958
4959         * ly/engraver-init.ly: remove Separating_line_group_engraver
4960
4961         * Documentation/user/music-glossary.tely: do setfilename before
4962         music-glossary.
4963
4964 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4965
4966         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4967         See xref documentation, for example.
4968
4969 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4970
4971         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4972         pending_skip iso. ly_voice[-1]
4973         (main): add if __main__ for debugging.
4974
4975         * python/musicxml.py (Accidental.__init__): new class.
4976
4977         * scripts/musicxml2ly.py (progress): new function
4978         (musicxml_key_to_lily): don't barf on modeless keys.
4979         (create_skip_music): new function.
4980         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4981         (musicxml_note_to_lily_main_event): new function.
4982
4983         * python/musicexp.py (Music.__init__): add comment field.
4984         (NestedMusic.append): new routine.
4985         (SequentialMusic.print_ly): print comment.
4986         (ArpeggioEvent.ly_expression): new class
4987         (BeamEvent.ly_expression): new class
4988         (NoteEvent.__init__): support for cautionary/forced accs.
4989
4990         * lily/lookup.cc (slur): normal order for array loop.
4991
4992         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4993         to 0.0.
4994
4995         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4996         collapsed.
4997
4998 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4999
5000         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5001
5002         * scripts/lilypond-book.py: Introduce option
5003             --preserve-line-breaks, for usage with srcltx
5004
5005 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5006
5007         * scm/output-lib.scm (print-circled-text-callback): draw circle
5008         around text using make-circle-markup.
5009
5010         * Documentation/user/*: strip out-www from file names.
5011
5012 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5013
5014         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5015         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5016
5017 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5018
5019         * Documentation/user/GNUmakefile: idem.
5020
5021         * Documentation/user/macros.itexi: strip out-www
5022
5023         * python/rational.py: python 2.3 compat.
5024
5025         * VERSION (PATCH_LEVEL): release 2.7.21
5026
5027         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5028         option formatting, lilypond style.
5029
5030         * python/musicexp.py: grab from Ikebana: a library for composing
5031         ly music expressions. 
5032         (Output_printer): class for advanced .ly printing.
5033         (eg. tupletting) 
5034
5035         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5036         convert to pythonesque structure.
5037
5038         * python/rational.py: PD rational number class.
5039
5040         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5041
5042 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5043
5044         * lily/part-combine-iterator.cc: Minor bugfix
5045         
5046         * THANKS: Update bughunters
5047
5048 2005-12-02  Werner Lemberg  <wl@gnu.org>
5049
5050         * mf/README: Document process for proper mf2pt1 conversion.
5051
5052         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5053         overlapping.
5054
5055         * mf/feta-harmonica.mf: Removed.  Unused.
5056
5057 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5058
5059         * scripts/lilypond-book.py (do_file): fix thinkos.
5060
5061 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5062
5063         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5064         ($(outdir)/parser.cc): 
5065         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5066
5067 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5068
5069         * ly/titling-init.ly (tagline): it should be a space between
5070         "Music engraving by LilyPond" and the version number.
5071
5072 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5073
5074         * VERSION (PACKAGE_NAME): release 2.7.20
5075
5076 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5077
5078         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5079
5080         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5081         1.0.
5082         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5083
5084 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5085
5086         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5087
5088         * kpath-guile/: remove directory
5089
5090         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5091         file. Encapsulate kpathsea using commandline tools.
5092
5093         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5094         kpathsea) module.
5095
5096 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5097
5098         * Documentation/user/advanced-notation.itely (Setting automatic
5099         beam behavior): Correct a few typos. Thanks to David Bobroff.
5100
5101         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5102         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5103
5104 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5105
5106         * scripts/*.py: gmane address for bugs.
5107
5108 2005-11-28 Pal Benko <benkop@freestart.hu>
5109         
5110         * make/ly-rules.make: add -f switch to mv
5111
5112         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5113
5114         * lily/bar-line.cc: interpret it
5115
5116 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5117
5118         * configure.in (--disable-documentation): New switch.
5119
5120         * GNUmakefile.in: Use it.
5121
5122         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5123
5124 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5125
5126         * scripts/lilypond-book.py (do_file): search chunks for
5127         \\begin{document}
5128
5129         * GNUmakefile.in: add copy step in between so we can lose the
5130         out-www directories.
5131
5132 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5133
5134         * lily/pango-font.cc (pango_item_string_stencil): put
5135         geometry.width into glyph-string too.
5136
5137 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5138
5139         * scm/define-music-display-methods.scm (RevertProperty):
5140         (OverrideProperty): Use grob-property-path property, a list of
5141         symbols, instead of grob-property, which used to be a single
5142         symbol.
5143         (BassFigureEvent): a figure can be a plain number, not necessarily a
5144         markup.
5145
5146 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5147
5148         * VERSION: release 2.7.19
5149         
5150         * lily/figured-bass-engraver.cc (process_music): check
5151         figuredBassCenterContinuations first.
5152
5153         * scm/translation-functions.scm (format-bass-figure): make double
5154         sharp larger. 
5155
5156         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5157         determine X-parent.
5158
5159         * lily/system-start-delimiter-engraver.cc: move from
5160         Nested_system_start_delimiter_engraver, rename
5161         Nested_system_start_delimiter_engraver ->
5162         System_start_delimiter_engraver.
5163
5164         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5165         bracket type from hierarchy.
5166
5167 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5168
5169         * lily/rest.cc (y_offset_callback): read staff-position.
5170
5171         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5172         mark after-line-breaking-callback as internal.
5173
5174         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5175
5176 2005-11-25  Werner Lemberg  <wl@gnu.org>
5177
5178         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5179
5180 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5181
5182         * stepmake/bin/add-html-footer.py (do_file): add google
5183
5184         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5185         staff if first_start_ is true.
5186
5187 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5188
5189         * scripts/midi2ly.py (split_track): add __repr__ members.
5190         (track_first_item): only return Item if not None. This fixes a
5191         problem when dumping a track that starts with an empty channel.
5192
5193         * python/midi.c: doc module.
5194
5195 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5196
5197         * Documentation/user/global.itely (Creating MIDI files): Fix
5198         compilation problem.
5199
5200 2005-11-22  Graham Percival  <gpermus@gmail.com>
5201
5202         * Documentation/user/basic-notation.itely: clarify dynamic
5203         padding text.
5204
5205         * Documentation/user/advanced-notation.itely: add unicode
5206         escape control example, whatever that is.  :)
5207
5208         * Documentation/user/global.itely: added "removing dynamics
5209         from MIDI" code.
5210
5211 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5212
5213         * VERSION (PATCH_LEVEL): release 2.7.18
5214
5215         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5216         System_start_delimiter_engraver by
5217         Nested_system_start_delimiter_engraver.
5218
5219         * lily/nested-system-start-delimiter-engraver.cc (struct
5220         Bracket_nesting_node): new class.
5221         (struct Bracket_nesting_group): new class
5222         (struct Bracket_nesting_staff): new class.
5223         (process_music): create hierarchy of grobs. This allows separate
5224         tuning of different SSDs. 
5225
5226         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5227         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5228
5229 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5230
5231         * lily/side-position-interface.cc (aligned_side): multiply
5232         staff_radius by 2.
5233
5234         * lily/script-engraver.cc (make_script_from_event): allow setting
5235         values to '()
5236
5237 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5238
5239         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5240
5241         * scm/define-grobs.scm (all-grob-descriptions): new grob
5242         NestedSystemStartDelimiter.
5243
5244         * input/regression/system-start-heavy-bar.ly: new file.
5245
5246         * lily/nested-system-start-delimiter-engraver.cc: new file.
5247
5248         * lily/nested-system-start-delimiter.cc: new file.
5249
5250         * input/regression/system-start-nesting.ly: new file.
5251
5252         * scm/define-grobs.scm (all-grob-descriptions): use X side
5253         positioning for positioning braces for nested contexts.
5254
5255         * lily/system-start-delimiter.cc (print): don't divide extent by
5256         staff_space.
5257         (print): use style iso. glyph.
5258         (staff_bracket): translate glyph inside routine already.
5259
5260 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5261
5262         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5263         names.
5264
5265 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5266
5267         * scm/define-context-properties.scm
5268         (all-user-translation-properties): rename figuredBassFormatter
5269         from newFiguredBassFormatter.
5270
5271         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5272
5273         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5274
5275         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5276
5277         * lily/beam.cc (calc_beaming): new function.
5278         (calc_shorten): new function.
5279
5280         * THANKS: add Edward Neeman.
5281
5282         * input/regression/accidental-clef-change.ly: new file.
5283
5284         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5285
5286         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5287
5288         * lily/clef-engraver.cc (inspect_clef_properties): reset
5289         localKeySignature for clef changes.
5290
5291 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5292
5293         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5294         add dummy definition that works in Linux and add information in
5295         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5296
5297         * Documentation/user/changing-defaults.itely (Modifying context
5298         plug-ins): Add index for \with.
5299
5300         * Documentation/user/music-glossary.tely (dal segno): Updated
5301         example to version >=2.6.
5302
5303 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5304
5305         * Documentation/user/instrument-notation.itely (Printing chord
5306         names): Reorder \chordmode and \repeat in one example.
5307
5308 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5309
5310         * VERSION: release 2.7.17
5311         
5312         * Documentation/topdocs/NEWS.tely (Top): add note about
5313         refactoring.
5314
5315         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5316         new function. Search region of 3 positions for best tie.
5317         (score_configuration): new function.
5318         (score_aptitude): new function.
5319         (generate_configuration): new function.
5320         (get_configuration): new function.
5321         (Tie_formatting_problem): new function
5322
5323         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5324
5325         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5326
5327         * THANKS: add Eduardo Vieira & Ralph Little
5328
5329         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5330         narrower.
5331
5332         * lily/include/tie-formatting-problem.hh (class
5333         Tie_formatting_problem): add Tie_details to
5334         Tie_formatting_problem. Update calling conventions.
5335
5336         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5337         config.make.
5338
5339         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5340
5341 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5342
5343         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5344         scm/define-context-properties.scm: Maintenance bugfix: make
5345         ligature brackets work again by removing obsolete ligature
5346         primitive callback push/pop.
5347
5348         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5349         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5350         value.
5351
5352 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5353
5354         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5355         used and do not call it a path.
5356         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5357
5358 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5359
5360         * lily/include/tie-formatting-problem.hh (class
5361         Tie_formatting_problem): new file.
5362
5363         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5364
5365         * Documentation/misc/ChangeLog-2.3:  new file.
5366
5367         * lily/audio-staff.cc (output): degarianize.
5368
5369 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5370
5371         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5372         Unset PYTHONOPTIMIZE.  Fixes install if set.
5373
5374 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5375
5376         * python/convertrules.py (conv): add warning about drums. 
5377
5378         * make/stepmake.make: include toplevel-version.make after config.make.
5379
5380         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5381         also allow python2.4
5382
5383         * config.make.in (configure-srcdir): remove GXX GCC vars.
5384
5385         * stepmake/aclocal.m4: don't do non-srcdir build with
5386         symlinks. Use inclusion, so the src directory name can be changed.
5387
5388 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * make/mutopia-vars.make:
5391         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5392         files.
5393
5394 2005-11-13  Werner Lemberg  <wl@gnu.org>
5395
5396         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5397         but the affected path.  This ensures that the (overlapping) outlines
5398         have the same direction, which is a necessary prerequisite for
5399         FontForge's algorithm to remove overlaps.
5400         Formatting.
5401
5402         * mf/feta-haak.mf: Formatting.
5403         (draw_bracket): Slightly modify outline to avoid an unnecessary
5404         corner.
5405         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5406         them from the affected paths.
5407
5408 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5409
5410         * mf/README: remove xpm / accordion notes.
5411
5412         * lily/tie-column-format.cc (set_chord_outline): add dots into
5413         skyline extents. This fixes tie formatting if the left head has dots.
5414
5415         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5416         space inside the staff.
5417         (get_configuration): shift another position if necessary in case
5418         of left head tie  
5419
5420 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5421
5422         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5423         buildscript-dir iso. $(depth)/buildscripts.
5424
5425         * tex/GNUmakefile (local-uninstall): remove
5426         music-drawing-routines.ps juggling.
5427
5428         * stepmake/stepmake/install-targets.make (local-install-files):
5429         prepend src-dir to install targets.
5430
5431         * lily/system-start-delimiter-engraver.cc
5432         (acknowledge_system_start_delimiter): use
5433         add_offset_callback(). This fixes translation of nested
5434         staffgroups.
5435
5436         * lily/grob-closure.cc (add_offset_callback): only encaps in
5437         simple_closure if it's a procedure.
5438         
5439         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5440         from bar-line.
5441
5442         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5443         remove-empty where pertinent.
5444
5445 2005-11-12  Graham Percival  <gpermus@gmail.com>
5446
5447         * Documentation/user/instrument-notation.itely: added
5448         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5449
5450 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5451
5452         * lily/GNUmakefile
5453         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5454         make picture in builddir, not srcdir.
5455
5456 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * VERSION: release 2.7.16
5459         
5460         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5461         shell arguments. 
5462
5463 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5464
5465         * Documentation/user/examples.itely (Piano templates): Minor
5466         modification to the Piano centered lyrics example.
5467
5468 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5469
5470         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5471         $BROWSER.
5472
5473         * Documentation/user/point-and-click.itely: simplify p&c
5474         instruction: don't configure firefox. Put lilypond-invoke-editor
5475         in front of the browser.
5476
5477         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5478         (run-browser): new function.
5479
5480         * lily/parser.yy (Lily_lexer): recognize Book
5481
5482         * lily/book.cc (clone): new function
5483
5484         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5485
5486 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5487
5488         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5489         Maintenance bugfix: reduce number of font related warnings by
5490         updating naming conventions for glyph-name.
5491
5492 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5493
5494         * scm/define-grobs.scm (all-grob-descriptions): add
5495         rhythmic-grob-interface to TabNoteHead.
5496
5497         * scm/layout-beam.scm (check-quant-callbacks): remove
5498         set_stem_lengths()
5499
5500 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5501
5502         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5503         alignment of centered divisiones.
5504
5505         * scm/scripts.scm (articulations): Maintenance bugfix:
5506         follow-into-staff -> quantize-position.
5507
5508         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5509         plica head in porrectus deminutus.
5510
5511 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5512
5513         * make/lilypond.fedora.spec.in (Group): add %clean section.
5514
5515         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5516         less then 1/5th of total length.  
5517         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5518
5519         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5520         events into EventChord. This fixes textspanners on mm rests. Fixes
5521         spanner-rest.ly
5522
5523         * lily/side-position-interface.cc (get_axis): read side-axis
5524         (set_axis): set side-axis.
5525
5526         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5527         properties everywhere.
5528
5529         * lily/spacing-spanner.cc (breakable_column_spacing): add
5530         average-spacing-wishes. Take maximum if not set.
5531         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5532
5533         * scm/define-grobs.scm (all-grob-descriptions): add
5534         average-spacing-wishes.
5535
5536         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5537         offset callbacks. This fixes alignment for Fingering objects.
5538
5539         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5540         space for key - timesig combination. 
5541
5542         * input/regression/script-stem-tremolo.ly (Module): new file.
5543
5544         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5545         to key sig.
5546
5547         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5548         Fixes: c-tremolo-script.ly.
5549         
5550         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5551
5552         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5553         
5554         * scm/define-grobs.scm (all-grob-descriptions): remove
5555         self-X-offset. Fixes alignment of octavate-8.
5556
5557         * scripts/lilypond-book.py (datadir): look in
5558         LILYPONDPREFIX/share/lilypond/current/
5559
5560         * GNUmakefile.in: symlink current to <VERSION>. 
5561
5562 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5563
5564         * lily/main.cc: eps listed as a backend.
5565
5566 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5567
5568         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5569
5570 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5571
5572         * lily/include/score.hh (class Score): remove texts_ member.
5573
5574         * lily/beam.cc (set_stem_lengths): force direction callback.
5575         (print): read quantized-positions, so we can force
5576         Beam::set_stem_lengths to occur.
5577         (rest_collision_callback): use common X parent. 
5578
5579 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5580
5581         * flower/file-path.cc (find): Bugfix: Return name of file found.
5582
5583         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5584         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5585         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5586
5587 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5588
5589         * flower/offset.cc: idem.
5590
5591         * mf/*.mf: update email address.
5592
5593         * lily/font-config-scheme.cc:  new file.
5594
5595         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5596
5597         * lily/*:  cs.uu.nl -> xs4all.nl
5598
5599         * VERSION (PATCH_LEVEL): release 2.7.15
5600
5601         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5602         spec files.
5603
5604         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5605
5606 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607
5608         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5609
5610         * lily/staff-performer.cc (process_music): add audio
5611         elements. This makes MIDI instrument changes work once again.
5612
5613         * lily/main.cc (LY_DEFINE): add gmane address.
5614
5615         * lily/beam.cc: remove calc_positions()
5616
5617         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5618         original_ in private scope.
5619         (class Grob): drop pscore_ pointer, change to output_def pointer.
5620         (class Grob): cleanup class definition.
5621
5622         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5623
5624 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5625
5626         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5627         absolute.  Better diagnostics.
5628
5629         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5630         This makes lilypond run from the build directory using argv0
5631         relocation (without any --prefix or LILYPONDPREFIX setting).
5632
5633 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5634
5635         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5636
5637         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5638         with simple-closure.
5639
5640         * lily/self-aligment-interface.cc (set_align_self): new function
5641         (set_center_parent): new function.
5642
5643         * lily/side-position-interface.cc (set_axis): new function.
5644
5645         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5646         generic code. 
5647
5648         * scm/define-grob-properties.scm (all-user-grob-properties):
5649         remove [XY]-offset-callbacks add [YX]-offset
5650         
5651 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5652
5653         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5654         entry for time signatures after breathing signs. Bug report by
5655         Scott Russell.
5656
5657 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5658
5659         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5660         not absolute, make it absolute using PATH.
5661
5662 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5663
5664         * python/midi.c (initmidi): Fix type for mingw.
5665
5666 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5667
5668         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5669
5670         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5671         cross compiling.
5672
5673         * stepmake/aclocal.m4: Support python cross compiling.
5674
5675         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5676         Add mingw section.
5677
5678 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5679
5680         * scm/output-lib.scm (chain-grob-member-functions): replace
5681         chained-callback.cc
5682
5683         * lily/chained-callback.cc (Module): remove file.
5684
5685         * lily/rest-collision.cc (force_shift_callback_rest): change to
5686         chained callback.
5687
5688         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5689
5690         * lily/grob.cc (y_parent_positioning): remove axis argument from
5691         parent_positioning callbacks.
5692         (Grob): junk init code
5693         (get_offset): use generic property callbacks for
5694         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5695         (axis_parent_positioning): new function
5696         (axis_offset_symbol): new function
5697         (chain_offset_callback): new function
5698         (add_offset_callback): new function
5699
5700         * lily/beam.cc (rest_collision_callback): change signature; this
5701         is now a chained callback.
5702
5703         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5704         callback administration.
5705
5706         * lily/simple-closure.cc: new file. Smob type that allows "grob
5707         member functions",
5708
5709             (ly:make-simple-closure FUNC A B)
5710
5711         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5712         in various ways.
5713
5714         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5715         callbacks.
5716
5717         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5718
5719         * lily/rest.cc (polyphonic_offset_callback): remove.
5720
5721         * lily/script-engraver.cc (try_music): remove bool* argument.
5722
5723         * scm/script.scm (default-script-alist): set quantize-position
5724         appropriately.
5725
5726         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5727
5728         * lily/side-position-interface.cc (aligned_side): move staff
5729         position quantization from
5730         Side_position_interface::quantised_position().
5731         (quantised_position): remove
5732         
5733 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5734
5735         * input/regression/beam-quant-standard.ly: reindent, set
5736         debug-beam-quanting to #t.
5737
5738         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5739         10000 if this is a "hard" concave beam.
5740
5741         * lily/beam.cc (calc_least_squares_positions): change from
5742         calc_least_squares_dy
5743         (set_stem_lengths): this is now a chained callback.
5744
5745         * lily/context-property.cc (execute_general_pushpop_property):
5746         bugfix override with procedure should have effect.
5747
5748         * scm/define-grob-properties.scm (all-internal-grob-properties):
5749         remove position-callbacks.
5750
5751         * scm/define-grobs.scm (all-grob-descriptions): use
5752         ly:make-callback-chain for positions property.
5753
5754         * scm/layout-beam.scm (check-quant-callbacks): return list of
5755         chained callbacks.
5756
5757         * scm/lily.scm (type-p-name-alist): add callback-chain
5758
5759         * lily/lily-guile.cc (type_check_assignment): type check failure
5760         is warning not message.
5761
5762         * lily/grob-property.cc (try_callback): walk callback chain if
5763         appropriate.
5764
5765         * lily/chained-callback.cc: new file. new smob type.
5766
5767         * lily/lily-guile.cc (procedure_arity): new function.
5768
5769 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5770
5771         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5772
5773 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5774  
5775         * Documentation/user/instrument-notation.itely (Figured bass):
5776         describe new features
5777
5778 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5779
5780         * lily/beam.cc (calc_least_squares_dy): use property callback.
5781
5782         * lily/beam-concave.cc (calc_concaveness): use property callback.
5783
5784         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5785
5786 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5787
5788         * HACKING: Update.
5789
5790 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5791
5792         * scm/layout-page-layout.scm (page-headfoot): annotate
5793         pagetopspace too.
5794
5795         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5796
5797         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5798         doesn't take y-space.
5799
5800         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5801
5802 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5803
5804         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5805         src-wildcard, remove $(wildcard).
5806
5807         * po/GNUmakefile (PO_FILES): 
5808         * ps/GNUmakefile (PS_FILES): 
5809         * tex/GNUmakefile (TEX_FILES): 
5810         * cygwin/GNUmakefile (POSTINSTALLS):
5811         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5812         some wildcard calls.
5813
5814 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5815
5816         * THANKS: add Thomas Bushnell.
5817
5818 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5819
5820         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5821         (lilypond-main): Redirect to gui-main if 'gui is set.
5822
5823         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5824         for alternative installations kludging s/share/lib/g
5825         LILYPONDPREFIX. 
5826
5827         * SConstruct (libdir_package_version): Define.
5828
5829         * python/SConscript: 
5830         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5831         module in libdir.  
5832
5833 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5834
5835         * lily/main.cc: clarify --safe.
5836
5837 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5838
5839         * VERSION: release 2.7.14
5840         
5841         * Documentation/user/*.itely: remove minimumVerticalExtent.
5842
5843         * scm/define-grobs.scm (all-grob-descriptions): remove
5844         RemoveEmptyVerticalGroup
5845
5846         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5847
5848         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5849         compile on MOSX
5850
5851         * python/convertrules.py (conv): add rules.
5852
5853         * lily/grob.cc: remove is_empty()
5854
5855         * lily/grob-property.cc: remove add_to_list_property().
5856
5857         * scripts/convert-ly.py (datadir): add prefix switching hack to
5858         .py too.
5859
5860         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5861         space-function tweak.
5862
5863         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5864
5865         * scm/define-grob-properties.scm (all-user-grob-properties):
5866         remove callback property.
5867
5868         * lily/include/grob.hh (class Grob): remove property_callbacks_
5869         member. Properties of procedure type are assumed to be callbacks.
5870
5871         * lily/ligature-engraver.cc (override_stencil_callback):
5872         rewrite. Use noteHeadLigaturePrimitive as source.
5873
5874         * scm/define-grob-properties.scm (all-internal-grob-properties):
5875         remove ligature-primitive-callback
5876
5877         * lily/include/dimension-cache.hh (class Dimension_cache): make
5878         class, with Grob as friend.
5879
5880         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5881         has_extent_callback()
5882
5883         * scm/translation-functions.scm (format-new-bass-figure): read
5884         figuredBassPlusDirection
5885
5886         * scm/define-context-properties.scm
5887         (all-user-translation-properties): add figuredBassPlusDirection.
5888
5889         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5890
5891         * lily/align-interface.cc (set_ordered): new function.
5892
5893         * lily/grob.cc (flush_extent_cache): rewrite.
5894
5895         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5896         Interval pointer directly.
5897
5898         * lily/main.cc (setup_paths): insert extra / .
5899         (setup_paths): junk cff entry.
5900
5901         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5902         directories.
5903
5904         * lily/axis-group-engraver.cc (finalize): remove
5905         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5906
5907         * lily/grob.cc (Grob): don't set extent from ctor.
5908         (extent): use property callbacks. 
5909
5910         * lily/axis-group-interface.cc: remove set_axes() function.
5911
5912         * lily/grob-property.cc (del_property): new function.
5913
5914 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5915
5916         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5917         
5918 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5919
5920         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5921
5922 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5923
5924         * mf/SConscript: Updates.
5925
5926         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5927
5928         * stepmake/stepmake/*:
5929         * */GNUmakefile:
5930         * config.make.in:
5931         * GNUmakefile.in:
5932         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5933         from any directory in build-dir.  Cleanups.
5934
5935         * make/srcdir.make.in: Remove.
5936
5937         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5938
5939         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5940         main).
5941
5942         * lily/SConscript: Remove ttftools.
5943
5944         * SConstruct: Resurrect.
5945
5946 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5947
5948         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5949         Y coordinate. 
5950
5951         * lily/paper-book.cc (add_score_title): put Paper_score title into
5952         systems_ list.
5953
5954         * scm/translation-functions.scm (format-new-bass-figure): also
5955         allow plus in combination with _
5956
5957 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5958
5959         * VERSION: 2.7.13 released.
5960
5961         * lily/note-collision.cc (check_meshing_chords): don't wipe
5962         stencil, merely set transparent.
5963
5964         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5965         (Top): document #'callbacks.
5966         (Top): document nested \override.
5967
5968         * input/regression/figured-bass.ly: update for slash and pluses.
5969
5970         * input/regression/figured-bass-continuation-forbid.ly (Module):
5971         new file.
5972
5973         * scm/translation-functions.scm (format-new-bass-figure): use
5974         slashed-digit if diminished is set.
5975         (format-new-bass-figure): add + if 'augmented is set.
5976
5977         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5978
5979         * input/test/piano-staff-distance.ly: remove file.
5980
5981         * Documentation/user/advanced-notation.itely (Formatting cue
5982         notes): use length-fraction for making stems/beams smaller.
5983
5984         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5985         modifications.
5986
5987         * lily/new-figured-bass-engraver.cc: new property
5988         centerFiguredBassContinuations
5989
5990         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5991         use callbacks.
5992
5993         * lily/context-property.cc (execute_general_pushpop_property):
5994         robustness checks.
5995
5996         * input/regression/override-nest.ly: new file.
5997
5998         * python/convertrules.py (FatalConversionError.subber): conversion
5999         rule for #'callbacks
6000
6001         * input/regression/override-nest.ly: new function.
6002
6003         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6004         #c too. 
6005
6006         * lily/context-property.cc (lookup_nested_property): new function.
6007         (evict_from_alist): new function.
6008         (general_pushpop_property): new function.
6009         (execute_general_pushpop_property): rewrite. Support nested
6010         properties too.
6011
6012 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6013
6014         * lily/beam.cc: use length-fraction too.
6015
6016         * scm/define-grob-properties.scm (all-user-grob-properties):
6017         remove property flag-width-function
6018         (all-user-grob-properties): remove space-function.
6019
6020         * scm/layout-beam.scm: remove flag-width-function.
6021
6022         * lily/beam.cc: remove flag-width-function
6023
6024         * scm/layout-beam.scm: remove beam dir functions.
6025
6026         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6027
6028         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6029         for easier grace tweaks.
6030
6031         * lily/beam.cc: remove dir-function.
6032
6033         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6034
6035         * lily/grob.cc: remove spacing-procedure.
6036
6037         * lily/note-head.cc (calc_stem_attachment): new function.
6038         (internal_print): use callback to get glyph-name.
6039
6040         * lily/grob-property.cc (get_interfaces): new function.
6041
6042         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6043
6044         * lily/stem.cc (calc_stem_end_position): new function.
6045         (calc_length): new function.
6046         document details for stem.
6047         remove Stem::get_direction()
6048
6049         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6050
6051         * lily/grob-property.cc (set_callback): new function.
6052
6053         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6054
6055         * lily/item-scheme.cc: new file.
6056
6057         * lily/bar-line.cc (before_line_breaking): remove function.
6058         remove bar-size-procedure, break-glyph-function
6059
6060         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6061
6062         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6063
6064         * lily/system-start-delimiter.cc (print): suicide from
6065         here. Remove after_line_breaking_callback.
6066
6067         * lily/script-interface.cc (calc_direction): use callback for direction.
6068
6069         * lily/side-position-interface.cc (aligned_side): don't use
6070         Side_position_interface::get_direction directly. Use callback. 
6071
6072         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6073         calculate stencil.
6074         (get_print_stencil): rename from get_stencil: create stencil with
6075         transparency, color and cause. 
6076
6077         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6078
6079         * python/convertrules.py (conv): insert temporary warning rule.
6080
6081         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6082
6083         * lily/grob-property.cc (try_callback): remove marker if applicable.
6084
6085         * lily/grob.cc: elucidate doc about after/before-line-breaking
6086
6087         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6088
6089         * lily/stem.cc (height): idem.
6090
6091         * lily/stem-tremolo.cc: idem.
6092
6093         * lily/slur.cc (height): don't use get_uncached_stencil()
6094
6095         * lily/rest.cc (y_offset_callback): use offset callback
6096         iso. after-line-breaking callback.
6097
6098         * lily/grob.cc: change after/before-line-breaking-callback to
6099         after/before-line-breaking dummy properties.
6100
6101         * lily/include/grob.hh: remove Grob_status.
6102
6103         * scm/define-context-properties.scm
6104         (all-user-translation-properties): remove verticalAlignmentChildCallback
6105
6106         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6107         (calc_direction): use callback
6108         (calc_positions): use callback.
6109
6110         * lily/tie.cc (calc_direction): use callback. Only call parent
6111         positioning for more than one tie.
6112
6113         * lily/tie-column.cc (calc_positioning_done): use callback
6114
6115         * lily/slur-scoring.cc (calc_control_points): use callback
6116
6117         * lily/slur.cc (calc_direction): use callback.
6118
6119         * lily/note-collision.cc (force_shift_callback): remove.
6120
6121         * lily/dot-column.cc (force_shift_callback): remove. Use
6122         other_axis_parent_positioning.
6123
6124         * lily/grob.cc (other_axis_parent_positioning): new function.
6125         (same_axis_parent_positioning): new function
6126
6127         * lily/align-interface.cc (alignment_callback): remove function.
6128
6129         * lily/note-collision.cc (calc_positioning_done): use callback.
6130
6131         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6132         (calc_direction): idem.
6133         remove print function.
6134
6135         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6136
6137         * lily/dot-column.cc (calc_positioning_done): use callback.
6138
6139         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6140
6141         * lily/beam.cc (calc_direction): use pseudo-property for beam
6142         direction callback.
6143         (calc_positions): use callback 
6144
6145         * lily/align-interface.cc (calc_positioning_done): use
6146         callback. Fold fixed  distance and normal alignment in one function.
6147
6148         * lily/stem.cc (calc_stem_end_position): use callback.
6149         (calc_positioning_done): idem.
6150         (calc_direction): idem.
6151         (calc_stem_end_position): idem
6152         (calc_stem_info): idem.
6153
6154         * lily/grob-property.cc (get_property_data): new function: 
6155         (try_callback): new function.
6156
6157         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6158         callbacks property.
6159
6160         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6161
6162 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6163
6164         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6165         tie
6166         has no heads.
6167         
6168         * lily/include/*.hh (Module): compile fixes.
6169
6170 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6171
6172         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6173         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6174         instead of (char-syntax nil), thanks to Milan Zamazal.
6175
6176 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6177
6178         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6179         dist.
6180
6181         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6182         themselves.
6183
6184 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6185
6186         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6187         add class_name() method.
6188
6189         * lily/music-scheme.cc: remove ly:music-name.
6190
6191 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6192
6193         * cygwin/postinstall-lilypond.sh: Remove cruft.
6194
6195         * cygwin/postremove-lilypond.sh: Remove.
6196
6197         * cygwin/GNUmakefile (default): Remove postremove rules.
6198
6199 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6200
6201         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6202         even header too.
6203         
6204         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6205         MacOS 9 users.
6206
6207         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6208         consider break index for broken spanner.
6209
6210         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6211         characters from string before splitting.
6212
6213 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6214
6215         * scm/framework-ps.scm (output-preview-framework): use
6216         is-book-title to determine whether to chop off the booktitle.
6217
6218         * lily/paper-book.cc (systems): init from book-title-properties
6219         (add_score_title): init score-title-properties.
6220
6221         * ly/paper-defaults.ly: add {score,book}-title-properties.
6222
6223         * scm/document-backend.scm (lookup-interface): error message if
6224         using unknown interface.
6225
6226         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6227         edge-height.
6228
6229         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6230         make_bracket.
6231         (make_bracket): new function.
6232
6233         * scm/lily.scm (define-scheme-options): add paper-size option.
6234
6235         * ly/declarations-init.ly (laissezVibrer): get paper size from
6236         -dpaper-size
6237
6238         * scm/translation-functions.scm: use \fontsize for changing the
6239         fontsize.
6240
6241         * scm/define-grobs.scm (all-grob-descriptions): set
6242         between-length-limit to 1.0
6243
6244         * lily/tie-helper.cc: add between_length_limit_ detail property.
6245
6246         * mf/feta-bolletjes.mf: typos.
6247
6248         * lily/note-head.cc (internal_print): don't shadow idx
6249         parameter. This fixes wrong attachment for do shape heads.
6250
6251 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6252
6253         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6254
6255         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6256
6257         * scm/layout-slur.scm: rename from slur.scm
6258
6259         * scm/layout-page-layout.scm: rename from page-layout.scm
6260
6261         * scm/layout-beam.scm: rename from beam.scm
6262
6263         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6264         bass-figure-interface
6265
6266         * lily/new-figured-bass-engraver.cc (process_music): add
6267         implicitBassFigures property.
6268         
6269         * scm/define-markup-commands.scm (pad-x): new markup.
6270
6271         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6272         minimumVerticalExtent on FiguredBass context.
6273
6274         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6275         case the continuation crosses a line break.
6276
6277 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6278
6279         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6280         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6281         absolute file name bug.  
6282
6283 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * VERSION (PACKAGE_NAME): release 2.7.12
6286
6287         * input/regression/figured-bass-continuation-center.ly: new file.
6288
6289         * input/regression/beam-outside-beamlets.ly: new file.
6290
6291         * lily/beam.cc (set_beaming): don't clip edges.
6292         (connect_beams): don't clip edges.
6293
6294         * lily/beaming-info.cc (clip_edges): new function.
6295
6296         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6297
6298         * Documentation/user/instrument-notation.itely (Figured bass):
6299         demonstrate extenders, update seealso links.
6300
6301         * scm/titling.scm (marked-up-headfoot): change tagline
6302         handling. tagline = ##f will blank the tagline as well.
6303
6304 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6305
6306         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6307
6308         * lily/new-figured-bass-engraver.cc (struct
6309         New_figured_bass_engraver): add new_music_found_ member.
6310
6311         * lily/lilypond-version.cc (Lilypond_version): deal with
6312         incorrectly formatted version strings. 
6313
6314         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6315         New_figured_bass_engraver by default.
6316
6317         * lily/ttf.cc (print_trailer): only define glyph names when
6318         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6319
6320 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6321
6322         * lily/horizontal-bracket.cc (make_bracket): new function.
6323
6324         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6325         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6326         BassFigureLine, BassFigureAlignment
6327
6328         * lily/new-figured-bass-engraver.cc (process_music): new file.
6329
6330         * lily/figured-bass-continuation.cc: new file.
6331
6332         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6333         new file.
6334
6335 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6336
6337         * scripts/lilypond-book.py: Bug fix, put the quote around the
6338         actual score for LaTeX documents.
6339
6340         * scm/define-grobs.scm (all-grob-descriptions): Change
6341         collapse-height of the SystemStartBracket grob to 5.0, 
6342         so the bracket disappears for single stave score lines (similarly
6343         to SystemStartBraces). 
6344
6345         * Documentation/user/advanced-notation.itely (Polymetric
6346         notation): Clarify the use of compressMusic.
6347
6348         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6349         that the grace spacer note in other staves need the same duration
6350         and document the stroke-style property.
6351
6352 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6353
6354         * Documentation/user/global.itely (Vertical spacing): document
6355         alignment-extra-space and fixed-alignment-extra-space.
6356
6357         * Documentation/topdocs/NEWS.tely (Top): add entry.
6358
6359         * input/regression/alignment-vertical-spacing.ly: new file.
6360
6361         * python/convertrules.py (conv): add rule.
6362
6363         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6364
6365         * lily/align-interface.cc (stretch_after_break): new
6366         function. Read fixed-alignment-extra-space property.
6367         (align_elements_to_extents): read alignment-extra-space property.
6368
6369         * lily/lily-guile.cc (robust_scm2dir): new function.
6370
6371         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6372         (annotate-space-left): new function. Annotate space left on page. 
6373         (annotate-y-interval): new function.
6374         (paper-system-annotate-last): new function. Annotate bottom-space.
6375
6376         * mf/feta-beugel.mf (y): 
6377
6378 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6379
6380         * VERSION (PACKAGE_NAME):  release 2.7.11
6381
6382         * scm/lily-library.scm (interval-translate): new function
6383         (interval-center): new function. 
6384
6385         * scm/page-layout.scm (paper-system-annotate): new function. Add
6386         arrows for dimensions.
6387  
6388         * scm/stencil.scm (dimension-arrows): new function.
6389
6390         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6391
6392         * input/regression/page-spacing.ly: add annotatespacing
6393
6394         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6395         (LY_DEFINE): new function ly:paper-system-set-property!
6396
6397         * Documentation/user/global.itely (Paper size): explain how to add
6398         sizes.
6399
6400         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6401         correspond to GS's definition.
6402
6403         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6404         tuplet bracket.
6405         (print): only connect to next bracket if the next one is alive.
6406         (print): set padding to 0.0 if the bound is a breakable
6407         column. This makes tupletFullLength brackets reach up to the staff
6408         line if it doesn't connect to the next line.
6409
6410 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6411
6412         * lily/bar-number-engraver.cc: correct docs.
6413
6414         * scm/output-lib.scm (first-bar-number-invisible): rename from
6415         default-bar-number-visibility
6416
6417 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6418
6419         * scm/define-music-properties.scm (all-music-properties): remove
6420         predicate property.
6421
6422 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6423
6424         * po/fi.po: refresh.
6425
6426 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6427
6428         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6429         superfluous s1.
6430         (disappear): bugfix.
6431
6432         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6433
6434         * lily/include/paper-system.hh (class Paper_system): remove
6435         staff_extents_ member.
6436
6437         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6438
6439         * lily/include/paper-system.hh (class Paper_system): remove
6440         number_ variable. Remove is_title_. Remove break_before_penalty_
6441
6442         * lily/paper-book.cc (systems): use 'number property iso. number_
6443         member.
6444
6445         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6446         remove ly:paper-system-number.
6447
6448         * scm/lily-library.scm (paper-system-title?): new function.
6449
6450         * lily/book.cc (process): bugfix: flip ?: cases. 
6451
6452         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6453         add outputProperty.
6454
6455         * ly/music-functions-init.ly: add outputProperty music function.
6456
6457         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6458
6459         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6460         and next-padding.
6461         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6462
6463         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6464
6465         * lily/paper-system.cc (internal_get_property): new function.
6466
6467         * Documentation/user/global.itely (Vertical spacing): refer to
6468         page-spacing.ly
6469
6470         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6471         pagetopspace
6472
6473         * input/regression/page-spacing.ly: new file.
6474
6475         * input/regression/page-top-space.ly: new file.
6476
6477         * lily/spacing-spanner.cc: cmath -> math.h
6478
6479         * lily/paper-system.cc (read_left_bound): new function. Read
6480         line-break-system-details from left bound to determine extents.
6481  
6482         * Documentation/user/programming-interface.itely (Using LilyPond
6483         syntax inside Scheme): change applyxxx -> applyXxx.
6484
6485         * ly/music-functions-init.ly: add outputProperty music function.
6486
6487         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6488
6489         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6490
6491         * python/convertrules.py (conv): rule
6492
6493         * ly/music-functions-init.ly: applyxxx -> applyXxx
6494
6495         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6496         TabVoice to Voice.
6497
6498 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6499
6500         * flower/include/real.hh: include <math.h> iso. <cmath>
6501
6502         * flower/include/offset.hh: include real.hh
6503
6504 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6505
6506         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6507         fix example, now that 'interfaces is no longer directly available.
6508
6509         * lily/book.cc (process): don't crash if paper == NULL.
6510
6511         * po/fr.po: update.
6512
6513 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6514
6515         * scm/define-music-types.scm (music-descriptions): set length and
6516         start-callback for QuoteMusic
6517
6518 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6519
6520         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6521         arguments. Fixes compilation error with gcc 3.3.
6522
6523 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6524
6525         * VERSION: release 2.7.10
6526
6527         * stepmake/stepmake/python-module-rules.make
6528         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6529
6530         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6531         real.hh
6532
6533 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6534
6535         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6536         -Werror. Otherwise GCC barfs over various optimizations.
6537
6538         * scm/define-grob-properties.scm (all-internal-grob-properties):
6539         add note-head property
6540
6541         * Documentation/user/instrument-notation.itely (Laissez vibrer
6542         ties): new node.
6543
6544         * input/regression/laissez-vibrer-ties.ly: new file.
6545
6546         * lily/laissez-vibrer-engraver.cc: new file.    
6547
6548         * lily/include/tie-column-format.hh: new file.
6549
6550         * lily/tie-column-format.cc: new file. 
6551
6552         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6553
6554         * lily/laissez-vibrer-tie.cc: new file.
6555
6556         * lily/include/laissez-vibrer-tie.hh: new file.
6557
6558         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6559
6560         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6561
6562         * scm/define-grobs.scm (all-grob-descriptions): add
6563         LaissezVibrerTie, LaissezVibrerTieColumn
6564
6565         * lily/tie-column.cc (set_tie_config_directions): new function
6566         (final_shape_adjustment): new function.
6567         (shift_small_ties): new function.
6568
6569         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6570
6571         * lily/include/tie.hh (struct Tie_details): add x_gap_
6572         (struct Tie_configuration): add head_position_
6573
6574         * lily/tie-column.cc (set_chord_outline): new function.
6575
6576         * mf/cmr.enc.in:  remove file.
6577
6578 2005-09-11  Graham Percival  <gpermus@gmail.com>
6579
6580         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6581
6582 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6583
6584         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6585         reduce aliasing effects.
6586
6587         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6588         box in skyline.
6589
6590 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6591
6592         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6593
6594         * flower/include/real.hh: std::fabs too.
6595
6596 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6597
6598         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6599
6600         * lily, flower: Include C++ iso C headers.  Import namespace std
6601         throughout.
6602
6603         * lily/side-position-interface.cc: 
6604         * lily/scm-hash.cc: 
6605         * lily/note-head.cc: 
6606         * lily/include/includable-lexer.hh: 
6607         * flower/include/string-data.icc: Remove using std::*.
6608
6609         * lily, flower: Include C++ iso C headers.  Import namespace std
6610         throughout.
6611
6612         * lily/side-position-interface.cc: 
6613         * lily/scm-hash.cc: 
6614         * lily/note-head.cc: 
6615         * lily/include/includable-lexer.hh: 
6616         * flower/include/string-data.icc: Remove using std::*.
6617
6618         * Documentation/user/instrument-notation.itely (Entering lyrics):
6619         Multiple latin-1->utf-8 conversion fix.
6620
6621         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6622
6623 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6624
6625         * lily/tie.cc (get_configuration): also avoid dots for non-space
6626         situations.
6627
6628 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6629
6630         * Documentation/user/instrument-notation.itely: Bugfix.
6631
6632 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6633
6634         * tex/GNUmakefile: don't install texinfo.tex
6635
6636         * tex/ : cleanup: remove unused files.
6637
6638         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6639
6640         * flower/include/real.hh: using std::{isnan,isinf}
6641         
6642         * VERSION (PATCH_LEVEL): release 2.7.9
6643
6644 2005-09-05  Graham Percival  <gpermus@gmail.com>
6645
6646         * Documentation/user/ instrument-notation.itely,
6647         advanced-notation.itely: minor tweaks.
6648
6649         * input/test/script-chart.ly: add item padding.
6650
6651 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6652
6653         * flower/offset.cc: use math.h iso. <cmath>
6654
6655         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6656         of IE users.
6657
6658         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6659         (widen-left-stencil-edges): new function. Fix alignment problems
6660         with LaTeX includegraphics.
6661
6662         * lily/text-interface.cc (interpret_markup): use abort().
6663
6664 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6665
6666         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6667
6668         * lily/tie.cc (get_configuration): update bezier shape as we
6669         change Y positions.
6670         (get_configuration): don't move large ties if we're outside of the
6671         staff.
6672
6673 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6674
6675         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6676         
6677 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6678
6679         * .cvsignore: Add auto-generated configure files and then some.
6680
6681 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6682
6683         * scm/define-grobs.scm (DynamicLineSpanner): Add
6684         X-extent-callback.  Fixes hairpin-slur collision.
6685
6686 2005-08-31  Graham Percival  <gpermus@gmail.com>
6687
6688         * Documentation/user/advanced-notation.itely,
6689         basic-notation.itely: minor changes.
6690
6691 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6692
6693         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6694         \linebreak between each .eps file if \betweenLilyPondSystem is
6695         undefined. 
6696
6697         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6698         music): Document the \linebreak
6699
6700         * Documentation/user/lilypond-book.itely,
6701         input/tutorial/lbook-latex-test.tex,
6702         Documentation/user/examples.itely: Remove \usepackage{graphics}
6703
6704 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6705
6706         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6707
6708         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6709         compat bugfix.
6710
6711         * scripts/lilypond-book.py (PREAMBLE_LY): define
6712         inside-lilypond-book
6713         (modify_preamble): new function. Insert \RequirePackage{graphics}
6714         when no {graphics found in preamble.  
6715
6716 2005-08030  Graham Percival  <gpermus@gmail.com>
6717
6718         * Documentation/user/basic-notation.itely, global.itely,
6719         tutorial.itely: misc small changes.
6720
6721 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6722
6723         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6724         VERSION.
6725
6726 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6727
6728         * lily/tie-column.cc (new_directions): put Tie down on center
6729         staff line. 
6730
6731         * lily/script-interface.cc (before_line_breaking): use
6732         Grob::programming_error
6733
6734         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6735
6736         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6737         of splitext.
6738
6739 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6740
6741         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6742
6743 2005-08-29  Werner Lemberg  <wl@gnu.org>
6744
6745         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6746         the `*.scale.pfa' files to avoid warnings.
6747
6748 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6749
6750         * lily/tempo-performer.cc (process_music): idem.
6751
6752         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6753
6754 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6755
6756         * Documentation/user/advanced-notation.itely (Text markup): not a
6757         fragment.
6758
6759         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6760
6761         * lily/staff-performer.cc (initialize): add tempo/name to
6762         audio_staff_
6763
6764
6765 2005-08-26  Graham Percival  <gpermus@gmail.com>
6766
6767         * Documentation/user/advanced.itely: add text-only example.
6768
6769         * Documentation/user/invoking.itely: add index entries for
6770         convert-ly.
6771
6772         * Documentation/user/ tutorial.itely, basic-notation.itely:
6773         small fixes suggested by Steve D.  Thanks!
6774
6775 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * input/regression/markup-bidi-pango.ly: new file.
6778
6779         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6780         standard. Remove #ifdef. Remove memleak.
6781         (text_stencil): use text_dir to decide how to composite items.
6782         (text_stencil): determine uniform text direction for the entire
6783         string.
6784
6785         * scripts/lilypond-book.py (output_name): remove
6786         latex_filter_cmd. Non-portable to non-Unix systems. 
6787         (get_latex_textwidth): use File.write and os.unlink() instead.
6788
6789         * THANKS: add Vicente & Trevor.
6790
6791         * lily/grob.cc (discretionary_processing): look up origin for
6792         programming_error too. 
6793
6794         * input/regression/tie-broken.ly: new file.
6795
6796         * lily/tie-column.cc (set_chord_outlines): set outline for line
6797         break case too.
6798         
6799 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6800
6801         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6802         unscaled transform, just translate stencils.
6803
6804         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6805         MIDI.
6806
6807         * scm/define-markup-commands.scm (wordwrap-string): use
6808         text-direction
6809         (wordwrap-stencils): idem.
6810         (line): idem.
6811         (fill-line): idem.
6812         (wordwrap-stencils): translate last line to right for
6813         text-direction = LEFT.
6814
6815         * scm/define-grob-properties.scm (all-user-grob-properties): add
6816         text-direction.
6817
6818 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6819
6820         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6821         when copying a Lily_parser object.
6822
6823 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6824
6825         * scm/define-markup-commands.scm (null): add null markup.
6826
6827 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6828
6829         * lily/item.cc: Add documentation of center-invisible
6830
6831 2005-08-24  Graham Percival  <gpermus@gmail.com>
6832
6833         * Documentation/user/advanced-notation.itely: add info about
6834         raising text.
6835
6836         * Documentation/user/programming-interface.itely: fix example
6837         involving raised text.
6838
6839 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6840
6841         * lily/beam.cc (print): fix X start/end points of isolated
6842         beamlets.
6843
6844         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6845
6846         * lily/multi-measure-rest.cc (set_text_rods): new function.
6847
6848         * lily/vertical-align-engraver.cc (process_music): call
6849         Align_interface::set_axis(). This forces #'elements to be ordered,
6850         preventing random vertical reordering of staves.
6851
6852         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6853         add avoid-slur property. 
6854
6855         * Documentation/user/basic-notation.itely (Measure repeats): add
6856         countPercentRepeats example.
6857
6858         * Documentation/user/advanced-notation.itely (Other text markup
6859         issues): remove remark about normal-font.  We have \normal-text
6860
6861         * input/regression/tie-chord.ly: add note about remaining bugs.
6862
6863         * lily/tie.cc (print): try Tie_column::set_directions () if
6864         control-points not yet defined.
6865
6866 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6867
6868         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6869         extent. This fixes braces falling out of the EPS bbox.
6870
6871         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6872         exactly to bbox.
6873
6874 2005-08-23  Graham Percival  <gpermus@gmail.com>
6875
6876         * {various} : change #up->#UP and #down->#DOWN.
6877
6878         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6879
6880         * Documentation/user/advanced-notation.itely: clarify
6881         what objects handles text on a multimeasure rest.
6882
6883 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6884
6885         * VERSION (PATCH_LEVEL): release 2.7.7
6886
6887 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6888
6889         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6890
6891         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6892
6893         * input/regression/*.ly: formatting clean-up. Default layout
6894         before music expression.
6895
6896         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6897         romanze28-2 example.
6898
6899         * scm/ps-to-png.scm: remove dir-re function.
6900         (make-ps-images): generate page names, instead of globbing them.
6901         This brings down LilyPond memory usage for make web by a factor
6902         10. 
6903
6904         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6905         don't use glob. With 3000 files, globbing
6906         Documentation/user/out-www/ can take too much time. 
6907         
6908         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6909
6910         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6911
6912         * input/regression/tie-manual.ly: new file
6913
6914         * input/regression/tie-chord.ly: update.
6915
6916         * flower/include/interval.hh (struct Interval_t): 
6917
6918         * lily/tie.cc (distance): new function 
6919         (height): new function.
6920         (init): new function
6921         (Tie_details): new struct.
6922
6923         * lily/skyline.cc (skyline_height): new function.
6924
6925         * lily/tie-column.cc (set_chord_outlines): new function.
6926         (new_directions): read tie-configuration
6927
6928         * lily/skyline.cc: fix ASCII art.
6929         
6930 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6931
6932         * python/convertrules.py (string_or_scheme): Fix spelling error
6933
6934 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6935         
6936         * lily/tie-column.cc (set_directions): set directions only once.
6937         (add_configuration): new function.
6938
6939         * lily/tie.cc (set_control_points): new function
6940
6941         * lily/tie-column.cc (new_directions): new function.
6942
6943         * ly/music-functions-init.ly: set 'pitch property
6944         iso. trill-pitch. This makes \relative work with \pitchedTrill
6945
6946         * lily/tie.cc (get_configuration): new function. Don't generate
6947         control points, rather, generate configuration.
6948         remove head-pair property.
6949
6950         * lily/include/tie.hh (struct Tie_configuration): new struct.
6951
6952 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6953
6954         * Documentation/topdocs/NEWS.tely: clarify.
6955
6956 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6957
6958         * lily/tie.cc: remove minimum-length
6959
6960         * scm/define-grob-properties.scm (all-user-grob-properties):
6961         remove staffline-clearance, y-offset 
6962
6963         * input/regression/tie-dots.ly (Module): remove.
6964
6965         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6966         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6967
6968         * input/regression/tie-single.ly: new file.
6969
6970 2005-08-21  Graham Percival  <gpermus@gmail.com>
6971
6972         * ly/bagpipe.ly: fix compile problem.
6973
6974 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6975
6976         * lily/midi-item.cc (name): new method.
6977
6978         * lily/staff-performer.cc (acknowledge_audio_element): use
6979         signature of baseclass.
6980
6981         * lily/engraver-group.cc (do_announces): move recursion call out
6982         of while loop. 
6983
6984         * lily/drum-note-performer.cc (class Drum_note_performer): use
6985         process_music everywhere.
6986
6987         * ly/performer-init.ly: add default children everywhere.
6988
6989         * lily/paper-book.cc (output): call paper-book-write-midis
6990         directly: always write MIDI, even if no \layout {} block. 
6991
6992 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6993
6994         * VERSION (PACKAGE_NAME): release 2.7.6
6995
6996         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6997         about not being able to handle repeat.
6998
6999 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7000
7001         * Documentation/user/examples.itely (Piano templates):
7002         * lily/include/performer-group.hh: Remove last traces of
7003         Performer_group_performer.  Fixes make web.
7004
7005 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7006
7007         * Documentation/user/examples.itely (Piano templates): change
7008         Engraver_group_engraver -> Engraver_group
7009
7010         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7011         scm_stand_in_procs is not weak_any.
7012
7013         * lily/volta-bracket.cc (print): don't use strcmp().
7014
7015         * lily/volta-engraver.cc (process_music): use
7016         Text_interface::is_markup() for setting the 'text property of the
7017         volta bracket.
7018
7019         * input/mutopia/claop.py (accents): update syntax to 2.6
7020
7021         * scm/define-context-properties.scm
7022         (all-user-translation-properties): add countPercentRepeats.
7023
7024         * Documentation/user/basic-notation.itely (Measure repeats): add
7025         isolated percent example.
7026
7027 2005-08-18  Graham Percival  <gpermus@gmail.com>
7028
7029         * input/ {various}: change direction #1, #-1 to
7030         #up/#down or \fooUp, \fooDown.
7031
7032         * Documentation/user/music-glossary.tely: #-1 to #down.
7033
7034         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7035         to #up, #-1 to #down.
7036
7037 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7038
7039         * lily/include/engraver-group.hh: rename.
7040
7041         * lily/include/performer-group.hh: rename.
7042
7043 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7044
7045         * input/test/script-abbreviations.ly: Removed some old LaTeX
7046         left overs.
7047
7048 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7051         Remove functions.  Remove if 1: constructs, reindent.
7052
7053         * scripts/convert-ly.py (add_version): Add functions from
7054         convertrules.py
7055
7056         * scm/script.scm (default-script-alist):
7057         s/priority/script-priority.  Fixes script stacking.  Backportme.
7058         (Fermata): Very low priority.
7059
7060 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7061
7062         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7063
7064         * input/regression/slur-script.ly: remove padding tweaks. Add
7065         comment strings.
7066
7067         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7068         time sigs and related stuff.
7069
7070         * scm/define-grob-properties.scm (all-user-grob-properties): add
7071         @code{} tags to property description.
7072
7073         * lily/include/line-group-group-engraver.hh (Module): remove file.
7074
7075         * python/convertrules.py (conv): add rule for
7076         Engraver_group_engraver -> Engraver_group.
7077
7078         * lily/include/performer-group-performer.hh: analogous.
7079
7080         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7081
7082         * lily/context-def.cc (instantiate): check for
7083         Engraver_group_engraver and Performer_group_performer not
7084         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7085  
7086 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7087
7088         * input/les-nereides.ly: Remove three fingering tweaks, update
7089         remaining one.
7090
7091         * input/regression/slur-script-inside.ly: Update, fix doc.
7092
7093         * scm/script.scm: Update to avoid-slur.
7094
7095         * scm/define-grob-properties.scm (avoid-slur): New property.
7096
7097         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7098         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7099         outside_slur_callback if avoid-slur != #'inside.
7100
7101         * scm/define-grobs.scm (Fingering, Textscript): No
7102         inside-slur/outside-slur preference.
7103         (DynamicLineSpanner): Always outside slur.
7104
7105         * input/regression/slur-script.ly: More tests.
7106
7107 2005-08-17  Graham Percival  <gpermus@gmail.com>
7108
7109         * Documentation/user/lilypond-book: fix notime entry.
7110
7111         * Documentation/user/advanced-notation.itely: add info on
7112         getting an I rehearsal mark.
7113
7114         * Documentation/user/putting.itely: reinstate "I", re-enforce
7115         the fact that \override numbers are the result of
7116         experimentation and personal taste.
7117
7118         * Documentation/user/invoking.itely: update convert-ly bugs.
7119
7120 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7121
7122         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7123         to #t.
7124
7125         * lily/timing-translator.cc (initialize): don't initialize timing.
7126
7127         * input/regression/stem-spacing.ly (Module): remove file.
7128
7129         * input/regression/spacing-stick-out.ly: specify Score context for
7130         \override
7131
7132         * input/regression/clefs.ly: remove spurious {}s 
7133
7134 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7135
7136         * Documentation/topdocs/NEWS.tely,
7137         input/regression/repeat-percent-count.ly: clarify a bit.
7138
7139 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7140
7141         * input/no-notation/display-lily-tests.ly: delete
7142         display-lily-init call.
7143
7144         * ly/music-functions-init.ly (displayLilyMusic): move
7145         display-lily-init call at top level, so that the user should not
7146         have to call it.
7147
7148         * scm/define-music-display-methods.scm (note-name->lily-string):
7149         retrieve note names directly from pitchnames using new function `rassoc'.
7150         (display-lily-init): note names list construction removed.
7151
7152 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7153
7154         * THANKS: spello.
7155
7156         * lily/lily-parser.cc (get_header): copy module, instead of
7157         returning it.
7158
7159         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7160         counters.
7161
7162         * Documentation/user/basic-notation.itely (Measure repeats): add
7163         links to Counter grobs.
7164
7165         * scm/define-grobs.scm (all-grob-descriptions): add
7166         DoublePercentRepeatCounter
7167         (all-grob-descriptions): add PercentRepeatCounter
7168
7169         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7170         also create counter grobs.
7171
7172         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7173         return grob without space-alist.
7174
7175         * input/proportional.ly: tune staff-padding.
7176
7177         * input/regression/repeat-percent-count.ly: new file. 
7178
7179 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7180
7181         * input/no-notation/display-lily-tests.ly: moved from
7182         input/regression/ to input/no-notation. Be sure to call
7183         `display-lily-init' before trying to use the display function.
7184
7185 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7186
7187         * scripts/lilypond-book.py (option_definitions): Don't localize
7188         the empty string. Fixes bug when --psfonts was used with
7189         non-English locale.
7190
7191 2005-08-15  Graham Percival  <gpermus@gmail.com>
7192
7193         * lily/tuplet-bracket.cc: simple build fix.
7194
7195         * Documentation/user/putting.itely: use "we" instead of "I".
7196
7197         * Documentation/user/basic-notation.itely: cautionary accidentals
7198         work with naturals, too.
7199
7200 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7201
7202         * lily/tuplet-bracket.cc (calc_position_and_height): add
7203         staff-padding support.
7204
7205         * input/proportional.ly: set staff-padding.
7206         
7207         * VERSION (PATCH_LEVEL): release 2.7.5
7208
7209         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7210         fixes. Remove tweaks.
7211
7212         * input/regression/tuplet-slope.ly: add a test case.
7213
7214         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7215         erroneous fix. Add spanner bounds to offset array with relative X
7216         positions.
7217
7218         * ly/engraver-init.ly: add Rest_engraver only once.
7219
7220         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7221         (*parser*) lookup if (*parser*) != #f.
7222
7223 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7224
7225         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7226         Cut-and paste update.
7227
7228         * input/regression/slur-script.ly: Add example of reverting
7229         inside-slur for fingering.
7230
7231         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7232         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7233
7234         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7235         outside_slur_callback if inside-slur == #f (as opposed to unset).
7236
7237 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7238
7239         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7240         encoding files are already removed.
7241
7242 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7243
7244         * Documentation/user/advanced-notation.itely (Instrument names):
7245         Document a workaround for instrument names that collide with
7246         system start braces/brackets.
7247
7248 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7249
7250         * lily/rest-collision.cc (do_shift): spello.
7251
7252         * input/proportional.ly: use #'used property. Set break-overshoot
7253         property.
7254
7255         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7256
7257         * lily/paper-column.cc: add #'used property
7258
7259         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7260         array for staves found.
7261
7262         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7263         array for stavesFound.
7264
7265         * lily/staff-spacing.cc (next_note_correction): add fixed and
7266         space to calling convention. This fixes spacing of accidentals
7267         after barlines.
7268
7269         * input/regression/spacing-accidental-stretch.ly: add barline -
7270         accidental case.
7271
7272         * scm/framework-ps.scm (page-header): add version number to
7273         creator
7274         (eps-header): idem.
7275
7276         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7277         
7278 2005-08-13  Graham Percival  <gpermus@gmail.com>
7279
7280         * Documentation/user/global.itely: add "fit as much as
7281         possible onto this page" example (Vertical spacing).
7282
7283 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7284
7285         * *: Nitpick run.
7286
7287         * buildscripts/fixcc.py: Fixes.
7288
7289 2005-08-12  Graham Percival  <gpermus@gmail.com>
7290
7291         * Documentation/user/advanced-notation.itely: add markup
7292         example to Text spanners.
7293
7294 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7295
7296         * Documentation/user/basic-notation.itely (Ties): Add example of
7297         tying a tremolo to a chord. Thanks to Steve Doonan. 
7298
7299         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7300         properties and move tieMelismaBusy to the list of written
7301         properties. 
7302
7303 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7304
7305         * po/TODO: suggest to use a dedicated tool like kbabel.
7306
7307         * po/fi.po: update using kbabel.
7308
7309 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7310
7311         * *: Remove obsolete files.  Nitpick run.
7312
7313         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7314
7315 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7316
7317         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7318         too.
7319
7320         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7321
7322         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7323         whitespace as symbol separator.
7324
7325         * lily/side-position-interface.cc: Add slur-padding.
7326
7327         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7328         quite a large fix, and it never worked in a stable release; so not
7329         really a regression.
7330
7331         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7332         Update cut and paste code from Slur_engraver.
7333
7334         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7335         Add.
7336
7337         * scm/define-grobs.scm (DynamicLineSpanner): Add
7338         dynamic-line-spanner-interface.
7339         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7340
7341 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7342
7343         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7344         to_boolean () so that non-set 'inside-slur means false.
7345
7346         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7347         slur has control-points.  Skip script without direction.  Always
7348         do_shift if script inside slur, even if slur not contained in
7349         script y-extent.  Increment k in loop.
7350
7351 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7352
7353         * scm/define-markup-commands.scm: Improved regexp to search for
7354         EPS bounding boxes and corrected call to ly:warning.
7355
7356 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7357
7358         * Documentation/user/programming-interface.itely (Displaying music
7359         expressions): doc for \displayLilyMusic. Also some precisions in
7360         "Markup construction in Scheme"
7361
7362 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7363
7364         * scm/define-markup-commands.scm (normal-text): Added 2 new
7365         markup commands, \normal-text and \medium (the latter thanks to
7366         Bruce Fairchild). 
7367
7368 2005-08-08  Graham Percival  <gpermus@gmail.com>
7369
7370         * Documentation/user/programming-interface.itely: fix @{ @}.
7371
7372         * scm/define-markup-commands.scm: add linewidth info to
7373         \justify and \wordwrap, add "upright is the opposite of italic".
7374
7375         * Documentation/user/advanced-notation.itely: shaped->shape,
7376         add (cons (markup "foo")) type of example to text markup,
7377         reword multi-measure rests section.
7378
7379         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7380         comment.  No actual code was touched.
7381
7382         * Documentation/user/invoking.itely: add more info about
7383         \include.  Thanks, Bruce!
7384
7385         * THANKS: add Bruce Fairchild, alphabetise.
7386
7387         * Documentation/user/global.itely: document \score{\header{}}
7388         behavior.
7389
7390         * Documentation/user/basic-notation.itely: reword multi-measure
7391         rest discussion in Rests.
7392
7393 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7394
7395         * Documentation/user/programming-interface.itely (Markup
7396         construction in Scheme): Corrected example and tried to clarify
7397         the implicit \line in the table.
7398
7399 2005-08-07  Graham Percival  <gpermus@gmail.com>
7400
7401         * Documentation/user/instrument-notation.itely: moved
7402         some bagpipe info back into the bagpipe section.  Somehow
7403         it ended up in the "other vocal issues" section?!  :o_O
7404
7405 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7406
7407         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7408         directories, not paths).
7409
7410 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7411
7412         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7413         plain emmentaler/aybabtu.  Backportme.
7414
7415         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7416         missing dir correction.
7417
7418 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7419
7420         * scm/define-markup-commands: fix reversed justify/wordwrap
7421         doc strings.
7422
7423 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7424
7425         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7426         lily/gregorian-ligature-engaver.cc,
7427         lily/include/ligature-engraver.hh,
7428         lily/include/coherent-ligature-engraver.hh,
7429         lily/include/gregorian-ligature-engraver.hh: make these classes
7430         truely abstract.  This should fix some internal oddities such as
7431         duplicate as well as dead translator/property declarations, and
7432         also some dead code.
7433
7434         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7435         bugfix: avoid message "junking empty ligature" on ligature
7436         brackets by collecting dummy grobs.
7437
7438 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7439
7440         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7441
7442         * input/proportional.ly (staffKind): bugfix.
7443         (staffKind): updates by Trevor Baca.
7444
7445         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7446         default layout. 
7447
7448         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7449         pair.
7450
7451         * lily/beam.cc (rest_collision_callback): call position_beam() if
7452         necessary.
7453
7454         * VERSION: release 2.7.4
7455
7456         * input/regression/spacing-uniform-stretching.ly: new file.
7457
7458         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7459
7460         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7461         contributor.
7462
7463         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7464
7465         * input/proportional.ly: new file.
7466
7467         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7468         columns is empty
7469
7470         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7471         bounds to currentCommandColumn for the last step.
7472         (start_translation_timestep): if tupletFullLength is set, set
7473         bound to Paper Column
7474
7475         * input/regression/tuplet-full-length.ly (indent): new file.
7476
7477         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7478         clique of loose columns, eg. a set of grace notes in strict
7479         notespacing.
7480
7481         * input/regression/spacing-strict-spacing-grace.ly: new file.
7482
7483         * lily/key-signature-interface.cc: change property name to
7484         alteration-alist
7485
7486         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7487         keyAccidentalOrder
7488
7489         * python/convertrules.py (conv): keyAccidentalOrder ->
7490         keyAlterationOrder
7491
7492         * lily/key-engraver.cc (create_key): always print a cancellation
7493         for going to C-major/A-minor, regardless of printKeyCancellation.
7494         (create_key): remove typecheck for visibility. This fixes key
7495         signature not being printed.
7496
7497         * lily/spacing-determine-loose-columns.cc: new file.
7498
7499         * input/regression/spacing-strict-notespacing.ly: new file.
7500
7501         * lily/spacing-spanner.cc (generate_springs): rename from
7502         do_measure. 
7503         (generate_pair_spacing): new function.
7504         (init, generate_pair_spacing): set between-cols for floating
7505         nonmusical columns.
7506
7507         * lily/spaceable-grob.cc (get_spring): new function. 
7508
7509         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7510         relative to the right edge of the prefatory matter.
7511
7512         * lily/beam.cc (print): read break-overshoot to determine where to
7513         stop/start broken beams.
7514
7515         * input/regression/spanner-break-overshoot.ly: new file.
7516
7517 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7518
7519         * ly/bagpipe.ly: updated.
7520
7521         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7522
7523 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7524
7525         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7526         support: now (de)crescs avoid slurs as well.
7527
7528         * Documentation/user/instrument-notation.itely (Bagpipe example):
7529         comment out non-functioning bagpipe example.
7530         (Bagpipe definitions): idem.
7531
7532         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7533         (Top): add proportionalNotationDuration example.
7534
7535         * input/regression/spacing-proportional.ly: new file.
7536
7537         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7538         synched to a beam.
7539
7540         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7541         fixes beams with a single stem (eg. beams across linebreaks.)
7542
7543         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7544
7545         * flower/rational.cc (operator +): prevent overflow. This fixes
7546         heavily nested tuplets.
7547
7548         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7549         have to protect even those unlikely to be corrupted data members.  
7550
7551 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7552
7553         * ly/bagpipe.ly: new file.
7554
7555         * THANKS: added Sven Axelsson.
7556
7557 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7558
7559         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7560         copy proportionalNotationDuration into currentMusicalColumn if
7561         set.
7562
7563         * lily/spacing-spanner.cc (musical_column_spacing): if
7564         uniform-stretching set, fixed space is 0.0
7565
7566         * input/regression/spacing-multi-tuplet.ly: show
7567         uniform-stretching property.
7568
7569         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7570
7571         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7572         (struct Spacing_options): new struct.
7573
7574         * lily/spacing-basic.cc: new file.
7575
7576         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7577         delta_t doesn't have to be smaller than shortest_playing_len
7578
7579 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7580
7581         * input/regression/markup-arrows.ly:  new file.
7582
7583         * lily/tuplet-bracket.cc: document new behavior.
7584
7585         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7586         with line breaks.
7587
7588         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7589
7590         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7591         default 
7592
7593         * lily/tuplet-bracket.cc: add edge-text property.
7594         add break-overshoot.
7595         (print): read break-overshoot.
7596         (print): read edge-text, add stencils.
7597
7598         * mf/feta-arrow.mf: new file.
7599
7600         * mf/feta-generic.mf: add feta-arrow.
7601
7602 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7603
7604         * Documentation/user/lilypond-book.itely (An example of a
7605         musicological document): Added flag -o to dvips for people who use
7606         the default setting in teTeX where output is sent to the printer. 
7607
7608         * Documentation/user/global.itely (Vertical spacing): Added
7609         reference to the Axis_group_engraver which documents the *Extent
7610         properties.
7611
7612 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7613
7614         * Documentation/user/basic-notation.itely (Tuplets): add note
7615         about nested tuplets. Remove BUG. 
7616
7617         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7618
7619         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7620         (print): manually call print() for subtuplets.
7621         (calc_position_and_height): add subtuplets to the
7622         support. Vertically shift outer tuplet 
7623
7624         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7625         remove-first for Lyrics, ChordNames and FiguredBass
7626
7627         * scm/define-grob-properties.scm (all-internal-grob-properties):
7628         use ly:grob-array? iso. grob-list?
7629         (all-internal-grob-properties): add tuplets grob-array.
7630
7631         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7632         new function
7633
7634 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7635
7636         * input/test/time-signature-staff.ly: new file.
7637
7638         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7639         spurious #<Music FingerEvent> errors. Backportme.
7640
7641 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7642
7643         * Documentation/user/programming-interface.itely (Markup
7644         construction in Scheme): Corrected markup syntax in the
7645         translation table.
7646
7647 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7648
7649         * Documentation/user/instrument-notation.itely: small update
7650         to bagpipe notation docs; thanks Sven!
7651
7652         * Documentation/user/basic-notation.itely: add link about trills.
7653
7654 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7655
7656         * Documentation/user/music-glossary: remove accidentally committed
7657         fink patch.
7658
7659 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7660
7661         * lily/lily-parser.cc (get_header): new function. Enable multiple
7662         \header definitions.
7663
7664         * lily/parser.yy (lilypond_header_body): use get_header.
7665
7666         * ly/init.ly:
7667         * scm/lily-library.scm (print-score-with-defaults): renamed
7668         $globalheader to $defaultheader
7669             
7670         * Documentation/user/global.itely (Creating titles): added short
7671         explanation that multiple headers are useable.
7672
7673
7674 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7675
7676         * lily/module-scheme.cc (LY_DEFINE): new file. 
7677
7678         * Documentation/user/advanced-notation.itely (Font selection): add
7679         doco for make-pango-font-tree.
7680
7681 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7682
7683         * Documentation/user/music-glossary: more languages
7684         for tenuto.
7685
7686         * Docuemntation/user/instrument-notation.itely: minor
7687         update for bagpipe example.
7688
7689 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7690
7691         * input/regression/+.ly (TODO): add some text.
7692
7693 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7694
7695         * Documentation/user/invoking.itely: \score begins with music.
7696
7697         * Documentation/user/ basic-notation.itely,
7698         instrument-notation.itely: minor changes.
7699
7700         * Documentation/user/music-glossary.itely: began tenuto entry.
7701
7702 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7703
7704         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7705
7706         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7707
7708 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7709
7710         * Documentation/user/examples.itely: remove bagpipe template.
7711
7712         * Documentation/user/instrument-notation.itely: add bagpipe
7713         section, maybe fix quotes in lyrics.  I hate text encoding.
7714         Clarify chord durations, more bagpipe stuff.
7715
7716 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7717  
7718         * lily/accidental-engraver.cc: formatting fixes.
7719
7720         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7721         grob-array.
7722
7723         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7724
7725         * lily/note-column.cc (arpeggio): new function.
7726
7727         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7728         account for spacing.
7729
7730 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7731
7732         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7733         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7734         mingw build.
7735         
7736 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7737
7738         * scm/lily.scm (lilypond-all): clear anonymous modules after
7739         processing files.
7740
7741 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7742
7743         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7744         SCM_I_CONSP
7745
7746         * VERSION: 2.7.3 released
7747
7748         * Documentation/user/invoking.itely (Invoking lilypond): add
7749         LILYPOND_GC_YIELD documentation.
7750
7751         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7752         scm_from_real / scm_make_real.
7753
7754         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7755         higher. This increases memory footprint, but provides overall
7756         speedup of 15 to 20%. 
7757
7758         * lily/include/translator.hh (class Translator): remove
7759         PRECOMPUTED_VIRTUAL everywhere.
7760
7761         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7762
7763         * lily/context.cc (now_mom): non-recursive now_mom() 
7764
7765         * lily/include/profile.hh: new file.
7766
7767         * lily/profile.cc: new file.
7768
7769         * lily/grob.cc (Grob::Grob): look properties up directly.
7770
7771         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7772         lookups.
7773
7774         * lily/include/box.hh (class Box): smob Box type.
7775
7776         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7777
7778         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7779         protect() and unprotect(). Use throughout.
7780
7781 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7782
7783         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7784
7785         * scm/define-music-display-methods.scm (markup->lily-string):
7786         markup elements can also be strings (without simple-markup
7787         appended)
7788
7789 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7790
7791         * lily/context.cc (where_defined): also assign value in
7792         where_defined().
7793
7794         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7795         (curve_coordinate): new function
7796
7797         * lily/simple-spacer.cc (add_columns): only add rods between
7798         column i and begin/end if keep-inside-line is set (this repleces
7799         allow-outside-line as default)
7800
7801 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7802
7803         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7804         tupletSpannerDuration if applicable.
7805
7806         * lily/font-size-engraver.cc (process_music): read fontSize only
7807         once per timestep.
7808
7809         * lily/engraver*cc: use throughout.
7810         
7811         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7812
7813         * lily/translator.cc (add_acknowledger): new file. Directly jump
7814         into an Engraver::acknowledge_xxx () method based on a grobs
7815         interface-list.
7816
7817         * lily/include/translator-dispatch-list.hh (class
7818         Engraver_dispatch_list): new struct, new file.
7819
7820         * scm/define-context-properties.scm
7821         (all-internal-translation-properties): remove acceptHashTable,
7822         acknowledgeHashTable
7823
7824         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7825
7826         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7827         change acknowledgeHashTable to C++ member. 
7828
7829         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7830
7831 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7832
7833         * scm/display-lily.scm: new file. Define a `display-lily-music'
7834         function, that displays the music expression given as an argument,
7835         using LilyPond notation.
7836
7837         * scm/define-music-display-methods.scm: new file. Implementation
7838         of display methods for each music type.
7839
7840         * ly/music-functions-init.ly (displayLilyMusic): new function for
7841         displaying music with LilyPond notation.
7842
7843         * input/regression/display-lily-tests.ly: new regression test file
7844         for `display-lily-music'.
7845
7846         * scm/markup.scm: remove obsolete debugging code (for printing
7847         markups with LilyPond notation).
7848
7849         * scm/define-music-types.scm (music-name-to-property-table):
7850         * scm/clef.scm (supported-clefs): export, in order to be accessible
7851         from the (scm display-lily) module.
7852
7853 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7854
7855         * Documentation/topdocs/NEWS.tely (Top): Typo.
7856
7857 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7858
7859         * Documentation/index.html.in, Documentation/texinfo.css,
7860           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7861           Documentation/bibliography/index.html.in,
7862           Documentation/bibliography/html-long.bst: revert css-width patch,
7863           it does not work with IE6.
7864
7865 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7866
7867         * Documentation/texinfo.css: revert 760px hack. 
7868
7869         * VERSION: release 2.7.2
7870
7871         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7872
7873         * Documentation/user/basic-notation.itely (Barnumber check): add
7874         section.
7875
7876         * scm/music-functions.scm (skip-to-last): new function. Show only
7877         last showLastLength part of the \score.
7878
7879         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7880
7881         * python/convertrules.py (conv): add ly:x-moment rule
7882
7883         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7884
7885         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7886
7887         * Documentation/user/instrument-notation.itely (Flexibility in
7888         alignment): options in subsections.
7889
7890         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7891         syllable text. Instead, assume that the previous lyric text is a
7892         melismated text.
7893
7894         * Documentation/index.html.in: revert 800x600 change.
7895
7896 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7897
7898         * lily/main.cc (main): Remove invalid handle kludge.
7899
7900         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7901         (lambda): add gui define.
7902
7903 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7904
7905         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7906
7907         * Documentation/user/instrument-notation.itely (Musica ficta
7908         accidentals): add section Musica ficta accidentals
7909
7910         * lily/accidental-engraver.cc (make_suggested_accidental): new
7911         function.
7912         (make_standard_accidental): move into new function.
7913         (create_accidental): new function.
7914
7915         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7916         AccidentalSuggestion
7917
7918         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7919
7920         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7921         undefined.
7922
7923         * Documentation/user/global.itely (Page formatting): document
7924         horizontalshift.
7925
7926         * scm/page-layout.scm (default-page-music-height):
7927         horizontalshift: new variable, shift all systems by
7928         horizontalshift to the right, to make space for instrument names.
7929
7930         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7931
7932         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7933
7934 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7935
7936         * lily/note-column.cc (dir): idem.
7937
7938         * lily/spacing-spanner.cc (Module): idem.
7939
7940         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7941
7942         * lily/include/paper-column.hh (class Paper_column): add
7943         non-static get_rank() member.
7944
7945         * VERSION: release 2.7.1
7946         
7947         * scm/framework-null.scm: new file, used for benchmarking.
7948
7949 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7950
7951         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7952         version dependencies for fontforge and gs.
7953
7954         * Documentation/index.html.in, Documentation/texinfo.css,
7955         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7956         Documentation/bibliography/index.html.in, 
7957         Documentation/bibliography/html-long.bst: optimize width of
7958         html for a 800x600 screen (width:760), increases printability
7959         when 'fit to page' is not set and readability in wide screens.
7960
7961         * stepmake/bin/add-html-footer.py: add missing </p>.
7962
7963 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7964
7965         * scm/define-markup-commands.scm (beam): use polygon in beam
7966         command.
7967
7968         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7969         all acknowledged grobs, and do potentially expensive merge and
7970         write in one go.
7971
7972         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7973
7974         * configure.in (reloc_b): add --enable-static-gxx to statically
7975         link to libstdc++
7976
7977         * lily/GNUmakefile (static-gxx-libs): new target
7978         static-gxx-libs. Create symlink to libstdc++.a
7979
7980         * lily/new-lyric-combine-music-iterator.cc: rename to
7981         Lyric_combine_music_iterator
7982
7983         * lily/lyric-combine-music-iterator.cc
7984         (Old_lyric_combine_music_iterator): rename to
7985         Old_lyric_combine_music_iterator
7986
7987         * lily/*-engraver.cc (various): remove double use of
7988         PRECOMPUTED_VIRTUAL function: only use
7989         start_translation_timestep() and stop_translation_timestep(), not
7990         both.
7991
7992         * lily/break-substitution.cc (fast_substitute_grob_array): do
7993         fast_substitute_grob_array for all unordered grob_arrays.
7994         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7995         (substitute_grob_array): optimize.
7996
7997         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7998
7999         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8000
8001         * lily/parser.yy: revert $globalheader patch.
8002         
8003         * lily/include/translator.icc
8004         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8005         Translator methods, without _static helper.
8006  
8007         * lily/grob-smob.cc (derived_mark): rename from
8008         do_derived_mark(). Return void.
8009
8010         * scm/define-context-properties.scm
8011         (all-internal-translation-properties): remove tweakCount/tweakRank.
8012
8013         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8014         predefined break-visibilities.
8015
8016         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8017         booleans for break-visibility.
8018
8019         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8020
8021         * python/convertrules.py (conv): rule for Timing_translator. 
8022
8023         * lily/include/translator.icc: new file. 
8024
8025         * lily/paper-column-engraver.cc (process_music): new
8026         file. Separate Paper_column factory from Score_engraver.
8027
8028         * lily/vertically-spaced-context-engraver.cc: administer
8029         spaceable-staves property of System.
8030
8031         * lily/translator-group-ctors.cc: new file.
8032
8033         * lily/context-property.cc (make_grob_from_properties): construct
8034         the right Grob class programmatically, looking at the class entry
8035         for the meta property.
8036
8037         * lily/break-align-engraver.cc (stop_translation_timestep): call
8038         Break_align_interface::add_element() directly.
8039
8040         * lily/context.cc (measure_position): measure_position() is now a
8041         normal function.
8042
8043         * lily/include/translator.hh (class Translator): rename
8044         process_acknowledged_grobs() to process_acknowledged() and move to
8045         Translator.
8046
8047         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8048         field for each grob description.
8049
8050         * lily/include/translator-group.hh (class Translator_group):
8051         change to base class. Separate class from Translator. This gets
8052         rid of virtual inheritance for Engravers/Performers.
8053
8054         * lily/staff-performer.cc (class Staff_performer): derive
8055         Staff_performer from Performer, not Performer_group_performer 
8056
8057         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8058         new function.
8059         (precompute_method_bindings): new function. Precompute lists of
8060         Translators, so we only call methods (process_music,
8061         start_translation_timestep, etc.) for Translators needing
8062         it. Also: dispose of pointer-to-member-function calls.
8063
8064         * lily/engraver-group-engraver.cc: remove engraver_each,
8065         recurse_down_engravers ()
8066
8067         * lily/note-head.cc (internal_print): only call
8068         glyph-name-procedure if style != default. 
8069
8070 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8071
8072         * ly/titling-init.ly: add printallheaders option.
8073
8074         * Documentation/user/global.itely: document printallheaders.
8075
8076 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8077
8078         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8079         anymore, but do it centrally.  
8080
8081         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8082         hammer hack.
8083
8084         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8085
8086         * scm/output-lib.scm: remove hammer-print-function.
8087
8088         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8089         macro. Declare a Link_array<Grob> and fill it from a grob.
8090         (extract_item_set): idem for item.
8091
8092         * lily/break-substitution.cc: add header.
8093         (fast_substitute_grob_array): rewrite for Grob_arrays.
8094         (substitute_grob_array): idem.
8095
8096         * lily/group-interface.cc (add_thing): remove file.
8097
8098         * flower/include/parray.hh (class Link_array): slice() is const.
8099
8100         * lily/include/grob-array.hh: new file.
8101
8102         * lily/grob-array.cc (spanner): new file.
8103
8104         * lily/beam-quanting.cc (fill): read details property from beam.
8105
8106         * lily/beam.cc: support details property.
8107
8108         * total speedups below: approx 10%.
8109
8110         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8111
8112         * lily/include/grob.hh (class Grob): add interfaces_ member.
8113
8114         * lily/bezier.cc (init_polynomial_cache): new function: cache
8115         binom(3,j) t^j (1-t)^{3-j}
8116         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8117
8118         * lily/*.cc: substitution throughout.
8119
8120         * lily/grob-property.cc (internal_get_object): new routine.
8121         (internal_set_object): idem. Store grob refrences in separate
8122         alist. This saves processing time, since properties aren't
8123         break-substituted, and the per grob namespace is smaller, both for
8124         grobs and non-grob properties.
8125
8126         * scm/define-grob-properties.scm (all-internal-grob-properties):
8127         remove center-element.
8128
8129         * lily/grob.cc: remove tweak-count, tweak-rank.
8130
8131 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8132
8133         * Documentation/user/lilypond-book.itely: fixes example.
8134
8135 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8136
8137         * Documentation/user/global.itely (Creating titles):    
8138         * Documentation/user/examples.itely (All headers): change the
8139         place of \header in \score blocks (after music block) to make
8140         examples compile (cf. changes on parser.yy on 2005-07-10)
8141
8142 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8143
8144         * python/convertrules.py: add exc -> ecc rule.
8145
8146         * scripts/convert-ly.py: add location of convertrules.py
8147         in a comment.
8148
8149         * Documentation/user/changing-defaults.itely: fix language.
8150
8151 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8152
8153         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8154
8155 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8156
8157         * scm/output-socket.scm (grob-bbox): don't use inf? 
8158
8159         * flower/include/rational.hh: add operator bool() 
8160
8161         * scm/define-music-types.scm (music-descriptions): remove
8162         internal-class-name properties.
8163
8164         * lily/include/event.hh: remove file.
8165
8166         * lily/include/music-constructor.hh: remove file.
8167
8168         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8169         in 'types property.
8170
8171         * lily/music.cc (duration_length_callback): new function.
8172
8173         * lily/event.cc: remove file.
8174
8175         * lily/music-constructor.cc: remove file.
8176
8177         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8178
8179         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8180         (get_context_key): idem.
8181
8182         * scm/lily.scm (lambda): new option object-keys (default to #f)
8183
8184         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8185
8186         * scm/output-gnome.scm: remove beam routine.
8187
8188         * scm/output-ps.scm (scm): idem.
8189
8190         * scm/output-svg.scm: remove beam.
8191
8192         * ps/music-drawing-routines.ps: remove draw_beam.
8193
8194         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8195
8196         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8197         add scm_from_locale_string compatibility glue. 
8198
8199 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8200
8201         * scripts/lilypond-book.py: Prevent occuring error when
8202         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8203         times and target file shoud be overwritten.  (Error message said
8204         'input file and output file is same'.)
8205
8206 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8207
8208         * input/regression/slur-extreme.ly,
8209         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8210         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8211         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8212         "excentricity" to "eccentricity".
8213
8214         * Documentation/user/converters.itely: fix URL for Noteedit and
8215         Rosegarden.
8216
8217         * THANKS: added Yoshinobu Ishizaki.
8218
8219 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8220
8221         * scm/define-markup-commands.scm (justify-field): add. 
8222
8223         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8224
8225 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8226
8227         * lily/lookup.cc (filled_box): express filled_box with
8228         round_filled_box
8229
8230         * scm/midi.scm (paper-book-write-midis): new function. Write all
8231         performances in numbered MIDI files.
8232
8233         * lily/performance-scheme.cc (LY_DEFINE): new file.
8234         (LY_DEFINE): new function ly:performance-write.
8235
8236         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8237         new function.
8238         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8239
8240         * scm/framework-*.scm: use port arguments throughout.
8241
8242         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8243
8244         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8245
8246         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8247
8248         * scm/framework-texstr.scm (output-framework): 
8249
8250         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8251
8252         * scm/output-lib.scm (tablature-stem-attachment-function):
8253         tablature stem attachment fix. 
8254
8255 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8256
8257         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8258
8259         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8260
8261         * scm/define-music-types.scm (music-descriptions): don't use
8262         Music_wrapper type.
8263
8264         * lily/paper-column.cc (print): print moment too.
8265
8266         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8267         remove compatibility cruft.
8268
8269         * lily/parser.yy (score_body): \score can only begin with Music. 
8270
8271         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8272         make-score. Take music argument only. Move parser interaction to
8273         Scheme.
8274
8275         * scm/lily-library.scm (scorify-music): new function.
8276
8277         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8278         (datadir): remove resource import.
8279         (print_environment): remove get_bbox()
8280         (cp_to_dir): remove pre 1.5.2 compat glue.
8281
8282 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8283
8284         * lily/include/simple-spacer.hh (Module): idem.
8285
8286         * lily/include/spring.hh (struct Spring): store inverse
8287         strength. This prevents division by zero.
8288
8289         * VERSION: release 2.7.0
8290         
8291         * lily/include/music.hh (class Music): remove Music::duration_log()
8292
8293         * lily/stem-engraver.cc (make_stem): take duration log from event.
8294
8295         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8296
8297 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8298
8299         * scm/lily.scm (ly:load): load autochange.scm
8300
8301         * Documentation/user/tutorial.itely (Running LilyPond for the
8302         first time): remove reference to DVI/TeX
8303
8304         * scm/define-markup-commands.scm (text): add \text markup command.
8305
8306         * configure.in (reloc_b): bump requirement to Python 2.2.
8307
8308         * lily/include/dots.hh (class Dots): make has_interface() static.
8309
8310         * python/convertrules.py (conv): add rule for ly:grob-default-font
8311
8312         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8313         alphabetical order.
8314
8315         * input/regression/trill-spanner-pitched.ly: new file.
8316
8317         * lily/font-interface-scheme.cc (LY_DEFINE): function
8318         ly:grob-default-font (changed from get-default-font).
8319
8320         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8321
8322         * lily/note-head.cc (internal_print): if style is not a symbol,
8323         set style to 'default. 
8324         (internal_print): no style suffix if glyph-name-procedure not
8325         set. Default to quarter head.
8326
8327         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8328
8329         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8330
8331         * ly/music-functions-init.ly: \pitchedTrill
8332
8333         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8334
8335         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8336
8337         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8338
8339         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8340
8341         * po/fr.po: update
8342
8343         * po/de.po: update.
8344
8345 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8346
8347         * Documentation/user/changing-defaults.itely: add link
8348         to grob-iterface.
8349
8350         * Documentation/user/advanced-notation.itely: add material
8351         to Setting automatic beam behaviour.  Thanks, Joe!
8352
8353         * Documentation/user/lilypond.itely: change encoding to utf-8.
8354
8355 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8356
8357         * Documentation/user/advanced-notation.itely (Setting automatic
8358         beam behavior): Correct the documentation of
8359         revert-auto-beam-setting (backportme)
8360
8361 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8362
8363         * lily/ly-module.cc (ly_make_anonymous_module): define
8364         %module-public-interface of module. 
8365
8366         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8367         without lexer.
8368
8369 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8370
8371         * input/regression/fret-diagrams.ly: stretch example.
8372
8373 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8374
8375         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8376         Fodor).
8377
8378 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8379
8380         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8381
8382         * Documentation/user/examples.itely, lilypond-book.itely:
8383         change \RequirePackage to \usepackage.
8384
8385         * Documentation/user/global.itely: document copyright and tagline.
8386
8387 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8388
8389         * Documentation/user/basic-notation.itely (Transpose): remove link
8390         to nonexistent UntransposableMusic.
8391
8392         * scm/output-svg.scm: remove old definitions.
8393
8394         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8395         invoking.
8396
8397         * python/lilylib.py (search_exe_path): new function.
8398
8399 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8400
8401         * python/lilylib.py (mkdir_p): remove setup_environment()
8402         (backportme)
8403
8404         * buildscripts/mutopia-index.py (headertext): trim text.
8405
8406         * Documentation/topdocs/NEWS.tely (Top): refresh.
8407
8408         * scm/define-markup-commands.scm (wordwrap-string): new function:
8409         split string in paras and words.
8410         (wordwrap-markups): new function.
8411         (wordwrap-stencils): new function. 
8412         (justify): use it.
8413         (wordwrap): use it.
8414         (wordwrap-string): use it
8415         (justify-string): use it.
8416
8417         * scm/lily-library.scm (regexp-split): new function.
8418
8419         * scm/define-markup-commands.scm: remove encoded-simple. 
8420         remove font-markup.
8421         (fontsize): remove old version  of fontsize.
8422         (wordwrap): new markup function. Wrap into paragraphs.
8423
8424         * VERSION: Branch lilypond_2_6
8425         (MINOR_VERSION): go to 2.7.0
8426
8427 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8428
8429         * po/zh_TW.po: update from translation project.
8430
8431 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8432
8433         * scm/midi.scm: compile fix.
8434
8435 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8436
8437         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8438         patch. Now, the tempfile module is loaded too, not only used.
8439
8440 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8441
8442         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8443         0.05 - 1.00 to 0.25 - 1.00
8444
8445         * scm/midi.scm: moved the default-instrument-equalizer procedure
8446         to just under the insturment-equalizer-alist it takes as an
8447         argument.
8448
8449 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8450
8451         * Documentation/user/advanced-notation.itely (Font selection):
8452         remove CMR note.
8453
8454         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8455
8456 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8457
8458         * THANKS: Add UTF-8 marker.
8459
8460         * Documentation/user/point-and-click.itely (http): Update: use
8461         lilypond-invoke-editor.  Fix: instruct to use user.js.
8462
8463 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8464
8465         * ly/titling-init.ly: implements printpagenumber, increases
8466         space between dedication and title (to avoid collisions with
8467         "g" and "q" in dedication), and nicer logic about copyright
8468         and instrument fields being printed on the first page.
8469         Thanks Vincent!
8470
8471         * Documentation/user/global.itely: document printpagenumber.
8472
8473 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8474
8475         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8476
8477 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8478
8479         * THANKS: update to 2.6
8480
8481         * VERSION: 2.6.0 released.
8482
8483 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8484
8485         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8486         rule, errorneously removed probably because of misleading comment.
8487
8488 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8489
8490         * python/lilylib.py (datadir): py2exe comments.
8491
8492         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8493
8494         * configure.in (reloc_b): make fontconfig REQUIRED.
8495
8496 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8497
8498         * po/fi.po: add latest translations.
8499
8500 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8501
8502         * ChangeLog: recode utf-8
8503
8504         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8505         logo.
8506
8507         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8508
8509         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8510
8511         * python/convertrules.py (do_conversion): don't print program_name
8512         from within a module
8513
8514         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8515
8516         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8517
8518 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8519
8520         * Documentation/user/lilypond-book.itely,
8521         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8522
8523         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8524         fixes baseline-skip.  Thanks Vincent!
8525
8526         * Documentation/user/advanced-notation.itely, global.itely:
8527         moved "Selecting font sizes" to global, since it deals with
8528         notation font size, not text fonts.
8529
8530 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8531
8532         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8533         to fonts.
8534
8535 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8536
8537         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8538         workaround since /dev/stdin doesn't work on Cygwin. Using a
8539         temporary file in the current directory since latex doesn't
8540         understand the path name to the default TMP in Cygwin (at least on
8541         win XP).
8542         
8543         * Documentation/user/global.itely (Creating titles): Correct
8544         misprint in example. Thanks to Rob Vlasaty.
8545
8546 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8547
8548         * VERSION (PATCH_LEVEL): release 2.5.32
8549
8550         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8551         variable in lily module
8552
8553         * scm/framework-ps.scm (output-classic-framework): error message
8554         regarding the classic framework.
8555
8556         * Documentation/user/henle-flat-gray.png (Module): new file.
8557
8558         * Documentation/user/baer-flat-gray.png (Module): new file.
8559
8560         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8561         whiteout for markups.
8562
8563         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8564         regex too. This fixes change clef appearance in PDF. 
8565
8566         * ttftool/include/*: remove.
8567
8568         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8569
8570         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8571
8572         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8573
8574         * ttftool/*: remove ttftool subdirectory.
8575
8576         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8577
8578         * lily/ttf.cc (print_header): new file. Convert to type42, using
8579         FreeType to parse the TTF. 
8580
8581         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8582         and post table may differ. Pass around post_nglyphs as well.
8583
8584 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8585
8586         * ly/music-functions-init.ly (musicMap): new music function
8587         musicMap. 
8588         
8589 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8590
8591         * make/mutopia-rules.make: anti-alias-factor = 2
8592
8593         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8594         page switch.
8595
8596         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8597         anti-alias-factor for lilypond-book runs.
8598
8599         * scm/ps-to-png.scm (scale-down-image): new function.
8600         (my-system): new function.
8601         (make-ps-images): blow up GS resolution by anti-alias-factor,
8602         scale down image by anti-alias-factor.  This improves appearance
8603         of bitmaps
8604         (make-ps-images): remove showpage. Fixes spurious empty png at
8605         end.
8606
8607         * scm/framework-ps.scm (write-preamble): downcase filename before
8608         string-matching. Should fix .TTF files (as opposed to ttf files)  
8609
8610         * Documentation/user/tutorial.itely (Running LilyPond for the
8611         first time): separate subsections for windows, macos and unix.  
8612
8613         * Documentation/user/invoking.itely (Updating files with
8614         convert-ly): add MacOS X note.
8615
8616 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8617
8618         * Documentation/user/introduction.itely (Engraving): don't include
8619         file optical-spacing, add directly.
8620
8621         * lily/paper-outputter.cc (file): open file in binary mode. This
8622         fixes OTF embedding on windows.
8623
8624 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8625
8626         * scm/framework-ps.scm (write-preamble): remove debugging output.
8627
8628         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8629
8630         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8631         outdir.
8632         (install-fc-cache): install font cache in installation directories.
8633
8634 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8635
8636         * scm/editor.scm (editor-command-template-alist): Use char iso
8637         column, except for Emacs.
8638         (get-editor-command): Substitute char too (Bertalan Fodor).
8639
8640 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8641
8642         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8643         quoted ~s.  This should fix PNG output on Windows; single quotes
8644         are regular characters on Windows.
8645
8646 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8647
8648         * Documentation/user/basic-notation.itely: include ChoirStaff
8649         in System start delimiters.
8650
8651         * Documentation/user/putting.itely: new doc section on
8652         fixing overlapping notation.
8653
8654 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8655
8656         * Documentation/user/global.itely (Paper size): \paper is in
8657         \book, not \score.
8658
8659         * make/mutopia-rules.make: -ddelete-intermediate-files
8660
8661         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8662
8663 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8664
8665         * ChangeLog: Recode utf-8.
8666
8667         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8668         datadir with .py modules.
8669
8670 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8671
8672         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8673
8674 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8675
8676         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8677         
8678         * scm/framework-ps.scm (write-preamble): remove status check.
8679
8680         * Documentation/user/invoking.itely (Updating files with
8681         convert-ly): remove -o option.
8682
8683         * VERSION (PACKAGE_NAME): release 2.5.31
8684
8685         * scm/framework-ps.scm (write-preamble): use ly:system.
8686         (write-preamble): verbosity.
8687
8688         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8689
8690         * python/convertrules.py: new file. Store conversion rules
8691         separately.
8692
8693 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8694
8695         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8696
8697 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8698
8699         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8700         \musicDisplay 
8701
8702         * Documentation/user/instrument-notation.itely (More stanzas): Add
8703         reference to StanzaNumber.
8704
8705 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8706
8707         * THANKS: separate section for website translators.
8708
8709 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8710
8711         * Documentation/topdocs/INSTALL.texi: update vim info;
8712         thanks Simon Bailey!
8713
8714         * Documentation/user/advanced-notation.itely: included
8715         color names.
8716
8717         * Documentation/user/advanced-notation.itely,
8718         Documentation/usr/notation-appendices.itely: moved
8719         color names into an appendix.
8720
8721 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8722         
8723         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8724
8725         * scm/lily.scm (lambda): initialize program options from here.
8726
8727         * scm/framework-*.scm: add header info.
8728
8729         * lily/main.cc (parse_argv): only set output format to pdf if no
8730         other format specified.
8731
8732         * scm/backend-library.scm (postprocess-output): process
8733         'delete-intermediate-files after running convert-to-*. This fixes
8734         PNG generation when 'delete-intermediate-files is set.
8735         
8736 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8737
8738         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8739         links on website. 
8740
8741 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8742
8743         * Documentation/topdocs/INSTALL.texi,
8744         Documentation/user/lilypond-book.itely: typos.
8745
8746 2005-06-12  Pal Benko  <benkop@freestart.hu>
8747
8748         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8749         added between program name and switch; -b changed to -f not
8750         to generate pdf
8751
8752 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8753
8754         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8755         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8756
8757         * input/sakura-sakura.ly: add \midi.
8758
8759         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8760         iso. python find. 
8761
8762         * ttftool/test.c (main): cosmetics.
8763
8764         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8765
8766         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8767         create a ttf2ps binary.
8768
8769         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8770
8771         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8772         true.
8773
8774 2005-06-11  Graham Percival <gperlist@shaw.ca>
8775
8776         * Documentation/user/lilypond-book.itely: add warning about
8777         the font warnings in dvips.
8778
8779 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8780
8781         * THANKS: typo
8782
8783         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8784
8785         * GNUmakefile.in: remove links for .map, .enc
8786         don't fail if out/ doesn't exist yet.
8787
8788 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8789
8790         * ttftool/util.c (surely_read): return nbytes
8791
8792         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8793
8794         * VERSION (PACKAGE_NAME): release 2.5.30
8795
8796         * flower/string-convert.cc (precision_string): >? fix.
8797
8798         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8799         (make-ps-images): add verbose -q too.
8800
8801         * lily/default-actions.cc (Module): new file. default
8802         {book,score}-print functions.
8803
8804         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8805         pass results via parseStringResult, lookup via ly:parser-lookup.  
8806
8807         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8808         constructors.
8809         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8810         (parse_string): idem.
8811
8812         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8813
8814         * lily/main.cc (main_with_guile): copy be_verbose_global into
8815         ly_set_option()
8816
8817 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * scm/backend-library.scm (postscript->pdf):
8820         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8821         verbose mode.  Search for several names of gs executable.
8822
8823 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8824
8825         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8826         directly. This fixes a massive memory leak, provided you use CVS
8827         GUILE.
8828
8829 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8830
8831         * ly/property-init.ly: Added tieDashed.
8832
8833         * THANKS: Added some bughunters for 2.5.
8834
8835 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8836
8837         * lily/program-option.cc: add debug-gc option.
8838
8839         * lily/include/lily-guile-macros.hh: don't protect exported module
8840         objects.
8841
8842         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8843
8844         * scm/backend-library.scm (postscript->pdf): use
8845         delete-intermediate-files iso. running-from-gui? 
8846
8847         * ttftool/util.c (surely_read): robustness. Allow read() to return
8848         less bytes than requested, as per posix standards.
8849
8850         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8851         program option.
8852
8853         * ttftool/include/ttftool.h ("C"): rename verbosity to
8854         ttf_verbosity. Add to public interface.
8855
8856         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8857
8858         * lily/program-option.cc: rename from scm-option.cc
8859
8860         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8861         (get_help_string): Print pretty help string.
8862
8863         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8864         to snippet preamble.
8865
8866         * lily/scm-option.cc: remove command-line-settings option. Fold
8867         all command-line options plus default settings in a generic
8868         interface. 
8869
8870         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8871         texts too.
8872
8873 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8874
8875         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8876         or EXT_ components non-empty.
8877
8878 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8879
8880         * scm/lily.scm (running-from-gui?): Export.
8881
8882         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8883         output in .ly source directory.
8884
8885 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8886
8887         * ttftool/util.c (surely_lseek): more verbosity.
8888
8889         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8890         compile.
8891
8892         * lily/parser.yy (Repeated_music): remove >? 
8893
8894         * scm/backend-library.scm (postscript->pdf): Support for
8895         -dgs-font-load=1
8896
8897         * scm/framework-ps.scm (write-preamble): make font loading
8898         switchable to GS via --define-default gs-font-load=1
8899
8900 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8901
8902         * Documentation/user/global.itely: added \layout docs.
8903
8904 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8905
8906         * lily/lily-parser-scheme.cc: add unistd.h
8907
8908 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8909
8910         * scm/editor.scm: add char argument.
8911
8912         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8913
8914         * ttftool/util.c (syserror): use errno for better error reporting.
8915
8916         * lily/source-file.cc (get_counts): new function. Calc column,
8917         line and char count in one go.
8918
8919         * lily/binary-source-file.cc (quote_input): rename to quote_input
8920
8921         * lily/input.cc (set): new function.
8922
8923 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8924
8925         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8926         directory part of file name to search directory.
8927
8928         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8929         search path and chdir to DIR if --outname=DIR used.
8930
8931         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8932         existence before appending original path.
8933
8934 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8935
8936         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8937         file" massage.
8938
8939         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8940         texinfo.tex is always used.
8941         
8942 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8943
8944         * flower/include/axis.hh: rename from axes.hh
8945
8946         * lily/include/text-interface.hh (Module): rename from text-item.hh
8947
8948         * VERSION (PATCH_LEVEL): release 2.5.29
8949
8950         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8951
8952         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8953         (handle-macfont): new function. Call fondu for Native mac fonts.
8954
8955         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8956         '() case.
8957
8958 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8959
8960         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8961         multi-page.  Fix .eps regular expression.
8962
8963 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8964
8965         * Documentation/user/putting.itely: add info on modifying templates.
8966
8967         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8968         misc small changes.
8969
8970 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8971
8972         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8973
8974         * scripts/lilypond-ps2png.scm
8975
8976         * VERSION (PACKAGE_NAME): release 2.5.28
8977
8978 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8979
8980         * lily/main.cc (prepend_env_path): Do not append /, that does not
8981         work.  Localedir lives in datadir, not in prefix.
8982
8983         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8984         hack for windows.
8985
8986         * flower/include/file-cookie.hh: Compile fix.
8987
8988 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8989
8990         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8991
8992         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8993         system primitives.
8994         (gulp-port): using read-string!/partial. We don't want to read an
8995         entire PS file  (GUILE 1.6 limits strings to 16M) 
8996
8997         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8998         properties. Add font-interface. 
8999
9000         * scm/define-grob-properties.scm (all-user-grob-properties):
9001         remove old bracket properties.
9002
9003         * scm/x11-color.scm: reformat. 
9004
9005         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9006         LedgerLineSpanner if new StaffSymbol is found. 
9007
9008         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9009         staff-symbol for finishing staff. 
9010
9011         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9012
9013         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9014         change black to currentColor everywhere. This fixes color support
9015         in SVG.
9016
9017 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9018
9019         * input/regression/fret-diagrams.ly: new file to test fret diagram
9020         capability
9021
9022         * scm/output-tex.scm: remove white-dot and white-text
9023
9024         * scm/output-ps.scm: remove white-dot and white-text
9025
9026         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9027         using ly:stencil-in-color instead
9028         (draw-dots) : remove call to white-dot
9029
9030 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9031
9032         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9033         support.
9034
9035         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9036
9037         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9038
9039         * flower/file-cookie.cc: new file. lily_cookie extension.
9040         
9041 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9042
9043         * scm/editor.scm (editor-command-template-alist): Add syn
9044         editor (Jaap [de Vos]).
9045
9046 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9047
9048         * scripts/lilypond-ps2png.scm:
9049         * scm/ps-to-png.scm: New file.
9050
9051         * scm/backend-library.scm (postscript->png): Use it.
9052
9053         * scripts/lilypond-ps-to-png.py: Remove file.
9054
9055         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9056
9057 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9058
9059         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9060
9061         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9062         start on grace moment. Fixes autobeam-grace.ly.
9063
9064         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9065         process anything unless we're at the end of a pending beam. Fixes
9066         syncopated 8ths beamed across a beat.
9067
9068 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9069
9070         * scm/editor.scm (editor-command-template-alist): Start emacs if
9071         emacslient fails.
9072
9073         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9074
9075         * flower/file-path.cc (is_file, is_dir): Export.
9076
9077         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9078
9079 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9080
9081         * lily/easy-notation.cc: Added include cctype to correct
9082         compilation error.
9083
9084 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9085
9086         * scm/backend-library.scm (postscript->pdf): set resolution to
9087         1200, so bitmap fonts aren't that ugly. 
9088
9089         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9090
9091         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9092         parent if we have a notehead. Fixes incorrect offsets when
9093         Paper_column is very wide in the X direction.
9094
9095         * input/regression/font-family-override.ly (Module): new file.
9096
9097         * scm/font.scm (make-pango-font-tree): new function.
9098
9099         * lily/beam.cc (before_line_breaking): remove warning about less
9100         than 2 visible stems. We still get a warning when there is only
9101         one stem.
9102
9103 2005-06-01  Werner Lemberg  <wl@gnu.org>
9104
9105         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9106         correctly.
9107
9108 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9109
9110         * lily/slur-scoring.cc (generate_avoid_offsets): new
9111         function. Generate avoid offsets once per slur.
9112
9113         * lily/slur.cc (add_extra_encompass): add dependency to
9114         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9115
9116         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9117         too. Fixes inf error with added bass notes.
9118
9119         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9120         argument anymore.
9121
9122         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9123
9124         * input/tutorial/lbook-latex-test.tex: add line length test.
9125
9126         * scripts/lilypond-book.py (set_default_options): new
9127         function. Call this before dissecting snippets, so linewidth
9128         settings reach the snippets.
9129
9130 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9133
9134 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9135
9136         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9137
9138 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9139
9140         * stepmake/aclocal.m4: More autopackage friendliness.
9141
9142 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9143
9144         * Documentation/index.html.in: remove link to LSR.
9145
9146         * Documentation/user/global.itely: remove duplicate
9147         "dedication" \header{} section.
9148
9149 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9150
9151         * VERSION (PACKAGE_NAME): release 2.5.27.
9152
9153         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9154         too. Plugs memory leak.
9155
9156         * make/lilypond.fedora.spec.in (Group): remove
9157         lilypond-pdfpc-helper.
9158
9159         * scripts/GNUmakefile (SEXECUTABLES): remove
9160         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9161
9162         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9163         'typewriter family.
9164
9165         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9166         memory leak.
9167
9168         * lily/parser.yy (score_body): don't clone Score, that's done in
9169         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9170
9171         * lily/score-engraver.cc (derived_mark): new function.
9172         (initialize): unprotect Paper_score. This fixes a memory leak.
9173
9174         * lily/score-performer.cc (derived_mark): new function.
9175
9176         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9177
9178         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9179         spurious warning.
9180
9181         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9182         serif.
9183
9184 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9185
9186         * configure.in (reloc_b): Add --enable-relocation.
9187
9188 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9189
9190         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9191
9192         * input/regression/alignment-order.ly: add Staff example.
9193
9194 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9195
9196         * po/fr.po: update.
9197
9198 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9199
9200         * Documentation/index.html.in: add link to LSR.
9201
9202 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9203
9204         * scm/define-stencil-commands.scm (Module): new file. Register all
9205         allowed stencil expression heads in a central place.
9206
9207         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9208         ly:make-stencil
9209
9210         * lily/stencil-expression.cc (all_stencil_heads): registering
9211         stencil expressions.
9212
9213         * lily/stencil-interpret.cc: new file. Stencil expression
9214         interpreting.
9215
9216         * input/xiao-haizi-guai-guai.ly: move file back.
9217
9218 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9219
9220         * Documentation/user/advanced.itely, converters.itely,
9221         instrument-notation.itely, lilypond-book.itely: misc small
9222         changes.
9223
9224 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9227
9228         * make/lilypond.fedora.spec.in: Fix source url.
9229
9230         * cygwin: Update from mingw patches.
9231
9232         * scm/editor.scm (editor-command-template-alist): Use jedit
9233         -reuseview (Bertalan), add uedit (Patrick Huberts).
9234
9235         * input/xiao-hai-zi-guai-guai.ly: Rename from
9236         xiao-haizi-guai-guai.ly.
9237
9238         * input/*: Reindent, do not use TAB.
9239
9240         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9241         white background.
9242
9243 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9244
9245         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9246         numerical overflow error.
9247
9248 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9249         
9250         * abc2ly.py: fix to syntax error in multi-part output.
9251
9252 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9253
9254         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9255         with disappearing span bars when alignAboveContext is active
9256
9257         * lily/property-iterator.cc (check_grob): use is-grob?
9258         object-property. Fixes crash-key-sig-font-size.ly. 
9259
9260 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9261
9262         * lily/bar-line.cc (print): don't round barlines; this produces
9263         odd aliasing effects in Acroread.
9264
9265         * lily/timing-engraver.cc (process_music): robustness fix.
9266
9267         * lily/context-def.cc (filter_engravers): bugfix.
9268
9269 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9270
9271         * lily/lilypond.rc.in: Add ly-icon.
9272
9273         * lily/GNUmakefile: 
9274         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9275         rules.
9276
9277 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9278
9279         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9280
9281         * ps/music-drawing-routines.ps: 
9282
9283         * scm/output-ps.scm: remove draw ez_ball.
9284
9285         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9286         EasyNotation context definition.
9287
9288         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9289         Text_interface and color for making easy note heads.
9290
9291         * lily/stencil.cc (with_color): new function.
9292
9293         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9294
9295         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9296         output routine. Zigzag now works in SVG too.
9297
9298         * scm/output-tex.scm (filledbox): idem.
9299
9300         * scm/output-svg.scm (filledbox): idem.
9301
9302         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9303
9304         * lily/lookup.cc (horizontal_line): use draw-line. 
9305
9306         * lily/system-start-delimiter.cc: remove old staff bracket code.
9307
9308         * mf/feta-haak.mf: further tweaks.
9309
9310         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9311
9312         * mf/feta-generic.mf: include feta-haak.
9313
9314         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9315
9316         * scm/framework-ps.scm (write-preamble): only load fonts if their
9317         filename is a string. 
9318
9319 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9320
9321         * scm/output-svg.scm (circle): support circle.
9322         (bracket): stub for bracket.
9323
9324         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9325         correct.
9326
9327 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9328
9329         * Documentation/user/lilypond.tely, advanced-notation.itely,
9330         basic-notation.itely, instrument-notation.itely, global.itely,
9331         introduction.itely, tutorial.itely: rearranging, editing,
9332         clean-up.
9333
9334         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9335         for compiling on FreeBSD.
9336
9337 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9338
9339         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9340         otf files.
9341
9342         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9343         bugfixes.
9344
9345         * VERSION: 2.5.26 released.
9346
9347         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9348
9349 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9350
9351         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9352         if printpagenumber is false.
9353
9354 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9355
9356         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9357         cache warning.
9358
9359         * lily/tie.cc (print): support dotted ties.
9360         
9361 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9362
9363         * scm/define-grobs.scm (all-grob-descriptions): switch off
9364         debugging
9365         (all-grob-descriptions): Arpeggio has Y-extent.
9366
9367         * scm/define-music-properties.scm (all-music-properties): document
9368         length-callback and start-callback as "read-only".
9369
9370         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9371         length-callback after creation. 
9372
9373         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9374         compressmusic -> compressMusic.
9375
9376         * ly/music-functions-init.ly (oldaddlyrics): idem.
9377
9378         * lily/parser.yy: NewLyricCombineMusic ->
9379         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9380
9381 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9382
9383         * ly/Welcome_to_LilyPond.ly: typo.
9384
9385 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9386
9387         * Documentation/user/lilypond.tely: move changing-defaults to be
9388         before global issues.
9389
9390         * Documentation/user/basic-notation.itely: move Transpose section
9391         here from advanced/Other.
9392
9393         * Documentation/user/changing-defaults.itely,
9394         advanced-notation.itely: move Fonts to advanced, edit.
9395
9396 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9397
9398         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9399         # before negative integers.
9400
9401 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9402
9403         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9404
9405         * Documentation/user/lilypond.tely: change Unified index to
9406         LilyPond index.
9407
9408         * Documentation/user/advanced-notation.itely,
9409         instrument-notation.itely: editing.
9410
9411 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9412
9413         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9414
9415         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9416
9417 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9418
9419         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9420         ly:port-move.  Needs to be stderr-specific on mingw.
9421         Run fixcc.
9422
9423 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9424
9425         * lily/general-scheme.cc (ly:port-move): Remove.
9426
9427         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9428         windows.
9429
9430         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9431         variables.  This eliminates the need for a gs.bat wrapper, which
9432         opens a console.
9433
9434         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9435         * scm/lily.scm (running-from-gui?): 
9436         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9437         artifact of not compiling with -mwindows.
9438
9439         * scm/editor.scm: Define PLATFORM.
9440
9441 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9442
9443         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9444         can start to cut & paste lilypond-book fragments.  
9445
9446         * scm/define-music-types.scm (music-descriptions): remove
9447         UntransposableMusic
9448
9449 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9450
9451         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9452
9453 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9454
9455         * Documentation/user/instrument-notation.itely: remove *Engraver.
9456
9457         * Documentation/user/advanced-notation.itely: edit, rearrange.
9458
9459 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9460
9461         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9462         findresource iso. findfont for CID CFF fonts.
9463
9464         * VERSION (PACKAGE_NAME): release 2.5.25
9465
9466         * ly/Welcome_to_LilyPond.ly: add  \version
9467
9468 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9469
9470         * Documentation/user/programming-interface.itely: move
9471         \displayMusic into its own section.
9472
9473         * Documentation/user/basic-notation.itely: finish editing.
9474
9475 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9476
9477         * flower/file-path.cc (find): don't throw away file_name.dir, but
9478         append to it. Fixes \include with directories.
9479
9480         * flower/include/file-path.hh (class File_path): don't derive from
9481         Array<String>.
9482
9483         * flower/include/file-name.hh (class File_name): remove to_str0()
9484
9485         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9486         Hara_kiri_engraver in separate file.
9487
9488         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9489         translation went wrong. Fixes vertically translated slurs.
9490
9491 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9492
9493         * Documentation/user/basic-notaton.itely: editing.
9494
9495 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9496
9497         * Documentation/user/macros.itexi, basic-notation.itely:
9498         add @commonprop (commonly used properties) macro.
9499
9500 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9501
9502         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9503
9504         * scripts/lilypond-book.py (invokes_lilypond): new function
9505         (main): only run fontextract if invokes_lilypond() is true.
9506
9507         * lily/function-documentation.cc (ly_add_function_documentation):
9508         duh, use !=
9509
9510         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9511
9512         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9513
9514         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9515
9516         * lily/function-documentation.cc (ly_add_function_documentation):
9517         use scm_hash_table_p() for checking.
9518
9519 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9520
9521         * Documentation/user/advanced-notation.itely (Text scripts):
9522         Change nonexisting @internalsref{Text markup} to @ref{Text
9523         markup}.  Change @internalsref{Text script} to
9524         @internalsref{TextScript}.
9525
9526         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9527
9528 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9529
9530         * Documentation/user/tutorial.itely, basic-notation.itely,
9531         changing-defaults.itely: remove duplicate cindex entries
9532         that appear on the same page.
9533
9534         * scm/define-grobs.scm: change default padding for TextSpanner.
9535
9536         * Documentation/topdocs/AUTHORS.texi: update email address.
9537
9538         * Documentation/user/global.itely: add info about \include.
9539
9540 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9541
9542         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9543         when running-from-gui.
9544
9545         * scm/editor.scm (get-editor): Add platform defaults.
9546
9547         * scm/backend-library.scm (postscript->pdf): Typo.
9548
9549 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9550
9551         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9552
9553         * lily/font-config.cc (init_fontconfig): add warning about cache.
9554
9555 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9556
9557         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9558
9559 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9560
9561         * lily/horizontal-bracket.cc (print): Take care of the direction
9562         property so brackets above the stave point downwards. 
9563
9564         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9565         for HorizontalBracket so it doesn't end up within the stave.
9566
9567 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * lily/GNUmakefile (default): Typo.
9570
9571         * scm/lily.scm (PLATFORM): Export.
9572
9573         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9574         load-font-via-GS, ttftool or fopencookie is broken on windows.
9575         
9576         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9577         -dSAFER, that is broken on windows.
9578
9579 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9580
9581         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9582         for FlexLexer.h
9583
9584         * scripts/lilypond-invoke-editor.scm: remove stray -
9585
9586 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9587
9588         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9589         Fixes deprecation warning.
9590
9591         * flower/include/string.icc (to_string): Only inline if
9592         -DSTRING_UTILS_INLINED.
9593
9594         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9595         name.  Remove windows comment.
9596
9597         * scm/editor.scm (slashify): New function.
9598         (get-editor-command): Use it.
9599         (get-command-template): Do not alter editor command if
9600         environment value includes `%(file)s' magic.
9601
9602         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9603         (dissect-uri): Use it.
9604         (unquote-uri): Bugfix.
9605
9606 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9607
9608         * scm/framework-ps.scm (write-preamble): add TTF rule.
9609
9610         * Documentation/topdocs/README.texi (Top): remove note about
9611         xdelta.
9612
9613         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9614         requirement.
9615
9616         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9617         function. Figure out where FlexLexer.h lives
9618
9619         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9620         
9621 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9622
9623         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9624         with Windows root in file name.
9625
9626         * scm/backend-library.scm (ly:system): Only redirect output (using
9627         system and shell, ugh) if /dev/null is writable.
9628
9629         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9630         windows icon.
9631
9632         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9633         on Mingw.
9634
9635         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9636         click.
9637
9638         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9639         use result of stat when available.
9640
9641         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9642         absolute file name and root.
9643
9644         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9645
9646         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9647
9648         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9649         slashes in file name.
9650
9651 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9652
9653         * Documentation/user/preface.itely (Preface): Run
9654         texinfo-all-menus-update.
9655
9656         * scm/editor.scm (get-editor-command): Bugfix: allow full
9657         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9658
9659         * Documentation/pictures/lilypond-48.xpm: New file.
9660
9661         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9662
9663         * ly/Welcome_to_LilyPond.ly: New file.
9664
9665         * lily/main.cc (main): Only identify if we have a terminal.
9666
9667         * scm/backend-library.scm (postscript->png)
9668         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9669         non-/bin/sh).
9670
9671 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9672
9673         * Documentation/topdocs/AUTHORS.texi: polish, update.
9674
9675 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9676
9677         * Documentation/user/preface.itely (Notes for version 2.6): new
9678         notes for 2.6
9679
9680         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9681         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9682         is not fully contained" warnings.
9683
9684         * lily/slur-scoring.cc (get_bound_info): remove warning.
9685
9686         * lily/staff-symbol-engraver.cc (process_music): start initial
9687         spanner in process_music(). This fixes overrides of StaffSymbol
9688         properties.
9689
9690         * scm/framework-pdf.scm (Module): remove.
9691
9692         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9693
9694         * lily/ambitus-engraver.cc: formatting cleanups.
9695
9696         * mf/feta-solfa.mf (Module): remove.
9697
9698         * ChangeLog: more details about contributions.
9699
9700 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9701
9702         * lily/align-interface.cc (align_elements_to_extents): warn if
9703         called too early. Fixes: disappearing-staff-lines.ly
9704
9705         * VERSION (PACKAGE_NAME): release 2.5.24
9706
9707 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9708
9709         * stepmake/aclocal.m4: Typo.
9710
9711         * flower/string.cc (substitute): Take two strings or two
9712         characters.  Update callers.
9713
9714 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * flower/file-name.cc (File_name): Slashify.
9717
9718         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9719
9720         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9721
9722         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9723
9724         * configure.in (gui_b): Use it.
9725
9726         * lily/lilypond.rc.in: New file.
9727
9728         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9729
9730 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9731
9732         * Documentation/user/advanced-notation.itely: edit of Text
9733         section; clarify text scripts vs. text markup.
9734
9735 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9736
9737         * lily/multi-measure-rest-engraver.cc
9738         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9739         separation items on start. Fixes mm rests in start of score.
9740
9741         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9742         don't access StaffSymbol if not there.
9743         Fixes: crash-staff-symbol-engraver.ly.
9744
9745         * lily/instrument-name-engraver.cc (class
9746         Instrument_name_engraver): data member first_. Create
9747         InstrumentName on start. 
9748
9749 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9750
9751         * Documentation/user/instrument-notation.itely: add guitar
9752         position.
9753
9754         * Documentation/user/introduction.itely,
9755         Documentation/user/lilypond.tely,
9756         Documentation/user/tutorial.itely: begin pruning
9757         unused (duplicated) cindex entries and misc cleanup.
9758
9759 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9760
9761         * input/test/volta-chord-names.ly: Bring the explanation up to
9762         date.
9763
9764 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9765
9766         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9767         Specify `@documentencoding utf-8' for html, ignore warnings.
9768
9769 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9770
9771         * THANKS: Added bughunters.
9772
9773 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9774
9775         * lily/main.cc: update help string for `lilypond -H'.
9776
9777         * po/fi.po: update.
9778         
9779 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9780
9781         * Documentation/user/advanced-notation.itely: minor fixes.
9782
9783 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * scm/editor.scm: New module.
9786
9787         * scm/lily.scm (gui-main): Use it.
9788
9789         * scm/framework-gnome.scm (spawn-editor): Use it.
9790
9791         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9792
9793 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9794
9795         * scm/framework-ps.scm (load-font-via-GS):  new function.
9796
9797         * lily/pango-font.cc (pango_item_string_stencil): add support for
9798         CID keyed font.
9799
9800         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9801
9802 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9803
9804         * Documentation/user/basic-notation.itely: add @ref.
9805
9806         * Documentation/user/advanced-notation.itely: add example
9807         of 5/8 beaming.
9808
9809 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9810
9811         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9812
9813         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9814         going through ps2pdf wrappers.
9815
9816 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9817
9818         * Documentation/user/instrument-notation.itely: petrucci note
9819         heads: updated docu
9820
9821         * input/regression/note-head-style.ly: updated regression test;
9822         indentation fixes
9823
9824         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9825         heads as default
9826
9827         * mf/parmesan-heads.mf: minor editing; use musicological names
9828         (rather than optical description) as note head names
9829
9830         * scm/output-lib.scm: complete petrucci heads
9831
9832 2005-05-09  Pal Benko  <benkop@freestart.hu>
9833
9834         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9835         heads, but bigger)
9836
9837 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9838
9839         * lily/main.cc (main_with_guile): Remove no files check.
9840
9841         * lily/main.cc (ly:usage): Export to Scheme.
9842
9843         * scm/lily.scm (no-files-handler): New function.
9844
9845         * scm/lily.scm (lilypond-main): Use it.
9846
9847         * configure.in (gui_b): Add mbrtowc checking.
9848         Resurrect [utf8/]wchar.h checking.
9849
9850 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9851
9852         * Documentation/user/advanced-notation.itely (Metronome marks):
9853         Add link to the program reference for MetronomeMark
9854
9855         * Documentation/user/lilypond-book.itely (An example of a
9856         musicological document): Correct the example using psfonts 
9857
9858 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9859
9860         * po/fi.po: update after a lesson how to update entries against
9861         source.
9862         
9863         * po/TODO: document the lesson.
9864
9865 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9866
9867         * configure.in (gui_b): remove wcrtomb checking.
9868
9869         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9870         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9871
9872 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9873
9874         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9875         keep Scheme expressions and strings unmodified when doing the
9876         conversion to postfix notation for slurs and beams. Should
9877         hopefully solve most related conversion problems. 
9878
9879         * Documentation/user/lilypond-book.itely : Clarify and correct how
9880         to call dvips with -h psfonts.
9881
9882 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9883
9884         * Documentation/user/instrument-notation.itely (Entering lyrics):
9885         Typo.  Fixes build.
9886
9887 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9888
9889         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9890
9891         * Documentation/user/lilypond.tely, lilypond-book.itely,
9892         tutorial.itely: change references to 2.5.x to 2.6.x.
9893
9894         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9895         vs \lyricmode.
9896
9897         * Documentation/user/invoking.itely: remove old info about
9898         lilypond-profile.
9899
9900         * Documentation/topdocs/INSTALL.texi: remove old info about
9901         lilypond-profile, add warning about needing international fonts
9902         to build docs.
9903
9904 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9905
9906         * lily/include/grob-info.hh (class Grob_info): make data member
9907         private. Changes throughout.
9908
9909         * input/regression/alignment-order.ly: new file. 
9910
9911         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9912         alignAboveContext and alignBelowContext
9913
9914 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9915
9916         * lily/pfb.cc (LY_DEFINE): add cast.
9917
9918         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9919         matches .otf
9920         (write-preamble): warn about unknown fonts.
9921
9922         * lily/pfb.cc (Module): new function ly:otf->cff
9923
9924         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9925         (get_otf_table): new function.
9926
9927 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9928
9929         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9930         iso. ps2png.
9931
9932 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9933
9934         * po/fi.po: apply second round of update.
9935
9936 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9937
9938         * scm/x11-color.scm (make-x11-color-handler): don't use
9939         #\sp. Apparently doesn't work on all platforms. 
9940
9941 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9942
9943         * Documentation/user/advanced-notation.itely, putting.itely,
9944         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9945
9946 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9947
9948         * VERSION (PACKAGE_NAME): release 2.5.23
9949
9950 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9951
9952         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9953         convert to utf-8.
9954
9955         * THANKS: Add translators for this release, convert to utf-8.
9956
9957         * mf/GNUmakefile (MFTRACE_FLAGS):
9958         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9959         outdir as option (WAS: hardcoded).
9960
9961 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9962
9963         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9964         finished_span_
9965
9966         * THANKS: add Hans Forbrich.
9967
9968         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9969
9970         * Documentation/user/basic-notation.itely (Staff symbol): document
9971         start/stop staff. Reference to ossia.ly
9972
9973         * input/test/ossia.ly: new example using stop and startStaff.
9974
9975         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9976         in other words, don't create "|" barline at start of the score.
9977         (start_translation_timestep): don't set whichBar for start of score.
9978
9979         * input/regression/staff-halfway.ly: use new functionality.
9980
9981         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9982         start and stop staff based on events.
9983
9984         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9985
9986         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9987
9988 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9989
9990         * Documentation/user/programming-interface.itely (How markups work
9991         internally ): remove \encoding reference.
9992
9993 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9994
9995         * scripts/convert-ly.py: Attempt to do a smarter update of 
9996         text markups from versions < 1.9.0 with arbitrary nesting.
9997
9998 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9999
10000         * po/fi.po: convert to utf-8, and update.
10001
10002 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10003
10004         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10005
10006         * lily/*.cc: more <? >? to min/max changes
10007
10008         * lily/include/interpretation-context-handle.hh: rename
10009         Interpretation_context_handle to Context_handle.
10010
10011 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10012
10013         * input/regression/GNUmakefile (local_delete): use `find` together 
10014         with `xargs` to avoid too long argument-lists in cmd line.
10015
10016 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10017
10018         * Documentation/user/introduction.itely: updates "About this manual".
10019
10020         * Documentation/user/advanced-notation.itely,
10021         invoking.itely: minor fixes.
10022
10023 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10024
10025         * COPYING: add font exception. Update FSF address. 
10026
10027         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10028         should be taken without child context.
10029
10030         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10031
10032         * scm/define-markup-commands.scm (triangle): new command, as
10033         robust replacement for unicode Delta/Triangle.
10034
10035 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10036
10037         * ps/music-drawing-routines.ps: add fillp argument.
10038
10039         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10040
10041         * lily/font-config.cc (init_fontconfig): don't add cff/
10042
10043         * VERSION (PACKAGE_NAME): release 2.5.22
10044
10045         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10046
10047         * lily/grace-engraver.cc (consider_change_grace_settings): use
10048         is_alias(). Fixes problem with CueVoice grace notes. 
10049
10050         * lily/simultaneous-music-iterator.cc (construct_children): call
10051         Music_iterator::quit() for iterators that start out invalid. This
10052         fixes indefinitely continuing contexts.
10053
10054         * buildscripts/substitute-encoding.py: new file
10055
10056         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10057         missing @end 
10058
10059         * scripts/lilypond-book.py (write_if_updated): print file name.
10060
10061         * Documentation/user/basic-notation.itely (Explicitly
10062         instantiating voices): idem.
10063
10064         * Documentation/user/advanced-notation.itely (Text spanners):
10065         remove stray { } 
10066
10067         * lily/context.cc (default_child_context_name): the default child
10068         is now first in accepts_list_.
10069
10070         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10071         \defaultchild to all relevant contexts.  This fixes:
10072         drums-pitch.ly.
10073
10074         (Probably also fixes similar problems with ancient
10075         transcriptions getting CueVoices instead of the desired voices.)
10076  
10077         * lily/context-def.cc (get_default_child): new function.
10078         (get_accepted): place default child in front of list.
10079
10080         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10081
10082         * lily/include/context-def.hh (struct Context_def): add
10083         default_accept_
10084
10085 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10086
10087         * scm/define-grobs.scm: remove "remove-first" line, since
10088         the absent property is set to #f anyway.
10089
10090         * Documentation/user/basic-notation.itely,
10091         advanced-notation.itely, instrument-notation.itely: minor
10092         fixes.
10093
10094         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10095
10096         * Documentation/user/advanced-notation.itely,
10097         changing-defaults.itely: consolidate Text stuff in
10098         advanced notation.
10099
10100         * Documentation/user/global.itely: better docs for \header.
10101
10102         * Documentation/user/putting.itely: new chapter; placeholder
10103         for future expansion.
10104
10105         * Documentation/user/examples.itely: moved "suggestions for
10106         writing LP files" section into putting.itely.
10107
10108         * Documentation/user/lilypond.itely: added new chapter,
10109         fixed the short table of contents.
10110
10111 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10112
10113         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10114         infinity for unfeasible beams.
10115
10116         * make/lilypond.fedora.spec.in (Group): idem.
10117
10118         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10119
10120         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10121
10122         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10123         fonts directly.
10124
10125         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10126
10127         * mf/GNUmakefile: remove all CFF rules.
10128
10129         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10130
10131         * lily/open-type-font-scheme.cc (LY_DEFINE):
10132         new function ly:otf-font-table-data.
10133         (LY_DEFINE): new function otf-font?
10134
10135 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10136
10137         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10138         ($(outdir)/Fontmap.lily): idem.
10139
10140         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10141         for PFAEmmentaler-XXX.pfa. 
10142
10143         * Documentation/user/music-glossary.tely (accidental): NL
10144         translation of accidental.
10145
10146 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10147
10148         * flower/include/international.hh: Bugfix: include "string.hh".
10149
10150         * lily/include/mingw-compatibility.hh: New file.
10151
10152         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10153
10154         * configure.in: Search for mingw wcrtomb library.
10155
10156 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10157
10158         * scripts/convert-ly.py: Bug fix
10159
10160         * Documentation/user/changing-defaults.itely (Common tweaks):
10161         Added example where the context has to be specified explicitly
10162         (MetronomeMark). 
10163
10164 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10165
10166         * scripts/lilypond-book.py (ly_options): set timing to #f for
10167         notime option.
10168
10169         * scripts/convert-ly.py (conv): typo.
10170
10171         * flower/*.cc: remove <? and >?
10172         
10173         * lily/*.cc: remove <? and >?
10174
10175         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10176         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10177         editor.
10178
10179 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10180
10181         * lily/part-combine-engraver.cc: add space to variable list.
10182
10183 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10184
10185         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10186         remove-first to false (matches docs)
10187
10188         * Documentation/user/advanced-notation.itely: corrected docs
10189         concerning remove-first.
10190
10191 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10192
10193         * lily/part-combine-engraver.cc: make sure that the relevant
10194         properties are included in the documentation.
10195
10196 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10197
10198         * Documentation/user/lilypond-book.itely: Bernard's docs
10199         for \betweenLilyPondSystem.
10200
10201 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10202
10203         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10204         remarks.
10205
10206 2005-04-28  Pal Benko  <benkop@freestart.hu>
10207
10208         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10209         only on vertical lines of flexa shape, and use a constant
10210         thickness value for horizontal lines (patch slightly modified by
10211         Jürgen Reuter)
10212
10213         * lily/include/mensural-ligature.hh: make 2 comments clearer
10214
10215 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10216
10217         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10218         to need_extra_horizontal_space; bugfix: use class scope to avoid
10219         global namespace pollution
10220
10221         * Documentation/user/instrument-notation.itely (ligatures): added
10222         comment on possible future syntax change and how to work around
10223
10224         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10225         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10226         intervals (fixes agnus dei example)
10227
10228         * Documentation/user/instrument-notation.itely (white mensural
10229         ligatures): selected a more illustrative example
10230
10231 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10232
10233         * Documentation/index.html.in: specify utf-8 charset in meta content.
10234
10235 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10236
10237         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10238         empty 2nd page for single page.
10239
10240         * scm/lily.scm: remove p&c definitions.
10241
10242         * po/zh_TW.po (Module): new translation.
10243
10244         * lily/lily-guile.cc (ly_chain_assoc): remove.
10245
10246         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10247         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10248
10249 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10250
10251         * lily/beaming-info.cc: remove infinity_i
10252
10253         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10254
10255 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10256
10257         * Documentation/user/basic-notation.itely,
10258         instrument-notation.itely, advanced-notation.itely,
10259         changing-defaults.itely: minor fixes.  Added docs
10260         for colors to advanced-notation.itely.
10261
10262         * Documentation/user/advanced-notation.itely: fixed compile
10263         problem and added Bernard's x11-color doc patch.
10264
10265 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10266
10267         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10268         alright this time round.
10269
10270 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10271
10272         * Documentation/topdocs/INSTALL.texi (Top): idem.
10273
10274         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10275
10276         * VERSION (MAJOR_VERSION): release 2.5.21
10277
10278         * scm/output-ps.scm (grob-cause): bugfix.
10279
10280 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10281
10282         * cygwin/*: Update.
10283
10284         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10285         stuff.
10286
10287         * scm/output-ps.scm (grob-cause): Bugfix.
10288
10289         * scm/lily.scm (ly:load): Remove x11-color.
10290
10291         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10292         quote executable, fixes getting version from program --with
10293         --options.
10294         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10295         $ac_exeect.
10296
10297         * Documentation/user/GNUmakefile: Only build music-glossary with
10298         rendered lilypond snippets during web.
10299
10300 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10301
10302         * po/de.po: update.
10303
10304         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10305
10306 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10307  
10308         * scripts/abc2ly:
10309         second title line append with punctuation dash character;
10310         encode abc2ly python strings in utf-8
10311        
10312 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10313
10314         * scripts/abc2ly fix chords (again)
10315  
10316 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10317
10318         * scm/x11-color.scm: new file
10319         All x11 color names can be accessed with:
10320         #(x11-color 'ColorName),
10321         #(x11-color "ColorName") or:
10322         #(x11-color "color name")
10323         If the x11 color name is not recognised then it defaults
10324         to black
10325
10326         * scm/lily.scm: amended to call scm/x11-color.scm
10327
10328 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10329
10330         * Documentation/user/invoking.itely (Reporting bugs): comment out
10331         reference to online PNG bug repository.
10332
10333 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10334
10335         * lily/translator-scheme.cc (ly:translator-property): Remove.
10336         Update callers.
10337
10338         * lily/context-scheme.cc (ly:context-now): Move from translator.
10339         Update callers.
10340
10341 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10342
10343         * input/regression/grid-lines.ly (skips): refine example.
10344
10345         * scm/define-context-properties.scm
10346         (all-user-translation-properties): doc autoBeamCheck
10347
10348         * input/regression/grid-lines.ly (Module): new file.
10349
10350         * lily/grid-point-engraver.cc (Module): new file.
10351
10352         * lily/grid-line.cc (Module): new file.
10353
10354         * lily/grid-line-span-engraver.cc (Module): new file.
10355
10356         * lily/grid-line-interface.cc (Module): new file.
10357
10358 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10359
10360         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10361         missing parameter, actualy cdr through list.  Actually return a
10362         list with ENTRY removed (was '()).
10363
10364         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10365         opened.
10366         (do_conversion): Fix printing of continuation comma.
10367
10368         * Documentation/user/advanced-notation.itely (Beam formatting):
10369         Remove refbugs about compound time and mixed duration.
10370
10371         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10372         modulo moments explicitely.
10373
10374         * lily/moment.cc (operator %): New function.
10375
10376         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10377
10378         * lily/translator-scheme.cc (ly:translator-now,
10379         ly:translator-property): New function.
10380
10381         * scm/auto-beam.scm (default-auto-beam-check): New function.
10382
10383         * lily/auto-beam-engraver.cc (test_moment): Use it.
10384
10385         * flower/rational.cc (operator %): Bugfix.
10386
10387 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10388
10389         * scripts/abc2ly: Bugfix
10390
10391 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10392
10393         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10394         %'s on EndFont comment.
10395
10396         * lily/ledger-line-spanner.cc: some more words of explanation.
10397
10398 2005-04-20  John Williams <williams@tni.com>  
10399         
10400         * scripts/lilypond-book.py: htmlquote bugfix.
10401         Allow snippets to be given distinct filenames.
10402         Allow the default alt text to be overridden.
10403
10404 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10405
10406         * ly/performer-init.ly: Bugfix
10407
10408         * THANKS: Added bughunters.
10409
10410 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10411
10412         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10413
10414         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10415         position (was: use modulo measure length).
10416
10417         * configure.in (no gui_b): Remove optional gtk+ requirement.
10418
10419 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10420
10421         * Documentation/user/basic-notation.itely (Pitches): add
10422         LedgerLineSpanner.
10423
10424         * lily/dynamic-engraver.cc (process_music): set right bound to
10425         script if present. Else, do not set.
10426         (acknowledge_grob): only set right bound of finished spanner to
10427         note column if no other bound is set.
10428
10429         * python/lilylib.py (make_ps_images): switch back to png16m.
10430         
10431 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10434         writing up to date file.  Add dvips usage suggestion.
10435
10436         * scripts/convert-ly.py: Fix error message.
10437         Print usage if no files on command line.
10438         (usage): Add example usage.
10439
10440         * input/test/compound-time.ly: New file.
10441
10442         * input/test/circle.ly: New file.
10443
10444         * Documentation/topdocs/NEWS.tely: Use them.
10445
10446         * input/test/boxed-stencil.ly: Remove \score.
10447
10448         * buildscripts/mf-to-table.py (base): Add .log dependency.
10449
10450         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10451         pfa's.  Add .log dependency
10452
10453         * scm/define-markup-commands.scm (lower): New command.
10454
10455         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10456         make it default.
10457
10458 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10459
10460         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10461         also to finished cresc as right bound. This fixes:
10462         skip-string-decresc.ly
10463
10464         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10465         relative_coordinate if extent is empty.
10466
10467         * lily/stem.cc (width_callback): determine correct extent if flag
10468         is not there. This fixes slur-no-flag.ly
10469
10470         * lily/grace-engraver.cc (consider_change_grace_settings): new
10471         function.
10472         (initialize): also consider_change_grace_settings() on
10473         initialization. Fixes large grace notes at start of score.
10474
10475         * lily/break-align-interface.cc (do_alignment): don't translate if
10476         total_extent is empty.
10477
10478         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10479
10480 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10481
10482         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10483         with slash.
10484
10485 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10486
10487         * stepmake/aclocal.m4: Remove tfm_path.
10488
10489 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10490
10491         * scm/music-functions.scm (markup-expression->make-markup): fix
10492         bug with cons arguments of markup commands.
10493         (music->make-music): fix music expression property list building
10494
10495 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10496
10497         * aclocal.m4: Massage package names.
10498
10499         * SCons updates.
10500
10501 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10502
10503         * VERSION (PACKAGE_NAME): release 2.5.20
10504
10505         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10506         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10507
10508         * lily/percent-repeat-engraver.cc (try_music): add measure before
10509         next_moment to future processing moment. Fixes:
10510         percent-repeat-mm-rest.ly
10511         (process_music): don't add moment for 2nd time.
10512
10513         * input/regression/repeat-percent.ly: add mmrests as extra test.
10514
10515         * lily/axis-group-engraver.cc (acknowledge_grob): read
10516         keepAliveInterfaces to decide what to kill.
10517
10518         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10519         percent-repeat-interface to keepAliveInterfaces. This fixes
10520         percent-repeat-harakiri.
10521
10522 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10523
10524         * SCons updates.
10525
10526 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10527
10528         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10529
10530         * aclocal.m4: remove --enable-tfm-path configure option
10531
10532         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10533
10534         * scm/backend-library.scm (postscript->png): newline after
10535         finishing command.
10536
10537         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10538         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10539
10540         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10541
10542         * lily/score.cc (default_rendering): use Music_output too.
10543
10544         * input/test/chord-names-languages.ly (Module): rename file.
10545
10546         * lily/text-spanner.cc: add bound-padding.
10547
10548         * lily/paper-book.cc (systems): accept Paper_score
10549         iso. Paper_system vector. 
10550
10551         * input/regression/line-arrows.ly: new file.
10552
10553         * lily/paper-score.cc (process): run get_paper_systems() only once.
10554
10555         * lily/line-spanner.cc (line_stencil): add arrows.
10556
10557 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10558
10559         * lily/line-interface.cc (make_arrow): new function. 
10560         (arrows): idem.
10561
10562 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10563
10564         * input/test/chord-names-german.ly: update for italian/french
10565         chords.
10566         
10567         * Documentation/user/instrument-notation.itely (Printing chord
10568         names): update.
10569
10570 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10571
10572         * lily/include/paper-score.hh (class Paper_score): remove unused
10573         prototypes.
10574
10575         * lily/book.cc (process): add -COUNT to midi output.
10576
10577         * lily/score.cc (book_rendering): remove outname argument
10578         (book_rendering): return list of Music_outputs. 
10579
10580         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10581
10582         * lily/book.cc (process): loop over Music_outputs returned from
10583         Score::book_rendering().
10584
10585         * lily/*.cc (width_callback): remove spurious "unused" warnings
10586         for assert (axis==[XY]_AXIS); 
10587
10588         * lily/include/music-output.hh (class Music_output): smobify class.
10589
10590         * lily/include/paper-score.hh (class Paper_score): make members
10591         private.
10592
10593         * lily/performance.cc (process): return #f iso. #<undefined>. This
10594         prevents #<undefined> leaking into GUILE-userspace.
10595
10596 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10597
10598         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10599
10600 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10601
10602         * scm/chord-name.scm : support for italian and french
10603         chords names.
10604
10605         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10606         a space defined by chordPrefixSpacer when the root name is
10607         direclty followed by a prefix.
10608
10609         * ly/engraver-init.ly : chordPrefixSpacer       
10610         * scm/define-context-properties.scm : chordPrefixSpacer
10611         * ly/property-init.ly : italianChords, frenchChords 
10612
10613 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10614
10615         * mf/feta-din.mf: Remove.
10616
10617         * mf/GNUmakefile (fontdir): Bugfix.
10618
10619         * mf/SConstruct: Some updates.
10620
10621         * SConstruct: Require pkg-config.
10622         (test_program): Bugfix for double digit version compares, use
10623         integer (not string-) compare.
10624         Optionally require gs 8.14.
10625
10626         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10627
10628         * lily/*: s/ifdef HAVE_*/if have/.
10629
10630         * SConstruct (test_lib): New function.  Update pkg-config and some
10631         other requirements.
10632
10633         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10634         freetype, pangof2t.
10635
10636 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10637
10638         * po/lilypond.pot, ...: Update using bison-CVS.
10639
10640         * python/lilylib.py (make_ps_images): Fixo.
10641
10642 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10643
10644         * python/lilylib.py (make_ps_images): typo.
10645
10646         * configure.in (gui_b): make bison optional.
10647
10648         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10649
10650 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10651
10652         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10653         with one parameter can be defined in a LaTeX file when processed
10654         by lilypond-book this will be evaluated between the systems of
10655         a multi-system score. The parameter is the number of systems processed.
10656
10657 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10658
10659         * python/lilylib.py (make_ps_images): Escape newline.
10660
10661         * Documentation/user/music-glossary.tely: Run
10662         texinfo-all-menus-update.
10663
10664 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10665
10666         * scm/lily-library.scm (old-relative-not-used-message)
10667         (version-not-seen-message): Add input-file-name-location to message.
10668
10669         * lily/parser.yy (lilypond): Add token aliases.
10670
10671         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10672         not confuse with alteration.
10673         (alteration): Add.
10674
10675 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10676
10677         * python/lilylib.py (make_ps_images): use -dEPSCrop
10678
10679         * VERSION (PACKAGE_NAME): release 2.5.19 
10680
10681         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10682         only put xrefs in info documentation.
10683
10684         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10685         .pdf rule to tex-rules.make.
10686
10687         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10688         from -systems.* output.
10689
10690         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10691         directly, remove -$(PAGESIZE) target.
10692
10693         * input/test/embedded-postscript.ly: update.
10694
10695 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10696
10697         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10698
10699         * Documentation/user/changing-defaults.itely (Font selection):
10700         document font-name.
10701
10702         * input/regression/font-name.ly: show Pango fonts for
10703         font-name. Update example. 
10704
10705         * lily/pango-select.cc (properties_to_pango_description): don't
10706         convert symbol font-size to number, but use to lookup.
10707
10708         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10709
10710         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10711         (NAME . FILE-NAME) tuples for font descriptions. 
10712         (write-preamble): display BeginFont DSC comments.
10713
10714         * python/fontextract.py (write_extracted_fonts): new file. Extract
10715         font resources from a PS file.
10716
10717         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10718         (Compile_error.process_include): do_file returns chunks.
10719
10720         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10721
10722         * make/lysdoc-targets.make: .texi is .PRECIOUS
10723
10724         * scripts/lilypond-book.py (write_if_updated): new function.
10725
10726 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10727
10728         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10729
10730 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10731
10732         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10733
10734         * input/regression/markup-syntax.ly: remove \score.
10735
10736         * scm/define-markup-commands.scm (draw-circle): add fill argument
10737
10738         * scm/stencil.scm (make-circle-stencil): add fill argument
10739
10740         * ps/music-drawing-routines.ps: add fill argument.
10741
10742         * ly/performer-init.ly: add CueVoice to MIDI too.
10743
10744         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10745         EndEPSF.
10746
10747         * input/regression/markup-eps.ly: new file.
10748
10749         * scm/framework-ps.scm (write-preamble): change order: vars should
10750         be inited before procedures.
10751
10752         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10753         for EPS files.
10754
10755         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10756
10757 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10758
10759         * configure.in (gui_b): add check for ghostscript 8.15
10760
10761 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10762
10763         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10764         start of line. Fixes cresc-after-newline.ly
10765
10766         * lily/source-file.cc (file_line_column_string): use get_column().
10767
10768 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10769
10770         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10771
10772 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * lily/*: use message () iso progress_indication () for messages.
10775         Revise/uniformise user messages.
10776
10777         * flower/warn.cc (progress_indication): New function.
10778         (message): Use it.  Fixes newline problems.
10779
10780         * config.make.in (webdir): Sort out install dirs.
10781
10782         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10783
10784         * python/lilylib.py (command_name): Bugfix.
10785         (make_ps_images):
10786
10787 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10788
10789         * lily/main.cc: --help says what types of backends are availabe
10790
10791 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10792
10793         Fix ./VERSION dependency, and without need to reconfigure.
10794
10795         * lily/main.cc (setup_paths): Update.
10796
10797         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10798
10799         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10800
10801         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10802         Add \line for some simplistic cases.
10803
10804         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10805
10806 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10807
10808         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10809         to compile LY files (useful for adding eg. "-I" args)
10810         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10811         2Gnome command for gnome backend.
10812         (LilyPond-command-formatgnome): call the 2Gnome command. key
10813         binding: C-c C-g
10814
10815 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10816
10817         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10818         depend on all PNG images.
10819
10820 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10821
10822         * GNUmakefile.in: Bugfix: also link .map files.
10823
10824 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10825
10826         * scm/music-functions.scm (music->make-music): generate 
10827         a (make-music ...) sexpr from a music expression.
10828         (display-scheme-music): use guile pretty printer to display the
10829         make-music sexpr.
10830
10831 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10832
10833         * ly/engraver-init.ly: reindent.
10834         Add CueVoice.
10835
10836         * scm/music-functions.scm (music-pretty-string): handle moments
10837         too.
10838         (music-pretty-string): only print non-empty lists.
10839         (cue-substitute): create CueVoice context, which has smaller type.
10840
10841         * lily/moment-scheme.cc (LY_DEFINE): new methods
10842         ly:moment-grace-{numerator,denominator}
10843
10844         * lily/context-handle.cc: remove quit() method. 
10845
10846         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10847         (init_fontconfig): success is 0, not !0
10848
10849 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10850
10851         * mf/feta-nummer-code.mf (code): add plus glyph.
10852
10853         * lily/tie.cc (print): idem.
10854
10855         * lily/slur.cc (print): don't use thickness property for
10856         slur shape-thickness.
10857
10858         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10859         while adding stencils.
10860
10861         * scm/define-markup-commands.scm (with-color): with-color markup
10862         command.
10863         (whiteout): new markup command 
10864         (filled-box): new markup command
10865
10866 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10867
10868         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10869         test for PDF docs.
10870
10871         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10872         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10873         
10874         Notes for tetex-3.0 make web:
10875            psclean.map: s/uhv8a/uhvr8a/
10876            config.ps add:
10877                 p +psfonts_t1.map
10878                 p +psclean.map
10879                 p +typeface.map
10880
10881 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10882
10883         * scm/music-functions.scm (music-pretty-string): fix bug with
10884         string argument.
10885
10886 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10887
10888         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10889
10890 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10891
10892         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10893         only process options if they're there.
10894         (write_file_map): add version-seen? to snippet-map.ly
10895
10896 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10897
10898         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10899         formatting cleanups.
10900
10901         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10902         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10903
10904 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10905
10906         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10907         name directly.
10908
10909         * lily/main.cc (setup_paths): either add mf/out to search path or 
10910         fonts/{otf,type1,etc}
10911         
10912         * lily/font-config.cc (init_fontconfig): either add mf/out to
10913         FontConfig or fonts/{otf,type1,etc}
10914
10915         * GNUmakefile.in: don't put mf/ link in share/ dir.
10916
10917         * lily/staff-spacing.cc: move same-direction-correction to
10918         note-spacing-interface
10919
10920         * scm/lily.scm (lilypond-main): use variable argument count for
10921         exception handler.
10922
10923         * lily/font-config.cc (init_fontconfig): add operator pacification
10924         message.
10925
10926         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10927
10928         * buildscripts/gen-emmentaler-scripts.py (i): generate
10929         PFAEmmentaler as well.
10930
10931         * scm/framework-ps.scm (munge-lily-font-name): new function
10932         (write-preamble): hack: insert PFA equivalent of CFF into
10933         .PS. This makes LilyPond output printable on normal PS printers
10934         again.
10935
10936         * buildscripts/gen-emmentaler-scripts.py (i): generate
10937         PFAEmmentaler.pfa aswell.
10938
10939 2005-04-06  John Williams <williams@tni.com>  
10940         
10941         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10942         
10943 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10944
10945         * scm/page-layout.scm (default-page-make-stencil): always combine
10946         the header stencil, even if empty. This prevents the body text to
10947         reach up to the margins.
10948
10949         * po/rw.po (Module): new file, for Kinyarwanda.
10950
10951         * input/test/spacing-optical.ly (Module): new file.
10952
10953         * lily/staff-spacing.cc: add same-direction-correction
10954
10955 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * Documentation/user/introduction.itely (Engraving): Comment-out
10958         non-existent file.
10959
10960 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10961
10962         * scm/define-grob-properties.scm (all-user-grob-properties): add
10963         same-direction-correction
10964
10965         * VERSION: release 2.5.18
10966
10967 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10968
10969         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10970         dereferencing.  Fixes make web.
10971
10972         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10973         errno.h.
10974
10975         * Documentation/user/: Fix links.
10976
10977 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10978
10979         * lily/text-interface.cc (Module): rename from text-item.cc
10980
10981         * input/regression/apply-output.ly (texidoc): function naming fix.
10982
10983         * lily/time-signature-performer.cc (derived_mark): new function.
10984
10985         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10986
10987         * scripts/lilypond-book.py (find_linestarts): new function.
10988         (find_toplevel_snippets): keep track of line numbers.
10989
10990         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10991         all key changes.
10992
10993         * ly/declarations-init.ly (partCombineListener): use
10994         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10995
10996         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10997
10998 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10999
11000         * lily/text-item.cc: Fix link.
11001
11002         * Documentation/user/changing-defaults.itely (Changing defaults):
11003         Fix programs reference links.
11004
11005         * Documentation/user/music-glossary.tely: Convert to utf-8.
11006
11007 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11008
11009         * make/lilypond-vars.make: remove TEXMF from variables.
11010         remove DEB_BUILD pk font variables.
11011         remove GUILE_LOAD_PATH
11012         remove TeX memory vars.
11013
11014 2005-04-04  Werner Lemberg  <wl@gnu.org>
11015
11016         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11017
11018 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11019
11020         * ps/lilyponddefs.ps: remove reencode-font
11021
11022         * lily/simple-spacer.cc (add_columns): also compare
11023         directly. Column rank doesn't distinguish between broken and
11024         unbroken columns. This fixes large spaces before time sig changes.
11025
11026         * Documentation/user/point-and-click.itely: document ly:set-option.
11027
11028         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11029         point_and_click_global is set.
11030
11031         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11032         ly:set-option argument.
11033
11034 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11035
11036         * GNUmakefile.in: Include symlinks in webball.
11037
11038         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11039         source dir for split and non-split manuals.
11040
11041         * Documentation/user/*y: Fix @uref/@inputfile links for
11042         split/non-split HTML documents.
11043
11044         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11045         .ps.gz.
11046         
11047 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11048
11049         * GNUmakefile.in: Add newline.
11050
11051 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11052
11053         * tex/lilyponddefs.tex: use color instead of xcolor
11054         * scm/output-tex.scm: minor editing
11055
11056 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11057
11058         * scm/music-functions.scm (display-scheme-music): pretty printer
11059         for music expressions.
11060
11061 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11062
11063         * buildscripts/install-info-html.sh (index_file): Fix link.
11064
11065 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11066
11067         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11068
11069         * Documentation/index.html.in: Add size estimates with some big pages.
11070
11071         * Documentation/user/tutorial.itely (Running LilyPond for the
11072         first time): Add/replace some @rglos links.  TODO: add more
11073         @rglos links in tutorial, test non-intrusiveness (.css).
11074
11075         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11076         annoying's indication of referencing external document.
11077
11078         * Documentation/user/GNUmakefile: Split version of glossary too.
11079         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11080         links, not only for html.
11081
11082         * Documentation/user/introduction.itely: Fix some links for other
11083         than html, do not use `here' as link name.
11084
11085 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11086
11087         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11088         @glossaryref.
11089
11090 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11091
11092         * scm/page-layout.scm (default-page-make-stencil): only add header
11093         if existing and not empty. Fixes spurious programming error.
11094
11095         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11096
11097 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11098
11099         * scm/output-tex.scm: implement {re,}setcolor
11100         * tex/lilyponddefs.tex: use color package
11101
11102 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11103
11104         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11105         additions to website.
11106
11107         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11108
11109         * Documentation/user/macros.itexi: Fix @usermanref html links in
11110         split documents: use @inforef.
11111
11112 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11113
11114         * Documentation/user/programming-interface.itely: minor fix.
11115
11116         * Documentation/user/advanced-notation.itely: added info to
11117         Metronome markings.
11118
11119 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11120
11121         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11122         use box-stencil.  Remove y-padding argument.
11123         (make-stencil-circler): New function.
11124
11125         * buildscripts/lilypond-words.py (F): 
11126         * elisp/SConscript (a): 
11127         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11128         * vim/SConscript (a): 
11129         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11130
11131         * lily/general-scheme.cc: Build fix.
11132
11133         * scm/markup.scm:
11134         * input/regression/markup-scheme.ly: 
11135         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11136
11137         * scm/stencil.scm (make-circle-stencil): New function.
11138
11139         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11140         name (was cicle).  Update callers.
11141         (circle): New markup command, similar to box.
11142
11143         * scm/stencil.scm (circle-stencil): New function.
11144
11145 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11146
11147         * configure.in: Detect libutf8/wchar.h variant.
11148
11149         * stepmake/aclocal.m4: Modify shared size test.
11150
11151 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11152
11153         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11154
11155 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11156
11157         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11158         
11159         * VERSION (PACKAGE_NAME):  release 2.5.17
11160
11161 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11162
11163         * scm/backend-library.scm (postscript->png): Fix comment and png
11164         message.
11165
11166         * GNUmakefile.in (link-tree): Fix locales.
11167
11168 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11169
11170         * lily/stencil-scheme.cc (LY_DEFINE): change to
11171         ly:stencil-aligned-to, non mutating.
11172
11173         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11174
11175         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11176
11177         * lily/quote-iterator.cc (derived_mark): call
11178         Music_wrapper_iterator::derived_mark() too.
11179
11180         * lily/grace-engraver.cc (derived_mark): change signature, add
11181         const.
11182
11183 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * SConstruct (symlink): 
11186         * GNUmakefile.in (link-tree): Add scripts to prefix.
11187
11188         * lily/general-scheme.cc (ly:effective-prefix): New function.
11189
11190         * scm/backend-library.scm (postscript->png): Use it.
11191
11192 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11193
11194         * lily/paper-score.cc (process): don't delete grobs after
11195         producing stencils. 
11196
11197         * scm/part-combiner.scm (determine-split-list): switch off
11198         debugging info.
11199
11200         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11201         if available.
11202
11203         * scm/define-context-properties.scm
11204         (all-user-translation-properties): add stringNumberOrientations.
11205
11206         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11207         so fingering and string-numbers are separately controlled.
11208
11209 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11212         not use debugging.
11213
11214 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11215
11216         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11217
11218         * config.hh.in: add HAVE_FONTCONFIG.
11219
11220         * Documentation/user/instrument-notation.itely (String number
11221         indications): new node.
11222
11223         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11224
11225         * lily/new-fingering-engraver.cc (add_string): new function. 
11226         (acknowledge_grob): accept string-number-event as well.
11227
11228         * scm/define-markup-commands.scm (circle): new markup command.
11229
11230         * scm/output-lib.scm (print-circled-text-callback): new function.
11231
11232         * lily/GNUmakefile: move ifeq after include stepmake.make.
11233
11234 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11235
11236         * config.make.in (HAVE_LIBKPATHSEA_SO):
11237         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11238
11239         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11240         add KPATHSEA_LIBS.
11241
11242         * debian/watch: 
11243         * debian/control: Update.
11244
11245 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11246
11247         * input/test/title-markup.ly (spaceTest): remove.
11248
11249         * input/test/embedded-tex.ly (Module): remove.
11250
11251         * input/test/music-box.ly: use 'name property, not ly:music-name.
11252
11253         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11254
11255         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11256
11257 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11260         about xdeltas.  Add information about CVS.
11261
11262         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11263         gracefully handle failed files.
11264
11265         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11266
11267         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11268         small fixes.
11269
11270         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11271         No unnecessarily specific i18n messages.  Remove stray `1'.
11272
11273 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11274
11275         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11276         documentencoding
11277
11278         * scm/documentation-lib.scm (texi-file-head): set utf-8
11279         documentencoding.
11280
11281         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11282         Delta, not the Symbol one. 
11283
11284         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11285         for the .map file.
11286
11287         * Documentation/topdocs/INSTALL.texi (Top): add running
11288         requirement as compilation requirement.
11289
11290 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11291
11292         * buildscripts/mutopia-index.py (headertext): add h1 header and
11293         utf-8 charset meta field.
11294
11295         * input/GNUmakefile: prune example list.
11296
11297         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11298         options.
11299
11300         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11301         extent for visible stems.
11302
11303         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11304
11305 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11306
11307         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11308
11309         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11310
11311 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11312
11313         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11314         pass inf/nan into slur scoring.
11315
11316         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11317         page.
11318
11319         * scripts/abc2ly.py (dump_voices): use alphabet().
11320
11321 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11322         
11323         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11324
11325 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11326         
11327         * flower/include/virtual-methods.hh: simplify. Patch by
11328
11329 2005-03-25  John Williams <williams@tni.com>  
11330
11331         * scripts/lilypond-book.py (main): add png for HTML too, guess
11332         only if necessary. 
11333
11334 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11335
11336         * Documentation/topdocs/INSTALL.texi: now recommends
11337         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11338
11339         * Documentation/user/basic-notation.itely,
11340         Documentation/user/tutoria.itely: warn about
11341         only one (phrasing) slur at once.
11342
11343 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11344
11345         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11346
11347 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11348
11349         * Documentation/user/basic-notation.itely: fixed info about
11350         ending a (de)cresc.
11351
11352         * Documentation/user/lilypond-book.itely: fixed
11353         lilypond-book filter example and warned about not doing
11354         --filter and --process at the same time.
11355
11356 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11357
11358         * lily/parser.yy (bass_number),
11359         Documentation/user/instrument-notation.itely (Figured bass): 
11360         Add the possibility to use text markup in figured bass. 
11361
11362 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11363
11364         * Documentation/user/global.itely: added info about naming
11365         identifiers and breakbefore.
11366
11367         * Documentation/user/invoking.itely: added info about batch
11368         processing files with convert-ly, removed references to TeX
11369         in the jail section.
11370
11371         * Documentation/user/examples.itely: possibly fixed piano
11372         dynamics.
11373
11374         * Documentation/user/advanced-notation.itely: added info
11375         about removing other types of Staff.
11376
11377         * Documentation/user/instrument-notation.itely: possibly
11378         fixed piano staff line switch.
11379
11380         * Documentation/user/changing-defaults.itely: added info
11381         about using normal font in titles.
11382
11383 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11384
11385         * VERSION (PATCH_LEVEL): release 2.5.16
11386
11387         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11388         explicitly.
11389
11390 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11391
11392         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11393         whitespace.
11394
11395         * python/lilylib.py (make_ps_images):
11396         * scm/backend-library.scm (postscript->pdf, postscript->png):
11397         Quote file name.  Use format rather than string-append juggling.
11398
11399 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11400
11401         * python/lilylib.py (make_ps_images): add x to -g argument. 
11402
11403         * lily/key-performer.cc (create_audio_elements): don't use
11404         scm_eval_string. Check for minor 3rd directly.
11405   
11406         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11407         (sarabandeCelloGlobal): key is D minor, not F major.
11408
11409 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11410
11411         Fix truncated --png output (Peter Danenberg).
11412         
11413         * python/lilylib.py (make_ps_images):
11414         * scripts/ps2png.py (copyright): Grok --papersize option.
11415
11416         * scm/backend-library.scm (postscript->png): Add parameter
11417         PAPERSIZE.  Update callers.
11418
11419         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11420         Fixes symbol placement.
11421
11422         * lily/spanner.cc: 
11423         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11424         <libc-extension.hh>).
11425
11426 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11427
11428         * Nitpick run.
11429
11430         * buildscripts/fixcc.py: Update.
11431
11432         Builddir run fixes.
11433
11434         * HACKING (datadir): Add VERSION.
11435
11436         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11437         higher up.
11438
11439 2005-03-15  Werner Lemberg  <wl@gnu.org>
11440
11441         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11442         diagonal stem doesn't become thinner.
11443
11444 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11445
11446         * buildscripts/fixcc.py: Fixes (Werner).
11447
11448 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11449
11450         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11451         Emmentaler/Aybabtu.
11452
11453         * GNUmakefile.in: fix lilypond-words path.
11454
11455         * po/tr.po: update to 2.3.21
11456
11457         * lily/new-fingering-engraver.cc (position_scripts): take priority
11458         from head position.
11459
11460         * input/regression/finger-chords-order.ly (texidoc): new file.
11461
11462 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * make/ly-rules.make: 
11465         * stepmake/aclocal.m4: 
11466         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11467
11468         * buildscripts/fixcc.py (rules): Leave space after operator.
11469
11470 2005-03-14  Werner Lemberg  <wl@gnu.org>
11471
11472         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11473         top of the glyph with smooth curve.
11474
11475 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11476
11477         * Documentation/user/global.itely (Page layout): remove
11478         printpagenumber.
11479
11480 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11481
11482         * input/regression/mensural-ligatures.ly: new file (with examples
11483         compiled by Pal Benko).
11484
11485         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11486         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11487         musicglyph access.  Many small beautifications in ancient
11488         examples.
11489
11490         * input/test/divisiones.ly: fixed indentation; small
11491         beautifications
11492
11493         * ly/engraver-init.ly: added FIXME comment
11494
11495         * scripts/lilypond-book.py,
11496         Documentation/user/lilypond-book.itely: added music fragment
11497         option "packed" to lilypond-book
11498
11499         * Documentation/user/instrument-notation.itely: Bugfix: added
11500         missing LedgerLineSpanner color setting in several places.  Added
11501         music fragment option "packed" to VaticanaContext example.
11502
11503 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11504
11505         * scm/define-grobs.scm (all-grob-descriptions): switch off
11506         Hyphen_spanner::set_spacing_rods 
11507
11508         * lily/lyric-hyphen.cc (print): add padding between syllable and
11509         hyphen.
11510         (print): shorten hyphen in tight situations (determine using
11511         minimum-length)
11512
11513         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11514         0.4pt.
11515
11516 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11517
11518         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11519
11520         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11521         header/footer markings for regression-test.
11522
11523         * scm/backend-library.scm (output-scopes, header-to-file): Move
11524         from framework-tex.scm.
11525
11526         * scm/framework-ps.scm (output-framework)
11527         (output-preview-framework):
11528         * scm/framework-eps.scm (output-classic-framework)
11529         (output-framework): Use it.  Fixes collated files.
11530
11531 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11532
11533         * input/sakura-sakura.ly: 
11534         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11535
11536         * buildscripts/guile-gnome.sh: Update.
11537
11538         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11539
11540         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11541
11542 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11543
11544         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11545         culprit: always exit the loop if we find a rod, even if it has
11546         distance < 0. 
11547
11548         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11549         algorithm.
11550
11551         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11552         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11553
11554         * scm/output-svg.scm (dashed-line): new  function body.
11555         
11556         * GNUmakefile.in: create .htaccess.
11557
11558 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11559
11560         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11561
11562 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11563
11564         * VERSION (PACKAGE_NAME): release 2.5.15
11565
11566         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11567
11568         * scm/framework-svg.scm (output-framework): put scaling in
11569         document header. Apply scaling only once.
11570         (output-framework): dump page size in px, not mm. 
11571
11572         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11573         from font-size.
11574
11575         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11576         ly:outputter-output-scheme, new function.
11577
11578         * scm/output-svg.scm (pango-description-to-svg-font): new function
11579
11580 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11581
11582         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11583         target.
11584
11585         * input/typography-demo.ly: new file.
11586
11587 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11588
11589         * Documentation/user/global.itely (File structure): Add markup blocks
11590         to toplevel expressions.
11591         (Multiple movements, Creating titles): Add markup blocks.
11592
11593         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11594         <libc-extension.hh>).
11595
11596         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11597
11598         * flower
11599         * lily
11600         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11601
11602 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11603
11604         * lily/accidental.cc: special bboxes for natural. 
11605
11606         * mf/feta-toevallig.mf: make stems heavier.
11607
11608         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11609         texts as well.
11610
11611         * mf/feta-klef.mf: revise. 
11612
11613         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11614
11615         * mf/feta-klef.mf: add rounded curve at top. 
11616         make thinnib a little heavier.
11617
11618 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11619
11620         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11621
11622         * buildscripts/fixcc.py: New file.
11623
11624         * input/regression/utf8.ly: Update Debian font description.
11625
11626 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11627
11628         * stepmake/aclocal.m4: Fix test.
11629
11630 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11631
11632         * Documentation/user/invoking.itely: added Sebastino Vigna's
11633         docs for the --jail option.
11634
11635 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11636
11637         * lily/stem.cc (print): only produce stemlets if there are no
11638         noteheads on this stem.
11639
11640         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11641         don't crash on stemlet (visible stem without heads).
11642
11643         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11644         unbroken situations. 
11645
11646         * scm/output-lib.scm (center-invisible): new function.
11647
11648         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11649         wishes to determine loose column space.
11650
11651         * lily/font-config.cc (init_fontconfig): add
11652         fonts/{otf,type1,cff}  to path.
11653
11654         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11655
11656         * mf/GNUmakefile (Module): install all fonts under otf/
11657
11658         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11659         replace /fonts/otf/ by /ps/ 
11660
11661         
11662 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11663
11664         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11665
11666         * lily/book.cc (process): Oops, add score_.header_.
11667
11668         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11669
11670         * lily/parser.yy: Handle toplevel and book texts as score.
11671
11672         * scm/page-layout.scm (default-page-make-stencil):
11673         Bugfix: (page-properties rename.
11674
11675         * scm/backend-library.scm (ly:system): Typo.
11676
11677 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11678
11679         * stepmake/stepmake/executable-targets.make (installexe): don't
11680         strip installed executables
11681
11682         * lily/font-select.cc (get_font_by_design_size): revert
11683         pango_description_string as well.
11684
11685         * lily/system.cc (set_loose_columns): put loose column just left
11686         of next column.
11687
11688         * lily/include/group-interface.hh (extract_grob_array): rename
11689         from Pointer_group_interface__extract_grobs
11690
11691         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11692
11693         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11694         function. Keep ledgered note heads at a minimum distance.
11695         Introduce minimum-length-fraction
11696         (print): introduce length-fraction property.
11697
11698 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11699
11700         * tex/GNUmakefile: remove latin1.enc rules.
11701
11702 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11703
11704         * scm/titling.scm: Typo.
11705
11706         * input/regression/score-text.ly: Really add.
11707
11708         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11709
11710 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11711
11712         * lily/open-type-font-scheme.cc:  new file.
11713
11714 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11715
11716         * scm/titling.scm (layout-extract-page-properties): Rename from
11717         page-properties.  Update callers.
11718
11719         * lily/lexer.ll (Lily_lexer):
11720         * lily/parser.yy: Junk lyric_markup state.
11721
11722         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11723
11724         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11725         Add texts parameter.
11726
11727 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * lily/lexer.ll (lyric_markup): New mode.
11730         (Lily_lexer::push_lyric_markup_state): New method.
11731         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11732
11733         * lily/parser.yy (book_body):
11734         (toplevel_expression): Grok \markup texts.
11735
11736         * lily/score-scheme.cc (ly:music-scorify): 
11737         * scm/lily-library.scm (collect-music-for-book): Take texts
11738         parameter.
11739
11740         * lily/score.cc (texts_): New member.
11741
11742         * lily/paper-book.cc (systems): Format score texts.
11743
11744         * score-text.ly: New file.
11745
11746         * ttftool/SConscript:
11747         * kpath-guile/SConscript: New file.
11748
11749         * lily/SConscript:
11750         * SConstruct: Update.
11751
11752 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11753
11754         * VERSION (PACKAGE_NAME): release 2.5.14
11755
11756 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11757
11758         * lily/main.cc: Add dummy xgettext markers.
11759
11760 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11761
11762         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11763         requirements
11764
11765         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11766         executable is < 40k
11767
11768         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11769         hack.
11770
11771 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11772
11773         * flower/libc-extension.cc:
11774         * flower/include/libc-extension.hh: [Open]BSD simply cast
11775         cookie/funopen declarations.
11776
11777         * stepmake/aclocal.m4: Check for libkpathsea.so.
11778
11779         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11780         dl_kpse_find_file.
11781
11782 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11783
11784         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11785         (open_library): alternative for static library.
11786
11787 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11788
11789         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11790
11791         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11792
11793         Drop run-time dependency on teTeX.
11794
11795         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11796
11797         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11798         KPATHSEA_LIBS in LIBS.
11799         (STEPMAKE_DLOPEN): New function.
11800
11801         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11802         not path.
11803
11804         * flower/file-path.cc (directories): Rename from paths, as this
11805         return an array of directories (a single path).
11806
11807 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11808
11809         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11810
11811         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11812         new ly:kpathsea-find-file
11813
11814         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11815
11816         * kpath-guile/GNUmakefile: new file
11817
11818         * buildscripts/gen-emmentaler-scripts.py (i): generate
11819         emmentaler-X.fontname as well.
11820
11821         * buildscripts/ps-embed-cff.py: new script
11822
11823         * scm/lily-library.scm: remove ps-embed-cff.
11824
11825         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11826         font loading. 
11827
11828         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11829         fontconfig as well.
11830
11831         * lily/font-config.cc (init_fontconfig): add cff/ too.
11832
11833         * ly/generate-embedded-cff.ly: capitalize.
11834
11835         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11836         so as to register the pango font.
11837
11838         * lily/font-config.cc (init_fontconfig): add
11839         prefix/{otf,type1,mf/out} to fontconfig path.
11840
11841         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11842         overrides all. 
11843
11844         * configure.in (gui_b): remove ec mftrace check
11845
11846         * config.hh.in: use lilypond-Major.Minor as data directory.
11847
11848         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11849
11850         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11851         name.
11852
11853 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11854
11855         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11856         error messages.
11857
11858         * flower/libc-extension.cc:
11859         * flower/include/libc-extension.hh: [Open]BSD fixes for
11860         cookie/funopen declarations.
11861
11862 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11863
11864         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11865         emmentaler.
11866
11867         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11868         lcrm10.
11869
11870         * scm/define-markup-commands.scm (fontsize): new markup
11871         command. Also set baseline-skip
11872
11873 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11874         
11875         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11876         use.
11877
11878 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11879
11880         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11881
11882         * lily/pdf.cc: remove PDF related files
11883
11884 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11885
11886         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11887         <hamamatsu@gmx.de>
11888
11889 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11890
11891         * Documentation/user/advanced-notation.itely: first draft
11892         of reorg done.
11893
11894         * Documentation/user/global.itely: fixed (sub)section
11895         bits of MIDI.
11896
11897 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11898
11899         * cygwin/mknetrel (extras): Bufix (Bertalan).
11900
11901         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11902         * Documentation/user/instrument-notation.itely (Introducing chord
11903         names): Compile fix: must have unique name.
11904
11905 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11906
11907         * Documentation/user/instrument-notation.itely: reorg.
11908
11909 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11910
11911         * scm/output-gnome.scm:
11912         * scm/output-svg.scm: Fix font scaling.
11913
11914 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11917         what link to use best.
11918
11919         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11920         * Documentation/user/tutorial.itely (Automatic and manual beams):
11921         Fix @ref.
11922
11923         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11924         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11925         * scm/framework-gnome.scm (tweak): Use it.
11926
11927 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11928
11929         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11930
11931         * scm/output-ps.scm (white-text): reinstate white-text
11932
11933 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11934
11935         * scm/output-ps.scm (offset-add): Remove.
11936
11937         * scm/lily-library.scm (offset-flip-y): New function.
11938         * scm/framework-gnome.scm (tweak): Use it.
11939
11940         * scm/output-gnome.scm (grob-cause): Add parameter.
11941
11942         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11943         * scm/output-ps.scm (url-link): Move.
11944         (white-text): Warn user about brokenness.
11945
11946         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11947         wrt ghostscript.
11948
11949 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11950
11951         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11952         if body length smaller than measure length.
11953
11954         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11955         for Y.
11956
11957         * ly/titling-init.ly (tagline): put default tagline in \paper
11958
11959 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11960
11961         * lily/kpath.cc: 
11962         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11963
11964         * scm/lily-library.scm (version-not-seen-message): New function.
11965         * ly/init.ly: Use it.
11966
11967         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11968         breaks as progess.
11969
11970         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11971         whitespace with l10n message.
11972
11973         * scm/framework-tex.scm (convert-to-ps):
11974         (convert-to-dvi): Do not use overly specific l10n messages.
11975
11976         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11977
11978         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11979         merge stderr with stdout.  
11980
11981 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11982
11983         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11984         Neeracher).
11985
11986 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11987
11988         * Documentation/user/instrument-notation.teily: moved
11989         \arpeggio to Basic.
11990
11991         * Documentation/user/advanced-notation.itely: Articulation to
11992         Basic, a bunch of stuff from Basic moved to Advanced.
11993
11994         * Documentation/user/basic.itely: swapped various sections,
11995         reorganized Basic.
11996
11997 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11998
11999         * flower/memory-stream.cc: 
12000         * flower/libc-extension.cc: Remove obsolete #undefs.
12001
12002         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12003         more carefully.
12004
12005 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12006
12007         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12008         dependency.
12009
12010         * VERSION (PACKAGE_NAME): release 2.5.13
12011
12012         * GNUmakefile.in (web-ext): don't ship ps.gz
12013
12014         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12015         stdout
12016
12017 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12018
12019         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12020         without libintl.  Now it compiles too.
12021
12022 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12023
12024         * Documentation/user/basic-notation.itely,
12025         instument-notation.itely, advanced-notation.itely:
12026         split up contents of notation.itely.
12027
12028         * Documentation/user/notation.itely: file removed.
12029
12030         * Documentation/user/invoking.itely, converters.itely:
12031         moved convert-ly info to invoking.itely.
12032
12033         * Documentation/user/global.itely, changing-defaults.itely,
12034         sound-output.itexi: moved global settings, file layout, and
12035         sound into global.itely.
12036
12037         * Documentation/user/sound-output.itexi: file removed.
12038
12039         * Documentation/user/lilypond.tely: removed links to
12040         notation.itely and sound.itely.
12041
12042 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12043
12044         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12045
12046         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12047  
12048         * THANKS: add sponsor.
12049
12050         * scm/define-markup-commands.scm (with-url): new markup command.
12051
12052         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12053         tagline.
12054         
12055         * scm/output-tex.scm (url-link): stub.
12056
12057         * scm/output-ps.scm (url-link): new function.
12058
12059         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12060         ly:set-point-and-click
12061
12062 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12063
12064         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12065         based on pdf-viewer setting.
12066
12067         * scm/framework-ps.scm (write-preamble): Find and set preferred
12068         pdf-viewer.
12069
12070 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12071
12072         * Documentation/user/point-and-click.itely: update for PDF point &
12073         click.
12074
12075         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12076         editors based on EDITOR setting.
12077
12078 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12079
12080         * scm/*: Oops, more grand 2005 replace bits.
12081
12082 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12083
12084         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12085
12086         * scm/output-ps.scm (grob-cause): point & click support for
12087         PostScript
12088
12089 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12090
12091         * lily/input-scheme.cc (LY_DEFINE): rename to
12092         ly:input-file-line-column
12093
12094 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12095
12096         * Documentation/user/examples.itely: small fix from Steve Doonan.
12097
12098         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12099
12100         * THANKS: added Yuval Harel.
12101
12102         * Documentation/user/{various}: inserted two spaces after a period.
12103
12104         * Documentation/user/lilypond.tely: added framework for reorg.
12105
12106         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12107         advanced-notation.itely, global.itely: new files, placeholder for
12108         future reorg.
12109
12110 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12111
12112         * Documentation/user/notation.itely: revamped Polyphony section
12113         
12114 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12115
12116         * Documentation/user/lilypond-book.itely (Music fragment options):
12117         doc fontload.
12118
12119         * Documentation/user/changing-defaults.itely (Text encoding): add
12120         fontload option to utf8 include
12121
12122         * scripts/lilypond-book.py (compose_ly): add fontload option
12123
12124         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12125         force-eps-font-include option.
12126
12127         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12128         black triangle
12129
12130         * Documentation/user/invoking.itely (Editor support): remove
12131         lilypond-latex section.
12132
12133         * scripts/lilypond-latex.py (Module): remove script.
12134
12135         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12136         overwrite .log. 
12137
12138         * lily/main.cc: remove -m, --no-layout
12139
12140         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12141         to define. We don't want to override fprintf everywhere.
12142
12143 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12144
12145         * cygwin/lilypond.hint: 
12146         * cygwin/README.in: Update dependencies.
12147
12148         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12149         Bugfix: do not pollute CPPFLAGS, LIBS.
12150
12151         * cygwin/mknetrel (extras): Cross compile fixes.
12152
12153         * ttftool/util.c: 
12154         * ttftool/ttfps.c: 
12155         * ttftool/ps.c: #include libc-extension.hh
12156
12157         * flower/include/libc-extension.hh:
12158         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12159         wrapper using funopen.
12160         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12161         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12162
12163         * config.hh.in:
12164         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12165         (AC_CHECK_HEADERS): Add libio.h
12166
12167         * scripts/convert-ly.py: Uniformize, internationalize.
12168         (2.5.2): Remove fatal encoding rule.
12169         (2.5.13): Handle latin1 encoding gracefully.
12170
12171 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12172
12173         * HACKING: Fix line breaks.
12174
12175 2005-02-23  Werner Lemberg  <wl@gnu.org>
12176
12177         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12178         contains those two files.
12179
12180 2005-02-21  Werner Lemberg  <wl@gnu.org>
12181
12182         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12183         to improve overlap removal process.
12184
12185         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12186         left and right ending.  This ensures better overlapping.
12187         Update all callers.
12188         ("lineprall"): Don't use draw_gridline to get better overlapping.
12189
12190 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12191
12192         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12193
12194         * Documentation/topdocs/NEWS.tely (Top): oops.
12195
12196 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12197
12198         * HACKING: new file.
12199
12200         * input/regression/utf8.ly (portuguese): added a portuguese example
12201         to show latin1 accents.
12202
12203 2005-02-21  Pal Benko  <benkop@freestart.hu>
12204
12205         * lily/mensural-ligature-engraver.cc:
12206         * lily/mensural-ligature.cc:
12207         * lily/include/mensural-ligature.hh: new algorithm implemented
12208
12209         * scm/define-grob-properties.scm: join-left killed (add-join may
12210         be used); join-left-amount changed to join-right-amount
12211
12212 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12213
12214         * Documentation/user/notation.itely: small but urgent fix.
12215
12216 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12217
12218         * lily/duration-scheme.cc: bugfix: correct parameters to
12219         SCM_ASSERT_TYPE.
12220
12221         * THANKS: added Pal.
12222
12223         * Documentation/user/notation.itely: bugfix: unTeXified
12224         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12225         "timesig.*x/y" -> "timesig.*xy".
12226
12227 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12228         
12229         * VERSION (PACKAGE_NAME): release 2.5.12
12230
12231 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12232
12233         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12234
12235         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12236
12237         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12238
12239         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12240
12241 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12242
12243         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12244         latin1..utf-8.
12245
12246         * input/regression/stanza-number.ly:
12247         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12248
12249         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12250
12251 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12252
12253         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12254         NEWS. Refer to website for older news.  
12255
12256         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12257         .HTML. This should be done for specific servers only.
12258
12259         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12260         .ly image examples.
12261
12262         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12263         in layer 0 too.
12264
12265         * scm/define-context-properties.scm
12266         (all-user-translation-properties): add tieWaitForNote
12267
12268         * scm/define-grobs.scm (all-grob-descriptions): add
12269         Tie_column::before_line_breaking
12270
12271         * lily/tie.cc (get_column_rank): new function
12272
12273         * lily/tie-column.cc (before_line_breaking): new function.
12274         (werner_directions): take into account ties that start on
12275         different columns.  
12276
12277         * lily/score-engraver.cc (set_columns): move add_column() so we
12278         have column rank available.
12279
12280         * lily/tie.cc (get_column_rank): new function.
12281
12282         * input/regression/utf8.ly (japanese): add japanese lyrics.
12283
12284         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12285
12286         * THANKS: add Steve D
12287
12288         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12289         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12290
12291 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12292
12293         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12294         to show harmonic notes
12295         * scm/define-markup-commands.scm: in \markup-by-number
12296         "dots-dot" -> "dots.dot" to show dotted notes
12297
12298 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12299
12300         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12301
12302         * flower/memory-stream.cc (writer): new file.
12303
12304         * configure.in: add endian test.
12305
12306 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12307
12308         * Documentation/user/examples.itely: small
12309         simplification/beautification
12310
12311         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12312         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12313         notation manual.
12314
12315         * lily/mensural-ligature.cc: bugfix: another few victims of the
12316         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12317
12318         * ly/gregorian-init.ly: commit some experimental code for hi-level
12319         ligature input language lying around here for several months.
12320
12321         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12322         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12323
12324         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12325         "x-y-z"->"x.y.s-z" fixes.
12326
12327 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12328
12329         * scm/framework-pdf.scm (scm): new file
12330
12331         * lily/include/pdf.hh (class Pdf_file): new file.
12332
12333         * lily/pdf.cc (write_trailer): new file.
12334
12335 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12336
12337         * input/regression/color.ly: new file
12338
12339         * lily/stencil.cc (interpret_stencil_expression):
12340         when a color expression is encountered: save current color,
12341         process the rest of the expression, and restore previous color.
12342
12343         * lily/system.cc (get_line): check all grobs for color property and
12344         prepare the stencil scheme expressions for further processing.
12345         Fix layer-loop.
12346
12347         * scm/define-grob-properties.scm: introduce the color property.
12348
12349         * scm/output-lib.scm: color helper functions.
12350
12351         * scm/output-ps.scm: introduce setcolor/resetcolor.
12352
12353 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12354
12355         * ly/*.ly, input/regression/*.ly: Added missing \version
12356         statements in some files.
12357
12358 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12359
12360         * Documentation/user/notation.itely: minor editing.
12361
12362         * Documentation/user/converters.itely: updated convert-ly bugs.
12363
12364         * Documentation/user/lilypond-book.itely: add info about using
12365         feta characters in latex.
12366
12367 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12368
12369         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12370
12371 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12372
12373         * scm/define-grob-properties.scm (all-user-grob-properties):
12374         removed 'dashed property.
12375
12376 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12377
12378         * scm/lily.scm (define-safe-public): new macro for defining
12379         variables that can be used in --safe mode. Use it in *.scm
12380         instead of manually setting safe-objects in safe-lily.scm.
12381
12382 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12383         
12384         * lily/slur.cc: Slur-dash patch by Bertalan.
12385
12386         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12387
12388         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12389
12390 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12391
12392         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12393
12394 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12395
12396         * mf/GNUmakefile: teTeX-3.0 install fix.
12397
12398         * Cygwin patch from Bertalan.
12399
12400         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12401
12402 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12403
12404         * GNUmakefile.in: 
12405         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12406
12407         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12408         2.0.x compatibility.
12409
12410 2005-02-08  Werner Lemberg  <wl@gnu.org>
12411
12412         * mf/feta-din-code.mf: Format; clean up code.
12413         Replace `---' with `--' plus explicit path directions.
12414         (linethickness#, stafflinethickness#): Remove.
12415         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12416         ("dynamic s"): Improve shape.
12417         ("dynamic p"): Improve shape.
12418         Replace `draw' with better outline approximation.
12419         ("dynamic r"): Improve shape.
12420         Don't call `fill' and `draw' at the same time.
12421
12422 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12423
12424         * SConstruct (symlink):
12425         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12426         build fix: add enc symlink.
12427
12428         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12429
12430         Support for DESTDIR besides prefix=/foo
12431
12432         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12433
12434         * stepmake/stepmake/*.make:
12435         * */GNUmakefile:
12436         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12437
12438         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12439
12440         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12441         mawk in fontforge (date) test.
12442
12443 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12444
12445         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12446         font-family=roman. Add Luxi Sans as sans
12447
12448 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12449
12450         * Documentation/user/notation.itely: add warning about
12451         percent repeats and Voice contexts.
12452
12453         * Documentation/user/lilypond-book.itely: clarified the
12454         necessity of dvips -u arguments.
12455
12456 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12457
12458         * THANKS: Added a bunch of bug hunters.
12459
12460 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12461
12462         * scm/framework-ps.scm (output-preview-framework): bugfix.
12463
12464         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12465         o/ for chord modifier..
12466
12467         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12468
12469         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12470         Welsh Duggan). 
12471
12472 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12473
12474         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12475
12476         * ly/titling-init.ly: Do not also print intstrument in header on
12477         first page.  Do not print page number on first and only page.
12478
12479 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12480
12481         * input/regression/*.ly: remove old-relative everywhere
12482
12483         * lily/music-sequence.cc (simultaneous_relative_callback): do
12484         what-if analysis on copy, not on original. Fixes old-relative
12485         compatibility.
12486
12487         * scm/backend-library.scm (postscript->png): space before
12488         --verbose.
12489         
12490 2005-02-05  Werner Lemberg  <wl@gnu.org>
12491
12492         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12493         is defined.
12494
12495         * mf/feta-alphabet.mf: Define `staffsize#'.
12496         Include `feta-params.mf'.
12497         s/staffheight/design_size/.
12498
12499         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12500
12501         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12502
12503         * mf/feta-nummer-code.mf: Reformatted.
12504         (draw_six): Use outline intersection to avoid a self-intersecting
12505         path.
12506         ("Numeral comma"): Fix serious outline glitches.  This slightly
12507         changes the glyph shape.
12508         ("Numeral dash"): Use `draw_rounded_block'.
12509         ("Numeral dot"): Use `drawdot'.
12510         ("Numeral 1"): Assure identical tangent directions for the
12511         intersection points of paths.  The glyph shape improvement is only
12512         visible at very high magnifications.
12513         ("Numeral 2"): Use `solve' macro to make the lower right part of
12514         the glyph outline touch the x axis exactly.  This changes the
12515         glyph shape.
12516         Minor fixes for better overlap removal support.
12517         ("Numeral 4"): Make lefter corner `rounder'.
12518         ("Numeral 5"): Assure identical tangent directions for the
12519         intersection points of paths.  This improves the glyph shape at
12520         high magnifications.
12521         ("Numeral 7"): Use `solve' macro to make the upper right part of
12522         the glyph outline touch the metrics box exactly.  This changes the
12523         glyph shape.
12524         Avoid corner in the upper left part of the glyph (causing a minor
12525         shape change).
12526
12527         * mf/feta-ital-*.mf: Removed.  Unused.
12528
12529 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12530
12531         * VERSION (PATCH_LEVEL): release 2.5.11
12532
12533         * input/regression/fill-line-test.ly: new file.
12534
12535         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12536         emmentaler name, eg. emmentaler-23. 
12537
12538 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12539
12540         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12541         alignment with centered texts
12542
12543         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12544         list of paddings
12545
12546 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12547
12548         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12549
12550         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12551         of parents when translating rests. Fixes: c-chord-rest.ly 
12552
12553         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12554         dimension_callback_ member.
12555
12556         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12557         of extents.
12558
12559 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12560
12561         * all but lily/*: The grand 2004/2005 replace.
12562
12563 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12564
12565         * lily/*: add space after ,  
12566
12567         * scm/music-functions.scm (has-request-chord): don't use
12568         ly:music-name anywhere. Fixes <<\\>> notation. 
12569
12570         * scm/define-markup-commands.scm (box): use font-size for
12571         padding. Fixes boxed-rehearsal-marks.ly
12572
12573         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12574         identifier definition too, so foo = \lyrics { ...   } bar = #1
12575         doesn't complain about "bar" being LYRICS_STRING.
12576
12577         * lily/paper-def.cc (find_pango_font): new routine; Store
12578         pango_fonts in hash tab too. This is necessary for retrieving
12579         Pango_fonts::physical_font_tab() later on.
12580  
12581         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12582         crash if psname is null.
12583
12584         * lily/lily-guile.cc (ly_hash2alist): new function
12585
12586         * Documentation/user/changing-defaults.itely (Text encoding):
12587         rewrite. 
12588
12589         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12590         -> font_filename mapping.
12591
12592         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12593         ly_pango_font_physical_fonts
12594
12595         * scm/framework-ps.scm (supplies-or-needs): extract names from
12596         physical Pango_fonts.
12597
12598         * utf8.ly: new file.
12599
12600 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12601
12602         * Documentation/user/changing-defaults.itely (Page layout): add
12603         doco about systemSeparatorMarkup.
12604
12605         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12606         function.
12607         (default-page-make-stencil): insert system separators.
12608
12609         * scm/define-markup-commands.scm (hcenter): add
12610         (beam): add.
12611
12612 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12613
12614         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12615
12616 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12617
12618         * lily/main.cc: Spell backend consistently.  Sort options.
12619
12620 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12621
12622         * scripts/lilypond-book.py (Module): revert @include.
12623         
12624 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12625
12626         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12627         Bugfix: @include .tex (not .texi).  Small cleanups.
12628
12629         * stepmake/bin/add-html-footer.py (i18n): New function.
12630
12631 2005-01-31  Werner Lemberg  <wl@gnu.org>
12632
12633         * mf/feta-nummer.mf: Removed.  Unused.
12634
12635 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12636
12637         * lily/ : 2004 -> 2005 s&r
12638
12639         * scm/file-cache.scm (cached-file-contents): add file. Read each
12640         file only once.
12641
12642         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12643         now default.
12644
12645         * VERSION: release 2.5.10
12646         
12647         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12648
12649         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12650
12651         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12652         that both X and Y extents of bbox are non-nil.
12653
12654 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12655
12656         * scm/chord-name.scm (alteration->text-accidental-markup): change
12657         - to . 
12658
12659         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12660
12661         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12662
12663         * Documentation/user/invoking.itely (Invoking lilypond): add note
12664         about EPS backend.
12665
12666         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12667         files for inclusion in lilypond-book document.
12668
12669         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12670
12671         * input/tutorial/lbook-texi-test.texi: new file.
12672
12673         * scm/safe-lily.scm (safe-objects): add
12674         {begin,end}-of-line-(in)?visible as safe.
12675  
12676 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12677
12678         * Documentation/user/changing-defaults.itely: fixed example
12679         of (dynamics).
12680
12681 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12682
12683         * lily/main.cc: fix info about -o=FILE.
12684
12685 2005-01-29  Werner Lemberg  <wl@gnu.org>
12686
12687         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12688         construction to assure smooth transition from straight to curved
12689         lines.
12690
12691 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12692
12693         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12694         stencils.
12695
12696         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12697         translate to top of page. Fixes alignment problems of
12698         lilypond-generated EPS files.
12699
12700 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12701
12702         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12703         crescendo-end as well, since Decrescendo maybe ended with Stop
12704         Crescendo.). Fixes: partcombine-diminuendo.ly
12705
12706         * scm/script.scm (default-script-alist): swap portato symbols.
12707
12708         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12709
12710         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12711         ly:outputter-port. New function.
12712
12713         * scm/framework-ps.scm (output-classic-framework): dump a
12714         -systems.texi too
12715         (output-classic-framework): dump multiple systems on an "infinite"
12716         page EPS including fonts. 
12717
12718         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12719         .eps files for both texi and tex formats. Use PNG coming from
12720         lilypond.
12721         
12722 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12723
12724         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12725
12726         * scripts/lilypond-latex.py: fix info about -o=FILE.
12727
12728 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12729
12730         * ly/generate-embedded-cff.ly: write .cff.ps files.
12731
12732         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12733
12734         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12735         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12736
12737 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12738
12739         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12740
12741 2005-01-28  Werner Lemberg  <wl@gnu.org>
12742
12743         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12744         macros.
12745         (draw_bulb): Improved.
12746
12747         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12748         metapost bug.
12749         (draw_pedal_P): Use soft_end_penstroke.
12750         (draw_pedal_d): Use soft_start_penstroke.
12751
12752         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12753         path.
12754         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12755         doesn't change the glyph shape.
12756
12757         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12758         changing the shape) to avoid fontforge warnings.
12759
12760         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12761         soft_end_penstroke and fix glyph shape.
12762
12763 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12764
12765         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12766
12767 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12768
12769         * scm/define-markup-commands.scm (line): filter out empty stencils
12770         from line command.
12771
12772         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12773         amount.
12774
12775 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12776
12777         * Documentation/user/notation.itely: added info about what
12778         \voiceFoo does.  Also rewrote warning about marks at
12779         a line break.
12780
12781         * Documentation/user/changing-defaults.itely: added info
12782         about putting dynamics in parenthesis and brackets.
12783
12784 2005-01-27  Werner Lemberg  <wl@gnu.org>
12785
12786         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12787
12788 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12789
12790         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12791         portato-direction.ly
12792
12793         * lily/beam.cc (consider_auto_knees): add beam height to
12794         threshold. Fixes: knee-multiple-beam.ly
12795
12796         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12797         pedal line spanners. Fixes: instrument-center-pedal.ly
12798
12799         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12800         if encountering barline. Fixes: auto-beam-repeat.ly
12801
12802 2005-01-26  Werner Lemberg  <wl@gnu.org>
12803
12804         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12805         overlapping.
12806
12807         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12808         with inflections for the 1/2 sharp glyph.
12809
12810         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12811         connection between `t' and `r'.
12812         Unify bulb with the rest of `r' to avoid grazing outlines which
12813         confuses the overlap removal algorithm of fontforge.
12814
12815         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12816         inflections.
12817         (draw_cross): Fix shape to have uniform thickness in corners.
12818
12819         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12820         to avoid an uneven number of self-intersections; this confuses
12821         fontforge.
12822         Fix a slight bug in the shape at left bottom (which is visible only
12823         at high magnifications).
12824         `Center' the stem horizontally to avoid overlapping.
12825
12826 2005-01-24  Werner Lemberg  <wl@gnu.org>
12827
12828         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12829         to `asis'.
12830         (fet_begingroup): Save group name in string `feta_group'.
12831         (fet_endgroup): Updated.
12832         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12833
12834         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12835
12836         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12837         in metapost.
12838
12839 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12840
12841         * Documentation/user/notation.itely: really minor editing.
12842
12843 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12844
12845         * Documentation/user/examples.itely: minor editing.
12846
12847         * Documentation/user/changing-defaults.itely: minor editing.
12848
12849         * Documentation/user/notation.itely: clarified info on polyphony
12850         and \addlyrics.
12851
12852 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12853
12854         * scm/output-gnome.scm: 
12855         * scm/output-svg.scm:
12856         * scm/lily-library.scm (font-name-style): Update font name
12857         kludging for fontconfig use.
12858
12859 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12860
12861         * scm/define-markup-commands.scm: Document right-align and
12862         larger markup commands. Remove "TODO" from the topmost comment
12863         "each markup function should have a doc string." More consistent
12864         use of new-lines.
12865
12866 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12867
12868         * Documentation/user/changing-defaults: removed info about
12869         copyright symbol, since it's likely to change soon.
12870         Added info about betweensystemspace.
12871
12872         * Documentation/user/notation.itely: minor fixes.
12873
12874         * Documentation/user/lilypond.tely,
12875         Documentation/user/music-glossary.tely: changed copyright
12876         date to 2005 instead of 2004.
12877
12878         * input/test/volta-chord-names.ly: added old example back.
12879
12880 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12881
12882         * mf/feta-beugel.mf: use design size 20 (not 15).
12883
12884         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12885         change name to aybabtu completely
12886
12887 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12888
12889         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12890         design_size to fontname
12891
12892 2005-01-19  Werner Lemberg  <wl@gnu.org>
12893
12894         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12895         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12896
12897         * mf/feta-autometric.mf (set_char_box): Add code which emits
12898         specials for mf2pt1 if run with metapost.
12899         (to_bp): New macro for mf2pt1.
12900
12901 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12902
12903         * Documentation/user/changing-defaults: added info on
12904         creating a copyright symbol.
12905
12906 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12907
12908         * VERSION: release 2.5.9
12909         
12910 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12911
12912         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12913
12914         * Documentation/user/notation.itely: Document
12915         score-override-auto-beam-setting Fix documentation for
12916         revert-auto-beam-setting.
12917
12918 2005-01-18  Werner Lemberg  <wl@gnu.org>
12919
12920         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12921         (procset): New function to define a procset resource.
12922         (ps-embed-pfa): New function to define a font resource.
12923         (setup): New function to define a `Setup' environment.
12924         (preamble): Use new functions.
12925
12926         * ps/lilypond.defs (init-lilypond-parameters): New function to
12927         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12928
12929 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12930
12931         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12932
12933 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12934
12935         * scm/define-markup-commands.scm: Change number->markletter-string
12936         to take two arguments (vector number). Add number->mark-alphabet-vector
12937         and markalphabet markup command.
12938
12939         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12940         format-mark-alphabet, format-mark-box-barnumbers and
12941         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12942
12943 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12944
12945         * Documentation/user/examples.itely: add SATB automatic piano
12946         reduction template.
12947
12948         * Documentation/user/notation.itely: added info about changing
12949         partcombine texts.  Also adds examples of alternate lyrics.
12950
12951         * Documentation/user/changing-defaults.itely: added warning
12952         about \RemoveEmptyStaffContext overriding previous changes.
12953
12954 2005-01-17  Werner Lemberg  <wl@gnu.org>
12955
12956         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12957         feta-alphabet*.
12958
12959 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12960
12961         * python/lilylib.py (make_ps_images): don't do final showpage for
12962         multi-page documents.
12963         
12964         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12965
12966 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12967
12968         * Documentation/user/lilypond.tely: changed order of appendices;
12969         unified index should be last.
12970
12971         * Documentation/user/notation.itely: add example of key signatures
12972         and info about Staff.printKeyCancellation.
12973
12974 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12975
12976         * lily/include/repeated-music.hh (class Repeated_music): change
12977         into "namespace" class.
12978
12979         * lily/event.cc: remove Key_change_event.
12980
12981         * lily/include/transposed-music.hh (class Transposed_music): remove.
12982
12983         * lily/transposed-music.cc: remove
12984
12985         * lily/include/relative-music.hh: remove.
12986
12987         * lily/include/music-sequence.hh (struct Music_sequence): change
12988         into "namespace" class.
12989
12990         * lily/untransposable-music.cc (Module): remove
12991
12992         * lily/include/un-relativable-music.hh (Module): remove
12993
12994         * lily/include/untransposable-music.hh (Module): remove
12995
12996         * lily/include/music-list.hh (Module): remove file
12997
12998         * lily/un-relativable-music.cc: remove file.
12999
13000 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13001
13002         * lily/parser.yy: Compile fix.
13003
13004 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13005
13006         * lily/include/music.hh (class Music): unvirtualize transpose().
13007
13008         * lily/sequential-music.cc: remove file.
13009
13010         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13011
13012         * lily/slur-scoring.cc (get_best_curve): only switch on
13013         DEBUG_SLUR_SCORING for non NDEBUG builds.
13014
13015         * lily/include/music.hh (class Music): replace Music::start_mom()
13016         by start-callback property
13017
13018         * lily/include/grace-music.hh: remove file. 
13019
13020         * lily/stem.cc (height): robustness fix.
13021
13022         * lily/time-scaled-music.cc: remove file.
13023
13024         * lily/include/music.hh (class Music): include SCM init argument.
13025         (class Music): replace Music::get_length() virtual by
13026         length-callback property everywhere.
13027
13028         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13029
13030         * mf/GNUmakefile: don't install *list.ly
13031
13032 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13033
13034         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13035
13036 2005-01-12  Werner Lemberg  <wl@gnu.org>
13037
13038         This patch addresses the following problems in the feta sources
13039         files which contribute to the fetaXX fonts.
13040
13041         . Many fixes for rasterization at low resolutions (consistent use of
13042           `vround' and `hround', integer shift values for paths, applying
13043           `eps' for mirrored paths, use of `define_whole_pixels' and
13044           friends, etc.) -- while this probably looks like a waste of time
13045           it has revealed deficiencies in some glyph shapes.  See comment at
13046           the end of feta-params.mf how vertical symmetry is achieved.
13047
13048         . The `---' operator has been replaced everywhere with `--'; this
13049           both improves and considerably reduces the font size after
13050           conversion with mf2pt1.
13051
13052         These change aren't explicitly mentioned below since virtually all
13053         glyphs are affected.
13054
13055         Other notable differences:
13056
13057         . Glyphs from feta-accordion.mf now have charboxes around the
13058           outline.
13059
13060         . Fixed incorrect charbox for `accDot'.
13061
13062         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13063
13064         . Fixed position of the bow in the `upprall' glyph and its siblings.
13065
13066         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13067           dependent on the staff line thickness to avoid touching the middle
13068           staff line at smaller sizes.
13069
13070         . Largely extended output for feta-testXX: Where useful, glyphs
13071         are shown both between and on staff lines.
13072
13073
13074         * mf/feta-params.mf (staff_space_rounded,
13075         stafflinethickness_rounded, linethickness_rounded,
13076         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13077         Update all code which uses them where appropriate.
13078         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13079         New variables used to control rasterization at low resolutions.  Set
13080         to zero if feta code is processed with metapost.
13081
13082         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13083         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13084         (flare_path): Updated.
13085         Make it work with `filldraw' (but only circular pens).
13086         (hfloor, vfloor, hceiling, vceiling): New macros.
13087
13088         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13089         Use `draw' again in mf mode to have good pixel dropout control.
13090         Fix intersection points of horizontal lines with circle.
13091         ("accDot"): Fix parameters for set_char_box.
13092         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13093         control.
13094
13095         * mf/feta-banier.mf: Updated.
13096
13097         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13098         testing.
13099         (undraw_inside_ellipse): Remove `center' argument.  Update all
13100         callers.
13101         (draw_brevis): New macro, called by "Brevis notehead".
13102         (draw_whole_triangle_head): New macro, called by "Whole
13103         trianglehead".
13104         (draw_small_triangle_head): Use `filldraw'.
13105
13106         * mf/feta-eindelijk.mf: Remove useless global group.
13107         Updated.
13108
13109         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13110         `filldraw'.
13111
13112         * mf/feta-pendaal.mf: Updated.
13113
13114         * mf/feta-puntje.mf: Updated.
13115
13116         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13117         less points.
13118         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13119         dropout control.
13120         ("Varied Coda"): Use `draw_block'.
13121         (draw_comma): Fix typo.
13122         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13123         pixel dropout control.
13124
13125         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13126         position of bow.
13127
13128         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13129         sizes.
13130
13131         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13132         testing.
13133         (draw_meta_sharp): Much simplified.
13134         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13135
13136         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13137
13138 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13139
13140         * Documentation/user/notation.itely (Ancient rests): Fix typo
13141         (thanks Anthony)
13142
13143 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13144
13145         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13146
13147         * lily/main.cc (setup_paths): Add cff.
13148
13149         * mf/GNUmakefile (foe): Include actual target %.cff.
13150         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13151
13152 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13153
13154         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13155         suffix for main_input_b_.
13156
13157         * scm/music-functions.scm (toplevel-music-functions):
13158         precompute music lengths for music expressions.  
13159
13160 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13161
13162         * lily/include/input.hh (class Input): new `end_' slot for end of
13163         input. Renamed defined_str0_ to start_.
13164
13165         * lily/input.cc (Input): Add Input::Input (Input const &) and
13166         remove Input::Input (Source_file*, char const *). Use the new
13167         slots.
13168         (set_location): method used by bison to propagate input
13169         locations (YYLLOC_DEFAULT).
13170         (end_line_number, end_column_number, step_forward): new methods
13171         
13172         * lily/input-scheme.cc (ly:input-both-locations): new function,
13173         similar to ly:input-location, but also return the end line and
13174         column.
13175
13176         * lily/include/includable-lexer.hh: 
13177         * lily/includable-lexer.cc: 
13178         * lily/include/lily-lexer.hh (class Lily_lexer): 
13179         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13180         Includable_lexer to Lily_lexer, in order to update lexloc (the
13181         yylloc), a new slot of Lily_lexer.
13182         (here_input, LexerError): simplify by using the lexloc slot (aka
13183         yylloc)
13184
13185         * lily/lexer.ll: #define yylloc to use input locations (it may
13186         be useless here?). Fixed the #embedded_scm rule (step the location
13187         forward in order to skip the sharp sign before parsing the scheme
13188         expression)
13189
13190         * lily/include/lily-parser.hh (class Lily_parser): 
13191         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13192         here_input()
13193         (parser_error): overload for more precise locations of errors.
13194
13195         * lily/parser.yy (YYLTYPE): set location type to Input
13196         (YYLLOC_DEFAULT): use Input::set_location()
13197         (yylex): add the YYLTYPE* location parameter.
13198         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13199         Give an Input parameter to THIS->parser-error() for more accurate
13200         messages.
13201
13202 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13203
13204         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13205
13206         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13207         on BEAMQUANTING for non-NDEBUG builds.
13208
13209         * lily/stem.cc (head_count): performance: avoid String::String()
13210         inside oft called function.
13211
13212 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13213
13214         * Documentation/user/examles.itely: attempted fix for broken
13215         string quartet template.
13216
13217         * Documentation/user/notation.itely: remove unnecessary broken
13218         link.
13219
13220 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13221
13222         * VERSION (PACKAGE_NAME): release 2.5.7
13223
13224 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13225
13226         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13227         mf-nowin for teTeX-3.0.  Backportme.
13228
13229         * scm/output-svg.scm (utf8-string): New function.
13230
13231         * scm/output-gnome.scm (utf8-string): New function.
13232         (otf-name-mangling): Remove.
13233
13234         * lily/pango-font.cc (Pango_font): Use font string iso font
13235         filename for utf8-text.
13236
13237         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13238         name.
13239
13240 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13241
13242         * Documentation/user/notation.itely: add info about
13243         Staff.extraNatural = ##f in Pitches section.  Also
13244         fixed some minor issues in the Vocal music section.
13245
13246 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13247
13248         * scm/output-ps.scm (white-text): comment out Helvetica font,
13249         which is broken for my GS install.
13250
13251         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13252         which provides a tighter bbox.
13253
13254         * scm/define-grobs.scm (all-grob-descriptions): remove all
13255         extra-offsets from definitions.
13256
13257 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13258
13259         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13260         add tuning for 4-string bass and some common 4/5-string banjo
13261         tunings.  New function (four-string-banjo) turns a 5-string tuning
13262         into a 4-string tuning.  New function
13263         (fret-number-tablature-format-banjo) computes correct fret numbers
13264         on 5-string banjos.
13265
13266         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13267         Add beam correction to TabVoice.
13268
13269         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13270         using bold font; makes tabs more readable.
13271
13272 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13273
13274         * lily/font-select.cc (get_font_by_design_size): don't make
13275         Modified_font_metric; this causes trouble, since we don't know the
13276         font magnification from inside Pango_font::text_stencil()
13277
13278         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13279
13280         * Documentation/user/notation.itely (The Lyrics context): comment out
13281         broken {Small ensembles} link.
13282
13283         * scm/framework-svg.scm (output-framework): change calling convention.
13284
13285         * lily/object-key-dumper-scheme.cc: new file.
13286
13287         * lily/object-key-undumper-scheme.cc: new file.
13288
13289         * lily/tweak-registration-scheme.cc: new file.
13290
13291         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13292
13293         * Documentation/user/examples.itely (String quartet): uncomment
13294         broken example.
13295
13296         * lily/font-config.cc: new file.
13297
13298 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13299
13300         * scm/output-svg.scm: 
13301         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13302
13303         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13304
13305 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13306
13307         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13308         Add headers.
13309
13310         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13311
13312 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13313
13314         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13315
13316         * lily/include/main.hh: lose _b hungarian suffixes for global
13317         variables.
13318
13319         * lily/include/lily-guile-macros.hh: new file.
13320
13321         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13322
13323         * lily/general-scheme.cc: new file. 
13324
13325         * lily/font-select.cc (get_font_by_design_size): retrieve
13326         PangoFont for (designsize . "pango-descr") entries.
13327
13328         * lily/lily-parser-scheme.cc: new file.
13329
13330         * lily/output-def-scheme.cc: new file.
13331
13332         * lily/paper-book-scheme.cc: new file.
13333
13334         * lily/duration-scheme.cc (LY_DEFINE): new file.
13335
13336         * lily/pitch-scheme.cc:  new file.
13337
13338         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13339
13340 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13341
13342         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13343
13344 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13345
13346         * Documentation/user/notation.itely: minor editing.
13347
13348         * Documentation/user/changing-defaults: minor editing.
13349
13350         * Documentation/user/examples.itely: add template for
13351         string quartet part extraction; demonstrates tag.
13352
13353 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13354
13355         * Documentation/user/notation.itely: documents
13356         format-mark-box-letters and format-mark-box-numbers
13357
13358         * scm/define-context-properties.scm: change comment.
13359
13360 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13361
13362         * scm/framework-ps.scm (output-classic-framework): new function:
13363         dump systems as separate .eps files (without fonts) and write a
13364         single collecting .tex file.
13365
13366 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13367
13368         * Documentation/user/notation.itely (Setting simple songs):
13369         Correct several errors in the equivalent formulation of
13370         \addlyrics. 
13371         (The Lyrics context): Corrected link to the SATB example.
13372
13373 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13374
13375         * scm/lily.scm (completize-formats): new function
13376         (postprocess-output): new function
13377
13378         * lily/paper-book.cc (classic_output): change calling
13379         convention. Give basename as first argument. 
13380         remove Paper_book::post_processing().
13381
13382         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13383
13384 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13385
13386         * lily/paper-outputter.cc (LY_DEFINE): new function
13387         ly:outputter-close.
13388
13389         * lily/main.cc: change --format,-f to --backend,-b
13390
13391         * lily/include/main.hh: rename format to backend.
13392
13393         * scm/translation-functions.scm (format-mark-box-numbers): add.
13394         patch by Erlend Aasland
13395
13396 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13397
13398         * lily/pango-font.cc (text_stencil): dump string as
13399         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13400
13401 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13402
13403         * configure.in (gui_b): Remove handy developer-only
13404         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13405         CVS source installations (but break other non-default but correct
13406         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13407
13408         * SConstruct: 
13409         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13410         compatibility (backportme).
13411
13412         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13413
13414 2005-01-03  Werner Lemberg  <wl@gnu.org>
13415
13416         Prepare glyph shapes for mf2pt1 conversion.
13417
13418         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13419         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13420         `penstroke'.
13421         (accDot): Use `drawdot'.
13422         (accBayanbase): Replace `draw' with `draw_gridline'.
13423         (print_penpos): Moved to feta-macros.mf.
13424         (accOldEE): Replace `filldraw' with `penstroke'.
13425         Replace `draw' with `penstroke' and `drawdot'.
13426
13427         * mf/feta-banier.mf: Code clean-up.
13428         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13429         `fill'.
13430
13431         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13432
13433         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13434         paremeter to control drawing of labels.  Update all callers.
13435
13436         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13437         (new_bulb): Return a bulb as a single path.  To do that, it now
13438         takes some more parameters.  Updated all callers.
13439         (draw_gclef): Major clean-up.  `draw' has been replaced with
13440         `penstroke', unnecessary outlines have been removed.
13441         Remove (unused) gnome-canvas code.
13442
13443         * mf/feta-macros.mf (print_penpos): New macro (from
13444         feta-accordion.mf).
13445         Other minor fixes.
13446
13447         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13448         ("Pedal dot"): Use `drawdot'.
13449         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13450         all callers.
13451         Fix shape at top.
13452         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13453         all callers.
13454         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13455         all callers.
13456         Revert drawing direction.
13457
13458         * mf/feta-schrift.mf (draw_fermata): Use single path.
13459         (draw_short_fermata): Replace `filldraw' with `fill'.
13460         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13461         `draw_rounded_block' with a single path.
13462         ("Thumb"): Draw full circle instead of mirroring segments.
13463         (draw_accent): New macro.
13464         ("> accent", "espr"): Use it.
13465         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13466         ("open (unstopped)"): Draw full circle instead of mirroring
13467         segments.
13468         (draw_vee): Removed.
13469         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13470         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13471         path.
13472         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13473         partial pieces drawn with `fill' -- these do still overlap with the
13474         stem of the `t' but just once, not multiple times so that fontforge
13475         can handle it gracefully.
13476         Change other parts of the glyph so that fontforge's overlapping
13477         algorithm reliably works.
13478         (draw_heel): Replace `draw' with `fill'.
13479         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13480         ("Flageolet"): Replace `draw' with `penstroke'.
13481         ("Segno"): Replace `filldraw' with `penstroke'.
13482         Replace `draw' with `drawdot'.
13483         ("Coda"): Replace `fill' with `penstroke', using a single path.
13484         ("Varied Coda"): Use less overlapping paths.
13485         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13486         single path.
13487
13488         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13489         group to better control the `labels' command.
13490         Rename argument to `offset' and use it actually.  Update all
13491         callers.
13492         Replace `filldraw' with `fill'.
13493         ("mordent", "prallmordent", "upmordent", "downmordent",
13494         "lineprall"): Replace `draw' with `draw_gridline'.
13495         ("upprall", "downprall"): Replace `draw' with `fill'.
13496
13497         * mf/feta-timesig.mf: Formatting.
13498
13499         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13500         to...
13501         ("Flat"): Here.
13502         (draw_paren): Move code to draw labels to...
13503         ("Right Parenthesis"): Here.
13504
13505 2005-01-02  Graham Percival <gperlist@shaw.ca>
13506
13507         * Documentation/user/notation.itely: add example of \setTextDecresc
13508         and \setTextDim.
13509
13510 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13511
13512         * scm/define-markup-commands.scm :  fix glyph-strings of
13513         accidentals and \note-by-number
13514
13515 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13516
13517         * VERSION: 2.5.6 released.
13518         
13519         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13520
13521         * input/regression/new-markup-scheme.ly: oops. font-family=music
13522         -> font-encoding fetaMusic.  
13523
13524         * lily/main.cc: put default to PS.
13525
13526         * lily/tfm.cc: idem.
13527
13528         * lily/afm.cc: idem.
13529
13530         * lily/include/modified-font-metric.hh (struct
13531         Modified_font_metric): remove coding_scheme() method.
13532
13533         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13534
13535         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13536
13537         * input/les-nereides.ly: convert to utf8
13538
13539         * lily/modified-font-metric.cc (text_dimension): idem.
13540
13541         * lily/parser.yy (TODO): idem.
13542
13543         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13544
13545         * lily/lexer.ll: remove encoding
13546
13547         * scm/framework-ps.scm (output-variables): separately scale the
13548         page to mm 
13549
13550         * lily/pango-font.cc (Pango_font): fix scaling.
13551
13552         * lily/font-metric.cc (design_size): design_size returns a
13553         dimension now as well.
13554
13555 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13556
13557         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13558         brace generation. 
13559
13560         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13561
13562 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13563
13564         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13565         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13566
13567 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13568
13569         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13570         in first run as well.
13571
13572         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13573         dimension less points (ie. 12 = 12 point)
13574
13575         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13576
13577         * lily/all-font-metrics.cc (find_pango_font): set description_
13578
13579         * lily/pango-font.cc (text_stencil): export size as well.
13580         (text_stencil): fix scaling and extents box.
13581
13582 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13583
13584         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13585
13586         * Documentation/user/invoking.itely (Invoking lilypond): document
13587         texstr
13588
13589         * scripts/convert-ly.py (conv): add ancient rules.
13590
13591         * scm/clef.scm (c0-pitch-alist): replace - with .
13592
13593         * scripts/lilypond-book.py (process_snippets): add texstr support.
13594
13595         * scm/framework-texstr.scm (header): change extension to .textmetrics
13596
13597         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13598         -f tex.
13599
13600         * lily/text-metrics.cc: new file.
13601         (try_load_text_metrics): new function
13602
13603         * lily/include/text-metrics.hh: new file.
13604
13605 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13606
13607         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13608         ly_scheme_function to ly_lily_module_constant.
13609
13610         * lily/modified-font-metric.cc (text_dimension): try
13611         lookup_tex_text_dimension() first.
13612
13613         * lily/tfm.cc: new function ly:load-text-dimensions
13614
13615 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13616
13617         * scm/output-texstr.scm (text): use \lilygetmetrics
13618
13619         * scm/framework-texstr.scm (header): dump in new format.
13620
13621         * tex/lilypond-tex-metrics: new file.
13622         
13623 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13624
13625         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13626         mapping.
13627         (index_to_charcode): New method.
13628
13629         * scm/output-ps.scm (glyph-string): 
13630         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13631
13632 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13633
13634         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13635         implement fully, need FONT to get to charcode.
13636
13637         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13638
13639         * scm: Cleanups.
13640
13641         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13642         {Tunable context properties},
13643         {All layout objects},
13644         {Music definitions}.
13645
13646 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13647
13648         * VERSION: release 2.5.5
13649         
13650         * lily/main.cc: use TeX as default output format.
13651
13652         * flower/file-path.cc (find): try to open directly as well, so we
13653         find absolute path files. 
13654
13655         * lily/pango-select.cc: new file.
13656
13657         * scm/framework-ps.scm: remove all encoding code. 
13658         load pfb/pfa for PangoFont too.
13659         
13660         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13661
13662 2004-12-22  Werner Lemberg  <wl@gnu.org>
13663
13664         Prepare glyph shapes for mf2pt1 conversion.
13665
13666         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13667
13668         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13669         (define_triangle_shape): Use it to replace `draw' with `fill' and
13670         `unfill'.  Update all callers.
13671         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13672         (draw_cross): Ditto.
13673         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13674         Use penrazor for better conversion with mf2pt1.
13675         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13676         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13677         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13678         draw_la_head, draw_ti_head): Replace `filldraw' with
13679         `fill'.  Update all callers.
13680
13681 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13682
13683         * lily/paper-book.cc (output): revert: only allow a single output
13684         format.
13685
13686         * lily/include/pango-font.hh: new file.
13687
13688         * lily/pango-font.cc: new file.
13689
13690         * lily/font-metric.cc (text_stencil): new routine
13691
13692         * lily/all-font-metrics.cc (find_pango_font): new routine.
13693
13694         * lily/include/font-metric.hh (struct Font_metric): add
13695         text_stencil()
13696
13697         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13698
13699 2004-12-22  Werner Lemberg  <wl@gnu.org>
13700
13701         Prepare glyph shapes for mf2pt1 conversion.
13702
13703         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13704
13705         * mf/feta-toevallig.mf: Formatting.
13706         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13707         ("Natural"): Fix paths to allow better postprocessing.
13708         (draw_meta_flat): Use `z3l' as additional point in path to get
13709         better conversion with mf2pt1.
13710         Other minor cleanups.
13711         ("3/4 Flat"): Add auxiliary points and modify path to replace
13712         `draw' with `fill'.
13713         ("Double Sharp"): Mirror path segments instead of picture elements
13714         to get a single outline.
13715         Modify path to replace `filldraw' with `fill'.
13716
13717 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13718
13719         * input/test/unfold-all-repeats.ly: added file back.
13720
13721         * Documentation/user/notation.itely,
13722         Documentation/user/programming-interface.itely
13723         Documentation/user/changing-defaults.itely: fixed misc broken
13724         links to input/test/ files.
13725
13726 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13727
13728         * tex/texinfo.tex: Update.  We should not be distributing this,
13729         but since we do, use latest version.
13730
13731         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13732         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13733         macros for feta glyphs.
13734
13735 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13736
13737         * Documentation/user/changing-defaults.itely: fix index for set.
13738
13739         * Documentation/user/converters.itely: added convert-ly bugs list
13740         from CVS.
13741
13742 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13743
13744         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13745         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13746         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13747         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13748
13749         * mf/GNUmakefile (pfa_warning): Use less broken check.
13750
13751         * python/lilylib.py (setup_environment): Remove cruft from
13752         GS_FONTPATH.
13753
13754         * configure.in: Bump mftrace requirement to 1.1.1.
13755
13756 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13757
13758         * scm/output-svg.scm (beam): Use polygon.
13759
13760         * scm/lily-library.scm: Bugfix.
13761
13762         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13763
13764         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13765
13766 2004-12-19  Werner Lemberg  <wl@gnu.org>
13767
13768         Prepare glyph shapes for mf2pt1 conversion.
13769
13770         * mf/feta-eindelijk: Some formatting.
13771         (multi_rest_x, multi_beam_height): Removed.  Unused.
13772         ("Quarter rest"): Use `intersectiontimes' to create a single
13773         outline.
13774         (rest_crook): Removed.  Unused.
13775         (draw_rest_bulb): Return path (without filling).  Update callers.
13776         Simplified.
13777         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13778         "128th rest"): Simplify `pat'.
13779         Create single outline.
13780
13781 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13782
13783         * mf/GNUmakefile (ALL_GEN_FILES):
13784         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13785
13786         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13787         function.
13788
13789 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13790
13791         * scm/output-texstr.scm (placebox): add routine
13792
13793         * VERSION (PACKAGE_NAME): release 2.5.4
13794
13795         * scm/framework-texstr.scm (output-framework): new file.  
13796
13797         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13798         processing.
13799
13800         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13801
13802         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13803         rule.
13804
13805         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13806
13807         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13808
13809         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13810
13811 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13812
13813         * scm/framework-svg.scm (dump-page): Implement landscape.
13814
13815 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13816
13817         * lily/main.cc (setup_paths): Add svg to search path.
13818
13819         * scm/output-svg.scm:
13820         * scm/framework-svg.scm: Add pageSet.  Update.
13821         (dump-fonts): New function.
13822         (output-framework): Use it.
13823
13824         * mf/GNUmakefile: 
13825         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13826
13827 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13828
13829         * tex/lilyponddefs.tex: comment out new ifpdf code.
13830
13831 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13832
13833         * GNUmakefile.in: 
13834         * SConstruct (symlink): Replace afm by otf.
13835
13836         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13837         ly:pango-add-afm-decoder.
13838
13839         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13840
13841 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13842
13843         * scm/output-ps.scm (new-text): don't access t glyph for getting
13844         space dimension.
13845
13846         * ly/init.ly: warn about \version
13847
13848         * lily/lexer.ll: set version-seen?
13849
13850 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13851
13852         * scm/output-svg.scm (string->entities): Update.
13853
13854 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13855
13856         * lily/main.cc (setup_paths): replace afm by otf for path. 
13857
13858         * lily/pangofc-afm-decoder.cc: remove.
13859
13860         * lily/include/pangofc-afm-decoder.hh: remove.
13861
13862         * scm/framework-scm.scm (output-framework): new file.
13863
13864         * mf/GNUmakefile: remove SAUTER_FONTS.
13865         remove SVG/sodipodi hacks.
13866
13867         * scm/lily-library.scm (stderr): move stderr.
13868
13869         * mf/GNUmakefile: remove AFM support.
13870
13871         * buildscripts/mf-to-table.py (base): remove AFM support.
13872
13873         * lily/open-type-font.cc (design_size): use design_size
13874
13875 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13876
13877         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13878
13879 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13880
13881         * mf/GNUmakefile: Generate combined aybabtu info.
13882         * mf/aybabtu.pe.in (i): Load it.
13883
13884         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13885         are not symbols.
13886
13887         * lily/include/open-type-font.hh (count): New method.
13888
13889         * mf/aybabtu.pe.in: Typo.
13890
13891         * Documentation/user/out/lilypond-internals.nexi (Scheme
13892         functions): Typo.
13893
13894         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13895
13896 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13897
13898         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13899         subfonts.
13900
13901         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13902
13903         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13904         (tex-font-command-raw): new function.
13905
13906         * lily/include/virtual-font-metric.hh (Module): remove file
13907
13908         * lily/virtual-font-metric.cc (Module): remove file.
13909         
13910
13911         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13912         (get_indexed_char): read bbox from lily table if present.
13913
13914 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13915
13916         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13917         aybabtu.subfonts
13918
13919         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13920         global glyphname. Enables more than 64 glyphs in the OTF.
13921
13922 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13923
13924         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13925         braces.
13926
13927         * lily/open-type-font.cc (design_size): Use 12 as default for
13928         design size.
13929
13930         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13931
13932         * mf/GNUmakefile: Generate aybabtu.
13933
13934         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13935
13936 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13937
13938         * scm/lily-library.scm (char->unicode-index): Remove.
13939
13940         * scm/output-gnome.scm (text): Bugfix for plain string input.
13941         Updates.
13942
13943         * scm/output-svg.scm (svg-font): Add weight to font selection.
13944
13945 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13946
13947         * Documentation/topdocs/INSTALL.texi (Top): Point to
13948         buildscripts/out/clean-fonts instead of
13949         buildscripts/clean-fonts.sh. 
13950
13951 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13952
13953         * input/regression/figured-bass.ly: attempt to clarify text.
13954
13955         * Documentation/user/notation.tely: add cindex for tag, attempt to
13956         add figured bass example.
13957
13958         * Documentation/user/changing-defaults: basic editing.
13959
13960 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13961
13962         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13963
13964         * lily/open-type-font.cc (LY_DEFINE): new function
13965         ly:font-sub-fonts
13966
13967         * lily/include/font-metric.hh (struct Font_metric): new method
13968         sub_fonts()
13969
13970         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13971         . with - in add.stem.
13972         
13973 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13974
13975         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13976         and fetaDynamic.
13977
13978         * lily/rest.cc (glyph_name): Change - to . .
13979
13980         * scm/output-gnome.scm (text): Hello world, again.
13981
13982         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13983
13984         * lily/modified-font-metric.cc (index_to_charcode): New method.
13985
13986         * lily/include/font-metric.hh (index_to_charcode): New function.
13987
13988         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13989         new function.
13990         (ly:font-glyph-to-index): Remove.
13991
13992 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13993
13994         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13995
13996         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13997
13998         * lily/open-type-font.cc (load_scheme_table): new function
13999
14000         * lily/dots.cc (print): replace - 
14001
14002         * lily/open-type-font.cc (attachment_point): new function.
14003         (load_table): read LILC table
14004
14005         * buildscripts/gen-bigcheese-scripts.py (Module): new
14006         file. Generate FF scripts.
14007
14008         * mf/feta-din10.mf: idem.
14009
14010         * mf/feta-nummer10.mf: remove mf files.
14011
14012         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14013
14014 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14015
14016         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14017
14018         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14019         compatibility.
14020
14021 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14022
14023         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14024         design-size and units_per_EM.
14025
14026         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14027
14028 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14029
14030         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14031         does not crash fontforge.
14032
14033         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14034         PUA.
14035
14036 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14037
14038         * scm/framework-ps.scm (ps-embed-cff): new function.
14039
14040         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14041
14042 2004-12-12  Werner Lemberg  <wl@gnu.org>
14043
14044         * mf/bigcheese.pe.in: Add PUA mapping.
14045         Don't create Type 42 but bare CFF font.
14046
14047 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14048
14049         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14050         within canvas boundaries.
14051
14052         * mf/merge.pe.in: Set font names, version, license GPL.
14053
14054         * make/substitute.make: Add FONTFORGE.
14055
14056         * config.make.in (FONTFORGE): Add.
14057
14058         * configure.in (gui_b): Use PATH_PROG for fontforge.
14059
14060 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14061
14062         * scm/define-markup-commands.scm: add baseline-skip to info
14063         about \column.
14064
14065 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14066
14067         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14068
14069         * scm/output-gnome.scm (named-glyph): Use it.
14070
14071         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14072
14073         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14074         (upper_string, lower_string, reverse_string): Remove.
14075
14076         * configure.in (fontforge): Reinstate version check.
14077
14078         * ly/engraver-init.ly: Fix clef glyph names.
14079
14080         * lily/time-signature.cc (special_time_signature): Fix fraction
14081         glyph names.
14082
14083 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14084
14085         * mf/merge.pe: new file.
14086
14087         * lily/freetype.cc: new file.
14088
14089         * lily/include/open-type-font.hh (class Open_type_font): new file.
14090
14091         * lily/include/freetype.hh: new file.
14092
14093         * lily/open-type-font.cc: new file.
14094
14095         * lily/all-font-metrics.cc (find_otf): new function.
14096
14097 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14098
14099         * lily/time-signature.cc (special_time_signature): Fix.
14100
14101         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14102         GTK2 before checking for pango.  Fixes -fgnome.
14103
14104         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14105         Scheme name.
14106
14107         * scm/define-markup-commands.scm:
14108         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14109
14110         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14111
14112         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14113         date versions.  Fixes configure.
14114         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14115         argument.
14116
14117 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14118
14119         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14120         names in .enc
14121
14122         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14123
14124 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14125
14126         * Documentation/user/changing-defaults.itely: add info about
14127         make-dynamic-script
14128
14129         * Documentation/user/notation.itely: add link in dynamics to
14130         section about make-dynamic-script.
14131
14132 2004-12-09  Christian hitz  <chhitz@gmx.net>
14133
14134         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14135
14136 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14137
14138         * buildscripts/mf-to-table.py (parse_logfile): use . for
14139         concatting name and group.
14140         (parse_logfile): use M for Minus (negative.)
14141
14142         * lily/include/type-swallow-translator.hh
14143         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14144
14145         * lily/*.cc: cosmetics around = sign.
14146
14147         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14148         lyric spacing on the penultimate column.
14149
14150 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14151
14152         * configure.in:
14153         * lily/accidental-placement.cc:
14154         * lily/bar-line.cc:
14155         * lily/beam-concave.cc:
14156         * lily/beam-quanting.cc:
14157         * lily/beam.cc:
14158         * lily/bezier-bow.cc:
14159         * lily/bezier.cc:
14160         * lily/break-align-interface.cc:
14161         * lily/custos.cc:
14162         * lily/dimension-cache.cc:
14163         * lily/dot-column.cc:
14164         * lily/font-metric.cc:
14165         * lily/font-select.cc:
14166         * lily/gourlay-breaking.cc:
14167         * lily/grob-property.cc:
14168         * lily/grob.cc:
14169         * lily/lily-guile.cc:
14170         * lily/line-spanner.cc:
14171         * lily/lookup.cc:
14172         * lily/lyric-extender.cc:
14173         * lily/lyric-hyphen.cc:
14174         * lily/mensural-ligature.cc:
14175         * lily/midi-def.cc:
14176         * lily/misc.cc:
14177         * lily/note-collision.cc:
14178         * lily/note-column.cc:
14179         * lily/note-head.cc:
14180         * lily/paper-outputter.cc:
14181         * lily/percent-repeat-item.cc:
14182         * lily/rest-collision.cc:
14183         * lily/side-position-interface.cc:
14184         * lily/simple-spacer.cc:
14185         * lily/slur-configuration.cc:
14186         * lily/slur-scoring.cc:
14187         * lily/slur.cc:
14188         * lily/spaceable-grob.cc:
14189         * lily/spacing-spanner.cc:
14190         * lily/spanner.cc:
14191         * lily/staff-symbol-referencer.cc:
14192         * lily/stem.cc:
14193         * lily/stencil.cc:
14194         * lily/system-start-delimiter.cc:
14195         * lily/system.cc:
14196         * lily/text-item.cc:
14197         * lily/tie.cc:
14198         * lily/tuplet-bracket.cc:
14199         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14200         <cmath> beacause isinf/isnan is undefined in <cmath>
14201
14202 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14203
14204         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14205
14206 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14207
14208         * VERSION: release 2.5.3
14209         
14210 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14211
14212         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14213
14214 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14215
14216         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14217
14218         * lily/note-head.cc (internal_print): always try the "s" head if
14219         u/d not found.
14220
14221         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14222
14223 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14224
14225         * mf/parmesan-heads.mf (overdone_heads): typos.
14226
14227 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14228
14229         * lily/parser.yy (markup): in markups, { .. } without command
14230         before are also flattened, ie \line must be explicitely used.
14231
14232         * Documentation/user/changing-defaults.itely:
14233         * Documentation/user/notation.itely: 
14234         * input/wilhelmus.ly: 
14235         * input/regression/instrument-name-markup.ly: 
14236         * input/regression/markup-score.ly: 
14237         * input/regression/new-markup-scheme.ly: 
14238         * input/regression/new-markup-syntax.ly: 
14239         * input/test/coriolan-margin.ly: use \line in markups where
14240         appropriate
14241         
14242 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14243
14244         * scm/new-markup.scm (map-markup-command-list): helper function
14245         used in parser.yy to map markup commands on a markup list.
14246
14247         * lily/parser.yy: get rid off < > in markups by treating { } as
14248         real lists.
14249
14250         * lily/lexer.ll: remove < > from markup lexer mode.
14251
14252         * scripts/convert-ly.py (conv): add rule for converting 
14253         \markup < > to \markup { }
14254
14255         * ly/titling-init.ly: 
14256         * input/test/coriolan-margin.ly: 
14257         * input/regression/new-markup-syntax.ly: 
14258         * input/regression/new-markup-scheme.ly: 
14259         * input/regression/multi-measure-rest-text.ly: 
14260         * input/regression/markup-stack.ly: 
14261         * input/regression/markup-score.ly: 
14262         * input/regression/instrument-name-markup.ly: 
14263         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14264         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14265         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14266         * input/wilhelmus.ly: 
14267         * Documentation/user/notation.itely: 
14268         * Documentation/user/music-glossary.tely: 
14269         * Documentation/user/changing-defaults.itely: change < > to { } in
14270         markups
14271
14272 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14273
14274         * lily/accidental-placement.cc (position_accidentals): shortcut if
14275         no accidentals to place.
14276
14277 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14278
14279         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14280         typo s/ly:dimension ?/ly:dimension?/
14281
14282         * input/regression/lily-in-scheme.ly: 
14283         * input/regression/music-function.ly: 
14284         * ly/spanners-init.ly (assertBeamSlope): 
14285         * scm/music-functions.scm (def-grace-function): add the paper
14286         argument to music function definitions.
14287
14288 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14289
14290         * lily/moment.cc (LY_DEFINE):
14291         ly:moment-main-{denominator,numberator}, new function.
14292
14293         * lily/score-engraver.cc (typeset_all): assign to column on basis
14294         of axis-group-parent-X setting.
14295
14296         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14297         add_element() on basis of axis-group-parent-Y setting.
14298
14299         * lily/grob.cc: add axis-group-parent-{XY} properties.
14300
14301         * input/regression/spacing-stick-out.ly: new file.
14302
14303         * lily/simple-spacer.cc (add_columns): use binary search for
14304         setting column rods. Changes O(n^2) to O(n log(n)) for
14305         constructing spacing problem from columns.
14306         (add_columns): read allow-outside-line to make sure no texts stick
14307         out.
14308         (solve): Simple_spacer::is_active() only determines
14309         satisfies_constraints_ for non-ragged typesetting.
14310
14311         * lily/simultaneous-music.cc (to_relative_octave): only set
14312         old_relative_used if return pitch actually changed.
14313
14314         * scm/define-context-properties.scm
14315         (all-user-translation-properties): change to match implementation.
14316
14317         * python/lilylib.py: Replace re.match by re.search and adds "-c
14318         showpage" to the gs command line (Johannes Schindelin)
14319
14320         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14321         before processing. Prevents crash when inf is in the extent.
14322
14323         * scm/define-markup-commands.scm (note-by-number): add "s" to
14324         "noteheads-" glyphname.
14325  
14326         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14327         music function as well.
14328         
14329 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14330
14331         * VERSION: release 2.5.2
14332
14333         * Documentation/user/changing-defaults.itely (Creating titles):
14334         add breakbefore variable.
14335
14336         * lily/paper-book.cc (set_system_penalty): new function. Set
14337         penalty_ based on breakBefore setting
14338
14339         * lily/context-specced-music-iterator.cc (construct_children):
14340         interpret special context id $uniqueContextId 
14341
14342         * lily/context.cc (create_unique_context): new method. Move
14343         creation of unique (\new) contexts into interpreting phase. This
14344         makes
14345
14346           foo= \new Staff ..
14347           << \foo \foo >>
14348
14349         produce 2 staves.
14350         
14351
14352         * scm/define-music-properties.scm (all-music-properties): add
14353         quoted-voice-direction
14354
14355         * ly/music-functions-init.ly: killCues function.
14356
14357         * scm/music-functions.scm (cue-substitute): move creation of voice
14358         contexts further to the back. 
14359
14360 2004-11-25  Werner Lemberg  <wl@gnu.org>
14361
14362         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14363         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14364
14365 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14366
14367         * buildscripts/guile-gnome.sh: Fixed typo.
14368
14369 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14370
14371         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14372
14373         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14374
14375         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14376         to regular engraver. 
14377
14378 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14379
14380         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14381
14382 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14383
14384         * scm/define-markup-commands.scm (fill-line): Typo.
14385
14386         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14387         and newer.
14388
14389 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14390
14391         * ly/dynamic-scripts-init.ly: Fixed typo.
14392
14393 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14394
14395         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14396         note-head, to have different attachment points for up and down.
14397
14398         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14399
14400         * mf/feta-generic.mf (else): remove solfa.
14401
14402         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14403
14404         * scm/define-context-properties.scm
14405         (all-user-translation-properties): add shapeNoteStyles property.
14406
14407         * lily/shape-note-heads-engraver.cc (process_music): new file.
14408
14409         * lily/event.cc (transpose): call Event::transpose() for
14410         transposing the tonic.
14411
14412 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14413
14414         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14415         Unicode/OpenType and AFM.
14416
14417         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14418
14419 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14420
14421         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14422
14423         * lily/context.cc (Context): unprotect key from ctor.
14424
14425         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14426         is '()
14427         (stack-stencils): idem.
14428
14429         * Documentation/user/changing-defaults.itely (Creating titles):
14430         document new title layout options.
14431
14432         * lily/parser.yy (lilypond_header_body): copy previous
14433         $globalheader if present.
14434
14435         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14436         ly:module-copy
14437         
14438         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14439
14440         * scm/titling.scm: remove old titling functions
14441
14442         * lily/stencil.cc (translate): remove absolute dimension.
14443
14444         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14445         via markup.
14446
14447         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14448         field from user-supplied markup
14449
14450         * scm/define-markup-commands.scm (on-the-fly): new markup
14451         command. Enter SCM markup procedure directly in Scheme.
14452         (fromproperty): new markup command. Read markup from props argument.
14453
14454         * scm/titling.scm (marked-up-title): create title via
14455         user-specified markup. 
14456
14457         * scm/define-markup-commands.scm (column): remove empty stencils
14458         from column.
14459
14460         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14461         not have side-effect of creating variable stub.
14462
14463         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14464
14465 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14466
14467         * scm/encoding.scm (coding-alist): 
14468         * scm/font.scm (add-ec-fonts):
14469         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14470         Extended-TeX-Font-Encoding---Latin.
14471
14472         * lily/side-position-interface.cc (general_side_position): Add
14473         actual offset to error message (avoid constant error messages).
14474
14475         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14476         block.
14477
14478         * lily/font-select.cc (select_encoded_font)
14479         (get_font_by_mag_step, get_font_by_design_size): 
14480         * lily/modified-font-metric.cc (Modified_font_metric): 
14481         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14482
14483         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14484         (read-encoding-file): Bugfix: do not require space after bracket.
14485
14486         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14487         these do not exist.
14488
14489 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14490
14491         * Documentation/user/notation.itely: added info about typesetting
14492         boxed bar numbers.
14493
14494 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14495
14496         * flower/interval.cc (T_to_string): gcc4 fixes.
14497
14498         * scm/define-markup-commands.scm (fill-line): use
14499         stack-stencils. This fixes problems with putting already centered
14500         stencils in a line.
14501
14502         * VERSION: release 2.5.1
14503
14504         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14505
14506 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14507
14508         * input/example-[1-3].ly: simplify.
14509
14510         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14511
14512         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14513         show glyphs.
14514
14515         * scm/encoding.scm (decode-byte-string): new function.
14516
14517         * scripts/convert-ly.py (conv): add warning about
14518         set-global-staff-size.
14519
14520         * Doxyfile: add. 
14521
14522         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14523         (conv): warn for TextSpanner split.
14524         (conv): warn for textheight.
14525
14526 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14527
14528         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14529         building the documentation, info with images are installed.
14530         (final-install): Fix description.  Mention sourcing of login
14531         scripts (instead of running).
14532
14533 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14534
14535         * Debian lmodern support.  Note that LilyPond will issue warnings
14536         
14537             no such encoding: "FontSpecific"
14538
14539           The font selection mechanism wants to get the encoding from the
14540           font itself, but the idea of lmodern is that it is usable with
14541           different encodings, ie, Lily should get the encoding from the
14542           font tree, rather than the font itself.  This would require some
14543           more work.
14544         
14545         * configure.in: Test for and accept lmodern if EC fonts not found.
14546
14547         * scm/framework-tex.scm (font-load-command): TeX font name
14548         mangling for latin1 encoded cork-lm fonts.
14549         (convert-to-ps): Load lm.map if available.
14550
14551         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14552         available.
14553
14554         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14555
14556         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14557         available.
14558
14559         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14560         path for absolute file name, that is silly.
14561
14562         * lily/score-engraver.cc (initialize): 
14563
14564         * Documentation/user/GNUmakefile (local-install-info): Invoke
14565         install-info --remove first.
14566
14567         * #include cleanup (Andreas Scherer).
14568
14569 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14570
14571         * input/test/script-abbreviations.ly: fix typos.
14572
14573 2004-11-17  Werner Lemberg  <wl@gnu.org>
14574
14575         * python/lilylib.py (options_help_str): Support pretty-printing of
14576         newlines in fourth element of option description.
14577
14578         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14579         feature.
14580         Sort options.
14581
14582         * Documentation/user/lilypond-book.itely: Finish update.
14583
14584 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14585
14586         * Documentation/user/macros.itexi: Add comment about \command.
14587
14588         * Documentation/user/lilypond.tely:
14589         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14590         and lilypond-book nodes, so that `info lilypond' visits the manual
14591         at top level, and `info lilypond-book' visits the lilypond-book
14592         section.
14593
14594         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14595         and packager messages.
14596
14597         * lily/pangofc-afm-decoder.cc: Update test.
14598
14599 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14600
14601         * scm/lily-library.scm (char->unicode-index): New function.
14602
14603         * scm/output-gnome.scm: 
14604         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14605
14606         * Proper naming of file name throughout; s/filename/file[-_]name/.
14607
14608         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14609
14610         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14611
14612 2004-11-16  Werner Lemberg  <wl@gnu.org>
14613
14614         * scripts/lilypond-book.py: The Lord has commanded me to use only
14615         tabs for indentation.  Your humble servant obeys.
14616
14617 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14618
14619         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14620         including font, if LilyPond-feta font is only feta font in path.
14621
14622         * scm/output-gnome.scm (text): Revert to file name of font if font
14623         has no name.  Fixes ec font selection.
14624         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14625
14626         * scm/framework-svg.scm:
14627         * scm/output-svg.scm: New file.  TODO: figure out how to
14628         do character by index in font.
14629
14630         * scm/output-sodipodi.scm: Remove.
14631
14632         * scm/output-ps.scm (stem): Remove.
14633
14634 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14635
14636         * scm/output-gnome.scm (beam): New function.
14637         (slur): Round corners.
14638         (round-filled-box): Round corners.
14639
14640 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14641
14642         * scm/output-gnome.scm (beam): add function.
14643         (draw-line): new routine.
14644         (dashed-line): stub; call draw-line
14645         (polygon): new routine.
14646
14647 2004-11-15  Werner Lemberg  <wl@gnu.org>
14648
14649         * Documentation/user/lilypond-book.itely: Revise section on
14650         lilypond-book options.
14651         Other minor fixes.
14652
14653         * scripts/lilypond-book.py: Change indentation to 4.
14654         Minor formatting.
14655
14656 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14657
14658         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14659         grobs that have tweaks specced.
14660         
14661 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14662
14663         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14664
14665 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14666
14667         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14668         actual char #, not 0 based index.
14669
14670         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14671
14672         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14673         Warning: do make -C mf clean.
14674
14675         * lily/context-property.cc: Compile fix.
14676
14677         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14678         Grok ec-fonts, braces and dynamics.
14679
14680         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14681
14682 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14683
14684         * lily/include/tweak-registration.hh: new file.
14685
14686         * lily/tweak-registration.cc: new file.
14687
14688         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14689         saving tweaks.
14690
14691         * scm/output-gnome.scm (text): comment dribble.
14692
14693 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14694
14695         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14696
14697         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14698         path-def before using.  Fixes muchtomany slurs in wrong places
14699         bug.
14700
14701 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14702
14703         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14704
14705         * lily/include/object-key-undumper.hh (Module): new file.
14706
14707         * lily/object-key-undumper.cc (Module): New file. Deserialize
14708         keys. SCM bindings
14709
14710         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14711         Provide SCM bindings.
14712
14713         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14714         new file. Serialize object keys.
14715         
14716         * lily/object-key.cc (dump): new function.
14717         (as_scheme): new virtual function
14718         (undump): new function
14719         (undumpers): new table.
14720
14721         * lily/include/global-context.hh (Context): take \score key upon init.
14722
14723         * lily/object-key-dumper.cc (serialize_key): new file.
14724
14725         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14726
14727         * lily/lily-lexer.cc: remove \quote.
14728
14729         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14730
14731         * lily/context.cc (Context): take key argument in ctor.
14732         (create_context): new function
14733
14734         * lily/grob.cc (Grob): take key argument in ctor.  
14735
14736         * lily/lilypond-key.cc (do_compare): new file.
14737
14738         * lily/object-key.cc (Object_key): new file.
14739
14740         * lily/include/object-key.hh (class Object_key): new file.
14741
14742         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14743
14744 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14745
14746         * Documentation/user/lilypond-book.itely: add small warning about
14747         noindent default in lilypond-book.
14748
14749         * Documentation/user/converters.itely: add examples for convert-ly.
14750
14751         * Documentation/user/examples.itely: change version string in templates
14752         to 2.4.0.
14753
14754 2004-11-12  Karl Hammar  <karl@aspodata.se>
14755
14756         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14757         cmdline, use xargs instead (backportme)
14758
14759 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14760         
14761         * Documentation/user/: Numerous fixes in the user manual.
14762
14763 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14764
14765         * lily/parser.yy (re_rhythmed_music): search music expression for
14766         context-id, surround by \new Voice if not found. Fixes:
14767         addlyrics-second-staff.ly
14768
14769         * VERSION: 2.5.0 released.
14770         
14771 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14772
14773         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14774
14775         * Documentation/user/GNUmakefile: Separate rules for split and
14776         unsplit html documents.  Remove perl massaging.  (backportme)
14777
14778 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14779
14780         * Documentation/user/lilypond-book.itely: add short warning about
14781         \lilypond{} in LaTeX docs.
14782
14783 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14784
14785         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14786         found.  (backportme)
14787
14788         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14789         version requirement.  (backportme)
14790
14791         * configure.in: Be explicit about old versions of
14792         ec-fonts-mtraced.  (backportme)
14793
14794         * lily/context-selector.cc (set_tweaks): New function.
14795         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14796         web with -DTWEAK.
14797
14798         * Documentation/user/introduction.itely (Automated engraving):
14799         Remove fragment option.  Fixes web.
14800
14801         * lily/context-property.cc (make_item_from_properties):
14802         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14803         #ifdef.
14804
14805         * scm/define-context-properties.scm
14806         (all-internal-translation-properties): Add tweakRank and tweakCount.
14807
14808         * lily/grob.cc: 
14809         * scm/define-grob-properties.scm (all-internal-grob-properties):
14810         Add tweak-rank and tweak-count.
14811
14812 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14813
14814         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14815         New function.
14816         (text): Use them.
14817
14818         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14819         animated/opaque grob dragging tweaks.
14820
14821         * buildscripts/guile-gnome.sh: Update.
14822
14823 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14824
14825         * scm/define-grobs.scm (all-grob-descriptions): Added
14826         line-interface to the LigatureBracket object.
14827
14828 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14829
14830         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14831         dragging tweaks.
14832
14833         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14834
14835         * lily/context-selector.cc (store_context): New function.
14836
14837         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14838         (store_grob): New function.
14839         (identify_grob): Add Moment parameter.
14840
14841         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14842         exists.
14843
14844         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14845
14846 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14847
14848         * scm/framework-gnome.scm (item-event): Print grob id.
14849         (save-tweaks): New function.
14850         (tweak): New funtion.
14851         (item-event): Use it, bound to arrow keys.
14852
14853         * lily/context-property.cc (make_item_from_properties): Register grob.
14854         * lily/context.cc (add_context): Register context.
14855
14856         * lily/include/context-selector.hh:
14857         * lily/include/grob-selector.hh:
14858         * lily/context-selector.cc:
14859         * lily/grob-selector.cc: New file.
14860
14861 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14862
14863         * lily/slur.cc: add 'positions to interface
14864
14865         * lily/main.cc: reinstate PS as standard output format. 
14866
14867         * scm/framework-tex.scm (output-preview-framework): print systems
14868         up to first non title system.
14869
14870         * lily/grace-engraver.cc (start_translation_timestep): split
14871         scm_cadddr
14872         
14873 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14874
14875         * lily/quote-iterator.cc (Module): remove old quote-iterator
14876
14877         * scm/define-music-types.scm (music-descriptions): move
14878         NewQuoteMusic over QuoteMusic
14879
14880         * Documentation/user/notation.itely (Formatting cue notes): use
14881         \cueDuring.
14882
14883         * lily/new-quote-iterator.cc (quote_ok): new function.
14884
14885         * input/regression/quote-cue-during.ly: new file.
14886
14887         * input/regression/quote-grace.ly: new file.
14888
14889         * scm/define-context-properties.scm (Module): change definition of
14890         graceSettings
14891
14892         * lily/context-property.cc (Module): rename from
14893         translator-property.cc
14894
14895         * lily/context.cc (context_name_symbol): new function
14896
14897         * lily/grace-engraver.cc: new file. Set properties for grobs based
14898         on the grace-ness of now_moment().
14899
14900         * scm/music-functions.scm (add-grace-property): use list
14901         iso. vector for graceSettings
14902         remove set-{start,stop}-grace-properties. 
14903
14904         * lily/new-quote-iterator.cc (construct_children): set
14905         quote_outlet_ if no quoted-context-{id,type} specified.
14906
14907         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14908
14909         * lily/parser.yy (command_element): remove \quote.
14910
14911         * ly/music-functions-init.ly (location): add quoteDuring music
14912         function. 
14913
14914         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14915         optional semicolon. (backportme)
14916
14917 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14918
14919         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14920         need to link to GUILE et al.
14921
14922 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14923
14924         * scm/define-music-properties.scm (all-music-properties): add
14925         quoted-context-type, quoted-context-id.
14926
14927         * scm/lily.scm (type-check-list): new function.
14928         
14929         * scm/lily-library.scm: new file. Generic library routines.
14930
14931         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14932         parser.
14933
14934         * ly/music-functions-init.ly: add quoteDuring function.
14935
14936         * lily/include/music-iterator.hh (class Music_iterator): rename
14937         set_translator -> set_context
14938
14939         * lily/parser.yy (Generic_prefix_music_scm): add
14940         MUSIC_FUNCTION_SCM_SCM_MUSIC
14941
14942         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14943
14944         * scm/framework-tex.scm (header): sanitize TeX paper size.
14945         (backportme)
14946
14947 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14948
14949         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14950
14951         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14952
14953         * scm/framework-tex.scm (font-load-command): Use T1 if no
14954         font-encoding set.  (backportme)
14955
14956         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14957         exists before converting.  (backportme)
14958
14959         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14960         exists before converting.  (backportme)
14961         (convert-to-ps): Remove .ps file if it exists before
14962         converting.  (backportme)
14963
14964         * lily/lexer.ll: Remove extra progress newline, use present tense.
14965
14966         * scm/paper.scm (paper-alist): public.
14967         * scm/framework-tex.scm (convert-to-ps):
14968         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14969         command line.
14970
14971 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14972
14973         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14974
14975         * lily/recording-group-engraver.cc (derived_mark): mark
14976         now_events_. (backportme)
14977
14978 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14979
14980         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14981
14982         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14983         invoking latex. (backportme.)
14984
14985         * lily/stem.cc (off_callback): center stems for all rest stems.
14986
14987 2004-11-05  Werner Lemberg  <wl@gnu.org>
14988
14989         * Documentation/user/lilypond.tely: Add more guidelines for writing
14990         lilypond texinfo documents.
14991
14992 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14993
14994         * Documentation/index.html.in: remove <hr>.
14995
14996         * THANKS: change 2.3 to 2.4.
14997
14998 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14999
15000         * scm/output-gnome.scm: More fontconfig comment.
15001
15002 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15003
15004         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15005         <package> directory in $(builddir)/share according with
15006         PACKAGE_NAME defined in the VERSION file.
15007
15008 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15009
15010         * lily/beam.cc (rest_collision_callback): use local beam
15011         multiplicity.
15012
15013         * input/regression/stem-stemlet.ly: new file.
15014
15015         * lily/stem.cc (add_head): store rests as well.
15016
15017         * scm/define-grob-properties.scm (all-user-grob-properties): add
15018         stemlet-length
15019
15020         * lily/stem.cc: store rests as well.
15021         
15022         * input/regression/new-slur.ly: mention forcing.
15023
15024 2004-11-04  Werner Lemberg  <wl@gnu.org>
15025
15026         * Documentation/user/*: A new round of layout fixes and document
15027         structure cleanup.
15028
15029 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15030
15031         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15032
15033 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15034
15035         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15036
15037 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15038
15039         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15040
15041         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15042
15043         * lily/main.cc (main): Invoke identify.
15044
15045         * scm/lily.scm (postscript->pdf): Remove progress newline.
15046         Write progress to stderr.
15047
15048         * lily/paper-book.cc (output): Remove progress newline.
15049
15050         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15051         gettext on user messages, and remove whitespace.
15052
15053         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15054
15055         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15056         argv[0] (Thomas Scharkowski).
15057
15058         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15059         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15060         for ec-fonts-mtraced.
15061
15062         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15063         --srcdir build (Bertalan).
15064
15065         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15066         headers and library too (Laura Conrad).
15067
15068         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15069         package for guile too (Laura Conrad).
15070
15071         * lily/main.cc (usage): Typo.
15072
15073 2004-11-02  Werner Lemberg  <wl@gnu.org>
15074
15075         * Documentation/user/notation.ly: More fixes to improve appearance.
15076
15077         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15078         better output for multicolumn tables.
15079
15080 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
15081
15082         * lily/main.cc (dir_info): Fixed typo in the printouts.
15083
15084 2004-11-01  Werner Lemberg  <wl@gnu.org>
15085
15086         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15087         of output.
15088         Set `per_line' to 2; replace hard-coded value with it.
15089
15090         * Documentation/user/*: Many fixes to improve appearance of
15091         printed manual.
15092
15093 2004-11-01  Werner Lemberg  <wl@gnu.org>
15094
15095         * Documentation/user/changing-defaults.itely,
15096         Documentation/user/notation.ly,
15097         Documentation/user/programming-interface.itely: Use @/.
15098         Fix formatting of some lilypond snippets and tables.
15099
15100         * scripts/lilypond-book.py (compose_ly): Provide useful default
15101         for LINEWIDTH in `override'.
15102
15103 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15104
15105         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15106
15107 2004-10-31  Werner Lemberg  <wl@gnu.org>
15108
15109         Resetting @exampleindent to `5' gives ugly results with texinfo's
15110         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15111         (if not quoting) to change @exampleindent only locally.
15112
15113         * scripts/lilypond-book.py (NOQUOTE): New variable.
15114         (output) [LATEX]: Remove AFTER and BEFORE.
15115         [TEXINFO]: Remove AFTER and BEFORE.
15116         Fix QUOTE and VERBATIM pattern.
15117         Add NOQUOTE pattern.
15118         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15119         and BEFORE.
15120         [output_texinfo]: Use NOQUOTE.
15121
15122 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15123
15124         * Documentation/user/changing-defaults.itely: clarify paper
15125         size commands with correct info.
15126
15127         * Documentation/user/lilypond-book.itely: add more docs for
15128         filename extensions.
15129
15130 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15131
15132         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15133         (PATCH_LEVEL): start 2.5.0.
15134
15135 #Local variables:
15136 #coding: utf-8
15137 #End:
15138