]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* VERSION (PATCH_LEVEL): bump version.
[lilypond.git] / ChangeLog
1 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * VERSION (PATCH_LEVEL): bump version.
4
5         * python/convertrules.py (conv): add rule for tupletNumberFormatFunction.
6
7         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8         tupletNumberFormatFunction.
9
10         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
11         text through 'text callback.
12
13         * lily/time-scaled-music-iterator.cc (construct_children): copy
14         tweaks generated events.
15
16         * scm/define-context-properties.scm
17         (all-user-translation-properties): remove tupletNumberFormatFunction
18
19         * lily/tuplet-engraver.cc (process_music): don't read
20         tupletNumberFormatFunction
21
22         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
23         function.
24
25 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
26
27         * lily/global-context-scheme.cc: Separated ly:run-translator into
28         smaller pieces.
29
30         * lily/score-engraver.cc, lily/score-performer.cc,
31         scm/define-context-properties.scm: Make paper/midi output
32         accessable as a context property.
33
34         * lily/score-translator.cc, lily/score-context.cc: Removed.
35
36 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
37
38         * scm/ps-to-png.scm (Module): 
39         * scm/framework-tex.scm (Module): 
40         * scm/framework-ps.scm (Module): 
41         * scm/backend-library.scm (Module): 
42         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
43         "dDEVICEHEIGHTPOINTS".
44
45 2006-07-04  Graham Percival  <gpermus@gmail.com>
46
47         * Documentation/user/ various: general improvements to
48         "working with lilypond files" section.
49
50 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
51
52         * lily/sequential-iterator.cc: Change the default get_music_list
53         to read elements-callback music property
54
55         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
56         processing of multimeasure rests. Softcoded
57         sequential-music-iterator.
58
59         * lily/sequential-music-iterator.cc: Removed.
60
61 2006-06-28  Graham Percival  <gpermus@gmail.com>
62
63         * Documentation/user/basic-notation.itely: clarify \repeatTie.
64
65 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
66
67         * lily/parser.yy: Wrap non-post-events in EventChords before
68         assigning them to identifiers.
69
70 2006-06-27  Mats Bengtsson  <mabe@drongo.s3.kth.se>
71
72         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
73         gives correct vertical placement of \bar ":" in all staff
74         sizes. Thanks Martial!
75
76 2006-06-26  Graham Percival  <gpermus@gmail.com>
77
78         * Documentation/user/invoking.itely : minor update from mailist.
79
80 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
81
82         * lily/ various: Introduce stream events of types Prepare,
83         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
84         ChangeContext, SetProperty, RevertProperty, Override and Revert.
85
86         * lily/global-context*.cc: Time is now -inf before iteration
87         starts.
88
89         * lily/include/context.hh: Removed unique_, init_
90
91         * Documentation/topdocs/NEWS: Make the feathered beam example
92         avoid triggering a bug.
93
94 2006-06-24  Graham Percival  <gpermus@gmail.com>
95
96         * Documentation/user/ various: small additions from mailist.
97
98 2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
99
100         * ly/performer-init.ly: Add some missing links in the context
101         hierarchy for MIDI output. There are probably some more missing!
102
103 2006-06-21  Graham Percival  <gpermus@gmail.com>
104
105         * Documentation/user/ various: minor spelling fixes;
106         thanks Dave Luttinen!
107
108         * Documentation/user/ various: small clarifications;
109         thanks Anthony Youngman!
110
111 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
112
113         * po/fr.po: add \n appropriately.
114
115         * lily/lexer.ll: remove ? from version-seen?  
116
117 2006-06-19  John Mandereau  <john.mandereau@free.fr>
118
119         * po/fr.po; update translation, by Jean-Charles Malahieude and
120         John Mandereau.
121
122 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
123
124         * THANKS: add Markus Schneider.
125
126         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
127         Staff_symbol_engraver
128
129         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
130         replace staff_engraver
131
132         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
133         spanner.
134
135         * lily/staff-collecting-engraver.cc
136         (acknowledge_end_staff_symbol): new function
137
138         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
139
140         * lily/staff-collecting-engraver.cc
141         (acknowledge_end_staff_symbol): new function.
142
143         * lily/main.cc: switch on relocation by default.
144
145 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
146
147         * lily/spacing-spanner.cc (musical_column_spacing): set
148         compound_fixed_note_space to 0.0. Document why.
149
150         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
151         range of inverse_hooke_
152         (Simple_spacer): init completely.
153         (fits): const
154         (get_line_configuration): don't use cols.resize(); it introduces
155         initialized data.
156
157         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
158
159         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
160
161         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
162         try. Divide by beatlength.
163
164         * input/regression/beaming-ternary-metrum.ly: update doc.
165         add beatLength hack.
166
167         * scm/music-functions.scm (make-time-signature-set): add
168         standard-beat-grouping. 
169
170 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
171
172         * input/regression/tie-whole.ly: new file.
173
174         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
175         cross center of note head in case of invisible stem. 
176
177 2006-06-16  Graham Percival  <gpermus@gmail.com>
178
179         * Documentation/user/ various: small fixes from mailist.
180
181 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
182
183         * lily/breathing-sign.cc (offset_callback): idem.
184
185         * lily/align-interface.cc (align_to_fixed_distance): remove
186         hungarian suffix.
187
188         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
189         x%2==0.
190
191 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
192
193         * VERSION (PACKAGE_NAME): release 2.9.9
194
195         * ly/lilypond-book-preamble.ly: add \version
196
197 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
198
199         * scripts/lilypond-book.py (PREAMBLE_LY): include
200         lilypond-book-preamble.ly
201
202         * lily/stem.cc (get_beaming): return max of 0 and
203         scm_ilength. Fixes slurring from/to beams.
204
205         * ly/lilypond-book-preamble.ly: new file.
206
207         * lily/slur.cc: add inspect-index feature.
208
209 2006-06-13  Graham Percival  <gpermus@gmail.com>
210
211         * Documentation/user/tutorial.itely: trivial fix.
212
213 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
214
215         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
216         all non-event music in the parser via MAKE_SYNTAX.
217
218         * lily/parser-scheme.cc: Add ly:parser-error function
219
220         * scm/paper.scm: fix typo
221
222 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
223
224         * THANKS: add RT.
225
226         * lily/font-config.cc (init_fontconfig): add warning if cache_file
227         is null.
228
229         * buildscripts/output-distance.py (test_compare_signatures):
230         timing routines.
231         (read_signature_file): use new signature format.
232
233         * scm/stencil.scm (write-system-signature): simpler signature
234         format.
235
236         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
237         for beamed case. 
238
239         * lily/note-spacing.cc (stem_dir_correction): don't inspect
240         stem_end_position, but estimate instead. 
241
242         * lily/tuplet-bracket.cc (calc_positions): look at
243         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
244         brackets narrower than beams. 
245
246         * lily/lexer.ll: set version-seen? even if version is
247         INVALID. 
248
249         * lily/rest.cc (y_offset_callback): bugfix: decide position
250         override based on scm_is_number(). Fixes \rest on center staff
251         line. 
252
253         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
254         patterns for 16th triplets.
255
256 2006-06-10  Graham Percival  <gpermus@gmail.com>
257
258         * Documentation/user/ page.itely, global.itely: editing
259         and reorg.
260
261         * Documentation/user/ various: findex -> funindex.
262
263 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
264
265         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
266         insert extra tuplet events.
267
268 2006-06-10  Graham Percival  <gpermus@gmail.com>
269
270         * Documentation/user/programming-interfaces.itely: add
271         info from NEWS.
272
273         * python/convertrules.py: add annotatefoo -> annotate-foo
274         rules.
275
276         * Documentation/user/global.itely: start editing.
277
278         * Documentation/user/page.itely: major editing, new spacing
279         docs.
280
281 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
282
283         * scm/define-markup-commands.scm (wordwrap-markups): use
284         output-def 'line-width if undefined.
285
286         * HACKING: trim outdated info.
287
288 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
289
290         * scm/define-grobs.scm (all-grob-descriptions): Add
291         line-spanner-interface to all grobs that already have
292         text-spanner-interface or dynamic-text-spanner-interface
293
294         * scm/page.scm: Rename annotate{headers,systems,page}->
295         annotate-*
296
297         * input/regression/page-spacing.ly,
298         input/regression/page-layout-manual-position.ly: idem
299
300 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
301
302         * lily/line-spanner.cc: cleanup property list.
303
304         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
305         generator expressions (2.3 compat). 
306
307 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
308
309         * lily/vertical-align-engraver.cc: Make sure that the
310         align{Above,Below}Context properties are included in the automatic
311         documentation.
312
313 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
314
315         * scm/paper-system.scm (paper-system-annotate): also annotate the
316         estimated pure-Y-extent
317
318         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
319
320         * lily/system.cc (break_into_pieces): set the estimated height
321         of each child system
322
323         * lily/stem.cc (pure_height): new pure-Y-extent callback
324
325         * lily/staff-symbol-referencer.cc (callback): don't destroy
326         the staff-position property
327
328         * lily/hara-kiri-group-spanner.cc (request_suicide): split
329         consider_suicide into two functions
330
331         * lily/constrained-breaking.cc (resize): use the new pure
332         callbacks to estimate the height of a system
333
334         * lily/axis-group-interface.cc (pure_group_height): new
335         side-effect-free VerticalAxisGroup height-callback
336
337         * lily/align-interface.cc (get_extents_aligned_translates):
338         split align_elements_to_extents into two functions
339         (get_pure_child_y_translation): new function
340
341         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
342
343         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
344
345         * lily/paper-score.cc: cache break_indices and columns
346
347         * lily/side-position-interface.cc: new pure-Y-extent callbacks
348         
349 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
350
351         * lily/font-config.cc (init_fontconfig): do the init if
352         cache_file, but don't look at cache_file.
353
354         * input/regression/quote-tie.ly: new file.
355
356         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
357         to Head_event_tuple, so we deal gracefully with ties on
358         cue-endings.
359
360         * lily/pango-font.cc (pango_item_string_stencil): type correctness
361         for FcChar8*
362
363 2006-06-08  Graham Percival  <gpermus@gmail.com>
364
365         * input/test/ smart-transpose.ly, reverse-music.ly:
366         \applyMusic to music functions update, thanks Michael!
367
368 2006-06-07  Graham Percival  <gpermus@gmail.com>
369
370         * input/test/ add-staccato.ly, add-text-script.ly,
371         unfold-all-repeats.ly, music-box.ly: \applyMusic to
372         music functions update, thanks to Michael Meixner.
373
374         * Documentation/user/music-glossary.tely: small fix
375         from Francisco.
376
377         * Documentation/user/ various: minor additions from mailist.
378
379         * Documentation/user/lilypond.tely, basic-notation.itely:
380         small test of @funindex.  (works here)
381
382         * input/test/font-table.ly: reduce size to partially
383         de-ugly version in manual.
384
385         * Documentation/user/page.itely: new file (split former
386         "global issues" into "page settings" and "non-musical
387         output".
388
389         * Documentation/user/ various: fix @ref{}s to match
390         new chapter names (above).
391
392 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
393
394         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
395
396 2006-06-06  Graham Percival  <gpermus@gmail.com>
397
398         * Documentation/user/advanced-notation.itely: add example
399         for segno/coda on barline.
400
401         * tex/texinfo.tex: merge from upstream.
402
403 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * scripts/lilypond-book.py (process_snippets): Argument fix.
406
407         * SConstruct:
408         * buildscripts/builder.py:
409         * lily/SConscript: 
410         * mf/SConscript: 
411         * Documentation/user/SConscript:  More SCons fixes.
412
413 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
414
415         * lily/font-config.cc (init_fontconfig): Only initialize if
416         global cache_file is found.
417
418 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
419
420         * ly/music-functions-init.ly: Updated \overrideProperty to use the
421         new \applyOutput.
422
423 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
424
425         * VERSION (PACKAGE_NAME): release 2.9.8
426
427         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
428         function. Delay ledger modifying ledgered grobs to
429         stop_translation_timestep(), to ensure that we're ledgering
430         according to the new spanner.
431         (acknowledge_staff_symbol): don't check for non-NULL
432         staff_sym->get_bound()
433
434         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
435         creation.
436
437         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
438         pictures too.
439
440         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
441         directly from srcdir/stepmake/aclocal.m4
442         
443         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
444         disting MISC files.
445
446         * lily/simple-spacer.cc (get_column_desc): desc -> description.
447
448 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
449
450         * lily/simple-spacer.cc (get_line_configuration): add
451         keep-inside-line rods
452         (struct Column_desc): add constructor
453         (struct Rod_desc): add constructor
454         (get_line_forces): check for forced page breaks here too
455
456         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
457         support/elements cycles between InstrumentNames and AxisGroups
458
459 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
460
461         * config.make.in (METAFONT): remove MAKEINFO_VERSION
462
463         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
464         make-txt-files target.
465
466         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
467         make-txt-files target.
468
469         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
470
471         * stepmake/stepmake/generic-vars.make (distdir): create dist in
472         top-build-dir.
473
474 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
475
476         * Documentation/user/instrument-notation.itely,
477         input/regression/breathing-sign-ancient.ly,
478         input/test/divisiones.ly: Removed redundant property settings for
479         vaticana contexts.
480
481         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
482         fix lyrics alignment problems.  They are implemented now as scheme
483         functions that add the appropriate unicode char to the first lyric
484         event rather than adding a separate lyric event.  Minor edit of
485         comments.
486
487 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
488
489         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
490         pollute src dir with built .txt files, but install directly from
491         Documentation/topdocs/out/
492
493         * buildscripts/output-distance.py
494         (ComparisonData.create_html_result_page): put version/directories
495         in table header.
496
497         * Documentation/topdocs/NEWS.tely (Top): document spacing section
498         feature.
499
500         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
501         Patch by Karl Hammar
502         
503         * buildscripts/readlink.py: add  file.
504         Patch by Karl Hammar
505
506 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
507
508         * lily/tuplet-number.cc (print): prevent stencil from being
509         garbage collected.
510
511 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
512
513         * scm/stencil.scm (write-system-signature): explicitly 
514         -well, superfluously- close output port.
515
516         * buildscripts/output-distance.py (main): oops. Add extra argument.
517
518 2006-06-05  Graham Percival  <gpermus@gmail.com>
519
520         * Documentation/user/music-glossary.tely: clarified example
521         from Francisco Vila, thanks!
522
523 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
524
525         * input/regression/spacing-section.ly: new file.
526
527         * lily/input.cc (programming_error): new function.
528
529         * lily/spacing-engraver.cc (try_music): new function. Accept
530         spacing-section-event
531
532         * lily/spacing-spanner.cc (set_springs): take slices of all
533         columns for spacing.
534
535         * lily/include/paper-column.hh (class Paper_column): add
536         Paper_column::compare.
537
538         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
539
540         * scm/define-music-types.scm (music-descriptions): add
541         SpacingSectionEvent
542
543         * lily/music-iterator.cc (report_event): use programming_error for
544         sending non-event error.
545
546         * lily/input.cc (programming_error): new function
547
548         * buildscripts/output-distance.py (main): use compare-XXX for
549         compare files.
550         (main): --threshold option, default at 0.30
551
552         * output-distance.py (main): add --threshold option.
553
554 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
555
556         * scm/paper-system.scm (paper-system-annotate): fix problem when
557         annotating an empty system
558
559 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
560
561         * GNUmakefile.in: reinstate old web tar/copying.
562
563 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
564
565         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
566         nothing changes. (Erik S) 
567
568         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
569         count. (Erik S)
570
571 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
572
573         * scm/define-markup-commands.scm (whiteout): do not force
574         foreground color of argument markup to black.
575
576         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
577         the left of the arrow, instead of below the arrow name, so that,
578         when two little arrows are vertically stacked, their dimensions
579         and name should not overlap. Add a color key parameter.
580
581         * scm/paper-system.scm (paper-system-annotate): Annotate
582         next-space+next-padding instead of next-space. Annotate space
583         between next-padding and next-space+padding, respectively, and
584         following system extent and refpoint-Y-extent. Use colors.
585
586         * scm/page.scm (annotate-page): translate annotations slightly to
587         the right.
588
589 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
590
591         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
592         fix for x-staff slurs. Thanks Joe!
593
594         * buildscripts/output-distance.py
595         (SystemLink.output_expression_change_count): keep track of changed
596         details, and dump in details html page.
597  
598         * input/regression/figured-bass-staff.ly: add note about setting
599         properties in Staff context.
600
601         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
602         add slurs and ties to support too.
603
604         * buildscripts/output-distance.py (main): set dest_dir
605         argument. Add --max-count option.
606
607 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
608
609         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
610         shortcuts for special unicode chars that are useful in chant
611         notation.  Revised exisiting and added new comments.
612
613 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
614
615         * make/mutopia-rules.make: remove duplicate recipe.
616
617 2006-06-02  Werner Lemberg  <wl@gnu.org>
618
619         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
620         Add support for U+0132 (IJ) and U+0133 (ij).
621
622 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
623
624         * buildscripts/output-distance.py (FileLink): new class. collect
625         info systems from one .ly file. 
626         (FileLink.link_files_for_html): further tweaks.
627
628 2006-06-02  Graham Percival  <gpermus@gmail.com>
629
630         * tex/texinfo.tex: partial fix for @funindex.
631
632         * Documentation/user/macros.tely: uncomment @funindex (doesn't
633         break anything).
634
635 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
636
637         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
638
639         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
640         @example too. Backportme.
641
642 2006-06-02  Graham Percival  <gpermus@gmail.com>
643
644         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
645         from Werner Lemberg.
646
647 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
648
649         * Documentation/user/music-glossary.tely: additional spanish
650         updates and a lyrics fix in an example.
651
652 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
653
654         * scm/define-grob-properties.scm: Previous patch contained
655         spurious line from another patch not yet committed.  Fixed.
656
657         * scm/define-grob-properties.scm: Add missing doc strings for
658         ancient notation.
659
660 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
661
662         * buildscripts/output-distance.py
663         (ComparisonData.write_text_result_page): separate the scores, sort
664         by geo_score.
665
666         * scm/framework-eps.scm (output-classic-framework): start at 1 for
667         system signatures.
668
669         * buildscripts/output-distance.py (me_path): use argv[0] for
670         sys.path extension
671         (ComparisonData.img_cell): use colored borders.
672
673         * scm/stencil.scm (write-system-signature): escape newlines too.
674         (write-system-signature): use (1,-1) interval for empty interval
675
676 2006-01-01  Graham Percival  <gpermus@gmail.com>
677
678         * Documentation/user/music-glossary.tely: Spanish updates
679         from Francisco Vila.
680
681         * Documentation/user/lilypond-book.itely: addition from
682         Vaclav Smilauer.
683
684         * Documentation/user/ various: edits, small additions
685         from mailist, etc.
686
687 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * GNUmakefile.in (tree-lib-prefix-current):
690         (tree-share-prefix-current): Use version number in tree, add
691         `current' symlinks.
692
693 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
694
695         * GNUmakefile.in: write VERSION, again.
696
697         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
698         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
699
700         * stepmake/aclocal.m4: robuster version detection.
701
702         * buildscripts/output-distance.py
703         (ComparisonData.create_html_result_page): copy only if file
704         exists, fixup src paths.
705
706         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
707
708 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
711         Another datarootdir reto.
712
713         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
714         available.  This should be moved to postinstall-lilypond-doc.
715
716 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
717
718         * GNUmakefile.in: simplify local-WWW-post. 
719         remove -type l from find.
720
721         * buildscripts/output-distance.py (ComparisonData.compare_trees):
722         fixes. Don't follow symlinks.
723         (ComparisonData.create_html_result_page): remove previous results.
724         insert ../python in path.
725
726         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
727
728 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
729
730         * config.make.in (datadir): Add datarootdir to silence autoconf.
731
732         * stepmake/aclocal.m4: Update for autoconf-2.59d.
733
734 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
735
736         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
737
738         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
739         slash beams too wide.
740
741 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
742
743         * VERSION: release 2.9.7
744         
745 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
746
747         * lily/relocate.cc (read_relocation_dir): Do not blindly
748         dereference DIR.
749
750 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
751
752         * lily/parser.yy: replace THIS by PARSER
753
754         * Documentation/index.html.in: add link to test-results.html page.
755
756         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
757
758         * scm/translation-functions.scm (format-bass-figure): translate
759         digits over 10 to the left
760
761         * scm/define-markup-commands.scm (translate-scaled): new markup.
762
763         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
764         7 glyph. 
765
766         * ly/engraver-init.ly: add Figured_bass_engraver
767
768         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
769
770         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
771
772         * lily/score-engraver.cc (announce_grob): only note START announces.
773
774         * lily/include/engraver-group.hh (Translator_group):
775         acknowledge_hash_table_ is now drul.
776
777         * lily/engraver.cc (announce_end_grob): new method.
778
779         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
780
781         * lily/translator-dispatch-list.cc (create): take start_end argument.
782
783         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
784         acknowledge_static_array_ to drul
785
786         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
787
788         * scm/define-grob-interfaces.scm
789         (bass-figure-alignment-interface): add bass-figure-alignment-interface
790
791         * scm/define-grobs.scm (all-grob-descriptions): add
792         BassFigureAlignmentPositioning
793
794         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
795         number stays up to date. Backportme.
796
797 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
798
799         * Documentation/user/basic-notation.itely (Bar lines): Document
800         the "||:" bar type. 
801
802 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
803
804         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
805
806         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
807         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
808         build.
809
810         * Resurrect `scons lily' build.
811
812         * SConstruct (symlink_tree): Bugfix: link
813         music-drawing-routines.ps to file iso directory.
814
815         * lily/SConscript: Remove kpath-guile from LIBS.
816
817         * SConstruct (libdir_package_version): Typo.
818         (configure): Comment-out fontforge for lack of fontforge.pc .
819         Also add libdir* to environment.
820
821 2006-05-30  Graham Percival  <gpermus@gmail.com>
822
823         * Documentation/user/ various: minor additions from mailist and
824         editing.
825
826 2006-05-30  Paco <fravd@ya.com>
827
828         * Documentation/user/music-glossary.tely: numerous corrections and
829         some new translations.
830
831 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
832
833         * BackportmeStart.
834         
835         * buildscripts/output-distance.py
836         (ComparisonData.create_html_result_page): new routine: summarise
837         results in HTML page with images. 
838         (ComparisonData.create_text_result_page): create summary text files too.
839
840         * GNUmakefile.in (web-ext): package .signature files too. They
841         compress well. 
842
843         * scm/stencil.scm (write-system-signature): typo.
844
845         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
846
847         * scm/stencil.scm (write-system-signature): better escaping.
848         only write signature for music systems, not for markup systems.
849
850         * scm/framework-ps.scm (output-framework): dump-signatures support
851         for plain output.
852
853         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
854
855         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
856         for -dno-point-and-click
857
858         * lily/grob.cc (get_print_stencil): don't read
859         point_and_click_global to determine whether to set grob-cause.
860
861 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
862
863         * buildscripts/output-distance.py (main): new function.
864         (ComparisonData): new class.
865
866         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
867         careful with generating new LedgerLineSpanners.
868
869         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
870
871         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
872         context. This fixes double ledger lines in output. 
873
874         * lily/system.cc (get_paper_system): remove 3 layer limit.
875
876         * buildscripts/output-distance.py (SystemLink.distance): new
877         file. Compare signatures.
878
879         * python/safeeval.py (SafeEval.visitUnarySub): new file.
880
881         * lily/grob-array.cc (remove_duplicates): rename from
882         uniq(). Sort before calling uniq() so it actually works.
883
884 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
885
886         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
887         \version from lilypond file snippet.
888         (Lilypond_file_snippet.ly): oops. typo.
889         (find_toplevel_snippets): urgh. again.
890
891         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
892         prevent duplicated broken items in output.
893
894         * scm/framework-eps.scm (output-classic-framework): only dump if
895         dump-signatures is set.
896
897         * scm/lily.scm (define-scheme-options): add dump-signatures option.
898
899         * scm/stencil.scm (write-system-signature): new routine: write
900         python parseable signature of a separate paper system.
901         BackportmeEnd.
902         
903 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
904
905         * lily/stanza-number-engraver.cc (process_music): use is_markup()
906         iso is_string().
907         include header.
908
909 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
910
911         * translator-group.cc: send music events to engravers in
912         non-bottom contexts.
913
914         * tuplet-engraver.cc: process tuplet brackets in correct order.
915
916 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
917
918         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
919         arg 2 might point us to a new binary (patch by Karl Hammar)
920         
921 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
922
923         * VERSION (PACKAGE_NAME): release 2.9.6
924
925         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
926
927         * Documentation/user/*.itely: 2nd
928         attempt: replace funindex -> findex globally.
929
930 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
931
932         * input/no-notation/display-lily-tests.ly: fix \applyOutput
933         test. Add \break, \pageBreak, \pageTurn, etc, tests.
934
935         * scm/define-music-display-methods.scm: display methods for
936         breaks. Fix \applyOutput.
937
938 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
939
940         * Documentation/user/macros.itexi: comment out funindex expansion. 
941
942         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
943         everywhere.
944
945         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
946         Karl Hammar. Backportme.
947  
948         * Documentation/user/advanced-notation.itely (Balloon help): idem.
949
950         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
951
952         * Documentation/user/programming-interface.itely (Running a
953         function on all layout objects): idem.
954
955         * Documentation/user/introduction.itely (Automated engraving):
956         update \applyOutput syntax
957
958         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
959         remove debugging hook.
960
961         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
962         expansion. 
963
964         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
965
966         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
967         TEXI2DVI_FLAGS to texi2dvi invocation. 
968
969 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
970
971         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
972         works. More work is done by iterator now, and engraver has been
973         very much simplified.
974
975         * lily/translator-group.cc: try_music is now invoked through a
976         listener
977
978         * lily/*-iterator.cc: Massive cleanups. Junked
979         try_music_in_children globally. Renamed try_music to report_event,
980         and made that method descend to a bottom context automatically.
981
982         * lily/event-iterator.cc: New file.
983
984         * lily/output-property-iterator.cc,
985         lily/old-lyric-combine-music-iterator.cc: Removed.
986
987         * python/convert-rules.py: Modified the syntax for \applyOutput.
988
989 2006-05-23  Graham Percival  <gpermus@gmail.com>
990
991         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
992         creation.
993
994         * Documentation/user/ various: stuff that might have helped
995         to fix the pdf creation, plus some minor doc additions.
996
997         * Documentation/user/changing-defaults.itely: remove @b from
998         @b{ @internasref{foo}}; this breaks texi2dvi -E.
999
1000 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1001
1002         * lily/beaming-pattern.cc (beamify): deal with negative start
1003         moments for beaming patterns.
1004
1005 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1006
1007         * lily/beaming-info.cc (beamify): new function: read beatLength
1008         and beatGrouping from context. 
1009
1010         * input/regression/beam-beat-grouping.ly (Module): new file.
1011
1012         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1013
1014         * lily/beam.cc (get_beam_segments): generate events for
1015         max_connect_ case too.
1016         (get_beam_segments): read Stem::max-beam-connect.
1017
1018         * input/regression/beam-single-stem.ly: new file.
1019
1020         * lily/stem.cc (set_beaming): use #f as signaling value for
1021         beamcount 0.
1022
1023         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1024
1025         * lily/beam.cc (set_beaming): read clip-edges property.
1026         (calc_direction): don't suicide for single stem.
1027
1028         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1029         argument, remove 1<<15 hack. Remove clip_edges() 
1030
1031         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1032
1033 2006-05-21  Graham Percival  <gpermus@gmail.com>
1034
1035         * Documentation/user/basic-notation.itely: reorg.
1036
1037         * Documentation/user/ various: minor fixes.
1038
1039 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1040
1041         * lily/stencil-expression.cc (register_stencil_head): opps, append
1042         to cdr of static SCM object.
1043
1044 2006-05-19  Graham Percival  <gpermus@gmail.com>
1045
1046         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1047         update framework for command index.  DOC WRITERS: use @funindex
1048         instead of @cindex @code{}.
1049
1050         * Documentation/user/ various: replace @cindex @code{} => @funindex
1051
1052 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1053
1054         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1055         case positions is set manually. 
1056
1057 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1058         
1059         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1060         rules to Scheme.
1061
1062 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1063
1064         * Documentation/user/changing-defaults.itely (Contexts explained):
1065         use absolute dimension for @image.
1066
1067         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1068         out image for illustration too.
1069         ($(outdir)/%.png): add more png <-> eps rules. 
1070
1071 2006-05-17  Graham Percival  <gpermus@gmail.com>
1072
1073         * Documentation/user/ various: remove trailing whitespace, cosmetic
1074         change to reduce changes produced by diff.
1075
1076 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1077
1078         * lily/main.cc (do_chroot_jail): correctness tweak.
1079
1080         * python/lilylib.py (system): import subprocess in system () only.
1081
1082         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1083
1084         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1085         variable. Backportme.
1086
1087 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1088         
1089         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1090
1091 2006-05-17  Werner Lemberg  <wl@gnu.org>
1092
1093         * lily/lexer.ll (init_signature_has_table): Add
1094         `scm-scm-music-music'.
1095
1096         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1097         (Generic_prefix_music_scm): Add rule for it.
1098
1099         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1100         `quoted-transposition' property.
1101
1102         * ly/music-functions-init.ly (transposedCueDuring): New function.
1103
1104         * scm/define-music-properties.scm (all-music-properties): Updated.
1105
1106         * Documenation/topdocs/NEWS.itely: Document it.
1107
1108 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1109
1110         * python/lilylib.py (system): move import subprocess to system()
1111         definition. 
1112
1113         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1114
1115         * VERSION (PATCH_LEVEL): release 2.9.5
1116         
1117         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1118         build instructions. 
1119
1120         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1121
1122 2006-05-16  Graham Percival  <gpermus@gmail.com>
1123
1124         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1125
1126         * Documentation/user/ various: minor fixes.
1127
1128 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1129
1130         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1131
1132 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1133
1134         * Documentation/user/advanced-notation.itely (Instrument names):
1135         Modified obsolete instruction on how to move instrument names away
1136         from the staves. Hmm, at second thought the bug probably has been
1137         solved, so the full bug description should probably be removed.
1138
1139 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1140
1141         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1142         currentCommandColumn. 
1143
1144         * lily/hairpin.cc (print): also add padding for non-neighbor
1145         hairpin bounds.
1146
1147         * scm/define-context-properties.scm
1148         (all-user-translation-properties): add hairpinToBarline
1149
1150         * input/regression/hairpin-to-barline.ly: new file.
1151
1152         * lily/context.cc (internal_send_stream_event): thinko fix.
1153
1154         * lily/tie.cc (set_default_control_points): robustness fix.
1155
1156         * python/musicxml.py (Part.interpret): don't complain about
1157         incomplete measures.
1158
1159         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1160         new music if last_event_chord() returned None.
1161
1162         * python/musicxml.py (Part.interpret): skip back over chord notes.
1163
1164 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1165         
1166         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1167         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1168         lily/slash-repeat-engraver.cc,
1169         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1170         iterator sends PercentEvents
1171
1172         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1173         rework tuplets: send start/stop events to engraver
1174
1175         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1176         dispatchers event-source and events-below to Context
1177         
1178 2006-05-15  Graham Percival  <gpermus@gmail.com>
1179
1180         * Documentation/user/README.txt: update info for doc writers.
1181
1182         * Documentation/user/programming-interface.itely: integrate
1183         Nicolas' fixes for chapter rewrite.
1184
1185         * Documentation/user/ various: minor fixes.
1186
1187 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1188
1189         * lily/clef-engraver.cc: cleanup.
1190
1191         * Documentation/user/GNUmakefile: dist context-example.eps too.
1192
1193         * lily/key-engraver.cc (create_key): use
1194         explicitKeySignatureVisibility for cancellation too. 
1195
1196         * lily/font-config.cc (init_fontconfig): don't close file if
1197         f==NULL. 
1198
1199 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
1200
1201         * Documentation/topdocs/NEWS.tely: niente and rotation news
1202
1203 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
1204
1205         * lily/include/stencil.hh
1206         * lily/stencil.cc (rotate): new function. Makes it possible
1207         to rotate a stencil around a given offset.
1208
1209         * lily/grob.cc (get_print_stencil): add rotation support
1210
1211         * lily/stencil-interpret.cc (interpret_stencil_expression):
1212         add rotation support
1213
1214         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
1215
1216         * scm/define-grob-properties.scm: add 'rotation property
1217
1218         * scm/define-markup-commands.scm: add rotate markup command
1219         
1220         * scm/output-ps.scm: add rotation support in PostScript backend
1221
1222         * scm/output-svg.scm: add rotation support in SVG backend
1223
1224 2006-05-13  Graham Percival  <gpermus@gmail.com>
1225
1226         * Documentation/user/music-glossary.itely: French correction.
1227
1228         * Documentation/user/programming-interface.itely: major
1229         new docs, some reorg, some info from Nicolas.
1230
1231         * Documentation/user/ various: small fixes.
1232
1233 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1234
1235         * Documentation/user/programming-interface.itely (Markup
1236         programmer interface): Remove duplicate text.
1237
1238 2006-05-12  Graham Percival  <gpermus@gmail.com>
1239
1240         * Documentation/user/context-example.eps: new file.
1241
1242         * Documentation/user/changing-defaults.itely: set up file to
1243         use eps image.
1244
1245         * Documentation/user/programming-interface.itely: changes
1246         from mailist.
1247
1248 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1249
1250         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1251
1252 2006-05-11  Graham Percival  <gpermus@gmail.com>
1253
1254         * Documentation/user/programming-interface.itely: first round of
1255         editing and merging emails from Nicolas.
1256
1257         * Documentation/user/scheme-tutorial: minor edit.
1258
1259 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1260
1261         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1262         XML attributes.
1263         (Xml_node.message): use it.
1264
1265         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1266         oops. Add duration argument.
1267
1268 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1269
1270         * lily/paper-column-engraver.cc (make_columns):
1271         * scm/define-grobs.scm: Revert my previous change and set the default
1272         in define-grobs.scm instead.
1273
1274 2006-05-09  Graham Percival  <gpermus@gmail.com>
1275         
1276         * Documentation/user/changing-defaults.itely: general editing,
1277         info about \set and \override.
1278
1279         * Documentation/user/tweaking.itely, advanced-notation.itely:
1280         fixes from Dave Luttinen, thanks!
1281
1282 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1283
1284         * lily/paper-column-engraver.cc (make_columns): By default, a column
1285         needs to be breakable.
1286
1287 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1288
1289         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1290         Attributes methods
1291         (musicxml_time_to_lily): idem
1292         (musicxml_key_to_lily): idem
1293         (instrument_drumtype_dict): dict for supported drumtypes.
1294         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1295         moments and pending mm rests
1296         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1297         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1298         (musicxml_voice_to_lily_voice): add mode change.
1299         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1300         speed and less memory usage (factor 5 to 10).
1301         (convert): write -defs.ly  and driver file separately so people
1302         can script their own part extraction.
1303
1304         * python/musicxml.py (minidom_demarshal_node): new function:
1305         separate minidom handling.
1306         (lxml_demarshal_node): new function: support lxml.etree too.
1307         (Xml_node.message): new function: verbose error message, with XML
1308         path to offending node.
1309         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1310         (Part_list.generate_id_instrument_dict): new method: collect
1311         instrument names, to be able to set drum_type.
1312         (Part.interpret): handle underfull measures
1313         (Part.interpret): assign instrument names.
1314
1315         * python/musicexp.py (Output_printer.close): new method
1316         (MusicWrapper.print_ly): new class: support other modes,
1317         eg. \drummode
1318         (BarCheck.print_ly): new class. Support bar checks, with comments
1319         and fancy barchecks. 
1320         (NoteEvent.__init__): also set drum_type for drum notes.
1321         (MultiMeasureRest.lisp_expression): dump mm rests.
1322
1323         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1324         line-break-permission if forbidBreak is not set.
1325
1326 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1327
1328         * scm/define-context-properties.scm:
1329         * scm/define-grob-properties.scm:
1330         * scm/define-grobs.scm:
1331         * scm/define-music-display-methods.scm:
1332         * scm/define-music-properties.scm:
1333         * scm/define-music-types.scm:
1334         * scm/music-functions.scm:
1335         * ly/declarations-init.ly:
1336         * lily/include/constrained-breaking.hh:
1337         * lily/system.cc:
1338         * lily/spaceable-grob.cc:
1339         * lily/simple-spacer.cc:
1340         * lily/paper-score.cc:
1341         * lily/paper-column.cc:
1342         * lily/paper-column-engraver.cc:
1343         * lily/item.cc:
1344         * lily/gourlay-breaking.cc:
1345         * lily/constrained-breaking.cc:
1346         * python/convertrules.py:
1347         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1348         "page-break-penalty" and "line-break-permission".
1349         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1350         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1351
1352         * lily/bar-engraver.cc:
1353         * lily/beam-engraver.cc:
1354         * lily/forbid-break-engraver.cc:
1355         * lily/ligature-engraver.cc:
1356         * lily/paper-column-engraver.cc:
1357         * lily/percent-repeat-engraver.cc:
1358         * lily/score-engraver.cc:
1359         * lily/score-engraver.hh:
1360         * lily/paper-column-engraver.hh:
1361         Inter-engraver communication regarding line breaks is done through context
1362         properties (Score.forbidBreak) instead of function calls.
1363
1364 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1365
1366         * VERSION (PACKAGE_NAME): release 2.9.4
1367
1368 2006-05-08  Graham Percival  <gpermus@gmail.com>
1369
1370         * Documentation/user/working.itely: proofreading from Dave
1371         Luttinen, thanks.
1372
1373         * Doucmentation/user/README.txt: updated with manual style info.
1374
1375         * Documentation/user/ various: trim linewidth to 78 chars.
1376
1377 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1378
1379         * scm/define-grob-properties.scm (all-internal-grob-properties):
1380         remove chord-tremolo property.
1381
1382         * lily/beam.cc (get_beam_segments): don't use stem position as
1383         base for broken ends.
1384
1385 2006-05-06  Graham Percival  <gpermus@gmail.com>
1386
1387         * Documentation/user/putting.itely: proofreading from Dave
1388         Luttinen, thanks!
1389
1390         * Documentation/user/ various: more reorg and clarifications.
1391
1392 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1393
1394         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1395
1396         * ly/music-functions-init.ly: new function featherDurations
1397
1398         * lily/beam.cc: read grow-direction for feathered beaming.
1399
1400         * Documentation/topdocs/NEWS.tely (Top): typo.
1401
1402 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1403
1404         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1405         tremolo beams.
1406
1407 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1408         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1409         used by music streams.
1410
1411         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1412         lily/stream-event.cc, lily/stream-event-scheme.cc,
1413         lily/listener.cc, lily/scheme-listener.cc,
1414         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1415         lily/include/stream-event.hh, lily/include/listener.hh,
1416         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1417         Created data structures for music streams.
1418         
1419 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1420
1421         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1422         construction of a beam. 
1423         (print): rewrite. 
1424
1425         * flower/include/std-vector.hh (default_compare): use only one comparison.
1426
1427         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1428         (note-by-number): further attachment fixes.
1429
1430         * scm/lily-library.scm (ordered-cons): new function.
1431         (interval-index): new function
1432
1433         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1434
1435         * lily/note-head.cc (get_stem_attachment): new function.
1436
1437         * scm/define-markup-commands.scm (note-by-number): read 'style
1438         property. 
1439
1440         * input/regression/markup-note.ly: show note-head style option.
1441
1442         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1443         triangle head.
1444
1445 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1446
1447         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1448
1449         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1450
1451         * lily/include/constrained-breaking.hh: GCC 4 fix.
1452
1453 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1454
1455         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1456         Replace it with functions get_line_forces and get_line_configuration.
1457         (class Simple_spacer): Make data private.
1458         Rewrite compression algorithm to be faster and simpler.
1459
1460         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1461         * lily/gourlay-breaking.cc (solve):
1462         * lily/constrained_breaking.cc (space_line):
1463         Change it to the new simple-spacer code.
1464
1465         * lily/paper-score.cc (get_paper_systems):
1466         (Paper_score):
1467         (process):
1468         Delay breaking the systems until they are requested.
1469         (find_break_indices):
1470         Use vsize for indices.
1471         (calc_breaking):
1472         Move the "Calculating line breaks" message here.
1473
1474         * lily/system.cc (pre_processing):
1475         Move the "Calculating line breaks" message away from here.
1476         (break_into_pieces):
1477         Allow multiple calls to this function in sequence (with touching-but-
1478         not-overlapping breakpoints).
1479
1480         * lily/constrained-breaking.cc:
1481         Replace most of the get_XXXX functions with get_line_details.
1482         Only calculate the force for each line. Calculate configurations only
1483         for the lines we will actually use.
1484         Replace cols_ with lines_.
1485
1486 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1487
1488         * mf/GNUmakefile (depth): remove FC_FIND.
1489
1490         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1491
1492         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1493
1494         * scm/framework-ps.scm (write-preamble): new function.
1495         (write-preamble): load mac fonts via fondu, even if gs-font-load
1496         is set.
1497
1498 2006-05-03  Werner Lemberg  <wl@gnu.org>
1499
1500         * mf/GNUmakefile (FC_FIND): Fix typo.
1501
1502 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1503
1504         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1505
1506 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1507
1508         * stepmake/aclocal.m4: run python-config for crosscompiling
1509         flags. 
1510
1511         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1512         -f png for HTML, TEXINFO formats. 
1513
1514         * input/tutorial/lbook-html-test.html: new file.
1515
1516         * lily/include/tie-formatting-problem.hh (class
1517         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1518         [column, direction]. This fixes laissez vibrer ties.
1519  
1520         * flower/include/tuple.hh (struct Tuple2): new file.
1521
1522         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1523         $(FCMATCH), only if $(NCSB_DIR) not set. 
1524
1525         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1526
1527         * config.make.in (DOCUMENTATION): set FCMATCH.  
1528
1529         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1530
1531 2006-05-03  Graham Percival  <gpermus@gmail.com>
1532
1533         * Documentation/user/ various: final round of reorg.
1534
1535         * Documentation/user/instrument-notation.itely: some more
1536         fixes from Eduardo, thanks!
1537
1538 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1539
1540         * VERSION (PACKAGE_NAME): release 2.9.3
1541
1542         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1543
1544         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1545
1546 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1547
1548         * scm/define-grob-properties.scm (all-user-grob-properties):
1549         Correct typo, thanks to Eduardo.
1550
1551 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1552
1553         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1554
1555         * buildscripts/lilypond-words.py (F): indent fix.
1556
1557         * input/regression/tie-arpeggio-collision.ly: new file.
1558
1559         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1560         function: store outlines per column rank.
1561
1562         * lily/include/tie-configuration.hh (class Tie_configuration): add
1563         column_ranks_ to specification and configuration, to distinguish
1564         between ties for different heads in arpegiated chords.
1565
1566         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1567
1568         * *.py: more 4 space indents.
1569
1570         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1571
1572 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1573
1574         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1575
1576 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1577
1578         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1579
1580         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1581
1582         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1583
1584 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1585
1586         * python/convertrules.py (conv): indent 4 for python files.
1587
1588 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1589
1590         * Documentation/user/changing-defaults.itely (Creating contexts):
1591         Clarify \new semantics.
1592
1593 2006-04-28  Graham Percival  <gpermus@gmail.com>
1594
1595         * Documentation/user/ various: major new sections in the
1596         Learning manual, slight reorg elsewhere.
1597
1598 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1599
1600         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1601
1602         * scm/framework-ps.scm (output-framework): remove PageMedia
1603
1604 2006-04-27  Graham Percival  <gpermus@gmail.com>
1605
1606         * Documentation/user/ tweaks.itely, working.itely: new
1607         files, being more advanced "learning manual" chapters.
1608
1609         * Documentation/user/ tutorial, putting, lilypond: reorg.
1610
1611 2006-04-26  Graham Percival  <gpermus@gmail.com>
1612
1613         * input/regression/lyric-combine-polyphonic.ly: fixed test
1614         (no more "can't find context `one'" error).
1615
1616 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1617
1618         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1619
1620         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1621         
1622 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1623
1624         * lily/relocate.cc (read_relocation_dir): new function.
1625
1626 2006-04-26  Graham Percival  <gpermus@gmail.com>
1627
1628         * Documentation/user/instrument-notation.itely: a few more fixes
1629         from Eduardo, thanks!
1630
1631         * Documentation/user/README.txt: new file; contains info on
1632         style that used to be in lilypond.tely.
1633
1634         * Documentation/user/ various: first round of doc reorg.
1635
1636         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1637         graphic; this probably causes problems on some pdf
1638         viewers, notably Adobe Acrobat.
1639
1640 2006-04-24  Graham Percival  <gpermus@gmail.com>
1641
1642         * Documentation/user/instrument-notation.itely: many alterations
1643         to Vocal music, from Eduardo Viera.
1644
1645 2006-04-23  Graham Percival  <gpermus@gmail.com>
1646
1647         * Documentation/user/instrument-notation.itely: fix \new
1648         instead of \context problem.
1649
1650 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1651
1652         * lily/relocate.cc (expand_environment_variables): new function.
1653         (read_line): id.
1654         (read_relocation_file): id.
1655
1656         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1657
1658 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1659
1660         * ly/engraver-init.ly: remove old comments from TabVoice
1661
1662 2006-04-20  Graham Percival  <gpermus@gmail.com>
1663
1664         * Documentation/user/instrument-notation.itely: added Erlend's
1665         latest doc patch, thanks!
1666
1667 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1668
1669         * lily/include/slur.hh:
1670         * lily/slur.cc:
1671         * lily/phrasing-slur-engraver.cc:
1672         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1673         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1674         Slur_engraver:: and putting it in
1675         Slur::auxiliary_acknowledge_extra_object ().
1676
1677         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1678
1679         * lily/note-collision.cc: fix a comment
1680
1681 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1682
1683         * stepmake/bin/add-html-footer.py: fix footer position in
1684         generated html files: before </body> and </html> tags.
1685
1686 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1687
1688         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1689         Earlier successive `make' commands finally compiled ok.
1690
1691         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1692
1693 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1694
1695         * lily/include/stem-tremolo.hh:
1696         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1697         callers.
1698
1699         * lily/lookup.cc:
1700         * lily/include/lookup.hh: add rotated_box ()
1701
1702 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1703
1704         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1705         been generated. Fixes "can't get `--help'" bug after make clean.
1706
1707         * THANKS: alphabetize contributors.
1708
1709 2006-04-17  Graham Percival  <gpermus@gmail.com>
1710
1711         * Documentation/user/instrument-notation.itely: added Erlend's
1712         tabs and banjo doc patch.  Thanks!
1713
1714 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1715
1716         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1717
1718         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1719
1720         * scm/output-lib.scm: add some more predefined string tunings.
1721
1722         * Documentation/user/instrument-notation.itely: and doc them.
1723
1724 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1725
1726         * ly/engraver.ly: Remove obsolete comments.
1727
1728         * ly/gregorian-init.ly: Define default layout block.
1729
1730         * input/puer-fragment.ly: Updated and extended.
1731
1732 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1733
1734         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1735         pdf conversion behaviour.
1736
1737         * flower/file-name.cc (dir_name)
1738         (get_working_directory): Move from relocate.cc.
1739
1740         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1741         
1742         * lily/relocate.cc: Encapsulate sys/stat.h in
1743         HAVE_STAT_H.
1744
1745 2006-04-14  Graham Percival  <gpermus@gmail.com>
1746
1747         * Documentation/user/ various: small updates from Cameron
1748         and Juergen, thanks!
1749
1750         * Documentation/user/ various: small updates of my own.
1751
1752         * THANKS: 2.7 -> 2.8.
1753
1754 2006-04-11  Graham Percival  <gpermus@gmail.com>
1755
1756         * scm/define-context-properties.scm: typo.
1757
1758         * Documentation/user/ : many more small updates.
1759
1760 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1761
1762         * scm/define-music-types.scm: disposed "docme".
1763
1764 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1765
1766         * lily/hairpin.cc: make niente circles a bit smaller.
1767
1768 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1769
1770         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1771         get-pfa and get-*-fonts targets.
1772
1773 2006-04-10  Graham Percival  <gpermus@gmail.com>
1774
1775         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1776         music-glossary, programming-interface: more minor fixes
1777         from mailist.
1778
1779         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1780
1781         * scm/define-context-properties.scm: another old \property update.
1782         This time tested for compiling!
1783
1784 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1785
1786         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1787
1788 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1789
1790         * scm/define-context-properties.scm (all-user-translation-properties): 
1791         * Documentation/user/global.itely (Page formatting): Compile fix.
1792
1793 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1794
1795         * Documentation/user/advanced-notation.itely (Polymetric
1796         notation): Update the example to use the "+" symbol and add link
1797         to input/test/compound-time.ly.
1798
1799 2006-04-08  Graham Percival  <gpermus@gmail.com>
1800
1801         * scm/define-grob-properties.scm: clarify docs for #'direction.
1802
1803         * scm/define-context-properties.scm: update old \property override.
1804
1805         * Documentation/user/ advanced-notation, global, lilypond-book:
1806         more minor doc updates.
1807
1808 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1809
1810         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1811
1812         * scm/backend-library.scm (search-gs): oops.
1813
1814 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1815
1816         * scripts/lilypond-book.py (output): use base, not filename for href.
1817
1818         * scm/backend-library.scm: only look for gs.
1819
1820         * scripts/lilypond-book.py (output): fix printfilename.
1821
1822         * lily/parser.yy (music_function_musicless_prefix): fold together
1823         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1824
1825         * lily/slur.cc (print): only set font-size if not set yet.
1826
1827         * lily/slur-configuration.cc (add_score): improved layout of debug
1828         scoring output.
1829
1830 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1831
1832         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1833         (draw_circle): Hopefully fixed regression.
1834         Improved documentation for several procedures.
1835         
1836 2006-03-04  Werner Lemberg  <wl@gnu.org>
1837
1838         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1839
1840 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1841
1842         * scripts/musicxml2ly.py (bindir): add dynamic
1843         relocation. 
1844
1845 2006-04-04  Graham Percival  <gpermus@gmail.com>
1846
1847         * Documentation/user/ basic-notation, advanced-notation, putting,
1848         instrument-notation, invoking, lilypond, THANKS: another ream of small
1849         fixes from the Doc Helpers.
1850
1851 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1852
1853         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1854
1855         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1856
1857         * Cleaned up interfaces between PostScript and Scheme, and moved
1858         computations from PostScript to Scheme:
1859
1860         * music-drawing-routines.ps
1861         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1862         with stroke_and_fill throughout.
1863         (euclidean_length, print_letter, draw_box): Deleted unused
1864         procedures.  If someone needs draw_box, implement it using
1865         draw_round_box; don't duplicate code.
1866         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1867         Refactored/cleaned up interfaces.
1868         (mark_URI): Moved.
1869
1870         * output-ps.scm: reordered arguments to PostScript functions to
1871         match new interfaces
1872         (glyph-string): Rewrote glyph-string.
1873         (grob-cause): Replaced string-append with format.
1874         (repeat-slash): Rewrote to do computation here.
1875         (round-filled-box): Rewrote to do computation here.
1876
1877 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1878
1879         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1880
1881         * stepmake/stepmake/toplevel- targets.make: print help info about
1882         cvs-clean
1883
1884 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1885
1886         * input/regression/hairpin-circled.ly: new file
1887
1888 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1889
1890         * lily/hairpin.cc (print): add support for circled tip
1891
1892         * scm/define-grob-properties.scm: add circled-tip parameter
1893
1894         * scm/define-grobs.scm: init circled-tip to false
1895         
1896 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1897
1898         * scm/music-functions.scm (quote-substitute): set
1899         iterators-ctor. 
1900
1901 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1902
1903         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1904         BSTINPUTS. 
1905
1906         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1907
1908         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1909
1910 2006-03-31  David Feuer  <david.feuer@gmail.com>
1911         
1912         * scm/framework-ps.scm:
1913         
1914         * scm/output-ps.scm: glyph-string now produces smaller, more
1915         readable, and probably faster PostScript.  Several findfont
1916         scalefont setfont instances changed to selectfont
1917         Hacked-up string-appends changed to formats.
1918
1919         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1920         
1921 2006-03-30  Graham Percival  <gpermus@gmail.com>
1922
1923         * scm/lily-library.scm: make "no version" warning message more polite.
1924
1925         * lily/music.cc: add double quotes to failed octave check.
1926
1927         * Documentation/user/ advanced-notation, changing-defaults,
1928         instrument-notation, invoking, music-glossary: whole bunch of minor
1929         fixes from mailist.
1930
1931 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1932
1933         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1934         $(buildscriptdir) iso. depth.
1935
1936         * VERSION (PACKAGE_NAME): release 2.9.1
1937
1938 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1939
1940         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1941
1942         * VERSION (PATCH_LEVEL): bump version number.
1943
1944         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1945         scm_from_uint32 ()
1946
1947         * lily/pango-font.cc (pango_item_string_stencil): use
1948         scm_from_uint32 ()
1949
1950         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1951         $(outdir)/emmentaler-%.svg): remove canary.
1952
1953         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1954         glyphnames if we have a ttf font.
1955
1956 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1957
1958         * Documentation/user/advanced-notation.itely (Font selection):
1959         Corrected reference to the font-family-override.ly example.
1960
1961 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1962         
1963         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1964         stem-tremolo object in the stem (or else the stem might not be
1965         long enough).
1966
1967 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1968
1969         * lily/ttf.cc (print_trailer): only print existing glyphs.
1970
1971 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1972
1973         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1974         position the tremolo based on the position of the notehead.
1975
1976         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1977         notes and update the texidoc line with the new positioning rules.
1978         
1979 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1980
1981         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1982
1983         * scripts/lilypond-book.py (Module): set default for linewidth if
1984         preamble not found.
1985
1986 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1987
1988         * VERSION (PACKAGE_NAME): release 2.9.0.
1989
1990         * input/regression/stem-tremolo-position.ly: new file.
1991
1992         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1993
1994 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1995
1996         * lily/stem-tremolo.cc (print): position
1997         the tremolo depending only on the end of the stem
1998         and not on the notehead
1999         (raw_stencil): center, on the middle staff line, the
2000         flag that is closest to the end of the stem (previously
2001         the bottom flag)
2002         (calc_width): add this callback to shorten a tremolo when
2003         it is beamed or it is stemup with a flag
2004         (style): add this callback to make a tremolo rectangular when
2005         it is beamed or it is stemup with a flag
2006         (rotated_box): this is like Lookup::beam but makes a rotated
2007         rectangle instead of a parallelogram
2008
2009         * lily/stem.cc (calc_stem_info): make sure the stem
2010         is long enough to fit the tremolo
2011         (calc-length): reduce the length of tremolo stems since the
2012         tremolo code is now capable of better positioning
2013
2014         * scm/define-grobs.scm: make calc_width the default beam-width
2015         callback for stem-tremolo and add the style callback
2016                 
2017 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2018
2019         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2020         case. 
2021
2022 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2023
2024         * lily/ttf.cc (make_index_to_charcode_map): restore old
2025         cmap. 
2026
2027 2006-03-28  Werner Lemberg  <wl@gnu.org>
2028
2029         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2030
2031 2006-03-28  Graham Percival  <gpermus@gmail.com>
2032
2033         * THANKS: update for 2.9, add section for Documentation helpers.
2034
2035         * Documentation/topdocs/NEWS.tely: compile fix.
2036
2037         * Documentation/user/ basic-notation, global, advanced-notation,
2038         examples.itely: minor fixes from mailist.
2039
2040 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2041
2042         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2043         note heads. 
2044
2045         * lily/ttf.cc (print_trailer): use it.
2046
2047         * lily/pango-font.cc (get_unicode_name): new function.
2048
2049         * lily/ttf.cc (make_index_to_charcode_map): move function from
2050         open-type-font.cc
2051         (print_trailer): substitute uniXXXX name if applicable. 
2052
2053         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2054         (pango_item_string_stencil): use it to generate uniXXXX names.
2055
2056         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2057         note heads, for uniform widths in shape note output.
2058         (overdone_heads): hmm. remove them again.
2059
2060         * scripts/lilypond-book.py (output): add links to filenames.
2061
2062         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2063
2064         * lily/note-collision.cc (get_clash_groups): only consider when
2065         Note_column::dir <> CENTER. 
2066
2067         * scripts/lilypond-book.py (get_option_parser): init output_name
2068         to ''. 
2069
2070 2006-03-24  Graham Percival  <gpermus@gmail.com>
2071
2072         * Documentation/topdocs/NEWS.tely: add @end itemize
2073
2074         * Documentation/user/ global, advanced-notation: minor
2075         stuff from mailist.
2076
2077 2006-03-23  Graham Percival  <gpermus@gmail.com>
2078
2079         * Documentation/user/ lilypond.tely, music-glossary,
2080         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2081
2082 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2083
2084         * mf/GNUmakefile: don't install .enc files.
2085
2086         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2087
2088         * VERSION (PATCH_LEVEL): bump to 2.9.0
2089
2090 2006-03-22  Graham Percival  <gpermus@gmail.com>
2091
2092         * Documentation/user/advanced-notation.itely: minor fixes
2093         from mailist.
2094
2095 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2096
2097         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2098
2099         * branch lilypond_2_8
2100
2101 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2102
2103         * scripts/lilypond-book.py (samefile): new function, for windoze
2104         compatibility.
2105
2106 2006-03-21  Graham Percival  <gpermus@gmail.com>
2107
2108         * ly/engraver-init.ly: add info about StaffGroup.
2109
2110 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2111
2112         * input/regression/stem-direction-context.ly: idem.
2113
2114         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2115
2116         * THANKS: add Mats.
2117
2118         * input/regression/page-layout-twopass.ly: comment out \markup so
2119         tweak-file is left.
2120
2121         * lily/instrument-name-engraver.cc (finalize): add to instrument
2122         name global System. This also fixes chopped instrument names, but
2123         doesn't crash when there are slurs/beams.
2124
2125         * lily/slur-configuration.cc (add_score): disallow negative slur
2126         scores.
2127         
2128 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2129
2130         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2131
2132         * lily/instrument-name-engraver.cc (process_music): kludge: add
2133         InstrumentName spanner to axis group of left bound. Fixes chopped
2134         off instrument names in EPS images.
2135
2136         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2137
2138         * scripts/abc2ly.py (option_parser): update to 2.7.40
2139
2140 2006-03-20  Graham Percival  <gpermus@gmail.com>
2141
2142         * THANKS: move small doc contributors to SUGGESTIONS.
2143
2144         * Documentation/user/ basic-notation, advanced-notation,
2145         global: small changes from mailist.
2146
2147 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2148
2149         * Documentation/user/advanced-notation.itely (Text marks): update
2150         for new rehearsalMarkAlignSymbol convention.
2151
2152         * VERSION (PATCH_LEVEL): bump version.
2153
2154         * input/test/instrument-name-align.ly: new file.
2155
2156         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2157
2158         * input/test/instrument-name-align.ly: new file. Document how to
2159         align instrument names.
2160
2161         * lily/mark-engraver.cc: remove properties.
2162
2163         * scm/define-context-properties.scm
2164         (all-user-translation-properties): remove align symbol properties
2165         for barnumber/reh. mark.
2166
2167         * lily/break-align-interface.cc (self_align_callback): new
2168         interface, new function. Look at complete alignment. This handles
2169         tunable break alignments in case break-align-symbols are missing.
2170
2171         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2172
2173         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2174
2175         * python/convertrules.py (conv): mark/bar number alignment rule.
2176
2177         * lily/break-align-interface.cc (calc_positioning_done): also
2178         store offset from last visible break-alignment to its
2179         neighbor. This makes alignment on non-visible objects more reliable.
2180
2181         * po/lilypond.pot (Module): ran po-replace.
2182
2183         * input/regression/tie-single-manual.ly (Module): new file.
2184
2185         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2186         look at has_manual_position_.
2187         (from_ties): set has_manual_position_ if tie has staff-position set.
2188
2189         * lily/tuplet-bracket.cc (calc_positions): idem.
2190
2191         * lily/tuplet-number.cc (print): don't print tupletnumber if it
2192         doesn't span time.
2193
2194 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2195
2196         * scm/define-markup-commands.scm (smallCaps): new markup command
2197         for turning a text to small caps using smaller font size and upper
2198         casing.
2199
2200 2006-03-17  Graham Percival  <gpermus@gmail.com>
2201
2202         * Documentation/user/ examples, instrument-notation,
2203         advnaced-notation: minor fixes from mailist.
2204
2205 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2206
2207         * Documentation/user/tutorial.itely (First steps): change example
2208         to verbatim.  
2209
2210 2006-03-17  Graham Percival  <gpermus@gmail.com>
2211
2212         * Documentation/user/ examples, advanced: minor changes from mailist.
2213
2214         * THANKS: add Geoff Horton, for documentation stuff.
2215
2216 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2217
2218         * python/lilylib.py (system): revert have_select kludge.
2219
2220         * Documentation/user/tutorial.itely (Commenting input files):
2221         update version numbers in doc. 
2222
2223         * scm/define-grob-interfaces.scm (multi-measure-interface): add
2224         bound-padding to multi-measure-interface
2225
2226 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2227
2228         * input/test/engraver-example.ily: update version number.
2229
2230         * VERSION (PACKAGE_NAME): release 2.7.39
2231
2232         * lily/note-spacing.cc (get_spacing): heighten threshold where
2233         accidentals/arpeggios influence previous spacing fully.
2234
2235         * lily/rest.cc (y_offset_callback): only use direction if
2236         staff-position wasn't set before.
2237
2238         * lily/bar-number-engraver.cc: add support for
2239         barNumberAlignSymbol. 
2240         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2241
2242         * lily/pointer-group-interface.cc (set_ordered): new function. 
2243         (add_unordered_grob): new function.
2244
2245         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2246         to ordered, unless the opposite has been proved.  This fixes
2247         random reordering of large object groups across linebreaks,
2248         eg. beams.
2249
2250         * lily/main.cc (do_chroot_jail): printf format fix.
2251
2252         * lily/tie-formatting-problem.cc (generate_configuration):
2253         multiply y-shift for dot with direction.
2254  
2255         * scm/define-markup-commands.scm (note-by-number): put (magstep
2256         size) in y-attach too.
2257
2258         * Documentation/topdocs/NEWS.tely (Top): show override.
2259
2260         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2261         direction for stems.
2262         
2263 2006-03-15  Graham Percival  <gpermus@gmail.com>
2264
2265         * Documentation/user/ changing-defaults, global: minor
2266         fixes from mailist.
2267
2268 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2269
2270         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2271
2272         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2273         breakable items after uniformly stretched notes.
2274
2275         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2276         outline with outer edge of note heads. This prevents infinity
2277         problems with tied whole notes.
2278
2279         * scripts/lilypond-book.py (do_file): use os.popen
2280
2281         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2282
2283 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2284
2285         * Documentation/user/invoking.itely: Add ragged-right to bug report
2286         guidelines.
2287
2288 2006-03-14  Graham Percival  <gpermus@gmail.com>
2289
2290         * Documentation/user/global.itely: small fix from mailist.
2291
2292 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2293
2294         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2295         file descriptor returned by tempfile.mkstemp() when writing
2296         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2297         on mingw.
2298
2299 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * po/fi.po: newline bugfix.
2302
2303 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2304
2305         * scm/paper.scm (paper-alist): Rounding fixes.
2306
2307 2006-03-13  Graham Percival  <gpermus@gmail.com>
2308
2309         * Documentation/user/ changing-defaults, instrument-notation,
2310         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2311
2312 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2313
2314         * po/fi.po: update.
2315
2316 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2317
2318         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2319         mailto: to http:// 
2320
2321         * python/lilylib.py (print_environment): move ps_page_count to
2322         lilypond-book.py
2323
2324 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2325
2326         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2327
2328         * scm/framework-ps.scm (embed-document): new function. Use to
2329         embed PFA files.
2330
2331         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2332
2333 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2334
2335         * Documentation/user/instrument-notation.itely (Setting simple
2336         songs): Added \book{...} around the full example, so the separate
2337         markups are included in the printed example. 
2338
2339 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2340
2341         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2342         tmphandle.
2343
2344         * python/lilylib.py (system): rewrite system() using
2345         subprocess. Remove >& redirection trickery.
2346
2347 2006-03-11  Graham Percival  <gpermus@gmail.com>
2348
2349         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2350         notation-appendices.itely: minor fixes from mailist.
2351
2352 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2353
2354         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2355         unsplit man also needs images.
2356
2357         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2358
2359         * VERSION (PACKAGE_NAME): 2.7.38 released.
2360
2361 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2362
2363         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2364         log in output dir.
2365
2366 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2367
2368         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2369         respects the Score.skipTypesetting property.
2370         
2371 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2372
2373         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2374         Prolog. No %%EOF after CFF file.
2375
2376 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2377         
2378         * lily/constrained-breaking.cc (get_max_systems): used to return a
2379         much too big value
2380         (combine_demerits): use pointers to reduce copying data
2381         (calc_subproblem): idem
2382         (get_page_penalty): add page turn penalties
2383         
2384 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2385
2386         * Documentation/user/invoking.itely (Invoking lilypond): better
2387         explanation of -e usage.
2388
2389         * lily/main.cc (main_with_guile): don't append to
2390         init_scheme_code_string
2391
2392         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2393
2394         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2395
2396         * scripts/convert-ly.py (do_options): don't print help for
2397         --show-rules rule.
2398
2399         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2400         @code and @example. Update from texinfo.tex from CVS.
2401
2402 2006-03-08  Graham Percival  <gpermus@gmail.com>
2403
2404         * Documentation/user/scheme-tutorial.itely: clarifies distances
2405         measured in staff-spaces.
2406
2407 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2408
2409         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2410         consider[k] is true.
2411
2412         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2413
2414         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2415         consider columns that have originals.  Unifies spacing for mm
2416         rests around line breaks.
2417
2418         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2419         (set_text_rods): idem.
2420         (calculate_spacing_rods): new function: share code between
2421         set_text_rods and set_spacing_rods.
2422         (set_text_rods): take extents of bounds into account.  
2423
2424 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2425
2426         * Documentation/user/basic-notation.itely (Writing music in
2427         parallel): don't use relative.
2428
2429 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2430
2431         * ly/music-functions-init.ly (Module): add shiftDurations
2432
2433         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2434
2435         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2436
2437         * ly/engraver-init.ly: init vocalName to nil.
2438
2439 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2440
2441         * scm/music-functions.scm (music->make-music): bugfix,
2442         KeyChangeEvents are now handled correctly.
2443
2444         * scripts/lilypond-book.py: Add --debug option.
2445
2446 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2447
2448         * python/lilylib.py: add tempfile.
2449
2450 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2451
2452         * VERSION (PACKAGE_NAME): release 2.7.37
2453
2454         * python/lilylib.py (ps_page_count): remove make_ps_images().
2455         (ps_page_count): remove mkdir_p
2456         (system): remove cleanup_temp.
2457         (exit): remove lilypond_version_(check)
2458         (error_log): remove pseudo_filter_p
2459         remove read_pipe
2460         remove cp_to_dir
2461         remove identify
2462
2463         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2464         use __main__
2465
2466         * lily/accidental-engraver.cc (make_standard_accidental): only add
2467         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2468
2469         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2470         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2471         Make incompatibilities.
2472
2473         * scm/output-ps.scm (grob-cause): replace backslashes by /
2474         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2475
2476 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2477
2478         * cygwin/GNUmakefile: Install fixes.
2479
2480         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2481
2482         * lily/note-head.cc (head::get_balltype): Compile fix.
2483
2484         * flower/file-name.cc (dos_to_posix): Flower string fix.
2485
2486 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2487
2488         * python/lilylib.py: pychecker cleanups.
2489
2490         * scripts/lilypond-book.py
2491         (Lilypond_snippet.output_print_filename): pychecker cleanups
2492
2493         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2494
2495         * python/lilylib.py (underscore): remove identify() , warranty()
2496
2497         * ps/music-drawing-routines.ps: change Border routine for GSView
2498         compatibility.
2499
2500         * lily/stem.cc (height): use quantize-positions.  This triggers
2501         set_stem_lengths, so scripts on beamed stems are handled correctly.
2502
2503         * lily/side-position-interface.cc (aligned_side): check if edges
2504         of script are inside staff. Fixes accent of edge of the staff.
2505
2506         * input/regression/staccato-pos.ly: more examples.
2507
2508         * stepmake/aclocal.m4 (depth): fix bashism.
2509
2510         * lily/lyric-combine-music-iterator.cc: move from
2511         new-lyric-combine-iterator.cc
2512         (process): add pending_grace_lyric_ member to delay lyrics on
2513         grace notes.
2514
2515         * lily/system-start-text.cc (print): suicide if we don't have any
2516         elements. Fixes hara kiri'd instrument names.
2517
2518         * scripts/mup2ly.py (Module): remove.
2519
2520 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2521
2522         * Documentation/user/global.itely (A single music expression):
2523         close @lilypond properly
2524
2525         * lily/volta-bracket.cc (modify_edge_height): change from
2526         after_line_breaking_callback. Suicide last bracket if appropriate.
2527  
2528         * python/lilylib.py: strip getopt support
2529
2530         * scripts/etf2ly.py (do_options): use optparse
2531
2532         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2533
2534         * scripts/abc2ly.py (voices): use optparse.
2535
2536         * stepmake/stepmake/generic-vars.make: new function absdir.
2537
2538         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2539
2540         * scripts/lilypond-book.py (find_file): use global_options for
2541         include path
2542
2543         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2544         entering C code.
2545
2546 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2547
2548         * python/lilylib.py (get_global_option): ughness for extracting
2549         global options from lilylib.
2550         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2551
2552         * scripts/lilypond-book.py (get_option_parser): use optparse for
2553         option handling.  Put options in global_options variable.
2554
2555 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2556
2557         * Documentation/index.html.in: clarify.
2558
2559 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2560
2561         * scm/layout-page-layout.scm (write-page-breaks): add a
2562         music-system-heights property to the page layout output.
2563
2564         * scm/page.scm (make-page-stencil): take footer into account when
2565         computing the 'space-left page property
2566         (annotate-space-left): take footer into account when annonating
2567         space left.
2568
2569 2006-02-28  Graham Percival  <gpermus@gmail.com>
2570
2571         * Documentation/user/ advanced-notation, global: more (final)
2572         docs for music expressions, removed special fermatas.
2573
2574 2006-02-27  Graham Percival  <gpermus@gmail.com>
2575
2576         * Documentation/user/ basic-notation, global: minor changes
2577         from mailist.
2578
2579 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2580
2581         * scm/framework-ps.scm:         
2582         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2583         layer for inf? and nan? from framework-ps to lily-library.
2584
2585 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2586
2587         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2588         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2589
2590         * buildscripts/substitute-encoding.py (Module): remove file.
2591
2592         * mf/GNUmakefile: more PFA strippage.
2593
2594         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2595
2596         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2597         generation
2598
2599         * scm/framework-ps.scm: remove font name munging.
2600
2601         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2602
2603 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2604
2605         * scm/markup.scm (define-markup-command): change
2606         def-markup-command to define-markup-command
2607
2608         * scm/music-functions.scm (define-music-function): change
2609         def-music-function to define-music-function.
2610
2611         * python/convertrules.py (conv): rules for def-music-function
2612         and def-markup-commands
2613
2614         * Documentation/user/programming-interface.itely,
2615         input/no-notation/display-lily-tests.ly,
2616         input/regression/lily-in-scheme.ly,
2617         input/regression/markup-user.ly,
2618         input/regression/music-function.ly, input/regression/tie-chord.ly,
2619         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2620         ly/gregorian-init.ly: use new macro names (define-music-function,
2621         define-markup-command).
2622
2623 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2624
2625         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2626         (output): add comments to lp-book latex output.
2627
2628         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2629         address.
2630
2631 2006-02-23  Graham Percival  <gpermus@gmail.com>
2632
2633         * Documentation/user/ tutorial, global: minor changes.
2634
2635 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2636
2637         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2638         blocks (for make 3.80)
2639
2640         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2641         \notemode so that user should not have to explicitely type it.
2642
2643         * scm/define-music-display-methods.scm: various
2644         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2645         constructs)
2646
2647         * input/no-notation/display-lily-tests.ly: new tests for
2648         \applyOutput and \applyContext
2649
2650 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2651
2652         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2653         changed it slightly so that the number of systems returned by
2654         solve () will be the same as the last value passed to resize
2655         (). I've also added more documentation, removed casts, fixed style
2656         problems and put in some recovery if constraints aren't satisfied."
2657
2658 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2661         for emacs < 22 compatibility.
2662         (count-rexp): Use it.
2663         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2664         substring juggling (Milan Zamazal).
2665
2666 2006-02-23  Graham Percival  <gpermus@gmail.com>
2667
2668         * Documentation/user/ basic-notation, advanced-notation,
2669         global.itely, invoking.itely, tutorial,itely:
2670         minor fixes from mailist.
2671
2672         * scm/define-markup-commands.scm: improve docs of \filled-box.
2673
2674 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2675
2676         * Documentation/index.html.in: changes concern the previous release.
2677
2678         * input/regression/+.ly: cultivate typographical terminology.
2679
2680 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2681
2682         * scm/define-grob-interfaces.scm (parentheses-interface): add
2683         padding to parentheses-interface.
2684
2685         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2686         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2687
2688         * VERSION (PATCH_LEVEL): release 2.7.36
2689
2690         * lily/slur.cc: add avoid-slur (ugh.)
2691         
2692         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2693         intersection gets smaller. This fixes slurs over extreme points.
2694
2695         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2696         stems with neutral-direction set.
2697
2698         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2699
2700         * lily/open-type-font.cc (load_table): format error.
2701
2702         * lily/change-iterator.cc (process): format fix.
2703
2704         * flower/include/international.hh (_f): idem.
2705
2706         * flower/include/std-string.hh: add format printf attribute.
2707
2708         * scm/define-grobs.scm (all-grob-descriptions): height of all
2709         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2710
2711         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2712         ambitus lines.
2713
2714         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2715
2716 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2717
2718         * input/regression/: upgraded syntax for some files.
2719
2720         * THANKS: Add bughunters.
2721
2722 2006-02-22  Graham Percival  <gpermus@gmail.com>
2723
2724         * Documentation/user/ invoking.itely, advanced-notation.itely,
2725         global.itely: long-awaited "let's make chapter 10 not suck"
2726         update.  Rearrange chapter 10; now called "global issues",
2727         addresses file structure, etc.  Some info from other files
2728         moved into global.itely.
2729
2730 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2731
2732         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2733         catch trill-span-event notes.
2734
2735         * Documentation/user/examples.itely (Ancient notation templates): typo.
2736         (Jazz combo): typo.
2737
2738         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2739
2740         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2741
2742         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2743
2744         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2745
2746         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2747         froum Laissez_vibrer_engraver.
2748
2749         * ly/declarations-init.ly (repeatTie): add \repeatTie
2750
2751         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2752
2753         * scm/define-grob-properties.scm (all-user-grob-properties): add
2754         head-direction property.
2755
2756         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2757         from_lv_ties. Take head direction argument.
2758
2759         * lily/semi-tie-column.cc: rename from
2760         laissez-vibrer-tie-column.cc. Rename class too.
2761
2762         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2763         class too.
2764
2765         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2766
2767         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2768         0 case.
2769         (find_breaks): idem.
2770
2771 2006-02-21  Graham Percival  <gpermus@gmail.com>
2772
2773         * Documentation/user/advanced-notation.itely: fixed make-moment]
2774         example.
2775
2776         * Documentation/user/basic-notation.itely: more clarification to
2777         transpose.
2778
2779 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2780
2781         * lily/include/constrained-breaking.hh (class
2782         Constrained_breaking): new file.
2783
2784         * lily/constrained-breaking.cc (resize): new file.
2785
2786         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2787
2788         * Documentation/user/advanced-notation.itely (Clusters): insert
2789         end ignore too.
2790
2791         * lily/tie-column.cc (calc_positioning_done): support for
2792         tie-score debugging
2793
2794         * lily/tie-formatting-problem.cc
2795         (generate_extremal_tie_variations): factor out.
2796         (score_ties_configuration): annotate all tie 
2797         (print_ties_configuration): new routine.
2798         (generate_configuration): nudge extremal ties outside of the head
2799         Y extents.
2800         (score_ties_configuration): oops. convert to staff-space before
2801         determining position symmetry.
2802
2803 2006-02-20  Graham Percival  <gpermus@gmail.com>
2804
2805         * Documentation/user/*-notation.itely: misc minor editing,
2806         shifting doc sections around.
2807
2808         * Documentation/user/*-notation-itely, global.itely,
2809         changing-defaults.itely: added new stuff from NEWS.
2810
2811 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2812
2813         * po/fi.po: update.
2814
2815 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2816
2817         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2818         lilypond --verbose for lp-book.
2819
2820         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2821         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2822
2823         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2824         $(buildscript-dir) iso. absolute depth.
2825
2826         * buildscripts/genicon.py (dir): thinko.
2827
2828         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2829
2830 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2831
2832         * scm/output-lib.scm: swap darkcyan/darkyellow
2833
2834         * THANKS: Add bughunters.
2835
2836 2006-02-19  Graham Percival  <gpermus@gmail.com>
2837
2838         * Documentation/user/programming-interfaces.itely: fixed example.
2839
2840         * Documentation/user/instrument-notation.itely: fix @{ @}.
2841
2842         * scm/script.scm: add avoid-slur for \open.
2843
2844 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2845
2846         * lily/tie-formatting-problem.cc (score_configuration): use
2847         sliding score for min-length. 
2848
2849         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2850         spaghetti for icons.
2851
2852         * buildscripts/genicon.py (program_name): new file.
2853
2854         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2855         in outline too.  
2856         (generate_configuration): for small ties, also look for collisions
2857         at Y + DIR*h + DELTA_Y.
2858         (get_variations): consider variation for dot positions too.
2859
2860         * lily/side-position-interface.cc (aligned_side): take abs for
2861         quantized rounded position. Fixes tenuto below staff.
2862
2863         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2864         markers when necessary.
2865
2866         * lily/program-option.cc (internal_set_option): add
2867         strict_infinity_checking option.
2868
2869         * scm/output-lib.scm (cyan): swap yellow and cyan.
2870
2871 2006-02-19  Graham Percival  <gpermus@gmail.com>
2872
2873         * darwin.patch: trivial linenumber update.
2874
2875         * Documentation/user/ {various}: `\context foo = named' changed
2876         to `\new foo = "name"' in docs.
2877
2878 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2879
2880         * scm/stencil.scm (annotate-y-interval): use it.
2881
2882         * scm/lily-library.scm (interval-sane?): new function.
2883
2884         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2885         tfm_checksum stuff.
2886
2887         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2888         common refpoint.
2889
2890         * flower/include/std-vector.hh (iterof): add iterof macro.
2891
2892         * lily/enclosing-bracket.cc (width): new function.
2893
2894         * lily/align-interface.cc (align_elements_to_extents): reinstate
2895         warning.
2896
2897 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2898
2899         * Documentation/index.html.in: fix spelling: thankyous.
2900
2901 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2902
2903         * lily/lyric-hyphen.cc: typo.
2904
2905 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2906
2907         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2908         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2909         builds don't work. 
2910
2911         * VERSION: release 2.7.35
2912
2913         * lily/beam.cc (get_default_dir): oops. Take abs () for
2914         extremes[DOWN].
2915         (get_default_dir): use extreme position criterion only in absence
2916         of forced stem directions.
2917
2918         * VERSION (PATCH_LEVEL): bump VERSION.
2919
2920         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2921         dependencies. Necessary for -jX builds.  
2922
2923 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2924
2925         * lily/relocate.cc (setup_paths): Yet another const fix.
2926
2927 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2928
2929         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2930
2931         * lily/relocate.cc (setup_paths): oops.
2932
2933 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2934
2935         * Documentation/index.html.in: order links: html before PDF.
2936
2937 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2938
2939         * lily/tie-column-format.cc (Module): remove.
2940
2941         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2942
2943         * lily/text-spanner.cc (print): idem.
2944
2945         * lily/dynamic-text-spanner.cc (print): only print line if longer
2946         than dash-period.
2947
2948         * lily/auto-change-iterator.cc (change_to): formatting.
2949
2950         * lily/beam.cc (get_default_dir): take extreme note head as input
2951         for stem direction.
2952
2953         * lily/tie.cc (get_default_dir): only look directions for visible
2954         stems. 
2955
2956         * lily/side-position-interface.cc (aligned_side): oops. Don't
2957         mutiply with direction. This fixes quantized (staccato, tenuto)
2958         scripts below notes.
2959
2960         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2961         direction. Fixes c-lyrics-center-align.ly
2962
2963 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2964
2965         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2966         constructor.
2967
2968         * lily/std-string.cc:
2969         * lily/include/std-vector.hh (split_string): Move and rename from
2970         lily/include/misc.hh, lily/misc.cc.  Update callers.
2971
2972 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2973
2974         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2975
2976 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2977
2978         * flower/test-file.cc: New file.
2979
2980         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2981         libraries.
2982
2983         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2984
2985 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2986
2987         * flower/include/file-storage.hh: remove file.
2988
2989         * lily/include/midi-item.hh (class Midi_track): idem.
2990
2991         * lily/include/source.hh (class Sources): idem.
2992
2993         * lily/include/performance.hh (class Performance): use vector
2994         iso. Cons<>
2995
2996         * flower/include/cons.hh (class Cons): remove file.
2997
2998         * flower/include/flower-proto.hh: remove template cruft.
2999
3000         * lily/include/font-metric.hh: use size_t not vsize for indices.
3001
3002         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3003         from proto.
3004
3005         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3006
3007         * lily/include/paper-book.hh (class Paper_book):
3008         make get_system_specs() public.
3009
3010         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3011         the force=10000 case if we don't have a current-best. 
3012
3013         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3014         vsize 
3015
3016         * flower/include/flower-proto.hh: remove outdated templates.
3017
3018         * scm/page.scm: use annotate-spacing
3019
3020 2006-02-15  Graham Percival  <gpermus@gmail.com>
3021
3022         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3023
3024         * THANKS: moved Erlend Aasland to contributors.
3025
3026 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3027
3028         * config.hh.in: remove HAVE_PANGO_16
3029
3030         * lily/tuplet-bracket.cc (calc_positions): multiply with
3031         staff-space for beam case. This fixes tuplets+beams on scaled
3032         staves.
3033
3034         * config.hh.in: remove all Kpathsea related defines.
3035
3036         * lily/dot-column.cc (side_position): reach stem via dots->
3037         head->stem. Inspect all stems for dot collisions. 
3038
3039         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3040         stem handling.
3041
3042         * lily/bar-number-engraver.cc (process_music): document function
3043         of whichBar.
3044
3045         * lily/score.cc (default_rendering): add pscore, not systems
3046         themselves.
3047
3048         * lily/paper-book.cc (get_system_specs): separate generation of
3049         titles and systems.
3050
3051         * flower/include/std-vector.hh: don't include config.hh
3052
3053 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3054
3055         * flower/include/std-vector.hh: Better wrapper compatibility with
3056         std::vector.
3057
3058         * flower/include/flower-proto.hh: Remove cheap forward declaration
3059         attempts.
3060
3061         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3062
3063 2006-02-14  Graham Percival  <gpermus@gmail.com>
3064
3065         * Documentation/user/invoking.itely: add warning about command line.
3066
3067 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3068
3069         * lily/include/lily-proto.hh: add Prob, rm Page.
3070
3071         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3072
3073         * VERSION: release 2.7.34
3074
3075         * lily/relocate.cc (framework_relocation): show canary if
3076         GHOSTSCRIPT_VERSION undefined.
3077
3078         * GNUmakefile.in: remove $(VERSION) symlink.
3079
3080         * lily/relocate.cc (setup_paths): add + 
3081
3082 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3083
3084         * Documentation/index.html.in: specify sizes for all big HTML pages.
3085
3086 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3087
3088         * config.hh.in: remove @FRAMEWORKDIR@
3089
3090         * lily/system-start-text.cc (get_stencil): new file: separate out
3091         system-start-delimiter text support.
3092
3093         * input/**ly: replace \context with \new where appropriate.
3094         
3095         * THANKS: add Don.
3096
3097         * lily/slur-scoring.cc (get_base_attachments): use
3098         robust_relative_extent. This fixes problems with empty paper-columns. 
3099
3100 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3101
3102         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3103
3104         * scm/define-music-properties.scm (all-music-properties):
3105         create-new property.
3106
3107         * lily/context-specced-music-iterator.cc (construct_children):
3108         inspect 'create-new property iso. magical $uniqueContextId context
3109         id.
3110
3111         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3112
3113         * lily/context-key-manager.cc (Module): new file. Encapsulate
3114         object key generation.
3115
3116         * lily/include/context-key-manager.hh (Module): new file.
3117
3118 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3119
3120         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3121         names vertically
3122
3123         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3124         options.
3125         (reloc_b): excise --enable-framework-dir
3126
3127         * lily/relocate.cc (framework_relocation): use getenv
3128         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3129
3130 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3131
3132         * flower/include/std-string.hh: 
3133         * flower/include/std-vector.hh: Finish std:: conversion; move
3134         flower extensions from std:: namespace.  Update users.
3135
3136         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3137         their expansion to vector<*>.  Update users.
3138
3139 2006-02-10  Graham Percival  <gpermus@gmail.com>
3140
3141         * Documentation/user/invoking.itely: add example to File structure.
3142
3143         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3144         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3145
3146 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3147
3148         * ly/paper-defaults.ly: typo.
3149
3150         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3151         set_parent() for parentheses. This will make it show up in bbox
3152         calculations.
3153
3154         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3155         ly:grob-common* functions.
3156
3157         * lily/grob-scheme.cc (LY_DEFINE):
3158         ly:grob-common-refpoint-of-array: new function 
3159         ly:grob-common-refpoint: new function 
3160         ly:grob-relative-coordinate: new function 
3161
3162         * lily/instrument-name-engraver.cc (process_music): use
3163         Text_interface::is_markup(). This fixes \markup on instrument names.  
3164
3165         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3166         for ties and slurs.
3167
3168         * lily/slur.cc (print): idem.
3169
3170         * lily/tie.cc: add line-thickness for ties. 
3171
3172 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3173
3174         * scm/output-svg.scm: Document diversion from GNU coding standards
3175         as a workaround for a bug in Microsoft Internet Explorer.
3176
3177 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3178
3179         * lily/instrument-name-engraver.cc (process_music): use
3180         is_markup() iso. is_string()
3181
3182         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3183
3184         * lily/percent-repeat-engraver.cc (process_music): only look at
3185         main_part_ for % repeats.
3186
3187         * lily/stem-tremolo.cc (get_beam_translation): new function.
3188         (calc_slope): new function.
3189         (height): don't use real slope.
3190
3191 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
3192
3193         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
3194         new connect-to-neighbor, control-points and staff-padding
3195         properties to make ligature brackets showing up again.
3196
3197 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3198
3199         * VERSION: release 2.7.33
3200
3201         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
3202         too many.
3203
3204         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3205         remove applyOutput example.
3206         (Objects connected to the input): document \tweak, \parenthesize
3207
3208         * lily/relocate.cc (prefix_relocation): allow "current"
3209         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
3210         changing VERSION in a lily tree less painful.
3211
3212         * input/regression/parenthesize.ly: new file. 
3213
3214         * scm/output-lib.scm (parenthesize-element): new function.
3215
3216         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
3217
3218         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
3219
3220         * lily/accidental-engraver.cc (make_standard_accidental): reroute
3221         cause: accidentals are caused by note heads, not note events. 
3222
3223 2006-02-08  Graham Percival  <gpermus@gmail.com>
3224
3225         * darwin.patch: small patch from Erlend, thanks!
3226
3227         * Documentation/user/basic-notation.itely: add stem-neutral example.
3228
3229         * Documentation/user/putting.itely: clarifications.
3230
3231 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3232
3233         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3234         note, add more guidelines to what should go into NEWS.
3235
3236         * input/sakura-sakura.ly: document how to override font.
3237
3238         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3239
3240 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3241
3242         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3243
3244 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3245
3246         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3247         convertrules.  Add explicit grouping, needed for python2.2.
3248
3249 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3250
3251         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3252
3253 2006-02-07  Graham Percival  <gpermus@gmail.com>
3254
3255         * Documentation/user/global.itely: fix line-width in (text) docs.
3256
3257         * Documentation/user/lilypond-book.itely: same.
3258
3259 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3260
3261         * VERSION (PACKAGE_NAME): release 2.7.32
3262
3263         * Documentation/topdocs/NEWS.tely (Top): document new variable
3264         naming.
3265
3266         * flower/include/array.icc (Message): remove file.
3267
3268         * flower/include/std-vector.hh: make sure vsize and VPOS are
3269         defined for binary_search_bounds().
3270
3271         * flower/std-string.cc (std): add to_string(long unsigned).
3272
3273         * configure.in (gui_b): excise std_string option.
3274         (gui_b): excise std_vector option.
3275
3276         * flower/string.cc (Module): excise flower array & string
3277
3278         * flower/include/std-string.hh: excise flower string.
3279
3280         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3281
3282         * python/convertrules.py (lilypond_version_re_str): require
3283         only numbers and dots in \version string.
3284
3285 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3286
3287         * lily/system-start-delimiter.cc (print): allow style = text too.
3288
3289         * lily/system-start-delimiter-engraver.cc
3290         (acknowledge_system_start_text): new function, also add add to
3291         support of system-start-text (instrument names). This fixes
3292         instrument names on piano staves.
3293
3294         * lily/instrument-name-engraver.cc: rewrite. Use
3295         system-start-delimiter approach. This save memory and cpu.
3296
3297         * scm/define-grobs.scm (all-grob-descriptions): remove
3298         instrument-name from break-alignment.
3299
3300         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3301
3302 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3303
3304         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3305         jobserver going.
3306
3307         * configure.in (std_vector): On by default.
3308
3309         * lily/include/font-metric.hh:
3310         * lily/include/tfm-reader.hh: 
3311         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3312         Update users.
3313
3314         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3315
3316 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3317
3318         * VERSION (PACKAGE_NAME): 2.7.31
3319
3320         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3321         EPS edge at 0, but take minimum with left-overshoot. This fixes
3322         cut off system start delims. 
3323
3324         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3325         hack: add to axis group if not added yet. This fixes hara kiri'd
3326         piano staves.
3327
3328         * lily/hara-kiri-group-spanner.cc
3329         (force_hara_kiri_in_y_parent_callback): fix signatures.
3330
3331         * lily/hairpin.cc (print): check next hairpin to see whether or
3332         not to be continuing.
3333
3334 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * Remove trailing whitespace from makefiles.
3337         
3338         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3339         for earlier gcc.
3340
3341         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3342
3343         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3344
3345         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3346
3347         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3348
3349         * configure.in: Use it.
3350
3351 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3352
3353         * scm/music-functions.scm (pitch-of-note): new function.
3354
3355         * ly/music-functions-init.ly: add \octave and \addquote
3356
3357         * lily/parser.yy (music_function_chord_body): softcode \octave.
3358         (lilypond_header): softcode \addquote
3359
3360 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3361
3362         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3363         array.hh, parray.hh at all.  Getting ready to flip the
3364         configure default.
3365
3366         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3367
3368         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3369         a bit.
3370
3371         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3372
3373 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3374
3375         * flower/include/array.hh: typo. 
3376
3377 2006-02-02  Graham Percival  <gpermus@gmail.com>
3378
3379         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3380
3381 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3382
3383         * flower/include/pqueue.hh: Derive from std::vector.
3384
3385         * flower/include/parray.hh: Conform to std::vector interface.
3386         Update users.
3387
3388 2006-02-02  Graham Percival  <gpermus@gmail.com>
3389
3390         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3391
3392 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3393
3394         * flower/file-path.cc (is_file): remove if 0 section.
3395
3396         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3397         selecting afii61352.
3398
3399 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3400
3401         * flower/include/std-vector.hh (boundary): Oops, reverse.
3402
3403         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3404         remove superfluous `d'.
3405
3406         * flower/include/std-vector.hh (boundary, top): Detach from class.
3407         Remove empty vector shell.
3408
3409         * flower/include/array.hh (reverse, swap): Detach from class.
3410         Update users.
3411         
3412         * flower/include/std-vector.hh
3413         * flower/include/array.hh (concat): Globally change to insert ().
3414
3415         
3416         * flower/include/std-vector.hh
3417         * flower/include/parray.hh
3418         * flower/include/array.hh (elem, elem_ref): Globally replace by
3419         at ().
3420
3421 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3422
3423         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3424
3425         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3426         anticipate on identifier substitutions.
3427
3428 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3429
3430         * flower/include/std-vector.hh (insert): Remove, replace by
3431         std::vector interface.  Update callers.
3432
3433         * flower/include/array.icc (insert): Change signature to
3434         match std::vector interface.
3435         
3436         * flower/include/array.icc (vector_sort): Bugfix.
3437
3438 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3439
3440         * lily/parser.yy (output_def_head_with_mode_switch): new
3441         production. Result: dashes and underscores may be used in the
3442         \paper block.
3443
3444         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3445
3446         * python/convertrules.py (conv): oops. One slash too much.
3447
3448 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * flower/include/std-vector.hh (sort): Remove, replace by
3451         ::vector_sort.  Update callers.
3452
3453         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3454         (sort): Bugfix.
3455
3456         * flower/test-std.cc (vector_sort): New test.
3457
3458 2006-02-01  Graham Percival  <gpermus@gmail.com>
3459
3460         * Documentation/user/putting.itely: fixes from Erik.
3461
3462 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3463
3464         * flower/test-std.cc: Add simple unit test for vector migration.
3465
3466         * stepmake/stepmake/test*: Unit test support.
3467
3468         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3469         update callers.
3470
3471         * flower/include/array.hh (begin, end): Add.
3472         (del, get): Remove.
3473
3474 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3475
3476         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3477         std::string not String. 
3478
3479         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3480         iso UINT_MAX.
3481
3482         * lily/prob.cc (Prob): copy type_ too.
3483
3484         * lily/lily-guile.cc (mangle_cxx_identifier): new
3485         function. Class_bla::foo_bar_[px] ->
3486         ly:class-bla::foo-bar[?!]. Changes throughout
3487
3488 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3489
3490         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3491
3492         * lily/beam.cc (calc_direction): take dir from visible stem in
3493         degenerate case.
3494
3495 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3496
3497         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3498         Fix -1, >=0 boundary checks for unsigned vsize.
3499
3500         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3501         loop for unsigned vsize.
3502
3503         * configure.in (--enable-std-vector): New option.
3504         (--enable-std-string): On by default.
3505
3506         * flower/include/std-vector.hh: New file.  Enable switch to
3507         std::vector, update client code.
3508
3509 2006-01-30  Graham Percival  <gpermus@gmail.com>
3510
3511         * scm/document-translation.scm: clarify "this context is also
3512         known as".  Thanks, Werner!
3513
3514         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3515
3516         * Documentation/user/invoking.itely: small fix from Don.
3517
3518 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3519
3520         * scm/lily.scm (define-scheme-options): rename option
3521         preview-include-book-title to book-title-preview
3522         (define-scheme-options): move force-eps-font-include (from paper
3523         block) to eps-font-include -d option.
3524
3525         * VERSION (PATCH_LEVEL): release 2.7.30
3526
3527         * input/bach-schenker.ly (staffPiano): new file.
3528
3529         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3530
3531         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3532         credits to Nicolas.
3533
3534         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3535
3536         * ps/lilyponddefs.ps: remove start-system, stop-system,
3537         start-page fluff. This saves putting { } code on the stack, fixing
3538         stack overflows when including EPS files.
3539
3540 2006-01-29  Graham Percival  <gpermus@gmail.com>
3541
3542         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3543
3544 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3545
3546         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3547
3548 2006-01-28  Graham Percival  <gpermus@gmail.com>
3549
3550         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3551
3552 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3553
3554         * input/mutopia/claop.py: Update.
3555
3556 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3557
3558         * input/regression/completion-heads.ly (texidoc): fix.
3559
3560         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3561
3562         * lily/tie-formatting-problem.cc
3563         (set_ties_config_standard_directions): use abs iso fabs for ints.
3564
3565         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3566
3567         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3568         little less than noteheight, to prevent overlaps in chords.
3569
3570         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3571         head, and fudge stem-attachment.
3572
3573         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3574
3575         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3576
3577 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * lily/main.cc (main): Debugging aid: catch exceptions.
3580
3581         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3582         output with std::string.
3583
3584 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3585
3586         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3587
3588 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3589
3590         * Fix -DSTRING_UTILS_INLINED.
3591
3592 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3593
3594         * VERSION (PATCH_LEVEL): release 2.7.29
3595
3596         * lily/relocate.cc (setup_paths): mingw uses std string too.
3597
3598         * lily/*.cc: various fixes for substr(ARG).
3599
3600         * lily/sustain-pedal.cc (print): 
3601
3602         * flower/file-name.cc (slashify): use std strings.
3603
3604         * flower/string-convert.cc: remove publib.h
3605
3606         * scm/define-markup-commands.scm (verbatim-file): new markup
3607         command \verbatim-file
3608
3609         * Documentation/topdocs/NEWS.tely: fixup URLs
3610
3611         * input/regression/alignment-vertical-manual-setting.ly (Module):
3612         new file.
3613
3614         * lily/align-interface.cc (align_elements_to_extents): overwrite
3615         translations with numbers in alignment-offsets from left bound
3616
3617         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3618         (page-translate-systems): new function: take into account Y-offset.
3619
3620         * Documentation/topdocs/NEWS.tely (Top): document new features.
3621
3622         * input/regression/page-layout-manual-position.ly (Module): new
3623         file.
3624
3625 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3626
3627         * flower/file-path.cc (path::parse_path): Oops.
3628
3629         * Finish std::string interface.  For now, use std:: marker
3630         throughout for easy s/r.
3631
3632 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3633
3634         * Documentation/user/putting.itely (Score is a single musical
3635         expression): typo.
3636         (Score is a single musical expression): more typos.
3637
3638         * scm/page.scm (annotate-space-left): thinko.
3639         (annotate-page): more thinkos.
3640
3641 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3642
3643         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3644         for different \score blocks separately.
3645         (post-process-pages): put write-page-layout into paper block.
3646
3647         * lily/output-def.cc (get_parser): new file.
3648
3649         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3650         file.
3651
3652         * lily/include/output-def.hh (class Output_def): add parser_ member.
3653
3654         * input/regression/page-layout-twopass.ly (Module): new file.
3655
3656         * scm/lily.scm: remove cpp hack.
3657
3658         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3659
3660 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3661
3662         * GNUmakefile.in (c-clean): New target.
3663
3664         * flower/include/std-string.hh: String/std::string compatibility:
3665         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3666         type.
3667
3668         * flower/rational.cc: 
3669         * flower/include/rational.hh: 
3670
3671         * flower/offset.cc: 
3672         * flower/include/offset.hh: 
3673
3674         * flower/interval.cc: 
3675         * flower/include/interval.hh: 
3676
3677         * flower/string-convert.cc: 
3678         * flower/include/string-convert.hh: Use std::string [interface].
3679         Update callers.
3680
3681 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3682
3683         * Documentation/index.html.in: clean up.
3684
3685 2006-01-25  Graham Percival  <gpermus@gmail.com>
3686
3687         * Documentation/user/putting.itely: another new untested doc section.
3688
3689 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3690
3691         * scm/layout-page-layout.scm (write-page-breaks): write
3692         \spacingTweaks #ALIST. Handle grace timing.
3693
3694         * scm/: more imports.
3695
3696         * scm/page.scm (make-page): add footer/header.
3697         (annotate-space-left): revise: only take page argument.
3698         (layout->page-init): new function.
3699
3700         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3701         version of the system/spacing/linebreak hack writing to the output
3702
3703         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3704         ly:make-prob.
3705
3706         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3707         ly:spanner-bound
3708
3709 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3710
3711         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3712
3713         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3714
3715         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3716         handling to page.scm
3717
3718         * lily/prob-scheme.cc (LY_DEFINE): new file.
3719         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3720
3721         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3722         prob functions.
3723
3724         * lily/music.cc (derived_mark): derive Music from Prob.
3725
3726         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3727
3728         * lily/prob.cc (Module): Implement Prob (Property Object), object
3729         with shared and r/w property alists.  
3730
3731         * lily/include/prob.hh (Module): new file. Declare Prob.
3732
3733         * flower/string.cc: remove is_empty().
3734
3735         * flower/include/string.hh (class String): remove String:: qualifier.
3736
3737         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3738         substitute appropriate functions.
3739
3740         * flower/include/string.hh (class String): remove to_str0 and
3741         is_empty(). S&R everywhere.
3742
3743 2006-01-23  Graham Percival  <gpermus@gmail.com>
3744
3745         * Documentation/user/basic-notation.itely: add hairpin
3746         after-linebreak tweak to commonprop.
3747
3748         * Documentation/user/putting.itely: added two new sections.
3749
3750 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3751
3752         * flower/international.cc: 
3753         * flower/include/international.hh: 
3754
3755         * flower/getopt-long.cc: 
3756         * flower/include/getopt-long.hh: Use std::string [interface].
3757         Update callers.
3758
3759         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3760
3761         * stepmake/stepmake/executable-rules.make: Add dependency on
3762         module libraries.
3763
3764 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * flower/file-path.cc: 
3767         * flower/include/file-path.hh: Use std::string [interface].
3768         Update callers.
3769
3770         * flower/direction.cc: 
3771         * flower/axis.cc: Unused.  Remove.
3772
3773         * configure.in (--enable-std-string): New option.
3774
3775         * flower/std-string.cc: 
3776         * flower/include/std-string.hh: New file.
3777
3778         * flower/file-name.cc[STD_STRING]:
3779         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3780
3781 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3782
3783         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3784
3785         * scm/define-markup-commands.scm (with-dimensions):
3786         with-dimensions markup command.
3787
3788         * input/test/font-table.ly: use it.
3789
3790         * lily/open-type-font.cc (glyph_list): new function.
3791
3792         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3793
3794         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3795
3796 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3797
3798         * ly/music-functions-init.ly (parallelMusic): new music function
3799         for parallel music entry.
3800
3801         * scm/define-music-properties.scm (all-music-properties): new
3802         'void music property
3803
3804         * scm/music-functions.scm (ly:music-message): make public, to be
3805         used in music function definitions
3806
3807         * scm/lily-library.scm (collect-music-for-book): discard music
3808         when the 'void property is set.
3809
3810 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3811
3812         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3813
3814         * mf/GNUmakefile: idem.
3815
3816         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3817
3818         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3819
3820         * Documentation/user/notation-appendices.itely (The Feta font):
3821         use it.
3822
3823         * input/test/font-table.ly: new file. Generate font table within lily.
3824
3825         * Documentation/user/notation-appendices.itely (The Feta font):
3826         use new font-table.ly file. 
3827
3828         * stepmake/stepmake/install-out-targets.make
3829         (local-install-outfiles): only create directory if
3830         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3831
3832 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3833
3834         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3835
3836         * VERSION (PACKAGE_NAME): release 2.7.28
3837
3838         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3839         the right font from a Mac dfont.
3840         (write-preamble): don't forget directory, only look at files.
3841
3842         This fixes problems with TTF files in dfonts that don't match
3843         their PostScript names.
3844          
3845         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3846         PS name from TTF font.
3847
3848         * input/regression/tie-manual.ly: document new feature.
3849
3850         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3851
3852         * VERSION (MY_PATCH_LEVEL): bump to .28
3853
3854         * Documentation/user/basic-notation.itely (Ties): add tie examples
3855         refs.
3856
3857         * lily/tie-formatting-problem.cc (score_ties_configuration):
3858         symmetry penalties for outer ties.
3859
3860 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861
3862         * lily/tie-formatting-problem.cc (generate_configuration) 
3863         (set_manual_tie_configuration): skip non-pair manual
3864         tie-configuration, so you can set individual ties as
3865
3866           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3867
3868         * input/regression/tie-chord.ly: use generateTiePattern to
3869         simplify file.
3870
3871         * lily/tie-formatting-problem.cc (peak_around): new function.
3872         (score_configuration): use sliding criterion for staff line collisions. 
3873         (score_configuration): idem for dot collisions.
3874         (generate_configuration): use separate stem_gap for gap to stem.
3875
3876         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3877         separate penalty factors for x and y distance.
3878         (struct Tie_details): separate penalties for tip and center line collisions.
3879
3880 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3881
3882         * lily/tie-formatting-problem.cc (generate_configuration): make
3883         large ties avoid stafflines in the horizontal section.
3884         (score_configuration): use softcoded penalties
3885         (score_aptitude): idem.
3886
3887         * lily/tie-helper.cc (from_grob): softcode tie details
3888
3889         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3890
3891         * lily/staff-symbol-referencer.cc (on_line): rename from
3892         on_staffline 
3893
3894 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3895
3896         * ly/music-functions-init.ly: remove duplicate tag.
3897
3898         * lily/include/*.hh: GCC 4.1 fixes.
3899
3900 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3901
3902         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3903
3904         * scm/define-music-types.scm: fix bug in desc. string
3905         for OverrideProperty
3906
3907 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3908
3909         * scripts/lilypond-book.py: bugfix
3910
3911         * scm/define-music-types.scm: fix typos.
3912
3913 2006-01-14  Graham Percival  <gpermus@gmail.com>
3914
3915         * Documentation/user/ basic-notation.itely, global.itely,
3916         advanced-notation.itely, instrument-notation.itely: small
3917         additions (bugs and commonly tweaked properties).
3918
3919 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3920
3921         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3922         detection of mingw build.
3923         (MINGW_BUILD): opps.
3924
3925 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3928         i686-mingw32.
3929
3930 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3931
3932         * scm/music-functions.scm (skip->rest): add skip->rest
3933
3934 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3935
3936         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3937         explicitly.
3938
3939         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3940         config dirs. Aids debugging. 
3941         (display_config): also display config files.
3942
3943 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3944
3945         * VERSION: release 2.7.27
3946
3947         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3948         for determining bar size.
3949
3950         * lily/staff-symbol.cc (print): place lines at distance line-positions
3951
3952         * scm/define-grob-properties.scm (all-user-grob-properties): add
3953         line-positions.
3954
3955         * lily/staff-symbol.cc (height): new function.
3956
3957         * input/regression/staff-line-positions.ly:  new file.
3958
3959 2006-01-06  Graham Percival  <gpermus@gmail.com>
3960
3961         * input/test/add-staccato.ly: remove reference to old file.
3962
3963 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3964
3965         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3966         lilypond binary too.
3967
3968 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3969
3970         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3971
3972 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3973
3974         * scripts/midi2ly.py: Bugfix: Declare datadir.
3975
3976         * make/ly-rules.make:
3977         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3978         that seems to be gone). Fixes make web.
3979
3980         * The grand 2005-2006 replace.
3981
3982         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3983
3984 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3985
3986         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3987         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3988         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3989         like -dgs-font-load.
3990
3991         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3992         remove absolute path to lilypond binary.
3993         
3994 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3995
3996         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3997
3998 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3999
4000         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4001
4002         * mf/GNUmakefile: remove broken dvips map symlink.
4003
4004 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4005
4006         * lily/main.cc: 
4007         * configure.in: Cosmetic fixes.
4008
4009 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4010
4011         * Documentation/user/music-glossary.tely (Pitch names): Added
4012         Spanish pitch names and durations, thanks to Ernesto Gancedo
4013
4014 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4015
4016         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4017         init. Fixes verbose printing of .scm files.
4018
4019         * stepmake/aclocal.m4: add spaces before - options.
4020         
4021 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4022
4023         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4024         of path search in local block variable.
4025
4026 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4027
4028         * configure.in (NCSB_DIR): --enable-ncsb-dir
4029         (LINK_GXX_STATICALLY): denko.
4030
4031         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4032
4033         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4034         use locate to find c059033l.pfb. 
4035         
4036 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4037
4038         * lily/tie-formatting-problem.cc
4039         (problem::generate_base_chord_configuration): Use my_round (was
4040         round).
4041
4042         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4043         do not invoke mbrtowc.
4044
4045         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4046
4047 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4048
4049         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4050
4051 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4052
4053         * Documentation/user/invoking.itely (svg): revise.
4054
4055 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4056
4057         * lily/lexer.ll: use sourcefilename iso. renameinput.
4058
4059 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4060
4061         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4062         <PostScriptName>.ttf instead of c059XXXttf.
4063
4064         * lily/program-option.cc (LY_DEFINE): special support for
4065         --verbose, so it works before option init too.
4066  
4067         * mf/GNUmakefile (local-install): oops.
4068
4069         * lily/lyric-hyphen.cc (print): oops.
4070
4071         * buildscripts/pfx2ttf.fontforge: new file.
4072         
4073         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4074         ($(outdir)/%.ttf): new rule. 
4075
4076         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4077         to LyricHyphen.
4078
4079         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4080         font-size
4081
4082 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4083
4084         * VERSION: release 2.7.26
4085         
4086         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4087
4088 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4089
4090         * lily/font-config.cc (init_fontconfig): verbosity.
4091
4092         * THANKS: add Muziekacademie Lede. 
4093
4094         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4095         (print_score_setup): new function
4096         (convert): read part definition to output staves properly.
4097
4098         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4099         Music_xml notes.
4100
4101         * python/musicexp.py (Output_printer.__init__): use _ in data
4102         members.
4103         (Output_printer.unformatted_output): new function: no formatting,
4104         but count braces.
4105         (Duration.get_length): remove isinstance() checks for
4106         Output_printer everywhere.
4107
4108         * input/regression/lyrics-bar.ly (texidoc): add
4109         Separating_line_group_engraver.
4110
4111 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * lily/relocate.cc (framework_relocation): New function,
4114         factored from set_relocation ().
4115         (prefix_relocation): Rename from set_relocation ().
4116         (setup_paths): Use it.
4117
4118 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4119
4120         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4121         numbers. Patch by Erlend Aasland.
4122
4123 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4124
4125         * lily/font-config.cc (init_fontconfig): print warning if cache
4126         file is not existant.
4127
4128         * lily/main.cc: don't use #ifdef but #if
4129
4130 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4131
4132         * lily/grob-property.cc (internal_set_property): don't abort on
4133         calculation-in-progress.
4134
4135         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4136
4137         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4138         connect-to-neighbor property not connect-to-other
4139
4140         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4141         (LY_DEFINE): oops. don't forget protection.
4142
4143         * flower/parse-afm.cc (Module): strip AFM handling completely.
4144
4145         * lily/stencil-expression.cc: idem.
4146
4147         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4148
4149         * lily/function-documentation.cc (ly_add_function_documentation):
4150         use static member iso. Protected_scm
4151
4152         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4153
4154         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4155
4156 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4157
4158         * lily/relocate.cc (set_env_dir): New function.
4159         (set_relocation): Use it to fix setting PANGO_PREFIX.
4160
4161 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4162
4163         * input/regression/stem-direction-context.ly: remove rest.
4164
4165         * lily/melody-engraver.cc (process_music): restart for bar lines.
4166         (acknowledge_slur): restart for slurs.
4167
4168 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4169
4170         * Documentation/user/invoking.itely: describe how to view SVG 
4171         output using Inkscape which replace embedded fonts with OTF fonts.
4172
4173 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4174
4175         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4176
4177 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4178
4179         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4180         comment.
4181
4182 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4183
4184         * VERSION (PACKAGE_NAME): release 2.7.25
4185
4186         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4187
4188         * input/regression/stem-direction-context.ly: new file.
4189
4190         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
4191
4192         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
4193         on rest.
4194
4195         * ly/engraver-init.ly: add Melody_engraver
4196
4197         * lily/beam.cc (calc_direction): use default-direction
4198         iso. get_default_direction()
4199
4200         * scm/define-grob-properties.scm (all-user-grob-properties): add
4201         default-direction property.
4202
4203         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
4204
4205         * lily/stem.cc (calc_default_direction): remove
4206         Stem::get_default_direction, use default-direction with callback
4207         instead.
4208
4209         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
4210
4211         * lily/melody-engraver.cc: new file. Acknowledge stems for
4212         interpolated stem directions. 
4213
4214         * lily/melody-spanner.cc: new file. Interpolate stem directions.
4215
4216         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
4217
4218         * lily/slur-configuration.cc (fit_factor): more robust check for
4219         point in curve X-extent.
4220
4221         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
4222         (outside_slur_callback): check for 'outside avoidance.
4223
4224         * lily/slur-configuration.cc (score_extra_encompass): don't use
4225         bound->column() == avoid->column() for checking extents, as this
4226         doesn't work for accidentals. 
4227
4228         * lily/slur-engraver.cc (acknowledge_extra_object): remove
4229         DynamicText hardcoding.
4230
4231         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
4232         crash if bound stem is NULL
4233
4234         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4235         pedals.
4236
4237 2005-12-22  Graham Percival  <gpermus@gmail.com>
4238
4239         * scm/define-markup-commands.scm: typo.  @code{\raise}
4240         => @code{\\raise}.
4241
4242         * darwin.patch: now used again, includes a
4243         required patch from fink.
4244
4245 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4246
4247         * po/TODO: mention gtranslator along with kbabel.
4248         * po/fi.po: update translations.
4249
4250 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4251
4252         * lily/relocate.cc (setup_paths): Bugfix.
4253
4254 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4255
4256         * lily/slur-configuration.cc (score_extra_encompass): don't use
4257         "avoid" choice for avoid-slur.
4258
4259         * stepmake/bin/install.py (dest): don't create existing dir.
4260
4261 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4262
4263         * stepmake/bin/install.py: Remove file before copying.
4264
4265         * config.make.in: 
4266         * stepmake/aclocal.m4: Do not substitute INSTALL.
4267
4268 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4269
4270         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4271         depend on link-tree.
4272
4273         * lily/relocate.cc (setup_paths): only check path for non-absolute
4274         dir without directory part.
4275
4276         * flower/file-name.cc (is_absolute):  new method.
4277         (is_absolute): check root_ too.
4278
4279 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4282         relocation code.  Oops, don't comment out too much.
4283
4284         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4285         iso itself.
4286
4287         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4288         compile.
4289
4290 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4291
4292         * .cvsignore: Add install-sh.
4293
4294         * autogen.sh (srcdir): Typo.
4295
4296 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4297
4298         * autogen.sh (srcdir): urg. Touch install-sh.
4299
4300         * stepmake/bin/install-sh (Module): remove.
4301
4302         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4303
4304         * lily/include/relocate.hh: new file.
4305
4306         * lily/relocate.cc: new file. Contain relocation logic.
4307
4308         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4309         (main): read LILYPOND_VERBOSE as the first thing.
4310
4311         * stepmake/aclocal.m4: remove INSTALL variable.
4312
4313         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4314         separate target for making font symlinks.
4315         (documentation-dir): use $(if $(findstring )) for switching off
4316         Documentation.
4317
4318         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4319         something if DOCUMENTATION is no.
4320
4321 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4322
4323         * VERSION: release 2.7.24
4324
4325         * lily/script-column-engraver.cc (stop_translation_timestep):
4326         delay adding to script-column.
4327
4328         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4329
4330         * python/convertrules.py (conv): rule for number-visibility
4331
4332         * lily/slur-configuration.cc (score_extra_encompass): different
4333         distance measure for avoid and inside avoidance.
4334         (score_extra_encompass): use 1/(distance+eps) as penalty.
4335
4336         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4337         encompass objects for generating slur curves.
4338
4339         * lily/slur.cc: use details iso. slur-details property.
4340
4341         * input/regression/slur-tuplet.ly: new file.
4342
4343         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4344
4345         * flower/include/offset.hh (class Offset): new operator /=
4346
4347         * lily/tuplet-number.cc (print): new file, new interface.
4348
4349         * scm/define-grob-properties.scm (all-user-grob-properties):
4350         remove number-visibility property.
4351
4352         * lily/tuplet-bracket.cc (calc_control_points): new function
4353         (calc_connect_to_neighbors): new function.
4354         (print): remove text handling for tuplet numberdef.
4355
4356         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4357         TupletNumbers too. 
4358
4359         * lily/lily-guile.cc (robust_scm2booldrul): new function
4360
4361         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4362
4363         * lily/tuplet-bracket.cc (calc_position_and_height): use
4364         staff-padding to control whether tuplet brackets are over staves.
4365
4366         * lily/grob.cc (suicide): clear dim_caches_.
4367
4368         * lily/dimension-cache.cc (clear): new function.
4369
4370         * lily/grob.cc (extent): swap order of min-extent and extent
4371         calculations. This fixes hara kiri staves. 
4372
4373 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4374
4375         * lily/main.cc: Nitpick: relocation is not based on path, but on
4376         directory (location).
4377
4378 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4379
4380         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4381
4382         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4383
4384         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4385
4386         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4387
4388         * stepmake/stepmake/generic-vars.make (Module): idem.
4389
4390         * stepmake/stepmake/executable-targets.make (default): use it.
4391
4392         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4393
4394         * make/GNUmakefile: don't install make rules.
4395
4396         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4397         slashes.
4398         (prepend_env_path): more verbosity.
4399
4400 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4401
4402         * GNUmakefile.in: add dir argument for find command.
4403
4404         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4405         fixes weird line numbers for point & click.
4406
4407         * lily/source-file.cc (get_counts): init line/column/char counts.
4408
4409 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4410
4411         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4412
4413 2005-12-16  Graham Percival  <gpermus@gmail.com>
4414
4415         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4416         minor fixes from Fredric.  Thanks!
4417
4418 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4419
4420         * ly/music-functions-init.ly: add \bar and \clef music function 
4421
4422         * lily/lily-lexer.cc: idem.
4423
4424         * lily/parser.yy (FIXME): remove BAR and CLEF.
4425
4426 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4427
4428         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4429
4430         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4431         function arguments too
4432
4433         * lily/main.cc (set_relocation): new function.
4434
4435         * scripts/musicxml2ly.py (convert): add \version
4436
4437         * lily/tie.cc: remove get_default_attachments()
4438
4439         * VERSION (PACKAGE_NAME): release 2.7.23
4440         
4441         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4442         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4443
4444         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4445
4446         * lily/tie-formatting-problem.cc (score_ties): new function
4447         (get_variations): new function. Try flipping dirs for collisions.
4448         (generate_optimal_chord_configuration): new function. 1-opt search
4449         for better configuration.
4450
4451         * lily/tie-configuration.cc: new file.
4452
4453         * lily/tie.cc: junk Tie::get_configuration()
4454
4455         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4456         (score_ties_configuration): new function.
4457         (generate_ties_configuration): new function.
4458         (generate_base_chord_configuration): new function.
4459         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4460         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4461
4462         * input/regression/tie-dot.ly: new file.
4463
4464         * lily/tie-formatting-problem.cc (score_configuration): score
4465         tie/dot collisions.
4466
4467         * lily/tie-helper.cc (get_transformed_bezier): new function
4468
4469         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4470
4471         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4472         -undefined suppress iso. -framework Python 
4473
4474         * scm/define-grobs.scm (all-grob-descriptions): set
4475         springs-and-rods (thanks Joe Neeman!)
4476
4477 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4478
4479         * input/no-notation/display-lily-tests.ly (test): 
4480         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4481         changed from \tag #'(a b) to \tag #'a \tag #'b
4482
4483 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4484
4485         * Documentation/topdocs/NEWS.tely: strip out-www.
4486
4487         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4488
4489         * config.make.in (AR): add AR and RANLIB
4490
4491         * flower/libc-extension.cc: include cassert
4492
4493         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4494         darwin check.
4495
4496 2005-12-11  Graham Percival  <gpermus@gmail.com>
4497
4498         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4499
4500         * stepmake/stepmake/python-modules-vars.make: define
4501         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4502
4503         * THANKS: added Johannes Schindelin.
4504
4505 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4506
4507         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4508
4509         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4510         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4511
4512         * lily/parser.yy: reorganize file layout.
4513
4514         * ly/music-functions-init.ly: add tweak music function.
4515
4516         * lily/grob-info.cc (ultimate_music_cause): new function:
4517         recursively lookup causes. 
4518
4519         * lily/parser.yy (chord_body_element): allow music functions for
4520         post-events, allow music functions for chord elements. 
4521  
4522         * lily/font-config-scheme.cc (display_fontset): add cast.
4523
4524         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4525         #'(a b) -> \tag #'a \tag #'b rule.
4526
4527         * python/musicexp.py (Output_printer.dump_version): new function
4528
4529 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * lily/parser.yy (FIXME): remove \tag
4532         (FIXME): remove tag_music() function.
4533
4534         * lily/lily-lexer.cc: remove \tag
4535
4536         * ly/music-functions-init.ly: define music-function "tag"
4537
4538         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4539
4540 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4541
4542         * VERSION (PATCH_LEVEL): release 2.7.22
4543
4544         * input/regression/lyric-hyphen-retain.ly: renew.
4545
4546         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4547         grob
4548
4549         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4550         iso. minimum-length property for rods.
4551
4552         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4553         LyricSpace item to keep lyrics spaced apart.
4554
4555         * ly/engraver-init.ly: remove Separating_line_group_engraver
4556
4557         * Documentation/user/music-glossary.tely: do setfilename before
4558         music-glossary.
4559
4560 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4561
4562         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4563         See xref documentation, for example.
4564
4565 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4566
4567         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4568         pending_skip iso. ly_voice[-1]
4569         (main): add if __main__ for debugging.
4570
4571         * python/musicxml.py (Accidental.__init__): new class.
4572
4573         * scripts/musicxml2ly.py (progress): new function
4574         (musicxml_key_to_lily): don't barf on modeless keys.
4575         (create_skip_music): new function.
4576         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4577         (musicxml_note_to_lily_main_event): new function.
4578
4579         * python/musicexp.py (Music.__init__): add comment field.
4580         (NestedMusic.append): new routine.
4581         (SequentialMusic.print_ly): print comment.
4582         (ArpeggioEvent.ly_expression): new class
4583         (BeamEvent.ly_expression): new class
4584         (NoteEvent.__init__): support for cautionary/forced accs.
4585
4586         * lily/lookup.cc (slur): normal order for array loop.
4587
4588         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4589         to 0.0.
4590
4591         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4592         collapsed.
4593
4594 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4595
4596         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4597
4598         * scripts/lilypond-book.py: Introduce option
4599             --preserve-line-breaks, for usage with srcltx
4600
4601 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4602
4603         * scm/output-lib.scm (print-circled-text-callback): draw circle
4604         around text using make-circle-markup.
4605
4606         * Documentation/user/*: strip out-www from file names.
4607
4608 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4609
4610         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4611         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4612
4613 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4614
4615         * Documentation/user/GNUmakefile: idem.
4616
4617         * Documentation/user/macros.itexi: strip out-www
4618
4619         * python/rational.py: python 2.3 compat.
4620
4621         * VERSION (PATCH_LEVEL): release 2.7.21
4622
4623         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4624         option formatting, lilypond style.
4625
4626         * python/musicexp.py: grab from Ikebana: a library for composing
4627         ly music expressions. 
4628         (Output_printer): class for advanced .ly printing.
4629         (eg. tupletting) 
4630
4631         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4632         convert to pythonesque structure.
4633
4634         * python/rational.py: PD rational number class.
4635
4636         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4637
4638 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4639
4640         * lily/part-combine-iterator.cc: Minor bugfix
4641         
4642         * THANKS: Update bughunters
4643
4644 2005-12-02  Werner Lemberg  <wl@gnu.org>
4645
4646         * mf/README: Document process for proper mf2pt1 conversion.
4647
4648         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4649         overlapping.
4650
4651         * mf/feta-harmonica.mf: Removed.  Unused.
4652
4653 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4654
4655         * scripts/lilypond-book.py (do_file): fix thinkos.
4656
4657 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4660         ($(outdir)/parser.cc): 
4661         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4662
4663 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4664
4665         * ly/titling-init.ly (tagline): it should be a space between
4666         "Music engraving by LilyPond" and the version number.
4667
4668 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4669
4670         * VERSION (PACKAGE_NAME): release 2.7.20
4671
4672 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4673
4674         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4675
4676         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4677         1.0.
4678         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4679
4680 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4681
4682         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4683
4684         * kpath-guile/: remove directory
4685
4686         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4687         file. Encapsulate kpathsea using commandline tools.
4688
4689         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4690         kpathsea) module.
4691
4692 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4693
4694         * Documentation/user/advanced-notation.itely (Setting automatic
4695         beam behavior): Correct a few typos. Thanks to David Bobroff.
4696
4697         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4698         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4699
4700 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4701
4702         * scripts/*.py: gmane address for bugs.
4703
4704 2005-11-28 Pal Benko <benkop@freestart.hu>
4705         
4706         * make/ly-rules.make: add -f switch to mv
4707
4708         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4709
4710         * lily/bar-line.cc: interpret it
4711
4712 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4713
4714         * configure.in (--disable-documentation): New switch.
4715
4716         * GNUmakefile.in: Use it.
4717
4718         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4719
4720 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4721
4722         * scripts/lilypond-book.py (do_file): search chunks for
4723         \\begin{document}
4724
4725         * GNUmakefile.in: add copy step in between so we can lose the
4726         out-www directories.
4727
4728 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4729
4730         * lily/pango-font.cc (pango_item_string_stencil): put
4731         geometry.width into glyph-string too.
4732
4733 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4734
4735         * scm/define-music-display-methods.scm (RevertProperty):
4736         (OverrideProperty): Use grob-property-path property, a list of
4737         symbols, instead of grob-property, which used to be a single
4738         symbol.
4739         (BassFigureEvent): a figure can be a plain number, not necessarily a
4740         markup.
4741
4742 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4743
4744         * VERSION: release 2.7.19
4745         
4746         * lily/figured-bass-engraver.cc (process_music): check
4747         figuredBassCenterContinuations first.
4748
4749         * scm/translation-functions.scm (format-bass-figure): make double
4750         sharp larger. 
4751
4752         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4753         determine X-parent.
4754
4755         * lily/system-start-delimiter-engraver.cc: move from
4756         Nested_system_start_delimiter_engraver, rename
4757         Nested_system_start_delimiter_engraver ->
4758         System_start_delimiter_engraver.
4759
4760         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4761         bracket type from hierarchy.
4762
4763 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4764
4765         * lily/rest.cc (y_offset_callback): read staff-position.
4766
4767         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4768         mark after-line-breaking-callback as internal.
4769
4770         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4771
4772 2005-11-25  Werner Lemberg  <wl@gnu.org>
4773
4774         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4775
4776 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4777
4778         * stepmake/bin/add-html-footer.py (do_file): add google
4779
4780         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4781         staff if first_start_ is true.
4782
4783 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * scripts/midi2ly.py (split_track): add __repr__ members.
4786         (track_first_item): only return Item if not None. This fixes a
4787         problem when dumping a track that starts with an empty channel.
4788
4789         * python/midi.c: doc module.
4790
4791 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4792
4793         * Documentation/user/global.itely (Creating MIDI files): Fix
4794         compilation problem.
4795
4796 2005-11-22  Graham Percival  <gpermus@gmail.com>
4797
4798         * Documentation/user/basic-notation.itely: clarify dynamic
4799         padding text.
4800
4801         * Documentation/user/advanced-notation.itely: add unicode
4802         escape control example, whatever that is.  :)
4803
4804         * Documentation/user/global.itely: added "removing dynamics
4805         from MIDI" code.
4806
4807 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4808
4809         * VERSION (PATCH_LEVEL): release 2.7.18
4810
4811         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4812         System_start_delimiter_engraver by
4813         Nested_system_start_delimiter_engraver.
4814
4815         * lily/nested-system-start-delimiter-engraver.cc (struct
4816         Bracket_nesting_node): new class.
4817         (struct Bracket_nesting_group): new class
4818         (struct Bracket_nesting_staff): new class.
4819         (process_music): create hierarchy of grobs. This allows separate
4820         tuning of different SSDs. 
4821
4822         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4823         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4824
4825 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4826
4827         * lily/side-position-interface.cc (aligned_side): multiply
4828         staff_radius by 2.
4829
4830         * lily/script-engraver.cc (make_script_from_event): allow setting
4831         values to '()
4832
4833 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4834
4835         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4836
4837         * scm/define-grobs.scm (all-grob-descriptions): new grob
4838         NestedSystemStartDelimiter.
4839
4840         * input/regression/system-start-heavy-bar.ly: new file.
4841
4842         * lily/nested-system-start-delimiter-engraver.cc: new file.
4843
4844         * lily/nested-system-start-delimiter.cc: new file.
4845
4846         * input/regression/system-start-nesting.ly: new file.
4847
4848         * scm/define-grobs.scm (all-grob-descriptions): use X side
4849         positioning for positioning braces for nested contexts.
4850
4851         * lily/system-start-delimiter.cc (print): don't divide extent by
4852         staff_space.
4853         (print): use style iso. glyph.
4854         (staff_bracket): translate glyph inside routine already.
4855
4856 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4857
4858         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4859         names.
4860
4861 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4862
4863         * scm/define-context-properties.scm
4864         (all-user-translation-properties): rename figuredBassFormatter
4865         from newFiguredBassFormatter.
4866
4867         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4868
4869         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4870
4871         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4872
4873         * lily/beam.cc (calc_beaming): new function.
4874         (calc_shorten): new function.
4875
4876         * THANKS: add Edward Neeman.
4877
4878         * input/regression/accidental-clef-change.ly: new file.
4879
4880         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4881
4882         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4883
4884         * lily/clef-engraver.cc (inspect_clef_properties): reset
4885         localKeySignature for clef changes.
4886
4887 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4888
4889         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4890         add dummy definition that works in Linux and add information in
4891         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4892
4893         * Documentation/user/changing-defaults.itely (Modifying context
4894         plug-ins): Add index for \with.
4895
4896         * Documentation/user/music-glossary.tely (dal segno): Updated
4897         example to version >=2.6.
4898
4899 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4900
4901         * Documentation/user/instrument-notation.itely (Printing chord
4902         names): Reorder \chordmode and \repeat in one example.
4903
4904 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4905
4906         * VERSION: release 2.7.17
4907         
4908         * Documentation/topdocs/NEWS.tely (Top): add note about
4909         refactoring.
4910
4911         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4912         new function. Search region of 3 positions for best tie.
4913         (score_configuration): new function.
4914         (score_aptitude): new function.
4915         (generate_configuration): new function.
4916         (get_configuration): new function.
4917         (Tie_formatting_problem): new function
4918
4919         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4920
4921         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4922
4923         * THANKS: add Eduardo Vieira & Ralph Little
4924
4925         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4926         narrower.
4927
4928         * lily/include/tie-formatting-problem.hh (class
4929         Tie_formatting_problem): add Tie_details to
4930         Tie_formatting_problem. Update calling conventions.
4931
4932         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4933         config.make.
4934
4935         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4936
4937 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4938
4939         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4940         scm/define-context-properties.scm: Maintenance bugfix: make
4941         ligature brackets work again by removing obsolete ligature
4942         primitive callback push/pop.
4943
4944         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4945         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4946         value.
4947
4948 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4949
4950         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4951         used and do not call it a path.
4952         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4953
4954 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4955
4956         * lily/include/tie-formatting-problem.hh (class
4957         Tie_formatting_problem): new file.
4958
4959         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4960
4961         * Documentation/misc/ChangeLog-2.3:  new file.
4962
4963         * lily/audio-staff.cc (output): degarianize.
4964
4965 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4966
4967         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4968         Unset PYTHONOPTIMIZE.  Fixes install if set.
4969
4970 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4971
4972         * python/convertrules.py (conv): add warning about drums. 
4973
4974         * make/stepmake.make: include toplevel-version.make after config.make.
4975
4976         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4977         also allow python2.4
4978
4979         * config.make.in (configure-srcdir): remove GXX GCC vars.
4980
4981         * stepmake/aclocal.m4: don't do non-srcdir build with
4982         symlinks. Use inclusion, so the src directory name can be changed.
4983
4984 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4985
4986         * make/mutopia-vars.make:
4987         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4988         files.
4989
4990 2005-11-13  Werner Lemberg  <wl@gnu.org>
4991
4992         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4993         but the affected path.  This ensures that the (overlapping) outlines
4994         have the same direction, which is a necessary prerequisite for
4995         FontForge's algorithm to remove overlaps.
4996         Formatting.
4997
4998         * mf/feta-haak.mf: Formatting.
4999         (draw_bracket): Slightly modify outline to avoid an unnecessary
5000         corner.
5001         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5002         them from the affected paths.
5003
5004 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5005
5006         * mf/README: remove xpm / accordion notes.
5007
5008         * lily/tie-column-format.cc (set_chord_outline): add dots into
5009         skyline extents. This fixes tie formatting if the left head has dots.
5010
5011         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5012         space inside the staff.
5013         (get_configuration): shift another position if necessary in case
5014         of left head tie  
5015
5016 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5017
5018         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5019         buildscript-dir iso. $(depth)/buildscripts.
5020
5021         * tex/GNUmakefile (local-uninstall): remove
5022         music-drawing-routines.ps juggling.
5023
5024         * stepmake/stepmake/install-targets.make (local-install-files):
5025         prepend src-dir to install targets.
5026
5027         * lily/system-start-delimiter-engraver.cc
5028         (acknowledge_system_start_delimiter): use
5029         add_offset_callback(). This fixes translation of nested
5030         staffgroups.
5031
5032         * lily/grob-closure.cc (add_offset_callback): only encaps in
5033         simple_closure if it's a procedure.
5034         
5035         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5036         from bar-line.
5037
5038         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5039         remove-empty where pertinent.
5040
5041 2005-11-12  Graham Percival  <gpermus@gmail.com>
5042
5043         * Documentation/user/instrument-notation.itely: added
5044         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5045
5046 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5047
5048         * lily/GNUmakefile
5049         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5050         make picture in builddir, not srcdir.
5051
5052 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5053
5054         * VERSION: release 2.7.16
5055         
5056         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5057         shell arguments. 
5058
5059 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5060
5061         * Documentation/user/examples.itely (Piano templates): Minor
5062         modification to the Piano centered lyrics example.
5063
5064 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5065
5066         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5067         $BROWSER.
5068
5069         * Documentation/user/point-and-click.itely: simplify p&c
5070         instruction: don't configure firefox. Put lilypond-invoke-editor
5071         in front of the browser.
5072
5073         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5074         (run-browser): new function.
5075
5076         * lily/parser.yy (Lily_lexer): recognize Book
5077
5078         * lily/book.cc (clone): new function
5079
5080         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5081
5082 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5083
5084         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5085         Maintenance bugfix: reduce number of font related warnings by
5086         updating naming conventions for glyph-name.
5087
5088 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5089
5090         * scm/define-grobs.scm (all-grob-descriptions): add
5091         rhythmic-grob-interface to TabNoteHead.
5092
5093         * scm/layout-beam.scm (check-quant-callbacks): remove
5094         set_stem_lengths()
5095
5096 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5097
5098         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5099         alignment of centered divisiones.
5100
5101         * scm/scripts.scm (articulations): Maintenance bugfix:
5102         follow-into-staff -> quantize-position.
5103
5104         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5105         plica head in porrectus deminutus.
5106
5107 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5108
5109         * make/lilypond.fedora.spec.in (Group): add %clean section.
5110
5111         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5112         less then 1/5th of total length.  
5113         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5114
5115         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5116         events into EventChord. This fixes textspanners on mm rests. Fixes
5117         spanner-rest.ly
5118
5119         * lily/side-position-interface.cc (get_axis): read side-axis
5120         (set_axis): set side-axis.
5121
5122         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5123         properties everywhere.
5124
5125         * lily/spacing-spanner.cc (breakable_column_spacing): add
5126         average-spacing-wishes. Take maximum if not set.
5127         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5128
5129         * scm/define-grobs.scm (all-grob-descriptions): add
5130         average-spacing-wishes.
5131
5132         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5133         offset callbacks. This fixes alignment for Fingering objects.
5134
5135         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5136         space for key - timesig combination. 
5137
5138         * input/regression/script-stem-tremolo.ly (Module): new file.
5139
5140         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5141         to key sig.
5142
5143         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5144         Fixes: c-tremolo-script.ly.
5145         
5146         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5147
5148         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5149         
5150         * scm/define-grobs.scm (all-grob-descriptions): remove
5151         self-X-offset. Fixes alignment of octavate-8.
5152
5153         * scripts/lilypond-book.py (datadir): look in
5154         LILYPONDPREFIX/share/lilypond/current/
5155
5156         * GNUmakefile.in: symlink current to <VERSION>. 
5157
5158 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5159
5160         * lily/main.cc: eps listed as a backend.
5161
5162 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5163
5164         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5165
5166 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5167
5168         * lily/include/score.hh (class Score): remove texts_ member.
5169
5170         * lily/beam.cc (set_stem_lengths): force direction callback.
5171         (print): read quantized-positions, so we can force
5172         Beam::set_stem_lengths to occur.
5173         (rest_collision_callback): use common X parent. 
5174
5175 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5176
5177         * flower/file-path.cc (find): Bugfix: Return name of file found.
5178
5179         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5180         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5181         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5182
5183 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5184
5185         * flower/offset.cc: idem.
5186
5187         * mf/*.mf: update email address.
5188
5189         * lily/font-config-scheme.cc:  new file.
5190
5191         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
5192
5193         * lily/*:  cs.uu.nl -> xs4all.nl
5194
5195         * VERSION (PATCH_LEVEL): release 2.7.15
5196
5197         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
5198         spec files.
5199
5200         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
5201
5202 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5203
5204         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
5205
5206         * lily/staff-performer.cc (process_music): add audio
5207         elements. This makes MIDI instrument changes work once again.
5208
5209         * lily/main.cc (LY_DEFINE): add gmane address.
5210
5211         * lily/beam.cc: remove calc_positions()
5212
5213         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
5214         original_ in private scope.
5215         (class Grob): drop pscore_ pointer, change to output_def pointer.
5216         (class Grob): cleanup class definition.
5217
5218         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
5219
5220 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5221
5222         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
5223         absolute.  Better diagnostics.
5224
5225         * GNUmakefile.in: Add bin/ to tree and populate with some links.
5226         This makes lilypond run from the build directory using argv0
5227         relocation (without any --prefix or LILYPONDPREFIX setting).
5228
5229 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5230
5231         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
5232
5233         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5234         with simple-closure.
5235
5236         * lily/self-aligment-interface.cc (set_align_self): new function
5237         (set_center_parent): new function.
5238
5239         * lily/side-position-interface.cc (set_axis): new function.
5240
5241         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5242         generic code. 
5243
5244         * scm/define-grob-properties.scm (all-user-grob-properties):
5245         remove [XY]-offset-callbacks add [YX]-offset
5246         
5247 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5248
5249         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5250         entry for time signatures after breathing signs. Bug report by
5251         Scott Russell.
5252
5253 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5254
5255         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5256         not absolute, make it absolute using PATH.
5257
5258 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5259
5260         * python/midi.c (initmidi): Fix type for mingw.
5261
5262 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5263
5264         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5265
5266         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5267         cross compiling.
5268
5269         * stepmake/aclocal.m4: Support python cross compiling.
5270
5271         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5272         Add mingw section.
5273
5274 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5275
5276         * scm/output-lib.scm (chain-grob-member-functions): replace
5277         chained-callback.cc
5278
5279         * lily/chained-callback.cc (Module): remove file.
5280
5281         * lily/rest-collision.cc (force_shift_callback_rest): change to
5282         chained callback.
5283
5284         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5285
5286         * lily/grob.cc (y_parent_positioning): remove axis argument from
5287         parent_positioning callbacks.
5288         (Grob): junk init code
5289         (get_offset): use generic property callbacks for
5290         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5291         (axis_parent_positioning): new function
5292         (axis_offset_symbol): new function
5293         (chain_offset_callback): new function
5294         (add_offset_callback): new function
5295
5296         * lily/beam.cc (rest_collision_callback): change signature; this
5297         is now a chained callback.
5298
5299         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5300         callback administration.
5301
5302         * lily/simple-closure.cc: new file. Smob type that allows "grob
5303         member functions",
5304
5305             (ly:make-simple-closure FUNC A B)
5306
5307         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5308         in various ways.
5309
5310         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5311         callbacks.
5312
5313         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5314
5315         * lily/rest.cc (polyphonic_offset_callback): remove.
5316
5317         * lily/script-engraver.cc (try_music): remove bool* argument.
5318
5319         * scm/script.scm (default-script-alist): set quantize-position
5320         appropriately.
5321
5322         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5323
5324         * lily/side-position-interface.cc (aligned_side): move staff
5325         position quantization from
5326         Side_position_interface::quantised_position().
5327         (quantised_position): remove
5328         
5329 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5330
5331         * input/regression/beam-quant-standard.ly: reindent, set
5332         debug-beam-quanting to #t.
5333
5334         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5335         10000 if this is a "hard" concave beam.
5336
5337         * lily/beam.cc (calc_least_squares_positions): change from
5338         calc_least_squares_dy
5339         (set_stem_lengths): this is now a chained callback.
5340
5341         * lily/context-property.cc (execute_general_pushpop_property):
5342         bugfix override with procedure should have effect.
5343
5344         * scm/define-grob-properties.scm (all-internal-grob-properties):
5345         remove position-callbacks.
5346
5347         * scm/define-grobs.scm (all-grob-descriptions): use
5348         ly:make-callback-chain for positions property.
5349
5350         * scm/layout-beam.scm (check-quant-callbacks): return list of
5351         chained callbacks.
5352
5353         * scm/lily.scm (type-p-name-alist): add callback-chain
5354
5355         * lily/lily-guile.cc (type_check_assignment): type check failure
5356         is warning not message.
5357
5358         * lily/grob-property.cc (try_callback): walk callback chain if
5359         appropriate.
5360
5361         * lily/chained-callback.cc: new file. new smob type.
5362
5363         * lily/lily-guile.cc (procedure_arity): new function.
5364
5365 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5366
5367         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5368
5369 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5370  
5371         * Documentation/user/instrument-notation.itely (Figured bass):
5372         describe new features
5373
5374 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5375
5376         * lily/beam.cc (calc_least_squares_dy): use property callback.
5377
5378         * lily/beam-concave.cc (calc_concaveness): use property callback.
5379
5380         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5381
5382 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5383
5384         * HACKING: Update.
5385
5386 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5387
5388         * scm/layout-page-layout.scm (page-headfoot): annotate
5389         pagetopspace too.
5390
5391         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5392
5393         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5394         doesn't take y-space.
5395
5396         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5397
5398 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5399
5400         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5401         src-wildcard, remove $(wildcard).
5402
5403         * po/GNUmakefile (PO_FILES): 
5404         * ps/GNUmakefile (PS_FILES): 
5405         * tex/GNUmakefile (TEX_FILES): 
5406         * cygwin/GNUmakefile (POSTINSTALLS):
5407         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5408         some wildcard calls.
5409
5410 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5411
5412         * THANKS: add Thomas Bushnell.
5413
5414 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5415
5416         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5417         (lilypond-main): Redirect to gui-main if 'gui is set.
5418
5419         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5420         for alternative installations kludging s/share/lib/g
5421         LILYPONDPREFIX. 
5422
5423         * SConstruct (libdir_package_version): Define.
5424
5425         * python/SConscript: 
5426         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5427         module in libdir.  
5428
5429 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5430
5431         * lily/main.cc: clarify --safe.
5432
5433 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5434
5435         * VERSION: release 2.7.14
5436         
5437         * Documentation/user/*.itely: remove minimumVerticalExtent.
5438
5439         * scm/define-grobs.scm (all-grob-descriptions): remove
5440         RemoveEmptyVerticalGroup
5441
5442         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5443
5444         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5445         compile on MOSX
5446
5447         * python/convertrules.py (conv): add rules.
5448
5449         * lily/grob.cc: remove is_empty()
5450
5451         * lily/grob-property.cc: remove add_to_list_property().
5452
5453         * scripts/convert-ly.py (datadir): add prefix switching hack to
5454         .py too.
5455
5456         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5457         space-function tweak.
5458
5459         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5460
5461         * scm/define-grob-properties.scm (all-user-grob-properties):
5462         remove callback property.
5463
5464         * lily/include/grob.hh (class Grob): remove property_callbacks_
5465         member. Properties of procedure type are assumed to be callbacks.
5466
5467         * lily/ligature-engraver.cc (override_stencil_callback):
5468         rewrite. Use noteHeadLigaturePrimitive as source.
5469
5470         * scm/define-grob-properties.scm (all-internal-grob-properties):
5471         remove ligature-primitive-callback
5472
5473         * lily/include/dimension-cache.hh (class Dimension_cache): make
5474         class, with Grob as friend.
5475
5476         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5477         has_extent_callback()
5478
5479         * scm/translation-functions.scm (format-new-bass-figure): read
5480         figuredBassPlusDirection
5481
5482         * scm/define-context-properties.scm
5483         (all-user-translation-properties): add figuredBassPlusDirection.
5484
5485         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5486
5487         * lily/align-interface.cc (set_ordered): new function.
5488
5489         * lily/grob.cc (flush_extent_cache): rewrite.
5490
5491         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5492         Interval pointer directly.
5493
5494         * lily/main.cc (setup_paths): insert extra / .
5495         (setup_paths): junk cff entry.
5496
5497         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5498         directories.
5499
5500         * lily/axis-group-engraver.cc (finalize): remove
5501         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5502
5503         * lily/grob.cc (Grob): don't set extent from ctor.
5504         (extent): use property callbacks. 
5505
5506         * lily/axis-group-interface.cc: remove set_axes() function.
5507
5508         * lily/grob-property.cc (del_property): new function.
5509
5510 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5511
5512         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5513         
5514 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5515
5516         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5517
5518 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5519
5520         * mf/SConscript: Updates.
5521
5522         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5523
5524         * stepmake/stepmake/*:
5525         * */GNUmakefile:
5526         * config.make.in:
5527         * GNUmakefile.in:
5528         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5529         from any directory in build-dir.  Cleanups.
5530
5531         * make/srcdir.make.in: Remove.
5532
5533         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5534
5535         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5536         main).
5537
5538         * lily/SConscript: Remove ttftools.
5539
5540         * SConstruct: Resurrect.
5541
5542 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5543
5544         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5545         Y coordinate. 
5546
5547         * lily/paper-book.cc (add_score_title): put Paper_score title into
5548         systems_ list.
5549
5550         * scm/translation-functions.scm (format-new-bass-figure): also
5551         allow plus in combination with _
5552
5553 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5554
5555         * VERSION: 2.7.13 released.
5556
5557         * lily/note-collision.cc (check_meshing_chords): don't wipe
5558         stencil, merely set transparent.
5559
5560         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5561         (Top): document #'callbacks.
5562         (Top): document nested \override.
5563
5564         * input/regression/figured-bass.ly: update for slash and pluses.
5565
5566         * input/regression/figured-bass-continuation-forbid.ly (Module):
5567         new file.
5568
5569         * scm/translation-functions.scm (format-new-bass-figure): use
5570         slashed-digit if diminished is set.
5571         (format-new-bass-figure): add + if 'augmented is set.
5572
5573         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5574
5575         * input/test/piano-staff-distance.ly: remove file.
5576
5577         * Documentation/user/advanced-notation.itely (Formatting cue
5578         notes): use length-fraction for making stems/beams smaller.
5579
5580         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5581         modifications.
5582
5583         * lily/new-figured-bass-engraver.cc: new property
5584         centerFiguredBassContinuations
5585
5586         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5587         use callbacks.
5588
5589         * lily/context-property.cc (execute_general_pushpop_property):
5590         robustness checks.
5591
5592         * input/regression/override-nest.ly: new file.
5593
5594         * python/convertrules.py (FatalConversionError.subber): conversion
5595         rule for #'callbacks
5596
5597         * input/regression/override-nest.ly: new function.
5598
5599         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5600         #c too. 
5601
5602         * lily/context-property.cc (lookup_nested_property): new function.
5603         (evict_from_alist): new function.
5604         (general_pushpop_property): new function.
5605         (execute_general_pushpop_property): rewrite. Support nested
5606         properties too.
5607
5608 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5609
5610         * lily/beam.cc: use length-fraction too.
5611
5612         * scm/define-grob-properties.scm (all-user-grob-properties):
5613         remove property flag-width-function
5614         (all-user-grob-properties): remove space-function.
5615
5616         * scm/layout-beam.scm: remove flag-width-function.
5617
5618         * lily/beam.cc: remove flag-width-function
5619
5620         * scm/layout-beam.scm: remove beam dir functions.
5621
5622         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5623
5624         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5625         for easier grace tweaks.
5626
5627         * lily/beam.cc: remove dir-function.
5628
5629         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5630
5631         * lily/grob.cc: remove spacing-procedure.
5632
5633         * lily/note-head.cc (calc_stem_attachment): new function.
5634         (internal_print): use callback to get glyph-name.
5635
5636         * lily/grob-property.cc (get_interfaces): new function.
5637
5638         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5639
5640         * lily/stem.cc (calc_stem_end_position): new function.
5641         (calc_length): new function.
5642         document details for stem.
5643         remove Stem::get_direction()
5644
5645         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5646
5647         * lily/grob-property.cc (set_callback): new function.
5648
5649         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5650
5651         * lily/item-scheme.cc: new file.
5652
5653         * lily/bar-line.cc (before_line_breaking): remove function.
5654         remove bar-size-procedure, break-glyph-function
5655
5656         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5657
5658         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5659
5660         * lily/system-start-delimiter.cc (print): suicide from
5661         here. Remove after_line_breaking_callback.
5662
5663         * lily/script-interface.cc (calc_direction): use callback for direction.
5664
5665         * lily/side-position-interface.cc (aligned_side): don't use
5666         Side_position_interface::get_direction directly. Use callback. 
5667
5668         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5669         calculate stencil.
5670         (get_print_stencil): rename from get_stencil: create stencil with
5671         transparency, color and cause. 
5672
5673         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5674
5675         * python/convertrules.py (conv): insert temporary warning rule.
5676
5677         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5678
5679         * lily/grob-property.cc (try_callback): remove marker if applicable.
5680
5681         * lily/grob.cc: elucidate doc about after/before-line-breaking
5682
5683         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5684
5685         * lily/stem.cc (height): idem.
5686
5687         * lily/stem-tremolo.cc: idem.
5688
5689         * lily/slur.cc (height): don't use get_uncached_stencil()
5690
5691         * lily/rest.cc (y_offset_callback): use offset callback
5692         iso. after-line-breaking callback.
5693
5694         * lily/grob.cc: change after/before-line-breaking-callback to
5695         after/before-line-breaking dummy properties.
5696
5697         * lily/include/grob.hh: remove Grob_status.
5698
5699         * scm/define-context-properties.scm
5700         (all-user-translation-properties): remove verticalAlignmentChildCallback
5701
5702         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5703         (calc_direction): use callback
5704         (calc_positions): use callback.
5705
5706         * lily/tie.cc (calc_direction): use callback. Only call parent
5707         positioning for more than one tie.
5708
5709         * lily/tie-column.cc (calc_positioning_done): use callback
5710
5711         * lily/slur-scoring.cc (calc_control_points): use callback
5712
5713         * lily/slur.cc (calc_direction): use callback.
5714
5715         * lily/note-collision.cc (force_shift_callback): remove.
5716
5717         * lily/dot-column.cc (force_shift_callback): remove. Use
5718         other_axis_parent_positioning.
5719
5720         * lily/grob.cc (other_axis_parent_positioning): new function.
5721         (same_axis_parent_positioning): new function
5722
5723         * lily/align-interface.cc (alignment_callback): remove function.
5724
5725         * lily/note-collision.cc (calc_positioning_done): use callback.
5726
5727         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5728         (calc_direction): idem.
5729         remove print function.
5730
5731         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5732
5733         * lily/dot-column.cc (calc_positioning_done): use callback.
5734
5735         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5736
5737         * lily/beam.cc (calc_direction): use pseudo-property for beam
5738         direction callback.
5739         (calc_positions): use callback 
5740
5741         * lily/align-interface.cc (calc_positioning_done): use
5742         callback. Fold fixed  distance and normal alignment in one function.
5743
5744         * lily/stem.cc (calc_stem_end_position): use callback.
5745         (calc_positioning_done): idem.
5746         (calc_direction): idem.
5747         (calc_stem_end_position): idem
5748         (calc_stem_info): idem.
5749
5750         * lily/grob-property.cc (get_property_data): new function: 
5751         (try_callback): new function.
5752
5753         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5754         callbacks property.
5755
5756         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5757
5758 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5759
5760         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5761         tie
5762         has no heads.
5763         
5764         * lily/include/*.hh (Module): compile fixes.
5765
5766 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5767
5768         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5769         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5770         instead of (char-syntax nil), thanks to Milan Zamazal.
5771
5772 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5773
5774         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5775         dist.
5776
5777         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5778         themselves.
5779
5780 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5783         add class_name() method.
5784
5785         * lily/music-scheme.cc: remove ly:music-name.
5786
5787 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5788
5789         * cygwin/postinstall-lilypond.sh: Remove cruft.
5790
5791         * cygwin/postremove-lilypond.sh: Remove.
5792
5793         * cygwin/GNUmakefile (default): Remove postremove rules.
5794
5795 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5796
5797         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5798         even header too.
5799         
5800         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5801         MacOS 9 users.
5802
5803         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5804         consider break index for broken spanner.
5805
5806         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5807         characters from string before splitting.
5808
5809 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5810
5811         * scm/framework-ps.scm (output-preview-framework): use
5812         is-book-title to determine whether to chop off the booktitle.
5813
5814         * lily/paper-book.cc (systems): init from book-title-properties
5815         (add_score_title): init score-title-properties.
5816
5817         * ly/paper-defaults.ly: add {score,book}-title-properties.
5818
5819         * scm/document-backend.scm (lookup-interface): error message if
5820         using unknown interface.
5821
5822         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5823         edge-height.
5824
5825         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5826         make_bracket.
5827         (make_bracket): new function.
5828
5829         * scm/lily.scm (define-scheme-options): add paper-size option.
5830
5831         * ly/declarations-init.ly (laissezVibrer): get paper size from
5832         -dpaper-size
5833
5834         * scm/translation-functions.scm: use \fontsize for changing the
5835         fontsize.
5836
5837         * scm/define-grobs.scm (all-grob-descriptions): set
5838         between-length-limit to 1.0
5839
5840         * lily/tie-helper.cc: add between_length_limit_ detail property.
5841
5842         * mf/feta-bolletjes.mf: typos.
5843
5844         * lily/note-head.cc (internal_print): don't shadow idx
5845         parameter. This fixes wrong attachment for do shape heads.
5846
5847 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5848
5849         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5850
5851         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5852
5853         * scm/layout-slur.scm: rename from slur.scm
5854
5855         * scm/layout-page-layout.scm: rename from page-layout.scm
5856
5857         * scm/layout-beam.scm: rename from beam.scm
5858
5859         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5860         bass-figure-interface
5861
5862         * lily/new-figured-bass-engraver.cc (process_music): add
5863         implicitBassFigures property.
5864         
5865         * scm/define-markup-commands.scm (pad-x): new markup.
5866
5867         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5868         minimumVerticalExtent on FiguredBass context.
5869
5870         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5871         case the continuation crosses a line break.
5872
5873 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5874
5875         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5876         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5877         absolute file name bug.  
5878
5879 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * VERSION (PACKAGE_NAME): release 2.7.12
5882
5883         * input/regression/figured-bass-continuation-center.ly: new file.
5884
5885         * input/regression/beam-outside-beamlets.ly: new file.
5886
5887         * lily/beam.cc (set_beaming): don't clip edges.
5888         (connect_beams): don't clip edges.
5889
5890         * lily/beaming-info.cc (clip_edges): new function.
5891
5892         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5893
5894         * Documentation/user/instrument-notation.itely (Figured bass):
5895         demonstrate extenders, update seealso links.
5896
5897         * scm/titling.scm (marked-up-headfoot): change tagline
5898         handling. tagline = ##f will blank the tagline as well.
5899
5900 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5901
5902         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5903
5904         * lily/new-figured-bass-engraver.cc (struct
5905         New_figured_bass_engraver): add new_music_found_ member.
5906
5907         * lily/lilypond-version.cc (Lilypond_version): deal with
5908         incorrectly formatted version strings. 
5909
5910         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5911         New_figured_bass_engraver by default.
5912
5913         * lily/ttf.cc (print_trailer): only define glyph names when
5914         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5915
5916 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5917
5918         * lily/horizontal-bracket.cc (make_bracket): new function.
5919
5920         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5921         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5922         BassFigureLine, BassFigureAlignment
5923
5924         * lily/new-figured-bass-engraver.cc (process_music): new file.
5925
5926         * lily/figured-bass-continuation.cc: new file.
5927
5928         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5929         new file.
5930
5931 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5932
5933         * scripts/lilypond-book.py: Bug fix, put the quote around the
5934         actual score for LaTeX documents.
5935
5936         * scm/define-grobs.scm (all-grob-descriptions): Change
5937         collapse-height of the SystemStartBracket grob to 5.0, 
5938         so the bracket disappears for single stave score lines (similarly
5939         to SystemStartBraces). 
5940
5941         * Documentation/user/advanced-notation.itely (Polymetric
5942         notation): Clarify the use of compressMusic.
5943
5944         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5945         that the grace spacer note in other staves need the same duration
5946         and document the stroke-style property.
5947
5948 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5949
5950         * Documentation/user/global.itely (Vertical spacing): document
5951         alignment-extra-space and fixed-alignment-extra-space.
5952
5953         * Documentation/topdocs/NEWS.tely (Top): add entry.
5954
5955         * input/regression/alignment-vertical-spacing.ly: new file.
5956
5957         * python/convertrules.py (conv): add rule.
5958
5959         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5960
5961         * lily/align-interface.cc (stretch_after_break): new
5962         function. Read fixed-alignment-extra-space property.
5963         (align_elements_to_extents): read alignment-extra-space property.
5964
5965         * lily/lily-guile.cc (robust_scm2dir): new function.
5966
5967         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5968         (annotate-space-left): new function. Annotate space left on page. 
5969         (annotate-y-interval): new function.
5970         (paper-system-annotate-last): new function. Annotate bottom-space.
5971
5972         * mf/feta-beugel.mf (y): 
5973
5974 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5975
5976         * VERSION (PACKAGE_NAME):  release 2.7.11
5977
5978         * scm/lily-library.scm (interval-translate): new function
5979         (interval-center): new function. 
5980
5981         * scm/page-layout.scm (paper-system-annotate): new function. Add
5982         arrows for dimensions.
5983  
5984         * scm/stencil.scm (dimension-arrows): new function.
5985
5986         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5987
5988         * input/regression/page-spacing.ly: add annotatespacing
5989
5990         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5991         (LY_DEFINE): new function ly:paper-system-set-property!
5992
5993         * Documentation/user/global.itely (Paper size): explain how to add
5994         sizes.
5995
5996         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5997         correspond to GS's definition.
5998
5999         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6000         tuplet bracket.
6001         (print): only connect to next bracket if the next one is alive.
6002         (print): set padding to 0.0 if the bound is a breakable
6003         column. This makes tupletFullLength brackets reach up to the staff
6004         line if it doesn't connect to the next line.
6005
6006 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6007
6008         * lily/bar-number-engraver.cc: correct docs.
6009
6010         * scm/output-lib.scm (first-bar-number-invisible): rename from
6011         default-bar-number-visibility
6012
6013 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6014
6015         * scm/define-music-properties.scm (all-music-properties): remove
6016         predicate property.
6017
6018 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6019
6020         * po/fi.po: refresh.
6021
6022 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6023
6024         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6025         superfluous s1.
6026         (disappear): bugfix.
6027
6028         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6029
6030         * lily/include/paper-system.hh (class Paper_system): remove
6031         staff_extents_ member.
6032
6033         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6034
6035         * lily/include/paper-system.hh (class Paper_system): remove
6036         number_ variable. Remove is_title_. Remove break_before_penalty_
6037
6038         * lily/paper-book.cc (systems): use 'number property iso. number_
6039         member.
6040
6041         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6042         remove ly:paper-system-number.
6043
6044         * scm/lily-library.scm (paper-system-title?): new function.
6045
6046         * lily/book.cc (process): bugfix: flip ?: cases. 
6047
6048         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6049         add outputProperty.
6050
6051         * ly/music-functions-init.ly: add outputProperty music function.
6052
6053         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6054
6055         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6056         and next-padding.
6057         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6058
6059         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6060
6061         * lily/paper-system.cc (internal_get_property): new function.
6062
6063         * Documentation/user/global.itely (Vertical spacing): refer to
6064         page-spacing.ly
6065
6066         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6067         pagetopspace
6068
6069         * input/regression/page-spacing.ly: new file.
6070
6071         * input/regression/page-top-space.ly: new file.
6072
6073         * lily/spacing-spanner.cc: cmath -> math.h
6074
6075         * lily/paper-system.cc (read_left_bound): new function. Read
6076         line-break-system-details from left bound to determine extents.
6077  
6078         * Documentation/user/programming-interface.itely (Using LilyPond
6079         syntax inside Scheme): change applyxxx -> applyXxx.
6080
6081         * ly/music-functions-init.ly: add outputProperty music function.
6082
6083         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6084
6085         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6086
6087         * python/convertrules.py (conv): rule
6088
6089         * ly/music-functions-init.ly: applyxxx -> applyXxx
6090
6091         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6092         TabVoice to Voice.
6093
6094 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6095
6096         * flower/include/real.hh: include <math.h> iso. <cmath>
6097
6098         * flower/include/offset.hh: include real.hh
6099
6100 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6101
6102         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6103         fix example, now that 'interfaces is no longer directly available.
6104
6105         * lily/book.cc (process): don't crash if paper == NULL.
6106
6107         * po/fr.po: update.
6108
6109 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6110
6111         * scm/define-music-types.scm (music-descriptions): set length and
6112         start-callback for QuoteMusic
6113
6114 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6115
6116         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6117         arguments. Fixes compilation error with gcc 3.3.
6118
6119 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6120
6121         * VERSION: release 2.7.10
6122
6123         * stepmake/stepmake/python-module-rules.make
6124         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6125
6126         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6127         real.hh
6128
6129 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6130
6131         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6132         -Werror. Otherwise GCC barfs over various optimizations.
6133
6134         * scm/define-grob-properties.scm (all-internal-grob-properties):
6135         add note-head property
6136
6137         * Documentation/user/instrument-notation.itely (Laissez vibrer
6138         ties): new node.
6139
6140         * input/regression/laissez-vibrer-ties.ly: new file.
6141
6142         * lily/laissez-vibrer-engraver.cc: new file.    
6143
6144         * lily/include/tie-column-format.hh: new file.
6145
6146         * lily/tie-column-format.cc: new file. 
6147
6148         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6149
6150         * lily/laissez-vibrer-tie.cc: new file.
6151
6152         * lily/include/laissez-vibrer-tie.hh: new file.
6153
6154         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6155
6156         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6157
6158         * scm/define-grobs.scm (all-grob-descriptions): add
6159         LaissezVibrerTie, LaissezVibrerTieColumn
6160
6161         * lily/tie-column.cc (set_tie_config_directions): new function
6162         (final_shape_adjustment): new function.
6163         (shift_small_ties): new function.
6164
6165         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6166
6167         * lily/include/tie.hh (struct Tie_details): add x_gap_
6168         (struct Tie_configuration): add head_position_
6169
6170         * lily/tie-column.cc (set_chord_outline): new function.
6171
6172         * mf/cmr.enc.in:  remove file.
6173
6174 2005-09-11  Graham Percival  <gpermus@gmail.com>
6175
6176         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6177
6178 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6179
6180         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6181         reduce aliasing effects.
6182
6183         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6184         box in skyline.
6185
6186 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6187
6188         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6189
6190         * flower/include/real.hh: std::fabs too.
6191
6192 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6193
6194         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
6195
6196         * lily, flower: Include C++ iso C headers.  Import namespace std
6197         throughout.
6198
6199         * lily/side-position-interface.cc: 
6200         * lily/scm-hash.cc: 
6201         * lily/note-head.cc: 
6202         * lily/include/includable-lexer.hh: 
6203         * flower/include/string-data.icc: Remove using std::*.
6204
6205         * lily, flower: Include C++ iso C headers.  Import namespace std
6206         throughout.
6207
6208         * lily/side-position-interface.cc: 
6209         * lily/scm-hash.cc: 
6210         * lily/note-head.cc: 
6211         * lily/include/includable-lexer.hh: 
6212         * flower/include/string-data.icc: Remove using std::*.
6213
6214         * Documentation/user/instrument-notation.itely (Entering lyrics):
6215         Multiple latin-1->utf-8 conversion fix.
6216
6217         * Documentation/user/*tely: Update Emacs cookie to utf-8.
6218
6219 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6220
6221         * lily/tie.cc (get_configuration): also avoid dots for non-space
6222         situations.
6223
6224 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6225
6226         * Documentation/user/instrument-notation.itely: Bugfix.
6227
6228 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6229
6230         * tex/GNUmakefile: don't install texinfo.tex
6231
6232         * tex/ : cleanup: remove unused files.
6233
6234         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6235
6236         * flower/include/real.hh: using std::{isnan,isinf}
6237         
6238         * VERSION (PATCH_LEVEL): release 2.7.9
6239
6240 2005-09-05  Graham Percival  <gpermus@gmail.com>
6241
6242         * Documentation/user/ instrument-notation.itely,
6243         advanced-notation.itely: minor tweaks.
6244
6245         * input/test/script-chart.ly: add item padding.
6246
6247 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6248
6249         * flower/offset.cc: use math.h iso. <cmath>
6250
6251         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6252         of IE users.
6253
6254         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6255         (widen-left-stencil-edges): new function. Fix alignment problems
6256         with LaTeX includegraphics.
6257
6258         * lily/text-interface.cc (interpret_markup): use abort().
6259
6260 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6261
6262         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6263
6264         * lily/tie.cc (get_configuration): update bezier shape as we
6265         change Y positions.
6266         (get_configuration): don't move large ties if we're outside of the
6267         staff.
6268
6269 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6270
6271         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6272         
6273 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6274
6275         * .cvsignore: Add auto-generated configure files and then some.
6276
6277 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6278
6279         * scm/define-grobs.scm (DynamicLineSpanner): Add
6280         X-extent-callback.  Fixes hairpin-slur collision.
6281
6282 2005-08-31  Graham Percival  <gpermus@gmail.com>
6283
6284         * Documentation/user/advanced-notation.itely,
6285         basic-notation.itely: minor changes.
6286
6287 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6288
6289         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6290         \linebreak between each .eps file if \betweenLilyPondSystem is
6291         undefined. 
6292
6293         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6294         music): Document the \linebreak
6295
6296         * Documentation/user/lilypond-book.itely,
6297         input/tutorial/lbook-latex-test.tex,
6298         Documentation/user/examples.itely: Remove \usepackage{graphics}
6299
6300 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6301
6302         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6303
6304         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6305         compat bugfix.
6306
6307         * scripts/lilypond-book.py (PREAMBLE_LY): define
6308         inside-lilypond-book
6309         (modify_preamble): new function. Insert \RequirePackage{graphics}
6310         when no {graphics found in preamble.  
6311
6312 2005-08030  Graham Percival  <gpermus@gmail.com>
6313
6314         * Documentation/user/basic-notation.itely, global.itely,
6315         tutorial.itely: misc small changes.
6316
6317 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6318
6319         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6320         VERSION.
6321
6322 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6323
6324         * lily/tie-column.cc (new_directions): put Tie down on center
6325         staff line. 
6326
6327         * lily/script-interface.cc (before_line_breaking): use
6328         Grob::programming_error
6329
6330         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6331
6332         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6333         of splitext.
6334
6335 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6336
6337         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6338
6339 2005-08-29  Werner Lemberg  <wl@gnu.org>
6340
6341         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6342         the `*.scale.pfa' files to avoid warnings.
6343
6344 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6345
6346         * lily/tempo-performer.cc (process_music): idem.
6347
6348         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6349
6350 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6351
6352         * Documentation/user/advanced-notation.itely (Text markup): not a
6353         fragment.
6354
6355         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6356
6357         * lily/staff-performer.cc (initialize): add tempo/name to
6358         audio_staff_
6359
6360
6361 2005-08-26  Graham Percival  <gpermus@gmail.com>
6362
6363         * Documentation/user/advanced.itely: add text-only example.
6364
6365         * Documentation/user/invoking.itely: add index entries for
6366         convert-ly.
6367
6368         * Documentation/user/ tutorial.itely, basic-notation.itely:
6369         small fixes suggested by Steve D.  Thanks!
6370
6371 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6372
6373         * input/regression/markup-bidi-pango.ly: new file.
6374
6375         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6376         standard. Remove #ifdef. Remove memleak.
6377         (text_stencil): use text_dir to decide how to composite items.
6378         (text_stencil): determine uniform text direction for the entire
6379         string.
6380
6381         * scripts/lilypond-book.py (output_name): remove
6382         latex_filter_cmd. Non-portable to non-Unix systems. 
6383         (get_latex_textwidth): use File.write and os.unlink() instead.
6384
6385         * THANKS: add Vicente & Trevor.
6386
6387         * lily/grob.cc (discretionary_processing): look up origin for
6388         programming_error too. 
6389
6390         * input/regression/tie-broken.ly: new file.
6391
6392         * lily/tie-column.cc (set_chord_outlines): set outline for line
6393         break case too.
6394         
6395 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6396
6397         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6398         unscaled transform, just translate stencils.
6399
6400         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6401         MIDI.
6402
6403         * scm/define-markup-commands.scm (wordwrap-string): use
6404         text-direction
6405         (wordwrap-stencils): idem.
6406         (line): idem.
6407         (fill-line): idem.
6408         (wordwrap-stencils): translate last line to right for
6409         text-direction = LEFT.
6410
6411         * scm/define-grob-properties.scm (all-user-grob-properties): add
6412         text-direction.
6413
6414 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6415
6416         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6417         when copying a Lily_parser object.
6418
6419 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6420
6421         * scm/define-markup-commands.scm (null): add null markup.
6422
6423 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6424
6425         * lily/item.cc: Add documentation of center-invisible
6426
6427 2005-08-24  Graham Percival  <gpermus@gmail.com>
6428
6429         * Documentation/user/advanced-notation.itely: add info about
6430         raising text.
6431
6432         * Documentation/user/programming-interface.itely: fix example
6433         involving raised text.
6434
6435 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6436
6437         * lily/beam.cc (print): fix X start/end points of isolated
6438         beamlets.
6439
6440         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6441
6442         * lily/multi-measure-rest.cc (set_text_rods): new function.
6443
6444         * lily/vertical-align-engraver.cc (process_music): call
6445         Align_interface::set_axis(). This forces #'elements to be ordered,
6446         preventing random vertical reordering of staves.
6447
6448         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6449         add avoid-slur property. 
6450
6451         * Documentation/user/basic-notation.itely (Measure repeats): add
6452         countPercentRepeats example.
6453
6454         * Documentation/user/advanced-notation.itely (Other text markup
6455         issues): remove remark about normal-font.  We have \normal-text
6456
6457         * input/regression/tie-chord.ly: add note about remaining bugs.
6458
6459         * lily/tie.cc (print): try Tie_column::set_directions () if
6460         control-points not yet defined.
6461
6462 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6463
6464         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6465         extent. This fixes braces falling out of the EPS bbox.
6466
6467         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6468         exactly to bbox.
6469
6470 2005-08-23  Graham Percival  <gpermus@gmail.com>
6471
6472         * {various} : change #up->#UP and #down->#DOWN.
6473
6474         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6475
6476         * Documentation/user/advanced-notation.itely: clarify
6477         what objects handles text on a multimeasure rest.
6478
6479 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6480
6481         * VERSION (PATCH_LEVEL): release 2.7.7
6482
6483 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6484
6485         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6486
6487         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6488
6489         * input/regression/*.ly: formatting clean-up. Default layout
6490         before music expression.
6491
6492         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6493         romanze28-2 example.
6494
6495         * scm/ps-to-png.scm: remove dir-re function.
6496         (make-ps-images): generate page names, instead of globbing them.
6497         This brings down LilyPond memory usage for make web by a factor
6498         10. 
6499
6500         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6501         don't use glob. With 3000 files, globbing
6502         Documentation/user/out-www/ can take too much time. 
6503         
6504         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6505
6506         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6507
6508         * input/regression/tie-manual.ly: new file
6509
6510         * input/regression/tie-chord.ly: update.
6511
6512         * flower/include/interval.hh (struct Interval_t): 
6513
6514         * lily/tie.cc (distance): new function 
6515         (height): new function.
6516         (init): new function
6517         (Tie_details): new struct.
6518
6519         * lily/skyline.cc (skyline_height): new function.
6520
6521         * lily/tie-column.cc (set_chord_outlines): new function.
6522         (new_directions): read tie-configuration
6523
6524         * lily/skyline.cc: fix ASCII art.
6525         
6526 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6527
6528         * python/convertrules.py (string_or_scheme): Fix spelling error
6529
6530 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6531         
6532         * lily/tie-column.cc (set_directions): set directions only once.
6533         (add_configuration): new function.
6534
6535         * lily/tie.cc (set_control_points): new function
6536
6537         * lily/tie-column.cc (new_directions): new function.
6538
6539         * ly/music-functions-init.ly: set 'pitch property
6540         iso. trill-pitch. This makes \relative work with \pitchedTrill
6541
6542         * lily/tie.cc (get_configuration): new function. Don't generate
6543         control points, rather, generate configuration.
6544         remove head-pair property.
6545
6546         * lily/include/tie.hh (struct Tie_configuration): new struct.
6547
6548 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6549
6550         * Documentation/topdocs/NEWS.tely: clarify.
6551
6552 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6553
6554         * lily/tie.cc: remove minimum-length
6555
6556         * scm/define-grob-properties.scm (all-user-grob-properties):
6557         remove staffline-clearance, y-offset 
6558
6559         * input/regression/tie-dots.ly (Module): remove.
6560
6561         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6562         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6563
6564         * input/regression/tie-single.ly: new file.
6565
6566 2005-08-21  Graham Percival  <gpermus@gmail.com>
6567
6568         * ly/bagpipe.ly: fix compile problem.
6569
6570 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6571
6572         * lily/midi-item.cc (name): new method.
6573
6574         * lily/staff-performer.cc (acknowledge_audio_element): use
6575         signature of baseclass.
6576
6577         * lily/engraver-group.cc (do_announces): move recursion call out
6578         of while loop. 
6579
6580         * lily/drum-note-performer.cc (class Drum_note_performer): use
6581         process_music everywhere.
6582
6583         * ly/performer-init.ly: add default children everywhere.
6584
6585         * lily/paper-book.cc (output): call paper-book-write-midis
6586         directly: always write MIDI, even if no \layout {} block. 
6587
6588 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6589
6590         * VERSION (PACKAGE_NAME): release 2.7.6
6591
6592         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6593         about not being able to handle repeat.
6594
6595 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6596
6597         * Documentation/user/examples.itely (Piano templates):
6598         * lily/include/performer-group.hh: Remove last traces of
6599         Performer_group_performer.  Fixes make web.
6600
6601 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6602
6603         * Documentation/user/examples.itely (Piano templates): change
6604         Engraver_group_engraver -> Engraver_group
6605
6606         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6607         scm_stand_in_procs is not weak_any.
6608
6609         * lily/volta-bracket.cc (print): don't use strcmp().
6610
6611         * lily/volta-engraver.cc (process_music): use
6612         Text_interface::is_markup() for setting the 'text property of the
6613         volta bracket.
6614
6615         * input/mutopia/claop.py (accents): update syntax to 2.6
6616
6617         * scm/define-context-properties.scm
6618         (all-user-translation-properties): add countPercentRepeats.
6619
6620         * Documentation/user/basic-notation.itely (Measure repeats): add
6621         isolated percent example.
6622
6623 2005-08-18  Graham Percival  <gpermus@gmail.com>
6624
6625         * input/ {various}: change direction #1, #-1 to
6626         #up/#down or \fooUp, \fooDown.
6627
6628         * Documentation/user/music-glossary.tely: #-1 to #down.
6629
6630         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6631         to #up, #-1 to #down.
6632
6633 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6634
6635         * lily/include/engraver-group.hh: rename.
6636
6637         * lily/include/performer-group.hh: rename.
6638
6639 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6640
6641         * input/test/script-abbreviations.ly: Removed some old LaTeX
6642         left overs.
6643
6644 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6645
6646         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6647         Remove functions.  Remove if 1: constructs, reindent.
6648
6649         * scripts/convert-ly.py (add_version): Add functions from
6650         convertrules.py
6651
6652         * scm/script.scm (default-script-alist):
6653         s/priority/script-priority.  Fixes script stacking.  Backportme.
6654         (Fermata): Very low priority.
6655
6656 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6657
6658         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6659
6660         * input/regression/slur-script.ly: remove padding tweaks. Add
6661         comment strings.
6662
6663         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6664         time sigs and related stuff.
6665
6666         * scm/define-grob-properties.scm (all-user-grob-properties): add
6667         @code{} tags to property description.
6668
6669         * lily/include/line-group-group-engraver.hh (Module): remove file.
6670
6671         * python/convertrules.py (conv): add rule for
6672         Engraver_group_engraver -> Engraver_group.
6673
6674         * lily/include/performer-group-performer.hh: analogous.
6675
6676         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6677
6678         * lily/context-def.cc (instantiate): check for
6679         Engraver_group_engraver and Performer_group_performer not
6680         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6681  
6682 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6683
6684         * input/les-nereides.ly: Remove three fingering tweaks, update
6685         remaining one.
6686
6687         * input/regression/slur-script-inside.ly: Update, fix doc.
6688
6689         * scm/script.scm: Update to avoid-slur.
6690
6691         * scm/define-grob-properties.scm (avoid-slur): New property.
6692
6693         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6694         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6695         outside_slur_callback if avoid-slur != #'inside.
6696
6697         * scm/define-grobs.scm (Fingering, Textscript): No
6698         inside-slur/outside-slur preference.
6699         (DynamicLineSpanner): Always outside slur.
6700
6701         * input/regression/slur-script.ly: More tests.
6702
6703 2005-08-17  Graham Percival  <gpermus@gmail.com>
6704
6705         * Documentation/user/lilypond-book: fix notime entry.
6706
6707         * Documentation/user/advanced-notation.itely: add info on
6708         getting an I rehearsal mark.
6709
6710         * Documentation/user/putting.itely: reinstate "I", re-enforce
6711         the fact that \override numbers are the result of
6712         experimentation and personal taste.
6713
6714         * Documentation/user/invoking.itely: update convert-ly bugs.
6715
6716 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6717
6718         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6719         to #t.
6720
6721         * lily/timing-translator.cc (initialize): don't initialize timing.
6722
6723         * input/regression/stem-spacing.ly (Module): remove file.
6724
6725         * input/regression/spacing-stick-out.ly: specify Score context for
6726         \override
6727
6728         * input/regression/clefs.ly: remove spurious {}s 
6729
6730 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6731
6732         * Documentation/topdocs/NEWS.tely,
6733         input/regression/repeat-percent-count.ly: clarify a bit.
6734
6735 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6736
6737         * input/no-notation/display-lily-tests.ly: delete
6738         display-lily-init call.
6739
6740         * ly/music-functions-init.ly (displayLilyMusic): move
6741         display-lily-init call at top level, so that the user should not
6742         have to call it.
6743
6744         * scm/define-music-display-methods.scm (note-name->lily-string):
6745         retrieve note names directly from pitchnames using new function `rassoc'.
6746         (display-lily-init): note names list construction removed.
6747
6748 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6749
6750         * THANKS: spello.
6751
6752         * lily/lily-parser.cc (get_header): copy module, instead of
6753         returning it.
6754
6755         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6756         counters.
6757
6758         * Documentation/user/basic-notation.itely (Measure repeats): add
6759         links to Counter grobs.
6760
6761         * scm/define-grobs.scm (all-grob-descriptions): add
6762         DoublePercentRepeatCounter
6763         (all-grob-descriptions): add PercentRepeatCounter
6764
6765         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6766         also create counter grobs.
6767
6768         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6769         return grob without space-alist.
6770
6771         * input/proportional.ly: tune staff-padding.
6772
6773         * input/regression/repeat-percent-count.ly: new file. 
6774
6775 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6776
6777         * input/no-notation/display-lily-tests.ly: moved from
6778         input/regression/ to input/no-notation. Be sure to call
6779         `display-lily-init' before trying to use the display function.
6780
6781 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6782
6783         * scripts/lilypond-book.py (option_definitions): Don't localize
6784         the empty string. Fixes bug when --psfonts was used with
6785         non-English locale.
6786
6787 2005-08-15  Graham Percival  <gpermus@gmail.com>
6788
6789         * lily/tuplet-bracket.cc: simple build fix.
6790
6791         * Documentation/user/putting.itely: use "we" instead of "I".
6792
6793         * Documentation/user/basic-notation.itely: cautionary accidentals
6794         work with naturals, too.
6795
6796 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6797
6798         * lily/tuplet-bracket.cc (calc_position_and_height): add
6799         staff-padding support.
6800
6801         * input/proportional.ly: set staff-padding.
6802         
6803         * VERSION (PATCH_LEVEL): release 2.7.5
6804
6805         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6806         fixes. Remove tweaks.
6807
6808         * input/regression/tuplet-slope.ly: add a test case.
6809
6810         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6811         erroneous fix. Add spanner bounds to offset array with relative X
6812         positions.
6813
6814         * ly/engraver-init.ly: add Rest_engraver only once.
6815
6816         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6817         (*parser*) lookup if (*parser*) != #f.
6818
6819 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6820
6821         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6822         Cut-and paste update.
6823
6824         * input/regression/slur-script.ly: Add example of reverting
6825         inside-slur for fingering.
6826
6827         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6828         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6829
6830         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6831         outside_slur_callback if inside-slur == #f (as opposed to unset).
6832
6833 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6834
6835         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6836         encoding files are already removed.
6837
6838 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6839
6840         * Documentation/user/advanced-notation.itely (Instrument names):
6841         Document a workaround for instrument names that collide with
6842         system start braces/brackets.
6843
6844 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6845
6846         * lily/rest-collision.cc (do_shift): spello.
6847
6848         * input/proportional.ly: use #'used property. Set break-overshoot
6849         property.
6850
6851         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6852
6853         * lily/paper-column.cc: add #'used property
6854
6855         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6856         array for staves found.
6857
6858         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6859         array for stavesFound.
6860
6861         * lily/staff-spacing.cc (next_note_correction): add fixed and
6862         space to calling convention. This fixes spacing of accidentals
6863         after barlines.
6864
6865         * input/regression/spacing-accidental-stretch.ly: add barline -
6866         accidental case.
6867
6868         * scm/framework-ps.scm (page-header): add version number to
6869         creator
6870         (eps-header): idem.
6871
6872         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6873         
6874 2005-08-13  Graham Percival  <gpermus@gmail.com>
6875
6876         * Documentation/user/global.itely: add "fit as much as
6877         possible onto this page" example (Vertical spacing).
6878
6879 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * *: Nitpick run.
6882
6883         * buildscripts/fixcc.py: Fixes.
6884
6885 2005-08-12  Graham Percival  <gpermus@gmail.com>
6886
6887         * Documentation/user/advanced-notation.itely: add markup
6888         example to Text spanners.
6889
6890 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6891
6892         * Documentation/user/basic-notation.itely (Ties): Add example of
6893         tying a tremolo to a chord. Thanks to Steve Doonan. 
6894
6895         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6896         properties and move tieMelismaBusy to the list of written
6897         properties. 
6898
6899 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6900
6901         * po/TODO: suggest to use a dedicated tool like kbabel.
6902
6903         * po/fi.po: update using kbabel.
6904
6905 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6906
6907         * *: Remove obsolete files.  Nitpick run.
6908
6909         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6910
6911 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6912
6913         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6914         too.
6915
6916         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6917
6918         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6919         whitespace as symbol separator.
6920
6921         * lily/side-position-interface.cc: Add slur-padding.
6922
6923         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6924         quite a large fix, and it never worked in a stable release; so not
6925         really a regression.
6926
6927         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6928         Update cut and paste code from Slur_engraver.
6929
6930         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6931         Add.
6932
6933         * scm/define-grobs.scm (DynamicLineSpanner): Add
6934         dynamic-line-spanner-interface.
6935         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6936
6937 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6938
6939         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6940         to_boolean () so that non-set 'inside-slur means false.
6941
6942         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6943         slur has control-points.  Skip script without direction.  Always
6944         do_shift if script inside slur, even if slur not contained in
6945         script y-extent.  Increment k in loop.
6946
6947 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6948
6949         * scm/define-markup-commands.scm: Improved regexp to search for
6950         EPS bounding boxes and corrected call to ly:warning.
6951
6952 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6953
6954         * Documentation/user/programming-interface.itely (Displaying music
6955         expressions): doc for \displayLilyMusic. Also some precisions in
6956         "Markup construction in Scheme"
6957
6958 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6959
6960         * scm/define-markup-commands.scm (normal-text): Added 2 new
6961         markup commands, \normal-text and \medium (the latter thanks to
6962         Bruce Fairchild). 
6963
6964 2005-08-08  Graham Percival  <gpermus@gmail.com>
6965
6966         * Documentation/user/programming-interface.itely: fix @{ @}.
6967
6968         * scm/define-markup-commands.scm: add linewidth info to
6969         \justify and \wordwrap, add "upright is the opposite of italic".
6970
6971         * Documentation/user/advanced-notation.itely: shaped->shape,
6972         add (cons (markup "foo")) type of example to text markup,
6973         reword multi-measure rests section.
6974
6975         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6976         comment.  No actual code was touched.
6977
6978         * Documentation/user/invoking.itely: add more info about
6979         \include.  Thanks, Bruce!
6980
6981         * THANKS: add Bruce Fairchild, alphabetise.
6982
6983         * Documentation/user/global.itely: document \score{\header{}}
6984         behavior.
6985
6986         * Documentation/user/basic-notation.itely: reword multi-measure
6987         rest discussion in Rests.
6988
6989 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6990
6991         * Documentation/user/programming-interface.itely (Markup
6992         construction in Scheme): Corrected example and tried to clarify
6993         the implicit \line in the table.
6994
6995 2005-08-07  Graham Percival  <gpermus@gmail.com>
6996
6997         * Documentation/user/instrument-notation.itely: moved
6998         some bagpipe info back into the bagpipe section.  Somehow
6999         it ended up in the "other vocal issues" section?!  :o_O
7000
7001 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7002
7003         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7004         directories, not paths).
7005
7006 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7007
7008         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7009         plain emmentaler/aybabtu.  Backportme.
7010
7011         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7012         missing dir correction.
7013
7014 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7015
7016         * scm/define-markup-commands: fix reversed justify/wordwrap
7017         doc strings.
7018
7019 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7020
7021         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7022         lily/gregorian-ligature-engaver.cc,
7023         lily/include/ligature-engraver.hh,
7024         lily/include/coherent-ligature-engraver.hh,
7025         lily/include/gregorian-ligature-engraver.hh: make these classes
7026         truely abstract.  This should fix some internal oddities such as
7027         duplicate as well as dead translator/property declarations, and
7028         also some dead code.
7029
7030         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7031         bugfix: avoid message "junking empty ligature" on ligature
7032         brackets by collecting dummy grobs.
7033
7034 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7035
7036         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7037
7038         * input/proportional.ly (staffKind): bugfix.
7039         (staffKind): updates by Trevor Baca.
7040
7041         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7042         default layout. 
7043
7044         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7045         pair.
7046
7047         * lily/beam.cc (rest_collision_callback): call position_beam() if
7048         necessary.
7049
7050         * VERSION: release 2.7.4
7051
7052         * input/regression/spacing-uniform-stretching.ly: new file.
7053
7054         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7055
7056         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7057         contributor.
7058
7059         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7060
7061         * input/proportional.ly: new file.
7062
7063         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7064         columns is empty
7065
7066         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7067         bounds to currentCommandColumn for the last step.
7068         (start_translation_timestep): if tupletFullLength is set, set
7069         bound to Paper Column
7070
7071         * input/regression/tuplet-full-length.ly (indent): new file.
7072
7073         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7074         clique of loose columns, eg. a set of grace notes in strict
7075         notespacing.
7076
7077         * input/regression/spacing-strict-spacing-grace.ly: new file.
7078
7079         * lily/key-signature-interface.cc: change property name to
7080         alteration-alist
7081
7082         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7083         keyAccidentalOrder
7084
7085         * python/convertrules.py (conv): keyAccidentalOrder ->
7086         keyAlterationOrder
7087
7088         * lily/key-engraver.cc (create_key): always print a cancellation
7089         for going to C-major/A-minor, regardless of printKeyCancellation.
7090         (create_key): remove typecheck for visibility. This fixes key
7091         signature not being printed.
7092
7093         * lily/spacing-determine-loose-columns.cc: new file.
7094
7095         * input/regression/spacing-strict-notespacing.ly: new file.
7096
7097         * lily/spacing-spanner.cc (generate_springs): rename from
7098         do_measure. 
7099         (generate_pair_spacing): new function.
7100         (init, generate_pair_spacing): set between-cols for floating
7101         nonmusical columns.
7102
7103         * lily/spaceable-grob.cc (get_spring): new function. 
7104
7105         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7106         relative to the right edge of the prefatory matter.
7107
7108         * lily/beam.cc (print): read break-overshoot to determine where to
7109         stop/start broken beams.
7110
7111         * input/regression/spanner-break-overshoot.ly: new file.
7112
7113 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7114
7115         * ly/bagpipe.ly: updated.
7116
7117         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7118
7119 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7120
7121         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7122         support: now (de)crescs avoid slurs as well.
7123
7124         * Documentation/user/instrument-notation.itely (Bagpipe example):
7125         comment out non-functioning bagpipe example.
7126         (Bagpipe definitions): idem.
7127
7128         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7129         (Top): add proportionalNotationDuration example.
7130
7131         * input/regression/spacing-proportional.ly: new file.
7132
7133         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7134         synched to a beam.
7135
7136         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7137         fixes beams with a single stem (eg. beams across linebreaks.)
7138
7139         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7140
7141         * flower/rational.cc (operator +): prevent overflow. This fixes
7142         heavily nested tuplets.
7143
7144         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7145         have to protect even those unlikely to be corrupted data members.  
7146
7147 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7148
7149         * ly/bagpipe.ly: new file.
7150
7151         * THANKS: added Sven Axelsson.
7152
7153 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7154
7155         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7156         copy proportionalNotationDuration into currentMusicalColumn if
7157         set.
7158
7159         * lily/spacing-spanner.cc (musical_column_spacing): if
7160         uniform-stretching set, fixed space is 0.0
7161
7162         * input/regression/spacing-multi-tuplet.ly: show
7163         uniform-stretching property.
7164
7165         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7166
7167         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7168         (struct Spacing_options): new struct.
7169
7170         * lily/spacing-basic.cc: new file.
7171
7172         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7173         delta_t doesn't have to be smaller than shortest_playing_len
7174
7175 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7176
7177         * input/regression/markup-arrows.ly:  new file.
7178
7179         * lily/tuplet-bracket.cc: document new behavior.
7180
7181         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7182         with line breaks.
7183
7184         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7185
7186         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7187         default 
7188
7189         * lily/tuplet-bracket.cc: add edge-text property.
7190         add break-overshoot.
7191         (print): read break-overshoot.
7192         (print): read edge-text, add stencils.
7193
7194         * mf/feta-arrow.mf: new file.
7195
7196         * mf/feta-generic.mf: add feta-arrow.
7197
7198 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7199
7200         * Documentation/user/lilypond-book.itely (An example of a
7201         musicological document): Added flag -o to dvips for people who use
7202         the default setting in teTeX where output is sent to the printer. 
7203
7204         * Documentation/user/global.itely (Vertical spacing): Added
7205         reference to the Axis_group_engraver which documents the *Extent
7206         properties.
7207
7208 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7209
7210         * Documentation/user/basic-notation.itely (Tuplets): add note
7211         about nested tuplets. Remove BUG. 
7212
7213         * input/regression/tuplet-nest.ly: update: remove manual hack. 
7214
7215         * lily/tuplet-bracket.cc (print): use robust_scm2drul
7216         (print): manually call print() for subtuplets.
7217         (calc_position_and_height): add subtuplets to the
7218         support. Vertically shift outer tuplet 
7219
7220         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
7221         remove-first for Lyrics, ChordNames and FiguredBass
7222
7223         * scm/define-grob-properties.scm (all-internal-grob-properties):
7224         use ly:grob-array? iso. grob-list?
7225         (all-internal-grob-properties): add tuplets grob-array.
7226
7227         * lily/tuplet-bracket.cc (add_tuplet_bracket):
7228         new function
7229
7230 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7231
7232         * input/test/time-signature-staff.ly: new file.
7233
7234         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7235         spurious #<Music FingerEvent> errors. Backportme.
7236
7237 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7238
7239         * Documentation/user/programming-interface.itely (Markup
7240         construction in Scheme): Corrected markup syntax in the
7241         translation table.
7242
7243 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7244
7245         * Documentation/user/instrument-notation.itely: small update
7246         to bagpipe notation docs; thanks Sven!
7247
7248         * Documentation/user/basic-notation.itely: add link about trills.
7249
7250 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7251
7252         * Documentation/user/music-glossary: remove accidentally committed
7253         fink patch.
7254
7255 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7256
7257         * lily/lily-parser.cc (get_header): new function. Enable multiple
7258         \header definitions.
7259
7260         * lily/parser.yy (lilypond_header_body): use get_header.
7261
7262         * ly/init.ly:
7263         * scm/lily-library.scm (print-score-with-defaults): renamed
7264         $globalheader to $defaultheader
7265             
7266         * Documentation/user/global.itely (Creating titles): added short
7267         explanation that multiple headers are useable.
7268
7269
7270 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7271
7272         * lily/module-scheme.cc (LY_DEFINE): new file. 
7273
7274         * Documentation/user/advanced-notation.itely (Font selection): add
7275         doco for make-pango-font-tree.
7276
7277 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7278
7279         * Documentation/user/music-glossary: more languages
7280         for tenuto.
7281
7282         * Docuemntation/user/instrument-notation.itely: minor
7283         update for bagpipe example.
7284
7285 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7286
7287         * input/regression/+.ly (TODO): add some text.
7288
7289 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7290
7291         * Documentation/user/invoking.itely: \score begins with music.
7292
7293         * Documentation/user/ basic-notation.itely,
7294         instrument-notation.itely: minor changes.
7295
7296         * Documentation/user/music-glossary.itely: began tenuto entry.
7297
7298 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7299
7300         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7301
7302         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7303
7304 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7305
7306         * Documentation/user/examples.itely: remove bagpipe template.
7307
7308         * Documentation/user/instrument-notation.itely: add bagpipe
7309         section, maybe fix quotes in lyrics.  I hate text encoding.
7310         Clarify chord durations, more bagpipe stuff.
7311
7312 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7313  
7314         * lily/accidental-engraver.cc: formatting fixes.
7315
7316         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7317         grob-array.
7318
7319         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7320
7321         * lily/note-column.cc (arpeggio): new function.
7322
7323         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7324         account for spacing.
7325
7326 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7327
7328         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7329         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7330         mingw build.
7331         
7332 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7333
7334         * scm/lily.scm (lilypond-all): clear anonymous modules after
7335         processing files.
7336
7337 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7338
7339         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7340         SCM_I_CONSP
7341
7342         * VERSION: 2.7.3 released
7343
7344         * Documentation/user/invoking.itely (Invoking lilypond): add
7345         LILYPOND_GC_YIELD documentation.
7346
7347         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7348         scm_from_real / scm_make_real.
7349
7350         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7351         higher. This increases memory footprint, but provides overall
7352         speedup of 15 to 20%. 
7353
7354         * lily/include/translator.hh (class Translator): remove
7355         PRECOMPUTED_VIRTUAL everywhere.
7356
7357         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7358
7359         * lily/context.cc (now_mom): non-recursive now_mom() 
7360
7361         * lily/include/profile.hh: new file.
7362
7363         * lily/profile.cc: new file.
7364
7365         * lily/grob.cc (Grob::Grob): look properties up directly.
7366
7367         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7368         lookups.
7369
7370         * lily/include/box.hh (class Box): smob Box type.
7371
7372         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7373
7374         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7375         protect() and unprotect(). Use throughout.
7376
7377 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7378
7379         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7380
7381         * scm/define-music-display-methods.scm (markup->lily-string):
7382         markup elements can also be strings (without simple-markup
7383         appended)
7384
7385 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7386
7387         * lily/context.cc (where_defined): also assign value in
7388         where_defined().
7389
7390         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7391         (curve_coordinate): new function
7392
7393         * lily/simple-spacer.cc (add_columns): only add rods between
7394         column i and begin/end if keep-inside-line is set (this repleces
7395         allow-outside-line as default)
7396
7397 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7398
7399         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7400         tupletSpannerDuration if applicable.
7401
7402         * lily/font-size-engraver.cc (process_music): read fontSize only
7403         once per timestep.
7404
7405         * lily/engraver*cc: use throughout.
7406         
7407         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7408
7409         * lily/translator.cc (add_acknowledger): new file. Directly jump
7410         into an Engraver::acknowledge_xxx () method based on a grobs
7411         interface-list.
7412
7413         * lily/include/translator-dispatch-list.hh (class
7414         Engraver_dispatch_list): new struct, new file.
7415
7416         * scm/define-context-properties.scm
7417         (all-internal-translation-properties): remove acceptHashTable,
7418         acknowledgeHashTable
7419
7420         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7421
7422         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7423         change acknowledgeHashTable to C++ member. 
7424
7425         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7426
7427 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7428
7429         * scm/display-lily.scm: new file. Define a `display-lily-music'
7430         function, that displays the music expression given as an argument,
7431         using LilyPond notation.
7432
7433         * scm/define-music-display-methods.scm: new file. Implementation
7434         of display methods for each music type.
7435
7436         * ly/music-functions-init.ly (displayLilyMusic): new function for
7437         displaying music with LilyPond notation.
7438
7439         * input/regression/display-lily-tests.ly: new regression test file
7440         for `display-lily-music'.
7441
7442         * scm/markup.scm: remove obsolete debugging code (for printing
7443         markups with LilyPond notation).
7444
7445         * scm/define-music-types.scm (music-name-to-property-table):
7446         * scm/clef.scm (supported-clefs): export, in order to be accessible
7447         from the (scm display-lily) module.
7448
7449 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7450
7451         * Documentation/topdocs/NEWS.tely (Top): Typo.
7452
7453 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7454
7455         * Documentation/index.html.in, Documentation/texinfo.css,
7456           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7457           Documentation/bibliography/index.html.in,
7458           Documentation/bibliography/html-long.bst: revert css-width patch,
7459           it does not work with IE6.
7460
7461 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7462
7463         * Documentation/texinfo.css: revert 760px hack. 
7464
7465         * VERSION: release 2.7.2
7466
7467         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7468
7469         * Documentation/user/basic-notation.itely (Barnumber check): add
7470         section.
7471
7472         * scm/music-functions.scm (skip-to-last): new function. Show only
7473         last showLastLength part of the \score.
7474
7475         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7476
7477         * python/convertrules.py (conv): add ly:x-moment rule
7478
7479         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7480
7481         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7482
7483         * Documentation/user/instrument-notation.itely (Flexibility in
7484         alignment): options in subsections.
7485
7486         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7487         syllable text. Instead, assume that the previous lyric text is a
7488         melismated text.
7489
7490         * Documentation/index.html.in: revert 800x600 change.
7491
7492 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7493
7494         * lily/main.cc (main): Remove invalid handle kludge.
7495
7496         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7497         (lambda): add gui define.
7498
7499 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7500
7501         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7502
7503         * Documentation/user/instrument-notation.itely (Musica ficta
7504         accidentals): add section Musica ficta accidentals
7505
7506         * lily/accidental-engraver.cc (make_suggested_accidental): new
7507         function.
7508         (make_standard_accidental): move into new function.
7509         (create_accidental): new function.
7510
7511         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7512         AccidentalSuggestion
7513
7514         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7515
7516         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7517         undefined.
7518
7519         * Documentation/user/global.itely (Page formatting): document
7520         horizontalshift.
7521
7522         * scm/page-layout.scm (default-page-music-height):
7523         horizontalshift: new variable, shift all systems by
7524         horizontalshift to the right, to make space for instrument names.
7525
7526         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7527
7528         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7529
7530 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7531
7532         * lily/note-column.cc (dir): idem.
7533
7534         * lily/spacing-spanner.cc (Module): idem.
7535
7536         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7537
7538         * lily/include/paper-column.hh (class Paper_column): add
7539         non-static get_rank() member.
7540
7541         * VERSION: release 2.7.1
7542         
7543         * scm/framework-null.scm: new file, used for benchmarking.
7544
7545 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7546
7547         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7548         version dependencies for fontforge and gs.
7549
7550         * Documentation/index.html.in, Documentation/texinfo.css,
7551         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7552         Documentation/bibliography/index.html.in, 
7553         Documentation/bibliography/html-long.bst: optimize width of
7554         html for a 800x600 screen (width:760), increases printability
7555         when 'fit to page' is not set and readability in wide screens.
7556
7557         * stepmake/bin/add-html-footer.py: add missing </p>.
7558
7559 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7560
7561         * scm/define-markup-commands.scm (beam): use polygon in beam
7562         command.
7563
7564         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7565         all acknowledged grobs, and do potentially expensive merge and
7566         write in one go.
7567
7568         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7569
7570         * configure.in (reloc_b): add --enable-static-gxx to statically
7571         link to libstdc++
7572
7573         * lily/GNUmakefile (static-gxx-libs): new target
7574         static-gxx-libs. Create symlink to libstdc++.a
7575
7576         * lily/new-lyric-combine-music-iterator.cc: rename to
7577         Lyric_combine_music_iterator
7578
7579         * lily/lyric-combine-music-iterator.cc
7580         (Old_lyric_combine_music_iterator): rename to
7581         Old_lyric_combine_music_iterator
7582
7583         * lily/*-engraver.cc (various): remove double use of
7584         PRECOMPUTED_VIRTUAL function: only use
7585         start_translation_timestep() and stop_translation_timestep(), not
7586         both.
7587
7588         * lily/break-substitution.cc (fast_substitute_grob_array): do
7589         fast_substitute_grob_array for all unordered grob_arrays.
7590         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7591         (substitute_grob_array): optimize.
7592
7593         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7594
7595         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7596
7597         * lily/parser.yy: revert $globalheader patch.
7598         
7599         * lily/include/translator.icc
7600         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7601         Translator methods, without _static helper.
7602  
7603         * lily/grob-smob.cc (derived_mark): rename from
7604         do_derived_mark(). Return void.
7605
7606         * scm/define-context-properties.scm
7607         (all-internal-translation-properties): remove tweakCount/tweakRank.
7608
7609         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7610         predefined break-visibilities.
7611
7612         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7613         booleans for break-visibility.
7614
7615         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7616
7617         * python/convertrules.py (conv): rule for Timing_translator. 
7618
7619         * lily/include/translator.icc: new file. 
7620
7621         * lily/paper-column-engraver.cc (process_music): new
7622         file. Separate Paper_column factory from Score_engraver.
7623
7624         * lily/vertically-spaced-context-engraver.cc: administer
7625         spaceable-staves property of System.
7626
7627         * lily/translator-group-ctors.cc: new file.
7628
7629         * lily/context-property.cc (make_grob_from_properties): construct
7630         the right Grob class programmatically, looking at the class entry
7631         for the meta property.
7632
7633         * lily/break-align-engraver.cc (stop_translation_timestep): call
7634         Break_align_interface::add_element() directly.
7635
7636         * lily/context.cc (measure_position): measure_position() is now a
7637         normal function.
7638
7639         * lily/include/translator.hh (class Translator): rename
7640         process_acknowledged_grobs() to process_acknowledged() and move to
7641         Translator.
7642
7643         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7644         field for each grob description.
7645
7646         * lily/include/translator-group.hh (class Translator_group):
7647         change to base class. Separate class from Translator. This gets
7648         rid of virtual inheritance for Engravers/Performers.
7649
7650         * lily/staff-performer.cc (class Staff_performer): derive
7651         Staff_performer from Performer, not Performer_group_performer 
7652
7653         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7654         new function.
7655         (precompute_method_bindings): new function. Precompute lists of
7656         Translators, so we only call methods (process_music,
7657         start_translation_timestep, etc.) for Translators needing
7658         it. Also: dispose of pointer-to-member-function calls.
7659
7660         * lily/engraver-group-engraver.cc: remove engraver_each,
7661         recurse_down_engravers ()
7662
7663         * lily/note-head.cc (internal_print): only call
7664         glyph-name-procedure if style != default. 
7665
7666 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7667
7668         * ly/titling-init.ly: add printallheaders option.
7669
7670         * Documentation/user/global.itely: document printallheaders.
7671
7672 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7673
7674         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7675         anymore, but do it centrally.  
7676
7677         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7678         hammer hack.
7679
7680         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7681
7682         * scm/output-lib.scm: remove hammer-print-function.
7683
7684         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7685         macro. Declare a Link_array<Grob> and fill it from a grob.
7686         (extract_item_set): idem for item.
7687
7688         * lily/break-substitution.cc: add header.
7689         (fast_substitute_grob_array): rewrite for Grob_arrays.
7690         (substitute_grob_array): idem.
7691
7692         * lily/group-interface.cc (add_thing): remove file.
7693
7694         * flower/include/parray.hh (class Link_array): slice() is const.
7695
7696         * lily/include/grob-array.hh: new file.
7697
7698         * lily/grob-array.cc (spanner): new file.
7699
7700         * lily/beam-quanting.cc (fill): read details property from beam.
7701
7702         * lily/beam.cc: support details property.
7703
7704         * total speedups below: approx 10%.
7705
7706         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7707
7708         * lily/include/grob.hh (class Grob): add interfaces_ member.
7709
7710         * lily/bezier.cc (init_polynomial_cache): new function: cache
7711         binom(3,j) t^j (1-t)^{3-j}
7712         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7713
7714         * lily/*.cc: substitution throughout.
7715
7716         * lily/grob-property.cc (internal_get_object): new routine.
7717         (internal_set_object): idem. Store grob refrences in separate
7718         alist. This saves processing time, since properties aren't
7719         break-substituted, and the per grob namespace is smaller, both for
7720         grobs and non-grob properties.
7721
7722         * scm/define-grob-properties.scm (all-internal-grob-properties):
7723         remove center-element.
7724
7725         * lily/grob.cc: remove tweak-count, tweak-rank.
7726
7727 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7728
7729         * Documentation/user/lilypond-book.itely: fixes example.
7730
7731 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7732
7733         * Documentation/user/global.itely (Creating titles):    
7734         * Documentation/user/examples.itely (All headers): change the
7735         place of \header in \score blocks (after music block) to make
7736         examples compile (cf. changes on parser.yy on 2005-07-10)
7737
7738 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7739
7740         * python/convertrules.py: add exc -> ecc rule.
7741
7742         * scripts/convert-ly.py: add location of convertrules.py
7743         in a comment.
7744
7745         * Documentation/user/changing-defaults.itely: fix language.
7746
7747 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7748
7749         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7750
7751 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7752
7753         * scm/output-socket.scm (grob-bbox): don't use inf? 
7754
7755         * flower/include/rational.hh: add operator bool() 
7756
7757         * scm/define-music-types.scm (music-descriptions): remove
7758         internal-class-name properties.
7759
7760         * lily/include/event.hh: remove file.
7761
7762         * lily/include/music-constructor.hh: remove file.
7763
7764         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7765         in 'types property.
7766
7767         * lily/music.cc (duration_length_callback): new function.
7768
7769         * lily/event.cc: remove file.
7770
7771         * lily/music-constructor.cc: remove file.
7772
7773         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7774
7775         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7776         (get_context_key): idem.
7777
7778         * scm/lily.scm (lambda): new option object-keys (default to #f)
7779
7780         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7781
7782         * scm/output-gnome.scm: remove beam routine.
7783
7784         * scm/output-ps.scm (scm): idem.
7785
7786         * scm/output-svg.scm: remove beam.
7787
7788         * ps/music-drawing-routines.ps: remove draw_beam.
7789
7790         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7791
7792         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7793         add scm_from_locale_string compatibility glue. 
7794
7795 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7796
7797         * scripts/lilypond-book.py: Prevent occuring error when
7798         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7799         times and target file shoud be overwritten.  (Error message said
7800         'input file and output file is same'.)
7801
7802 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7803
7804         * input/regression/slur-extreme.ly,
7805         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7806         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7807         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7808         "excentricity" to "eccentricity".
7809
7810         * Documentation/user/converters.itely: fix URL for Noteedit and
7811         Rosegarden.
7812
7813         * THANKS: added Yoshinobu Ishizaki.
7814
7815 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7816
7817         * scm/define-markup-commands.scm (justify-field): add. 
7818
7819         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7820
7821 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7822
7823         * lily/lookup.cc (filled_box): express filled_box with
7824         round_filled_box
7825
7826         * scm/midi.scm (paper-book-write-midis): new function. Write all
7827         performances in numbered MIDI files.
7828
7829         * lily/performance-scheme.cc (LY_DEFINE): new file.
7830         (LY_DEFINE): new function ly:performance-write.
7831
7832         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7833         new function.
7834         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7835
7836         * scm/framework-*.scm: use port arguments throughout.
7837
7838         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7839
7840         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7841
7842         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7843
7844         * scm/framework-texstr.scm (output-framework): 
7845
7846         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7847
7848         * scm/output-lib.scm (tablature-stem-attachment-function):
7849         tablature stem attachment fix. 
7850
7851 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7852
7853         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7854
7855         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7856
7857         * scm/define-music-types.scm (music-descriptions): don't use
7858         Music_wrapper type.
7859
7860         * lily/paper-column.cc (print): print moment too.
7861
7862         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7863         remove compatibility cruft.
7864
7865         * lily/parser.yy (score_body): \score can only begin with Music. 
7866
7867         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7868         make-score. Take music argument only. Move parser interaction to
7869         Scheme.
7870
7871         * scm/lily-library.scm (scorify-music): new function.
7872
7873         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7874         (datadir): remove resource import.
7875         (print_environment): remove get_bbox()
7876         (cp_to_dir): remove pre 1.5.2 compat glue.
7877
7878 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7879
7880         * lily/include/simple-spacer.hh (Module): idem.
7881
7882         * lily/include/spring.hh (struct Spring): store inverse
7883         strength. This prevents division by zero.
7884
7885         * VERSION: release 2.7.0
7886         
7887         * lily/include/music.hh (class Music): remove Music::duration_log()
7888
7889         * lily/stem-engraver.cc (make_stem): take duration log from event.
7890
7891         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7892
7893 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7894
7895         * scm/lily.scm (ly:load): load autochange.scm
7896
7897         * Documentation/user/tutorial.itely (Running LilyPond for the
7898         first time): remove reference to DVI/TeX
7899
7900         * scm/define-markup-commands.scm (text): add \text markup command.
7901
7902         * configure.in (reloc_b): bump requirement to Python 2.2.
7903
7904         * lily/include/dots.hh (class Dots): make has_interface() static.
7905
7906         * python/convertrules.py (conv): add rule for ly:grob-default-font
7907
7908         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7909         alphabetical order.
7910
7911         * input/regression/trill-spanner-pitched.ly: new file.
7912
7913         * lily/font-interface-scheme.cc (LY_DEFINE): function
7914         ly:grob-default-font (changed from get-default-font).
7915
7916         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7917
7918         * lily/note-head.cc (internal_print): if style is not a symbol,
7919         set style to 'default. 
7920         (internal_print): no style suffix if glyph-name-procedure not
7921         set. Default to quarter head.
7922
7923         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7924
7925         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7926
7927         * ly/music-functions-init.ly: \pitchedTrill
7928
7929         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7930
7931         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7932
7933         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7934
7935         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7936
7937         * po/fr.po: update
7938
7939         * po/de.po: update.
7940
7941 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7942
7943         * Documentation/user/changing-defaults.itely: add link
7944         to grob-iterface.
7945
7946         * Documentation/user/advanced-notation.itely: add material
7947         to Setting automatic beam behaviour.  Thanks, Joe!
7948
7949         * Documentation/user/lilypond.itely: change encoding to utf-8.
7950
7951 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7952
7953         * Documentation/user/advanced-notation.itely (Setting automatic
7954         beam behavior): Correct the documentation of
7955         revert-auto-beam-setting (backportme)
7956
7957 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7958
7959         * lily/ly-module.cc (ly_make_anonymous_module): define
7960         %module-public-interface of module. 
7961
7962         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7963         without lexer.
7964
7965 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7966
7967         * input/regression/fret-diagrams.ly: stretch example.
7968
7969 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7972         Fodor).
7973
7974 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7975
7976         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7977
7978         * Documentation/user/examples.itely, lilypond-book.itely:
7979         change \RequirePackage to \usepackage.
7980
7981         * Documentation/user/global.itely: document copyright and tagline.
7982
7983 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7984
7985         * Documentation/user/basic-notation.itely (Transpose): remove link
7986         to nonexistent UntransposableMusic.
7987
7988         * scm/output-svg.scm: remove old definitions.
7989
7990         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7991         invoking.
7992
7993         * python/lilylib.py (search_exe_path): new function.
7994
7995 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7996
7997         * python/lilylib.py (mkdir_p): remove setup_environment()
7998         (backportme)
7999
8000         * buildscripts/mutopia-index.py (headertext): trim text.
8001
8002         * Documentation/topdocs/NEWS.tely (Top): refresh.
8003
8004         * scm/define-markup-commands.scm (wordwrap-string): new function:
8005         split string in paras and words.
8006         (wordwrap-markups): new function.
8007         (wordwrap-stencils): new function. 
8008         (justify): use it.
8009         (wordwrap): use it.
8010         (wordwrap-string): use it
8011         (justify-string): use it.
8012
8013         * scm/lily-library.scm (regexp-split): new function.
8014
8015         * scm/define-markup-commands.scm: remove encoded-simple. 
8016         remove font-markup.
8017         (fontsize): remove old version  of fontsize.
8018         (wordwrap): new markup function. Wrap into paragraphs.
8019
8020         * VERSION: Branch lilypond_2_6
8021         (MINOR_VERSION): go to 2.7.0
8022
8023 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8024
8025         * po/zh_TW.po: update from translation project.
8026
8027 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8028
8029         * scm/midi.scm: compile fix.
8030
8031 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8032
8033         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8034         patch. Now, the tempfile module is loaded too, not only used.
8035
8036 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8037
8038         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8039         0.05 - 1.00 to 0.25 - 1.00
8040
8041         * scm/midi.scm: moved the default-instrument-equalizer procedure
8042         to just under the insturment-equalizer-alist it takes as an
8043         argument.
8044
8045 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8046
8047         * Documentation/user/advanced-notation.itely (Font selection):
8048         remove CMR note.
8049
8050         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8051
8052 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8053
8054         * THANKS: Add UTF-8 marker.
8055
8056         * Documentation/user/point-and-click.itely (http): Update: use
8057         lilypond-invoke-editor.  Fix: instruct to use user.js.
8058
8059 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8060
8061         * ly/titling-init.ly: implements printpagenumber, increases
8062         space between dedication and title (to avoid collisions with
8063         "g" and "q" in dedication), and nicer logic about copyright
8064         and instrument fields being printed on the first page.
8065         Thanks Vincent!
8066
8067         * Documentation/user/global.itely: document printpagenumber.
8068
8069 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8070
8071         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8072
8073 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8074
8075         * THANKS: update to 2.6
8076
8077         * VERSION: 2.6.0 released.
8078
8079 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8080
8081         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8082         rule, errorneously removed probably because of misleading comment.
8083
8084 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8085
8086         * python/lilylib.py (datadir): py2exe comments.
8087
8088         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8089
8090         * configure.in (reloc_b): make fontconfig REQUIRED.
8091
8092 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8093
8094         * po/fi.po: add latest translations.
8095
8096 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8097
8098         * ChangeLog: recode utf-8
8099
8100         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8101         logo.
8102
8103         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8104
8105         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8106
8107         * python/convertrules.py (do_conversion): don't print program_name
8108         from within a module
8109
8110         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8111
8112         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8113
8114 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8115
8116         * Documentation/user/lilypond-book.itely,
8117         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8118
8119         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8120         fixes baseline-skip.  Thanks Vincent!
8121
8122         * Documentation/user/advanced-notation.itely, global.itely:
8123         moved "Selecting font sizes" to global, since it deals with
8124         notation font size, not text fonts.
8125
8126 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8127
8128         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8129         to fonts.
8130
8131 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8132
8133         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8134         workaround since /dev/stdin doesn't work on Cygwin. Using a
8135         temporary file in the current directory since latex doesn't
8136         understand the path name to the default TMP in Cygwin (at least on
8137         win XP).
8138         
8139         * Documentation/user/global.itely (Creating titles): Correct
8140         misprint in example. Thanks to Rob Vlasaty.
8141
8142 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8143
8144         * VERSION (PATCH_LEVEL): release 2.5.32
8145
8146         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8147         variable in lily module
8148
8149         * scm/framework-ps.scm (output-classic-framework): error message
8150         regarding the classic framework.
8151
8152         * Documentation/user/henle-flat-gray.png (Module): new file.
8153
8154         * Documentation/user/baer-flat-gray.png (Module): new file.
8155
8156         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8157         whiteout for markups.
8158
8159         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8160         regex too. This fixes change clef appearance in PDF. 
8161
8162         * ttftool/include/*: remove.
8163
8164         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8165
8166         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8167
8168         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8169
8170         * ttftool/*: remove ttftool subdirectory.
8171
8172         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8173
8174         * lily/ttf.cc (print_header): new file. Convert to type42, using
8175         FreeType to parse the TTF. 
8176
8177         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8178         and post table may differ. Pass around post_nglyphs as well.
8179
8180 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8181
8182         * ly/music-functions-init.ly (musicMap): new music function
8183         musicMap. 
8184         
8185 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8186
8187         * make/mutopia-rules.make: anti-alias-factor = 2
8188
8189         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
8190         page switch.
8191
8192         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
8193         anti-alias-factor for lilypond-book runs.
8194
8195         * scm/ps-to-png.scm (scale-down-image): new function.
8196         (my-system): new function.
8197         (make-ps-images): blow up GS resolution by anti-alias-factor,
8198         scale down image by anti-alias-factor.  This improves appearance
8199         of bitmaps
8200         (make-ps-images): remove showpage. Fixes spurious empty png at
8201         end.
8202
8203         * scm/framework-ps.scm (write-preamble): downcase filename before
8204         string-matching. Should fix .TTF files (as opposed to ttf files)  
8205
8206         * Documentation/user/tutorial.itely (Running LilyPond for the
8207         first time): separate subsections for windows, macos and unix.  
8208
8209         * Documentation/user/invoking.itely (Updating files with
8210         convert-ly): add MacOS X note.
8211
8212 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8213
8214         * Documentation/user/introduction.itely (Engraving): don't include
8215         file optical-spacing, add directly.
8216
8217         * lily/paper-outputter.cc (file): open file in binary mode. This
8218         fixes OTF embedding on windows.
8219
8220 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8221
8222         * scm/framework-ps.scm (write-preamble): remove debugging output.
8223
8224         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
8225
8226         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
8227         outdir.
8228         (install-fc-cache): install font cache in installation directories.
8229
8230 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8231
8232         * scm/editor.scm (editor-command-template-alist): Use char iso
8233         column, except for Emacs.
8234         (get-editor-command): Substitute char too (Bertalan Fodor).
8235
8236 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8237
8238         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8239         quoted ~s.  This should fix PNG output on Windows; single quotes
8240         are regular characters on Windows.
8241
8242 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8243
8244         * Documentation/user/basic-notation.itely: include ChoirStaff
8245         in System start delimiters.
8246
8247         * Documentation/user/putting.itely: new doc section on
8248         fixing overlapping notation.
8249
8250 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8251
8252         * Documentation/user/global.itely (Paper size): \paper is in
8253         \book, not \score.
8254
8255         * make/mutopia-rules.make: -ddelete-intermediate-files
8256
8257         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8258
8259 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8260
8261         * ChangeLog: Recode utf-8.
8262
8263         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8264         datadir with .py modules.
8265
8266 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8267
8268         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8269
8270 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8271
8272         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8273         
8274         * scm/framework-ps.scm (write-preamble): remove status check.
8275
8276         * Documentation/user/invoking.itely (Updating files with
8277         convert-ly): remove -o option.
8278
8279         * VERSION (PACKAGE_NAME): release 2.5.31
8280
8281         * scm/framework-ps.scm (write-preamble): use ly:system.
8282         (write-preamble): verbosity.
8283
8284         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8285
8286         * python/convertrules.py: new file. Store conversion rules
8287         separately.
8288
8289 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8290
8291         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8292
8293 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8294
8295         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8296         \musicDisplay 
8297
8298         * Documentation/user/instrument-notation.itely (More stanzas): Add
8299         reference to StanzaNumber.
8300
8301 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8302
8303         * THANKS: separate section for website translators.
8304
8305 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8306
8307         * Documentation/topdocs/INSTALL.texi: update vim info;
8308         thanks Simon Bailey!
8309
8310         * Documentation/user/advanced-notation.itely: included
8311         color names.
8312
8313         * Documentation/user/advanced-notation.itely,
8314         Documentation/usr/notation-appendices.itely: moved
8315         color names into an appendix.
8316
8317 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8318         
8319         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8320
8321         * scm/lily.scm (lambda): initialize program options from here.
8322
8323         * scm/framework-*.scm: add header info.
8324
8325         * lily/main.cc (parse_argv): only set output format to pdf if no
8326         other format specified.
8327
8328         * scm/backend-library.scm (postprocess-output): process
8329         'delete-intermediate-files after running convert-to-*. This fixes
8330         PNG generation when 'delete-intermediate-files is set.
8331         
8332 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8333
8334         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8335         links on website. 
8336
8337 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8338
8339         * Documentation/topdocs/INSTALL.texi,
8340         Documentation/user/lilypond-book.itely: typos.
8341
8342 2005-06-12  Pal Benko  <benkop@freestart.hu>
8343
8344         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8345         added between program name and switch; -b changed to -f not
8346         to generate pdf
8347
8348 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8349
8350         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8351         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8352
8353         * input/sakura-sakura.ly: add \midi.
8354
8355         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8356         iso. python find. 
8357
8358         * ttftool/test.c (main): cosmetics.
8359
8360         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8361
8362         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8363         create a ttf2ps binary.
8364
8365         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8366
8367         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8368         true.
8369
8370 2005-06-11  Graham Percival <gperlist@shaw.ca>
8371
8372         * Documentation/user/lilypond-book.itely: add warning about
8373         the font warnings in dvips.
8374
8375 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8376
8377         * THANKS: typo
8378
8379         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8380
8381         * GNUmakefile.in: remove links for .map, .enc
8382         don't fail if out/ doesn't exist yet.
8383
8384 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8385
8386         * ttftool/util.c (surely_read): return nbytes
8387
8388         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8389
8390         * VERSION (PACKAGE_NAME): release 2.5.30
8391
8392         * flower/string-convert.cc (precision_string): >? fix.
8393
8394         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8395         (make-ps-images): add verbose -q too.
8396
8397         * lily/default-actions.cc (Module): new file. default
8398         {book,score}-print functions.
8399
8400         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8401         pass results via parseStringResult, lookup via ly:parser-lookup.  
8402
8403         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8404         constructors.
8405         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8406         (parse_string): idem.
8407
8408         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8409
8410         * lily/main.cc (main_with_guile): copy be_verbose_global into
8411         ly_set_option()
8412
8413 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8414
8415         * scm/backend-library.scm (postscript->pdf):
8416         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8417         verbose mode.  Search for several names of gs executable.
8418
8419 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8420
8421         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8422         directly. This fixes a massive memory leak, provided you use CVS
8423         GUILE.
8424
8425 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8426
8427         * ly/property-init.ly: Added tieDashed.
8428
8429         * THANKS: Added some bughunters for 2.5.
8430
8431 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8432
8433         * lily/program-option.cc: add debug-gc option.
8434
8435         * lily/include/lily-guile-macros.hh: don't protect exported module
8436         objects.
8437
8438         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8439
8440         * scm/backend-library.scm (postscript->pdf): use
8441         delete-intermediate-files iso. running-from-gui? 
8442
8443         * ttftool/util.c (surely_read): robustness. Allow read() to return
8444         less bytes than requested, as per posix standards.
8445
8446         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8447         program option.
8448
8449         * ttftool/include/ttftool.h ("C"): rename verbosity to
8450         ttf_verbosity. Add to public interface.
8451
8452         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8453
8454         * lily/program-option.cc: rename from scm-option.cc
8455
8456         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8457         (get_help_string): Print pretty help string.
8458
8459         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8460         to snippet preamble.
8461
8462         * lily/scm-option.cc: remove command-line-settings option. Fold
8463         all command-line options plus default settings in a generic
8464         interface. 
8465
8466         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8467         texts too.
8468
8469 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8470
8471         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8472         or EXT_ components non-empty.
8473
8474 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8475
8476         * scm/lily.scm (running-from-gui?): Export.
8477
8478         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8479         output in .ly source directory.
8480
8481 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8482
8483         * ttftool/util.c (surely_lseek): more verbosity.
8484
8485         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8486         compile.
8487
8488         * lily/parser.yy (Repeated_music): remove >? 
8489
8490         * scm/backend-library.scm (postscript->pdf): Support for
8491         -dgs-font-load=1
8492
8493         * scm/framework-ps.scm (write-preamble): make font loading
8494         switchable to GS via --define-default gs-font-load=1
8495
8496 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8497
8498         * Documentation/user/global.itely: added \layout docs.
8499
8500 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8501
8502         * lily/lily-parser-scheme.cc: add unistd.h
8503
8504 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8505
8506         * scm/editor.scm: add char argument.
8507
8508         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8509
8510         * ttftool/util.c (syserror): use errno for better error reporting.
8511
8512         * lily/source-file.cc (get_counts): new function. Calc column,
8513         line and char count in one go.
8514
8515         * lily/binary-source-file.cc (quote_input): rename to quote_input
8516
8517         * lily/input.cc (set): new function.
8518
8519 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8520
8521         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8522         directory part of file name to search directory.
8523
8524         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8525         search path and chdir to DIR if --outname=DIR used.
8526
8527         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8528         existence before appending original path.
8529
8530 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8531
8532         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8533         file" massage.
8534
8535         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8536         texinfo.tex is always used.
8537         
8538 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8539
8540         * flower/include/axis.hh: rename from axes.hh
8541
8542         * lily/include/text-interface.hh (Module): rename from text-item.hh
8543
8544         * VERSION (PATCH_LEVEL): release 2.5.29
8545
8546         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8547
8548         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8549         (handle-macfont): new function. Call fondu for Native mac fonts.
8550
8551         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8552         '() case.
8553
8554 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8557         multi-page.  Fix .eps regular expression.
8558
8559 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8560
8561         * Documentation/user/putting.itely: add info on modifying templates.
8562
8563         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8564         misc small changes.
8565
8566 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8567
8568         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8569
8570         * scripts/lilypond-ps2png.scm
8571
8572         * VERSION (PACKAGE_NAME): release 2.5.28
8573
8574 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8575
8576         * lily/main.cc (prepend_env_path): Do not append /, that does not
8577         work.  Localedir lives in datadir, not in prefix.
8578
8579         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8580         hack for windows.
8581
8582         * flower/include/file-cookie.hh: Compile fix.
8583
8584 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8585
8586         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8587
8588         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8589         system primitives.
8590         (gulp-port): using read-string!/partial. We don't want to read an
8591         entire PS file  (GUILE 1.6 limits strings to 16M) 
8592
8593         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8594         properties. Add font-interface. 
8595
8596         * scm/define-grob-properties.scm (all-user-grob-properties):
8597         remove old bracket properties.
8598
8599         * scm/x11-color.scm: reformat. 
8600
8601         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8602         LedgerLineSpanner if new StaffSymbol is found. 
8603
8604         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8605         staff-symbol for finishing staff. 
8606
8607         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8608
8609         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8610         change black to currentColor everywhere. This fixes color support
8611         in SVG.
8612
8613 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8614
8615         * input/regression/fret-diagrams.ly: new file to test fret diagram
8616         capability
8617
8618         * scm/output-tex.scm: remove white-dot and white-text
8619
8620         * scm/output-ps.scm: remove white-dot and white-text
8621
8622         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8623         using ly:stencil-in-color instead
8624         (draw-dots) : remove call to white-dot
8625
8626 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8627
8628         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8629         support.
8630
8631         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8632
8633         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8634
8635         * flower/file-cookie.cc: new file. lily_cookie extension.
8636         
8637 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8638
8639         * scm/editor.scm (editor-command-template-alist): Add syn
8640         editor (Jaap [de Vos]).
8641
8642 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8643
8644         * scripts/lilypond-ps2png.scm:
8645         * scm/ps-to-png.scm: New file.
8646
8647         * scm/backend-library.scm (postscript->png): Use it.
8648
8649         * scripts/lilypond-ps-to-png.py: Remove file.
8650
8651         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8652
8653 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8654
8655         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8656
8657         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8658         start on grace moment. Fixes autobeam-grace.ly.
8659
8660         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8661         process anything unless we're at the end of a pending beam. Fixes
8662         syncopated 8ths beamed across a beat.
8663
8664 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8665
8666         * scm/editor.scm (editor-command-template-alist): Start emacs if
8667         emacslient fails.
8668
8669         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8670
8671         * flower/file-path.cc (is_file, is_dir): Export.
8672
8673         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8674
8675 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8676
8677         * lily/easy-notation.cc: Added include cctype to correct
8678         compilation error.
8679
8680 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8681
8682         * scm/backend-library.scm (postscript->pdf): set resolution to
8683         1200, so bitmap fonts aren't that ugly. 
8684
8685         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8686
8687         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8688         parent if we have a notehead. Fixes incorrect offsets when
8689         Paper_column is very wide in the X direction.
8690
8691         * input/regression/font-family-override.ly (Module): new file.
8692
8693         * scm/font.scm (make-pango-font-tree): new function.
8694
8695         * lily/beam.cc (before_line_breaking): remove warning about less
8696         than 2 visible stems. We still get a warning when there is only
8697         one stem.
8698
8699 2005-06-01  Werner Lemberg  <wl@gnu.org>
8700
8701         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8702         correctly.
8703
8704 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8705
8706         * lily/slur-scoring.cc (generate_avoid_offsets): new
8707         function. Generate avoid offsets once per slur.
8708
8709         * lily/slur.cc (add_extra_encompass): add dependency to
8710         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8711
8712         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8713         too. Fixes inf error with added bass notes.
8714
8715         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8716         argument anymore.
8717
8718         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8719
8720         * input/tutorial/lbook-latex-test.tex: add line length test.
8721
8722         * scripts/lilypond-book.py (set_default_options): new
8723         function. Call this before dissecting snippets, so linewidth
8724         settings reach the snippets.
8725
8726 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8727
8728         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8729
8730 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8731
8732         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8733
8734 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8735
8736         * stepmake/aclocal.m4: More autopackage friendliness.
8737
8738 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8739
8740         * Documentation/index.html.in: remove link to LSR.
8741
8742         * Documentation/user/global.itely: remove duplicate
8743         "dedication" \header{} section.
8744
8745 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8746
8747         * VERSION (PACKAGE_NAME): release 2.5.27.
8748
8749         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8750         too. Plugs memory leak.
8751
8752         * make/lilypond.fedora.spec.in (Group): remove
8753         lilypond-pdfpc-helper.
8754
8755         * scripts/GNUmakefile (SEXECUTABLES): remove
8756         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8757
8758         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8759         'typewriter family.
8760
8761         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8762         memory leak.
8763
8764         * lily/parser.yy (score_body): don't clone Score, that's done in
8765         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8766
8767         * lily/score-engraver.cc (derived_mark): new function.
8768         (initialize): unprotect Paper_score. This fixes a memory leak.
8769
8770         * lily/score-performer.cc (derived_mark): new function.
8771
8772         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8773
8774         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8775         spurious warning.
8776
8777         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8778         serif.
8779
8780 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * configure.in (reloc_b): Add --enable-relocation.
8783
8784 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8785
8786         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8787
8788         * input/regression/alignment-order.ly: add Staff example.
8789
8790 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8791
8792         * po/fr.po: update.
8793
8794 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8795
8796         * Documentation/index.html.in: add link to LSR.
8797
8798 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8799
8800         * scm/define-stencil-commands.scm (Module): new file. Register all
8801         allowed stencil expression heads in a central place.
8802
8803         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8804         ly:make-stencil
8805
8806         * lily/stencil-expression.cc (all_stencil_heads): registering
8807         stencil expressions.
8808
8809         * lily/stencil-interpret.cc: new file. Stencil expression
8810         interpreting.
8811
8812         * input/xiao-haizi-guai-guai.ly: move file back.
8813
8814 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8815
8816         * Documentation/user/advanced.itely, converters.itely,
8817         instrument-notation.itely, lilypond-book.itely: misc small
8818         changes.
8819
8820 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8823
8824         * make/lilypond.fedora.spec.in: Fix source url.
8825
8826         * cygwin: Update from mingw patches.
8827
8828         * scm/editor.scm (editor-command-template-alist): Use jedit
8829         -reuseview (Bertalan), add uedit (Patrick Huberts).
8830
8831         * input/xiao-hai-zi-guai-guai.ly: Rename from
8832         xiao-haizi-guai-guai.ly.
8833
8834         * input/*: Reindent, do not use TAB.
8835
8836         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8837         white background.
8838
8839 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8840
8841         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8842         numerical overflow error.
8843
8844 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8845         
8846         * abc2ly.py: fix to syntax error in multi-part output.
8847
8848 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8849
8850         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8851         with disappearing span bars when alignAboveContext is active
8852
8853         * lily/property-iterator.cc (check_grob): use is-grob?
8854         object-property. Fixes crash-key-sig-font-size.ly. 
8855
8856 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8857
8858         * lily/bar-line.cc (print): don't round barlines; this produces
8859         odd aliasing effects in Acroread.
8860
8861         * lily/timing-engraver.cc (process_music): robustness fix.
8862
8863         * lily/context-def.cc (filter_engravers): bugfix.
8864
8865 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8866
8867         * lily/lilypond.rc.in: Add ly-icon.
8868
8869         * lily/GNUmakefile: 
8870         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8871         rules.
8872
8873 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8874
8875         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8876
8877         * ps/music-drawing-routines.ps: 
8878
8879         * scm/output-ps.scm: remove draw ez_ball.
8880
8881         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8882         EasyNotation context definition.
8883
8884         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8885         Text_interface and color for making easy note heads.
8886
8887         * lily/stencil.cc (with_color): new function.
8888
8889         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8890
8891         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8892         output routine. Zigzag now works in SVG too.
8893
8894         * scm/output-tex.scm (filledbox): idem.
8895
8896         * scm/output-svg.scm (filledbox): idem.
8897
8898         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8899
8900         * lily/lookup.cc (horizontal_line): use draw-line. 
8901
8902         * lily/system-start-delimiter.cc: remove old staff bracket code.
8903
8904         * mf/feta-haak.mf: further tweaks.
8905
8906         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8907
8908         * mf/feta-generic.mf: include feta-haak.
8909
8910         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8911
8912         * scm/framework-ps.scm (write-preamble): only load fonts if their
8913         filename is a string. 
8914
8915 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8916
8917         * scm/output-svg.scm (circle): support circle.
8918         (bracket): stub for bracket.
8919
8920         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8921         correct.
8922
8923 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8924
8925         * Documentation/user/lilypond.tely, advanced-notation.itely,
8926         basic-notation.itely, instrument-notation.itely, global.itely,
8927         introduction.itely, tutorial.itely: rearranging, editing,
8928         clean-up.
8929
8930         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8931         for compiling on FreeBSD.
8932
8933 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8934
8935         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8936         otf files.
8937
8938         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8939         bugfixes.
8940
8941         * VERSION: 2.5.26 released.
8942
8943         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8944
8945 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8946
8947         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8948         if printpagenumber is false.
8949
8950 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8951
8952         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8953         cache warning.
8954
8955         * lily/tie.cc (print): support dotted ties.
8956         
8957 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8958
8959         * scm/define-grobs.scm (all-grob-descriptions): switch off
8960         debugging
8961         (all-grob-descriptions): Arpeggio has Y-extent.
8962
8963         * scm/define-music-properties.scm (all-music-properties): document
8964         length-callback and start-callback as "read-only".
8965
8966         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8967         length-callback after creation. 
8968
8969         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8970         compressmusic -> compressMusic.
8971
8972         * ly/music-functions-init.ly (oldaddlyrics): idem.
8973
8974         * lily/parser.yy: NewLyricCombineMusic ->
8975         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8976
8977 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8978
8979         * ly/Welcome_to_LilyPond.ly: typo.
8980
8981 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8982
8983         * Documentation/user/lilypond.tely: move changing-defaults to be
8984         before global issues.
8985
8986         * Documentation/user/basic-notation.itely: move Transpose section
8987         here from advanced/Other.
8988
8989         * Documentation/user/changing-defaults.itely,
8990         advanced-notation.itely: move Fonts to advanced, edit.
8991
8992 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8993
8994         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8995         # before negative integers.
8996
8997 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8998
8999         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9000
9001         * Documentation/user/lilypond.tely: change Unified index to
9002         LilyPond index.
9003
9004         * Documentation/user/advanced-notation.itely,
9005         instrument-notation.itely: editing.
9006
9007 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9008
9009         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9010
9011         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9012
9013 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9014
9015         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9016         ly:port-move.  Needs to be stderr-specific on mingw.
9017         Run fixcc.
9018
9019 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9020
9021         * lily/general-scheme.cc (ly:port-move): Remove.
9022
9023         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9024         windows.
9025
9026         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9027         variables.  This eliminates the need for a gs.bat wrapper, which
9028         opens a console.
9029
9030         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9031         * scm/lily.scm (running-from-gui?): 
9032         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9033         artifact of not compiling with -mwindows.
9034
9035         * scm/editor.scm: Define PLATFORM.
9036
9037 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9038
9039         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9040         can start to cut & paste lilypond-book fragments.  
9041
9042         * scm/define-music-types.scm (music-descriptions): remove
9043         UntransposableMusic
9044
9045 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9046
9047         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9048
9049 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9050
9051         * Documentation/user/instrument-notation.itely: remove *Engraver.
9052
9053         * Documentation/user/advanced-notation.itely: edit, rearrange.
9054
9055 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9056
9057         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9058         findresource iso. findfont for CID CFF fonts.
9059
9060         * VERSION (PACKAGE_NAME): release 2.5.25
9061
9062         * ly/Welcome_to_LilyPond.ly: add  \version
9063
9064 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9065
9066         * Documentation/user/programming-interface.itely: move
9067         \displayMusic into its own section.
9068
9069         * Documentation/user/basic-notation.itely: finish editing.
9070
9071 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9072
9073         * flower/file-path.cc (find): don't throw away file_name.dir, but
9074         append to it. Fixes \include with directories.
9075
9076         * flower/include/file-path.hh (class File_path): don't derive from
9077         Array<String>.
9078
9079         * flower/include/file-name.hh (class File_name): remove to_str0()
9080
9081         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9082         Hara_kiri_engraver in separate file.
9083
9084         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9085         translation went wrong. Fixes vertically translated slurs.
9086
9087 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9088
9089         * Documentation/user/basic-notaton.itely: editing.
9090
9091 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9092
9093         * Documentation/user/macros.itexi, basic-notation.itely:
9094         add @commonprop (commonly used properties) macro.
9095
9096 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9097
9098         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9099
9100         * scripts/lilypond-book.py (invokes_lilypond): new function
9101         (main): only run fontextract if invokes_lilypond() is true.
9102
9103         * lily/function-documentation.cc (ly_add_function_documentation):
9104         duh, use !=
9105
9106         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9107
9108         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9109
9110         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9111
9112         * lily/function-documentation.cc (ly_add_function_documentation):
9113         use scm_hash_table_p() for checking.
9114
9115 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9116
9117         * Documentation/user/advanced-notation.itely (Text scripts):
9118         Change nonexisting @internalsref{Text markup} to @ref{Text
9119         markup}.  Change @internalsref{Text script} to
9120         @internalsref{TextScript}.
9121
9122         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9123
9124 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9125
9126         * Documentation/user/tutorial.itely, basic-notation.itely,
9127         changing-defaults.itely: remove duplicate cindex entries
9128         that appear on the same page.
9129
9130         * scm/define-grobs.scm: change default padding for TextSpanner.
9131
9132         * Documentation/topdocs/AUTHORS.texi: update email address.
9133
9134         * Documentation/user/global.itely: add info about \include.
9135
9136 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9137
9138         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9139         when running-from-gui.
9140
9141         * scm/editor.scm (get-editor): Add platform defaults.
9142
9143         * scm/backend-library.scm (postscript->pdf): Typo.
9144
9145 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9146
9147         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9148
9149         * lily/font-config.cc (init_fontconfig): add warning about cache.
9150
9151 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9152
9153         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9154
9155 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9156
9157         * lily/horizontal-bracket.cc (print): Take care of the direction
9158         property so brackets above the stave point downwards. 
9159
9160         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9161         for HorizontalBracket so it doesn't end up within the stave.
9162
9163 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9164
9165         * lily/GNUmakefile (default): Typo.
9166
9167         * scm/lily.scm (PLATFORM): Export.
9168
9169         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9170         load-font-via-GS, ttftool or fopencookie is broken on windows.
9171         
9172         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9173         -dSAFER, that is broken on windows.
9174
9175 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9176
9177         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9178         for FlexLexer.h
9179
9180         * scripts/lilypond-invoke-editor.scm: remove stray -
9181
9182 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9183
9184         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9185         Fixes deprecation warning.
9186
9187         * flower/include/string.icc (to_string): Only inline if
9188         -DSTRING_UTILS_INLINED.
9189
9190         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
9191         name.  Remove windows comment.
9192
9193         * scm/editor.scm (slashify): New function.
9194         (get-editor-command): Use it.
9195         (get-command-template): Do not alter editor command if
9196         environment value includes `%(file)s' magic.
9197
9198         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
9199         (dissect-uri): Use it.
9200         (unquote-uri): Bugfix.
9201
9202 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9203
9204         * scm/framework-ps.scm (write-preamble): add TTF rule.
9205
9206         * Documentation/topdocs/README.texi (Top): remove note about
9207         xdelta.
9208
9209         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
9210         requirement.
9211
9212         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
9213         function. Figure out where FlexLexer.h lives
9214
9215         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
9216         
9217 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9218
9219         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
9220         with Windows root in file name.
9221
9222         * scm/backend-library.scm (ly:system): Only redirect output (using
9223         system and shell, ugh) if /dev/null is writable.
9224
9225         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
9226         windows icon.
9227
9228         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
9229         on Mingw.
9230
9231         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
9232         click.
9233
9234         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9235         use result of stat when available.
9236
9237         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9238         absolute file name and root.
9239
9240         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9241
9242         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9243
9244         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9245         slashes in file name.
9246
9247 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9248
9249         * Documentation/user/preface.itely (Preface): Run
9250         texinfo-all-menus-update.
9251
9252         * scm/editor.scm (get-editor-command): Bugfix: allow full
9253         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9254
9255         * Documentation/pictures/lilypond-48.xpm: New file.
9256
9257         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9258
9259         * ly/Welcome_to_LilyPond.ly: New file.
9260
9261         * lily/main.cc (main): Only identify if we have a terminal.
9262
9263         * scm/backend-library.scm (postscript->png)
9264         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9265         non-/bin/sh).
9266
9267 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9268
9269         * Documentation/topdocs/AUTHORS.texi: polish, update.
9270
9271 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9272
9273         * Documentation/user/preface.itely (Notes for version 2.6): new
9274         notes for 2.6
9275
9276         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9277         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9278         is not fully contained" warnings.
9279
9280         * lily/slur-scoring.cc (get_bound_info): remove warning.
9281
9282         * lily/staff-symbol-engraver.cc (process_music): start initial
9283         spanner in process_music(). This fixes overrides of StaffSymbol
9284         properties.
9285
9286         * scm/framework-pdf.scm (Module): remove.
9287
9288         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9289
9290         * lily/ambitus-engraver.cc: formatting cleanups.
9291
9292         * mf/feta-solfa.mf (Module): remove.
9293
9294         * ChangeLog: more details about contributions.
9295
9296 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9297
9298         * lily/align-interface.cc (align_elements_to_extents): warn if
9299         called too early. Fixes: disappearing-staff-lines.ly
9300
9301         * VERSION (PACKAGE_NAME): release 2.5.24
9302
9303 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9304
9305         * stepmake/aclocal.m4: Typo.
9306
9307         * flower/string.cc (substitute): Take two strings or two
9308         characters.  Update callers.
9309
9310 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9311
9312         * flower/file-name.cc (File_name): Slashify.
9313
9314         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9315
9316         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9317
9318         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9319
9320         * configure.in (gui_b): Use it.
9321
9322         * lily/lilypond.rc.in: New file.
9323
9324         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9325
9326 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9327
9328         * Documentation/user/advanced-notation.itely: edit of Text
9329         section; clarify text scripts vs. text markup.
9330
9331 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9332
9333         * lily/multi-measure-rest-engraver.cc
9334         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9335         separation items on start. Fixes mm rests in start of score.
9336
9337         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9338         don't access StaffSymbol if not there.
9339         Fixes: crash-staff-symbol-engraver.ly.
9340
9341         * lily/instrument-name-engraver.cc (class
9342         Instrument_name_engraver): data member first_. Create
9343         InstrumentName on start. 
9344
9345 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9346
9347         * Documentation/user/instrument-notation.itely: add guitar
9348         position.
9349
9350         * Documentation/user/introduction.itely,
9351         Documentation/user/lilypond.tely,
9352         Documentation/user/tutorial.itely: begin pruning
9353         unused (duplicated) cindex entries and misc cleanup.
9354
9355 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9356
9357         * input/test/volta-chord-names.ly: Bring the explanation up to
9358         date.
9359
9360 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9361
9362         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9363         Specify `@documentencoding utf-8' for html, ignore warnings.
9364
9365 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9366
9367         * THANKS: Added bughunters.
9368
9369 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9370
9371         * lily/main.cc: update help string for `lilypond -H'.
9372
9373         * po/fi.po: update.
9374         
9375 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9376
9377         * Documentation/user/advanced-notation.itely: minor fixes.
9378
9379 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9380
9381         * scm/editor.scm: New module.
9382
9383         * scm/lily.scm (gui-main): Use it.
9384
9385         * scm/framework-gnome.scm (spawn-editor): Use it.
9386
9387         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9388
9389 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9390
9391         * scm/framework-ps.scm (load-font-via-GS):  new function.
9392
9393         * lily/pango-font.cc (pango_item_string_stencil): add support for
9394         CID keyed font.
9395
9396         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9397
9398 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9399
9400         * Documentation/user/basic-notation.itely: add @ref.
9401
9402         * Documentation/user/advanced-notation.itely: add example
9403         of 5/8 beaming.
9404
9405 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9406
9407         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9408
9409         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9410         going through ps2pdf wrappers.
9411
9412 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9413
9414         * Documentation/user/instrument-notation.itely: petrucci note
9415         heads: updated docu
9416
9417         * input/regression/note-head-style.ly: updated regression test;
9418         indentation fixes
9419
9420         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9421         heads as default
9422
9423         * mf/parmesan-heads.mf: minor editing; use musicological names
9424         (rather than optical description) as note head names
9425
9426         * scm/output-lib.scm: complete petrucci heads
9427
9428 2005-05-09  Pal Benko  <benkop@freestart.hu>
9429
9430         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9431         heads, but bigger)
9432
9433 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9434
9435         * lily/main.cc (main_with_guile): Remove no files check.
9436
9437         * lily/main.cc (ly:usage): Export to Scheme.
9438
9439         * scm/lily.scm (no-files-handler): New function.
9440
9441         * scm/lily.scm (lilypond-main): Use it.
9442
9443         * configure.in (gui_b): Add mbrtowc checking.
9444         Resurrect [utf8/]wchar.h checking.
9445
9446 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9447
9448         * Documentation/user/advanced-notation.itely (Metronome marks):
9449         Add link to the program reference for MetronomeMark
9450
9451         * Documentation/user/lilypond-book.itely (An example of a
9452         musicological document): Correct the example using psfonts 
9453
9454 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9455
9456         * po/fi.po: update after a lesson how to update entries against
9457         source.
9458         
9459         * po/TODO: document the lesson.
9460
9461 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9462
9463         * configure.in (gui_b): remove wcrtomb checking.
9464
9465         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9466         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9467
9468 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9469
9470         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9471         keep Scheme expressions and strings unmodified when doing the
9472         conversion to postfix notation for slurs and beams. Should
9473         hopefully solve most related conversion problems. 
9474
9475         * Documentation/user/lilypond-book.itely : Clarify and correct how
9476         to call dvips with -h psfonts.
9477
9478 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9479
9480         * Documentation/user/instrument-notation.itely (Entering lyrics):
9481         Typo.  Fixes build.
9482
9483 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9484
9485         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9486
9487         * Documentation/user/lilypond.tely, lilypond-book.itely,
9488         tutorial.itely: change references to 2.5.x to 2.6.x.
9489
9490         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9491         vs \lyricmode.
9492
9493         * Documentation/user/invoking.itely: remove old info about
9494         lilypond-profile.
9495
9496         * Documentation/topdocs/INSTALL.texi: remove old info about
9497         lilypond-profile, add warning about needing international fonts
9498         to build docs.
9499
9500 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9501
9502         * lily/include/grob-info.hh (class Grob_info): make data member
9503         private. Changes throughout.
9504
9505         * input/regression/alignment-order.ly: new file. 
9506
9507         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9508         alignAboveContext and alignBelowContext
9509
9510 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9511
9512         * lily/pfb.cc (LY_DEFINE): add cast.
9513
9514         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9515         matches .otf
9516         (write-preamble): warn about unknown fonts.
9517
9518         * lily/pfb.cc (Module): new function ly:otf->cff
9519
9520         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9521         (get_otf_table): new function.
9522
9523 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9524
9525         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9526         iso. ps2png.
9527
9528 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9529
9530         * po/fi.po: apply second round of update.
9531
9532 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9533
9534         * scm/x11-color.scm (make-x11-color-handler): don't use
9535         #\sp. Apparently doesn't work on all platforms. 
9536
9537 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9538
9539         * Documentation/user/advanced-notation.itely, putting.itely,
9540         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9541
9542 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9543
9544         * VERSION (PACKAGE_NAME): release 2.5.23
9545
9546 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9547
9548         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9549         convert to utf-8.
9550
9551         * THANKS: Add translators for this release, convert to utf-8.
9552
9553         * mf/GNUmakefile (MFTRACE_FLAGS):
9554         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9555         outdir as option (WAS: hardcoded).
9556
9557 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9558
9559         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9560         finished_span_
9561
9562         * THANKS: add Hans Forbrich.
9563
9564         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9565
9566         * Documentation/user/basic-notation.itely (Staff symbol): document
9567         start/stop staff. Reference to ossia.ly
9568
9569         * input/test/ossia.ly: new example using stop and startStaff.
9570
9571         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9572         in other words, don't create "|" barline at start of the score.
9573         (start_translation_timestep): don't set whichBar for start of score.
9574
9575         * input/regression/staff-halfway.ly: use new functionality.
9576
9577         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9578         start and stop staff based on events.
9579
9580         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9581
9582         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9583
9584 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9585
9586         * Documentation/user/programming-interface.itely (How markups work
9587         internally ): remove \encoding reference.
9588
9589 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9590
9591         * scripts/convert-ly.py: Attempt to do a smarter update of 
9592         text markups from versions < 1.9.0 with arbitrary nesting.
9593
9594 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9595
9596         * po/fi.po: convert to utf-8, and update.
9597
9598 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9599
9600         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9601
9602         * lily/*.cc: more <? >? to min/max changes
9603
9604         * lily/include/interpretation-context-handle.hh: rename
9605         Interpretation_context_handle to Context_handle.
9606
9607 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9608
9609         * input/regression/GNUmakefile (local_delete): use `find` together 
9610         with `xargs` to avoid too long argument-lists in cmd line.
9611
9612 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9613
9614         * Documentation/user/introduction.itely: updates "About this manual".
9615
9616         * Documentation/user/advanced-notation.itely,
9617         invoking.itely: minor fixes.
9618
9619 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9620
9621         * COPYING: add font exception. Update FSF address. 
9622
9623         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9624         should be taken without child context.
9625
9626         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9627
9628         * scm/define-markup-commands.scm (triangle): new command, as
9629         robust replacement for unicode Delta/Triangle.
9630
9631 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9632
9633         * ps/music-drawing-routines.ps: add fillp argument.
9634
9635         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9636
9637         * lily/font-config.cc (init_fontconfig): don't add cff/
9638
9639         * VERSION (PACKAGE_NAME): release 2.5.22
9640
9641         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9642
9643         * lily/grace-engraver.cc (consider_change_grace_settings): use
9644         is_alias(). Fixes problem with CueVoice grace notes. 
9645
9646         * lily/simultaneous-music-iterator.cc (construct_children): call
9647         Music_iterator::quit() for iterators that start out invalid. This
9648         fixes indefinitely continuing contexts.
9649
9650         * buildscripts/substitute-encoding.py: new file
9651
9652         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9653         missing @end 
9654
9655         * scripts/lilypond-book.py (write_if_updated): print file name.
9656
9657         * Documentation/user/basic-notation.itely (Explicitly
9658         instantiating voices): idem.
9659
9660         * Documentation/user/advanced-notation.itely (Text spanners):
9661         remove stray { } 
9662
9663         * lily/context.cc (default_child_context_name): the default child
9664         is now first in accepts_list_.
9665
9666         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9667         \defaultchild to all relevant contexts.  This fixes:
9668         drums-pitch.ly.
9669
9670         (Probably also fixes similar problems with ancient
9671         transcriptions getting CueVoices instead of the desired voices.)
9672  
9673         * lily/context-def.cc (get_default_child): new function.
9674         (get_accepted): place default child in front of list.
9675
9676         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9677
9678         * lily/include/context-def.hh (struct Context_def): add
9679         default_accept_
9680
9681 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9682
9683         * scm/define-grobs.scm: remove "remove-first" line, since
9684         the absent property is set to #f anyway.
9685
9686         * Documentation/user/basic-notation.itely,
9687         advanced-notation.itely, instrument-notation.itely: minor
9688         fixes.
9689
9690         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9691
9692         * Documentation/user/advanced-notation.itely,
9693         changing-defaults.itely: consolidate Text stuff in
9694         advanced notation.
9695
9696         * Documentation/user/global.itely: better docs for \header.
9697
9698         * Documentation/user/putting.itely: new chapter; placeholder
9699         for future expansion.
9700
9701         * Documentation/user/examples.itely: moved "suggestions for
9702         writing LP files" section into putting.itely.
9703
9704         * Documentation/user/lilypond.itely: added new chapter,
9705         fixed the short table of contents.
9706
9707 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9708
9709         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9710         infinity for unfeasible beams.
9711
9712         * make/lilypond.fedora.spec.in (Group): idem.
9713
9714         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9715
9716         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9717
9718         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9719         fonts directly.
9720
9721         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9722
9723         * mf/GNUmakefile: remove all CFF rules.
9724
9725         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9726
9727         * lily/open-type-font-scheme.cc (LY_DEFINE):
9728         new function ly:otf-font-table-data.
9729         (LY_DEFINE): new function otf-font?
9730
9731 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9734         ($(outdir)/Fontmap.lily): idem.
9735
9736         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9737         for PFAEmmentaler-XXX.pfa. 
9738
9739         * Documentation/user/music-glossary.tely (accidental): NL
9740         translation of accidental.
9741
9742 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9743
9744         * flower/include/international.hh: Bugfix: include "string.hh".
9745
9746         * lily/include/mingw-compatibility.hh: New file.
9747
9748         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9749
9750         * configure.in: Search for mingw wcrtomb library.
9751
9752 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9753
9754         * scripts/convert-ly.py: Bug fix
9755
9756         * Documentation/user/changing-defaults.itely (Common tweaks):
9757         Added example where the context has to be specified explicitly
9758         (MetronomeMark). 
9759
9760 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9761
9762         * scripts/lilypond-book.py (ly_options): set timing to #f for
9763         notime option.
9764
9765         * scripts/convert-ly.py (conv): typo.
9766
9767         * flower/*.cc: remove <? and >?
9768         
9769         * lily/*.cc: remove <? and >?
9770
9771         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9772         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9773         editor.
9774
9775 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9776
9777         * lily/part-combine-engraver.cc: add space to variable list.
9778
9779 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9780
9781         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9782         remove-first to false (matches docs)
9783
9784         * Documentation/user/advanced-notation.itely: corrected docs
9785         concerning remove-first.
9786
9787 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9788
9789         * lily/part-combine-engraver.cc: make sure that the relevant
9790         properties are included in the documentation.
9791
9792 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9793
9794         * Documentation/user/lilypond-book.itely: Bernard's docs
9795         for \betweenLilyPondSystem.
9796
9797 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9798
9799         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9800         remarks.
9801
9802 2005-04-28  Pal Benko  <benkop@freestart.hu>
9803
9804         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9805         only on vertical lines of flexa shape, and use a constant
9806         thickness value for horizontal lines (patch slightly modified by
9807         Jürgen Reuter)
9808
9809         * lily/include/mensural-ligature.hh: make 2 comments clearer
9810
9811 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9812
9813         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9814         to need_extra_horizontal_space; bugfix: use class scope to avoid
9815         global namespace pollution
9816
9817         * Documentation/user/instrument-notation.itely (ligatures): added
9818         comment on possible future syntax change and how to work around
9819
9820         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9821         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9822         intervals (fixes agnus dei example)
9823
9824         * Documentation/user/instrument-notation.itely (white mensural
9825         ligatures): selected a more illustrative example
9826
9827 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9828
9829         * Documentation/index.html.in: specify utf-8 charset in meta content.
9830
9831 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9832
9833         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9834         empty 2nd page for single page.
9835
9836         * scm/lily.scm: remove p&c definitions.
9837
9838         * po/zh_TW.po (Module): new translation.
9839
9840         * lily/lily-guile.cc (ly_chain_assoc): remove.
9841
9842         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9843         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9844
9845 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9846
9847         * lily/beaming-info.cc: remove infinity_i
9848
9849         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9850
9851 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9852
9853         * Documentation/user/basic-notation.itely,
9854         instrument-notation.itely, advanced-notation.itely,
9855         changing-defaults.itely: minor fixes.  Added docs
9856         for colors to advanced-notation.itely.
9857
9858         * Documentation/user/advanced-notation.itely: fixed compile
9859         problem and added Bernard's x11-color doc patch.
9860
9861 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9862
9863         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9864         alright this time round.
9865
9866 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9867
9868         * Documentation/topdocs/INSTALL.texi (Top): idem.
9869
9870         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9871
9872         * VERSION (MAJOR_VERSION): release 2.5.21
9873
9874         * scm/output-ps.scm (grob-cause): bugfix.
9875
9876 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9877
9878         * cygwin/*: Update.
9879
9880         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9881         stuff.
9882
9883         * scm/output-ps.scm (grob-cause): Bugfix.
9884
9885         * scm/lily.scm (ly:load): Remove x11-color.
9886
9887         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9888         quote executable, fixes getting version from program --with
9889         --options.
9890         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9891         $ac_exeect.
9892
9893         * Documentation/user/GNUmakefile: Only build music-glossary with
9894         rendered lilypond snippets during web.
9895
9896 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9897
9898         * po/de.po: update.
9899
9900         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9901
9902 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9903  
9904         * scripts/abc2ly:
9905         second title line append with punctuation dash character;
9906         encode abc2ly python strings in utf-8
9907        
9908 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9909
9910         * scripts/abc2ly fix chords (again)
9911  
9912 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9913
9914         * scm/x11-color.scm: new file
9915         All x11 color names can be accessed with:
9916         #(x11-color 'ColorName),
9917         #(x11-color "ColorName") or:
9918         #(x11-color "color name")
9919         If the x11 color name is not recognised then it defaults
9920         to black
9921
9922         * scm/lily.scm: amended to call scm/x11-color.scm
9923
9924 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9925
9926         * Documentation/user/invoking.itely (Reporting bugs): comment out
9927         reference to online PNG bug repository.
9928
9929 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9930
9931         * lily/translator-scheme.cc (ly:translator-property): Remove.
9932         Update callers.
9933
9934         * lily/context-scheme.cc (ly:context-now): Move from translator.
9935         Update callers.
9936
9937 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9938
9939         * input/regression/grid-lines.ly (skips): refine example.
9940
9941         * scm/define-context-properties.scm
9942         (all-user-translation-properties): doc autoBeamCheck
9943
9944         * input/regression/grid-lines.ly (Module): new file.
9945
9946         * lily/grid-point-engraver.cc (Module): new file.
9947
9948         * lily/grid-line.cc (Module): new file.
9949
9950         * lily/grid-line-span-engraver.cc (Module): new file.
9951
9952         * lily/grid-line-interface.cc (Module): new file.
9953
9954 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9957         missing parameter, actualy cdr through list.  Actually return a
9958         list with ENTRY removed (was '()).
9959
9960         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9961         opened.
9962         (do_conversion): Fix printing of continuation comma.
9963
9964         * Documentation/user/advanced-notation.itely (Beam formatting):
9965         Remove refbugs about compound time and mixed duration.
9966
9967         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9968         modulo moments explicitely.
9969
9970         * lily/moment.cc (operator %): New function.
9971
9972         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9973
9974         * lily/translator-scheme.cc (ly:translator-now,
9975         ly:translator-property): New function.
9976
9977         * scm/auto-beam.scm (default-auto-beam-check): New function.
9978
9979         * lily/auto-beam-engraver.cc (test_moment): Use it.
9980
9981         * flower/rational.cc (operator %): Bugfix.
9982
9983 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9984
9985         * scripts/abc2ly: Bugfix
9986
9987 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9988
9989         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9990         %'s on EndFont comment.
9991
9992         * lily/ledger-line-spanner.cc: some more words of explanation.
9993
9994 2005-04-20  John Williams <williams@tni.com>  
9995         
9996         * scripts/lilypond-book.py: htmlquote bugfix.
9997         Allow snippets to be given distinct filenames.
9998         Allow the default alt text to be overridden.
9999
10000 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10001
10002         * ly/performer-init.ly: Bugfix
10003
10004         * THANKS: Added bughunters.
10005
10006 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10007
10008         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10009
10010         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10011         position (was: use modulo measure length).
10012
10013         * configure.in (no gui_b): Remove optional gtk+ requirement.
10014
10015 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10016
10017         * Documentation/user/basic-notation.itely (Pitches): add
10018         LedgerLineSpanner.
10019
10020         * lily/dynamic-engraver.cc (process_music): set right bound to
10021         script if present. Else, do not set.
10022         (acknowledge_grob): only set right bound of finished spanner to
10023         note column if no other bound is set.
10024
10025         * python/lilylib.py (make_ps_images): switch back to png16m.
10026         
10027 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10028
10029         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10030         writing up to date file.  Add dvips usage suggestion.
10031
10032         * scripts/convert-ly.py: Fix error message.
10033         Print usage if no files on command line.
10034         (usage): Add example usage.
10035
10036         * input/test/compound-time.ly: New file.
10037
10038         * input/test/circle.ly: New file.
10039
10040         * Documentation/topdocs/NEWS.tely: Use them.
10041
10042         * input/test/boxed-stencil.ly: Remove \score.
10043
10044         * buildscripts/mf-to-table.py (base): Add .log dependency.
10045
10046         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10047         pfa's.  Add .log dependency
10048
10049         * scm/define-markup-commands.scm (lower): New command.
10050
10051         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10052         make it default.
10053
10054 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10055
10056         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10057         also to finished cresc as right bound. This fixes:
10058         skip-string-decresc.ly
10059
10060         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10061         relative_coordinate if extent is empty.
10062
10063         * lily/stem.cc (width_callback): determine correct extent if flag
10064         is not there. This fixes slur-no-flag.ly
10065
10066         * lily/grace-engraver.cc (consider_change_grace_settings): new
10067         function.
10068         (initialize): also consider_change_grace_settings() on
10069         initialization. Fixes large grace notes at start of score.
10070
10071         * lily/break-align-interface.cc (do_alignment): don't translate if
10072         total_extent is empty.
10073
10074         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10075
10076 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10077
10078         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10079         with slash.
10080
10081 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10082
10083         * stepmake/aclocal.m4: Remove tfm_path.
10084
10085 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10086
10087         * scm/music-functions.scm (markup-expression->make-markup): fix
10088         bug with cons arguments of markup commands.
10089         (music->make-music): fix music expression property list building
10090
10091 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10092
10093         * aclocal.m4: Massage package names.
10094
10095         * SCons updates.
10096
10097 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10098
10099         * VERSION (PACKAGE_NAME): release 2.5.20
10100
10101         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10102         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10103
10104         * lily/percent-repeat-engraver.cc (try_music): add measure before
10105         next_moment to future processing moment. Fixes:
10106         percent-repeat-mm-rest.ly
10107         (process_music): don't add moment for 2nd time.
10108
10109         * input/regression/repeat-percent.ly: add mmrests as extra test.
10110
10111         * lily/axis-group-engraver.cc (acknowledge_grob): read
10112         keepAliveInterfaces to decide what to kill.
10113
10114         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10115         percent-repeat-interface to keepAliveInterfaces. This fixes
10116         percent-repeat-harakiri.
10117
10118 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10119
10120         * SCons updates.
10121
10122 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10123
10124         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10125
10126         * aclocal.m4: remove --enable-tfm-path configure option
10127
10128         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10129
10130         * scm/backend-library.scm (postscript->png): newline after
10131         finishing command.
10132
10133         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10134         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10135
10136         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10137
10138         * lily/score.cc (default_rendering): use Music_output too.
10139
10140         * input/test/chord-names-languages.ly (Module): rename file.
10141
10142         * lily/text-spanner.cc: add bound-padding.
10143
10144         * lily/paper-book.cc (systems): accept Paper_score
10145         iso. Paper_system vector. 
10146
10147         * input/regression/line-arrows.ly: new file.
10148
10149         * lily/paper-score.cc (process): run get_paper_systems() only once.
10150
10151         * lily/line-spanner.cc (line_stencil): add arrows.
10152
10153 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10154
10155         * lily/line-interface.cc (make_arrow): new function. 
10156         (arrows): idem.
10157
10158 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10159
10160         * input/test/chord-names-german.ly: update for italian/french
10161         chords.
10162         
10163         * Documentation/user/instrument-notation.itely (Printing chord
10164         names): update.
10165
10166 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10167
10168         * lily/include/paper-score.hh (class Paper_score): remove unused
10169         prototypes.
10170
10171         * lily/book.cc (process): add -COUNT to midi output.
10172
10173         * lily/score.cc (book_rendering): remove outname argument
10174         (book_rendering): return list of Music_outputs. 
10175
10176         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10177
10178         * lily/book.cc (process): loop over Music_outputs returned from
10179         Score::book_rendering().
10180
10181         * lily/*.cc (width_callback): remove spurious "unused" warnings
10182         for assert (axis==[XY]_AXIS); 
10183
10184         * lily/include/music-output.hh (class Music_output): smobify class.
10185
10186         * lily/include/paper-score.hh (class Paper_score): make members
10187         private.
10188
10189         * lily/performance.cc (process): return #f iso. #<undefined>. This
10190         prevents #<undefined> leaking into GUILE-userspace.
10191
10192 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10193
10194         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
10195
10196 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
10197
10198         * scm/chord-name.scm : support for italian and french
10199         chords names.
10200
10201         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
10202         a space defined by chordPrefixSpacer when the root name is
10203         direclty followed by a prefix.
10204
10205         * ly/engraver-init.ly : chordPrefixSpacer       
10206         * scm/define-context-properties.scm : chordPrefixSpacer
10207         * ly/property-init.ly : italianChords, frenchChords 
10208
10209 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10210
10211         * mf/feta-din.mf: Remove.
10212
10213         * mf/GNUmakefile (fontdir): Bugfix.
10214
10215         * mf/SConstruct: Some updates.
10216
10217         * SConstruct: Require pkg-config.
10218         (test_program): Bugfix for double digit version compares, use
10219         integer (not string-) compare.
10220         Optionally require gs 8.14.
10221
10222         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
10223
10224         * lily/*: s/ifdef HAVE_*/if have/.
10225
10226         * SConstruct (test_lib): New function.  Update pkg-config and some
10227         other requirements.
10228
10229         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
10230         freetype, pangof2t.
10231
10232 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * po/lilypond.pot, ...: Update using bison-CVS.
10235
10236         * python/lilylib.py (make_ps_images): Fixo.
10237
10238 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10239
10240         * python/lilylib.py (make_ps_images): typo.
10241
10242         * configure.in (gui_b): make bison optional.
10243
10244         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10245
10246 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10247
10248         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10249         with one parameter can be defined in a LaTeX file when processed
10250         by lilypond-book this will be evaluated between the systems of
10251         a multi-system score. The parameter is the number of systems processed.
10252
10253 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10254
10255         * python/lilylib.py (make_ps_images): Escape newline.
10256
10257         * Documentation/user/music-glossary.tely: Run
10258         texinfo-all-menus-update.
10259
10260 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10261
10262         * scm/lily-library.scm (old-relative-not-used-message)
10263         (version-not-seen-message): Add input-file-name-location to message.
10264
10265         * lily/parser.yy (lilypond): Add token aliases.
10266
10267         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10268         not confuse with alteration.
10269         (alteration): Add.
10270
10271 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10272
10273         * python/lilylib.py (make_ps_images): use -dEPSCrop
10274
10275         * VERSION (PACKAGE_NAME): release 2.5.19 
10276
10277         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10278         only put xrefs in info documentation.
10279
10280         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10281         .pdf rule to tex-rules.make.
10282
10283         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10284         from -systems.* output.
10285
10286         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10287         directly, remove -$(PAGESIZE) target.
10288
10289         * input/test/embedded-postscript.ly: update.
10290
10291 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10292
10293         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10294
10295         * Documentation/user/changing-defaults.itely (Font selection):
10296         document font-name.
10297
10298         * input/regression/font-name.ly: show Pango fonts for
10299         font-name. Update example. 
10300
10301         * lily/pango-select.cc (properties_to_pango_description): don't
10302         convert symbol font-size to number, but use to lookup.
10303
10304         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10305
10306         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10307         (NAME . FILE-NAME) tuples for font descriptions. 
10308         (write-preamble): display BeginFont DSC comments.
10309
10310         * python/fontextract.py (write_extracted_fonts): new file. Extract
10311         font resources from a PS file.
10312
10313         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10314         (Compile_error.process_include): do_file returns chunks.
10315
10316         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10317
10318         * make/lysdoc-targets.make: .texi is .PRECIOUS
10319
10320         * scripts/lilypond-book.py (write_if_updated): new function.
10321
10322 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10323
10324         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10325
10326 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10327
10328         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10329
10330         * input/regression/markup-syntax.ly: remove \score.
10331
10332         * scm/define-markup-commands.scm (draw-circle): add fill argument
10333
10334         * scm/stencil.scm (make-circle-stencil): add fill argument
10335
10336         * ps/music-drawing-routines.ps: add fill argument.
10337
10338         * ly/performer-init.ly: add CueVoice to MIDI too.
10339
10340         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10341         EndEPSF.
10342
10343         * input/regression/markup-eps.ly: new file.
10344
10345         * scm/framework-ps.scm (write-preamble): change order: vars should
10346         be inited before procedures.
10347
10348         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10349         for EPS files.
10350
10351         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10352
10353 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10354
10355         * configure.in (gui_b): add check for ghostscript 8.15
10356
10357 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10358
10359         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10360         start of line. Fixes cresc-after-newline.ly
10361
10362         * lily/source-file.cc (file_line_column_string): use get_column().
10363
10364 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10365
10366         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10367
10368 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10369
10370         * lily/*: use message () iso progress_indication () for messages.
10371         Revise/uniformise user messages.
10372
10373         * flower/warn.cc (progress_indication): New function.
10374         (message): Use it.  Fixes newline problems.
10375
10376         * config.make.in (webdir): Sort out install dirs.
10377
10378         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10379
10380         * python/lilylib.py (command_name): Bugfix.
10381         (make_ps_images):
10382
10383 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10384
10385         * lily/main.cc: --help says what types of backends are availabe
10386
10387 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         Fix ./VERSION dependency, and without need to reconfigure.
10390
10391         * lily/main.cc (setup_paths): Update.
10392
10393         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10394
10395         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10396
10397         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10398         Add \line for some simplistic cases.
10399
10400         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10401
10402 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10403
10404         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10405         to compile LY files (useful for adding eg. "-I" args)
10406         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10407         2Gnome command for gnome backend.
10408         (LilyPond-command-formatgnome): call the 2Gnome command. key
10409         binding: C-c C-g
10410
10411 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10412
10413         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10414         depend on all PNG images.
10415
10416 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10417
10418         * GNUmakefile.in: Bugfix: also link .map files.
10419
10420 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10421
10422         * scm/music-functions.scm (music->make-music): generate 
10423         a (make-music ...) sexpr from a music expression.
10424         (display-scheme-music): use guile pretty printer to display the
10425         make-music sexpr.
10426
10427 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * ly/engraver-init.ly: reindent.
10430         Add CueVoice.
10431
10432         * scm/music-functions.scm (music-pretty-string): handle moments
10433         too.
10434         (music-pretty-string): only print non-empty lists.
10435         (cue-substitute): create CueVoice context, which has smaller type.
10436
10437         * lily/moment-scheme.cc (LY_DEFINE): new methods
10438         ly:moment-grace-{numerator,denominator}
10439
10440         * lily/context-handle.cc: remove quit() method. 
10441
10442         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10443         (init_fontconfig): success is 0, not !0
10444
10445 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10446
10447         * mf/feta-nummer-code.mf (code): add plus glyph.
10448
10449         * lily/tie.cc (print): idem.
10450
10451         * lily/slur.cc (print): don't use thickness property for
10452         slur shape-thickness.
10453
10454         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10455         while adding stencils.
10456
10457         * scm/define-markup-commands.scm (with-color): with-color markup
10458         command.
10459         (whiteout): new markup command 
10460         (filled-box): new markup command
10461
10462 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10463
10464         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10465         test for PDF docs.
10466
10467         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10468         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10469         
10470         Notes for tetex-3.0 make web:
10471            psclean.map: s/uhv8a/uhvr8a/
10472            config.ps add:
10473                 p +psfonts_t1.map
10474                 p +psclean.map
10475                 p +typeface.map
10476
10477 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10478
10479         * scm/music-functions.scm (music-pretty-string): fix bug with
10480         string argument.
10481
10482 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10483
10484         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10485
10486 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10487
10488         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10489         only process options if they're there.
10490         (write_file_map): add version-seen? to snippet-map.ly
10491
10492 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10493
10494         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10495         formatting cleanups.
10496
10497         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10498         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10499
10500 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10501
10502         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10503         name directly.
10504
10505         * lily/main.cc (setup_paths): either add mf/out to search path or 
10506         fonts/{otf,type1,etc}
10507         
10508         * lily/font-config.cc (init_fontconfig): either add mf/out to
10509         FontConfig or fonts/{otf,type1,etc}
10510
10511         * GNUmakefile.in: don't put mf/ link in share/ dir.
10512
10513         * lily/staff-spacing.cc: move same-direction-correction to
10514         note-spacing-interface
10515
10516         * scm/lily.scm (lilypond-main): use variable argument count for
10517         exception handler.
10518
10519         * lily/font-config.cc (init_fontconfig): add operator pacification
10520         message.
10521
10522         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10523
10524         * buildscripts/gen-emmentaler-scripts.py (i): generate
10525         PFAEmmentaler as well.
10526
10527         * scm/framework-ps.scm (munge-lily-font-name): new function
10528         (write-preamble): hack: insert PFA equivalent of CFF into
10529         .PS. This makes LilyPond output printable on normal PS printers
10530         again.
10531
10532         * buildscripts/gen-emmentaler-scripts.py (i): generate
10533         PFAEmmentaler.pfa aswell.
10534
10535 2005-04-06  John Williams <williams@tni.com>  
10536         
10537         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10538         
10539 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10540
10541         * scm/page-layout.scm (default-page-make-stencil): always combine
10542         the header stencil, even if empty. This prevents the body text to
10543         reach up to the margins.
10544
10545         * po/rw.po (Module): new file, for Kinyarwanda.
10546
10547         * input/test/spacing-optical.ly (Module): new file.
10548
10549         * lily/staff-spacing.cc: add same-direction-correction
10550
10551 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10552
10553         * Documentation/user/introduction.itely (Engraving): Comment-out
10554         non-existent file.
10555
10556 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10557
10558         * scm/define-grob-properties.scm (all-user-grob-properties): add
10559         same-direction-correction
10560
10561         * VERSION: release 2.5.18
10562
10563 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10564
10565         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10566         dereferencing.  Fixes make web.
10567
10568         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10569         errno.h.
10570
10571         * Documentation/user/: Fix links.
10572
10573 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10574
10575         * lily/text-interface.cc (Module): rename from text-item.cc
10576
10577         * input/regression/apply-output.ly (texidoc): function naming fix.
10578
10579         * lily/time-signature-performer.cc (derived_mark): new function.
10580
10581         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10582
10583         * scripts/lilypond-book.py (find_linestarts): new function.
10584         (find_toplevel_snippets): keep track of line numbers.
10585
10586         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10587         all key changes.
10588
10589         * ly/declarations-init.ly (partCombineListener): use
10590         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10591
10592         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10593
10594 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10595
10596         * lily/text-item.cc: Fix link.
10597
10598         * Documentation/user/changing-defaults.itely (Changing defaults):
10599         Fix programs reference links.
10600
10601         * Documentation/user/music-glossary.tely: Convert to utf-8.
10602
10603 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10604
10605         * make/lilypond-vars.make: remove TEXMF from variables.
10606         remove DEB_BUILD pk font variables.
10607         remove GUILE_LOAD_PATH
10608         remove TeX memory vars.
10609
10610 2005-04-04  Werner Lemberg  <wl@gnu.org>
10611
10612         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10613
10614 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10615
10616         * ps/lilyponddefs.ps: remove reencode-font
10617
10618         * lily/simple-spacer.cc (add_columns): also compare
10619         directly. Column rank doesn't distinguish between broken and
10620         unbroken columns. This fixes large spaces before time sig changes.
10621
10622         * Documentation/user/point-and-click.itely: document ly:set-option.
10623
10624         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10625         point_and_click_global is set.
10626
10627         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10628         ly:set-option argument.
10629
10630 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10631
10632         * GNUmakefile.in: Include symlinks in webball.
10633
10634         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10635         source dir for split and non-split manuals.
10636
10637         * Documentation/user/*y: Fix @uref/@inputfile links for
10638         split/non-split HTML documents.
10639
10640         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10641         .ps.gz.
10642         
10643 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10644
10645         * GNUmakefile.in: Add newline.
10646
10647 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10648
10649         * tex/lilyponddefs.tex: use color instead of xcolor
10650         * scm/output-tex.scm: minor editing
10651
10652 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10653
10654         * scm/music-functions.scm (display-scheme-music): pretty printer
10655         for music expressions.
10656
10657 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10658
10659         * buildscripts/install-info-html.sh (index_file): Fix link.
10660
10661 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10662
10663         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10664
10665         * Documentation/index.html.in: Add size estimates with some big pages.
10666
10667         * Documentation/user/tutorial.itely (Running LilyPond for the
10668         first time): Add/replace some @rglos links.  TODO: add more
10669         @rglos links in tutorial, test non-intrusiveness (.css).
10670
10671         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10672         annoying's indication of referencing external document.
10673
10674         * Documentation/user/GNUmakefile: Split version of glossary too.
10675         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10676         links, not only for html.
10677
10678         * Documentation/user/introduction.itely: Fix some links for other
10679         than html, do not use `here' as link name.
10680
10681 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10682
10683         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10684         @glossaryref.
10685
10686 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10687
10688         * scm/page-layout.scm (default-page-make-stencil): only add header
10689         if existing and not empty. Fixes spurious programming error.
10690
10691         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10692
10693 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10694
10695         * scm/output-tex.scm: implement {re,}setcolor
10696         * tex/lilyponddefs.tex: use color package
10697
10698 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10699
10700         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10701         additions to website.
10702
10703         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10704
10705         * Documentation/user/macros.itexi: Fix @usermanref html links in
10706         split documents: use @inforef.
10707
10708 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10709
10710         * Documentation/user/programming-interface.itely: minor fix.
10711
10712         * Documentation/user/advanced-notation.itely: added info to
10713         Metronome markings.
10714
10715 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10716
10717         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10718         use box-stencil.  Remove y-padding argument.
10719         (make-stencil-circler): New function.
10720
10721         * buildscripts/lilypond-words.py (F): 
10722         * elisp/SConscript (a): 
10723         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10724         * vim/SConscript (a): 
10725         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10726
10727         * lily/general-scheme.cc: Build fix.
10728
10729         * scm/markup.scm:
10730         * input/regression/markup-scheme.ly: 
10731         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10732
10733         * scm/stencil.scm (make-circle-stencil): New function.
10734
10735         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10736         name (was cicle).  Update callers.
10737         (circle): New markup command, similar to box.
10738
10739         * scm/stencil.scm (circle-stencil): New function.
10740
10741 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10742
10743         * configure.in: Detect libutf8/wchar.h variant.
10744
10745         * stepmake/aclocal.m4: Modify shared size test.
10746
10747 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10748
10749         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10750
10751 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10752
10753         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10754         
10755         * VERSION (PACKAGE_NAME):  release 2.5.17
10756
10757 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10758
10759         * scm/backend-library.scm (postscript->png): Fix comment and png
10760         message.
10761
10762         * GNUmakefile.in (link-tree): Fix locales.
10763
10764 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10765
10766         * lily/stencil-scheme.cc (LY_DEFINE): change to
10767         ly:stencil-aligned-to, non mutating.
10768
10769         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10770
10771         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10772
10773         * lily/quote-iterator.cc (derived_mark): call
10774         Music_wrapper_iterator::derived_mark() too.
10775
10776         * lily/grace-engraver.cc (derived_mark): change signature, add
10777         const.
10778
10779 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10780
10781         * SConstruct (symlink): 
10782         * GNUmakefile.in (link-tree): Add scripts to prefix.
10783
10784         * lily/general-scheme.cc (ly:effective-prefix): New function.
10785
10786         * scm/backend-library.scm (postscript->png): Use it.
10787
10788 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10789
10790         * lily/paper-score.cc (process): don't delete grobs after
10791         producing stencils. 
10792
10793         * scm/part-combiner.scm (determine-split-list): switch off
10794         debugging info.
10795
10796         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10797         if available.
10798
10799         * scm/define-context-properties.scm
10800         (all-user-translation-properties): add stringNumberOrientations.
10801
10802         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10803         so fingering and string-numbers are separately controlled.
10804
10805 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10806
10807         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10808         not use debugging.
10809
10810 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10811
10812         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10813
10814         * config.hh.in: add HAVE_FONTCONFIG.
10815
10816         * Documentation/user/instrument-notation.itely (String number
10817         indications): new node.
10818
10819         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10820
10821         * lily/new-fingering-engraver.cc (add_string): new function. 
10822         (acknowledge_grob): accept string-number-event as well.
10823
10824         * scm/define-markup-commands.scm (circle): new markup command.
10825
10826         * scm/output-lib.scm (print-circled-text-callback): new function.
10827
10828         * lily/GNUmakefile: move ifeq after include stepmake.make.
10829
10830 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * config.make.in (HAVE_LIBKPATHSEA_SO):
10833         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10834
10835         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10836         add KPATHSEA_LIBS.
10837
10838         * debian/watch: 
10839         * debian/control: Update.
10840
10841 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10842
10843         * input/test/title-markup.ly (spaceTest): remove.
10844
10845         * input/test/embedded-tex.ly (Module): remove.
10846
10847         * input/test/music-box.ly: use 'name property, not ly:music-name.
10848
10849         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10850
10851         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10852
10853 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10856         about xdeltas.  Add information about CVS.
10857
10858         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10859         gracefully handle failed files.
10860
10861         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10862
10863         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10864         small fixes.
10865
10866         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10867         No unnecessarily specific i18n messages.  Remove stray `1'.
10868
10869 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10870
10871         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10872         documentencoding
10873
10874         * scm/documentation-lib.scm (texi-file-head): set utf-8
10875         documentencoding.
10876
10877         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10878         Delta, not the Symbol one. 
10879
10880         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10881         for the .map file.
10882
10883         * Documentation/topdocs/INSTALL.texi (Top): add running
10884         requirement as compilation requirement.
10885
10886 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10887
10888         * buildscripts/mutopia-index.py (headertext): add h1 header and
10889         utf-8 charset meta field.
10890
10891         * input/GNUmakefile: prune example list.
10892
10893         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10894         options.
10895
10896         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10897         extent for visible stems.
10898
10899         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10900
10901 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10902
10903         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10904
10905         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10906
10907 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10908
10909         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10910         pass inf/nan into slur scoring.
10911
10912         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10913         page.
10914
10915         * scripts/abc2ly.py (dump_voices): use alphabet().
10916
10917 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10918         
10919         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10920
10921 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10922         
10923         * flower/include/virtual-methods.hh: simplify. Patch by
10924
10925 2005-03-25  John Williams <williams@tni.com>  
10926
10927         * scripts/lilypond-book.py (main): add png for HTML too, guess
10928         only if necessary. 
10929
10930 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10931
10932         * Documentation/topdocs/INSTALL.texi: now recommends
10933         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10934
10935         * Documentation/user/basic-notation.itely,
10936         Documentation/user/tutoria.itely: warn about
10937         only one (phrasing) slur at once.
10938
10939 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10940
10941         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10942
10943 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10944
10945         * Documentation/user/basic-notation.itely: fixed info about
10946         ending a (de)cresc.
10947
10948         * Documentation/user/lilypond-book.itely: fixed
10949         lilypond-book filter example and warned about not doing
10950         --filter and --process at the same time.
10951
10952 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10953
10954         * lily/parser.yy (bass_number),
10955         Documentation/user/instrument-notation.itely (Figured bass): 
10956         Add the possibility to use text markup in figured bass. 
10957
10958 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10959
10960         * Documentation/user/global.itely: added info about naming
10961         identifiers and breakbefore.
10962
10963         * Documentation/user/invoking.itely: added info about batch
10964         processing files with convert-ly, removed references to TeX
10965         in the jail section.
10966
10967         * Documentation/user/examples.itely: possibly fixed piano
10968         dynamics.
10969
10970         * Documentation/user/advanced-notation.itely: added info
10971         about removing other types of Staff.
10972
10973         * Documentation/user/instrument-notation.itely: possibly
10974         fixed piano staff line switch.
10975
10976         * Documentation/user/changing-defaults.itely: added info
10977         about using normal font in titles.
10978
10979 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10980
10981         * VERSION (PATCH_LEVEL): release 2.5.16
10982
10983         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10984         explicitly.
10985
10986 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10989         whitespace.
10990
10991         * python/lilylib.py (make_ps_images):
10992         * scm/backend-library.scm (postscript->pdf, postscript->png):
10993         Quote file name.  Use format rather than string-append juggling.
10994
10995 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10996
10997         * python/lilylib.py (make_ps_images): add x to -g argument. 
10998
10999         * lily/key-performer.cc (create_audio_elements): don't use
11000         scm_eval_string. Check for minor 3rd directly.
11001   
11002         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11003         (sarabandeCelloGlobal): key is D minor, not F major.
11004
11005 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11006
11007         Fix truncated --png output (Peter Danenberg).
11008         
11009         * python/lilylib.py (make_ps_images):
11010         * scripts/ps2png.py (copyright): Grok --papersize option.
11011
11012         * scm/backend-library.scm (postscript->png): Add parameter
11013         PAPERSIZE.  Update callers.
11014
11015         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11016         Fixes symbol placement.
11017
11018         * lily/spanner.cc: 
11019         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11020         <libc-extension.hh>).
11021
11022 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * Nitpick run.
11025
11026         * buildscripts/fixcc.py: Update.
11027
11028         Builddir run fixes.
11029
11030         * HACKING (datadir): Add VERSION.
11031
11032         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11033         higher up.
11034
11035 2005-03-15  Werner Lemberg  <wl@gnu.org>
11036
11037         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11038         diagonal stem doesn't become thinner.
11039
11040 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11041
11042         * buildscripts/fixcc.py: Fixes (Werner).
11043
11044 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11045
11046         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11047         Emmentaler/Aybabtu.
11048
11049         * GNUmakefile.in: fix lilypond-words path.
11050
11051         * po/tr.po: update to 2.3.21
11052
11053         * lily/new-fingering-engraver.cc (position_scripts): take priority
11054         from head position.
11055
11056         * input/regression/finger-chords-order.ly (texidoc): new file.
11057
11058 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11059
11060         * make/ly-rules.make: 
11061         * stepmake/aclocal.m4: 
11062         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11063
11064         * buildscripts/fixcc.py (rules): Leave space after operator.
11065
11066 2005-03-14  Werner Lemberg  <wl@gnu.org>
11067
11068         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11069         top of the glyph with smooth curve.
11070
11071 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11072
11073         * Documentation/user/global.itely (Page layout): remove
11074         printpagenumber.
11075
11076 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11077
11078         * input/regression/mensural-ligatures.ly: new file (with examples
11079         compiled by Pal Benko).
11080
11081         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11082         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11083         musicglyph access.  Many small beautifications in ancient
11084         examples.
11085
11086         * input/test/divisiones.ly: fixed indentation; small
11087         beautifications
11088
11089         * ly/engraver-init.ly: added FIXME comment
11090
11091         * scripts/lilypond-book.py,
11092         Documentation/user/lilypond-book.itely: added music fragment
11093         option "packed" to lilypond-book
11094
11095         * Documentation/user/instrument-notation.itely: Bugfix: added
11096         missing LedgerLineSpanner color setting in several places.  Added
11097         music fragment option "packed" to VaticanaContext example.
11098
11099 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11100
11101         * scm/define-grobs.scm (all-grob-descriptions): switch off
11102         Hyphen_spanner::set_spacing_rods 
11103
11104         * lily/lyric-hyphen.cc (print): add padding between syllable and
11105         hyphen.
11106         (print): shorten hyphen in tight situations (determine using
11107         minimum-length)
11108
11109         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11110         0.4pt.
11111
11112 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11113
11114         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11115
11116         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11117         header/footer markings for regression-test.
11118
11119         * scm/backend-library.scm (output-scopes, header-to-file): Move
11120         from framework-tex.scm.
11121
11122         * scm/framework-ps.scm (output-framework)
11123         (output-preview-framework):
11124         * scm/framework-eps.scm (output-classic-framework)
11125         (output-framework): Use it.  Fixes collated files.
11126
11127 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11128
11129         * input/sakura-sakura.ly: 
11130         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11131
11132         * buildscripts/guile-gnome.sh: Update.
11133
11134         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11135
11136         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11137
11138 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11139
11140         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11141         culprit: always exit the loop if we find a rod, even if it has
11142         distance < 0. 
11143
11144         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11145         algorithm.
11146
11147         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11148         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11149
11150         * scm/output-svg.scm (dashed-line): new  function body.
11151         
11152         * GNUmakefile.in: create .htaccess.
11153
11154 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11155
11156         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11157
11158 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11159
11160         * VERSION (PACKAGE_NAME): release 2.5.15
11161
11162         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11163
11164         * scm/framework-svg.scm (output-framework): put scaling in
11165         document header. Apply scaling only once.
11166         (output-framework): dump page size in px, not mm. 
11167
11168         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11169         from font-size.
11170
11171         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11172         ly:outputter-output-scheme, new function.
11173
11174         * scm/output-svg.scm (pango-description-to-svg-font): new function
11175
11176 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11177
11178         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11179         target.
11180
11181         * input/typography-demo.ly: new file.
11182
11183 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * Documentation/user/global.itely (File structure): Add markup blocks
11186         to toplevel expressions.
11187         (Multiple movements, Creating titles): Add markup blocks.
11188
11189         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
11190         <libc-extension.hh>).
11191
11192         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
11193
11194         * flower
11195         * lily
11196         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
11197
11198 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11199
11200         * lily/accidental.cc: special bboxes for natural. 
11201
11202         * mf/feta-toevallig.mf: make stems heavier.
11203
11204         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
11205         texts as well.
11206
11207         * mf/feta-klef.mf: revise. 
11208
11209         * mf/feta-schrift.mf: make thinning of accent less pronounced.
11210
11211         * mf/feta-klef.mf: add rounded curve at top. 
11212         make thinnib a little heavier.
11213
11214 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
11217
11218         * buildscripts/fixcc.py: New file.
11219
11220         * input/regression/utf8.ly: Update Debian font description.
11221
11222 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11223
11224         * stepmake/aclocal.m4: Fix test.
11225
11226 2005-03-09  Graham Percival  <gperlist@shaw.ca>
11227
11228         * Documentation/user/invoking.itely: added Sebastino Vigna's
11229         docs for the --jail option.
11230
11231 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11232
11233         * lily/stem.cc (print): only produce stemlets if there are no
11234         noteheads on this stem.
11235
11236         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11237         don't crash on stemlet (visible stem without heads).
11238
11239         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11240         unbroken situations. 
11241
11242         * scm/output-lib.scm (center-invisible): new function.
11243
11244         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11245         wishes to determine loose column space.
11246
11247         * lily/font-config.cc (init_fontconfig): add
11248         fonts/{otf,type1,cff}  to path.
11249
11250         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11251
11252         * mf/GNUmakefile (Module): install all fonts under otf/
11253
11254         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11255         replace /fonts/otf/ by /ps/ 
11256
11257         
11258 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11259
11260         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11261
11262         * lily/book.cc (process): Oops, add score_.header_.
11263
11264         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11265
11266         * lily/parser.yy: Handle toplevel and book texts as score.
11267
11268         * scm/page-layout.scm (default-page-make-stencil):
11269         Bugfix: (page-properties rename.
11270
11271         * scm/backend-library.scm (ly:system): Typo.
11272
11273 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11274
11275         * stepmake/stepmake/executable-targets.make (installexe): don't
11276         strip installed executables
11277
11278         * lily/font-select.cc (get_font_by_design_size): revert
11279         pango_description_string as well.
11280
11281         * lily/system.cc (set_loose_columns): put loose column just left
11282         of next column.
11283
11284         * lily/include/group-interface.hh (extract_grob_array): rename
11285         from Pointer_group_interface__extract_grobs
11286
11287         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11288
11289         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11290         function. Keep ledgered note heads at a minimum distance.
11291         Introduce minimum-length-fraction
11292         (print): introduce length-fraction property.
11293
11294 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11295
11296         * tex/GNUmakefile: remove latin1.enc rules.
11297
11298 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * scm/titling.scm: Typo.
11301
11302         * input/regression/score-text.ly: Really add.
11303
11304         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11305
11306 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11307
11308         * lily/open-type-font-scheme.cc:  new file.
11309
11310 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11311
11312         * scm/titling.scm (layout-extract-page-properties): Rename from
11313         page-properties.  Update callers.
11314
11315         * lily/lexer.ll (Lily_lexer):
11316         * lily/parser.yy: Junk lyric_markup state.
11317
11318         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11319
11320         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11321         Add texts parameter.
11322
11323 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11324
11325         * lily/lexer.ll (lyric_markup): New mode.
11326         (Lily_lexer::push_lyric_markup_state): New method.
11327         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11328
11329         * lily/parser.yy (book_body):
11330         (toplevel_expression): Grok \markup texts.
11331
11332         * lily/score-scheme.cc (ly:music-scorify): 
11333         * scm/lily-library.scm (collect-music-for-book): Take texts
11334         parameter.
11335
11336         * lily/score.cc (texts_): New member.
11337
11338         * lily/paper-book.cc (systems): Format score texts.
11339
11340         * score-text.ly: New file.
11341
11342         * ttftool/SConscript:
11343         * kpath-guile/SConscript: New file.
11344
11345         * lily/SConscript:
11346         * SConstruct: Update.
11347
11348 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11349
11350         * VERSION (PACKAGE_NAME): release 2.5.14
11351
11352 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * lily/main.cc: Add dummy xgettext markers.
11355
11356 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11357
11358         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11359         requirements
11360
11361         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11362         executable is < 40k
11363
11364         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11365         hack.
11366
11367 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11368
11369         * flower/libc-extension.cc:
11370         * flower/include/libc-extension.hh: [Open]BSD simply cast
11371         cookie/funopen declarations.
11372
11373         * stepmake/aclocal.m4: Check for libkpathsea.so.
11374
11375         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11376         dl_kpse_find_file.
11377
11378 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11379
11380         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11381         (open_library): alternative for static library.
11382
11383 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11384
11385         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11386
11387         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11388
11389         Drop run-time dependency on teTeX.
11390
11391         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11392
11393         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11394         KPATHSEA_LIBS in LIBS.
11395         (STEPMAKE_DLOPEN): New function.
11396
11397         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11398         not path.
11399
11400         * flower/file-path.cc (directories): Rename from paths, as this
11401         return an array of directories (a single path).
11402
11403 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11404
11405         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11406
11407         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11408         new ly:kpathsea-find-file
11409
11410         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11411
11412         * kpath-guile/GNUmakefile: new file
11413
11414         * buildscripts/gen-emmentaler-scripts.py (i): generate
11415         emmentaler-X.fontname as well.
11416
11417         * buildscripts/ps-embed-cff.py: new script
11418
11419         * scm/lily-library.scm: remove ps-embed-cff.
11420
11421         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11422         font loading. 
11423
11424         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11425         fontconfig as well.
11426
11427         * lily/font-config.cc (init_fontconfig): add cff/ too.
11428
11429         * ly/generate-embedded-cff.ly: capitalize.
11430
11431         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11432         so as to register the pango font.
11433
11434         * lily/font-config.cc (init_fontconfig): add
11435         prefix/{otf,type1,mf/out} to fontconfig path.
11436
11437         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11438         overrides all. 
11439
11440         * configure.in (gui_b): remove ec mftrace check
11441
11442         * config.hh.in: use lilypond-Major.Minor as data directory.
11443
11444         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11445
11446         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11447         name.
11448
11449 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11452         error messages.
11453
11454         * flower/libc-extension.cc:
11455         * flower/include/libc-extension.hh: [Open]BSD fixes for
11456         cookie/funopen declarations.
11457
11458 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11459
11460         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11461         emmentaler.
11462
11463         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11464         lcrm10.
11465
11466         * scm/define-markup-commands.scm (fontsize): new markup
11467         command. Also set baseline-skip
11468
11469 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11470         
11471         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11472         use.
11473
11474 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11475
11476         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11477
11478         * lily/pdf.cc: remove PDF related files
11479
11480 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11481
11482         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11483         <hamamatsu@gmx.de>
11484
11485 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11486
11487         * Documentation/user/advanced-notation.itely: first draft
11488         of reorg done.
11489
11490         * Documentation/user/global.itely: fixed (sub)section
11491         bits of MIDI.
11492
11493 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11494
11495         * cygwin/mknetrel (extras): Bufix (Bertalan).
11496
11497         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11498         * Documentation/user/instrument-notation.itely (Introducing chord
11499         names): Compile fix: must have unique name.
11500
11501 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11502
11503         * Documentation/user/instrument-notation.itely: reorg.
11504
11505 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11506
11507         * scm/output-gnome.scm:
11508         * scm/output-svg.scm: Fix font scaling.
11509
11510 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11511
11512         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11513         what link to use best.
11514
11515         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11516         * Documentation/user/tutorial.itely (Automatic and manual beams):
11517         Fix @ref.
11518
11519         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11520         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11521         * scm/framework-gnome.scm (tweak): Use it.
11522
11523 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11524
11525         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11526
11527         * scm/output-ps.scm (white-text): reinstate white-text
11528
11529 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11530
11531         * scm/output-ps.scm (offset-add): Remove.
11532
11533         * scm/lily-library.scm (offset-flip-y): New function.
11534         * scm/framework-gnome.scm (tweak): Use it.
11535
11536         * scm/output-gnome.scm (grob-cause): Add parameter.
11537
11538         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11539         * scm/output-ps.scm (url-link): Move.
11540         (white-text): Warn user about brokenness.
11541
11542         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11543         wrt ghostscript.
11544
11545 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11546
11547         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11548         if body length smaller than measure length.
11549
11550         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11551         for Y.
11552
11553         * ly/titling-init.ly (tagline): put default tagline in \paper
11554
11555 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11556
11557         * lily/kpath.cc: 
11558         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11559
11560         * scm/lily-library.scm (version-not-seen-message): New function.
11561         * ly/init.ly: Use it.
11562
11563         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11564         breaks as progess.
11565
11566         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11567         whitespace with l10n message.
11568
11569         * scm/framework-tex.scm (convert-to-ps):
11570         (convert-to-dvi): Do not use overly specific l10n messages.
11571
11572         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11573
11574         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11575         merge stderr with stdout.  
11576
11577 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11578
11579         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11580         Neeracher).
11581
11582 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11583
11584         * Documentation/user/instrument-notation.teily: moved
11585         \arpeggio to Basic.
11586
11587         * Documentation/user/advanced-notation.itely: Articulation to
11588         Basic, a bunch of stuff from Basic moved to Advanced.
11589
11590         * Documentation/user/basic.itely: swapped various sections,
11591         reorganized Basic.
11592
11593 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11594
11595         * flower/memory-stream.cc: 
11596         * flower/libc-extension.cc: Remove obsolete #undefs.
11597
11598         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11599         more carefully.
11600
11601 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11602
11603         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11604         dependency.
11605
11606         * VERSION (PACKAGE_NAME): release 2.5.13
11607
11608         * GNUmakefile.in (web-ext): don't ship ps.gz
11609
11610         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11611         stdout
11612
11613 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11614
11615         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11616         without libintl.  Now it compiles too.
11617
11618 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11619
11620         * Documentation/user/basic-notation.itely,
11621         instument-notation.itely, advanced-notation.itely:
11622         split up contents of notation.itely.
11623
11624         * Documentation/user/notation.itely: file removed.
11625
11626         * Documentation/user/invoking.itely, converters.itely:
11627         moved convert-ly info to invoking.itely.
11628
11629         * Documentation/user/global.itely, changing-defaults.itely,
11630         sound-output.itexi: moved global settings, file layout, and
11631         sound into global.itely.
11632
11633         * Documentation/user/sound-output.itexi: file removed.
11634
11635         * Documentation/user/lilypond.tely: removed links to
11636         notation.itely and sound.itely.
11637
11638 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11639
11640         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11641
11642         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11643  
11644         * THANKS: add sponsor.
11645
11646         * scm/define-markup-commands.scm (with-url): new markup command.
11647
11648         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11649         tagline.
11650         
11651         * scm/output-tex.scm (url-link): stub.
11652
11653         * scm/output-ps.scm (url-link): new function.
11654
11655         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11656         ly:set-point-and-click
11657
11658 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11659
11660         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11661         based on pdf-viewer setting.
11662
11663         * scm/framework-ps.scm (write-preamble): Find and set preferred
11664         pdf-viewer.
11665
11666 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11667
11668         * Documentation/user/point-and-click.itely: update for PDF point &
11669         click.
11670
11671         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11672         editors based on EDITOR setting.
11673
11674 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11675
11676         * scm/*: Oops, more grand 2005 replace bits.
11677
11678 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11679
11680         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11681
11682         * scm/output-ps.scm (grob-cause): point & click support for
11683         PostScript
11684
11685 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11686
11687         * lily/input-scheme.cc (LY_DEFINE): rename to
11688         ly:input-file-line-column
11689
11690 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11691
11692         * Documentation/user/examples.itely: small fix from Steve Doonan.
11693
11694         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11695
11696         * THANKS: added Yuval Harel.
11697
11698         * Documentation/user/{various}: inserted two spaces after a period.
11699
11700         * Documentation/user/lilypond.tely: added framework for reorg.
11701
11702         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11703         advanced-notation.itely, global.itely: new files, placeholder for
11704         future reorg.
11705
11706 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11707
11708         * Documentation/user/notation.itely: revamped Polyphony section
11709         
11710 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11711
11712         * Documentation/user/lilypond-book.itely (Music fragment options):
11713         doc fontload.
11714
11715         * Documentation/user/changing-defaults.itely (Text encoding): add
11716         fontload option to utf8 include
11717
11718         * scripts/lilypond-book.py (compose_ly): add fontload option
11719
11720         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11721         force-eps-font-include option.
11722
11723         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11724         black triangle
11725
11726         * Documentation/user/invoking.itely (Editor support): remove
11727         lilypond-latex section.
11728
11729         * scripts/lilypond-latex.py (Module): remove script.
11730
11731         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11732         overwrite .log. 
11733
11734         * lily/main.cc: remove -m, --no-layout
11735
11736         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11737         to define. We don't want to override fprintf everywhere.
11738
11739 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11740
11741         * cygwin/lilypond.hint: 
11742         * cygwin/README.in: Update dependencies.
11743
11744         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11745         Bugfix: do not pollute CPPFLAGS, LIBS.
11746
11747         * cygwin/mknetrel (extras): Cross compile fixes.
11748
11749         * ttftool/util.c: 
11750         * ttftool/ttfps.c: 
11751         * ttftool/ps.c: #include libc-extension.hh
11752
11753         * flower/include/libc-extension.hh:
11754         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11755         wrapper using funopen.
11756         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11757         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11758
11759         * config.hh.in:
11760         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11761         (AC_CHECK_HEADERS): Add libio.h
11762
11763         * scripts/convert-ly.py: Uniformize, internationalize.
11764         (2.5.2): Remove fatal encoding rule.
11765         (2.5.13): Handle latin1 encoding gracefully.
11766
11767 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11768
11769         * HACKING: Fix line breaks.
11770
11771 2005-02-23  Werner Lemberg  <wl@gnu.org>
11772
11773         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11774         contains those two files.
11775
11776 2005-02-21  Werner Lemberg  <wl@gnu.org>
11777
11778         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11779         to improve overlap removal process.
11780
11781         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11782         left and right ending.  This ensures better overlapping.
11783         Update all callers.
11784         ("lineprall"): Don't use draw_gridline to get better overlapping.
11785
11786 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11787
11788         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11789
11790         * Documentation/topdocs/NEWS.tely (Top): oops.
11791
11792 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11793
11794         * HACKING: new file.
11795
11796         * input/regression/utf8.ly (portuguese): added a portuguese example
11797         to show latin1 accents.
11798
11799 2005-02-21  Pal Benko  <benkop@freestart.hu>
11800
11801         * lily/mensural-ligature-engraver.cc:
11802         * lily/mensural-ligature.cc:
11803         * lily/include/mensural-ligature.hh: new algorithm implemented
11804
11805         * scm/define-grob-properties.scm: join-left killed (add-join may
11806         be used); join-left-amount changed to join-right-amount
11807
11808 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11809
11810         * Documentation/user/notation.itely: small but urgent fix.
11811
11812 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11813
11814         * lily/duration-scheme.cc: bugfix: correct parameters to
11815         SCM_ASSERT_TYPE.
11816
11817         * THANKS: added Pal.
11818
11819         * Documentation/user/notation.itely: bugfix: unTeXified
11820         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11821         "timesig.*x/y" -> "timesig.*xy".
11822
11823 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11824         
11825         * VERSION (PACKAGE_NAME): release 2.5.12
11826
11827 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11828
11829         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11830
11831         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11832
11833         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11834
11835         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11836
11837 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11838
11839         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11840         latin1..utf-8.
11841
11842         * input/regression/stanza-number.ly:
11843         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11844
11845         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11846
11847 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11848
11849         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11850         NEWS. Refer to website for older news.  
11851
11852         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11853         .HTML. This should be done for specific servers only.
11854
11855         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11856         .ly image examples.
11857
11858         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11859         in layer 0 too.
11860
11861         * scm/define-context-properties.scm
11862         (all-user-translation-properties): add tieWaitForNote
11863
11864         * scm/define-grobs.scm (all-grob-descriptions): add
11865         Tie_column::before_line_breaking
11866
11867         * lily/tie.cc (get_column_rank): new function
11868
11869         * lily/tie-column.cc (before_line_breaking): new function.
11870         (werner_directions): take into account ties that start on
11871         different columns.  
11872
11873         * lily/score-engraver.cc (set_columns): move add_column() so we
11874         have column rank available.
11875
11876         * lily/tie.cc (get_column_rank): new function.
11877
11878         * input/regression/utf8.ly (japanese): add japanese lyrics.
11879
11880         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11881
11882         * THANKS: add Steve D
11883
11884         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11885         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11886
11887 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11888
11889         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11890         to show harmonic notes
11891         * scm/define-markup-commands.scm: in \markup-by-number
11892         "dots-dot" -> "dots.dot" to show dotted notes
11893
11894 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11895
11896         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11897
11898         * flower/memory-stream.cc (writer): new file.
11899
11900         * configure.in: add endian test.
11901
11902 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11903
11904         * Documentation/user/examples.itely: small
11905         simplification/beautification
11906
11907         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11908         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11909         notation manual.
11910
11911         * lily/mensural-ligature.cc: bugfix: another few victims of the
11912         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11913
11914         * ly/gregorian-init.ly: commit some experimental code for hi-level
11915         ligature input language lying around here for several months.
11916
11917         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11918         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11919
11920         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11921         "x-y-z"->"x.y.s-z" fixes.
11922
11923 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11924
11925         * scm/framework-pdf.scm (scm): new file
11926
11927         * lily/include/pdf.hh (class Pdf_file): new file.
11928
11929         * lily/pdf.cc (write_trailer): new file.
11930
11931 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11932
11933         * input/regression/color.ly: new file
11934
11935         * lily/stencil.cc (interpret_stencil_expression):
11936         when a color expression is encountered: save current color,
11937         process the rest of the expression, and restore previous color.
11938
11939         * lily/system.cc (get_line): check all grobs for color property and
11940         prepare the stencil scheme expressions for further processing.
11941         Fix layer-loop.
11942
11943         * scm/define-grob-properties.scm: introduce the color property.
11944
11945         * scm/output-lib.scm: color helper functions.
11946
11947         * scm/output-ps.scm: introduce setcolor/resetcolor.
11948
11949 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11950
11951         * ly/*.ly, input/regression/*.ly: Added missing \version
11952         statements in some files.
11953
11954 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11955
11956         * Documentation/user/notation.itely: minor editing.
11957
11958         * Documentation/user/converters.itely: updated convert-ly bugs.
11959
11960         * Documentation/user/lilypond-book.itely: add info about using
11961         feta characters in latex.
11962
11963 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11964
11965         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11966
11967 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11968
11969         * scm/define-grob-properties.scm (all-user-grob-properties):
11970         removed 'dashed property.
11971
11972 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11973
11974         * scm/lily.scm (define-safe-public): new macro for defining
11975         variables that can be used in --safe mode. Use it in *.scm
11976         instead of manually setting safe-objects in safe-lily.scm.
11977
11978 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11979         
11980         * lily/slur.cc: Slur-dash patch by Bertalan.
11981
11982         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11983
11984         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11985
11986 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11987
11988         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11989
11990 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11991
11992         * mf/GNUmakefile: teTeX-3.0 install fix.
11993
11994         * Cygwin patch from Bertalan.
11995
11996         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11997
11998 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11999
12000         * GNUmakefile.in: 
12001         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12002
12003         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12004         2.0.x compatibility.
12005
12006 2005-02-08  Werner Lemberg  <wl@gnu.org>
12007
12008         * mf/feta-din-code.mf: Format; clean up code.
12009         Replace `---' with `--' plus explicit path directions.
12010         (linethickness#, stafflinethickness#): Remove.
12011         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12012         ("dynamic s"): Improve shape.
12013         ("dynamic p"): Improve shape.
12014         Replace `draw' with better outline approximation.
12015         ("dynamic r"): Improve shape.
12016         Don't call `fill' and `draw' at the same time.
12017
12018 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12019
12020         * SConstruct (symlink):
12021         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12022         build fix: add enc symlink.
12023
12024         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12025
12026         Support for DESTDIR besides prefix=/foo
12027
12028         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12029
12030         * stepmake/stepmake/*.make:
12031         * */GNUmakefile:
12032         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12033
12034         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12035
12036         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12037         mawk in fontforge (date) test.
12038
12039 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12040
12041         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12042         font-family=roman. Add Luxi Sans as sans
12043
12044 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12045
12046         * Documentation/user/notation.itely: add warning about
12047         percent repeats and Voice contexts.
12048
12049         * Documentation/user/lilypond-book.itely: clarified the
12050         necessity of dvips -u arguments.
12051
12052 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12053
12054         * THANKS: Added a bunch of bug hunters.
12055
12056 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12057
12058         * scm/framework-ps.scm (output-preview-framework): bugfix.
12059
12060         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12061         o/ for chord modifier..
12062
12063         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12064
12065         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12066         Welsh Duggan). 
12067
12068 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12069
12070         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12071
12072         * ly/titling-init.ly: Do not also print intstrument in header on
12073         first page.  Do not print page number on first and only page.
12074
12075 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12076
12077         * input/regression/*.ly: remove old-relative everywhere
12078
12079         * lily/music-sequence.cc (simultaneous_relative_callback): do
12080         what-if analysis on copy, not on original. Fixes old-relative
12081         compatibility.
12082
12083         * scm/backend-library.scm (postscript->png): space before
12084         --verbose.
12085         
12086 2005-02-05  Werner Lemberg  <wl@gnu.org>
12087
12088         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12089         is defined.
12090
12091         * mf/feta-alphabet.mf: Define `staffsize#'.
12092         Include `feta-params.mf'.
12093         s/staffheight/design_size/.
12094
12095         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12096
12097         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12098
12099         * mf/feta-nummer-code.mf: Reformatted.
12100         (draw_six): Use outline intersection to avoid a self-intersecting
12101         path.
12102         ("Numeral comma"): Fix serious outline glitches.  This slightly
12103         changes the glyph shape.
12104         ("Numeral dash"): Use `draw_rounded_block'.
12105         ("Numeral dot"): Use `drawdot'.
12106         ("Numeral 1"): Assure identical tangent directions for the
12107         intersection points of paths.  The glyph shape improvement is only
12108         visible at very high magnifications.
12109         ("Numeral 2"): Use `solve' macro to make the lower right part of
12110         the glyph outline touch the x axis exactly.  This changes the
12111         glyph shape.
12112         Minor fixes for better overlap removal support.
12113         ("Numeral 4"): Make lefter corner `rounder'.
12114         ("Numeral 5"): Assure identical tangent directions for the
12115         intersection points of paths.  This improves the glyph shape at
12116         high magnifications.
12117         ("Numeral 7"): Use `solve' macro to make the upper right part of
12118         the glyph outline touch the metrics box exactly.  This changes the
12119         glyph shape.
12120         Avoid corner in the upper left part of the glyph (causing a minor
12121         shape change).
12122
12123         * mf/feta-ital-*.mf: Removed.  Unused.
12124
12125 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12126
12127         * VERSION (PATCH_LEVEL): release 2.5.11
12128
12129         * input/regression/fill-line-test.ly: new file.
12130
12131         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12132         emmentaler name, eg. emmentaler-23. 
12133
12134 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12135
12136         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12137         alignment with centered texts
12138
12139         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12140         list of paddings
12141
12142 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12143
12144         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12145
12146         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12147         of parents when translating rests. Fixes: c-chord-rest.ly 
12148
12149         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12150         dimension_callback_ member.
12151
12152         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12153         of extents.
12154
12155 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12156
12157         * all but lily/*: The grand 2004/2005 replace.
12158
12159 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12160
12161         * lily/*: add space after ,  
12162
12163         * scm/music-functions.scm (has-request-chord): don't use
12164         ly:music-name anywhere. Fixes <<\\>> notation. 
12165
12166         * scm/define-markup-commands.scm (box): use font-size for
12167         padding. Fixes boxed-rehearsal-marks.ly
12168
12169         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12170         identifier definition too, so foo = \lyrics { ...   } bar = #1
12171         doesn't complain about "bar" being LYRICS_STRING.
12172
12173         * lily/paper-def.cc (find_pango_font): new routine; Store
12174         pango_fonts in hash tab too. This is necessary for retrieving
12175         Pango_fonts::physical_font_tab() later on.
12176  
12177         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12178         crash if psname is null.
12179
12180         * lily/lily-guile.cc (ly_hash2alist): new function
12181
12182         * Documentation/user/changing-defaults.itely (Text encoding):
12183         rewrite. 
12184
12185         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12186         -> font_filename mapping.
12187
12188         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12189         ly_pango_font_physical_fonts
12190
12191         * scm/framework-ps.scm (supplies-or-needs): extract names from
12192         physical Pango_fonts.
12193
12194         * utf8.ly: new file.
12195
12196 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12197
12198         * Documentation/user/changing-defaults.itely (Page layout): add
12199         doco about systemSeparatorMarkup.
12200
12201         * scm/page-layout.scm (default-page-make-stencil): add-to-page
12202         function.
12203         (default-page-make-stencil): insert system separators.
12204
12205         * scm/define-markup-commands.scm (hcenter): add
12206         (beam): add.
12207
12208 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12209
12210         * scm/output-ps.scm (ez-ball): reinstate ez notation.
12211
12212 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12213
12214         * lily/main.cc: Spell backend consistently.  Sort options.
12215
12216 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12217
12218         * scripts/lilypond-book.py (Module): revert @include.
12219         
12220 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12221
12222         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
12223         Bugfix: @include .tex (not .texi).  Small cleanups.
12224
12225         * stepmake/bin/add-html-footer.py (i18n): New function.
12226
12227 2005-01-31  Werner Lemberg  <wl@gnu.org>
12228
12229         * mf/feta-nummer.mf: Removed.  Unused.
12230
12231 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12232
12233         * lily/ : 2004 -> 2005 s&r
12234
12235         * scm/file-cache.scm (cached-file-contents): add file. Read each
12236         file only once.
12237
12238         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12239         now default.
12240
12241         * VERSION: release 2.5.10
12242         
12243         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12244
12245         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12246
12247         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12248         that both X and Y extents of bbox are non-nil.
12249
12250 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12251
12252         * scm/chord-name.scm (alteration->text-accidental-markup): change
12253         - to . 
12254
12255         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12256
12257         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12258
12259         * Documentation/user/invoking.itely (Invoking lilypond): add note
12260         about EPS backend.
12261
12262         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12263         files for inclusion in lilypond-book document.
12264
12265         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12266
12267         * input/tutorial/lbook-texi-test.texi: new file.
12268
12269         * scm/safe-lily.scm (safe-objects): add
12270         {begin,end}-of-line-(in)?visible as safe.
12271  
12272 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12273
12274         * Documentation/user/changing-defaults.itely: fixed example
12275         of (dynamics).
12276
12277 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12278
12279         * lily/main.cc: fix info about -o=FILE.
12280
12281 2005-01-29  Werner Lemberg  <wl@gnu.org>
12282
12283         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12284         construction to assure smooth transition from straight to curved
12285         lines.
12286
12287 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12288
12289         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12290         stencils.
12291
12292         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12293         translate to top of page. Fixes alignment problems of
12294         lilypond-generated EPS files.
12295
12296 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12297
12298         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12299         crescendo-end as well, since Decrescendo maybe ended with Stop
12300         Crescendo.). Fixes: partcombine-diminuendo.ly
12301
12302         * scm/script.scm (default-script-alist): swap portato symbols.
12303
12304         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12305
12306         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12307         ly:outputter-port. New function.
12308
12309         * scm/framework-ps.scm (output-classic-framework): dump a
12310         -systems.texi too
12311         (output-classic-framework): dump multiple systems on an "infinite"
12312         page EPS including fonts. 
12313
12314         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12315         .eps files for both texi and tex formats. Use PNG coming from
12316         lilypond.
12317         
12318 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12319
12320         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12321
12322         * scripts/lilypond-latex.py: fix info about -o=FILE.
12323
12324 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12325
12326         * ly/generate-embedded-cff.ly: write .cff.ps files.
12327
12328         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12329
12330         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12331         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12332
12333 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12334
12335         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12336
12337 2005-01-28  Werner Lemberg  <wl@gnu.org>
12338
12339         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12340         macros.
12341         (draw_bulb): Improved.
12342
12343         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12344         metapost bug.
12345         (draw_pedal_P): Use soft_end_penstroke.
12346         (draw_pedal_d): Use soft_start_penstroke.
12347
12348         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12349         path.
12350         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12351         doesn't change the glyph shape.
12352
12353         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12354         changing the shape) to avoid fontforge warnings.
12355
12356         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12357         soft_end_penstroke and fix glyph shape.
12358
12359 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12360
12361         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12362
12363 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12364
12365         * scm/define-markup-commands.scm (line): filter out empty stencils
12366         from line command.
12367
12368         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12369         amount.
12370
12371 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12372
12373         * Documentation/user/notation.itely: added info about what
12374         \voiceFoo does.  Also rewrote warning about marks at
12375         a line break.
12376
12377         * Documentation/user/changing-defaults.itely: added info
12378         about putting dynamics in parenthesis and brackets.
12379
12380 2005-01-27  Werner Lemberg  <wl@gnu.org>
12381
12382         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12383
12384 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12385
12386         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12387         portato-direction.ly
12388
12389         * lily/beam.cc (consider_auto_knees): add beam height to
12390         threshold. Fixes: knee-multiple-beam.ly
12391
12392         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12393         pedal line spanners. Fixes: instrument-center-pedal.ly
12394
12395         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12396         if encountering barline. Fixes: auto-beam-repeat.ly
12397
12398 2005-01-26  Werner Lemberg  <wl@gnu.org>
12399
12400         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12401         overlapping.
12402
12403         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12404         with inflections for the 1/2 sharp glyph.
12405
12406         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12407         connection between `t' and `r'.
12408         Unify bulb with the rest of `r' to avoid grazing outlines which
12409         confuses the overlap removal algorithm of fontforge.
12410
12411         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12412         inflections.
12413         (draw_cross): Fix shape to have uniform thickness in corners.
12414
12415         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12416         to avoid an uneven number of self-intersections; this confuses
12417         fontforge.
12418         Fix a slight bug in the shape at left bottom (which is visible only
12419         at high magnifications).
12420         `Center' the stem horizontally to avoid overlapping.
12421
12422 2005-01-24  Werner Lemberg  <wl@gnu.org>
12423
12424         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12425         to `asis'.
12426         (fet_begingroup): Save group name in string `feta_group'.
12427         (fet_endgroup): Updated.
12428         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12429
12430         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12431
12432         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12433         in metapost.
12434
12435 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12436
12437         * Documentation/user/notation.itely: really minor editing.
12438
12439 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12440
12441         * Documentation/user/examples.itely: minor editing.
12442
12443         * Documentation/user/changing-defaults.itely: minor editing.
12444
12445         * Documentation/user/notation.itely: clarified info on polyphony
12446         and \addlyrics.
12447
12448 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12449
12450         * scm/output-gnome.scm: 
12451         * scm/output-svg.scm:
12452         * scm/lily-library.scm (font-name-style): Update font name
12453         kludging for fontconfig use.
12454
12455 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12456
12457         * scm/define-markup-commands.scm: Document right-align and
12458         larger markup commands. Remove "TODO" from the topmost comment
12459         "each markup function should have a doc string." More consistent
12460         use of new-lines.
12461
12462 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12463
12464         * Documentation/user/changing-defaults: removed info about
12465         copyright symbol, since it's likely to change soon.
12466         Added info about betweensystemspace.
12467
12468         * Documentation/user/notation.itely: minor fixes.
12469
12470         * Documentation/user/lilypond.tely,
12471         Documentation/user/music-glossary.tely: changed copyright
12472         date to 2005 instead of 2004.
12473
12474         * input/test/volta-chord-names.ly: added old example back.
12475
12476 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12477
12478         * mf/feta-beugel.mf: use design size 20 (not 15).
12479
12480         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12481         change name to aybabtu completely
12482
12483 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12484
12485         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12486         design_size to fontname
12487
12488 2005-01-19  Werner Lemberg  <wl@gnu.org>
12489
12490         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12491         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12492
12493         * mf/feta-autometric.mf (set_char_box): Add code which emits
12494         specials for mf2pt1 if run with metapost.
12495         (to_bp): New macro for mf2pt1.
12496
12497 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12498
12499         * Documentation/user/changing-defaults: added info on
12500         creating a copyright symbol.
12501
12502 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12503
12504         * VERSION: release 2.5.9
12505         
12506 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12507
12508         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12509
12510         * Documentation/user/notation.itely: Document
12511         score-override-auto-beam-setting Fix documentation for
12512         revert-auto-beam-setting.
12513
12514 2005-01-18  Werner Lemberg  <wl@gnu.org>
12515
12516         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12517         (procset): New function to define a procset resource.
12518         (ps-embed-pfa): New function to define a font resource.
12519         (setup): New function to define a `Setup' environment.
12520         (preamble): Use new functions.
12521
12522         * ps/lilypond.defs (init-lilypond-parameters): New function to
12523         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12524
12525 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12526
12527         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12528
12529 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12530
12531         * scm/define-markup-commands.scm: Change number->markletter-string
12532         to take two arguments (vector number). Add number->mark-alphabet-vector
12533         and markalphabet markup command.
12534
12535         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12536         format-mark-alphabet, format-mark-box-barnumbers and
12537         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12538
12539 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12540
12541         * Documentation/user/examples.itely: add SATB automatic piano
12542         reduction template.
12543
12544         * Documentation/user/notation.itely: added info about changing
12545         partcombine texts.  Also adds examples of alternate lyrics.
12546
12547         * Documentation/user/changing-defaults.itely: added warning
12548         about \RemoveEmptyStaffContext overriding previous changes.
12549
12550 2005-01-17  Werner Lemberg  <wl@gnu.org>
12551
12552         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12553         feta-alphabet*.
12554
12555 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12556
12557         * python/lilylib.py (make_ps_images): don't do final showpage for
12558         multi-page documents.
12559         
12560         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12561
12562 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12563
12564         * Documentation/user/lilypond.tely: changed order of appendices;
12565         unified index should be last.
12566
12567         * Documentation/user/notation.itely: add example of key signatures
12568         and info about Staff.printKeyCancellation.
12569
12570 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12571
12572         * lily/include/repeated-music.hh (class Repeated_music): change
12573         into "namespace" class.
12574
12575         * lily/event.cc: remove Key_change_event.
12576
12577         * lily/include/transposed-music.hh (class Transposed_music): remove.
12578
12579         * lily/transposed-music.cc: remove
12580
12581         * lily/include/relative-music.hh: remove.
12582
12583         * lily/include/music-sequence.hh (struct Music_sequence): change
12584         into "namespace" class.
12585
12586         * lily/untransposable-music.cc (Module): remove
12587
12588         * lily/include/un-relativable-music.hh (Module): remove
12589
12590         * lily/include/untransposable-music.hh (Module): remove
12591
12592         * lily/include/music-list.hh (Module): remove file
12593
12594         * lily/un-relativable-music.cc: remove file.
12595
12596 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12597
12598         * lily/parser.yy: Compile fix.
12599
12600 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12601
12602         * lily/include/music.hh (class Music): unvirtualize transpose().
12603
12604         * lily/sequential-music.cc: remove file.
12605
12606         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12607
12608         * lily/slur-scoring.cc (get_best_curve): only switch on
12609         DEBUG_SLUR_SCORING for non NDEBUG builds.
12610
12611         * lily/include/music.hh (class Music): replace Music::start_mom()
12612         by start-callback property
12613
12614         * lily/include/grace-music.hh: remove file. 
12615
12616         * lily/stem.cc (height): robustness fix.
12617
12618         * lily/time-scaled-music.cc: remove file.
12619
12620         * lily/include/music.hh (class Music): include SCM init argument.
12621         (class Music): replace Music::get_length() virtual by
12622         length-callback property everywhere.
12623
12624         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12625
12626         * mf/GNUmakefile: don't install *list.ly
12627
12628 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12629
12630         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12631
12632 2005-01-12  Werner Lemberg  <wl@gnu.org>
12633
12634         This patch addresses the following problems in the feta sources
12635         files which contribute to the fetaXX fonts.
12636
12637         . Many fixes for rasterization at low resolutions (consistent use of
12638           `vround' and `hround', integer shift values for paths, applying
12639           `eps' for mirrored paths, use of `define_whole_pixels' and
12640           friends, etc.) -- while this probably looks like a waste of time
12641           it has revealed deficiencies in some glyph shapes.  See comment at
12642           the end of feta-params.mf how vertical symmetry is achieved.
12643
12644         . The `---' operator has been replaced everywhere with `--'; this
12645           both improves and considerably reduces the font size after
12646           conversion with mf2pt1.
12647
12648         These change aren't explicitly mentioned below since virtually all
12649         glyphs are affected.
12650
12651         Other notable differences:
12652
12653         . Glyphs from feta-accordion.mf now have charboxes around the
12654           outline.
12655
12656         . Fixed incorrect charbox for `accDot'.
12657
12658         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12659
12660         . Fixed position of the bow in the `upprall' glyph and its siblings.
12661
12662         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12663           dependent on the staff line thickness to avoid touching the middle
12664           staff line at smaller sizes.
12665
12666         . Largely extended output for feta-testXX: Where useful, glyphs
12667         are shown both between and on staff lines.
12668
12669
12670         * mf/feta-params.mf (staff_space_rounded,
12671         stafflinethickness_rounded, linethickness_rounded,
12672         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12673         Update all code which uses them where appropriate.
12674         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12675         New variables used to control rasterization at low resolutions.  Set
12676         to zero if feta code is processed with metapost.
12677
12678         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12679         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12680         (flare_path): Updated.
12681         Make it work with `filldraw' (but only circular pens).
12682         (hfloor, vfloor, hceiling, vceiling): New macros.
12683
12684         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12685         Use `draw' again in mf mode to have good pixel dropout control.
12686         Fix intersection points of horizontal lines with circle.
12687         ("accDot"): Fix parameters for set_char_box.
12688         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12689         control.
12690
12691         * mf/feta-banier.mf: Updated.
12692
12693         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12694         testing.
12695         (undraw_inside_ellipse): Remove `center' argument.  Update all
12696         callers.
12697         (draw_brevis): New macro, called by "Brevis notehead".
12698         (draw_whole_triangle_head): New macro, called by "Whole
12699         trianglehead".
12700         (draw_small_triangle_head): Use `filldraw'.
12701
12702         * mf/feta-eindelijk.mf: Remove useless global group.
12703         Updated.
12704
12705         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12706         `filldraw'.
12707
12708         * mf/feta-pendaal.mf: Updated.
12709
12710         * mf/feta-puntje.mf: Updated.
12711
12712         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12713         less points.
12714         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12715         dropout control.
12716         ("Varied Coda"): Use `draw_block'.
12717         (draw_comma): Fix typo.
12718         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12719         pixel dropout control.
12720
12721         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12722         position of bow.
12723
12724         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12725         sizes.
12726
12727         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12728         testing.
12729         (draw_meta_sharp): Much simplified.
12730         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12731
12732         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12733
12734 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12735
12736         * Documentation/user/notation.itely (Ancient rests): Fix typo
12737         (thanks Anthony)
12738
12739 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12740
12741         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12742
12743         * lily/main.cc (setup_paths): Add cff.
12744
12745         * mf/GNUmakefile (foe): Include actual target %.cff.
12746         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12747
12748 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12749
12750         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12751         suffix for main_input_b_.
12752
12753         * scm/music-functions.scm (toplevel-music-functions):
12754         precompute music lengths for music expressions.  
12755
12756 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12757
12758         * lily/include/input.hh (class Input): new `end_' slot for end of
12759         input. Renamed defined_str0_ to start_.
12760
12761         * lily/input.cc (Input): Add Input::Input (Input const &) and
12762         remove Input::Input (Source_file*, char const *). Use the new
12763         slots.
12764         (set_location): method used by bison to propagate input
12765         locations (YYLLOC_DEFAULT).
12766         (end_line_number, end_column_number, step_forward): new methods
12767         
12768         * lily/input-scheme.cc (ly:input-both-locations): new function,
12769         similar to ly:input-location, but also return the end line and
12770         column.
12771
12772         * lily/include/includable-lexer.hh: 
12773         * lily/includable-lexer.cc: 
12774         * lily/include/lily-lexer.hh (class Lily_lexer): 
12775         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12776         Includable_lexer to Lily_lexer, in order to update lexloc (the
12777         yylloc), a new slot of Lily_lexer.
12778         (here_input, LexerError): simplify by using the lexloc slot (aka
12779         yylloc)
12780
12781         * lily/lexer.ll: #define yylloc to use input locations (it may
12782         be useless here?). Fixed the #embedded_scm rule (step the location
12783         forward in order to skip the sharp sign before parsing the scheme
12784         expression)
12785
12786         * lily/include/lily-parser.hh (class Lily_parser): 
12787         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12788         here_input()
12789         (parser_error): overload for more precise locations of errors.
12790
12791         * lily/parser.yy (YYLTYPE): set location type to Input
12792         (YYLLOC_DEFAULT): use Input::set_location()
12793         (yylex): add the YYLTYPE* location parameter.
12794         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12795         Give an Input parameter to THIS->parser-error() for more accurate
12796         messages.
12797
12798 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12799
12800         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12801
12802         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12803         on BEAMQUANTING for non-NDEBUG builds.
12804
12805         * lily/stem.cc (head_count): performance: avoid String::String()
12806         inside oft called function.
12807
12808 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12809
12810         * Documentation/user/examles.itely: attempted fix for broken
12811         string quartet template.
12812
12813         * Documentation/user/notation.itely: remove unnecessary broken
12814         link.
12815
12816 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12817
12818         * VERSION (PACKAGE_NAME): release 2.5.7
12819
12820 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12821
12822         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12823         mf-nowin for teTeX-3.0.  Backportme.
12824
12825         * scm/output-svg.scm (utf8-string): New function.
12826
12827         * scm/output-gnome.scm (utf8-string): New function.
12828         (otf-name-mangling): Remove.
12829
12830         * lily/pango-font.cc (Pango_font): Use font string iso font
12831         filename for utf8-text.
12832
12833         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12834         name.
12835
12836 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12837
12838         * Documentation/user/notation.itely: add info about
12839         Staff.extraNatural = ##f in Pitches section.  Also
12840         fixed some minor issues in the Vocal music section.
12841
12842 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12843
12844         * scm/output-ps.scm (white-text): comment out Helvetica font,
12845         which is broken for my GS install.
12846
12847         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12848         which provides a tighter bbox.
12849
12850         * scm/define-grobs.scm (all-grob-descriptions): remove all
12851         extra-offsets from definitions.
12852
12853 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12854
12855         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12856         add tuning for 4-string bass and some common 4/5-string banjo
12857         tunings.  New function (four-string-banjo) turns a 5-string tuning
12858         into a 4-string tuning.  New function
12859         (fret-number-tablature-format-banjo) computes correct fret numbers
12860         on 5-string banjos.
12861
12862         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12863         Add beam correction to TabVoice.
12864
12865         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12866         using bold font; makes tabs more readable.
12867
12868 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12869
12870         * lily/font-select.cc (get_font_by_design_size): don't make
12871         Modified_font_metric; this causes trouble, since we don't know the
12872         font magnification from inside Pango_font::text_stencil()
12873
12874         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12875
12876         * Documentation/user/notation.itely (The Lyrics context): comment out
12877         broken {Small ensembles} link.
12878
12879         * scm/framework-svg.scm (output-framework): change calling convention.
12880
12881         * lily/object-key-dumper-scheme.cc: new file.
12882
12883         * lily/object-key-undumper-scheme.cc: new file.
12884
12885         * lily/tweak-registration-scheme.cc: new file.
12886
12887         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12888
12889         * Documentation/user/examples.itely (String quartet): uncomment
12890         broken example.
12891
12892         * lily/font-config.cc: new file.
12893
12894 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * scm/output-svg.scm: 
12897         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12898
12899         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12900
12901 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12902
12903         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12904         Add headers.
12905
12906         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12907
12908 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12909
12910         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12911
12912         * lily/include/main.hh: lose _b hungarian suffixes for global
12913         variables.
12914
12915         * lily/include/lily-guile-macros.hh: new file.
12916
12917         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12918
12919         * lily/general-scheme.cc: new file. 
12920
12921         * lily/font-select.cc (get_font_by_design_size): retrieve
12922         PangoFont for (designsize . "pango-descr") entries.
12923
12924         * lily/lily-parser-scheme.cc: new file.
12925
12926         * lily/output-def-scheme.cc: new file.
12927
12928         * lily/paper-book-scheme.cc: new file.
12929
12930         * lily/duration-scheme.cc (LY_DEFINE): new file.
12931
12932         * lily/pitch-scheme.cc:  new file.
12933
12934         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12935
12936 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12937
12938         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12939
12940 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12941
12942         * Documentation/user/notation.itely: minor editing.
12943
12944         * Documentation/user/changing-defaults: minor editing.
12945
12946         * Documentation/user/examples.itely: add template for
12947         string quartet part extraction; demonstrates tag.
12948
12949 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12950
12951         * Documentation/user/notation.itely: documents
12952         format-mark-box-letters and format-mark-box-numbers
12953
12954         * scm/define-context-properties.scm: change comment.
12955
12956 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12957
12958         * scm/framework-ps.scm (output-classic-framework): new function:
12959         dump systems as separate .eps files (without fonts) and write a
12960         single collecting .tex file.
12961
12962 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12963
12964         * Documentation/user/notation.itely (Setting simple songs):
12965         Correct several errors in the equivalent formulation of
12966         \addlyrics. 
12967         (The Lyrics context): Corrected link to the SATB example.
12968
12969 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12970
12971         * scm/lily.scm (completize-formats): new function
12972         (postprocess-output): new function
12973
12974         * lily/paper-book.cc (classic_output): change calling
12975         convention. Give basename as first argument. 
12976         remove Paper_book::post_processing().
12977
12978         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12979
12980 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12981
12982         * lily/paper-outputter.cc (LY_DEFINE): new function
12983         ly:outputter-close.
12984
12985         * lily/main.cc: change --format,-f to --backend,-b
12986
12987         * lily/include/main.hh: rename format to backend.
12988
12989         * scm/translation-functions.scm (format-mark-box-numbers): add.
12990         patch by Erlend Aasland
12991
12992 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12993
12994         * lily/pango-font.cc (text_stencil): dump string as
12995         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12996
12997 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12998
12999         * configure.in (gui_b): Remove handy developer-only
13000         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13001         CVS source installations (but break other non-default but correct
13002         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13003
13004         * SConstruct: 
13005         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13006         compatibility (backportme).
13007
13008         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13009
13010 2005-01-03  Werner Lemberg  <wl@gnu.org>
13011
13012         Prepare glyph shapes for mf2pt1 conversion.
13013
13014         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13015         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13016         `penstroke'.
13017         (accDot): Use `drawdot'.
13018         (accBayanbase): Replace `draw' with `draw_gridline'.
13019         (print_penpos): Moved to feta-macros.mf.
13020         (accOldEE): Replace `filldraw' with `penstroke'.
13021         Replace `draw' with `penstroke' and `drawdot'.
13022
13023         * mf/feta-banier.mf: Code clean-up.
13024         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13025         `fill'.
13026
13027         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13028
13029         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13030         paremeter to control drawing of labels.  Update all callers.
13031
13032         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13033         (new_bulb): Return a bulb as a single path.  To do that, it now
13034         takes some more parameters.  Updated all callers.
13035         (draw_gclef): Major clean-up.  `draw' has been replaced with
13036         `penstroke', unnecessary outlines have been removed.
13037         Remove (unused) gnome-canvas code.
13038
13039         * mf/feta-macros.mf (print_penpos): New macro (from
13040         feta-accordion.mf).
13041         Other minor fixes.
13042
13043         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13044         ("Pedal dot"): Use `drawdot'.
13045         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13046         all callers.
13047         Fix shape at top.
13048         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13049         all callers.
13050         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13051         all callers.
13052         Revert drawing direction.
13053
13054         * mf/feta-schrift.mf (draw_fermata): Use single path.
13055         (draw_short_fermata): Replace `filldraw' with `fill'.
13056         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13057         `draw_rounded_block' with a single path.
13058         ("Thumb"): Draw full circle instead of mirroring segments.
13059         (draw_accent): New macro.
13060         ("> accent", "espr"): Use it.
13061         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13062         ("open (unstopped)"): Draw full circle instead of mirroring
13063         segments.
13064         (draw_vee): Removed.
13065         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13066         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13067         path.
13068         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13069         partial pieces drawn with `fill' -- these do still overlap with the
13070         stem of the `t' but just once, not multiple times so that fontforge
13071         can handle it gracefully.
13072         Change other parts of the glyph so that fontforge's overlapping
13073         algorithm reliably works.
13074         (draw_heel): Replace `draw' with `fill'.
13075         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13076         ("Flageolet"): Replace `draw' with `penstroke'.
13077         ("Segno"): Replace `filldraw' with `penstroke'.
13078         Replace `draw' with `drawdot'.
13079         ("Coda"): Replace `fill' with `penstroke', using a single path.
13080         ("Varied Coda"): Use less overlapping paths.
13081         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13082         single path.
13083
13084         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13085         group to better control the `labels' command.
13086         Rename argument to `offset' and use it actually.  Update all
13087         callers.
13088         Replace `filldraw' with `fill'.
13089         ("mordent", "prallmordent", "upmordent", "downmordent",
13090         "lineprall"): Replace `draw' with `draw_gridline'.
13091         ("upprall", "downprall"): Replace `draw' with `fill'.
13092
13093         * mf/feta-timesig.mf: Formatting.
13094
13095         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13096         to...
13097         ("Flat"): Here.
13098         (draw_paren): Move code to draw labels to...
13099         ("Right Parenthesis"): Here.
13100
13101 2005-01-02  Graham Percival <gperlist@shaw.ca>
13102
13103         * Documentation/user/notation.itely: add example of \setTextDecresc
13104         and \setTextDim.
13105
13106 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13107
13108         * scm/define-markup-commands.scm :  fix glyph-strings of
13109         accidentals and \note-by-number
13110
13111 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13112
13113         * VERSION: 2.5.6 released.
13114         
13115         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13116
13117         * input/regression/new-markup-scheme.ly: oops. font-family=music
13118         -> font-encoding fetaMusic.  
13119
13120         * lily/main.cc: put default to PS.
13121
13122         * lily/tfm.cc: idem.
13123
13124         * lily/afm.cc: idem.
13125
13126         * lily/include/modified-font-metric.hh (struct
13127         Modified_font_metric): remove coding_scheme() method.
13128
13129         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13130
13131         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13132
13133         * input/les-nereides.ly: convert to utf8
13134
13135         * lily/modified-font-metric.cc (text_dimension): idem.
13136
13137         * lily/parser.yy (TODO): idem.
13138
13139         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13140
13141         * lily/lexer.ll: remove encoding
13142
13143         * scm/framework-ps.scm (output-variables): separately scale the
13144         page to mm 
13145
13146         * lily/pango-font.cc (Pango_font): fix scaling.
13147
13148         * lily/font-metric.cc (design_size): design_size returns a
13149         dimension now as well.
13150
13151 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13152
13153         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13154         brace generation. 
13155
13156         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13157
13158 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13159
13160         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13161         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13162
13163 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13164
13165         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13166         in first run as well.
13167
13168         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13169         dimension less points (ie. 12 = 12 point)
13170
13171         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13172
13173         * lily/all-font-metrics.cc (find_pango_font): set description_
13174
13175         * lily/pango-font.cc (text_stencil): export size as well.
13176         (text_stencil): fix scaling and extents box.
13177
13178 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13179
13180         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13181
13182         * Documentation/user/invoking.itely (Invoking lilypond): document
13183         texstr
13184
13185         * scripts/convert-ly.py (conv): add ancient rules.
13186
13187         * scm/clef.scm (c0-pitch-alist): replace - with .
13188
13189         * scripts/lilypond-book.py (process_snippets): add texstr support.
13190
13191         * scm/framework-texstr.scm (header): change extension to .textmetrics
13192
13193         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
13194         -f tex.
13195
13196         * lily/text-metrics.cc: new file.
13197         (try_load_text_metrics): new function
13198
13199         * lily/include/text-metrics.hh: new file.
13200
13201 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13202
13203         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
13204         ly_scheme_function to ly_lily_module_constant.
13205
13206         * lily/modified-font-metric.cc (text_dimension): try
13207         lookup_tex_text_dimension() first.
13208
13209         * lily/tfm.cc: new function ly:load-text-dimensions
13210
13211 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13212
13213         * scm/output-texstr.scm (text): use \lilygetmetrics
13214
13215         * scm/framework-texstr.scm (header): dump in new format.
13216
13217         * tex/lilypond-tex-metrics: new file.
13218         
13219 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13220
13221         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
13222         mapping.
13223         (index_to_charcode): New method.
13224
13225         * scm/output-ps.scm (glyph-string): 
13226         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
13227
13228 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13229
13230         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
13231         implement fully, need FONT to get to charcode.
13232
13233         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13234
13235         * scm: Cleanups.
13236
13237         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13238         {Tunable context properties},
13239         {All layout objects},
13240         {Music definitions}.
13241
13242 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13243
13244         * VERSION: release 2.5.5
13245         
13246         * lily/main.cc: use TeX as default output format.
13247
13248         * flower/file-path.cc (find): try to open directly as well, so we
13249         find absolute path files. 
13250
13251         * lily/pango-select.cc: new file.
13252
13253         * scm/framework-ps.scm: remove all encoding code. 
13254         load pfb/pfa for PangoFont too.
13255         
13256         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13257
13258 2004-12-22  Werner Lemberg  <wl@gnu.org>
13259
13260         Prepare glyph shapes for mf2pt1 conversion.
13261
13262         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13263
13264         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13265         (define_triangle_shape): Use it to replace `draw' with `fill' and
13266         `unfill'.  Update all callers.
13267         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13268         (draw_cross): Ditto.
13269         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13270         Use penrazor for better conversion with mf2pt1.
13271         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13272         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13273         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13274         draw_la_head, draw_ti_head): Replace `filldraw' with
13275         `fill'.  Update all callers.
13276
13277 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13278
13279         * lily/paper-book.cc (output): revert: only allow a single output
13280         format.
13281
13282         * lily/include/pango-font.hh: new file.
13283
13284         * lily/pango-font.cc: new file.
13285
13286         * lily/font-metric.cc (text_stencil): new routine
13287
13288         * lily/all-font-metrics.cc (find_pango_font): new routine.
13289
13290         * lily/include/font-metric.hh (struct Font_metric): add
13291         text_stencil()
13292
13293         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13294
13295 2004-12-22  Werner Lemberg  <wl@gnu.org>
13296
13297         Prepare glyph shapes for mf2pt1 conversion.
13298
13299         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13300
13301         * mf/feta-toevallig.mf: Formatting.
13302         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13303         ("Natural"): Fix paths to allow better postprocessing.
13304         (draw_meta_flat): Use `z3l' as additional point in path to get
13305         better conversion with mf2pt1.
13306         Other minor cleanups.
13307         ("3/4 Flat"): Add auxiliary points and modify path to replace
13308         `draw' with `fill'.
13309         ("Double Sharp"): Mirror path segments instead of picture elements
13310         to get a single outline.
13311         Modify path to replace `filldraw' with `fill'.
13312
13313 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13314
13315         * input/test/unfold-all-repeats.ly: added file back.
13316
13317         * Documentation/user/notation.itely,
13318         Documentation/user/programming-interface.itely
13319         Documentation/user/changing-defaults.itely: fixed misc broken
13320         links to input/test/ files.
13321
13322 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13323
13324         * tex/texinfo.tex: Update.  We should not be distributing this,
13325         but since we do, use latest version.
13326
13327         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13328         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13329         macros for feta glyphs.
13330
13331 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13332
13333         * Documentation/user/changing-defaults.itely: fix index for set.
13334
13335         * Documentation/user/converters.itely: added convert-ly bugs list
13336         from CVS.
13337
13338 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13339
13340         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13341         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13342         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13343         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13344
13345         * mf/GNUmakefile (pfa_warning): Use less broken check.
13346
13347         * python/lilylib.py (setup_environment): Remove cruft from
13348         GS_FONTPATH.
13349
13350         * configure.in: Bump mftrace requirement to 1.1.1.
13351
13352 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13353
13354         * scm/output-svg.scm (beam): Use polygon.
13355
13356         * scm/lily-library.scm: Bugfix.
13357
13358         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13359
13360         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13361
13362 2004-12-19  Werner Lemberg  <wl@gnu.org>
13363
13364         Prepare glyph shapes for mf2pt1 conversion.
13365
13366         * mf/feta-eindelijk: Some formatting.
13367         (multi_rest_x, multi_beam_height): Removed.  Unused.
13368         ("Quarter rest"): Use `intersectiontimes' to create a single
13369         outline.
13370         (rest_crook): Removed.  Unused.
13371         (draw_rest_bulb): Return path (without filling).  Update callers.
13372         Simplified.
13373         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13374         "128th rest"): Simplify `pat'.
13375         Create single outline.
13376
13377 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13378
13379         * mf/GNUmakefile (ALL_GEN_FILES):
13380         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13381
13382         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13383         function.
13384
13385 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13386
13387         * scm/output-texstr.scm (placebox): add routine
13388
13389         * VERSION (PACKAGE_NAME): release 2.5.4
13390
13391         * scm/framework-texstr.scm (output-framework): new file.  
13392
13393         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13394         processing.
13395
13396         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13397
13398         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13399         rule.
13400
13401         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13402
13403         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13404
13405         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13406
13407 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13408
13409         * scm/framework-svg.scm (dump-page): Implement landscape.
13410
13411 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13412
13413         * lily/main.cc (setup_paths): Add svg to search path.
13414
13415         * scm/output-svg.scm:
13416         * scm/framework-svg.scm: Add pageSet.  Update.
13417         (dump-fonts): New function.
13418         (output-framework): Use it.
13419
13420         * mf/GNUmakefile: 
13421         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13422
13423 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13424
13425         * tex/lilyponddefs.tex: comment out new ifpdf code.
13426
13427 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13428
13429         * GNUmakefile.in: 
13430         * SConstruct (symlink): Replace afm by otf.
13431
13432         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13433         ly:pango-add-afm-decoder.
13434
13435         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13436
13437 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13438
13439         * scm/output-ps.scm (new-text): don't access t glyph for getting
13440         space dimension.
13441
13442         * ly/init.ly: warn about \version
13443
13444         * lily/lexer.ll: set version-seen?
13445
13446 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13447
13448         * scm/output-svg.scm (string->entities): Update.
13449
13450 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13451
13452         * lily/main.cc (setup_paths): replace afm by otf for path. 
13453
13454         * lily/pangofc-afm-decoder.cc: remove.
13455
13456         * lily/include/pangofc-afm-decoder.hh: remove.
13457
13458         * scm/framework-scm.scm (output-framework): new file.
13459
13460         * mf/GNUmakefile: remove SAUTER_FONTS.
13461         remove SVG/sodipodi hacks.
13462
13463         * scm/lily-library.scm (stderr): move stderr.
13464
13465         * mf/GNUmakefile: remove AFM support.
13466
13467         * buildscripts/mf-to-table.py (base): remove AFM support.
13468
13469         * lily/open-type-font.cc (design_size): use design_size
13470
13471 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13472
13473         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13474
13475 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13476
13477         * mf/GNUmakefile: Generate combined aybabtu info.
13478         * mf/aybabtu.pe.in (i): Load it.
13479
13480         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13481         are not symbols.
13482
13483         * lily/include/open-type-font.hh (count): New method.
13484
13485         * mf/aybabtu.pe.in: Typo.
13486
13487         * Documentation/user/out/lilypond-internals.nexi (Scheme
13488         functions): Typo.
13489
13490         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13491
13492 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13493
13494         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13495         subfonts.
13496
13497         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13498
13499         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13500         (tex-font-command-raw): new function.
13501
13502         * lily/include/virtual-font-metric.hh (Module): remove file
13503
13504         * lily/virtual-font-metric.cc (Module): remove file.
13505         
13506
13507         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13508         (get_indexed_char): read bbox from lily table if present.
13509
13510 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13511
13512         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13513         aybabtu.subfonts
13514
13515         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13516         global glyphname. Enables more than 64 glyphs in the OTF.
13517
13518 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13519
13520         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13521         braces.
13522
13523         * lily/open-type-font.cc (design_size): Use 12 as default for
13524         design size.
13525
13526         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13527
13528         * mf/GNUmakefile: Generate aybabtu.
13529
13530         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13531
13532 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13533
13534         * scm/lily-library.scm (char->unicode-index): Remove.
13535
13536         * scm/output-gnome.scm (text): Bugfix for plain string input.
13537         Updates.
13538
13539         * scm/output-svg.scm (svg-font): Add weight to font selection.
13540
13541 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13542
13543         * Documentation/topdocs/INSTALL.texi (Top): Point to
13544         buildscripts/out/clean-fonts instead of
13545         buildscripts/clean-fonts.sh. 
13546
13547 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13548
13549         * input/regression/figured-bass.ly: attempt to clarify text.
13550
13551         * Documentation/user/notation.tely: add cindex for tag, attempt to
13552         add figured bass example.
13553
13554         * Documentation/user/changing-defaults: basic editing.
13555
13556 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13557
13558         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13559
13560         * lily/open-type-font.cc (LY_DEFINE): new function
13561         ly:font-sub-fonts
13562
13563         * lily/include/font-metric.hh (struct Font_metric): new method
13564         sub_fonts()
13565
13566         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13567         . with - in add.stem.
13568         
13569 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13570
13571         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13572         and fetaDynamic.
13573
13574         * lily/rest.cc (glyph_name): Change - to . .
13575
13576         * scm/output-gnome.scm (text): Hello world, again.
13577
13578         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13579
13580         * lily/modified-font-metric.cc (index_to_charcode): New method.
13581
13582         * lily/include/font-metric.hh (index_to_charcode): New function.
13583
13584         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13585         new function.
13586         (ly:font-glyph-to-index): Remove.
13587
13588 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13589
13590         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13591
13592         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13593
13594         * lily/open-type-font.cc (load_scheme_table): new function
13595
13596         * lily/dots.cc (print): replace - 
13597
13598         * lily/open-type-font.cc (attachment_point): new function.
13599         (load_table): read LILC table
13600
13601         * buildscripts/gen-bigcheese-scripts.py (Module): new
13602         file. Generate FF scripts.
13603
13604         * mf/feta-din10.mf: idem.
13605
13606         * mf/feta-nummer10.mf: remove mf files.
13607
13608         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13609
13610 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13611
13612         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13613
13614         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13615         compatibility.
13616
13617 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13618
13619         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13620         design-size and units_per_EM.
13621
13622         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13623
13624 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13625
13626         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13627         does not crash fontforge.
13628
13629         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13630         PUA.
13631
13632 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13633
13634         * scm/framework-ps.scm (ps-embed-cff): new function.
13635
13636         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13637
13638 2004-12-12  Werner Lemberg  <wl@gnu.org>
13639
13640         * mf/bigcheese.pe.in: Add PUA mapping.
13641         Don't create Type 42 but bare CFF font.
13642
13643 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13644
13645         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13646         within canvas boundaries.
13647
13648         * mf/merge.pe.in: Set font names, version, license GPL.
13649
13650         * make/substitute.make: Add FONTFORGE.
13651
13652         * config.make.in (FONTFORGE): Add.
13653
13654         * configure.in (gui_b): Use PATH_PROG for fontforge.
13655
13656 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13657
13658         * scm/define-markup-commands.scm: add baseline-skip to info
13659         about \column.
13660
13661 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13662
13663         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13664
13665         * scm/output-gnome.scm (named-glyph): Use it.
13666
13667         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13668
13669         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13670         (upper_string, lower_string, reverse_string): Remove.
13671
13672         * configure.in (fontforge): Reinstate version check.
13673
13674         * ly/engraver-init.ly: Fix clef glyph names.
13675
13676         * lily/time-signature.cc (special_time_signature): Fix fraction
13677         glyph names.
13678
13679 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13680
13681         * mf/merge.pe: new file.
13682
13683         * lily/freetype.cc: new file.
13684
13685         * lily/include/open-type-font.hh (class Open_type_font): new file.
13686
13687         * lily/include/freetype.hh: new file.
13688
13689         * lily/open-type-font.cc: new file.
13690
13691         * lily/all-font-metrics.cc (find_otf): new function.
13692
13693 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13694
13695         * lily/time-signature.cc (special_time_signature): Fix.
13696
13697         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13698         GTK2 before checking for pango.  Fixes -fgnome.
13699
13700         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13701         Scheme name.
13702
13703         * scm/define-markup-commands.scm:
13704         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13705
13706         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13707
13708         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13709         date versions.  Fixes configure.
13710         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13711         argument.
13712
13713 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13714
13715         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13716         names in .enc
13717
13718         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13719
13720 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13721
13722         * Documentation/user/changing-defaults.itely: add info about
13723         make-dynamic-script
13724
13725         * Documentation/user/notation.itely: add link in dynamics to
13726         section about make-dynamic-script.
13727
13728 2004-12-09  Christian hitz  <chhitz@gmx.net>
13729
13730         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13731
13732 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13733
13734         * buildscripts/mf-to-table.py (parse_logfile): use . for
13735         concatting name and group.
13736         (parse_logfile): use M for Minus (negative.)
13737
13738         * lily/include/type-swallow-translator.hh
13739         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13740
13741         * lily/*.cc: cosmetics around = sign.
13742
13743         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13744         lyric spacing on the penultimate column.
13745
13746 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13747
13748         * configure.in:
13749         * lily/accidental-placement.cc:
13750         * lily/bar-line.cc:
13751         * lily/beam-concave.cc:
13752         * lily/beam-quanting.cc:
13753         * lily/beam.cc:
13754         * lily/bezier-bow.cc:
13755         * lily/bezier.cc:
13756         * lily/break-align-interface.cc:
13757         * lily/custos.cc:
13758         * lily/dimension-cache.cc:
13759         * lily/dot-column.cc:
13760         * lily/font-metric.cc:
13761         * lily/font-select.cc:
13762         * lily/gourlay-breaking.cc:
13763         * lily/grob-property.cc:
13764         * lily/grob.cc:
13765         * lily/lily-guile.cc:
13766         * lily/line-spanner.cc:
13767         * lily/lookup.cc:
13768         * lily/lyric-extender.cc:
13769         * lily/lyric-hyphen.cc:
13770         * lily/mensural-ligature.cc:
13771         * lily/midi-def.cc:
13772         * lily/misc.cc:
13773         * lily/note-collision.cc:
13774         * lily/note-column.cc:
13775         * lily/note-head.cc:
13776         * lily/paper-outputter.cc:
13777         * lily/percent-repeat-item.cc:
13778         * lily/rest-collision.cc:
13779         * lily/side-position-interface.cc:
13780         * lily/simple-spacer.cc:
13781         * lily/slur-configuration.cc:
13782         * lily/slur-scoring.cc:
13783         * lily/slur.cc:
13784         * lily/spaceable-grob.cc:
13785         * lily/spacing-spanner.cc:
13786         * lily/spanner.cc:
13787         * lily/staff-symbol-referencer.cc:
13788         * lily/stem.cc:
13789         * lily/stencil.cc:
13790         * lily/system-start-delimiter.cc:
13791         * lily/system.cc:
13792         * lily/text-item.cc:
13793         * lily/tie.cc:
13794         * lily/tuplet-bracket.cc:
13795         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13796         <cmath> beacause isinf/isnan is undefined in <cmath>
13797
13798 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13799
13800         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13801
13802 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13803
13804         * VERSION: release 2.5.3
13805         
13806 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13807
13808         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13809
13810 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13811
13812         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13813
13814         * lily/note-head.cc (internal_print): always try the "s" head if
13815         u/d not found.
13816
13817         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13818
13819 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13820
13821         * mf/parmesan-heads.mf (overdone_heads): typos.
13822
13823 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13824
13825         * lily/parser.yy (markup): in markups, { .. } without command
13826         before are also flattened, ie \line must be explicitely used.
13827
13828         * Documentation/user/changing-defaults.itely:
13829         * Documentation/user/notation.itely: 
13830         * input/wilhelmus.ly: 
13831         * input/regression/instrument-name-markup.ly: 
13832         * input/regression/markup-score.ly: 
13833         * input/regression/new-markup-scheme.ly: 
13834         * input/regression/new-markup-syntax.ly: 
13835         * input/test/coriolan-margin.ly: use \line in markups where
13836         appropriate
13837         
13838 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13839
13840         * scm/new-markup.scm (map-markup-command-list): helper function
13841         used in parser.yy to map markup commands on a markup list.
13842
13843         * lily/parser.yy: get rid off < > in markups by treating { } as
13844         real lists.
13845
13846         * lily/lexer.ll: remove < > from markup lexer mode.
13847
13848         * scripts/convert-ly.py (conv): add rule for converting 
13849         \markup < > to \markup { }
13850
13851         * ly/titling-init.ly: 
13852         * input/test/coriolan-margin.ly: 
13853         * input/regression/new-markup-syntax.ly: 
13854         * input/regression/new-markup-scheme.ly: 
13855         * input/regression/multi-measure-rest-text.ly: 
13856         * input/regression/markup-stack.ly: 
13857         * input/regression/markup-score.ly: 
13858         * input/regression/instrument-name-markup.ly: 
13859         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13860         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13861         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13862         * input/wilhelmus.ly: 
13863         * Documentation/user/notation.itely: 
13864         * Documentation/user/music-glossary.tely: 
13865         * Documentation/user/changing-defaults.itely: change < > to { } in
13866         markups
13867
13868 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13869
13870         * lily/accidental-placement.cc (position_accidentals): shortcut if
13871         no accidentals to place.
13872
13873 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13874
13875         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13876         typo s/ly:dimension ?/ly:dimension?/
13877
13878         * input/regression/lily-in-scheme.ly: 
13879         * input/regression/music-function.ly: 
13880         * ly/spanners-init.ly (assertBeamSlope): 
13881         * scm/music-functions.scm (def-grace-function): add the paper
13882         argument to music function definitions.
13883
13884 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13885
13886         * lily/moment.cc (LY_DEFINE):
13887         ly:moment-main-{denominator,numberator}, new function.
13888
13889         * lily/score-engraver.cc (typeset_all): assign to column on basis
13890         of axis-group-parent-X setting.
13891
13892         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13893         add_element() on basis of axis-group-parent-Y setting.
13894
13895         * lily/grob.cc: add axis-group-parent-{XY} properties.
13896
13897         * input/regression/spacing-stick-out.ly: new file.
13898
13899         * lily/simple-spacer.cc (add_columns): use binary search for
13900         setting column rods. Changes O(n^2) to O(n log(n)) for
13901         constructing spacing problem from columns.
13902         (add_columns): read allow-outside-line to make sure no texts stick
13903         out.
13904         (solve): Simple_spacer::is_active() only determines
13905         satisfies_constraints_ for non-ragged typesetting.
13906
13907         * lily/simultaneous-music.cc (to_relative_octave): only set
13908         old_relative_used if return pitch actually changed.
13909
13910         * scm/define-context-properties.scm
13911         (all-user-translation-properties): change to match implementation.
13912
13913         * python/lilylib.py: Replace re.match by re.search and adds "-c
13914         showpage" to the gs command line (Johannes Schindelin)
13915
13916         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13917         before processing. Prevents crash when inf is in the extent.
13918
13919         * scm/define-markup-commands.scm (note-by-number): add "s" to
13920         "noteheads-" glyphname.
13921  
13922         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13923         music function as well.
13924         
13925 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13926
13927         * VERSION: release 2.5.2
13928
13929         * Documentation/user/changing-defaults.itely (Creating titles):
13930         add breakbefore variable.
13931
13932         * lily/paper-book.cc (set_system_penalty): new function. Set
13933         penalty_ based on breakBefore setting
13934
13935         * lily/context-specced-music-iterator.cc (construct_children):
13936         interpret special context id $uniqueContextId 
13937
13938         * lily/context.cc (create_unique_context): new method. Move
13939         creation of unique (\new) contexts into interpreting phase. This
13940         makes
13941
13942           foo= \new Staff ..
13943           << \foo \foo >>
13944
13945         produce 2 staves.
13946         
13947
13948         * scm/define-music-properties.scm (all-music-properties): add
13949         quoted-voice-direction
13950
13951         * ly/music-functions-init.ly: killCues function.
13952
13953         * scm/music-functions.scm (cue-substitute): move creation of voice
13954         contexts further to the back. 
13955
13956 2004-11-25  Werner Lemberg  <wl@gnu.org>
13957
13958         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13959         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13960
13961 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13962
13963         * buildscripts/guile-gnome.sh: Fixed typo.
13964
13965 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13966
13967         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13968
13969         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13970
13971         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13972         to regular engraver. 
13973
13974 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13975
13976         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13977
13978 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13979
13980         * scm/define-markup-commands.scm (fill-line): Typo.
13981
13982         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13983         and newer.
13984
13985 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13986
13987         * ly/dynamic-scripts-init.ly: Fixed typo.
13988
13989 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13990
13991         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13992         note-head, to have different attachment points for up and down.
13993
13994         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13995
13996         * mf/feta-generic.mf (else): remove solfa.
13997
13998         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13999
14000         * scm/define-context-properties.scm
14001         (all-user-translation-properties): add shapeNoteStyles property.
14002
14003         * lily/shape-note-heads-engraver.cc (process_music): new file.
14004
14005         * lily/event.cc (transpose): call Event::transpose() for
14006         transposing the tonic.
14007
14008 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14009
14010         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14011         Unicode/OpenType and AFM.
14012
14013         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14014
14015 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14016
14017         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14018
14019         * lily/context.cc (Context): unprotect key from ctor.
14020
14021         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14022         is '()
14023         (stack-stencils): idem.
14024
14025         * Documentation/user/changing-defaults.itely (Creating titles):
14026         document new title layout options.
14027
14028         * lily/parser.yy (lilypond_header_body): copy previous
14029         $globalheader if present.
14030
14031         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14032         ly:module-copy
14033         
14034         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14035
14036         * scm/titling.scm: remove old titling functions
14037
14038         * lily/stencil.cc (translate): remove absolute dimension.
14039
14040         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14041         via markup.
14042
14043         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14044         field from user-supplied markup
14045
14046         * scm/define-markup-commands.scm (on-the-fly): new markup
14047         command. Enter SCM markup procedure directly in Scheme.
14048         (fromproperty): new markup command. Read markup from props argument.
14049
14050         * scm/titling.scm (marked-up-title): create title via
14051         user-specified markup. 
14052
14053         * scm/define-markup-commands.scm (column): remove empty stencils
14054         from column.
14055
14056         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14057         not have side-effect of creating variable stub.
14058
14059         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14060
14061 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14062
14063         * scm/encoding.scm (coding-alist): 
14064         * scm/font.scm (add-ec-fonts):
14065         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14066         Extended-TeX-Font-Encoding---Latin.
14067
14068         * lily/side-position-interface.cc (general_side_position): Add
14069         actual offset to error message (avoid constant error messages).
14070
14071         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14072         block.
14073
14074         * lily/font-select.cc (select_encoded_font)
14075         (get_font_by_mag_step, get_font_by_design_size): 
14076         * lily/modified-font-metric.cc (Modified_font_metric): 
14077         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14078
14079         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14080         (read-encoding-file): Bugfix: do not require space after bracket.
14081
14082         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14083         these do not exist.
14084
14085 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14086
14087         * Documentation/user/notation.itely: added info about typesetting
14088         boxed bar numbers.
14089
14090 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14091
14092         * flower/interval.cc (T_to_string): gcc4 fixes.
14093
14094         * scm/define-markup-commands.scm (fill-line): use
14095         stack-stencils. This fixes problems with putting already centered
14096         stencils in a line.
14097
14098         * VERSION: release 2.5.1
14099
14100         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14101
14102 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14103
14104         * input/example-[1-3].ly: simplify.
14105
14106         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14107
14108         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14109         show glyphs.
14110
14111         * scm/encoding.scm (decode-byte-string): new function.
14112
14113         * scripts/convert-ly.py (conv): add warning about
14114         set-global-staff-size.
14115
14116         * Doxyfile: add. 
14117
14118         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14119         (conv): warn for TextSpanner split.
14120         (conv): warn for textheight.
14121
14122 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14123
14124         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14125         building the documentation, info with images are installed.
14126         (final-install): Fix description.  Mention sourcing of login
14127         scripts (instead of running).
14128
14129 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14130
14131         * Debian lmodern support.  Note that LilyPond will issue warnings
14132         
14133             no such encoding: "FontSpecific"
14134
14135           The font selection mechanism wants to get the encoding from the
14136           font itself, but the idea of lmodern is that it is usable with
14137           different encodings, ie, Lily should get the encoding from the
14138           font tree, rather than the font itself.  This would require some
14139           more work.
14140         
14141         * configure.in: Test for and accept lmodern if EC fonts not found.
14142
14143         * scm/framework-tex.scm (font-load-command): TeX font name
14144         mangling for latin1 encoded cork-lm fonts.
14145         (convert-to-ps): Load lm.map if available.
14146
14147         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14148         available.
14149
14150         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14151
14152         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14153         available.
14154
14155         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14156         path for absolute file name, that is silly.
14157
14158         * lily/score-engraver.cc (initialize): 
14159
14160         * Documentation/user/GNUmakefile (local-install-info): Invoke
14161         install-info --remove first.
14162
14163         * #include cleanup (Andreas Scherer).
14164
14165 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14166
14167         * input/test/script-abbreviations.ly: fix typos.
14168
14169 2004-11-17  Werner Lemberg  <wl@gnu.org>
14170
14171         * python/lilylib.py (options_help_str): Support pretty-printing of
14172         newlines in fourth element of option description.
14173
14174         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14175         feature.
14176         Sort options.
14177
14178         * Documentation/user/lilypond-book.itely: Finish update.
14179
14180 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14181
14182         * Documentation/user/macros.itexi: Add comment about \command.
14183
14184         * Documentation/user/lilypond.tely:
14185         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14186         and lilypond-book nodes, so that `info lilypond' visits the manual
14187         at top level, and `info lilypond-book' visits the lilypond-book
14188         section.
14189
14190         * Documentation/user/GNUmakefile (local-install-info): Fix rules
14191         and packager messages.
14192
14193         * lily/pangofc-afm-decoder.cc: Update test.
14194
14195 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14196
14197         * scm/lily-library.scm (char->unicode-index): New function.
14198
14199         * scm/output-gnome.scm: 
14200         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
14201
14202         * Proper naming of file name throughout; s/filename/file[-_]name/.
14203
14204         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
14205
14206         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
14207
14208 2004-11-16  Werner Lemberg  <wl@gnu.org>
14209
14210         * scripts/lilypond-book.py: The Lord has commanded me to use only
14211         tabs for indentation.  Your humble servant obeys.
14212
14213 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14214
14215         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
14216         including font, if LilyPond-feta font is only feta font in path.
14217
14218         * scm/output-gnome.scm (text): Revert to file name of font if font
14219         has no name.  Fixes ec font selection.
14220         (char): Bugfix: do not utf8 twice.  Fixes clefs.
14221
14222         * scm/framework-svg.scm:
14223         * scm/output-svg.scm: New file.  TODO: figure out how to
14224         do character by index in font.
14225
14226         * scm/output-sodipodi.scm: Remove.
14227
14228         * scm/output-ps.scm (stem): Remove.
14229
14230 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14231
14232         * scm/output-gnome.scm (beam): New function.
14233         (slur): Round corners.
14234         (round-filled-box): Round corners.
14235
14236 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14237
14238         * scm/output-gnome.scm (beam): add function.
14239         (draw-line): new routine.
14240         (dashed-line): stub; call draw-line
14241         (polygon): new routine.
14242
14243 2004-11-15  Werner Lemberg  <wl@gnu.org>
14244
14245         * Documentation/user/lilypond-book.itely: Revise section on
14246         lilypond-book options.
14247         Other minor fixes.
14248
14249         * scripts/lilypond-book.py: Change indentation to 4.
14250         Minor formatting.
14251
14252 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14253
14254         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14255         grobs that have tweaks specced.
14256         
14257 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14258
14259         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14260
14261 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14262
14263         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14264         actual char #, not 0 based index.
14265
14266         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14267
14268         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14269         Warning: do make -C mf clean.
14270
14271         * lily/context-property.cc: Compile fix.
14272
14273         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14274         Grok ec-fonts, braces and dynamics.
14275
14276         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14277
14278 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14279
14280         * lily/include/tweak-registration.hh: new file.
14281
14282         * lily/tweak-registration.cc: new file.
14283
14284         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14285         saving tweaks.
14286
14287         * scm/output-gnome.scm (text): comment dribble.
14288
14289 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14290
14291         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14292
14293         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14294         path-def before using.  Fixes muchtomany slurs in wrong places
14295         bug.
14296
14297 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14298
14299         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14300
14301         * lily/include/object-key-undumper.hh (Module): new file.
14302
14303         * lily/object-key-undumper.cc (Module): New file. Deserialize
14304         keys. SCM bindings
14305
14306         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14307         Provide SCM bindings.
14308
14309         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14310         new file. Serialize object keys.
14311         
14312         * lily/object-key.cc (dump): new function.
14313         (as_scheme): new virtual function
14314         (undump): new function
14315         (undumpers): new table.
14316
14317         * lily/include/global-context.hh (Context): take \score key upon init.
14318
14319         * lily/object-key-dumper.cc (serialize_key): new file.
14320
14321         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14322
14323         * lily/lily-lexer.cc: remove \quote.
14324
14325         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14326
14327         * lily/context.cc (Context): take key argument in ctor.
14328         (create_context): new function
14329
14330         * lily/grob.cc (Grob): take key argument in ctor.  
14331
14332         * lily/lilypond-key.cc (do_compare): new file.
14333
14334         * lily/object-key.cc (Object_key): new file.
14335
14336         * lily/include/object-key.hh (class Object_key): new file.
14337
14338         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14339
14340 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14341
14342         * Documentation/user/lilypond-book.itely: add small warning about
14343         noindent default in lilypond-book.
14344
14345         * Documentation/user/converters.itely: add examples for convert-ly.
14346
14347         * Documentation/user/examples.itely: change version string in templates
14348         to 2.4.0.
14349
14350 2004-11-12  Karl Hammar  <karl@aspodata.se>
14351
14352         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14353         cmdline, use xargs instead (backportme)
14354
14355 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14356         
14357         * Documentation/user/: Numerous fixes in the user manual.
14358
14359 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14360
14361         * lily/parser.yy (re_rhythmed_music): search music expression for
14362         context-id, surround by \new Voice if not found. Fixes:
14363         addlyrics-second-staff.ly
14364
14365         * VERSION: 2.5.0 released.
14366         
14367 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14368
14369         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14370
14371         * Documentation/user/GNUmakefile: Separate rules for split and
14372         unsplit html documents.  Remove perl massaging.  (backportme)
14373
14374 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14375
14376         * Documentation/user/lilypond-book.itely: add short warning about
14377         \lilypond{} in LaTeX docs.
14378
14379 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14380
14381         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14382         found.  (backportme)
14383
14384         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14385         version requirement.  (backportme)
14386
14387         * configure.in: Be explicit about old versions of
14388         ec-fonts-mtraced.  (backportme)
14389
14390         * lily/context-selector.cc (set_tweaks): New function.
14391         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14392         web with -DTWEAK.
14393
14394         * Documentation/user/introduction.itely (Automated engraving):
14395         Remove fragment option.  Fixes web.
14396
14397         * lily/context-property.cc (make_item_from_properties):
14398         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14399         #ifdef.
14400
14401         * scm/define-context-properties.scm
14402         (all-internal-translation-properties): Add tweakRank and tweakCount.
14403
14404         * lily/grob.cc: 
14405         * scm/define-grob-properties.scm (all-internal-grob-properties):
14406         Add tweak-rank and tweak-count.
14407
14408 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14409
14410         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14411         New function.
14412         (text): Use them.
14413
14414         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14415         animated/opaque grob dragging tweaks.
14416
14417         * buildscripts/guile-gnome.sh: Update.
14418
14419 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14420
14421         * scm/define-grobs.scm (all-grob-descriptions): Added
14422         line-interface to the LigatureBracket object.
14423
14424 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14425
14426         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14427         dragging tweaks.
14428
14429         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14430
14431         * lily/context-selector.cc (store_context): New function.
14432
14433         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14434         (store_grob): New function.
14435         (identify_grob): Add Moment parameter.
14436
14437         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14438         exists.
14439
14440         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14441
14442 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14443
14444         * scm/framework-gnome.scm (item-event): Print grob id.
14445         (save-tweaks): New function.
14446         (tweak): New funtion.
14447         (item-event): Use it, bound to arrow keys.
14448
14449         * lily/context-property.cc (make_item_from_properties): Register grob.
14450         * lily/context.cc (add_context): Register context.
14451
14452         * lily/include/context-selector.hh:
14453         * lily/include/grob-selector.hh:
14454         * lily/context-selector.cc:
14455         * lily/grob-selector.cc: New file.
14456
14457 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14458
14459         * lily/slur.cc: add 'positions to interface
14460
14461         * lily/main.cc: reinstate PS as standard output format. 
14462
14463         * scm/framework-tex.scm (output-preview-framework): print systems
14464         up to first non title system.
14465
14466         * lily/grace-engraver.cc (start_translation_timestep): split
14467         scm_cadddr
14468         
14469 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14470
14471         * lily/quote-iterator.cc (Module): remove old quote-iterator
14472
14473         * scm/define-music-types.scm (music-descriptions): move
14474         NewQuoteMusic over QuoteMusic
14475
14476         * Documentation/user/notation.itely (Formatting cue notes): use
14477         \cueDuring.
14478
14479         * lily/new-quote-iterator.cc (quote_ok): new function.
14480
14481         * input/regression/quote-cue-during.ly: new file.
14482
14483         * input/regression/quote-grace.ly: new file.
14484
14485         * scm/define-context-properties.scm (Module): change definition of
14486         graceSettings
14487
14488         * lily/context-property.cc (Module): rename from
14489         translator-property.cc
14490
14491         * lily/context.cc (context_name_symbol): new function
14492
14493         * lily/grace-engraver.cc: new file. Set properties for grobs based
14494         on the grace-ness of now_moment().
14495
14496         * scm/music-functions.scm (add-grace-property): use list
14497         iso. vector for graceSettings
14498         remove set-{start,stop}-grace-properties. 
14499
14500         * lily/new-quote-iterator.cc (construct_children): set
14501         quote_outlet_ if no quoted-context-{id,type} specified.
14502
14503         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14504
14505         * lily/parser.yy (command_element): remove \quote.
14506
14507         * ly/music-functions-init.ly (location): add quoteDuring music
14508         function. 
14509
14510         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14511         optional semicolon. (backportme)
14512
14513 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14514
14515         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14516         need to link to GUILE et al.
14517
14518 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14519
14520         * scm/define-music-properties.scm (all-music-properties): add
14521         quoted-context-type, quoted-context-id.
14522
14523         * scm/lily.scm (type-check-list): new function.
14524         
14525         * scm/lily-library.scm: new file. Generic library routines.
14526
14527         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14528         parser.
14529
14530         * ly/music-functions-init.ly: add quoteDuring function.
14531
14532         * lily/include/music-iterator.hh (class Music_iterator): rename
14533         set_translator -> set_context
14534
14535         * lily/parser.yy (Generic_prefix_music_scm): add
14536         MUSIC_FUNCTION_SCM_SCM_MUSIC
14537
14538         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14539
14540         * scm/framework-tex.scm (header): sanitize TeX paper size.
14541         (backportme)
14542
14543 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14544
14545         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14546
14547         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14548
14549         * scm/framework-tex.scm (font-load-command): Use T1 if no
14550         font-encoding set.  (backportme)
14551
14552         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14553         exists before converting.  (backportme)
14554
14555         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14556         exists before converting.  (backportme)
14557         (convert-to-ps): Remove .ps file if it exists before
14558         converting.  (backportme)
14559
14560         * lily/lexer.ll: Remove extra progress newline, use present tense.
14561
14562         * scm/paper.scm (paper-alist): public.
14563         * scm/framework-tex.scm (convert-to-ps):
14564         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14565         command line.
14566
14567 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14568
14569         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14570
14571         * lily/recording-group-engraver.cc (derived_mark): mark
14572         now_events_. (backportme)
14573
14574 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14575
14576         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14577
14578         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14579         invoking latex. (backportme.)
14580
14581         * lily/stem.cc (off_callback): center stems for all rest stems.
14582
14583 2004-11-05  Werner Lemberg  <wl@gnu.org>
14584
14585         * Documentation/user/lilypond.tely: Add more guidelines for writing
14586         lilypond texinfo documents.
14587
14588 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14589
14590         * Documentation/index.html.in: remove <hr>.
14591
14592         * THANKS: change 2.3 to 2.4.
14593
14594 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14595
14596         * scm/output-gnome.scm: More fontconfig comment.
14597
14598 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14599
14600         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14601         <package> directory in $(builddir)/share according with
14602         PACKAGE_NAME defined in the VERSION file.
14603
14604 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14605
14606         * lily/beam.cc (rest_collision_callback): use local beam
14607         multiplicity.
14608
14609         * input/regression/stem-stemlet.ly: new file.
14610
14611         * lily/stem.cc (add_head): store rests as well.
14612
14613         * scm/define-grob-properties.scm (all-user-grob-properties): add
14614         stemlet-length
14615
14616         * lily/stem.cc: store rests as well.
14617         
14618         * input/regression/new-slur.ly: mention forcing.
14619
14620 2004-11-04  Werner Lemberg  <wl@gnu.org>
14621
14622         * Documentation/user/*: A new round of layout fixes and document
14623         structure cleanup.
14624
14625 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14626
14627         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14628
14629 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14630
14631         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14632
14633 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14634
14635         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14636
14637         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14638
14639         * lily/main.cc (main): Invoke identify.
14640
14641         * scm/lily.scm (postscript->pdf): Remove progress newline.
14642         Write progress to stderr.
14643
14644         * lily/paper-book.cc (output): Remove progress newline.
14645
14646         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14647         gettext on user messages, and remove whitespace.
14648
14649         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14650
14651         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14652         argv[0] (Thomas Scharkowski).
14653
14654         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14655         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14656         for ec-fonts-mtraced.
14657
14658         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14659         --srcdir build (Bertalan).
14660
14661         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14662         headers and library too (Laura Conrad).
14663
14664         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14665         package for guile too (Laura Conrad).
14666
14667         * lily/main.cc (usage): Typo.
14668
14669 2004-11-02  Werner Lemberg  <wl@gnu.org>
14670
14671         * Documentation/user/notation.ly: More fixes to improve appearance.
14672
14673         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14674         better output for multicolumn tables.
14675
14676 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14677
14678         * lily/main.cc (dir_info): Fixed typo in the printouts.
14679
14680 2004-11-01  Werner Lemberg  <wl@gnu.org>
14681
14682         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14683         of output.
14684         Set `per_line' to 2; replace hard-coded value with it.
14685
14686         * Documentation/user/*: Many fixes to improve appearance of
14687         printed manual.
14688
14689 2004-11-01  Werner Lemberg  <wl@gnu.org>
14690
14691         * Documentation/user/changing-defaults.itely,
14692         Documentation/user/notation.ly,
14693         Documentation/user/programming-interface.itely: Use @/.
14694         Fix formatting of some lilypond snippets and tables.
14695
14696         * scripts/lilypond-book.py (compose_ly): Provide useful default
14697         for LINEWIDTH in `override'.
14698
14699 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14700
14701         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14702
14703 2004-10-31  Werner Lemberg  <wl@gnu.org>
14704
14705         Resetting @exampleindent to `5' gives ugly results with texinfo's
14706         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14707         (if not quoting) to change @exampleindent only locally.
14708
14709         * scripts/lilypond-book.py (NOQUOTE): New variable.
14710         (output) [LATEX]: Remove AFTER and BEFORE.
14711         [TEXINFO]: Remove AFTER and BEFORE.
14712         Fix QUOTE and VERBATIM pattern.
14713         Add NOQUOTE pattern.
14714         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14715         and BEFORE.
14716         [output_texinfo]: Use NOQUOTE.
14717
14718 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14719
14720         * Documentation/user/changing-defaults.itely: clarify paper
14721         size commands with correct info.
14722
14723         * Documentation/user/lilypond-book.itely: add more docs for
14724         filename extensions.
14725
14726 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14727
14728         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14729         (PATCH_LEVEL): start 2.5.0.
14730
14731 #Local variables:
14732 #coding: utf-8
14733 #End:
14734