]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Compile fix.
[lilypond.git] / ChangeLog
1 2006-07-20  Graham Percival  <gpermus@gmail.com>
2
3         * lily/parser.yy: compile fix.
4
5 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
6
7         * scm/define-grobs.scm (all-grob-descriptions): typo.
8
9         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
10         .eps extension from includegraphics.
11
12         * scripts/lilypond-book.py (main): add support for --pdf. 
13
14         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
15         callback to compute common shortest duration.
16         (set_springs): typo.
17
18         * scm/define-grob-properties.scm (all-user-grob-properties): add
19         strict-grace-spacing.
20
21         * lily/spacing-determine-loose-columns.cc (is_loose_column):
22         support float_grace_columns_.
23
24         * lily/spacing-options.cc (init_from_grob): new file.
25
26         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
27
28         * input/regression/spacing-loose-grace.ly: new file.
29
30         * Documentation/topdocs/NEWS.tely (Top): document new feature.
31
32         * lily/tuplet-engraver.cc (struct Tuplet_description): read
33         tupletFullLengthNote too. Choose right bound depending on value.
34
35         * input/regression/tuplet-full-length-note.ly: new file.
36
37 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
38
39         * lily/*-performer.cc: Converted try_music to listen_*
40
41         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
42         as a stream-event internally. Introduce event_cause (), deprecate
43         music_cause ().
44
45         * scm/define-music-types.scm: Removed BusyPlayingEvent
46         
47 2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
48
49         * Documentation/user/advanced-notation.itely (Font selection):
50         Document how to get a list of available fonts using 'lilypond
51         -dshow-available-fonts blabla'.
52
53 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
54
55         * GNUmakefile.in: filter lily-XXX.pdf files.
56
57         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
58
59         * scm/define-grob-properties.scm (all-internal-grob-properties):
60         remove delta-pitch. Use delta-position everywhere.
61
62         * scm/output-lib.scm (fall::print): use new order.
63
64         * scm/output-ps.scm (path): reorder arguments.
65
66         * scm/output-svg.scm (path): support for path primitive.
67
68         * input/regression/bend-after.ly: new file.
69
70         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
71         recipe for eps -> pdf conversion.
72
73 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
74
75         * lily/parser.yy, lily/lexer.ll: added some simplifications by
76         Angelo Contardi.
77
78 2006-07-19  Graham Percival  <gpermus@gmail.com>
79
80         * input/manual/screech-boink.ly: moved to here.
81
82         * input/screech-boink.ly: deleted.
83
84         * scm/define-grob-properties.scm: clarify doc string.
85
86 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
87
88         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
89
90         * scm/output-ps.scm (path): define path.
91
92         * scm/define-stencil-commands.scm
93         (ly:register-stencil-expression): add path.
94
95         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
96
97         * ly/engraver-init.ly: add Fall_engraver
98
99         * lily/parser.yy (music_function_event): allow musicfunction
100         without music arg as music_function_event.
101
102         * lily/grob-scheme.cc (LY_DEFINE):
103         ly:grob-robust-relative-extent. New function.
104
105         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
106
107         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
108
109         * scm/output-lib.scm (fall::print): new function
110
111         * lily/fall-engraver.cc (stop_fall): new file.
112
113         * ly/music-functions-init.ly: alphabetise.
114
115         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
116         base.
117
118 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
119
120         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
121
122         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
123         doc pdftex usage.
124
125         * lily/translator-group.cc (connect_to_context): non const error message.
126
127         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
128
129         * scm/paper.scm (internal-set-paper-size): define landscape to #f
130         if unset.
131
132         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
133
134         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
135
136         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
137         systems.pdftex too.
138
139         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
140
141         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
142
143         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
144
145         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
146
147         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
148
149         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
150
151 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
152
153         * scm/layout-page-layout.scm: Define module, tidy code, use more
154         functions iso. a single big one.
155
156         * scm/layout-page-dump.scm: move page dump functions used in two
157         pass spacing to this file. Define module.
158
159         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
160          (separate module)
161
162         * ly/paper-defaults.ly: use module layout-page-layout.
163
164 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
165
166         * lily/music.cc: Revised MusicEvent event class. It now contains
167         event data directly instead of encapsulating it in music. The
168         previously used class is renamed to OldMusicEvent.
169
170         * lily/stream-event.cc: Stream events are now probs.
171         
172         * lily/translator-group.cc, lily/translator.cc: Translators can
173         now listen directly to stream events, by using macros
174         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
175
176         * lily/arpeggio-engraver.cc: Converted to use new event system
177
178         * THANKS: Corrected spelling mistake.
179
180 2006-07-12  Graham Percival  <gpermus@gmail.com>
181
182         * Documentation/user/SConscript, make/lilypond-vars.make,
183         input/GNUmakefile: doc build looks in input/manual instead
184         of input/test/
185
186         * input/manual/ GNUmakefile, SConscript: build files for
187         input/manual/
188
189         * input/test/ various: some files moved to input/manual/ 
190
191         * Documentation/user/basic-notation.itely: small updates;
192         thanks Kieren and Charles!
193
194 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
195
196         * VERSION (PACKAGE_NAME): release 2.9.11
197
198         * Documentation/topdocs/NEWS.tely (Top): update prop value 
199
200         * Documentation/user/basic-notation.itely (Tuplets): new property
201         value.
202
203 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
204
205         * python/convertrules.py (conv): tweaks. 
206
207         * VERSION (PATCH_LEVEL): bump version.
208
209         * python/convertrules.py (conv): add rule for
210         tupletNumberFormatFunction.
211
212         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
213         tupletNumberFormatFunction.
214
215         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
216         text through 'text callback.
217
218         * lily/time-scaled-music-iterator.cc (construct_children): copy
219         tweaks generated events.
220
221         * scm/define-context-properties.scm
222         (all-user-translation-properties): remove tupletNumberFormatFunction
223
224         * lily/tuplet-engraver.cc (process_music): don't read
225         tupletNumberFormatFunction
226
227         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
228         function.
229
230 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
231
232         * lily/global-context-scheme.cc: Separated ly:run-translator into
233         smaller pieces.
234
235         * lily/score-engraver.cc, lily/score-performer.cc,
236         scm/define-context-properties.scm: Make paper/midi output
237         accessable as a context property.
238
239         * lily/score-translator.cc, lily/score-context.cc: Removed.
240
241 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
242
243         * scm/ps-to-png.scm (Module): 
244         * scm/framework-tex.scm (Module): 
245         * scm/framework-ps.scm (Module): 
246         * scm/backend-library.scm (Module): 
247         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
248         "dDEVICEHEIGHTPOINTS".
249
250 2006-07-04  Graham Percival  <gpermus@gmail.com>
251
252         * Documentation/user/ various: general improvements to
253         "working with lilypond files" section.
254
255 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
256
257         * lily/sequential-iterator.cc: Change the default get_music_list
258         to read elements-callback music property
259
260         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
261         processing of multimeasure rests. Softcoded
262         sequential-music-iterator.
263
264         * lily/sequential-music-iterator.cc: Removed.
265
266 2006-06-28  Graham Percival  <gpermus@gmail.com>
267
268         * Documentation/user/basic-notation.itely: clarify \repeatTie.
269
270 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
271
272         * lily/parser.yy: Wrap non-post-events in EventChords before
273         assigning them to identifiers.
274
275 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
276
277         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
278         gives correct vertical placement of \bar ":" in all staff
279         sizes. Thanks Martial!
280
281 2006-06-26  Graham Percival  <gpermus@gmail.com>
282
283         * Documentation/user/invoking.itely : minor update from mailist.
284
285 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
286
287         * lily/ various: Introduce stream events of types Prepare,
288         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
289         ChangeContext, SetProperty, RevertProperty, Override and Revert.
290
291         * lily/global-context*.cc: Time is now -inf before iteration
292         starts.
293
294         * lily/include/context.hh: Removed unique_, init_
295
296         * Documentation/topdocs/NEWS: Make the feathered beam example
297         avoid triggering a bug.
298
299 2006-06-24  Graham Percival  <gpermus@gmail.com>
300
301         * Documentation/user/ various: small additions from mailist.
302
303 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
304
305         * ly/performer-init.ly: Add some missing links in the context
306         hierarchy for MIDI output. There are probably some more missing!
307
308 2006-06-21  Graham Percival  <gpermus@gmail.com>
309
310         * Documentation/user/ various: minor spelling fixes;
311         thanks Dave Luttinen!
312
313         * Documentation/user/ various: small clarifications;
314         thanks Anthony Youngman!
315
316 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
317
318         * po/fr.po: add \n appropriately.
319
320         * lily/lexer.ll: remove ? from version-seen?  
321
322 2006-06-19  John Mandereau  <john.mandereau@free.fr>
323
324         * po/fr.po; update translation, by Jean-Charles Malahieude and
325         John Mandereau.
326
327 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
328
329         * THANKS: add Markus Schneider.
330
331         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
332         Staff_symbol_engraver
333
334         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
335         replace staff_engraver
336
337         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
338         spanner.
339
340         * lily/staff-collecting-engraver.cc
341         (acknowledge_end_staff_symbol): new function
342
343         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
344
345         * lily/staff-collecting-engraver.cc
346         (acknowledge_end_staff_symbol): new function.
347
348         * lily/main.cc: switch on relocation by default.
349
350 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
351
352         * lily/spacing-spanner.cc (musical_column_spacing): set
353         compound_fixed_note_space to 0.0. Document why.
354
355         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
356         range of inverse_hooke_
357         (Simple_spacer): init completely.
358         (fits): const
359         (get_line_configuration): don't use cols.resize(); it introduces
360         initialized data.
361
362         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
363
364         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
365
366         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
367         try. Divide by beatlength.
368
369         * input/regression/beaming-ternary-metrum.ly: update doc.
370         add beatLength hack.
371
372         * scm/music-functions.scm (make-time-signature-set): add
373         standard-beat-grouping. 
374
375 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
376
377         * input/regression/tie-whole.ly: new file.
378
379         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
380         cross center of note head in case of invisible stem. 
381
382 2006-06-16  Graham Percival  <gpermus@gmail.com>
383
384         * Documentation/user/ various: small fixes from mailist.
385
386 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
387
388         * lily/breathing-sign.cc (offset_callback): idem.
389
390         * lily/align-interface.cc (align_to_fixed_distance): remove
391         hungarian suffix.
392
393         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
394         x%2==0.
395
396 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
397
398         * VERSION (PACKAGE_NAME): release 2.9.9
399
400         * ly/lilypond-book-preamble.ly: add \version
401
402 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
403
404         * scripts/lilypond-book.py (PREAMBLE_LY): include
405         lilypond-book-preamble.ly
406
407         * lily/stem.cc (get_beaming): return max of 0 and
408         scm_ilength. Fixes slurring from/to beams.
409
410         * ly/lilypond-book-preamble.ly: new file.
411
412         * lily/slur.cc: add inspect-index feature.
413
414 2006-06-13  Graham Percival  <gpermus@gmail.com>
415
416         * Documentation/user/tutorial.itely: trivial fix.
417
418 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
419
420         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
421         all non-event music in the parser via MAKE_SYNTAX.
422
423         * lily/parser-scheme.cc: Add ly:parser-error function
424
425         * scm/paper.scm: fix typo
426
427 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
428
429         * THANKS: add RT.
430
431         * lily/font-config.cc (init_fontconfig): add warning if cache_file
432         is null.
433
434         * buildscripts/output-distance.py (test_compare_signatures):
435         timing routines.
436         (read_signature_file): use new signature format.
437
438         * scm/stencil.scm (write-system-signature): simpler signature
439         format.
440
441         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
442         for beamed case. 
443
444         * lily/note-spacing.cc (stem_dir_correction): don't inspect
445         stem_end_position, but estimate instead. 
446
447         * lily/tuplet-bracket.cc (calc_positions): look at
448         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
449         brackets narrower than beams. 
450
451         * lily/lexer.ll: set version-seen? even if version is
452         INVALID. 
453
454         * lily/rest.cc (y_offset_callback): bugfix: decide position
455         override based on scm_is_number(). Fixes \rest on center staff
456         line. 
457
458         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
459         patterns for 16th triplets.
460
461 2006-06-10  Graham Percival  <gpermus@gmail.com>
462
463         * Documentation/user/ page.itely, global.itely: editing
464         and reorg.
465
466         * Documentation/user/ various: findex -> funindex.
467
468 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
469
470         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
471         insert extra tuplet events.
472
473 2006-06-10  Graham Percival  <gpermus@gmail.com>
474
475         * Documentation/user/programming-interfaces.itely: add
476         info from NEWS.
477
478         * python/convertrules.py: add annotatefoo -> annotate-foo
479         rules.
480
481         * Documentation/user/global.itely: start editing.
482
483         * Documentation/user/page.itely: major editing, new spacing
484         docs.
485
486 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
487
488         * scm/define-markup-commands.scm (wordwrap-markups): use
489         output-def 'line-width if undefined.
490
491         * HACKING: trim outdated info.
492
493 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
494
495         * scm/define-grobs.scm (all-grob-descriptions): Add
496         line-spanner-interface to all grobs that already have
497         text-spanner-interface or dynamic-text-spanner-interface
498
499         * scm/page.scm: Rename annotate{headers,systems,page}->
500         annotate-*
501
502         * input/regression/page-spacing.ly,
503         input/regression/page-layout-manual-position.ly: idem
504
505 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
506
507         * lily/line-spanner.cc: cleanup property list.
508
509         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
510         generator expressions (2.3 compat). 
511
512 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
513
514         * lily/vertical-align-engraver.cc: Make sure that the
515         align{Above,Below}Context properties are included in the automatic
516         documentation.
517
518 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
519
520         * scm/paper-system.scm (paper-system-annotate): also annotate the
521         estimated pure-Y-extent
522
523         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
524
525         * lily/system.cc (break_into_pieces): set the estimated height
526         of each child system
527
528         * lily/stem.cc (pure_height): new pure-Y-extent callback
529
530         * lily/staff-symbol-referencer.cc (callback): don't destroy
531         the staff-position property
532
533         * lily/hara-kiri-group-spanner.cc (request_suicide): split
534         consider_suicide into two functions
535
536         * lily/constrained-breaking.cc (resize): use the new pure
537         callbacks to estimate the height of a system
538
539         * lily/axis-group-interface.cc (pure_group_height): new
540         side-effect-free VerticalAxisGroup height-callback
541
542         * lily/align-interface.cc (get_extents_aligned_translates):
543         split align_elements_to_extents into two functions
544         (get_pure_child_y_translation): new function
545
546         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
547
548         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
549
550         * lily/paper-score.cc: cache break_indices and columns
551
552         * lily/side-position-interface.cc: new pure-Y-extent callbacks
553         
554 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
555
556         * lily/font-config.cc (init_fontconfig): do the init if
557         cache_file, but don't look at cache_file.
558
559         * input/regression/quote-tie.ly: new file.
560
561         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
562         to Head_event_tuple, so we deal gracefully with ties on
563         cue-endings.
564
565         * lily/pango-font.cc (pango_item_string_stencil): type correctness
566         for FcChar8*
567
568 2006-06-08  Graham Percival  <gpermus@gmail.com>
569
570         * input/test/ smart-transpose.ly, reverse-music.ly:
571         \applyMusic to music functions update, thanks Michael!
572
573 2006-06-07  Graham Percival  <gpermus@gmail.com>
574
575         * input/test/ add-staccato.ly, add-text-script.ly,
576         unfold-all-repeats.ly, music-box.ly: \applyMusic to
577         music functions update, thanks to Michael Meixner.
578
579         * Documentation/user/music-glossary.tely: small fix
580         from Francisco.
581
582         * Documentation/user/ various: minor additions from mailist.
583
584         * Documentation/user/lilypond.tely, basic-notation.itely:
585         small test of @funindex.  (works here)
586
587         * input/test/font-table.ly: reduce size to partially
588         de-ugly version in manual.
589
590         * Documentation/user/page.itely: new file (split former
591         "global issues" into "page settings" and "non-musical
592         output".
593
594         * Documentation/user/ various: fix @ref{}s to match
595         new chapter names (above).
596
597 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
598
599         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
600
601 2006-06-06  Graham Percival  <gpermus@gmail.com>
602
603         * Documentation/user/advanced-notation.itely: add example
604         for segno/coda on barline.
605
606         * tex/texinfo.tex: merge from upstream.
607
608 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
609
610         * scripts/lilypond-book.py (process_snippets): Argument fix.
611
612         * SConstruct:
613         * buildscripts/builder.py:
614         * lily/SConscript: 
615         * mf/SConscript: 
616         * Documentation/user/SConscript:  More SCons fixes.
617
618 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
619
620         * lily/font-config.cc (init_fontconfig): Only initialize if
621         global cache_file is found.
622
623 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
624
625         * ly/music-functions-init.ly: Updated \overrideProperty to use the
626         new \applyOutput.
627
628 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
629
630         * VERSION (PACKAGE_NAME): release 2.9.8
631
632         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
633         function. Delay ledger modifying ledgered grobs to
634         stop_translation_timestep(), to ensure that we're ledgering
635         according to the new spanner.
636         (acknowledge_staff_symbol): don't check for non-NULL
637         staff_sym->get_bound()
638
639         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
640         creation.
641
642         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
643         pictures too.
644
645         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
646         directly from srcdir/stepmake/aclocal.m4
647         
648         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
649         disting MISC files.
650
651         * lily/simple-spacer.cc (get_column_desc): desc -> description.
652
653 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
654
655         * lily/simple-spacer.cc (get_line_configuration): add
656         keep-inside-line rods
657         (struct Column_desc): add constructor
658         (struct Rod_desc): add constructor
659         (get_line_forces): check for forced page breaks here too
660
661         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
662         support/elements cycles between InstrumentNames and AxisGroups
663
664 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
665
666         * config.make.in (METAFONT): remove MAKEINFO_VERSION
667
668         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
669         make-txt-files target.
670
671         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
672         make-txt-files target.
673
674         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
675
676         * stepmake/stepmake/generic-vars.make (distdir): create dist in
677         top-build-dir.
678
679 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
680
681         * Documentation/user/instrument-notation.itely,
682         input/regression/breathing-sign-ancient.ly,
683         input/test/divisiones.ly: Removed redundant property settings for
684         vaticana contexts.
685
686         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
687         fix lyrics alignment problems.  They are implemented now as scheme
688         functions that add the appropriate unicode char to the first lyric
689         event rather than adding a separate lyric event.  Minor edit of
690         comments.
691
692 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
693
694         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
695         pollute src dir with built .txt files, but install directly from
696         Documentation/topdocs/out/
697
698         * buildscripts/output-distance.py
699         (ComparisonData.create_html_result_page): put version/directories
700         in table header.
701
702         * Documentation/topdocs/NEWS.tely (Top): document spacing section
703         feature.
704
705         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
706         Patch by Karl Hammar
707         
708         * buildscripts/readlink.py: add  file.
709         Patch by Karl Hammar
710
711 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
712
713         * lily/tuplet-number.cc (print): prevent stencil from being
714         garbage collected.
715
716 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
717
718         * scm/stencil.scm (write-system-signature): explicitly 
719         -well, superfluously- close output port.
720
721         * buildscripts/output-distance.py (main): oops. Add extra argument.
722
723 2006-06-05  Graham Percival  <gpermus@gmail.com>
724
725         * Documentation/user/music-glossary.tely: clarified example
726         from Francisco Vila, thanks!
727
728 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
729
730         * input/regression/spacing-section.ly: new file.
731
732         * lily/input.cc (programming_error): new function.
733
734         * lily/spacing-engraver.cc (try_music): new function. Accept
735         spacing-section-event
736
737         * lily/spacing-spanner.cc (set_springs): take slices of all
738         columns for spacing.
739
740         * lily/include/paper-column.hh (class Paper_column): add
741         Paper_column::compare.
742
743         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
744
745         * scm/define-music-types.scm (music-descriptions): add
746         SpacingSectionEvent
747
748         * lily/music-iterator.cc (report_event): use programming_error for
749         sending non-event error.
750
751         * lily/input.cc (programming_error): new function
752
753         * buildscripts/output-distance.py (main): use compare-XXX for
754         compare files.
755         (main): --threshold option, default at 0.30
756
757         * output-distance.py (main): add --threshold option.
758
759 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
760
761         * scm/paper-system.scm (paper-system-annotate): fix problem when
762         annotating an empty system
763
764 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
765
766         * GNUmakefile.in: reinstate old web tar/copying.
767
768 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
769
770         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
771         nothing changes. (Erik S) 
772
773         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
774         count. (Erik S)
775
776 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
777
778         * scm/define-markup-commands.scm (whiteout): do not force
779         foreground color of argument markup to black.
780
781         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
782         the left of the arrow, instead of below the arrow name, so that,
783         when two little arrows are vertically stacked, their dimensions
784         and name should not overlap. Add a color key parameter.
785
786         * scm/paper-system.scm (paper-system-annotate): Annotate
787         next-space+next-padding instead of next-space. Annotate space
788         between next-padding and next-space+padding, respectively, and
789         following system extent and refpoint-Y-extent. Use colors.
790
791         * scm/page.scm (annotate-page): translate annotations slightly to
792         the right.
793
794 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
795
796         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
797         fix for x-staff slurs. Thanks Joe!
798
799         * buildscripts/output-distance.py
800         (SystemLink.output_expression_change_count): keep track of changed
801         details, and dump in details html page.
802  
803         * input/regression/figured-bass-staff.ly: add note about setting
804         properties in Staff context.
805
806         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
807         add slurs and ties to support too.
808
809         * buildscripts/output-distance.py (main): set dest_dir
810         argument. Add --max-count option.
811
812 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
813
814         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
815         shortcuts for special unicode chars that are useful in chant
816         notation.  Revised exisiting and added new comments.
817
818 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
819
820         * make/mutopia-rules.make: remove duplicate recipe.
821
822 2006-06-02  Werner Lemberg  <wl@gnu.org>
823
824         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
825         Add support for U+0132 (IJ) and U+0133 (ij).
826
827 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
828
829         * buildscripts/output-distance.py (FileLink): new class. collect
830         info systems from one .ly file. 
831         (FileLink.link_files_for_html): further tweaks.
832
833 2006-06-02  Graham Percival  <gpermus@gmail.com>
834
835         * tex/texinfo.tex: partial fix for @funindex.
836
837         * Documentation/user/macros.tely: uncomment @funindex (doesn't
838         break anything).
839
840 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
841
842         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
843
844         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
845         @example too. Backportme.
846
847 2006-06-02  Graham Percival  <gpermus@gmail.com>
848
849         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
850         from Werner Lemberg.
851
852 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
853
854         * Documentation/user/music-glossary.tely: additional spanish
855         updates and a lyrics fix in an example.
856
857 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
858
859         * scm/define-grob-properties.scm: Previous patch contained
860         spurious line from another patch not yet committed.  Fixed.
861
862         * scm/define-grob-properties.scm: Add missing doc strings for
863         ancient notation.
864
865 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
866
867         * buildscripts/output-distance.py
868         (ComparisonData.write_text_result_page): separate the scores, sort
869         by geo_score.
870
871         * scm/framework-eps.scm (output-classic-framework): start at 1 for
872         system signatures.
873
874         * buildscripts/output-distance.py (me_path): use argv[0] for
875         sys.path extension
876         (ComparisonData.img_cell): use colored borders.
877
878         * scm/stencil.scm (write-system-signature): escape newlines too.
879         (write-system-signature): use (1,-1) interval for empty interval
880
881 2006-01-01  Graham Percival  <gpermus@gmail.com>
882
883         * Documentation/user/music-glossary.tely: Spanish updates
884         from Francisco Vila.
885
886         * Documentation/user/lilypond-book.itely: addition from
887         Vaclav Smilauer.
888
889         * Documentation/user/ various: edits, small additions
890         from mailist, etc.
891
892 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * GNUmakefile.in (tree-lib-prefix-current):
895         (tree-share-prefix-current): Use version number in tree, add
896         `current' symlinks.
897
898 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
899
900         * GNUmakefile.in: write VERSION, again.
901
902         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
903         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
904
905         * stepmake/aclocal.m4: robuster version detection.
906
907         * buildscripts/output-distance.py
908         (ComparisonData.create_html_result_page): copy only if file
909         exists, fixup src paths.
910
911         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
912
913 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
916         Another datarootdir reto.
917
918         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
919         available.  This should be moved to postinstall-lilypond-doc.
920
921 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
922
923         * GNUmakefile.in: simplify local-WWW-post. 
924         remove -type l from find.
925
926         * buildscripts/output-distance.py (ComparisonData.compare_trees):
927         fixes. Don't follow symlinks.
928         (ComparisonData.create_html_result_page): remove previous results.
929         insert ../python in path.
930
931         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
932
933 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
934
935         * config.make.in (datadir): Add datarootdir to silence autoconf.
936
937         * stepmake/aclocal.m4: Update for autoconf-2.59d.
938
939 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
940
941         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
942
943         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
944         slash beams too wide.
945
946 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
947
948         * VERSION: release 2.9.7
949         
950 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
951
952         * lily/relocate.cc (read_relocation_dir): Do not blindly
953         dereference DIR.
954
955 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
956
957         * lily/parser.yy: replace THIS by PARSER
958
959         * Documentation/index.html.in: add link to test-results.html page.
960
961         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
962
963         * scm/translation-functions.scm (format-bass-figure): translate
964         digits over 10 to the left
965
966         * scm/define-markup-commands.scm (translate-scaled): new markup.
967
968         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
969         7 glyph. 
970
971         * ly/engraver-init.ly: add Figured_bass_engraver
972
973         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
974
975         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
976
977         * lily/score-engraver.cc (announce_grob): only note START announces.
978
979         * lily/include/engraver-group.hh (Translator_group):
980         acknowledge_hash_table_ is now drul.
981
982         * lily/engraver.cc (announce_end_grob): new method.
983
984         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
985
986         * lily/translator-dispatch-list.cc (create): take start_end argument.
987
988         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
989         acknowledge_static_array_ to drul
990
991         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
992
993         * scm/define-grob-interfaces.scm
994         (bass-figure-alignment-interface): add bass-figure-alignment-interface
995
996         * scm/define-grobs.scm (all-grob-descriptions): add
997         BassFigureAlignmentPositioning
998
999         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1000         number stays up to date. Backportme.
1001
1002 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1003
1004         * Documentation/user/basic-notation.itely (Bar lines): Document
1005         the "||:" bar type. 
1006
1007 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1008
1009         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1010
1011         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1012         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1013         build.
1014
1015         * Resurrect `scons lily' build.
1016
1017         * SConstruct (symlink_tree): Bugfix: link
1018         music-drawing-routines.ps to file iso directory.
1019
1020         * lily/SConscript: Remove kpath-guile from LIBS.
1021
1022         * SConstruct (libdir_package_version): Typo.
1023         (configure): Comment-out fontforge for lack of fontforge.pc .
1024         Also add libdir* to environment.
1025
1026 2006-05-30  Graham Percival  <gpermus@gmail.com>
1027
1028         * Documentation/user/ various: minor additions from mailist and
1029         editing.
1030
1031 2006-05-30  Paco <fravd@ya.com>
1032
1033         * Documentation/user/music-glossary.tely: numerous corrections and
1034         some new translations.
1035
1036 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1037
1038         * BackportmeStart.
1039         
1040         * buildscripts/output-distance.py
1041         (ComparisonData.create_html_result_page): new routine: summarise
1042         results in HTML page with images. 
1043         (ComparisonData.create_text_result_page): create summary text files too.
1044
1045         * GNUmakefile.in (web-ext): package .signature files too. They
1046         compress well. 
1047
1048         * scm/stencil.scm (write-system-signature): typo.
1049
1050         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1051
1052         * scm/stencil.scm (write-system-signature): better escaping.
1053         only write signature for music systems, not for markup systems.
1054
1055         * scm/framework-ps.scm (output-framework): dump-signatures support
1056         for plain output.
1057
1058         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1059
1060         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1061         for -dno-point-and-click
1062
1063         * lily/grob.cc (get_print_stencil): don't read
1064         point_and_click_global to determine whether to set grob-cause.
1065
1066 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1067
1068         * buildscripts/output-distance.py (main): new function.
1069         (ComparisonData): new class.
1070
1071         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1072         careful with generating new LedgerLineSpanners.
1073
1074         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1075
1076         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1077         context. This fixes double ledger lines in output. 
1078
1079         * lily/system.cc (get_paper_system): remove 3 layer limit.
1080
1081         * buildscripts/output-distance.py (SystemLink.distance): new
1082         file. Compare signatures.
1083
1084         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1085
1086         * lily/grob-array.cc (remove_duplicates): rename from
1087         uniq(). Sort before calling uniq() so it actually works.
1088
1089 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1090
1091         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1092         \version from lilypond file snippet.
1093         (Lilypond_file_snippet.ly): oops. typo.
1094         (find_toplevel_snippets): urgh. again.
1095
1096         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1097         prevent duplicated broken items in output.
1098
1099         * scm/framework-eps.scm (output-classic-framework): only dump if
1100         dump-signatures is set.
1101
1102         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1103
1104         * scm/stencil.scm (write-system-signature): new routine: write
1105         python parseable signature of a separate paper system.
1106         BackportmeEnd.
1107         
1108 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1109
1110         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1111         iso is_string().
1112         include header.
1113
1114 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1115
1116         * translator-group.cc: send music events to engravers in
1117         non-bottom contexts.
1118
1119         * tuplet-engraver.cc: process tuplet brackets in correct order.
1120
1121 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1122
1123         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1124         arg 2 might point us to a new binary (patch by Karl Hammar)
1125         
1126 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1127
1128         * VERSION (PACKAGE_NAME): release 2.9.6
1129
1130         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1131
1132         * Documentation/user/*.itely: 2nd
1133         attempt: replace funindex -> findex globally.
1134
1135 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1136
1137         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1138         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1139
1140         * scm/define-music-display-methods.scm: display methods for
1141         breaks. Fix \applyOutput.
1142
1143 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1144
1145         * Documentation/user/macros.itexi: comment out funindex expansion. 
1146
1147         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1148         everywhere.
1149
1150         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1151         Karl Hammar. Backportme.
1152  
1153         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1154
1155         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1156
1157         * Documentation/user/programming-interface.itely (Running a
1158         function on all layout objects): idem.
1159
1160         * Documentation/user/introduction.itely (Automated engraving):
1161         update \applyOutput syntax
1162
1163         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1164         remove debugging hook.
1165
1166         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1167         expansion. 
1168
1169         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1170
1171         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1172         TEXI2DVI_FLAGS to texi2dvi invocation. 
1173
1174 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1175
1176         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1177         works. More work is done by iterator now, and engraver has been
1178         very much simplified.
1179
1180         * lily/translator-group.cc: try_music is now invoked through a
1181         listener
1182
1183         * lily/*-iterator.cc: Massive cleanups. Junked
1184         try_music_in_children globally. Renamed try_music to report_event,
1185         and made that method descend to a bottom context automatically.
1186
1187         * lily/event-iterator.cc: New file.
1188
1189         * lily/output-property-iterator.cc,
1190         lily/old-lyric-combine-music-iterator.cc: Removed.
1191
1192         * python/convert-rules.py: Modified the syntax for \applyOutput.
1193
1194 2006-05-23  Graham Percival  <gpermus@gmail.com>
1195
1196         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1197         creation.
1198
1199         * Documentation/user/ various: stuff that might have helped
1200         to fix the pdf creation, plus some minor doc additions.
1201
1202         * Documentation/user/changing-defaults.itely: remove @b from
1203         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1204
1205 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1206
1207         * lily/beaming-pattern.cc (beamify): deal with negative start
1208         moments for beaming patterns.
1209
1210 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1211
1212         * lily/beaming-info.cc (beamify): new function: read beatLength
1213         and beatGrouping from context. 
1214
1215         * input/regression/beam-beat-grouping.ly (Module): new file.
1216
1217         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1218
1219         * lily/beam.cc (get_beam_segments): generate events for
1220         max_connect_ case too.
1221         (get_beam_segments): read Stem::max-beam-connect.
1222
1223         * input/regression/beam-single-stem.ly: new file.
1224
1225         * lily/stem.cc (set_beaming): use #f as signaling value for
1226         beamcount 0.
1227
1228         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1229
1230         * lily/beam.cc (set_beaming): read clip-edges property.
1231         (calc_direction): don't suicide for single stem.
1232
1233         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1234         argument, remove 1<<15 hack. Remove clip_edges() 
1235
1236         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1237
1238 2006-05-21  Graham Percival  <gpermus@gmail.com>
1239
1240         * Documentation/user/basic-notation.itely: reorg.
1241
1242         * Documentation/user/ various: minor fixes.
1243
1244 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1245
1246         * lily/stencil-expression.cc (register_stencil_head): opps, append
1247         to cdr of static SCM object.
1248
1249 2006-05-19  Graham Percival  <gpermus@gmail.com>
1250
1251         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1252         update framework for command index.  DOC WRITERS: use @funindex
1253         instead of @cindex @code{}.
1254
1255         * Documentation/user/ various: replace @cindex @code{} => @funindex
1256
1257 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1258
1259         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1260         case positions is set manually. 
1261
1262 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1263         
1264         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1265         rules to Scheme.
1266
1267 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1268
1269         * Documentation/user/changing-defaults.itely (Contexts explained):
1270         use absolute dimension for @image.
1271
1272         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1273         out image for illustration too.
1274         ($(outdir)/%.png): add more png <-> eps rules. 
1275
1276 2006-05-17  Graham Percival  <gpermus@gmail.com>
1277
1278         * Documentation/user/ various: remove trailing whitespace, cosmetic
1279         change to reduce changes produced by diff.
1280
1281 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1282
1283         * lily/main.cc (do_chroot_jail): correctness tweak.
1284
1285         * python/lilylib.py (system): import subprocess in system () only.
1286
1287         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1288
1289         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1290         variable. Backportme.
1291
1292 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1293         
1294         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1295
1296 2006-05-17  Werner Lemberg  <wl@gnu.org>
1297
1298         * lily/lexer.ll (init_signature_has_table): Add
1299         `scm-scm-music-music'.
1300
1301         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1302         (Generic_prefix_music_scm): Add rule for it.
1303
1304         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1305         `quoted-transposition' property.
1306
1307         * ly/music-functions-init.ly (transposedCueDuring): New function.
1308
1309         * scm/define-music-properties.scm (all-music-properties): Updated.
1310
1311         * Documenation/topdocs/NEWS.itely: Document it.
1312
1313 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1314
1315         * python/lilylib.py (system): move import subprocess to system()
1316         definition. 
1317
1318         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1319
1320         * VERSION (PATCH_LEVEL): release 2.9.5
1321         
1322         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1323         build instructions. 
1324
1325         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1326
1327 2006-05-16  Graham Percival  <gpermus@gmail.com>
1328
1329         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1330
1331         * Documentation/user/ various: minor fixes.
1332
1333 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1334
1335         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1336
1337 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1338
1339         * Documentation/user/advanced-notation.itely (Instrument names):
1340         Modified obsolete instruction on how to move instrument names away
1341         from the staves. Hmm, at second thought the bug probably has been
1342         solved, so the full bug description should probably be removed.
1343
1344 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1345
1346         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1347         currentCommandColumn. 
1348
1349         * lily/hairpin.cc (print): also add padding for non-neighbor
1350         hairpin bounds.
1351
1352         * scm/define-context-properties.scm
1353         (all-user-translation-properties): add hairpinToBarline
1354
1355         * input/regression/hairpin-to-barline.ly: new file.
1356
1357         * lily/context.cc (internal_send_stream_event): thinko fix.
1358
1359         * lily/tie.cc (set_default_control_points): robustness fix.
1360
1361         * python/musicxml.py (Part.interpret): don't complain about
1362         incomplete measures.
1363
1364         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1365         new music if last_event_chord() returned None.
1366
1367         * python/musicxml.py (Part.interpret): skip back over chord notes.
1368
1369 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1370         
1371         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1372         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1373         lily/slash-repeat-engraver.cc,
1374         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1375         iterator sends PercentEvents
1376
1377         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1378         rework tuplets: send start/stop events to engraver
1379
1380         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1381         dispatchers event-source and events-below to Context
1382         
1383 2006-05-15  Graham Percival  <gpermus@gmail.com>
1384
1385         * Documentation/user/README.txt: update info for doc writers.
1386
1387         * Documentation/user/programming-interface.itely: integrate
1388         Nicolas' fixes for chapter rewrite.
1389
1390         * Documentation/user/ various: minor fixes.
1391
1392 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1393
1394         * lily/clef-engraver.cc: cleanup.
1395
1396         * Documentation/user/GNUmakefile: dist context-example.eps too.
1397
1398         * lily/key-engraver.cc (create_key): use
1399         explicitKeySignatureVisibility for cancellation too. 
1400
1401         * lily/font-config.cc (init_fontconfig): don't close file if
1402         f==NULL. 
1403
1404 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1405
1406         * Documentation/topdocs/NEWS.tely: niente and rotation news
1407
1408 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1409
1410         * lily/include/stencil.hh
1411         * lily/stencil.cc (rotate): new function. Makes it possible
1412         to rotate a stencil around a given offset.
1413
1414         * lily/grob.cc (get_print_stencil): add rotation support
1415
1416         * lily/stencil-interpret.cc (interpret_stencil_expression):
1417         add rotation support
1418
1419         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1420
1421         * scm/define-grob-properties.scm: add 'rotation property
1422
1423         * scm/define-markup-commands.scm: add rotate markup command
1424         
1425         * scm/output-ps.scm: add rotation support in PostScript backend
1426
1427         * scm/output-svg.scm: add rotation support in SVG backend
1428
1429 2006-05-13  Graham Percival  <gpermus@gmail.com>
1430
1431         * Documentation/user/music-glossary.itely: French correction.
1432
1433         * Documentation/user/programming-interface.itely: major
1434         new docs, some reorg, some info from Nicolas.
1435
1436         * Documentation/user/ various: small fixes.
1437
1438 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1439
1440         * Documentation/user/programming-interface.itely (Markup
1441         programmer interface): Remove duplicate text.
1442
1443 2006-05-12  Graham Percival  <gpermus@gmail.com>
1444
1445         * Documentation/user/context-example.eps: new file.
1446
1447         * Documentation/user/changing-defaults.itely: set up file to
1448         use eps image.
1449
1450         * Documentation/user/programming-interface.itely: changes
1451         from mailist.
1452
1453 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1454
1455         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1456
1457 2006-05-11  Graham Percival  <gpermus@gmail.com>
1458
1459         * Documentation/user/programming-interface.itely: first round of
1460         editing and merging emails from Nicolas.
1461
1462         * Documentation/user/scheme-tutorial: minor edit.
1463
1464 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1465
1466         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1467         XML attributes.
1468         (Xml_node.message): use it.
1469
1470         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1471         oops. Add duration argument.
1472
1473 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1474
1475         * lily/paper-column-engraver.cc (make_columns):
1476         * scm/define-grobs.scm: Revert my previous change and set the default
1477         in define-grobs.scm instead.
1478
1479 2006-05-09  Graham Percival  <gpermus@gmail.com>
1480         
1481         * Documentation/user/changing-defaults.itely: general editing,
1482         info about \set and \override.
1483
1484         * Documentation/user/tweaking.itely, advanced-notation.itely:
1485         fixes from Dave Luttinen, thanks!
1486
1487 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1488
1489         * lily/paper-column-engraver.cc (make_columns): By default, a column
1490         needs to be breakable.
1491
1492 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1493
1494         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1495         Attributes methods
1496         (musicxml_time_to_lily): idem
1497         (musicxml_key_to_lily): idem
1498         (instrument_drumtype_dict): dict for supported drumtypes.
1499         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1500         moments and pending mm rests
1501         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1502         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1503         (musicxml_voice_to_lily_voice): add mode change.
1504         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1505         speed and less memory usage (factor 5 to 10).
1506         (convert): write -defs.ly  and driver file separately so people
1507         can script their own part extraction.
1508
1509         * python/musicxml.py (minidom_demarshal_node): new function:
1510         separate minidom handling.
1511         (lxml_demarshal_node): new function: support lxml.etree too.
1512         (Xml_node.message): new function: verbose error message, with XML
1513         path to offending node.
1514         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1515         (Part_list.generate_id_instrument_dict): new method: collect
1516         instrument names, to be able to set drum_type.
1517         (Part.interpret): handle underfull measures
1518         (Part.interpret): assign instrument names.
1519
1520         * python/musicexp.py (Output_printer.close): new method
1521         (MusicWrapper.print_ly): new class: support other modes,
1522         eg. \drummode
1523         (BarCheck.print_ly): new class. Support bar checks, with comments
1524         and fancy barchecks. 
1525         (NoteEvent.__init__): also set drum_type for drum notes.
1526         (MultiMeasureRest.lisp_expression): dump mm rests.
1527
1528         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1529         line-break-permission if forbidBreak is not set.
1530
1531 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1532
1533         * scm/define-context-properties.scm:
1534         * scm/define-grob-properties.scm:
1535         * scm/define-grobs.scm:
1536         * scm/define-music-display-methods.scm:
1537         * scm/define-music-properties.scm:
1538         * scm/define-music-types.scm:
1539         * scm/music-functions.scm:
1540         * ly/declarations-init.ly:
1541         * lily/include/constrained-breaking.hh:
1542         * lily/system.cc:
1543         * lily/spaceable-grob.cc:
1544         * lily/simple-spacer.cc:
1545         * lily/paper-score.cc:
1546         * lily/paper-column.cc:
1547         * lily/paper-column-engraver.cc:
1548         * lily/item.cc:
1549         * lily/gourlay-breaking.cc:
1550         * lily/constrained-breaking.cc:
1551         * python/convertrules.py:
1552         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1553         "page-break-penalty" and "line-break-permission".
1554         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1555         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1556
1557         * lily/bar-engraver.cc:
1558         * lily/beam-engraver.cc:
1559         * lily/forbid-break-engraver.cc:
1560         * lily/ligature-engraver.cc:
1561         * lily/paper-column-engraver.cc:
1562         * lily/percent-repeat-engraver.cc:
1563         * lily/score-engraver.cc:
1564         * lily/score-engraver.hh:
1565         * lily/paper-column-engraver.hh:
1566         Inter-engraver communication regarding line breaks is done through context
1567         properties (Score.forbidBreak) instead of function calls.
1568
1569 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1570
1571         * VERSION (PACKAGE_NAME): release 2.9.4
1572
1573 2006-05-08  Graham Percival  <gpermus@gmail.com>
1574
1575         * Documentation/user/working.itely: proofreading from Dave
1576         Luttinen, thanks.
1577
1578         * Doucmentation/user/README.txt: updated with manual style info.
1579
1580         * Documentation/user/ various: trim linewidth to 78 chars.
1581
1582 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1583
1584         * scm/define-grob-properties.scm (all-internal-grob-properties):
1585         remove chord-tremolo property.
1586
1587         * lily/beam.cc (get_beam_segments): don't use stem position as
1588         base for broken ends.
1589
1590 2006-05-06  Graham Percival  <gpermus@gmail.com>
1591
1592         * Documentation/user/putting.itely: proofreading from Dave
1593         Luttinen, thanks!
1594
1595         * Documentation/user/ various: more reorg and clarifications.
1596
1597 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1598
1599         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1600
1601         * ly/music-functions-init.ly: new function featherDurations
1602
1603         * lily/beam.cc: read grow-direction for feathered beaming.
1604
1605         * Documentation/topdocs/NEWS.tely (Top): typo.
1606
1607 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1608
1609         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1610         tremolo beams.
1611
1612 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1613         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1614         used by music streams.
1615
1616         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1617         lily/stream-event.cc, lily/stream-event-scheme.cc,
1618         lily/listener.cc, lily/scheme-listener.cc,
1619         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1620         lily/include/stream-event.hh, lily/include/listener.hh,
1621         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1622         Created data structures for music streams.
1623         
1624 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1625
1626         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1627         construction of a beam. 
1628         (print): rewrite. 
1629
1630         * flower/include/std-vector.hh (default_compare): use only one comparison.
1631
1632         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1633         (note-by-number): further attachment fixes.
1634
1635         * scm/lily-library.scm (ordered-cons): new function.
1636         (interval-index): new function
1637
1638         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1639
1640         * lily/note-head.cc (get_stem_attachment): new function.
1641
1642         * scm/define-markup-commands.scm (note-by-number): read 'style
1643         property. 
1644
1645         * input/regression/markup-note.ly: show note-head style option.
1646
1647         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1648         triangle head.
1649
1650 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1651
1652         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1653
1654         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1655
1656         * lily/include/constrained-breaking.hh: GCC 4 fix.
1657
1658 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1659
1660         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1661         Replace it with functions get_line_forces and get_line_configuration.
1662         (class Simple_spacer): Make data private.
1663         Rewrite compression algorithm to be faster and simpler.
1664
1665         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1666         * lily/gourlay-breaking.cc (solve):
1667         * lily/constrained_breaking.cc (space_line):
1668         Change it to the new simple-spacer code.
1669
1670         * lily/paper-score.cc (get_paper_systems):
1671         (Paper_score):
1672         (process):
1673         Delay breaking the systems until they are requested.
1674         (find_break_indices):
1675         Use vsize for indices.
1676         (calc_breaking):
1677         Move the "Calculating line breaks" message here.
1678
1679         * lily/system.cc (pre_processing):
1680         Move the "Calculating line breaks" message away from here.
1681         (break_into_pieces):
1682         Allow multiple calls to this function in sequence (with touching-but-
1683         not-overlapping breakpoints).
1684
1685         * lily/constrained-breaking.cc:
1686         Replace most of the get_XXXX functions with get_line_details.
1687         Only calculate the force for each line. Calculate configurations only
1688         for the lines we will actually use.
1689         Replace cols_ with lines_.
1690
1691 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1692
1693         * mf/GNUmakefile (depth): remove FC_FIND.
1694
1695         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1696
1697         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1698
1699         * scm/framework-ps.scm (write-preamble): new function.
1700         (write-preamble): load mac fonts via fondu, even if gs-font-load
1701         is set.
1702
1703 2006-05-03  Werner Lemberg  <wl@gnu.org>
1704
1705         * mf/GNUmakefile (FC_FIND): Fix typo.
1706
1707 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1708
1709         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1710
1711 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1712
1713         * stepmake/aclocal.m4: run python-config for crosscompiling
1714         flags. 
1715
1716         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1717         -f png for HTML, TEXINFO formats. 
1718
1719         * input/tutorial/lbook-html-test.html: new file.
1720
1721         * lily/include/tie-formatting-problem.hh (class
1722         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1723         [column, direction]. This fixes laissez vibrer ties.
1724  
1725         * flower/include/tuple.hh (struct Tuple2): new file.
1726
1727         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1728         $(FCMATCH), only if $(NCSB_DIR) not set. 
1729
1730         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1731
1732         * config.make.in (DOCUMENTATION): set FCMATCH.  
1733
1734         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1735
1736 2006-05-03  Graham Percival  <gpermus@gmail.com>
1737
1738         * Documentation/user/ various: final round of reorg.
1739
1740         * Documentation/user/instrument-notation.itely: some more
1741         fixes from Eduardo, thanks!
1742
1743 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1744
1745         * VERSION (PACKAGE_NAME): release 2.9.3
1746
1747         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1748
1749         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1750
1751 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1752
1753         * scm/define-grob-properties.scm (all-user-grob-properties):
1754         Correct typo, thanks to Eduardo.
1755
1756 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1757
1758         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1759
1760         * buildscripts/lilypond-words.py (F): indent fix.
1761
1762         * input/regression/tie-arpeggio-collision.ly: new file.
1763
1764         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1765         function: store outlines per column rank.
1766
1767         * lily/include/tie-configuration.hh (class Tie_configuration): add
1768         column_ranks_ to specification and configuration, to distinguish
1769         between ties for different heads in arpegiated chords.
1770
1771         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1772
1773         * *.py: more 4 space indents.
1774
1775         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1776
1777 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1778
1779         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1780
1781 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1782
1783         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1784
1785         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1786
1787         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1788
1789 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1790
1791         * python/convertrules.py (conv): indent 4 for python files.
1792
1793 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1794
1795         * Documentation/user/changing-defaults.itely (Creating contexts):
1796         Clarify \new semantics.
1797
1798 2006-04-28  Graham Percival  <gpermus@gmail.com>
1799
1800         * Documentation/user/ various: major new sections in the
1801         Learning manual, slight reorg elsewhere.
1802
1803 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1804
1805         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1806
1807         * scm/framework-ps.scm (output-framework): remove PageMedia
1808
1809 2006-04-27  Graham Percival  <gpermus@gmail.com>
1810
1811         * Documentation/user/ tweaks.itely, working.itely: new
1812         files, being more advanced "learning manual" chapters.
1813
1814         * Documentation/user/ tutorial, putting, lilypond: reorg.
1815
1816 2006-04-26  Graham Percival  <gpermus@gmail.com>
1817
1818         * input/regression/lyric-combine-polyphonic.ly: fixed test
1819         (no more "can't find context `one'" error).
1820
1821 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1822
1823         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1824
1825         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1826         
1827 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1828
1829         * lily/relocate.cc (read_relocation_dir): new function.
1830
1831 2006-04-26  Graham Percival  <gpermus@gmail.com>
1832
1833         * Documentation/user/instrument-notation.itely: a few more fixes
1834         from Eduardo, thanks!
1835
1836         * Documentation/user/README.txt: new file; contains info on
1837         style that used to be in lilypond.tely.
1838
1839         * Documentation/user/ various: first round of doc reorg.
1840
1841         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1842         graphic; this probably causes problems on some pdf
1843         viewers, notably Adobe Acrobat.
1844
1845 2006-04-24  Graham Percival  <gpermus@gmail.com>
1846
1847         * Documentation/user/instrument-notation.itely: many alterations
1848         to Vocal music, from Eduardo Viera.
1849
1850 2006-04-23  Graham Percival  <gpermus@gmail.com>
1851
1852         * Documentation/user/instrument-notation.itely: fix \new
1853         instead of \context problem.
1854
1855 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1856
1857         * lily/relocate.cc (expand_environment_variables): new function.
1858         (read_line): id.
1859         (read_relocation_file): id.
1860
1861         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1862
1863 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1864
1865         * ly/engraver-init.ly: remove old comments from TabVoice
1866
1867 2006-04-20  Graham Percival  <gpermus@gmail.com>
1868
1869         * Documentation/user/instrument-notation.itely: added Erlend's
1870         latest doc patch, thanks!
1871
1872 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1873
1874         * lily/include/slur.hh:
1875         * lily/slur.cc:
1876         * lily/phrasing-slur-engraver.cc:
1877         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1878         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1879         Slur_engraver:: and putting it in
1880         Slur::auxiliary_acknowledge_extra_object ().
1881
1882         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1883
1884         * lily/note-collision.cc: fix a comment
1885
1886 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1887
1888         * stepmake/bin/add-html-footer.py: fix footer position in
1889         generated html files: before </body> and </html> tags.
1890
1891 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1892
1893         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1894         Earlier successive `make' commands finally compiled ok.
1895
1896         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1897
1898 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1899
1900         * lily/include/stem-tremolo.hh:
1901         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1902         callers.
1903
1904         * lily/lookup.cc:
1905         * lily/include/lookup.hh: add rotated_box ()
1906
1907 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1908
1909         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1910         been generated. Fixes "can't get `--help'" bug after make clean.
1911
1912         * THANKS: alphabetize contributors.
1913
1914 2006-04-17  Graham Percival  <gpermus@gmail.com>
1915
1916         * Documentation/user/instrument-notation.itely: added Erlend's
1917         tabs and banjo doc patch.  Thanks!
1918
1919 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1920
1921         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1922
1923         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1924
1925         * scm/output-lib.scm: add some more predefined string tunings.
1926
1927         * Documentation/user/instrument-notation.itely: and doc them.
1928
1929 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1930
1931         * ly/engraver.ly: Remove obsolete comments.
1932
1933         * ly/gregorian-init.ly: Define default layout block.
1934
1935         * input/puer-fragment.ly: Updated and extended.
1936
1937 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1938
1939         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1940         pdf conversion behaviour.
1941
1942         * flower/file-name.cc (dir_name)
1943         (get_working_directory): Move from relocate.cc.
1944
1945         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1946         
1947         * lily/relocate.cc: Encapsulate sys/stat.h in
1948         HAVE_STAT_H.
1949
1950 2006-04-14  Graham Percival  <gpermus@gmail.com>
1951
1952         * Documentation/user/ various: small updates from Cameron
1953         and Juergen, thanks!
1954
1955         * Documentation/user/ various: small updates of my own.
1956
1957         * THANKS: 2.7 -> 2.8.
1958
1959 2006-04-11  Graham Percival  <gpermus@gmail.com>
1960
1961         * scm/define-context-properties.scm: typo.
1962
1963         * Documentation/user/ : many more small updates.
1964
1965 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1966
1967         * scm/define-music-types.scm: disposed "docme".
1968
1969 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1970
1971         * lily/hairpin.cc: make niente circles a bit smaller.
1972
1973 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1974
1975         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1976         get-pfa and get-*-fonts targets.
1977
1978 2006-04-10  Graham Percival  <gpermus@gmail.com>
1979
1980         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1981         music-glossary, programming-interface: more minor fixes
1982         from mailist.
1983
1984         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1985
1986         * scm/define-context-properties.scm: another old \property update.
1987         This time tested for compiling!
1988
1989 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1990
1991         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1992
1993 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1994
1995         * scm/define-context-properties.scm (all-user-translation-properties): 
1996         * Documentation/user/global.itely (Page formatting): Compile fix.
1997
1998 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1999
2000         * Documentation/user/advanced-notation.itely (Polymetric
2001         notation): Update the example to use the "+" symbol and add link
2002         to input/test/compound-time.ly.
2003
2004 2006-04-08  Graham Percival  <gpermus@gmail.com>
2005
2006         * scm/define-grob-properties.scm: clarify docs for #'direction.
2007
2008         * scm/define-context-properties.scm: update old \property override.
2009
2010         * Documentation/user/ advanced-notation, global, lilypond-book:
2011         more minor doc updates.
2012
2013 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2014
2015         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2016
2017         * scm/backend-library.scm (search-gs): oops.
2018
2019 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2020
2021         * scripts/lilypond-book.py (output): use base, not filename for href.
2022
2023         * scm/backend-library.scm: only look for gs.
2024
2025         * scripts/lilypond-book.py (output): fix printfilename.
2026
2027         * lily/parser.yy (music_function_musicless_prefix): fold together
2028         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2029
2030         * lily/slur.cc (print): only set font-size if not set yet.
2031
2032         * lily/slur-configuration.cc (add_score): improved layout of debug
2033         scoring output.
2034
2035 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2036
2037         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2038         (draw_circle): Hopefully fixed regression.
2039         Improved documentation for several procedures.
2040         
2041 2006-03-04  Werner Lemberg  <wl@gnu.org>
2042
2043         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2044
2045 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2046
2047         * scripts/musicxml2ly.py (bindir): add dynamic
2048         relocation. 
2049
2050 2006-04-04  Graham Percival  <gpermus@gmail.com>
2051
2052         * Documentation/user/ basic-notation, advanced-notation, putting,
2053         instrument-notation, invoking, lilypond, THANKS: another ream of small
2054         fixes from the Doc Helpers.
2055
2056 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2057
2058         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2059
2060         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2061
2062         * Cleaned up interfaces between PostScript and Scheme, and moved
2063         computations from PostScript to Scheme:
2064
2065         * music-drawing-routines.ps
2066         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2067         with stroke_and_fill throughout.
2068         (euclidean_length, print_letter, draw_box): Deleted unused
2069         procedures.  If someone needs draw_box, implement it using
2070         draw_round_box; don't duplicate code.
2071         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2072         Refactored/cleaned up interfaces.
2073         (mark_URI): Moved.
2074
2075         * output-ps.scm: reordered arguments to PostScript functions to
2076         match new interfaces
2077         (glyph-string): Rewrote glyph-string.
2078         (grob-cause): Replaced string-append with format.
2079         (repeat-slash): Rewrote to do computation here.
2080         (round-filled-box): Rewrote to do computation here.
2081
2082 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2083
2084         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2085
2086         * stepmake/stepmake/toplevel- targets.make: print help info about
2087         cvs-clean
2088
2089 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2090
2091         * input/regression/hairpin-circled.ly: new file
2092
2093 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2094
2095         * lily/hairpin.cc (print): add support for circled tip
2096
2097         * scm/define-grob-properties.scm: add circled-tip parameter
2098
2099         * scm/define-grobs.scm: init circled-tip to false
2100         
2101 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2102
2103         * scm/music-functions.scm (quote-substitute): set
2104         iterators-ctor. 
2105
2106 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2107
2108         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2109         BSTINPUTS. 
2110
2111         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2112
2113         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2114
2115 2006-03-31  David Feuer  <david.feuer@gmail.com>
2116         
2117         * scm/framework-ps.scm:
2118         
2119         * scm/output-ps.scm: glyph-string now produces smaller, more
2120         readable, and probably faster PostScript.  Several findfont
2121         scalefont setfont instances changed to selectfont
2122         Hacked-up string-appends changed to formats.
2123
2124         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2125         
2126 2006-03-30  Graham Percival  <gpermus@gmail.com>
2127
2128         * scm/lily-library.scm: make "no version" warning message more polite.
2129
2130         * lily/music.cc: add double quotes to failed octave check.
2131
2132         * Documentation/user/ advanced-notation, changing-defaults,
2133         instrument-notation, invoking, music-glossary: whole bunch of minor
2134         fixes from mailist.
2135
2136 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2137
2138         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2139         $(buildscriptdir) iso. depth.
2140
2141         * VERSION (PACKAGE_NAME): release 2.9.1
2142
2143 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2144
2145         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2146
2147         * VERSION (PATCH_LEVEL): bump version number.
2148
2149         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2150         scm_from_uint32 ()
2151
2152         * lily/pango-font.cc (pango_item_string_stencil): use
2153         scm_from_uint32 ()
2154
2155         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2156         $(outdir)/emmentaler-%.svg): remove canary.
2157
2158         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2159         glyphnames if we have a ttf font.
2160
2161 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2162
2163         * Documentation/user/advanced-notation.itely (Font selection):
2164         Corrected reference to the font-family-override.ly example.
2165
2166 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2167         
2168         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2169         stem-tremolo object in the stem (or else the stem might not be
2170         long enough).
2171
2172 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2173
2174         * lily/ttf.cc (print_trailer): only print existing glyphs.
2175
2176 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2177
2178         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2179         position the tremolo based on the position of the notehead.
2180
2181         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2182         notes and update the texidoc line with the new positioning rules.
2183         
2184 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2185
2186         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2187
2188         * scripts/lilypond-book.py (Module): set default for linewidth if
2189         preamble not found.
2190
2191 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2192
2193         * VERSION (PACKAGE_NAME): release 2.9.0.
2194
2195         * input/regression/stem-tremolo-position.ly: new file.
2196
2197         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2198
2199 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2200
2201         * lily/stem-tremolo.cc (print): position
2202         the tremolo depending only on the end of the stem
2203         and not on the notehead
2204         (raw_stencil): center, on the middle staff line, the
2205         flag that is closest to the end of the stem (previously
2206         the bottom flag)
2207         (calc_width): add this callback to shorten a tremolo when
2208         it is beamed or it is stemup with a flag
2209         (style): add this callback to make a tremolo rectangular when
2210         it is beamed or it is stemup with a flag
2211         (rotated_box): this is like Lookup::beam but makes a rotated
2212         rectangle instead of a parallelogram
2213
2214         * lily/stem.cc (calc_stem_info): make sure the stem
2215         is long enough to fit the tremolo
2216         (calc-length): reduce the length of tremolo stems since the
2217         tremolo code is now capable of better positioning
2218
2219         * scm/define-grobs.scm: make calc_width the default beam-width
2220         callback for stem-tremolo and add the style callback
2221                 
2222 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2223
2224         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2225         case. 
2226
2227 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2228
2229         * lily/ttf.cc (make_index_to_charcode_map): restore old
2230         cmap. 
2231
2232 2006-03-28  Werner Lemberg  <wl@gnu.org>
2233
2234         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2235
2236 2006-03-28  Graham Percival  <gpermus@gmail.com>
2237
2238         * THANKS: update for 2.9, add section for Documentation helpers.
2239
2240         * Documentation/topdocs/NEWS.tely: compile fix.
2241
2242         * Documentation/user/ basic-notation, global, advanced-notation,
2243         examples.itely: minor fixes from mailist.
2244
2245 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2246
2247         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2248         note heads. 
2249
2250         * lily/ttf.cc (print_trailer): use it.
2251
2252         * lily/pango-font.cc (get_unicode_name): new function.
2253
2254         * lily/ttf.cc (make_index_to_charcode_map): move function from
2255         open-type-font.cc
2256         (print_trailer): substitute uniXXXX name if applicable. 
2257
2258         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2259         (pango_item_string_stencil): use it to generate uniXXXX names.
2260
2261         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2262         note heads, for uniform widths in shape note output.
2263         (overdone_heads): hmm. remove them again.
2264
2265         * scripts/lilypond-book.py (output): add links to filenames.
2266
2267         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2268
2269         * lily/note-collision.cc (get_clash_groups): only consider when
2270         Note_column::dir <> CENTER. 
2271
2272         * scripts/lilypond-book.py (get_option_parser): init output_name
2273         to ''. 
2274
2275 2006-03-24  Graham Percival  <gpermus@gmail.com>
2276
2277         * Documentation/topdocs/NEWS.tely: add @end itemize
2278
2279         * Documentation/user/ global, advanced-notation: minor
2280         stuff from mailist.
2281
2282 2006-03-23  Graham Percival  <gpermus@gmail.com>
2283
2284         * Documentation/user/ lilypond.tely, music-glossary,
2285         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2286
2287 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2288
2289         * mf/GNUmakefile: don't install .enc files.
2290
2291         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2292
2293         * VERSION (PATCH_LEVEL): bump to 2.9.0
2294
2295 2006-03-22  Graham Percival  <gpermus@gmail.com>
2296
2297         * Documentation/user/advanced-notation.itely: minor fixes
2298         from mailist.
2299
2300 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2301
2302         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2303
2304         * branch lilypond_2_8
2305
2306 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2307
2308         * scripts/lilypond-book.py (samefile): new function, for windoze
2309         compatibility.
2310
2311 2006-03-21  Graham Percival  <gpermus@gmail.com>
2312
2313         * ly/engraver-init.ly: add info about StaffGroup.
2314
2315 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2316
2317         * input/regression/stem-direction-context.ly: idem.
2318
2319         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2320
2321         * THANKS: add Mats.
2322
2323         * input/regression/page-layout-twopass.ly: comment out \markup so
2324         tweak-file is left.
2325
2326         * lily/instrument-name-engraver.cc (finalize): add to instrument
2327         name global System. This also fixes chopped instrument names, but
2328         doesn't crash when there are slurs/beams.
2329
2330         * lily/slur-configuration.cc (add_score): disallow negative slur
2331         scores.
2332         
2333 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2334
2335         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2336
2337         * lily/instrument-name-engraver.cc (process_music): kludge: add
2338         InstrumentName spanner to axis group of left bound. Fixes chopped
2339         off instrument names in EPS images.
2340
2341         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2342
2343         * scripts/abc2ly.py (option_parser): update to 2.7.40
2344
2345 2006-03-20  Graham Percival  <gpermus@gmail.com>
2346
2347         * THANKS: move small doc contributors to SUGGESTIONS.
2348
2349         * Documentation/user/ basic-notation, advanced-notation,
2350         global: small changes from mailist.
2351
2352 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2353
2354         * Documentation/user/advanced-notation.itely (Text marks): update
2355         for new rehearsalMarkAlignSymbol convention.
2356
2357         * VERSION (PATCH_LEVEL): bump version.
2358
2359         * input/test/instrument-name-align.ly: new file.
2360
2361         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2362
2363         * input/test/instrument-name-align.ly: new file. Document how to
2364         align instrument names.
2365
2366         * lily/mark-engraver.cc: remove properties.
2367
2368         * scm/define-context-properties.scm
2369         (all-user-translation-properties): remove align symbol properties
2370         for barnumber/reh. mark.
2371
2372         * lily/break-align-interface.cc (self_align_callback): new
2373         interface, new function. Look at complete alignment. This handles
2374         tunable break alignments in case break-align-symbols are missing.
2375
2376         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2377
2378         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2379
2380         * python/convertrules.py (conv): mark/bar number alignment rule.
2381
2382         * lily/break-align-interface.cc (calc_positioning_done): also
2383         store offset from last visible break-alignment to its
2384         neighbor. This makes alignment on non-visible objects more reliable.
2385
2386         * po/lilypond.pot (Module): ran po-replace.
2387
2388         * input/regression/tie-single-manual.ly (Module): new file.
2389
2390         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2391         look at has_manual_position_.
2392         (from_ties): set has_manual_position_ if tie has staff-position set.
2393
2394         * lily/tuplet-bracket.cc (calc_positions): idem.
2395
2396         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2397         doesn't span time.
2398
2399 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2400
2401         * scm/define-markup-commands.scm (smallCaps): new markup command
2402         for turning a text to small caps using smaller font size and upper
2403         casing.
2404
2405 2006-03-17  Graham Percival  <gpermus@gmail.com>
2406
2407         * Documentation/user/ examples, instrument-notation,
2408         advnaced-notation: minor fixes from mailist.
2409
2410 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2411
2412         * Documentation/user/tutorial.itely (First steps): change example
2413         to verbatim.  
2414
2415 2006-03-17  Graham Percival  <gpermus@gmail.com>
2416
2417         * Documentation/user/ examples, advanced: minor changes from mailist.
2418
2419         * THANKS: add Geoff Horton, for documentation stuff.
2420
2421 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2422
2423         * python/lilylib.py (system): revert have_select kludge.
2424
2425         * Documentation/user/tutorial.itely (Commenting input files):
2426         update version numbers in doc. 
2427
2428         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2429         bound-padding to multi-measure-interface
2430
2431 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2432
2433         * input/test/engraver-example.ily: update version number.
2434
2435         * VERSION (PACKAGE_NAME): release 2.7.39
2436
2437         * lily/note-spacing.cc (get_spacing): heighten threshold where
2438         accidentals/arpeggios influence previous spacing fully.
2439
2440         * lily/rest.cc (y_offset_callback): only use direction if
2441         staff-position wasn't set before.
2442
2443         * lily/bar-number-engraver.cc: add support for
2444         barNumberAlignSymbol. 
2445         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2446
2447         * lily/pointer-group-interface.cc (set_ordered): new function. 
2448         (add_unordered_grob): new function.
2449
2450         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2451         to ordered, unless the opposite has been proved.  This fixes
2452         random reordering of large object groups across linebreaks,
2453         eg. beams.
2454
2455         * lily/main.cc (do_chroot_jail): printf format fix.
2456
2457         * lily/tie-formatting-problem.cc (generate_configuration):
2458         multiply y-shift for dot with direction.
2459  
2460         * scm/define-markup-commands.scm (note-by-number): put (magstep
2461         size) in y-attach too.
2462
2463         * Documentation/topdocs/NEWS.tely (Top): show override.
2464
2465         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2466         direction for stems.
2467         
2468 2006-03-15  Graham Percival  <gpermus@gmail.com>
2469
2470         * Documentation/user/ changing-defaults, global: minor
2471         fixes from mailist.
2472
2473 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2474
2475         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2476
2477         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2478         breakable items after uniformly stretched notes.
2479
2480         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2481         outline with outer edge of note heads. This prevents infinity
2482         problems with tied whole notes.
2483
2484         * scripts/lilypond-book.py (do_file): use os.popen
2485
2486         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2487
2488 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2489
2490         * Documentation/user/invoking.itely: Add ragged-right to bug report
2491         guidelines.
2492
2493 2006-03-14  Graham Percival  <gpermus@gmail.com>
2494
2495         * Documentation/user/global.itely: small fix from mailist.
2496
2497 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2498
2499         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2500         file descriptor returned by tempfile.mkstemp() when writing
2501         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2502         on mingw.
2503
2504 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2505
2506         * po/fi.po: newline bugfix.
2507
2508 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * scm/paper.scm (paper-alist): Rounding fixes.
2511
2512 2006-03-13  Graham Percival  <gpermus@gmail.com>
2513
2514         * Documentation/user/ changing-defaults, instrument-notation,
2515         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2516
2517 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2518
2519         * po/fi.po: update.
2520
2521 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2522
2523         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2524         mailto: to http:// 
2525
2526         * python/lilylib.py (print_environment): move ps_page_count to
2527         lilypond-book.py
2528
2529 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2530
2531         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2532
2533         * scm/framework-ps.scm (embed-document): new function. Use to
2534         embed PFA files.
2535
2536         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2537
2538 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2539
2540         * Documentation/user/instrument-notation.itely (Setting simple
2541         songs): Added \book{...} around the full example, so the separate
2542         markups are included in the printed example. 
2543
2544 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2545
2546         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2547         tmphandle.
2548
2549         * python/lilylib.py (system): rewrite system() using
2550         subprocess. Remove >& redirection trickery.
2551
2552 2006-03-11  Graham Percival  <gpermus@gmail.com>
2553
2554         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2555         notation-appendices.itely: minor fixes from mailist.
2556
2557 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2558
2559         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2560         unsplit man also needs images.
2561
2562         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2563
2564         * VERSION (PACKAGE_NAME): 2.7.38 released.
2565
2566 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2567
2568         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2569         log in output dir.
2570
2571 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2572
2573         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2574         respects the Score.skipTypesetting property.
2575         
2576 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2577
2578         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2579         Prolog. No %%EOF after CFF file.
2580
2581 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2582         
2583         * lily/constrained-breaking.cc (get_max_systems): used to return a
2584         much too big value
2585         (combine_demerits): use pointers to reduce copying data
2586         (calc_subproblem): idem
2587         (get_page_penalty): add page turn penalties
2588         
2589 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2590
2591         * Documentation/user/invoking.itely (Invoking lilypond): better
2592         explanation of -e usage.
2593
2594         * lily/main.cc (main_with_guile): don't append to
2595         init_scheme_code_string
2596
2597         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2598
2599         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2600
2601         * scripts/convert-ly.py (do_options): don't print help for
2602         --show-rules rule.
2603
2604         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2605         @code and @example. Update from texinfo.tex from CVS.
2606
2607 2006-03-08  Graham Percival  <gpermus@gmail.com>
2608
2609         * Documentation/user/scheme-tutorial.itely: clarifies distances
2610         measured in staff-spaces.
2611
2612 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2613
2614         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2615         consider[k] is true.
2616
2617         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2618
2619         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2620         consider columns that have originals.  Unifies spacing for mm
2621         rests around line breaks.
2622
2623         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2624         (set_text_rods): idem.
2625         (calculate_spacing_rods): new function: share code between
2626         set_text_rods and set_spacing_rods.
2627         (set_text_rods): take extents of bounds into account.  
2628
2629 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2630
2631         * Documentation/user/basic-notation.itely (Writing music in
2632         parallel): don't use relative.
2633
2634 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2635
2636         * ly/music-functions-init.ly (Module): add shiftDurations
2637
2638         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2639
2640         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2641
2642         * ly/engraver-init.ly: init vocalName to nil.
2643
2644 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2645
2646         * scm/music-functions.scm (music->make-music): bugfix,
2647         KeyChangeEvents are now handled correctly.
2648
2649         * scripts/lilypond-book.py: Add --debug option.
2650
2651 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2652
2653         * python/lilylib.py: add tempfile.
2654
2655 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2656
2657         * VERSION (PACKAGE_NAME): release 2.7.37
2658
2659         * python/lilylib.py (ps_page_count): remove make_ps_images().
2660         (ps_page_count): remove mkdir_p
2661         (system): remove cleanup_temp.
2662         (exit): remove lilypond_version_(check)
2663         (error_log): remove pseudo_filter_p
2664         remove read_pipe
2665         remove cp_to_dir
2666         remove identify
2667
2668         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2669         use __main__
2670
2671         * lily/accidental-engraver.cc (make_standard_accidental): only add
2672         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2673
2674         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2675         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2676         Make incompatibilities.
2677
2678         * scm/output-ps.scm (grob-cause): replace backslashes by /
2679         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2680
2681 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2682
2683         * cygwin/GNUmakefile: Install fixes.
2684
2685         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2686
2687         * lily/note-head.cc (head::get_balltype): Compile fix.
2688
2689         * flower/file-name.cc (dos_to_posix): Flower string fix.
2690
2691 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2692
2693         * python/lilylib.py: pychecker cleanups.
2694
2695         * scripts/lilypond-book.py
2696         (Lilypond_snippet.output_print_filename): pychecker cleanups
2697
2698         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2699
2700         * python/lilylib.py (underscore): remove identify() , warranty()
2701
2702         * ps/music-drawing-routines.ps: change Border routine for GSView
2703         compatibility.
2704
2705         * lily/stem.cc (height): use quantize-positions.  This triggers
2706         set_stem_lengths, so scripts on beamed stems are handled correctly.
2707
2708         * lily/side-position-interface.cc (aligned_side): check if edges
2709         of script are inside staff. Fixes accent of edge of the staff.
2710
2711         * input/regression/staccato-pos.ly: more examples.
2712
2713         * stepmake/aclocal.m4 (depth): fix bashism.
2714
2715         * lily/lyric-combine-music-iterator.cc: move from
2716         new-lyric-combine-iterator.cc
2717         (process): add pending_grace_lyric_ member to delay lyrics on
2718         grace notes.
2719
2720         * lily/system-start-text.cc (print): suicide if we don't have any
2721         elements. Fixes hara kiri'd instrument names.
2722
2723         * scripts/mup2ly.py (Module): remove.
2724
2725 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2726
2727         * Documentation/user/global.itely (A single music expression):
2728         close @lilypond properly
2729
2730         * lily/volta-bracket.cc (modify_edge_height): change from
2731         after_line_breaking_callback. Suicide last bracket if appropriate.
2732  
2733         * python/lilylib.py: strip getopt support
2734
2735         * scripts/etf2ly.py (do_options): use optparse
2736
2737         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2738
2739         * scripts/abc2ly.py (voices): use optparse.
2740
2741         * stepmake/stepmake/generic-vars.make: new function absdir.
2742
2743         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2744
2745         * scripts/lilypond-book.py (find_file): use global_options for
2746         include path
2747
2748         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2749         entering C code.
2750
2751 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2752
2753         * python/lilylib.py (get_global_option): ughness for extracting
2754         global options from lilylib.
2755         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2756
2757         * scripts/lilypond-book.py (get_option_parser): use optparse for
2758         option handling.  Put options in global_options variable.
2759
2760 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2761
2762         * Documentation/index.html.in: clarify.
2763
2764 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2765
2766         * scm/layout-page-layout.scm (write-page-breaks): add a
2767         music-system-heights property to the page layout output.
2768
2769         * scm/page.scm (make-page-stencil): take footer into account when
2770         computing the 'space-left page property
2771         (annotate-space-left): take footer into account when annonating
2772         space left.
2773
2774 2006-02-28  Graham Percival  <gpermus@gmail.com>
2775
2776         * Documentation/user/ advanced-notation, global: more (final)
2777         docs for music expressions, removed special fermatas.
2778
2779 2006-02-27  Graham Percival  <gpermus@gmail.com>
2780
2781         * Documentation/user/ basic-notation, global: minor changes
2782         from mailist.
2783
2784 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2785
2786         * scm/framework-ps.scm:         
2787         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2788         layer for inf? and nan? from framework-ps to lily-library.
2789
2790 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2791
2792         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2793         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2794
2795         * buildscripts/substitute-encoding.py (Module): remove file.
2796
2797         * mf/GNUmakefile: more PFA strippage.
2798
2799         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2800
2801         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2802         generation
2803
2804         * scm/framework-ps.scm: remove font name munging.
2805
2806         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2807
2808 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2809
2810         * scm/markup.scm (define-markup-command): change
2811         def-markup-command to define-markup-command
2812
2813         * scm/music-functions.scm (define-music-function): change
2814         def-music-function to define-music-function.
2815
2816         * python/convertrules.py (conv): rules for def-music-function
2817         and def-markup-commands
2818
2819         * Documentation/user/programming-interface.itely,
2820         input/no-notation/display-lily-tests.ly,
2821         input/regression/lily-in-scheme.ly,
2822         input/regression/markup-user.ly,
2823         input/regression/music-function.ly, input/regression/tie-chord.ly,
2824         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2825         ly/gregorian-init.ly: use new macro names (define-music-function,
2826         define-markup-command).
2827
2828 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2829
2830         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2831         (output): add comments to lp-book latex output.
2832
2833         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2834         address.
2835
2836 2006-02-23  Graham Percival  <gpermus@gmail.com>
2837
2838         * Documentation/user/ tutorial, global: minor changes.
2839
2840 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2841
2842         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2843         blocks (for make 3.80)
2844
2845         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2846         \notemode so that user should not have to explicitely type it.
2847
2848         * scm/define-music-display-methods.scm: various
2849         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2850         constructs)
2851
2852         * input/no-notation/display-lily-tests.ly: new tests for
2853         \applyOutput and \applyContext
2854
2855 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2856
2857         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2858         changed it slightly so that the number of systems returned by
2859         solve () will be the same as the last value passed to resize
2860         (). I've also added more documentation, removed casts, fixed style
2861         problems and put in some recovery if constraints aren't satisfied."
2862
2863 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2864
2865         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2866         for emacs < 22 compatibility.
2867         (count-rexp): Use it.
2868         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2869         substring juggling (Milan Zamazal).
2870
2871 2006-02-23  Graham Percival  <gpermus@gmail.com>
2872
2873         * Documentation/user/ basic-notation, advanced-notation,
2874         global.itely, invoking.itely, tutorial,itely:
2875         minor fixes from mailist.
2876
2877         * scm/define-markup-commands.scm: improve docs of \filled-box.
2878
2879 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2880
2881         * Documentation/index.html.in: changes concern the previous release.
2882
2883         * input/regression/+.ly: cultivate typographical terminology.
2884
2885 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2886
2887         * scm/define-grob-interfaces.scm (parentheses-interface): add
2888         padding to parentheses-interface.
2889
2890         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2891         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2892
2893         * VERSION (PATCH_LEVEL): release 2.7.36
2894
2895         * lily/slur.cc: add avoid-slur (ugh.)
2896         
2897         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2898         intersection gets smaller. This fixes slurs over extreme points.
2899
2900         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2901         stems with neutral-direction set.
2902
2903         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2904
2905         * lily/open-type-font.cc (load_table): format error.
2906
2907         * lily/change-iterator.cc (process): format fix.
2908
2909         * flower/include/international.hh (_f): idem.
2910
2911         * flower/include/std-string.hh: add format printf attribute.
2912
2913         * scm/define-grobs.scm (all-grob-descriptions): height of all
2914         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2915
2916         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2917         ambitus lines.
2918
2919         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2920
2921 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2922
2923         * input/regression/: upgraded syntax for some files.
2924
2925         * THANKS: Add bughunters.
2926
2927 2006-02-22  Graham Percival  <gpermus@gmail.com>
2928
2929         * Documentation/user/ invoking.itely, advanced-notation.itely,
2930         global.itely: long-awaited "let's make chapter 10 not suck"
2931         update.  Rearrange chapter 10; now called "global issues",
2932         addresses file structure, etc.  Some info from other files
2933         moved into global.itely.
2934
2935 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2936
2937         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2938         catch trill-span-event notes.
2939
2940         * Documentation/user/examples.itely (Ancient notation templates): typo.
2941         (Jazz combo): typo.
2942
2943         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2944
2945         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2946
2947         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2948
2949         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2950
2951         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2952         froum Laissez_vibrer_engraver.
2953
2954         * ly/declarations-init.ly (repeatTie): add \repeatTie
2955
2956         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2957
2958         * scm/define-grob-properties.scm (all-user-grob-properties): add
2959         head-direction property.
2960
2961         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2962         from_lv_ties. Take head direction argument.
2963
2964         * lily/semi-tie-column.cc: rename from
2965         laissez-vibrer-tie-column.cc. Rename class too.
2966
2967         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2968         class too.
2969
2970         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2971
2972         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2973         0 case.
2974         (find_breaks): idem.
2975
2976 2006-02-21  Graham Percival  <gpermus@gmail.com>
2977
2978         * Documentation/user/advanced-notation.itely: fixed make-moment]
2979         example.
2980
2981         * Documentation/user/basic-notation.itely: more clarification to
2982         transpose.
2983
2984 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2985
2986         * lily/include/constrained-breaking.hh (class
2987         Constrained_breaking): new file.
2988
2989         * lily/constrained-breaking.cc (resize): new file.
2990
2991         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2992
2993         * Documentation/user/advanced-notation.itely (Clusters): insert
2994         end ignore too.
2995
2996         * lily/tie-column.cc (calc_positioning_done): support for
2997         tie-score debugging
2998
2999         * lily/tie-formatting-problem.cc
3000         (generate_extremal_tie_variations): factor out.
3001         (score_ties_configuration): annotate all tie 
3002         (print_ties_configuration): new routine.
3003         (generate_configuration): nudge extremal ties outside of the head
3004         Y extents.
3005         (score_ties_configuration): oops. convert to staff-space before
3006         determining position symmetry.
3007
3008 2006-02-20  Graham Percival  <gpermus@gmail.com>
3009
3010         * Documentation/user/*-notation.itely: misc minor editing,
3011         shifting doc sections around.
3012
3013         * Documentation/user/*-notation-itely, global.itely,
3014         changing-defaults.itely: added new stuff from NEWS.
3015
3016 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3017
3018         * po/fi.po: update.
3019
3020 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3021
3022         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3023         lilypond --verbose for lp-book.
3024
3025         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3026         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3027
3028         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3029         $(buildscript-dir) iso. absolute depth.
3030
3031         * buildscripts/genicon.py (dir): thinko.
3032
3033         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3034
3035 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3036
3037         * scm/output-lib.scm: swap darkcyan/darkyellow
3038
3039         * THANKS: Add bughunters.
3040
3041 2006-02-19  Graham Percival  <gpermus@gmail.com>
3042
3043         * Documentation/user/programming-interfaces.itely: fixed example.
3044
3045         * Documentation/user/instrument-notation.itely: fix @{ @}.
3046
3047         * scm/script.scm: add avoid-slur for \open.
3048
3049 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3050
3051         * lily/tie-formatting-problem.cc (score_configuration): use
3052         sliding score for min-length. 
3053
3054         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3055         spaghetti for icons.
3056
3057         * buildscripts/genicon.py (program_name): new file.
3058
3059         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3060         in outline too.  
3061         (generate_configuration): for small ties, also look for collisions
3062         at Y + DIR*h + DELTA_Y.
3063         (get_variations): consider variation for dot positions too.
3064
3065         * lily/side-position-interface.cc (aligned_side): take abs for
3066         quantized rounded position. Fixes tenuto below staff.
3067
3068         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3069         markers when necessary.
3070
3071         * lily/program-option.cc (internal_set_option): add
3072         strict_infinity_checking option.
3073
3074         * scm/output-lib.scm (cyan): swap yellow and cyan.
3075
3076 2006-02-19  Graham Percival  <gpermus@gmail.com>
3077
3078         * darwin.patch: trivial linenumber update.
3079
3080         * Documentation/user/ {various}: `\context foo = named' changed
3081         to `\new foo = "name"' in docs.
3082
3083 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * scm/stencil.scm (annotate-y-interval): use it.
3086
3087         * scm/lily-library.scm (interval-sane?): new function.
3088
3089         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3090         tfm_checksum stuff.
3091
3092         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3093         common refpoint.
3094
3095         * flower/include/std-vector.hh (iterof): add iterof macro.
3096
3097         * lily/enclosing-bracket.cc (width): new function.
3098
3099         * lily/align-interface.cc (align_elements_to_extents): reinstate
3100         warning.
3101
3102 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3103
3104         * Documentation/index.html.in: fix spelling: thankyous.
3105
3106 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3107
3108         * lily/lyric-hyphen.cc: typo.
3109
3110 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3111
3112         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3113         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3114         builds don't work. 
3115
3116         * VERSION: release 2.7.35
3117
3118         * lily/beam.cc (get_default_dir): oops. Take abs () for
3119         extremes[DOWN].
3120         (get_default_dir): use extreme position criterion only in absence
3121         of forced stem directions.
3122
3123         * VERSION (PATCH_LEVEL): bump VERSION.
3124
3125         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3126         dependencies. Necessary for -jX builds.  
3127
3128 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3129
3130         * lily/relocate.cc (setup_paths): Yet another const fix.
3131
3132 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3133
3134         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3135
3136         * lily/relocate.cc (setup_paths): oops.
3137
3138 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3139
3140         * Documentation/index.html.in: order links: html before PDF.
3141
3142 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3143
3144         * lily/tie-column-format.cc (Module): remove.
3145
3146         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3147
3148         * lily/text-spanner.cc (print): idem.
3149
3150         * lily/dynamic-text-spanner.cc (print): only print line if longer
3151         than dash-period.
3152
3153         * lily/auto-change-iterator.cc (change_to): formatting.
3154
3155         * lily/beam.cc (get_default_dir): take extreme note head as input
3156         for stem direction.
3157
3158         * lily/tie.cc (get_default_dir): only look directions for visible
3159         stems. 
3160
3161         * lily/side-position-interface.cc (aligned_side): oops. Don't
3162         mutiply with direction. This fixes quantized (staccato, tenuto)
3163         scripts below notes.
3164
3165         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3166         direction. Fixes c-lyrics-center-align.ly
3167
3168 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3169
3170         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3171         constructor.
3172
3173         * lily/std-string.cc:
3174         * lily/include/std-vector.hh (split_string): Move and rename from
3175         lily/include/misc.hh, lily/misc.cc.  Update callers.
3176
3177 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3178
3179         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3180
3181 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3182
3183         * flower/test-file.cc: New file.
3184
3185         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3186         libraries.
3187
3188         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3189
3190 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3191
3192         * flower/include/file-storage.hh: remove file.
3193
3194         * lily/include/midi-item.hh (class Midi_track): idem.
3195
3196         * lily/include/source.hh (class Sources): idem.
3197
3198         * lily/include/performance.hh (class Performance): use vector
3199         iso. Cons<>
3200
3201         * flower/include/cons.hh (class Cons): remove file.
3202
3203         * flower/include/flower-proto.hh: remove template cruft.
3204
3205         * lily/include/font-metric.hh: use size_t not vsize for indices.
3206
3207         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3208         from proto.
3209
3210         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3211
3212         * lily/include/paper-book.hh (class Paper_book):
3213         make get_system_specs() public.
3214
3215         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3216         the force=10000 case if we don't have a current-best. 
3217
3218         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3219         vsize 
3220
3221         * flower/include/flower-proto.hh: remove outdated templates.
3222
3223         * scm/page.scm: use annotate-spacing
3224
3225 2006-02-15  Graham Percival  <gpermus@gmail.com>
3226
3227         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3228
3229         * THANKS: moved Erlend Aasland to contributors.
3230
3231 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3232
3233         * config.hh.in: remove HAVE_PANGO_16
3234
3235         * lily/tuplet-bracket.cc (calc_positions): multiply with
3236         staff-space for beam case. This fixes tuplets+beams on scaled
3237         staves.
3238
3239         * config.hh.in: remove all Kpathsea related defines.
3240
3241         * lily/dot-column.cc (side_position): reach stem via dots->
3242         head->stem. Inspect all stems for dot collisions. 
3243
3244         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3245         stem handling.
3246
3247         * lily/bar-number-engraver.cc (process_music): document function
3248         of whichBar.
3249
3250         * lily/score.cc (default_rendering): add pscore, not systems
3251         themselves.
3252
3253         * lily/paper-book.cc (get_system_specs): separate generation of
3254         titles and systems.
3255
3256         * flower/include/std-vector.hh: don't include config.hh
3257
3258 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3259
3260         * flower/include/std-vector.hh: Better wrapper compatibility with
3261         std::vector.
3262
3263         * flower/include/flower-proto.hh: Remove cheap forward declaration
3264         attempts.
3265
3266         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3267
3268 2006-02-14  Graham Percival  <gpermus@gmail.com>
3269
3270         * Documentation/user/invoking.itely: add warning about command line.
3271
3272 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3273
3274         * lily/include/lily-proto.hh: add Prob, rm Page.
3275
3276         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3277
3278         * VERSION: release 2.7.34
3279
3280         * lily/relocate.cc (framework_relocation): show canary if
3281         GHOSTSCRIPT_VERSION undefined.
3282
3283         * GNUmakefile.in: remove $(VERSION) symlink.
3284
3285         * lily/relocate.cc (setup_paths): add + 
3286
3287 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3288
3289         * Documentation/index.html.in: specify sizes for all big HTML pages.
3290
3291 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3292
3293         * config.hh.in: remove @FRAMEWORKDIR@
3294
3295         * lily/system-start-text.cc (get_stencil): new file: separate out
3296         system-start-delimiter text support.
3297
3298         * input/**ly: replace \context with \new where appropriate.
3299         
3300         * THANKS: add Don.
3301
3302         * lily/slur-scoring.cc (get_base_attachments): use
3303         robust_relative_extent. This fixes problems with empty paper-columns. 
3304
3305 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3308
3309         * scm/define-music-properties.scm (all-music-properties):
3310         create-new property.
3311
3312         * lily/context-specced-music-iterator.cc (construct_children):
3313         inspect 'create-new property iso. magical $uniqueContextId context
3314         id.
3315
3316         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3317
3318         * lily/context-key-manager.cc (Module): new file. Encapsulate
3319         object key generation.
3320
3321         * lily/include/context-key-manager.hh (Module): new file.
3322
3323 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3324
3325         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3326         names vertically
3327
3328         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3329         options.
3330         (reloc_b): excise --enable-framework-dir
3331
3332         * lily/relocate.cc (framework_relocation): use getenv
3333         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3334
3335 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3336
3337         * flower/include/std-string.hh: 
3338         * flower/include/std-vector.hh: Finish std:: conversion; move
3339         flower extensions from std:: namespace.  Update users.
3340
3341         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3342         their expansion to vector<*>.  Update users.
3343
3344 2006-02-10  Graham Percival  <gpermus@gmail.com>
3345
3346         * Documentation/user/invoking.itely: add example to File structure.
3347
3348         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3349         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3350
3351 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3352
3353         * ly/paper-defaults.ly: typo.
3354
3355         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3356         set_parent() for parentheses. This will make it show up in bbox
3357         calculations.
3358
3359         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3360         ly:grob-common* functions.
3361
3362         * lily/grob-scheme.cc (LY_DEFINE):
3363         ly:grob-common-refpoint-of-array: new function 
3364         ly:grob-common-refpoint: new function 
3365         ly:grob-relative-coordinate: new function 
3366
3367         * lily/instrument-name-engraver.cc (process_music): use
3368         Text_interface::is_markup(). This fixes \markup on instrument names.  
3369
3370         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3371         for ties and slurs.
3372
3373         * lily/slur.cc (print): idem.
3374
3375         * lily/tie.cc: add line-thickness for ties. 
3376
3377 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3378
3379         * scm/output-svg.scm: Document diversion from GNU coding standards
3380         as a workaround for a bug in Microsoft Internet Explorer.
3381
3382 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3383
3384         * lily/instrument-name-engraver.cc (process_music): use
3385         is_markup() iso. is_string()
3386
3387         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3388
3389         * lily/percent-repeat-engraver.cc (process_music): only look at
3390         main_part_ for % repeats.
3391
3392         * lily/stem-tremolo.cc (get_beam_translation): new function.
3393         (calc_slope): new function.
3394         (height): don't use real slope.
3395
3396 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3397
3398         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3399         new connect-to-neighbor, control-points and staff-padding
3400         properties to make ligature brackets showing up again.
3401
3402 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3403
3404         * VERSION: release 2.7.33
3405
3406         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3407         too many.
3408
3409         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3410         remove applyOutput example.
3411         (Objects connected to the input): document \tweak, \parenthesize
3412
3413         * lily/relocate.cc (prefix_relocation): allow "current"
3414         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3415         changing VERSION in a lily tree less painful.
3416
3417         * input/regression/parenthesize.ly: new file. 
3418
3419         * scm/output-lib.scm (parenthesize-element): new function.
3420
3421         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3422
3423         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3424
3425         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3426         cause: accidentals are caused by note heads, not note events. 
3427
3428 2006-02-08  Graham Percival  <gpermus@gmail.com>
3429
3430         * darwin.patch: small patch from Erlend, thanks!
3431
3432         * Documentation/user/basic-notation.itely: add stem-neutral example.
3433
3434         * Documentation/user/putting.itely: clarifications.
3435
3436 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3437
3438         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3439         note, add more guidelines to what should go into NEWS.
3440
3441         * input/sakura-sakura.ly: document how to override font.
3442
3443         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3444
3445 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3446
3447         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3448
3449 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3450
3451         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3452         convertrules.  Add explicit grouping, needed for python2.2.
3453
3454 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3457
3458 2006-02-07  Graham Percival  <gpermus@gmail.com>
3459
3460         * Documentation/user/global.itely: fix line-width in (text) docs.
3461
3462         * Documentation/user/lilypond-book.itely: same.
3463
3464 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3465
3466         * VERSION (PACKAGE_NAME): release 2.7.32
3467
3468         * Documentation/topdocs/NEWS.tely (Top): document new variable
3469         naming.
3470
3471         * flower/include/array.icc (Message): remove file.
3472
3473         * flower/include/std-vector.hh: make sure vsize and VPOS are
3474         defined for binary_search_bounds().
3475
3476         * flower/std-string.cc (std): add to_string(long unsigned).
3477
3478         * configure.in (gui_b): excise std_string option.
3479         (gui_b): excise std_vector option.
3480
3481         * flower/string.cc (Module): excise flower array & string
3482
3483         * flower/include/std-string.hh: excise flower string.
3484
3485         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3486
3487         * python/convertrules.py (lilypond_version_re_str): require
3488         only numbers and dots in \version string.
3489
3490 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3491
3492         * lily/system-start-delimiter.cc (print): allow style = text too.
3493
3494         * lily/system-start-delimiter-engraver.cc
3495         (acknowledge_system_start_text): new function, also add add to
3496         support of system-start-text (instrument names). This fixes
3497         instrument names on piano staves.
3498
3499         * lily/instrument-name-engraver.cc: rewrite. Use
3500         system-start-delimiter approach. This save memory and cpu.
3501
3502         * scm/define-grobs.scm (all-grob-descriptions): remove
3503         instrument-name from break-alignment.
3504
3505         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3506
3507 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3508
3509         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3510         jobserver going.
3511
3512         * configure.in (std_vector): On by default.
3513
3514         * lily/include/font-metric.hh:
3515         * lily/include/tfm-reader.hh: 
3516         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3517         Update users.
3518
3519         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3520
3521 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3522
3523         * VERSION (PACKAGE_NAME): 2.7.31
3524
3525         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3526         EPS edge at 0, but take minimum with left-overshoot. This fixes
3527         cut off system start delims. 
3528
3529         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3530         hack: add to axis group if not added yet. This fixes hara kiri'd
3531         piano staves.
3532
3533         * lily/hara-kiri-group-spanner.cc
3534         (force_hara_kiri_in_y_parent_callback): fix signatures.
3535
3536         * lily/hairpin.cc (print): check next hairpin to see whether or
3537         not to be continuing.
3538
3539 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * Remove trailing whitespace from makefiles.
3542         
3543         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3544         for earlier gcc.
3545
3546         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3547
3548         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3549
3550         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3551
3552         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3553
3554         * configure.in: Use it.
3555
3556 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3557
3558         * scm/music-functions.scm (pitch-of-note): new function.
3559
3560         * ly/music-functions-init.ly: add \octave and \addquote
3561
3562         * lily/parser.yy (music_function_chord_body): softcode \octave.
3563         (lilypond_header): softcode \addquote
3564
3565 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3568         array.hh, parray.hh at all.  Getting ready to flip the
3569         configure default.
3570
3571         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3572
3573         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3574         a bit.
3575
3576         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3577
3578 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3579
3580         * flower/include/array.hh: typo. 
3581
3582 2006-02-02  Graham Percival  <gpermus@gmail.com>
3583
3584         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3585
3586 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3587
3588         * flower/include/pqueue.hh: Derive from std::vector.
3589
3590         * flower/include/parray.hh: Conform to std::vector interface.
3591         Update users.
3592
3593 2006-02-02  Graham Percival  <gpermus@gmail.com>
3594
3595         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3596
3597 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3598
3599         * flower/file-path.cc (is_file): remove if 0 section.
3600
3601         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3602         selecting afii61352.
3603
3604 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3605
3606         * flower/include/std-vector.hh (boundary): Oops, reverse.
3607
3608         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3609         remove superfluous `d'.
3610
3611         * flower/include/std-vector.hh (boundary, top): Detach from class.
3612         Remove empty vector shell.
3613
3614         * flower/include/array.hh (reverse, swap): Detach from class.
3615         Update users.
3616         
3617         * flower/include/std-vector.hh
3618         * flower/include/array.hh (concat): Globally change to insert ().
3619
3620         
3621         * flower/include/std-vector.hh
3622         * flower/include/parray.hh
3623         * flower/include/array.hh (elem, elem_ref): Globally replace by
3624         at ().
3625
3626 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3627
3628         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3629
3630         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3631         anticipate on identifier substitutions.
3632
3633 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3634
3635         * flower/include/std-vector.hh (insert): Remove, replace by
3636         std::vector interface.  Update callers.
3637
3638         * flower/include/array.icc (insert): Change signature to
3639         match std::vector interface.
3640         
3641         * flower/include/array.icc (vector_sort): Bugfix.
3642
3643 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3644
3645         * lily/parser.yy (output_def_head_with_mode_switch): new
3646         production. Result: dashes and underscores may be used in the
3647         \paper block.
3648
3649         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3650
3651         * python/convertrules.py (conv): oops. One slash too much.
3652
3653 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3654
3655         * flower/include/std-vector.hh (sort): Remove, replace by
3656         ::vector_sort.  Update callers.
3657
3658         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3659         (sort): Bugfix.
3660
3661         * flower/test-std.cc (vector_sort): New test.
3662
3663 2006-02-01  Graham Percival  <gpermus@gmail.com>
3664
3665         * Documentation/user/putting.itely: fixes from Erik.
3666
3667 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3668
3669         * flower/test-std.cc: Add simple unit test for vector migration.
3670
3671         * stepmake/stepmake/test*: Unit test support.
3672
3673         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3674         update callers.
3675
3676         * flower/include/array.hh (begin, end): Add.
3677         (del, get): Remove.
3678
3679 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3680
3681         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3682         std::string not String. 
3683
3684         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3685         iso UINT_MAX.
3686
3687         * lily/prob.cc (Prob): copy type_ too.
3688
3689         * lily/lily-guile.cc (mangle_cxx_identifier): new
3690         function. Class_bla::foo_bar_[px] ->
3691         ly:class-bla::foo-bar[?!]. Changes throughout
3692
3693 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3694
3695         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3696
3697         * lily/beam.cc (calc_direction): take dir from visible stem in
3698         degenerate case.
3699
3700 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3701
3702         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3703         Fix -1, >=0 boundary checks for unsigned vsize.
3704
3705         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3706         loop for unsigned vsize.
3707
3708         * configure.in (--enable-std-vector): New option.
3709         (--enable-std-string): On by default.
3710
3711         * flower/include/std-vector.hh: New file.  Enable switch to
3712         std::vector, update client code.
3713
3714 2006-01-30  Graham Percival  <gpermus@gmail.com>
3715
3716         * scm/document-translation.scm: clarify "this context is also
3717         known as".  Thanks, Werner!
3718
3719         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3720
3721         * Documentation/user/invoking.itely: small fix from Don.
3722
3723 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3724
3725         * scm/lily.scm (define-scheme-options): rename option
3726         preview-include-book-title to book-title-preview
3727         (define-scheme-options): move force-eps-font-include (from paper
3728         block) to eps-font-include -d option.
3729
3730         * VERSION (PATCH_LEVEL): release 2.7.30
3731
3732         * input/bach-schenker.ly (staffPiano): new file.
3733
3734         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3735
3736         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3737         credits to Nicolas.
3738
3739         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3740
3741         * ps/lilyponddefs.ps: remove start-system, stop-system,
3742         start-page fluff. This saves putting { } code on the stack, fixing
3743         stack overflows when including EPS files.
3744
3745 2006-01-29  Graham Percival  <gpermus@gmail.com>
3746
3747         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3748
3749 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3750
3751         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3752
3753 2006-01-28  Graham Percival  <gpermus@gmail.com>
3754
3755         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3756
3757 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3758
3759         * input/mutopia/claop.py: Update.
3760
3761 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3762
3763         * input/regression/completion-heads.ly (texidoc): fix.
3764
3765         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3766
3767         * lily/tie-formatting-problem.cc
3768         (set_ties_config_standard_directions): use abs iso fabs for ints.
3769
3770         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3771
3772         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3773         little less than noteheight, to prevent overlaps in chords.
3774
3775         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3776         head, and fudge stem-attachment.
3777
3778         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3779
3780         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3781
3782 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * lily/main.cc (main): Debugging aid: catch exceptions.
3785
3786         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3787         output with std::string.
3788
3789 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3790
3791         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3792
3793 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3794
3795         * Fix -DSTRING_UTILS_INLINED.
3796
3797 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3798
3799         * VERSION (PATCH_LEVEL): release 2.7.29
3800
3801         * lily/relocate.cc (setup_paths): mingw uses std string too.
3802
3803         * lily/*.cc: various fixes for substr(ARG).
3804
3805         * lily/sustain-pedal.cc (print): 
3806
3807         * flower/file-name.cc (slashify): use std strings.
3808
3809         * flower/string-convert.cc: remove publib.h
3810
3811         * scm/define-markup-commands.scm (verbatim-file): new markup
3812         command \verbatim-file
3813
3814         * Documentation/topdocs/NEWS.tely: fixup URLs
3815
3816         * input/regression/alignment-vertical-manual-setting.ly (Module):
3817         new file.
3818
3819         * lily/align-interface.cc (align_elements_to_extents): overwrite
3820         translations with numbers in alignment-offsets from left bound
3821
3822         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3823         (page-translate-systems): new function: take into account Y-offset.
3824
3825         * Documentation/topdocs/NEWS.tely (Top): document new features.
3826
3827         * input/regression/page-layout-manual-position.ly (Module): new
3828         file.
3829
3830 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3831
3832         * flower/file-path.cc (path::parse_path): Oops.
3833
3834         * Finish std::string interface.  For now, use std:: marker
3835         throughout for easy s/r.
3836
3837 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3838
3839         * Documentation/user/putting.itely (Score is a single musical
3840         expression): typo.
3841         (Score is a single musical expression): more typos.
3842
3843         * scm/page.scm (annotate-space-left): thinko.
3844         (annotate-page): more thinkos.
3845
3846 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3847
3848         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3849         for different \score blocks separately.
3850         (post-process-pages): put write-page-layout into paper block.
3851
3852         * lily/output-def.cc (get_parser): new file.
3853
3854         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3855         file.
3856
3857         * lily/include/output-def.hh (class Output_def): add parser_ member.
3858
3859         * input/regression/page-layout-twopass.ly (Module): new file.
3860
3861         * scm/lily.scm: remove cpp hack.
3862
3863         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3864
3865 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3866
3867         * GNUmakefile.in (c-clean): New target.
3868
3869         * flower/include/std-string.hh: String/std::string compatibility:
3870         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3871         type.
3872
3873         * flower/rational.cc: 
3874         * flower/include/rational.hh: 
3875
3876         * flower/offset.cc: 
3877         * flower/include/offset.hh: 
3878
3879         * flower/interval.cc: 
3880         * flower/include/interval.hh: 
3881
3882         * flower/string-convert.cc: 
3883         * flower/include/string-convert.hh: Use std::string [interface].
3884         Update callers.
3885
3886 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3887
3888         * Documentation/index.html.in: clean up.
3889
3890 2006-01-25  Graham Percival  <gpermus@gmail.com>
3891
3892         * Documentation/user/putting.itely: another new untested doc section.
3893
3894 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3895
3896         * scm/layout-page-layout.scm (write-page-breaks): write
3897         \spacingTweaks #ALIST. Handle grace timing.
3898
3899         * scm/: more imports.
3900
3901         * scm/page.scm (make-page): add footer/header.
3902         (annotate-space-left): revise: only take page argument.
3903         (layout->page-init): new function.
3904
3905         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3906         version of the system/spacing/linebreak hack writing to the output
3907
3908         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3909         ly:make-prob.
3910
3911         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3912         ly:spanner-bound
3913
3914 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3915
3916         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3917
3918         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3919
3920         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3921         handling to page.scm
3922
3923         * lily/prob-scheme.cc (LY_DEFINE): new file.
3924         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3925
3926         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3927         prob functions.
3928
3929         * lily/music.cc (derived_mark): derive Music from Prob.
3930
3931         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3932
3933         * lily/prob.cc (Module): Implement Prob (Property Object), object
3934         with shared and r/w property alists.  
3935
3936         * lily/include/prob.hh (Module): new file. Declare Prob.
3937
3938         * flower/string.cc: remove is_empty().
3939
3940         * flower/include/string.hh (class String): remove String:: qualifier.
3941
3942         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3943         substitute appropriate functions.
3944
3945         * flower/include/string.hh (class String): remove to_str0 and
3946         is_empty(). S&R everywhere.
3947
3948 2006-01-23  Graham Percival  <gpermus@gmail.com>
3949
3950         * Documentation/user/basic-notation.itely: add hairpin
3951         after-linebreak tweak to commonprop.
3952
3953         * Documentation/user/putting.itely: added two new sections.
3954
3955 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * flower/international.cc: 
3958         * flower/include/international.hh: 
3959
3960         * flower/getopt-long.cc: 
3961         * flower/include/getopt-long.hh: Use std::string [interface].
3962         Update callers.
3963
3964         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3965
3966         * stepmake/stepmake/executable-rules.make: Add dependency on
3967         module libraries.
3968
3969 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3970
3971         * flower/file-path.cc: 
3972         * flower/include/file-path.hh: Use std::string [interface].
3973         Update callers.
3974
3975         * flower/direction.cc: 
3976         * flower/axis.cc: Unused.  Remove.
3977
3978         * configure.in (--enable-std-string): New option.
3979
3980         * flower/std-string.cc: 
3981         * flower/include/std-string.hh: New file.
3982
3983         * flower/file-name.cc[STD_STRING]:
3984         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3985
3986 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3987
3988         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3989
3990         * scm/define-markup-commands.scm (with-dimensions):
3991         with-dimensions markup command.
3992
3993         * input/test/font-table.ly: use it.
3994
3995         * lily/open-type-font.cc (glyph_list): new function.
3996
3997         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3998
3999         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4000
4001 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4002
4003         * ly/music-functions-init.ly (parallelMusic): new music function
4004         for parallel music entry.
4005
4006         * scm/define-music-properties.scm (all-music-properties): new
4007         'void music property
4008
4009         * scm/music-functions.scm (ly:music-message): make public, to be
4010         used in music function definitions
4011
4012         * scm/lily-library.scm (collect-music-for-book): discard music
4013         when the 'void property is set.
4014
4015 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4016
4017         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4018
4019         * mf/GNUmakefile: idem.
4020
4021         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4022
4023         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4024
4025         * Documentation/user/notation-appendices.itely (The Feta font):
4026         use it.
4027
4028         * input/test/font-table.ly: new file. Generate font table within lily.
4029
4030         * Documentation/user/notation-appendices.itely (The Feta font):
4031         use new font-table.ly file. 
4032
4033         * stepmake/stepmake/install-out-targets.make
4034         (local-install-outfiles): only create directory if
4035         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4036
4037 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4038
4039         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4040
4041         * VERSION (PACKAGE_NAME): release 2.7.28
4042
4043         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4044         the right font from a Mac dfont.
4045         (write-preamble): don't forget directory, only look at files.
4046
4047         This fixes problems with TTF files in dfonts that don't match
4048         their PostScript names.
4049          
4050         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4051         PS name from TTF font.
4052
4053         * input/regression/tie-manual.ly: document new feature.
4054
4055         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4056
4057         * VERSION (MY_PATCH_LEVEL): bump to .28
4058
4059         * Documentation/user/basic-notation.itely (Ties): add tie examples
4060         refs.
4061
4062         * lily/tie-formatting-problem.cc (score_ties_configuration):
4063         symmetry penalties for outer ties.
4064
4065 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4066
4067         * lily/tie-formatting-problem.cc (generate_configuration) 
4068         (set_manual_tie_configuration): skip non-pair manual
4069         tie-configuration, so you can set individual ties as
4070
4071           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4072
4073         * input/regression/tie-chord.ly: use generateTiePattern to
4074         simplify file.
4075
4076         * lily/tie-formatting-problem.cc (peak_around): new function.
4077         (score_configuration): use sliding criterion for staff line collisions. 
4078         (score_configuration): idem for dot collisions.
4079         (generate_configuration): use separate stem_gap for gap to stem.
4080
4081         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4082         separate penalty factors for x and y distance.
4083         (struct Tie_details): separate penalties for tip and center line collisions.
4084
4085 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4086
4087         * lily/tie-formatting-problem.cc (generate_configuration): make
4088         large ties avoid stafflines in the horizontal section.
4089         (score_configuration): use softcoded penalties
4090         (score_aptitude): idem.
4091
4092         * lily/tie-helper.cc (from_grob): softcode tie details
4093
4094         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4095
4096         * lily/staff-symbol-referencer.cc (on_line): rename from
4097         on_staffline 
4098
4099 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4100
4101         * ly/music-functions-init.ly: remove duplicate tag.
4102
4103         * lily/include/*.hh: GCC 4.1 fixes.
4104
4105 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4106
4107         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4108
4109         * scm/define-music-types.scm: fix bug in desc. string
4110         for OverrideProperty
4111
4112 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4113
4114         * scripts/lilypond-book.py: bugfix
4115
4116         * scm/define-music-types.scm: fix typos.
4117
4118 2006-01-14  Graham Percival  <gpermus@gmail.com>
4119
4120         * Documentation/user/ basic-notation.itely, global.itely,
4121         advanced-notation.itely, instrument-notation.itely: small
4122         additions (bugs and commonly tweaked properties).
4123
4124 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4125
4126         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4127         detection of mingw build.
4128         (MINGW_BUILD): opps.
4129
4130 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4131
4132         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4133         i686-mingw32.
4134
4135 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4136
4137         * scm/music-functions.scm (skip->rest): add skip->rest
4138
4139 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4140
4141         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4142         explicitly.
4143
4144         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4145         config dirs. Aids debugging. 
4146         (display_config): also display config files.
4147
4148 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4149
4150         * VERSION: release 2.7.27
4151
4152         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4153         for determining bar size.
4154
4155         * lily/staff-symbol.cc (print): place lines at distance line-positions
4156
4157         * scm/define-grob-properties.scm (all-user-grob-properties): add
4158         line-positions.
4159
4160         * lily/staff-symbol.cc (height): new function.
4161
4162         * input/regression/staff-line-positions.ly:  new file.
4163
4164 2006-01-06  Graham Percival  <gpermus@gmail.com>
4165
4166         * input/test/add-staccato.ly: remove reference to old file.
4167
4168 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4169
4170         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4171         lilypond binary too.
4172
4173 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4174
4175         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4176
4177 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4178
4179         * scripts/midi2ly.py: Bugfix: Declare datadir.
4180
4181         * make/ly-rules.make:
4182         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4183         that seems to be gone). Fixes make web.
4184
4185         * The grand 2005-2006 replace.
4186
4187         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4188
4189 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4190
4191         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4192         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4193         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4194         like -dgs-font-load.
4195
4196         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4197         remove absolute path to lilypond binary.
4198         
4199 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4200
4201         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4202
4203 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4204
4205         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4206
4207         * mf/GNUmakefile: remove broken dvips map symlink.
4208
4209 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4210
4211         * lily/main.cc: 
4212         * configure.in: Cosmetic fixes.
4213
4214 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4215
4216         * Documentation/user/music-glossary.tely (Pitch names): Added
4217         Spanish pitch names and durations, thanks to Ernesto Gancedo
4218
4219 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4220
4221         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4222         init. Fixes verbose printing of .scm files.
4223
4224         * stepmake/aclocal.m4: add spaces before - options.
4225         
4226 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4227
4228         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4229         of path search in local block variable.
4230
4231 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * configure.in (NCSB_DIR): --enable-ncsb-dir
4234         (LINK_GXX_STATICALLY): denko.
4235
4236         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4237
4238         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4239         use locate to find c059033l.pfb. 
4240         
4241 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4242
4243         * lily/tie-formatting-problem.cc
4244         (problem::generate_base_chord_configuration): Use my_round (was
4245         round).
4246
4247         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4248         do not invoke mbrtowc.
4249
4250         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4251
4252 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4253
4254         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4255
4256 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4257
4258         * Documentation/user/invoking.itely (svg): revise.
4259
4260 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4261
4262         * lily/lexer.ll: use sourcefilename iso. renameinput.
4263
4264 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4265
4266         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4267         <PostScriptName>.ttf instead of c059XXXttf.
4268
4269         * lily/program-option.cc (LY_DEFINE): special support for
4270         --verbose, so it works before option init too.
4271  
4272         * mf/GNUmakefile (local-install): oops.
4273
4274         * lily/lyric-hyphen.cc (print): oops.
4275
4276         * buildscripts/pfx2ttf.fontforge: new file.
4277         
4278         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4279         ($(outdir)/%.ttf): new rule. 
4280
4281         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4282         to LyricHyphen.
4283
4284         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4285         font-size
4286
4287 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4288
4289         * VERSION: release 2.7.26
4290         
4291         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4292
4293 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4294
4295         * lily/font-config.cc (init_fontconfig): verbosity.
4296
4297         * THANKS: add Muziekacademie Lede. 
4298
4299         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4300         (print_score_setup): new function
4301         (convert): read part definition to output staves properly.
4302
4303         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4304         Music_xml notes.
4305
4306         * python/musicexp.py (Output_printer.__init__): use _ in data
4307         members.
4308         (Output_printer.unformatted_output): new function: no formatting,
4309         but count braces.
4310         (Duration.get_length): remove isinstance() checks for
4311         Output_printer everywhere.
4312
4313         * input/regression/lyrics-bar.ly (texidoc): add
4314         Separating_line_group_engraver.
4315
4316 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4317
4318         * lily/relocate.cc (framework_relocation): New function,
4319         factored from set_relocation ().
4320         (prefix_relocation): Rename from set_relocation ().
4321         (setup_paths): Use it.
4322
4323 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4324
4325         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4326         numbers. Patch by Erlend Aasland.
4327
4328 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * lily/font-config.cc (init_fontconfig): print warning if cache
4331         file is not existant.
4332
4333         * lily/main.cc: don't use #ifdef but #if
4334
4335 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4336
4337         * lily/grob-property.cc (internal_set_property): don't abort on
4338         calculation-in-progress.
4339
4340         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4341
4342         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4343         connect-to-neighbor property not connect-to-other
4344
4345         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4346         (LY_DEFINE): oops. don't forget protection.
4347
4348         * flower/parse-afm.cc (Module): strip AFM handling completely.
4349
4350         * lily/stencil-expression.cc: idem.
4351
4352         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4353
4354         * lily/function-documentation.cc (ly_add_function_documentation):
4355         use static member iso. Protected_scm
4356
4357         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4358
4359         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4360
4361 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4362
4363         * lily/relocate.cc (set_env_dir): New function.
4364         (set_relocation): Use it to fix setting PANGO_PREFIX.
4365
4366 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4367
4368         * input/regression/stem-direction-context.ly: remove rest.
4369
4370         * lily/melody-engraver.cc (process_music): restart for bar lines.
4371         (acknowledge_slur): restart for slurs.
4372
4373 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4374
4375         * Documentation/user/invoking.itely: describe how to view SVG 
4376         output using Inkscape which replace embedded fonts with OTF fonts.
4377
4378 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4379
4380         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4381
4382 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4383
4384         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4385         comment.
4386
4387 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4388
4389         * VERSION (PACKAGE_NAME): release 2.7.25
4390
4391         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4392
4393         * input/regression/stem-direction-context.ly: new file.
4394
4395         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4396
4397         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4398         on rest.
4399
4400         * ly/engraver-init.ly: add Melody_engraver
4401
4402         * lily/beam.cc (calc_direction): use default-direction
4403         iso. get_default_direction()
4404
4405         * scm/define-grob-properties.scm (all-user-grob-properties): add
4406         default-direction property.
4407
4408         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4409
4410         * lily/stem.cc (calc_default_direction): remove
4411         Stem::get_default_direction, use default-direction with callback
4412         instead.
4413
4414         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4415
4416         * lily/melody-engraver.cc: new file. Acknowledge stems for
4417         interpolated stem directions. 
4418
4419         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4420
4421         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4422
4423         * lily/slur-configuration.cc (fit_factor): more robust check for
4424         point in curve X-extent.
4425
4426         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4427         (outside_slur_callback): check for 'outside avoidance.
4428
4429         * lily/slur-configuration.cc (score_extra_encompass): don't use
4430         bound->column() == avoid->column() for checking extents, as this
4431         doesn't work for accidentals. 
4432
4433         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4434         DynamicText hardcoding.
4435
4436         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4437         crash if bound stem is NULL
4438
4439         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4440         pedals.
4441
4442 2005-12-22  Graham Percival  <gpermus@gmail.com>
4443
4444         * scm/define-markup-commands.scm: typo.  @code{\raise}
4445         => @code{\\raise}.
4446
4447         * darwin.patch: now used again, includes a
4448         required patch from fink.
4449
4450 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4451
4452         * po/TODO: mention gtranslator along with kbabel.
4453         * po/fi.po: update translations.
4454
4455 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4456
4457         * lily/relocate.cc (setup_paths): Bugfix.
4458
4459 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4460
4461         * lily/slur-configuration.cc (score_extra_encompass): don't use
4462         "avoid" choice for avoid-slur.
4463
4464         * stepmake/bin/install.py (dest): don't create existing dir.
4465
4466 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * stepmake/bin/install.py: Remove file before copying.
4469
4470         * config.make.in: 
4471         * stepmake/aclocal.m4: Do not substitute INSTALL.
4472
4473 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4474
4475         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4476         depend on link-tree.
4477
4478         * lily/relocate.cc (setup_paths): only check path for non-absolute
4479         dir without directory part.
4480
4481         * flower/file-name.cc (is_absolute):  new method.
4482         (is_absolute): check root_ too.
4483
4484 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4485
4486         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4487         relocation code.  Oops, don't comment out too much.
4488
4489         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4490         iso itself.
4491
4492         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4493         compile.
4494
4495 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4496
4497         * .cvsignore: Add install-sh.
4498
4499         * autogen.sh (srcdir): Typo.
4500
4501 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4502
4503         * autogen.sh (srcdir): urg. Touch install-sh.
4504
4505         * stepmake/bin/install-sh (Module): remove.
4506
4507         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4508
4509         * lily/include/relocate.hh: new file.
4510
4511         * lily/relocate.cc: new file. Contain relocation logic.
4512
4513         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4514         (main): read LILYPOND_VERBOSE as the first thing.
4515
4516         * stepmake/aclocal.m4: remove INSTALL variable.
4517
4518         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4519         separate target for making font symlinks.
4520         (documentation-dir): use $(if $(findstring )) for switching off
4521         Documentation.
4522
4523         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4524         something if DOCUMENTATION is no.
4525
4526 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4527
4528         * VERSION: release 2.7.24
4529
4530         * lily/script-column-engraver.cc (stop_translation_timestep):
4531         delay adding to script-column.
4532
4533         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4534
4535         * python/convertrules.py (conv): rule for number-visibility
4536
4537         * lily/slur-configuration.cc (score_extra_encompass): different
4538         distance measure for avoid and inside avoidance.
4539         (score_extra_encompass): use 1/(distance+eps) as penalty.
4540
4541         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4542         encompass objects for generating slur curves.
4543
4544         * lily/slur.cc: use details iso. slur-details property.
4545
4546         * input/regression/slur-tuplet.ly: new file.
4547
4548         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4549
4550         * flower/include/offset.hh (class Offset): new operator /=
4551
4552         * lily/tuplet-number.cc (print): new file, new interface.
4553
4554         * scm/define-grob-properties.scm (all-user-grob-properties):
4555         remove number-visibility property.
4556
4557         * lily/tuplet-bracket.cc (calc_control_points): new function
4558         (calc_connect_to_neighbors): new function.
4559         (print): remove text handling for tuplet numberdef.
4560
4561         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4562         TupletNumbers too. 
4563
4564         * lily/lily-guile.cc (robust_scm2booldrul): new function
4565
4566         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4567
4568         * lily/tuplet-bracket.cc (calc_position_and_height): use
4569         staff-padding to control whether tuplet brackets are over staves.
4570
4571         * lily/grob.cc (suicide): clear dim_caches_.
4572
4573         * lily/dimension-cache.cc (clear): new function.
4574
4575         * lily/grob.cc (extent): swap order of min-extent and extent
4576         calculations. This fixes hara kiri staves. 
4577
4578 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4579
4580         * lily/main.cc: Nitpick: relocation is not based on path, but on
4581         directory (location).
4582
4583 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4584
4585         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4586
4587         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4588
4589         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4590
4591         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4592
4593         * stepmake/stepmake/generic-vars.make (Module): idem.
4594
4595         * stepmake/stepmake/executable-targets.make (default): use it.
4596
4597         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4598
4599         * make/GNUmakefile: don't install make rules.
4600
4601         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4602         slashes.
4603         (prepend_env_path): more verbosity.
4604
4605 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4606
4607         * GNUmakefile.in: add dir argument for find command.
4608
4609         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4610         fixes weird line numbers for point & click.
4611
4612         * lily/source-file.cc (get_counts): init line/column/char counts.
4613
4614 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4615
4616         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4617
4618 2005-12-16  Graham Percival  <gpermus@gmail.com>
4619
4620         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4621         minor fixes from Fredric.  Thanks!
4622
4623 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * ly/music-functions-init.ly: add \bar and \clef music function 
4626
4627         * lily/lily-lexer.cc: idem.
4628
4629         * lily/parser.yy (FIXME): remove BAR and CLEF.
4630
4631 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4632
4633         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4634
4635         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4636         function arguments too
4637
4638         * lily/main.cc (set_relocation): new function.
4639
4640         * scripts/musicxml2ly.py (convert): add \version
4641
4642         * lily/tie.cc: remove get_default_attachments()
4643
4644         * VERSION (PACKAGE_NAME): release 2.7.23
4645         
4646         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4647         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4648
4649         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4650
4651         * lily/tie-formatting-problem.cc (score_ties): new function
4652         (get_variations): new function. Try flipping dirs for collisions.
4653         (generate_optimal_chord_configuration): new function. 1-opt search
4654         for better configuration.
4655
4656         * lily/tie-configuration.cc: new file.
4657
4658         * lily/tie.cc: junk Tie::get_configuration()
4659
4660         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4661         (score_ties_configuration): new function.
4662         (generate_ties_configuration): new function.
4663         (generate_base_chord_configuration): new function.
4664         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4665         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4666
4667         * input/regression/tie-dot.ly: new file.
4668
4669         * lily/tie-formatting-problem.cc (score_configuration): score
4670         tie/dot collisions.
4671
4672         * lily/tie-helper.cc (get_transformed_bezier): new function
4673
4674         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4675
4676         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4677         -undefined suppress iso. -framework Python 
4678
4679         * scm/define-grobs.scm (all-grob-descriptions): set
4680         springs-and-rods (thanks Joe Neeman!)
4681
4682 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4683
4684         * input/no-notation/display-lily-tests.ly (test): 
4685         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4686         changed from \tag #'(a b) to \tag #'a \tag #'b
4687
4688 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4689
4690         * Documentation/topdocs/NEWS.tely: strip out-www.
4691
4692         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4693
4694         * config.make.in (AR): add AR and RANLIB
4695
4696         * flower/libc-extension.cc: include cassert
4697
4698         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4699         darwin check.
4700
4701 2005-12-11  Graham Percival  <gpermus@gmail.com>
4702
4703         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4704
4705         * stepmake/stepmake/python-modules-vars.make: define
4706         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4707
4708         * THANKS: added Johannes Schindelin.
4709
4710 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4711
4712         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4713
4714         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4715         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4716
4717         * lily/parser.yy: reorganize file layout.
4718
4719         * ly/music-functions-init.ly: add tweak music function.
4720
4721         * lily/grob-info.cc (ultimate_music_cause): new function:
4722         recursively lookup causes. 
4723
4724         * lily/parser.yy (chord_body_element): allow music functions for
4725         post-events, allow music functions for chord elements. 
4726  
4727         * lily/font-config-scheme.cc (display_fontset): add cast.
4728
4729         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4730         #'(a b) -> \tag #'a \tag #'b rule.
4731
4732         * python/musicexp.py (Output_printer.dump_version): new function
4733
4734 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4735
4736         * lily/parser.yy (FIXME): remove \tag
4737         (FIXME): remove tag_music() function.
4738
4739         * lily/lily-lexer.cc: remove \tag
4740
4741         * ly/music-functions-init.ly: define music-function "tag"
4742
4743         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4744
4745 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4746
4747         * VERSION (PATCH_LEVEL): release 2.7.22
4748
4749         * input/regression/lyric-hyphen-retain.ly: renew.
4750
4751         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4752         grob
4753
4754         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4755         iso. minimum-length property for rods.
4756
4757         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4758         LyricSpace item to keep lyrics spaced apart.
4759
4760         * ly/engraver-init.ly: remove Separating_line_group_engraver
4761
4762         * Documentation/user/music-glossary.tely: do setfilename before
4763         music-glossary.
4764
4765 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4766
4767         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4768         See xref documentation, for example.
4769
4770 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4771
4772         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4773         pending_skip iso. ly_voice[-1]
4774         (main): add if __main__ for debugging.
4775
4776         * python/musicxml.py (Accidental.__init__): new class.
4777
4778         * scripts/musicxml2ly.py (progress): new function
4779         (musicxml_key_to_lily): don't barf on modeless keys.
4780         (create_skip_music): new function.
4781         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4782         (musicxml_note_to_lily_main_event): new function.
4783
4784         * python/musicexp.py (Music.__init__): add comment field.
4785         (NestedMusic.append): new routine.
4786         (SequentialMusic.print_ly): print comment.
4787         (ArpeggioEvent.ly_expression): new class
4788         (BeamEvent.ly_expression): new class
4789         (NoteEvent.__init__): support for cautionary/forced accs.
4790
4791         * lily/lookup.cc (slur): normal order for array loop.
4792
4793         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4794         to 0.0.
4795
4796         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4797         collapsed.
4798
4799 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4800
4801         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4802
4803         * scripts/lilypond-book.py: Introduce option
4804             --preserve-line-breaks, for usage with srcltx
4805
4806 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * scm/output-lib.scm (print-circled-text-callback): draw circle
4809         around text using make-circle-markup.
4810
4811         * Documentation/user/*: strip out-www from file names.
4812
4813 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4814
4815         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4816         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4817
4818 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4819
4820         * Documentation/user/GNUmakefile: idem.
4821
4822         * Documentation/user/macros.itexi: strip out-www
4823
4824         * python/rational.py: python 2.3 compat.
4825
4826         * VERSION (PATCH_LEVEL): release 2.7.21
4827
4828         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4829         option formatting, lilypond style.
4830
4831         * python/musicexp.py: grab from Ikebana: a library for composing
4832         ly music expressions. 
4833         (Output_printer): class for advanced .ly printing.
4834         (eg. tupletting) 
4835
4836         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4837         convert to pythonesque structure.
4838
4839         * python/rational.py: PD rational number class.
4840
4841         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4842
4843 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4844
4845         * lily/part-combine-iterator.cc: Minor bugfix
4846         
4847         * THANKS: Update bughunters
4848
4849 2005-12-02  Werner Lemberg  <wl@gnu.org>
4850
4851         * mf/README: Document process for proper mf2pt1 conversion.
4852
4853         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4854         overlapping.
4855
4856         * mf/feta-harmonica.mf: Removed.  Unused.
4857
4858 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4859
4860         * scripts/lilypond-book.py (do_file): fix thinkos.
4861
4862 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4863
4864         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4865         ($(outdir)/parser.cc): 
4866         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4867
4868 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4869
4870         * ly/titling-init.ly (tagline): it should be a space between
4871         "Music engraving by LilyPond" and the version number.
4872
4873 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4874
4875         * VERSION (PACKAGE_NAME): release 2.7.20
4876
4877 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4878
4879         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4880
4881         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4882         1.0.
4883         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4884
4885 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4886
4887         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4888
4889         * kpath-guile/: remove directory
4890
4891         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4892         file. Encapsulate kpathsea using commandline tools.
4893
4894         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4895         kpathsea) module.
4896
4897 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4898
4899         * Documentation/user/advanced-notation.itely (Setting automatic
4900         beam behavior): Correct a few typos. Thanks to David Bobroff.
4901
4902         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4903         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4904
4905 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4906
4907         * scripts/*.py: gmane address for bugs.
4908
4909 2005-11-28 Pal Benko <benkop@freestart.hu>
4910         
4911         * make/ly-rules.make: add -f switch to mv
4912
4913         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4914
4915         * lily/bar-line.cc: interpret it
4916
4917 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4918
4919         * configure.in (--disable-documentation): New switch.
4920
4921         * GNUmakefile.in: Use it.
4922
4923         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4924
4925 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4926
4927         * scripts/lilypond-book.py (do_file): search chunks for
4928         \\begin{document}
4929
4930         * GNUmakefile.in: add copy step in between so we can lose the
4931         out-www directories.
4932
4933 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4934
4935         * lily/pango-font.cc (pango_item_string_stencil): put
4936         geometry.width into glyph-string too.
4937
4938 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4939
4940         * scm/define-music-display-methods.scm (RevertProperty):
4941         (OverrideProperty): Use grob-property-path property, a list of
4942         symbols, instead of grob-property, which used to be a single
4943         symbol.
4944         (BassFigureEvent): a figure can be a plain number, not necessarily a
4945         markup.
4946
4947 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4948
4949         * VERSION: release 2.7.19
4950         
4951         * lily/figured-bass-engraver.cc (process_music): check
4952         figuredBassCenterContinuations first.
4953
4954         * scm/translation-functions.scm (format-bass-figure): make double
4955         sharp larger. 
4956
4957         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4958         determine X-parent.
4959
4960         * lily/system-start-delimiter-engraver.cc: move from
4961         Nested_system_start_delimiter_engraver, rename
4962         Nested_system_start_delimiter_engraver ->
4963         System_start_delimiter_engraver.
4964
4965         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4966         bracket type from hierarchy.
4967
4968 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4969
4970         * lily/rest.cc (y_offset_callback): read staff-position.
4971
4972         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4973         mark after-line-breaking-callback as internal.
4974
4975         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4976
4977 2005-11-25  Werner Lemberg  <wl@gnu.org>
4978
4979         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4980
4981 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4982
4983         * stepmake/bin/add-html-footer.py (do_file): add google
4984
4985         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4986         staff if first_start_ is true.
4987
4988 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4989
4990         * scripts/midi2ly.py (split_track): add __repr__ members.
4991         (track_first_item): only return Item if not None. This fixes a
4992         problem when dumping a track that starts with an empty channel.
4993
4994         * python/midi.c: doc module.
4995
4996 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4997
4998         * Documentation/user/global.itely (Creating MIDI files): Fix
4999         compilation problem.
5000
5001 2005-11-22  Graham Percival  <gpermus@gmail.com>
5002
5003         * Documentation/user/basic-notation.itely: clarify dynamic
5004         padding text.
5005
5006         * Documentation/user/advanced-notation.itely: add unicode
5007         escape control example, whatever that is.  :)
5008
5009         * Documentation/user/global.itely: added "removing dynamics
5010         from MIDI" code.
5011
5012 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5013
5014         * VERSION (PATCH_LEVEL): release 2.7.18
5015
5016         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5017         System_start_delimiter_engraver by
5018         Nested_system_start_delimiter_engraver.
5019
5020         * lily/nested-system-start-delimiter-engraver.cc (struct
5021         Bracket_nesting_node): new class.
5022         (struct Bracket_nesting_group): new class
5023         (struct Bracket_nesting_staff): new class.
5024         (process_music): create hierarchy of grobs. This allows separate
5025         tuning of different SSDs. 
5026
5027         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5028         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5029
5030 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5031
5032         * lily/side-position-interface.cc (aligned_side): multiply
5033         staff_radius by 2.
5034
5035         * lily/script-engraver.cc (make_script_from_event): allow setting
5036         values to '()
5037
5038 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5041
5042         * scm/define-grobs.scm (all-grob-descriptions): new grob
5043         NestedSystemStartDelimiter.
5044
5045         * input/regression/system-start-heavy-bar.ly: new file.
5046
5047         * lily/nested-system-start-delimiter-engraver.cc: new file.
5048
5049         * lily/nested-system-start-delimiter.cc: new file.
5050
5051         * input/regression/system-start-nesting.ly: new file.
5052
5053         * scm/define-grobs.scm (all-grob-descriptions): use X side
5054         positioning for positioning braces for nested contexts.
5055
5056         * lily/system-start-delimiter.cc (print): don't divide extent by
5057         staff_space.
5058         (print): use style iso. glyph.
5059         (staff_bracket): translate glyph inside routine already.
5060
5061 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5062
5063         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5064         names.
5065
5066 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5067
5068         * scm/define-context-properties.scm
5069         (all-user-translation-properties): rename figuredBassFormatter
5070         from newFiguredBassFormatter.
5071
5072         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5073
5074         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5075
5076         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5077
5078         * lily/beam.cc (calc_beaming): new function.
5079         (calc_shorten): new function.
5080
5081         * THANKS: add Edward Neeman.
5082
5083         * input/regression/accidental-clef-change.ly: new file.
5084
5085         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5086
5087         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5088
5089         * lily/clef-engraver.cc (inspect_clef_properties): reset
5090         localKeySignature for clef changes.
5091
5092 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5093
5094         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5095         add dummy definition that works in Linux and add information in
5096         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5097
5098         * Documentation/user/changing-defaults.itely (Modifying context
5099         plug-ins): Add index for \with.
5100
5101         * Documentation/user/music-glossary.tely (dal segno): Updated
5102         example to version >=2.6.
5103
5104 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5105
5106         * Documentation/user/instrument-notation.itely (Printing chord
5107         names): Reorder \chordmode and \repeat in one example.
5108
5109 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5110
5111         * VERSION: release 2.7.17
5112         
5113         * Documentation/topdocs/NEWS.tely (Top): add note about
5114         refactoring.
5115
5116         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5117         new function. Search region of 3 positions for best tie.
5118         (score_configuration): new function.
5119         (score_aptitude): new function.
5120         (generate_configuration): new function.
5121         (get_configuration): new function.
5122         (Tie_formatting_problem): new function
5123
5124         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5125
5126         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5127
5128         * THANKS: add Eduardo Vieira & Ralph Little
5129
5130         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5131         narrower.
5132
5133         * lily/include/tie-formatting-problem.hh (class
5134         Tie_formatting_problem): add Tie_details to
5135         Tie_formatting_problem. Update calling conventions.
5136
5137         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5138         config.make.
5139
5140         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5141
5142 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5143
5144         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5145         scm/define-context-properties.scm: Maintenance bugfix: make
5146         ligature brackets work again by removing obsolete ligature
5147         primitive callback push/pop.
5148
5149         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5150         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5151         value.
5152
5153 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5154
5155         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5156         used and do not call it a path.
5157         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5158
5159 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5160
5161         * lily/include/tie-formatting-problem.hh (class
5162         Tie_formatting_problem): new file.
5163
5164         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5165
5166         * Documentation/misc/ChangeLog-2.3:  new file.
5167
5168         * lily/audio-staff.cc (output): degarianize.
5169
5170 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5171
5172         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5173         Unset PYTHONOPTIMIZE.  Fixes install if set.
5174
5175 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5176
5177         * python/convertrules.py (conv): add warning about drums. 
5178
5179         * make/stepmake.make: include toplevel-version.make after config.make.
5180
5181         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5182         also allow python2.4
5183
5184         * config.make.in (configure-srcdir): remove GXX GCC vars.
5185
5186         * stepmake/aclocal.m4: don't do non-srcdir build with
5187         symlinks. Use inclusion, so the src directory name can be changed.
5188
5189 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5190
5191         * make/mutopia-vars.make:
5192         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5193         files.
5194
5195 2005-11-13  Werner Lemberg  <wl@gnu.org>
5196
5197         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5198         but the affected path.  This ensures that the (overlapping) outlines
5199         have the same direction, which is a necessary prerequisite for
5200         FontForge's algorithm to remove overlaps.
5201         Formatting.
5202
5203         * mf/feta-haak.mf: Formatting.
5204         (draw_bracket): Slightly modify outline to avoid an unnecessary
5205         corner.
5206         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5207         them from the affected paths.
5208
5209 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5210
5211         * mf/README: remove xpm / accordion notes.
5212
5213         * lily/tie-column-format.cc (set_chord_outline): add dots into
5214         skyline extents. This fixes tie formatting if the left head has dots.
5215
5216         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5217         space inside the staff.
5218         (get_configuration): shift another position if necessary in case
5219         of left head tie  
5220
5221 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5222
5223         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5224         buildscript-dir iso. $(depth)/buildscripts.
5225
5226         * tex/GNUmakefile (local-uninstall): remove
5227         music-drawing-routines.ps juggling.
5228
5229         * stepmake/stepmake/install-targets.make (local-install-files):
5230         prepend src-dir to install targets.
5231
5232         * lily/system-start-delimiter-engraver.cc
5233         (acknowledge_system_start_delimiter): use
5234         add_offset_callback(). This fixes translation of nested
5235         staffgroups.
5236
5237         * lily/grob-closure.cc (add_offset_callback): only encaps in
5238         simple_closure if it's a procedure.
5239         
5240         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5241         from bar-line.
5242
5243         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5244         remove-empty where pertinent.
5245
5246 2005-11-12  Graham Percival  <gpermus@gmail.com>
5247
5248         * Documentation/user/instrument-notation.itely: added
5249         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5250
5251 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5252
5253         * lily/GNUmakefile
5254         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5255         make picture in builddir, not srcdir.
5256
5257 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5258
5259         * VERSION: release 2.7.16
5260         
5261         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5262         shell arguments. 
5263
5264 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5265
5266         * Documentation/user/examples.itely (Piano templates): Minor
5267         modification to the Piano centered lyrics example.
5268
5269 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5270
5271         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5272         $BROWSER.
5273
5274         * Documentation/user/point-and-click.itely: simplify p&c
5275         instruction: don't configure firefox. Put lilypond-invoke-editor
5276         in front of the browser.
5277
5278         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5279         (run-browser): new function.
5280
5281         * lily/parser.yy (Lily_lexer): recognize Book
5282
5283         * lily/book.cc (clone): new function
5284
5285         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5286
5287 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5288
5289         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5290         Maintenance bugfix: reduce number of font related warnings by
5291         updating naming conventions for glyph-name.
5292
5293 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5294
5295         * scm/define-grobs.scm (all-grob-descriptions): add
5296         rhythmic-grob-interface to TabNoteHead.
5297
5298         * scm/layout-beam.scm (check-quant-callbacks): remove
5299         set_stem_lengths()
5300
5301 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5302
5303         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5304         alignment of centered divisiones.
5305
5306         * scm/scripts.scm (articulations): Maintenance bugfix:
5307         follow-into-staff -> quantize-position.
5308
5309         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5310         plica head in porrectus deminutus.
5311
5312 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5313
5314         * make/lilypond.fedora.spec.in (Group): add %clean section.
5315
5316         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5317         less then 1/5th of total length.  
5318         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5319
5320         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5321         events into EventChord. This fixes textspanners on mm rests. Fixes
5322         spanner-rest.ly
5323
5324         * lily/side-position-interface.cc (get_axis): read side-axis
5325         (set_axis): set side-axis.
5326
5327         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5328         properties everywhere.
5329
5330         * lily/spacing-spanner.cc (breakable_column_spacing): add
5331         average-spacing-wishes. Take maximum if not set.
5332         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5333
5334         * scm/define-grobs.scm (all-grob-descriptions): add
5335         average-spacing-wishes.
5336
5337         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5338         offset callbacks. This fixes alignment for Fingering objects.
5339
5340         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5341         space for key - timesig combination. 
5342
5343         * input/regression/script-stem-tremolo.ly (Module): new file.
5344
5345         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5346         to key sig.
5347
5348         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5349         Fixes: c-tremolo-script.ly.
5350         
5351         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5352
5353         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5354         
5355         * scm/define-grobs.scm (all-grob-descriptions): remove
5356         self-X-offset. Fixes alignment of octavate-8.
5357
5358         * scripts/lilypond-book.py (datadir): look in
5359         LILYPONDPREFIX/share/lilypond/current/
5360
5361         * GNUmakefile.in: symlink current to <VERSION>. 
5362
5363 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5364
5365         * lily/main.cc: eps listed as a backend.
5366
5367 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5368
5369         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5370
5371 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5372
5373         * lily/include/score.hh (class Score): remove texts_ member.
5374
5375         * lily/beam.cc (set_stem_lengths): force direction callback.
5376         (print): read quantized-positions, so we can force
5377         Beam::set_stem_lengths to occur.
5378         (rest_collision_callback): use common X parent. 
5379
5380 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5381
5382         * flower/file-path.cc (find): Bugfix: Return name of file found.
5383
5384         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5385         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5386         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5387
5388 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5389
5390         * flower/offset.cc: idem.
5391
5392         * mf/*.mf: update email address.
5393
5394         * lily/font-config-scheme.cc:  new file.
5395
5396         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5397
5398         * lily/*:  cs.uu.nl -> xs4all.nl
5399
5400         * VERSION (PATCH_LEVEL): release 2.7.15
5401
5402         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5403         spec files.
5404
5405         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5406
5407 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5408
5409         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5410
5411         * lily/staff-performer.cc (process_music): add audio
5412         elements. This makes MIDI instrument changes work once again.
5413
5414         * lily/main.cc (LY_DEFINE): add gmane address.
5415
5416         * lily/beam.cc: remove calc_positions()
5417
5418         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5419         original_ in private scope.
5420         (class Grob): drop pscore_ pointer, change to output_def pointer.
5421         (class Grob): cleanup class definition.
5422
5423         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5424
5425 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5426
5427         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5428         absolute.  Better diagnostics.
5429
5430         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5431         This makes lilypond run from the build directory using argv0
5432         relocation (without any --prefix or LILYPONDPREFIX setting).
5433
5434 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5435
5436         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5437
5438         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5439         with simple-closure.
5440
5441         * lily/self-aligment-interface.cc (set_align_self): new function
5442         (set_center_parent): new function.
5443
5444         * lily/side-position-interface.cc (set_axis): new function.
5445
5446         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5447         generic code. 
5448
5449         * scm/define-grob-properties.scm (all-user-grob-properties):
5450         remove [XY]-offset-callbacks add [YX]-offset
5451         
5452 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5453
5454         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5455         entry for time signatures after breathing signs. Bug report by
5456         Scott Russell.
5457
5458 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5459
5460         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5461         not absolute, make it absolute using PATH.
5462
5463 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5464
5465         * python/midi.c (initmidi): Fix type for mingw.
5466
5467 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5468
5469         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5470
5471         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5472         cross compiling.
5473
5474         * stepmake/aclocal.m4: Support python cross compiling.
5475
5476         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5477         Add mingw section.
5478
5479 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5480
5481         * scm/output-lib.scm (chain-grob-member-functions): replace
5482         chained-callback.cc
5483
5484         * lily/chained-callback.cc (Module): remove file.
5485
5486         * lily/rest-collision.cc (force_shift_callback_rest): change to
5487         chained callback.
5488
5489         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5490
5491         * lily/grob.cc (y_parent_positioning): remove axis argument from
5492         parent_positioning callbacks.
5493         (Grob): junk init code
5494         (get_offset): use generic property callbacks for
5495         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5496         (axis_parent_positioning): new function
5497         (axis_offset_symbol): new function
5498         (chain_offset_callback): new function
5499         (add_offset_callback): new function
5500
5501         * lily/beam.cc (rest_collision_callback): change signature; this
5502         is now a chained callback.
5503
5504         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5505         callback administration.
5506
5507         * lily/simple-closure.cc: new file. Smob type that allows "grob
5508         member functions",
5509
5510             (ly:make-simple-closure FUNC A B)
5511
5512         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5513         in various ways.
5514
5515         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5516         callbacks.
5517
5518         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5519
5520         * lily/rest.cc (polyphonic_offset_callback): remove.
5521
5522         * lily/script-engraver.cc (try_music): remove bool* argument.
5523
5524         * scm/script.scm (default-script-alist): set quantize-position
5525         appropriately.
5526
5527         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5528
5529         * lily/side-position-interface.cc (aligned_side): move staff
5530         position quantization from
5531         Side_position_interface::quantised_position().
5532         (quantised_position): remove
5533         
5534 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5535
5536         * input/regression/beam-quant-standard.ly: reindent, set
5537         debug-beam-quanting to #t.
5538
5539         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5540         10000 if this is a "hard" concave beam.
5541
5542         * lily/beam.cc (calc_least_squares_positions): change from
5543         calc_least_squares_dy
5544         (set_stem_lengths): this is now a chained callback.
5545
5546         * lily/context-property.cc (execute_general_pushpop_property):
5547         bugfix override with procedure should have effect.
5548
5549         * scm/define-grob-properties.scm (all-internal-grob-properties):
5550         remove position-callbacks.
5551
5552         * scm/define-grobs.scm (all-grob-descriptions): use
5553         ly:make-callback-chain for positions property.
5554
5555         * scm/layout-beam.scm (check-quant-callbacks): return list of
5556         chained callbacks.
5557
5558         * scm/lily.scm (type-p-name-alist): add callback-chain
5559
5560         * lily/lily-guile.cc (type_check_assignment): type check failure
5561         is warning not message.
5562
5563         * lily/grob-property.cc (try_callback): walk callback chain if
5564         appropriate.
5565
5566         * lily/chained-callback.cc: new file. new smob type.
5567
5568         * lily/lily-guile.cc (procedure_arity): new function.
5569
5570 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5571
5572         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5573
5574 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5575  
5576         * Documentation/user/instrument-notation.itely (Figured bass):
5577         describe new features
5578
5579 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5580
5581         * lily/beam.cc (calc_least_squares_dy): use property callback.
5582
5583         * lily/beam-concave.cc (calc_concaveness): use property callback.
5584
5585         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5586
5587 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * HACKING: Update.
5590
5591 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5592
5593         * scm/layout-page-layout.scm (page-headfoot): annotate
5594         pagetopspace too.
5595
5596         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5597
5598         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5599         doesn't take y-space.
5600
5601         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5602
5603 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5604
5605         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5606         src-wildcard, remove $(wildcard).
5607
5608         * po/GNUmakefile (PO_FILES): 
5609         * ps/GNUmakefile (PS_FILES): 
5610         * tex/GNUmakefile (TEX_FILES): 
5611         * cygwin/GNUmakefile (POSTINSTALLS):
5612         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5613         some wildcard calls.
5614
5615 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5616
5617         * THANKS: add Thomas Bushnell.
5618
5619 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5620
5621         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5622         (lilypond-main): Redirect to gui-main if 'gui is set.
5623
5624         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5625         for alternative installations kludging s/share/lib/g
5626         LILYPONDPREFIX. 
5627
5628         * SConstruct (libdir_package_version): Define.
5629
5630         * python/SConscript: 
5631         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5632         module in libdir.  
5633
5634 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5635
5636         * lily/main.cc: clarify --safe.
5637
5638 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5639
5640         * VERSION: release 2.7.14
5641         
5642         * Documentation/user/*.itely: remove minimumVerticalExtent.
5643
5644         * scm/define-grobs.scm (all-grob-descriptions): remove
5645         RemoveEmptyVerticalGroup
5646
5647         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5648
5649         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5650         compile on MOSX
5651
5652         * python/convertrules.py (conv): add rules.
5653
5654         * lily/grob.cc: remove is_empty()
5655
5656         * lily/grob-property.cc: remove add_to_list_property().
5657
5658         * scripts/convert-ly.py (datadir): add prefix switching hack to
5659         .py too.
5660
5661         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5662         space-function tweak.
5663
5664         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5665
5666         * scm/define-grob-properties.scm (all-user-grob-properties):
5667         remove callback property.
5668
5669         * lily/include/grob.hh (class Grob): remove property_callbacks_
5670         member. Properties of procedure type are assumed to be callbacks.
5671
5672         * lily/ligature-engraver.cc (override_stencil_callback):
5673         rewrite. Use noteHeadLigaturePrimitive as source.
5674
5675         * scm/define-grob-properties.scm (all-internal-grob-properties):
5676         remove ligature-primitive-callback
5677
5678         * lily/include/dimension-cache.hh (class Dimension_cache): make
5679         class, with Grob as friend.
5680
5681         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5682         has_extent_callback()
5683
5684         * scm/translation-functions.scm (format-new-bass-figure): read
5685         figuredBassPlusDirection
5686
5687         * scm/define-context-properties.scm
5688         (all-user-translation-properties): add figuredBassPlusDirection.
5689
5690         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5691
5692         * lily/align-interface.cc (set_ordered): new function.
5693
5694         * lily/grob.cc (flush_extent_cache): rewrite.
5695
5696         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5697         Interval pointer directly.
5698
5699         * lily/main.cc (setup_paths): insert extra / .
5700         (setup_paths): junk cff entry.
5701
5702         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5703         directories.
5704
5705         * lily/axis-group-engraver.cc (finalize): remove
5706         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5707
5708         * lily/grob.cc (Grob): don't set extent from ctor.
5709         (extent): use property callbacks. 
5710
5711         * lily/axis-group-interface.cc: remove set_axes() function.
5712
5713         * lily/grob-property.cc (del_property): new function.
5714
5715 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5716
5717         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5718         
5719 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5720
5721         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5722
5723 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5724
5725         * mf/SConscript: Updates.
5726
5727         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5728
5729         * stepmake/stepmake/*:
5730         * */GNUmakefile:
5731         * config.make.in:
5732         * GNUmakefile.in:
5733         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5734         from any directory in build-dir.  Cleanups.
5735
5736         * make/srcdir.make.in: Remove.
5737
5738         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5739
5740         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5741         main).
5742
5743         * lily/SConscript: Remove ttftools.
5744
5745         * SConstruct: Resurrect.
5746
5747 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5748
5749         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5750         Y coordinate. 
5751
5752         * lily/paper-book.cc (add_score_title): put Paper_score title into
5753         systems_ list.
5754
5755         * scm/translation-functions.scm (format-new-bass-figure): also
5756         allow plus in combination with _
5757
5758 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5759
5760         * VERSION: 2.7.13 released.
5761
5762         * lily/note-collision.cc (check_meshing_chords): don't wipe
5763         stencil, merely set transparent.
5764
5765         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5766         (Top): document #'callbacks.
5767         (Top): document nested \override.
5768
5769         * input/regression/figured-bass.ly: update for slash and pluses.
5770
5771         * input/regression/figured-bass-continuation-forbid.ly (Module):
5772         new file.
5773
5774         * scm/translation-functions.scm (format-new-bass-figure): use
5775         slashed-digit if diminished is set.
5776         (format-new-bass-figure): add + if 'augmented is set.
5777
5778         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5779
5780         * input/test/piano-staff-distance.ly: remove file.
5781
5782         * Documentation/user/advanced-notation.itely (Formatting cue
5783         notes): use length-fraction for making stems/beams smaller.
5784
5785         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5786         modifications.
5787
5788         * lily/new-figured-bass-engraver.cc: new property
5789         centerFiguredBassContinuations
5790
5791         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5792         use callbacks.
5793
5794         * lily/context-property.cc (execute_general_pushpop_property):
5795         robustness checks.
5796
5797         * input/regression/override-nest.ly: new file.
5798
5799         * python/convertrules.py (FatalConversionError.subber): conversion
5800         rule for #'callbacks
5801
5802         * input/regression/override-nest.ly: new function.
5803
5804         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5805         #c too. 
5806
5807         * lily/context-property.cc (lookup_nested_property): new function.
5808         (evict_from_alist): new function.
5809         (general_pushpop_property): new function.
5810         (execute_general_pushpop_property): rewrite. Support nested
5811         properties too.
5812
5813 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5814
5815         * lily/beam.cc: use length-fraction too.
5816
5817         * scm/define-grob-properties.scm (all-user-grob-properties):
5818         remove property flag-width-function
5819         (all-user-grob-properties): remove space-function.
5820
5821         * scm/layout-beam.scm: remove flag-width-function.
5822
5823         * lily/beam.cc: remove flag-width-function
5824
5825         * scm/layout-beam.scm: remove beam dir functions.
5826
5827         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5828
5829         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5830         for easier grace tweaks.
5831
5832         * lily/beam.cc: remove dir-function.
5833
5834         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5835
5836         * lily/grob.cc: remove spacing-procedure.
5837
5838         * lily/note-head.cc (calc_stem_attachment): new function.
5839         (internal_print): use callback to get glyph-name.
5840
5841         * lily/grob-property.cc (get_interfaces): new function.
5842
5843         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5844
5845         * lily/stem.cc (calc_stem_end_position): new function.
5846         (calc_length): new function.
5847         document details for stem.
5848         remove Stem::get_direction()
5849
5850         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5851
5852         * lily/grob-property.cc (set_callback): new function.
5853
5854         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5855
5856         * lily/item-scheme.cc: new file.
5857
5858         * lily/bar-line.cc (before_line_breaking): remove function.
5859         remove bar-size-procedure, break-glyph-function
5860
5861         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5862
5863         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5864
5865         * lily/system-start-delimiter.cc (print): suicide from
5866         here. Remove after_line_breaking_callback.
5867
5868         * lily/script-interface.cc (calc_direction): use callback for direction.
5869
5870         * lily/side-position-interface.cc (aligned_side): don't use
5871         Side_position_interface::get_direction directly. Use callback. 
5872
5873         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5874         calculate stencil.
5875         (get_print_stencil): rename from get_stencil: create stencil with
5876         transparency, color and cause. 
5877
5878         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5879
5880         * python/convertrules.py (conv): insert temporary warning rule.
5881
5882         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5883
5884         * lily/grob-property.cc (try_callback): remove marker if applicable.
5885
5886         * lily/grob.cc: elucidate doc about after/before-line-breaking
5887
5888         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5889
5890         * lily/stem.cc (height): idem.
5891
5892         * lily/stem-tremolo.cc: idem.
5893
5894         * lily/slur.cc (height): don't use get_uncached_stencil()
5895
5896         * lily/rest.cc (y_offset_callback): use offset callback
5897         iso. after-line-breaking callback.
5898
5899         * lily/grob.cc: change after/before-line-breaking-callback to
5900         after/before-line-breaking dummy properties.
5901
5902         * lily/include/grob.hh: remove Grob_status.
5903
5904         * scm/define-context-properties.scm
5905         (all-user-translation-properties): remove verticalAlignmentChildCallback
5906
5907         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5908         (calc_direction): use callback
5909         (calc_positions): use callback.
5910
5911         * lily/tie.cc (calc_direction): use callback. Only call parent
5912         positioning for more than one tie.
5913
5914         * lily/tie-column.cc (calc_positioning_done): use callback
5915
5916         * lily/slur-scoring.cc (calc_control_points): use callback
5917
5918         * lily/slur.cc (calc_direction): use callback.
5919
5920         * lily/note-collision.cc (force_shift_callback): remove.
5921
5922         * lily/dot-column.cc (force_shift_callback): remove. Use
5923         other_axis_parent_positioning.
5924
5925         * lily/grob.cc (other_axis_parent_positioning): new function.
5926         (same_axis_parent_positioning): new function
5927
5928         * lily/align-interface.cc (alignment_callback): remove function.
5929
5930         * lily/note-collision.cc (calc_positioning_done): use callback.
5931
5932         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5933         (calc_direction): idem.
5934         remove print function.
5935
5936         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5937
5938         * lily/dot-column.cc (calc_positioning_done): use callback.
5939
5940         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5941
5942         * lily/beam.cc (calc_direction): use pseudo-property for beam
5943         direction callback.
5944         (calc_positions): use callback 
5945
5946         * lily/align-interface.cc (calc_positioning_done): use
5947         callback. Fold fixed  distance and normal alignment in one function.
5948
5949         * lily/stem.cc (calc_stem_end_position): use callback.
5950         (calc_positioning_done): idem.
5951         (calc_direction): idem.
5952         (calc_stem_end_position): idem
5953         (calc_stem_info): idem.
5954
5955         * lily/grob-property.cc (get_property_data): new function: 
5956         (try_callback): new function.
5957
5958         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5959         callbacks property.
5960
5961         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5962
5963 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5964
5965         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5966         tie
5967         has no heads.
5968         
5969         * lily/include/*.hh (Module): compile fixes.
5970
5971 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5972
5973         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5974         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5975         instead of (char-syntax nil), thanks to Milan Zamazal.
5976
5977 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5978
5979         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5980         dist.
5981
5982         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5983         themselves.
5984
5985 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5986
5987         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5988         add class_name() method.
5989
5990         * lily/music-scheme.cc: remove ly:music-name.
5991
5992 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5993
5994         * cygwin/postinstall-lilypond.sh: Remove cruft.
5995
5996         * cygwin/postremove-lilypond.sh: Remove.
5997
5998         * cygwin/GNUmakefile (default): Remove postremove rules.
5999
6000 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6001
6002         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6003         even header too.
6004         
6005         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6006         MacOS 9 users.
6007
6008         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6009         consider break index for broken spanner.
6010
6011         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6012         characters from string before splitting.
6013
6014 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6015
6016         * scm/framework-ps.scm (output-preview-framework): use
6017         is-book-title to determine whether to chop off the booktitle.
6018
6019         * lily/paper-book.cc (systems): init from book-title-properties
6020         (add_score_title): init score-title-properties.
6021
6022         * ly/paper-defaults.ly: add {score,book}-title-properties.
6023
6024         * scm/document-backend.scm (lookup-interface): error message if
6025         using unknown interface.
6026
6027         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6028         edge-height.
6029
6030         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6031         make_bracket.
6032         (make_bracket): new function.
6033
6034         * scm/lily.scm (define-scheme-options): add paper-size option.
6035
6036         * ly/declarations-init.ly (laissezVibrer): get paper size from
6037         -dpaper-size
6038
6039         * scm/translation-functions.scm: use \fontsize for changing the
6040         fontsize.
6041
6042         * scm/define-grobs.scm (all-grob-descriptions): set
6043         between-length-limit to 1.0
6044
6045         * lily/tie-helper.cc: add between_length_limit_ detail property.
6046
6047         * mf/feta-bolletjes.mf: typos.
6048
6049         * lily/note-head.cc (internal_print): don't shadow idx
6050         parameter. This fixes wrong attachment for do shape heads.
6051
6052 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6053
6054         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6055
6056         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6057
6058         * scm/layout-slur.scm: rename from slur.scm
6059
6060         * scm/layout-page-layout.scm: rename from page-layout.scm
6061
6062         * scm/layout-beam.scm: rename from beam.scm
6063
6064         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6065         bass-figure-interface
6066
6067         * lily/new-figured-bass-engraver.cc (process_music): add
6068         implicitBassFigures property.
6069         
6070         * scm/define-markup-commands.scm (pad-x): new markup.
6071
6072         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6073         minimumVerticalExtent on FiguredBass context.
6074
6075         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6076         case the continuation crosses a line break.
6077
6078 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6079
6080         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6081         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6082         absolute file name bug.  
6083
6084 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6085
6086         * VERSION (PACKAGE_NAME): release 2.7.12
6087
6088         * input/regression/figured-bass-continuation-center.ly: new file.
6089
6090         * input/regression/beam-outside-beamlets.ly: new file.
6091
6092         * lily/beam.cc (set_beaming): don't clip edges.
6093         (connect_beams): don't clip edges.
6094
6095         * lily/beaming-info.cc (clip_edges): new function.
6096
6097         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6098
6099         * Documentation/user/instrument-notation.itely (Figured bass):
6100         demonstrate extenders, update seealso links.
6101
6102         * scm/titling.scm (marked-up-headfoot): change tagline
6103         handling. tagline = ##f will blank the tagline as well.
6104
6105 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6106
6107         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6108
6109         * lily/new-figured-bass-engraver.cc (struct
6110         New_figured_bass_engraver): add new_music_found_ member.
6111
6112         * lily/lilypond-version.cc (Lilypond_version): deal with
6113         incorrectly formatted version strings. 
6114
6115         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6116         New_figured_bass_engraver by default.
6117
6118         * lily/ttf.cc (print_trailer): only define glyph names when
6119         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6120
6121 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * lily/horizontal-bracket.cc (make_bracket): new function.
6124
6125         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6126         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6127         BassFigureLine, BassFigureAlignment
6128
6129         * lily/new-figured-bass-engraver.cc (process_music): new file.
6130
6131         * lily/figured-bass-continuation.cc: new file.
6132
6133         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6134         new file.
6135
6136 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6137
6138         * scripts/lilypond-book.py: Bug fix, put the quote around the
6139         actual score for LaTeX documents.
6140
6141         * scm/define-grobs.scm (all-grob-descriptions): Change
6142         collapse-height of the SystemStartBracket grob to 5.0, 
6143         so the bracket disappears for single stave score lines (similarly
6144         to SystemStartBraces). 
6145
6146         * Documentation/user/advanced-notation.itely (Polymetric
6147         notation): Clarify the use of compressMusic.
6148
6149         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6150         that the grace spacer note in other staves need the same duration
6151         and document the stroke-style property.
6152
6153 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6154
6155         * Documentation/user/global.itely (Vertical spacing): document
6156         alignment-extra-space and fixed-alignment-extra-space.
6157
6158         * Documentation/topdocs/NEWS.tely (Top): add entry.
6159
6160         * input/regression/alignment-vertical-spacing.ly: new file.
6161
6162         * python/convertrules.py (conv): add rule.
6163
6164         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6165
6166         * lily/align-interface.cc (stretch_after_break): new
6167         function. Read fixed-alignment-extra-space property.
6168         (align_elements_to_extents): read alignment-extra-space property.
6169
6170         * lily/lily-guile.cc (robust_scm2dir): new function.
6171
6172         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6173         (annotate-space-left): new function. Annotate space left on page. 
6174         (annotate-y-interval): new function.
6175         (paper-system-annotate-last): new function. Annotate bottom-space.
6176
6177         * mf/feta-beugel.mf (y): 
6178
6179 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6180
6181         * VERSION (PACKAGE_NAME):  release 2.7.11
6182
6183         * scm/lily-library.scm (interval-translate): new function
6184         (interval-center): new function. 
6185
6186         * scm/page-layout.scm (paper-system-annotate): new function. Add
6187         arrows for dimensions.
6188  
6189         * scm/stencil.scm (dimension-arrows): new function.
6190
6191         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6192
6193         * input/regression/page-spacing.ly: add annotatespacing
6194
6195         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6196         (LY_DEFINE): new function ly:paper-system-set-property!
6197
6198         * Documentation/user/global.itely (Paper size): explain how to add
6199         sizes.
6200
6201         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6202         correspond to GS's definition.
6203
6204         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6205         tuplet bracket.
6206         (print): only connect to next bracket if the next one is alive.
6207         (print): set padding to 0.0 if the bound is a breakable
6208         column. This makes tupletFullLength brackets reach up to the staff
6209         line if it doesn't connect to the next line.
6210
6211 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6212
6213         * lily/bar-number-engraver.cc: correct docs.
6214
6215         * scm/output-lib.scm (first-bar-number-invisible): rename from
6216         default-bar-number-visibility
6217
6218 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6219
6220         * scm/define-music-properties.scm (all-music-properties): remove
6221         predicate property.
6222
6223 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6224
6225         * po/fi.po: refresh.
6226
6227 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6228
6229         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6230         superfluous s1.
6231         (disappear): bugfix.
6232
6233         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6234
6235         * lily/include/paper-system.hh (class Paper_system): remove
6236         staff_extents_ member.
6237
6238         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6239
6240         * lily/include/paper-system.hh (class Paper_system): remove
6241         number_ variable. Remove is_title_. Remove break_before_penalty_
6242
6243         * lily/paper-book.cc (systems): use 'number property iso. number_
6244         member.
6245
6246         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6247         remove ly:paper-system-number.
6248
6249         * scm/lily-library.scm (paper-system-title?): new function.
6250
6251         * lily/book.cc (process): bugfix: flip ?: cases. 
6252
6253         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6254         add outputProperty.
6255
6256         * ly/music-functions-init.ly: add outputProperty music function.
6257
6258         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6259
6260         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6261         and next-padding.
6262         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6263
6264         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6265
6266         * lily/paper-system.cc (internal_get_property): new function.
6267
6268         * Documentation/user/global.itely (Vertical spacing): refer to
6269         page-spacing.ly
6270
6271         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6272         pagetopspace
6273
6274         * input/regression/page-spacing.ly: new file.
6275
6276         * input/regression/page-top-space.ly: new file.
6277
6278         * lily/spacing-spanner.cc: cmath -> math.h
6279
6280         * lily/paper-system.cc (read_left_bound): new function. Read
6281         line-break-system-details from left bound to determine extents.
6282  
6283         * Documentation/user/programming-interface.itely (Using LilyPond
6284         syntax inside Scheme): change applyxxx -> applyXxx.
6285
6286         * ly/music-functions-init.ly: add outputProperty music function.
6287
6288         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6289
6290         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6291
6292         * python/convertrules.py (conv): rule
6293
6294         * ly/music-functions-init.ly: applyxxx -> applyXxx
6295
6296         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6297         TabVoice to Voice.
6298
6299 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6300
6301         * flower/include/real.hh: include <math.h> iso. <cmath>
6302
6303         * flower/include/offset.hh: include real.hh
6304
6305 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6306
6307         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6308         fix example, now that 'interfaces is no longer directly available.
6309
6310         * lily/book.cc (process): don't crash if paper == NULL.
6311
6312         * po/fr.po: update.
6313
6314 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6315
6316         * scm/define-music-types.scm (music-descriptions): set length and
6317         start-callback for QuoteMusic
6318
6319 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6320
6321         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6322         arguments. Fixes compilation error with gcc 3.3.
6323
6324 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6325
6326         * VERSION: release 2.7.10
6327
6328         * stepmake/stepmake/python-module-rules.make
6329         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6330
6331         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6332         real.hh
6333
6334 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6337         -Werror. Otherwise GCC barfs over various optimizations.
6338
6339         * scm/define-grob-properties.scm (all-internal-grob-properties):
6340         add note-head property
6341
6342         * Documentation/user/instrument-notation.itely (Laissez vibrer
6343         ties): new node.
6344
6345         * input/regression/laissez-vibrer-ties.ly: new file.
6346
6347         * lily/laissez-vibrer-engraver.cc: new file.    
6348
6349         * lily/include/tie-column-format.hh: new file.
6350
6351         * lily/tie-column-format.cc: new file. 
6352
6353         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6354
6355         * lily/laissez-vibrer-tie.cc: new file.
6356
6357         * lily/include/laissez-vibrer-tie.hh: new file.
6358
6359         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6360
6361         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6362
6363         * scm/define-grobs.scm (all-grob-descriptions): add
6364         LaissezVibrerTie, LaissezVibrerTieColumn
6365
6366         * lily/tie-column.cc (set_tie_config_directions): new function
6367         (final_shape_adjustment): new function.
6368         (shift_small_ties): new function.
6369
6370         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6371
6372         * lily/include/tie.hh (struct Tie_details): add x_gap_
6373         (struct Tie_configuration): add head_position_
6374
6375         * lily/tie-column.cc (set_chord_outline): new function.
6376
6377         * mf/cmr.enc.in:  remove file.
6378
6379 2005-09-11  Graham Percival  <gpermus@gmail.com>
6380
6381         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6382
6383 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6384
6385         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6386         reduce aliasing effects.
6387
6388         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6389         box in skyline.
6390
6391 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6392
6393         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6394
6395         * flower/include/real.hh: std::fabs too.
6396
6397 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6398
6399         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6400
6401         * lily, flower: Include C++ iso C headers.  Import namespace std
6402         throughout.
6403
6404         * lily/side-position-interface.cc: 
6405         * lily/scm-hash.cc: 
6406         * lily/note-head.cc: 
6407         * lily/include/includable-lexer.hh: 
6408         * flower/include/string-data.icc: Remove using std::*.
6409
6410         * lily, flower: Include C++ iso C headers.  Import namespace std
6411         throughout.
6412
6413         * lily/side-position-interface.cc: 
6414         * lily/scm-hash.cc: 
6415         * lily/note-head.cc: 
6416         * lily/include/includable-lexer.hh: 
6417         * flower/include/string-data.icc: Remove using std::*.
6418
6419         * Documentation/user/instrument-notation.itely (Entering lyrics):
6420         Multiple latin-1->utf-8 conversion fix.
6421
6422         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6423
6424 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6425
6426         * lily/tie.cc (get_configuration): also avoid dots for non-space
6427         situations.
6428
6429 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6430
6431         * Documentation/user/instrument-notation.itely: Bugfix.
6432
6433 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * tex/GNUmakefile: don't install texinfo.tex
6436
6437         * tex/ : cleanup: remove unused files.
6438
6439         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6440
6441         * flower/include/real.hh: using std::{isnan,isinf}
6442         
6443         * VERSION (PATCH_LEVEL): release 2.7.9
6444
6445 2005-09-05  Graham Percival  <gpermus@gmail.com>
6446
6447         * Documentation/user/ instrument-notation.itely,
6448         advanced-notation.itely: minor tweaks.
6449
6450         * input/test/script-chart.ly: add item padding.
6451
6452 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6453
6454         * flower/offset.cc: use math.h iso. <cmath>
6455
6456         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6457         of IE users.
6458
6459         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6460         (widen-left-stencil-edges): new function. Fix alignment problems
6461         with LaTeX includegraphics.
6462
6463         * lily/text-interface.cc (interpret_markup): use abort().
6464
6465 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6466
6467         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6468
6469         * lily/tie.cc (get_configuration): update bezier shape as we
6470         change Y positions.
6471         (get_configuration): don't move large ties if we're outside of the
6472         staff.
6473
6474 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6477         
6478 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6479
6480         * .cvsignore: Add auto-generated configure files and then some.
6481
6482 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6483
6484         * scm/define-grobs.scm (DynamicLineSpanner): Add
6485         X-extent-callback.  Fixes hairpin-slur collision.
6486
6487 2005-08-31  Graham Percival  <gpermus@gmail.com>
6488
6489         * Documentation/user/advanced-notation.itely,
6490         basic-notation.itely: minor changes.
6491
6492 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6493
6494         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6495         \linebreak between each .eps file if \betweenLilyPondSystem is
6496         undefined. 
6497
6498         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6499         music): Document the \linebreak
6500
6501         * Documentation/user/lilypond-book.itely,
6502         input/tutorial/lbook-latex-test.tex,
6503         Documentation/user/examples.itely: Remove \usepackage{graphics}
6504
6505 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6508
6509         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6510         compat bugfix.
6511
6512         * scripts/lilypond-book.py (PREAMBLE_LY): define
6513         inside-lilypond-book
6514         (modify_preamble): new function. Insert \RequirePackage{graphics}
6515         when no {graphics found in preamble.  
6516
6517 2005-08030  Graham Percival  <gpermus@gmail.com>
6518
6519         * Documentation/user/basic-notation.itely, global.itely,
6520         tutorial.itely: misc small changes.
6521
6522 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6523
6524         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6525         VERSION.
6526
6527 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6528
6529         * lily/tie-column.cc (new_directions): put Tie down on center
6530         staff line. 
6531
6532         * lily/script-interface.cc (before_line_breaking): use
6533         Grob::programming_error
6534
6535         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6536
6537         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6538         of splitext.
6539
6540 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6541
6542         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6543
6544 2005-08-29  Werner Lemberg  <wl@gnu.org>
6545
6546         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6547         the `*.scale.pfa' files to avoid warnings.
6548
6549 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6550
6551         * lily/tempo-performer.cc (process_music): idem.
6552
6553         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6554
6555 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6556
6557         * Documentation/user/advanced-notation.itely (Text markup): not a
6558         fragment.
6559
6560         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6561
6562         * lily/staff-performer.cc (initialize): add tempo/name to
6563         audio_staff_
6564
6565
6566 2005-08-26  Graham Percival  <gpermus@gmail.com>
6567
6568         * Documentation/user/advanced.itely: add text-only example.
6569
6570         * Documentation/user/invoking.itely: add index entries for
6571         convert-ly.
6572
6573         * Documentation/user/ tutorial.itely, basic-notation.itely:
6574         small fixes suggested by Steve D.  Thanks!
6575
6576 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6577
6578         * input/regression/markup-bidi-pango.ly: new file.
6579
6580         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6581         standard. Remove #ifdef. Remove memleak.
6582         (text_stencil): use text_dir to decide how to composite items.
6583         (text_stencil): determine uniform text direction for the entire
6584         string.
6585
6586         * scripts/lilypond-book.py (output_name): remove
6587         latex_filter_cmd. Non-portable to non-Unix systems. 
6588         (get_latex_textwidth): use File.write and os.unlink() instead.
6589
6590         * THANKS: add Vicente & Trevor.
6591
6592         * lily/grob.cc (discretionary_processing): look up origin for
6593         programming_error too. 
6594
6595         * input/regression/tie-broken.ly: new file.
6596
6597         * lily/tie-column.cc (set_chord_outlines): set outline for line
6598         break case too.
6599         
6600 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6601
6602         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6603         unscaled transform, just translate stencils.
6604
6605         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6606         MIDI.
6607
6608         * scm/define-markup-commands.scm (wordwrap-string): use
6609         text-direction
6610         (wordwrap-stencils): idem.
6611         (line): idem.
6612         (fill-line): idem.
6613         (wordwrap-stencils): translate last line to right for
6614         text-direction = LEFT.
6615
6616         * scm/define-grob-properties.scm (all-user-grob-properties): add
6617         text-direction.
6618
6619 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6620
6621         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6622         when copying a Lily_parser object.
6623
6624 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6625
6626         * scm/define-markup-commands.scm (null): add null markup.
6627
6628 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6629
6630         * lily/item.cc: Add documentation of center-invisible
6631
6632 2005-08-24  Graham Percival  <gpermus@gmail.com>
6633
6634         * Documentation/user/advanced-notation.itely: add info about
6635         raising text.
6636
6637         * Documentation/user/programming-interface.itely: fix example
6638         involving raised text.
6639
6640 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6641
6642         * lily/beam.cc (print): fix X start/end points of isolated
6643         beamlets.
6644
6645         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6646
6647         * lily/multi-measure-rest.cc (set_text_rods): new function.
6648
6649         * lily/vertical-align-engraver.cc (process_music): call
6650         Align_interface::set_axis(). This forces #'elements to be ordered,
6651         preventing random vertical reordering of staves.
6652
6653         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6654         add avoid-slur property. 
6655
6656         * Documentation/user/basic-notation.itely (Measure repeats): add
6657         countPercentRepeats example.
6658
6659         * Documentation/user/advanced-notation.itely (Other text markup
6660         issues): remove remark about normal-font.  We have \normal-text
6661
6662         * input/regression/tie-chord.ly: add note about remaining bugs.
6663
6664         * lily/tie.cc (print): try Tie_column::set_directions () if
6665         control-points not yet defined.
6666
6667 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6668
6669         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6670         extent. This fixes braces falling out of the EPS bbox.
6671
6672         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6673         exactly to bbox.
6674
6675 2005-08-23  Graham Percival  <gpermus@gmail.com>
6676
6677         * {various} : change #up->#UP and #down->#DOWN.
6678
6679         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6680
6681         * Documentation/user/advanced-notation.itely: clarify
6682         what objects handles text on a multimeasure rest.
6683
6684 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6685
6686         * VERSION (PATCH_LEVEL): release 2.7.7
6687
6688 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6689
6690         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6691
6692         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6693
6694         * input/regression/*.ly: formatting clean-up. Default layout
6695         before music expression.
6696
6697         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6698         romanze28-2 example.
6699
6700         * scm/ps-to-png.scm: remove dir-re function.
6701         (make-ps-images): generate page names, instead of globbing them.
6702         This brings down LilyPond memory usage for make web by a factor
6703         10. 
6704
6705         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6706         don't use glob. With 3000 files, globbing
6707         Documentation/user/out-www/ can take too much time. 
6708         
6709         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6710
6711         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6712
6713         * input/regression/tie-manual.ly: new file
6714
6715         * input/regression/tie-chord.ly: update.
6716
6717         * flower/include/interval.hh (struct Interval_t): 
6718
6719         * lily/tie.cc (distance): new function 
6720         (height): new function.
6721         (init): new function
6722         (Tie_details): new struct.
6723
6724         * lily/skyline.cc (skyline_height): new function.
6725
6726         * lily/tie-column.cc (set_chord_outlines): new function.
6727         (new_directions): read tie-configuration
6728
6729         * lily/skyline.cc: fix ASCII art.
6730         
6731 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6732
6733         * python/convertrules.py (string_or_scheme): Fix spelling error
6734
6735 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6736         
6737         * lily/tie-column.cc (set_directions): set directions only once.
6738         (add_configuration): new function.
6739
6740         * lily/tie.cc (set_control_points): new function
6741
6742         * lily/tie-column.cc (new_directions): new function.
6743
6744         * ly/music-functions-init.ly: set 'pitch property
6745         iso. trill-pitch. This makes \relative work with \pitchedTrill
6746
6747         * lily/tie.cc (get_configuration): new function. Don't generate
6748         control points, rather, generate configuration.
6749         remove head-pair property.
6750
6751         * lily/include/tie.hh (struct Tie_configuration): new struct.
6752
6753 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6754
6755         * Documentation/topdocs/NEWS.tely: clarify.
6756
6757 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6758
6759         * lily/tie.cc: remove minimum-length
6760
6761         * scm/define-grob-properties.scm (all-user-grob-properties):
6762         remove staffline-clearance, y-offset 
6763
6764         * input/regression/tie-dots.ly (Module): remove.
6765
6766         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6767         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6768
6769         * input/regression/tie-single.ly: new file.
6770
6771 2005-08-21  Graham Percival  <gpermus@gmail.com>
6772
6773         * ly/bagpipe.ly: fix compile problem.
6774
6775 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * lily/midi-item.cc (name): new method.
6778
6779         * lily/staff-performer.cc (acknowledge_audio_element): use
6780         signature of baseclass.
6781
6782         * lily/engraver-group.cc (do_announces): move recursion call out
6783         of while loop. 
6784
6785         * lily/drum-note-performer.cc (class Drum_note_performer): use
6786         process_music everywhere.
6787
6788         * ly/performer-init.ly: add default children everywhere.
6789
6790         * lily/paper-book.cc (output): call paper-book-write-midis
6791         directly: always write MIDI, even if no \layout {} block. 
6792
6793 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6794
6795         * VERSION (PACKAGE_NAME): release 2.7.6
6796
6797         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6798         about not being able to handle repeat.
6799
6800 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6801
6802         * Documentation/user/examples.itely (Piano templates):
6803         * lily/include/performer-group.hh: Remove last traces of
6804         Performer_group_performer.  Fixes make web.
6805
6806 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * Documentation/user/examples.itely (Piano templates): change
6809         Engraver_group_engraver -> Engraver_group
6810
6811         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6812         scm_stand_in_procs is not weak_any.
6813
6814         * lily/volta-bracket.cc (print): don't use strcmp().
6815
6816         * lily/volta-engraver.cc (process_music): use
6817         Text_interface::is_markup() for setting the 'text property of the
6818         volta bracket.
6819
6820         * input/mutopia/claop.py (accents): update syntax to 2.6
6821
6822         * scm/define-context-properties.scm
6823         (all-user-translation-properties): add countPercentRepeats.
6824
6825         * Documentation/user/basic-notation.itely (Measure repeats): add
6826         isolated percent example.
6827
6828 2005-08-18  Graham Percival  <gpermus@gmail.com>
6829
6830         * input/ {various}: change direction #1, #-1 to
6831         #up/#down or \fooUp, \fooDown.
6832
6833         * Documentation/user/music-glossary.tely: #-1 to #down.
6834
6835         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6836         to #up, #-1 to #down.
6837
6838 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6839
6840         * lily/include/engraver-group.hh: rename.
6841
6842         * lily/include/performer-group.hh: rename.
6843
6844 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6845
6846         * input/test/script-abbreviations.ly: Removed some old LaTeX
6847         left overs.
6848
6849 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6850
6851         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6852         Remove functions.  Remove if 1: constructs, reindent.
6853
6854         * scripts/convert-ly.py (add_version): Add functions from
6855         convertrules.py
6856
6857         * scm/script.scm (default-script-alist):
6858         s/priority/script-priority.  Fixes script stacking.  Backportme.
6859         (Fermata): Very low priority.
6860
6861 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6862
6863         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6864
6865         * input/regression/slur-script.ly: remove padding tweaks. Add
6866         comment strings.
6867
6868         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6869         time sigs and related stuff.
6870
6871         * scm/define-grob-properties.scm (all-user-grob-properties): add
6872         @code{} tags to property description.
6873
6874         * lily/include/line-group-group-engraver.hh (Module): remove file.
6875
6876         * python/convertrules.py (conv): add rule for
6877         Engraver_group_engraver -> Engraver_group.
6878
6879         * lily/include/performer-group-performer.hh: analogous.
6880
6881         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6882
6883         * lily/context-def.cc (instantiate): check for
6884         Engraver_group_engraver and Performer_group_performer not
6885         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6886  
6887 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6888
6889         * input/les-nereides.ly: Remove three fingering tweaks, update
6890         remaining one.
6891
6892         * input/regression/slur-script-inside.ly: Update, fix doc.
6893
6894         * scm/script.scm: Update to avoid-slur.
6895
6896         * scm/define-grob-properties.scm (avoid-slur): New property.
6897
6898         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6899         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6900         outside_slur_callback if avoid-slur != #'inside.
6901
6902         * scm/define-grobs.scm (Fingering, Textscript): No
6903         inside-slur/outside-slur preference.
6904         (DynamicLineSpanner): Always outside slur.
6905
6906         * input/regression/slur-script.ly: More tests.
6907
6908 2005-08-17  Graham Percival  <gpermus@gmail.com>
6909
6910         * Documentation/user/lilypond-book: fix notime entry.
6911
6912         * Documentation/user/advanced-notation.itely: add info on
6913         getting an I rehearsal mark.
6914
6915         * Documentation/user/putting.itely: reinstate "I", re-enforce
6916         the fact that \override numbers are the result of
6917         experimentation and personal taste.
6918
6919         * Documentation/user/invoking.itely: update convert-ly bugs.
6920
6921 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6922
6923         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6924         to #t.
6925
6926         * lily/timing-translator.cc (initialize): don't initialize timing.
6927
6928         * input/regression/stem-spacing.ly (Module): remove file.
6929
6930         * input/regression/spacing-stick-out.ly: specify Score context for
6931         \override
6932
6933         * input/regression/clefs.ly: remove spurious {}s 
6934
6935 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6936
6937         * Documentation/topdocs/NEWS.tely,
6938         input/regression/repeat-percent-count.ly: clarify a bit.
6939
6940 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6941
6942         * input/no-notation/display-lily-tests.ly: delete
6943         display-lily-init call.
6944
6945         * ly/music-functions-init.ly (displayLilyMusic): move
6946         display-lily-init call at top level, so that the user should not
6947         have to call it.
6948
6949         * scm/define-music-display-methods.scm (note-name->lily-string):
6950         retrieve note names directly from pitchnames using new function `rassoc'.
6951         (display-lily-init): note names list construction removed.
6952
6953 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6954
6955         * THANKS: spello.
6956
6957         * lily/lily-parser.cc (get_header): copy module, instead of
6958         returning it.
6959
6960         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6961         counters.
6962
6963         * Documentation/user/basic-notation.itely (Measure repeats): add
6964         links to Counter grobs.
6965
6966         * scm/define-grobs.scm (all-grob-descriptions): add
6967         DoublePercentRepeatCounter
6968         (all-grob-descriptions): add PercentRepeatCounter
6969
6970         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6971         also create counter grobs.
6972
6973         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6974         return grob without space-alist.
6975
6976         * input/proportional.ly: tune staff-padding.
6977
6978         * input/regression/repeat-percent-count.ly: new file. 
6979
6980 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6981
6982         * input/no-notation/display-lily-tests.ly: moved from
6983         input/regression/ to input/no-notation. Be sure to call
6984         `display-lily-init' before trying to use the display function.
6985
6986 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6987
6988         * scripts/lilypond-book.py (option_definitions): Don't localize
6989         the empty string. Fixes bug when --psfonts was used with
6990         non-English locale.
6991
6992 2005-08-15  Graham Percival  <gpermus@gmail.com>
6993
6994         * lily/tuplet-bracket.cc: simple build fix.
6995
6996         * Documentation/user/putting.itely: use "we" instead of "I".
6997
6998         * Documentation/user/basic-notation.itely: cautionary accidentals
6999         work with naturals, too.
7000
7001 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7002
7003         * lily/tuplet-bracket.cc (calc_position_and_height): add
7004         staff-padding support.
7005
7006         * input/proportional.ly: set staff-padding.
7007         
7008         * VERSION (PATCH_LEVEL): release 2.7.5
7009
7010         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7011         fixes. Remove tweaks.
7012
7013         * input/regression/tuplet-slope.ly: add a test case.
7014
7015         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7016         erroneous fix. Add spanner bounds to offset array with relative X
7017         positions.
7018
7019         * ly/engraver-init.ly: add Rest_engraver only once.
7020
7021         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7022         (*parser*) lookup if (*parser*) != #f.
7023
7024 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7025
7026         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7027         Cut-and paste update.
7028
7029         * input/regression/slur-script.ly: Add example of reverting
7030         inside-slur for fingering.
7031
7032         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7033         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7034
7035         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7036         outside_slur_callback if inside-slur == #f (as opposed to unset).
7037
7038 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7039
7040         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7041         encoding files are already removed.
7042
7043 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7044
7045         * Documentation/user/advanced-notation.itely (Instrument names):
7046         Document a workaround for instrument names that collide with
7047         system start braces/brackets.
7048
7049 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7050
7051         * lily/rest-collision.cc (do_shift): spello.
7052
7053         * input/proportional.ly: use #'used property. Set break-overshoot
7054         property.
7055
7056         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7057
7058         * lily/paper-column.cc: add #'used property
7059
7060         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7061         array for staves found.
7062
7063         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7064         array for stavesFound.
7065
7066         * lily/staff-spacing.cc (next_note_correction): add fixed and
7067         space to calling convention. This fixes spacing of accidentals
7068         after barlines.
7069
7070         * input/regression/spacing-accidental-stretch.ly: add barline -
7071         accidental case.
7072
7073         * scm/framework-ps.scm (page-header): add version number to
7074         creator
7075         (eps-header): idem.
7076
7077         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7078         
7079 2005-08-13  Graham Percival  <gpermus@gmail.com>
7080
7081         * Documentation/user/global.itely: add "fit as much as
7082         possible onto this page" example (Vertical spacing).
7083
7084 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7085
7086         * *: Nitpick run.
7087
7088         * buildscripts/fixcc.py: Fixes.
7089
7090 2005-08-12  Graham Percival  <gpermus@gmail.com>
7091
7092         * Documentation/user/advanced-notation.itely: add markup
7093         example to Text spanners.
7094
7095 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7096
7097         * Documentation/user/basic-notation.itely (Ties): Add example of
7098         tying a tremolo to a chord. Thanks to Steve Doonan. 
7099
7100         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7101         properties and move tieMelismaBusy to the list of written
7102         properties. 
7103
7104 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7105
7106         * po/TODO: suggest to use a dedicated tool like kbabel.
7107
7108         * po/fi.po: update using kbabel.
7109
7110 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7111
7112         * *: Remove obsolete files.  Nitpick run.
7113
7114         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7115
7116 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7117
7118         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7119         too.
7120
7121         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7122
7123         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7124         whitespace as symbol separator.
7125
7126         * lily/side-position-interface.cc: Add slur-padding.
7127
7128         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7129         quite a large fix, and it never worked in a stable release; so not
7130         really a regression.
7131
7132         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7133         Update cut and paste code from Slur_engraver.
7134
7135         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7136         Add.
7137
7138         * scm/define-grobs.scm (DynamicLineSpanner): Add
7139         dynamic-line-spanner-interface.
7140         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7141
7142 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7143
7144         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7145         to_boolean () so that non-set 'inside-slur means false.
7146
7147         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7148         slur has control-points.  Skip script without direction.  Always
7149         do_shift if script inside slur, even if slur not contained in
7150         script y-extent.  Increment k in loop.
7151
7152 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7153
7154         * scm/define-markup-commands.scm: Improved regexp to search for
7155         EPS bounding boxes and corrected call to ly:warning.
7156
7157 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7158
7159         * Documentation/user/programming-interface.itely (Displaying music
7160         expressions): doc for \displayLilyMusic. Also some precisions in
7161         "Markup construction in Scheme"
7162
7163 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7164
7165         * scm/define-markup-commands.scm (normal-text): Added 2 new
7166         markup commands, \normal-text and \medium (the latter thanks to
7167         Bruce Fairchild). 
7168
7169 2005-08-08  Graham Percival  <gpermus@gmail.com>
7170
7171         * Documentation/user/programming-interface.itely: fix @{ @}.
7172
7173         * scm/define-markup-commands.scm: add linewidth info to
7174         \justify and \wordwrap, add "upright is the opposite of italic".
7175
7176         * Documentation/user/advanced-notation.itely: shaped->shape,
7177         add (cons (markup "foo")) type of example to text markup,
7178         reword multi-measure rests section.
7179
7180         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7181         comment.  No actual code was touched.
7182
7183         * Documentation/user/invoking.itely: add more info about
7184         \include.  Thanks, Bruce!
7185
7186         * THANKS: add Bruce Fairchild, alphabetise.
7187
7188         * Documentation/user/global.itely: document \score{\header{}}
7189         behavior.
7190
7191         * Documentation/user/basic-notation.itely: reword multi-measure
7192         rest discussion in Rests.
7193
7194 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7195
7196         * Documentation/user/programming-interface.itely (Markup
7197         construction in Scheme): Corrected example and tried to clarify
7198         the implicit \line in the table.
7199
7200 2005-08-07  Graham Percival  <gpermus@gmail.com>
7201
7202         * Documentation/user/instrument-notation.itely: moved
7203         some bagpipe info back into the bagpipe section.  Somehow
7204         it ended up in the "other vocal issues" section?!  :o_O
7205
7206 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7207
7208         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7209         directories, not paths).
7210
7211 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7212
7213         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7214         plain emmentaler/aybabtu.  Backportme.
7215
7216         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7217         missing dir correction.
7218
7219 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7220
7221         * scm/define-markup-commands: fix reversed justify/wordwrap
7222         doc strings.
7223
7224 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7225
7226         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7227         lily/gregorian-ligature-engaver.cc,
7228         lily/include/ligature-engraver.hh,
7229         lily/include/coherent-ligature-engraver.hh,
7230         lily/include/gregorian-ligature-engraver.hh: make these classes
7231         truely abstract.  This should fix some internal oddities such as
7232         duplicate as well as dead translator/property declarations, and
7233         also some dead code.
7234
7235         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7236         bugfix: avoid message "junking empty ligature" on ligature
7237         brackets by collecting dummy grobs.
7238
7239 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7240
7241         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7242
7243         * input/proportional.ly (staffKind): bugfix.
7244         (staffKind): updates by Trevor Baca.
7245
7246         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7247         default layout. 
7248
7249         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7250         pair.
7251
7252         * lily/beam.cc (rest_collision_callback): call position_beam() if
7253         necessary.
7254
7255         * VERSION: release 2.7.4
7256
7257         * input/regression/spacing-uniform-stretching.ly: new file.
7258
7259         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7260
7261         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7262         contributor.
7263
7264         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7265
7266         * input/proportional.ly: new file.
7267
7268         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7269         columns is empty
7270
7271         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7272         bounds to currentCommandColumn for the last step.
7273         (start_translation_timestep): if tupletFullLength is set, set
7274         bound to Paper Column
7275
7276         * input/regression/tuplet-full-length.ly (indent): new file.
7277
7278         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7279         clique of loose columns, eg. a set of grace notes in strict
7280         notespacing.
7281
7282         * input/regression/spacing-strict-spacing-grace.ly: new file.
7283
7284         * lily/key-signature-interface.cc: change property name to
7285         alteration-alist
7286
7287         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7288         keyAccidentalOrder
7289
7290         * python/convertrules.py (conv): keyAccidentalOrder ->
7291         keyAlterationOrder
7292
7293         * lily/key-engraver.cc (create_key): always print a cancellation
7294         for going to C-major/A-minor, regardless of printKeyCancellation.
7295         (create_key): remove typecheck for visibility. This fixes key
7296         signature not being printed.
7297
7298         * lily/spacing-determine-loose-columns.cc: new file.
7299
7300         * input/regression/spacing-strict-notespacing.ly: new file.
7301
7302         * lily/spacing-spanner.cc (generate_springs): rename from
7303         do_measure. 
7304         (generate_pair_spacing): new function.
7305         (init, generate_pair_spacing): set between-cols for floating
7306         nonmusical columns.
7307
7308         * lily/spaceable-grob.cc (get_spring): new function. 
7309
7310         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7311         relative to the right edge of the prefatory matter.
7312
7313         * lily/beam.cc (print): read break-overshoot to determine where to
7314         stop/start broken beams.
7315
7316         * input/regression/spanner-break-overshoot.ly: new file.
7317
7318 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7319
7320         * ly/bagpipe.ly: updated.
7321
7322         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7323
7324 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7325
7326         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7327         support: now (de)crescs avoid slurs as well.
7328
7329         * Documentation/user/instrument-notation.itely (Bagpipe example):
7330         comment out non-functioning bagpipe example.
7331         (Bagpipe definitions): idem.
7332
7333         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7334         (Top): add proportionalNotationDuration example.
7335
7336         * input/regression/spacing-proportional.ly: new file.
7337
7338         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7339         synched to a beam.
7340
7341         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7342         fixes beams with a single stem (eg. beams across linebreaks.)
7343
7344         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7345
7346         * flower/rational.cc (operator +): prevent overflow. This fixes
7347         heavily nested tuplets.
7348
7349         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7350         have to protect even those unlikely to be corrupted data members.  
7351
7352 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7353
7354         * ly/bagpipe.ly: new file.
7355
7356         * THANKS: added Sven Axelsson.
7357
7358 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7359
7360         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7361         copy proportionalNotationDuration into currentMusicalColumn if
7362         set.
7363
7364         * lily/spacing-spanner.cc (musical_column_spacing): if
7365         uniform-stretching set, fixed space is 0.0
7366
7367         * input/regression/spacing-multi-tuplet.ly: show
7368         uniform-stretching property.
7369
7370         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7371
7372         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7373         (struct Spacing_options): new struct.
7374
7375         * lily/spacing-basic.cc: new file.
7376
7377         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7378         delta_t doesn't have to be smaller than shortest_playing_len
7379
7380 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7381
7382         * input/regression/markup-arrows.ly:  new file.
7383
7384         * lily/tuplet-bracket.cc: document new behavior.
7385
7386         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7387         with line breaks.
7388
7389         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7390
7391         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7392         default 
7393
7394         * lily/tuplet-bracket.cc: add edge-text property.
7395         add break-overshoot.
7396         (print): read break-overshoot.
7397         (print): read edge-text, add stencils.
7398
7399         * mf/feta-arrow.mf: new file.
7400
7401         * mf/feta-generic.mf: add feta-arrow.
7402
7403 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7404
7405         * Documentation/user/lilypond-book.itely (An example of a
7406         musicological document): Added flag -o to dvips for people who use
7407         the default setting in teTeX where output is sent to the printer. 
7408
7409         * Documentation/user/global.itely (Vertical spacing): Added
7410         reference to the Axis_group_engraver which documents the *Extent
7411         properties.
7412
7413 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7414
7415         * Documentation/user/basic-notation.itely (Tuplets): add note
7416         about nested tuplets. Remove BUG. 
7417
7418         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7419
7420         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7421         (print): manually call print() for subtuplets.
7422         (calc_position_and_height): add subtuplets to the
7423         support. Vertically shift outer tuplet 
7424
7425         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7426         remove-first for Lyrics, ChordNames and FiguredBass
7427
7428         * scm/define-grob-properties.scm (all-internal-grob-properties):
7429         use ly:grob-array? iso. grob-list?
7430         (all-internal-grob-properties): add tuplets grob-array.
7431
7432         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7433         new function
7434
7435 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7436
7437         * input/test/time-signature-staff.ly: new file.
7438
7439         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7440         spurious #<Music FingerEvent> errors. Backportme.
7441
7442 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7443
7444         * Documentation/user/programming-interface.itely (Markup
7445         construction in Scheme): Corrected markup syntax in the
7446         translation table.
7447
7448 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7449
7450         * Documentation/user/instrument-notation.itely: small update
7451         to bagpipe notation docs; thanks Sven!
7452
7453         * Documentation/user/basic-notation.itely: add link about trills.
7454
7455 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7456
7457         * Documentation/user/music-glossary: remove accidentally committed
7458         fink patch.
7459
7460 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7461
7462         * lily/lily-parser.cc (get_header): new function. Enable multiple
7463         \header definitions.
7464
7465         * lily/parser.yy (lilypond_header_body): use get_header.
7466
7467         * ly/init.ly:
7468         * scm/lily-library.scm (print-score-with-defaults): renamed
7469         $globalheader to $defaultheader
7470             
7471         * Documentation/user/global.itely (Creating titles): added short
7472         explanation that multiple headers are useable.
7473
7474
7475 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7476
7477         * lily/module-scheme.cc (LY_DEFINE): new file. 
7478
7479         * Documentation/user/advanced-notation.itely (Font selection): add
7480         doco for make-pango-font-tree.
7481
7482 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7483
7484         * Documentation/user/music-glossary: more languages
7485         for tenuto.
7486
7487         * Docuemntation/user/instrument-notation.itely: minor
7488         update for bagpipe example.
7489
7490 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7491
7492         * input/regression/+.ly (TODO): add some text.
7493
7494 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7495
7496         * Documentation/user/invoking.itely: \score begins with music.
7497
7498         * Documentation/user/ basic-notation.itely,
7499         instrument-notation.itely: minor changes.
7500
7501         * Documentation/user/music-glossary.itely: began tenuto entry.
7502
7503 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7504
7505         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7506
7507         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7508
7509 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7510
7511         * Documentation/user/examples.itely: remove bagpipe template.
7512
7513         * Documentation/user/instrument-notation.itely: add bagpipe
7514         section, maybe fix quotes in lyrics.  I hate text encoding.
7515         Clarify chord durations, more bagpipe stuff.
7516
7517 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7518  
7519         * lily/accidental-engraver.cc: formatting fixes.
7520
7521         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7522         grob-array.
7523
7524         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7525
7526         * lily/note-column.cc (arpeggio): new function.
7527
7528         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7529         account for spacing.
7530
7531 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7532
7533         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7534         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7535         mingw build.
7536         
7537 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7538
7539         * scm/lily.scm (lilypond-all): clear anonymous modules after
7540         processing files.
7541
7542 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7543
7544         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7545         SCM_I_CONSP
7546
7547         * VERSION: 2.7.3 released
7548
7549         * Documentation/user/invoking.itely (Invoking lilypond): add
7550         LILYPOND_GC_YIELD documentation.
7551
7552         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7553         scm_from_real / scm_make_real.
7554
7555         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7556         higher. This increases memory footprint, but provides overall
7557         speedup of 15 to 20%. 
7558
7559         * lily/include/translator.hh (class Translator): remove
7560         PRECOMPUTED_VIRTUAL everywhere.
7561
7562         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7563
7564         * lily/context.cc (now_mom): non-recursive now_mom() 
7565
7566         * lily/include/profile.hh: new file.
7567
7568         * lily/profile.cc: new file.
7569
7570         * lily/grob.cc (Grob::Grob): look properties up directly.
7571
7572         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7573         lookups.
7574
7575         * lily/include/box.hh (class Box): smob Box type.
7576
7577         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7578
7579         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7580         protect() and unprotect(). Use throughout.
7581
7582 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7583
7584         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7585
7586         * scm/define-music-display-methods.scm (markup->lily-string):
7587         markup elements can also be strings (without simple-markup
7588         appended)
7589
7590 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7591
7592         * lily/context.cc (where_defined): also assign value in
7593         where_defined().
7594
7595         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7596         (curve_coordinate): new function
7597
7598         * lily/simple-spacer.cc (add_columns): only add rods between
7599         column i and begin/end if keep-inside-line is set (this repleces
7600         allow-outside-line as default)
7601
7602 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7603
7604         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7605         tupletSpannerDuration if applicable.
7606
7607         * lily/font-size-engraver.cc (process_music): read fontSize only
7608         once per timestep.
7609
7610         * lily/engraver*cc: use throughout.
7611         
7612         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7613
7614         * lily/translator.cc (add_acknowledger): new file. Directly jump
7615         into an Engraver::acknowledge_xxx () method based on a grobs
7616         interface-list.
7617
7618         * lily/include/translator-dispatch-list.hh (class
7619         Engraver_dispatch_list): new struct, new file.
7620
7621         * scm/define-context-properties.scm
7622         (all-internal-translation-properties): remove acceptHashTable,
7623         acknowledgeHashTable
7624
7625         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7626
7627         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7628         change acknowledgeHashTable to C++ member. 
7629
7630         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7631
7632 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7633
7634         * scm/display-lily.scm: new file. Define a `display-lily-music'
7635         function, that displays the music expression given as an argument,
7636         using LilyPond notation.
7637
7638         * scm/define-music-display-methods.scm: new file. Implementation
7639         of display methods for each music type.
7640
7641         * ly/music-functions-init.ly (displayLilyMusic): new function for
7642         displaying music with LilyPond notation.
7643
7644         * input/regression/display-lily-tests.ly: new regression test file
7645         for `display-lily-music'.
7646
7647         * scm/markup.scm: remove obsolete debugging code (for printing
7648         markups with LilyPond notation).
7649
7650         * scm/define-music-types.scm (music-name-to-property-table):
7651         * scm/clef.scm (supported-clefs): export, in order to be accessible
7652         from the (scm display-lily) module.
7653
7654 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7655
7656         * Documentation/topdocs/NEWS.tely (Top): Typo.
7657
7658 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7659
7660         * Documentation/index.html.in, Documentation/texinfo.css,
7661           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7662           Documentation/bibliography/index.html.in,
7663           Documentation/bibliography/html-long.bst: revert css-width patch,
7664           it does not work with IE6.
7665
7666 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7667
7668         * Documentation/texinfo.css: revert 760px hack. 
7669
7670         * VERSION: release 2.7.2
7671
7672         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7673
7674         * Documentation/user/basic-notation.itely (Barnumber check): add
7675         section.
7676
7677         * scm/music-functions.scm (skip-to-last): new function. Show only
7678         last showLastLength part of the \score.
7679
7680         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7681
7682         * python/convertrules.py (conv): add ly:x-moment rule
7683
7684         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7685
7686         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7687
7688         * Documentation/user/instrument-notation.itely (Flexibility in
7689         alignment): options in subsections.
7690
7691         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7692         syllable text. Instead, assume that the previous lyric text is a
7693         melismated text.
7694
7695         * Documentation/index.html.in: revert 800x600 change.
7696
7697 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7698
7699         * lily/main.cc (main): Remove invalid handle kludge.
7700
7701         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7702         (lambda): add gui define.
7703
7704 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7705
7706         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7707
7708         * Documentation/user/instrument-notation.itely (Musica ficta
7709         accidentals): add section Musica ficta accidentals
7710
7711         * lily/accidental-engraver.cc (make_suggested_accidental): new
7712         function.
7713         (make_standard_accidental): move into new function.
7714         (create_accidental): new function.
7715
7716         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7717         AccidentalSuggestion
7718
7719         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7720
7721         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7722         undefined.
7723
7724         * Documentation/user/global.itely (Page formatting): document
7725         horizontalshift.
7726
7727         * scm/page-layout.scm (default-page-music-height):
7728         horizontalshift: new variable, shift all systems by
7729         horizontalshift to the right, to make space for instrument names.
7730
7731         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7732
7733         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7734
7735 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7736
7737         * lily/note-column.cc (dir): idem.
7738
7739         * lily/spacing-spanner.cc (Module): idem.
7740
7741         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7742
7743         * lily/include/paper-column.hh (class Paper_column): add
7744         non-static get_rank() member.
7745
7746         * VERSION: release 2.7.1
7747         
7748         * scm/framework-null.scm: new file, used for benchmarking.
7749
7750 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7751
7752         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7753         version dependencies for fontforge and gs.
7754
7755         * Documentation/index.html.in, Documentation/texinfo.css,
7756         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7757         Documentation/bibliography/index.html.in, 
7758         Documentation/bibliography/html-long.bst: optimize width of
7759         html for a 800x600 screen (width:760), increases printability
7760         when 'fit to page' is not set and readability in wide screens.
7761
7762         * stepmake/bin/add-html-footer.py: add missing </p>.
7763
7764 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7765
7766         * scm/define-markup-commands.scm (beam): use polygon in beam
7767         command.
7768
7769         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7770         all acknowledged grobs, and do potentially expensive merge and
7771         write in one go.
7772
7773         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7774
7775         * configure.in (reloc_b): add --enable-static-gxx to statically
7776         link to libstdc++
7777
7778         * lily/GNUmakefile (static-gxx-libs): new target
7779         static-gxx-libs. Create symlink to libstdc++.a
7780
7781         * lily/new-lyric-combine-music-iterator.cc: rename to
7782         Lyric_combine_music_iterator
7783
7784         * lily/lyric-combine-music-iterator.cc
7785         (Old_lyric_combine_music_iterator): rename to
7786         Old_lyric_combine_music_iterator
7787
7788         * lily/*-engraver.cc (various): remove double use of
7789         PRECOMPUTED_VIRTUAL function: only use
7790         start_translation_timestep() and stop_translation_timestep(), not
7791         both.
7792
7793         * lily/break-substitution.cc (fast_substitute_grob_array): do
7794         fast_substitute_grob_array for all unordered grob_arrays.
7795         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7796         (substitute_grob_array): optimize.
7797
7798         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7799
7800         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7801
7802         * lily/parser.yy: revert $globalheader patch.
7803         
7804         * lily/include/translator.icc
7805         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7806         Translator methods, without _static helper.
7807  
7808         * lily/grob-smob.cc (derived_mark): rename from
7809         do_derived_mark(). Return void.
7810
7811         * scm/define-context-properties.scm
7812         (all-internal-translation-properties): remove tweakCount/tweakRank.
7813
7814         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7815         predefined break-visibilities.
7816
7817         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7818         booleans for break-visibility.
7819
7820         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7821
7822         * python/convertrules.py (conv): rule for Timing_translator. 
7823
7824         * lily/include/translator.icc: new file. 
7825
7826         * lily/paper-column-engraver.cc (process_music): new
7827         file. Separate Paper_column factory from Score_engraver.
7828
7829         * lily/vertically-spaced-context-engraver.cc: administer
7830         spaceable-staves property of System.
7831
7832         * lily/translator-group-ctors.cc: new file.
7833
7834         * lily/context-property.cc (make_grob_from_properties): construct
7835         the right Grob class programmatically, looking at the class entry
7836         for the meta property.
7837
7838         * lily/break-align-engraver.cc (stop_translation_timestep): call
7839         Break_align_interface::add_element() directly.
7840
7841         * lily/context.cc (measure_position): measure_position() is now a
7842         normal function.
7843
7844         * lily/include/translator.hh (class Translator): rename
7845         process_acknowledged_grobs() to process_acknowledged() and move to
7846         Translator.
7847
7848         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7849         field for each grob description.
7850
7851         * lily/include/translator-group.hh (class Translator_group):
7852         change to base class. Separate class from Translator. This gets
7853         rid of virtual inheritance for Engravers/Performers.
7854
7855         * lily/staff-performer.cc (class Staff_performer): derive
7856         Staff_performer from Performer, not Performer_group_performer 
7857
7858         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7859         new function.
7860         (precompute_method_bindings): new function. Precompute lists of
7861         Translators, so we only call methods (process_music,
7862         start_translation_timestep, etc.) for Translators needing
7863         it. Also: dispose of pointer-to-member-function calls.
7864
7865         * lily/engraver-group-engraver.cc: remove engraver_each,
7866         recurse_down_engravers ()
7867
7868         * lily/note-head.cc (internal_print): only call
7869         glyph-name-procedure if style != default. 
7870
7871 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7872
7873         * ly/titling-init.ly: add printallheaders option.
7874
7875         * Documentation/user/global.itely: document printallheaders.
7876
7877 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7878
7879         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7880         anymore, but do it centrally.  
7881
7882         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7883         hammer hack.
7884
7885         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7886
7887         * scm/output-lib.scm: remove hammer-print-function.
7888
7889         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7890         macro. Declare a Link_array<Grob> and fill it from a grob.
7891         (extract_item_set): idem for item.
7892
7893         * lily/break-substitution.cc: add header.
7894         (fast_substitute_grob_array): rewrite for Grob_arrays.
7895         (substitute_grob_array): idem.
7896
7897         * lily/group-interface.cc (add_thing): remove file.
7898
7899         * flower/include/parray.hh (class Link_array): slice() is const.
7900
7901         * lily/include/grob-array.hh: new file.
7902
7903         * lily/grob-array.cc (spanner): new file.
7904
7905         * lily/beam-quanting.cc (fill): read details property from beam.
7906
7907         * lily/beam.cc: support details property.
7908
7909         * total speedups below: approx 10%.
7910
7911         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7912
7913         * lily/include/grob.hh (class Grob): add interfaces_ member.
7914
7915         * lily/bezier.cc (init_polynomial_cache): new function: cache
7916         binom(3,j) t^j (1-t)^{3-j}
7917         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7918
7919         * lily/*.cc: substitution throughout.
7920
7921         * lily/grob-property.cc (internal_get_object): new routine.
7922         (internal_set_object): idem. Store grob refrences in separate
7923         alist. This saves processing time, since properties aren't
7924         break-substituted, and the per grob namespace is smaller, both for
7925         grobs and non-grob properties.
7926
7927         * scm/define-grob-properties.scm (all-internal-grob-properties):
7928         remove center-element.
7929
7930         * lily/grob.cc: remove tweak-count, tweak-rank.
7931
7932 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7933
7934         * Documentation/user/lilypond-book.itely: fixes example.
7935
7936 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7937
7938         * Documentation/user/global.itely (Creating titles):    
7939         * Documentation/user/examples.itely (All headers): change the
7940         place of \header in \score blocks (after music block) to make
7941         examples compile (cf. changes on parser.yy on 2005-07-10)
7942
7943 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7944
7945         * python/convertrules.py: add exc -> ecc rule.
7946
7947         * scripts/convert-ly.py: add location of convertrules.py
7948         in a comment.
7949
7950         * Documentation/user/changing-defaults.itely: fix language.
7951
7952 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7953
7954         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7955
7956 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7957
7958         * scm/output-socket.scm (grob-bbox): don't use inf? 
7959
7960         * flower/include/rational.hh: add operator bool() 
7961
7962         * scm/define-music-types.scm (music-descriptions): remove
7963         internal-class-name properties.
7964
7965         * lily/include/event.hh: remove file.
7966
7967         * lily/include/music-constructor.hh: remove file.
7968
7969         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7970         in 'types property.
7971
7972         * lily/music.cc (duration_length_callback): new function.
7973
7974         * lily/event.cc: remove file.
7975
7976         * lily/music-constructor.cc: remove file.
7977
7978         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7979
7980         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7981         (get_context_key): idem.
7982
7983         * scm/lily.scm (lambda): new option object-keys (default to #f)
7984
7985         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7986
7987         * scm/output-gnome.scm: remove beam routine.
7988
7989         * scm/output-ps.scm (scm): idem.
7990
7991         * scm/output-svg.scm: remove beam.
7992
7993         * ps/music-drawing-routines.ps: remove draw_beam.
7994
7995         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7996
7997         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7998         add scm_from_locale_string compatibility glue. 
7999
8000 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8001
8002         * scripts/lilypond-book.py: Prevent occuring error when
8003         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8004         times and target file shoud be overwritten.  (Error message said
8005         'input file and output file is same'.)
8006
8007 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8008
8009         * input/regression/slur-extreme.ly,
8010         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8011         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8012         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8013         "excentricity" to "eccentricity".
8014
8015         * Documentation/user/converters.itely: fix URL for Noteedit and
8016         Rosegarden.
8017
8018         * THANKS: added Yoshinobu Ishizaki.
8019
8020 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8021
8022         * scm/define-markup-commands.scm (justify-field): add. 
8023
8024         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8025
8026 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8027
8028         * lily/lookup.cc (filled_box): express filled_box with
8029         round_filled_box
8030
8031         * scm/midi.scm (paper-book-write-midis): new function. Write all
8032         performances in numbered MIDI files.
8033
8034         * lily/performance-scheme.cc (LY_DEFINE): new file.
8035         (LY_DEFINE): new function ly:performance-write.
8036
8037         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8038         new function.
8039         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8040
8041         * scm/framework-*.scm: use port arguments throughout.
8042
8043         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8044
8045         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8046
8047         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8048
8049         * scm/framework-texstr.scm (output-framework): 
8050
8051         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8052
8053         * scm/output-lib.scm (tablature-stem-attachment-function):
8054         tablature stem attachment fix. 
8055
8056 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8057
8058         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8059
8060         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8061
8062         * scm/define-music-types.scm (music-descriptions): don't use
8063         Music_wrapper type.
8064
8065         * lily/paper-column.cc (print): print moment too.
8066
8067         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8068         remove compatibility cruft.
8069
8070         * lily/parser.yy (score_body): \score can only begin with Music. 
8071
8072         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8073         make-score. Take music argument only. Move parser interaction to
8074         Scheme.
8075
8076         * scm/lily-library.scm (scorify-music): new function.
8077
8078         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8079         (datadir): remove resource import.
8080         (print_environment): remove get_bbox()
8081         (cp_to_dir): remove pre 1.5.2 compat glue.
8082
8083 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8084
8085         * lily/include/simple-spacer.hh (Module): idem.
8086
8087         * lily/include/spring.hh (struct Spring): store inverse
8088         strength. This prevents division by zero.
8089
8090         * VERSION: release 2.7.0
8091         
8092         * lily/include/music.hh (class Music): remove Music::duration_log()
8093
8094         * lily/stem-engraver.cc (make_stem): take duration log from event.
8095
8096         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8097
8098 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8099
8100         * scm/lily.scm (ly:load): load autochange.scm
8101
8102         * Documentation/user/tutorial.itely (Running LilyPond for the
8103         first time): remove reference to DVI/TeX
8104
8105         * scm/define-markup-commands.scm (text): add \text markup command.
8106
8107         * configure.in (reloc_b): bump requirement to Python 2.2.
8108
8109         * lily/include/dots.hh (class Dots): make has_interface() static.
8110
8111         * python/convertrules.py (conv): add rule for ly:grob-default-font
8112
8113         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8114         alphabetical order.
8115
8116         * input/regression/trill-spanner-pitched.ly: new file.
8117
8118         * lily/font-interface-scheme.cc (LY_DEFINE): function
8119         ly:grob-default-font (changed from get-default-font).
8120
8121         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8122
8123         * lily/note-head.cc (internal_print): if style is not a symbol,
8124         set style to 'default. 
8125         (internal_print): no style suffix if glyph-name-procedure not
8126         set. Default to quarter head.
8127
8128         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8129
8130         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8131
8132         * ly/music-functions-init.ly: \pitchedTrill
8133
8134         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8135
8136         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8137
8138         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8139
8140         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8141
8142         * po/fr.po: update
8143
8144         * po/de.po: update.
8145
8146 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8147
8148         * Documentation/user/changing-defaults.itely: add link
8149         to grob-iterface.
8150
8151         * Documentation/user/advanced-notation.itely: add material
8152         to Setting automatic beam behaviour.  Thanks, Joe!
8153
8154         * Documentation/user/lilypond.itely: change encoding to utf-8.
8155
8156 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8157
8158         * Documentation/user/advanced-notation.itely (Setting automatic
8159         beam behavior): Correct the documentation of
8160         revert-auto-beam-setting (backportme)
8161
8162 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8163
8164         * lily/ly-module.cc (ly_make_anonymous_module): define
8165         %module-public-interface of module. 
8166
8167         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8168         without lexer.
8169
8170 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8171
8172         * input/regression/fret-diagrams.ly: stretch example.
8173
8174 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8175
8176         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8177         Fodor).
8178
8179 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8180
8181         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8182
8183         * Documentation/user/examples.itely, lilypond-book.itely:
8184         change \RequirePackage to \usepackage.
8185
8186         * Documentation/user/global.itely: document copyright and tagline.
8187
8188 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8189
8190         * Documentation/user/basic-notation.itely (Transpose): remove link
8191         to nonexistent UntransposableMusic.
8192
8193         * scm/output-svg.scm: remove old definitions.
8194
8195         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8196         invoking.
8197
8198         * python/lilylib.py (search_exe_path): new function.
8199
8200 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8201
8202         * python/lilylib.py (mkdir_p): remove setup_environment()
8203         (backportme)
8204
8205         * buildscripts/mutopia-index.py (headertext): trim text.
8206
8207         * Documentation/topdocs/NEWS.tely (Top): refresh.
8208
8209         * scm/define-markup-commands.scm (wordwrap-string): new function:
8210         split string in paras and words.
8211         (wordwrap-markups): new function.
8212         (wordwrap-stencils): new function. 
8213         (justify): use it.
8214         (wordwrap): use it.
8215         (wordwrap-string): use it
8216         (justify-string): use it.
8217
8218         * scm/lily-library.scm (regexp-split): new function.
8219
8220         * scm/define-markup-commands.scm: remove encoded-simple. 
8221         remove font-markup.
8222         (fontsize): remove old version  of fontsize.
8223         (wordwrap): new markup function. Wrap into paragraphs.
8224
8225         * VERSION: Branch lilypond_2_6
8226         (MINOR_VERSION): go to 2.7.0
8227
8228 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8229
8230         * po/zh_TW.po: update from translation project.
8231
8232 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8233
8234         * scm/midi.scm: compile fix.
8235
8236 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8237
8238         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8239         patch. Now, the tempfile module is loaded too, not only used.
8240
8241 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8242
8243         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8244         0.05 - 1.00 to 0.25 - 1.00
8245
8246         * scm/midi.scm: moved the default-instrument-equalizer procedure
8247         to just under the insturment-equalizer-alist it takes as an
8248         argument.
8249
8250 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8251
8252         * Documentation/user/advanced-notation.itely (Font selection):
8253         remove CMR note.
8254
8255         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8256
8257 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8258
8259         * THANKS: Add UTF-8 marker.
8260
8261         * Documentation/user/point-and-click.itely (http): Update: use
8262         lilypond-invoke-editor.  Fix: instruct to use user.js.
8263
8264 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8265
8266         * ly/titling-init.ly: implements printpagenumber, increases
8267         space between dedication and title (to avoid collisions with
8268         "g" and "q" in dedication), and nicer logic about copyright
8269         and instrument fields being printed on the first page.
8270         Thanks Vincent!
8271
8272         * Documentation/user/global.itely: document printpagenumber.
8273
8274 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8275
8276         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8277
8278 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8279
8280         * THANKS: update to 2.6
8281
8282         * VERSION: 2.6.0 released.
8283
8284 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8285
8286         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8287         rule, errorneously removed probably because of misleading comment.
8288
8289 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8290
8291         * python/lilylib.py (datadir): py2exe comments.
8292
8293         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8294
8295         * configure.in (reloc_b): make fontconfig REQUIRED.
8296
8297 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8298
8299         * po/fi.po: add latest translations.
8300
8301 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8302
8303         * ChangeLog: recode utf-8
8304
8305         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8306         logo.
8307
8308         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8309
8310         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8311
8312         * python/convertrules.py (do_conversion): don't print program_name
8313         from within a module
8314
8315         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8316
8317         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8318
8319 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8320
8321         * Documentation/user/lilypond-book.itely,
8322         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8323
8324         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8325         fixes baseline-skip.  Thanks Vincent!
8326
8327         * Documentation/user/advanced-notation.itely, global.itely:
8328         moved "Selecting font sizes" to global, since it deals with
8329         notation font size, not text fonts.
8330
8331 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8332
8333         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8334         to fonts.
8335
8336 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8337
8338         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8339         workaround since /dev/stdin doesn't work on Cygwin. Using a
8340         temporary file in the current directory since latex doesn't
8341         understand the path name to the default TMP in Cygwin (at least on
8342         win XP).
8343         
8344         * Documentation/user/global.itely (Creating titles): Correct
8345         misprint in example. Thanks to Rob Vlasaty.
8346
8347 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8348
8349         * VERSION (PATCH_LEVEL): release 2.5.32
8350
8351         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8352         variable in lily module
8353
8354         * scm/framework-ps.scm (output-classic-framework): error message
8355         regarding the classic framework.
8356
8357         * Documentation/user/henle-flat-gray.png (Module): new file.
8358
8359         * Documentation/user/baer-flat-gray.png (Module): new file.
8360
8361         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8362         whiteout for markups.
8363
8364         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8365         regex too. This fixes change clef appearance in PDF. 
8366
8367         * ttftool/include/*: remove.
8368
8369         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8370
8371         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8372
8373         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8374
8375         * ttftool/*: remove ttftool subdirectory.
8376
8377         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8378
8379         * lily/ttf.cc (print_header): new file. Convert to type42, using
8380         FreeType to parse the TTF. 
8381
8382         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8383         and post table may differ. Pass around post_nglyphs as well.
8384
8385 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8386
8387         * ly/music-functions-init.ly (musicMap): new music function
8388         musicMap. 
8389         
8390 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8391
8392         * make/mutopia-rules.make: anti-alias-factor = 2
8393
8394         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8395         page switch.
8396
8397         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8398         anti-alias-factor for lilypond-book runs.
8399
8400         * scm/ps-to-png.scm (scale-down-image): new function.
8401         (my-system): new function.
8402         (make-ps-images): blow up GS resolution by anti-alias-factor,
8403         scale down image by anti-alias-factor.  This improves appearance
8404         of bitmaps
8405         (make-ps-images): remove showpage. Fixes spurious empty png at
8406         end.
8407
8408         * scm/framework-ps.scm (write-preamble): downcase filename before
8409         string-matching. Should fix .TTF files (as opposed to ttf files)  
8410
8411         * Documentation/user/tutorial.itely (Running LilyPond for the
8412         first time): separate subsections for windows, macos and unix.  
8413
8414         * Documentation/user/invoking.itely (Updating files with
8415         convert-ly): add MacOS X note.
8416
8417 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8418
8419         * Documentation/user/introduction.itely (Engraving): don't include
8420         file optical-spacing, add directly.
8421
8422         * lily/paper-outputter.cc (file): open file in binary mode. This
8423         fixes OTF embedding on windows.
8424
8425 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8426
8427         * scm/framework-ps.scm (write-preamble): remove debugging output.
8428
8429         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8430
8431         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8432         outdir.
8433         (install-fc-cache): install font cache in installation directories.
8434
8435 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8436
8437         * scm/editor.scm (editor-command-template-alist): Use char iso
8438         column, except for Emacs.
8439         (get-editor-command): Substitute char too (Bertalan Fodor).
8440
8441 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8442
8443         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8444         quoted ~s.  This should fix PNG output on Windows; single quotes
8445         are regular characters on Windows.
8446
8447 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8448
8449         * Documentation/user/basic-notation.itely: include ChoirStaff
8450         in System start delimiters.
8451
8452         * Documentation/user/putting.itely: new doc section on
8453         fixing overlapping notation.
8454
8455 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8456
8457         * Documentation/user/global.itely (Paper size): \paper is in
8458         \book, not \score.
8459
8460         * make/mutopia-rules.make: -ddelete-intermediate-files
8461
8462         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8463
8464 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8465
8466         * ChangeLog: Recode utf-8.
8467
8468         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8469         datadir with .py modules.
8470
8471 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8472
8473         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8474
8475 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8476
8477         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8478         
8479         * scm/framework-ps.scm (write-preamble): remove status check.
8480
8481         * Documentation/user/invoking.itely (Updating files with
8482         convert-ly): remove -o option.
8483
8484         * VERSION (PACKAGE_NAME): release 2.5.31
8485
8486         * scm/framework-ps.scm (write-preamble): use ly:system.
8487         (write-preamble): verbosity.
8488
8489         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8490
8491         * python/convertrules.py: new file. Store conversion rules
8492         separately.
8493
8494 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8495
8496         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8497
8498 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8499
8500         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8501         \musicDisplay 
8502
8503         * Documentation/user/instrument-notation.itely (More stanzas): Add
8504         reference to StanzaNumber.
8505
8506 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8507
8508         * THANKS: separate section for website translators.
8509
8510 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8511
8512         * Documentation/topdocs/INSTALL.texi: update vim info;
8513         thanks Simon Bailey!
8514
8515         * Documentation/user/advanced-notation.itely: included
8516         color names.
8517
8518         * Documentation/user/advanced-notation.itely,
8519         Documentation/usr/notation-appendices.itely: moved
8520         color names into an appendix.
8521
8522 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8523         
8524         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8525
8526         * scm/lily.scm (lambda): initialize program options from here.
8527
8528         * scm/framework-*.scm: add header info.
8529
8530         * lily/main.cc (parse_argv): only set output format to pdf if no
8531         other format specified.
8532
8533         * scm/backend-library.scm (postprocess-output): process
8534         'delete-intermediate-files after running convert-to-*. This fixes
8535         PNG generation when 'delete-intermediate-files is set.
8536         
8537 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8538
8539         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8540         links on website. 
8541
8542 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8543
8544         * Documentation/topdocs/INSTALL.texi,
8545         Documentation/user/lilypond-book.itely: typos.
8546
8547 2005-06-12  Pal Benko  <benkop@freestart.hu>
8548
8549         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8550         added between program name and switch; -b changed to -f not
8551         to generate pdf
8552
8553 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8554
8555         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8556         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8557
8558         * input/sakura-sakura.ly: add \midi.
8559
8560         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8561         iso. python find. 
8562
8563         * ttftool/test.c (main): cosmetics.
8564
8565         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8566
8567         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8568         create a ttf2ps binary.
8569
8570         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8571
8572         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8573         true.
8574
8575 2005-06-11  Graham Percival <gperlist@shaw.ca>
8576
8577         * Documentation/user/lilypond-book.itely: add warning about
8578         the font warnings in dvips.
8579
8580 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8581
8582         * THANKS: typo
8583
8584         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8585
8586         * GNUmakefile.in: remove links for .map, .enc
8587         don't fail if out/ doesn't exist yet.
8588
8589 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8590
8591         * ttftool/util.c (surely_read): return nbytes
8592
8593         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8594
8595         * VERSION (PACKAGE_NAME): release 2.5.30
8596
8597         * flower/string-convert.cc (precision_string): >? fix.
8598
8599         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8600         (make-ps-images): add verbose -q too.
8601
8602         * lily/default-actions.cc (Module): new file. default
8603         {book,score}-print functions.
8604
8605         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8606         pass results via parseStringResult, lookup via ly:parser-lookup.  
8607
8608         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8609         constructors.
8610         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8611         (parse_string): idem.
8612
8613         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8614
8615         * lily/main.cc (main_with_guile): copy be_verbose_global into
8616         ly_set_option()
8617
8618 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8619
8620         * scm/backend-library.scm (postscript->pdf):
8621         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8622         verbose mode.  Search for several names of gs executable.
8623
8624 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8625
8626         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8627         directly. This fixes a massive memory leak, provided you use CVS
8628         GUILE.
8629
8630 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8631
8632         * ly/property-init.ly: Added tieDashed.
8633
8634         * THANKS: Added some bughunters for 2.5.
8635
8636 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8637
8638         * lily/program-option.cc: add debug-gc option.
8639
8640         * lily/include/lily-guile-macros.hh: don't protect exported module
8641         objects.
8642
8643         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8644
8645         * scm/backend-library.scm (postscript->pdf): use
8646         delete-intermediate-files iso. running-from-gui? 
8647
8648         * ttftool/util.c (surely_read): robustness. Allow read() to return
8649         less bytes than requested, as per posix standards.
8650
8651         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8652         program option.
8653
8654         * ttftool/include/ttftool.h ("C"): rename verbosity to
8655         ttf_verbosity. Add to public interface.
8656
8657         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8658
8659         * lily/program-option.cc: rename from scm-option.cc
8660
8661         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8662         (get_help_string): Print pretty help string.
8663
8664         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8665         to snippet preamble.
8666
8667         * lily/scm-option.cc: remove command-line-settings option. Fold
8668         all command-line options plus default settings in a generic
8669         interface. 
8670
8671         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8672         texts too.
8673
8674 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8675
8676         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8677         or EXT_ components non-empty.
8678
8679 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8680
8681         * scm/lily.scm (running-from-gui?): Export.
8682
8683         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8684         output in .ly source directory.
8685
8686 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8687
8688         * ttftool/util.c (surely_lseek): more verbosity.
8689
8690         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8691         compile.
8692
8693         * lily/parser.yy (Repeated_music): remove >? 
8694
8695         * scm/backend-library.scm (postscript->pdf): Support for
8696         -dgs-font-load=1
8697
8698         * scm/framework-ps.scm (write-preamble): make font loading
8699         switchable to GS via --define-default gs-font-load=1
8700
8701 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8702
8703         * Documentation/user/global.itely: added \layout docs.
8704
8705 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8706
8707         * lily/lily-parser-scheme.cc: add unistd.h
8708
8709 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8710
8711         * scm/editor.scm: add char argument.
8712
8713         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8714
8715         * ttftool/util.c (syserror): use errno for better error reporting.
8716
8717         * lily/source-file.cc (get_counts): new function. Calc column,
8718         line and char count in one go.
8719
8720         * lily/binary-source-file.cc (quote_input): rename to quote_input
8721
8722         * lily/input.cc (set): new function.
8723
8724 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8725
8726         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8727         directory part of file name to search directory.
8728
8729         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8730         search path and chdir to DIR if --outname=DIR used.
8731
8732         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8733         existence before appending original path.
8734
8735 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8736
8737         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8738         file" massage.
8739
8740         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8741         texinfo.tex is always used.
8742         
8743 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8744
8745         * flower/include/axis.hh: rename from axes.hh
8746
8747         * lily/include/text-interface.hh (Module): rename from text-item.hh
8748
8749         * VERSION (PATCH_LEVEL): release 2.5.29
8750
8751         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8752
8753         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8754         (handle-macfont): new function. Call fondu for Native mac fonts.
8755
8756         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8757         '() case.
8758
8759 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8760
8761         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8762         multi-page.  Fix .eps regular expression.
8763
8764 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8765
8766         * Documentation/user/putting.itely: add info on modifying templates.
8767
8768         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8769         misc small changes.
8770
8771 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8772
8773         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8774
8775         * scripts/lilypond-ps2png.scm
8776
8777         * VERSION (PACKAGE_NAME): release 2.5.28
8778
8779 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8780
8781         * lily/main.cc (prepend_env_path): Do not append /, that does not
8782         work.  Localedir lives in datadir, not in prefix.
8783
8784         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8785         hack for windows.
8786
8787         * flower/include/file-cookie.hh: Compile fix.
8788
8789 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8790
8791         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8792
8793         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8794         system primitives.
8795         (gulp-port): using read-string!/partial. We don't want to read an
8796         entire PS file  (GUILE 1.6 limits strings to 16M) 
8797
8798         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8799         properties. Add font-interface. 
8800
8801         * scm/define-grob-properties.scm (all-user-grob-properties):
8802         remove old bracket properties.
8803
8804         * scm/x11-color.scm: reformat. 
8805
8806         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8807         LedgerLineSpanner if new StaffSymbol is found. 
8808
8809         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8810         staff-symbol for finishing staff. 
8811
8812         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8813
8814         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8815         change black to currentColor everywhere. This fixes color support
8816         in SVG.
8817
8818 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8819
8820         * input/regression/fret-diagrams.ly: new file to test fret diagram
8821         capability
8822
8823         * scm/output-tex.scm: remove white-dot and white-text
8824
8825         * scm/output-ps.scm: remove white-dot and white-text
8826
8827         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8828         using ly:stencil-in-color instead
8829         (draw-dots) : remove call to white-dot
8830
8831 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8832
8833         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8834         support.
8835
8836         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8837
8838         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8839
8840         * flower/file-cookie.cc: new file. lily_cookie extension.
8841         
8842 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8843
8844         * scm/editor.scm (editor-command-template-alist): Add syn
8845         editor (Jaap [de Vos]).
8846
8847 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8848
8849         * scripts/lilypond-ps2png.scm:
8850         * scm/ps-to-png.scm: New file.
8851
8852         * scm/backend-library.scm (postscript->png): Use it.
8853
8854         * scripts/lilypond-ps-to-png.py: Remove file.
8855
8856         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8857
8858 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8859
8860         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8861
8862         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8863         start on grace moment. Fixes autobeam-grace.ly.
8864
8865         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8866         process anything unless we're at the end of a pending beam. Fixes
8867         syncopated 8ths beamed across a beat.
8868
8869 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8870
8871         * scm/editor.scm (editor-command-template-alist): Start emacs if
8872         emacslient fails.
8873
8874         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8875
8876         * flower/file-path.cc (is_file, is_dir): Export.
8877
8878         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8879
8880 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8881
8882         * lily/easy-notation.cc: Added include cctype to correct
8883         compilation error.
8884
8885 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8886
8887         * scm/backend-library.scm (postscript->pdf): set resolution to
8888         1200, so bitmap fonts aren't that ugly. 
8889
8890         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8891
8892         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8893         parent if we have a notehead. Fixes incorrect offsets when
8894         Paper_column is very wide in the X direction.
8895
8896         * input/regression/font-family-override.ly (Module): new file.
8897
8898         * scm/font.scm (make-pango-font-tree): new function.
8899
8900         * lily/beam.cc (before_line_breaking): remove warning about less
8901         than 2 visible stems. We still get a warning when there is only
8902         one stem.
8903
8904 2005-06-01  Werner Lemberg  <wl@gnu.org>
8905
8906         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8907         correctly.
8908
8909 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8910
8911         * lily/slur-scoring.cc (generate_avoid_offsets): new
8912         function. Generate avoid offsets once per slur.
8913
8914         * lily/slur.cc (add_extra_encompass): add dependency to
8915         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8916
8917         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8918         too. Fixes inf error with added bass notes.
8919
8920         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8921         argument anymore.
8922
8923         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8924
8925         * input/tutorial/lbook-latex-test.tex: add line length test.
8926
8927         * scripts/lilypond-book.py (set_default_options): new
8928         function. Call this before dissecting snippets, so linewidth
8929         settings reach the snippets.
8930
8931 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8932
8933         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8934
8935 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8936
8937         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8938
8939 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8940
8941         * stepmake/aclocal.m4: More autopackage friendliness.
8942
8943 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8944
8945         * Documentation/index.html.in: remove link to LSR.
8946
8947         * Documentation/user/global.itely: remove duplicate
8948         "dedication" \header{} section.
8949
8950 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8951
8952         * VERSION (PACKAGE_NAME): release 2.5.27.
8953
8954         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8955         too. Plugs memory leak.
8956
8957         * make/lilypond.fedora.spec.in (Group): remove
8958         lilypond-pdfpc-helper.
8959
8960         * scripts/GNUmakefile (SEXECUTABLES): remove
8961         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8962
8963         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8964         'typewriter family.
8965
8966         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8967         memory leak.
8968
8969         * lily/parser.yy (score_body): don't clone Score, that's done in
8970         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8971
8972         * lily/score-engraver.cc (derived_mark): new function.
8973         (initialize): unprotect Paper_score. This fixes a memory leak.
8974
8975         * lily/score-performer.cc (derived_mark): new function.
8976
8977         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8978
8979         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8980         spurious warning.
8981
8982         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8983         serif.
8984
8985 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8986
8987         * configure.in (reloc_b): Add --enable-relocation.
8988
8989 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8990
8991         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8992
8993         * input/regression/alignment-order.ly: add Staff example.
8994
8995 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8996
8997         * po/fr.po: update.
8998
8999 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9000
9001         * Documentation/index.html.in: add link to LSR.
9002
9003 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9004
9005         * scm/define-stencil-commands.scm (Module): new file. Register all
9006         allowed stencil expression heads in a central place.
9007
9008         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9009         ly:make-stencil
9010
9011         * lily/stencil-expression.cc (all_stencil_heads): registering
9012         stencil expressions.
9013
9014         * lily/stencil-interpret.cc: new file. Stencil expression
9015         interpreting.
9016
9017         * input/xiao-haizi-guai-guai.ly: move file back.
9018
9019 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9020
9021         * Documentation/user/advanced.itely, converters.itely,
9022         instrument-notation.itely, lilypond-book.itely: misc small
9023         changes.
9024
9025 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9026
9027         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9028
9029         * make/lilypond.fedora.spec.in: Fix source url.
9030
9031         * cygwin: Update from mingw patches.
9032
9033         * scm/editor.scm (editor-command-template-alist): Use jedit
9034         -reuseview (Bertalan), add uedit (Patrick Huberts).
9035
9036         * input/xiao-hai-zi-guai-guai.ly: Rename from
9037         xiao-haizi-guai-guai.ly.
9038
9039         * input/*: Reindent, do not use TAB.
9040
9041         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9042         white background.
9043
9044 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9045
9046         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9047         numerical overflow error.
9048
9049 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9050         
9051         * abc2ly.py: fix to syntax error in multi-part output.
9052
9053 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9054
9055         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9056         with disappearing span bars when alignAboveContext is active
9057
9058         * lily/property-iterator.cc (check_grob): use is-grob?
9059         object-property. Fixes crash-key-sig-font-size.ly. 
9060
9061 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9062
9063         * lily/bar-line.cc (print): don't round barlines; this produces
9064         odd aliasing effects in Acroread.
9065
9066         * lily/timing-engraver.cc (process_music): robustness fix.
9067
9068         * lily/context-def.cc (filter_engravers): bugfix.
9069
9070 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * lily/lilypond.rc.in: Add ly-icon.
9073
9074         * lily/GNUmakefile: 
9075         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9076         rules.
9077
9078 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9079
9080         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9081
9082         * ps/music-drawing-routines.ps: 
9083
9084         * scm/output-ps.scm: remove draw ez_ball.
9085
9086         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9087         EasyNotation context definition.
9088
9089         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9090         Text_interface and color for making easy note heads.
9091
9092         * lily/stencil.cc (with_color): new function.
9093
9094         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9095
9096         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9097         output routine. Zigzag now works in SVG too.
9098
9099         * scm/output-tex.scm (filledbox): idem.
9100
9101         * scm/output-svg.scm (filledbox): idem.
9102
9103         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9104
9105         * lily/lookup.cc (horizontal_line): use draw-line. 
9106
9107         * lily/system-start-delimiter.cc: remove old staff bracket code.
9108
9109         * mf/feta-haak.mf: further tweaks.
9110
9111         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9112
9113         * mf/feta-generic.mf: include feta-haak.
9114
9115         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9116
9117         * scm/framework-ps.scm (write-preamble): only load fonts if their
9118         filename is a string. 
9119
9120 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9121
9122         * scm/output-svg.scm (circle): support circle.
9123         (bracket): stub for bracket.
9124
9125         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9126         correct.
9127
9128 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9129
9130         * Documentation/user/lilypond.tely, advanced-notation.itely,
9131         basic-notation.itely, instrument-notation.itely, global.itely,
9132         introduction.itely, tutorial.itely: rearranging, editing,
9133         clean-up.
9134
9135         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9136         for compiling on FreeBSD.
9137
9138 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9139
9140         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9141         otf files.
9142
9143         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9144         bugfixes.
9145
9146         * VERSION: 2.5.26 released.
9147
9148         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9149
9150 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9151
9152         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9153         if printpagenumber is false.
9154
9155 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9156
9157         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9158         cache warning.
9159
9160         * lily/tie.cc (print): support dotted ties.
9161         
9162 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9163
9164         * scm/define-grobs.scm (all-grob-descriptions): switch off
9165         debugging
9166         (all-grob-descriptions): Arpeggio has Y-extent.
9167
9168         * scm/define-music-properties.scm (all-music-properties): document
9169         length-callback and start-callback as "read-only".
9170
9171         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9172         length-callback after creation. 
9173
9174         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9175         compressmusic -> compressMusic.
9176
9177         * ly/music-functions-init.ly (oldaddlyrics): idem.
9178
9179         * lily/parser.yy: NewLyricCombineMusic ->
9180         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9181
9182 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9183
9184         * ly/Welcome_to_LilyPond.ly: typo.
9185
9186 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9187
9188         * Documentation/user/lilypond.tely: move changing-defaults to be
9189         before global issues.
9190
9191         * Documentation/user/basic-notation.itely: move Transpose section
9192         here from advanced/Other.
9193
9194         * Documentation/user/changing-defaults.itely,
9195         advanced-notation.itely: move Fonts to advanced, edit.
9196
9197 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9198
9199         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9200         # before negative integers.
9201
9202 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9203
9204         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9205
9206         * Documentation/user/lilypond.tely: change Unified index to
9207         LilyPond index.
9208
9209         * Documentation/user/advanced-notation.itely,
9210         instrument-notation.itely: editing.
9211
9212 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9213
9214         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9215
9216         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9217
9218 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9219
9220         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9221         ly:port-move.  Needs to be stderr-specific on mingw.
9222         Run fixcc.
9223
9224 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         * lily/general-scheme.cc (ly:port-move): Remove.
9227
9228         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9229         windows.
9230
9231         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9232         variables.  This eliminates the need for a gs.bat wrapper, which
9233         opens a console.
9234
9235         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9236         * scm/lily.scm (running-from-gui?): 
9237         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9238         artifact of not compiling with -mwindows.
9239
9240         * scm/editor.scm: Define PLATFORM.
9241
9242 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9243
9244         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9245         can start to cut & paste lilypond-book fragments.  
9246
9247         * scm/define-music-types.scm (music-descriptions): remove
9248         UntransposableMusic
9249
9250 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9251
9252         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9253
9254 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9255
9256         * Documentation/user/instrument-notation.itely: remove *Engraver.
9257
9258         * Documentation/user/advanced-notation.itely: edit, rearrange.
9259
9260 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9261
9262         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9263         findresource iso. findfont for CID CFF fonts.
9264
9265         * VERSION (PACKAGE_NAME): release 2.5.25
9266
9267         * ly/Welcome_to_LilyPond.ly: add  \version
9268
9269 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9270
9271         * Documentation/user/programming-interface.itely: move
9272         \displayMusic into its own section.
9273
9274         * Documentation/user/basic-notation.itely: finish editing.
9275
9276 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9277
9278         * flower/file-path.cc (find): don't throw away file_name.dir, but
9279         append to it. Fixes \include with directories.
9280
9281         * flower/include/file-path.hh (class File_path): don't derive from
9282         Array<String>.
9283
9284         * flower/include/file-name.hh (class File_name): remove to_str0()
9285
9286         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9287         Hara_kiri_engraver in separate file.
9288
9289         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9290         translation went wrong. Fixes vertically translated slurs.
9291
9292 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9293
9294         * Documentation/user/basic-notaton.itely: editing.
9295
9296 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9297
9298         * Documentation/user/macros.itexi, basic-notation.itely:
9299         add @commonprop (commonly used properties) macro.
9300
9301 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9302
9303         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9304
9305         * scripts/lilypond-book.py (invokes_lilypond): new function
9306         (main): only run fontextract if invokes_lilypond() is true.
9307
9308         * lily/function-documentation.cc (ly_add_function_documentation):
9309         duh, use !=
9310
9311         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9312
9313         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9314
9315         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9316
9317         * lily/function-documentation.cc (ly_add_function_documentation):
9318         use scm_hash_table_p() for checking.
9319
9320 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9321
9322         * Documentation/user/advanced-notation.itely (Text scripts):
9323         Change nonexisting @internalsref{Text markup} to @ref{Text
9324         markup}.  Change @internalsref{Text script} to
9325         @internalsref{TextScript}.
9326
9327         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9328
9329 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9330
9331         * Documentation/user/tutorial.itely, basic-notation.itely,
9332         changing-defaults.itely: remove duplicate cindex entries
9333         that appear on the same page.
9334
9335         * scm/define-grobs.scm: change default padding for TextSpanner.
9336
9337         * Documentation/topdocs/AUTHORS.texi: update email address.
9338
9339         * Documentation/user/global.itely: add info about \include.
9340
9341 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9342
9343         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9344         when running-from-gui.
9345
9346         * scm/editor.scm (get-editor): Add platform defaults.
9347
9348         * scm/backend-library.scm (postscript->pdf): Typo.
9349
9350 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9351
9352         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9353
9354         * lily/font-config.cc (init_fontconfig): add warning about cache.
9355
9356 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9357
9358         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9359
9360 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9361
9362         * lily/horizontal-bracket.cc (print): Take care of the direction
9363         property so brackets above the stave point downwards. 
9364
9365         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9366         for HorizontalBracket so it doesn't end up within the stave.
9367
9368 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9369
9370         * lily/GNUmakefile (default): Typo.
9371
9372         * scm/lily.scm (PLATFORM): Export.
9373
9374         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9375         load-font-via-GS, ttftool or fopencookie is broken on windows.
9376         
9377         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9378         -dSAFER, that is broken on windows.
9379
9380 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9381
9382         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9383         for FlexLexer.h
9384
9385         * scripts/lilypond-invoke-editor.scm: remove stray -
9386
9387 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9388
9389         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9390         Fixes deprecation warning.
9391
9392         * flower/include/string.icc (to_string): Only inline if
9393         -DSTRING_UTILS_INLINED.
9394
9395         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9396         name.  Remove windows comment.
9397
9398         * scm/editor.scm (slashify): New function.
9399         (get-editor-command): Use it.
9400         (get-command-template): Do not alter editor command if
9401         environment value includes `%(file)s' magic.
9402
9403         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9404         (dissect-uri): Use it.
9405         (unquote-uri): Bugfix.
9406
9407 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9408
9409         * scm/framework-ps.scm (write-preamble): add TTF rule.
9410
9411         * Documentation/topdocs/README.texi (Top): remove note about
9412         xdelta.
9413
9414         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9415         requirement.
9416
9417         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9418         function. Figure out where FlexLexer.h lives
9419
9420         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9421         
9422 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9425         with Windows root in file name.
9426
9427         * scm/backend-library.scm (ly:system): Only redirect output (using
9428         system and shell, ugh) if /dev/null is writable.
9429
9430         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9431         windows icon.
9432
9433         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9434         on Mingw.
9435
9436         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9437         click.
9438
9439         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9440         use result of stat when available.
9441
9442         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9443         absolute file name and root.
9444
9445         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9446
9447         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9448
9449         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9450         slashes in file name.
9451
9452 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9453
9454         * Documentation/user/preface.itely (Preface): Run
9455         texinfo-all-menus-update.
9456
9457         * scm/editor.scm (get-editor-command): Bugfix: allow full
9458         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9459
9460         * Documentation/pictures/lilypond-48.xpm: New file.
9461
9462         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9463
9464         * ly/Welcome_to_LilyPond.ly: New file.
9465
9466         * lily/main.cc (main): Only identify if we have a terminal.
9467
9468         * scm/backend-library.scm (postscript->png)
9469         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9470         non-/bin/sh).
9471
9472 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9473
9474         * Documentation/topdocs/AUTHORS.texi: polish, update.
9475
9476 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9477
9478         * Documentation/user/preface.itely (Notes for version 2.6): new
9479         notes for 2.6
9480
9481         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9482         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9483         is not fully contained" warnings.
9484
9485         * lily/slur-scoring.cc (get_bound_info): remove warning.
9486
9487         * lily/staff-symbol-engraver.cc (process_music): start initial
9488         spanner in process_music(). This fixes overrides of StaffSymbol
9489         properties.
9490
9491         * scm/framework-pdf.scm (Module): remove.
9492
9493         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9494
9495         * lily/ambitus-engraver.cc: formatting cleanups.
9496
9497         * mf/feta-solfa.mf (Module): remove.
9498
9499         * ChangeLog: more details about contributions.
9500
9501 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9502
9503         * lily/align-interface.cc (align_elements_to_extents): warn if
9504         called too early. Fixes: disappearing-staff-lines.ly
9505
9506         * VERSION (PACKAGE_NAME): release 2.5.24
9507
9508 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * stepmake/aclocal.m4: Typo.
9511
9512         * flower/string.cc (substitute): Take two strings or two
9513         characters.  Update callers.
9514
9515 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9516
9517         * flower/file-name.cc (File_name): Slashify.
9518
9519         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9520
9521         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9522
9523         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9524
9525         * configure.in (gui_b): Use it.
9526
9527         * lily/lilypond.rc.in: New file.
9528
9529         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9530
9531 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9532
9533         * Documentation/user/advanced-notation.itely: edit of Text
9534         section; clarify text scripts vs. text markup.
9535
9536 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9537
9538         * lily/multi-measure-rest-engraver.cc
9539         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9540         separation items on start. Fixes mm rests in start of score.
9541
9542         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9543         don't access StaffSymbol if not there.
9544         Fixes: crash-staff-symbol-engraver.ly.
9545
9546         * lily/instrument-name-engraver.cc (class
9547         Instrument_name_engraver): data member first_. Create
9548         InstrumentName on start. 
9549
9550 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9551
9552         * Documentation/user/instrument-notation.itely: add guitar
9553         position.
9554
9555         * Documentation/user/introduction.itely,
9556         Documentation/user/lilypond.tely,
9557         Documentation/user/tutorial.itely: begin pruning
9558         unused (duplicated) cindex entries and misc cleanup.
9559
9560 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9561
9562         * input/test/volta-chord-names.ly: Bring the explanation up to
9563         date.
9564
9565 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9566
9567         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9568         Specify `@documentencoding utf-8' for html, ignore warnings.
9569
9570 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9571
9572         * THANKS: Added bughunters.
9573
9574 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9575
9576         * lily/main.cc: update help string for `lilypond -H'.
9577
9578         * po/fi.po: update.
9579         
9580 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9581
9582         * Documentation/user/advanced-notation.itely: minor fixes.
9583
9584 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9585
9586         * scm/editor.scm: New module.
9587
9588         * scm/lily.scm (gui-main): Use it.
9589
9590         * scm/framework-gnome.scm (spawn-editor): Use it.
9591
9592         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9593
9594 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9595
9596         * scm/framework-ps.scm (load-font-via-GS):  new function.
9597
9598         * lily/pango-font.cc (pango_item_string_stencil): add support for
9599         CID keyed font.
9600
9601         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9602
9603 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9604
9605         * Documentation/user/basic-notation.itely: add @ref.
9606
9607         * Documentation/user/advanced-notation.itely: add example
9608         of 5/8 beaming.
9609
9610 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9611
9612         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9613
9614         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9615         going through ps2pdf wrappers.
9616
9617 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9618
9619         * Documentation/user/instrument-notation.itely: petrucci note
9620         heads: updated docu
9621
9622         * input/regression/note-head-style.ly: updated regression test;
9623         indentation fixes
9624
9625         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9626         heads as default
9627
9628         * mf/parmesan-heads.mf: minor editing; use musicological names
9629         (rather than optical description) as note head names
9630
9631         * scm/output-lib.scm: complete petrucci heads
9632
9633 2005-05-09  Pal Benko  <benkop@freestart.hu>
9634
9635         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9636         heads, but bigger)
9637
9638 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9639
9640         * lily/main.cc (main_with_guile): Remove no files check.
9641
9642         * lily/main.cc (ly:usage): Export to Scheme.
9643
9644         * scm/lily.scm (no-files-handler): New function.
9645
9646         * scm/lily.scm (lilypond-main): Use it.
9647
9648         * configure.in (gui_b): Add mbrtowc checking.
9649         Resurrect [utf8/]wchar.h checking.
9650
9651 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9652
9653         * Documentation/user/advanced-notation.itely (Metronome marks):
9654         Add link to the program reference for MetronomeMark
9655
9656         * Documentation/user/lilypond-book.itely (An example of a
9657         musicological document): Correct the example using psfonts 
9658
9659 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9660
9661         * po/fi.po: update after a lesson how to update entries against
9662         source.
9663         
9664         * po/TODO: document the lesson.
9665
9666 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9667
9668         * configure.in (gui_b): remove wcrtomb checking.
9669
9670         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9671         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9672
9673 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9674
9675         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9676         keep Scheme expressions and strings unmodified when doing the
9677         conversion to postfix notation for slurs and beams. Should
9678         hopefully solve most related conversion problems. 
9679
9680         * Documentation/user/lilypond-book.itely : Clarify and correct how
9681         to call dvips with -h psfonts.
9682
9683 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9684
9685         * Documentation/user/instrument-notation.itely (Entering lyrics):
9686         Typo.  Fixes build.
9687
9688 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9689
9690         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9691
9692         * Documentation/user/lilypond.tely, lilypond-book.itely,
9693         tutorial.itely: change references to 2.5.x to 2.6.x.
9694
9695         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9696         vs \lyricmode.
9697
9698         * Documentation/user/invoking.itely: remove old info about
9699         lilypond-profile.
9700
9701         * Documentation/topdocs/INSTALL.texi: remove old info about
9702         lilypond-profile, add warning about needing international fonts
9703         to build docs.
9704
9705 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9706
9707         * lily/include/grob-info.hh (class Grob_info): make data member
9708         private. Changes throughout.
9709
9710         * input/regression/alignment-order.ly: new file. 
9711
9712         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9713         alignAboveContext and alignBelowContext
9714
9715 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9716
9717         * lily/pfb.cc (LY_DEFINE): add cast.
9718
9719         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9720         matches .otf
9721         (write-preamble): warn about unknown fonts.
9722
9723         * lily/pfb.cc (Module): new function ly:otf->cff
9724
9725         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9726         (get_otf_table): new function.
9727
9728 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9729
9730         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9731         iso. ps2png.
9732
9733 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9734
9735         * po/fi.po: apply second round of update.
9736
9737 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9738
9739         * scm/x11-color.scm (make-x11-color-handler): don't use
9740         #\sp. Apparently doesn't work on all platforms. 
9741
9742 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9743
9744         * Documentation/user/advanced-notation.itely, putting.itely,
9745         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9746
9747 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9748
9749         * VERSION (PACKAGE_NAME): release 2.5.23
9750
9751 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9752
9753         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9754         convert to utf-8.
9755
9756         * THANKS: Add translators for this release, convert to utf-8.
9757
9758         * mf/GNUmakefile (MFTRACE_FLAGS):
9759         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9760         outdir as option (WAS: hardcoded).
9761
9762 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9763
9764         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9765         finished_span_
9766
9767         * THANKS: add Hans Forbrich.
9768
9769         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9770
9771         * Documentation/user/basic-notation.itely (Staff symbol): document
9772         start/stop staff. Reference to ossia.ly
9773
9774         * input/test/ossia.ly: new example using stop and startStaff.
9775
9776         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9777         in other words, don't create "|" barline at start of the score.
9778         (start_translation_timestep): don't set whichBar for start of score.
9779
9780         * input/regression/staff-halfway.ly: use new functionality.
9781
9782         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9783         start and stop staff based on events.
9784
9785         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9786
9787         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9788
9789 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9790
9791         * Documentation/user/programming-interface.itely (How markups work
9792         internally ): remove \encoding reference.
9793
9794 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9795
9796         * scripts/convert-ly.py: Attempt to do a smarter update of 
9797         text markups from versions < 1.9.0 with arbitrary nesting.
9798
9799 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9800
9801         * po/fi.po: convert to utf-8, and update.
9802
9803 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9804
9805         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9806
9807         * lily/*.cc: more <? >? to min/max changes
9808
9809         * lily/include/interpretation-context-handle.hh: rename
9810         Interpretation_context_handle to Context_handle.
9811
9812 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9813
9814         * input/regression/GNUmakefile (local_delete): use `find` together 
9815         with `xargs` to avoid too long argument-lists in cmd line.
9816
9817 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9818
9819         * Documentation/user/introduction.itely: updates "About this manual".
9820
9821         * Documentation/user/advanced-notation.itely,
9822         invoking.itely: minor fixes.
9823
9824 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9825
9826         * COPYING: add font exception. Update FSF address. 
9827
9828         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9829         should be taken without child context.
9830
9831         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9832
9833         * scm/define-markup-commands.scm (triangle): new command, as
9834         robust replacement for unicode Delta/Triangle.
9835
9836 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9837
9838         * ps/music-drawing-routines.ps: add fillp argument.
9839
9840         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9841
9842         * lily/font-config.cc (init_fontconfig): don't add cff/
9843
9844         * VERSION (PACKAGE_NAME): release 2.5.22
9845
9846         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9847
9848         * lily/grace-engraver.cc (consider_change_grace_settings): use
9849         is_alias(). Fixes problem with CueVoice grace notes. 
9850
9851         * lily/simultaneous-music-iterator.cc (construct_children): call
9852         Music_iterator::quit() for iterators that start out invalid. This
9853         fixes indefinitely continuing contexts.
9854
9855         * buildscripts/substitute-encoding.py: new file
9856
9857         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9858         missing @end 
9859
9860         * scripts/lilypond-book.py (write_if_updated): print file name.
9861
9862         * Documentation/user/basic-notation.itely (Explicitly
9863         instantiating voices): idem.
9864
9865         * Documentation/user/advanced-notation.itely (Text spanners):
9866         remove stray { } 
9867
9868         * lily/context.cc (default_child_context_name): the default child
9869         is now first in accepts_list_.
9870
9871         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9872         \defaultchild to all relevant contexts.  This fixes:
9873         drums-pitch.ly.
9874
9875         (Probably also fixes similar problems with ancient
9876         transcriptions getting CueVoices instead of the desired voices.)
9877  
9878         * lily/context-def.cc (get_default_child): new function.
9879         (get_accepted): place default child in front of list.
9880
9881         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9882
9883         * lily/include/context-def.hh (struct Context_def): add
9884         default_accept_
9885
9886 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9887
9888         * scm/define-grobs.scm: remove "remove-first" line, since
9889         the absent property is set to #f anyway.
9890
9891         * Documentation/user/basic-notation.itely,
9892         advanced-notation.itely, instrument-notation.itely: minor
9893         fixes.
9894
9895         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9896
9897         * Documentation/user/advanced-notation.itely,
9898         changing-defaults.itely: consolidate Text stuff in
9899         advanced notation.
9900
9901         * Documentation/user/global.itely: better docs for \header.
9902
9903         * Documentation/user/putting.itely: new chapter; placeholder
9904         for future expansion.
9905
9906         * Documentation/user/examples.itely: moved "suggestions for
9907         writing LP files" section into putting.itely.
9908
9909         * Documentation/user/lilypond.itely: added new chapter,
9910         fixed the short table of contents.
9911
9912 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9913
9914         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9915         infinity for unfeasible beams.
9916
9917         * make/lilypond.fedora.spec.in (Group): idem.
9918
9919         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9920
9921         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9922
9923         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9924         fonts directly.
9925
9926         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9927
9928         * mf/GNUmakefile: remove all CFF rules.
9929
9930         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9931
9932         * lily/open-type-font-scheme.cc (LY_DEFINE):
9933         new function ly:otf-font-table-data.
9934         (LY_DEFINE): new function otf-font?
9935
9936 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9937
9938         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9939         ($(outdir)/Fontmap.lily): idem.
9940
9941         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9942         for PFAEmmentaler-XXX.pfa. 
9943
9944         * Documentation/user/music-glossary.tely (accidental): NL
9945         translation of accidental.
9946
9947 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9948
9949         * flower/include/international.hh: Bugfix: include "string.hh".
9950
9951         * lily/include/mingw-compatibility.hh: New file.
9952
9953         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9954
9955         * configure.in: Search for mingw wcrtomb library.
9956
9957 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9958
9959         * scripts/convert-ly.py: Bug fix
9960
9961         * Documentation/user/changing-defaults.itely (Common tweaks):
9962         Added example where the context has to be specified explicitly
9963         (MetronomeMark). 
9964
9965 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9966
9967         * scripts/lilypond-book.py (ly_options): set timing to #f for
9968         notime option.
9969
9970         * scripts/convert-ly.py (conv): typo.
9971
9972         * flower/*.cc: remove <? and >?
9973         
9974         * lily/*.cc: remove <? and >?
9975
9976         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9977         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9978         editor.
9979
9980 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9981
9982         * lily/part-combine-engraver.cc: add space to variable list.
9983
9984 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9985
9986         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9987         remove-first to false (matches docs)
9988
9989         * Documentation/user/advanced-notation.itely: corrected docs
9990         concerning remove-first.
9991
9992 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9993
9994         * lily/part-combine-engraver.cc: make sure that the relevant
9995         properties are included in the documentation.
9996
9997 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9998
9999         * Documentation/user/lilypond-book.itely: Bernard's docs
10000         for \betweenLilyPondSystem.
10001
10002 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10003
10004         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10005         remarks.
10006
10007 2005-04-28  Pal Benko  <benkop@freestart.hu>
10008
10009         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10010         only on vertical lines of flexa shape, and use a constant
10011         thickness value for horizontal lines (patch slightly modified by
10012         Jürgen Reuter)
10013
10014         * lily/include/mensural-ligature.hh: make 2 comments clearer
10015
10016 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10017
10018         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10019         to need_extra_horizontal_space; bugfix: use class scope to avoid
10020         global namespace pollution
10021
10022         * Documentation/user/instrument-notation.itely (ligatures): added
10023         comment on possible future syntax change and how to work around
10024
10025         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10026         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10027         intervals (fixes agnus dei example)
10028
10029         * Documentation/user/instrument-notation.itely (white mensural
10030         ligatures): selected a more illustrative example
10031
10032 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10033
10034         * Documentation/index.html.in: specify utf-8 charset in meta content.
10035
10036 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10037
10038         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10039         empty 2nd page for single page.
10040
10041         * scm/lily.scm: remove p&c definitions.
10042
10043         * po/zh_TW.po (Module): new translation.
10044
10045         * lily/lily-guile.cc (ly_chain_assoc): remove.
10046
10047         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10048         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10049
10050 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10051
10052         * lily/beaming-info.cc: remove infinity_i
10053
10054         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10055
10056 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10057
10058         * Documentation/user/basic-notation.itely,
10059         instrument-notation.itely, advanced-notation.itely,
10060         changing-defaults.itely: minor fixes.  Added docs
10061         for colors to advanced-notation.itely.
10062
10063         * Documentation/user/advanced-notation.itely: fixed compile
10064         problem and added Bernard's x11-color doc patch.
10065
10066 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10067
10068         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10069         alright this time round.
10070
10071 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10072
10073         * Documentation/topdocs/INSTALL.texi (Top): idem.
10074
10075         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10076
10077         * VERSION (MAJOR_VERSION): release 2.5.21
10078
10079         * scm/output-ps.scm (grob-cause): bugfix.
10080
10081 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10082
10083         * cygwin/*: Update.
10084
10085         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10086         stuff.
10087
10088         * scm/output-ps.scm (grob-cause): Bugfix.
10089
10090         * scm/lily.scm (ly:load): Remove x11-color.
10091
10092         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10093         quote executable, fixes getting version from program --with
10094         --options.
10095         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10096         $ac_exeect.
10097
10098         * Documentation/user/GNUmakefile: Only build music-glossary with
10099         rendered lilypond snippets during web.
10100
10101 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10102
10103         * po/de.po: update.
10104
10105         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10106
10107 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10108  
10109         * scripts/abc2ly:
10110         second title line append with punctuation dash character;
10111         encode abc2ly python strings in utf-8
10112        
10113 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10114
10115         * scripts/abc2ly fix chords (again)
10116  
10117 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10118
10119         * scm/x11-color.scm: new file
10120         All x11 color names can be accessed with:
10121         #(x11-color 'ColorName),
10122         #(x11-color "ColorName") or:
10123         #(x11-color "color name")
10124         If the x11 color name is not recognised then it defaults
10125         to black
10126
10127         * scm/lily.scm: amended to call scm/x11-color.scm
10128
10129 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10130
10131         * Documentation/user/invoking.itely (Reporting bugs): comment out
10132         reference to online PNG bug repository.
10133
10134 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10135
10136         * lily/translator-scheme.cc (ly:translator-property): Remove.
10137         Update callers.
10138
10139         * lily/context-scheme.cc (ly:context-now): Move from translator.
10140         Update callers.
10141
10142 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10143
10144         * input/regression/grid-lines.ly (skips): refine example.
10145
10146         * scm/define-context-properties.scm
10147         (all-user-translation-properties): doc autoBeamCheck
10148
10149         * input/regression/grid-lines.ly (Module): new file.
10150
10151         * lily/grid-point-engraver.cc (Module): new file.
10152
10153         * lily/grid-line.cc (Module): new file.
10154
10155         * lily/grid-line-span-engraver.cc (Module): new file.
10156
10157         * lily/grid-line-interface.cc (Module): new file.
10158
10159 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10160
10161         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10162         missing parameter, actualy cdr through list.  Actually return a
10163         list with ENTRY removed (was '()).
10164
10165         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10166         opened.
10167         (do_conversion): Fix printing of continuation comma.
10168
10169         * Documentation/user/advanced-notation.itely (Beam formatting):
10170         Remove refbugs about compound time and mixed duration.
10171
10172         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10173         modulo moments explicitely.
10174
10175         * lily/moment.cc (operator %): New function.
10176
10177         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10178
10179         * lily/translator-scheme.cc (ly:translator-now,
10180         ly:translator-property): New function.
10181
10182         * scm/auto-beam.scm (default-auto-beam-check): New function.
10183
10184         * lily/auto-beam-engraver.cc (test_moment): Use it.
10185
10186         * flower/rational.cc (operator %): Bugfix.
10187
10188 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10189
10190         * scripts/abc2ly: Bugfix
10191
10192 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10193
10194         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10195         %'s on EndFont comment.
10196
10197         * lily/ledger-line-spanner.cc: some more words of explanation.
10198
10199 2005-04-20  John Williams <williams@tni.com>  
10200         
10201         * scripts/lilypond-book.py: htmlquote bugfix.
10202         Allow snippets to be given distinct filenames.
10203         Allow the default alt text to be overridden.
10204
10205 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10206
10207         * ly/performer-init.ly: Bugfix
10208
10209         * THANKS: Added bughunters.
10210
10211 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10214
10215         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10216         position (was: use modulo measure length).
10217
10218         * configure.in (no gui_b): Remove optional gtk+ requirement.
10219
10220 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10221
10222         * Documentation/user/basic-notation.itely (Pitches): add
10223         LedgerLineSpanner.
10224
10225         * lily/dynamic-engraver.cc (process_music): set right bound to
10226         script if present. Else, do not set.
10227         (acknowledge_grob): only set right bound of finished spanner to
10228         note column if no other bound is set.
10229
10230         * python/lilylib.py (make_ps_images): switch back to png16m.
10231         
10232 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10235         writing up to date file.  Add dvips usage suggestion.
10236
10237         * scripts/convert-ly.py: Fix error message.
10238         Print usage if no files on command line.
10239         (usage): Add example usage.
10240
10241         * input/test/compound-time.ly: New file.
10242
10243         * input/test/circle.ly: New file.
10244
10245         * Documentation/topdocs/NEWS.tely: Use them.
10246
10247         * input/test/boxed-stencil.ly: Remove \score.
10248
10249         * buildscripts/mf-to-table.py (base): Add .log dependency.
10250
10251         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10252         pfa's.  Add .log dependency
10253
10254         * scm/define-markup-commands.scm (lower): New command.
10255
10256         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10257         make it default.
10258
10259 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10260
10261         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10262         also to finished cresc as right bound. This fixes:
10263         skip-string-decresc.ly
10264
10265         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10266         relative_coordinate if extent is empty.
10267
10268         * lily/stem.cc (width_callback): determine correct extent if flag
10269         is not there. This fixes slur-no-flag.ly
10270
10271         * lily/grace-engraver.cc (consider_change_grace_settings): new
10272         function.
10273         (initialize): also consider_change_grace_settings() on
10274         initialization. Fixes large grace notes at start of score.
10275
10276         * lily/break-align-interface.cc (do_alignment): don't translate if
10277         total_extent is empty.
10278
10279         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10280
10281 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10282
10283         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10284         with slash.
10285
10286 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10287
10288         * stepmake/aclocal.m4: Remove tfm_path.
10289
10290 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10291
10292         * scm/music-functions.scm (markup-expression->make-markup): fix
10293         bug with cons arguments of markup commands.
10294         (music->make-music): fix music expression property list building
10295
10296 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10297
10298         * aclocal.m4: Massage package names.
10299
10300         * SCons updates.
10301
10302 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10303
10304         * VERSION (PACKAGE_NAME): release 2.5.20
10305
10306         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10307         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10308
10309         * lily/percent-repeat-engraver.cc (try_music): add measure before
10310         next_moment to future processing moment. Fixes:
10311         percent-repeat-mm-rest.ly
10312         (process_music): don't add moment for 2nd time.
10313
10314         * input/regression/repeat-percent.ly: add mmrests as extra test.
10315
10316         * lily/axis-group-engraver.cc (acknowledge_grob): read
10317         keepAliveInterfaces to decide what to kill.
10318
10319         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10320         percent-repeat-interface to keepAliveInterfaces. This fixes
10321         percent-repeat-harakiri.
10322
10323 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10324
10325         * SCons updates.
10326
10327 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10328
10329         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10330
10331         * aclocal.m4: remove --enable-tfm-path configure option
10332
10333         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10334
10335         * scm/backend-library.scm (postscript->png): newline after
10336         finishing command.
10337
10338         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10339         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10340
10341         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10342
10343         * lily/score.cc (default_rendering): use Music_output too.
10344
10345         * input/test/chord-names-languages.ly (Module): rename file.
10346
10347         * lily/text-spanner.cc: add bound-padding.
10348
10349         * lily/paper-book.cc (systems): accept Paper_score
10350         iso. Paper_system vector. 
10351
10352         * input/regression/line-arrows.ly: new file.
10353
10354         * lily/paper-score.cc (process): run get_paper_systems() only once.
10355
10356         * lily/line-spanner.cc (line_stencil): add arrows.
10357
10358 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10359
10360         * lily/line-interface.cc (make_arrow): new function. 
10361         (arrows): idem.
10362
10363 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10364
10365         * input/test/chord-names-german.ly: update for italian/french
10366         chords.
10367         
10368         * Documentation/user/instrument-notation.itely (Printing chord
10369         names): update.
10370
10371 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10372
10373         * lily/include/paper-score.hh (class Paper_score): remove unused
10374         prototypes.
10375
10376         * lily/book.cc (process): add -COUNT to midi output.
10377
10378         * lily/score.cc (book_rendering): remove outname argument
10379         (book_rendering): return list of Music_outputs. 
10380
10381         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10382
10383         * lily/book.cc (process): loop over Music_outputs returned from
10384         Score::book_rendering().
10385
10386         * lily/*.cc (width_callback): remove spurious "unused" warnings
10387         for assert (axis==[XY]_AXIS); 
10388
10389         * lily/include/music-output.hh (class Music_output): smobify class.
10390
10391         * lily/include/paper-score.hh (class Paper_score): make members
10392         private.
10393
10394         * lily/performance.cc (process): return #f iso. #<undefined>. This
10395         prevents #<undefined> leaking into GUILE-userspace.
10396
10397 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10398
10399         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10400
10401 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10402
10403         * scm/chord-name.scm : support for italian and french
10404         chords names.
10405
10406         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10407         a space defined by chordPrefixSpacer when the root name is
10408         direclty followed by a prefix.
10409
10410         * ly/engraver-init.ly : chordPrefixSpacer       
10411         * scm/define-context-properties.scm : chordPrefixSpacer
10412         * ly/property-init.ly : italianChords, frenchChords 
10413
10414 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         * mf/feta-din.mf: Remove.
10417
10418         * mf/GNUmakefile (fontdir): Bugfix.
10419
10420         * mf/SConstruct: Some updates.
10421
10422         * SConstruct: Require pkg-config.
10423         (test_program): Bugfix for double digit version compares, use
10424         integer (not string-) compare.
10425         Optionally require gs 8.14.
10426
10427         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10428
10429         * lily/*: s/ifdef HAVE_*/if have/.
10430
10431         * SConstruct (test_lib): New function.  Update pkg-config and some
10432         other requirements.
10433
10434         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10435         freetype, pangof2t.
10436
10437 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10438
10439         * po/lilypond.pot, ...: Update using bison-CVS.
10440
10441         * python/lilylib.py (make_ps_images): Fixo.
10442
10443 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10444
10445         * python/lilylib.py (make_ps_images): typo.
10446
10447         * configure.in (gui_b): make bison optional.
10448
10449         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10450
10451 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10452
10453         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10454         with one parameter can be defined in a LaTeX file when processed
10455         by lilypond-book this will be evaluated between the systems of
10456         a multi-system score. The parameter is the number of systems processed.
10457
10458 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10459
10460         * python/lilylib.py (make_ps_images): Escape newline.
10461
10462         * Documentation/user/music-glossary.tely: Run
10463         texinfo-all-menus-update.
10464
10465 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10466
10467         * scm/lily-library.scm (old-relative-not-used-message)
10468         (version-not-seen-message): Add input-file-name-location to message.
10469
10470         * lily/parser.yy (lilypond): Add token aliases.
10471
10472         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10473         not confuse with alteration.
10474         (alteration): Add.
10475
10476 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10477
10478         * python/lilylib.py (make_ps_images): use -dEPSCrop
10479
10480         * VERSION (PACKAGE_NAME): release 2.5.19 
10481
10482         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10483         only put xrefs in info documentation.
10484
10485         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10486         .pdf rule to tex-rules.make.
10487
10488         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10489         from -systems.* output.
10490
10491         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10492         directly, remove -$(PAGESIZE) target.
10493
10494         * input/test/embedded-postscript.ly: update.
10495
10496 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10497
10498         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10499
10500         * Documentation/user/changing-defaults.itely (Font selection):
10501         document font-name.
10502
10503         * input/regression/font-name.ly: show Pango fonts for
10504         font-name. Update example. 
10505
10506         * lily/pango-select.cc (properties_to_pango_description): don't
10507         convert symbol font-size to number, but use to lookup.
10508
10509         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10510
10511         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10512         (NAME . FILE-NAME) tuples for font descriptions. 
10513         (write-preamble): display BeginFont DSC comments.
10514
10515         * python/fontextract.py (write_extracted_fonts): new file. Extract
10516         font resources from a PS file.
10517
10518         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10519         (Compile_error.process_include): do_file returns chunks.
10520
10521         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10522
10523         * make/lysdoc-targets.make: .texi is .PRECIOUS
10524
10525         * scripts/lilypond-book.py (write_if_updated): new function.
10526
10527 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10528
10529         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10530
10531 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10532
10533         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10534
10535         * input/regression/markup-syntax.ly: remove \score.
10536
10537         * scm/define-markup-commands.scm (draw-circle): add fill argument
10538
10539         * scm/stencil.scm (make-circle-stencil): add fill argument
10540
10541         * ps/music-drawing-routines.ps: add fill argument.
10542
10543         * ly/performer-init.ly: add CueVoice to MIDI too.
10544
10545         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10546         EndEPSF.
10547
10548         * input/regression/markup-eps.ly: new file.
10549
10550         * scm/framework-ps.scm (write-preamble): change order: vars should
10551         be inited before procedures.
10552
10553         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10554         for EPS files.
10555
10556         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10557
10558 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10559
10560         * configure.in (gui_b): add check for ghostscript 8.15
10561
10562 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10563
10564         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10565         start of line. Fixes cresc-after-newline.ly
10566
10567         * lily/source-file.cc (file_line_column_string): use get_column().
10568
10569 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10570
10571         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10572
10573 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10574
10575         * lily/*: use message () iso progress_indication () for messages.
10576         Revise/uniformise user messages.
10577
10578         * flower/warn.cc (progress_indication): New function.
10579         (message): Use it.  Fixes newline problems.
10580
10581         * config.make.in (webdir): Sort out install dirs.
10582
10583         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10584
10585         * python/lilylib.py (command_name): Bugfix.
10586         (make_ps_images):
10587
10588 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10589
10590         * lily/main.cc: --help says what types of backends are availabe
10591
10592 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10593
10594         Fix ./VERSION dependency, and without need to reconfigure.
10595
10596         * lily/main.cc (setup_paths): Update.
10597
10598         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10599
10600         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10601
10602         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10603         Add \line for some simplistic cases.
10604
10605         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10606
10607 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10608
10609         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10610         to compile LY files (useful for adding eg. "-I" args)
10611         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10612         2Gnome command for gnome backend.
10613         (LilyPond-command-formatgnome): call the 2Gnome command. key
10614         binding: C-c C-g
10615
10616 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10617
10618         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10619         depend on all PNG images.
10620
10621 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * GNUmakefile.in: Bugfix: also link .map files.
10624
10625 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10626
10627         * scm/music-functions.scm (music->make-music): generate 
10628         a (make-music ...) sexpr from a music expression.
10629         (display-scheme-music): use guile pretty printer to display the
10630         make-music sexpr.
10631
10632 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10633
10634         * ly/engraver-init.ly: reindent.
10635         Add CueVoice.
10636
10637         * scm/music-functions.scm (music-pretty-string): handle moments
10638         too.
10639         (music-pretty-string): only print non-empty lists.
10640         (cue-substitute): create CueVoice context, which has smaller type.
10641
10642         * lily/moment-scheme.cc (LY_DEFINE): new methods
10643         ly:moment-grace-{numerator,denominator}
10644
10645         * lily/context-handle.cc: remove quit() method. 
10646
10647         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10648         (init_fontconfig): success is 0, not !0
10649
10650 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10651
10652         * mf/feta-nummer-code.mf (code): add plus glyph.
10653
10654         * lily/tie.cc (print): idem.
10655
10656         * lily/slur.cc (print): don't use thickness property for
10657         slur shape-thickness.
10658
10659         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10660         while adding stencils.
10661
10662         * scm/define-markup-commands.scm (with-color): with-color markup
10663         command.
10664         (whiteout): new markup command 
10665         (filled-box): new markup command
10666
10667 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10670         test for PDF docs.
10671
10672         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10673         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10674         
10675         Notes for tetex-3.0 make web:
10676            psclean.map: s/uhv8a/uhvr8a/
10677            config.ps add:
10678                 p +psfonts_t1.map
10679                 p +psclean.map
10680                 p +typeface.map
10681
10682 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10683
10684         * scm/music-functions.scm (music-pretty-string): fix bug with
10685         string argument.
10686
10687 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10688
10689         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10690
10691 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10692
10693         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10694         only process options if they're there.
10695         (write_file_map): add version-seen? to snippet-map.ly
10696
10697 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10698
10699         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10700         formatting cleanups.
10701
10702         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10703         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10704
10705 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10706
10707         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10708         name directly.
10709
10710         * lily/main.cc (setup_paths): either add mf/out to search path or 
10711         fonts/{otf,type1,etc}
10712         
10713         * lily/font-config.cc (init_fontconfig): either add mf/out to
10714         FontConfig or fonts/{otf,type1,etc}
10715
10716         * GNUmakefile.in: don't put mf/ link in share/ dir.
10717
10718         * lily/staff-spacing.cc: move same-direction-correction to
10719         note-spacing-interface
10720
10721         * scm/lily.scm (lilypond-main): use variable argument count for
10722         exception handler.
10723
10724         * lily/font-config.cc (init_fontconfig): add operator pacification
10725         message.
10726
10727         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10728
10729         * buildscripts/gen-emmentaler-scripts.py (i): generate
10730         PFAEmmentaler as well.
10731
10732         * scm/framework-ps.scm (munge-lily-font-name): new function
10733         (write-preamble): hack: insert PFA equivalent of CFF into
10734         .PS. This makes LilyPond output printable on normal PS printers
10735         again.
10736
10737         * buildscripts/gen-emmentaler-scripts.py (i): generate
10738         PFAEmmentaler.pfa aswell.
10739
10740 2005-04-06  John Williams <williams@tni.com>  
10741         
10742         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10743         
10744 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10745
10746         * scm/page-layout.scm (default-page-make-stencil): always combine
10747         the header stencil, even if empty. This prevents the body text to
10748         reach up to the margins.
10749
10750         * po/rw.po (Module): new file, for Kinyarwanda.
10751
10752         * input/test/spacing-optical.ly (Module): new file.
10753
10754         * lily/staff-spacing.cc: add same-direction-correction
10755
10756 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10757
10758         * Documentation/user/introduction.itely (Engraving): Comment-out
10759         non-existent file.
10760
10761 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10762
10763         * scm/define-grob-properties.scm (all-user-grob-properties): add
10764         same-direction-correction
10765
10766         * VERSION: release 2.5.18
10767
10768 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10769
10770         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10771         dereferencing.  Fixes make web.
10772
10773         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10774         errno.h.
10775
10776         * Documentation/user/: Fix links.
10777
10778 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10779
10780         * lily/text-interface.cc (Module): rename from text-item.cc
10781
10782         * input/regression/apply-output.ly (texidoc): function naming fix.
10783
10784         * lily/time-signature-performer.cc (derived_mark): new function.
10785
10786         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10787
10788         * scripts/lilypond-book.py (find_linestarts): new function.
10789         (find_toplevel_snippets): keep track of line numbers.
10790
10791         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10792         all key changes.
10793
10794         * ly/declarations-init.ly (partCombineListener): use
10795         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10796
10797         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10798
10799 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10800
10801         * lily/text-item.cc: Fix link.
10802
10803         * Documentation/user/changing-defaults.itely (Changing defaults):
10804         Fix programs reference links.
10805
10806         * Documentation/user/music-glossary.tely: Convert to utf-8.
10807
10808 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10809
10810         * make/lilypond-vars.make: remove TEXMF from variables.
10811         remove DEB_BUILD pk font variables.
10812         remove GUILE_LOAD_PATH
10813         remove TeX memory vars.
10814
10815 2005-04-04  Werner Lemberg  <wl@gnu.org>
10816
10817         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10818
10819 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10820
10821         * ps/lilyponddefs.ps: remove reencode-font
10822
10823         * lily/simple-spacer.cc (add_columns): also compare
10824         directly. Column rank doesn't distinguish between broken and
10825         unbroken columns. This fixes large spaces before time sig changes.
10826
10827         * Documentation/user/point-and-click.itely: document ly:set-option.
10828
10829         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10830         point_and_click_global is set.
10831
10832         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10833         ly:set-option argument.
10834
10835 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10836
10837         * GNUmakefile.in: Include symlinks in webball.
10838
10839         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10840         source dir for split and non-split manuals.
10841
10842         * Documentation/user/*y: Fix @uref/@inputfile links for
10843         split/non-split HTML documents.
10844
10845         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10846         .ps.gz.
10847         
10848 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10849
10850         * GNUmakefile.in: Add newline.
10851
10852 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10853
10854         * tex/lilyponddefs.tex: use color instead of xcolor
10855         * scm/output-tex.scm: minor editing
10856
10857 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10858
10859         * scm/music-functions.scm (display-scheme-music): pretty printer
10860         for music expressions.
10861
10862 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * buildscripts/install-info-html.sh (index_file): Fix link.
10865
10866 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10867
10868         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10869
10870         * Documentation/index.html.in: Add size estimates with some big pages.
10871
10872         * Documentation/user/tutorial.itely (Running LilyPond for the
10873         first time): Add/replace some @rglos links.  TODO: add more
10874         @rglos links in tutorial, test non-intrusiveness (.css).
10875
10876         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10877         annoying's indication of referencing external document.
10878
10879         * Documentation/user/GNUmakefile: Split version of glossary too.
10880         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10881         links, not only for html.
10882
10883         * Documentation/user/introduction.itely: Fix some links for other
10884         than html, do not use `here' as link name.
10885
10886 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10887
10888         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10889         @glossaryref.
10890
10891 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10892
10893         * scm/page-layout.scm (default-page-make-stencil): only add header
10894         if existing and not empty. Fixes spurious programming error.
10895
10896         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10897
10898 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10899
10900         * scm/output-tex.scm: implement {re,}setcolor
10901         * tex/lilyponddefs.tex: use color package
10902
10903 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10906         additions to website.
10907
10908         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10909
10910         * Documentation/user/macros.itexi: Fix @usermanref html links in
10911         split documents: use @inforef.
10912
10913 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10914
10915         * Documentation/user/programming-interface.itely: minor fix.
10916
10917         * Documentation/user/advanced-notation.itely: added info to
10918         Metronome markings.
10919
10920 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10921
10922         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10923         use box-stencil.  Remove y-padding argument.
10924         (make-stencil-circler): New function.
10925
10926         * buildscripts/lilypond-words.py (F): 
10927         * elisp/SConscript (a): 
10928         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10929         * vim/SConscript (a): 
10930         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10931
10932         * lily/general-scheme.cc: Build fix.
10933
10934         * scm/markup.scm:
10935         * input/regression/markup-scheme.ly: 
10936         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10937
10938         * scm/stencil.scm (make-circle-stencil): New function.
10939
10940         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10941         name (was cicle).  Update callers.
10942         (circle): New markup command, similar to box.
10943
10944         * scm/stencil.scm (circle-stencil): New function.
10945
10946 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10947
10948         * configure.in: Detect libutf8/wchar.h variant.
10949
10950         * stepmake/aclocal.m4: Modify shared size test.
10951
10952 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10953
10954         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10955
10956 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10957
10958         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10959         
10960         * VERSION (PACKAGE_NAME):  release 2.5.17
10961
10962 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10963
10964         * scm/backend-library.scm (postscript->png): Fix comment and png
10965         message.
10966
10967         * GNUmakefile.in (link-tree): Fix locales.
10968
10969 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10970
10971         * lily/stencil-scheme.cc (LY_DEFINE): change to
10972         ly:stencil-aligned-to, non mutating.
10973
10974         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10975
10976         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10977
10978         * lily/quote-iterator.cc (derived_mark): call
10979         Music_wrapper_iterator::derived_mark() too.
10980
10981         * lily/grace-engraver.cc (derived_mark): change signature, add
10982         const.
10983
10984 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10985
10986         * SConstruct (symlink): 
10987         * GNUmakefile.in (link-tree): Add scripts to prefix.
10988
10989         * lily/general-scheme.cc (ly:effective-prefix): New function.
10990
10991         * scm/backend-library.scm (postscript->png): Use it.
10992
10993 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10994
10995         * lily/paper-score.cc (process): don't delete grobs after
10996         producing stencils. 
10997
10998         * scm/part-combiner.scm (determine-split-list): switch off
10999         debugging info.
11000
11001         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11002         if available.
11003
11004         * scm/define-context-properties.scm
11005         (all-user-translation-properties): add stringNumberOrientations.
11006
11007         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11008         so fingering and string-numbers are separately controlled.
11009
11010 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11013         not use debugging.
11014
11015 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11016
11017         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11018
11019         * config.hh.in: add HAVE_FONTCONFIG.
11020
11021         * Documentation/user/instrument-notation.itely (String number
11022         indications): new node.
11023
11024         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11025
11026         * lily/new-fingering-engraver.cc (add_string): new function. 
11027         (acknowledge_grob): accept string-number-event as well.
11028
11029         * scm/define-markup-commands.scm (circle): new markup command.
11030
11031         * scm/output-lib.scm (print-circled-text-callback): new function.
11032
11033         * lily/GNUmakefile: move ifeq after include stepmake.make.
11034
11035 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11036
11037         * config.make.in (HAVE_LIBKPATHSEA_SO):
11038         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11039
11040         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11041         add KPATHSEA_LIBS.
11042
11043         * debian/watch: 
11044         * debian/control: Update.
11045
11046 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11047
11048         * input/test/title-markup.ly (spaceTest): remove.
11049
11050         * input/test/embedded-tex.ly (Module): remove.
11051
11052         * input/test/music-box.ly: use 'name property, not ly:music-name.
11053
11054         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11055
11056         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11057
11058 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11059
11060         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11061         about xdeltas.  Add information about CVS.
11062
11063         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11064         gracefully handle failed files.
11065
11066         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11067
11068         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11069         small fixes.
11070
11071         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11072         No unnecessarily specific i18n messages.  Remove stray `1'.
11073
11074 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11075
11076         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11077         documentencoding
11078
11079         * scm/documentation-lib.scm (texi-file-head): set utf-8
11080         documentencoding.
11081
11082         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11083         Delta, not the Symbol one. 
11084
11085         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11086         for the .map file.
11087
11088         * Documentation/topdocs/INSTALL.texi (Top): add running
11089         requirement as compilation requirement.
11090
11091 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11092
11093         * buildscripts/mutopia-index.py (headertext): add h1 header and
11094         utf-8 charset meta field.
11095
11096         * input/GNUmakefile: prune example list.
11097
11098         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11099         options.
11100
11101         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11102         extent for visible stems.
11103
11104         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11105
11106 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11107
11108         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11109
11110         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11111
11112 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11113
11114         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11115         pass inf/nan into slur scoring.
11116
11117         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11118         page.
11119
11120         * scripts/abc2ly.py (dump_voices): use alphabet().
11121
11122 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11123         
11124         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11125
11126 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11127         
11128         * flower/include/virtual-methods.hh: simplify. Patch by
11129
11130 2005-03-25  John Williams <williams@tni.com>  
11131
11132         * scripts/lilypond-book.py (main): add png for HTML too, guess
11133         only if necessary. 
11134
11135 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11136
11137         * Documentation/topdocs/INSTALL.texi: now recommends
11138         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11139
11140         * Documentation/user/basic-notation.itely,
11141         Documentation/user/tutoria.itely: warn about
11142         only one (phrasing) slur at once.
11143
11144 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11145
11146         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11147
11148 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11149
11150         * Documentation/user/basic-notation.itely: fixed info about
11151         ending a (de)cresc.
11152
11153         * Documentation/user/lilypond-book.itely: fixed
11154         lilypond-book filter example and warned about not doing
11155         --filter and --process at the same time.
11156
11157 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11158
11159         * lily/parser.yy (bass_number),
11160         Documentation/user/instrument-notation.itely (Figured bass): 
11161         Add the possibility to use text markup in figured bass. 
11162
11163 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11164
11165         * Documentation/user/global.itely: added info about naming
11166         identifiers and breakbefore.
11167
11168         * Documentation/user/invoking.itely: added info about batch
11169         processing files with convert-ly, removed references to TeX
11170         in the jail section.
11171
11172         * Documentation/user/examples.itely: possibly fixed piano
11173         dynamics.
11174
11175         * Documentation/user/advanced-notation.itely: added info
11176         about removing other types of Staff.
11177
11178         * Documentation/user/instrument-notation.itely: possibly
11179         fixed piano staff line switch.
11180
11181         * Documentation/user/changing-defaults.itely: added info
11182         about using normal font in titles.
11183
11184 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11185
11186         * VERSION (PATCH_LEVEL): release 2.5.16
11187
11188         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11189         explicitly.
11190
11191 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11192
11193         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11194         whitespace.
11195
11196         * python/lilylib.py (make_ps_images):
11197         * scm/backend-library.scm (postscript->pdf, postscript->png):
11198         Quote file name.  Use format rather than string-append juggling.
11199
11200 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11201
11202         * python/lilylib.py (make_ps_images): add x to -g argument. 
11203
11204         * lily/key-performer.cc (create_audio_elements): don't use
11205         scm_eval_string. Check for minor 3rd directly.
11206   
11207         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11208         (sarabandeCelloGlobal): key is D minor, not F major.
11209
11210 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11211
11212         Fix truncated --png output (Peter Danenberg).
11213         
11214         * python/lilylib.py (make_ps_images):
11215         * scripts/ps2png.py (copyright): Grok --papersize option.
11216
11217         * scm/backend-library.scm (postscript->png): Add parameter
11218         PAPERSIZE.  Update callers.
11219
11220         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11221         Fixes symbol placement.
11222
11223         * lily/spanner.cc: 
11224         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11225         <libc-extension.hh>).
11226
11227 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * Nitpick run.
11230
11231         * buildscripts/fixcc.py: Update.
11232
11233         Builddir run fixes.
11234
11235         * HACKING (datadir): Add VERSION.
11236
11237         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11238         higher up.
11239
11240 2005-03-15  Werner Lemberg  <wl@gnu.org>
11241
11242         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11243         diagonal stem doesn't become thinner.
11244
11245 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11246
11247         * buildscripts/fixcc.py: Fixes (Werner).
11248
11249 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11250
11251         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11252         Emmentaler/Aybabtu.
11253
11254         * GNUmakefile.in: fix lilypond-words path.
11255
11256         * po/tr.po: update to 2.3.21
11257
11258         * lily/new-fingering-engraver.cc (position_scripts): take priority
11259         from head position.
11260
11261         * input/regression/finger-chords-order.ly (texidoc): new file.
11262
11263 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11264
11265         * make/ly-rules.make: 
11266         * stepmake/aclocal.m4: 
11267         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11268
11269         * buildscripts/fixcc.py (rules): Leave space after operator.
11270
11271 2005-03-14  Werner Lemberg  <wl@gnu.org>
11272
11273         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11274         top of the glyph with smooth curve.
11275
11276 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11277
11278         * Documentation/user/global.itely (Page layout): remove
11279         printpagenumber.
11280
11281 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11282
11283         * input/regression/mensural-ligatures.ly: new file (with examples
11284         compiled by Pal Benko).
11285
11286         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11287         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11288         musicglyph access.  Many small beautifications in ancient
11289         examples.
11290
11291         * input/test/divisiones.ly: fixed indentation; small
11292         beautifications
11293
11294         * ly/engraver-init.ly: added FIXME comment
11295
11296         * scripts/lilypond-book.py,
11297         Documentation/user/lilypond-book.itely: added music fragment
11298         option "packed" to lilypond-book
11299
11300         * Documentation/user/instrument-notation.itely: Bugfix: added
11301         missing LedgerLineSpanner color setting in several places.  Added
11302         music fragment option "packed" to VaticanaContext example.
11303
11304 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11305
11306         * scm/define-grobs.scm (all-grob-descriptions): switch off
11307         Hyphen_spanner::set_spacing_rods 
11308
11309         * lily/lyric-hyphen.cc (print): add padding between syllable and
11310         hyphen.
11311         (print): shorten hyphen in tight situations (determine using
11312         minimum-length)
11313
11314         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11315         0.4pt.
11316
11317 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11318
11319         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11320
11321         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11322         header/footer markings for regression-test.
11323
11324         * scm/backend-library.scm (output-scopes, header-to-file): Move
11325         from framework-tex.scm.
11326
11327         * scm/framework-ps.scm (output-framework)
11328         (output-preview-framework):
11329         * scm/framework-eps.scm (output-classic-framework)
11330         (output-framework): Use it.  Fixes collated files.
11331
11332 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11333
11334         * input/sakura-sakura.ly: 
11335         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11336
11337         * buildscripts/guile-gnome.sh: Update.
11338
11339         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11340
11341         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11342
11343 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11344
11345         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11346         culprit: always exit the loop if we find a rod, even if it has
11347         distance < 0. 
11348
11349         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11350         algorithm.
11351
11352         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11353         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11354
11355         * scm/output-svg.scm (dashed-line): new  function body.
11356         
11357         * GNUmakefile.in: create .htaccess.
11358
11359 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11360
11361         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11362
11363 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11364
11365         * VERSION (PACKAGE_NAME): release 2.5.15
11366
11367         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11368
11369         * scm/framework-svg.scm (output-framework): put scaling in
11370         document header. Apply scaling only once.
11371         (output-framework): dump page size in px, not mm. 
11372
11373         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11374         from font-size.
11375
11376         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11377         ly:outputter-output-scheme, new function.
11378
11379         * scm/output-svg.scm (pango-description-to-svg-font): new function
11380
11381 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11382
11383         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11384         target.
11385
11386         * input/typography-demo.ly: new file.
11387
11388 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11389
11390         * Documentation/user/global.itely (File structure): Add markup blocks
11391         to toplevel expressions.
11392         (Multiple movements, Creating titles): Add markup blocks.
11393
11394         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11395         <libc-extension.hh>).
11396
11397         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11398
11399         * flower
11400         * lily
11401         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11402
11403 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11404
11405         * lily/accidental.cc: special bboxes for natural. 
11406
11407         * mf/feta-toevallig.mf: make stems heavier.
11408
11409         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11410         texts as well.
11411
11412         * mf/feta-klef.mf: revise. 
11413
11414         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11415
11416         * mf/feta-klef.mf: add rounded curve at top. 
11417         make thinnib a little heavier.
11418
11419 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11420
11421         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11422
11423         * buildscripts/fixcc.py: New file.
11424
11425         * input/regression/utf8.ly: Update Debian font description.
11426
11427 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11428
11429         * stepmake/aclocal.m4: Fix test.
11430
11431 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11432
11433         * Documentation/user/invoking.itely: added Sebastino Vigna's
11434         docs for the --jail option.
11435
11436 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11437
11438         * lily/stem.cc (print): only produce stemlets if there are no
11439         noteheads on this stem.
11440
11441         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11442         don't crash on stemlet (visible stem without heads).
11443
11444         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11445         unbroken situations. 
11446
11447         * scm/output-lib.scm (center-invisible): new function.
11448
11449         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11450         wishes to determine loose column space.
11451
11452         * lily/font-config.cc (init_fontconfig): add
11453         fonts/{otf,type1,cff}  to path.
11454
11455         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11456
11457         * mf/GNUmakefile (Module): install all fonts under otf/
11458
11459         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11460         replace /fonts/otf/ by /ps/ 
11461
11462         
11463 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11464
11465         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11466
11467         * lily/book.cc (process): Oops, add score_.header_.
11468
11469         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11470
11471         * lily/parser.yy: Handle toplevel and book texts as score.
11472
11473         * scm/page-layout.scm (default-page-make-stencil):
11474         Bugfix: (page-properties rename.
11475
11476         * scm/backend-library.scm (ly:system): Typo.
11477
11478 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11479
11480         * stepmake/stepmake/executable-targets.make (installexe): don't
11481         strip installed executables
11482
11483         * lily/font-select.cc (get_font_by_design_size): revert
11484         pango_description_string as well.
11485
11486         * lily/system.cc (set_loose_columns): put loose column just left
11487         of next column.
11488
11489         * lily/include/group-interface.hh (extract_grob_array): rename
11490         from Pointer_group_interface__extract_grobs
11491
11492         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11493
11494         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11495         function. Keep ledgered note heads at a minimum distance.
11496         Introduce minimum-length-fraction
11497         (print): introduce length-fraction property.
11498
11499 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11500
11501         * tex/GNUmakefile: remove latin1.enc rules.
11502
11503 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11504
11505         * scm/titling.scm: Typo.
11506
11507         * input/regression/score-text.ly: Really add.
11508
11509         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11510
11511 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11512
11513         * lily/open-type-font-scheme.cc:  new file.
11514
11515 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11516
11517         * scm/titling.scm (layout-extract-page-properties): Rename from
11518         page-properties.  Update callers.
11519
11520         * lily/lexer.ll (Lily_lexer):
11521         * lily/parser.yy: Junk lyric_markup state.
11522
11523         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11524
11525         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11526         Add texts parameter.
11527
11528 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11529
11530         * lily/lexer.ll (lyric_markup): New mode.
11531         (Lily_lexer::push_lyric_markup_state): New method.
11532         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11533
11534         * lily/parser.yy (book_body):
11535         (toplevel_expression): Grok \markup texts.
11536
11537         * lily/score-scheme.cc (ly:music-scorify): 
11538         * scm/lily-library.scm (collect-music-for-book): Take texts
11539         parameter.
11540
11541         * lily/score.cc (texts_): New member.
11542
11543         * lily/paper-book.cc (systems): Format score texts.
11544
11545         * score-text.ly: New file.
11546
11547         * ttftool/SConscript:
11548         * kpath-guile/SConscript: New file.
11549
11550         * lily/SConscript:
11551         * SConstruct: Update.
11552
11553 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11554
11555         * VERSION (PACKAGE_NAME): release 2.5.14
11556
11557 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11558
11559         * lily/main.cc: Add dummy xgettext markers.
11560
11561 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11562
11563         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11564         requirements
11565
11566         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11567         executable is < 40k
11568
11569         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11570         hack.
11571
11572 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11573
11574         * flower/libc-extension.cc:
11575         * flower/include/libc-extension.hh: [Open]BSD simply cast
11576         cookie/funopen declarations.
11577
11578         * stepmake/aclocal.m4: Check for libkpathsea.so.
11579
11580         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11581         dl_kpse_find_file.
11582
11583 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11584
11585         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11586         (open_library): alternative for static library.
11587
11588 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11589
11590         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11591
11592         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11593
11594         Drop run-time dependency on teTeX.
11595
11596         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11597
11598         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11599         KPATHSEA_LIBS in LIBS.
11600         (STEPMAKE_DLOPEN): New function.
11601
11602         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11603         not path.
11604
11605         * flower/file-path.cc (directories): Rename from paths, as this
11606         return an array of directories (a single path).
11607
11608 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11609
11610         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11611
11612         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11613         new ly:kpathsea-find-file
11614
11615         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11616
11617         * kpath-guile/GNUmakefile: new file
11618
11619         * buildscripts/gen-emmentaler-scripts.py (i): generate
11620         emmentaler-X.fontname as well.
11621
11622         * buildscripts/ps-embed-cff.py: new script
11623
11624         * scm/lily-library.scm: remove ps-embed-cff.
11625
11626         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11627         font loading. 
11628
11629         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11630         fontconfig as well.
11631
11632         * lily/font-config.cc (init_fontconfig): add cff/ too.
11633
11634         * ly/generate-embedded-cff.ly: capitalize.
11635
11636         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11637         so as to register the pango font.
11638
11639         * lily/font-config.cc (init_fontconfig): add
11640         prefix/{otf,type1,mf/out} to fontconfig path.
11641
11642         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11643         overrides all. 
11644
11645         * configure.in (gui_b): remove ec mftrace check
11646
11647         * config.hh.in: use lilypond-Major.Minor as data directory.
11648
11649         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11650
11651         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11652         name.
11653
11654 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11655
11656         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11657         error messages.
11658
11659         * flower/libc-extension.cc:
11660         * flower/include/libc-extension.hh: [Open]BSD fixes for
11661         cookie/funopen declarations.
11662
11663 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11664
11665         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11666         emmentaler.
11667
11668         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11669         lcrm10.
11670
11671         * scm/define-markup-commands.scm (fontsize): new markup
11672         command. Also set baseline-skip
11673
11674 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11675         
11676         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11677         use.
11678
11679 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11680
11681         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11682
11683         * lily/pdf.cc: remove PDF related files
11684
11685 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11686
11687         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11688         <hamamatsu@gmx.de>
11689
11690 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11691
11692         * Documentation/user/advanced-notation.itely: first draft
11693         of reorg done.
11694
11695         * Documentation/user/global.itely: fixed (sub)section
11696         bits of MIDI.
11697
11698 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11699
11700         * cygwin/mknetrel (extras): Bufix (Bertalan).
11701
11702         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11703         * Documentation/user/instrument-notation.itely (Introducing chord
11704         names): Compile fix: must have unique name.
11705
11706 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11707
11708         * Documentation/user/instrument-notation.itely: reorg.
11709
11710 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11711
11712         * scm/output-gnome.scm:
11713         * scm/output-svg.scm: Fix font scaling.
11714
11715 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11716
11717         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11718         what link to use best.
11719
11720         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11721         * Documentation/user/tutorial.itely (Automatic and manual beams):
11722         Fix @ref.
11723
11724         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11725         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11726         * scm/framework-gnome.scm (tweak): Use it.
11727
11728 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11729
11730         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11731
11732         * scm/output-ps.scm (white-text): reinstate white-text
11733
11734 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11735
11736         * scm/output-ps.scm (offset-add): Remove.
11737
11738         * scm/lily-library.scm (offset-flip-y): New function.
11739         * scm/framework-gnome.scm (tweak): Use it.
11740
11741         * scm/output-gnome.scm (grob-cause): Add parameter.
11742
11743         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11744         * scm/output-ps.scm (url-link): Move.
11745         (white-text): Warn user about brokenness.
11746
11747         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11748         wrt ghostscript.
11749
11750 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11751
11752         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11753         if body length smaller than measure length.
11754
11755         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11756         for Y.
11757
11758         * ly/titling-init.ly (tagline): put default tagline in \paper
11759
11760 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11761
11762         * lily/kpath.cc: 
11763         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11764
11765         * scm/lily-library.scm (version-not-seen-message): New function.
11766         * ly/init.ly: Use it.
11767
11768         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11769         breaks as progess.
11770
11771         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11772         whitespace with l10n message.
11773
11774         * scm/framework-tex.scm (convert-to-ps):
11775         (convert-to-dvi): Do not use overly specific l10n messages.
11776
11777         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11778
11779         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11780         merge stderr with stdout.  
11781
11782 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11783
11784         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11785         Neeracher).
11786
11787 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11788
11789         * Documentation/user/instrument-notation.teily: moved
11790         \arpeggio to Basic.
11791
11792         * Documentation/user/advanced-notation.itely: Articulation to
11793         Basic, a bunch of stuff from Basic moved to Advanced.
11794
11795         * Documentation/user/basic.itely: swapped various sections,
11796         reorganized Basic.
11797
11798 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11799
11800         * flower/memory-stream.cc: 
11801         * flower/libc-extension.cc: Remove obsolete #undefs.
11802
11803         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11804         more carefully.
11805
11806 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11807
11808         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11809         dependency.
11810
11811         * VERSION (PACKAGE_NAME): release 2.5.13
11812
11813         * GNUmakefile.in (web-ext): don't ship ps.gz
11814
11815         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11816         stdout
11817
11818 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11819
11820         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11821         without libintl.  Now it compiles too.
11822
11823 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11824
11825         * Documentation/user/basic-notation.itely,
11826         instument-notation.itely, advanced-notation.itely:
11827         split up contents of notation.itely.
11828
11829         * Documentation/user/notation.itely: file removed.
11830
11831         * Documentation/user/invoking.itely, converters.itely:
11832         moved convert-ly info to invoking.itely.
11833
11834         * Documentation/user/global.itely, changing-defaults.itely,
11835         sound-output.itexi: moved global settings, file layout, and
11836         sound into global.itely.
11837
11838         * Documentation/user/sound-output.itexi: file removed.
11839
11840         * Documentation/user/lilypond.tely: removed links to
11841         notation.itely and sound.itely.
11842
11843 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11844
11845         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11846
11847         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11848  
11849         * THANKS: add sponsor.
11850
11851         * scm/define-markup-commands.scm (with-url): new markup command.
11852
11853         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11854         tagline.
11855         
11856         * scm/output-tex.scm (url-link): stub.
11857
11858         * scm/output-ps.scm (url-link): new function.
11859
11860         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11861         ly:set-point-and-click
11862
11863 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11864
11865         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11866         based on pdf-viewer setting.
11867
11868         * scm/framework-ps.scm (write-preamble): Find and set preferred
11869         pdf-viewer.
11870
11871 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11872
11873         * Documentation/user/point-and-click.itely: update for PDF point &
11874         click.
11875
11876         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11877         editors based on EDITOR setting.
11878
11879 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11880
11881         * scm/*: Oops, more grand 2005 replace bits.
11882
11883 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11884
11885         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11886
11887         * scm/output-ps.scm (grob-cause): point & click support for
11888         PostScript
11889
11890 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11891
11892         * lily/input-scheme.cc (LY_DEFINE): rename to
11893         ly:input-file-line-column
11894
11895 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11896
11897         * Documentation/user/examples.itely: small fix from Steve Doonan.
11898
11899         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11900
11901         * THANKS: added Yuval Harel.
11902
11903         * Documentation/user/{various}: inserted two spaces after a period.
11904
11905         * Documentation/user/lilypond.tely: added framework for reorg.
11906
11907         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11908         advanced-notation.itely, global.itely: new files, placeholder for
11909         future reorg.
11910
11911 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11912
11913         * Documentation/user/notation.itely: revamped Polyphony section
11914         
11915 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11916
11917         * Documentation/user/lilypond-book.itely (Music fragment options):
11918         doc fontload.
11919
11920         * Documentation/user/changing-defaults.itely (Text encoding): add
11921         fontload option to utf8 include
11922
11923         * scripts/lilypond-book.py (compose_ly): add fontload option
11924
11925         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11926         force-eps-font-include option.
11927
11928         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11929         black triangle
11930
11931         * Documentation/user/invoking.itely (Editor support): remove
11932         lilypond-latex section.
11933
11934         * scripts/lilypond-latex.py (Module): remove script.
11935
11936         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11937         overwrite .log. 
11938
11939         * lily/main.cc: remove -m, --no-layout
11940
11941         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11942         to define. We don't want to override fprintf everywhere.
11943
11944 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11945
11946         * cygwin/lilypond.hint: 
11947         * cygwin/README.in: Update dependencies.
11948
11949         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11950         Bugfix: do not pollute CPPFLAGS, LIBS.
11951
11952         * cygwin/mknetrel (extras): Cross compile fixes.
11953
11954         * ttftool/util.c: 
11955         * ttftool/ttfps.c: 
11956         * ttftool/ps.c: #include libc-extension.hh
11957
11958         * flower/include/libc-extension.hh:
11959         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11960         wrapper using funopen.
11961         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11962         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11963
11964         * config.hh.in:
11965         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11966         (AC_CHECK_HEADERS): Add libio.h
11967
11968         * scripts/convert-ly.py: Uniformize, internationalize.
11969         (2.5.2): Remove fatal encoding rule.
11970         (2.5.13): Handle latin1 encoding gracefully.
11971
11972 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11973
11974         * HACKING: Fix line breaks.
11975
11976 2005-02-23  Werner Lemberg  <wl@gnu.org>
11977
11978         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11979         contains those two files.
11980
11981 2005-02-21  Werner Lemberg  <wl@gnu.org>
11982
11983         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11984         to improve overlap removal process.
11985
11986         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11987         left and right ending.  This ensures better overlapping.
11988         Update all callers.
11989         ("lineprall"): Don't use draw_gridline to get better overlapping.
11990
11991 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11992
11993         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11994
11995         * Documentation/topdocs/NEWS.tely (Top): oops.
11996
11997 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11998
11999         * HACKING: new file.
12000
12001         * input/regression/utf8.ly (portuguese): added a portuguese example
12002         to show latin1 accents.
12003
12004 2005-02-21  Pal Benko  <benkop@freestart.hu>
12005
12006         * lily/mensural-ligature-engraver.cc:
12007         * lily/mensural-ligature.cc:
12008         * lily/include/mensural-ligature.hh: new algorithm implemented
12009
12010         * scm/define-grob-properties.scm: join-left killed (add-join may
12011         be used); join-left-amount changed to join-right-amount
12012
12013 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12014
12015         * Documentation/user/notation.itely: small but urgent fix.
12016
12017 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12018
12019         * lily/duration-scheme.cc: bugfix: correct parameters to
12020         SCM_ASSERT_TYPE.
12021
12022         * THANKS: added Pal.
12023
12024         * Documentation/user/notation.itely: bugfix: unTeXified
12025         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12026         "timesig.*x/y" -> "timesig.*xy".
12027
12028 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12029         
12030         * VERSION (PACKAGE_NAME): release 2.5.12
12031
12032 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12033
12034         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12035
12036         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12037
12038         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12039
12040         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12041
12042 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12043
12044         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12045         latin1..utf-8.
12046
12047         * input/regression/stanza-number.ly:
12048         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12049
12050         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12051
12052 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12053
12054         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12055         NEWS. Refer to website for older news.  
12056
12057         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12058         .HTML. This should be done for specific servers only.
12059
12060         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12061         .ly image examples.
12062
12063         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12064         in layer 0 too.
12065
12066         * scm/define-context-properties.scm
12067         (all-user-translation-properties): add tieWaitForNote
12068
12069         * scm/define-grobs.scm (all-grob-descriptions): add
12070         Tie_column::before_line_breaking
12071
12072         * lily/tie.cc (get_column_rank): new function
12073
12074         * lily/tie-column.cc (before_line_breaking): new function.
12075         (werner_directions): take into account ties that start on
12076         different columns.  
12077
12078         * lily/score-engraver.cc (set_columns): move add_column() so we
12079         have column rank available.
12080
12081         * lily/tie.cc (get_column_rank): new function.
12082
12083         * input/regression/utf8.ly (japanese): add japanese lyrics.
12084
12085         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12086
12087         * THANKS: add Steve D
12088
12089         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12090         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12091
12092 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12093
12094         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12095         to show harmonic notes
12096         * scm/define-markup-commands.scm: in \markup-by-number
12097         "dots-dot" -> "dots.dot" to show dotted notes
12098
12099 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12100
12101         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12102
12103         * flower/memory-stream.cc (writer): new file.
12104
12105         * configure.in: add endian test.
12106
12107 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12108
12109         * Documentation/user/examples.itely: small
12110         simplification/beautification
12111
12112         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12113         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12114         notation manual.
12115
12116         * lily/mensural-ligature.cc: bugfix: another few victims of the
12117         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12118
12119         * ly/gregorian-init.ly: commit some experimental code for hi-level
12120         ligature input language lying around here for several months.
12121
12122         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12123         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12124
12125         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12126         "x-y-z"->"x.y.s-z" fixes.
12127
12128 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12129
12130         * scm/framework-pdf.scm (scm): new file
12131
12132         * lily/include/pdf.hh (class Pdf_file): new file.
12133
12134         * lily/pdf.cc (write_trailer): new file.
12135
12136 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12137
12138         * input/regression/color.ly: new file
12139
12140         * lily/stencil.cc (interpret_stencil_expression):
12141         when a color expression is encountered: save current color,
12142         process the rest of the expression, and restore previous color.
12143
12144         * lily/system.cc (get_line): check all grobs for color property and
12145         prepare the stencil scheme expressions for further processing.
12146         Fix layer-loop.
12147
12148         * scm/define-grob-properties.scm: introduce the color property.
12149
12150         * scm/output-lib.scm: color helper functions.
12151
12152         * scm/output-ps.scm: introduce setcolor/resetcolor.
12153
12154 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12155
12156         * ly/*.ly, input/regression/*.ly: Added missing \version
12157         statements in some files.
12158
12159 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12160
12161         * Documentation/user/notation.itely: minor editing.
12162
12163         * Documentation/user/converters.itely: updated convert-ly bugs.
12164
12165         * Documentation/user/lilypond-book.itely: add info about using
12166         feta characters in latex.
12167
12168 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12169
12170         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12171
12172 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12173
12174         * scm/define-grob-properties.scm (all-user-grob-properties):
12175         removed 'dashed property.
12176
12177 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12178
12179         * scm/lily.scm (define-safe-public): new macro for defining
12180         variables that can be used in --safe mode. Use it in *.scm
12181         instead of manually setting safe-objects in safe-lily.scm.
12182
12183 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12184         
12185         * lily/slur.cc: Slur-dash patch by Bertalan.
12186
12187         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12188
12189         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12190
12191 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12192
12193         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12194
12195 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12196
12197         * mf/GNUmakefile: teTeX-3.0 install fix.
12198
12199         * Cygwin patch from Bertalan.
12200
12201         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12202
12203 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12204
12205         * GNUmakefile.in: 
12206         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12207
12208         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12209         2.0.x compatibility.
12210
12211 2005-02-08  Werner Lemberg  <wl@gnu.org>
12212
12213         * mf/feta-din-code.mf: Format; clean up code.
12214         Replace `---' with `--' plus explicit path directions.
12215         (linethickness#, stafflinethickness#): Remove.
12216         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12217         ("dynamic s"): Improve shape.
12218         ("dynamic p"): Improve shape.
12219         Replace `draw' with better outline approximation.
12220         ("dynamic r"): Improve shape.
12221         Don't call `fill' and `draw' at the same time.
12222
12223 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12224
12225         * SConstruct (symlink):
12226         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12227         build fix: add enc symlink.
12228
12229         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12230
12231         Support for DESTDIR besides prefix=/foo
12232
12233         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12234
12235         * stepmake/stepmake/*.make:
12236         * */GNUmakefile:
12237         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12238
12239         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12240
12241         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12242         mawk in fontforge (date) test.
12243
12244 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12245
12246         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12247         font-family=roman. Add Luxi Sans as sans
12248
12249 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12250
12251         * Documentation/user/notation.itely: add warning about
12252         percent repeats and Voice contexts.
12253
12254         * Documentation/user/lilypond-book.itely: clarified the
12255         necessity of dvips -u arguments.
12256
12257 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12258
12259         * THANKS: Added a bunch of bug hunters.
12260
12261 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12262
12263         * scm/framework-ps.scm (output-preview-framework): bugfix.
12264
12265         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12266         o/ for chord modifier..
12267
12268         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12269
12270         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12271         Welsh Duggan). 
12272
12273 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12274
12275         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12276
12277         * ly/titling-init.ly: Do not also print intstrument in header on
12278         first page.  Do not print page number on first and only page.
12279
12280 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12281
12282         * input/regression/*.ly: remove old-relative everywhere
12283
12284         * lily/music-sequence.cc (simultaneous_relative_callback): do
12285         what-if analysis on copy, not on original. Fixes old-relative
12286         compatibility.
12287
12288         * scm/backend-library.scm (postscript->png): space before
12289         --verbose.
12290         
12291 2005-02-05  Werner Lemberg  <wl@gnu.org>
12292
12293         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12294         is defined.
12295
12296         * mf/feta-alphabet.mf: Define `staffsize#'.
12297         Include `feta-params.mf'.
12298         s/staffheight/design_size/.
12299
12300         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12301
12302         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12303
12304         * mf/feta-nummer-code.mf: Reformatted.
12305         (draw_six): Use outline intersection to avoid a self-intersecting
12306         path.
12307         ("Numeral comma"): Fix serious outline glitches.  This slightly
12308         changes the glyph shape.
12309         ("Numeral dash"): Use `draw_rounded_block'.
12310         ("Numeral dot"): Use `drawdot'.
12311         ("Numeral 1"): Assure identical tangent directions for the
12312         intersection points of paths.  The glyph shape improvement is only
12313         visible at very high magnifications.
12314         ("Numeral 2"): Use `solve' macro to make the lower right part of
12315         the glyph outline touch the x axis exactly.  This changes the
12316         glyph shape.
12317         Minor fixes for better overlap removal support.
12318         ("Numeral 4"): Make lefter corner `rounder'.
12319         ("Numeral 5"): Assure identical tangent directions for the
12320         intersection points of paths.  This improves the glyph shape at
12321         high magnifications.
12322         ("Numeral 7"): Use `solve' macro to make the upper right part of
12323         the glyph outline touch the metrics box exactly.  This changes the
12324         glyph shape.
12325         Avoid corner in the upper left part of the glyph (causing a minor
12326         shape change).
12327
12328         * mf/feta-ital-*.mf: Removed.  Unused.
12329
12330 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12331
12332         * VERSION (PATCH_LEVEL): release 2.5.11
12333
12334         * input/regression/fill-line-test.ly: new file.
12335
12336         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12337         emmentaler name, eg. emmentaler-23. 
12338
12339 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12340
12341         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12342         alignment with centered texts
12343
12344         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12345         list of paddings
12346
12347 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12348
12349         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12350
12351         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12352         of parents when translating rests. Fixes: c-chord-rest.ly 
12353
12354         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12355         dimension_callback_ member.
12356
12357         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12358         of extents.
12359
12360 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12361
12362         * all but lily/*: The grand 2004/2005 replace.
12363
12364 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12365
12366         * lily/*: add space after ,  
12367
12368         * scm/music-functions.scm (has-request-chord): don't use
12369         ly:music-name anywhere. Fixes <<\\>> notation. 
12370
12371         * scm/define-markup-commands.scm (box): use font-size for
12372         padding. Fixes boxed-rehearsal-marks.ly
12373
12374         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12375         identifier definition too, so foo = \lyrics { ...   } bar = #1
12376         doesn't complain about "bar" being LYRICS_STRING.
12377
12378         * lily/paper-def.cc (find_pango_font): new routine; Store
12379         pango_fonts in hash tab too. This is necessary for retrieving
12380         Pango_fonts::physical_font_tab() later on.
12381  
12382         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12383         crash if psname is null.
12384
12385         * lily/lily-guile.cc (ly_hash2alist): new function
12386
12387         * Documentation/user/changing-defaults.itely (Text encoding):
12388         rewrite. 
12389
12390         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12391         -> font_filename mapping.
12392
12393         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12394         ly_pango_font_physical_fonts
12395
12396         * scm/framework-ps.scm (supplies-or-needs): extract names from
12397         physical Pango_fonts.
12398
12399         * utf8.ly: new file.
12400
12401 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12402
12403         * Documentation/user/changing-defaults.itely (Page layout): add
12404         doco about systemSeparatorMarkup.
12405
12406         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12407         function.
12408         (default-page-make-stencil): insert system separators.
12409
12410         * scm/define-markup-commands.scm (hcenter): add
12411         (beam): add.
12412
12413 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12414
12415         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12416
12417 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12418
12419         * lily/main.cc: Spell backend consistently.  Sort options.
12420
12421 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12422
12423         * scripts/lilypond-book.py (Module): revert @include.
12424         
12425 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12426
12427         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12428         Bugfix: @include .tex (not .texi).  Small cleanups.
12429
12430         * stepmake/bin/add-html-footer.py (i18n): New function.
12431
12432 2005-01-31  Werner Lemberg  <wl@gnu.org>
12433
12434         * mf/feta-nummer.mf: Removed.  Unused.
12435
12436 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12437
12438         * lily/ : 2004 -> 2005 s&r
12439
12440         * scm/file-cache.scm (cached-file-contents): add file. Read each
12441         file only once.
12442
12443         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12444         now default.
12445
12446         * VERSION: release 2.5.10
12447         
12448         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12449
12450         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12451
12452         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12453         that both X and Y extents of bbox are non-nil.
12454
12455 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12456
12457         * scm/chord-name.scm (alteration->text-accidental-markup): change
12458         - to . 
12459
12460         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12461
12462         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12463
12464         * Documentation/user/invoking.itely (Invoking lilypond): add note
12465         about EPS backend.
12466
12467         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12468         files for inclusion in lilypond-book document.
12469
12470         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12471
12472         * input/tutorial/lbook-texi-test.texi: new file.
12473
12474         * scm/safe-lily.scm (safe-objects): add
12475         {begin,end}-of-line-(in)?visible as safe.
12476  
12477 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12478
12479         * Documentation/user/changing-defaults.itely: fixed example
12480         of (dynamics).
12481
12482 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12483
12484         * lily/main.cc: fix info about -o=FILE.
12485
12486 2005-01-29  Werner Lemberg  <wl@gnu.org>
12487
12488         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12489         construction to assure smooth transition from straight to curved
12490         lines.
12491
12492 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12493
12494         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12495         stencils.
12496
12497         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12498         translate to top of page. Fixes alignment problems of
12499         lilypond-generated EPS files.
12500
12501 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12502
12503         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12504         crescendo-end as well, since Decrescendo maybe ended with Stop
12505         Crescendo.). Fixes: partcombine-diminuendo.ly
12506
12507         * scm/script.scm (default-script-alist): swap portato symbols.
12508
12509         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12510
12511         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12512         ly:outputter-port. New function.
12513
12514         * scm/framework-ps.scm (output-classic-framework): dump a
12515         -systems.texi too
12516         (output-classic-framework): dump multiple systems on an "infinite"
12517         page EPS including fonts. 
12518
12519         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12520         .eps files for both texi and tex formats. Use PNG coming from
12521         lilypond.
12522         
12523 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12524
12525         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12526
12527         * scripts/lilypond-latex.py: fix info about -o=FILE.
12528
12529 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12530
12531         * ly/generate-embedded-cff.ly: write .cff.ps files.
12532
12533         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12534
12535         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12536         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12537
12538 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12539
12540         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12541
12542 2005-01-28  Werner Lemberg  <wl@gnu.org>
12543
12544         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12545         macros.
12546         (draw_bulb): Improved.
12547
12548         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12549         metapost bug.
12550         (draw_pedal_P): Use soft_end_penstroke.
12551         (draw_pedal_d): Use soft_start_penstroke.
12552
12553         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12554         path.
12555         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12556         doesn't change the glyph shape.
12557
12558         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12559         changing the shape) to avoid fontforge warnings.
12560
12561         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12562         soft_end_penstroke and fix glyph shape.
12563
12564 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12565
12566         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12567
12568 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12569
12570         * scm/define-markup-commands.scm (line): filter out empty stencils
12571         from line command.
12572
12573         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12574         amount.
12575
12576 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12577
12578         * Documentation/user/notation.itely: added info about what
12579         \voiceFoo does.  Also rewrote warning about marks at
12580         a line break.
12581
12582         * Documentation/user/changing-defaults.itely: added info
12583         about putting dynamics in parenthesis and brackets.
12584
12585 2005-01-27  Werner Lemberg  <wl@gnu.org>
12586
12587         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12588
12589 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12590
12591         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12592         portato-direction.ly
12593
12594         * lily/beam.cc (consider_auto_knees): add beam height to
12595         threshold. Fixes: knee-multiple-beam.ly
12596
12597         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12598         pedal line spanners. Fixes: instrument-center-pedal.ly
12599
12600         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12601         if encountering barline. Fixes: auto-beam-repeat.ly
12602
12603 2005-01-26  Werner Lemberg  <wl@gnu.org>
12604
12605         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12606         overlapping.
12607
12608         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12609         with inflections for the 1/2 sharp glyph.
12610
12611         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12612         connection between `t' and `r'.
12613         Unify bulb with the rest of `r' to avoid grazing outlines which
12614         confuses the overlap removal algorithm of fontforge.
12615
12616         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12617         inflections.
12618         (draw_cross): Fix shape to have uniform thickness in corners.
12619
12620         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12621         to avoid an uneven number of self-intersections; this confuses
12622         fontforge.
12623         Fix a slight bug in the shape at left bottom (which is visible only
12624         at high magnifications).
12625         `Center' the stem horizontally to avoid overlapping.
12626
12627 2005-01-24  Werner Lemberg  <wl@gnu.org>
12628
12629         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12630         to `asis'.
12631         (fet_begingroup): Save group name in string `feta_group'.
12632         (fet_endgroup): Updated.
12633         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12634
12635         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12636
12637         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12638         in metapost.
12639
12640 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12641
12642         * Documentation/user/notation.itely: really minor editing.
12643
12644 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12645
12646         * Documentation/user/examples.itely: minor editing.
12647
12648         * Documentation/user/changing-defaults.itely: minor editing.
12649
12650         * Documentation/user/notation.itely: clarified info on polyphony
12651         and \addlyrics.
12652
12653 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12654
12655         * scm/output-gnome.scm: 
12656         * scm/output-svg.scm:
12657         * scm/lily-library.scm (font-name-style): Update font name
12658         kludging for fontconfig use.
12659
12660 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12661
12662         * scm/define-markup-commands.scm: Document right-align and
12663         larger markup commands. Remove "TODO" from the topmost comment
12664         "each markup function should have a doc string." More consistent
12665         use of new-lines.
12666
12667 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12668
12669         * Documentation/user/changing-defaults: removed info about
12670         copyright symbol, since it's likely to change soon.
12671         Added info about betweensystemspace.
12672
12673         * Documentation/user/notation.itely: minor fixes.
12674
12675         * Documentation/user/lilypond.tely,
12676         Documentation/user/music-glossary.tely: changed copyright
12677         date to 2005 instead of 2004.
12678
12679         * input/test/volta-chord-names.ly: added old example back.
12680
12681 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12682
12683         * mf/feta-beugel.mf: use design size 20 (not 15).
12684
12685         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12686         change name to aybabtu completely
12687
12688 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12689
12690         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12691         design_size to fontname
12692
12693 2005-01-19  Werner Lemberg  <wl@gnu.org>
12694
12695         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12696         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12697
12698         * mf/feta-autometric.mf (set_char_box): Add code which emits
12699         specials for mf2pt1 if run with metapost.
12700         (to_bp): New macro for mf2pt1.
12701
12702 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12703
12704         * Documentation/user/changing-defaults: added info on
12705         creating a copyright symbol.
12706
12707 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12708
12709         * VERSION: release 2.5.9
12710         
12711 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12712
12713         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12714
12715         * Documentation/user/notation.itely: Document
12716         score-override-auto-beam-setting Fix documentation for
12717         revert-auto-beam-setting.
12718
12719 2005-01-18  Werner Lemberg  <wl@gnu.org>
12720
12721         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12722         (procset): New function to define a procset resource.
12723         (ps-embed-pfa): New function to define a font resource.
12724         (setup): New function to define a `Setup' environment.
12725         (preamble): Use new functions.
12726
12727         * ps/lilypond.defs (init-lilypond-parameters): New function to
12728         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12729
12730 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12731
12732         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12733
12734 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12735
12736         * scm/define-markup-commands.scm: Change number->markletter-string
12737         to take two arguments (vector number). Add number->mark-alphabet-vector
12738         and markalphabet markup command.
12739
12740         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12741         format-mark-alphabet, format-mark-box-barnumbers and
12742         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12743
12744 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12745
12746         * Documentation/user/examples.itely: add SATB automatic piano
12747         reduction template.
12748
12749         * Documentation/user/notation.itely: added info about changing
12750         partcombine texts.  Also adds examples of alternate lyrics.
12751
12752         * Documentation/user/changing-defaults.itely: added warning
12753         about \RemoveEmptyStaffContext overriding previous changes.
12754
12755 2005-01-17  Werner Lemberg  <wl@gnu.org>
12756
12757         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12758         feta-alphabet*.
12759
12760 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12761
12762         * python/lilylib.py (make_ps_images): don't do final showpage for
12763         multi-page documents.
12764         
12765         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12766
12767 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12768
12769         * Documentation/user/lilypond.tely: changed order of appendices;
12770         unified index should be last.
12771
12772         * Documentation/user/notation.itely: add example of key signatures
12773         and info about Staff.printKeyCancellation.
12774
12775 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12776
12777         * lily/include/repeated-music.hh (class Repeated_music): change
12778         into "namespace" class.
12779
12780         * lily/event.cc: remove Key_change_event.
12781
12782         * lily/include/transposed-music.hh (class Transposed_music): remove.
12783
12784         * lily/transposed-music.cc: remove
12785
12786         * lily/include/relative-music.hh: remove.
12787
12788         * lily/include/music-sequence.hh (struct Music_sequence): change
12789         into "namespace" class.
12790
12791         * lily/untransposable-music.cc (Module): remove
12792
12793         * lily/include/un-relativable-music.hh (Module): remove
12794
12795         * lily/include/untransposable-music.hh (Module): remove
12796
12797         * lily/include/music-list.hh (Module): remove file
12798
12799         * lily/un-relativable-music.cc: remove file.
12800
12801 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12802
12803         * lily/parser.yy: Compile fix.
12804
12805 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12806
12807         * lily/include/music.hh (class Music): unvirtualize transpose().
12808
12809         * lily/sequential-music.cc: remove file.
12810
12811         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12812
12813         * lily/slur-scoring.cc (get_best_curve): only switch on
12814         DEBUG_SLUR_SCORING for non NDEBUG builds.
12815
12816         * lily/include/music.hh (class Music): replace Music::start_mom()
12817         by start-callback property
12818
12819         * lily/include/grace-music.hh: remove file. 
12820
12821         * lily/stem.cc (height): robustness fix.
12822
12823         * lily/time-scaled-music.cc: remove file.
12824
12825         * lily/include/music.hh (class Music): include SCM init argument.
12826         (class Music): replace Music::get_length() virtual by
12827         length-callback property everywhere.
12828
12829         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12830
12831         * mf/GNUmakefile: don't install *list.ly
12832
12833 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12834
12835         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12836
12837 2005-01-12  Werner Lemberg  <wl@gnu.org>
12838
12839         This patch addresses the following problems in the feta sources
12840         files which contribute to the fetaXX fonts.
12841
12842         . Many fixes for rasterization at low resolutions (consistent use of
12843           `vround' and `hround', integer shift values for paths, applying
12844           `eps' for mirrored paths, use of `define_whole_pixels' and
12845           friends, etc.) -- while this probably looks like a waste of time
12846           it has revealed deficiencies in some glyph shapes.  See comment at
12847           the end of feta-params.mf how vertical symmetry is achieved.
12848
12849         . The `---' operator has been replaced everywhere with `--'; this
12850           both improves and considerably reduces the font size after
12851           conversion with mf2pt1.
12852
12853         These change aren't explicitly mentioned below since virtually all
12854         glyphs are affected.
12855
12856         Other notable differences:
12857
12858         . Glyphs from feta-accordion.mf now have charboxes around the
12859           outline.
12860
12861         . Fixed incorrect charbox for `accDot'.
12862
12863         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12864
12865         . Fixed position of the bow in the `upprall' glyph and its siblings.
12866
12867         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12868           dependent on the staff line thickness to avoid touching the middle
12869           staff line at smaller sizes.
12870
12871         . Largely extended output for feta-testXX: Where useful, glyphs
12872         are shown both between and on staff lines.
12873
12874
12875         * mf/feta-params.mf (staff_space_rounded,
12876         stafflinethickness_rounded, linethickness_rounded,
12877         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12878         Update all code which uses them where appropriate.
12879         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12880         New variables used to control rasterization at low resolutions.  Set
12881         to zero if feta code is processed with metapost.
12882
12883         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12884         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12885         (flare_path): Updated.
12886         Make it work with `filldraw' (but only circular pens).
12887         (hfloor, vfloor, hceiling, vceiling): New macros.
12888
12889         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12890         Use `draw' again in mf mode to have good pixel dropout control.
12891         Fix intersection points of horizontal lines with circle.
12892         ("accDot"): Fix parameters for set_char_box.
12893         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12894         control.
12895
12896         * mf/feta-banier.mf: Updated.
12897
12898         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12899         testing.
12900         (undraw_inside_ellipse): Remove `center' argument.  Update all
12901         callers.
12902         (draw_brevis): New macro, called by "Brevis notehead".
12903         (draw_whole_triangle_head): New macro, called by "Whole
12904         trianglehead".
12905         (draw_small_triangle_head): Use `filldraw'.
12906
12907         * mf/feta-eindelijk.mf: Remove useless global group.
12908         Updated.
12909
12910         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12911         `filldraw'.
12912
12913         * mf/feta-pendaal.mf: Updated.
12914
12915         * mf/feta-puntje.mf: Updated.
12916
12917         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12918         less points.
12919         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12920         dropout control.
12921         ("Varied Coda"): Use `draw_block'.
12922         (draw_comma): Fix typo.
12923         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12924         pixel dropout control.
12925
12926         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12927         position of bow.
12928
12929         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12930         sizes.
12931
12932         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12933         testing.
12934         (draw_meta_sharp): Much simplified.
12935         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12936
12937         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12938
12939 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12940
12941         * Documentation/user/notation.itely (Ancient rests): Fix typo
12942         (thanks Anthony)
12943
12944 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12945
12946         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12947
12948         * lily/main.cc (setup_paths): Add cff.
12949
12950         * mf/GNUmakefile (foe): Include actual target %.cff.
12951         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12952
12953 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12954
12955         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12956         suffix for main_input_b_.
12957
12958         * scm/music-functions.scm (toplevel-music-functions):
12959         precompute music lengths for music expressions.  
12960
12961 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12962
12963         * lily/include/input.hh (class Input): new `end_' slot for end of
12964         input. Renamed defined_str0_ to start_.
12965
12966         * lily/input.cc (Input): Add Input::Input (Input const &) and
12967         remove Input::Input (Source_file*, char const *). Use the new
12968         slots.
12969         (set_location): method used by bison to propagate input
12970         locations (YYLLOC_DEFAULT).
12971         (end_line_number, end_column_number, step_forward): new methods
12972         
12973         * lily/input-scheme.cc (ly:input-both-locations): new function,
12974         similar to ly:input-location, but also return the end line and
12975         column.
12976
12977         * lily/include/includable-lexer.hh: 
12978         * lily/includable-lexer.cc: 
12979         * lily/include/lily-lexer.hh (class Lily_lexer): 
12980         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12981         Includable_lexer to Lily_lexer, in order to update lexloc (the
12982         yylloc), a new slot of Lily_lexer.
12983         (here_input, LexerError): simplify by using the lexloc slot (aka
12984         yylloc)
12985
12986         * lily/lexer.ll: #define yylloc to use input locations (it may
12987         be useless here?). Fixed the #embedded_scm rule (step the location
12988         forward in order to skip the sharp sign before parsing the scheme
12989         expression)
12990
12991         * lily/include/lily-parser.hh (class Lily_parser): 
12992         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12993         here_input()
12994         (parser_error): overload for more precise locations of errors.
12995
12996         * lily/parser.yy (YYLTYPE): set location type to Input
12997         (YYLLOC_DEFAULT): use Input::set_location()
12998         (yylex): add the YYLTYPE* location parameter.
12999         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13000         Give an Input parameter to THIS->parser-error() for more accurate
13001         messages.
13002
13003 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13004
13005         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13006
13007         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13008         on BEAMQUANTING for non-NDEBUG builds.
13009
13010         * lily/stem.cc (head_count): performance: avoid String::String()
13011         inside oft called function.
13012
13013 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13014
13015         * Documentation/user/examles.itely: attempted fix for broken
13016         string quartet template.
13017
13018         * Documentation/user/notation.itely: remove unnecessary broken
13019         link.
13020
13021 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13022
13023         * VERSION (PACKAGE_NAME): release 2.5.7
13024
13025 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13026
13027         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13028         mf-nowin for teTeX-3.0.  Backportme.
13029
13030         * scm/output-svg.scm (utf8-string): New function.
13031
13032         * scm/output-gnome.scm (utf8-string): New function.
13033         (otf-name-mangling): Remove.
13034
13035         * lily/pango-font.cc (Pango_font): Use font string iso font
13036         filename for utf8-text.
13037
13038         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13039         name.
13040
13041 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13042
13043         * Documentation/user/notation.itely: add info about
13044         Staff.extraNatural = ##f in Pitches section.  Also
13045         fixed some minor issues in the Vocal music section.
13046
13047 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13048
13049         * scm/output-ps.scm (white-text): comment out Helvetica font,
13050         which is broken for my GS install.
13051
13052         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13053         which provides a tighter bbox.
13054
13055         * scm/define-grobs.scm (all-grob-descriptions): remove all
13056         extra-offsets from definitions.
13057
13058 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13059
13060         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13061         add tuning for 4-string bass and some common 4/5-string banjo
13062         tunings.  New function (four-string-banjo) turns a 5-string tuning
13063         into a 4-string tuning.  New function
13064         (fret-number-tablature-format-banjo) computes correct fret numbers
13065         on 5-string banjos.
13066
13067         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13068         Add beam correction to TabVoice.
13069
13070         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13071         using bold font; makes tabs more readable.
13072
13073 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13074
13075         * lily/font-select.cc (get_font_by_design_size): don't make
13076         Modified_font_metric; this causes trouble, since we don't know the
13077         font magnification from inside Pango_font::text_stencil()
13078
13079         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13080
13081         * Documentation/user/notation.itely (The Lyrics context): comment out
13082         broken {Small ensembles} link.
13083
13084         * scm/framework-svg.scm (output-framework): change calling convention.
13085
13086         * lily/object-key-dumper-scheme.cc: new file.
13087
13088         * lily/object-key-undumper-scheme.cc: new file.
13089
13090         * lily/tweak-registration-scheme.cc: new file.
13091
13092         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13093
13094         * Documentation/user/examples.itely (String quartet): uncomment
13095         broken example.
13096
13097         * lily/font-config.cc: new file.
13098
13099 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13100
13101         * scm/output-svg.scm: 
13102         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13103
13104         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13105
13106 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13107
13108         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13109         Add headers.
13110
13111         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13112
13113 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13114
13115         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13116
13117         * lily/include/main.hh: lose _b hungarian suffixes for global
13118         variables.
13119
13120         * lily/include/lily-guile-macros.hh: new file.
13121
13122         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13123
13124         * lily/general-scheme.cc: new file. 
13125
13126         * lily/font-select.cc (get_font_by_design_size): retrieve
13127         PangoFont for (designsize . "pango-descr") entries.
13128
13129         * lily/lily-parser-scheme.cc: new file.
13130
13131         * lily/output-def-scheme.cc: new file.
13132
13133         * lily/paper-book-scheme.cc: new file.
13134
13135         * lily/duration-scheme.cc (LY_DEFINE): new file.
13136
13137         * lily/pitch-scheme.cc:  new file.
13138
13139         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13140
13141 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13142
13143         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13144
13145 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13146
13147         * Documentation/user/notation.itely: minor editing.
13148
13149         * Documentation/user/changing-defaults: minor editing.
13150
13151         * Documentation/user/examples.itely: add template for
13152         string quartet part extraction; demonstrates tag.
13153
13154 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13155
13156         * Documentation/user/notation.itely: documents
13157         format-mark-box-letters and format-mark-box-numbers
13158
13159         * scm/define-context-properties.scm: change comment.
13160
13161 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13162
13163         * scm/framework-ps.scm (output-classic-framework): new function:
13164         dump systems as separate .eps files (without fonts) and write a
13165         single collecting .tex file.
13166
13167 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13168
13169         * Documentation/user/notation.itely (Setting simple songs):
13170         Correct several errors in the equivalent formulation of
13171         \addlyrics. 
13172         (The Lyrics context): Corrected link to the SATB example.
13173
13174 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13175
13176         * scm/lily.scm (completize-formats): new function
13177         (postprocess-output): new function
13178
13179         * lily/paper-book.cc (classic_output): change calling
13180         convention. Give basename as first argument. 
13181         remove Paper_book::post_processing().
13182
13183         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13184
13185 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13186
13187         * lily/paper-outputter.cc (LY_DEFINE): new function
13188         ly:outputter-close.
13189
13190         * lily/main.cc: change --format,-f to --backend,-b
13191
13192         * lily/include/main.hh: rename format to backend.
13193
13194         * scm/translation-functions.scm (format-mark-box-numbers): add.
13195         patch by Erlend Aasland
13196
13197 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13198
13199         * lily/pango-font.cc (text_stencil): dump string as
13200         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13201
13202 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13203
13204         * configure.in (gui_b): Remove handy developer-only
13205         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13206         CVS source installations (but break other non-default but correct
13207         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13208
13209         * SConstruct: 
13210         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13211         compatibility (backportme).
13212
13213         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13214
13215 2005-01-03  Werner Lemberg  <wl@gnu.org>
13216
13217         Prepare glyph shapes for mf2pt1 conversion.
13218
13219         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13220         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13221         `penstroke'.
13222         (accDot): Use `drawdot'.
13223         (accBayanbase): Replace `draw' with `draw_gridline'.
13224         (print_penpos): Moved to feta-macros.mf.
13225         (accOldEE): Replace `filldraw' with `penstroke'.
13226         Replace `draw' with `penstroke' and `drawdot'.
13227
13228         * mf/feta-banier.mf: Code clean-up.
13229         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13230         `fill'.
13231
13232         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13233
13234         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13235         paremeter to control drawing of labels.  Update all callers.
13236
13237         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13238         (new_bulb): Return a bulb as a single path.  To do that, it now
13239         takes some more parameters.  Updated all callers.
13240         (draw_gclef): Major clean-up.  `draw' has been replaced with
13241         `penstroke', unnecessary outlines have been removed.
13242         Remove (unused) gnome-canvas code.
13243
13244         * mf/feta-macros.mf (print_penpos): New macro (from
13245         feta-accordion.mf).
13246         Other minor fixes.
13247
13248         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13249         ("Pedal dot"): Use `drawdot'.
13250         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13251         all callers.
13252         Fix shape at top.
13253         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13254         all callers.
13255         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13256         all callers.
13257         Revert drawing direction.
13258
13259         * mf/feta-schrift.mf (draw_fermata): Use single path.
13260         (draw_short_fermata): Replace `filldraw' with `fill'.
13261         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13262         `draw_rounded_block' with a single path.
13263         ("Thumb"): Draw full circle instead of mirroring segments.
13264         (draw_accent): New macro.
13265         ("> accent", "espr"): Use it.
13266         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13267         ("open (unstopped)"): Draw full circle instead of mirroring
13268         segments.
13269         (draw_vee): Removed.
13270         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13271         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13272         path.
13273         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13274         partial pieces drawn with `fill' -- these do still overlap with the
13275         stem of the `t' but just once, not multiple times so that fontforge
13276         can handle it gracefully.
13277         Change other parts of the glyph so that fontforge's overlapping
13278         algorithm reliably works.
13279         (draw_heel): Replace `draw' with `fill'.
13280         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13281         ("Flageolet"): Replace `draw' with `penstroke'.
13282         ("Segno"): Replace `filldraw' with `penstroke'.
13283         Replace `draw' with `drawdot'.
13284         ("Coda"): Replace `fill' with `penstroke', using a single path.
13285         ("Varied Coda"): Use less overlapping paths.
13286         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13287         single path.
13288
13289         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13290         group to better control the `labels' command.
13291         Rename argument to `offset' and use it actually.  Update all
13292         callers.
13293         Replace `filldraw' with `fill'.
13294         ("mordent", "prallmordent", "upmordent", "downmordent",
13295         "lineprall"): Replace `draw' with `draw_gridline'.
13296         ("upprall", "downprall"): Replace `draw' with `fill'.
13297
13298         * mf/feta-timesig.mf: Formatting.
13299
13300         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13301         to...
13302         ("Flat"): Here.
13303         (draw_paren): Move code to draw labels to...
13304         ("Right Parenthesis"): Here.
13305
13306 2005-01-02  Graham Percival <gperlist@shaw.ca>
13307
13308         * Documentation/user/notation.itely: add example of \setTextDecresc
13309         and \setTextDim.
13310
13311 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13312
13313         * scm/define-markup-commands.scm :  fix glyph-strings of
13314         accidentals and \note-by-number
13315
13316 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13317
13318         * VERSION: 2.5.6 released.
13319         
13320         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13321
13322         * input/regression/new-markup-scheme.ly: oops. font-family=music
13323         -> font-encoding fetaMusic.  
13324
13325         * lily/main.cc: put default to PS.
13326
13327         * lily/tfm.cc: idem.
13328
13329         * lily/afm.cc: idem.
13330
13331         * lily/include/modified-font-metric.hh (struct
13332         Modified_font_metric): remove coding_scheme() method.
13333
13334         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13335
13336         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13337
13338         * input/les-nereides.ly: convert to utf8
13339
13340         * lily/modified-font-metric.cc (text_dimension): idem.
13341
13342         * lily/parser.yy (TODO): idem.
13343
13344         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13345
13346         * lily/lexer.ll: remove encoding
13347
13348         * scm/framework-ps.scm (output-variables): separately scale the
13349         page to mm 
13350
13351         * lily/pango-font.cc (Pango_font): fix scaling.
13352
13353         * lily/font-metric.cc (design_size): design_size returns a
13354         dimension now as well.
13355
13356 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13357
13358         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13359         brace generation. 
13360
13361         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13362
13363 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13364
13365         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13366         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13367
13368 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13369
13370         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13371         in first run as well.
13372
13373         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13374         dimension less points (ie. 12 = 12 point)
13375
13376         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13377
13378         * lily/all-font-metrics.cc (find_pango_font): set description_
13379
13380         * lily/pango-font.cc (text_stencil): export size as well.
13381         (text_stencil): fix scaling and extents box.
13382
13383 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13384
13385         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13386
13387         * Documentation/user/invoking.itely (Invoking lilypond): document
13388         texstr
13389
13390         * scripts/convert-ly.py (conv): add ancient rules.
13391
13392         * scm/clef.scm (c0-pitch-alist): replace - with .
13393
13394         * scripts/lilypond-book.py (process_snippets): add texstr support.
13395
13396         * scm/framework-texstr.scm (header): change extension to .textmetrics
13397
13398         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13399         -f tex.
13400
13401         * lily/text-metrics.cc: new file.
13402         (try_load_text_metrics): new function
13403
13404         * lily/include/text-metrics.hh: new file.
13405
13406 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13407
13408         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13409         ly_scheme_function to ly_lily_module_constant.
13410
13411         * lily/modified-font-metric.cc (text_dimension): try
13412         lookup_tex_text_dimension() first.
13413
13414         * lily/tfm.cc: new function ly:load-text-dimensions
13415
13416 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13417
13418         * scm/output-texstr.scm (text): use \lilygetmetrics
13419
13420         * scm/framework-texstr.scm (header): dump in new format.
13421
13422         * tex/lilypond-tex-metrics: new file.
13423         
13424 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13425
13426         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13427         mapping.
13428         (index_to_charcode): New method.
13429
13430         * scm/output-ps.scm (glyph-string): 
13431         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13432
13433 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13434
13435         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13436         implement fully, need FONT to get to charcode.
13437
13438         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13439
13440         * scm: Cleanups.
13441
13442         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13443         {Tunable context properties},
13444         {All layout objects},
13445         {Music definitions}.
13446
13447 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13448
13449         * VERSION: release 2.5.5
13450         
13451         * lily/main.cc: use TeX as default output format.
13452
13453         * flower/file-path.cc (find): try to open directly as well, so we
13454         find absolute path files. 
13455
13456         * lily/pango-select.cc: new file.
13457
13458         * scm/framework-ps.scm: remove all encoding code. 
13459         load pfb/pfa for PangoFont too.
13460         
13461         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13462
13463 2004-12-22  Werner Lemberg  <wl@gnu.org>
13464
13465         Prepare glyph shapes for mf2pt1 conversion.
13466
13467         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13468
13469         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13470         (define_triangle_shape): Use it to replace `draw' with `fill' and
13471         `unfill'.  Update all callers.
13472         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13473         (draw_cross): Ditto.
13474         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13475         Use penrazor for better conversion with mf2pt1.
13476         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13477         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13478         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13479         draw_la_head, draw_ti_head): Replace `filldraw' with
13480         `fill'.  Update all callers.
13481
13482 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13483
13484         * lily/paper-book.cc (output): revert: only allow a single output
13485         format.
13486
13487         * lily/include/pango-font.hh: new file.
13488
13489         * lily/pango-font.cc: new file.
13490
13491         * lily/font-metric.cc (text_stencil): new routine
13492
13493         * lily/all-font-metrics.cc (find_pango_font): new routine.
13494
13495         * lily/include/font-metric.hh (struct Font_metric): add
13496         text_stencil()
13497
13498         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13499
13500 2004-12-22  Werner Lemberg  <wl@gnu.org>
13501
13502         Prepare glyph shapes for mf2pt1 conversion.
13503
13504         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13505
13506         * mf/feta-toevallig.mf: Formatting.
13507         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13508         ("Natural"): Fix paths to allow better postprocessing.
13509         (draw_meta_flat): Use `z3l' as additional point in path to get
13510         better conversion with mf2pt1.
13511         Other minor cleanups.
13512         ("3/4 Flat"): Add auxiliary points and modify path to replace
13513         `draw' with `fill'.
13514         ("Double Sharp"): Mirror path segments instead of picture elements
13515         to get a single outline.
13516         Modify path to replace `filldraw' with `fill'.
13517
13518 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13519
13520         * input/test/unfold-all-repeats.ly: added file back.
13521
13522         * Documentation/user/notation.itely,
13523         Documentation/user/programming-interface.itely
13524         Documentation/user/changing-defaults.itely: fixed misc broken
13525         links to input/test/ files.
13526
13527 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13528
13529         * tex/texinfo.tex: Update.  We should not be distributing this,
13530         but since we do, use latest version.
13531
13532         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13533         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13534         macros for feta glyphs.
13535
13536 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13537
13538         * Documentation/user/changing-defaults.itely: fix index for set.
13539
13540         * Documentation/user/converters.itely: added convert-ly bugs list
13541         from CVS.
13542
13543 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13544
13545         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13546         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13547         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13548         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13549
13550         * mf/GNUmakefile (pfa_warning): Use less broken check.
13551
13552         * python/lilylib.py (setup_environment): Remove cruft from
13553         GS_FONTPATH.
13554
13555         * configure.in: Bump mftrace requirement to 1.1.1.
13556
13557 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13558
13559         * scm/output-svg.scm (beam): Use polygon.
13560
13561         * scm/lily-library.scm: Bugfix.
13562
13563         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13564
13565         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13566
13567 2004-12-19  Werner Lemberg  <wl@gnu.org>
13568
13569         Prepare glyph shapes for mf2pt1 conversion.
13570
13571         * mf/feta-eindelijk: Some formatting.
13572         (multi_rest_x, multi_beam_height): Removed.  Unused.
13573         ("Quarter rest"): Use `intersectiontimes' to create a single
13574         outline.
13575         (rest_crook): Removed.  Unused.
13576         (draw_rest_bulb): Return path (without filling).  Update callers.
13577         Simplified.
13578         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13579         "128th rest"): Simplify `pat'.
13580         Create single outline.
13581
13582 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13583
13584         * mf/GNUmakefile (ALL_GEN_FILES):
13585         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13586
13587         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13588         function.
13589
13590 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13591
13592         * scm/output-texstr.scm (placebox): add routine
13593
13594         * VERSION (PACKAGE_NAME): release 2.5.4
13595
13596         * scm/framework-texstr.scm (output-framework): new file.  
13597
13598         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13599         processing.
13600
13601         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13602
13603         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13604         rule.
13605
13606         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13607
13608         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13609
13610         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13611
13612 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13613
13614         * scm/framework-svg.scm (dump-page): Implement landscape.
13615
13616 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13617
13618         * lily/main.cc (setup_paths): Add svg to search path.
13619
13620         * scm/output-svg.scm:
13621         * scm/framework-svg.scm: Add pageSet.  Update.
13622         (dump-fonts): New function.
13623         (output-framework): Use it.
13624
13625         * mf/GNUmakefile: 
13626         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13627
13628 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13629
13630         * tex/lilyponddefs.tex: comment out new ifpdf code.
13631
13632 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13633
13634         * GNUmakefile.in: 
13635         * SConstruct (symlink): Replace afm by otf.
13636
13637         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13638         ly:pango-add-afm-decoder.
13639
13640         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13641
13642 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13643
13644         * scm/output-ps.scm (new-text): don't access t glyph for getting
13645         space dimension.
13646
13647         * ly/init.ly: warn about \version
13648
13649         * lily/lexer.ll: set version-seen?
13650
13651 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13652
13653         * scm/output-svg.scm (string->entities): Update.
13654
13655 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13656
13657         * lily/main.cc (setup_paths): replace afm by otf for path. 
13658
13659         * lily/pangofc-afm-decoder.cc: remove.
13660
13661         * lily/include/pangofc-afm-decoder.hh: remove.
13662
13663         * scm/framework-scm.scm (output-framework): new file.
13664
13665         * mf/GNUmakefile: remove SAUTER_FONTS.
13666         remove SVG/sodipodi hacks.
13667
13668         * scm/lily-library.scm (stderr): move stderr.
13669
13670         * mf/GNUmakefile: remove AFM support.
13671
13672         * buildscripts/mf-to-table.py (base): remove AFM support.
13673
13674         * lily/open-type-font.cc (design_size): use design_size
13675
13676 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13677
13678         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13679
13680 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13681
13682         * mf/GNUmakefile: Generate combined aybabtu info.
13683         * mf/aybabtu.pe.in (i): Load it.
13684
13685         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13686         are not symbols.
13687
13688         * lily/include/open-type-font.hh (count): New method.
13689
13690         * mf/aybabtu.pe.in: Typo.
13691
13692         * Documentation/user/out/lilypond-internals.nexi (Scheme
13693         functions): Typo.
13694
13695         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13696
13697 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13698
13699         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13700         subfonts.
13701
13702         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13703
13704         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13705         (tex-font-command-raw): new function.
13706
13707         * lily/include/virtual-font-metric.hh (Module): remove file
13708
13709         * lily/virtual-font-metric.cc (Module): remove file.
13710         
13711
13712         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13713         (get_indexed_char): read bbox from lily table if present.
13714
13715 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13716
13717         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13718         aybabtu.subfonts
13719
13720         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13721         global glyphname. Enables more than 64 glyphs in the OTF.
13722
13723 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13724
13725         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13726         braces.
13727
13728         * lily/open-type-font.cc (design_size): Use 12 as default for
13729         design size.
13730
13731         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13732
13733         * mf/GNUmakefile: Generate aybabtu.
13734
13735         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13736
13737 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13738
13739         * scm/lily-library.scm (char->unicode-index): Remove.
13740
13741         * scm/output-gnome.scm (text): Bugfix for plain string input.
13742         Updates.
13743
13744         * scm/output-svg.scm (svg-font): Add weight to font selection.
13745
13746 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13747
13748         * Documentation/topdocs/INSTALL.texi (Top): Point to
13749         buildscripts/out/clean-fonts instead of
13750         buildscripts/clean-fonts.sh. 
13751
13752 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13753
13754         * input/regression/figured-bass.ly: attempt to clarify text.
13755
13756         * Documentation/user/notation.tely: add cindex for tag, attempt to
13757         add figured bass example.
13758
13759         * Documentation/user/changing-defaults: basic editing.
13760
13761 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13762
13763         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13764
13765         * lily/open-type-font.cc (LY_DEFINE): new function
13766         ly:font-sub-fonts
13767
13768         * lily/include/font-metric.hh (struct Font_metric): new method
13769         sub_fonts()
13770
13771         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13772         . with - in add.stem.
13773         
13774 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13775
13776         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13777         and fetaDynamic.
13778
13779         * lily/rest.cc (glyph_name): Change - to . .
13780
13781         * scm/output-gnome.scm (text): Hello world, again.
13782
13783         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13784
13785         * lily/modified-font-metric.cc (index_to_charcode): New method.
13786
13787         * lily/include/font-metric.hh (index_to_charcode): New function.
13788
13789         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13790         new function.
13791         (ly:font-glyph-to-index): Remove.
13792
13793 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13794
13795         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13796
13797         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13798
13799         * lily/open-type-font.cc (load_scheme_table): new function
13800
13801         * lily/dots.cc (print): replace - 
13802
13803         * lily/open-type-font.cc (attachment_point): new function.
13804         (load_table): read LILC table
13805
13806         * buildscripts/gen-bigcheese-scripts.py (Module): new
13807         file. Generate FF scripts.
13808
13809         * mf/feta-din10.mf: idem.
13810
13811         * mf/feta-nummer10.mf: remove mf files.
13812
13813         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13814
13815 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13816
13817         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13818
13819         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13820         compatibility.
13821
13822 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13823
13824         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13825         design-size and units_per_EM.
13826
13827         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13828
13829 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13830
13831         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13832         does not crash fontforge.
13833
13834         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13835         PUA.
13836
13837 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13838
13839         * scm/framework-ps.scm (ps-embed-cff): new function.
13840
13841         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13842
13843 2004-12-12  Werner Lemberg  <wl@gnu.org>
13844
13845         * mf/bigcheese.pe.in: Add PUA mapping.
13846         Don't create Type 42 but bare CFF font.
13847
13848 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13849
13850         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13851         within canvas boundaries.
13852
13853         * mf/merge.pe.in: Set font names, version, license GPL.
13854
13855         * make/substitute.make: Add FONTFORGE.
13856
13857         * config.make.in (FONTFORGE): Add.
13858
13859         * configure.in (gui_b): Use PATH_PROG for fontforge.
13860
13861 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13862
13863         * scm/define-markup-commands.scm: add baseline-skip to info
13864         about \column.
13865
13866 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13867
13868         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13869
13870         * scm/output-gnome.scm (named-glyph): Use it.
13871
13872         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13873
13874         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13875         (upper_string, lower_string, reverse_string): Remove.
13876
13877         * configure.in (fontforge): Reinstate version check.
13878
13879         * ly/engraver-init.ly: Fix clef glyph names.
13880
13881         * lily/time-signature.cc (special_time_signature): Fix fraction
13882         glyph names.
13883
13884 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13885
13886         * mf/merge.pe: new file.
13887
13888         * lily/freetype.cc: new file.
13889
13890         * lily/include/open-type-font.hh (class Open_type_font): new file.
13891
13892         * lily/include/freetype.hh: new file.
13893
13894         * lily/open-type-font.cc: new file.
13895
13896         * lily/all-font-metrics.cc (find_otf): new function.
13897
13898 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13899
13900         * lily/time-signature.cc (special_time_signature): Fix.
13901
13902         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13903         GTK2 before checking for pango.  Fixes -fgnome.
13904
13905         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13906         Scheme name.
13907
13908         * scm/define-markup-commands.scm:
13909         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13910
13911         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13912
13913         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13914         date versions.  Fixes configure.
13915         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13916         argument.
13917
13918 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13919
13920         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13921         names in .enc
13922
13923         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13924
13925 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13926
13927         * Documentation/user/changing-defaults.itely: add info about
13928         make-dynamic-script
13929
13930         * Documentation/user/notation.itely: add link in dynamics to
13931         section about make-dynamic-script.
13932
13933 2004-12-09  Christian hitz  <chhitz@gmx.net>
13934
13935         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13936
13937 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13938
13939         * buildscripts/mf-to-table.py (parse_logfile): use . for
13940         concatting name and group.
13941         (parse_logfile): use M for Minus (negative.)
13942
13943         * lily/include/type-swallow-translator.hh
13944         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13945
13946         * lily/*.cc: cosmetics around = sign.
13947
13948         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13949         lyric spacing on the penultimate column.
13950
13951 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13952
13953         * configure.in:
13954         * lily/accidental-placement.cc:
13955         * lily/bar-line.cc:
13956         * lily/beam-concave.cc:
13957         * lily/beam-quanting.cc:
13958         * lily/beam.cc:
13959         * lily/bezier-bow.cc:
13960         * lily/bezier.cc:
13961         * lily/break-align-interface.cc:
13962         * lily/custos.cc:
13963         * lily/dimension-cache.cc:
13964         * lily/dot-column.cc:
13965         * lily/font-metric.cc:
13966         * lily/font-select.cc:
13967         * lily/gourlay-breaking.cc:
13968         * lily/grob-property.cc:
13969         * lily/grob.cc:
13970         * lily/lily-guile.cc:
13971         * lily/line-spanner.cc:
13972         * lily/lookup.cc:
13973         * lily/lyric-extender.cc:
13974         * lily/lyric-hyphen.cc:
13975         * lily/mensural-ligature.cc:
13976         * lily/midi-def.cc:
13977         * lily/misc.cc:
13978         * lily/note-collision.cc:
13979         * lily/note-column.cc:
13980         * lily/note-head.cc:
13981         * lily/paper-outputter.cc:
13982         * lily/percent-repeat-item.cc:
13983         * lily/rest-collision.cc:
13984         * lily/side-position-interface.cc:
13985         * lily/simple-spacer.cc:
13986         * lily/slur-configuration.cc:
13987         * lily/slur-scoring.cc:
13988         * lily/slur.cc:
13989         * lily/spaceable-grob.cc:
13990         * lily/spacing-spanner.cc:
13991         * lily/spanner.cc:
13992         * lily/staff-symbol-referencer.cc:
13993         * lily/stem.cc:
13994         * lily/stencil.cc:
13995         * lily/system-start-delimiter.cc:
13996         * lily/system.cc:
13997         * lily/text-item.cc:
13998         * lily/tie.cc:
13999         * lily/tuplet-bracket.cc:
14000         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14001         <cmath> beacause isinf/isnan is undefined in <cmath>
14002
14003 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14004
14005         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14006
14007 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14008
14009         * VERSION: release 2.5.3
14010         
14011 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14012
14013         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14014
14015 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14016
14017         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14018
14019         * lily/note-head.cc (internal_print): always try the "s" head if
14020         u/d not found.
14021
14022         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14023
14024 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14025
14026         * mf/parmesan-heads.mf (overdone_heads): typos.
14027
14028 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14029
14030         * lily/parser.yy (markup): in markups, { .. } without command
14031         before are also flattened, ie \line must be explicitely used.
14032
14033         * Documentation/user/changing-defaults.itely:
14034         * Documentation/user/notation.itely: 
14035         * input/wilhelmus.ly: 
14036         * input/regression/instrument-name-markup.ly: 
14037         * input/regression/markup-score.ly: 
14038         * input/regression/new-markup-scheme.ly: 
14039         * input/regression/new-markup-syntax.ly: 
14040         * input/test/coriolan-margin.ly: use \line in markups where
14041         appropriate
14042         
14043 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14044
14045         * scm/new-markup.scm (map-markup-command-list): helper function
14046         used in parser.yy to map markup commands on a markup list.
14047
14048         * lily/parser.yy: get rid off < > in markups by treating { } as
14049         real lists.
14050
14051         * lily/lexer.ll: remove < > from markup lexer mode.
14052
14053         * scripts/convert-ly.py (conv): add rule for converting 
14054         \markup < > to \markup { }
14055
14056         * ly/titling-init.ly: 
14057         * input/test/coriolan-margin.ly: 
14058         * input/regression/new-markup-syntax.ly: 
14059         * input/regression/new-markup-scheme.ly: 
14060         * input/regression/multi-measure-rest-text.ly: 
14061         * input/regression/markup-stack.ly: 
14062         * input/regression/markup-score.ly: 
14063         * input/regression/instrument-name-markup.ly: 
14064         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14065         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14066         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14067         * input/wilhelmus.ly: 
14068         * Documentation/user/notation.itely: 
14069         * Documentation/user/music-glossary.tely: 
14070         * Documentation/user/changing-defaults.itely: change < > to { } in
14071         markups
14072
14073 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14074
14075         * lily/accidental-placement.cc (position_accidentals): shortcut if
14076         no accidentals to place.
14077
14078 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14079
14080         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14081         typo s/ly:dimension ?/ly:dimension?/
14082
14083         * input/regression/lily-in-scheme.ly: 
14084         * input/regression/music-function.ly: 
14085         * ly/spanners-init.ly (assertBeamSlope): 
14086         * scm/music-functions.scm (def-grace-function): add the paper
14087         argument to music function definitions.
14088
14089 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14090
14091         * lily/moment.cc (LY_DEFINE):
14092         ly:moment-main-{denominator,numberator}, new function.
14093
14094         * lily/score-engraver.cc (typeset_all): assign to column on basis
14095         of axis-group-parent-X setting.
14096
14097         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14098         add_element() on basis of axis-group-parent-Y setting.
14099
14100         * lily/grob.cc: add axis-group-parent-{XY} properties.
14101
14102         * input/regression/spacing-stick-out.ly: new file.
14103
14104         * lily/simple-spacer.cc (add_columns): use binary search for
14105         setting column rods. Changes O(n^2) to O(n log(n)) for
14106         constructing spacing problem from columns.
14107         (add_columns): read allow-outside-line to make sure no texts stick
14108         out.
14109         (solve): Simple_spacer::is_active() only determines
14110         satisfies_constraints_ for non-ragged typesetting.
14111
14112         * lily/simultaneous-music.cc (to_relative_octave): only set
14113         old_relative_used if return pitch actually changed.
14114
14115         * scm/define-context-properties.scm
14116         (all-user-translation-properties): change to match implementation.
14117
14118         * python/lilylib.py: Replace re.match by re.search and adds "-c
14119         showpage" to the gs command line (Johannes Schindelin)
14120
14121         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14122         before processing. Prevents crash when inf is in the extent.
14123
14124         * scm/define-markup-commands.scm (note-by-number): add "s" to
14125         "noteheads-" glyphname.
14126  
14127         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14128         music function as well.
14129         
14130 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14131
14132         * VERSION: release 2.5.2
14133
14134         * Documentation/user/changing-defaults.itely (Creating titles):
14135         add breakbefore variable.
14136
14137         * lily/paper-book.cc (set_system_penalty): new function. Set
14138         penalty_ based on breakBefore setting
14139
14140         * lily/context-specced-music-iterator.cc (construct_children):
14141         interpret special context id $uniqueContextId 
14142
14143         * lily/context.cc (create_unique_context): new method. Move
14144         creation of unique (\new) contexts into interpreting phase. This
14145         makes
14146
14147           foo= \new Staff ..
14148           << \foo \foo >>
14149
14150         produce 2 staves.
14151         
14152
14153         * scm/define-music-properties.scm (all-music-properties): add
14154         quoted-voice-direction
14155
14156         * ly/music-functions-init.ly: killCues function.
14157
14158         * scm/music-functions.scm (cue-substitute): move creation of voice
14159         contexts further to the back. 
14160
14161 2004-11-25  Werner Lemberg  <wl@gnu.org>
14162
14163         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14164         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14165
14166 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14167
14168         * buildscripts/guile-gnome.sh: Fixed typo.
14169
14170 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14171
14172         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14173
14174         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14175
14176         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14177         to regular engraver. 
14178
14179 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14180
14181         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14182
14183 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14184
14185         * scm/define-markup-commands.scm (fill-line): Typo.
14186
14187         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14188         and newer.
14189
14190 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14191
14192         * ly/dynamic-scripts-init.ly: Fixed typo.
14193
14194 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14195
14196         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14197         note-head, to have different attachment points for up and down.
14198
14199         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14200
14201         * mf/feta-generic.mf (else): remove solfa.
14202
14203         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14204
14205         * scm/define-context-properties.scm
14206         (all-user-translation-properties): add shapeNoteStyles property.
14207
14208         * lily/shape-note-heads-engraver.cc (process_music): new file.
14209
14210         * lily/event.cc (transpose): call Event::transpose() for
14211         transposing the tonic.
14212
14213 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14214
14215         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14216         Unicode/OpenType and AFM.
14217
14218         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14219
14220 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14221
14222         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14223
14224         * lily/context.cc (Context): unprotect key from ctor.
14225
14226         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14227         is '()
14228         (stack-stencils): idem.
14229
14230         * Documentation/user/changing-defaults.itely (Creating titles):
14231         document new title layout options.
14232
14233         * lily/parser.yy (lilypond_header_body): copy previous
14234         $globalheader if present.
14235
14236         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14237         ly:module-copy
14238         
14239         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14240
14241         * scm/titling.scm: remove old titling functions
14242
14243         * lily/stencil.cc (translate): remove absolute dimension.
14244
14245         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14246         via markup.
14247
14248         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14249         field from user-supplied markup
14250
14251         * scm/define-markup-commands.scm (on-the-fly): new markup
14252         command. Enter SCM markup procedure directly in Scheme.
14253         (fromproperty): new markup command. Read markup from props argument.
14254
14255         * scm/titling.scm (marked-up-title): create title via
14256         user-specified markup. 
14257
14258         * scm/define-markup-commands.scm (column): remove empty stencils
14259         from column.
14260
14261         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14262         not have side-effect of creating variable stub.
14263
14264         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14265
14266 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14267
14268         * scm/encoding.scm (coding-alist): 
14269         * scm/font.scm (add-ec-fonts):
14270         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14271         Extended-TeX-Font-Encoding---Latin.
14272
14273         * lily/side-position-interface.cc (general_side_position): Add
14274         actual offset to error message (avoid constant error messages).
14275
14276         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14277         block.
14278
14279         * lily/font-select.cc (select_encoded_font)
14280         (get_font_by_mag_step, get_font_by_design_size): 
14281         * lily/modified-font-metric.cc (Modified_font_metric): 
14282         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14283
14284         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14285         (read-encoding-file): Bugfix: do not require space after bracket.
14286
14287         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14288         these do not exist.
14289
14290 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14291
14292         * Documentation/user/notation.itely: added info about typesetting
14293         boxed bar numbers.
14294
14295 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14296
14297         * flower/interval.cc (T_to_string): gcc4 fixes.
14298
14299         * scm/define-markup-commands.scm (fill-line): use
14300         stack-stencils. This fixes problems with putting already centered
14301         stencils in a line.
14302
14303         * VERSION: release 2.5.1
14304
14305         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14306
14307 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14308
14309         * input/example-[1-3].ly: simplify.
14310
14311         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14312
14313         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14314         show glyphs.
14315
14316         * scm/encoding.scm (decode-byte-string): new function.
14317
14318         * scripts/convert-ly.py (conv): add warning about
14319         set-global-staff-size.
14320
14321         * Doxyfile: add. 
14322
14323         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14324         (conv): warn for TextSpanner split.
14325         (conv): warn for textheight.
14326
14327 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14328
14329         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14330         building the documentation, info with images are installed.
14331         (final-install): Fix description.  Mention sourcing of login
14332         scripts (instead of running).
14333
14334 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14335
14336         * Debian lmodern support.  Note that LilyPond will issue warnings
14337         
14338             no such encoding: "FontSpecific"
14339
14340           The font selection mechanism wants to get the encoding from the
14341           font itself, but the idea of lmodern is that it is usable with
14342           different encodings, ie, Lily should get the encoding from the
14343           font tree, rather than the font itself.  This would require some
14344           more work.
14345         
14346         * configure.in: Test for and accept lmodern if EC fonts not found.
14347
14348         * scm/framework-tex.scm (font-load-command): TeX font name
14349         mangling for latin1 encoded cork-lm fonts.
14350         (convert-to-ps): Load lm.map if available.
14351
14352         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14353         available.
14354
14355         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14356
14357         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14358         available.
14359
14360         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14361         path for absolute file name, that is silly.
14362
14363         * lily/score-engraver.cc (initialize): 
14364
14365         * Documentation/user/GNUmakefile (local-install-info): Invoke
14366         install-info --remove first.
14367
14368         * #include cleanup (Andreas Scherer).
14369
14370 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14371
14372         * input/test/script-abbreviations.ly: fix typos.
14373
14374 2004-11-17  Werner Lemberg  <wl@gnu.org>
14375
14376         * python/lilylib.py (options_help_str): Support pretty-printing of
14377         newlines in fourth element of option description.
14378
14379         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14380         feature.
14381         Sort options.
14382
14383         * Documentation/user/lilypond-book.itely: Finish update.
14384
14385 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14386
14387         * Documentation/user/macros.itexi: Add comment about \command.
14388
14389         * Documentation/user/lilypond.tely:
14390         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14391         and lilypond-book nodes, so that `info lilypond' visits the manual
14392         at top level, and `info lilypond-book' visits the lilypond-book
14393         section.
14394
14395         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14396         and packager messages.
14397
14398         * lily/pangofc-afm-decoder.cc: Update test.
14399
14400 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14401
14402         * scm/lily-library.scm (char->unicode-index): New function.
14403
14404         * scm/output-gnome.scm: 
14405         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14406
14407         * Proper naming of file name throughout; s/filename/file[-_]name/.
14408
14409         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14410
14411         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14412
14413 2004-11-16  Werner Lemberg  <wl@gnu.org>
14414
14415         * scripts/lilypond-book.py: The Lord has commanded me to use only
14416         tabs for indentation.  Your humble servant obeys.
14417
14418 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14419
14420         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14421         including font, if LilyPond-feta font is only feta font in path.
14422
14423         * scm/output-gnome.scm (text): Revert to file name of font if font
14424         has no name.  Fixes ec font selection.
14425         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14426
14427         * scm/framework-svg.scm:
14428         * scm/output-svg.scm: New file.  TODO: figure out how to
14429         do character by index in font.
14430
14431         * scm/output-sodipodi.scm: Remove.
14432
14433         * scm/output-ps.scm (stem): Remove.
14434
14435 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14436
14437         * scm/output-gnome.scm (beam): New function.
14438         (slur): Round corners.
14439         (round-filled-box): Round corners.
14440
14441 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14442
14443         * scm/output-gnome.scm (beam): add function.
14444         (draw-line): new routine.
14445         (dashed-line): stub; call draw-line
14446         (polygon): new routine.
14447
14448 2004-11-15  Werner Lemberg  <wl@gnu.org>
14449
14450         * Documentation/user/lilypond-book.itely: Revise section on
14451         lilypond-book options.
14452         Other minor fixes.
14453
14454         * scripts/lilypond-book.py: Change indentation to 4.
14455         Minor formatting.
14456
14457 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14458
14459         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14460         grobs that have tweaks specced.
14461         
14462 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14463
14464         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14465
14466 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14467
14468         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14469         actual char #, not 0 based index.
14470
14471         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14472
14473         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14474         Warning: do make -C mf clean.
14475
14476         * lily/context-property.cc: Compile fix.
14477
14478         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14479         Grok ec-fonts, braces and dynamics.
14480
14481         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14482
14483 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14484
14485         * lily/include/tweak-registration.hh: new file.
14486
14487         * lily/tweak-registration.cc: new file.
14488
14489         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14490         saving tweaks.
14491
14492         * scm/output-gnome.scm (text): comment dribble.
14493
14494 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14495
14496         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14497
14498         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14499         path-def before using.  Fixes muchtomany slurs in wrong places
14500         bug.
14501
14502 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14503
14504         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14505
14506         * lily/include/object-key-undumper.hh (Module): new file.
14507
14508         * lily/object-key-undumper.cc (Module): New file. Deserialize
14509         keys. SCM bindings
14510
14511         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14512         Provide SCM bindings.
14513
14514         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14515         new file. Serialize object keys.
14516         
14517         * lily/object-key.cc (dump): new function.
14518         (as_scheme): new virtual function
14519         (undump): new function
14520         (undumpers): new table.
14521
14522         * lily/include/global-context.hh (Context): take \score key upon init.
14523
14524         * lily/object-key-dumper.cc (serialize_key): new file.
14525
14526         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14527
14528         * lily/lily-lexer.cc: remove \quote.
14529
14530         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14531
14532         * lily/context.cc (Context): take key argument in ctor.
14533         (create_context): new function
14534
14535         * lily/grob.cc (Grob): take key argument in ctor.  
14536
14537         * lily/lilypond-key.cc (do_compare): new file.
14538
14539         * lily/object-key.cc (Object_key): new file.
14540
14541         * lily/include/object-key.hh (class Object_key): new file.
14542
14543         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14544
14545 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14546
14547         * Documentation/user/lilypond-book.itely: add small warning about
14548         noindent default in lilypond-book.
14549
14550         * Documentation/user/converters.itely: add examples for convert-ly.
14551
14552         * Documentation/user/examples.itely: change version string in templates
14553         to 2.4.0.
14554
14555 2004-11-12  Karl Hammar  <karl@aspodata.se>
14556
14557         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14558         cmdline, use xargs instead (backportme)
14559
14560 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14561         
14562         * Documentation/user/: Numerous fixes in the user manual.
14563
14564 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14565
14566         * lily/parser.yy (re_rhythmed_music): search music expression for
14567         context-id, surround by \new Voice if not found. Fixes:
14568         addlyrics-second-staff.ly
14569
14570         * VERSION: 2.5.0 released.
14571         
14572 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14573
14574         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14575
14576         * Documentation/user/GNUmakefile: Separate rules for split and
14577         unsplit html documents.  Remove perl massaging.  (backportme)
14578
14579 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14580
14581         * Documentation/user/lilypond-book.itely: add short warning about
14582         \lilypond{} in LaTeX docs.
14583
14584 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14585
14586         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14587         found.  (backportme)
14588
14589         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14590         version requirement.  (backportme)
14591
14592         * configure.in: Be explicit about old versions of
14593         ec-fonts-mtraced.  (backportme)
14594
14595         * lily/context-selector.cc (set_tweaks): New function.
14596         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14597         web with -DTWEAK.
14598
14599         * Documentation/user/introduction.itely (Automated engraving):
14600         Remove fragment option.  Fixes web.
14601
14602         * lily/context-property.cc (make_item_from_properties):
14603         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14604         #ifdef.
14605
14606         * scm/define-context-properties.scm
14607         (all-internal-translation-properties): Add tweakRank and tweakCount.
14608
14609         * lily/grob.cc: 
14610         * scm/define-grob-properties.scm (all-internal-grob-properties):
14611         Add tweak-rank and tweak-count.
14612
14613 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14614
14615         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14616         New function.
14617         (text): Use them.
14618
14619         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14620         animated/opaque grob dragging tweaks.
14621
14622         * buildscripts/guile-gnome.sh: Update.
14623
14624 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14625
14626         * scm/define-grobs.scm (all-grob-descriptions): Added
14627         line-interface to the LigatureBracket object.
14628
14629 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14630
14631         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14632         dragging tweaks.
14633
14634         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14635
14636         * lily/context-selector.cc (store_context): New function.
14637
14638         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14639         (store_grob): New function.
14640         (identify_grob): Add Moment parameter.
14641
14642         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14643         exists.
14644
14645         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14646
14647 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14648
14649         * scm/framework-gnome.scm (item-event): Print grob id.
14650         (save-tweaks): New function.
14651         (tweak): New funtion.
14652         (item-event): Use it, bound to arrow keys.
14653
14654         * lily/context-property.cc (make_item_from_properties): Register grob.
14655         * lily/context.cc (add_context): Register context.
14656
14657         * lily/include/context-selector.hh:
14658         * lily/include/grob-selector.hh:
14659         * lily/context-selector.cc:
14660         * lily/grob-selector.cc: New file.
14661
14662 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14663
14664         * lily/slur.cc: add 'positions to interface
14665
14666         * lily/main.cc: reinstate PS as standard output format. 
14667
14668         * scm/framework-tex.scm (output-preview-framework): print systems
14669         up to first non title system.
14670
14671         * lily/grace-engraver.cc (start_translation_timestep): split
14672         scm_cadddr
14673         
14674 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14675
14676         * lily/quote-iterator.cc (Module): remove old quote-iterator
14677
14678         * scm/define-music-types.scm (music-descriptions): move
14679         NewQuoteMusic over QuoteMusic
14680
14681         * Documentation/user/notation.itely (Formatting cue notes): use
14682         \cueDuring.
14683
14684         * lily/new-quote-iterator.cc (quote_ok): new function.
14685
14686         * input/regression/quote-cue-during.ly: new file.
14687
14688         * input/regression/quote-grace.ly: new file.
14689
14690         * scm/define-context-properties.scm (Module): change definition of
14691         graceSettings
14692
14693         * lily/context-property.cc (Module): rename from
14694         translator-property.cc
14695
14696         * lily/context.cc (context_name_symbol): new function
14697
14698         * lily/grace-engraver.cc: new file. Set properties for grobs based
14699         on the grace-ness of now_moment().
14700
14701         * scm/music-functions.scm (add-grace-property): use list
14702         iso. vector for graceSettings
14703         remove set-{start,stop}-grace-properties. 
14704
14705         * lily/new-quote-iterator.cc (construct_children): set
14706         quote_outlet_ if no quoted-context-{id,type} specified.
14707
14708         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14709
14710         * lily/parser.yy (command_element): remove \quote.
14711
14712         * ly/music-functions-init.ly (location): add quoteDuring music
14713         function. 
14714
14715         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14716         optional semicolon. (backportme)
14717
14718 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14719
14720         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14721         need to link to GUILE et al.
14722
14723 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14724
14725         * scm/define-music-properties.scm (all-music-properties): add
14726         quoted-context-type, quoted-context-id.
14727
14728         * scm/lily.scm (type-check-list): new function.
14729         
14730         * scm/lily-library.scm: new file. Generic library routines.
14731
14732         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14733         parser.
14734
14735         * ly/music-functions-init.ly: add quoteDuring function.
14736
14737         * lily/include/music-iterator.hh (class Music_iterator): rename
14738         set_translator -> set_context
14739
14740         * lily/parser.yy (Generic_prefix_music_scm): add
14741         MUSIC_FUNCTION_SCM_SCM_MUSIC
14742
14743         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14744
14745         * scm/framework-tex.scm (header): sanitize TeX paper size.
14746         (backportme)
14747
14748 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14749
14750         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14751
14752         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14753
14754         * scm/framework-tex.scm (font-load-command): Use T1 if no
14755         font-encoding set.  (backportme)
14756
14757         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14758         exists before converting.  (backportme)
14759
14760         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14761         exists before converting.  (backportme)
14762         (convert-to-ps): Remove .ps file if it exists before
14763         converting.  (backportme)
14764
14765         * lily/lexer.ll: Remove extra progress newline, use present tense.
14766
14767         * scm/paper.scm (paper-alist): public.
14768         * scm/framework-tex.scm (convert-to-ps):
14769         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14770         command line.
14771
14772 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14773
14774         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14775
14776         * lily/recording-group-engraver.cc (derived_mark): mark
14777         now_events_. (backportme)
14778
14779 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14780
14781         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14782
14783         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14784         invoking latex. (backportme.)
14785
14786         * lily/stem.cc (off_callback): center stems for all rest stems.
14787
14788 2004-11-05  Werner Lemberg  <wl@gnu.org>
14789
14790         * Documentation/user/lilypond.tely: Add more guidelines for writing
14791         lilypond texinfo documents.
14792
14793 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14794
14795         * Documentation/index.html.in: remove <hr>.
14796
14797         * THANKS: change 2.3 to 2.4.
14798
14799 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14800
14801         * scm/output-gnome.scm: More fontconfig comment.
14802
14803 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14804
14805         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14806         <package> directory in $(builddir)/share according with
14807         PACKAGE_NAME defined in the VERSION file.
14808
14809 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14810
14811         * lily/beam.cc (rest_collision_callback): use local beam
14812         multiplicity.
14813
14814         * input/regression/stem-stemlet.ly: new file.
14815
14816         * lily/stem.cc (add_head): store rests as well.
14817
14818         * scm/define-grob-properties.scm (all-user-grob-properties): add
14819         stemlet-length
14820
14821         * lily/stem.cc: store rests as well.
14822         
14823         * input/regression/new-slur.ly: mention forcing.
14824
14825 2004-11-04  Werner Lemberg  <wl@gnu.org>
14826
14827         * Documentation/user/*: A new round of layout fixes and document
14828         structure cleanup.
14829
14830 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14831
14832         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14833
14834 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14835
14836         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14837
14838 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14839
14840         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14841
14842         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14843
14844         * lily/main.cc (main): Invoke identify.
14845
14846         * scm/lily.scm (postscript->pdf): Remove progress newline.
14847         Write progress to stderr.
14848
14849         * lily/paper-book.cc (output): Remove progress newline.
14850
14851         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14852         gettext on user messages, and remove whitespace.
14853
14854         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14855
14856         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14857         argv[0] (Thomas Scharkowski).
14858
14859         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14860         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14861         for ec-fonts-mtraced.
14862
14863         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14864         --srcdir build (Bertalan).
14865
14866         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14867         headers and library too (Laura Conrad).
14868
14869         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14870         package for guile too (Laura Conrad).
14871
14872         * lily/main.cc (usage): Typo.
14873
14874 2004-11-02  Werner Lemberg  <wl@gnu.org>
14875
14876         * Documentation/user/notation.ly: More fixes to improve appearance.
14877
14878         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14879         better output for multicolumn tables.
14880
14881 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14882
14883         * lily/main.cc (dir_info): Fixed typo in the printouts.
14884
14885 2004-11-01  Werner Lemberg  <wl@gnu.org>
14886
14887         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14888         of output.
14889         Set `per_line' to 2; replace hard-coded value with it.
14890
14891         * Documentation/user/*: Many fixes to improve appearance of
14892         printed manual.
14893
14894 2004-11-01  Werner Lemberg  <wl@gnu.org>
14895
14896         * Documentation/user/changing-defaults.itely,
14897         Documentation/user/notation.ly,
14898         Documentation/user/programming-interface.itely: Use @/.
14899         Fix formatting of some lilypond snippets and tables.
14900
14901         * scripts/lilypond-book.py (compose_ly): Provide useful default
14902         for LINEWIDTH in `override'.
14903
14904 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14905
14906         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14907
14908 2004-10-31  Werner Lemberg  <wl@gnu.org>
14909
14910         Resetting @exampleindent to `5' gives ugly results with texinfo's
14911         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14912         (if not quoting) to change @exampleindent only locally.
14913
14914         * scripts/lilypond-book.py (NOQUOTE): New variable.
14915         (output) [LATEX]: Remove AFTER and BEFORE.
14916         [TEXINFO]: Remove AFTER and BEFORE.
14917         Fix QUOTE and VERBATIM pattern.
14918         Add NOQUOTE pattern.
14919         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14920         and BEFORE.
14921         [output_texinfo]: Use NOQUOTE.
14922
14923 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14924
14925         * Documentation/user/changing-defaults.itely: clarify paper
14926         size commands with correct info.
14927
14928         * Documentation/user/lilypond-book.itely: add more docs for
14929         filename extensions.
14930
14931 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14932
14933         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14934         (PATCH_LEVEL): start 2.5.0.
14935
14936 #Local variables:
14937 #coding: utf-8
14938 #End:
14939