]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/stem.cc (calc_stem_end_position): calc quantized-positions
[lilypond.git] / ChangeLog
1 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
4         for beamed case.
5
6         * lily/note-spacing.cc (stem_dir_correction): don't inspect
7         stem_end_position, but estimate instead. Backportme.
8
9         * lily/tuplet-bracket.cc (calc_positions): look at
10         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
11         brackets narrower than beams. Backportme.
12
13         * lily/lexer.ll: set version-seen? even if version is
14         INVALID. Backportme.
15
16         * lily/rest.cc (y_offset_callback): bugfix: decide position
17         override based on scm_is_number(). Fixes \rest on center staff
18         line. Backportme.
19
20         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
21         patterns for 16th triplets.
22
23 2006-06-10  Graham Percival  <gpermus@gmail.com>
24
25         * Documentation/user/ page.itely, global.itely: editing
26         and reorg.
27
28         * Documentation/user/ various: findex -> funindex.
29
30 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
31
32         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
33         insert extra tuplet events.
34
35 2006-06-10  Graham Percival  <gpermus@gmail.com>
36
37         * Documentation/user/programming-interfaces.itely: add
38         info from NEWS.
39
40         * python/convertrules.py: add annotatefoo -> annotate-foo
41         rules.
42
43         * Documentation/user/global.itely: start editing.
44
45         * Documentation/user/page.itely: major editing, new spacing
46         docs.
47
48 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
49
50         * scm/define-markup-commands.scm (wordwrap-markups): use
51         output-def 'line-width if undefined.
52
53         * HACKING: trim outdated info.
54
55 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
56
57         * scm/define-grobs.scm (all-grob-descriptions): Add
58         line-spanner-interface to all grobs that already have
59         text-spanner-interface or dynamic-text-spanner-interface
60
61         * scm/page.scm: Rename annotate{headers,systems,page}->
62         annotate-*
63
64         * input/regression/page-spacing.ly,
65         input/regression/page-layout-manual-position.ly: idem
66
67 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
68
69         * lily/line-spanner.cc: cleanup property list.
70
71         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
72         generator expressions (2.3 compat). 
73
74 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
75
76         * lily/vertical-align-engraver.cc: Make sure that the
77         align{Above,Below}Context properties are included in the automatic
78         documentation.
79
80 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
81
82         * scm/paper-system.scm (paper-system-annotate): also annotate the
83         estimated pure-Y-extent
84
85         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
86
87         * lily/system.cc (break_into_pieces): set the estimated height
88         of each child system
89
90         * lily/stem.cc (pure_height): new pure-Y-extent callback
91
92         * lily/staff-symbol-referencer.cc (callback): don't destroy
93         the staff-position property
94
95         * lily/hara-kiri-group-spanner.cc (request_suicide): split
96         consider_suicide into two functions
97
98         * lily/constrained-breaking.cc (resize): use the new pure
99         callbacks to estimate the height of a system
100
101         * lily/axis-group-interface.cc (pure_group_height): new
102         side-effect-free VerticalAxisGroup height-callback
103
104         * lily/align-interface.cc (get_extents_aligned_translates):
105         split align_elements_to_extents into two functions
106         (get_pure_child_y_translation): new function
107
108         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
109
110         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
111
112         * lily/paper-score.cc: cache break_indices and columns
113
114         * lily/side-position-interface.cc: new pure-Y-extent callbacks
115         
116 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
117
118         * lily/font-config.cc (init_fontconfig): do the init if
119         cache_file, but don't look at cache_file.
120
121         * input/regression/quote-tie.ly: new file.
122
123         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
124         to Head_event_tuple, so we deal gracefully with ties on
125         cue-endings.
126
127         * lily/pango-font.cc (pango_item_string_stencil): type correctness
128         for FcChar8*
129
130 2006-06-08  Graham Percival  <gpermus@gmail.com>
131
132         * input/test/ smart-transpose.ly, reverse-music.ly:
133         \applyMusic to music functions update, thanks Michael!
134
135 2006-06-07  Graham Percival  <gpermus@gmail.com>
136
137         * input/test/ add-staccato.ly, add-text-script.ly,
138         unfold-all-repeats.ly, music-box.ly: \applyMusic to
139         music functions update, thanks to Michael Meixner.
140
141         * Documentation/user/music-glossary.tely: small fix
142         from Francisco.
143
144         * Documentation/user/ various: minor additions from mailist.
145
146         * Documentation/user/lilypond.tely, basic-notation.itely:
147         small test of @funindex.  (works here)
148
149         * input/test/font-table.ly: reduce size to partially
150         de-ugly version in manual.
151
152         * Documentation/user/page.itely: new file (split former
153         "global issues" into "page settings" and "non-musical
154         output".
155
156         * Documentation/user/ various: fix @ref{}s to match
157         new chapter names (above).
158
159 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
160
161         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
162
163 2006-06-06  Graham Percival  <gpermus@gmail.com>
164
165         * Documentation/user/advanced-notation.itely: add example
166         for segno/coda on barline.
167
168         * tex/texinfo.tex: merge from upstream.
169
170 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
171
172         * scripts/lilypond-book.py (process_snippets): Argument fix.
173
174         * SConstruct:
175         * buildscripts/builder.py:
176         * lily/SConscript: 
177         * mf/SConscript: 
178         * Documentation/user/SConscript:  More SCons fixes.
179
180 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * lily/font-config.cc (init_fontconfig): Only initialize if
183         global cache_file is found.
184
185 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
186
187         * ly/music-functions-init.ly: Updated \overrideProperty to use the
188         new \applyOutput.
189
190 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
191
192         * VERSION (PACKAGE_NAME): release 2.9.8
193
194         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
195         function. Delay ledger modifying ledgered grobs to
196         stop_translation_timestep(), to ensure that we're ledgering
197         according to the new spanner.
198         (acknowledge_staff_symbol): don't check for non-NULL
199         staff_sym->get_bound()
200
201         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
202         creation.
203
204         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
205         pictures too.
206
207         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
208         directly from srcdir/stepmake/aclocal.m4
209         
210         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
211         disting MISC files.
212
213         * lily/simple-spacer.cc (get_column_desc): desc -> description.
214
215 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
216
217         * lily/simple-spacer.cc (get_line_configuration): add
218         keep-inside-line rods
219         (struct Column_desc): add constructor
220         (struct Rod_desc): add constructor
221         (get_line_forces): check for forced page breaks here too
222
223         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
224         support/elements cycles between InstrumentNames and AxisGroups
225
226 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
227
228         * config.make.in (METAFONT): remove MAKEINFO_VERSION
229
230         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
231         make-txt-files target.
232
233         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
234         make-txt-files target.
235
236         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
237
238         * stepmake/stepmake/generic-vars.make (distdir): create dist in
239         top-build-dir.
240
241 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
242
243         * Documentation/user/instrument-notation.itely,
244         input/regression/breathing-sign-ancient.ly,
245         input/test/divisiones.ly: Removed redundant property settings for
246         vaticana contexts.
247
248         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
249         fix lyrics alignment problems.  They are implemented now as scheme
250         functions that add the appropriate unicode char to the first lyric
251         event rather than adding a separate lyric event.  Minor edit of
252         comments.
253
254 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
255
256         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
257         pollute src dir with built .txt files, but install directly from
258         Documentation/topdocs/out/
259
260         * buildscripts/output-distance.py
261         (ComparisonData.create_html_result_page): put version/directories
262         in table header.
263
264         * Documentation/topdocs/NEWS.tely (Top): document spacing section
265         feature.
266
267         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
268         Patch by Karl Hammar
269         
270         * buildscripts/readlink.py: add  file.
271         Patch by Karl Hammar
272
273 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
274
275         * lily/tuplet-number.cc (print): prevent stencil from being
276         garbage collected.
277
278 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
279
280         * scm/stencil.scm (write-system-signature): explicitly 
281         -well, superfluously- close output port.
282
283         * buildscripts/output-distance.py (main): oops. Add extra argument.
284
285 2006-06-05  Graham Percival  <gpermus@gmail.com>
286
287         * Documentation/user/music-glossary.tely: clarified example
288         from Francisco Vila, thanks!
289
290 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
291
292         * input/regression/spacing-section.ly: new file.
293
294         * lily/input.cc (programming_error): new function.
295
296         * lily/spacing-engraver.cc (try_music): new function. Accept
297         spacing-section-event
298
299         * lily/spacing-spanner.cc (set_springs): take slices of all
300         columns for spacing.
301
302         * lily/include/paper-column.hh (class Paper_column): add
303         Paper_column::compare.
304
305         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
306
307         * scm/define-music-types.scm (music-descriptions): add
308         SpacingSectionEvent
309
310         * lily/music-iterator.cc (report_event): use programming_error for
311         sending non-event error.
312
313         * lily/input.cc (programming_error): new function
314
315         * buildscripts/output-distance.py (main): use compare-XXX for
316         compare files.
317         (main): --threshold option, default at 0.30
318
319         * output-distance.py (main): add --threshold option.
320
321 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
322
323         * scm/paper-system.scm (paper-system-annotate): fix problem when
324         annotating an empty system
325
326 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
327
328         * GNUmakefile.in: reinstate old web tar/copying.
329
330 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
331
332         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
333         nothing changes. (Erik S) 
334
335         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
336         count. (Erik S)
337
338 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
339
340         * scm/define-markup-commands.scm (whiteout): do not force
341         foreground color of argument markup to black.
342
343         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
344         the left of the arrow, instead of below the arrow name, so that,
345         when two little arrows are vertically stacked, their dimensions
346         and name should not overlap. Add a color key parameter.
347
348         * scm/paper-system.scm (paper-system-annotate): Annotate
349         next-space+next-padding instead of next-space. Annotate space
350         between next-padding and next-space+padding, respectively, and
351         following system extent and refpoint-Y-extent. Use colors.
352
353         * scm/page.scm (annotate-page): translate annotations slightly to
354         the right.
355
356 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
357
358         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
359         fix for x-staff slurs. Thanks Joe!
360
361         * buildscripts/output-distance.py
362         (SystemLink.output_expression_change_count): keep track of changed
363         details, and dump in details html page.
364  
365         * input/regression/figured-bass-staff.ly: add note about setting
366         properties in Staff context.
367
368         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
369         add slurs and ties to support too.
370
371         * buildscripts/output-distance.py (main): set dest_dir
372         argument. Add --max-count option.
373
374 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
375
376         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
377         shortcuts for special unicode chars that are useful in chant
378         notation.  Revised exisiting and added new comments.
379
380 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
381
382         * make/mutopia-rules.make: remove duplicate recipe.
383
384 2006-06-02  Werner Lemberg  <wl@gnu.org>
385
386         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
387         Add support for U+0132 (IJ) and U+0133 (ij).
388
389 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
390
391         * buildscripts/output-distance.py (FileLink): new class. collect
392         info systems from one .ly file. 
393         (FileLink.link_files_for_html): further tweaks.
394
395 2006-06-02  Graham Percival  <gpermus@gmail.com>
396
397         * tex/texinfo.tex: partial fix for @funindex.
398
399         * Documentation/user/macros.tely: uncomment @funindex (doesn't
400         break anything).
401
402 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
403
404         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
405
406         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
407         @example too. Backportme.
408
409 2006-06-02  Graham Percival  <gpermus@gmail.com>
410
411         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
412         from Werner Lemberg.
413
414 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
415
416         * Documentation/user/music-glossary.tely: additional spanish
417         updates and a lyrics fix in an example.
418
419 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
420
421         * scm/define-grob-properties.scm: Previous patch contained
422         spurious line from another patch not yet committed.  Fixed.
423
424         * scm/define-grob-properties.scm: Add missing doc strings for
425         ancient notation.
426
427 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
428
429         * buildscripts/output-distance.py
430         (ComparisonData.write_text_result_page): separate the scores, sort
431         by geo_score.
432
433         * scm/framework-eps.scm (output-classic-framework): start at 1 for
434         system signatures.
435
436         * buildscripts/output-distance.py (me_path): use argv[0] for
437         sys.path extension
438         (ComparisonData.img_cell): use colored borders.
439
440         * scm/stencil.scm (write-system-signature): escape newlines too.
441         (write-system-signature): use (1,-1) interval for empty interval
442
443 2006-01-01  Graham Percival  <gpermus@gmail.com>
444
445         * Documentation/user/music-glossary.tely: Spanish updates
446         from Francisco Vila.
447
448         * Documentation/user/lilypond-book.itely: addition from
449         Vaclav Smilauer.
450
451         * Documentation/user/ various: edits, small additions
452         from mailist, etc.
453
454 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
455
456         * GNUmakefile.in (tree-lib-prefix-current):
457         (tree-share-prefix-current): Use version number in tree, add
458         `current' symlinks.
459
460 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
461
462         * GNUmakefile.in: write VERSION, again.
463
464         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
465         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
466
467         * stepmake/aclocal.m4: robuster version detection.
468
469         * buildscripts/output-distance.py
470         (ComparisonData.create_html_result_page): copy only if file
471         exists, fixup src paths.
472
473         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
474
475 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
476
477         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
478         Another datarootdir reto.
479
480         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
481         available.  This should be moved to postinstall-lilypond-doc.
482
483 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
484
485         * GNUmakefile.in: simplify local-WWW-post. 
486         remove -type l from find.
487
488         * buildscripts/output-distance.py (ComparisonData.compare_trees):
489         fixes. Don't follow symlinks.
490         (ComparisonData.create_html_result_page): remove previous results.
491         insert ../python in path.
492
493         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
494
495 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * config.make.in (datadir): Add datarootdir to silence autoconf.
498
499         * stepmake/aclocal.m4: Update for autoconf-2.59d.
500
501 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
502
503         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
504
505         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
506         slash beams too wide.
507
508 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
509
510         * VERSION: release 2.9.7
511         
512 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
513
514         * lily/relocate.cc (read_relocation_dir): Do not blindly
515         dereference DIR.
516
517 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
518
519         * lily/parser.yy: replace THIS by PARSER
520
521         * Documentation/index.html.in: add link to test-results.html page.
522
523         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
524
525         * scm/translation-functions.scm (format-bass-figure): translate
526         digits over 10 to the left
527
528         * scm/define-markup-commands.scm (translate-scaled): new markup.
529
530         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
531         7 glyph. 
532
533         * ly/engraver-init.ly: add Figured_bass_engraver
534
535         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
536
537         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
538
539         * lily/score-engraver.cc (announce_grob): only note START announces.
540
541         * lily/include/engraver-group.hh (Translator_group):
542         acknowledge_hash_table_ is now drul.
543
544         * lily/engraver.cc (announce_end_grob): new method.
545
546         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
547
548         * lily/translator-dispatch-list.cc (create): take start_end argument.
549
550         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
551         acknowledge_static_array_ to drul
552
553         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
554
555         * scm/define-grob-interfaces.scm
556         (bass-figure-alignment-interface): add bass-figure-alignment-interface
557
558         * scm/define-grobs.scm (all-grob-descriptions): add
559         BassFigureAlignmentPositioning
560
561         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
562         number stays up to date. Backportme.
563
564 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
565
566         * Documentation/user/basic-notation.itely (Bar lines): Document
567         the "||:" bar type. 
568
569 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
570
571         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
572
573         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
574         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
575         build.
576
577         * Resurrect `scons lily' build.
578
579         * SConstruct (symlink_tree): Bugfix: link
580         music-drawing-routines.ps to file iso directory.
581
582         * lily/SConscript: Remove kpath-guile from LIBS.
583
584         * SConstruct (libdir_package_version): Typo.
585         (configure): Comment-out fontforge for lack of fontforge.pc .
586         Also add libdir* to environment.
587
588 2006-05-30  Graham Percival  <gpermus@gmail.com>
589
590         * Documentation/user/ various: minor additions from mailist and
591         editing.
592
593 2006-05-30  Paco <fravd@ya.com>
594
595         * Documentation/user/music-glossary.tely: numerous corrections and
596         some new translations.
597
598 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
599
600         * BackportmeStart.
601         
602         * buildscripts/output-distance.py
603         (ComparisonData.create_html_result_page): new routine: summarise
604         results in HTML page with images. 
605         (ComparisonData.create_text_result_page): create summary text files too.
606
607         * GNUmakefile.in (web-ext): package .signature files too. They
608         compress well. 
609
610         * scm/stencil.scm (write-system-signature): typo.
611
612         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
613
614         * scm/stencil.scm (write-system-signature): better escaping.
615         only write signature for music systems, not for markup systems.
616
617         * scm/framework-ps.scm (output-framework): dump-signatures support
618         for plain output.
619
620         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
621
622         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
623         for -dno-point-and-click
624
625         * lily/grob.cc (get_print_stencil): don't read
626         point_and_click_global to determine whether to set grob-cause.
627
628 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
629
630         * buildscripts/output-distance.py (main): new function.
631         (ComparisonData): new class.
632
633         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
634         careful with generating new LedgerLineSpanners.
635
636         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
637
638         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
639         context. This fixes double ledger lines in output. 
640
641         * lily/system.cc (get_paper_system): remove 3 layer limit.
642
643         * buildscripts/output-distance.py (SystemLink.distance): new
644         file. Compare signatures.
645
646         * python/safeeval.py (SafeEval.visitUnarySub): new file.
647
648         * lily/grob-array.cc (remove_duplicates): rename from
649         uniq(). Sort before calling uniq() so it actually works.
650
651 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
652
653         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
654         \version from lilypond file snippet.
655         (Lilypond_file_snippet.ly): oops. typo.
656         (find_toplevel_snippets): urgh. again.
657
658         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
659         prevent duplicated broken items in output.
660
661         * scm/framework-eps.scm (output-classic-framework): only dump if
662         dump-signatures is set.
663
664         * scm/lily.scm (define-scheme-options): add dump-signatures option.
665
666         * scm/stencil.scm (write-system-signature): new routine: write
667         python parseable signature of a separate paper system.
668         BackportmeEnd.
669         
670 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
671
672         * lily/stanza-number-engraver.cc (process_music): use is_markup()
673         iso is_string().
674         include header.
675
676 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
677
678         * translator-group.cc: send music events to engravers in
679         non-bottom contexts.
680
681         * tuplet-engraver.cc: process tuplet brackets in correct order.
682
683 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
684
685         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
686         arg 2 might point us to a new binary (patch by Karl Hammar)
687         
688 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
689
690         * VERSION (PACKAGE_NAME): release 2.9.6
691
692         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
693
694         * Documentation/user/*.itely: 2nd
695         attempt: replace funindex -> findex globally.
696
697 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
698
699         * input/no-notation/display-lily-tests.ly: fix \applyOutput
700         test. Add \break, \pageBreak, \pageTurn, etc, tests.
701
702         * scm/define-music-display-methods.scm: display methods for
703         breaks. Fix \applyOutput.
704
705 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
706
707         * Documentation/user/macros.itexi: comment out funindex expansion. 
708
709         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
710         everywhere.
711
712         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
713         Karl Hammar. Backportme.
714  
715         * Documentation/user/advanced-notation.itely (Balloon help): idem.
716
717         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
718
719         * Documentation/user/programming-interface.itely (Running a
720         function on all layout objects): idem.
721
722         * Documentation/user/introduction.itely (Automated engraving):
723         update \applyOutput syntax
724
725         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
726         remove debugging hook.
727
728         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
729         expansion. 
730
731         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
732
733         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
734         TEXI2DVI_FLAGS to texi2dvi invocation. 
735
736 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
737
738         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
739         works. More work is done by iterator now, and engraver has been
740         very much simplified.
741
742         * lily/translator-group.cc: try_music is now invoked through a
743         listener
744
745         * lily/*-iterator.cc: Massive cleanups. Junked
746         try_music_in_children globally. Renamed try_music to report_event,
747         and made that method descend to a bottom context automatically.
748
749         * lily/event-iterator.cc: New file.
750
751         * lily/output-property-iterator.cc,
752         lily/old-lyric-combine-music-iterator.cc: Removed.
753
754         * python/convert-rules.py: Modified the syntax for \applyOutput.
755
756 2006-05-23  Graham Percival  <gpermus@gmail.com>
757
758         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
759         creation.
760
761         * Documentation/user/ various: stuff that might have helped
762         to fix the pdf creation, plus some minor doc additions.
763
764         * Documentation/user/changing-defaults.itely: remove @b from
765         @b{ @internasref{foo}}; this breaks texi2dvi -E.
766
767 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
768
769         * lily/beaming-pattern.cc (beamify): deal with negative start
770         moments for beaming patterns.
771
772 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
773
774         * lily/beaming-info.cc (beamify): new function: read beatLength
775         and beatGrouping from context. 
776
777         * input/regression/beam-beat-grouping.ly (Module): new file.
778
779         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
780
781         * lily/beam.cc (get_beam_segments): generate events for
782         max_connect_ case too.
783         (get_beam_segments): read Stem::max-beam-connect.
784
785         * input/regression/beam-single-stem.ly: new file.
786
787         * lily/stem.cc (set_beaming): use #f as signaling value for
788         beamcount 0.
789
790         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
791
792         * lily/beam.cc (set_beaming): read clip-edges property.
793         (calc_direction): don't suicide for single stem.
794
795         * lily/beaming-info.cc (best_splitpoint_index): take bool*
796         argument, remove 1<<15 hack. Remove clip_edges() 
797
798         * lily/hairpin.cc (print): only do padding for nonmusical bounds
799
800 2006-05-21  Graham Percival  <gpermus@gmail.com>
801
802         * Documentation/user/basic-notation.itely: reorg.
803
804         * Documentation/user/ various: minor fixes.
805
806 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
807
808         * lily/stencil-expression.cc (register_stencil_head): opps, append
809         to cdr of static SCM object.
810
811 2006-05-19  Graham Percival  <gpermus@gmail.com>
812
813         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
814         update framework for command index.  DOC WRITERS: use @funindex
815         instead of @cindex @code{}.
816
817         * Documentation/user/ various: replace @cindex @code{} => @funindex
818
819 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
820
821         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
822         case positions is set manually. 
823
824 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
825         
826         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
827         rules to Scheme.
828
829 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
830
831         * Documentation/user/changing-defaults.itely (Contexts explained):
832         use absolute dimension for @image.
833
834         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
835         out image for illustration too.
836         ($(outdir)/%.png): add more png <-> eps rules. 
837
838 2006-05-17  Graham Percival  <gpermus@gmail.com>
839
840         * Documentation/user/ various: remove trailing whitespace, cosmetic
841         change to reduce changes produced by diff.
842
843 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
844
845         * lily/main.cc (do_chroot_jail): correctness tweak.
846
847         * python/lilylib.py (system): import subprocess in system () only.
848
849         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
850
851         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
852         variable. Backportme.
853
854 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
855         
856         * lily/parser.yy: Change all syntax rules of type Music to SCM type
857
858 2006-05-17  Werner Lemberg  <wl@gnu.org>
859
860         * lily/lexer.ll (init_signature_has_table): Add
861         `scm-scm-music-music'.
862
863         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
864         (Generic_prefix_music_scm): Add rule for it.
865
866         * lily/quote-iterator.cc (Quote_iterator::process): Handle
867         `quoted-transposition' property.
868
869         * ly/music-functions-init.ly (transposedCueDuring): New function.
870
871         * scm/define-music-properties.scm (all-music-properties): Updated.
872
873         * Documenation/topdocs/NEWS.itely: Document it.
874
875 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
876
877         * python/lilylib.py (system): move import subprocess to system()
878         definition. 
879
880         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
881
882         * VERSION (PATCH_LEVEL): release 2.9.5
883         
884         * Documentation/topdocs/INSTALL.texi (Top): update versions and
885         build instructions. 
886
887         * ly/engraver-init.ly: switch on hairpinToBarline by default.
888
889 2006-05-16  Graham Percival  <gpermus@gmail.com>
890
891         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
892
893         * Documentation/user/ various: minor fixes.
894
895 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
896
897         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
898
899 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
900
901         * Documentation/user/advanced-notation.itely (Instrument names):
902         Modified obsolete instruction on how to move instrument names away
903         from the staves. Hmm, at second thought the bug probably has been
904         solved, so the full bug description should probably be removed.
905
906 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
907
908         * lily/dynamic-engraver.cc (typeset_all): hang ending on
909         currentCommandColumn. 
910
911         * lily/hairpin.cc (print): also add padding for non-neighbor
912         hairpin bounds.
913
914         * scm/define-context-properties.scm
915         (all-user-translation-properties): add hairpinToBarline
916
917         * input/regression/hairpin-to-barline.ly: new file.
918
919         * lily/context.cc (internal_send_stream_event): thinko fix.
920
921         * lily/tie.cc (set_default_control_points): robustness fix.
922
923         * python/musicxml.py (Part.interpret): don't complain about
924         incomplete measures.
925
926         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
927         new music if last_event_chord() returned None.
928
929         * python/musicxml.py (Part.interpret): skip back over chord notes.
930
931 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
932         
933         * lily/percent-repeat-engraver.cc, lily/parser.yy,
934         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
935         lily/slash-repeat-engraver.cc,
936         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
937         iterator sends PercentEvents
938
939         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
940         rework tuplets: send start/stop events to engraver
941
942         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
943         dispatchers event-source and events-below to Context
944         
945 2006-05-15  Graham Percival  <gpermus@gmail.com>
946
947         * Documentation/user/README.txt: update info for doc writers.
948
949         * Documentation/user/programming-interface.itely: integrate
950         Nicolas' fixes for chapter rewrite.
951
952         * Documentation/user/ various: minor fixes.
953
954 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
955
956         * lily/clef-engraver.cc: cleanup.
957
958         * Documentation/user/GNUmakefile: dist context-example.eps too.
959
960         * lily/key-engraver.cc (create_key): use
961         explicitKeySignatureVisibility for cancellation too. 
962
963         * lily/font-config.cc (init_fontconfig): don't close file if
964         f==NULL. 
965
966 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
967
968         * Documentation/topdocs/NEWS.tely: niente and rotation news
969
970 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
971
972         * lily/include/stencil.hh
973         * lily/stencil.cc (rotate): new function. Makes it possible
974         to rotate a stencil around a given offset.
975
976         * lily/grob.cc (get_print_stencil): add rotation support
977
978         * lily/stencil-interpret.cc (interpret_stencil_expression):
979         add rotation support
980
981         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
982
983         * scm/define-grob-properties.scm: add 'rotation property
984
985         * scm/define-markup-commands.scm: add rotate markup command
986         
987         * scm/output-ps.scm: add rotation support in PostScript backend
988
989         * scm/output-svg.scm: add rotation support in SVG backend
990
991 2006-05-13  Graham Percival  <gpermus@gmail.com>
992
993         * Documentation/user/music-glossary.itely: French correction.
994
995         * Documentation/user/programming-interface.itely: major
996         new docs, some reorg, some info from Nicolas.
997
998         * Documentation/user/ various: small fixes.
999
1000 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1001
1002         * Documentation/user/programming-interface.itely (Markup
1003         programmer interface): Remove duplicate text.
1004
1005 2006-05-12  Graham Percival  <gpermus@gmail.com>
1006
1007         * Documentation/user/context-example.eps: new file.
1008
1009         * Documentation/user/changing-defaults.itely: set up file to
1010         use eps image.
1011
1012         * Documentation/user/programming-interface.itely: changes
1013         from mailist.
1014
1015 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1016
1017         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
1018
1019 2006-05-11  Graham Percival  <gpermus@gmail.com>
1020
1021         * Documentation/user/programming-interface.itely: first round of
1022         editing and merging emails from Nicolas.
1023
1024         * Documentation/user/scheme-tutorial: minor edit.
1025
1026 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1027
1028         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
1029         XML attributes.
1030         (Xml_node.message): use it.
1031
1032         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
1033         oops. Add duration argument.
1034
1035 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
1036
1037         * lily/paper-column-engraver.cc (make_columns):
1038         * scm/define-grobs.scm: Revert my previous change and set the default
1039         in define-grobs.scm instead.
1040
1041 2006-05-09  Graham Percival  <gpermus@gmail.com>
1042         
1043         * Documentation/user/changing-defaults.itely: general editing,
1044         info about \set and \override.
1045
1046         * Documentation/user/tweaking.itely, advanced-notation.itely:
1047         fixes from Dave Luttinen, thanks!
1048
1049 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1050
1051         * lily/paper-column-engraver.cc (make_columns): By default, a column
1052         needs to be breakable.
1053
1054 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1055
1056         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
1057         Attributes methods
1058         (musicxml_time_to_lily): idem
1059         (musicxml_key_to_lily): idem
1060         (instrument_drumtype_dict): dict for supported drumtypes.
1061         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
1062         moments and pending mm rests
1063         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
1064         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
1065         (musicxml_voice_to_lily_voice): add mode change.
1066         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
1067         speed and less memory usage (factor 5 to 10).
1068         (convert): write -defs.ly  and driver file separately so people
1069         can script their own part extraction.
1070
1071         * python/musicxml.py (minidom_demarshal_node): new function:
1072         separate minidom handling.
1073         (lxml_demarshal_node): new function: support lxml.etree too.
1074         (Xml_node.message): new function: verbose error message, with XML
1075         path to offending node.
1076         (Attributes.get_measure_length): sane interface to MusicXML attributes.
1077         (Part_list.generate_id_instrument_dict): new method: collect
1078         instrument names, to be able to set drum_type.
1079         (Part.interpret): handle underfull measures
1080         (Part.interpret): assign instrument names.
1081
1082         * python/musicexp.py (Output_printer.close): new method
1083         (MusicWrapper.print_ly): new class: support other modes,
1084         eg. \drummode
1085         (BarCheck.print_ly): new class. Support bar checks, with comments
1086         and fancy barchecks. 
1087         (NoteEvent.__init__): also set drum_type for drum notes.
1088         (MultiMeasureRest.lisp_expression): dump mm rests.
1089
1090         * lily/paper-column-engraver.cc (stop_translation_timestep): set
1091         line-break-permission if forbidBreak is not set.
1092
1093 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
1094
1095         * scm/define-context-properties.scm:
1096         * scm/define-grob-properties.scm:
1097         * scm/define-grobs.scm:
1098         * scm/define-music-display-methods.scm:
1099         * scm/define-music-properties.scm:
1100         * scm/define-music-types.scm:
1101         * scm/music-functions.scm:
1102         * ly/declarations-init.ly:
1103         * lily/include/constrained-breaking.hh:
1104         * lily/system.cc:
1105         * lily/spaceable-grob.cc:
1106         * lily/simple-spacer.cc:
1107         * lily/paper-score.cc:
1108         * lily/paper-column.cc:
1109         * lily/paper-column-engraver.cc:
1110         * lily/item.cc:
1111         * lily/gourlay-breaking.cc:
1112         * lily/constrained-breaking.cc:
1113         * python/convertrules.py:
1114         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
1115         "page-break-penalty" and "line-break-permission".
1116         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
1117         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
1118
1119         * lily/bar-engraver.cc:
1120         * lily/beam-engraver.cc:
1121         * lily/forbid-break-engraver.cc:
1122         * lily/ligature-engraver.cc:
1123         * lily/paper-column-engraver.cc:
1124         * lily/percent-repeat-engraver.cc:
1125         * lily/score-engraver.cc:
1126         * lily/score-engraver.hh:
1127         * lily/paper-column-engraver.hh:
1128         Inter-engraver communication regarding line breaks is done through context
1129         properties (Score.forbidBreak) instead of function calls.
1130
1131 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1132
1133         * VERSION (PACKAGE_NAME): release 2.9.4
1134
1135 2006-05-08  Graham Percival  <gpermus@gmail.com>
1136
1137         * Documentation/user/working.itely: proofreading from Dave
1138         Luttinen, thanks.
1139
1140         * Doucmentation/user/README.txt: updated with manual style info.
1141
1142         * Documentation/user/ various: trim linewidth to 78 chars.
1143
1144 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1145
1146         * scm/define-grob-properties.scm (all-internal-grob-properties):
1147         remove chord-tremolo property.
1148
1149         * lily/beam.cc (get_beam_segments): don't use stem position as
1150         base for broken ends.
1151
1152 2006-05-06  Graham Percival  <gpermus@gmail.com>
1153
1154         * Documentation/user/putting.itely: proofreading from Dave
1155         Luttinen, thanks!
1156
1157         * Documentation/user/ various: more reorg and clarifications.
1158
1159 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1160
1161         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1162
1163         * ly/music-functions-init.ly: new function featherDurations
1164
1165         * lily/beam.cc: read grow-direction for feathered beaming.
1166
1167         * Documentation/topdocs/NEWS.tely (Top): typo.
1168
1169 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1170
1171         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1172         tremolo beams.
1173
1174 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1175         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1176         used by music streams.
1177
1178         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1179         lily/stream-event.cc, lily/stream-event-scheme.cc,
1180         lily/listener.cc, lily/scheme-listener.cc,
1181         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1182         lily/include/stream-event.hh, lily/include/listener.hh,
1183         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1184         Created data structures for music streams.
1185         
1186 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1187
1188         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1189         construction of a beam. 
1190         (print): rewrite. 
1191
1192         * flower/include/std-vector.hh (default_compare): use only one comparison.
1193
1194         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1195         (note-by-number): further attachment fixes.
1196
1197         * scm/lily-library.scm (ordered-cons): new function.
1198         (interval-index): new function
1199
1200         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1201
1202         * lily/note-head.cc (get_stem_attachment): new function.
1203
1204         * scm/define-markup-commands.scm (note-by-number): read 'style
1205         property. 
1206
1207         * input/regression/markup-note.ly: show note-head style option.
1208
1209         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1210         triangle head.
1211
1212 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1213
1214         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1215
1216         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1217
1218         * lily/include/constrained-breaking.hh: GCC 4 fix.
1219
1220 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1221
1222         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1223         Replace it with functions get_line_forces and get_line_configuration.
1224         (class Simple_spacer): Make data private.
1225         Rewrite compression algorithm to be faster and simpler.
1226
1227         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1228         * lily/gourlay-breaking.cc (solve):
1229         * lily/constrained_breaking.cc (space_line):
1230         Change it to the new simple-spacer code.
1231
1232         * lily/paper-score.cc (get_paper_systems):
1233         (Paper_score):
1234         (process):
1235         Delay breaking the systems until they are requested.
1236         (find_break_indices):
1237         Use vsize for indices.
1238         (calc_breaking):
1239         Move the "Calculating line breaks" message here.
1240
1241         * lily/system.cc (pre_processing):
1242         Move the "Calculating line breaks" message away from here.
1243         (break_into_pieces):
1244         Allow multiple calls to this function in sequence (with touching-but-
1245         not-overlapping breakpoints).
1246
1247         * lily/constrained-breaking.cc:
1248         Replace most of the get_XXXX functions with get_line_details.
1249         Only calculate the force for each line. Calculate configurations only
1250         for the lines we will actually use.
1251         Replace cols_ with lines_.
1252
1253 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1254
1255         * mf/GNUmakefile (depth): remove FC_FIND.
1256
1257         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1258
1259         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1260
1261         * scm/framework-ps.scm (write-preamble): new function.
1262         (write-preamble): load mac fonts via fondu, even if gs-font-load
1263         is set.
1264
1265 2006-05-03  Werner Lemberg  <wl@gnu.org>
1266
1267         * mf/GNUmakefile (FC_FIND): Fix typo.
1268
1269 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1270
1271         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1272
1273 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1274
1275         * stepmake/aclocal.m4: run python-config for crosscompiling
1276         flags. 
1277
1278         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1279         -f png for HTML, TEXINFO formats. 
1280
1281         * input/tutorial/lbook-html-test.html: new file.
1282
1283         * lily/include/tie-formatting-problem.hh (class
1284         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1285         [column, direction]. This fixes laissez vibrer ties.
1286  
1287         * flower/include/tuple.hh (struct Tuple2): new file.
1288
1289         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1290         $(FCMATCH), only if $(NCSB_DIR) not set. 
1291
1292         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1293
1294         * config.make.in (DOCUMENTATION): set FCMATCH.  
1295
1296         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1297
1298 2006-05-03  Graham Percival  <gpermus@gmail.com>
1299
1300         * Documentation/user/ various: final round of reorg.
1301
1302         * Documentation/user/instrument-notation.itely: some more
1303         fixes from Eduardo, thanks!
1304
1305 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1306
1307         * VERSION (PACKAGE_NAME): release 2.9.3
1308
1309         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1310
1311         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1312
1313 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1314
1315         * scm/define-grob-properties.scm (all-user-grob-properties):
1316         Correct typo, thanks to Eduardo.
1317
1318 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1319
1320         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1321
1322         * buildscripts/lilypond-words.py (F): indent fix.
1323
1324         * input/regression/tie-arpeggio-collision.ly: new file.
1325
1326         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1327         function: store outlines per column rank.
1328
1329         * lily/include/tie-configuration.hh (class Tie_configuration): add
1330         column_ranks_ to specification and configuration, to distinguish
1331         between ties for different heads in arpegiated chords.
1332
1333         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1334
1335         * *.py: more 4 space indents.
1336
1337         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1338
1339 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1340
1341         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1342
1343 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1344
1345         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1346
1347         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1348
1349         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1350
1351 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1352
1353         * python/convertrules.py (conv): indent 4 for python files.
1354
1355 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1356
1357         * Documentation/user/changing-defaults.itely (Creating contexts):
1358         Clarify \new semantics.
1359
1360 2006-04-28  Graham Percival  <gpermus@gmail.com>
1361
1362         * Documentation/user/ various: major new sections in the
1363         Learning manual, slight reorg elsewhere.
1364
1365 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1366
1367         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1368
1369         * scm/framework-ps.scm (output-framework): remove PageMedia
1370
1371 2006-04-27  Graham Percival  <gpermus@gmail.com>
1372
1373         * Documentation/user/ tweaks.itely, working.itely: new
1374         files, being more advanced "learning manual" chapters.
1375
1376         * Documentation/user/ tutorial, putting, lilypond: reorg.
1377
1378 2006-04-26  Graham Percival  <gpermus@gmail.com>
1379
1380         * input/regression/lyric-combine-polyphonic.ly: fixed test
1381         (no more "can't find context `one'" error).
1382
1383 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1384
1385         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1386
1387         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1388         
1389 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1390
1391         * lily/relocate.cc (read_relocation_dir): new function.
1392
1393 2006-04-26  Graham Percival  <gpermus@gmail.com>
1394
1395         * Documentation/user/instrument-notation.itely: a few more fixes
1396         from Eduardo, thanks!
1397
1398         * Documentation/user/README.txt: new file; contains info on
1399         style that used to be in lilypond.tely.
1400
1401         * Documentation/user/ various: first round of doc reorg.
1402
1403         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1404         graphic; this probably causes problems on some pdf
1405         viewers, notably Adobe Acrobat.
1406
1407 2006-04-24  Graham Percival  <gpermus@gmail.com>
1408
1409         * Documentation/user/instrument-notation.itely: many alterations
1410         to Vocal music, from Eduardo Viera.
1411
1412 2006-04-23  Graham Percival  <gpermus@gmail.com>
1413
1414         * Documentation/user/instrument-notation.itely: fix \new
1415         instead of \context problem.
1416
1417 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1418
1419         * lily/relocate.cc (expand_environment_variables): new function.
1420         (read_line): id.
1421         (read_relocation_file): id.
1422
1423         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1424
1425 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1426
1427         * ly/engraver-init.ly: remove old comments from TabVoice
1428
1429 2006-04-20  Graham Percival  <gpermus@gmail.com>
1430
1431         * Documentation/user/instrument-notation.itely: added Erlend's
1432         latest doc patch, thanks!
1433
1434 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1435
1436         * lily/include/slur.hh:
1437         * lily/slur.cc:
1438         * lily/phrasing-slur-engraver.cc:
1439         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1440         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1441         Slur_engraver:: and putting it in
1442         Slur::auxiliary_acknowledge_extra_object ().
1443
1444         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1445
1446         * lily/note-collision.cc: fix a comment
1447
1448 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1449
1450         * stepmake/bin/add-html-footer.py: fix footer position in
1451         generated html files: before </body> and </html> tags.
1452
1453 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1454
1455         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1456         Earlier successive `make' commands finally compiled ok.
1457
1458         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1459
1460 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1461
1462         * lily/include/stem-tremolo.hh:
1463         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1464         callers.
1465
1466         * lily/lookup.cc:
1467         * lily/include/lookup.hh: add rotated_box ()
1468
1469 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1470
1471         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1472         been generated. Fixes "can't get `--help'" bug after make clean.
1473
1474         * THANKS: alphabetize contributors.
1475
1476 2006-04-17  Graham Percival  <gpermus@gmail.com>
1477
1478         * Documentation/user/instrument-notation.itely: added Erlend's
1479         tabs and banjo doc patch.  Thanks!
1480
1481 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1482
1483         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1484
1485         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1486
1487         * scm/output-lib.scm: add some more predefined string tunings.
1488
1489         * Documentation/user/instrument-notation.itely: and doc them.
1490
1491 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1492
1493         * ly/engraver.ly: Remove obsolete comments.
1494
1495         * ly/gregorian-init.ly: Define default layout block.
1496
1497         * input/puer-fragment.ly: Updated and extended.
1498
1499 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1500
1501         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1502         pdf conversion behaviour.
1503
1504         * flower/file-name.cc (dir_name)
1505         (get_working_directory): Move from relocate.cc.
1506
1507         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1508         
1509         * lily/relocate.cc: Encapsulate sys/stat.h in
1510         HAVE_STAT_H.
1511
1512 2006-04-14  Graham Percival  <gpermus@gmail.com>
1513
1514         * Documentation/user/ various: small updates from Cameron
1515         and Juergen, thanks!
1516
1517         * Documentation/user/ various: small updates of my own.
1518
1519         * THANKS: 2.7 -> 2.8.
1520
1521 2006-04-11  Graham Percival  <gpermus@gmail.com>
1522
1523         * scm/define-context-properties.scm: typo.
1524
1525         * Documentation/user/ : many more small updates.
1526
1527 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1528
1529         * scm/define-music-types.scm: disposed "docme".
1530
1531 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1532
1533         * lily/hairpin.cc: make niente circles a bit smaller.
1534
1535 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1536
1537         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1538         get-pfa and get-*-fonts targets.
1539
1540 2006-04-10  Graham Percival  <gpermus@gmail.com>
1541
1542         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1543         music-glossary, programming-interface: more minor fixes
1544         from mailist.
1545
1546         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1547
1548         * scm/define-context-properties.scm: another old \property update.
1549         This time tested for compiling!
1550
1551 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1552
1553         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1554
1555 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1556
1557         * scm/define-context-properties.scm (all-user-translation-properties): 
1558         * Documentation/user/global.itely (Page formatting): Compile fix.
1559
1560 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1561
1562         * Documentation/user/advanced-notation.itely (Polymetric
1563         notation): Update the example to use the "+" symbol and add link
1564         to input/test/compound-time.ly.
1565
1566 2006-04-08  Graham Percival  <gpermus@gmail.com>
1567
1568         * scm/define-grob-properties.scm: clarify docs for #'direction.
1569
1570         * scm/define-context-properties.scm: update old \property override.
1571
1572         * Documentation/user/ advanced-notation, global, lilypond-book:
1573         more minor doc updates.
1574
1575 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1576
1577         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1578
1579         * scm/backend-library.scm (search-gs): oops.
1580
1581 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1582
1583         * scripts/lilypond-book.py (output): use base, not filename for href.
1584
1585         * scm/backend-library.scm: only look for gs.
1586
1587         * scripts/lilypond-book.py (output): fix printfilename.
1588
1589         * lily/parser.yy (music_function_musicless_prefix): fold together
1590         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1591
1592         * lily/slur.cc (print): only set font-size if not set yet.
1593
1594         * lily/slur-configuration.cc (add_score): improved layout of debug
1595         scoring output.
1596
1597 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1598
1599         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1600         (draw_circle): Hopefully fixed regression.
1601         Improved documentation for several procedures.
1602         
1603 2006-03-04  Werner Lemberg  <wl@gnu.org>
1604
1605         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1606
1607 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1608
1609         * scripts/musicxml2ly.py (bindir): add dynamic
1610         relocation. 
1611
1612 2006-04-04  Graham Percival  <gpermus@gmail.com>
1613
1614         * Documentation/user/ basic-notation, advanced-notation, putting,
1615         instrument-notation, invoking, lilypond, THANKS: another ream of small
1616         fixes from the Doc Helpers.
1617
1618 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1619
1620         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1621
1622         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1623
1624         * Cleaned up interfaces between PostScript and Scheme, and moved
1625         computations from PostScript to Scheme:
1626
1627         * music-drawing-routines.ps
1628         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1629         with stroke_and_fill throughout.
1630         (euclidean_length, print_letter, draw_box): Deleted unused
1631         procedures.  If someone needs draw_box, implement it using
1632         draw_round_box; don't duplicate code.
1633         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1634         Refactored/cleaned up interfaces.
1635         (mark_URI): Moved.
1636
1637         * output-ps.scm: reordered arguments to PostScript functions to
1638         match new interfaces
1639         (glyph-string): Rewrote glyph-string.
1640         (grob-cause): Replaced string-append with format.
1641         (repeat-slash): Rewrote to do computation here.
1642         (round-filled-box): Rewrote to do computation here.
1643
1644 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1645
1646         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1647
1648         * stepmake/stepmake/toplevel- targets.make: print help info about
1649         cvs-clean
1650
1651 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1652
1653         * input/regression/hairpin-circled.ly: new file
1654
1655 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1656
1657         * lily/hairpin.cc (print): add support for circled tip
1658
1659         * scm/define-grob-properties.scm: add circled-tip parameter
1660
1661         * scm/define-grobs.scm: init circled-tip to false
1662         
1663 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1664
1665         * scm/music-functions.scm (quote-substitute): set
1666         iterators-ctor. 
1667
1668 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1669
1670         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1671         BSTINPUTS. 
1672
1673         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1674
1675         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1676
1677 2006-03-31  David Feuer  <david.feuer@gmail.com>
1678         
1679         * scm/framework-ps.scm:
1680         
1681         * scm/output-ps.scm: glyph-string now produces smaller, more
1682         readable, and probably faster PostScript.  Several findfont
1683         scalefont setfont instances changed to selectfont
1684         Hacked-up string-appends changed to formats.
1685
1686         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1687         
1688 2006-03-30  Graham Percival  <gpermus@gmail.com>
1689
1690         * scm/lily-library.scm: make "no version" warning message more polite.
1691
1692         * lily/music.cc: add double quotes to failed octave check.
1693
1694         * Documentation/user/ advanced-notation, changing-defaults,
1695         instrument-notation, invoking, music-glossary: whole bunch of minor
1696         fixes from mailist.
1697
1698 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1699
1700         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1701         $(buildscriptdir) iso. depth.
1702
1703         * VERSION (PACKAGE_NAME): release 2.9.1
1704
1705 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1706
1707         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1708
1709         * VERSION (PATCH_LEVEL): bump version number.
1710
1711         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1712         scm_from_uint32 ()
1713
1714         * lily/pango-font.cc (pango_item_string_stencil): use
1715         scm_from_uint32 ()
1716
1717         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1718         $(outdir)/emmentaler-%.svg): remove canary.
1719
1720         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1721         glyphnames if we have a ttf font.
1722
1723 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1724
1725         * Documentation/user/advanced-notation.itely (Font selection):
1726         Corrected reference to the font-family-override.ly example.
1727
1728 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1729         
1730         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1731         stem-tremolo object in the stem (or else the stem might not be
1732         long enough).
1733
1734 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1735
1736         * lily/ttf.cc (print_trailer): only print existing glyphs.
1737
1738 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1739
1740         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1741         position the tremolo based on the position of the notehead.
1742
1743         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1744         notes and update the texidoc line with the new positioning rules.
1745         
1746 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1747
1748         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1749
1750         * scripts/lilypond-book.py (Module): set default for linewidth if
1751         preamble not found.
1752
1753 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1754
1755         * VERSION (PACKAGE_NAME): release 2.9.0.
1756
1757         * input/regression/stem-tremolo-position.ly: new file.
1758
1759         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1760
1761 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1762
1763         * lily/stem-tremolo.cc (print): position
1764         the tremolo depending only on the end of the stem
1765         and not on the notehead
1766         (raw_stencil): center, on the middle staff line, the
1767         flag that is closest to the end of the stem (previously
1768         the bottom flag)
1769         (calc_width): add this callback to shorten a tremolo when
1770         it is beamed or it is stemup with a flag
1771         (style): add this callback to make a tremolo rectangular when
1772         it is beamed or it is stemup with a flag
1773         (rotated_box): this is like Lookup::beam but makes a rotated
1774         rectangle instead of a parallelogram
1775
1776         * lily/stem.cc (calc_stem_info): make sure the stem
1777         is long enough to fit the tremolo
1778         (calc-length): reduce the length of tremolo stems since the
1779         tremolo code is now capable of better positioning
1780
1781         * scm/define-grobs.scm: make calc_width the default beam-width
1782         callback for stem-tremolo and add the style callback
1783                 
1784 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1785
1786         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1787         case. 
1788
1789 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1790
1791         * lily/ttf.cc (make_index_to_charcode_map): restore old
1792         cmap. 
1793
1794 2006-03-28  Werner Lemberg  <wl@gnu.org>
1795
1796         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1797
1798 2006-03-28  Graham Percival  <gpermus@gmail.com>
1799
1800         * THANKS: update for 2.9, add section for Documentation helpers.
1801
1802         * Documentation/topdocs/NEWS.tely: compile fix.
1803
1804         * Documentation/user/ basic-notation, global, advanced-notation,
1805         examples.itely: minor fixes from mailist.
1806
1807 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1808
1809         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1810         note heads. 
1811
1812         * lily/ttf.cc (print_trailer): use it.
1813
1814         * lily/pango-font.cc (get_unicode_name): new function.
1815
1816         * lily/ttf.cc (make_index_to_charcode_map): move function from
1817         open-type-font.cc
1818         (print_trailer): substitute uniXXXX name if applicable. 
1819
1820         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1821         (pango_item_string_stencil): use it to generate uniXXXX names.
1822
1823         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1824         note heads, for uniform widths in shape note output.
1825         (overdone_heads): hmm. remove them again.
1826
1827         * scripts/lilypond-book.py (output): add links to filenames.
1828
1829         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1830
1831         * lily/note-collision.cc (get_clash_groups): only consider when
1832         Note_column::dir <> CENTER. 
1833
1834         * scripts/lilypond-book.py (get_option_parser): init output_name
1835         to ''. 
1836
1837 2006-03-24  Graham Percival  <gpermus@gmail.com>
1838
1839         * Documentation/topdocs/NEWS.tely: add @end itemize
1840
1841         * Documentation/user/ global, advanced-notation: minor
1842         stuff from mailist.
1843
1844 2006-03-23  Graham Percival  <gpermus@gmail.com>
1845
1846         * Documentation/user/ lilypond.tely, music-glossary,
1847         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1848
1849 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1850
1851         * mf/GNUmakefile: don't install .enc files.
1852
1853         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1854
1855         * VERSION (PATCH_LEVEL): bump to 2.9.0
1856
1857 2006-03-22  Graham Percival  <gpermus@gmail.com>
1858
1859         * Documentation/user/advanced-notation.itely: minor fixes
1860         from mailist.
1861
1862 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1863
1864         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1865
1866         * branch lilypond_2_8
1867
1868 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1869
1870         * scripts/lilypond-book.py (samefile): new function, for windoze
1871         compatibility.
1872
1873 2006-03-21  Graham Percival  <gpermus@gmail.com>
1874
1875         * ly/engraver-init.ly: add info about StaffGroup.
1876
1877 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1878
1879         * input/regression/stem-direction-context.ly: idem.
1880
1881         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1882
1883         * THANKS: add Mats.
1884
1885         * input/regression/page-layout-twopass.ly: comment out \markup so
1886         tweak-file is left.
1887
1888         * lily/instrument-name-engraver.cc (finalize): add to instrument
1889         name global System. This also fixes chopped instrument names, but
1890         doesn't crash when there are slurs/beams.
1891
1892         * lily/slur-configuration.cc (add_score): disallow negative slur
1893         scores.
1894         
1895 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1896
1897         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1898
1899         * lily/instrument-name-engraver.cc (process_music): kludge: add
1900         InstrumentName spanner to axis group of left bound. Fixes chopped
1901         off instrument names in EPS images.
1902
1903         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1904
1905         * scripts/abc2ly.py (option_parser): update to 2.7.40
1906
1907 2006-03-20  Graham Percival  <gpermus@gmail.com>
1908
1909         * THANKS: move small doc contributors to SUGGESTIONS.
1910
1911         * Documentation/user/ basic-notation, advanced-notation,
1912         global: small changes from mailist.
1913
1914 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1915
1916         * Documentation/user/advanced-notation.itely (Text marks): update
1917         for new rehearsalMarkAlignSymbol convention.
1918
1919         * VERSION (PATCH_LEVEL): bump version.
1920
1921         * input/test/instrument-name-align.ly: new file.
1922
1923         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1924
1925         * input/test/instrument-name-align.ly: new file. Document how to
1926         align instrument names.
1927
1928         * lily/mark-engraver.cc: remove properties.
1929
1930         * scm/define-context-properties.scm
1931         (all-user-translation-properties): remove align symbol properties
1932         for barnumber/reh. mark.
1933
1934         * lily/break-align-interface.cc (self_align_callback): new
1935         interface, new function. Look at complete alignment. This handles
1936         tunable break alignments in case break-align-symbols are missing.
1937
1938         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1939
1940         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1941
1942         * python/convertrules.py (conv): mark/bar number alignment rule.
1943
1944         * lily/break-align-interface.cc (calc_positioning_done): also
1945         store offset from last visible break-alignment to its
1946         neighbor. This makes alignment on non-visible objects more reliable.
1947
1948         * po/lilypond.pot (Module): ran po-replace.
1949
1950         * input/regression/tie-single-manual.ly (Module): new file.
1951
1952         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1953         look at has_manual_position_.
1954         (from_ties): set has_manual_position_ if tie has staff-position set.
1955
1956         * lily/tuplet-bracket.cc (calc_positions): idem.
1957
1958         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1959         doesn't span time.
1960
1961 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1962
1963         * scm/define-markup-commands.scm (smallCaps): new markup command
1964         for turning a text to small caps using smaller font size and upper
1965         casing.
1966
1967 2006-03-17  Graham Percival  <gpermus@gmail.com>
1968
1969         * Documentation/user/ examples, instrument-notation,
1970         advnaced-notation: minor fixes from mailist.
1971
1972 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1973
1974         * Documentation/user/tutorial.itely (First steps): change example
1975         to verbatim.  
1976
1977 2006-03-17  Graham Percival  <gpermus@gmail.com>
1978
1979         * Documentation/user/ examples, advanced: minor changes from mailist.
1980
1981         * THANKS: add Geoff Horton, for documentation stuff.
1982
1983 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1984
1985         * python/lilylib.py (system): revert have_select kludge.
1986
1987         * Documentation/user/tutorial.itely (Commenting input files):
1988         update version numbers in doc. 
1989
1990         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1991         bound-padding to multi-measure-interface
1992
1993 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1994
1995         * input/test/engraver-example.ily: update version number.
1996
1997         * VERSION (PACKAGE_NAME): release 2.7.39
1998
1999         * lily/note-spacing.cc (get_spacing): heighten threshold where
2000         accidentals/arpeggios influence previous spacing fully.
2001
2002         * lily/rest.cc (y_offset_callback): only use direction if
2003         staff-position wasn't set before.
2004
2005         * lily/bar-number-engraver.cc: add support for
2006         barNumberAlignSymbol. 
2007         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
2008
2009         * lily/pointer-group-interface.cc (set_ordered): new function. 
2010         (add_unordered_grob): new function.
2011
2012         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
2013         to ordered, unless the opposite has been proved.  This fixes
2014         random reordering of large object groups across linebreaks,
2015         eg. beams.
2016
2017         * lily/main.cc (do_chroot_jail): printf format fix.
2018
2019         * lily/tie-formatting-problem.cc (generate_configuration):
2020         multiply y-shift for dot with direction.
2021  
2022         * scm/define-markup-commands.scm (note-by-number): put (magstep
2023         size) in y-attach too.
2024
2025         * Documentation/topdocs/NEWS.tely (Top): show override.
2026
2027         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
2028         direction for stems.
2029         
2030 2006-03-15  Graham Percival  <gpermus@gmail.com>
2031
2032         * Documentation/user/ changing-defaults, global: minor
2033         fixes from mailist.
2034
2035 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2036
2037         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
2038
2039         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
2040         breakable items after uniformly stretched notes.
2041
2042         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
2043         outline with outer edge of note heads. This prevents infinity
2044         problems with tied whole notes.
2045
2046         * scripts/lilypond-book.py (do_file): use os.popen
2047
2048         * python/convertrules.py (conv): add rule for Stem #'beamed-*
2049
2050 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
2051
2052         * Documentation/user/invoking.itely: Add ragged-right to bug report
2053         guidelines.
2054
2055 2006-03-14  Graham Percival  <gpermus@gmail.com>
2056
2057         * Documentation/user/global.itely: small fix from mailist.
2058
2059 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2060
2061         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
2062         file descriptor returned by tempfile.mkstemp() when writing
2063         to tmpfile and closing it. Solves problem with unlink(tmpfile)
2064         on mingw.
2065
2066 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2067
2068         * po/fi.po: newline bugfix.
2069
2070 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2071
2072         * scm/paper.scm (paper-alist): Rounding fixes.
2073
2074 2006-03-13  Graham Percival  <gpermus@gmail.com>
2075
2076         * Documentation/user/ changing-defaults, instrument-notation,
2077         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
2078
2079 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
2080
2081         * po/fi.po: update.
2082
2083 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2084
2085         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
2086         mailto: to http:// 
2087
2088         * python/lilylib.py (print_environment): move ps_page_count to
2089         lilypond-book.py
2090
2091 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2092
2093         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
2094
2095         * scm/framework-ps.scm (embed-document): new function. Use to
2096         embed PFA files.
2097
2098         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
2099
2100 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2101
2102         * Documentation/user/instrument-notation.itely (Setting simple
2103         songs): Added \book{...} around the full example, so the separate
2104         markups are included in the printed example. 
2105
2106 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2107
2108         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
2109         tmphandle.
2110
2111         * python/lilylib.py (system): rewrite system() using
2112         subprocess. Remove >& redirection trickery.
2113
2114 2006-03-11  Graham Percival  <gpermus@gmail.com>
2115
2116         * Documentation/user/ changing-defaults, global, scheme-tutorial,
2117         notation-appendices.itely: minor fixes from mailist.
2118
2119 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2120
2121         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
2122         unsplit man also needs images.
2123
2124         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
2125
2126         * VERSION (PACKAGE_NAME): 2.7.38 released.
2127
2128 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2129
2130         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
2131         log in output dir.
2132
2133 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
2134
2135         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
2136         respects the Score.skipTypesetting property.
2137         
2138 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2139
2140         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
2141         Prolog. No %%EOF after CFF file.
2142
2143 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
2144         
2145         * lily/constrained-breaking.cc (get_max_systems): used to return a
2146         much too big value
2147         (combine_demerits): use pointers to reduce copying data
2148         (calc_subproblem): idem
2149         (get_page_penalty): add page turn penalties
2150         
2151 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2152
2153         * Documentation/user/invoking.itely (Invoking lilypond): better
2154         explanation of -e usage.
2155
2156         * lily/main.cc (main_with_guile): don't append to
2157         init_scheme_code_string
2158
2159         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2160
2161         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2162
2163         * scripts/convert-ly.py (do_options): don't print help for
2164         --show-rules rule.
2165
2166         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2167         @code and @example. Update from texinfo.tex from CVS.
2168
2169 2006-03-08  Graham Percival  <gpermus@gmail.com>
2170
2171         * Documentation/user/scheme-tutorial.itely: clarifies distances
2172         measured in staff-spaces.
2173
2174 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2175
2176         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2177         consider[k] is true.
2178
2179         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2180
2181         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2182         consider columns that have originals.  Unifies spacing for mm
2183         rests around line breaks.
2184
2185         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2186         (set_text_rods): idem.
2187         (calculate_spacing_rods): new function: share code between
2188         set_text_rods and set_spacing_rods.
2189         (set_text_rods): take extents of bounds into account.  
2190
2191 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2192
2193         * Documentation/user/basic-notation.itely (Writing music in
2194         parallel): don't use relative.
2195
2196 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2197
2198         * ly/music-functions-init.ly (Module): add shiftDurations
2199
2200         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2201
2202         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2203
2204         * ly/engraver-init.ly: init vocalName to nil.
2205
2206 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2207
2208         * scm/music-functions.scm (music->make-music): bugfix,
2209         KeyChangeEvents are now handled correctly.
2210
2211         * scripts/lilypond-book.py: Add --debug option.
2212
2213 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2214
2215         * python/lilylib.py: add tempfile.
2216
2217 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2218
2219         * VERSION (PACKAGE_NAME): release 2.7.37
2220
2221         * python/lilylib.py (ps_page_count): remove make_ps_images().
2222         (ps_page_count): remove mkdir_p
2223         (system): remove cleanup_temp.
2224         (exit): remove lilypond_version_(check)
2225         (error_log): remove pseudo_filter_p
2226         remove read_pipe
2227         remove cp_to_dir
2228         remove identify
2229
2230         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2231         use __main__
2232
2233         * lily/accidental-engraver.cc (make_standard_accidental): only add
2234         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2235
2236         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2237         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2238         Make incompatibilities.
2239
2240         * scm/output-ps.scm (grob-cause): replace backslashes by /
2241         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2242
2243 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2244
2245         * cygwin/GNUmakefile: Install fixes.
2246
2247         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2248
2249         * lily/note-head.cc (head::get_balltype): Compile fix.
2250
2251         * flower/file-name.cc (dos_to_posix): Flower string fix.
2252
2253 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2254
2255         * python/lilylib.py: pychecker cleanups.
2256
2257         * scripts/lilypond-book.py
2258         (Lilypond_snippet.output_print_filename): pychecker cleanups
2259
2260         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2261
2262         * python/lilylib.py (underscore): remove identify() , warranty()
2263
2264         * ps/music-drawing-routines.ps: change Border routine for GSView
2265         compatibility.
2266
2267         * lily/stem.cc (height): use quantize-positions.  This triggers
2268         set_stem_lengths, so scripts on beamed stems are handled correctly.
2269
2270         * lily/side-position-interface.cc (aligned_side): check if edges
2271         of script are inside staff. Fixes accent of edge of the staff.
2272
2273         * input/regression/staccato-pos.ly: more examples.
2274
2275         * stepmake/aclocal.m4 (depth): fix bashism.
2276
2277         * lily/lyric-combine-music-iterator.cc: move from
2278         new-lyric-combine-iterator.cc
2279         (process): add pending_grace_lyric_ member to delay lyrics on
2280         grace notes.
2281
2282         * lily/system-start-text.cc (print): suicide if we don't have any
2283         elements. Fixes hara kiri'd instrument names.
2284
2285         * scripts/mup2ly.py (Module): remove.
2286
2287 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2288
2289         * Documentation/user/global.itely (A single music expression):
2290         close @lilypond properly
2291
2292         * lily/volta-bracket.cc (modify_edge_height): change from
2293         after_line_breaking_callback. Suicide last bracket if appropriate.
2294  
2295         * python/lilylib.py: strip getopt support
2296
2297         * scripts/etf2ly.py (do_options): use optparse
2298
2299         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2300
2301         * scripts/abc2ly.py (voices): use optparse.
2302
2303         * stepmake/stepmake/generic-vars.make: new function absdir.
2304
2305         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2306
2307         * scripts/lilypond-book.py (find_file): use global_options for
2308         include path
2309
2310         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2311         entering C code.
2312
2313 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2314
2315         * python/lilylib.py (get_global_option): ughness for extracting
2316         global options from lilylib.
2317         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2318
2319         * scripts/lilypond-book.py (get_option_parser): use optparse for
2320         option handling.  Put options in global_options variable.
2321
2322 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2323
2324         * Documentation/index.html.in: clarify.
2325
2326 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2327
2328         * scm/layout-page-layout.scm (write-page-breaks): add a
2329         music-system-heights property to the page layout output.
2330
2331         * scm/page.scm (make-page-stencil): take footer into account when
2332         computing the 'space-left page property
2333         (annotate-space-left): take footer into account when annonating
2334         space left.
2335
2336 2006-02-28  Graham Percival  <gpermus@gmail.com>
2337
2338         * Documentation/user/ advanced-notation, global: more (final)
2339         docs for music expressions, removed special fermatas.
2340
2341 2006-02-27  Graham Percival  <gpermus@gmail.com>
2342
2343         * Documentation/user/ basic-notation, global: minor changes
2344         from mailist.
2345
2346 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2347
2348         * scm/framework-ps.scm:         
2349         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2350         layer for inf? and nan? from framework-ps to lily-library.
2351
2352 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2353
2354         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2355         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2356
2357         * buildscripts/substitute-encoding.py (Module): remove file.
2358
2359         * mf/GNUmakefile: more PFA strippage.
2360
2361         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2362
2363         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2364         generation
2365
2366         * scm/framework-ps.scm: remove font name munging.
2367
2368         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2369
2370 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2371
2372         * scm/markup.scm (define-markup-command): change
2373         def-markup-command to define-markup-command
2374
2375         * scm/music-functions.scm (define-music-function): change
2376         def-music-function to define-music-function.
2377
2378         * python/convertrules.py (conv): rules for def-music-function
2379         and def-markup-commands
2380
2381         * Documentation/user/programming-interface.itely,
2382         input/no-notation/display-lily-tests.ly,
2383         input/regression/lily-in-scheme.ly,
2384         input/regression/markup-user.ly,
2385         input/regression/music-function.ly, input/regression/tie-chord.ly,
2386         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2387         ly/gregorian-init.ly: use new macro names (define-music-function,
2388         define-markup-command).
2389
2390 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2391
2392         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2393         (output): add comments to lp-book latex output.
2394
2395         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2396         address.
2397
2398 2006-02-23  Graham Percival  <gpermus@gmail.com>
2399
2400         * Documentation/user/ tutorial, global: minor changes.
2401
2402 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2403
2404         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2405         blocks (for make 3.80)
2406
2407         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2408         \notemode so that user should not have to explicitely type it.
2409
2410         * scm/define-music-display-methods.scm: various
2411         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2412         constructs)
2413
2414         * input/no-notation/display-lily-tests.ly: new tests for
2415         \applyOutput and \applyContext
2416
2417 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2418
2419         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2420         changed it slightly so that the number of systems returned by
2421         solve () will be the same as the last value passed to resize
2422         (). I've also added more documentation, removed casts, fixed style
2423         problems and put in some recovery if constraints aren't satisfied."
2424
2425 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2426
2427         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2428         for emacs < 22 compatibility.
2429         (count-rexp): Use it.
2430         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2431         substring juggling (Milan Zamazal).
2432
2433 2006-02-23  Graham Percival  <gpermus@gmail.com>
2434
2435         * Documentation/user/ basic-notation, advanced-notation,
2436         global.itely, invoking.itely, tutorial,itely:
2437         minor fixes from mailist.
2438
2439         * scm/define-markup-commands.scm: improve docs of \filled-box.
2440
2441 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2442
2443         * Documentation/index.html.in: changes concern the previous release.
2444
2445         * input/regression/+.ly: cultivate typographical terminology.
2446
2447 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2448
2449         * scm/define-grob-interfaces.scm (parentheses-interface): add
2450         padding to parentheses-interface.
2451
2452         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2453         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2454
2455         * VERSION (PATCH_LEVEL): release 2.7.36
2456
2457         * lily/slur.cc: add avoid-slur (ugh.)
2458         
2459         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2460         intersection gets smaller. This fixes slurs over extreme points.
2461
2462         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2463         stems with neutral-direction set.
2464
2465         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2466
2467         * lily/open-type-font.cc (load_table): format error.
2468
2469         * lily/change-iterator.cc (process): format fix.
2470
2471         * flower/include/international.hh (_f): idem.
2472
2473         * flower/include/std-string.hh: add format printf attribute.
2474
2475         * scm/define-grobs.scm (all-grob-descriptions): height of all
2476         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2477
2478         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2479         ambitus lines.
2480
2481         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2482
2483 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2484
2485         * input/regression/: upgraded syntax for some files.
2486
2487         * THANKS: Add bughunters.
2488
2489 2006-02-22  Graham Percival  <gpermus@gmail.com>
2490
2491         * Documentation/user/ invoking.itely, advanced-notation.itely,
2492         global.itely: long-awaited "let's make chapter 10 not suck"
2493         update.  Rearrange chapter 10; now called "global issues",
2494         addresses file structure, etc.  Some info from other files
2495         moved into global.itely.
2496
2497 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2498
2499         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2500         catch trill-span-event notes.
2501
2502         * Documentation/user/examples.itely (Ancient notation templates): typo.
2503         (Jazz combo): typo.
2504
2505         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2506
2507         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2508
2509         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2510
2511         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2512
2513         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2514         froum Laissez_vibrer_engraver.
2515
2516         * ly/declarations-init.ly (repeatTie): add \repeatTie
2517
2518         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2519
2520         * scm/define-grob-properties.scm (all-user-grob-properties): add
2521         head-direction property.
2522
2523         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2524         from_lv_ties. Take head direction argument.
2525
2526         * lily/semi-tie-column.cc: rename from
2527         laissez-vibrer-tie-column.cc. Rename class too.
2528
2529         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2530         class too.
2531
2532         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2533
2534         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2535         0 case.
2536         (find_breaks): idem.
2537
2538 2006-02-21  Graham Percival  <gpermus@gmail.com>
2539
2540         * Documentation/user/advanced-notation.itely: fixed make-moment]
2541         example.
2542
2543         * Documentation/user/basic-notation.itely: more clarification to
2544         transpose.
2545
2546 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2547
2548         * lily/include/constrained-breaking.hh (class
2549         Constrained_breaking): new file.
2550
2551         * lily/constrained-breaking.cc (resize): new file.
2552
2553         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2554
2555         * Documentation/user/advanced-notation.itely (Clusters): insert
2556         end ignore too.
2557
2558         * lily/tie-column.cc (calc_positioning_done): support for
2559         tie-score debugging
2560
2561         * lily/tie-formatting-problem.cc
2562         (generate_extremal_tie_variations): factor out.
2563         (score_ties_configuration): annotate all tie 
2564         (print_ties_configuration): new routine.
2565         (generate_configuration): nudge extremal ties outside of the head
2566         Y extents.
2567         (score_ties_configuration): oops. convert to staff-space before
2568         determining position symmetry.
2569
2570 2006-02-20  Graham Percival  <gpermus@gmail.com>
2571
2572         * Documentation/user/*-notation.itely: misc minor editing,
2573         shifting doc sections around.
2574
2575         * Documentation/user/*-notation-itely, global.itely,
2576         changing-defaults.itely: added new stuff from NEWS.
2577
2578 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2579
2580         * po/fi.po: update.
2581
2582 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2583
2584         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2585         lilypond --verbose for lp-book.
2586
2587         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2588         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2589
2590         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2591         $(buildscript-dir) iso. absolute depth.
2592
2593         * buildscripts/genicon.py (dir): thinko.
2594
2595         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2596
2597 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2598
2599         * scm/output-lib.scm: swap darkcyan/darkyellow
2600
2601         * THANKS: Add bughunters.
2602
2603 2006-02-19  Graham Percival  <gpermus@gmail.com>
2604
2605         * Documentation/user/programming-interfaces.itely: fixed example.
2606
2607         * Documentation/user/instrument-notation.itely: fix @{ @}.
2608
2609         * scm/script.scm: add avoid-slur for \open.
2610
2611 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2612
2613         * lily/tie-formatting-problem.cc (score_configuration): use
2614         sliding score for min-length. 
2615
2616         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2617         spaghetti for icons.
2618
2619         * buildscripts/genicon.py (program_name): new file.
2620
2621         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2622         in outline too.  
2623         (generate_configuration): for small ties, also look for collisions
2624         at Y + DIR*h + DELTA_Y.
2625         (get_variations): consider variation for dot positions too.
2626
2627         * lily/side-position-interface.cc (aligned_side): take abs for
2628         quantized rounded position. Fixes tenuto below staff.
2629
2630         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2631         markers when necessary.
2632
2633         * lily/program-option.cc (internal_set_option): add
2634         strict_infinity_checking option.
2635
2636         * scm/output-lib.scm (cyan): swap yellow and cyan.
2637
2638 2006-02-19  Graham Percival  <gpermus@gmail.com>
2639
2640         * darwin.patch: trivial linenumber update.
2641
2642         * Documentation/user/ {various}: `\context foo = named' changed
2643         to `\new foo = "name"' in docs.
2644
2645 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2646
2647         * scm/stencil.scm (annotate-y-interval): use it.
2648
2649         * scm/lily-library.scm (interval-sane?): new function.
2650
2651         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2652         tfm_checksum stuff.
2653
2654         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2655         common refpoint.
2656
2657         * flower/include/std-vector.hh (iterof): add iterof macro.
2658
2659         * lily/enclosing-bracket.cc (width): new function.
2660
2661         * lily/align-interface.cc (align_elements_to_extents): reinstate
2662         warning.
2663
2664 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2665
2666         * Documentation/index.html.in: fix spelling: thankyous.
2667
2668 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2669
2670         * lily/lyric-hyphen.cc: typo.
2671
2672 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2673
2674         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2675         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2676         builds don't work. 
2677
2678         * VERSION: release 2.7.35
2679
2680         * lily/beam.cc (get_default_dir): oops. Take abs () for
2681         extremes[DOWN].
2682         (get_default_dir): use extreme position criterion only in absence
2683         of forced stem directions.
2684
2685         * VERSION (PATCH_LEVEL): bump VERSION.
2686
2687         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2688         dependencies. Necessary for -jX builds.  
2689
2690 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2691
2692         * lily/relocate.cc (setup_paths): Yet another const fix.
2693
2694 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2695
2696         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2697
2698         * lily/relocate.cc (setup_paths): oops.
2699
2700 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2701
2702         * Documentation/index.html.in: order links: html before PDF.
2703
2704 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2705
2706         * lily/tie-column-format.cc (Module): remove.
2707
2708         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2709
2710         * lily/text-spanner.cc (print): idem.
2711
2712         * lily/dynamic-text-spanner.cc (print): only print line if longer
2713         than dash-period.
2714
2715         * lily/auto-change-iterator.cc (change_to): formatting.
2716
2717         * lily/beam.cc (get_default_dir): take extreme note head as input
2718         for stem direction.
2719
2720         * lily/tie.cc (get_default_dir): only look directions for visible
2721         stems. 
2722
2723         * lily/side-position-interface.cc (aligned_side): oops. Don't
2724         mutiply with direction. This fixes quantized (staccato, tenuto)
2725         scripts below notes.
2726
2727         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2728         direction. Fixes c-lyrics-center-align.ly
2729
2730 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2733         constructor.
2734
2735         * lily/std-string.cc:
2736         * lily/include/std-vector.hh (split_string): Move and rename from
2737         lily/include/misc.hh, lily/misc.cc.  Update callers.
2738
2739 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2740
2741         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2742
2743 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2744
2745         * flower/test-file.cc: New file.
2746
2747         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2748         libraries.
2749
2750         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2751
2752 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2753
2754         * flower/include/file-storage.hh: remove file.
2755
2756         * lily/include/midi-item.hh (class Midi_track): idem.
2757
2758         * lily/include/source.hh (class Sources): idem.
2759
2760         * lily/include/performance.hh (class Performance): use vector
2761         iso. Cons<>
2762
2763         * flower/include/cons.hh (class Cons): remove file.
2764
2765         * flower/include/flower-proto.hh: remove template cruft.
2766
2767         * lily/include/font-metric.hh: use size_t not vsize for indices.
2768
2769         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2770         from proto.
2771
2772         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2773
2774         * lily/include/paper-book.hh (class Paper_book):
2775         make get_system_specs() public.
2776
2777         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2778         the force=10000 case if we don't have a current-best. 
2779
2780         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2781         vsize 
2782
2783         * flower/include/flower-proto.hh: remove outdated templates.
2784
2785         * scm/page.scm: use annotate-spacing
2786
2787 2006-02-15  Graham Percival  <gpermus@gmail.com>
2788
2789         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2790
2791         * THANKS: moved Erlend Aasland to contributors.
2792
2793 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2794
2795         * config.hh.in: remove HAVE_PANGO_16
2796
2797         * lily/tuplet-bracket.cc (calc_positions): multiply with
2798         staff-space for beam case. This fixes tuplets+beams on scaled
2799         staves.
2800
2801         * config.hh.in: remove all Kpathsea related defines.
2802
2803         * lily/dot-column.cc (side_position): reach stem via dots->
2804         head->stem. Inspect all stems for dot collisions. 
2805
2806         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2807         stem handling.
2808
2809         * lily/bar-number-engraver.cc (process_music): document function
2810         of whichBar.
2811
2812         * lily/score.cc (default_rendering): add pscore, not systems
2813         themselves.
2814
2815         * lily/paper-book.cc (get_system_specs): separate generation of
2816         titles and systems.
2817
2818         * flower/include/std-vector.hh: don't include config.hh
2819
2820 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2821
2822         * flower/include/std-vector.hh: Better wrapper compatibility with
2823         std::vector.
2824
2825         * flower/include/flower-proto.hh: Remove cheap forward declaration
2826         attempts.
2827
2828         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2829
2830 2006-02-14  Graham Percival  <gpermus@gmail.com>
2831
2832         * Documentation/user/invoking.itely: add warning about command line.
2833
2834 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2835
2836         * lily/include/lily-proto.hh: add Prob, rm Page.
2837
2838         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2839
2840         * VERSION: release 2.7.34
2841
2842         * lily/relocate.cc (framework_relocation): show canary if
2843         GHOSTSCRIPT_VERSION undefined.
2844
2845         * GNUmakefile.in: remove $(VERSION) symlink.
2846
2847         * lily/relocate.cc (setup_paths): add + 
2848
2849 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2850
2851         * Documentation/index.html.in: specify sizes for all big HTML pages.
2852
2853 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2854
2855         * config.hh.in: remove @FRAMEWORKDIR@
2856
2857         * lily/system-start-text.cc (get_stencil): new file: separate out
2858         system-start-delimiter text support.
2859
2860         * input/**ly: replace \context with \new where appropriate.
2861         
2862         * THANKS: add Don.
2863
2864         * lily/slur-scoring.cc (get_base_attachments): use
2865         robust_relative_extent. This fixes problems with empty paper-columns. 
2866
2867 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2868
2869         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2870
2871         * scm/define-music-properties.scm (all-music-properties):
2872         create-new property.
2873
2874         * lily/context-specced-music-iterator.cc (construct_children):
2875         inspect 'create-new property iso. magical $uniqueContextId context
2876         id.
2877
2878         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2879
2880         * lily/context-key-manager.cc (Module): new file. Encapsulate
2881         object key generation.
2882
2883         * lily/include/context-key-manager.hh (Module): new file.
2884
2885 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2886
2887         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2888         names vertically
2889
2890         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2891         options.
2892         (reloc_b): excise --enable-framework-dir
2893
2894         * lily/relocate.cc (framework_relocation): use getenv
2895         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2896
2897 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2898
2899         * flower/include/std-string.hh: 
2900         * flower/include/std-vector.hh: Finish std:: conversion; move
2901         flower extensions from std:: namespace.  Update users.
2902
2903         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2904         their expansion to vector<*>.  Update users.
2905
2906 2006-02-10  Graham Percival  <gpermus@gmail.com>
2907
2908         * Documentation/user/invoking.itely: add example to File structure.
2909
2910         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2911         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2912
2913 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2914
2915         * ly/paper-defaults.ly: typo.
2916
2917         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2918         set_parent() for parentheses. This will make it show up in bbox
2919         calculations.
2920
2921         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2922         ly:grob-common* functions.
2923
2924         * lily/grob-scheme.cc (LY_DEFINE):
2925         ly:grob-common-refpoint-of-array: new function 
2926         ly:grob-common-refpoint: new function 
2927         ly:grob-relative-coordinate: new function 
2928
2929         * lily/instrument-name-engraver.cc (process_music): use
2930         Text_interface::is_markup(). This fixes \markup on instrument names.  
2931
2932         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2933         for ties and slurs.
2934
2935         * lily/slur.cc (print): idem.
2936
2937         * lily/tie.cc: add line-thickness for ties. 
2938
2939 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2940
2941         * scm/output-svg.scm: Document diversion from GNU coding standards
2942         as a workaround for a bug in Microsoft Internet Explorer.
2943
2944 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2945
2946         * lily/instrument-name-engraver.cc (process_music): use
2947         is_markup() iso. is_string()
2948
2949         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2950
2951         * lily/percent-repeat-engraver.cc (process_music): only look at
2952         main_part_ for % repeats.
2953
2954         * lily/stem-tremolo.cc (get_beam_translation): new function.
2955         (calc_slope): new function.
2956         (height): don't use real slope.
2957
2958 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2959
2960         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2961         new connect-to-neighbor, control-points and staff-padding
2962         properties to make ligature brackets showing up again.
2963
2964 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2965
2966         * VERSION: release 2.7.33
2967
2968         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2969         too many.
2970
2971         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2972         remove applyOutput example.
2973         (Objects connected to the input): document \tweak, \parenthesize
2974
2975         * lily/relocate.cc (prefix_relocation): allow "current"
2976         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2977         changing VERSION in a lily tree less painful.
2978
2979         * input/regression/parenthesize.ly: new file. 
2980
2981         * scm/output-lib.scm (parenthesize-element): new function.
2982
2983         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2984
2985         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2986
2987         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2988         cause: accidentals are caused by note heads, not note events. 
2989
2990 2006-02-08  Graham Percival  <gpermus@gmail.com>
2991
2992         * darwin.patch: small patch from Erlend, thanks!
2993
2994         * Documentation/user/basic-notation.itely: add stem-neutral example.
2995
2996         * Documentation/user/putting.itely: clarifications.
2997
2998 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2999
3000         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
3001         note, add more guidelines to what should go into NEWS.
3002
3003         * input/sakura-sakura.ly: document how to override font.
3004
3005         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
3006
3007 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3008
3009         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
3010
3011 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3012
3013         * scripts/convert-ly.py (lilypond_version_re_str): Move from
3014         convertrules.  Add explicit grouping, needed for python2.2.
3015
3016 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3017
3018         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
3019
3020 2006-02-07  Graham Percival  <gpermus@gmail.com>
3021
3022         * Documentation/user/global.itely: fix line-width in (text) docs.
3023
3024         * Documentation/user/lilypond-book.itely: same.
3025
3026 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3027
3028         * VERSION (PACKAGE_NAME): release 2.7.32
3029
3030         * Documentation/topdocs/NEWS.tely (Top): document new variable
3031         naming.
3032
3033         * flower/include/array.icc (Message): remove file.
3034
3035         * flower/include/std-vector.hh: make sure vsize and VPOS are
3036         defined for binary_search_bounds().
3037
3038         * flower/std-string.cc (std): add to_string(long unsigned).
3039
3040         * configure.in (gui_b): excise std_string option.
3041         (gui_b): excise std_vector option.
3042
3043         * flower/string.cc (Module): excise flower array & string
3044
3045         * flower/include/std-string.hh: excise flower string.
3046
3047         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
3048
3049         * python/convertrules.py (lilypond_version_re_str): require
3050         only numbers and dots in \version string.
3051
3052 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3053
3054         * lily/system-start-delimiter.cc (print): allow style = text too.
3055
3056         * lily/system-start-delimiter-engraver.cc
3057         (acknowledge_system_start_text): new function, also add add to
3058         support of system-start-text (instrument names). This fixes
3059         instrument names on piano staves.
3060
3061         * lily/instrument-name-engraver.cc: rewrite. Use
3062         system-start-delimiter approach. This save memory and cpu.
3063
3064         * scm/define-grobs.scm (all-grob-descriptions): remove
3065         instrument-name from break-alignment.
3066
3067         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
3068
3069 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3070
3071         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
3072         jobserver going.
3073
3074         * configure.in (std_vector): On by default.
3075
3076         * lily/include/font-metric.hh:
3077         * lily/include/tfm-reader.hh: 
3078         * lily/include/spanner.hh: Use unsigned for indices and sizes.
3079         Update users.
3080
3081         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
3082
3083 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * VERSION (PACKAGE_NAME): 2.7.31
3086
3087         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
3088         EPS edge at 0, but take minimum with left-overshoot. This fixes
3089         cut off system start delims. 
3090
3091         * lily/instrument-name-engraver.cc (stop_translation_timestep):
3092         hack: add to axis group if not added yet. This fixes hara kiri'd
3093         piano staves.
3094
3095         * lily/hara-kiri-group-spanner.cc
3096         (force_hara_kiri_in_y_parent_callback): fix signatures.
3097
3098         * lily/hairpin.cc (print): check next hairpin to see whether or
3099         not to be continuing.
3100
3101 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3102
3103         * Remove trailing whitespace from makefiles.
3104         
3105         * flower/include/std-vector.hh: Add binary_search_bounds workaround
3106         for earlier gcc.
3107
3108         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
3109
3110         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
3111
3112         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
3113
3114         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
3115
3116         * configure.in: Use it.
3117
3118 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3119
3120         * scm/music-functions.scm (pitch-of-note): new function.
3121
3122         * ly/music-functions-init.ly: add \octave and \addquote
3123
3124         * lily/parser.yy (music_function_chord_body): softcode \octave.
3125         (lilypond_header): softcode \addquote
3126
3127 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3128
3129         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
3130         array.hh, parray.hh at all.  Getting ready to flip the
3131         configure default.
3132
3133         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3134
3135         * lily/source-file.cc (file::get_line): Help binary_search_bounds
3136         a bit.
3137
3138         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
3139
3140 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3141
3142         * flower/include/array.hh: typo. 
3143
3144 2006-02-02  Graham Percival  <gpermus@gmail.com>
3145
3146         * Documentation/user/advanced-notation.itely: doc "\#" in text.
3147
3148 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3149
3150         * flower/include/pqueue.hh: Derive from std::vector.
3151
3152         * flower/include/parray.hh: Conform to std::vector interface.
3153         Update users.
3154
3155 2006-02-02  Graham Percival  <gpermus@gmail.com>
3156
3157         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3158
3159 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3160
3161         * flower/file-path.cc (is_file): remove if 0 section.
3162
3163         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3164         selecting afii61352.
3165
3166 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3167
3168         * flower/include/std-vector.hh (boundary): Oops, reverse.
3169
3170         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3171         remove superfluous `d'.
3172
3173         * flower/include/std-vector.hh (boundary, top): Detach from class.
3174         Remove empty vector shell.
3175
3176         * flower/include/array.hh (reverse, swap): Detach from class.
3177         Update users.
3178         
3179         * flower/include/std-vector.hh
3180         * flower/include/array.hh (concat): Globally change to insert ().
3181
3182         
3183         * flower/include/std-vector.hh
3184         * flower/include/parray.hh
3185         * flower/include/array.hh (elem, elem_ref): Globally replace by
3186         at ().
3187
3188 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3189
3190         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3191
3192         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3193         anticipate on identifier substitutions.
3194
3195 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * flower/include/std-vector.hh (insert): Remove, replace by
3198         std::vector interface.  Update callers.
3199
3200         * flower/include/array.icc (insert): Change signature to
3201         match std::vector interface.
3202         
3203         * flower/include/array.icc (vector_sort): Bugfix.
3204
3205 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3206
3207         * lily/parser.yy (output_def_head_with_mode_switch): new
3208         production. Result: dashes and underscores may be used in the
3209         \paper block.
3210
3211         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3212
3213         * python/convertrules.py (conv): oops. One slash too much.
3214
3215 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3216
3217         * flower/include/std-vector.hh (sort): Remove, replace by
3218         ::vector_sort.  Update callers.
3219
3220         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3221         (sort): Bugfix.
3222
3223         * flower/test-std.cc (vector_sort): New test.
3224
3225 2006-02-01  Graham Percival  <gpermus@gmail.com>
3226
3227         * Documentation/user/putting.itely: fixes from Erik.
3228
3229 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3230
3231         * flower/test-std.cc: Add simple unit test for vector migration.
3232
3233         * stepmake/stepmake/test*: Unit test support.
3234
3235         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3236         update callers.
3237
3238         * flower/include/array.hh (begin, end): Add.
3239         (del, get): Remove.
3240
3241 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3242
3243         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3244         std::string not String. 
3245
3246         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3247         iso UINT_MAX.
3248
3249         * lily/prob.cc (Prob): copy type_ too.
3250
3251         * lily/lily-guile.cc (mangle_cxx_identifier): new
3252         function. Class_bla::foo_bar_[px] ->
3253         ly:class-bla::foo-bar[?!]. Changes throughout
3254
3255 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3256
3257         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3258
3259         * lily/beam.cc (calc_direction): take dir from visible stem in
3260         degenerate case.
3261
3262 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3263
3264         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3265         Fix -1, >=0 boundary checks for unsigned vsize.
3266
3267         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3268         loop for unsigned vsize.
3269
3270         * configure.in (--enable-std-vector): New option.
3271         (--enable-std-string): On by default.
3272
3273         * flower/include/std-vector.hh: New file.  Enable switch to
3274         std::vector, update client code.
3275
3276 2006-01-30  Graham Percival  <gpermus@gmail.com>
3277
3278         * scm/document-translation.scm: clarify "this context is also
3279         known as".  Thanks, Werner!
3280
3281         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3282
3283         * Documentation/user/invoking.itely: small fix from Don.
3284
3285 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3286
3287         * scm/lily.scm (define-scheme-options): rename option
3288         preview-include-book-title to book-title-preview
3289         (define-scheme-options): move force-eps-font-include (from paper
3290         block) to eps-font-include -d option.
3291
3292         * VERSION (PATCH_LEVEL): release 2.7.30
3293
3294         * input/bach-schenker.ly (staffPiano): new file.
3295
3296         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3297
3298         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3299         credits to Nicolas.
3300
3301         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3302
3303         * ps/lilyponddefs.ps: remove start-system, stop-system,
3304         start-page fluff. This saves putting { } code on the stack, fixing
3305         stack overflows when including EPS files.
3306
3307 2006-01-29  Graham Percival  <gpermus@gmail.com>
3308
3309         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3310
3311 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3312
3313         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3314
3315 2006-01-28  Graham Percival  <gpermus@gmail.com>
3316
3317         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3318
3319 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3320
3321         * input/mutopia/claop.py: Update.
3322
3323 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3324
3325         * input/regression/completion-heads.ly (texidoc): fix.
3326
3327         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3328
3329         * lily/tie-formatting-problem.cc
3330         (set_ties_config_standard_directions): use abs iso fabs for ints.
3331
3332         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3333
3334         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3335         little less than noteheight, to prevent overlaps in chords.
3336
3337         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3338         head, and fudge stem-attachment.
3339
3340         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3341
3342         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3343
3344 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3345
3346         * lily/main.cc (main): Debugging aid: catch exceptions.
3347
3348         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3349         output with std::string.
3350
3351 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3352
3353         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3354
3355 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * Fix -DSTRING_UTILS_INLINED.
3358
3359 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3360
3361         * VERSION (PATCH_LEVEL): release 2.7.29
3362
3363         * lily/relocate.cc (setup_paths): mingw uses std string too.
3364
3365         * lily/*.cc: various fixes for substr(ARG).
3366
3367         * lily/sustain-pedal.cc (print): 
3368
3369         * flower/file-name.cc (slashify): use std strings.
3370
3371         * flower/string-convert.cc: remove publib.h
3372
3373         * scm/define-markup-commands.scm (verbatim-file): new markup
3374         command \verbatim-file
3375
3376         * Documentation/topdocs/NEWS.tely: fixup URLs
3377
3378         * input/regression/alignment-vertical-manual-setting.ly (Module):
3379         new file.
3380
3381         * lily/align-interface.cc (align_elements_to_extents): overwrite
3382         translations with numbers in alignment-offsets from left bound
3383
3384         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3385         (page-translate-systems): new function: take into account Y-offset.
3386
3387         * Documentation/topdocs/NEWS.tely (Top): document new features.
3388
3389         * input/regression/page-layout-manual-position.ly (Module): new
3390         file.
3391
3392 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3393
3394         * flower/file-path.cc (path::parse_path): Oops.
3395
3396         * Finish std::string interface.  For now, use std:: marker
3397         throughout for easy s/r.
3398
3399 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3400
3401         * Documentation/user/putting.itely (Score is a single musical
3402         expression): typo.
3403         (Score is a single musical expression): more typos.
3404
3405         * scm/page.scm (annotate-space-left): thinko.
3406         (annotate-page): more thinkos.
3407
3408 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3409
3410         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3411         for different \score blocks separately.
3412         (post-process-pages): put write-page-layout into paper block.
3413
3414         * lily/output-def.cc (get_parser): new file.
3415
3416         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3417         file.
3418
3419         * lily/include/output-def.hh (class Output_def): add parser_ member.
3420
3421         * input/regression/page-layout-twopass.ly (Module): new file.
3422
3423         * scm/lily.scm: remove cpp hack.
3424
3425         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3426
3427 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3428
3429         * GNUmakefile.in (c-clean): New target.
3430
3431         * flower/include/std-string.hh: String/std::string compatibility:
3432         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3433         type.
3434
3435         * flower/rational.cc: 
3436         * flower/include/rational.hh: 
3437
3438         * flower/offset.cc: 
3439         * flower/include/offset.hh: 
3440
3441         * flower/interval.cc: 
3442         * flower/include/interval.hh: 
3443
3444         * flower/string-convert.cc: 
3445         * flower/include/string-convert.hh: Use std::string [interface].
3446         Update callers.
3447
3448 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3449
3450         * Documentation/index.html.in: clean up.
3451
3452 2006-01-25  Graham Percival  <gpermus@gmail.com>
3453
3454         * Documentation/user/putting.itely: another new untested doc section.
3455
3456 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3457
3458         * scm/layout-page-layout.scm (write-page-breaks): write
3459         \spacingTweaks #ALIST. Handle grace timing.
3460
3461         * scm/: more imports.
3462
3463         * scm/page.scm (make-page): add footer/header.
3464         (annotate-space-left): revise: only take page argument.
3465         (layout->page-init): new function.
3466
3467         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3468         version of the system/spacing/linebreak hack writing to the output
3469
3470         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3471         ly:make-prob.
3472
3473         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3474         ly:spanner-bound
3475
3476 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3477
3478         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3479
3480         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3481
3482         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3483         handling to page.scm
3484
3485         * lily/prob-scheme.cc (LY_DEFINE): new file.
3486         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3487
3488         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3489         prob functions.
3490
3491         * lily/music.cc (derived_mark): derive Music from Prob.
3492
3493         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3494
3495         * lily/prob.cc (Module): Implement Prob (Property Object), object
3496         with shared and r/w property alists.  
3497
3498         * lily/include/prob.hh (Module): new file. Declare Prob.
3499
3500         * flower/string.cc: remove is_empty().
3501
3502         * flower/include/string.hh (class String): remove String:: qualifier.
3503
3504         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3505         substitute appropriate functions.
3506
3507         * flower/include/string.hh (class String): remove to_str0 and
3508         is_empty(). S&R everywhere.
3509
3510 2006-01-23  Graham Percival  <gpermus@gmail.com>
3511
3512         * Documentation/user/basic-notation.itely: add hairpin
3513         after-linebreak tweak to commonprop.
3514
3515         * Documentation/user/putting.itely: added two new sections.
3516
3517 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3518
3519         * flower/international.cc: 
3520         * flower/include/international.hh: 
3521
3522         * flower/getopt-long.cc: 
3523         * flower/include/getopt-long.hh: Use std::string [interface].
3524         Update callers.
3525
3526         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3527
3528         * stepmake/stepmake/executable-rules.make: Add dependency on
3529         module libraries.
3530
3531 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3532
3533         * flower/file-path.cc: 
3534         * flower/include/file-path.hh: Use std::string [interface].
3535         Update callers.
3536
3537         * flower/direction.cc: 
3538         * flower/axis.cc: Unused.  Remove.
3539
3540         * configure.in (--enable-std-string): New option.
3541
3542         * flower/std-string.cc: 
3543         * flower/include/std-string.hh: New file.
3544
3545         * flower/file-name.cc[STD_STRING]:
3546         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3547
3548 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3549
3550         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3551
3552         * scm/define-markup-commands.scm (with-dimensions):
3553         with-dimensions markup command.
3554
3555         * input/test/font-table.ly: use it.
3556
3557         * lily/open-type-font.cc (glyph_list): new function.
3558
3559         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3560
3561         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3562
3563 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3564
3565         * ly/music-functions-init.ly (parallelMusic): new music function
3566         for parallel music entry.
3567
3568         * scm/define-music-properties.scm (all-music-properties): new
3569         'void music property
3570
3571         * scm/music-functions.scm (ly:music-message): make public, to be
3572         used in music function definitions
3573
3574         * scm/lily-library.scm (collect-music-for-book): discard music
3575         when the 'void property is set.
3576
3577 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3578
3579         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3580
3581         * mf/GNUmakefile: idem.
3582
3583         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3584
3585         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3586
3587         * Documentation/user/notation-appendices.itely (The Feta font):
3588         use it.
3589
3590         * input/test/font-table.ly: new file. Generate font table within lily.
3591
3592         * Documentation/user/notation-appendices.itely (The Feta font):
3593         use new font-table.ly file. 
3594
3595         * stepmake/stepmake/install-out-targets.make
3596         (local-install-outfiles): only create directory if
3597         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3598
3599 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3600
3601         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3602
3603         * VERSION (PACKAGE_NAME): release 2.7.28
3604
3605         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3606         the right font from a Mac dfont.
3607         (write-preamble): don't forget directory, only look at files.
3608
3609         This fixes problems with TTF files in dfonts that don't match
3610         their PostScript names.
3611          
3612         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3613         PS name from TTF font.
3614
3615         * input/regression/tie-manual.ly: document new feature.
3616
3617         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3618
3619         * VERSION (MY_PATCH_LEVEL): bump to .28
3620
3621         * Documentation/user/basic-notation.itely (Ties): add tie examples
3622         refs.
3623
3624         * lily/tie-formatting-problem.cc (score_ties_configuration):
3625         symmetry penalties for outer ties.
3626
3627 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3628
3629         * lily/tie-formatting-problem.cc (generate_configuration) 
3630         (set_manual_tie_configuration): skip non-pair manual
3631         tie-configuration, so you can set individual ties as
3632
3633           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3634
3635         * input/regression/tie-chord.ly: use generateTiePattern to
3636         simplify file.
3637
3638         * lily/tie-formatting-problem.cc (peak_around): new function.
3639         (score_configuration): use sliding criterion for staff line collisions. 
3640         (score_configuration): idem for dot collisions.
3641         (generate_configuration): use separate stem_gap for gap to stem.
3642
3643         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3644         separate penalty factors for x and y distance.
3645         (struct Tie_details): separate penalties for tip and center line collisions.
3646
3647 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3648
3649         * lily/tie-formatting-problem.cc (generate_configuration): make
3650         large ties avoid stafflines in the horizontal section.
3651         (score_configuration): use softcoded penalties
3652         (score_aptitude): idem.
3653
3654         * lily/tie-helper.cc (from_grob): softcode tie details
3655
3656         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3657
3658         * lily/staff-symbol-referencer.cc (on_line): rename from
3659         on_staffline 
3660
3661 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3662
3663         * ly/music-functions-init.ly: remove duplicate tag.
3664
3665         * lily/include/*.hh: GCC 4.1 fixes.
3666
3667 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3668
3669         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3670
3671         * scm/define-music-types.scm: fix bug in desc. string
3672         for OverrideProperty
3673
3674 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3675
3676         * scripts/lilypond-book.py: bugfix
3677
3678         * scm/define-music-types.scm: fix typos.
3679
3680 2006-01-14  Graham Percival  <gpermus@gmail.com>
3681
3682         * Documentation/user/ basic-notation.itely, global.itely,
3683         advanced-notation.itely, instrument-notation.itely: small
3684         additions (bugs and commonly tweaked properties).
3685
3686 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3687
3688         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3689         detection of mingw build.
3690         (MINGW_BUILD): opps.
3691
3692 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3693
3694         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3695         i686-mingw32.
3696
3697 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3698
3699         * scm/music-functions.scm (skip->rest): add skip->rest
3700
3701 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3702
3703         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3704         explicitly.
3705
3706         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3707         config dirs. Aids debugging. 
3708         (display_config): also display config files.
3709
3710 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3711
3712         * VERSION: release 2.7.27
3713
3714         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3715         for determining bar size.
3716
3717         * lily/staff-symbol.cc (print): place lines at distance line-positions
3718
3719         * scm/define-grob-properties.scm (all-user-grob-properties): add
3720         line-positions.
3721
3722         * lily/staff-symbol.cc (height): new function.
3723
3724         * input/regression/staff-line-positions.ly:  new file.
3725
3726 2006-01-06  Graham Percival  <gpermus@gmail.com>
3727
3728         * input/test/add-staccato.ly: remove reference to old file.
3729
3730 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3731
3732         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3733         lilypond binary too.
3734
3735 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3736
3737         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3738
3739 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3740
3741         * scripts/midi2ly.py: Bugfix: Declare datadir.
3742
3743         * make/ly-rules.make:
3744         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3745         that seems to be gone). Fixes make web.
3746
3747         * The grand 2005-2006 replace.
3748
3749         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3750
3751 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3752
3753         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3754         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3755         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3756         like -dgs-font-load.
3757
3758         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3759         remove absolute path to lilypond binary.
3760         
3761 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3762
3763         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3764
3765 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3766
3767         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3768
3769         * mf/GNUmakefile: remove broken dvips map symlink.
3770
3771 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3772
3773         * lily/main.cc: 
3774         * configure.in: Cosmetic fixes.
3775
3776 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3777
3778         * Documentation/user/music-glossary.tely (Pitch names): Added
3779         Spanish pitch names and durations, thanks to Ernesto Gancedo
3780
3781 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3782
3783         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3784         init. Fixes verbose printing of .scm files.
3785
3786         * stepmake/aclocal.m4: add spaces before - options.
3787         
3788 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3789
3790         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3791         of path search in local block variable.
3792
3793 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3794
3795         * configure.in (NCSB_DIR): --enable-ncsb-dir
3796         (LINK_GXX_STATICALLY): denko.
3797
3798         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3799
3800         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3801         use locate to find c059033l.pfb. 
3802         
3803 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3804
3805         * lily/tie-formatting-problem.cc
3806         (problem::generate_base_chord_configuration): Use my_round (was
3807         round).
3808
3809         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3810         do not invoke mbrtowc.
3811
3812         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3813
3814 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3815
3816         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3817
3818 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3819
3820         * Documentation/user/invoking.itely (svg): revise.
3821
3822 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3823
3824         * lily/lexer.ll: use sourcefilename iso. renameinput.
3825
3826 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3827
3828         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3829         <PostScriptName>.ttf instead of c059XXXttf.
3830
3831         * lily/program-option.cc (LY_DEFINE): special support for
3832         --verbose, so it works before option init too.
3833  
3834         * mf/GNUmakefile (local-install): oops.
3835
3836         * lily/lyric-hyphen.cc (print): oops.
3837
3838         * buildscripts/pfx2ttf.fontforge: new file.
3839         
3840         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3841         ($(outdir)/%.ttf): new rule. 
3842
3843         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3844         to LyricHyphen.
3845
3846         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3847         font-size
3848
3849 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3850
3851         * VERSION: release 2.7.26
3852         
3853         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3854
3855 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3856
3857         * lily/font-config.cc (init_fontconfig): verbosity.
3858
3859         * THANKS: add Muziekacademie Lede. 
3860
3861         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3862         (print_score_setup): new function
3863         (convert): read part definition to output staves properly.
3864
3865         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3866         Music_xml notes.
3867
3868         * python/musicexp.py (Output_printer.__init__): use _ in data
3869         members.
3870         (Output_printer.unformatted_output): new function: no formatting,
3871         but count braces.
3872         (Duration.get_length): remove isinstance() checks for
3873         Output_printer everywhere.
3874
3875         * input/regression/lyrics-bar.ly (texidoc): add
3876         Separating_line_group_engraver.
3877
3878 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3879
3880         * lily/relocate.cc (framework_relocation): New function,
3881         factored from set_relocation ().
3882         (prefix_relocation): Rename from set_relocation ().
3883         (setup_paths): Use it.
3884
3885 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3886
3887         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3888         numbers. Patch by Erlend Aasland.
3889
3890 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3891
3892         * lily/font-config.cc (init_fontconfig): print warning if cache
3893         file is not existant.
3894
3895         * lily/main.cc: don't use #ifdef but #if
3896
3897 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3898
3899         * lily/grob-property.cc (internal_set_property): don't abort on
3900         calculation-in-progress.
3901
3902         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3903
3904         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3905         connect-to-neighbor property not connect-to-other
3906
3907         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3908         (LY_DEFINE): oops. don't forget protection.
3909
3910         * flower/parse-afm.cc (Module): strip AFM handling completely.
3911
3912         * lily/stencil-expression.cc: idem.
3913
3914         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3915
3916         * lily/function-documentation.cc (ly_add_function_documentation):
3917         use static member iso. Protected_scm
3918
3919         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3920
3921         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3922
3923 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3924
3925         * lily/relocate.cc (set_env_dir): New function.
3926         (set_relocation): Use it to fix setting PANGO_PREFIX.
3927
3928 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3929
3930         * input/regression/stem-direction-context.ly: remove rest.
3931
3932         * lily/melody-engraver.cc (process_music): restart for bar lines.
3933         (acknowledge_slur): restart for slurs.
3934
3935 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3936
3937         * Documentation/user/invoking.itely: describe how to view SVG 
3938         output using Inkscape which replace embedded fonts with OTF fonts.
3939
3940 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3941
3942         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3943
3944 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3945
3946         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3947         comment.
3948
3949 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * VERSION (PACKAGE_NAME): release 2.7.25
3952
3953         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3954
3955         * input/regression/stem-direction-context.ly: new file.
3956
3957         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3958
3959         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3960         on rest.
3961
3962         * ly/engraver-init.ly: add Melody_engraver
3963
3964         * lily/beam.cc (calc_direction): use default-direction
3965         iso. get_default_direction()
3966
3967         * scm/define-grob-properties.scm (all-user-grob-properties): add
3968         default-direction property.
3969
3970         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3971
3972         * lily/stem.cc (calc_default_direction): remove
3973         Stem::get_default_direction, use default-direction with callback
3974         instead.
3975
3976         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3977
3978         * lily/melody-engraver.cc: new file. Acknowledge stems for
3979         interpolated stem directions. 
3980
3981         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3982
3983         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3984
3985         * lily/slur-configuration.cc (fit_factor): more robust check for
3986         point in curve X-extent.
3987
3988         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3989         (outside_slur_callback): check for 'outside avoidance.
3990
3991         * lily/slur-configuration.cc (score_extra_encompass): don't use
3992         bound->column() == avoid->column() for checking extents, as this
3993         doesn't work for accidentals. 
3994
3995         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3996         DynamicText hardcoding.
3997
3998         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3999         crash if bound stem is NULL
4000
4001         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
4002         pedals.
4003
4004 2005-12-22  Graham Percival  <gpermus@gmail.com>
4005
4006         * scm/define-markup-commands.scm: typo.  @code{\raise}
4007         => @code{\\raise}.
4008
4009         * darwin.patch: now used again, includes a
4010         required patch from fink.
4011
4012 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
4013
4014         * po/TODO: mention gtranslator along with kbabel.
4015         * po/fi.po: update translations.
4016
4017 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4018
4019         * lily/relocate.cc (setup_paths): Bugfix.
4020
4021 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4022
4023         * lily/slur-configuration.cc (score_extra_encompass): don't use
4024         "avoid" choice for avoid-slur.
4025
4026         * stepmake/bin/install.py (dest): don't create existing dir.
4027
4028 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4029
4030         * stepmake/bin/install.py: Remove file before copying.
4031
4032         * config.make.in: 
4033         * stepmake/aclocal.m4: Do not substitute INSTALL.
4034
4035 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4036
4037         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4038         depend on link-tree.
4039
4040         * lily/relocate.cc (setup_paths): only check path for non-absolute
4041         dir without directory part.
4042
4043         * flower/file-name.cc (is_absolute):  new method.
4044         (is_absolute): check root_ too.
4045
4046 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
4049         relocation code.  Oops, don't comment out too much.
4050
4051         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
4052         iso itself.
4053
4054         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
4055         compile.
4056
4057 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4058
4059         * .cvsignore: Add install-sh.
4060
4061         * autogen.sh (srcdir): Typo.
4062
4063 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4064
4065         * autogen.sh (srcdir): urg. Touch install-sh.
4066
4067         * stepmake/bin/install-sh (Module): remove.
4068
4069         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
4070
4071         * lily/include/relocate.hh: new file.
4072
4073         * lily/relocate.cc: new file. Contain relocation logic.
4074
4075         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
4076         (main): read LILYPOND_VERBOSE as the first thing.
4077
4078         * stepmake/aclocal.m4: remove INSTALL variable.
4079
4080         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
4081         separate target for making font symlinks.
4082         (documentation-dir): use $(if $(findstring )) for switching off
4083         Documentation.
4084
4085         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
4086         something if DOCUMENTATION is no.
4087
4088 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4089
4090         * VERSION: release 2.7.24
4091
4092         * lily/script-column-engraver.cc (stop_translation_timestep):
4093         delay adding to script-column.
4094
4095         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
4096
4097         * python/convertrules.py (conv): rule for number-visibility
4098
4099         * lily/slur-configuration.cc (score_extra_encompass): different
4100         distance measure for avoid and inside avoidance.
4101         (score_extra_encompass): use 1/(distance+eps) as penalty.
4102
4103         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
4104         encompass objects for generating slur curves.
4105
4106         * lily/slur.cc: use details iso. slur-details property.
4107
4108         * input/regression/slur-tuplet.ly: new file.
4109
4110         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
4111
4112         * flower/include/offset.hh (class Offset): new operator /=
4113
4114         * lily/tuplet-number.cc (print): new file, new interface.
4115
4116         * scm/define-grob-properties.scm (all-user-grob-properties):
4117         remove number-visibility property.
4118
4119         * lily/tuplet-bracket.cc (calc_control_points): new function
4120         (calc_connect_to_neighbors): new function.
4121         (print): remove text handling for tuplet numberdef.
4122
4123         * lily/tuplet-engraver.cc (struct Tuplet_description): create
4124         TupletNumbers too. 
4125
4126         * lily/lily-guile.cc (robust_scm2booldrul): new function
4127
4128         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
4129
4130         * lily/tuplet-bracket.cc (calc_position_and_height): use
4131         staff-padding to control whether tuplet brackets are over staves.
4132
4133         * lily/grob.cc (suicide): clear dim_caches_.
4134
4135         * lily/dimension-cache.cc (clear): new function.
4136
4137         * lily/grob.cc (extent): swap order of min-extent and extent
4138         calculations. This fixes hara kiri staves. 
4139
4140 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4141
4142         * lily/main.cc: Nitpick: relocation is not based on path, but on
4143         directory (location).
4144
4145 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4146
4147         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
4148
4149         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
4150
4151         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
4152
4153         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
4154
4155         * stepmake/stepmake/generic-vars.make (Module): idem.
4156
4157         * stepmake/stepmake/executable-targets.make (default): use it.
4158
4159         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4160
4161         * make/GNUmakefile: don't install make rules.
4162
4163         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4164         slashes.
4165         (prepend_env_path): more verbosity.
4166
4167 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4168
4169         * GNUmakefile.in: add dir argument for find command.
4170
4171         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4172         fixes weird line numbers for point & click.
4173
4174         * lily/source-file.cc (get_counts): init line/column/char counts.
4175
4176 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4177
4178         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4179
4180 2005-12-16  Graham Percival  <gpermus@gmail.com>
4181
4182         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4183         minor fixes from Fredric.  Thanks!
4184
4185 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4186
4187         * ly/music-functions-init.ly: add \bar and \clef music function 
4188
4189         * lily/lily-lexer.cc: idem.
4190
4191         * lily/parser.yy (FIXME): remove BAR and CLEF.
4192
4193 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4194
4195         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4196
4197         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4198         function arguments too
4199
4200         * lily/main.cc (set_relocation): new function.
4201
4202         * scripts/musicxml2ly.py (convert): add \version
4203
4204         * lily/tie.cc: remove get_default_attachments()
4205
4206         * VERSION (PACKAGE_NAME): release 2.7.23
4207         
4208         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4209         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4210
4211         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4212
4213         * lily/tie-formatting-problem.cc (score_ties): new function
4214         (get_variations): new function. Try flipping dirs for collisions.
4215         (generate_optimal_chord_configuration): new function. 1-opt search
4216         for better configuration.
4217
4218         * lily/tie-configuration.cc: new file.
4219
4220         * lily/tie.cc: junk Tie::get_configuration()
4221
4222         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4223         (score_ties_configuration): new function.
4224         (generate_ties_configuration): new function.
4225         (generate_base_chord_configuration): new function.
4226         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4227         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4228
4229         * input/regression/tie-dot.ly: new file.
4230
4231         * lily/tie-formatting-problem.cc (score_configuration): score
4232         tie/dot collisions.
4233
4234         * lily/tie-helper.cc (get_transformed_bezier): new function
4235
4236         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4237
4238         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4239         -undefined suppress iso. -framework Python 
4240
4241         * scm/define-grobs.scm (all-grob-descriptions): set
4242         springs-and-rods (thanks Joe Neeman!)
4243
4244 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4245
4246         * input/no-notation/display-lily-tests.ly (test): 
4247         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4248         changed from \tag #'(a b) to \tag #'a \tag #'b
4249
4250 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4251
4252         * Documentation/topdocs/NEWS.tely: strip out-www.
4253
4254         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4255
4256         * config.make.in (AR): add AR and RANLIB
4257
4258         * flower/libc-extension.cc: include cassert
4259
4260         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4261         darwin check.
4262
4263 2005-12-11  Graham Percival  <gpermus@gmail.com>
4264
4265         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4266
4267         * stepmake/stepmake/python-modules-vars.make: define
4268         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4269
4270         * THANKS: added Johannes Schindelin.
4271
4272 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4273
4274         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4275
4276         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4277         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4278
4279         * lily/parser.yy: reorganize file layout.
4280
4281         * ly/music-functions-init.ly: add tweak music function.
4282
4283         * lily/grob-info.cc (ultimate_music_cause): new function:
4284         recursively lookup causes. 
4285
4286         * lily/parser.yy (chord_body_element): allow music functions for
4287         post-events, allow music functions for chord elements. 
4288  
4289         * lily/font-config-scheme.cc (display_fontset): add cast.
4290
4291         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4292         #'(a b) -> \tag #'a \tag #'b rule.
4293
4294         * python/musicexp.py (Output_printer.dump_version): new function
4295
4296 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4297
4298         * lily/parser.yy (FIXME): remove \tag
4299         (FIXME): remove tag_music() function.
4300
4301         * lily/lily-lexer.cc: remove \tag
4302
4303         * ly/music-functions-init.ly: define music-function "tag"
4304
4305         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4306
4307 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4308
4309         * VERSION (PATCH_LEVEL): release 2.7.22
4310
4311         * input/regression/lyric-hyphen-retain.ly: renew.
4312
4313         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4314         grob
4315
4316         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4317         iso. minimum-length property for rods.
4318
4319         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4320         LyricSpace item to keep lyrics spaced apart.
4321
4322         * ly/engraver-init.ly: remove Separating_line_group_engraver
4323
4324         * Documentation/user/music-glossary.tely: do setfilename before
4325         music-glossary.
4326
4327 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4328
4329         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4330         See xref documentation, for example.
4331
4332 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4333
4334         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4335         pending_skip iso. ly_voice[-1]
4336         (main): add if __main__ for debugging.
4337
4338         * python/musicxml.py (Accidental.__init__): new class.
4339
4340         * scripts/musicxml2ly.py (progress): new function
4341         (musicxml_key_to_lily): don't barf on modeless keys.
4342         (create_skip_music): new function.
4343         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4344         (musicxml_note_to_lily_main_event): new function.
4345
4346         * python/musicexp.py (Music.__init__): add comment field.
4347         (NestedMusic.append): new routine.
4348         (SequentialMusic.print_ly): print comment.
4349         (ArpeggioEvent.ly_expression): new class
4350         (BeamEvent.ly_expression): new class
4351         (NoteEvent.__init__): support for cautionary/forced accs.
4352
4353         * lily/lookup.cc (slur): normal order for array loop.
4354
4355         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4356         to 0.0.
4357
4358         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4359         collapsed.
4360
4361 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4362
4363         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4364
4365         * scripts/lilypond-book.py: Introduce option
4366             --preserve-line-breaks, for usage with srcltx
4367
4368 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4369
4370         * scm/output-lib.scm (print-circled-text-callback): draw circle
4371         around text using make-circle-markup.
4372
4373         * Documentation/user/*: strip out-www from file names.
4374
4375 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4376
4377         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4378         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4379
4380 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4381
4382         * Documentation/user/GNUmakefile: idem.
4383
4384         * Documentation/user/macros.itexi: strip out-www
4385
4386         * python/rational.py: python 2.3 compat.
4387
4388         * VERSION (PATCH_LEVEL): release 2.7.21
4389
4390         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4391         option formatting, lilypond style.
4392
4393         * python/musicexp.py: grab from Ikebana: a library for composing
4394         ly music expressions. 
4395         (Output_printer): class for advanced .ly printing.
4396         (eg. tupletting) 
4397
4398         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4399         convert to pythonesque structure.
4400
4401         * python/rational.py: PD rational number class.
4402
4403         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4404
4405 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4406
4407         * lily/part-combine-iterator.cc: Minor bugfix
4408         
4409         * THANKS: Update bughunters
4410
4411 2005-12-02  Werner Lemberg  <wl@gnu.org>
4412
4413         * mf/README: Document process for proper mf2pt1 conversion.
4414
4415         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4416         overlapping.
4417
4418         * mf/feta-harmonica.mf: Removed.  Unused.
4419
4420 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4421
4422         * scripts/lilypond-book.py (do_file): fix thinkos.
4423
4424 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4425
4426         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4427         ($(outdir)/parser.cc): 
4428         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4429
4430 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4431
4432         * ly/titling-init.ly (tagline): it should be a space between
4433         "Music engraving by LilyPond" and the version number.
4434
4435 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4436
4437         * VERSION (PACKAGE_NAME): release 2.7.20
4438
4439 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4440
4441         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4442
4443         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4444         1.0.
4445         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4446
4447 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4448
4449         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4450
4451         * kpath-guile/: remove directory
4452
4453         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4454         file. Encapsulate kpathsea using commandline tools.
4455
4456         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4457         kpathsea) module.
4458
4459 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4460
4461         * Documentation/user/advanced-notation.itely (Setting automatic
4462         beam behavior): Correct a few typos. Thanks to David Bobroff.
4463
4464         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4465         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4466
4467 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4468
4469         * scripts/*.py: gmane address for bugs.
4470
4471 2005-11-28 Pal Benko <benkop@freestart.hu>
4472         
4473         * make/ly-rules.make: add -f switch to mv
4474
4475         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4476
4477         * lily/bar-line.cc: interpret it
4478
4479 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * configure.in (--disable-documentation): New switch.
4482
4483         * GNUmakefile.in: Use it.
4484
4485         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4486
4487 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4488
4489         * scripts/lilypond-book.py (do_file): search chunks for
4490         \\begin{document}
4491
4492         * GNUmakefile.in: add copy step in between so we can lose the
4493         out-www directories.
4494
4495 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4496
4497         * lily/pango-font.cc (pango_item_string_stencil): put
4498         geometry.width into glyph-string too.
4499
4500 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4501
4502         * scm/define-music-display-methods.scm (RevertProperty):
4503         (OverrideProperty): Use grob-property-path property, a list of
4504         symbols, instead of grob-property, which used to be a single
4505         symbol.
4506         (BassFigureEvent): a figure can be a plain number, not necessarily a
4507         markup.
4508
4509 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4510
4511         * VERSION: release 2.7.19
4512         
4513         * lily/figured-bass-engraver.cc (process_music): check
4514         figuredBassCenterContinuations first.
4515
4516         * scm/translation-functions.scm (format-bass-figure): make double
4517         sharp larger. 
4518
4519         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4520         determine X-parent.
4521
4522         * lily/system-start-delimiter-engraver.cc: move from
4523         Nested_system_start_delimiter_engraver, rename
4524         Nested_system_start_delimiter_engraver ->
4525         System_start_delimiter_engraver.
4526
4527         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4528         bracket type from hierarchy.
4529
4530 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4531
4532         * lily/rest.cc (y_offset_callback): read staff-position.
4533
4534         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4535         mark after-line-breaking-callback as internal.
4536
4537         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4538
4539 2005-11-25  Werner Lemberg  <wl@gnu.org>
4540
4541         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4542
4543 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4544
4545         * stepmake/bin/add-html-footer.py (do_file): add google
4546
4547         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4548         staff if first_start_ is true.
4549
4550 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4551
4552         * scripts/midi2ly.py (split_track): add __repr__ members.
4553         (track_first_item): only return Item if not None. This fixes a
4554         problem when dumping a track that starts with an empty channel.
4555
4556         * python/midi.c: doc module.
4557
4558 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4559
4560         * Documentation/user/global.itely (Creating MIDI files): Fix
4561         compilation problem.
4562
4563 2005-11-22  Graham Percival  <gpermus@gmail.com>
4564
4565         * Documentation/user/basic-notation.itely: clarify dynamic
4566         padding text.
4567
4568         * Documentation/user/advanced-notation.itely: add unicode
4569         escape control example, whatever that is.  :)
4570
4571         * Documentation/user/global.itely: added "removing dynamics
4572         from MIDI" code.
4573
4574 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4575
4576         * VERSION (PATCH_LEVEL): release 2.7.18
4577
4578         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4579         System_start_delimiter_engraver by
4580         Nested_system_start_delimiter_engraver.
4581
4582         * lily/nested-system-start-delimiter-engraver.cc (struct
4583         Bracket_nesting_node): new class.
4584         (struct Bracket_nesting_group): new class
4585         (struct Bracket_nesting_staff): new class.
4586         (process_music): create hierarchy of grobs. This allows separate
4587         tuning of different SSDs. 
4588
4589         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4590         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4591
4592 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4593
4594         * lily/side-position-interface.cc (aligned_side): multiply
4595         staff_radius by 2.
4596
4597         * lily/script-engraver.cc (make_script_from_event): allow setting
4598         values to '()
4599
4600 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4601
4602         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4603
4604         * scm/define-grobs.scm (all-grob-descriptions): new grob
4605         NestedSystemStartDelimiter.
4606
4607         * input/regression/system-start-heavy-bar.ly: new file.
4608
4609         * lily/nested-system-start-delimiter-engraver.cc: new file.
4610
4611         * lily/nested-system-start-delimiter.cc: new file.
4612
4613         * input/regression/system-start-nesting.ly: new file.
4614
4615         * scm/define-grobs.scm (all-grob-descriptions): use X side
4616         positioning for positioning braces for nested contexts.
4617
4618         * lily/system-start-delimiter.cc (print): don't divide extent by
4619         staff_space.
4620         (print): use style iso. glyph.
4621         (staff_bracket): translate glyph inside routine already.
4622
4623 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4624
4625         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4626         names.
4627
4628 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4629
4630         * scm/define-context-properties.scm
4631         (all-user-translation-properties): rename figuredBassFormatter
4632         from newFiguredBassFormatter.
4633
4634         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4635
4636         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4637
4638         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4639
4640         * lily/beam.cc (calc_beaming): new function.
4641         (calc_shorten): new function.
4642
4643         * THANKS: add Edward Neeman.
4644
4645         * input/regression/accidental-clef-change.ly: new file.
4646
4647         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4648
4649         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4650
4651         * lily/clef-engraver.cc (inspect_clef_properties): reset
4652         localKeySignature for clef changes.
4653
4654 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4655
4656         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4657         add dummy definition that works in Linux and add information in
4658         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4659
4660         * Documentation/user/changing-defaults.itely (Modifying context
4661         plug-ins): Add index for \with.
4662
4663         * Documentation/user/music-glossary.tely (dal segno): Updated
4664         example to version >=2.6.
4665
4666 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4667
4668         * Documentation/user/instrument-notation.itely (Printing chord
4669         names): Reorder \chordmode and \repeat in one example.
4670
4671 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4672
4673         * VERSION: release 2.7.17
4674         
4675         * Documentation/topdocs/NEWS.tely (Top): add note about
4676         refactoring.
4677
4678         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4679         new function. Search region of 3 positions for best tie.
4680         (score_configuration): new function.
4681         (score_aptitude): new function.
4682         (generate_configuration): new function.
4683         (get_configuration): new function.
4684         (Tie_formatting_problem): new function
4685
4686         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4687
4688         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4689
4690         * THANKS: add Eduardo Vieira & Ralph Little
4691
4692         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4693         narrower.
4694
4695         * lily/include/tie-formatting-problem.hh (class
4696         Tie_formatting_problem): add Tie_details to
4697         Tie_formatting_problem. Update calling conventions.
4698
4699         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4700         config.make.
4701
4702         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4703
4704 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4705
4706         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4707         scm/define-context-properties.scm: Maintenance bugfix: make
4708         ligature brackets work again by removing obsolete ligature
4709         primitive callback push/pop.
4710
4711         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4712         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4713         value.
4714
4715 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4716
4717         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4718         used and do not call it a path.
4719         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4720
4721 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4722
4723         * lily/include/tie-formatting-problem.hh (class
4724         Tie_formatting_problem): new file.
4725
4726         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4727
4728         * Documentation/misc/ChangeLog-2.3:  new file.
4729
4730         * lily/audio-staff.cc (output): degarianize.
4731
4732 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4733
4734         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4735         Unset PYTHONOPTIMIZE.  Fixes install if set.
4736
4737 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * python/convertrules.py (conv): add warning about drums. 
4740
4741         * make/stepmake.make: include toplevel-version.make after config.make.
4742
4743         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4744         also allow python2.4
4745
4746         * config.make.in (configure-srcdir): remove GXX GCC vars.
4747
4748         * stepmake/aclocal.m4: don't do non-srcdir build with
4749         symlinks. Use inclusion, so the src directory name can be changed.
4750
4751 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4752
4753         * make/mutopia-vars.make:
4754         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4755         files.
4756
4757 2005-11-13  Werner Lemberg  <wl@gnu.org>
4758
4759         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4760         but the affected path.  This ensures that the (overlapping) outlines
4761         have the same direction, which is a necessary prerequisite for
4762         FontForge's algorithm to remove overlaps.
4763         Formatting.
4764
4765         * mf/feta-haak.mf: Formatting.
4766         (draw_bracket): Slightly modify outline to avoid an unnecessary
4767         corner.
4768         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4769         them from the affected paths.
4770
4771 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4772
4773         * mf/README: remove xpm / accordion notes.
4774
4775         * lily/tie-column-format.cc (set_chord_outline): add dots into
4776         skyline extents. This fixes tie formatting if the left head has dots.
4777
4778         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4779         space inside the staff.
4780         (get_configuration): shift another position if necessary in case
4781         of left head tie  
4782
4783 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4786         buildscript-dir iso. $(depth)/buildscripts.
4787
4788         * tex/GNUmakefile (local-uninstall): remove
4789         music-drawing-routines.ps juggling.
4790
4791         * stepmake/stepmake/install-targets.make (local-install-files):
4792         prepend src-dir to install targets.
4793
4794         * lily/system-start-delimiter-engraver.cc
4795         (acknowledge_system_start_delimiter): use
4796         add_offset_callback(). This fixes translation of nested
4797         staffgroups.
4798
4799         * lily/grob-closure.cc (add_offset_callback): only encaps in
4800         simple_closure if it's a procedure.
4801         
4802         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4803         from bar-line.
4804
4805         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4806         remove-empty where pertinent.
4807
4808 2005-11-12  Graham Percival  <gpermus@gmail.com>
4809
4810         * Documentation/user/instrument-notation.itely: added
4811         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4812
4813 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4814
4815         * lily/GNUmakefile
4816         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4817         make picture in builddir, not srcdir.
4818
4819 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4820
4821         * VERSION: release 2.7.16
4822         
4823         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4824         shell arguments. 
4825
4826 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4827
4828         * Documentation/user/examples.itely (Piano templates): Minor
4829         modification to the Piano centered lyrics example.
4830
4831 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4832
4833         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4834         $BROWSER.
4835
4836         * Documentation/user/point-and-click.itely: simplify p&c
4837         instruction: don't configure firefox. Put lilypond-invoke-editor
4838         in front of the browser.
4839
4840         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4841         (run-browser): new function.
4842
4843         * lily/parser.yy (Lily_lexer): recognize Book
4844
4845         * lily/book.cc (clone): new function
4846
4847         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4848
4849 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4850
4851         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4852         Maintenance bugfix: reduce number of font related warnings by
4853         updating naming conventions for glyph-name.
4854
4855 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4856
4857         * scm/define-grobs.scm (all-grob-descriptions): add
4858         rhythmic-grob-interface to TabNoteHead.
4859
4860         * scm/layout-beam.scm (check-quant-callbacks): remove
4861         set_stem_lengths()
4862
4863 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4864
4865         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4866         alignment of centered divisiones.
4867
4868         * scm/scripts.scm (articulations): Maintenance bugfix:
4869         follow-into-staff -> quantize-position.
4870
4871         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4872         plica head in porrectus deminutus.
4873
4874 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4875
4876         * make/lilypond.fedora.spec.in (Group): add %clean section.
4877
4878         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4879         less then 1/5th of total length.  
4880         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4881
4882         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4883         events into EventChord. This fixes textspanners on mm rests. Fixes
4884         spanner-rest.ly
4885
4886         * lily/side-position-interface.cc (get_axis): read side-axis
4887         (set_axis): set side-axis.
4888
4889         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4890         properties everywhere.
4891
4892         * lily/spacing-spanner.cc (breakable_column_spacing): add
4893         average-spacing-wishes. Take maximum if not set.
4894         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4895
4896         * scm/define-grobs.scm (all-grob-descriptions): add
4897         average-spacing-wishes.
4898
4899         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4900         offset callbacks. This fixes alignment for Fingering objects.
4901
4902         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4903         space for key - timesig combination. 
4904
4905         * input/regression/script-stem-tremolo.ly (Module): new file.
4906
4907         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4908         to key sig.
4909
4910         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4911         Fixes: c-tremolo-script.ly.
4912         
4913         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4914
4915         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4916         
4917         * scm/define-grobs.scm (all-grob-descriptions): remove
4918         self-X-offset. Fixes alignment of octavate-8.
4919
4920         * scripts/lilypond-book.py (datadir): look in
4921         LILYPONDPREFIX/share/lilypond/current/
4922
4923         * GNUmakefile.in: symlink current to <VERSION>. 
4924
4925 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4926
4927         * lily/main.cc: eps listed as a backend.
4928
4929 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4930
4931         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4932
4933 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4934
4935         * lily/include/score.hh (class Score): remove texts_ member.
4936
4937         * lily/beam.cc (set_stem_lengths): force direction callback.
4938         (print): read quantized-positions, so we can force
4939         Beam::set_stem_lengths to occur.
4940         (rest_collision_callback): use common X parent. 
4941
4942 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4943
4944         * flower/file-path.cc (find): Bugfix: Return name of file found.
4945
4946         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4947         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4948         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4949
4950 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4951
4952         * flower/offset.cc: idem.
4953
4954         * mf/*.mf: update email address.
4955
4956         * lily/font-config-scheme.cc:  new file.
4957
4958         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4959
4960         * lily/*:  cs.uu.nl -> xs4all.nl
4961
4962         * VERSION (PATCH_LEVEL): release 2.7.15
4963
4964         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4965         spec files.
4966
4967         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4968
4969 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4970
4971         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4972
4973         * lily/staff-performer.cc (process_music): add audio
4974         elements. This makes MIDI instrument changes work once again.
4975
4976         * lily/main.cc (LY_DEFINE): add gmane address.
4977
4978         * lily/beam.cc: remove calc_positions()
4979
4980         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4981         original_ in private scope.
4982         (class Grob): drop pscore_ pointer, change to output_def pointer.
4983         (class Grob): cleanup class definition.
4984
4985         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4986
4987 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4990         absolute.  Better diagnostics.
4991
4992         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4993         This makes lilypond run from the build directory using argv0
4994         relocation (without any --prefix or LILYPONDPREFIX setting).
4995
4996 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4997
4998         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4999
5000         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
5001         with simple-closure.
5002
5003         * lily/self-aligment-interface.cc (set_align_self): new function
5004         (set_center_parent): new function.
5005
5006         * lily/side-position-interface.cc (set_axis): new function.
5007
5008         * lily/new-fingering-engraver.cc (position_scripts): use drul for
5009         generic code. 
5010
5011         * scm/define-grob-properties.scm (all-user-grob-properties):
5012         remove [XY]-offset-callbacks add [YX]-offset
5013         
5014 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5015
5016         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
5017         entry for time signatures after breathing signs. Bug report by
5018         Scott Russell.
5019
5020 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5021
5022         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
5023         not absolute, make it absolute using PATH.
5024
5025 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5026
5027         * python/midi.c (initmidi): Fix type for mingw.
5028
5029 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5030
5031         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
5032
5033         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
5034         cross compiling.
5035
5036         * stepmake/aclocal.m4: Support python cross compiling.
5037
5038         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
5039         Add mingw section.
5040
5041 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5042
5043         * scm/output-lib.scm (chain-grob-member-functions): replace
5044         chained-callback.cc
5045
5046         * lily/chained-callback.cc (Module): remove file.
5047
5048         * lily/rest-collision.cc (force_shift_callback_rest): change to
5049         chained callback.
5050
5051         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
5052
5053         * lily/grob.cc (y_parent_positioning): remove axis argument from
5054         parent_positioning callbacks.
5055         (Grob): junk init code
5056         (get_offset): use generic property callbacks for
5057         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
5058         (axis_parent_positioning): new function
5059         (axis_offset_symbol): new function
5060         (chain_offset_callback): new function
5061         (add_offset_callback): new function
5062
5063         * lily/beam.cc (rest_collision_callback): change signature; this
5064         is now a chained callback.
5065
5066         * lily/include/dimension-cache.hh (class Dimension_cache): remove
5067         callback administration.
5068
5069         * lily/simple-closure.cc: new file. Smob type that allows "grob
5070         member functions",
5071
5072             (ly:make-simple-closure FUNC A B)
5073
5074         is evaluated as (FUNC grob A B). This allows chaining of callbacks
5075         in various ways.
5076
5077         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
5078         callbacks.
5079
5080         * lily/slur.cc (outside_slur_callback): take 2 arguments.
5081
5082         * lily/rest.cc (polyphonic_offset_callback): remove.
5083
5084         * lily/script-engraver.cc (try_music): remove bool* argument.
5085
5086         * scm/script.scm (default-script-alist): set quantize-position
5087         appropriately.
5088
5089         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
5090
5091         * lily/side-position-interface.cc (aligned_side): move staff
5092         position quantization from
5093         Side_position_interface::quantised_position().
5094         (quantised_position): remove
5095         
5096 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5097
5098         * input/regression/beam-quant-standard.ly: reindent, set
5099         debug-beam-quanting to #t.
5100
5101         * lily/beam-concave.cc (calc_concaveness): set concaveness to
5102         10000 if this is a "hard" concave beam.
5103
5104         * lily/beam.cc (calc_least_squares_positions): change from
5105         calc_least_squares_dy
5106         (set_stem_lengths): this is now a chained callback.
5107
5108         * lily/context-property.cc (execute_general_pushpop_property):
5109         bugfix override with procedure should have effect.
5110
5111         * scm/define-grob-properties.scm (all-internal-grob-properties):
5112         remove position-callbacks.
5113
5114         * scm/define-grobs.scm (all-grob-descriptions): use
5115         ly:make-callback-chain for positions property.
5116
5117         * scm/layout-beam.scm (check-quant-callbacks): return list of
5118         chained callbacks.
5119
5120         * scm/lily.scm (type-p-name-alist): add callback-chain
5121
5122         * lily/lily-guile.cc (type_check_assignment): type check failure
5123         is warning not message.
5124
5125         * lily/grob-property.cc (try_callback): walk callback chain if
5126         appropriate.
5127
5128         * lily/chained-callback.cc: new file. new smob type.
5129
5130         * lily/lily-guile.cc (procedure_arity): new function.
5131
5132 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5133
5134         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
5135
5136 2005-10-25  John Mandereau  <john.mandereau@free.fr>
5137  
5138         * Documentation/user/instrument-notation.itely (Figured bass):
5139         describe new features
5140
5141 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5142
5143         * lily/beam.cc (calc_least_squares_dy): use property callback.
5144
5145         * lily/beam-concave.cc (calc_concaveness): use property callback.
5146
5147         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
5148
5149 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5150
5151         * HACKING: Update.
5152
5153 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5154
5155         * scm/layout-page-layout.scm (page-headfoot): annotate
5156         pagetopspace too.
5157
5158         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5159
5160         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5161         doesn't take y-space.
5162
5163         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5164
5165 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5166
5167         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5168         src-wildcard, remove $(wildcard).
5169
5170         * po/GNUmakefile (PO_FILES): 
5171         * ps/GNUmakefile (PS_FILES): 
5172         * tex/GNUmakefile (TEX_FILES): 
5173         * cygwin/GNUmakefile (POSTINSTALLS):
5174         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5175         some wildcard calls.
5176
5177 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5178
5179         * THANKS: add Thomas Bushnell.
5180
5181 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5184         (lilypond-main): Redirect to gui-main if 'gui is set.
5185
5186         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5187         for alternative installations kludging s/share/lib/g
5188         LILYPONDPREFIX. 
5189
5190         * SConstruct (libdir_package_version): Define.
5191
5192         * python/SConscript: 
5193         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5194         module in libdir.  
5195
5196 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5197
5198         * lily/main.cc: clarify --safe.
5199
5200 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5201
5202         * VERSION: release 2.7.14
5203         
5204         * Documentation/user/*.itely: remove minimumVerticalExtent.
5205
5206         * scm/define-grobs.scm (all-grob-descriptions): remove
5207         RemoveEmptyVerticalGroup
5208
5209         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5210
5211         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5212         compile on MOSX
5213
5214         * python/convertrules.py (conv): add rules.
5215
5216         * lily/grob.cc: remove is_empty()
5217
5218         * lily/grob-property.cc: remove add_to_list_property().
5219
5220         * scripts/convert-ly.py (datadir): add prefix switching hack to
5221         .py too.
5222
5223         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5224         space-function tweak.
5225
5226         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5227
5228         * scm/define-grob-properties.scm (all-user-grob-properties):
5229         remove callback property.
5230
5231         * lily/include/grob.hh (class Grob): remove property_callbacks_
5232         member. Properties of procedure type are assumed to be callbacks.
5233
5234         * lily/ligature-engraver.cc (override_stencil_callback):
5235         rewrite. Use noteHeadLigaturePrimitive as source.
5236
5237         * scm/define-grob-properties.scm (all-internal-grob-properties):
5238         remove ligature-primitive-callback
5239
5240         * lily/include/dimension-cache.hh (class Dimension_cache): make
5241         class, with Grob as friend.
5242
5243         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5244         has_extent_callback()
5245
5246         * scm/translation-functions.scm (format-new-bass-figure): read
5247         figuredBassPlusDirection
5248
5249         * scm/define-context-properties.scm
5250         (all-user-translation-properties): add figuredBassPlusDirection.
5251
5252         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5253
5254         * lily/align-interface.cc (set_ordered): new function.
5255
5256         * lily/grob.cc (flush_extent_cache): rewrite.
5257
5258         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5259         Interval pointer directly.
5260
5261         * lily/main.cc (setup_paths): insert extra / .
5262         (setup_paths): junk cff entry.
5263
5264         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5265         directories.
5266
5267         * lily/axis-group-engraver.cc (finalize): remove
5268         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5269
5270         * lily/grob.cc (Grob): don't set extent from ctor.
5271         (extent): use property callbacks. 
5272
5273         * lily/axis-group-interface.cc: remove set_axes() function.
5274
5275         * lily/grob-property.cc (del_property): new function.
5276
5277 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5278
5279         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5280         
5281 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5282
5283         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5284
5285 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5286
5287         * mf/SConscript: Updates.
5288
5289         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5290
5291         * stepmake/stepmake/*:
5292         * */GNUmakefile:
5293         * config.make.in:
5294         * GNUmakefile.in:
5295         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5296         from any directory in build-dir.  Cleanups.
5297
5298         * make/srcdir.make.in: Remove.
5299
5300         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5301
5302         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5303         main).
5304
5305         * lily/SConscript: Remove ttftools.
5306
5307         * SConstruct: Resurrect.
5308
5309 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5310
5311         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5312         Y coordinate. 
5313
5314         * lily/paper-book.cc (add_score_title): put Paper_score title into
5315         systems_ list.
5316
5317         * scm/translation-functions.scm (format-new-bass-figure): also
5318         allow plus in combination with _
5319
5320 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5321
5322         * VERSION: 2.7.13 released.
5323
5324         * lily/note-collision.cc (check_meshing_chords): don't wipe
5325         stencil, merely set transparent.
5326
5327         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5328         (Top): document #'callbacks.
5329         (Top): document nested \override.
5330
5331         * input/regression/figured-bass.ly: update for slash and pluses.
5332
5333         * input/regression/figured-bass-continuation-forbid.ly (Module):
5334         new file.
5335
5336         * scm/translation-functions.scm (format-new-bass-figure): use
5337         slashed-digit if diminished is set.
5338         (format-new-bass-figure): add + if 'augmented is set.
5339
5340         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5341
5342         * input/test/piano-staff-distance.ly: remove file.
5343
5344         * Documentation/user/advanced-notation.itely (Formatting cue
5345         notes): use length-fraction for making stems/beams smaller.
5346
5347         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5348         modifications.
5349
5350         * lily/new-figured-bass-engraver.cc: new property
5351         centerFiguredBassContinuations
5352
5353         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5354         use callbacks.
5355
5356         * lily/context-property.cc (execute_general_pushpop_property):
5357         robustness checks.
5358
5359         * input/regression/override-nest.ly: new file.
5360
5361         * python/convertrules.py (FatalConversionError.subber): conversion
5362         rule for #'callbacks
5363
5364         * input/regression/override-nest.ly: new function.
5365
5366         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5367         #c too. 
5368
5369         * lily/context-property.cc (lookup_nested_property): new function.
5370         (evict_from_alist): new function.
5371         (general_pushpop_property): new function.
5372         (execute_general_pushpop_property): rewrite. Support nested
5373         properties too.
5374
5375 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5376
5377         * lily/beam.cc: use length-fraction too.
5378
5379         * scm/define-grob-properties.scm (all-user-grob-properties):
5380         remove property flag-width-function
5381         (all-user-grob-properties): remove space-function.
5382
5383         * scm/layout-beam.scm: remove flag-width-function.
5384
5385         * lily/beam.cc: remove flag-width-function
5386
5387         * scm/layout-beam.scm: remove beam dir functions.
5388
5389         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5390
5391         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5392         for easier grace tweaks.
5393
5394         * lily/beam.cc: remove dir-function.
5395
5396         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5397
5398         * lily/grob.cc: remove spacing-procedure.
5399
5400         * lily/note-head.cc (calc_stem_attachment): new function.
5401         (internal_print): use callback to get glyph-name.
5402
5403         * lily/grob-property.cc (get_interfaces): new function.
5404
5405         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5406
5407         * lily/stem.cc (calc_stem_end_position): new function.
5408         (calc_length): new function.
5409         document details for stem.
5410         remove Stem::get_direction()
5411
5412         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5413
5414         * lily/grob-property.cc (set_callback): new function.
5415
5416         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5417
5418         * lily/item-scheme.cc: new file.
5419
5420         * lily/bar-line.cc (before_line_breaking): remove function.
5421         remove bar-size-procedure, break-glyph-function
5422
5423         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5424
5425         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5426
5427         * lily/system-start-delimiter.cc (print): suicide from
5428         here. Remove after_line_breaking_callback.
5429
5430         * lily/script-interface.cc (calc_direction): use callback for direction.
5431
5432         * lily/side-position-interface.cc (aligned_side): don't use
5433         Side_position_interface::get_direction directly. Use callback. 
5434
5435         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5436         calculate stencil.
5437         (get_print_stencil): rename from get_stencil: create stencil with
5438         transparency, color and cause. 
5439
5440         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5441
5442         * python/convertrules.py (conv): insert temporary warning rule.
5443
5444         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5445
5446         * lily/grob-property.cc (try_callback): remove marker if applicable.
5447
5448         * lily/grob.cc: elucidate doc about after/before-line-breaking
5449
5450         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5451
5452         * lily/stem.cc (height): idem.
5453
5454         * lily/stem-tremolo.cc: idem.
5455
5456         * lily/slur.cc (height): don't use get_uncached_stencil()
5457
5458         * lily/rest.cc (y_offset_callback): use offset callback
5459         iso. after-line-breaking callback.
5460
5461         * lily/grob.cc: change after/before-line-breaking-callback to
5462         after/before-line-breaking dummy properties.
5463
5464         * lily/include/grob.hh: remove Grob_status.
5465
5466         * scm/define-context-properties.scm
5467         (all-user-translation-properties): remove verticalAlignmentChildCallback
5468
5469         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5470         (calc_direction): use callback
5471         (calc_positions): use callback.
5472
5473         * lily/tie.cc (calc_direction): use callback. Only call parent
5474         positioning for more than one tie.
5475
5476         * lily/tie-column.cc (calc_positioning_done): use callback
5477
5478         * lily/slur-scoring.cc (calc_control_points): use callback
5479
5480         * lily/slur.cc (calc_direction): use callback.
5481
5482         * lily/note-collision.cc (force_shift_callback): remove.
5483
5484         * lily/dot-column.cc (force_shift_callback): remove. Use
5485         other_axis_parent_positioning.
5486
5487         * lily/grob.cc (other_axis_parent_positioning): new function.
5488         (same_axis_parent_positioning): new function
5489
5490         * lily/align-interface.cc (alignment_callback): remove function.
5491
5492         * lily/note-collision.cc (calc_positioning_done): use callback.
5493
5494         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5495         (calc_direction): idem.
5496         remove print function.
5497
5498         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5499
5500         * lily/dot-column.cc (calc_positioning_done): use callback.
5501
5502         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5503
5504         * lily/beam.cc (calc_direction): use pseudo-property for beam
5505         direction callback.
5506         (calc_positions): use callback 
5507
5508         * lily/align-interface.cc (calc_positioning_done): use
5509         callback. Fold fixed  distance and normal alignment in one function.
5510
5511         * lily/stem.cc (calc_stem_end_position): use callback.
5512         (calc_positioning_done): idem.
5513         (calc_direction): idem.
5514         (calc_stem_end_position): idem
5515         (calc_stem_info): idem.
5516
5517         * lily/grob-property.cc (get_property_data): new function: 
5518         (try_callback): new function.
5519
5520         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5521         callbacks property.
5522
5523         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5524
5525 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5526
5527         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5528         tie
5529         has no heads.
5530         
5531         * lily/include/*.hh (Module): compile fixes.
5532
5533 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5534
5535         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5536         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5537         instead of (char-syntax nil), thanks to Milan Zamazal.
5538
5539 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5540
5541         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5542         dist.
5543
5544         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5545         themselves.
5546
5547 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5548
5549         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5550         add class_name() method.
5551
5552         * lily/music-scheme.cc: remove ly:music-name.
5553
5554 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5555
5556         * cygwin/postinstall-lilypond.sh: Remove cruft.
5557
5558         * cygwin/postremove-lilypond.sh: Remove.
5559
5560         * cygwin/GNUmakefile (default): Remove postremove rules.
5561
5562 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5563
5564         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5565         even header too.
5566         
5567         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5568         MacOS 9 users.
5569
5570         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5571         consider break index for broken spanner.
5572
5573         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5574         characters from string before splitting.
5575
5576 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5577
5578         * scm/framework-ps.scm (output-preview-framework): use
5579         is-book-title to determine whether to chop off the booktitle.
5580
5581         * lily/paper-book.cc (systems): init from book-title-properties
5582         (add_score_title): init score-title-properties.
5583
5584         * ly/paper-defaults.ly: add {score,book}-title-properties.
5585
5586         * scm/document-backend.scm (lookup-interface): error message if
5587         using unknown interface.
5588
5589         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5590         edge-height.
5591
5592         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5593         make_bracket.
5594         (make_bracket): new function.
5595
5596         * scm/lily.scm (define-scheme-options): add paper-size option.
5597
5598         * ly/declarations-init.ly (laissezVibrer): get paper size from
5599         -dpaper-size
5600
5601         * scm/translation-functions.scm: use \fontsize for changing the
5602         fontsize.
5603
5604         * scm/define-grobs.scm (all-grob-descriptions): set
5605         between-length-limit to 1.0
5606
5607         * lily/tie-helper.cc: add between_length_limit_ detail property.
5608
5609         * mf/feta-bolletjes.mf: typos.
5610
5611         * lily/note-head.cc (internal_print): don't shadow idx
5612         parameter. This fixes wrong attachment for do shape heads.
5613
5614 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5615
5616         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5617
5618         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5619
5620         * scm/layout-slur.scm: rename from slur.scm
5621
5622         * scm/layout-page-layout.scm: rename from page-layout.scm
5623
5624         * scm/layout-beam.scm: rename from beam.scm
5625
5626         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5627         bass-figure-interface
5628
5629         * lily/new-figured-bass-engraver.cc (process_music): add
5630         implicitBassFigures property.
5631         
5632         * scm/define-markup-commands.scm (pad-x): new markup.
5633
5634         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5635         minimumVerticalExtent on FiguredBass context.
5636
5637         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5638         case the continuation crosses a line break.
5639
5640 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5641
5642         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5643         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5644         absolute file name bug.  
5645
5646 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5647
5648         * VERSION (PACKAGE_NAME): release 2.7.12
5649
5650         * input/regression/figured-bass-continuation-center.ly: new file.
5651
5652         * input/regression/beam-outside-beamlets.ly: new file.
5653
5654         * lily/beam.cc (set_beaming): don't clip edges.
5655         (connect_beams): don't clip edges.
5656
5657         * lily/beaming-info.cc (clip_edges): new function.
5658
5659         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5660
5661         * Documentation/user/instrument-notation.itely (Figured bass):
5662         demonstrate extenders, update seealso links.
5663
5664         * scm/titling.scm (marked-up-headfoot): change tagline
5665         handling. tagline = ##f will blank the tagline as well.
5666
5667 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5668
5669         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5670
5671         * lily/new-figured-bass-engraver.cc (struct
5672         New_figured_bass_engraver): add new_music_found_ member.
5673
5674         * lily/lilypond-version.cc (Lilypond_version): deal with
5675         incorrectly formatted version strings. 
5676
5677         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5678         New_figured_bass_engraver by default.
5679
5680         * lily/ttf.cc (print_trailer): only define glyph names when
5681         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5682
5683 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5684
5685         * lily/horizontal-bracket.cc (make_bracket): new function.
5686
5687         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5688         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5689         BassFigureLine, BassFigureAlignment
5690
5691         * lily/new-figured-bass-engraver.cc (process_music): new file.
5692
5693         * lily/figured-bass-continuation.cc: new file.
5694
5695         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5696         new file.
5697
5698 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5699
5700         * scripts/lilypond-book.py: Bug fix, put the quote around the
5701         actual score for LaTeX documents.
5702
5703         * scm/define-grobs.scm (all-grob-descriptions): Change
5704         collapse-height of the SystemStartBracket grob to 5.0, 
5705         so the bracket disappears for single stave score lines (similarly
5706         to SystemStartBraces). 
5707
5708         * Documentation/user/advanced-notation.itely (Polymetric
5709         notation): Clarify the use of compressMusic.
5710
5711         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5712         that the grace spacer note in other staves need the same duration
5713         and document the stroke-style property.
5714
5715 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5716
5717         * Documentation/user/global.itely (Vertical spacing): document
5718         alignment-extra-space and fixed-alignment-extra-space.
5719
5720         * Documentation/topdocs/NEWS.tely (Top): add entry.
5721
5722         * input/regression/alignment-vertical-spacing.ly: new file.
5723
5724         * python/convertrules.py (conv): add rule.
5725
5726         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5727
5728         * lily/align-interface.cc (stretch_after_break): new
5729         function. Read fixed-alignment-extra-space property.
5730         (align_elements_to_extents): read alignment-extra-space property.
5731
5732         * lily/lily-guile.cc (robust_scm2dir): new function.
5733
5734         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5735         (annotate-space-left): new function. Annotate space left on page. 
5736         (annotate-y-interval): new function.
5737         (paper-system-annotate-last): new function. Annotate bottom-space.
5738
5739         * mf/feta-beugel.mf (y): 
5740
5741 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5742
5743         * VERSION (PACKAGE_NAME):  release 2.7.11
5744
5745         * scm/lily-library.scm (interval-translate): new function
5746         (interval-center): new function. 
5747
5748         * scm/page-layout.scm (paper-system-annotate): new function. Add
5749         arrows for dimensions.
5750  
5751         * scm/stencil.scm (dimension-arrows): new function.
5752
5753         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5754
5755         * input/regression/page-spacing.ly: add annotatespacing
5756
5757         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5758         (LY_DEFINE): new function ly:paper-system-set-property!
5759
5760         * Documentation/user/global.itely (Paper size): explain how to add
5761         sizes.
5762
5763         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5764         correspond to GS's definition.
5765
5766         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5767         tuplet bracket.
5768         (print): only connect to next bracket if the next one is alive.
5769         (print): set padding to 0.0 if the bound is a breakable
5770         column. This makes tupletFullLength brackets reach up to the staff
5771         line if it doesn't connect to the next line.
5772
5773 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5774
5775         * lily/bar-number-engraver.cc: correct docs.
5776
5777         * scm/output-lib.scm (first-bar-number-invisible): rename from
5778         default-bar-number-visibility
5779
5780 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * scm/define-music-properties.scm (all-music-properties): remove
5783         predicate property.
5784
5785 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5786
5787         * po/fi.po: refresh.
5788
5789 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5790
5791         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5792         superfluous s1.
5793         (disappear): bugfix.
5794
5795         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5796
5797         * lily/include/paper-system.hh (class Paper_system): remove
5798         staff_extents_ member.
5799
5800         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5801
5802         * lily/include/paper-system.hh (class Paper_system): remove
5803         number_ variable. Remove is_title_. Remove break_before_penalty_
5804
5805         * lily/paper-book.cc (systems): use 'number property iso. number_
5806         member.
5807
5808         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5809         remove ly:paper-system-number.
5810
5811         * scm/lily-library.scm (paper-system-title?): new function.
5812
5813         * lily/book.cc (process): bugfix: flip ?: cases. 
5814
5815         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5816         add outputProperty.
5817
5818         * ly/music-functions-init.ly: add outputProperty music function.
5819
5820         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5821
5822         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5823         and next-padding.
5824         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5825
5826         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5827
5828         * lily/paper-system.cc (internal_get_property): new function.
5829
5830         * Documentation/user/global.itely (Vertical spacing): refer to
5831         page-spacing.ly
5832
5833         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5834         pagetopspace
5835
5836         * input/regression/page-spacing.ly: new file.
5837
5838         * input/regression/page-top-space.ly: new file.
5839
5840         * lily/spacing-spanner.cc: cmath -> math.h
5841
5842         * lily/paper-system.cc (read_left_bound): new function. Read
5843         line-break-system-details from left bound to determine extents.
5844  
5845         * Documentation/user/programming-interface.itely (Using LilyPond
5846         syntax inside Scheme): change applyxxx -> applyXxx.
5847
5848         * ly/music-functions-init.ly: add outputProperty music function.
5849
5850         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5851
5852         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5853
5854         * python/convertrules.py (conv): rule
5855
5856         * ly/music-functions-init.ly: applyxxx -> applyXxx
5857
5858         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5859         TabVoice to Voice.
5860
5861 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5862
5863         * flower/include/real.hh: include <math.h> iso. <cmath>
5864
5865         * flower/include/offset.hh: include real.hh
5866
5867 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5868
5869         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5870         fix example, now that 'interfaces is no longer directly available.
5871
5872         * lily/book.cc (process): don't crash if paper == NULL.
5873
5874         * po/fr.po: update.
5875
5876 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5877
5878         * scm/define-music-types.scm (music-descriptions): set length and
5879         start-callback for QuoteMusic
5880
5881 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5882
5883         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5884         arguments. Fixes compilation error with gcc 3.3.
5885
5886 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5887
5888         * VERSION: release 2.7.10
5889
5890         * stepmake/stepmake/python-module-rules.make
5891         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5892
5893         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5894         real.hh
5895
5896 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5897
5898         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5899         -Werror. Otherwise GCC barfs over various optimizations.
5900
5901         * scm/define-grob-properties.scm (all-internal-grob-properties):
5902         add note-head property
5903
5904         * Documentation/user/instrument-notation.itely (Laissez vibrer
5905         ties): new node.
5906
5907         * input/regression/laissez-vibrer-ties.ly: new file.
5908
5909         * lily/laissez-vibrer-engraver.cc: new file.    
5910
5911         * lily/include/tie-column-format.hh: new file.
5912
5913         * lily/tie-column-format.cc: new file. 
5914
5915         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5916
5917         * lily/laissez-vibrer-tie.cc: new file.
5918
5919         * lily/include/laissez-vibrer-tie.hh: new file.
5920
5921         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5922
5923         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5924
5925         * scm/define-grobs.scm (all-grob-descriptions): add
5926         LaissezVibrerTie, LaissezVibrerTieColumn
5927
5928         * lily/tie-column.cc (set_tie_config_directions): new function
5929         (final_shape_adjustment): new function.
5930         (shift_small_ties): new function.
5931
5932         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5933
5934         * lily/include/tie.hh (struct Tie_details): add x_gap_
5935         (struct Tie_configuration): add head_position_
5936
5937         * lily/tie-column.cc (set_chord_outline): new function.
5938
5939         * mf/cmr.enc.in:  remove file.
5940
5941 2005-09-11  Graham Percival  <gpermus@gmail.com>
5942
5943         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5944
5945 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5946
5947         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5948         reduce aliasing effects.
5949
5950         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5951         box in skyline.
5952
5953 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5954
5955         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5956
5957         * flower/include/real.hh: std::fabs too.
5958
5959 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5960
5961         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5962
5963         * lily, flower: Include C++ iso C headers.  Import namespace std
5964         throughout.
5965
5966         * lily/side-position-interface.cc: 
5967         * lily/scm-hash.cc: 
5968         * lily/note-head.cc: 
5969         * lily/include/includable-lexer.hh: 
5970         * flower/include/string-data.icc: Remove using std::*.
5971
5972         * lily, flower: Include C++ iso C headers.  Import namespace std
5973         throughout.
5974
5975         * lily/side-position-interface.cc: 
5976         * lily/scm-hash.cc: 
5977         * lily/note-head.cc: 
5978         * lily/include/includable-lexer.hh: 
5979         * flower/include/string-data.icc: Remove using std::*.
5980
5981         * Documentation/user/instrument-notation.itely (Entering lyrics):
5982         Multiple latin-1->utf-8 conversion fix.
5983
5984         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5985
5986 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5987
5988         * lily/tie.cc (get_configuration): also avoid dots for non-space
5989         situations.
5990
5991 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5992
5993         * Documentation/user/instrument-notation.itely: Bugfix.
5994
5995 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5996
5997         * tex/GNUmakefile: don't install texinfo.tex
5998
5999         * tex/ : cleanup: remove unused files.
6000
6001         * lily/general-scheme.cc: remove my_{isinf,isnan}.
6002
6003         * flower/include/real.hh: using std::{isnan,isinf}
6004         
6005         * VERSION (PATCH_LEVEL): release 2.7.9
6006
6007 2005-09-05  Graham Percival  <gpermus@gmail.com>
6008
6009         * Documentation/user/ instrument-notation.itely,
6010         advanced-notation.itely: minor tweaks.
6011
6012         * input/test/script-chart.ly: add item padding.
6013
6014 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6015
6016         * flower/offset.cc: use math.h iso. <cmath>
6017
6018         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
6019         of IE users.
6020
6021         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
6022         (widen-left-stencil-edges): new function. Fix alignment problems
6023         with LaTeX includegraphics.
6024
6025         * lily/text-interface.cc (interpret_markup): use abort().
6026
6027 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6028
6029         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
6030
6031         * lily/tie.cc (get_configuration): update bezier shape as we
6032         change Y positions.
6033         (get_configuration): don't move large ties if we're outside of the
6034         staff.
6035
6036 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6037
6038         * scm/define-markup-commands.scm (strut): swap X and Y dims.
6039         
6040 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6041
6042         * .cvsignore: Add auto-generated configure files and then some.
6043
6044 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6045
6046         * scm/define-grobs.scm (DynamicLineSpanner): Add
6047         X-extent-callback.  Fixes hairpin-slur collision.
6048
6049 2005-08-31  Graham Percival  <gpermus@gmail.com>
6050
6051         * Documentation/user/advanced-notation.itely,
6052         basic-notation.itely: minor changes.
6053
6054 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6055
6056         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
6057         \linebreak between each .eps file if \betweenLilyPondSystem is
6058         undefined. 
6059
6060         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6061         music): Document the \linebreak
6062
6063         * Documentation/user/lilypond-book.itely,
6064         input/tutorial/lbook-latex-test.tex,
6065         Documentation/user/examples.itely: Remove \usepackage{graphics}
6066
6067 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6068
6069         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
6070
6071         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
6072         compat bugfix.
6073
6074         * scripts/lilypond-book.py (PREAMBLE_LY): define
6075         inside-lilypond-book
6076         (modify_preamble): new function. Insert \RequirePackage{graphics}
6077         when no {graphics found in preamble.  
6078
6079 2005-08030  Graham Percival  <gpermus@gmail.com>
6080
6081         * Documentation/user/basic-notation.itely, global.itely,
6082         tutorial.itely: misc small changes.
6083
6084 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6085
6086         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
6087         VERSION.
6088
6089 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6090
6091         * lily/tie-column.cc (new_directions): put Tie down on center
6092         staff line. 
6093
6094         * lily/script-interface.cc (before_line_breaking): use
6095         Grob::programming_error
6096
6097         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
6098
6099         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
6100         of splitext.
6101
6102 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6103
6104         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
6105
6106 2005-08-29  Werner Lemberg  <wl@gnu.org>
6107
6108         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
6109         the `*.scale.pfa' files to avoid warnings.
6110
6111 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6112
6113         * lily/tempo-performer.cc (process_music): idem.
6114
6115         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
6116
6117 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6118
6119         * Documentation/user/advanced-notation.itely (Text markup): not a
6120         fragment.
6121
6122         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
6123
6124         * lily/staff-performer.cc (initialize): add tempo/name to
6125         audio_staff_
6126
6127
6128 2005-08-26  Graham Percival  <gpermus@gmail.com>
6129
6130         * Documentation/user/advanced.itely: add text-only example.
6131
6132         * Documentation/user/invoking.itely: add index entries for
6133         convert-ly.
6134
6135         * Documentation/user/ tutorial.itely, basic-notation.itely:
6136         small fixes suggested by Steve D.  Thanks!
6137
6138 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6139
6140         * input/regression/markup-bidi-pango.ly: new file.
6141
6142         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
6143         standard. Remove #ifdef. Remove memleak.
6144         (text_stencil): use text_dir to decide how to composite items.
6145         (text_stencil): determine uniform text direction for the entire
6146         string.
6147
6148         * scripts/lilypond-book.py (output_name): remove
6149         latex_filter_cmd. Non-portable to non-Unix systems. 
6150         (get_latex_textwidth): use File.write and os.unlink() instead.
6151
6152         * THANKS: add Vicente & Trevor.
6153
6154         * lily/grob.cc (discretionary_processing): look up origin for
6155         programming_error too. 
6156
6157         * input/regression/tie-broken.ly: new file.
6158
6159         * lily/tie-column.cc (set_chord_outlines): set outline for line
6160         break case too.
6161         
6162 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6163
6164         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6165         unscaled transform, just translate stencils.
6166
6167         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6168         MIDI.
6169
6170         * scm/define-markup-commands.scm (wordwrap-string): use
6171         text-direction
6172         (wordwrap-stencils): idem.
6173         (line): idem.
6174         (fill-line): idem.
6175         (wordwrap-stencils): translate last line to right for
6176         text-direction = LEFT.
6177
6178         * scm/define-grob-properties.scm (all-user-grob-properties): add
6179         text-direction.
6180
6181 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6182
6183         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6184         when copying a Lily_parser object.
6185
6186 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6187
6188         * scm/define-markup-commands.scm (null): add null markup.
6189
6190 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6191
6192         * lily/item.cc: Add documentation of center-invisible
6193
6194 2005-08-24  Graham Percival  <gpermus@gmail.com>
6195
6196         * Documentation/user/advanced-notation.itely: add info about
6197         raising text.
6198
6199         * Documentation/user/programming-interface.itely: fix example
6200         involving raised text.
6201
6202 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6203
6204         * lily/beam.cc (print): fix X start/end points of isolated
6205         beamlets.
6206
6207         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6208
6209         * lily/multi-measure-rest.cc (set_text_rods): new function.
6210
6211         * lily/vertical-align-engraver.cc (process_music): call
6212         Align_interface::set_axis(). This forces #'elements to be ordered,
6213         preventing random vertical reordering of staves.
6214
6215         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6216         add avoid-slur property. 
6217
6218         * Documentation/user/basic-notation.itely (Measure repeats): add
6219         countPercentRepeats example.
6220
6221         * Documentation/user/advanced-notation.itely (Other text markup
6222         issues): remove remark about normal-font.  We have \normal-text
6223
6224         * input/regression/tie-chord.ly: add note about remaining bugs.
6225
6226         * lily/tie.cc (print): try Tie_column::set_directions () if
6227         control-points not yet defined.
6228
6229 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6230
6231         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6232         extent. This fixes braces falling out of the EPS bbox.
6233
6234         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6235         exactly to bbox.
6236
6237 2005-08-23  Graham Percival  <gpermus@gmail.com>
6238
6239         * {various} : change #up->#UP and #down->#DOWN.
6240
6241         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6242
6243         * Documentation/user/advanced-notation.itely: clarify
6244         what objects handles text on a multimeasure rest.
6245
6246 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6247
6248         * VERSION (PATCH_LEVEL): release 2.7.7
6249
6250 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6251
6252         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6253
6254         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6255
6256         * input/regression/*.ly: formatting clean-up. Default layout
6257         before music expression.
6258
6259         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6260         romanze28-2 example.
6261
6262         * scm/ps-to-png.scm: remove dir-re function.
6263         (make-ps-images): generate page names, instead of globbing them.
6264         This brings down LilyPond memory usage for make web by a factor
6265         10. 
6266
6267         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6268         don't use glob. With 3000 files, globbing
6269         Documentation/user/out-www/ can take too much time. 
6270         
6271         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6272
6273         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6274
6275         * input/regression/tie-manual.ly: new file
6276
6277         * input/regression/tie-chord.ly: update.
6278
6279         * flower/include/interval.hh (struct Interval_t): 
6280
6281         * lily/tie.cc (distance): new function 
6282         (height): new function.
6283         (init): new function
6284         (Tie_details): new struct.
6285
6286         * lily/skyline.cc (skyline_height): new function.
6287
6288         * lily/tie-column.cc (set_chord_outlines): new function.
6289         (new_directions): read tie-configuration
6290
6291         * lily/skyline.cc: fix ASCII art.
6292         
6293 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6294
6295         * python/convertrules.py (string_or_scheme): Fix spelling error
6296
6297 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6298         
6299         * lily/tie-column.cc (set_directions): set directions only once.
6300         (add_configuration): new function.
6301
6302         * lily/tie.cc (set_control_points): new function
6303
6304         * lily/tie-column.cc (new_directions): new function.
6305
6306         * ly/music-functions-init.ly: set 'pitch property
6307         iso. trill-pitch. This makes \relative work with \pitchedTrill
6308
6309         * lily/tie.cc (get_configuration): new function. Don't generate
6310         control points, rather, generate configuration.
6311         remove head-pair property.
6312
6313         * lily/include/tie.hh (struct Tie_configuration): new struct.
6314
6315 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6316
6317         * Documentation/topdocs/NEWS.tely: clarify.
6318
6319 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6320
6321         * lily/tie.cc: remove minimum-length
6322
6323         * scm/define-grob-properties.scm (all-user-grob-properties):
6324         remove staffline-clearance, y-offset 
6325
6326         * input/regression/tie-dots.ly (Module): remove.
6327
6328         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6329         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6330
6331         * input/regression/tie-single.ly: new file.
6332
6333 2005-08-21  Graham Percival  <gpermus@gmail.com>
6334
6335         * ly/bagpipe.ly: fix compile problem.
6336
6337 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6338
6339         * lily/midi-item.cc (name): new method.
6340
6341         * lily/staff-performer.cc (acknowledge_audio_element): use
6342         signature of baseclass.
6343
6344         * lily/engraver-group.cc (do_announces): move recursion call out
6345         of while loop. 
6346
6347         * lily/drum-note-performer.cc (class Drum_note_performer): use
6348         process_music everywhere.
6349
6350         * ly/performer-init.ly: add default children everywhere.
6351
6352         * lily/paper-book.cc (output): call paper-book-write-midis
6353         directly: always write MIDI, even if no \layout {} block. 
6354
6355 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6356
6357         * VERSION (PACKAGE_NAME): release 2.7.6
6358
6359         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6360         about not being able to handle repeat.
6361
6362 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6363
6364         * Documentation/user/examples.itely (Piano templates):
6365         * lily/include/performer-group.hh: Remove last traces of
6366         Performer_group_performer.  Fixes make web.
6367
6368 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6369
6370         * Documentation/user/examples.itely (Piano templates): change
6371         Engraver_group_engraver -> Engraver_group
6372
6373         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6374         scm_stand_in_procs is not weak_any.
6375
6376         * lily/volta-bracket.cc (print): don't use strcmp().
6377
6378         * lily/volta-engraver.cc (process_music): use
6379         Text_interface::is_markup() for setting the 'text property of the
6380         volta bracket.
6381
6382         * input/mutopia/claop.py (accents): update syntax to 2.6
6383
6384         * scm/define-context-properties.scm
6385         (all-user-translation-properties): add countPercentRepeats.
6386
6387         * Documentation/user/basic-notation.itely (Measure repeats): add
6388         isolated percent example.
6389
6390 2005-08-18  Graham Percival  <gpermus@gmail.com>
6391
6392         * input/ {various}: change direction #1, #-1 to
6393         #up/#down or \fooUp, \fooDown.
6394
6395         * Documentation/user/music-glossary.tely: #-1 to #down.
6396
6397         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6398         to #up, #-1 to #down.
6399
6400 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6401
6402         * lily/include/engraver-group.hh: rename.
6403
6404         * lily/include/performer-group.hh: rename.
6405
6406 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6407
6408         * input/test/script-abbreviations.ly: Removed some old LaTeX
6409         left overs.
6410
6411 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6412
6413         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6414         Remove functions.  Remove if 1: constructs, reindent.
6415
6416         * scripts/convert-ly.py (add_version): Add functions from
6417         convertrules.py
6418
6419         * scm/script.scm (default-script-alist):
6420         s/priority/script-priority.  Fixes script stacking.  Backportme.
6421         (Fermata): Very low priority.
6422
6423 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6424
6425         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6426
6427         * input/regression/slur-script.ly: remove padding tweaks. Add
6428         comment strings.
6429
6430         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6431         time sigs and related stuff.
6432
6433         * scm/define-grob-properties.scm (all-user-grob-properties): add
6434         @code{} tags to property description.
6435
6436         * lily/include/line-group-group-engraver.hh (Module): remove file.
6437
6438         * python/convertrules.py (conv): add rule for
6439         Engraver_group_engraver -> Engraver_group.
6440
6441         * lily/include/performer-group-performer.hh: analogous.
6442
6443         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6444
6445         * lily/context-def.cc (instantiate): check for
6446         Engraver_group_engraver and Performer_group_performer not
6447         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6448  
6449 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6450
6451         * input/les-nereides.ly: Remove three fingering tweaks, update
6452         remaining one.
6453
6454         * input/regression/slur-script-inside.ly: Update, fix doc.
6455
6456         * scm/script.scm: Update to avoid-slur.
6457
6458         * scm/define-grob-properties.scm (avoid-slur): New property.
6459
6460         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6461         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6462         outside_slur_callback if avoid-slur != #'inside.
6463
6464         * scm/define-grobs.scm (Fingering, Textscript): No
6465         inside-slur/outside-slur preference.
6466         (DynamicLineSpanner): Always outside slur.
6467
6468         * input/regression/slur-script.ly: More tests.
6469
6470 2005-08-17  Graham Percival  <gpermus@gmail.com>
6471
6472         * Documentation/user/lilypond-book: fix notime entry.
6473
6474         * Documentation/user/advanced-notation.itely: add info on
6475         getting an I rehearsal mark.
6476
6477         * Documentation/user/putting.itely: reinstate "I", re-enforce
6478         the fact that \override numbers are the result of
6479         experimentation and personal taste.
6480
6481         * Documentation/user/invoking.itely: update convert-ly bugs.
6482
6483 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6484
6485         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6486         to #t.
6487
6488         * lily/timing-translator.cc (initialize): don't initialize timing.
6489
6490         * input/regression/stem-spacing.ly (Module): remove file.
6491
6492         * input/regression/spacing-stick-out.ly: specify Score context for
6493         \override
6494
6495         * input/regression/clefs.ly: remove spurious {}s 
6496
6497 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6498
6499         * Documentation/topdocs/NEWS.tely,
6500         input/regression/repeat-percent-count.ly: clarify a bit.
6501
6502 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6503
6504         * input/no-notation/display-lily-tests.ly: delete
6505         display-lily-init call.
6506
6507         * ly/music-functions-init.ly (displayLilyMusic): move
6508         display-lily-init call at top level, so that the user should not
6509         have to call it.
6510
6511         * scm/define-music-display-methods.scm (note-name->lily-string):
6512         retrieve note names directly from pitchnames using new function `rassoc'.
6513         (display-lily-init): note names list construction removed.
6514
6515 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6516
6517         * THANKS: spello.
6518
6519         * lily/lily-parser.cc (get_header): copy module, instead of
6520         returning it.
6521
6522         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6523         counters.
6524
6525         * Documentation/user/basic-notation.itely (Measure repeats): add
6526         links to Counter grobs.
6527
6528         * scm/define-grobs.scm (all-grob-descriptions): add
6529         DoublePercentRepeatCounter
6530         (all-grob-descriptions): add PercentRepeatCounter
6531
6532         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6533         also create counter grobs.
6534
6535         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6536         return grob without space-alist.
6537
6538         * input/proportional.ly: tune staff-padding.
6539
6540         * input/regression/repeat-percent-count.ly: new file. 
6541
6542 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6543
6544         * input/no-notation/display-lily-tests.ly: moved from
6545         input/regression/ to input/no-notation. Be sure to call
6546         `display-lily-init' before trying to use the display function.
6547
6548 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6549
6550         * scripts/lilypond-book.py (option_definitions): Don't localize
6551         the empty string. Fixes bug when --psfonts was used with
6552         non-English locale.
6553
6554 2005-08-15  Graham Percival  <gpermus@gmail.com>
6555
6556         * lily/tuplet-bracket.cc: simple build fix.
6557
6558         * Documentation/user/putting.itely: use "we" instead of "I".
6559
6560         * Documentation/user/basic-notation.itely: cautionary accidentals
6561         work with naturals, too.
6562
6563 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6564
6565         * lily/tuplet-bracket.cc (calc_position_and_height): add
6566         staff-padding support.
6567
6568         * input/proportional.ly: set staff-padding.
6569         
6570         * VERSION (PATCH_LEVEL): release 2.7.5
6571
6572         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6573         fixes. Remove tweaks.
6574
6575         * input/regression/tuplet-slope.ly: add a test case.
6576
6577         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6578         erroneous fix. Add spanner bounds to offset array with relative X
6579         positions.
6580
6581         * ly/engraver-init.ly: add Rest_engraver only once.
6582
6583         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6584         (*parser*) lookup if (*parser*) != #f.
6585
6586 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6587
6588         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6589         Cut-and paste update.
6590
6591         * input/regression/slur-script.ly: Add example of reverting
6592         inside-slur for fingering.
6593
6594         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6595         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6596
6597         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6598         outside_slur_callback if inside-slur == #f (as opposed to unset).
6599
6600 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6601
6602         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6603         encoding files are already removed.
6604
6605 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6606
6607         * Documentation/user/advanced-notation.itely (Instrument names):
6608         Document a workaround for instrument names that collide with
6609         system start braces/brackets.
6610
6611 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6612
6613         * lily/rest-collision.cc (do_shift): spello.
6614
6615         * input/proportional.ly: use #'used property. Set break-overshoot
6616         property.
6617
6618         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6619
6620         * lily/paper-column.cc: add #'used property
6621
6622         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6623         array for staves found.
6624
6625         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6626         array for stavesFound.
6627
6628         * lily/staff-spacing.cc (next_note_correction): add fixed and
6629         space to calling convention. This fixes spacing of accidentals
6630         after barlines.
6631
6632         * input/regression/spacing-accidental-stretch.ly: add barline -
6633         accidental case.
6634
6635         * scm/framework-ps.scm (page-header): add version number to
6636         creator
6637         (eps-header): idem.
6638
6639         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6640         
6641 2005-08-13  Graham Percival  <gpermus@gmail.com>
6642
6643         * Documentation/user/global.itely: add "fit as much as
6644         possible onto this page" example (Vertical spacing).
6645
6646 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6647
6648         * *: Nitpick run.
6649
6650         * buildscripts/fixcc.py: Fixes.
6651
6652 2005-08-12  Graham Percival  <gpermus@gmail.com>
6653
6654         * Documentation/user/advanced-notation.itely: add markup
6655         example to Text spanners.
6656
6657 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6658
6659         * Documentation/user/basic-notation.itely (Ties): Add example of
6660         tying a tremolo to a chord. Thanks to Steve Doonan. 
6661
6662         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6663         properties and move tieMelismaBusy to the list of written
6664         properties. 
6665
6666 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6667
6668         * po/TODO: suggest to use a dedicated tool like kbabel.
6669
6670         * po/fi.po: update using kbabel.
6671
6672 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6673
6674         * *: Remove obsolete files.  Nitpick run.
6675
6676         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6677
6678 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6679
6680         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6681         too.
6682
6683         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6684
6685         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6686         whitespace as symbol separator.
6687
6688         * lily/side-position-interface.cc: Add slur-padding.
6689
6690         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6691         quite a large fix, and it never worked in a stable release; so not
6692         really a regression.
6693
6694         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6695         Update cut and paste code from Slur_engraver.
6696
6697         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6698         Add.
6699
6700         * scm/define-grobs.scm (DynamicLineSpanner): Add
6701         dynamic-line-spanner-interface.
6702         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6703
6704 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6705
6706         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6707         to_boolean () so that non-set 'inside-slur means false.
6708
6709         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6710         slur has control-points.  Skip script without direction.  Always
6711         do_shift if script inside slur, even if slur not contained in
6712         script y-extent.  Increment k in loop.
6713
6714 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6715
6716         * scm/define-markup-commands.scm: Improved regexp to search for
6717         EPS bounding boxes and corrected call to ly:warning.
6718
6719 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6720
6721         * Documentation/user/programming-interface.itely (Displaying music
6722         expressions): doc for \displayLilyMusic. Also some precisions in
6723         "Markup construction in Scheme"
6724
6725 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6726
6727         * scm/define-markup-commands.scm (normal-text): Added 2 new
6728         markup commands, \normal-text and \medium (the latter thanks to
6729         Bruce Fairchild). 
6730
6731 2005-08-08  Graham Percival  <gpermus@gmail.com>
6732
6733         * Documentation/user/programming-interface.itely: fix @{ @}.
6734
6735         * scm/define-markup-commands.scm: add linewidth info to
6736         \justify and \wordwrap, add "upright is the opposite of italic".
6737
6738         * Documentation/user/advanced-notation.itely: shaped->shape,
6739         add (cons (markup "foo")) type of example to text markup,
6740         reword multi-measure rests section.
6741
6742         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6743         comment.  No actual code was touched.
6744
6745         * Documentation/user/invoking.itely: add more info about
6746         \include.  Thanks, Bruce!
6747
6748         * THANKS: add Bruce Fairchild, alphabetise.
6749
6750         * Documentation/user/global.itely: document \score{\header{}}
6751         behavior.
6752
6753         * Documentation/user/basic-notation.itely: reword multi-measure
6754         rest discussion in Rests.
6755
6756 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6757
6758         * Documentation/user/programming-interface.itely (Markup
6759         construction in Scheme): Corrected example and tried to clarify
6760         the implicit \line in the table.
6761
6762 2005-08-07  Graham Percival  <gpermus@gmail.com>
6763
6764         * Documentation/user/instrument-notation.itely: moved
6765         some bagpipe info back into the bagpipe section.  Somehow
6766         it ended up in the "other vocal issues" section?!  :o_O
6767
6768 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6769
6770         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6771         directories, not paths).
6772
6773 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6774
6775         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6776         plain emmentaler/aybabtu.  Backportme.
6777
6778         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6779         missing dir correction.
6780
6781 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6782
6783         * scm/define-markup-commands: fix reversed justify/wordwrap
6784         doc strings.
6785
6786 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6787
6788         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6789         lily/gregorian-ligature-engaver.cc,
6790         lily/include/ligature-engraver.hh,
6791         lily/include/coherent-ligature-engraver.hh,
6792         lily/include/gregorian-ligature-engraver.hh: make these classes
6793         truely abstract.  This should fix some internal oddities such as
6794         duplicate as well as dead translator/property declarations, and
6795         also some dead code.
6796
6797         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6798         bugfix: avoid message "junking empty ligature" on ligature
6799         brackets by collecting dummy grobs.
6800
6801 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6802
6803         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6804
6805         * input/proportional.ly (staffKind): bugfix.
6806         (staffKind): updates by Trevor Baca.
6807
6808         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6809         default layout. 
6810
6811         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6812         pair.
6813
6814         * lily/beam.cc (rest_collision_callback): call position_beam() if
6815         necessary.
6816
6817         * VERSION: release 2.7.4
6818
6819         * input/regression/spacing-uniform-stretching.ly: new file.
6820
6821         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6822
6823         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6824         contributor.
6825
6826         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6827
6828         * input/proportional.ly: new file.
6829
6830         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6831         columns is empty
6832
6833         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6834         bounds to currentCommandColumn for the last step.
6835         (start_translation_timestep): if tupletFullLength is set, set
6836         bound to Paper Column
6837
6838         * input/regression/tuplet-full-length.ly (indent): new file.
6839
6840         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6841         clique of loose columns, eg. a set of grace notes in strict
6842         notespacing.
6843
6844         * input/regression/spacing-strict-spacing-grace.ly: new file.
6845
6846         * lily/key-signature-interface.cc: change property name to
6847         alteration-alist
6848
6849         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6850         keyAccidentalOrder
6851
6852         * python/convertrules.py (conv): keyAccidentalOrder ->
6853         keyAlterationOrder
6854
6855         * lily/key-engraver.cc (create_key): always print a cancellation
6856         for going to C-major/A-minor, regardless of printKeyCancellation.
6857         (create_key): remove typecheck for visibility. This fixes key
6858         signature not being printed.
6859
6860         * lily/spacing-determine-loose-columns.cc: new file.
6861
6862         * input/regression/spacing-strict-notespacing.ly: new file.
6863
6864         * lily/spacing-spanner.cc (generate_springs): rename from
6865         do_measure. 
6866         (generate_pair_spacing): new function.
6867         (init, generate_pair_spacing): set between-cols for floating
6868         nonmusical columns.
6869
6870         * lily/spaceable-grob.cc (get_spring): new function. 
6871
6872         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6873         relative to the right edge of the prefatory matter.
6874
6875         * lily/beam.cc (print): read break-overshoot to determine where to
6876         stop/start broken beams.
6877
6878         * input/regression/spanner-break-overshoot.ly: new file.
6879
6880 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6881
6882         * ly/bagpipe.ly: updated.
6883
6884         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6885
6886 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6887
6888         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6889         support: now (de)crescs avoid slurs as well.
6890
6891         * Documentation/user/instrument-notation.itely (Bagpipe example):
6892         comment out non-functioning bagpipe example.
6893         (Bagpipe definitions): idem.
6894
6895         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6896         (Top): add proportionalNotationDuration example.
6897
6898         * input/regression/spacing-proportional.ly: new file.
6899
6900         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6901         synched to a beam.
6902
6903         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6904         fixes beams with a single stem (eg. beams across linebreaks.)
6905
6906         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6907
6908         * flower/rational.cc (operator +): prevent overflow. This fixes
6909         heavily nested tuplets.
6910
6911         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6912         have to protect even those unlikely to be corrupted data members.  
6913
6914 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6915
6916         * ly/bagpipe.ly: new file.
6917
6918         * THANKS: added Sven Axelsson.
6919
6920 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6921
6922         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6923         copy proportionalNotationDuration into currentMusicalColumn if
6924         set.
6925
6926         * lily/spacing-spanner.cc (musical_column_spacing): if
6927         uniform-stretching set, fixed space is 0.0
6928
6929         * input/regression/spacing-multi-tuplet.ly: show
6930         uniform-stretching property.
6931
6932         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6933
6934         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6935         (struct Spacing_options): new struct.
6936
6937         * lily/spacing-basic.cc: new file.
6938
6939         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6940         delta_t doesn't have to be smaller than shortest_playing_len
6941
6942 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6943
6944         * input/regression/markup-arrows.ly:  new file.
6945
6946         * lily/tuplet-bracket.cc: document new behavior.
6947
6948         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6949         with line breaks.
6950
6951         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6952
6953         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6954         default 
6955
6956         * lily/tuplet-bracket.cc: add edge-text property.
6957         add break-overshoot.
6958         (print): read break-overshoot.
6959         (print): read edge-text, add stencils.
6960
6961         * mf/feta-arrow.mf: new file.
6962
6963         * mf/feta-generic.mf: add feta-arrow.
6964
6965 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6966
6967         * Documentation/user/lilypond-book.itely (An example of a
6968         musicological document): Added flag -o to dvips for people who use
6969         the default setting in teTeX where output is sent to the printer. 
6970
6971         * Documentation/user/global.itely (Vertical spacing): Added
6972         reference to the Axis_group_engraver which documents the *Extent
6973         properties.
6974
6975 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6976
6977         * Documentation/user/basic-notation.itely (Tuplets): add note
6978         about nested tuplets. Remove BUG. 
6979
6980         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6981
6982         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6983         (print): manually call print() for subtuplets.
6984         (calc_position_and_height): add subtuplets to the
6985         support. Vertically shift outer tuplet 
6986
6987         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6988         remove-first for Lyrics, ChordNames and FiguredBass
6989
6990         * scm/define-grob-properties.scm (all-internal-grob-properties):
6991         use ly:grob-array? iso. grob-list?
6992         (all-internal-grob-properties): add tuplets grob-array.
6993
6994         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6995         new function
6996
6997 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6998
6999         * input/test/time-signature-staff.ly: new file.
7000
7001         * ly/declarations-init.ly (center): escape to Scheme. Fixes
7002         spurious #<Music FingerEvent> errors. Backportme.
7003
7004 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7005
7006         * Documentation/user/programming-interface.itely (Markup
7007         construction in Scheme): Corrected markup syntax in the
7008         translation table.
7009
7010 2005-08-03  Graham Percival  <gperlist@shaw.ca>
7011
7012         * Documentation/user/instrument-notation.itely: small update
7013         to bagpipe notation docs; thanks Sven!
7014
7015         * Documentation/user/basic-notation.itely: add link about trills.
7016
7017 2005-08-02  Graham Percival  <gperlist@shaw.ca>
7018
7019         * Documentation/user/music-glossary: remove accidentally committed
7020         fink patch.
7021
7022 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7023
7024         * lily/lily-parser.cc (get_header): new function. Enable multiple
7025         \header definitions.
7026
7027         * lily/parser.yy (lilypond_header_body): use get_header.
7028
7029         * ly/init.ly:
7030         * scm/lily-library.scm (print-score-with-defaults): renamed
7031         $globalheader to $defaultheader
7032             
7033         * Documentation/user/global.itely (Creating titles): added short
7034         explanation that multiple headers are useable.
7035
7036
7037 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7038
7039         * lily/module-scheme.cc (LY_DEFINE): new file. 
7040
7041         * Documentation/user/advanced-notation.itely (Font selection): add
7042         doco for make-pango-font-tree.
7043
7044 2005-07-31  Graham Percival  <gperlist@shaw.ca>
7045
7046         * Documentation/user/music-glossary: more languages
7047         for tenuto.
7048
7049         * Docuemntation/user/instrument-notation.itely: minor
7050         update for bagpipe example.
7051
7052 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7053
7054         * input/regression/+.ly (TODO): add some text.
7055
7056 2005-07-28  Graham Percival  <gperlist@shaw.ca>
7057
7058         * Documentation/user/invoking.itely: \score begins with music.
7059
7060         * Documentation/user/ basic-notation.itely,
7061         instrument-notation.itely: minor changes.
7062
7063         * Documentation/user/music-glossary.itely: began tenuto entry.
7064
7065 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7066
7067         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
7068
7069         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
7070
7071 2005-07-27  Graham Percival  <gperlist@shaw.ca>
7072
7073         * Documentation/user/examples.itely: remove bagpipe template.
7074
7075         * Documentation/user/instrument-notation.itely: add bagpipe
7076         section, maybe fix quotes in lyrics.  I hate text encoding.
7077         Clarify chord durations, more bagpipe stuff.
7078
7079 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7080  
7081         * lily/accidental-engraver.cc: formatting fixes.
7082
7083         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
7084         grob-array.
7085
7086         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
7087
7088         * lily/note-column.cc (arpeggio): new function.
7089
7090         * lily/note-spacing.cc (get_spacing): also take arpeggio into
7091         account for spacing.
7092
7093 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7094
7095         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
7096         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
7097         mingw build.
7098         
7099 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7100
7101         * scm/lily.scm (lilypond-all): clear anonymous modules after
7102         processing files.
7103
7104 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7105
7106         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
7107         SCM_I_CONSP
7108
7109         * VERSION: 2.7.3 released
7110
7111         * Documentation/user/invoking.itely (Invoking lilypond): add
7112         LILYPOND_GC_YIELD documentation.
7113
7114         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
7115         scm_from_real / scm_make_real.
7116
7117         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
7118         higher. This increases memory footprint, but provides overall
7119         speedup of 15 to 20%. 
7120
7121         * lily/include/translator.hh (class Translator): remove
7122         PRECOMPUTED_VIRTUAL everywhere.
7123
7124         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
7125
7126         * lily/context.cc (now_mom): non-recursive now_mom() 
7127
7128         * lily/include/profile.hh: new file.
7129
7130         * lily/profile.cc: new file.
7131
7132         * lily/grob.cc (Grob::Grob): look properties up directly.
7133
7134         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
7135         lookups.
7136
7137         * lily/include/box.hh (class Box): smob Box type.
7138
7139         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
7140
7141         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
7142         protect() and unprotect(). Use throughout.
7143
7144 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7145
7146         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
7147
7148         * scm/define-music-display-methods.scm (markup->lily-string):
7149         markup elements can also be strings (without simple-markup
7150         appended)
7151
7152 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7153
7154         * lily/context.cc (where_defined): also assign value in
7155         where_defined().
7156
7157         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7158         (curve_coordinate): new function
7159
7160         * lily/simple-spacer.cc (add_columns): only add rods between
7161         column i and begin/end if keep-inside-line is set (this repleces
7162         allow-outside-line as default)
7163
7164 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7165
7166         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7167         tupletSpannerDuration if applicable.
7168
7169         * lily/font-size-engraver.cc (process_music): read fontSize only
7170         once per timestep.
7171
7172         * lily/engraver*cc: use throughout.
7173         
7174         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7175
7176         * lily/translator.cc (add_acknowledger): new file. Directly jump
7177         into an Engraver::acknowledge_xxx () method based on a grobs
7178         interface-list.
7179
7180         * lily/include/translator-dispatch-list.hh (class
7181         Engraver_dispatch_list): new struct, new file.
7182
7183         * scm/define-context-properties.scm
7184         (all-internal-translation-properties): remove acceptHashTable,
7185         acknowledgeHashTable
7186
7187         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7188
7189         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7190         change acknowledgeHashTable to C++ member. 
7191
7192         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7193
7194 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7195
7196         * scm/display-lily.scm: new file. Define a `display-lily-music'
7197         function, that displays the music expression given as an argument,
7198         using LilyPond notation.
7199
7200         * scm/define-music-display-methods.scm: new file. Implementation
7201         of display methods for each music type.
7202
7203         * ly/music-functions-init.ly (displayLilyMusic): new function for
7204         displaying music with LilyPond notation.
7205
7206         * input/regression/display-lily-tests.ly: new regression test file
7207         for `display-lily-music'.
7208
7209         * scm/markup.scm: remove obsolete debugging code (for printing
7210         markups with LilyPond notation).
7211
7212         * scm/define-music-types.scm (music-name-to-property-table):
7213         * scm/clef.scm (supported-clefs): export, in order to be accessible
7214         from the (scm display-lily) module.
7215
7216 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7217
7218         * Documentation/topdocs/NEWS.tely (Top): Typo.
7219
7220 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7221
7222         * Documentation/index.html.in, Documentation/texinfo.css,
7223           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7224           Documentation/bibliography/index.html.in,
7225           Documentation/bibliography/html-long.bst: revert css-width patch,
7226           it does not work with IE6.
7227
7228 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7229
7230         * Documentation/texinfo.css: revert 760px hack. 
7231
7232         * VERSION: release 2.7.2
7233
7234         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7235
7236         * Documentation/user/basic-notation.itely (Barnumber check): add
7237         section.
7238
7239         * scm/music-functions.scm (skip-to-last): new function. Show only
7240         last showLastLength part of the \score.
7241
7242         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7243
7244         * python/convertrules.py (conv): add ly:x-moment rule
7245
7246         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7247
7248         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7249
7250         * Documentation/user/instrument-notation.itely (Flexibility in
7251         alignment): options in subsections.
7252
7253         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7254         syllable text. Instead, assume that the previous lyric text is a
7255         melismated text.
7256
7257         * Documentation/index.html.in: revert 800x600 change.
7258
7259 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7260
7261         * lily/main.cc (main): Remove invalid handle kludge.
7262
7263         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7264         (lambda): add gui define.
7265
7266 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7267
7268         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7269
7270         * Documentation/user/instrument-notation.itely (Musica ficta
7271         accidentals): add section Musica ficta accidentals
7272
7273         * lily/accidental-engraver.cc (make_suggested_accidental): new
7274         function.
7275         (make_standard_accidental): move into new function.
7276         (create_accidental): new function.
7277
7278         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7279         AccidentalSuggestion
7280
7281         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7282
7283         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7284         undefined.
7285
7286         * Documentation/user/global.itely (Page formatting): document
7287         horizontalshift.
7288
7289         * scm/page-layout.scm (default-page-music-height):
7290         horizontalshift: new variable, shift all systems by
7291         horizontalshift to the right, to make space for instrument names.
7292
7293         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7294
7295         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7296
7297 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7298
7299         * lily/note-column.cc (dir): idem.
7300
7301         * lily/spacing-spanner.cc (Module): idem.
7302
7303         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7304
7305         * lily/include/paper-column.hh (class Paper_column): add
7306         non-static get_rank() member.
7307
7308         * VERSION: release 2.7.1
7309         
7310         * scm/framework-null.scm: new file, used for benchmarking.
7311
7312 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7313
7314         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7315         version dependencies for fontforge and gs.
7316
7317         * Documentation/index.html.in, Documentation/texinfo.css,
7318         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7319         Documentation/bibliography/index.html.in, 
7320         Documentation/bibliography/html-long.bst: optimize width of
7321         html for a 800x600 screen (width:760), increases printability
7322         when 'fit to page' is not set and readability in wide screens.
7323
7324         * stepmake/bin/add-html-footer.py: add missing </p>.
7325
7326 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7327
7328         * scm/define-markup-commands.scm (beam): use polygon in beam
7329         command.
7330
7331         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7332         all acknowledged grobs, and do potentially expensive merge and
7333         write in one go.
7334
7335         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7336
7337         * configure.in (reloc_b): add --enable-static-gxx to statically
7338         link to libstdc++
7339
7340         * lily/GNUmakefile (static-gxx-libs): new target
7341         static-gxx-libs. Create symlink to libstdc++.a
7342
7343         * lily/new-lyric-combine-music-iterator.cc: rename to
7344         Lyric_combine_music_iterator
7345
7346         * lily/lyric-combine-music-iterator.cc
7347         (Old_lyric_combine_music_iterator): rename to
7348         Old_lyric_combine_music_iterator
7349
7350         * lily/*-engraver.cc (various): remove double use of
7351         PRECOMPUTED_VIRTUAL function: only use
7352         start_translation_timestep() and stop_translation_timestep(), not
7353         both.
7354
7355         * lily/break-substitution.cc (fast_substitute_grob_array): do
7356         fast_substitute_grob_array for all unordered grob_arrays.
7357         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7358         (substitute_grob_array): optimize.
7359
7360         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7361
7362         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7363
7364         * lily/parser.yy: revert $globalheader patch.
7365         
7366         * lily/include/translator.icc
7367         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7368         Translator methods, without _static helper.
7369  
7370         * lily/grob-smob.cc (derived_mark): rename from
7371         do_derived_mark(). Return void.
7372
7373         * scm/define-context-properties.scm
7374         (all-internal-translation-properties): remove tweakCount/tweakRank.
7375
7376         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7377         predefined break-visibilities.
7378
7379         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7380         booleans for break-visibility.
7381
7382         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7383
7384         * python/convertrules.py (conv): rule for Timing_translator. 
7385
7386         * lily/include/translator.icc: new file. 
7387
7388         * lily/paper-column-engraver.cc (process_music): new
7389         file. Separate Paper_column factory from Score_engraver.
7390
7391         * lily/vertically-spaced-context-engraver.cc: administer
7392         spaceable-staves property of System.
7393
7394         * lily/translator-group-ctors.cc: new file.
7395
7396         * lily/context-property.cc (make_grob_from_properties): construct
7397         the right Grob class programmatically, looking at the class entry
7398         for the meta property.
7399
7400         * lily/break-align-engraver.cc (stop_translation_timestep): call
7401         Break_align_interface::add_element() directly.
7402
7403         * lily/context.cc (measure_position): measure_position() is now a
7404         normal function.
7405
7406         * lily/include/translator.hh (class Translator): rename
7407         process_acknowledged_grobs() to process_acknowledged() and move to
7408         Translator.
7409
7410         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7411         field for each grob description.
7412
7413         * lily/include/translator-group.hh (class Translator_group):
7414         change to base class. Separate class from Translator. This gets
7415         rid of virtual inheritance for Engravers/Performers.
7416
7417         * lily/staff-performer.cc (class Staff_performer): derive
7418         Staff_performer from Performer, not Performer_group_performer 
7419
7420         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7421         new function.
7422         (precompute_method_bindings): new function. Precompute lists of
7423         Translators, so we only call methods (process_music,
7424         start_translation_timestep, etc.) for Translators needing
7425         it. Also: dispose of pointer-to-member-function calls.
7426
7427         * lily/engraver-group-engraver.cc: remove engraver_each,
7428         recurse_down_engravers ()
7429
7430         * lily/note-head.cc (internal_print): only call
7431         glyph-name-procedure if style != default. 
7432
7433 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7434
7435         * ly/titling-init.ly: add printallheaders option.
7436
7437         * Documentation/user/global.itely: document printallheaders.
7438
7439 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7440
7441         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7442         anymore, but do it centrally.  
7443
7444         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7445         hammer hack.
7446
7447         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7448
7449         * scm/output-lib.scm: remove hammer-print-function.
7450
7451         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7452         macro. Declare a Link_array<Grob> and fill it from a grob.
7453         (extract_item_set): idem for item.
7454
7455         * lily/break-substitution.cc: add header.
7456         (fast_substitute_grob_array): rewrite for Grob_arrays.
7457         (substitute_grob_array): idem.
7458
7459         * lily/group-interface.cc (add_thing): remove file.
7460
7461         * flower/include/parray.hh (class Link_array): slice() is const.
7462
7463         * lily/include/grob-array.hh: new file.
7464
7465         * lily/grob-array.cc (spanner): new file.
7466
7467         * lily/beam-quanting.cc (fill): read details property from beam.
7468
7469         * lily/beam.cc: support details property.
7470
7471         * total speedups below: approx 10%.
7472
7473         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7474
7475         * lily/include/grob.hh (class Grob): add interfaces_ member.
7476
7477         * lily/bezier.cc (init_polynomial_cache): new function: cache
7478         binom(3,j) t^j (1-t)^{3-j}
7479         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7480
7481         * lily/*.cc: substitution throughout.
7482
7483         * lily/grob-property.cc (internal_get_object): new routine.
7484         (internal_set_object): idem. Store grob refrences in separate
7485         alist. This saves processing time, since properties aren't
7486         break-substituted, and the per grob namespace is smaller, both for
7487         grobs and non-grob properties.
7488
7489         * scm/define-grob-properties.scm (all-internal-grob-properties):
7490         remove center-element.
7491
7492         * lily/grob.cc: remove tweak-count, tweak-rank.
7493
7494 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7495
7496         * Documentation/user/lilypond-book.itely: fixes example.
7497
7498 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7499
7500         * Documentation/user/global.itely (Creating titles):    
7501         * Documentation/user/examples.itely (All headers): change the
7502         place of \header in \score blocks (after music block) to make
7503         examples compile (cf. changes on parser.yy on 2005-07-10)
7504
7505 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7506
7507         * python/convertrules.py: add exc -> ecc rule.
7508
7509         * scripts/convert-ly.py: add location of convertrules.py
7510         in a comment.
7511
7512         * Documentation/user/changing-defaults.itely: fix language.
7513
7514 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7515
7516         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7517
7518 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7519
7520         * scm/output-socket.scm (grob-bbox): don't use inf? 
7521
7522         * flower/include/rational.hh: add operator bool() 
7523
7524         * scm/define-music-types.scm (music-descriptions): remove
7525         internal-class-name properties.
7526
7527         * lily/include/event.hh: remove file.
7528
7529         * lily/include/music-constructor.hh: remove file.
7530
7531         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7532         in 'types property.
7533
7534         * lily/music.cc (duration_length_callback): new function.
7535
7536         * lily/event.cc: remove file.
7537
7538         * lily/music-constructor.cc: remove file.
7539
7540         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7541
7542         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7543         (get_context_key): idem.
7544
7545         * scm/lily.scm (lambda): new option object-keys (default to #f)
7546
7547         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7548
7549         * scm/output-gnome.scm: remove beam routine.
7550
7551         * scm/output-ps.scm (scm): idem.
7552
7553         * scm/output-svg.scm: remove beam.
7554
7555         * ps/music-drawing-routines.ps: remove draw_beam.
7556
7557         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7558
7559         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7560         add scm_from_locale_string compatibility glue. 
7561
7562 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7563
7564         * scripts/lilypond-book.py: Prevent occuring error when
7565         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7566         times and target file shoud be overwritten.  (Error message said
7567         'input file and output file is same'.)
7568
7569 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7570
7571         * input/regression/slur-extreme.ly,
7572         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7573         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7574         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7575         "excentricity" to "eccentricity".
7576
7577         * Documentation/user/converters.itely: fix URL for Noteedit and
7578         Rosegarden.
7579
7580         * THANKS: added Yoshinobu Ishizaki.
7581
7582 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7583
7584         * scm/define-markup-commands.scm (justify-field): add. 
7585
7586         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7587
7588 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7589
7590         * lily/lookup.cc (filled_box): express filled_box with
7591         round_filled_box
7592
7593         * scm/midi.scm (paper-book-write-midis): new function. Write all
7594         performances in numbered MIDI files.
7595
7596         * lily/performance-scheme.cc (LY_DEFINE): new file.
7597         (LY_DEFINE): new function ly:performance-write.
7598
7599         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7600         new function.
7601         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7602
7603         * scm/framework-*.scm: use port arguments throughout.
7604
7605         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7606
7607         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7608
7609         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7610
7611         * scm/framework-texstr.scm (output-framework): 
7612
7613         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7614
7615         * scm/output-lib.scm (tablature-stem-attachment-function):
7616         tablature stem attachment fix. 
7617
7618 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7619
7620         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7621
7622         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7623
7624         * scm/define-music-types.scm (music-descriptions): don't use
7625         Music_wrapper type.
7626
7627         * lily/paper-column.cc (print): print moment too.
7628
7629         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7630         remove compatibility cruft.
7631
7632         * lily/parser.yy (score_body): \score can only begin with Music. 
7633
7634         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7635         make-score. Take music argument only. Move parser interaction to
7636         Scheme.
7637
7638         * scm/lily-library.scm (scorify-music): new function.
7639
7640         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7641         (datadir): remove resource import.
7642         (print_environment): remove get_bbox()
7643         (cp_to_dir): remove pre 1.5.2 compat glue.
7644
7645 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7646
7647         * lily/include/simple-spacer.hh (Module): idem.
7648
7649         * lily/include/spring.hh (struct Spring): store inverse
7650         strength. This prevents division by zero.
7651
7652         * VERSION: release 2.7.0
7653         
7654         * lily/include/music.hh (class Music): remove Music::duration_log()
7655
7656         * lily/stem-engraver.cc (make_stem): take duration log from event.
7657
7658         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7659
7660 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7661
7662         * scm/lily.scm (ly:load): load autochange.scm
7663
7664         * Documentation/user/tutorial.itely (Running LilyPond for the
7665         first time): remove reference to DVI/TeX
7666
7667         * scm/define-markup-commands.scm (text): add \text markup command.
7668
7669         * configure.in (reloc_b): bump requirement to Python 2.2.
7670
7671         * lily/include/dots.hh (class Dots): make has_interface() static.
7672
7673         * python/convertrules.py (conv): add rule for ly:grob-default-font
7674
7675         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7676         alphabetical order.
7677
7678         * input/regression/trill-spanner-pitched.ly: new file.
7679
7680         * lily/font-interface-scheme.cc (LY_DEFINE): function
7681         ly:grob-default-font (changed from get-default-font).
7682
7683         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7684
7685         * lily/note-head.cc (internal_print): if style is not a symbol,
7686         set style to 'default. 
7687         (internal_print): no style suffix if glyph-name-procedure not
7688         set. Default to quarter head.
7689
7690         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7691
7692         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7693
7694         * ly/music-functions-init.ly: \pitchedTrill
7695
7696         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7697
7698         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7699
7700         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7701
7702         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7703
7704         * po/fr.po: update
7705
7706         * po/de.po: update.
7707
7708 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7709
7710         * Documentation/user/changing-defaults.itely: add link
7711         to grob-iterface.
7712
7713         * Documentation/user/advanced-notation.itely: add material
7714         to Setting automatic beam behaviour.  Thanks, Joe!
7715
7716         * Documentation/user/lilypond.itely: change encoding to utf-8.
7717
7718 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7719
7720         * Documentation/user/advanced-notation.itely (Setting automatic
7721         beam behavior): Correct the documentation of
7722         revert-auto-beam-setting (backportme)
7723
7724 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7725
7726         * lily/ly-module.cc (ly_make_anonymous_module): define
7727         %module-public-interface of module. 
7728
7729         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7730         without lexer.
7731
7732 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7733
7734         * input/regression/fret-diagrams.ly: stretch example.
7735
7736 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7737
7738         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7739         Fodor).
7740
7741 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7742
7743         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7744
7745         * Documentation/user/examples.itely, lilypond-book.itely:
7746         change \RequirePackage to \usepackage.
7747
7748         * Documentation/user/global.itely: document copyright and tagline.
7749
7750 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7751
7752         * Documentation/user/basic-notation.itely (Transpose): remove link
7753         to nonexistent UntransposableMusic.
7754
7755         * scm/output-svg.scm: remove old definitions.
7756
7757         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7758         invoking.
7759
7760         * python/lilylib.py (search_exe_path): new function.
7761
7762 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7763
7764         * python/lilylib.py (mkdir_p): remove setup_environment()
7765         (backportme)
7766
7767         * buildscripts/mutopia-index.py (headertext): trim text.
7768
7769         * Documentation/topdocs/NEWS.tely (Top): refresh.
7770
7771         * scm/define-markup-commands.scm (wordwrap-string): new function:
7772         split string in paras and words.
7773         (wordwrap-markups): new function.
7774         (wordwrap-stencils): new function. 
7775         (justify): use it.
7776         (wordwrap): use it.
7777         (wordwrap-string): use it
7778         (justify-string): use it.
7779
7780         * scm/lily-library.scm (regexp-split): new function.
7781
7782         * scm/define-markup-commands.scm: remove encoded-simple. 
7783         remove font-markup.
7784         (fontsize): remove old version  of fontsize.
7785         (wordwrap): new markup function. Wrap into paragraphs.
7786
7787         * VERSION: Branch lilypond_2_6
7788         (MINOR_VERSION): go to 2.7.0
7789
7790 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7791
7792         * po/zh_TW.po: update from translation project.
7793
7794 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7795
7796         * scm/midi.scm: compile fix.
7797
7798 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7799
7800         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7801         patch. Now, the tempfile module is loaded too, not only used.
7802
7803 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7804
7805         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7806         0.05 - 1.00 to 0.25 - 1.00
7807
7808         * scm/midi.scm: moved the default-instrument-equalizer procedure
7809         to just under the insturment-equalizer-alist it takes as an
7810         argument.
7811
7812 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7813
7814         * Documentation/user/advanced-notation.itely (Font selection):
7815         remove CMR note.
7816
7817         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7818
7819 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7820
7821         * THANKS: Add UTF-8 marker.
7822
7823         * Documentation/user/point-and-click.itely (http): Update: use
7824         lilypond-invoke-editor.  Fix: instruct to use user.js.
7825
7826 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7827
7828         * ly/titling-init.ly: implements printpagenumber, increases
7829         space between dedication and title (to avoid collisions with
7830         "g" and "q" in dedication), and nicer logic about copyright
7831         and instrument fields being printed on the first page.
7832         Thanks Vincent!
7833
7834         * Documentation/user/global.itely: document printpagenumber.
7835
7836 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7837
7838         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7839
7840 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7841
7842         * THANKS: update to 2.6
7843
7844         * VERSION: 2.6.0 released.
7845
7846 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7847
7848         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7849         rule, errorneously removed probably because of misleading comment.
7850
7851 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7852
7853         * python/lilylib.py (datadir): py2exe comments.
7854
7855         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7856
7857         * configure.in (reloc_b): make fontconfig REQUIRED.
7858
7859 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7860
7861         * po/fi.po: add latest translations.
7862
7863 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7864
7865         * ChangeLog: recode utf-8
7866
7867         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7868         logo.
7869
7870         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7871
7872         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7873
7874         * python/convertrules.py (do_conversion): don't print program_name
7875         from within a module
7876
7877         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7878
7879         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7880
7881 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7882
7883         * Documentation/user/lilypond-book.itely,
7884         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7885
7886         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7887         fixes baseline-skip.  Thanks Vincent!
7888
7889         * Documentation/user/advanced-notation.itely, global.itely:
7890         moved "Selecting font sizes" to global, since it deals with
7891         notation font size, not text fonts.
7892
7893 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7894
7895         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7896         to fonts.
7897
7898 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7899
7900         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7901         workaround since /dev/stdin doesn't work on Cygwin. Using a
7902         temporary file in the current directory since latex doesn't
7903         understand the path name to the default TMP in Cygwin (at least on
7904         win XP).
7905         
7906         * Documentation/user/global.itely (Creating titles): Correct
7907         misprint in example. Thanks to Rob Vlasaty.
7908
7909 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7910
7911         * VERSION (PATCH_LEVEL): release 2.5.32
7912
7913         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7914         variable in lily module
7915
7916         * scm/framework-ps.scm (output-classic-framework): error message
7917         regarding the classic framework.
7918
7919         * Documentation/user/henle-flat-gray.png (Module): new file.
7920
7921         * Documentation/user/baer-flat-gray.png (Module): new file.
7922
7923         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7924         whiteout for markups.
7925
7926         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7927         regex too. This fixes change clef appearance in PDF. 
7928
7929         * ttftool/include/*: remove.
7930
7931         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7932
7933         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7934
7935         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7936
7937         * ttftool/*: remove ttftool subdirectory.
7938
7939         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7940
7941         * lily/ttf.cc (print_header): new file. Convert to type42, using
7942         FreeType to parse the TTF. 
7943
7944         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7945         and post table may differ. Pass around post_nglyphs as well.
7946
7947 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7948
7949         * ly/music-functions-init.ly (musicMap): new music function
7950         musicMap. 
7951         
7952 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * make/mutopia-rules.make: anti-alias-factor = 2
7955
7956         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7957         page switch.
7958
7959         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7960         anti-alias-factor for lilypond-book runs.
7961
7962         * scm/ps-to-png.scm (scale-down-image): new function.
7963         (my-system): new function.
7964         (make-ps-images): blow up GS resolution by anti-alias-factor,
7965         scale down image by anti-alias-factor.  This improves appearance
7966         of bitmaps
7967         (make-ps-images): remove showpage. Fixes spurious empty png at
7968         end.
7969
7970         * scm/framework-ps.scm (write-preamble): downcase filename before
7971         string-matching. Should fix .TTF files (as opposed to ttf files)  
7972
7973         * Documentation/user/tutorial.itely (Running LilyPond for the
7974         first time): separate subsections for windows, macos and unix.  
7975
7976         * Documentation/user/invoking.itely (Updating files with
7977         convert-ly): add MacOS X note.
7978
7979 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7980
7981         * Documentation/user/introduction.itely (Engraving): don't include
7982         file optical-spacing, add directly.
7983
7984         * lily/paper-outputter.cc (file): open file in binary mode. This
7985         fixes OTF embedding on windows.
7986
7987 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7988
7989         * scm/framework-ps.scm (write-preamble): remove debugging output.
7990
7991         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7992
7993         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7994         outdir.
7995         (install-fc-cache): install font cache in installation directories.
7996
7997 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7998
7999         * scm/editor.scm (editor-command-template-alist): Use char iso
8000         column, except for Emacs.
8001         (get-editor-command): Substitute char too (Bertalan Fodor).
8002
8003 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8004
8005         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
8006         quoted ~s.  This should fix PNG output on Windows; single quotes
8007         are regular characters on Windows.
8008
8009 2005-06-16  Graham Percival  <gperlist@shaw.ca>
8010
8011         * Documentation/user/basic-notation.itely: include ChoirStaff
8012         in System start delimiters.
8013
8014         * Documentation/user/putting.itely: new doc section on
8015         fixing overlapping notation.
8016
8017 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8018
8019         * Documentation/user/global.itely (Paper size): \paper is in
8020         \book, not \score.
8021
8022         * make/mutopia-rules.make: -ddelete-intermediate-files
8023
8024         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
8025
8026 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8027
8028         * ChangeLog: Recode utf-8.
8029
8030         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
8031         datadir with .py modules.
8032
8033 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8034
8035         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
8036
8037 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8038
8039         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
8040         
8041         * scm/framework-ps.scm (write-preamble): remove status check.
8042
8043         * Documentation/user/invoking.itely (Updating files with
8044         convert-ly): remove -o option.
8045
8046         * VERSION (PACKAGE_NAME): release 2.5.31
8047
8048         * scm/framework-ps.scm (write-preamble): use ly:system.
8049         (write-preamble): verbosity.
8050
8051         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
8052
8053         * python/convertrules.py: new file. Store conversion rules
8054         separately.
8055
8056 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8057
8058         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
8059
8060 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8061
8062         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
8063         \musicDisplay 
8064
8065         * Documentation/user/instrument-notation.itely (More stanzas): Add
8066         reference to StanzaNumber.
8067
8068 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8069
8070         * THANKS: separate section for website translators.
8071
8072 2005-06-14  Graham Percival  <gperlist@shaw.ca>
8073
8074         * Documentation/topdocs/INSTALL.texi: update vim info;
8075         thanks Simon Bailey!
8076
8077         * Documentation/user/advanced-notation.itely: included
8078         color names.
8079
8080         * Documentation/user/advanced-notation.itely,
8081         Documentation/usr/notation-appendices.itely: moved
8082         color names into an appendix.
8083
8084 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8085         
8086         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
8087
8088         * scm/lily.scm (lambda): initialize program options from here.
8089
8090         * scm/framework-*.scm: add header info.
8091
8092         * lily/main.cc (parse_argv): only set output format to pdf if no
8093         other format specified.
8094
8095         * scm/backend-library.scm (postprocess-output): process
8096         'delete-intermediate-files after running convert-to-*. This fixes
8097         PNG generation when 'delete-intermediate-files is set.
8098         
8099 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8100
8101         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
8102         links on website. 
8103
8104 2005-06-13  Graham Percival  <gperlist@shaw.ca>
8105
8106         * Documentation/topdocs/INSTALL.texi,
8107         Documentation/user/lilypond-book.itely: typos.
8108
8109 2005-06-12  Pal Benko  <benkop@freestart.hu>
8110
8111         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
8112         added between program name and switch; -b changed to -f not
8113         to generate pdf
8114
8115 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8116
8117         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
8118         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
8119
8120         * input/sakura-sakura.ly: add \midi.
8121
8122         * buildscripts/mutopia-index.py (find): use /usr/bin/find
8123         iso. python find. 
8124
8125         * ttftool/test.c (main): cosmetics.
8126
8127         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
8128
8129         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
8130         create a ttf2ps binary.
8131
8132         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
8133
8134         * scm/backend-library.scm (postscript->png): set rename-page-1 to
8135         true.
8136
8137 2005-06-11  Graham Percival <gperlist@shaw.ca>
8138
8139         * Documentation/user/lilypond-book.itely: add warning about
8140         the font warnings in dvips.
8141
8142 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8143
8144         * THANKS: typo
8145
8146         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
8147
8148         * GNUmakefile.in: remove links for .map, .enc
8149         don't fail if out/ doesn't exist yet.
8150
8151 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8152
8153         * ttftool/util.c (surely_read): return nbytes
8154
8155         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
8156
8157         * VERSION (PACKAGE_NAME): release 2.5.30
8158
8159         * flower/string-convert.cc (precision_string): >? fix.
8160
8161         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8162         (make-ps-images): add verbose -q too.
8163
8164         * lily/default-actions.cc (Module): new file. default
8165         {book,score}-print functions.
8166
8167         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8168         pass results via parseStringResult, lookup via ly:parser-lookup.  
8169
8170         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8171         constructors.
8172         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8173         (parse_string): idem.
8174
8175         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8176
8177         * lily/main.cc (main_with_guile): copy be_verbose_global into
8178         ly_set_option()
8179
8180 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8181
8182         * scm/backend-library.scm (postscript->pdf):
8183         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8184         verbose mode.  Search for several names of gs executable.
8185
8186 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8187
8188         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8189         directly. This fixes a massive memory leak, provided you use CVS
8190         GUILE.
8191
8192 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8193
8194         * ly/property-init.ly: Added tieDashed.
8195
8196         * THANKS: Added some bughunters for 2.5.
8197
8198 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8199
8200         * lily/program-option.cc: add debug-gc option.
8201
8202         * lily/include/lily-guile-macros.hh: don't protect exported module
8203         objects.
8204
8205         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8206
8207         * scm/backend-library.scm (postscript->pdf): use
8208         delete-intermediate-files iso. running-from-gui? 
8209
8210         * ttftool/util.c (surely_read): robustness. Allow read() to return
8211         less bytes than requested, as per posix standards.
8212
8213         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8214         program option.
8215
8216         * ttftool/include/ttftool.h ("C"): rename verbosity to
8217         ttf_verbosity. Add to public interface.
8218
8219         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8220
8221         * lily/program-option.cc: rename from scm-option.cc
8222
8223         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8224         (get_help_string): Print pretty help string.
8225
8226         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8227         to snippet preamble.
8228
8229         * lily/scm-option.cc: remove command-line-settings option. Fold
8230         all command-line options plus default settings in a generic
8231         interface. 
8232
8233         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8234         texts too.
8235
8236 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8237
8238         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8239         or EXT_ components non-empty.
8240
8241 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8242
8243         * scm/lily.scm (running-from-gui?): Export.
8244
8245         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8246         output in .ly source directory.
8247
8248 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8249
8250         * ttftool/util.c (surely_lseek): more verbosity.
8251
8252         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8253         compile.
8254
8255         * lily/parser.yy (Repeated_music): remove >? 
8256
8257         * scm/backend-library.scm (postscript->pdf): Support for
8258         -dgs-font-load=1
8259
8260         * scm/framework-ps.scm (write-preamble): make font loading
8261         switchable to GS via --define-default gs-font-load=1
8262
8263 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8264
8265         * Documentation/user/global.itely: added \layout docs.
8266
8267 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8268
8269         * lily/lily-parser-scheme.cc: add unistd.h
8270
8271 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8272
8273         * scm/editor.scm: add char argument.
8274
8275         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8276
8277         * ttftool/util.c (syserror): use errno for better error reporting.
8278
8279         * lily/source-file.cc (get_counts): new function. Calc column,
8280         line and char count in one go.
8281
8282         * lily/binary-source-file.cc (quote_input): rename to quote_input
8283
8284         * lily/input.cc (set): new function.
8285
8286 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8287
8288         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8289         directory part of file name to search directory.
8290
8291         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8292         search path and chdir to DIR if --outname=DIR used.
8293
8294         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8295         existence before appending original path.
8296
8297 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8298
8299         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8300         file" massage.
8301
8302         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8303         texinfo.tex is always used.
8304         
8305 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8306
8307         * flower/include/axis.hh: rename from axes.hh
8308
8309         * lily/include/text-interface.hh (Module): rename from text-item.hh
8310
8311         * VERSION (PATCH_LEVEL): release 2.5.29
8312
8313         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8314
8315         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8316         (handle-macfont): new function. Call fondu for Native mac fonts.
8317
8318         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8319         '() case.
8320
8321 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8322
8323         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8324         multi-page.  Fix .eps regular expression.
8325
8326 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8327
8328         * Documentation/user/putting.itely: add info on modifying templates.
8329
8330         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8331         misc small changes.
8332
8333 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8334
8335         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8336
8337         * scripts/lilypond-ps2png.scm
8338
8339         * VERSION (PACKAGE_NAME): release 2.5.28
8340
8341 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8342
8343         * lily/main.cc (prepend_env_path): Do not append /, that does not
8344         work.  Localedir lives in datadir, not in prefix.
8345
8346         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8347         hack for windows.
8348
8349         * flower/include/file-cookie.hh: Compile fix.
8350
8351 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8352
8353         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8354
8355         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8356         system primitives.
8357         (gulp-port): using read-string!/partial. We don't want to read an
8358         entire PS file  (GUILE 1.6 limits strings to 16M) 
8359
8360         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8361         properties. Add font-interface. 
8362
8363         * scm/define-grob-properties.scm (all-user-grob-properties):
8364         remove old bracket properties.
8365
8366         * scm/x11-color.scm: reformat. 
8367
8368         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8369         LedgerLineSpanner if new StaffSymbol is found. 
8370
8371         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8372         staff-symbol for finishing staff. 
8373
8374         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8375
8376         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8377         change black to currentColor everywhere. This fixes color support
8378         in SVG.
8379
8380 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8381
8382         * input/regression/fret-diagrams.ly: new file to test fret diagram
8383         capability
8384
8385         * scm/output-tex.scm: remove white-dot and white-text
8386
8387         * scm/output-ps.scm: remove white-dot and white-text
8388
8389         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8390         using ly:stencil-in-color instead
8391         (draw-dots) : remove call to white-dot
8392
8393 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8394
8395         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8396         support.
8397
8398         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8399
8400         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8401
8402         * flower/file-cookie.cc: new file. lily_cookie extension.
8403         
8404 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8405
8406         * scm/editor.scm (editor-command-template-alist): Add syn
8407         editor (Jaap [de Vos]).
8408
8409 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8410
8411         * scripts/lilypond-ps2png.scm:
8412         * scm/ps-to-png.scm: New file.
8413
8414         * scm/backend-library.scm (postscript->png): Use it.
8415
8416         * scripts/lilypond-ps-to-png.py: Remove file.
8417
8418         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8419
8420 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8421
8422         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8423
8424         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8425         start on grace moment. Fixes autobeam-grace.ly.
8426
8427         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8428         process anything unless we're at the end of a pending beam. Fixes
8429         syncopated 8ths beamed across a beat.
8430
8431 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * scm/editor.scm (editor-command-template-alist): Start emacs if
8434         emacslient fails.
8435
8436         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8437
8438         * flower/file-path.cc (is_file, is_dir): Export.
8439
8440         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8441
8442 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8443
8444         * lily/easy-notation.cc: Added include cctype to correct
8445         compilation error.
8446
8447 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8448
8449         * scm/backend-library.scm (postscript->pdf): set resolution to
8450         1200, so bitmap fonts aren't that ugly. 
8451
8452         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8453
8454         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8455         parent if we have a notehead. Fixes incorrect offsets when
8456         Paper_column is very wide in the X direction.
8457
8458         * input/regression/font-family-override.ly (Module): new file.
8459
8460         * scm/font.scm (make-pango-font-tree): new function.
8461
8462         * lily/beam.cc (before_line_breaking): remove warning about less
8463         than 2 visible stems. We still get a warning when there is only
8464         one stem.
8465
8466 2005-06-01  Werner Lemberg  <wl@gnu.org>
8467
8468         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8469         correctly.
8470
8471 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8472
8473         * lily/slur-scoring.cc (generate_avoid_offsets): new
8474         function. Generate avoid offsets once per slur.
8475
8476         * lily/slur.cc (add_extra_encompass): add dependency to
8477         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8478
8479         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8480         too. Fixes inf error with added bass notes.
8481
8482         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8483         argument anymore.
8484
8485         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8486
8487         * input/tutorial/lbook-latex-test.tex: add line length test.
8488
8489         * scripts/lilypond-book.py (set_default_options): new
8490         function. Call this before dissecting snippets, so linewidth
8491         settings reach the snippets.
8492
8493 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8494
8495         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8496
8497 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8498
8499         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8500
8501 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8502
8503         * stepmake/aclocal.m4: More autopackage friendliness.
8504
8505 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8506
8507         * Documentation/index.html.in: remove link to LSR.
8508
8509         * Documentation/user/global.itely: remove duplicate
8510         "dedication" \header{} section.
8511
8512 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8513
8514         * VERSION (PACKAGE_NAME): release 2.5.27.
8515
8516         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8517         too. Plugs memory leak.
8518
8519         * make/lilypond.fedora.spec.in (Group): remove
8520         lilypond-pdfpc-helper.
8521
8522         * scripts/GNUmakefile (SEXECUTABLES): remove
8523         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8524
8525         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8526         'typewriter family.
8527
8528         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8529         memory leak.
8530
8531         * lily/parser.yy (score_body): don't clone Score, that's done in
8532         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8533
8534         * lily/score-engraver.cc (derived_mark): new function.
8535         (initialize): unprotect Paper_score. This fixes a memory leak.
8536
8537         * lily/score-performer.cc (derived_mark): new function.
8538
8539         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8540
8541         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8542         spurious warning.
8543
8544         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8545         serif.
8546
8547 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8548
8549         * configure.in (reloc_b): Add --enable-relocation.
8550
8551 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8552
8553         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8554
8555         * input/regression/alignment-order.ly: add Staff example.
8556
8557 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8558
8559         * po/fr.po: update.
8560
8561 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8562
8563         * Documentation/index.html.in: add link to LSR.
8564
8565 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8566
8567         * scm/define-stencil-commands.scm (Module): new file. Register all
8568         allowed stencil expression heads in a central place.
8569
8570         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8571         ly:make-stencil
8572
8573         * lily/stencil-expression.cc (all_stencil_heads): registering
8574         stencil expressions.
8575
8576         * lily/stencil-interpret.cc: new file. Stencil expression
8577         interpreting.
8578
8579         * input/xiao-haizi-guai-guai.ly: move file back.
8580
8581 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8582
8583         * Documentation/user/advanced.itely, converters.itely,
8584         instrument-notation.itely, lilypond-book.itely: misc small
8585         changes.
8586
8587 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8588
8589         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8590
8591         * make/lilypond.fedora.spec.in: Fix source url.
8592
8593         * cygwin: Update from mingw patches.
8594
8595         * scm/editor.scm (editor-command-template-alist): Use jedit
8596         -reuseview (Bertalan), add uedit (Patrick Huberts).
8597
8598         * input/xiao-hai-zi-guai-guai.ly: Rename from
8599         xiao-haizi-guai-guai.ly.
8600
8601         * input/*: Reindent, do not use TAB.
8602
8603         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8604         white background.
8605
8606 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8607
8608         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8609         numerical overflow error.
8610
8611 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8612         
8613         * abc2ly.py: fix to syntax error in multi-part output.
8614
8615 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8616
8617         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8618         with disappearing span bars when alignAboveContext is active
8619
8620         * lily/property-iterator.cc (check_grob): use is-grob?
8621         object-property. Fixes crash-key-sig-font-size.ly. 
8622
8623 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8624
8625         * lily/bar-line.cc (print): don't round barlines; this produces
8626         odd aliasing effects in Acroread.
8627
8628         * lily/timing-engraver.cc (process_music): robustness fix.
8629
8630         * lily/context-def.cc (filter_engravers): bugfix.
8631
8632 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8633
8634         * lily/lilypond.rc.in: Add ly-icon.
8635
8636         * lily/GNUmakefile: 
8637         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8638         rules.
8639
8640 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8641
8642         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8643
8644         * ps/music-drawing-routines.ps: 
8645
8646         * scm/output-ps.scm: remove draw ez_ball.
8647
8648         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8649         EasyNotation context definition.
8650
8651         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8652         Text_interface and color for making easy note heads.
8653
8654         * lily/stencil.cc (with_color): new function.
8655
8656         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8657
8658         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8659         output routine. Zigzag now works in SVG too.
8660
8661         * scm/output-tex.scm (filledbox): idem.
8662
8663         * scm/output-svg.scm (filledbox): idem.
8664
8665         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8666
8667         * lily/lookup.cc (horizontal_line): use draw-line. 
8668
8669         * lily/system-start-delimiter.cc: remove old staff bracket code.
8670
8671         * mf/feta-haak.mf: further tweaks.
8672
8673         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8674
8675         * mf/feta-generic.mf: include feta-haak.
8676
8677         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8678
8679         * scm/framework-ps.scm (write-preamble): only load fonts if their
8680         filename is a string. 
8681
8682 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8683
8684         * scm/output-svg.scm (circle): support circle.
8685         (bracket): stub for bracket.
8686
8687         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8688         correct.
8689
8690 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8691
8692         * Documentation/user/lilypond.tely, advanced-notation.itely,
8693         basic-notation.itely, instrument-notation.itely, global.itely,
8694         introduction.itely, tutorial.itely: rearranging, editing,
8695         clean-up.
8696
8697         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8698         for compiling on FreeBSD.
8699
8700 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8701
8702         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8703         otf files.
8704
8705         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8706         bugfixes.
8707
8708         * VERSION: 2.5.26 released.
8709
8710         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8711
8712 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8713
8714         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8715         if printpagenumber is false.
8716
8717 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8718
8719         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8720         cache warning.
8721
8722         * lily/tie.cc (print): support dotted ties.
8723         
8724 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8725
8726         * scm/define-grobs.scm (all-grob-descriptions): switch off
8727         debugging
8728         (all-grob-descriptions): Arpeggio has Y-extent.
8729
8730         * scm/define-music-properties.scm (all-music-properties): document
8731         length-callback and start-callback as "read-only".
8732
8733         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8734         length-callback after creation. 
8735
8736         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8737         compressmusic -> compressMusic.
8738
8739         * ly/music-functions-init.ly (oldaddlyrics): idem.
8740
8741         * lily/parser.yy: NewLyricCombineMusic ->
8742         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8743
8744 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8745
8746         * ly/Welcome_to_LilyPond.ly: typo.
8747
8748 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8749
8750         * Documentation/user/lilypond.tely: move changing-defaults to be
8751         before global issues.
8752
8753         * Documentation/user/basic-notation.itely: move Transpose section
8754         here from advanced/Other.
8755
8756         * Documentation/user/changing-defaults.itely,
8757         advanced-notation.itely: move Fonts to advanced, edit.
8758
8759 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8760
8761         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8762         # before negative integers.
8763
8764 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8765
8766         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8767
8768         * Documentation/user/lilypond.tely: change Unified index to
8769         LilyPond index.
8770
8771         * Documentation/user/advanced-notation.itely,
8772         instrument-notation.itely: editing.
8773
8774 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8775
8776         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8777
8778         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8779
8780 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8783         ly:port-move.  Needs to be stderr-specific on mingw.
8784         Run fixcc.
8785
8786 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * lily/general-scheme.cc (ly:port-move): Remove.
8789
8790         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8791         windows.
8792
8793         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8794         variables.  This eliminates the need for a gs.bat wrapper, which
8795         opens a console.
8796
8797         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8798         * scm/lily.scm (running-from-gui?): 
8799         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8800         artifact of not compiling with -mwindows.
8801
8802         * scm/editor.scm: Define PLATFORM.
8803
8804 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8805
8806         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8807         can start to cut & paste lilypond-book fragments.  
8808
8809         * scm/define-music-types.scm (music-descriptions): remove
8810         UntransposableMusic
8811
8812 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8813
8814         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8815
8816 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8817
8818         * Documentation/user/instrument-notation.itely: remove *Engraver.
8819
8820         * Documentation/user/advanced-notation.itely: edit, rearrange.
8821
8822 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8823
8824         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8825         findresource iso. findfont for CID CFF fonts.
8826
8827         * VERSION (PACKAGE_NAME): release 2.5.25
8828
8829         * ly/Welcome_to_LilyPond.ly: add  \version
8830
8831 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8832
8833         * Documentation/user/programming-interface.itely: move
8834         \displayMusic into its own section.
8835
8836         * Documentation/user/basic-notation.itely: finish editing.
8837
8838 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8839
8840         * flower/file-path.cc (find): don't throw away file_name.dir, but
8841         append to it. Fixes \include with directories.
8842
8843         * flower/include/file-path.hh (class File_path): don't derive from
8844         Array<String>.
8845
8846         * flower/include/file-name.hh (class File_name): remove to_str0()
8847
8848         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8849         Hara_kiri_engraver in separate file.
8850
8851         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8852         translation went wrong. Fixes vertically translated slurs.
8853
8854 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8855
8856         * Documentation/user/basic-notaton.itely: editing.
8857
8858 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8859
8860         * Documentation/user/macros.itexi, basic-notation.itely:
8861         add @commonprop (commonly used properties) macro.
8862
8863 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8864
8865         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8866
8867         * scripts/lilypond-book.py (invokes_lilypond): new function
8868         (main): only run fontextract if invokes_lilypond() is true.
8869
8870         * lily/function-documentation.cc (ly_add_function_documentation):
8871         duh, use !=
8872
8873         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8874
8875         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8876
8877         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8878
8879         * lily/function-documentation.cc (ly_add_function_documentation):
8880         use scm_hash_table_p() for checking.
8881
8882 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8883
8884         * Documentation/user/advanced-notation.itely (Text scripts):
8885         Change nonexisting @internalsref{Text markup} to @ref{Text
8886         markup}.  Change @internalsref{Text script} to
8887         @internalsref{TextScript}.
8888
8889         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8890
8891 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8892
8893         * Documentation/user/tutorial.itely, basic-notation.itely,
8894         changing-defaults.itely: remove duplicate cindex entries
8895         that appear on the same page.
8896
8897         * scm/define-grobs.scm: change default padding for TextSpanner.
8898
8899         * Documentation/topdocs/AUTHORS.texi: update email address.
8900
8901         * Documentation/user/global.itely: add info about \include.
8902
8903 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8904
8905         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8906         when running-from-gui.
8907
8908         * scm/editor.scm (get-editor): Add platform defaults.
8909
8910         * scm/backend-library.scm (postscript->pdf): Typo.
8911
8912 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8913
8914         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8915
8916         * lily/font-config.cc (init_fontconfig): add warning about cache.
8917
8918 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8919
8920         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8921
8922 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8923
8924         * lily/horizontal-bracket.cc (print): Take care of the direction
8925         property so brackets above the stave point downwards. 
8926
8927         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8928         for HorizontalBracket so it doesn't end up within the stave.
8929
8930 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8931
8932         * lily/GNUmakefile (default): Typo.
8933
8934         * scm/lily.scm (PLATFORM): Export.
8935
8936         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8937         load-font-via-GS, ttftool or fopencookie is broken on windows.
8938         
8939         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8940         -dSAFER, that is broken on windows.
8941
8942 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8943
8944         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8945         for FlexLexer.h
8946
8947         * scripts/lilypond-invoke-editor.scm: remove stray -
8948
8949 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8950
8951         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8952         Fixes deprecation warning.
8953
8954         * flower/include/string.icc (to_string): Only inline if
8955         -DSTRING_UTILS_INLINED.
8956
8957         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8958         name.  Remove windows comment.
8959
8960         * scm/editor.scm (slashify): New function.
8961         (get-editor-command): Use it.
8962         (get-command-template): Do not alter editor command if
8963         environment value includes `%(file)s' magic.
8964
8965         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8966         (dissect-uri): Use it.
8967         (unquote-uri): Bugfix.
8968
8969 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8970
8971         * scm/framework-ps.scm (write-preamble): add TTF rule.
8972
8973         * Documentation/topdocs/README.texi (Top): remove note about
8974         xdelta.
8975
8976         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8977         requirement.
8978
8979         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8980         function. Figure out where FlexLexer.h lives
8981
8982         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8983         
8984 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8985
8986         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8987         with Windows root in file name.
8988
8989         * scm/backend-library.scm (ly:system): Only redirect output (using
8990         system and shell, ugh) if /dev/null is writable.
8991
8992         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8993         windows icon.
8994
8995         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8996         on Mingw.
8997
8998         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8999         click.
9000
9001         * flower/file-path.cc (is_dir, is_file): New function.  Actually
9002         use result of stat when available.
9003
9004         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
9005         absolute file name and root.
9006
9007         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
9008
9009         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
9010
9011         * flower/file-name.cc (slashify): Bugfix, do substitute if no
9012         slashes in file name.
9013
9014 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9015
9016         * Documentation/user/preface.itely (Preface): Run
9017         texinfo-all-menus-update.
9018
9019         * scm/editor.scm (get-editor-command): Bugfix: allow full
9020         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
9021
9022         * Documentation/pictures/lilypond-48.xpm: New file.
9023
9024         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
9025
9026         * ly/Welcome_to_LilyPond.ly: New file.
9027
9028         * lily/main.cc (main): Only identify if we have a terminal.
9029
9030         * scm/backend-library.scm (postscript->png)
9031         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
9032         non-/bin/sh).
9033
9034 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
9035
9036         * Documentation/topdocs/AUTHORS.texi: polish, update.
9037
9038 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9039
9040         * Documentation/user/preface.itely (Notes for version 2.6): new
9041         notes for 2.6
9042
9043         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
9044         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
9045         is not fully contained" warnings.
9046
9047         * lily/slur-scoring.cc (get_bound_info): remove warning.
9048
9049         * lily/staff-symbol-engraver.cc (process_music): start initial
9050         spanner in process_music(). This fixes overrides of StaffSymbol
9051         properties.
9052
9053         * scm/framework-pdf.scm (Module): remove.
9054
9055         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
9056
9057         * lily/ambitus-engraver.cc: formatting cleanups.
9058
9059         * mf/feta-solfa.mf (Module): remove.
9060
9061         * ChangeLog: more details about contributions.
9062
9063 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9064
9065         * lily/align-interface.cc (align_elements_to_extents): warn if
9066         called too early. Fixes: disappearing-staff-lines.ly
9067
9068         * VERSION (PACKAGE_NAME): release 2.5.24
9069
9070 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * stepmake/aclocal.m4: Typo.
9073
9074         * flower/string.cc (substitute): Take two strings or two
9075         characters.  Update callers.
9076
9077 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9078
9079         * flower/file-name.cc (File_name): Slashify.
9080
9081         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
9082
9083         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
9084
9085         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
9086
9087         * configure.in (gui_b): Use it.
9088
9089         * lily/lilypond.rc.in: New file.
9090
9091         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
9092
9093 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9094
9095         * Documentation/user/advanced-notation.itely: edit of Text
9096         section; clarify text scripts vs. text markup.
9097
9098 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9099
9100         * lily/multi-measure-rest-engraver.cc
9101         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
9102         separation items on start. Fixes mm rests in start of score.
9103
9104         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
9105         don't access StaffSymbol if not there.
9106         Fixes: crash-staff-symbol-engraver.ly.
9107
9108         * lily/instrument-name-engraver.cc (class
9109         Instrument_name_engraver): data member first_. Create
9110         InstrumentName on start. 
9111
9112 2005-05-12  Graham Percival  <gperlist@shaw.ca>
9113
9114         * Documentation/user/instrument-notation.itely: add guitar
9115         position.
9116
9117         * Documentation/user/introduction.itely,
9118         Documentation/user/lilypond.tely,
9119         Documentation/user/tutorial.itely: begin pruning
9120         unused (duplicated) cindex entries and misc cleanup.
9121
9122 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9123
9124         * input/test/volta-chord-names.ly: Bring the explanation up to
9125         date.
9126
9127 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9128
9129         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
9130         Specify `@documentencoding utf-8' for html, ignore warnings.
9131
9132 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
9133
9134         * THANKS: Added bughunters.
9135
9136 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9137
9138         * lily/main.cc: update help string for `lilypond -H'.
9139
9140         * po/fi.po: update.
9141         
9142 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9143
9144         * Documentation/user/advanced-notation.itely: minor fixes.
9145
9146 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9147
9148         * scm/editor.scm: New module.
9149
9150         * scm/lily.scm (gui-main): Use it.
9151
9152         * scm/framework-gnome.scm (spawn-editor): Use it.
9153
9154         * scripts/lilypond-invoke-editor.scm: Use it in new script.
9155
9156 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9157
9158         * scm/framework-ps.scm (load-font-via-GS):  new function.
9159
9160         * lily/pango-font.cc (pango_item_string_stencil): add support for
9161         CID keyed font.
9162
9163         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9164
9165 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9166
9167         * Documentation/user/basic-notation.itely: add @ref.
9168
9169         * Documentation/user/advanced-notation.itely: add example
9170         of 5/8 beaming.
9171
9172 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9173
9174         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9175
9176         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9177         going through ps2pdf wrappers.
9178
9179 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9180
9181         * Documentation/user/instrument-notation.itely: petrucci note
9182         heads: updated docu
9183
9184         * input/regression/note-head-style.ly: updated regression test;
9185         indentation fixes
9186
9187         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9188         heads as default
9189
9190         * mf/parmesan-heads.mf: minor editing; use musicological names
9191         (rather than optical description) as note head names
9192
9193         * scm/output-lib.scm: complete petrucci heads
9194
9195 2005-05-09  Pal Benko  <benkop@freestart.hu>
9196
9197         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9198         heads, but bigger)
9199
9200 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9201
9202         * lily/main.cc (main_with_guile): Remove no files check.
9203
9204         * lily/main.cc (ly:usage): Export to Scheme.
9205
9206         * scm/lily.scm (no-files-handler): New function.
9207
9208         * scm/lily.scm (lilypond-main): Use it.
9209
9210         * configure.in (gui_b): Add mbrtowc checking.
9211         Resurrect [utf8/]wchar.h checking.
9212
9213 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9214
9215         * Documentation/user/advanced-notation.itely (Metronome marks):
9216         Add link to the program reference for MetronomeMark
9217
9218         * Documentation/user/lilypond-book.itely (An example of a
9219         musicological document): Correct the example using psfonts 
9220
9221 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9222
9223         * po/fi.po: update after a lesson how to update entries against
9224         source.
9225         
9226         * po/TODO: document the lesson.
9227
9228 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9229
9230         * configure.in (gui_b): remove wcrtomb checking.
9231
9232         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9233         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9234
9235 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9236
9237         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9238         keep Scheme expressions and strings unmodified when doing the
9239         conversion to postfix notation for slurs and beams. Should
9240         hopefully solve most related conversion problems. 
9241
9242         * Documentation/user/lilypond-book.itely : Clarify and correct how
9243         to call dvips with -h psfonts.
9244
9245 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9246
9247         * Documentation/user/instrument-notation.itely (Entering lyrics):
9248         Typo.  Fixes build.
9249
9250 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9251
9252         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9253
9254         * Documentation/user/lilypond.tely, lilypond-book.itely,
9255         tutorial.itely: change references to 2.5.x to 2.6.x.
9256
9257         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9258         vs \lyricmode.
9259
9260         * Documentation/user/invoking.itely: remove old info about
9261         lilypond-profile.
9262
9263         * Documentation/topdocs/INSTALL.texi: remove old info about
9264         lilypond-profile, add warning about needing international fonts
9265         to build docs.
9266
9267 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9268
9269         * lily/include/grob-info.hh (class Grob_info): make data member
9270         private. Changes throughout.
9271
9272         * input/regression/alignment-order.ly: new file. 
9273
9274         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9275         alignAboveContext and alignBelowContext
9276
9277 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9278
9279         * lily/pfb.cc (LY_DEFINE): add cast.
9280
9281         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9282         matches .otf
9283         (write-preamble): warn about unknown fonts.
9284
9285         * lily/pfb.cc (Module): new function ly:otf->cff
9286
9287         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9288         (get_otf_table): new function.
9289
9290 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9291
9292         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9293         iso. ps2png.
9294
9295 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9296
9297         * po/fi.po: apply second round of update.
9298
9299 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9300
9301         * scm/x11-color.scm (make-x11-color-handler): don't use
9302         #\sp. Apparently doesn't work on all platforms. 
9303
9304 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9305
9306         * Documentation/user/advanced-notation.itely, putting.itely,
9307         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9308
9309 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9310
9311         * VERSION (PACKAGE_NAME): release 2.5.23
9312
9313 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9314
9315         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9316         convert to utf-8.
9317
9318         * THANKS: Add translators for this release, convert to utf-8.
9319
9320         * mf/GNUmakefile (MFTRACE_FLAGS):
9321         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9322         outdir as option (WAS: hardcoded).
9323
9324 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9325
9326         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9327         finished_span_
9328
9329         * THANKS: add Hans Forbrich.
9330
9331         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9332
9333         * Documentation/user/basic-notation.itely (Staff symbol): document
9334         start/stop staff. Reference to ossia.ly
9335
9336         * input/test/ossia.ly: new example using stop and startStaff.
9337
9338         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9339         in other words, don't create "|" barline at start of the score.
9340         (start_translation_timestep): don't set whichBar for start of score.
9341
9342         * input/regression/staff-halfway.ly: use new functionality.
9343
9344         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9345         start and stop staff based on events.
9346
9347         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9348
9349         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9350
9351 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9352
9353         * Documentation/user/programming-interface.itely (How markups work
9354         internally ): remove \encoding reference.
9355
9356 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9357
9358         * scripts/convert-ly.py: Attempt to do a smarter update of 
9359         text markups from versions < 1.9.0 with arbitrary nesting.
9360
9361 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9362
9363         * po/fi.po: convert to utf-8, and update.
9364
9365 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9366
9367         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9368
9369         * lily/*.cc: more <? >? to min/max changes
9370
9371         * lily/include/interpretation-context-handle.hh: rename
9372         Interpretation_context_handle to Context_handle.
9373
9374 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9375
9376         * input/regression/GNUmakefile (local_delete): use `find` together 
9377         with `xargs` to avoid too long argument-lists in cmd line.
9378
9379 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9380
9381         * Documentation/user/introduction.itely: updates "About this manual".
9382
9383         * Documentation/user/advanced-notation.itely,
9384         invoking.itely: minor fixes.
9385
9386 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9387
9388         * COPYING: add font exception. Update FSF address. 
9389
9390         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9391         should be taken without child context.
9392
9393         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9394
9395         * scm/define-markup-commands.scm (triangle): new command, as
9396         robust replacement for unicode Delta/Triangle.
9397
9398 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9399
9400         * ps/music-drawing-routines.ps: add fillp argument.
9401
9402         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9403
9404         * lily/font-config.cc (init_fontconfig): don't add cff/
9405
9406         * VERSION (PACKAGE_NAME): release 2.5.22
9407
9408         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9409
9410         * lily/grace-engraver.cc (consider_change_grace_settings): use
9411         is_alias(). Fixes problem with CueVoice grace notes. 
9412
9413         * lily/simultaneous-music-iterator.cc (construct_children): call
9414         Music_iterator::quit() for iterators that start out invalid. This
9415         fixes indefinitely continuing contexts.
9416
9417         * buildscripts/substitute-encoding.py: new file
9418
9419         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9420         missing @end 
9421
9422         * scripts/lilypond-book.py (write_if_updated): print file name.
9423
9424         * Documentation/user/basic-notation.itely (Explicitly
9425         instantiating voices): idem.
9426
9427         * Documentation/user/advanced-notation.itely (Text spanners):
9428         remove stray { } 
9429
9430         * lily/context.cc (default_child_context_name): the default child
9431         is now first in accepts_list_.
9432
9433         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9434         \defaultchild to all relevant contexts.  This fixes:
9435         drums-pitch.ly.
9436
9437         (Probably also fixes similar problems with ancient
9438         transcriptions getting CueVoices instead of the desired voices.)
9439  
9440         * lily/context-def.cc (get_default_child): new function.
9441         (get_accepted): place default child in front of list.
9442
9443         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9444
9445         * lily/include/context-def.hh (struct Context_def): add
9446         default_accept_
9447
9448 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9449
9450         * scm/define-grobs.scm: remove "remove-first" line, since
9451         the absent property is set to #f anyway.
9452
9453         * Documentation/user/basic-notation.itely,
9454         advanced-notation.itely, instrument-notation.itely: minor
9455         fixes.
9456
9457         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9458
9459         * Documentation/user/advanced-notation.itely,
9460         changing-defaults.itely: consolidate Text stuff in
9461         advanced notation.
9462
9463         * Documentation/user/global.itely: better docs for \header.
9464
9465         * Documentation/user/putting.itely: new chapter; placeholder
9466         for future expansion.
9467
9468         * Documentation/user/examples.itely: moved "suggestions for
9469         writing LP files" section into putting.itely.
9470
9471         * Documentation/user/lilypond.itely: added new chapter,
9472         fixed the short table of contents.
9473
9474 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9475
9476         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9477         infinity for unfeasible beams.
9478
9479         * make/lilypond.fedora.spec.in (Group): idem.
9480
9481         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9482
9483         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9484
9485         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9486         fonts directly.
9487
9488         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9489
9490         * mf/GNUmakefile: remove all CFF rules.
9491
9492         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9493
9494         * lily/open-type-font-scheme.cc (LY_DEFINE):
9495         new function ly:otf-font-table-data.
9496         (LY_DEFINE): new function otf-font?
9497
9498 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9499
9500         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9501         ($(outdir)/Fontmap.lily): idem.
9502
9503         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9504         for PFAEmmentaler-XXX.pfa. 
9505
9506         * Documentation/user/music-glossary.tely (accidental): NL
9507         translation of accidental.
9508
9509 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9510
9511         * flower/include/international.hh: Bugfix: include "string.hh".
9512
9513         * lily/include/mingw-compatibility.hh: New file.
9514
9515         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9516
9517         * configure.in: Search for mingw wcrtomb library.
9518
9519 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9520
9521         * scripts/convert-ly.py: Bug fix
9522
9523         * Documentation/user/changing-defaults.itely (Common tweaks):
9524         Added example where the context has to be specified explicitly
9525         (MetronomeMark). 
9526
9527 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9528
9529         * scripts/lilypond-book.py (ly_options): set timing to #f for
9530         notime option.
9531
9532         * scripts/convert-ly.py (conv): typo.
9533
9534         * flower/*.cc: remove <? and >?
9535         
9536         * lily/*.cc: remove <? and >?
9537
9538         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9539         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9540         editor.
9541
9542 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9543
9544         * lily/part-combine-engraver.cc: add space to variable list.
9545
9546 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9547
9548         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9549         remove-first to false (matches docs)
9550
9551         * Documentation/user/advanced-notation.itely: corrected docs
9552         concerning remove-first.
9553
9554 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9555
9556         * lily/part-combine-engraver.cc: make sure that the relevant
9557         properties are included in the documentation.
9558
9559 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9560
9561         * Documentation/user/lilypond-book.itely: Bernard's docs
9562         for \betweenLilyPondSystem.
9563
9564 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9565
9566         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9567         remarks.
9568
9569 2005-04-28  Pal Benko  <benkop@freestart.hu>
9570
9571         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9572         only on vertical lines of flexa shape, and use a constant
9573         thickness value for horizontal lines (patch slightly modified by
9574         Jürgen Reuter)
9575
9576         * lily/include/mensural-ligature.hh: make 2 comments clearer
9577
9578 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9579
9580         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9581         to need_extra_horizontal_space; bugfix: use class scope to avoid
9582         global namespace pollution
9583
9584         * Documentation/user/instrument-notation.itely (ligatures): added
9585         comment on possible future syntax change and how to work around
9586
9587         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9588         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9589         intervals (fixes agnus dei example)
9590
9591         * Documentation/user/instrument-notation.itely (white mensural
9592         ligatures): selected a more illustrative example
9593
9594 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9595
9596         * Documentation/index.html.in: specify utf-8 charset in meta content.
9597
9598 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9599
9600         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9601         empty 2nd page for single page.
9602
9603         * scm/lily.scm: remove p&c definitions.
9604
9605         * po/zh_TW.po (Module): new translation.
9606
9607         * lily/lily-guile.cc (ly_chain_assoc): remove.
9608
9609         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9610         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9611
9612 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9613
9614         * lily/beaming-info.cc: remove infinity_i
9615
9616         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9617
9618 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9619
9620         * Documentation/user/basic-notation.itely,
9621         instrument-notation.itely, advanced-notation.itely,
9622         changing-defaults.itely: minor fixes.  Added docs
9623         for colors to advanced-notation.itely.
9624
9625         * Documentation/user/advanced-notation.itely: fixed compile
9626         problem and added Bernard's x11-color doc patch.
9627
9628 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9629
9630         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9631         alright this time round.
9632
9633 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9634
9635         * Documentation/topdocs/INSTALL.texi (Top): idem.
9636
9637         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9638
9639         * VERSION (MAJOR_VERSION): release 2.5.21
9640
9641         * scm/output-ps.scm (grob-cause): bugfix.
9642
9643 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9644
9645         * cygwin/*: Update.
9646
9647         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9648         stuff.
9649
9650         * scm/output-ps.scm (grob-cause): Bugfix.
9651
9652         * scm/lily.scm (ly:load): Remove x11-color.
9653
9654         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9655         quote executable, fixes getting version from program --with
9656         --options.
9657         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9658         $ac_exeect.
9659
9660         * Documentation/user/GNUmakefile: Only build music-glossary with
9661         rendered lilypond snippets during web.
9662
9663 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * po/de.po: update.
9666
9667         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9668
9669 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9670  
9671         * scripts/abc2ly:
9672         second title line append with punctuation dash character;
9673         encode abc2ly python strings in utf-8
9674        
9675 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9676
9677         * scripts/abc2ly fix chords (again)
9678  
9679 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9680
9681         * scm/x11-color.scm: new file
9682         All x11 color names can be accessed with:
9683         #(x11-color 'ColorName),
9684         #(x11-color "ColorName") or:
9685         #(x11-color "color name")
9686         If the x11 color name is not recognised then it defaults
9687         to black
9688
9689         * scm/lily.scm: amended to call scm/x11-color.scm
9690
9691 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9692
9693         * Documentation/user/invoking.itely (Reporting bugs): comment out
9694         reference to online PNG bug repository.
9695
9696 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9697
9698         * lily/translator-scheme.cc (ly:translator-property): Remove.
9699         Update callers.
9700
9701         * lily/context-scheme.cc (ly:context-now): Move from translator.
9702         Update callers.
9703
9704 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9705
9706         * input/regression/grid-lines.ly (skips): refine example.
9707
9708         * scm/define-context-properties.scm
9709         (all-user-translation-properties): doc autoBeamCheck
9710
9711         * input/regression/grid-lines.ly (Module): new file.
9712
9713         * lily/grid-point-engraver.cc (Module): new file.
9714
9715         * lily/grid-line.cc (Module): new file.
9716
9717         * lily/grid-line-span-engraver.cc (Module): new file.
9718
9719         * lily/grid-line-interface.cc (Module): new file.
9720
9721 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9722
9723         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9724         missing parameter, actualy cdr through list.  Actually return a
9725         list with ENTRY removed (was '()).
9726
9727         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9728         opened.
9729         (do_conversion): Fix printing of continuation comma.
9730
9731         * Documentation/user/advanced-notation.itely (Beam formatting):
9732         Remove refbugs about compound time and mixed duration.
9733
9734         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9735         modulo moments explicitely.
9736
9737         * lily/moment.cc (operator %): New function.
9738
9739         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9740
9741         * lily/translator-scheme.cc (ly:translator-now,
9742         ly:translator-property): New function.
9743
9744         * scm/auto-beam.scm (default-auto-beam-check): New function.
9745
9746         * lily/auto-beam-engraver.cc (test_moment): Use it.
9747
9748         * flower/rational.cc (operator %): Bugfix.
9749
9750 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9751
9752         * scripts/abc2ly: Bugfix
9753
9754 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9755
9756         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9757         %'s on EndFont comment.
9758
9759         * lily/ledger-line-spanner.cc: some more words of explanation.
9760
9761 2005-04-20  John Williams <williams@tni.com>  
9762         
9763         * scripts/lilypond-book.py: htmlquote bugfix.
9764         Allow snippets to be given distinct filenames.
9765         Allow the default alt text to be overridden.
9766
9767 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9768
9769         * ly/performer-init.ly: Bugfix
9770
9771         * THANKS: Added bughunters.
9772
9773 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9774
9775         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9776
9777         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9778         position (was: use modulo measure length).
9779
9780         * configure.in (no gui_b): Remove optional gtk+ requirement.
9781
9782 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9783
9784         * Documentation/user/basic-notation.itely (Pitches): add
9785         LedgerLineSpanner.
9786
9787         * lily/dynamic-engraver.cc (process_music): set right bound to
9788         script if present. Else, do not set.
9789         (acknowledge_grob): only set right bound of finished spanner to
9790         note column if no other bound is set.
9791
9792         * python/lilylib.py (make_ps_images): switch back to png16m.
9793         
9794 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9795
9796         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9797         writing up to date file.  Add dvips usage suggestion.
9798
9799         * scripts/convert-ly.py: Fix error message.
9800         Print usage if no files on command line.
9801         (usage): Add example usage.
9802
9803         * input/test/compound-time.ly: New file.
9804
9805         * input/test/circle.ly: New file.
9806
9807         * Documentation/topdocs/NEWS.tely: Use them.
9808
9809         * input/test/boxed-stencil.ly: Remove \score.
9810
9811         * buildscripts/mf-to-table.py (base): Add .log dependency.
9812
9813         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9814         pfa's.  Add .log dependency
9815
9816         * scm/define-markup-commands.scm (lower): New command.
9817
9818         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9819         make it default.
9820
9821 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9822
9823         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9824         also to finished cresc as right bound. This fixes:
9825         skip-string-decresc.ly
9826
9827         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9828         relative_coordinate if extent is empty.
9829
9830         * lily/stem.cc (width_callback): determine correct extent if flag
9831         is not there. This fixes slur-no-flag.ly
9832
9833         * lily/grace-engraver.cc (consider_change_grace_settings): new
9834         function.
9835         (initialize): also consider_change_grace_settings() on
9836         initialization. Fixes large grace notes at start of score.
9837
9838         * lily/break-align-interface.cc (do_alignment): don't translate if
9839         total_extent is empty.
9840
9841         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9842
9843 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9844
9845         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9846         with slash.
9847
9848 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9849
9850         * stepmake/aclocal.m4: Remove tfm_path.
9851
9852 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9853
9854         * scm/music-functions.scm (markup-expression->make-markup): fix
9855         bug with cons arguments of markup commands.
9856         (music->make-music): fix music expression property list building
9857
9858 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9859
9860         * aclocal.m4: Massage package names.
9861
9862         * SCons updates.
9863
9864 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9865
9866         * VERSION (PACKAGE_NAME): release 2.5.20
9867
9868         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9869         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9870
9871         * lily/percent-repeat-engraver.cc (try_music): add measure before
9872         next_moment to future processing moment. Fixes:
9873         percent-repeat-mm-rest.ly
9874         (process_music): don't add moment for 2nd time.
9875
9876         * input/regression/repeat-percent.ly: add mmrests as extra test.
9877
9878         * lily/axis-group-engraver.cc (acknowledge_grob): read
9879         keepAliveInterfaces to decide what to kill.
9880
9881         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9882         percent-repeat-interface to keepAliveInterfaces. This fixes
9883         percent-repeat-harakiri.
9884
9885 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9886
9887         * SCons updates.
9888
9889 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9890
9891         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9892
9893         * aclocal.m4: remove --enable-tfm-path configure option
9894
9895         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9896
9897         * scm/backend-library.scm (postscript->png): newline after
9898         finishing command.
9899
9900         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9901         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9902
9903         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9904
9905         * lily/score.cc (default_rendering): use Music_output too.
9906
9907         * input/test/chord-names-languages.ly (Module): rename file.
9908
9909         * lily/text-spanner.cc: add bound-padding.
9910
9911         * lily/paper-book.cc (systems): accept Paper_score
9912         iso. Paper_system vector. 
9913
9914         * input/regression/line-arrows.ly: new file.
9915
9916         * lily/paper-score.cc (process): run get_paper_systems() only once.
9917
9918         * lily/line-spanner.cc (line_stencil): add arrows.
9919
9920 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9921
9922         * lily/line-interface.cc (make_arrow): new function. 
9923         (arrows): idem.
9924
9925 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9926
9927         * input/test/chord-names-german.ly: update for italian/french
9928         chords.
9929         
9930         * Documentation/user/instrument-notation.itely (Printing chord
9931         names): update.
9932
9933 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9934
9935         * lily/include/paper-score.hh (class Paper_score): remove unused
9936         prototypes.
9937
9938         * lily/book.cc (process): add -COUNT to midi output.
9939
9940         * lily/score.cc (book_rendering): remove outname argument
9941         (book_rendering): return list of Music_outputs. 
9942
9943         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9944
9945         * lily/book.cc (process): loop over Music_outputs returned from
9946         Score::book_rendering().
9947
9948         * lily/*.cc (width_callback): remove spurious "unused" warnings
9949         for assert (axis==[XY]_AXIS); 
9950
9951         * lily/include/music-output.hh (class Music_output): smobify class.
9952
9953         * lily/include/paper-score.hh (class Paper_score): make members
9954         private.
9955
9956         * lily/performance.cc (process): return #f iso. #<undefined>. This
9957         prevents #<undefined> leaking into GUILE-userspace.
9958
9959 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9960
9961         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9962
9963 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9964
9965         * scm/chord-name.scm : support for italian and french
9966         chords names.
9967
9968         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9969         a space defined by chordPrefixSpacer when the root name is
9970         direclty followed by a prefix.
9971
9972         * ly/engraver-init.ly : chordPrefixSpacer       
9973         * scm/define-context-properties.scm : chordPrefixSpacer
9974         * ly/property-init.ly : italianChords, frenchChords 
9975
9976 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9977
9978         * mf/feta-din.mf: Remove.
9979
9980         * mf/GNUmakefile (fontdir): Bugfix.
9981
9982         * mf/SConstruct: Some updates.
9983
9984         * SConstruct: Require pkg-config.
9985         (test_program): Bugfix for double digit version compares, use
9986         integer (not string-) compare.
9987         Optionally require gs 8.14.
9988
9989         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9990
9991         * lily/*: s/ifdef HAVE_*/if have/.
9992
9993         * SConstruct (test_lib): New function.  Update pkg-config and some
9994         other requirements.
9995
9996         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9997         freetype, pangof2t.
9998
9999 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10000
10001         * po/lilypond.pot, ...: Update using bison-CVS.
10002
10003         * python/lilylib.py (make_ps_images): Fixo.
10004
10005 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10006
10007         * python/lilylib.py (make_ps_images): typo.
10008
10009         * configure.in (gui_b): make bison optional.
10010
10011         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
10012
10013 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
10014
10015         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
10016         with one parameter can be defined in a LaTeX file when processed
10017         by lilypond-book this will be evaluated between the systems of
10018         a multi-system score. The parameter is the number of systems processed.
10019
10020 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10021
10022         * python/lilylib.py (make_ps_images): Escape newline.
10023
10024         * Documentation/user/music-glossary.tely: Run
10025         texinfo-all-menus-update.
10026
10027 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10028
10029         * scm/lily-library.scm (old-relative-not-used-message)
10030         (version-not-seen-message): Add input-file-name-location to message.
10031
10032         * lily/parser.yy (lilypond): Add token aliases.
10033
10034         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
10035         not confuse with alteration.
10036         (alteration): Add.
10037
10038 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10039
10040         * python/lilylib.py (make_ps_images): use -dEPSCrop
10041
10042         * VERSION (PACKAGE_NAME): release 2.5.19 
10043
10044         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
10045         only put xrefs in info documentation.
10046
10047         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
10048         .pdf rule to tex-rules.make.
10049
10050         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
10051         from -systems.* output.
10052
10053         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
10054         directly, remove -$(PAGESIZE) target.
10055
10056         * input/test/embedded-postscript.ly: update.
10057
10058 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10059
10060         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
10061
10062         * Documentation/user/changing-defaults.itely (Font selection):
10063         document font-name.
10064
10065         * input/regression/font-name.ly: show Pango fonts for
10066         font-name. Update example. 
10067
10068         * lily/pango-select.cc (properties_to_pango_description): don't
10069         convert symbol font-size to number, but use to lookup.
10070
10071         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
10072
10073         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
10074         (NAME . FILE-NAME) tuples for font descriptions. 
10075         (write-preamble): display BeginFont DSC comments.
10076
10077         * python/fontextract.py (write_extracted_fonts): new file. Extract
10078         font resources from a PS file.
10079
10080         * scripts/lilypond-book.py (option_definitions): --psfonts option.
10081         (Compile_error.process_include): do_file returns chunks.
10082
10083         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
10084
10085         * make/lysdoc-targets.make: .texi is .PRECIOUS
10086
10087         * scripts/lilypond-book.py (write_if_updated): new function.
10088
10089 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10090
10091         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
10092
10093 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10094
10095         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
10096
10097         * input/regression/markup-syntax.ly: remove \score.
10098
10099         * scm/define-markup-commands.scm (draw-circle): add fill argument
10100
10101         * scm/stencil.scm (make-circle-stencil): add fill argument
10102
10103         * ps/music-drawing-routines.ps: add fill argument.
10104
10105         * ly/performer-init.ly: add CueVoice to MIDI too.
10106
10107         * ps/music-drawing-routines.ps: new routine BeginEPSF /
10108         EndEPSF.
10109
10110         * input/regression/markup-eps.ly: new file.
10111
10112         * scm/framework-ps.scm (write-preamble): change order: vars should
10113         be inited before procedures.
10114
10115         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
10116         for EPS files.
10117
10118         * scm/define-markup-commands.scm (epsfile): add epsfile command.
10119
10120 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10121
10122         * configure.in (gui_b): add check for ghostscript 8.15
10123
10124 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10125
10126         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
10127         start of line. Fixes cresc-after-newline.ly
10128
10129         * lily/source-file.cc (file_line_column_string): use get_column().
10130
10131 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10132
10133         * lily/source-file.cc (get_column): utf-8 support for column numbers.
10134
10135 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * lily/*: use message () iso progress_indication () for messages.
10138         Revise/uniformise user messages.
10139
10140         * flower/warn.cc (progress_indication): New function.
10141         (message): Use it.  Fixes newline problems.
10142
10143         * config.make.in (webdir): Sort out install dirs.
10144
10145         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
10146
10147         * python/lilylib.py (command_name): Bugfix.
10148         (make_ps_images):
10149
10150 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
10151
10152         * lily/main.cc: --help says what types of backends are availabe
10153
10154 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10155
10156         Fix ./VERSION dependency, and without need to reconfigure.
10157
10158         * lily/main.cc (setup_paths): Update.
10159
10160         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10161
10162         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10163
10164         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10165         Add \line for some simplistic cases.
10166
10167         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10168
10169 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10170
10171         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10172         to compile LY files (useful for adding eg. "-I" args)
10173         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10174         2Gnome command for gnome backend.
10175         (LilyPond-command-formatgnome): call the 2Gnome command. key
10176         binding: C-c C-g
10177
10178 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10179
10180         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10181         depend on all PNG images.
10182
10183 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10184
10185         * GNUmakefile.in: Bugfix: also link .map files.
10186
10187 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10188
10189         * scm/music-functions.scm (music->make-music): generate 
10190         a (make-music ...) sexpr from a music expression.
10191         (display-scheme-music): use guile pretty printer to display the
10192         make-music sexpr.
10193
10194 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10195
10196         * ly/engraver-init.ly: reindent.
10197         Add CueVoice.
10198
10199         * scm/music-functions.scm (music-pretty-string): handle moments
10200         too.
10201         (music-pretty-string): only print non-empty lists.
10202         (cue-substitute): create CueVoice context, which has smaller type.
10203
10204         * lily/moment-scheme.cc (LY_DEFINE): new methods
10205         ly:moment-grace-{numerator,denominator}
10206
10207         * lily/context-handle.cc: remove quit() method. 
10208
10209         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10210         (init_fontconfig): success is 0, not !0
10211
10212 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10213
10214         * mf/feta-nummer-code.mf (code): add plus glyph.
10215
10216         * lily/tie.cc (print): idem.
10217
10218         * lily/slur.cc (print): don't use thickness property for
10219         slur shape-thickness.
10220
10221         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10222         while adding stencils.
10223
10224         * scm/define-markup-commands.scm (with-color): with-color markup
10225         command.
10226         (whiteout): new markup command 
10227         (filled-box): new markup command
10228
10229 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10230
10231         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10232         test for PDF docs.
10233
10234         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10235         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10236         
10237         Notes for tetex-3.0 make web:
10238            psclean.map: s/uhv8a/uhvr8a/
10239            config.ps add:
10240                 p +psfonts_t1.map
10241                 p +psclean.map
10242                 p +typeface.map
10243
10244 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10245
10246         * scm/music-functions.scm (music-pretty-string): fix bug with
10247         string argument.
10248
10249 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10250
10251         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10252
10253 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10254
10255         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10256         only process options if they're there.
10257         (write_file_map): add version-seen? to snippet-map.ly
10258
10259 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10260
10261         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10262         formatting cleanups.
10263
10264         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10265         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10266
10267 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10268
10269         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10270         name directly.
10271
10272         * lily/main.cc (setup_paths): either add mf/out to search path or 
10273         fonts/{otf,type1,etc}
10274         
10275         * lily/font-config.cc (init_fontconfig): either add mf/out to
10276         FontConfig or fonts/{otf,type1,etc}
10277
10278         * GNUmakefile.in: don't put mf/ link in share/ dir.
10279
10280         * lily/staff-spacing.cc: move same-direction-correction to
10281         note-spacing-interface
10282
10283         * scm/lily.scm (lilypond-main): use variable argument count for
10284         exception handler.
10285
10286         * lily/font-config.cc (init_fontconfig): add operator pacification
10287         message.
10288
10289         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10290
10291         * buildscripts/gen-emmentaler-scripts.py (i): generate
10292         PFAEmmentaler as well.
10293
10294         * scm/framework-ps.scm (munge-lily-font-name): new function
10295         (write-preamble): hack: insert PFA equivalent of CFF into
10296         .PS. This makes LilyPond output printable on normal PS printers
10297         again.
10298
10299         * buildscripts/gen-emmentaler-scripts.py (i): generate
10300         PFAEmmentaler.pfa aswell.
10301
10302 2005-04-06  John Williams <williams@tni.com>  
10303         
10304         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10305         
10306 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10307
10308         * scm/page-layout.scm (default-page-make-stencil): always combine
10309         the header stencil, even if empty. This prevents the body text to
10310         reach up to the margins.
10311
10312         * po/rw.po (Module): new file, for Kinyarwanda.
10313
10314         * input/test/spacing-optical.ly (Module): new file.
10315
10316         * lily/staff-spacing.cc: add same-direction-correction
10317
10318 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10319
10320         * Documentation/user/introduction.itely (Engraving): Comment-out
10321         non-existent file.
10322
10323 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10324
10325         * scm/define-grob-properties.scm (all-user-grob-properties): add
10326         same-direction-correction
10327
10328         * VERSION: release 2.5.18
10329
10330 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10331
10332         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10333         dereferencing.  Fixes make web.
10334
10335         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10336         errno.h.
10337
10338         * Documentation/user/: Fix links.
10339
10340 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10341
10342         * lily/text-interface.cc (Module): rename from text-item.cc
10343
10344         * input/regression/apply-output.ly (texidoc): function naming fix.
10345
10346         * lily/time-signature-performer.cc (derived_mark): new function.
10347
10348         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10349
10350         * scripts/lilypond-book.py (find_linestarts): new function.
10351         (find_toplevel_snippets): keep track of line numbers.
10352
10353         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10354         all key changes.
10355
10356         * ly/declarations-init.ly (partCombineListener): use
10357         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10358
10359         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10360
10361 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10362
10363         * lily/text-item.cc: Fix link.
10364
10365         * Documentation/user/changing-defaults.itely (Changing defaults):
10366         Fix programs reference links.
10367
10368         * Documentation/user/music-glossary.tely: Convert to utf-8.
10369
10370 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10371
10372         * make/lilypond-vars.make: remove TEXMF from variables.
10373         remove DEB_BUILD pk font variables.
10374         remove GUILE_LOAD_PATH
10375         remove TeX memory vars.
10376
10377 2005-04-04  Werner Lemberg  <wl@gnu.org>
10378
10379         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10380
10381 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10382
10383         * ps/lilyponddefs.ps: remove reencode-font
10384
10385         * lily/simple-spacer.cc (add_columns): also compare
10386         directly. Column rank doesn't distinguish between broken and
10387         unbroken columns. This fixes large spaces before time sig changes.
10388
10389         * Documentation/user/point-and-click.itely: document ly:set-option.
10390
10391         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10392         point_and_click_global is set.
10393
10394         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10395         ly:set-option argument.
10396
10397 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10398
10399         * GNUmakefile.in: Include symlinks in webball.
10400
10401         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10402         source dir for split and non-split manuals.
10403
10404         * Documentation/user/*y: Fix @uref/@inputfile links for
10405         split/non-split HTML documents.
10406
10407         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10408         .ps.gz.
10409         
10410 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10411
10412         * GNUmakefile.in: Add newline.
10413
10414 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10415
10416         * tex/lilyponddefs.tex: use color instead of xcolor
10417         * scm/output-tex.scm: minor editing
10418
10419 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10420
10421         * scm/music-functions.scm (display-scheme-music): pretty printer
10422         for music expressions.
10423
10424 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10425
10426         * buildscripts/install-info-html.sh (index_file): Fix link.
10427
10428 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10429
10430         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10431
10432         * Documentation/index.html.in: Add size estimates with some big pages.
10433
10434         * Documentation/user/tutorial.itely (Running LilyPond for the
10435         first time): Add/replace some @rglos links.  TODO: add more
10436         @rglos links in tutorial, test non-intrusiveness (.css).
10437
10438         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10439         annoying's indication of referencing external document.
10440
10441         * Documentation/user/GNUmakefile: Split version of glossary too.
10442         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10443         links, not only for html.
10444
10445         * Documentation/user/introduction.itely: Fix some links for other
10446         than html, do not use `here' as link name.
10447
10448 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10449
10450         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10451         @glossaryref.
10452
10453 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10454
10455         * scm/page-layout.scm (default-page-make-stencil): only add header
10456         if existing and not empty. Fixes spurious programming error.
10457
10458         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10459
10460 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10461
10462         * scm/output-tex.scm: implement {re,}setcolor
10463         * tex/lilyponddefs.tex: use color package
10464
10465 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10466
10467         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10468         additions to website.
10469
10470         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10471
10472         * Documentation/user/macros.itexi: Fix @usermanref html links in
10473         split documents: use @inforef.
10474
10475 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10476
10477         * Documentation/user/programming-interface.itely: minor fix.
10478
10479         * Documentation/user/advanced-notation.itely: added info to
10480         Metronome markings.
10481
10482 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10483
10484         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10485         use box-stencil.  Remove y-padding argument.
10486         (make-stencil-circler): New function.
10487
10488         * buildscripts/lilypond-words.py (F): 
10489         * elisp/SConscript (a): 
10490         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10491         * vim/SConscript (a): 
10492         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10493
10494         * lily/general-scheme.cc: Build fix.
10495
10496         * scm/markup.scm:
10497         * input/regression/markup-scheme.ly: 
10498         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10499
10500         * scm/stencil.scm (make-circle-stencil): New function.
10501
10502         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10503         name (was cicle).  Update callers.
10504         (circle): New markup command, similar to box.
10505
10506         * scm/stencil.scm (circle-stencil): New function.
10507
10508 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10509
10510         * configure.in: Detect libutf8/wchar.h variant.
10511
10512         * stepmake/aclocal.m4: Modify shared size test.
10513
10514 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10515
10516         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10517
10518 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10519
10520         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10521         
10522         * VERSION (PACKAGE_NAME):  release 2.5.17
10523
10524 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10525
10526         * scm/backend-library.scm (postscript->png): Fix comment and png
10527         message.
10528
10529         * GNUmakefile.in (link-tree): Fix locales.
10530
10531 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10532
10533         * lily/stencil-scheme.cc (LY_DEFINE): change to
10534         ly:stencil-aligned-to, non mutating.
10535
10536         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10537
10538         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10539
10540         * lily/quote-iterator.cc (derived_mark): call
10541         Music_wrapper_iterator::derived_mark() too.
10542
10543         * lily/grace-engraver.cc (derived_mark): change signature, add
10544         const.
10545
10546 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10547
10548         * SConstruct (symlink): 
10549         * GNUmakefile.in (link-tree): Add scripts to prefix.
10550
10551         * lily/general-scheme.cc (ly:effective-prefix): New function.
10552
10553         * scm/backend-library.scm (postscript->png): Use it.
10554
10555 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10556
10557         * lily/paper-score.cc (process): don't delete grobs after
10558         producing stencils. 
10559
10560         * scm/part-combiner.scm (determine-split-list): switch off
10561         debugging info.
10562
10563         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10564         if available.
10565
10566         * scm/define-context-properties.scm
10567         (all-user-translation-properties): add stringNumberOrientations.
10568
10569         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10570         so fingering and string-numbers are separately controlled.
10571
10572 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10573
10574         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10575         not use debugging.
10576
10577 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10578
10579         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10580
10581         * config.hh.in: add HAVE_FONTCONFIG.
10582
10583         * Documentation/user/instrument-notation.itely (String number
10584         indications): new node.
10585
10586         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10587
10588         * lily/new-fingering-engraver.cc (add_string): new function. 
10589         (acknowledge_grob): accept string-number-event as well.
10590
10591         * scm/define-markup-commands.scm (circle): new markup command.
10592
10593         * scm/output-lib.scm (print-circled-text-callback): new function.
10594
10595         * lily/GNUmakefile: move ifeq after include stepmake.make.
10596
10597 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10598
10599         * config.make.in (HAVE_LIBKPATHSEA_SO):
10600         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10601
10602         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10603         add KPATHSEA_LIBS.
10604
10605         * debian/watch: 
10606         * debian/control: Update.
10607
10608 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10609
10610         * input/test/title-markup.ly (spaceTest): remove.
10611
10612         * input/test/embedded-tex.ly (Module): remove.
10613
10614         * input/test/music-box.ly: use 'name property, not ly:music-name.
10615
10616         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10617
10618         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10619
10620 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10621
10622         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10623         about xdeltas.  Add information about CVS.
10624
10625         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10626         gracefully handle failed files.
10627
10628         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10629
10630         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10631         small fixes.
10632
10633         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10634         No unnecessarily specific i18n messages.  Remove stray `1'.
10635
10636 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10637
10638         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10639         documentencoding
10640
10641         * scm/documentation-lib.scm (texi-file-head): set utf-8
10642         documentencoding.
10643
10644         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10645         Delta, not the Symbol one. 
10646
10647         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10648         for the .map file.
10649
10650         * Documentation/topdocs/INSTALL.texi (Top): add running
10651         requirement as compilation requirement.
10652
10653 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10654
10655         * buildscripts/mutopia-index.py (headertext): add h1 header and
10656         utf-8 charset meta field.
10657
10658         * input/GNUmakefile: prune example list.
10659
10660         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10661         options.
10662
10663         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10664         extent for visible stems.
10665
10666         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10667
10668 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10669
10670         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10671
10672         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10673
10674 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10675
10676         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10677         pass inf/nan into slur scoring.
10678
10679         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10680         page.
10681
10682         * scripts/abc2ly.py (dump_voices): use alphabet().
10683
10684 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10685         
10686         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10687
10688 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10689         
10690         * flower/include/virtual-methods.hh: simplify. Patch by
10691
10692 2005-03-25  John Williams <williams@tni.com>  
10693
10694         * scripts/lilypond-book.py (main): add png for HTML too, guess
10695         only if necessary. 
10696
10697 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10698
10699         * Documentation/topdocs/INSTALL.texi: now recommends
10700         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10701
10702         * Documentation/user/basic-notation.itely,
10703         Documentation/user/tutoria.itely: warn about
10704         only one (phrasing) slur at once.
10705
10706 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10707
10708         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10709
10710 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10711
10712         * Documentation/user/basic-notation.itely: fixed info about
10713         ending a (de)cresc.
10714
10715         * Documentation/user/lilypond-book.itely: fixed
10716         lilypond-book filter example and warned about not doing
10717         --filter and --process at the same time.
10718
10719 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10720
10721         * lily/parser.yy (bass_number),
10722         Documentation/user/instrument-notation.itely (Figured bass): 
10723         Add the possibility to use text markup in figured bass. 
10724
10725 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10726
10727         * Documentation/user/global.itely: added info about naming
10728         identifiers and breakbefore.
10729
10730         * Documentation/user/invoking.itely: added info about batch
10731         processing files with convert-ly, removed references to TeX
10732         in the jail section.
10733
10734         * Documentation/user/examples.itely: possibly fixed piano
10735         dynamics.
10736
10737         * Documentation/user/advanced-notation.itely: added info
10738         about removing other types of Staff.
10739
10740         * Documentation/user/instrument-notation.itely: possibly
10741         fixed piano staff line switch.
10742
10743         * Documentation/user/changing-defaults.itely: added info
10744         about using normal font in titles.
10745
10746 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10747
10748         * VERSION (PATCH_LEVEL): release 2.5.16
10749
10750         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10751         explicitly.
10752
10753 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10756         whitespace.
10757
10758         * python/lilylib.py (make_ps_images):
10759         * scm/backend-library.scm (postscript->pdf, postscript->png):
10760         Quote file name.  Use format rather than string-append juggling.
10761
10762 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10763
10764         * python/lilylib.py (make_ps_images): add x to -g argument. 
10765
10766         * lily/key-performer.cc (create_audio_elements): don't use
10767         scm_eval_string. Check for minor 3rd directly.
10768   
10769         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10770         (sarabandeCelloGlobal): key is D minor, not F major.
10771
10772 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         Fix truncated --png output (Peter Danenberg).
10775         
10776         * python/lilylib.py (make_ps_images):
10777         * scripts/ps2png.py (copyright): Grok --papersize option.
10778
10779         * scm/backend-library.scm (postscript->png): Add parameter
10780         PAPERSIZE.  Update callers.
10781
10782         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10783         Fixes symbol placement.
10784
10785         * lily/spanner.cc: 
10786         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10787         <libc-extension.hh>).
10788
10789 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10790
10791         * Nitpick run.
10792
10793         * buildscripts/fixcc.py: Update.
10794
10795         Builddir run fixes.
10796
10797         * HACKING (datadir): Add VERSION.
10798
10799         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10800         higher up.
10801
10802 2005-03-15  Werner Lemberg  <wl@gnu.org>
10803
10804         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10805         diagonal stem doesn't become thinner.
10806
10807 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10808
10809         * buildscripts/fixcc.py: Fixes (Werner).
10810
10811 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10812
10813         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10814         Emmentaler/Aybabtu.
10815
10816         * GNUmakefile.in: fix lilypond-words path.
10817
10818         * po/tr.po: update to 2.3.21
10819
10820         * lily/new-fingering-engraver.cc (position_scripts): take priority
10821         from head position.
10822
10823         * input/regression/finger-chords-order.ly (texidoc): new file.
10824
10825 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10826
10827         * make/ly-rules.make: 
10828         * stepmake/aclocal.m4: 
10829         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10830
10831         * buildscripts/fixcc.py (rules): Leave space after operator.
10832
10833 2005-03-14  Werner Lemberg  <wl@gnu.org>
10834
10835         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10836         top of the glyph with smooth curve.
10837
10838 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10839
10840         * Documentation/user/global.itely (Page layout): remove
10841         printpagenumber.
10842
10843 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10844
10845         * input/regression/mensural-ligatures.ly: new file (with examples
10846         compiled by Pal Benko).
10847
10848         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10849         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10850         musicglyph access.  Many small beautifications in ancient
10851         examples.
10852
10853         * input/test/divisiones.ly: fixed indentation; small
10854         beautifications
10855
10856         * ly/engraver-init.ly: added FIXME comment
10857
10858         * scripts/lilypond-book.py,
10859         Documentation/user/lilypond-book.itely: added music fragment
10860         option "packed" to lilypond-book
10861
10862         * Documentation/user/instrument-notation.itely: Bugfix: added
10863         missing LedgerLineSpanner color setting in several places.  Added
10864         music fragment option "packed" to VaticanaContext example.
10865
10866 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10867
10868         * scm/define-grobs.scm (all-grob-descriptions): switch off
10869         Hyphen_spanner::set_spacing_rods 
10870
10871         * lily/lyric-hyphen.cc (print): add padding between syllable and
10872         hyphen.
10873         (print): shorten hyphen in tight situations (determine using
10874         minimum-length)
10875
10876         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10877         0.4pt.
10878
10879 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10882
10883         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10884         header/footer markings for regression-test.
10885
10886         * scm/backend-library.scm (output-scopes, header-to-file): Move
10887         from framework-tex.scm.
10888
10889         * scm/framework-ps.scm (output-framework)
10890         (output-preview-framework):
10891         * scm/framework-eps.scm (output-classic-framework)
10892         (output-framework): Use it.  Fixes collated files.
10893
10894 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10895
10896         * input/sakura-sakura.ly: 
10897         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10898
10899         * buildscripts/guile-gnome.sh: Update.
10900
10901         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10902
10903         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10904
10905 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10906
10907         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10908         culprit: always exit the loop if we find a rod, even if it has
10909         distance < 0. 
10910
10911         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10912         algorithm.
10913
10914         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10915         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10916
10917         * scm/output-svg.scm (dashed-line): new  function body.
10918         
10919         * GNUmakefile.in: create .htaccess.
10920
10921 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10922
10923         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10924
10925 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10926
10927         * VERSION (PACKAGE_NAME): release 2.5.15
10928
10929         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10930
10931         * scm/framework-svg.scm (output-framework): put scaling in
10932         document header. Apply scaling only once.
10933         (output-framework): dump page size in px, not mm. 
10934
10935         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10936         from font-size.
10937
10938         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10939         ly:outputter-output-scheme, new function.
10940
10941         * scm/output-svg.scm (pango-description-to-svg-font): new function
10942
10943 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10944
10945         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10946         target.
10947
10948         * input/typography-demo.ly: new file.
10949
10950 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10951
10952         * Documentation/user/global.itely (File structure): Add markup blocks
10953         to toplevel expressions.
10954         (Multiple movements, Creating titles): Add markup blocks.
10955
10956         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10957         <libc-extension.hh>).
10958
10959         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10960
10961         * flower
10962         * lily
10963         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10964
10965 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10966
10967         * lily/accidental.cc: special bboxes for natural. 
10968
10969         * mf/feta-toevallig.mf: make stems heavier.
10970
10971         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10972         texts as well.
10973
10974         * mf/feta-klef.mf: revise. 
10975
10976         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10977
10978         * mf/feta-klef.mf: add rounded curve at top. 
10979         make thinnib a little heavier.
10980
10981 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10982
10983         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10984
10985         * buildscripts/fixcc.py: New file.
10986
10987         * input/regression/utf8.ly: Update Debian font description.
10988
10989 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10990
10991         * stepmake/aclocal.m4: Fix test.
10992
10993 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10994
10995         * Documentation/user/invoking.itely: added Sebastino Vigna's
10996         docs for the --jail option.
10997
10998 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10999
11000         * lily/stem.cc (print): only produce stemlets if there are no
11001         noteheads on this stem.
11002
11003         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
11004         don't crash on stemlet (visible stem without heads).
11005
11006         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
11007         unbroken situations. 
11008
11009         * scm/output-lib.scm (center-invisible): new function.
11010
11011         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
11012         wishes to determine loose column space.
11013
11014         * lily/font-config.cc (init_fontconfig): add
11015         fonts/{otf,type1,cff}  to path.
11016
11017         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
11018
11019         * mf/GNUmakefile (Module): install all fonts under otf/
11020
11021         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
11022         replace /fonts/otf/ by /ps/ 
11023
11024         
11025 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11026
11027         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
11028
11029         * lily/book.cc (process): Oops, add score_.header_.
11030
11031         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
11032
11033         * lily/parser.yy: Handle toplevel and book texts as score.
11034
11035         * scm/page-layout.scm (default-page-make-stencil):
11036         Bugfix: (page-properties rename.
11037
11038         * scm/backend-library.scm (ly:system): Typo.
11039
11040 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11041
11042         * stepmake/stepmake/executable-targets.make (installexe): don't
11043         strip installed executables
11044
11045         * lily/font-select.cc (get_font_by_design_size): revert
11046         pango_description_string as well.
11047
11048         * lily/system.cc (set_loose_columns): put loose column just left
11049         of next column.
11050
11051         * lily/include/group-interface.hh (extract_grob_array): rename
11052         from Pointer_group_interface__extract_grobs
11053
11054         * input/regression/ledger-line-minimum.ly (texidoc): new file.
11055
11056         * lily/ledger-line-spanner.cc (set_spacing_rods): new
11057         function. Keep ledgered note heads at a minimum distance.
11058         Introduce minimum-length-fraction
11059         (print): introduce length-fraction property.
11060
11061 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11062
11063         * tex/GNUmakefile: remove latin1.enc rules.
11064
11065 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11066
11067         * scm/titling.scm: Typo.
11068
11069         * input/regression/score-text.ly: Really add.
11070
11071         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
11072
11073 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11074
11075         * lily/open-type-font-scheme.cc:  new file.
11076
11077 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11078
11079         * scm/titling.scm (layout-extract-page-properties): Rename from
11080         page-properties.  Update callers.
11081
11082         * lily/lexer.ll (Lily_lexer):
11083         * lily/parser.yy: Junk lyric_markup state.
11084
11085         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
11086
11087         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
11088         Add texts parameter.
11089
11090 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11091
11092         * lily/lexer.ll (lyric_markup): New mode.
11093         (Lily_lexer::push_lyric_markup_state): New method.
11094         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
11095
11096         * lily/parser.yy (book_body):
11097         (toplevel_expression): Grok \markup texts.
11098
11099         * lily/score-scheme.cc (ly:music-scorify): 
11100         * scm/lily-library.scm (collect-music-for-book): Take texts
11101         parameter.
11102
11103         * lily/score.cc (texts_): New member.
11104
11105         * lily/paper-book.cc (systems): Format score texts.
11106
11107         * score-text.ly: New file.
11108
11109         * ttftool/SConscript:
11110         * kpath-guile/SConscript: New file.
11111
11112         * lily/SConscript:
11113         * SConstruct: Update.
11114
11115 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11116
11117         * VERSION (PACKAGE_NAME): release 2.5.14
11118
11119 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11120
11121         * lily/main.cc: Add dummy xgettext markers.
11122
11123 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11124
11125         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
11126         requirements
11127
11128         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
11129         executable is < 40k
11130
11131         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
11132         hack.
11133
11134 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11135
11136         * flower/libc-extension.cc:
11137         * flower/include/libc-extension.hh: [Open]BSD simply cast
11138         cookie/funopen declarations.
11139
11140         * stepmake/aclocal.m4: Check for libkpathsea.so.
11141
11142         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
11143         dl_kpse_find_file.
11144
11145 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11146
11147         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
11148         (open_library): alternative for static library.
11149
11150 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
11153
11154         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
11155
11156         Drop run-time dependency on teTeX.
11157
11158         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11159
11160         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11161         KPATHSEA_LIBS in LIBS.
11162         (STEPMAKE_DLOPEN): New function.
11163
11164         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11165         not path.
11166
11167         * flower/file-path.cc (directories): Rename from paths, as this
11168         return an array of directories (a single path).
11169
11170 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11171
11172         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11173
11174         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11175         new ly:kpathsea-find-file
11176
11177         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11178
11179         * kpath-guile/GNUmakefile: new file
11180
11181         * buildscripts/gen-emmentaler-scripts.py (i): generate
11182         emmentaler-X.fontname as well.
11183
11184         * buildscripts/ps-embed-cff.py: new script
11185
11186         * scm/lily-library.scm: remove ps-embed-cff.
11187
11188         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11189         font loading. 
11190
11191         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11192         fontconfig as well.
11193
11194         * lily/font-config.cc (init_fontconfig): add cff/ too.
11195
11196         * ly/generate-embedded-cff.ly: capitalize.
11197
11198         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11199         so as to register the pango font.
11200
11201         * lily/font-config.cc (init_fontconfig): add
11202         prefix/{otf,type1,mf/out} to fontconfig path.
11203
11204         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11205         overrides all. 
11206
11207         * configure.in (gui_b): remove ec mftrace check
11208
11209         * config.hh.in: use lilypond-Major.Minor as data directory.
11210
11211         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11212
11213         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11214         name.
11215
11216 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11217
11218         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11219         error messages.
11220
11221         * flower/libc-extension.cc:
11222         * flower/include/libc-extension.hh: [Open]BSD fixes for
11223         cookie/funopen declarations.
11224
11225 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11226
11227         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11228         emmentaler.
11229
11230         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11231         lcrm10.
11232
11233         * scm/define-markup-commands.scm (fontsize): new markup
11234         command. Also set baseline-skip
11235
11236 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11237         
11238         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11239         use.
11240
11241 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11242
11243         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11244
11245         * lily/pdf.cc: remove PDF related files
11246
11247 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11248
11249         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11250         <hamamatsu@gmx.de>
11251
11252 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11253
11254         * Documentation/user/advanced-notation.itely: first draft
11255         of reorg done.
11256
11257         * Documentation/user/global.itely: fixed (sub)section
11258         bits of MIDI.
11259
11260 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11261
11262         * cygwin/mknetrel (extras): Bufix (Bertalan).
11263
11264         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11265         * Documentation/user/instrument-notation.itely (Introducing chord
11266         names): Compile fix: must have unique name.
11267
11268 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11269
11270         * Documentation/user/instrument-notation.itely: reorg.
11271
11272 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * scm/output-gnome.scm:
11275         * scm/output-svg.scm: Fix font scaling.
11276
11277 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11278
11279         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11280         what link to use best.
11281
11282         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11283         * Documentation/user/tutorial.itely (Automatic and manual beams):
11284         Fix @ref.
11285
11286         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11287         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11288         * scm/framework-gnome.scm (tweak): Use it.
11289
11290 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11291
11292         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11293
11294         * scm/output-ps.scm (white-text): reinstate white-text
11295
11296 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * scm/output-ps.scm (offset-add): Remove.
11299
11300         * scm/lily-library.scm (offset-flip-y): New function.
11301         * scm/framework-gnome.scm (tweak): Use it.
11302
11303         * scm/output-gnome.scm (grob-cause): Add parameter.
11304
11305         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11306         * scm/output-ps.scm (url-link): Move.
11307         (white-text): Warn user about brokenness.
11308
11309         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11310         wrt ghostscript.
11311
11312 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11313
11314         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11315         if body length smaller than measure length.
11316
11317         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11318         for Y.
11319
11320         * ly/titling-init.ly (tagline): put default tagline in \paper
11321
11322 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11323
11324         * lily/kpath.cc: 
11325         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11326
11327         * scm/lily-library.scm (version-not-seen-message): New function.
11328         * ly/init.ly: Use it.
11329
11330         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11331         breaks as progess.
11332
11333         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11334         whitespace with l10n message.
11335
11336         * scm/framework-tex.scm (convert-to-ps):
11337         (convert-to-dvi): Do not use overly specific l10n messages.
11338
11339         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11340
11341         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11342         merge stderr with stdout.  
11343
11344 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11347         Neeracher).
11348
11349 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11350
11351         * Documentation/user/instrument-notation.teily: moved
11352         \arpeggio to Basic.
11353
11354         * Documentation/user/advanced-notation.itely: Articulation to
11355         Basic, a bunch of stuff from Basic moved to Advanced.
11356
11357         * Documentation/user/basic.itely: swapped various sections,
11358         reorganized Basic.
11359
11360 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11361
11362         * flower/memory-stream.cc: 
11363         * flower/libc-extension.cc: Remove obsolete #undefs.
11364
11365         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11366         more carefully.
11367
11368 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11369
11370         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11371         dependency.
11372
11373         * VERSION (PACKAGE_NAME): release 2.5.13
11374
11375         * GNUmakefile.in (web-ext): don't ship ps.gz
11376
11377         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11378         stdout
11379
11380 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11383         without libintl.  Now it compiles too.
11384
11385 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11386
11387         * Documentation/user/basic-notation.itely,
11388         instument-notation.itely, advanced-notation.itely:
11389         split up contents of notation.itely.
11390
11391         * Documentation/user/notation.itely: file removed.
11392
11393         * Documentation/user/invoking.itely, converters.itely:
11394         moved convert-ly info to invoking.itely.
11395
11396         * Documentation/user/global.itely, changing-defaults.itely,
11397         sound-output.itexi: moved global settings, file layout, and
11398         sound into global.itely.
11399
11400         * Documentation/user/sound-output.itexi: file removed.
11401
11402         * Documentation/user/lilypond.tely: removed links to
11403         notation.itely and sound.itely.
11404
11405 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11406
11407         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11408
11409         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11410  
11411         * THANKS: add sponsor.
11412
11413         * scm/define-markup-commands.scm (with-url): new markup command.
11414
11415         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11416         tagline.
11417         
11418         * scm/output-tex.scm (url-link): stub.
11419
11420         * scm/output-ps.scm (url-link): new function.
11421
11422         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11423         ly:set-point-and-click
11424
11425 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11426
11427         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11428         based on pdf-viewer setting.
11429
11430         * scm/framework-ps.scm (write-preamble): Find and set preferred
11431         pdf-viewer.
11432
11433 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11434
11435         * Documentation/user/point-and-click.itely: update for PDF point &
11436         click.
11437
11438         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11439         editors based on EDITOR setting.
11440
11441 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11442
11443         * scm/*: Oops, more grand 2005 replace bits.
11444
11445 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11446
11447         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11448
11449         * scm/output-ps.scm (grob-cause): point & click support for
11450         PostScript
11451
11452 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11453
11454         * lily/input-scheme.cc (LY_DEFINE): rename to
11455         ly:input-file-line-column
11456
11457 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11458
11459         * Documentation/user/examples.itely: small fix from Steve Doonan.
11460
11461         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11462
11463         * THANKS: added Yuval Harel.
11464
11465         * Documentation/user/{various}: inserted two spaces after a period.
11466
11467         * Documentation/user/lilypond.tely: added framework for reorg.
11468
11469         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11470         advanced-notation.itely, global.itely: new files, placeholder for
11471         future reorg.
11472
11473 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11474
11475         * Documentation/user/notation.itely: revamped Polyphony section
11476         
11477 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11478
11479         * Documentation/user/lilypond-book.itely (Music fragment options):
11480         doc fontload.
11481
11482         * Documentation/user/changing-defaults.itely (Text encoding): add
11483         fontload option to utf8 include
11484
11485         * scripts/lilypond-book.py (compose_ly): add fontload option
11486
11487         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11488         force-eps-font-include option.
11489
11490         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11491         black triangle
11492
11493         * Documentation/user/invoking.itely (Editor support): remove
11494         lilypond-latex section.
11495
11496         * scripts/lilypond-latex.py (Module): remove script.
11497
11498         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11499         overwrite .log. 
11500
11501         * lily/main.cc: remove -m, --no-layout
11502
11503         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11504         to define. We don't want to override fprintf everywhere.
11505
11506 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11507
11508         * cygwin/lilypond.hint: 
11509         * cygwin/README.in: Update dependencies.
11510
11511         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11512         Bugfix: do not pollute CPPFLAGS, LIBS.
11513
11514         * cygwin/mknetrel (extras): Cross compile fixes.
11515
11516         * ttftool/util.c: 
11517         * ttftool/ttfps.c: 
11518         * ttftool/ps.c: #include libc-extension.hh
11519
11520         * flower/include/libc-extension.hh:
11521         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11522         wrapper using funopen.
11523         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11524         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11525
11526         * config.hh.in:
11527         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11528         (AC_CHECK_HEADERS): Add libio.h
11529
11530         * scripts/convert-ly.py: Uniformize, internationalize.
11531         (2.5.2): Remove fatal encoding rule.
11532         (2.5.13): Handle latin1 encoding gracefully.
11533
11534 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11535
11536         * HACKING: Fix line breaks.
11537
11538 2005-02-23  Werner Lemberg  <wl@gnu.org>
11539
11540         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11541         contains those two files.
11542
11543 2005-02-21  Werner Lemberg  <wl@gnu.org>
11544
11545         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11546         to improve overlap removal process.
11547
11548         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11549         left and right ending.  This ensures better overlapping.
11550         Update all callers.
11551         ("lineprall"): Don't use draw_gridline to get better overlapping.
11552
11553 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11554
11555         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11556
11557         * Documentation/topdocs/NEWS.tely (Top): oops.
11558
11559 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11560
11561         * HACKING: new file.
11562
11563         * input/regression/utf8.ly (portuguese): added a portuguese example
11564         to show latin1 accents.
11565
11566 2005-02-21  Pal Benko  <benkop@freestart.hu>
11567
11568         * lily/mensural-ligature-engraver.cc:
11569         * lily/mensural-ligature.cc:
11570         * lily/include/mensural-ligature.hh: new algorithm implemented
11571
11572         * scm/define-grob-properties.scm: join-left killed (add-join may
11573         be used); join-left-amount changed to join-right-amount
11574
11575 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11576
11577         * Documentation/user/notation.itely: small but urgent fix.
11578
11579 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11580
11581         * lily/duration-scheme.cc: bugfix: correct parameters to
11582         SCM_ASSERT_TYPE.
11583
11584         * THANKS: added Pal.
11585
11586         * Documentation/user/notation.itely: bugfix: unTeXified
11587         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11588         "timesig.*x/y" -> "timesig.*xy".
11589
11590 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11591         
11592         * VERSION (PACKAGE_NAME): release 2.5.12
11593
11594 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11595
11596         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11597
11598         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11599
11600         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11601
11602         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11603
11604 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11605
11606         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11607         latin1..utf-8.
11608
11609         * input/regression/stanza-number.ly:
11610         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11611
11612         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11613
11614 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11615
11616         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11617         NEWS. Refer to website for older news.  
11618
11619         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11620         .HTML. This should be done for specific servers only.
11621
11622         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11623         .ly image examples.
11624
11625         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11626         in layer 0 too.
11627
11628         * scm/define-context-properties.scm
11629         (all-user-translation-properties): add tieWaitForNote
11630
11631         * scm/define-grobs.scm (all-grob-descriptions): add
11632         Tie_column::before_line_breaking
11633
11634         * lily/tie.cc (get_column_rank): new function
11635
11636         * lily/tie-column.cc (before_line_breaking): new function.
11637         (werner_directions): take into account ties that start on
11638         different columns.  
11639
11640         * lily/score-engraver.cc (set_columns): move add_column() so we
11641         have column rank available.
11642
11643         * lily/tie.cc (get_column_rank): new function.
11644
11645         * input/regression/utf8.ly (japanese): add japanese lyrics.
11646
11647         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11648
11649         * THANKS: add Steve D
11650
11651         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11652         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11653
11654 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11655
11656         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11657         to show harmonic notes
11658         * scm/define-markup-commands.scm: in \markup-by-number
11659         "dots-dot" -> "dots.dot" to show dotted notes
11660
11661 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11662
11663         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11664
11665         * flower/memory-stream.cc (writer): new file.
11666
11667         * configure.in: add endian test.
11668
11669 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11670
11671         * Documentation/user/examples.itely: small
11672         simplification/beautification
11673
11674         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11675         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11676         notation manual.
11677
11678         * lily/mensural-ligature.cc: bugfix: another few victims of the
11679         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11680
11681         * ly/gregorian-init.ly: commit some experimental code for hi-level
11682         ligature input language lying around here for several months.
11683
11684         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11685         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11686
11687         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11688         "x-y-z"->"x.y.s-z" fixes.
11689
11690 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11691
11692         * scm/framework-pdf.scm (scm): new file
11693
11694         * lily/include/pdf.hh (class Pdf_file): new file.
11695
11696         * lily/pdf.cc (write_trailer): new file.
11697
11698 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11699
11700         * input/regression/color.ly: new file
11701
11702         * lily/stencil.cc (interpret_stencil_expression):
11703         when a color expression is encountered: save current color,
11704         process the rest of the expression, and restore previous color.
11705
11706         * lily/system.cc (get_line): check all grobs for color property and
11707         prepare the stencil scheme expressions for further processing.
11708         Fix layer-loop.
11709
11710         * scm/define-grob-properties.scm: introduce the color property.
11711
11712         * scm/output-lib.scm: color helper functions.
11713
11714         * scm/output-ps.scm: introduce setcolor/resetcolor.
11715
11716 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11717
11718         * ly/*.ly, input/regression/*.ly: Added missing \version
11719         statements in some files.
11720
11721 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11722
11723         * Documentation/user/notation.itely: minor editing.
11724
11725         * Documentation/user/converters.itely: updated convert-ly bugs.
11726
11727         * Documentation/user/lilypond-book.itely: add info about using
11728         feta characters in latex.
11729
11730 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11731
11732         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11733
11734 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11735
11736         * scm/define-grob-properties.scm (all-user-grob-properties):
11737         removed 'dashed property.
11738
11739 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11740
11741         * scm/lily.scm (define-safe-public): new macro for defining
11742         variables that can be used in --safe mode. Use it in *.scm
11743         instead of manually setting safe-objects in safe-lily.scm.
11744
11745 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11746         
11747         * lily/slur.cc: Slur-dash patch by Bertalan.
11748
11749         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11750
11751         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11752
11753 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11754
11755         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11756
11757 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11758
11759         * mf/GNUmakefile: teTeX-3.0 install fix.
11760
11761         * Cygwin patch from Bertalan.
11762
11763         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11764
11765 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11766
11767         * GNUmakefile.in: 
11768         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11769
11770         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11771         2.0.x compatibility.
11772
11773 2005-02-08  Werner Lemberg  <wl@gnu.org>
11774
11775         * mf/feta-din-code.mf: Format; clean up code.
11776         Replace `---' with `--' plus explicit path directions.
11777         (linethickness#, stafflinethickness#): Remove.
11778         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11779         ("dynamic s"): Improve shape.
11780         ("dynamic p"): Improve shape.
11781         Replace `draw' with better outline approximation.
11782         ("dynamic r"): Improve shape.
11783         Don't call `fill' and `draw' at the same time.
11784
11785 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11786
11787         * SConstruct (symlink):
11788         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11789         build fix: add enc symlink.
11790
11791         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11792
11793         Support for DESTDIR besides prefix=/foo
11794
11795         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11796
11797         * stepmake/stepmake/*.make:
11798         * */GNUmakefile:
11799         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11800
11801         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11802
11803         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11804         mawk in fontforge (date) test.
11805
11806 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11807
11808         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11809         font-family=roman. Add Luxi Sans as sans
11810
11811 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11812
11813         * Documentation/user/notation.itely: add warning about
11814         percent repeats and Voice contexts.
11815
11816         * Documentation/user/lilypond-book.itely: clarified the
11817         necessity of dvips -u arguments.
11818
11819 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11820
11821         * THANKS: Added a bunch of bug hunters.
11822
11823 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11824
11825         * scm/framework-ps.scm (output-preview-framework): bugfix.
11826
11827         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11828         o/ for chord modifier..
11829
11830         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11831
11832         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11833         Welsh Duggan). 
11834
11835 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11836
11837         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11838
11839         * ly/titling-init.ly: Do not also print intstrument in header on
11840         first page.  Do not print page number on first and only page.
11841
11842 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11843
11844         * input/regression/*.ly: remove old-relative everywhere
11845
11846         * lily/music-sequence.cc (simultaneous_relative_callback): do
11847         what-if analysis on copy, not on original. Fixes old-relative
11848         compatibility.
11849
11850         * scm/backend-library.scm (postscript->png): space before
11851         --verbose.
11852         
11853 2005-02-05  Werner Lemberg  <wl@gnu.org>
11854
11855         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11856         is defined.
11857
11858         * mf/feta-alphabet.mf: Define `staffsize#'.
11859         Include `feta-params.mf'.
11860         s/staffheight/design_size/.
11861
11862         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11863
11864         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11865
11866         * mf/feta-nummer-code.mf: Reformatted.
11867         (draw_six): Use outline intersection to avoid a self-intersecting
11868         path.
11869         ("Numeral comma"): Fix serious outline glitches.  This slightly
11870         changes the glyph shape.
11871         ("Numeral dash"): Use `draw_rounded_block'.
11872         ("Numeral dot"): Use `drawdot'.
11873         ("Numeral 1"): Assure identical tangent directions for the
11874         intersection points of paths.  The glyph shape improvement is only
11875         visible at very high magnifications.
11876         ("Numeral 2"): Use `solve' macro to make the lower right part of
11877         the glyph outline touch the x axis exactly.  This changes the
11878         glyph shape.
11879         Minor fixes for better overlap removal support.
11880         ("Numeral 4"): Make lefter corner `rounder'.
11881         ("Numeral 5"): Assure identical tangent directions for the
11882         intersection points of paths.  This improves the glyph shape at
11883         high magnifications.
11884         ("Numeral 7"): Use `solve' macro to make the upper right part of
11885         the glyph outline touch the metrics box exactly.  This changes the
11886         glyph shape.
11887         Avoid corner in the upper left part of the glyph (causing a minor
11888         shape change).
11889
11890         * mf/feta-ital-*.mf: Removed.  Unused.
11891
11892 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11893
11894         * VERSION (PATCH_LEVEL): release 2.5.11
11895
11896         * input/regression/fill-line-test.ly: new file.
11897
11898         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11899         emmentaler name, eg. emmentaler-23. 
11900
11901 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11902
11903         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11904         alignment with centered texts
11905
11906         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11907         list of paddings
11908
11909 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11910
11911         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11912
11913         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11914         of parents when translating rests. Fixes: c-chord-rest.ly 
11915
11916         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11917         dimension_callback_ member.
11918
11919         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11920         of extents.
11921
11922 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11923
11924         * all but lily/*: The grand 2004/2005 replace.
11925
11926 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11927
11928         * lily/*: add space after ,  
11929
11930         * scm/music-functions.scm (has-request-chord): don't use
11931         ly:music-name anywhere. Fixes <<\\>> notation. 
11932
11933         * scm/define-markup-commands.scm (box): use font-size for
11934         padding. Fixes boxed-rehearsal-marks.ly
11935
11936         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11937         identifier definition too, so foo = \lyrics { ...   } bar = #1
11938         doesn't complain about "bar" being LYRICS_STRING.
11939
11940         * lily/paper-def.cc (find_pango_font): new routine; Store
11941         pango_fonts in hash tab too. This is necessary for retrieving
11942         Pango_fonts::physical_font_tab() later on.
11943  
11944         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11945         crash if psname is null.
11946
11947         * lily/lily-guile.cc (ly_hash2alist): new function
11948
11949         * Documentation/user/changing-defaults.itely (Text encoding):
11950         rewrite. 
11951
11952         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11953         -> font_filename mapping.
11954
11955         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11956         ly_pango_font_physical_fonts
11957
11958         * scm/framework-ps.scm (supplies-or-needs): extract names from
11959         physical Pango_fonts.
11960
11961         * utf8.ly: new file.
11962
11963 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11964
11965         * Documentation/user/changing-defaults.itely (Page layout): add
11966         doco about systemSeparatorMarkup.
11967
11968         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11969         function.
11970         (default-page-make-stencil): insert system separators.
11971
11972         * scm/define-markup-commands.scm (hcenter): add
11973         (beam): add.
11974
11975 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11976
11977         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11978
11979 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11980
11981         * lily/main.cc: Spell backend consistently.  Sort options.
11982
11983 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11984
11985         * scripts/lilypond-book.py (Module): revert @include.
11986         
11987 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11988
11989         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11990         Bugfix: @include .tex (not .texi).  Small cleanups.
11991
11992         * stepmake/bin/add-html-footer.py (i18n): New function.
11993
11994 2005-01-31  Werner Lemberg  <wl@gnu.org>
11995
11996         * mf/feta-nummer.mf: Removed.  Unused.
11997
11998 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11999
12000         * lily/ : 2004 -> 2005 s&r
12001
12002         * scm/file-cache.scm (cached-file-contents): add file. Read each
12003         file only once.
12004
12005         * scm/font.scm (add-pango-fonts): change order. Medium weight is
12006         now default.
12007
12008         * VERSION: release 2.5.10
12009         
12010         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
12011
12012         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
12013
12014         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
12015         that both X and Y extents of bbox are non-nil.
12016
12017 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12018
12019         * scm/chord-name.scm (alteration->text-accidental-markup): change
12020         - to . 
12021
12022         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
12023
12024         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
12025
12026         * Documentation/user/invoking.itely (Invoking lilypond): add note
12027         about EPS backend.
12028
12029         * scm/framework-eps.scm: new file: create per-system/per-page EPS
12030         files for inclusion in lilypond-book document.
12031
12032         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
12033
12034         * input/tutorial/lbook-texi-test.texi: new file.
12035
12036         * scm/safe-lily.scm (safe-objects): add
12037         {begin,end}-of-line-(in)?visible as safe.
12038  
12039 2005-01-30  Graham Percival  <gperlist@shaw.ca>
12040
12041         * Documentation/user/changing-defaults.itely: fixed example
12042         of (dynamics).
12043
12044 2005-01-29  Graham Percival  <gperlist@shaw.ca>
12045
12046         * lily/main.cc: fix info about -o=FILE.
12047
12048 2005-01-29  Werner Lemberg  <wl@gnu.org>
12049
12050         * mf/feta-toevallig.mf ("Natural"): Completely changed the
12051         construction to assure smooth transition from straight to curved
12052         lines.
12053
12054 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12055
12056         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
12057         stencils.
12058
12059         * ps/lilyponddefs.ps: add start-page, start-system doesn't
12060         translate to top of page. Fixes alignment problems of
12061         lilypond-generated EPS files.
12062
12063 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12064
12065         * scm/part-combiner.scm (analyse-spanner-states): trigger on
12066         crescendo-end as well, since Decrescendo maybe ended with Stop
12067         Crescendo.). Fixes: partcombine-diminuendo.ly
12068
12069         * scm/script.scm (default-script-alist): swap portato symbols.
12070
12071         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
12072
12073         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12074         ly:outputter-port. New function.
12075
12076         * scm/framework-ps.scm (output-classic-framework): dump a
12077         -systems.texi too
12078         (output-classic-framework): dump multiple systems on an "infinite"
12079         page EPS including fonts. 
12080
12081         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
12082         .eps files for both texi and tex formats. Use PNG coming from
12083         lilypond.
12084         
12085 2005-01-28  Graham Percival  <gperlist@shaw.ca>
12086
12087         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
12088
12089         * scripts/lilypond-latex.py: fix info about -o=FILE.
12090
12091 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12092
12093         * ly/generate-embedded-cff.ly: write .cff.ps files.
12094
12095         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12096
12097         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12098         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
12099
12100 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12101
12102         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
12103
12104 2005-01-28  Werner Lemberg  <wl@gnu.org>
12105
12106         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
12107         macros.
12108         (draw_bulb): Improved.
12109
12110         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
12111         metapost bug.
12112         (draw_pedal_P): Use soft_end_penstroke.
12113         (draw_pedal_d): Use soft_start_penstroke.
12114
12115         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
12116         path.
12117         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
12118         doesn't change the glyph shape.
12119
12120         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
12121         changing the shape) to avoid fontforge warnings.
12122
12123         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
12124         soft_end_penstroke and fix glyph shape.
12125
12126 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12127
12128         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
12129
12130 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12131
12132         * scm/define-markup-commands.scm (line): filter out empty stencils
12133         from line command.
12134
12135         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
12136         amount.
12137
12138 2005-01-27  Graham Percival  <gperlist@shaw.ca>
12139
12140         * Documentation/user/notation.itely: added info about what
12141         \voiceFoo does.  Also rewrote warning about marks at
12142         a line break.
12143
12144         * Documentation/user/changing-defaults.itely: added info
12145         about putting dynamics in parenthesis and brackets.
12146
12147 2005-01-27  Werner Lemberg  <wl@gnu.org>
12148
12149         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
12150
12151 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12152
12153         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
12154         portato-direction.ly
12155
12156         * lily/beam.cc (consider_auto_knees): add beam height to
12157         threshold. Fixes: knee-multiple-beam.ly
12158
12159         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12160         pedal line spanners. Fixes: instrument-center-pedal.ly
12161
12162         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12163         if encountering barline. Fixes: auto-beam-repeat.ly
12164
12165 2005-01-26  Werner Lemberg  <wl@gnu.org>
12166
12167         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12168         overlapping.
12169
12170         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12171         with inflections for the 1/2 sharp glyph.
12172
12173         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12174         connection between `t' and `r'.
12175         Unify bulb with the rest of `r' to avoid grazing outlines which
12176         confuses the overlap removal algorithm of fontforge.
12177
12178         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12179         inflections.
12180         (draw_cross): Fix shape to have uniform thickness in corners.
12181
12182         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12183         to avoid an uneven number of self-intersections; this confuses
12184         fontforge.
12185         Fix a slight bug in the shape at left bottom (which is visible only
12186         at high magnifications).
12187         `Center' the stem horizontally to avoid overlapping.
12188
12189 2005-01-24  Werner Lemberg  <wl@gnu.org>
12190
12191         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12192         to `asis'.
12193         (fet_begingroup): Save group name in string `feta_group'.
12194         (fet_endgroup): Updated.
12195         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12196
12197         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12198
12199         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12200         in metapost.
12201
12202 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12203
12204         * Documentation/user/notation.itely: really minor editing.
12205
12206 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12207
12208         * Documentation/user/examples.itely: minor editing.
12209
12210         * Documentation/user/changing-defaults.itely: minor editing.
12211
12212         * Documentation/user/notation.itely: clarified info on polyphony
12213         and \addlyrics.
12214
12215 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12216
12217         * scm/output-gnome.scm: 
12218         * scm/output-svg.scm:
12219         * scm/lily-library.scm (font-name-style): Update font name
12220         kludging for fontconfig use.
12221
12222 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12223
12224         * scm/define-markup-commands.scm: Document right-align and
12225         larger markup commands. Remove "TODO" from the topmost comment
12226         "each markup function should have a doc string." More consistent
12227         use of new-lines.
12228
12229 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12230
12231         * Documentation/user/changing-defaults: removed info about
12232         copyright symbol, since it's likely to change soon.
12233         Added info about betweensystemspace.
12234
12235         * Documentation/user/notation.itely: minor fixes.
12236
12237         * Documentation/user/lilypond.tely,
12238         Documentation/user/music-glossary.tely: changed copyright
12239         date to 2005 instead of 2004.
12240
12241         * input/test/volta-chord-names.ly: added old example back.
12242
12243 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12244
12245         * mf/feta-beugel.mf: use design size 20 (not 15).
12246
12247         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12248         change name to aybabtu completely
12249
12250 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12251
12252         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12253         design_size to fontname
12254
12255 2005-01-19  Werner Lemberg  <wl@gnu.org>
12256
12257         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12258         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12259
12260         * mf/feta-autometric.mf (set_char_box): Add code which emits
12261         specials for mf2pt1 if run with metapost.
12262         (to_bp): New macro for mf2pt1.
12263
12264 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12265
12266         * Documentation/user/changing-defaults: added info on
12267         creating a copyright symbol.
12268
12269 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12270
12271         * VERSION: release 2.5.9
12272         
12273 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12274
12275         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12276
12277         * Documentation/user/notation.itely: Document
12278         score-override-auto-beam-setting Fix documentation for
12279         revert-auto-beam-setting.
12280
12281 2005-01-18  Werner Lemberg  <wl@gnu.org>
12282
12283         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12284         (procset): New function to define a procset resource.
12285         (ps-embed-pfa): New function to define a font resource.
12286         (setup): New function to define a `Setup' environment.
12287         (preamble): Use new functions.
12288
12289         * ps/lilypond.defs (init-lilypond-parameters): New function to
12290         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12291
12292 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12293
12294         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12295
12296 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12297
12298         * scm/define-markup-commands.scm: Change number->markletter-string
12299         to take two arguments (vector number). Add number->mark-alphabet-vector
12300         and markalphabet markup command.
12301
12302         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12303         format-mark-alphabet, format-mark-box-barnumbers and
12304         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12305
12306 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12307
12308         * Documentation/user/examples.itely: add SATB automatic piano
12309         reduction template.
12310
12311         * Documentation/user/notation.itely: added info about changing
12312         partcombine texts.  Also adds examples of alternate lyrics.
12313
12314         * Documentation/user/changing-defaults.itely: added warning
12315         about \RemoveEmptyStaffContext overriding previous changes.
12316
12317 2005-01-17  Werner Lemberg  <wl@gnu.org>
12318
12319         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12320         feta-alphabet*.
12321
12322 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12323
12324         * python/lilylib.py (make_ps_images): don't do final showpage for
12325         multi-page documents.
12326         
12327         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12328
12329 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12330
12331         * Documentation/user/lilypond.tely: changed order of appendices;
12332         unified index should be last.
12333
12334         * Documentation/user/notation.itely: add example of key signatures
12335         and info about Staff.printKeyCancellation.
12336
12337 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12338
12339         * lily/include/repeated-music.hh (class Repeated_music): change
12340         into "namespace" class.
12341
12342         * lily/event.cc: remove Key_change_event.
12343
12344         * lily/include/transposed-music.hh (class Transposed_music): remove.
12345
12346         * lily/transposed-music.cc: remove
12347
12348         * lily/include/relative-music.hh: remove.
12349
12350         * lily/include/music-sequence.hh (struct Music_sequence): change
12351         into "namespace" class.
12352
12353         * lily/untransposable-music.cc (Module): remove
12354
12355         * lily/include/un-relativable-music.hh (Module): remove
12356
12357         * lily/include/untransposable-music.hh (Module): remove
12358
12359         * lily/include/music-list.hh (Module): remove file
12360
12361         * lily/un-relativable-music.cc: remove file.
12362
12363 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12364
12365         * lily/parser.yy: Compile fix.
12366
12367 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12368
12369         * lily/include/music.hh (class Music): unvirtualize transpose().
12370
12371         * lily/sequential-music.cc: remove file.
12372
12373         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12374
12375         * lily/slur-scoring.cc (get_best_curve): only switch on
12376         DEBUG_SLUR_SCORING for non NDEBUG builds.
12377
12378         * lily/include/music.hh (class Music): replace Music::start_mom()
12379         by start-callback property
12380
12381         * lily/include/grace-music.hh: remove file. 
12382
12383         * lily/stem.cc (height): robustness fix.
12384
12385         * lily/time-scaled-music.cc: remove file.
12386
12387         * lily/include/music.hh (class Music): include SCM init argument.
12388         (class Music): replace Music::get_length() virtual by
12389         length-callback property everywhere.
12390
12391         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12392
12393         * mf/GNUmakefile: don't install *list.ly
12394
12395 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12396
12397         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12398
12399 2005-01-12  Werner Lemberg  <wl@gnu.org>
12400
12401         This patch addresses the following problems in the feta sources
12402         files which contribute to the fetaXX fonts.
12403
12404         . Many fixes for rasterization at low resolutions (consistent use of
12405           `vround' and `hround', integer shift values for paths, applying
12406           `eps' for mirrored paths, use of `define_whole_pixels' and
12407           friends, etc.) -- while this probably looks like a waste of time
12408           it has revealed deficiencies in some glyph shapes.  See comment at
12409           the end of feta-params.mf how vertical symmetry is achieved.
12410
12411         . The `---' operator has been replaced everywhere with `--'; this
12412           both improves and considerably reduces the font size after
12413           conversion with mf2pt1.
12414
12415         These change aren't explicitly mentioned below since virtually all
12416         glyphs are affected.
12417
12418         Other notable differences:
12419
12420         . Glyphs from feta-accordion.mf now have charboxes around the
12421           outline.
12422
12423         . Fixed incorrect charbox for `accDot'.
12424
12425         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12426
12427         . Fixed position of the bow in the `upprall' glyph and its siblings.
12428
12429         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12430           dependent on the staff line thickness to avoid touching the middle
12431           staff line at smaller sizes.
12432
12433         . Largely extended output for feta-testXX: Where useful, glyphs
12434         are shown both between and on staff lines.
12435
12436
12437         * mf/feta-params.mf (staff_space_rounded,
12438         stafflinethickness_rounded, linethickness_rounded,
12439         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12440         Update all code which uses them where appropriate.
12441         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12442         New variables used to control rasterization at low resolutions.  Set
12443         to zero if feta code is processed with metapost.
12444
12445         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12446         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12447         (flare_path): Updated.
12448         Make it work with `filldraw' (but only circular pens).
12449         (hfloor, vfloor, hceiling, vceiling): New macros.
12450
12451         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12452         Use `draw' again in mf mode to have good pixel dropout control.
12453         Fix intersection points of horizontal lines with circle.
12454         ("accDot"): Fix parameters for set_char_box.
12455         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12456         control.
12457
12458         * mf/feta-banier.mf: Updated.
12459
12460         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12461         testing.
12462         (undraw_inside_ellipse): Remove `center' argument.  Update all
12463         callers.
12464         (draw_brevis): New macro, called by "Brevis notehead".
12465         (draw_whole_triangle_head): New macro, called by "Whole
12466         trianglehead".
12467         (draw_small_triangle_head): Use `filldraw'.
12468
12469         * mf/feta-eindelijk.mf: Remove useless global group.
12470         Updated.
12471
12472         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12473         `filldraw'.
12474
12475         * mf/feta-pendaal.mf: Updated.
12476
12477         * mf/feta-puntje.mf: Updated.
12478
12479         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12480         less points.
12481         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12482         dropout control.
12483         ("Varied Coda"): Use `draw_block'.
12484         (draw_comma): Fix typo.
12485         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12486         pixel dropout control.
12487
12488         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12489         position of bow.
12490
12491         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12492         sizes.
12493
12494         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12495         testing.
12496         (draw_meta_sharp): Much simplified.
12497         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12498
12499         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12500
12501 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12502
12503         * Documentation/user/notation.itely (Ancient rests): Fix typo
12504         (thanks Anthony)
12505
12506 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12507
12508         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12509
12510         * lily/main.cc (setup_paths): Add cff.
12511
12512         * mf/GNUmakefile (foe): Include actual target %.cff.
12513         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12514
12515 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12516
12517         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12518         suffix for main_input_b_.
12519
12520         * scm/music-functions.scm (toplevel-music-functions):
12521         precompute music lengths for music expressions.  
12522
12523 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12524
12525         * lily/include/input.hh (class Input): new `end_' slot for end of
12526         input. Renamed defined_str0_ to start_.
12527
12528         * lily/input.cc (Input): Add Input::Input (Input const &) and
12529         remove Input::Input (Source_file*, char const *). Use the new
12530         slots.
12531         (set_location): method used by bison to propagate input
12532         locations (YYLLOC_DEFAULT).
12533         (end_line_number, end_column_number, step_forward): new methods
12534         
12535         * lily/input-scheme.cc (ly:input-both-locations): new function,
12536         similar to ly:input-location, but also return the end line and
12537         column.
12538
12539         * lily/include/includable-lexer.hh: 
12540         * lily/includable-lexer.cc: 
12541         * lily/include/lily-lexer.hh (class Lily_lexer): 
12542         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12543         Includable_lexer to Lily_lexer, in order to update lexloc (the
12544         yylloc), a new slot of Lily_lexer.
12545         (here_input, LexerError): simplify by using the lexloc slot (aka
12546         yylloc)
12547
12548         * lily/lexer.ll: #define yylloc to use input locations (it may
12549         be useless here?). Fixed the #embedded_scm rule (step the location
12550         forward in order to skip the sharp sign before parsing the scheme
12551         expression)
12552
12553         * lily/include/lily-parser.hh (class Lily_parser): 
12554         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12555         here_input()
12556         (parser_error): overload for more precise locations of errors.
12557
12558         * lily/parser.yy (YYLTYPE): set location type to Input
12559         (YYLLOC_DEFAULT): use Input::set_location()
12560         (yylex): add the YYLTYPE* location parameter.
12561         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12562         Give an Input parameter to THIS->parser-error() for more accurate
12563         messages.
12564
12565 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12566
12567         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12568
12569         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12570         on BEAMQUANTING for non-NDEBUG builds.
12571
12572         * lily/stem.cc (head_count): performance: avoid String::String()
12573         inside oft called function.
12574
12575 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12576
12577         * Documentation/user/examles.itely: attempted fix for broken
12578         string quartet template.
12579
12580         * Documentation/user/notation.itely: remove unnecessary broken
12581         link.
12582
12583 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12584
12585         * VERSION (PACKAGE_NAME): release 2.5.7
12586
12587 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12588
12589         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12590         mf-nowin for teTeX-3.0.  Backportme.
12591
12592         * scm/output-svg.scm (utf8-string): New function.
12593
12594         * scm/output-gnome.scm (utf8-string): New function.
12595         (otf-name-mangling): Remove.
12596
12597         * lily/pango-font.cc (Pango_font): Use font string iso font
12598         filename for utf8-text.
12599
12600         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12601         name.
12602
12603 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12604
12605         * Documentation/user/notation.itely: add info about
12606         Staff.extraNatural = ##f in Pitches section.  Also
12607         fixed some minor issues in the Vocal music section.
12608
12609 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12610
12611         * scm/output-ps.scm (white-text): comment out Helvetica font,
12612         which is broken for my GS install.
12613
12614         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12615         which provides a tighter bbox.
12616
12617         * scm/define-grobs.scm (all-grob-descriptions): remove all
12618         extra-offsets from definitions.
12619
12620 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12621
12622         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12623         add tuning for 4-string bass and some common 4/5-string banjo
12624         tunings.  New function (four-string-banjo) turns a 5-string tuning
12625         into a 4-string tuning.  New function
12626         (fret-number-tablature-format-banjo) computes correct fret numbers
12627         on 5-string banjos.
12628
12629         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12630         Add beam correction to TabVoice.
12631
12632         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12633         using bold font; makes tabs more readable.
12634
12635 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12636
12637         * lily/font-select.cc (get_font_by_design_size): don't make
12638         Modified_font_metric; this causes trouble, since we don't know the
12639         font magnification from inside Pango_font::text_stencil()
12640
12641         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12642
12643         * Documentation/user/notation.itely (The Lyrics context): comment out
12644         broken {Small ensembles} link.
12645
12646         * scm/framework-svg.scm (output-framework): change calling convention.
12647
12648         * lily/object-key-dumper-scheme.cc: new file.
12649
12650         * lily/object-key-undumper-scheme.cc: new file.
12651
12652         * lily/tweak-registration-scheme.cc: new file.
12653
12654         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12655
12656         * Documentation/user/examples.itely (String quartet): uncomment
12657         broken example.
12658
12659         * lily/font-config.cc: new file.
12660
12661 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12662
12663         * scm/output-svg.scm: 
12664         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12665
12666         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12667
12668 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12669
12670         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12671         Add headers.
12672
12673         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12674
12675 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12676
12677         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12678
12679         * lily/include/main.hh: lose _b hungarian suffixes for global
12680         variables.
12681
12682         * lily/include/lily-guile-macros.hh: new file.
12683
12684         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12685
12686         * lily/general-scheme.cc: new file. 
12687
12688         * lily/font-select.cc (get_font_by_design_size): retrieve
12689         PangoFont for (designsize . "pango-descr") entries.
12690
12691         * lily/lily-parser-scheme.cc: new file.
12692
12693         * lily/output-def-scheme.cc: new file.
12694
12695         * lily/paper-book-scheme.cc: new file.
12696
12697         * lily/duration-scheme.cc (LY_DEFINE): new file.
12698
12699         * lily/pitch-scheme.cc:  new file.
12700
12701         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12702
12703 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12704
12705         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12706
12707 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12708
12709         * Documentation/user/notation.itely: minor editing.
12710
12711         * Documentation/user/changing-defaults: minor editing.
12712
12713         * Documentation/user/examples.itely: add template for
12714         string quartet part extraction; demonstrates tag.
12715
12716 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12717
12718         * Documentation/user/notation.itely: documents
12719         format-mark-box-letters and format-mark-box-numbers
12720
12721         * scm/define-context-properties.scm: change comment.
12722
12723 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12724
12725         * scm/framework-ps.scm (output-classic-framework): new function:
12726         dump systems as separate .eps files (without fonts) and write a
12727         single collecting .tex file.
12728
12729 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12730
12731         * Documentation/user/notation.itely (Setting simple songs):
12732         Correct several errors in the equivalent formulation of
12733         \addlyrics. 
12734         (The Lyrics context): Corrected link to the SATB example.
12735
12736 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12737
12738         * scm/lily.scm (completize-formats): new function
12739         (postprocess-output): new function
12740
12741         * lily/paper-book.cc (classic_output): change calling
12742         convention. Give basename as first argument. 
12743         remove Paper_book::post_processing().
12744
12745         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12746
12747 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12748
12749         * lily/paper-outputter.cc (LY_DEFINE): new function
12750         ly:outputter-close.
12751
12752         * lily/main.cc: change --format,-f to --backend,-b
12753
12754         * lily/include/main.hh: rename format to backend.
12755
12756         * scm/translation-functions.scm (format-mark-box-numbers): add.
12757         patch by Erlend Aasland
12758
12759 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12760
12761         * lily/pango-font.cc (text_stencil): dump string as
12762         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12763
12764 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12765
12766         * configure.in (gui_b): Remove handy developer-only
12767         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12768         CVS source installations (but break other non-default but correct
12769         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12770
12771         * SConstruct: 
12772         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12773         compatibility (backportme).
12774
12775         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12776
12777 2005-01-03  Werner Lemberg  <wl@gnu.org>
12778
12779         Prepare glyph shapes for mf2pt1 conversion.
12780
12781         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12782         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12783         `penstroke'.
12784         (accDot): Use `drawdot'.
12785         (accBayanbase): Replace `draw' with `draw_gridline'.
12786         (print_penpos): Moved to feta-macros.mf.
12787         (accOldEE): Replace `filldraw' with `penstroke'.
12788         Replace `draw' with `penstroke' and `drawdot'.
12789
12790         * mf/feta-banier.mf: Code clean-up.
12791         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12792         `fill'.
12793
12794         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12795
12796         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12797         paremeter to control drawing of labels.  Update all callers.
12798
12799         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12800         (new_bulb): Return a bulb as a single path.  To do that, it now
12801         takes some more parameters.  Updated all callers.
12802         (draw_gclef): Major clean-up.  `draw' has been replaced with
12803         `penstroke', unnecessary outlines have been removed.
12804         Remove (unused) gnome-canvas code.
12805
12806         * mf/feta-macros.mf (print_penpos): New macro (from
12807         feta-accordion.mf).
12808         Other minor fixes.
12809
12810         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12811         ("Pedal dot"): Use `drawdot'.
12812         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12813         all callers.
12814         Fix shape at top.
12815         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12816         all callers.
12817         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12818         all callers.
12819         Revert drawing direction.
12820
12821         * mf/feta-schrift.mf (draw_fermata): Use single path.
12822         (draw_short_fermata): Replace `filldraw' with `fill'.
12823         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12824         `draw_rounded_block' with a single path.
12825         ("Thumb"): Draw full circle instead of mirroring segments.
12826         (draw_accent): New macro.
12827         ("> accent", "espr"): Use it.
12828         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12829         ("open (unstopped)"): Draw full circle instead of mirroring
12830         segments.
12831         (draw_vee): Removed.
12832         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12833         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12834         path.
12835         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12836         partial pieces drawn with `fill' -- these do still overlap with the
12837         stem of the `t' but just once, not multiple times so that fontforge
12838         can handle it gracefully.
12839         Change other parts of the glyph so that fontforge's overlapping
12840         algorithm reliably works.
12841         (draw_heel): Replace `draw' with `fill'.
12842         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12843         ("Flageolet"): Replace `draw' with `penstroke'.
12844         ("Segno"): Replace `filldraw' with `penstroke'.
12845         Replace `draw' with `drawdot'.
12846         ("Coda"): Replace `fill' with `penstroke', using a single path.
12847         ("Varied Coda"): Use less overlapping paths.
12848         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12849         single path.
12850
12851         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12852         group to better control the `labels' command.
12853         Rename argument to `offset' and use it actually.  Update all
12854         callers.
12855         Replace `filldraw' with `fill'.
12856         ("mordent", "prallmordent", "upmordent", "downmordent",
12857         "lineprall"): Replace `draw' with `draw_gridline'.
12858         ("upprall", "downprall"): Replace `draw' with `fill'.
12859
12860         * mf/feta-timesig.mf: Formatting.
12861
12862         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12863         to...
12864         ("Flat"): Here.
12865         (draw_paren): Move code to draw labels to...
12866         ("Right Parenthesis"): Here.
12867
12868 2005-01-02  Graham Percival <gperlist@shaw.ca>
12869
12870         * Documentation/user/notation.itely: add example of \setTextDecresc
12871         and \setTextDim.
12872
12873 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12874
12875         * scm/define-markup-commands.scm :  fix glyph-strings of
12876         accidentals and \note-by-number
12877
12878 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12879
12880         * VERSION: 2.5.6 released.
12881         
12882         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12883
12884         * input/regression/new-markup-scheme.ly: oops. font-family=music
12885         -> font-encoding fetaMusic.  
12886
12887         * lily/main.cc: put default to PS.
12888
12889         * lily/tfm.cc: idem.
12890
12891         * lily/afm.cc: idem.
12892
12893         * lily/include/modified-font-metric.hh (struct
12894         Modified_font_metric): remove coding_scheme() method.
12895
12896         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12897
12898         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12899
12900         * input/les-nereides.ly: convert to utf8
12901
12902         * lily/modified-font-metric.cc (text_dimension): idem.
12903
12904         * lily/parser.yy (TODO): idem.
12905
12906         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12907
12908         * lily/lexer.ll: remove encoding
12909
12910         * scm/framework-ps.scm (output-variables): separately scale the
12911         page to mm 
12912
12913         * lily/pango-font.cc (Pango_font): fix scaling.
12914
12915         * lily/font-metric.cc (design_size): design_size returns a
12916         dimension now as well.
12917
12918 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12919
12920         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12921         brace generation. 
12922
12923         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12924
12925 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12926
12927         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12928         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12929
12930 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12931
12932         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12933         in first run as well.
12934
12935         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12936         dimension less points (ie. 12 = 12 point)
12937
12938         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12939
12940         * lily/all-font-metrics.cc (find_pango_font): set description_
12941
12942         * lily/pango-font.cc (text_stencil): export size as well.
12943         (text_stencil): fix scaling and extents box.
12944
12945 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12946
12947         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12948
12949         * Documentation/user/invoking.itely (Invoking lilypond): document
12950         texstr
12951
12952         * scripts/convert-ly.py (conv): add ancient rules.
12953
12954         * scm/clef.scm (c0-pitch-alist): replace - with .
12955
12956         * scripts/lilypond-book.py (process_snippets): add texstr support.
12957
12958         * scm/framework-texstr.scm (header): change extension to .textmetrics
12959
12960         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12961         -f tex.
12962
12963         * lily/text-metrics.cc: new file.
12964         (try_load_text_metrics): new function
12965
12966         * lily/include/text-metrics.hh: new file.
12967
12968 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12969
12970         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12971         ly_scheme_function to ly_lily_module_constant.
12972
12973         * lily/modified-font-metric.cc (text_dimension): try
12974         lookup_tex_text_dimension() first.
12975
12976         * lily/tfm.cc: new function ly:load-text-dimensions
12977
12978 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12979
12980         * scm/output-texstr.scm (text): use \lilygetmetrics
12981
12982         * scm/framework-texstr.scm (header): dump in new format.
12983
12984         * tex/lilypond-tex-metrics: new file.
12985         
12986 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12987
12988         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12989         mapping.
12990         (index_to_charcode): New method.
12991
12992         * scm/output-ps.scm (glyph-string): 
12993         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12994
12995 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12996
12997         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12998         implement fully, need FONT to get to charcode.
12999
13000         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
13001
13002         * scm: Cleanups.
13003
13004         * Documentation/user/changing-defaults.itely: Fix internalsrefs
13005         {Tunable context properties},
13006         {All layout objects},
13007         {Music definitions}.
13008
13009 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13010
13011         * VERSION: release 2.5.5
13012         
13013         * lily/main.cc: use TeX as default output format.
13014
13015         * flower/file-path.cc (find): try to open directly as well, so we
13016         find absolute path files. 
13017
13018         * lily/pango-select.cc: new file.
13019
13020         * scm/framework-ps.scm: remove all encoding code. 
13021         load pfb/pfa for PangoFont too.
13022         
13023         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
13024
13025 2004-12-22  Werner Lemberg  <wl@gnu.org>
13026
13027         Prepare glyph shapes for mf2pt1 conversion.
13028
13029         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
13030
13031         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
13032         (define_triangle_shape): Use it to replace `draw' with `fill' and
13033         `unfill'.  Update all callers.
13034         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
13035         (draw_cross): Ditto.
13036         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
13037         Use penrazor for better conversion with mf2pt1.
13038         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
13039         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
13040         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
13041         draw_la_head, draw_ti_head): Replace `filldraw' with
13042         `fill'.  Update all callers.
13043
13044 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13045
13046         * lily/paper-book.cc (output): revert: only allow a single output
13047         format.
13048
13049         * lily/include/pango-font.hh: new file.
13050
13051         * lily/pango-font.cc: new file.
13052
13053         * lily/font-metric.cc (text_stencil): new routine
13054
13055         * lily/all-font-metrics.cc (find_pango_font): new routine.
13056
13057         * lily/include/font-metric.hh (struct Font_metric): add
13058         text_stencil()
13059
13060         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
13061
13062 2004-12-22  Werner Lemberg  <wl@gnu.org>
13063
13064         Prepare glyph shapes for mf2pt1 conversion.
13065
13066         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
13067
13068         * mf/feta-toevallig.mf: Formatting.
13069         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
13070         ("Natural"): Fix paths to allow better postprocessing.
13071         (draw_meta_flat): Use `z3l' as additional point in path to get
13072         better conversion with mf2pt1.
13073         Other minor cleanups.
13074         ("3/4 Flat"): Add auxiliary points and modify path to replace
13075         `draw' with `fill'.
13076         ("Double Sharp"): Mirror path segments instead of picture elements
13077         to get a single outline.
13078         Modify path to replace `filldraw' with `fill'.
13079
13080 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13081
13082         * input/test/unfold-all-repeats.ly: added file back.
13083
13084         * Documentation/user/notation.itely,
13085         Documentation/user/programming-interface.itely
13086         Documentation/user/changing-defaults.itely: fixed misc broken
13087         links to input/test/ files.
13088
13089 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13090
13091         * tex/texinfo.tex: Update.  We should not be distributing this,
13092         but since we do, use latest version.
13093
13094         * Documentation/user/macros.itexi: Comment-out \fetaflat,
13095         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
13096         macros for feta glyphs.
13097
13098 2004-12-22  Graham Percival  <gperlist@shaw.ca>
13099
13100         * Documentation/user/changing-defaults.itely: fix index for set.
13101
13102         * Documentation/user/converters.itely: added convert-ly bugs list
13103         from CVS.
13104
13105 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13106
13107         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
13108         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
13109         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
13110         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
13111
13112         * mf/GNUmakefile (pfa_warning): Use less broken check.
13113
13114         * python/lilylib.py (setup_environment): Remove cruft from
13115         GS_FONTPATH.
13116
13117         * configure.in: Bump mftrace requirement to 1.1.1.
13118
13119 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13120
13121         * scm/output-svg.scm (beam): Use polygon.
13122
13123         * scm/lily-library.scm: Bugfix.
13124
13125         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
13126
13127         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
13128
13129 2004-12-19  Werner Lemberg  <wl@gnu.org>
13130
13131         Prepare glyph shapes for mf2pt1 conversion.
13132
13133         * mf/feta-eindelijk: Some formatting.
13134         (multi_rest_x, multi_beam_height): Removed.  Unused.
13135         ("Quarter rest"): Use `intersectiontimes' to create a single
13136         outline.
13137         (rest_crook): Removed.  Unused.
13138         (draw_rest_bulb): Return path (without filling).  Update callers.
13139         Simplified.
13140         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
13141         "128th rest"): Simplify `pat'.
13142         Create single outline.
13143
13144 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13145
13146         * mf/GNUmakefile (ALL_GEN_FILES):
13147         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
13148
13149         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
13150         function.
13151
13152 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13153
13154         * scm/output-texstr.scm (placebox): add routine
13155
13156         * VERSION (PACKAGE_NAME): release 2.5.4
13157
13158         * scm/framework-texstr.scm (output-framework): new file.  
13159
13160         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13161         processing.
13162
13163         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13164
13165         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13166         rule.
13167
13168         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13169
13170         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13171
13172         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13173
13174 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13175
13176         * scm/framework-svg.scm (dump-page): Implement landscape.
13177
13178 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13179
13180         * lily/main.cc (setup_paths): Add svg to search path.
13181
13182         * scm/output-svg.scm:
13183         * scm/framework-svg.scm: Add pageSet.  Update.
13184         (dump-fonts): New function.
13185         (output-framework): Use it.
13186
13187         * mf/GNUmakefile: 
13188         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13189
13190 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13191
13192         * tex/lilyponddefs.tex: comment out new ifpdf code.
13193
13194 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13195
13196         * GNUmakefile.in: 
13197         * SConstruct (symlink): Replace afm by otf.
13198
13199         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13200         ly:pango-add-afm-decoder.
13201
13202         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13203
13204 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13205
13206         * scm/output-ps.scm (new-text): don't access t glyph for getting
13207         space dimension.
13208
13209         * ly/init.ly: warn about \version
13210
13211         * lily/lexer.ll: set version-seen?
13212
13213 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13214
13215         * scm/output-svg.scm (string->entities): Update.
13216
13217 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13218
13219         * lily/main.cc (setup_paths): replace afm by otf for path. 
13220
13221         * lily/pangofc-afm-decoder.cc: remove.
13222
13223         * lily/include/pangofc-afm-decoder.hh: remove.
13224
13225         * scm/framework-scm.scm (output-framework): new file.
13226
13227         * mf/GNUmakefile: remove SAUTER_FONTS.
13228         remove SVG/sodipodi hacks.
13229
13230         * scm/lily-library.scm (stderr): move stderr.
13231
13232         * mf/GNUmakefile: remove AFM support.
13233
13234         * buildscripts/mf-to-table.py (base): remove AFM support.
13235
13236         * lily/open-type-font.cc (design_size): use design_size
13237
13238 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13239
13240         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13241
13242 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13243
13244         * mf/GNUmakefile: Generate combined aybabtu info.
13245         * mf/aybabtu.pe.in (i): Load it.
13246
13247         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13248         are not symbols.
13249
13250         * lily/include/open-type-font.hh (count): New method.
13251
13252         * mf/aybabtu.pe.in: Typo.
13253
13254         * Documentation/user/out/lilypond-internals.nexi (Scheme
13255         functions): Typo.
13256
13257         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13258
13259 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13260
13261         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13262         subfonts.
13263
13264         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13265
13266         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13267         (tex-font-command-raw): new function.
13268
13269         * lily/include/virtual-font-metric.hh (Module): remove file
13270
13271         * lily/virtual-font-metric.cc (Module): remove file.
13272         
13273
13274         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13275         (get_indexed_char): read bbox from lily table if present.
13276
13277 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13278
13279         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13280         aybabtu.subfonts
13281
13282         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13283         global glyphname. Enables more than 64 glyphs in the OTF.
13284
13285 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13286
13287         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13288         braces.
13289
13290         * lily/open-type-font.cc (design_size): Use 12 as default for
13291         design size.
13292
13293         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13294
13295         * mf/GNUmakefile: Generate aybabtu.
13296
13297         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13298
13299 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13300
13301         * scm/lily-library.scm (char->unicode-index): Remove.
13302
13303         * scm/output-gnome.scm (text): Bugfix for plain string input.
13304         Updates.
13305
13306         * scm/output-svg.scm (svg-font): Add weight to font selection.
13307
13308 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13309
13310         * Documentation/topdocs/INSTALL.texi (Top): Point to
13311         buildscripts/out/clean-fonts instead of
13312         buildscripts/clean-fonts.sh. 
13313
13314 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13315
13316         * input/regression/figured-bass.ly: attempt to clarify text.
13317
13318         * Documentation/user/notation.tely: add cindex for tag, attempt to
13319         add figured bass example.
13320
13321         * Documentation/user/changing-defaults: basic editing.
13322
13323 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13324
13325         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13326
13327         * lily/open-type-font.cc (LY_DEFINE): new function
13328         ly:font-sub-fonts
13329
13330         * lily/include/font-metric.hh (struct Font_metric): new method
13331         sub_fonts()
13332
13333         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13334         . with - in add.stem.
13335         
13336 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13337
13338         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13339         and fetaDynamic.
13340
13341         * lily/rest.cc (glyph_name): Change - to . .
13342
13343         * scm/output-gnome.scm (text): Hello world, again.
13344
13345         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13346
13347         * lily/modified-font-metric.cc (index_to_charcode): New method.
13348
13349         * lily/include/font-metric.hh (index_to_charcode): New function.
13350
13351         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13352         new function.
13353         (ly:font-glyph-to-index): Remove.
13354
13355 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13356
13357         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13358
13359         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13360
13361         * lily/open-type-font.cc (load_scheme_table): new function
13362
13363         * lily/dots.cc (print): replace - 
13364
13365         * lily/open-type-font.cc (attachment_point): new function.
13366         (load_table): read LILC table
13367
13368         * buildscripts/gen-bigcheese-scripts.py (Module): new
13369         file. Generate FF scripts.
13370
13371         * mf/feta-din10.mf: idem.
13372
13373         * mf/feta-nummer10.mf: remove mf files.
13374
13375         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13376
13377 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13378
13379         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13380
13381         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13382         compatibility.
13383
13384 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13385
13386         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13387         design-size and units_per_EM.
13388
13389         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13390
13391 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13392
13393         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13394         does not crash fontforge.
13395
13396         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13397         PUA.
13398
13399 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13400
13401         * scm/framework-ps.scm (ps-embed-cff): new function.
13402
13403         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13404
13405 2004-12-12  Werner Lemberg  <wl@gnu.org>
13406
13407         * mf/bigcheese.pe.in: Add PUA mapping.
13408         Don't create Type 42 but bare CFF font.
13409
13410 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13411
13412         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13413         within canvas boundaries.
13414
13415         * mf/merge.pe.in: Set font names, version, license GPL.
13416
13417         * make/substitute.make: Add FONTFORGE.
13418
13419         * config.make.in (FONTFORGE): Add.
13420
13421         * configure.in (gui_b): Use PATH_PROG for fontforge.
13422
13423 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13424
13425         * scm/define-markup-commands.scm: add baseline-skip to info
13426         about \column.
13427
13428 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13429
13430         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13431
13432         * scm/output-gnome.scm (named-glyph): Use it.
13433
13434         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13435
13436         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13437         (upper_string, lower_string, reverse_string): Remove.
13438
13439         * configure.in (fontforge): Reinstate version check.
13440
13441         * ly/engraver-init.ly: Fix clef glyph names.
13442
13443         * lily/time-signature.cc (special_time_signature): Fix fraction
13444         glyph names.
13445
13446 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13447
13448         * mf/merge.pe: new file.
13449
13450         * lily/freetype.cc: new file.
13451
13452         * lily/include/open-type-font.hh (class Open_type_font): new file.
13453
13454         * lily/include/freetype.hh: new file.
13455
13456         * lily/open-type-font.cc: new file.
13457
13458         * lily/all-font-metrics.cc (find_otf): new function.
13459
13460 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13461
13462         * lily/time-signature.cc (special_time_signature): Fix.
13463
13464         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13465         GTK2 before checking for pango.  Fixes -fgnome.
13466
13467         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13468         Scheme name.
13469
13470         * scm/define-markup-commands.scm:
13471         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13472
13473         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13474
13475         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13476         date versions.  Fixes configure.
13477         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13478         argument.
13479
13480 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13481
13482         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13483         names in .enc
13484
13485         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13486
13487 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13488
13489         * Documentation/user/changing-defaults.itely: add info about
13490         make-dynamic-script
13491
13492         * Documentation/user/notation.itely: add link in dynamics to
13493         section about make-dynamic-script.
13494
13495 2004-12-09  Christian hitz  <chhitz@gmx.net>
13496
13497         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13498
13499 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13500
13501         * buildscripts/mf-to-table.py (parse_logfile): use . for
13502         concatting name and group.
13503         (parse_logfile): use M for Minus (negative.)
13504
13505         * lily/include/type-swallow-translator.hh
13506         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13507
13508         * lily/*.cc: cosmetics around = sign.
13509
13510         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13511         lyric spacing on the penultimate column.
13512
13513 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13514
13515         * configure.in:
13516         * lily/accidental-placement.cc:
13517         * lily/bar-line.cc:
13518         * lily/beam-concave.cc:
13519         * lily/beam-quanting.cc:
13520         * lily/beam.cc:
13521         * lily/bezier-bow.cc:
13522         * lily/bezier.cc:
13523         * lily/break-align-interface.cc:
13524         * lily/custos.cc:
13525         * lily/dimension-cache.cc:
13526         * lily/dot-column.cc:
13527         * lily/font-metric.cc:
13528         * lily/font-select.cc:
13529         * lily/gourlay-breaking.cc:
13530         * lily/grob-property.cc:
13531         * lily/grob.cc:
13532         * lily/lily-guile.cc:
13533         * lily/line-spanner.cc:
13534         * lily/lookup.cc:
13535         * lily/lyric-extender.cc:
13536         * lily/lyric-hyphen.cc:
13537         * lily/mensural-ligature.cc:
13538         * lily/midi-def.cc:
13539         * lily/misc.cc:
13540         * lily/note-collision.cc:
13541         * lily/note-column.cc:
13542         * lily/note-head.cc:
13543         * lily/paper-outputter.cc:
13544         * lily/percent-repeat-item.cc:
13545         * lily/rest-collision.cc:
13546         * lily/side-position-interface.cc:
13547         * lily/simple-spacer.cc:
13548         * lily/slur-configuration.cc:
13549         * lily/slur-scoring.cc:
13550         * lily/slur.cc:
13551         * lily/spaceable-grob.cc:
13552         * lily/spacing-spanner.cc:
13553         * lily/spanner.cc:
13554         * lily/staff-symbol-referencer.cc:
13555         * lily/stem.cc:
13556         * lily/stencil.cc:
13557         * lily/system-start-delimiter.cc:
13558         * lily/system.cc:
13559         * lily/text-item.cc:
13560         * lily/tie.cc:
13561         * lily/tuplet-bracket.cc:
13562         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13563         <cmath> beacause isinf/isnan is undefined in <cmath>
13564
13565 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13566
13567         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13568
13569 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13570
13571         * VERSION: release 2.5.3
13572         
13573 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13574
13575         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13576
13577 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13578
13579         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13580
13581         * lily/note-head.cc (internal_print): always try the "s" head if
13582         u/d not found.
13583
13584         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13585
13586 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13587
13588         * mf/parmesan-heads.mf (overdone_heads): typos.
13589
13590 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13591
13592         * lily/parser.yy (markup): in markups, { .. } without command
13593         before are also flattened, ie \line must be explicitely used.
13594
13595         * Documentation/user/changing-defaults.itely:
13596         * Documentation/user/notation.itely: 
13597         * input/wilhelmus.ly: 
13598         * input/regression/instrument-name-markup.ly: 
13599         * input/regression/markup-score.ly: 
13600         * input/regression/new-markup-scheme.ly: 
13601         * input/regression/new-markup-syntax.ly: 
13602         * input/test/coriolan-margin.ly: use \line in markups where
13603         appropriate
13604         
13605 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13606
13607         * scm/new-markup.scm (map-markup-command-list): helper function
13608         used in parser.yy to map markup commands on a markup list.
13609
13610         * lily/parser.yy: get rid off < > in markups by treating { } as
13611         real lists.
13612
13613         * lily/lexer.ll: remove < > from markup lexer mode.
13614
13615         * scripts/convert-ly.py (conv): add rule for converting 
13616         \markup < > to \markup { }
13617
13618         * ly/titling-init.ly: 
13619         * input/test/coriolan-margin.ly: 
13620         * input/regression/new-markup-syntax.ly: 
13621         * input/regression/new-markup-scheme.ly: 
13622         * input/regression/multi-measure-rest-text.ly: 
13623         * input/regression/markup-stack.ly: 
13624         * input/regression/markup-score.ly: 
13625         * input/regression/instrument-name-markup.ly: 
13626         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13627         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13628         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13629         * input/wilhelmus.ly: 
13630         * Documentation/user/notation.itely: 
13631         * Documentation/user/music-glossary.tely: 
13632         * Documentation/user/changing-defaults.itely: change < > to { } in
13633         markups
13634
13635 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13636
13637         * lily/accidental-placement.cc (position_accidentals): shortcut if
13638         no accidentals to place.
13639
13640 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13641
13642         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13643         typo s/ly:dimension ?/ly:dimension?/
13644
13645         * input/regression/lily-in-scheme.ly: 
13646         * input/regression/music-function.ly: 
13647         * ly/spanners-init.ly (assertBeamSlope): 
13648         * scm/music-functions.scm (def-grace-function): add the paper
13649         argument to music function definitions.
13650
13651 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13652
13653         * lily/moment.cc (LY_DEFINE):
13654         ly:moment-main-{denominator,numberator}, new function.
13655
13656         * lily/score-engraver.cc (typeset_all): assign to column on basis
13657         of axis-group-parent-X setting.
13658
13659         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13660         add_element() on basis of axis-group-parent-Y setting.
13661
13662         * lily/grob.cc: add axis-group-parent-{XY} properties.
13663
13664         * input/regression/spacing-stick-out.ly: new file.
13665
13666         * lily/simple-spacer.cc (add_columns): use binary search for
13667         setting column rods. Changes O(n^2) to O(n log(n)) for
13668         constructing spacing problem from columns.
13669         (add_columns): read allow-outside-line to make sure no texts stick
13670         out.
13671         (solve): Simple_spacer::is_active() only determines
13672         satisfies_constraints_ for non-ragged typesetting.
13673
13674         * lily/simultaneous-music.cc (to_relative_octave): only set
13675         old_relative_used if return pitch actually changed.
13676
13677         * scm/define-context-properties.scm
13678         (all-user-translation-properties): change to match implementation.
13679
13680         * python/lilylib.py: Replace re.match by re.search and adds "-c
13681         showpage" to the gs command line (Johannes Schindelin)
13682
13683         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13684         before processing. Prevents crash when inf is in the extent.
13685
13686         * scm/define-markup-commands.scm (note-by-number): add "s" to
13687         "noteheads-" glyphname.
13688  
13689         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13690         music function as well.
13691         
13692 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13693
13694         * VERSION: release 2.5.2
13695
13696         * Documentation/user/changing-defaults.itely (Creating titles):
13697         add breakbefore variable.
13698
13699         * lily/paper-book.cc (set_system_penalty): new function. Set
13700         penalty_ based on breakBefore setting
13701
13702         * lily/context-specced-music-iterator.cc (construct_children):
13703         interpret special context id $uniqueContextId 
13704
13705         * lily/context.cc (create_unique_context): new method. Move
13706         creation of unique (\new) contexts into interpreting phase. This
13707         makes
13708
13709           foo= \new Staff ..
13710           << \foo \foo >>
13711
13712         produce 2 staves.
13713         
13714
13715         * scm/define-music-properties.scm (all-music-properties): add
13716         quoted-voice-direction
13717
13718         * ly/music-functions-init.ly: killCues function.
13719
13720         * scm/music-functions.scm (cue-substitute): move creation of voice
13721         contexts further to the back. 
13722
13723 2004-11-25  Werner Lemberg  <wl@gnu.org>
13724
13725         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13726         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13727
13728 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13729
13730         * buildscripts/guile-gnome.sh: Fixed typo.
13731
13732 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13733
13734         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13735
13736         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13737
13738         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13739         to regular engraver. 
13740
13741 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13742
13743         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13744
13745 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13746
13747         * scm/define-markup-commands.scm (fill-line): Typo.
13748
13749         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13750         and newer.
13751
13752 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13753
13754         * ly/dynamic-scripts-init.ly: Fixed typo.
13755
13756 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13757
13758         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13759         note-head, to have different attachment points for up and down.
13760
13761         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13762
13763         * mf/feta-generic.mf (else): remove solfa.
13764
13765         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13766
13767         * scm/define-context-properties.scm
13768         (all-user-translation-properties): add shapeNoteStyles property.
13769
13770         * lily/shape-note-heads-engraver.cc (process_music): new file.
13771
13772         * lily/event.cc (transpose): call Event::transpose() for
13773         transposing the tonic.
13774
13775 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13776
13777         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13778         Unicode/OpenType and AFM.
13779
13780         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13781
13782 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13783
13784         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13785
13786         * lily/context.cc (Context): unprotect key from ctor.
13787
13788         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13789         is '()
13790         (stack-stencils): idem.
13791
13792         * Documentation/user/changing-defaults.itely (Creating titles):
13793         document new title layout options.
13794
13795         * lily/parser.yy (lilypond_header_body): copy previous
13796         $globalheader if present.
13797
13798         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13799         ly:module-copy
13800         
13801         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13802
13803         * scm/titling.scm: remove old titling functions
13804
13805         * lily/stencil.cc (translate): remove absolute dimension.
13806
13807         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13808         via markup.
13809
13810         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13811         field from user-supplied markup
13812
13813         * scm/define-markup-commands.scm (on-the-fly): new markup
13814         command. Enter SCM markup procedure directly in Scheme.
13815         (fromproperty): new markup command. Read markup from props argument.
13816
13817         * scm/titling.scm (marked-up-title): create title via
13818         user-specified markup. 
13819
13820         * scm/define-markup-commands.scm (column): remove empty stencils
13821         from column.
13822
13823         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13824         not have side-effect of creating variable stub.
13825
13826         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13827
13828 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13829
13830         * scm/encoding.scm (coding-alist): 
13831         * scm/font.scm (add-ec-fonts):
13832         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13833         Extended-TeX-Font-Encoding---Latin.
13834
13835         * lily/side-position-interface.cc (general_side_position): Add
13836         actual offset to error message (avoid constant error messages).
13837
13838         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13839         block.
13840
13841         * lily/font-select.cc (select_encoded_font)
13842         (get_font_by_mag_step, get_font_by_design_size): 
13843         * lily/modified-font-metric.cc (Modified_font_metric): 
13844         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13845
13846         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13847         (read-encoding-file): Bugfix: do not require space after bracket.
13848
13849         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13850         these do not exist.
13851
13852 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13853
13854         * Documentation/user/notation.itely: added info about typesetting
13855         boxed bar numbers.
13856
13857 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13858
13859         * flower/interval.cc (T_to_string): gcc4 fixes.
13860
13861         * scm/define-markup-commands.scm (fill-line): use
13862         stack-stencils. This fixes problems with putting already centered
13863         stencils in a line.
13864
13865         * VERSION: release 2.5.1
13866
13867         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13868
13869 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13870
13871         * input/example-[1-3].ly: simplify.
13872
13873         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13874
13875         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13876         show glyphs.
13877
13878         * scm/encoding.scm (decode-byte-string): new function.
13879
13880         * scripts/convert-ly.py (conv): add warning about
13881         set-global-staff-size.
13882
13883         * Doxyfile: add. 
13884
13885         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13886         (conv): warn for TextSpanner split.
13887         (conv): warn for textheight.
13888
13889 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13890
13891         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13892         building the documentation, info with images are installed.
13893         (final-install): Fix description.  Mention sourcing of login
13894         scripts (instead of running).
13895
13896 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13897
13898         * Debian lmodern support.  Note that LilyPond will issue warnings
13899         
13900             no such encoding: "FontSpecific"
13901
13902           The font selection mechanism wants to get the encoding from the
13903           font itself, but the idea of lmodern is that it is usable with
13904           different encodings, ie, Lily should get the encoding from the
13905           font tree, rather than the font itself.  This would require some
13906           more work.
13907         
13908         * configure.in: Test for and accept lmodern if EC fonts not found.
13909
13910         * scm/framework-tex.scm (font-load-command): TeX font name
13911         mangling for latin1 encoded cork-lm fonts.
13912         (convert-to-ps): Load lm.map if available.
13913
13914         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13915         available.
13916
13917         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13918
13919         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13920         available.
13921
13922         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13923         path for absolute file name, that is silly.
13924
13925         * lily/score-engraver.cc (initialize): 
13926
13927         * Documentation/user/GNUmakefile (local-install-info): Invoke
13928         install-info --remove first.
13929
13930         * #include cleanup (Andreas Scherer).
13931
13932 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13933
13934         * input/test/script-abbreviations.ly: fix typos.
13935
13936 2004-11-17  Werner Lemberg  <wl@gnu.org>
13937
13938         * python/lilylib.py (options_help_str): Support pretty-printing of
13939         newlines in fourth element of option description.
13940
13941         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13942         feature.
13943         Sort options.
13944
13945         * Documentation/user/lilypond-book.itely: Finish update.
13946
13947 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13948
13949         * Documentation/user/macros.itexi: Add comment about \command.
13950
13951         * Documentation/user/lilypond.tely:
13952         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13953         and lilypond-book nodes, so that `info lilypond' visits the manual
13954         at top level, and `info lilypond-book' visits the lilypond-book
13955         section.
13956
13957         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13958         and packager messages.
13959
13960         * lily/pangofc-afm-decoder.cc: Update test.
13961
13962 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13963
13964         * scm/lily-library.scm (char->unicode-index): New function.
13965
13966         * scm/output-gnome.scm: 
13967         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13968
13969         * Proper naming of file name throughout; s/filename/file[-_]name/.
13970
13971         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13972
13973         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13974
13975 2004-11-16  Werner Lemberg  <wl@gnu.org>
13976
13977         * scripts/lilypond-book.py: The Lord has commanded me to use only
13978         tabs for indentation.  Your humble servant obeys.
13979
13980 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13981
13982         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13983         including font, if LilyPond-feta font is only feta font in path.
13984
13985         * scm/output-gnome.scm (text): Revert to file name of font if font
13986         has no name.  Fixes ec font selection.
13987         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13988
13989         * scm/framework-svg.scm:
13990         * scm/output-svg.scm: New file.  TODO: figure out how to
13991         do character by index in font.
13992
13993         * scm/output-sodipodi.scm: Remove.
13994
13995         * scm/output-ps.scm (stem): Remove.
13996
13997 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13998
13999         * scm/output-gnome.scm (beam): New function.
14000         (slur): Round corners.
14001         (round-filled-box): Round corners.
14002
14003 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14004
14005         * scm/output-gnome.scm (beam): add function.
14006         (draw-line): new routine.
14007         (dashed-line): stub; call draw-line
14008         (polygon): new routine.
14009
14010 2004-11-15  Werner Lemberg  <wl@gnu.org>
14011
14012         * Documentation/user/lilypond-book.itely: Revise section on
14013         lilypond-book options.
14014         Other minor fixes.
14015
14016         * scripts/lilypond-book.py: Change indentation to 4.
14017         Minor formatting.
14018
14019 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14020
14021         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
14022         grobs that have tweaks specced.
14023         
14024 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
14025
14026         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
14027
14028 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14029
14030         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
14031         actual char #, not 0 based index.
14032
14033         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
14034
14035         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
14036         Warning: do make -C mf clean.
14037
14038         * lily/context-property.cc: Compile fix.
14039
14040         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
14041         Grok ec-fonts, braces and dynamics.
14042
14043         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
14044
14045 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14046
14047         * lily/include/tweak-registration.hh: new file.
14048
14049         * lily/tweak-registration.cc: new file.
14050
14051         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
14052         saving tweaks.
14053
14054         * scm/output-gnome.scm (text): comment dribble.
14055
14056 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14057
14058         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
14059
14060         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
14061         path-def before using.  Fixes muchtomany slurs in wrong places
14062         bug.
14063
14064 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14065
14066         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
14067
14068         * lily/include/object-key-undumper.hh (Module): new file.
14069
14070         * lily/object-key-undumper.cc (Module): New file. Deserialize
14071         keys. SCM bindings
14072
14073         * lily/object-key-dumper.cc (Object_key_dumper): idem.
14074         Provide SCM bindings.
14075
14076         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
14077         new file. Serialize object keys.
14078         
14079         * lily/object-key.cc (dump): new function.
14080         (as_scheme): new virtual function
14081         (undump): new function
14082         (undumpers): new table.
14083
14084         * lily/include/global-context.hh (Context): take \score key upon init.
14085
14086         * lily/object-key-dumper.cc (serialize_key): new file.
14087
14088         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
14089
14090         * lily/lily-lexer.cc: remove \quote.
14091
14092         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
14093
14094         * lily/context.cc (Context): take key argument in ctor.
14095         (create_context): new function
14096
14097         * lily/grob.cc (Grob): take key argument in ctor.  
14098
14099         * lily/lilypond-key.cc (do_compare): new file.
14100
14101         * lily/object-key.cc (Object_key): new file.
14102
14103         * lily/include/object-key.hh (class Object_key): new file.
14104
14105         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
14106
14107 2004-11-13  Graham Percival  <gperlist@shaw.ca>
14108
14109         * Documentation/user/lilypond-book.itely: add small warning about
14110         noindent default in lilypond-book.
14111
14112         * Documentation/user/converters.itely: add examples for convert-ly.
14113
14114         * Documentation/user/examples.itely: change version string in templates
14115         to 2.4.0.
14116
14117 2004-11-12  Karl Hammar  <karl@aspodata.se>
14118
14119         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
14120         cmdline, use xargs instead (backportme)
14121
14122 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
14123         
14124         * Documentation/user/: Numerous fixes in the user manual.
14125
14126 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14127
14128         * lily/parser.yy (re_rhythmed_music): search music expression for
14129         context-id, surround by \new Voice if not found. Fixes:
14130         addlyrics-second-staff.ly
14131
14132         * VERSION: 2.5.0 released.
14133         
14134 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14135
14136         * Documentation/index.html.in: Fix url to one big page.  (backportme)
14137
14138         * Documentation/user/GNUmakefile: Separate rules for split and
14139         unsplit html documents.  Remove perl massaging.  (backportme)
14140
14141 2004-11-11  Graham Percival  <gperlist@shaw.ca>
14142
14143         * Documentation/user/lilypond-book.itely: add short warning about
14144         \lilypond{} in LaTeX docs.
14145
14146 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14147
14148         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
14149         found.  (backportme)
14150
14151         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
14152         version requirement.  (backportme)
14153
14154         * configure.in: Be explicit about old versions of
14155         ec-fonts-mtraced.  (backportme)
14156
14157         * lily/context-selector.cc (set_tweaks): New function.
14158         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14159         web with -DTWEAK.
14160
14161         * Documentation/user/introduction.itely (Automated engraving):
14162         Remove fragment option.  Fixes web.
14163
14164         * lily/context-property.cc (make_item_from_properties):
14165         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14166         #ifdef.
14167
14168         * scm/define-context-properties.scm
14169         (all-internal-translation-properties): Add tweakRank and tweakCount.
14170
14171         * lily/grob.cc: 
14172         * scm/define-grob-properties.scm (all-internal-grob-properties):
14173         Add tweak-rank and tweak-count.
14174
14175 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14176
14177         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14178         New function.
14179         (text): Use them.
14180
14181         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14182         animated/opaque grob dragging tweaks.
14183
14184         * buildscripts/guile-gnome.sh: Update.
14185
14186 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14187
14188         * scm/define-grobs.scm (all-grob-descriptions): Added
14189         line-interface to the LigatureBracket object.
14190
14191 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14192
14193         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14194         dragging tweaks.
14195
14196         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14197
14198         * lily/context-selector.cc (store_context): New function.
14199
14200         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14201         (store_grob): New function.
14202         (identify_grob): Add Moment parameter.
14203
14204         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14205         exists.
14206
14207         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14208
14209 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14210
14211         * scm/framework-gnome.scm (item-event): Print grob id.
14212         (save-tweaks): New function.
14213         (tweak): New funtion.
14214         (item-event): Use it, bound to arrow keys.
14215
14216         * lily/context-property.cc (make_item_from_properties): Register grob.
14217         * lily/context.cc (add_context): Register context.
14218
14219         * lily/include/context-selector.hh:
14220         * lily/include/grob-selector.hh:
14221         * lily/context-selector.cc:
14222         * lily/grob-selector.cc: New file.
14223
14224 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14225
14226         * lily/slur.cc: add 'positions to interface
14227
14228         * lily/main.cc: reinstate PS as standard output format. 
14229
14230         * scm/framework-tex.scm (output-preview-framework): print systems
14231         up to first non title system.
14232
14233         * lily/grace-engraver.cc (start_translation_timestep): split
14234         scm_cadddr
14235         
14236 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14237
14238         * lily/quote-iterator.cc (Module): remove old quote-iterator
14239
14240         * scm/define-music-types.scm (music-descriptions): move
14241         NewQuoteMusic over QuoteMusic
14242
14243         * Documentation/user/notation.itely (Formatting cue notes): use
14244         \cueDuring.
14245
14246         * lily/new-quote-iterator.cc (quote_ok): new function.
14247
14248         * input/regression/quote-cue-during.ly: new file.
14249
14250         * input/regression/quote-grace.ly: new file.
14251
14252         * scm/define-context-properties.scm (Module): change definition of
14253         graceSettings
14254
14255         * lily/context-property.cc (Module): rename from
14256         translator-property.cc
14257
14258         * lily/context.cc (context_name_symbol): new function
14259
14260         * lily/grace-engraver.cc: new file. Set properties for grobs based
14261         on the grace-ness of now_moment().
14262
14263         * scm/music-functions.scm (add-grace-property): use list
14264         iso. vector for graceSettings
14265         remove set-{start,stop}-grace-properties. 
14266
14267         * lily/new-quote-iterator.cc (construct_children): set
14268         quote_outlet_ if no quoted-context-{id,type} specified.
14269
14270         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14271
14272         * lily/parser.yy (command_element): remove \quote.
14273
14274         * ly/music-functions-init.ly (location): add quoteDuring music
14275         function. 
14276
14277         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14278         optional semicolon. (backportme)
14279
14280 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14281
14282         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14283         need to link to GUILE et al.
14284
14285 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14286
14287         * scm/define-music-properties.scm (all-music-properties): add
14288         quoted-context-type, quoted-context-id.
14289
14290         * scm/lily.scm (type-check-list): new function.
14291         
14292         * scm/lily-library.scm: new file. Generic library routines.
14293
14294         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14295         parser.
14296
14297         * ly/music-functions-init.ly: add quoteDuring function.
14298
14299         * lily/include/music-iterator.hh (class Music_iterator): rename
14300         set_translator -> set_context
14301
14302         * lily/parser.yy (Generic_prefix_music_scm): add
14303         MUSIC_FUNCTION_SCM_SCM_MUSIC
14304
14305         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14306
14307         * scm/framework-tex.scm (header): sanitize TeX paper size.
14308         (backportme)
14309
14310 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14311
14312         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14313
14314         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14315
14316         * scm/framework-tex.scm (font-load-command): Use T1 if no
14317         font-encoding set.  (backportme)
14318
14319         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14320         exists before converting.  (backportme)
14321
14322         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14323         exists before converting.  (backportme)
14324         (convert-to-ps): Remove .ps file if it exists before
14325         converting.  (backportme)
14326
14327         * lily/lexer.ll: Remove extra progress newline, use present tense.
14328
14329         * scm/paper.scm (paper-alist): public.
14330         * scm/framework-tex.scm (convert-to-ps):
14331         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14332         command line.
14333
14334 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14335
14336         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14337
14338         * lily/recording-group-engraver.cc (derived_mark): mark
14339         now_events_. (backportme)
14340
14341 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14342
14343         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14344
14345         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14346         invoking latex. (backportme.)
14347
14348         * lily/stem.cc (off_callback): center stems for all rest stems.
14349
14350 2004-11-05  Werner Lemberg  <wl@gnu.org>
14351
14352         * Documentation/user/lilypond.tely: Add more guidelines for writing
14353         lilypond texinfo documents.
14354
14355 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14356
14357         * Documentation/index.html.in: remove <hr>.
14358
14359         * THANKS: change 2.3 to 2.4.
14360
14361 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14362
14363         * scm/output-gnome.scm: More fontconfig comment.
14364
14365 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14366
14367         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14368         <package> directory in $(builddir)/share according with
14369         PACKAGE_NAME defined in the VERSION file.
14370
14371 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14372
14373         * lily/beam.cc (rest_collision_callback): use local beam
14374         multiplicity.
14375
14376         * input/regression/stem-stemlet.ly: new file.
14377
14378         * lily/stem.cc (add_head): store rests as well.
14379
14380         * scm/define-grob-properties.scm (all-user-grob-properties): add
14381         stemlet-length
14382
14383         * lily/stem.cc: store rests as well.
14384         
14385         * input/regression/new-slur.ly: mention forcing.
14386
14387 2004-11-04  Werner Lemberg  <wl@gnu.org>
14388
14389         * Documentation/user/*: A new round of layout fixes and document
14390         structure cleanup.
14391
14392 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14393
14394         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14395
14396 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14397
14398         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14399
14400 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14401
14402         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14403
14404         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14405
14406         * lily/main.cc (main): Invoke identify.
14407
14408         * scm/lily.scm (postscript->pdf): Remove progress newline.
14409         Write progress to stderr.
14410
14411         * lily/paper-book.cc (output): Remove progress newline.
14412
14413         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14414         gettext on user messages, and remove whitespace.
14415
14416         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14417
14418         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14419         argv[0] (Thomas Scharkowski).
14420
14421         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14422         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14423         for ec-fonts-mtraced.
14424
14425         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14426         --srcdir build (Bertalan).
14427
14428         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14429         headers and library too (Laura Conrad).
14430
14431         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14432         package for guile too (Laura Conrad).
14433
14434         * lily/main.cc (usage): Typo.
14435
14436 2004-11-02  Werner Lemberg  <wl@gnu.org>
14437
14438         * Documentation/user/notation.ly: More fixes to improve appearance.
14439
14440         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14441         better output for multicolumn tables.
14442
14443 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14444
14445         * lily/main.cc (dir_info): Fixed typo in the printouts.
14446
14447 2004-11-01  Werner Lemberg  <wl@gnu.org>
14448
14449         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14450         of output.
14451         Set `per_line' to 2; replace hard-coded value with it.
14452
14453         * Documentation/user/*: Many fixes to improve appearance of
14454         printed manual.
14455
14456 2004-11-01  Werner Lemberg  <wl@gnu.org>
14457
14458         * Documentation/user/changing-defaults.itely,
14459         Documentation/user/notation.ly,
14460         Documentation/user/programming-interface.itely: Use @/.
14461         Fix formatting of some lilypond snippets and tables.
14462
14463         * scripts/lilypond-book.py (compose_ly): Provide useful default
14464         for LINEWIDTH in `override'.
14465
14466 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14467
14468         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14469
14470 2004-10-31  Werner Lemberg  <wl@gnu.org>
14471
14472         Resetting @exampleindent to `5' gives ugly results with texinfo's
14473         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14474         (if not quoting) to change @exampleindent only locally.
14475
14476         * scripts/lilypond-book.py (NOQUOTE): New variable.
14477         (output) [LATEX]: Remove AFTER and BEFORE.
14478         [TEXINFO]: Remove AFTER and BEFORE.
14479         Fix QUOTE and VERBATIM pattern.
14480         Add NOQUOTE pattern.
14481         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14482         and BEFORE.
14483         [output_texinfo]: Use NOQUOTE.
14484
14485 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14486
14487         * Documentation/user/changing-defaults.itely: clarify paper
14488         size commands with correct info.
14489
14490         * Documentation/user/lilypond-book.itely: add more docs for
14491         filename extensions.
14492
14493 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14494
14495         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14496         (PATCH_LEVEL): start 2.5.0.
14497
14498 #Local variables:
14499 #coding: utf-8
14500 #End:
14501