]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* ly/music-functions-init.ly: Updated \overrideProperty to use the
[lilypond.git] / ChangeLog
1 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2
3         * ly/music-functions-init.ly: Updated \overrideProperty to use the
4         new \applyOutput.
5
6 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
7
8         * VERSION (PACKAGE_NAME): release 2.9.8
9
10         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
11         function. Delay ledger modifying ledgered grobs to
12         stop_translation_timestep(), to ensure that we're ledgering
13         according to the new spanner.
14         (acknowledge_staff_symbol): don't check for non-NULL
15         staff_sym->get_bound()
16
17         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
18         creation.
19
20         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
21         pictures too.
22
23         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
24         directly from srcdir/stepmake/aclocal.m4
25         
26         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
27         disting MISC files.
28
29         * lily/simple-spacer.cc (get_column_desc): desc -> description.
30
31 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
32
33         * lily/simple-spacer.cc (get_line_configuration): add
34         keep-inside-line rods
35         (struct Column_desc): add constructor
36         (struct Rod_desc): add constructor
37         (get_line_forces): check for forced page breaks here too
38
39         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
40         support/elements cycles between InstrumentNames and AxisGroups
41
42 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
43
44         * config.make.in (METAFONT): remove MAKEINFO_VERSION
45
46         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
47         make-txt-files target.
48
49         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
50         make-txt-files target.
51
52         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
53
54         * stepmake/stepmake/generic-vars.make (distdir): create dist in
55         top-build-dir.
56
57 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
58
59         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
60         fix lyrics alignment problems.  They are implemented now as scheme
61         functions that add the appropriate unicode char to the first lyric
62         event rather than adding a separate lyric event.
63
64 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
65
66         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
67         pollute src dir with built .txt files, but install directly from
68         Documentation/topdocs/out/
69
70         * buildscripts/output-distance.py
71         (ComparisonData.create_html_result_page): put version/directories
72         in table header.
73
74         * Documentation/topdocs/NEWS.tely (Top): document spacing section
75         feature.
76
77         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
78         Patch by Karl Hammar
79         
80         * buildscripts/readlink.py: add  file.
81         Patch by Karl Hammar
82
83 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
84
85         * lily/tuplet-number.cc (print): prevent stencil from being
86         garbage collected.
87
88 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
89
90         * scm/stencil.scm (write-system-signature): explicitly 
91         -well, superfluously- close output port.
92
93         * buildscripts/output-distance.py (main): oops. Add extra argument.
94
95 2006-06-05  Graham Percival  <gpermus@gmail.com>
96
97         * Documentation/user/music-glossary.tely: clarified example
98         from Francisco Vila, thanks!
99
100 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
101
102         * input/regression/spacing-section.ly: new file.
103
104         * lily/input.cc (programming_error): new function.
105
106         * lily/spacing-engraver.cc (try_music): new function. Accept
107         spacing-section-event
108
109         * lily/spacing-spanner.cc (set_springs): take slices of all
110         columns for spacing.
111
112         * lily/include/paper-column.hh (class Paper_column): add
113         Paper_column::compare.
114
115         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
116
117         * scm/define-music-types.scm (music-descriptions): add
118         SpacingSectionEvent
119
120         * lily/music-iterator.cc (report_event): use programming_error for
121         sending non-event error.
122
123         * lily/input.cc (programming_error): new function
124
125         * buildscripts/output-distance.py (main): use compare-XXX for
126         compare files.
127         (main): --threshold option, default at 0.30
128
129         * output-distance.py (main): add --threshold option.
130
131 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
132
133         * scm/paper-system.scm (paper-system-annotate): fix problem when
134         annotating an empty system
135
136 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
137
138         * GNUmakefile.in: reinstate old web tar/copying.
139
140 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
141
142         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
143         nothing changes. (Erik S) 
144
145         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
146         count. (Erik S)
147
148 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
149
150         * scm/define-markup-commands.scm (whiteout): do not force
151         foreground color of argument markup to black.
152
153         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
154         the left of the arrow, instead of below the arrow name, so that,
155         when two little arrows are vertically stacked, their dimensions
156         and name should not overlap. Add a color key parameter.
157
158         * scm/paper-system.scm (paper-system-annotate): Annotate
159         next-space+next-padding instead of next-space. Annotate space
160         between next-padding and next-space+padding, respectively, and
161         following system extent and refpoint-Y-extent. Use colors.
162
163         * scm/page.scm (annotate-page): translate annotations slightly to
164         the right.
165
166 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
167
168         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
169         fix for x-staff slurs. Thanks Joe!
170
171         * buildscripts/output-distance.py
172         (SystemLink.output_expression_change_count): keep track of changed
173         details, and dump in details html page.
174  
175         * input/regression/figured-bass-staff.ly: add note about setting
176         properties in Staff context.
177
178         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
179         add slurs and ties to support too.
180
181         * buildscripts/output-distance.py (main): set dest_dir
182         argument. Add --max-count option.
183
184 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
185
186         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
187         shortcuts for special unicode chars that are useful in chant
188         notation.  Revised exisiting and added new comments.
189
190 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
191
192         * make/mutopia-rules.make: remove duplicate recipe.
193
194 2006-06-02  Werner Lemberg  <wl@gnu.org>
195
196         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
197         Add support for U+0132 (IJ) and U+0133 (ij).
198
199 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
200
201         * buildscripts/output-distance.py (FileLink): new class. collect
202         info systems from one .ly file. 
203         (FileLink.link_files_for_html): further tweaks.
204
205 2006-06-02  Graham Percival  <gpermus@gmail.com>
206
207         * tex/texinfo.tex: partial fix for @funindex.
208
209         * Documentation/user/macros.tely: uncomment @funindex (doesn't
210         break anything).
211
212 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
213
214         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
215
216         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
217         @example too. Backportme.
218
219 2006-06-02  Graham Percival  <gpermus@gmail.com>
220
221         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
222         from Werner Lemberg.
223
224 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
225
226         * Documentation/user/music-glossary.tely: additional spanish
227         updates and a lyrics fix in an example.
228
229 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
230
231         * scm/define-grob-properties.scm: Previous patch contained
232         spurious line from another patch not yet committed.  Fixed.
233
234         * scm/define-grob-properties.scm: Add missing doc strings for
235         ancient notation.
236
237 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
238
239         * buildscripts/output-distance.py
240         (ComparisonData.write_text_result_page): separate the scores, sort
241         by geo_score.
242
243         * scm/framework-eps.scm (output-classic-framework): start at 1 for
244         system signatures.
245
246         * buildscripts/output-distance.py (me_path): use argv[0] for
247         sys.path extension
248         (ComparisonData.img_cell): use colored borders.
249
250         * scm/stencil.scm (write-system-signature): escape newlines too.
251         (write-system-signature): use (1,-1) interval for empty interval
252
253 2006-01-01  Graham Percival  <gpermus@gmail.com>
254
255         * Documentation/user/music-glossary.tely: Spanish updates
256         from Francisco Vila.
257
258         * Documentation/user/lilypond-book.itely: addition from
259         Vaclav Smilauer.
260
261         * Documentation/user/ various: edits, small additions
262         from mailist, etc.
263
264 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
265
266         * GNUmakefile.in (tree-lib-prefix-current):
267         (tree-share-prefix-current): Use version number in tree, add
268         `current' symlinks.
269
270 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
271
272         * GNUmakefile.in: write VERSION, again.
273
274         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
275         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
276
277         * stepmake/aclocal.m4: robuster version detection.
278
279         * buildscripts/output-distance.py
280         (ComparisonData.create_html_result_page): copy only if file
281         exists, fixup src paths.
282
283         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
284
285 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
286
287         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
288         Another datarootdir reto.
289
290         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
291         available.  This should be moved to postinstall-lilypond-doc.
292
293 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
294
295         * GNUmakefile.in: simplify local-WWW-post. 
296         remove -type l from find.
297
298         * buildscripts/output-distance.py (ComparisonData.compare_trees):
299         fixes. Don't follow symlinks.
300         (ComparisonData.create_html_result_page): remove previous results.
301         insert ../python in path.
302
303         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
304
305 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
306
307         * config.make.in (datadir): Add datarootdir to silence autoconf.
308
309         * stepmake/aclocal.m4: Update for autoconf-2.59d.
310
311 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
312
313         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
314
315         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
316         slash beams too wide.
317
318 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
319
320         * VERSION: release 2.9.7
321         
322 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * lily/relocate.cc (read_relocation_dir): Do not blindly
325         dereference DIR.
326
327 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
328
329         * lily/parser.yy: replace THIS by PARSER
330
331         * Documentation/index.html.in: add link to test-results.html page.
332
333         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
334
335         * scm/translation-functions.scm (format-bass-figure): translate
336         digits over 10 to the left
337
338         * scm/define-markup-commands.scm (translate-scaled): new markup.
339
340         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
341         7 glyph. 
342
343         * ly/engraver-init.ly: add Figured_bass_engraver
344
345         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
346
347         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
348
349         * lily/score-engraver.cc (announce_grob): only note START announces.
350
351         * lily/include/engraver-group.hh (Translator_group):
352         acknowledge_hash_table_ is now drul.
353
354         * lily/engraver.cc (announce_end_grob): new method.
355
356         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
357
358         * lily/translator-dispatch-list.cc (create): take start_end argument.
359
360         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
361         acknowledge_static_array_ to drul
362
363         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
364
365         * scm/define-grob-interfaces.scm
366         (bass-figure-alignment-interface): add bass-figure-alignment-interface
367
368         * scm/define-grobs.scm (all-grob-descriptions): add
369         BassFigureAlignmentPositioning
370
371         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
372         number stays up to date. Backportme.
373
374 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
375
376         * Documentation/user/basic-notation.itely (Bar lines): Document
377         the "||:" bar type. 
378
379 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
380
381         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
382
383         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
384         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
385         build.
386
387         * Resurrect `scons lily' build.
388
389         * SConstruct (symlink_tree): Bugfix: link
390         music-drawing-routines.ps to file iso directory.
391
392         * lily/SConscript: Remove kpath-guile from LIBS.
393
394         * SConstruct (libdir_package_version): Typo.
395         (configure): Comment-out fontforge for lack of fontforge.pc .
396         Also add libdir* to environment.
397
398 2006-05-30  Graham Percival  <gpermus@gmail.com>
399
400         * Documentation/user/ various: minor additions from mailist and
401         editing.
402
403 2006-05-30  Paco <fravd@ya.com>
404
405         * Documentation/user/music-glossary.tely: numerous corrections and
406         some new translations.
407
408 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
409
410         * BackportmeStart.
411         
412         * buildscripts/output-distance.py
413         (ComparisonData.create_html_result_page): new routine: summarise
414         results in HTML page with images. 
415         (ComparisonData.create_text_result_page): create summary text files too.
416
417         * GNUmakefile.in (web-ext): package .signature files too. They
418         compress well. 
419
420         * scm/stencil.scm (write-system-signature): typo.
421
422         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
423
424         * scm/stencil.scm (write-system-signature): better escaping.
425         only write signature for music systems, not for markup systems.
426
427         * scm/framework-ps.scm (output-framework): dump-signatures support
428         for plain output.
429
430         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
431
432         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
433         for -dno-point-and-click
434
435         * lily/grob.cc (get_print_stencil): don't read
436         point_and_click_global to determine whether to set grob-cause.
437
438 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
439
440         * buildscripts/output-distance.py (main): new function.
441         (ComparisonData): new class.
442
443         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
444         careful with generating new LedgerLineSpanners.
445
446         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
447
448         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
449         context. This fixes double ledger lines in output. 
450
451         * lily/system.cc (get_paper_system): remove 3 layer limit.
452
453         * buildscripts/output-distance.py (SystemLink.distance): new
454         file. Compare signatures.
455
456         * python/safeeval.py (SafeEval.visitUnarySub): new file.
457
458         * lily/grob-array.cc (remove_duplicates): rename from
459         uniq(). Sort before calling uniq() so it actually works.
460
461 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
462
463         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
464         \version from lilypond file snippet.
465         (Lilypond_file_snippet.ly): oops. typo.
466         (find_toplevel_snippets): urgh. again.
467
468         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
469         prevent duplicated broken items in output.
470
471         * scm/framework-eps.scm (output-classic-framework): only dump if
472         dump-signatures is set.
473
474         * scm/lily.scm (define-scheme-options): add dump-signatures option.
475
476         * scm/stencil.scm (write-system-signature): new routine: write
477         python parseable signature of a separate paper system.
478         BackportmeEnd.
479         
480 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
481
482         * lily/stanza-number-engraver.cc (process_music): use is_markup()
483         iso is_string().
484         include header.
485
486 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
487
488         * translator-group.cc: send music events to engravers in
489         non-bottom contexts.
490
491         * tuplet-engraver.cc: process tuplet brackets in correct order.
492
493 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
494
495         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
496         arg 2 might point us to a new binary (patch by Karl Hammar)
497         
498 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
499
500         * VERSION (PACKAGE_NAME): release 2.9.6
501
502         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
503
504         * Documentation/user/*.itely: 2nd
505         attempt: replace funindex -> findex globally.
506
507 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
508
509         * input/no-notation/display-lily-tests.ly: fix \applyOutput
510         test. Add \break, \pageBreak, \pageTurn, etc, tests.
511
512         * scm/define-music-display-methods.scm: display methods for
513         breaks. Fix \applyOutput.
514
515 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
516
517         * Documentation/user/macros.itexi: comment out funindex expansion. 
518
519         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
520         everywhere.
521
522         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
523         Karl Hammar. Backportme.
524  
525         * Documentation/user/advanced-notation.itely (Balloon help): idem.
526
527         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
528
529         * Documentation/user/programming-interface.itely (Running a
530         function on all layout objects): idem.
531
532         * Documentation/user/introduction.itely (Automated engraving):
533         update \applyOutput syntax
534
535         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
536         remove debugging hook.
537
538         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
539         expansion. 
540
541         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
542
543         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
544         TEXI2DVI_FLAGS to texi2dvi invocation. 
545
546 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
547
548         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
549         works. More work is done by iterator now, and engraver has been
550         very much simplified.
551
552         * lily/translator-group.cc: try_music is now invoked through a
553         listener
554
555         * lily/*-iterator.cc: Massive cleanups. Junked
556         try_music_in_children globally. Renamed try_music to report_event,
557         and made that method descend to a bottom context automatically.
558
559         * lily/event-iterator.cc: New file.
560
561         * lily/output-property-iterator.cc,
562         lily/old-lyric-combine-music-iterator.cc: Removed.
563
564         * python/convert-rules.py: Modified the syntax for \applyOutput.
565
566 2006-05-23  Graham Percival  <gpermus@gmail.com>
567
568         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
569         creation.
570
571         * Documentation/user/ various: stuff that might have helped
572         to fix the pdf creation, plus some minor doc additions.
573
574         * Documentation/user/changing-defaults.itely: remove @b from
575         @b{ @internasref{foo}}; this breaks texi2dvi -E.
576
577 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
578
579         * lily/beaming-pattern.cc (beamify): deal with negative start
580         moments for beaming patterns.
581
582 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
583
584         * lily/beaming-info.cc (beamify): new function: read beatLength
585         and beatGrouping from context. 
586
587         * input/regression/beam-beat-grouping.ly (Module): new file.
588
589         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
590
591         * lily/beam.cc (get_beam_segments): generate events for
592         max_connect_ case too.
593         (get_beam_segments): read Stem::max-beam-connect.
594
595         * input/regression/beam-single-stem.ly: new file.
596
597         * lily/stem.cc (set_beaming): use #f as signaling value for
598         beamcount 0.
599
600         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
601
602         * lily/beam.cc (set_beaming): read clip-edges property.
603         (calc_direction): don't suicide for single stem.
604
605         * lily/beaming-info.cc (best_splitpoint_index): take bool*
606         argument, remove 1<<15 hack. Remove clip_edges() 
607
608         * lily/hairpin.cc (print): only do padding for nonmusical bounds
609
610 2006-05-21  Graham Percival  <gpermus@gmail.com>
611
612         * Documentation/user/basic-notation.itely: reorg.
613
614         * Documentation/user/ various: minor fixes.
615
616 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
617
618         * lily/stencil-expression.cc (register_stencil_head): opps, append
619         to cdr of static SCM object.
620
621 2006-05-19  Graham Percival  <gpermus@gmail.com>
622
623         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
624         update framework for command index.  DOC WRITERS: use @funindex
625         instead of @cindex @code{}.
626
627         * Documentation/user/ various: replace @cindex @code{} => @funindex
628
629 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
630
631         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
632         case positions is set manually. 
633
634 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
635         
636         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
637         rules to Scheme.
638
639 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
640
641         * Documentation/user/changing-defaults.itely (Contexts explained):
642         use absolute dimension for @image.
643
644         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
645         out image for illustration too.
646         ($(outdir)/%.png): add more png <-> eps rules. 
647
648 2006-05-17  Graham Percival  <gpermus@gmail.com>
649
650         * Documentation/user/ various: remove trailing whitespace, cosmetic
651         change to reduce changes produced by diff.
652
653 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
654
655         * lily/main.cc (do_chroot_jail): correctness tweak.
656
657         * python/lilylib.py (system): import subprocess in system () only.
658
659         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
660
661         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
662         variable. Backportme.
663
664 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
665         
666         * lily/parser.yy: Change all syntax rules of type Music to SCM type
667
668 2006-05-17  Werner Lemberg  <wl@gnu.org>
669
670         * lily/lexer.ll (init_signature_has_table): Add
671         `scm-scm-music-music'.
672
673         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
674         (Generic_prefix_music_scm): Add rule for it.
675
676         * lily/quote-iterator.cc (Quote_iterator::process): Handle
677         `quoted-transposition' property.
678
679         * ly/music-functions-init.ly (transposedCueDuring): New function.
680
681         * scm/define-music-properties.scm (all-music-properties): Updated.
682
683         * Documenation/topdocs/NEWS.itely: Document it.
684
685 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
686
687         * python/lilylib.py (system): move import subprocess to system()
688         definition. 
689
690         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
691
692         * VERSION (PATCH_LEVEL): release 2.9.5
693         
694         * Documentation/topdocs/INSTALL.texi (Top): update versions and
695         build instructions. 
696
697         * ly/engraver-init.ly: switch on hairpinToBarline by default.
698
699 2006-05-16  Graham Percival  <gpermus@gmail.com>
700
701         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
702
703         * Documentation/user/ various: minor fixes.
704
705 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
706
707         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
708
709 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
710
711         * Documentation/user/advanced-notation.itely (Instrument names):
712         Modified obsolete instruction on how to move instrument names away
713         from the staves. Hmm, at second thought the bug probably has been
714         solved, so the full bug description should probably be removed.
715
716 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
717
718         * lily/dynamic-engraver.cc (typeset_all): hang ending on
719         currentCommandColumn. 
720
721         * lily/hairpin.cc (print): also add padding for non-neighbor
722         hairpin bounds.
723
724         * scm/define-context-properties.scm
725         (all-user-translation-properties): add hairpinToBarline
726
727         * input/regression/hairpin-to-barline.ly: new file.
728
729         * lily/context.cc (internal_send_stream_event): thinko fix.
730
731         * lily/tie.cc (set_default_control_points): robustness fix.
732
733         * python/musicxml.py (Part.interpret): don't complain about
734         incomplete measures.
735
736         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
737         new music if last_event_chord() returned None.
738
739         * python/musicxml.py (Part.interpret): skip back over chord notes.
740
741 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
742         
743         * lily/percent-repeat-engraver.cc, lily/parser.yy,
744         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
745         lily/slash-repeat-engraver.cc,
746         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
747         iterator sends PercentEvents
748
749         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
750         rework tuplets: send start/stop events to engraver
751
752         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
753         dispatchers event-source and events-below to Context
754         
755 2006-05-15  Graham Percival  <gpermus@gmail.com>
756
757         * Documentation/user/README.txt: update info for doc writers.
758
759         * Documentation/user/programming-interface.itely: integrate
760         Nicolas' fixes for chapter rewrite.
761
762         * Documentation/user/ various: minor fixes.
763
764 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
765
766         * lily/clef-engraver.cc: cleanup.
767
768         * Documentation/user/GNUmakefile: dist context-example.eps too.
769
770         * lily/key-engraver.cc (create_key): use
771         explicitKeySignatureVisibility for cancellation too. 
772
773         * lily/font-config.cc (init_fontconfig): don't close file if
774         f==NULL. 
775
776 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
777
778         * Documentation/topdocs/NEWS.tely: niente and rotation news
779
780 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
781
782         * lily/include/stencil.hh
783         * lily/stencil.cc (rotate): new function. Makes it possible
784         to rotate a stencil around a given offset.
785
786         * lily/grob.cc (get_print_stencil): add rotation support
787
788         * lily/stencil-interpret.cc (interpret_stencil_expression):
789         add rotation support
790
791         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
792
793         * scm/define-grob-properties.scm: add 'rotation property
794
795         * scm/define-markup-commands.scm: add rotate markup command
796         
797         * scm/output-ps.scm: add rotation support in PostScript backend
798
799         * scm/output-svg.scm: add rotation support in SVG backend
800
801 2006-05-13  Graham Percival  <gpermus@gmail.com>
802
803         * Documentation/user/music-glossary.itely: French correction.
804
805         * Documentation/user/programming-interface.itely: major
806         new docs, some reorg, some info from Nicolas.
807
808         * Documentation/user/ various: small fixes.
809
810 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
811
812         * Documentation/user/programming-interface.itely (Markup
813         programmer interface): Remove duplicate text.
814
815 2006-05-12  Graham Percival  <gpermus@gmail.com>
816
817         * Documentation/user/context-example.eps: new file.
818
819         * Documentation/user/changing-defaults.itely: set up file to
820         use eps image.
821
822         * Documentation/user/programming-interface.itely: changes
823         from mailist.
824
825 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
826
827         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
828
829 2006-05-11  Graham Percival  <gpermus@gmail.com>
830
831         * Documentation/user/programming-interface.itely: first round of
832         editing and merging emails from Nicolas.
833
834         * Documentation/user/scheme-tutorial: minor edit.
835
836 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
837
838         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
839         XML attributes.
840         (Xml_node.message): use it.
841
842         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
843         oops. Add duration argument.
844
845 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
846
847         * lily/paper-column-engraver.cc (make_columns):
848         * scm/define-grobs.scm: Revert my previous change and set the default
849         in define-grobs.scm instead.
850
851 2006-05-09  Graham Percival  <gpermus@gmail.com>
852         
853         * Documentation/user/changing-defaults.itely: general editing,
854         info about \set and \override.
855
856         * Documentation/user/tweaking.itely, advanced-notation.itely:
857         fixes from Dave Luttinen, thanks!
858
859 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
860
861         * lily/paper-column-engraver.cc (make_columns): By default, a column
862         needs to be breakable.
863
864 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
865
866         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
867         Attributes methods
868         (musicxml_time_to_lily): idem
869         (musicxml_key_to_lily): idem
870         (instrument_drumtype_dict): dict for supported drumtypes.
871         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
872         moments and pending mm rests
873         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
874         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
875         (musicxml_voice_to_lily_voice): add mode change.
876         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
877         speed and less memory usage (factor 5 to 10).
878         (convert): write -defs.ly  and driver file separately so people
879         can script their own part extraction.
880
881         * python/musicxml.py (minidom_demarshal_node): new function:
882         separate minidom handling.
883         (lxml_demarshal_node): new function: support lxml.etree too.
884         (Xml_node.message): new function: verbose error message, with XML
885         path to offending node.
886         (Attributes.get_measure_length): sane interface to MusicXML attributes.
887         (Part_list.generate_id_instrument_dict): new method: collect
888         instrument names, to be able to set drum_type.
889         (Part.interpret): handle underfull measures
890         (Part.interpret): assign instrument names.
891
892         * python/musicexp.py (Output_printer.close): new method
893         (MusicWrapper.print_ly): new class: support other modes,
894         eg. \drummode
895         (BarCheck.print_ly): new class. Support bar checks, with comments
896         and fancy barchecks. 
897         (NoteEvent.__init__): also set drum_type for drum notes.
898         (MultiMeasureRest.lisp_expression): dump mm rests.
899
900         * lily/paper-column-engraver.cc (stop_translation_timestep): set
901         line-break-permission if forbidBreak is not set.
902
903 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
904
905         * scm/define-context-properties.scm:
906         * scm/define-grob-properties.scm:
907         * scm/define-grobs.scm:
908         * scm/define-music-display-methods.scm:
909         * scm/define-music-properties.scm:
910         * scm/define-music-types.scm:
911         * scm/music-functions.scm:
912         * ly/declarations-init.ly:
913         * lily/include/constrained-breaking.hh:
914         * lily/system.cc:
915         * lily/spaceable-grob.cc:
916         * lily/simple-spacer.cc:
917         * lily/paper-score.cc:
918         * lily/paper-column.cc:
919         * lily/paper-column-engraver.cc:
920         * lily/item.cc:
921         * lily/gourlay-breaking.cc:
922         * lily/constrained-breaking.cc:
923         * python/convertrules.py:
924         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
925         "page-break-penalty" and "line-break-permission".
926         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
927         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
928
929         * lily/bar-engraver.cc:
930         * lily/beam-engraver.cc:
931         * lily/forbid-break-engraver.cc:
932         * lily/ligature-engraver.cc:
933         * lily/paper-column-engraver.cc:
934         * lily/percent-repeat-engraver.cc:
935         * lily/score-engraver.cc:
936         * lily/score-engraver.hh:
937         * lily/paper-column-engraver.hh:
938         Inter-engraver communication regarding line breaks is done through context
939         properties (Score.forbidBreak) instead of function calls.
940
941 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
942
943         * VERSION (PACKAGE_NAME): release 2.9.4
944
945 2006-05-08  Graham Percival  <gpermus@gmail.com>
946
947         * Documentation/user/working.itely: proofreading from Dave
948         Luttinen, thanks.
949
950         * Doucmentation/user/README.txt: updated with manual style info.
951
952         * Documentation/user/ various: trim linewidth to 78 chars.
953
954 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
955
956         * scm/define-grob-properties.scm (all-internal-grob-properties):
957         remove chord-tremolo property.
958
959         * lily/beam.cc (get_beam_segments): don't use stem position as
960         base for broken ends.
961
962 2006-05-06  Graham Percival  <gpermus@gmail.com>
963
964         * Documentation/user/putting.itely: proofreading from Dave
965         Luttinen, thanks!
966
967         * Documentation/user/ various: more reorg and clarifications.
968
969 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
970
971         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
972
973         * ly/music-functions-init.ly: new function featherDurations
974
975         * lily/beam.cc: read grow-direction for feathered beaming.
976
977         * Documentation/topdocs/NEWS.tely (Top): typo.
978
979 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
980
981         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
982         tremolo beams.
983
984 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
985         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
986         used by music streams.
987
988         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
989         lily/stream-event.cc, lily/stream-event-scheme.cc,
990         lily/listener.cc, lily/scheme-listener.cc,
991         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
992         lily/include/stream-event.hh, lily/include/listener.hh,
993         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
994         Created data structures for music streams.
995         
996 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
997
998         * lily/beam.cc (get_beam_segments): new function. Reorganise the
999         construction of a beam. 
1000         (print): rewrite. 
1001
1002         * flower/include/std-vector.hh (default_compare): use only one comparison.
1003
1004         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1005         (note-by-number): further attachment fixes.
1006
1007         * scm/lily-library.scm (ordered-cons): new function.
1008         (interval-index): new function
1009
1010         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1011
1012         * lily/note-head.cc (get_stem_attachment): new function.
1013
1014         * scm/define-markup-commands.scm (note-by-number): read 'style
1015         property. 
1016
1017         * input/regression/markup-note.ly: show note-head style option.
1018
1019         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1020         triangle head.
1021
1022 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1023
1024         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1025
1026         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1027
1028         * lily/include/constrained-breaking.hh: GCC 4 fix.
1029
1030 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1031
1032         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1033         Replace it with functions get_line_forces and get_line_configuration.
1034         (class Simple_spacer): Make data private.
1035         Rewrite compression algorithm to be faster and simpler.
1036
1037         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1038         * lily/gourlay-breaking.cc (solve):
1039         * lily/constrained_breaking.cc (space_line):
1040         Change it to the new simple-spacer code.
1041
1042         * lily/paper-score.cc (get_paper_systems):
1043         (Paper_score):
1044         (process):
1045         Delay breaking the systems until they are requested.
1046         (find_break_indices):
1047         Use vsize for indices.
1048         (calc_breaking):
1049         Move the "Calculating line breaks" message here.
1050
1051         * lily/system.cc (pre_processing):
1052         Move the "Calculating line breaks" message away from here.
1053         (break_into_pieces):
1054         Allow multiple calls to this function in sequence (with touching-but-
1055         not-overlapping breakpoints).
1056
1057         * lily/constrained-breaking.cc:
1058         Replace most of the get_XXXX functions with get_line_details.
1059         Only calculate the force for each line. Calculate configurations only
1060         for the lines we will actually use.
1061         Replace cols_ with lines_.
1062
1063 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1064
1065         * mf/GNUmakefile (depth): remove FC_FIND.
1066
1067         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1068
1069         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1070
1071         * scm/framework-ps.scm (write-preamble): new function.
1072         (write-preamble): load mac fonts via fondu, even if gs-font-load
1073         is set.
1074
1075 2006-05-03  Werner Lemberg  <wl@gnu.org>
1076
1077         * mf/GNUmakefile (FC_FIND): Fix typo.
1078
1079 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1080
1081         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1082
1083 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1084
1085         * stepmake/aclocal.m4: run python-config for crosscompiling
1086         flags. 
1087
1088         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1089         -f png for HTML, TEXINFO formats. 
1090
1091         * input/tutorial/lbook-html-test.html: new file.
1092
1093         * lily/include/tie-formatting-problem.hh (class
1094         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1095         [column, direction]. This fixes laissez vibrer ties.
1096  
1097         * flower/include/tuple.hh (struct Tuple2): new file.
1098
1099         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1100         $(FCMATCH), only if $(NCSB_DIR) not set. 
1101
1102         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1103
1104         * config.make.in (DOCUMENTATION): set FCMATCH.  
1105
1106         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1107
1108 2006-05-03  Graham Percival  <gpermus@gmail.com>
1109
1110         * Documentation/user/ various: final round of reorg.
1111
1112         * Documentation/user/instrument-notation.itely: some more
1113         fixes from Eduardo, thanks!
1114
1115 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1116
1117         * VERSION (PACKAGE_NAME): release 2.9.3
1118
1119         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1120
1121         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1122
1123 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1124
1125         * scm/define-grob-properties.scm (all-user-grob-properties):
1126         Correct typo, thanks to Eduardo.
1127
1128 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1129
1130         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1131
1132         * buildscripts/lilypond-words.py (F): indent fix.
1133
1134         * input/regression/tie-arpeggio-collision.ly: new file.
1135
1136         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1137         function: store outlines per column rank.
1138
1139         * lily/include/tie-configuration.hh (class Tie_configuration): add
1140         column_ranks_ to specification and configuration, to distinguish
1141         between ties for different heads in arpegiated chords.
1142
1143         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1144
1145         * *.py: more 4 space indents.
1146
1147         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1148
1149 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1150
1151         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1152
1153 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1154
1155         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1156
1157         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1158
1159         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1160
1161 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1162
1163         * python/convertrules.py (conv): indent 4 for python files.
1164
1165 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1166
1167         * Documentation/user/changing-defaults.itely (Creating contexts):
1168         Clarify \new semantics.
1169
1170 2006-04-28  Graham Percival  <gpermus@gmail.com>
1171
1172         * Documentation/user/ various: major new sections in the
1173         Learning manual, slight reorg elsewhere.
1174
1175 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1176
1177         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1178
1179         * scm/framework-ps.scm (output-framework): remove PageMedia
1180
1181 2006-04-27  Graham Percival  <gpermus@gmail.com>
1182
1183         * Documentation/user/ tweaks.itely, working.itely: new
1184         files, being more advanced "learning manual" chapters.
1185
1186         * Documentation/user/ tutorial, putting, lilypond: reorg.
1187
1188 2006-04-26  Graham Percival  <gpermus@gmail.com>
1189
1190         * input/regression/lyric-combine-polyphonic.ly: fixed test
1191         (no more "can't find context `one'" error).
1192
1193 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1194
1195         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1196
1197         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1198         
1199 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1200
1201         * lily/relocate.cc (read_relocation_dir): new function.
1202
1203 2006-04-26  Graham Percival  <gpermus@gmail.com>
1204
1205         * Documentation/user/instrument-notation.itely: a few more fixes
1206         from Eduardo, thanks!
1207
1208         * Documentation/user/README.txt: new file; contains info on
1209         style that used to be in lilypond.tely.
1210
1211         * Documentation/user/ various: first round of doc reorg.
1212
1213         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1214         graphic; this probably causes problems on some pdf
1215         viewers, notably Adobe Acrobat.
1216
1217 2006-04-24  Graham Percival  <gpermus@gmail.com>
1218
1219         * Documentation/user/instrument-notation.itely: many alterations
1220         to Vocal music, from Eduardo Viera.
1221
1222 2006-04-23  Graham Percival  <gpermus@gmail.com>
1223
1224         * Documentation/user/instrument-notation.itely: fix \new
1225         instead of \context problem.
1226
1227 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1228
1229         * lily/relocate.cc (expand_environment_variables): new function.
1230         (read_line): id.
1231         (read_relocation_file): id.
1232
1233         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1234
1235 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1236
1237         * ly/engraver-init.ly: remove old comments from TabVoice
1238
1239 2006-04-20  Graham Percival  <gpermus@gmail.com>
1240
1241         * Documentation/user/instrument-notation.itely: added Erlend's
1242         latest doc patch, thanks!
1243
1244 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1245
1246         * lily/include/slur.hh:
1247         * lily/slur.cc:
1248         * lily/phrasing-slur-engraver.cc:
1249         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1250         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1251         Slur_engraver:: and putting it in
1252         Slur::auxiliary_acknowledge_extra_object ().
1253
1254         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1255
1256         * lily/note-collision.cc: fix a comment
1257
1258 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1259
1260         * stepmake/bin/add-html-footer.py: fix footer position in
1261         generated html files: before </body> and </html> tags.
1262
1263 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1264
1265         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1266         Earlier successive `make' commands finally compiled ok.
1267
1268         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1269
1270 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1271
1272         * lily/include/stem-tremolo.hh:
1273         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1274         callers.
1275
1276         * lily/lookup.cc:
1277         * lily/include/lookup.hh: add rotated_box ()
1278
1279 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1280
1281         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1282         been generated. Fixes "can't get `--help'" bug after make clean.
1283
1284         * THANKS: alphabetize contributors.
1285
1286 2006-04-17  Graham Percival  <gpermus@gmail.com>
1287
1288         * Documentation/user/instrument-notation.itely: added Erlend's
1289         tabs and banjo doc patch.  Thanks!
1290
1291 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1292
1293         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1294
1295         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1296
1297         * scm/output-lib.scm: add some more predefined string tunings.
1298
1299         * Documentation/user/instrument-notation.itely: and doc them.
1300
1301 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1302
1303         * ly/engraver.ly: Remove obsolete comments.
1304
1305         * ly/gregorian-init.ly: Define default layout block.
1306
1307         * input/puer-fragment.ly: Updated and extended.
1308
1309 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1310
1311         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1312         pdf conversion behaviour.
1313
1314         * flower/file-name.cc (dir_name)
1315         (get_working_directory): Move from relocate.cc.
1316
1317         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1318         
1319         * lily/relocate.cc: Encapsulate sys/stat.h in
1320         HAVE_STAT_H.
1321
1322 2006-04-14  Graham Percival  <gpermus@gmail.com>
1323
1324         * Documentation/user/ various: small updates from Cameron
1325         and Juergen, thanks!
1326
1327         * Documentation/user/ various: small updates of my own.
1328
1329         * THANKS: 2.7 -> 2.8.
1330
1331 2006-04-11  Graham Percival  <gpermus@gmail.com>
1332
1333         * scm/define-context-properties.scm: typo.
1334
1335         * Documentation/user/ : many more small updates.
1336
1337 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1338
1339         * scm/define-music-types.scm: disposed "docme".
1340
1341 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1342
1343         * lily/hairpin.cc: make niente circles a bit smaller.
1344
1345 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1346
1347         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1348         get-pfa and get-*-fonts targets.
1349
1350 2006-04-10  Graham Percival  <gpermus@gmail.com>
1351
1352         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1353         music-glossary, programming-interface: more minor fixes
1354         from mailist.
1355
1356         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1357
1358         * scm/define-context-properties.scm: another old \property update.
1359         This time tested for compiling!
1360
1361 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1362
1363         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1364
1365 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1366
1367         * scm/define-context-properties.scm (all-user-translation-properties): 
1368         * Documentation/user/global.itely (Page formatting): Compile fix.
1369
1370 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1371
1372         * Documentation/user/advanced-notation.itely (Polymetric
1373         notation): Update the example to use the "+" symbol and add link
1374         to input/test/compound-time.ly.
1375
1376 2006-04-08  Graham Percival  <gpermus@gmail.com>
1377
1378         * scm/define-grob-properties.scm: clarify docs for #'direction.
1379
1380         * scm/define-context-properties.scm: update old \property override.
1381
1382         * Documentation/user/ advanced-notation, global, lilypond-book:
1383         more minor doc updates.
1384
1385 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1386
1387         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1388
1389         * scm/backend-library.scm (search-gs): oops.
1390
1391 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1392
1393         * scripts/lilypond-book.py (output): use base, not filename for href.
1394
1395         * scm/backend-library.scm: only look for gs.
1396
1397         * scripts/lilypond-book.py (output): fix printfilename.
1398
1399         * lily/parser.yy (music_function_musicless_prefix): fold together
1400         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1401
1402         * lily/slur.cc (print): only set font-size if not set yet.
1403
1404         * lily/slur-configuration.cc (add_score): improved layout of debug
1405         scoring output.
1406
1407 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1408
1409         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1410         (draw_circle): Hopefully fixed regression.
1411         Improved documentation for several procedures.
1412         
1413 2006-03-04  Werner Lemberg  <wl@gnu.org>
1414
1415         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1416
1417 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1418
1419         * scripts/musicxml2ly.py (bindir): add dynamic
1420         relocation. 
1421
1422 2006-04-04  Graham Percival  <gpermus@gmail.com>
1423
1424         * Documentation/user/ basic-notation, advanced-notation, putting,
1425         instrument-notation, invoking, lilypond, THANKS: another ream of small
1426         fixes from the Doc Helpers.
1427
1428 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1429
1430         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1431
1432         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1433
1434         * Cleaned up interfaces between PostScript and Scheme, and moved
1435         computations from PostScript to Scheme:
1436
1437         * music-drawing-routines.ps
1438         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1439         with stroke_and_fill throughout.
1440         (euclidean_length, print_letter, draw_box): Deleted unused
1441         procedures.  If someone needs draw_box, implement it using
1442         draw_round_box; don't duplicate code.
1443         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1444         Refactored/cleaned up interfaces.
1445         (mark_URI): Moved.
1446
1447         * output-ps.scm: reordered arguments to PostScript functions to
1448         match new interfaces
1449         (glyph-string): Rewrote glyph-string.
1450         (grob-cause): Replaced string-append with format.
1451         (repeat-slash): Rewrote to do computation here.
1452         (round-filled-box): Rewrote to do computation here.
1453
1454 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1455
1456         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1457
1458         * stepmake/stepmake/toplevel- targets.make: print help info about
1459         cvs-clean
1460
1461 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1462
1463         * input/regression/hairpin-circled.ly: new file
1464
1465 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1466
1467         * lily/hairpin.cc (print): add support for circled tip
1468
1469         * scm/define-grob-properties.scm: add circled-tip parameter
1470
1471         * scm/define-grobs.scm: init circled-tip to false
1472         
1473 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1474
1475         * scm/music-functions.scm (quote-substitute): set
1476         iterators-ctor. 
1477
1478 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1479
1480         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1481         BSTINPUTS. 
1482
1483         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1484
1485         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1486
1487 2006-03-31  David Feuer  <david.feuer@gmail.com>
1488         
1489         * scm/framework-ps.scm:
1490         
1491         * scm/output-ps.scm: glyph-string now produces smaller, more
1492         readable, and probably faster PostScript.  Several findfont
1493         scalefont setfont instances changed to selectfont
1494         Hacked-up string-appends changed to formats.
1495
1496         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1497         
1498 2006-03-30  Graham Percival  <gpermus@gmail.com>
1499
1500         * scm/lily-library.scm: make "no version" warning message more polite.
1501
1502         * lily/music.cc: add double quotes to failed octave check.
1503
1504         * Documentation/user/ advanced-notation, changing-defaults,
1505         instrument-notation, invoking, music-glossary: whole bunch of minor
1506         fixes from mailist.
1507
1508 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1509
1510         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1511         $(buildscriptdir) iso. depth.
1512
1513         * VERSION (PACKAGE_NAME): release 2.9.1
1514
1515 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1516
1517         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1518
1519         * VERSION (PATCH_LEVEL): bump version number.
1520
1521         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1522         scm_from_uint32 ()
1523
1524         * lily/pango-font.cc (pango_item_string_stencil): use
1525         scm_from_uint32 ()
1526
1527         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1528         $(outdir)/emmentaler-%.svg): remove canary.
1529
1530         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1531         glyphnames if we have a ttf font.
1532
1533 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1534
1535         * Documentation/user/advanced-notation.itely (Font selection):
1536         Corrected reference to the font-family-override.ly example.
1537
1538 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1539         
1540         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1541         stem-tremolo object in the stem (or else the stem might not be
1542         long enough).
1543
1544 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1545
1546         * lily/ttf.cc (print_trailer): only print existing glyphs.
1547
1548 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1549
1550         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1551         position the tremolo based on the position of the notehead.
1552
1553         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1554         notes and update the texidoc line with the new positioning rules.
1555         
1556 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1557
1558         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1559
1560         * scripts/lilypond-book.py (Module): set default for linewidth if
1561         preamble not found.
1562
1563 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1564
1565         * VERSION (PACKAGE_NAME): release 2.9.0.
1566
1567         * input/regression/stem-tremolo-position.ly: new file.
1568
1569         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1570
1571 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1572
1573         * lily/stem-tremolo.cc (print): position
1574         the tremolo depending only on the end of the stem
1575         and not on the notehead
1576         (raw_stencil): center, on the middle staff line, the
1577         flag that is closest to the end of the stem (previously
1578         the bottom flag)
1579         (calc_width): add this callback to shorten a tremolo when
1580         it is beamed or it is stemup with a flag
1581         (style): add this callback to make a tremolo rectangular when
1582         it is beamed or it is stemup with a flag
1583         (rotated_box): this is like Lookup::beam but makes a rotated
1584         rectangle instead of a parallelogram
1585
1586         * lily/stem.cc (calc_stem_info): make sure the stem
1587         is long enough to fit the tremolo
1588         (calc-length): reduce the length of tremolo stems since the
1589         tremolo code is now capable of better positioning
1590
1591         * scm/define-grobs.scm: make calc_width the default beam-width
1592         callback for stem-tremolo and add the style callback
1593                 
1594 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1595
1596         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1597         case. 
1598
1599 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1600
1601         * lily/ttf.cc (make_index_to_charcode_map): restore old
1602         cmap. 
1603
1604 2006-03-28  Werner Lemberg  <wl@gnu.org>
1605
1606         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1607
1608 2006-03-28  Graham Percival  <gpermus@gmail.com>
1609
1610         * THANKS: update for 2.9, add section for Documentation helpers.
1611
1612         * Documentation/topdocs/NEWS.tely: compile fix.
1613
1614         * Documentation/user/ basic-notation, global, advanced-notation,
1615         examples.itely: minor fixes from mailist.
1616
1617 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1618
1619         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1620         note heads. 
1621
1622         * lily/ttf.cc (print_trailer): use it.
1623
1624         * lily/pango-font.cc (get_unicode_name): new function.
1625
1626         * lily/ttf.cc (make_index_to_charcode_map): move function from
1627         open-type-font.cc
1628         (print_trailer): substitute uniXXXX name if applicable. 
1629
1630         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1631         (pango_item_string_stencil): use it to generate uniXXXX names.
1632
1633         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1634         note heads, for uniform widths in shape note output.
1635         (overdone_heads): hmm. remove them again.
1636
1637         * scripts/lilypond-book.py (output): add links to filenames.
1638
1639         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1640
1641         * lily/note-collision.cc (get_clash_groups): only consider when
1642         Note_column::dir <> CENTER. 
1643
1644         * scripts/lilypond-book.py (get_option_parser): init output_name
1645         to ''. 
1646
1647 2006-03-24  Graham Percival  <gpermus@gmail.com>
1648
1649         * Documentation/topdocs/NEWS.tely: add @end itemize
1650
1651         * Documentation/user/ global, advanced-notation: minor
1652         stuff from mailist.
1653
1654 2006-03-23  Graham Percival  <gpermus@gmail.com>
1655
1656         * Documentation/user/ lilypond.tely, music-glossary,
1657         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1658
1659 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1660
1661         * mf/GNUmakefile: don't install .enc files.
1662
1663         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1664
1665         * VERSION (PATCH_LEVEL): bump to 2.9.0
1666
1667 2006-03-22  Graham Percival  <gpermus@gmail.com>
1668
1669         * Documentation/user/advanced-notation.itely: minor fixes
1670         from mailist.
1671
1672 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1673
1674         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1675
1676         * branch lilypond_2_8
1677
1678 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1679
1680         * scripts/lilypond-book.py (samefile): new function, for windoze
1681         compatibility.
1682
1683 2006-03-21  Graham Percival  <gpermus@gmail.com>
1684
1685         * ly/engraver-init.ly: add info about StaffGroup.
1686
1687 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1688
1689         * input/regression/stem-direction-context.ly: idem.
1690
1691         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1692
1693         * THANKS: add Mats.
1694
1695         * input/regression/page-layout-twopass.ly: comment out \markup so
1696         tweak-file is left.
1697
1698         * lily/instrument-name-engraver.cc (finalize): add to instrument
1699         name global System. This also fixes chopped instrument names, but
1700         doesn't crash when there are slurs/beams.
1701
1702         * lily/slur-configuration.cc (add_score): disallow negative slur
1703         scores.
1704         
1705 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1706
1707         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1708
1709         * lily/instrument-name-engraver.cc (process_music): kludge: add
1710         InstrumentName spanner to axis group of left bound. Fixes chopped
1711         off instrument names in EPS images.
1712
1713         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1714
1715         * scripts/abc2ly.py (option_parser): update to 2.7.40
1716
1717 2006-03-20  Graham Percival  <gpermus@gmail.com>
1718
1719         * THANKS: move small doc contributors to SUGGESTIONS.
1720
1721         * Documentation/user/ basic-notation, advanced-notation,
1722         global: small changes from mailist.
1723
1724 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1725
1726         * Documentation/user/advanced-notation.itely (Text marks): update
1727         for new rehearsalMarkAlignSymbol convention.
1728
1729         * VERSION (PATCH_LEVEL): bump version.
1730
1731         * input/test/instrument-name-align.ly: new file.
1732
1733         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1734
1735         * input/test/instrument-name-align.ly: new file. Document how to
1736         align instrument names.
1737
1738         * lily/mark-engraver.cc: remove properties.
1739
1740         * scm/define-context-properties.scm
1741         (all-user-translation-properties): remove align symbol properties
1742         for barnumber/reh. mark.
1743
1744         * lily/break-align-interface.cc (self_align_callback): new
1745         interface, new function. Look at complete alignment. This handles
1746         tunable break alignments in case break-align-symbols are missing.
1747
1748         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1749
1750         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1751
1752         * python/convertrules.py (conv): mark/bar number alignment rule.
1753
1754         * lily/break-align-interface.cc (calc_positioning_done): also
1755         store offset from last visible break-alignment to its
1756         neighbor. This makes alignment on non-visible objects more reliable.
1757
1758         * po/lilypond.pot (Module): ran po-replace.
1759
1760         * input/regression/tie-single-manual.ly (Module): new file.
1761
1762         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1763         look at has_manual_position_.
1764         (from_ties): set has_manual_position_ if tie has staff-position set.
1765
1766         * lily/tuplet-bracket.cc (calc_positions): idem.
1767
1768         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1769         doesn't span time.
1770
1771 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1772
1773         * scm/define-markup-commands.scm (smallCaps): new markup command
1774         for turning a text to small caps using smaller font size and upper
1775         casing.
1776
1777 2006-03-17  Graham Percival  <gpermus@gmail.com>
1778
1779         * Documentation/user/ examples, instrument-notation,
1780         advnaced-notation: minor fixes from mailist.
1781
1782 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1783
1784         * Documentation/user/tutorial.itely (First steps): change example
1785         to verbatim.  
1786
1787 2006-03-17  Graham Percival  <gpermus@gmail.com>
1788
1789         * Documentation/user/ examples, advanced: minor changes from mailist.
1790
1791         * THANKS: add Geoff Horton, for documentation stuff.
1792
1793 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1794
1795         * python/lilylib.py (system): revert have_select kludge.
1796
1797         * Documentation/user/tutorial.itely (Commenting input files):
1798         update version numbers in doc. 
1799
1800         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1801         bound-padding to multi-measure-interface
1802
1803 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1804
1805         * input/test/engraver-example.ily: update version number.
1806
1807         * VERSION (PACKAGE_NAME): release 2.7.39
1808
1809         * lily/note-spacing.cc (get_spacing): heighten threshold where
1810         accidentals/arpeggios influence previous spacing fully.
1811
1812         * lily/rest.cc (y_offset_callback): only use direction if
1813         staff-position wasn't set before.
1814
1815         * lily/bar-number-engraver.cc: add support for
1816         barNumberAlignSymbol. 
1817         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1818
1819         * lily/pointer-group-interface.cc (set_ordered): new function. 
1820         (add_unordered_grob): new function.
1821
1822         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1823         to ordered, unless the opposite has been proved.  This fixes
1824         random reordering of large object groups across linebreaks,
1825         eg. beams.
1826
1827         * lily/main.cc (do_chroot_jail): printf format fix.
1828
1829         * lily/tie-formatting-problem.cc (generate_configuration):
1830         multiply y-shift for dot with direction.
1831  
1832         * scm/define-markup-commands.scm (note-by-number): put (magstep
1833         size) in y-attach too.
1834
1835         * Documentation/topdocs/NEWS.tely (Top): show override.
1836
1837         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1838         direction for stems.
1839         
1840 2006-03-15  Graham Percival  <gpermus@gmail.com>
1841
1842         * Documentation/user/ changing-defaults, global: minor
1843         fixes from mailist.
1844
1845 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1846
1847         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1848
1849         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1850         breakable items after uniformly stretched notes.
1851
1852         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1853         outline with outer edge of note heads. This prevents infinity
1854         problems with tied whole notes.
1855
1856         * scripts/lilypond-book.py (do_file): use os.popen
1857
1858         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1859
1860 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1861
1862         * Documentation/user/invoking.itely: Add ragged-right to bug report
1863         guidelines.
1864
1865 2006-03-14  Graham Percival  <gpermus@gmail.com>
1866
1867         * Documentation/user/global.itely: small fix from mailist.
1868
1869 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1870
1871         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1872         file descriptor returned by tempfile.mkstemp() when writing
1873         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1874         on mingw.
1875
1876 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1877
1878         * po/fi.po: newline bugfix.
1879
1880 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1881
1882         * scm/paper.scm (paper-alist): Rounding fixes.
1883
1884 2006-03-13  Graham Percival  <gpermus@gmail.com>
1885
1886         * Documentation/user/ changing-defaults, instrument-notation,
1887         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1888
1889 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1890
1891         * po/fi.po: update.
1892
1893 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1894
1895         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1896         mailto: to http:// 
1897
1898         * python/lilylib.py (print_environment): move ps_page_count to
1899         lilypond-book.py
1900
1901 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1902
1903         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1904
1905         * scm/framework-ps.scm (embed-document): new function. Use to
1906         embed PFA files.
1907
1908         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1909
1910 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1911
1912         * Documentation/user/instrument-notation.itely (Setting simple
1913         songs): Added \book{...} around the full example, so the separate
1914         markups are included in the printed example. 
1915
1916 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1917
1918         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1919         tmphandle.
1920
1921         * python/lilylib.py (system): rewrite system() using
1922         subprocess. Remove >& redirection trickery.
1923
1924 2006-03-11  Graham Percival  <gpermus@gmail.com>
1925
1926         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1927         notation-appendices.itely: minor fixes from mailist.
1928
1929 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1930
1931         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1932         unsplit man also needs images.
1933
1934         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1935
1936         * VERSION (PACKAGE_NAME): 2.7.38 released.
1937
1938 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1939
1940         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1941         log in output dir.
1942
1943 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1944
1945         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1946         respects the Score.skipTypesetting property.
1947         
1948 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1949
1950         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1951         Prolog. No %%EOF after CFF file.
1952
1953 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1954         
1955         * lily/constrained-breaking.cc (get_max_systems): used to return a
1956         much too big value
1957         (combine_demerits): use pointers to reduce copying data
1958         (calc_subproblem): idem
1959         (get_page_penalty): add page turn penalties
1960         
1961 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1962
1963         * Documentation/user/invoking.itely (Invoking lilypond): better
1964         explanation of -e usage.
1965
1966         * lily/main.cc (main_with_guile): don't append to
1967         init_scheme_code_string
1968
1969         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1970
1971         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1972
1973         * scripts/convert-ly.py (do_options): don't print help for
1974         --show-rules rule.
1975
1976         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1977         @code and @example. Update from texinfo.tex from CVS.
1978
1979 2006-03-08  Graham Percival  <gpermus@gmail.com>
1980
1981         * Documentation/user/scheme-tutorial.itely: clarifies distances
1982         measured in staff-spaces.
1983
1984 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1985
1986         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1987         consider[k] is true.
1988
1989         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1990
1991         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1992         consider columns that have originals.  Unifies spacing for mm
1993         rests around line breaks.
1994
1995         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1996         (set_text_rods): idem.
1997         (calculate_spacing_rods): new function: share code between
1998         set_text_rods and set_spacing_rods.
1999         (set_text_rods): take extents of bounds into account.  
2000
2001 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2002
2003         * Documentation/user/basic-notation.itely (Writing music in
2004         parallel): don't use relative.
2005
2006 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2007
2008         * ly/music-functions-init.ly (Module): add shiftDurations
2009
2010         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2011
2012         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2013
2014         * ly/engraver-init.ly: init vocalName to nil.
2015
2016 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2017
2018         * scm/music-functions.scm (music->make-music): bugfix,
2019         KeyChangeEvents are now handled correctly.
2020
2021         * scripts/lilypond-book.py: Add --debug option.
2022
2023 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2024
2025         * python/lilylib.py: add tempfile.
2026
2027 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2028
2029         * VERSION (PACKAGE_NAME): release 2.7.37
2030
2031         * python/lilylib.py (ps_page_count): remove make_ps_images().
2032         (ps_page_count): remove mkdir_p
2033         (system): remove cleanup_temp.
2034         (exit): remove lilypond_version_(check)
2035         (error_log): remove pseudo_filter_p
2036         remove read_pipe
2037         remove cp_to_dir
2038         remove identify
2039
2040         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2041         use __main__
2042
2043         * lily/accidental-engraver.cc (make_standard_accidental): only add
2044         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2045
2046         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2047         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2048         Make incompatibilities.
2049
2050         * scm/output-ps.scm (grob-cause): replace backslashes by /
2051         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2052
2053 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2054
2055         * cygwin/GNUmakefile: Install fixes.
2056
2057         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2058
2059         * lily/note-head.cc (head::get_balltype): Compile fix.
2060
2061         * flower/file-name.cc (dos_to_posix): Flower string fix.
2062
2063 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2064
2065         * python/lilylib.py: pychecker cleanups.
2066
2067         * scripts/lilypond-book.py
2068         (Lilypond_snippet.output_print_filename): pychecker cleanups
2069
2070         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2071
2072         * python/lilylib.py (underscore): remove identify() , warranty()
2073
2074         * ps/music-drawing-routines.ps: change Border routine for GSView
2075         compatibility.
2076
2077         * lily/stem.cc (height): use quantize-positions.  This triggers
2078         set_stem_lengths, so scripts on beamed stems are handled correctly.
2079
2080         * lily/side-position-interface.cc (aligned_side): check if edges
2081         of script are inside staff. Fixes accent of edge of the staff.
2082
2083         * input/regression/staccato-pos.ly: more examples.
2084
2085         * stepmake/aclocal.m4 (depth): fix bashism.
2086
2087         * lily/lyric-combine-music-iterator.cc: move from
2088         new-lyric-combine-iterator.cc
2089         (process): add pending_grace_lyric_ member to delay lyrics on
2090         grace notes.
2091
2092         * lily/system-start-text.cc (print): suicide if we don't have any
2093         elements. Fixes hara kiri'd instrument names.
2094
2095         * scripts/mup2ly.py (Module): remove.
2096
2097 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2098
2099         * Documentation/user/global.itely (A single music expression):
2100         close @lilypond properly
2101
2102         * lily/volta-bracket.cc (modify_edge_height): change from
2103         after_line_breaking_callback. Suicide last bracket if appropriate.
2104  
2105         * python/lilylib.py: strip getopt support
2106
2107         * scripts/etf2ly.py (do_options): use optparse
2108
2109         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2110
2111         * scripts/abc2ly.py (voices): use optparse.
2112
2113         * stepmake/stepmake/generic-vars.make: new function absdir.
2114
2115         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2116
2117         * scripts/lilypond-book.py (find_file): use global_options for
2118         include path
2119
2120         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2121         entering C code.
2122
2123 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2124
2125         * python/lilylib.py (get_global_option): ughness for extracting
2126         global options from lilylib.
2127         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2128
2129         * scripts/lilypond-book.py (get_option_parser): use optparse for
2130         option handling.  Put options in global_options variable.
2131
2132 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2133
2134         * Documentation/index.html.in: clarify.
2135
2136 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2137
2138         * scm/layout-page-layout.scm (write-page-breaks): add a
2139         music-system-heights property to the page layout output.
2140
2141         * scm/page.scm (make-page-stencil): take footer into account when
2142         computing the 'space-left page property
2143         (annotate-space-left): take footer into account when annonating
2144         space left.
2145
2146 2006-02-28  Graham Percival  <gpermus@gmail.com>
2147
2148         * Documentation/user/ advanced-notation, global: more (final)
2149         docs for music expressions, removed special fermatas.
2150
2151 2006-02-27  Graham Percival  <gpermus@gmail.com>
2152
2153         * Documentation/user/ basic-notation, global: minor changes
2154         from mailist.
2155
2156 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2157
2158         * scm/framework-ps.scm:         
2159         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2160         layer for inf? and nan? from framework-ps to lily-library.
2161
2162 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2163
2164         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2165         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2166
2167         * buildscripts/substitute-encoding.py (Module): remove file.
2168
2169         * mf/GNUmakefile: more PFA strippage.
2170
2171         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2172
2173         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2174         generation
2175
2176         * scm/framework-ps.scm: remove font name munging.
2177
2178         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2179
2180 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2181
2182         * scm/markup.scm (define-markup-command): change
2183         def-markup-command to define-markup-command
2184
2185         * scm/music-functions.scm (define-music-function): change
2186         def-music-function to define-music-function.
2187
2188         * python/convertrules.py (conv): rules for def-music-function
2189         and def-markup-commands
2190
2191         * Documentation/user/programming-interface.itely,
2192         input/no-notation/display-lily-tests.ly,
2193         input/regression/lily-in-scheme.ly,
2194         input/regression/markup-user.ly,
2195         input/regression/music-function.ly, input/regression/tie-chord.ly,
2196         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2197         ly/gregorian-init.ly: use new macro names (define-music-function,
2198         define-markup-command).
2199
2200 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2201
2202         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2203         (output): add comments to lp-book latex output.
2204
2205         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2206         address.
2207
2208 2006-02-23  Graham Percival  <gpermus@gmail.com>
2209
2210         * Documentation/user/ tutorial, global: minor changes.
2211
2212 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2213
2214         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2215         blocks (for make 3.80)
2216
2217         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2218         \notemode so that user should not have to explicitely type it.
2219
2220         * scm/define-music-display-methods.scm: various
2221         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2222         constructs)
2223
2224         * input/no-notation/display-lily-tests.ly: new tests for
2225         \applyOutput and \applyContext
2226
2227 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2228
2229         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2230         changed it slightly so that the number of systems returned by
2231         solve () will be the same as the last value passed to resize
2232         (). I've also added more documentation, removed casts, fixed style
2233         problems and put in some recovery if constraints aren't satisfied."
2234
2235 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2236
2237         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2238         for emacs < 22 compatibility.
2239         (count-rexp): Use it.
2240         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2241         substring juggling (Milan Zamazal).
2242
2243 2006-02-23  Graham Percival  <gpermus@gmail.com>
2244
2245         * Documentation/user/ basic-notation, advanced-notation,
2246         global.itely, invoking.itely, tutorial,itely:
2247         minor fixes from mailist.
2248
2249         * scm/define-markup-commands.scm: improve docs of \filled-box.
2250
2251 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2252
2253         * Documentation/index.html.in: changes concern the previous release.
2254
2255         * input/regression/+.ly: cultivate typographical terminology.
2256
2257 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2258
2259         * scm/define-grob-interfaces.scm (parentheses-interface): add
2260         padding to parentheses-interface.
2261
2262         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2263         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2264
2265         * VERSION (PATCH_LEVEL): release 2.7.36
2266
2267         * lily/slur.cc: add avoid-slur (ugh.)
2268         
2269         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2270         intersection gets smaller. This fixes slurs over extreme points.
2271
2272         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2273         stems with neutral-direction set.
2274
2275         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2276
2277         * lily/open-type-font.cc (load_table): format error.
2278
2279         * lily/change-iterator.cc (process): format fix.
2280
2281         * flower/include/international.hh (_f): idem.
2282
2283         * flower/include/std-string.hh: add format printf attribute.
2284
2285         * scm/define-grobs.scm (all-grob-descriptions): height of all
2286         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2287
2288         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2289         ambitus lines.
2290
2291         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2292
2293 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2294
2295         * input/regression/: upgraded syntax for some files.
2296
2297         * THANKS: Add bughunters.
2298
2299 2006-02-22  Graham Percival  <gpermus@gmail.com>
2300
2301         * Documentation/user/ invoking.itely, advanced-notation.itely,
2302         global.itely: long-awaited "let's make chapter 10 not suck"
2303         update.  Rearrange chapter 10; now called "global issues",
2304         addresses file structure, etc.  Some info from other files
2305         moved into global.itely.
2306
2307 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2308
2309         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2310         catch trill-span-event notes.
2311
2312         * Documentation/user/examples.itely (Ancient notation templates): typo.
2313         (Jazz combo): typo.
2314
2315         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2316
2317         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2318
2319         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2320
2321         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2322
2323         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2324         froum Laissez_vibrer_engraver.
2325
2326         * ly/declarations-init.ly (repeatTie): add \repeatTie
2327
2328         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2329
2330         * scm/define-grob-properties.scm (all-user-grob-properties): add
2331         head-direction property.
2332
2333         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2334         from_lv_ties. Take head direction argument.
2335
2336         * lily/semi-tie-column.cc: rename from
2337         laissez-vibrer-tie-column.cc. Rename class too.
2338
2339         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2340         class too.
2341
2342         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2343
2344         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2345         0 case.
2346         (find_breaks): idem.
2347
2348 2006-02-21  Graham Percival  <gpermus@gmail.com>
2349
2350         * Documentation/user/advanced-notation.itely: fixed make-moment]
2351         example.
2352
2353         * Documentation/user/basic-notation.itely: more clarification to
2354         transpose.
2355
2356 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2357
2358         * lily/include/constrained-breaking.hh (class
2359         Constrained_breaking): new file.
2360
2361         * lily/constrained-breaking.cc (resize): new file.
2362
2363         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2364
2365         * Documentation/user/advanced-notation.itely (Clusters): insert
2366         end ignore too.
2367
2368         * lily/tie-column.cc (calc_positioning_done): support for
2369         tie-score debugging
2370
2371         * lily/tie-formatting-problem.cc
2372         (generate_extremal_tie_variations): factor out.
2373         (score_ties_configuration): annotate all tie 
2374         (print_ties_configuration): new routine.
2375         (generate_configuration): nudge extremal ties outside of the head
2376         Y extents.
2377         (score_ties_configuration): oops. convert to staff-space before
2378         determining position symmetry.
2379
2380 2006-02-20  Graham Percival  <gpermus@gmail.com>
2381
2382         * Documentation/user/*-notation.itely: misc minor editing,
2383         shifting doc sections around.
2384
2385         * Documentation/user/*-notation-itely, global.itely,
2386         changing-defaults.itely: added new stuff from NEWS.
2387
2388 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2389
2390         * po/fi.po: update.
2391
2392 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2393
2394         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2395         lilypond --verbose for lp-book.
2396
2397         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2398         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2399
2400         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2401         $(buildscript-dir) iso. absolute depth.
2402
2403         * buildscripts/genicon.py (dir): thinko.
2404
2405         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2406
2407 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2408
2409         * scm/output-lib.scm: swap darkcyan/darkyellow
2410
2411         * THANKS: Add bughunters.
2412
2413 2006-02-19  Graham Percival  <gpermus@gmail.com>
2414
2415         * Documentation/user/programming-interfaces.itely: fixed example.
2416
2417         * Documentation/user/instrument-notation.itely: fix @{ @}.
2418
2419         * scm/script.scm: add avoid-slur for \open.
2420
2421 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2422
2423         * lily/tie-formatting-problem.cc (score_configuration): use
2424         sliding score for min-length. 
2425
2426         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2427         spaghetti for icons.
2428
2429         * buildscripts/genicon.py (program_name): new file.
2430
2431         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2432         in outline too.  
2433         (generate_configuration): for small ties, also look for collisions
2434         at Y + DIR*h + DELTA_Y.
2435         (get_variations): consider variation for dot positions too.
2436
2437         * lily/side-position-interface.cc (aligned_side): take abs for
2438         quantized rounded position. Fixes tenuto below staff.
2439
2440         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2441         markers when necessary.
2442
2443         * lily/program-option.cc (internal_set_option): add
2444         strict_infinity_checking option.
2445
2446         * scm/output-lib.scm (cyan): swap yellow and cyan.
2447
2448 2006-02-19  Graham Percival  <gpermus@gmail.com>
2449
2450         * darwin.patch: trivial linenumber update.
2451
2452         * Documentation/user/ {various}: `\context foo = named' changed
2453         to `\new foo = "name"' in docs.
2454
2455 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2456
2457         * scm/stencil.scm (annotate-y-interval): use it.
2458
2459         * scm/lily-library.scm (interval-sane?): new function.
2460
2461         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2462         tfm_checksum stuff.
2463
2464         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2465         common refpoint.
2466
2467         * flower/include/std-vector.hh (iterof): add iterof macro.
2468
2469         * lily/enclosing-bracket.cc (width): new function.
2470
2471         * lily/align-interface.cc (align_elements_to_extents): reinstate
2472         warning.
2473
2474 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2475
2476         * Documentation/index.html.in: fix spelling: thankyous.
2477
2478 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2479
2480         * lily/lyric-hyphen.cc: typo.
2481
2482 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2483
2484         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2485         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2486         builds don't work. 
2487
2488         * VERSION: release 2.7.35
2489
2490         * lily/beam.cc (get_default_dir): oops. Take abs () for
2491         extremes[DOWN].
2492         (get_default_dir): use extreme position criterion only in absence
2493         of forced stem directions.
2494
2495         * VERSION (PATCH_LEVEL): bump VERSION.
2496
2497         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2498         dependencies. Necessary for -jX builds.  
2499
2500 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2501
2502         * lily/relocate.cc (setup_paths): Yet another const fix.
2503
2504 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2505
2506         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2507
2508         * lily/relocate.cc (setup_paths): oops.
2509
2510 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2511
2512         * Documentation/index.html.in: order links: html before PDF.
2513
2514 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2515
2516         * lily/tie-column-format.cc (Module): remove.
2517
2518         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2519
2520         * lily/text-spanner.cc (print): idem.
2521
2522         * lily/dynamic-text-spanner.cc (print): only print line if longer
2523         than dash-period.
2524
2525         * lily/auto-change-iterator.cc (change_to): formatting.
2526
2527         * lily/beam.cc (get_default_dir): take extreme note head as input
2528         for stem direction.
2529
2530         * lily/tie.cc (get_default_dir): only look directions for visible
2531         stems. 
2532
2533         * lily/side-position-interface.cc (aligned_side): oops. Don't
2534         mutiply with direction. This fixes quantized (staccato, tenuto)
2535         scripts below notes.
2536
2537         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2538         direction. Fixes c-lyrics-center-align.ly
2539
2540 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2541
2542         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2543         constructor.
2544
2545         * lily/std-string.cc:
2546         * lily/include/std-vector.hh (split_string): Move and rename from
2547         lily/include/misc.hh, lily/misc.cc.  Update callers.
2548
2549 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2550
2551         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2552
2553 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * flower/test-file.cc: New file.
2556
2557         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2558         libraries.
2559
2560         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2561
2562 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2563
2564         * flower/include/file-storage.hh: remove file.
2565
2566         * lily/include/midi-item.hh (class Midi_track): idem.
2567
2568         * lily/include/source.hh (class Sources): idem.
2569
2570         * lily/include/performance.hh (class Performance): use vector
2571         iso. Cons<>
2572
2573         * flower/include/cons.hh (class Cons): remove file.
2574
2575         * flower/include/flower-proto.hh: remove template cruft.
2576
2577         * lily/include/font-metric.hh: use size_t not vsize for indices.
2578
2579         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2580         from proto.
2581
2582         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2583
2584         * lily/include/paper-book.hh (class Paper_book):
2585         make get_system_specs() public.
2586
2587         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2588         the force=10000 case if we don't have a current-best. 
2589
2590         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2591         vsize 
2592
2593         * flower/include/flower-proto.hh: remove outdated templates.
2594
2595         * scm/page.scm: use annotate-spacing
2596
2597 2006-02-15  Graham Percival  <gpermus@gmail.com>
2598
2599         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2600
2601         * THANKS: moved Erlend Aasland to contributors.
2602
2603 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2604
2605         * config.hh.in: remove HAVE_PANGO_16
2606
2607         * lily/tuplet-bracket.cc (calc_positions): multiply with
2608         staff-space for beam case. This fixes tuplets+beams on scaled
2609         staves.
2610
2611         * config.hh.in: remove all Kpathsea related defines.
2612
2613         * lily/dot-column.cc (side_position): reach stem via dots->
2614         head->stem. Inspect all stems for dot collisions. 
2615
2616         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2617         stem handling.
2618
2619         * lily/bar-number-engraver.cc (process_music): document function
2620         of whichBar.
2621
2622         * lily/score.cc (default_rendering): add pscore, not systems
2623         themselves.
2624
2625         * lily/paper-book.cc (get_system_specs): separate generation of
2626         titles and systems.
2627
2628         * flower/include/std-vector.hh: don't include config.hh
2629
2630 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2631
2632         * flower/include/std-vector.hh: Better wrapper compatibility with
2633         std::vector.
2634
2635         * flower/include/flower-proto.hh: Remove cheap forward declaration
2636         attempts.
2637
2638         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2639
2640 2006-02-14  Graham Percival  <gpermus@gmail.com>
2641
2642         * Documentation/user/invoking.itely: add warning about command line.
2643
2644 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2645
2646         * lily/include/lily-proto.hh: add Prob, rm Page.
2647
2648         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2649
2650         * VERSION: release 2.7.34
2651
2652         * lily/relocate.cc (framework_relocation): show canary if
2653         GHOSTSCRIPT_VERSION undefined.
2654
2655         * GNUmakefile.in: remove $(VERSION) symlink.
2656
2657         * lily/relocate.cc (setup_paths): add + 
2658
2659 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2660
2661         * Documentation/index.html.in: specify sizes for all big HTML pages.
2662
2663 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2664
2665         * config.hh.in: remove @FRAMEWORKDIR@
2666
2667         * lily/system-start-text.cc (get_stencil): new file: separate out
2668         system-start-delimiter text support.
2669
2670         * input/**ly: replace \context with \new where appropriate.
2671         
2672         * THANKS: add Don.
2673
2674         * lily/slur-scoring.cc (get_base_attachments): use
2675         robust_relative_extent. This fixes problems with empty paper-columns. 
2676
2677 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2678
2679         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2680
2681         * scm/define-music-properties.scm (all-music-properties):
2682         create-new property.
2683
2684         * lily/context-specced-music-iterator.cc (construct_children):
2685         inspect 'create-new property iso. magical $uniqueContextId context
2686         id.
2687
2688         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2689
2690         * lily/context-key-manager.cc (Module): new file. Encapsulate
2691         object key generation.
2692
2693         * lily/include/context-key-manager.hh (Module): new file.
2694
2695 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2696
2697         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2698         names vertically
2699
2700         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2701         options.
2702         (reloc_b): excise --enable-framework-dir
2703
2704         * lily/relocate.cc (framework_relocation): use getenv
2705         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2706
2707 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * flower/include/std-string.hh: 
2710         * flower/include/std-vector.hh: Finish std:: conversion; move
2711         flower extensions from std:: namespace.  Update users.
2712
2713         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2714         their expansion to vector<*>.  Update users.
2715
2716 2006-02-10  Graham Percival  <gpermus@gmail.com>
2717
2718         * Documentation/user/invoking.itely: add example to File structure.
2719
2720         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2721         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2722
2723 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2724
2725         * ly/paper-defaults.ly: typo.
2726
2727         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2728         set_parent() for parentheses. This will make it show up in bbox
2729         calculations.
2730
2731         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2732         ly:grob-common* functions.
2733
2734         * lily/grob-scheme.cc (LY_DEFINE):
2735         ly:grob-common-refpoint-of-array: new function 
2736         ly:grob-common-refpoint: new function 
2737         ly:grob-relative-coordinate: new function 
2738
2739         * lily/instrument-name-engraver.cc (process_music): use
2740         Text_interface::is_markup(). This fixes \markup on instrument names.  
2741
2742         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2743         for ties and slurs.
2744
2745         * lily/slur.cc (print): idem.
2746
2747         * lily/tie.cc: add line-thickness for ties. 
2748
2749 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2750
2751         * scm/output-svg.scm: Document diversion from GNU coding standards
2752         as a workaround for a bug in Microsoft Internet Explorer.
2753
2754 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2755
2756         * lily/instrument-name-engraver.cc (process_music): use
2757         is_markup() iso. is_string()
2758
2759         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2760
2761         * lily/percent-repeat-engraver.cc (process_music): only look at
2762         main_part_ for % repeats.
2763
2764         * lily/stem-tremolo.cc (get_beam_translation): new function.
2765         (calc_slope): new function.
2766         (height): don't use real slope.
2767
2768 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2769
2770         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2771         new connect-to-neighbor, control-points and staff-padding
2772         properties to make ligature brackets showing up again.
2773
2774 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2775
2776         * VERSION: release 2.7.33
2777
2778         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2779         too many.
2780
2781         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2782         remove applyOutput example.
2783         (Objects connected to the input): document \tweak, \parenthesize
2784
2785         * lily/relocate.cc (prefix_relocation): allow "current"
2786         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2787         changing VERSION in a lily tree less painful.
2788
2789         * input/regression/parenthesize.ly: new file. 
2790
2791         * scm/output-lib.scm (parenthesize-element): new function.
2792
2793         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2794
2795         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2796
2797         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2798         cause: accidentals are caused by note heads, not note events. 
2799
2800 2006-02-08  Graham Percival  <gpermus@gmail.com>
2801
2802         * darwin.patch: small patch from Erlend, thanks!
2803
2804         * Documentation/user/basic-notation.itely: add stem-neutral example.
2805
2806         * Documentation/user/putting.itely: clarifications.
2807
2808 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2809
2810         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2811         note, add more guidelines to what should go into NEWS.
2812
2813         * input/sakura-sakura.ly: document how to override font.
2814
2815         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2816
2817 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2818
2819         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2820
2821 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2822
2823         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2824         convertrules.  Add explicit grouping, needed for python2.2.
2825
2826 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2829
2830 2006-02-07  Graham Percival  <gpermus@gmail.com>
2831
2832         * Documentation/user/global.itely: fix line-width in (text) docs.
2833
2834         * Documentation/user/lilypond-book.itely: same.
2835
2836 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2837
2838         * VERSION (PACKAGE_NAME): release 2.7.32
2839
2840         * Documentation/topdocs/NEWS.tely (Top): document new variable
2841         naming.
2842
2843         * flower/include/array.icc (Message): remove file.
2844
2845         * flower/include/std-vector.hh: make sure vsize and VPOS are
2846         defined for binary_search_bounds().
2847
2848         * flower/std-string.cc (std): add to_string(long unsigned).
2849
2850         * configure.in (gui_b): excise std_string option.
2851         (gui_b): excise std_vector option.
2852
2853         * flower/string.cc (Module): excise flower array & string
2854
2855         * flower/include/std-string.hh: excise flower string.
2856
2857         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2858
2859         * python/convertrules.py (lilypond_version_re_str): require
2860         only numbers and dots in \version string.
2861
2862 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2863
2864         * lily/system-start-delimiter.cc (print): allow style = text too.
2865
2866         * lily/system-start-delimiter-engraver.cc
2867         (acknowledge_system_start_text): new function, also add add to
2868         support of system-start-text (instrument names). This fixes
2869         instrument names on piano staves.
2870
2871         * lily/instrument-name-engraver.cc: rewrite. Use
2872         system-start-delimiter approach. This save memory and cpu.
2873
2874         * scm/define-grobs.scm (all-grob-descriptions): remove
2875         instrument-name from break-alignment.
2876
2877         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2878
2879 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2880
2881         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2882         jobserver going.
2883
2884         * configure.in (std_vector): On by default.
2885
2886         * lily/include/font-metric.hh:
2887         * lily/include/tfm-reader.hh: 
2888         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2889         Update users.
2890
2891         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2892
2893 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2894
2895         * VERSION (PACKAGE_NAME): 2.7.31
2896
2897         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2898         EPS edge at 0, but take minimum with left-overshoot. This fixes
2899         cut off system start delims. 
2900
2901         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2902         hack: add to axis group if not added yet. This fixes hara kiri'd
2903         piano staves.
2904
2905         * lily/hara-kiri-group-spanner.cc
2906         (force_hara_kiri_in_y_parent_callback): fix signatures.
2907
2908         * lily/hairpin.cc (print): check next hairpin to see whether or
2909         not to be continuing.
2910
2911 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2912
2913         * Remove trailing whitespace from makefiles.
2914         
2915         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2916         for earlier gcc.
2917
2918         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2919
2920         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2921
2922         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2923
2924         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2925
2926         * configure.in: Use it.
2927
2928 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * scm/music-functions.scm (pitch-of-note): new function.
2931
2932         * ly/music-functions-init.ly: add \octave and \addquote
2933
2934         * lily/parser.yy (music_function_chord_body): softcode \octave.
2935         (lilypond_header): softcode \addquote
2936
2937 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2938
2939         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2940         array.hh, parray.hh at all.  Getting ready to flip the
2941         configure default.
2942
2943         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2944
2945         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2946         a bit.
2947
2948         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2949
2950 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2951
2952         * flower/include/array.hh: typo. 
2953
2954 2006-02-02  Graham Percival  <gpermus@gmail.com>
2955
2956         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2957
2958 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2959
2960         * flower/include/pqueue.hh: Derive from std::vector.
2961
2962         * flower/include/parray.hh: Conform to std::vector interface.
2963         Update users.
2964
2965 2006-02-02  Graham Percival  <gpermus@gmail.com>
2966
2967         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2968
2969 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2970
2971         * flower/file-path.cc (is_file): remove if 0 section.
2972
2973         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2974         selecting afii61352.
2975
2976 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2977
2978         * flower/include/std-vector.hh (boundary): Oops, reverse.
2979
2980         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2981         remove superfluous `d'.
2982
2983         * flower/include/std-vector.hh (boundary, top): Detach from class.
2984         Remove empty vector shell.
2985
2986         * flower/include/array.hh (reverse, swap): Detach from class.
2987         Update users.
2988         
2989         * flower/include/std-vector.hh
2990         * flower/include/array.hh (concat): Globally change to insert ().
2991
2992         
2993         * flower/include/std-vector.hh
2994         * flower/include/parray.hh
2995         * flower/include/array.hh (elem, elem_ref): Globally replace by
2996         at ().
2997
2998 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2999
3000         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3001
3002         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3003         anticipate on identifier substitutions.
3004
3005 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * flower/include/std-vector.hh (insert): Remove, replace by
3008         std::vector interface.  Update callers.
3009
3010         * flower/include/array.icc (insert): Change signature to
3011         match std::vector interface.
3012         
3013         * flower/include/array.icc (vector_sort): Bugfix.
3014
3015 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3016
3017         * lily/parser.yy (output_def_head_with_mode_switch): new
3018         production. Result: dashes and underscores may be used in the
3019         \paper block.
3020
3021         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3022
3023         * python/convertrules.py (conv): oops. One slash too much.
3024
3025 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * flower/include/std-vector.hh (sort): Remove, replace by
3028         ::vector_sort.  Update callers.
3029
3030         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3031         (sort): Bugfix.
3032
3033         * flower/test-std.cc (vector_sort): New test.
3034
3035 2006-02-01  Graham Percival  <gpermus@gmail.com>
3036
3037         * Documentation/user/putting.itely: fixes from Erik.
3038
3039 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3040
3041         * flower/test-std.cc: Add simple unit test for vector migration.
3042
3043         * stepmake/stepmake/test*: Unit test support.
3044
3045         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3046         update callers.
3047
3048         * flower/include/array.hh (begin, end): Add.
3049         (del, get): Remove.
3050
3051 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3052
3053         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3054         std::string not String. 
3055
3056         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3057         iso UINT_MAX.
3058
3059         * lily/prob.cc (Prob): copy type_ too.
3060
3061         * lily/lily-guile.cc (mangle_cxx_identifier): new
3062         function. Class_bla::foo_bar_[px] ->
3063         ly:class-bla::foo-bar[?!]. Changes throughout
3064
3065 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3066
3067         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3068
3069         * lily/beam.cc (calc_direction): take dir from visible stem in
3070         degenerate case.
3071
3072 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3075         Fix -1, >=0 boundary checks for unsigned vsize.
3076
3077         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3078         loop for unsigned vsize.
3079
3080         * configure.in (--enable-std-vector): New option.
3081         (--enable-std-string): On by default.
3082
3083         * flower/include/std-vector.hh: New file.  Enable switch to
3084         std::vector, update client code.
3085
3086 2006-01-30  Graham Percival  <gpermus@gmail.com>
3087
3088         * scm/document-translation.scm: clarify "this context is also
3089         known as".  Thanks, Werner!
3090
3091         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3092
3093         * Documentation/user/invoking.itely: small fix from Don.
3094
3095 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3096
3097         * scm/lily.scm (define-scheme-options): rename option
3098         preview-include-book-title to book-title-preview
3099         (define-scheme-options): move force-eps-font-include (from paper
3100         block) to eps-font-include -d option.
3101
3102         * VERSION (PATCH_LEVEL): release 2.7.30
3103
3104         * input/bach-schenker.ly (staffPiano): new file.
3105
3106         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3107
3108         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3109         credits to Nicolas.
3110
3111         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3112
3113         * ps/lilyponddefs.ps: remove start-system, stop-system,
3114         start-page fluff. This saves putting { } code on the stack, fixing
3115         stack overflows when including EPS files.
3116
3117 2006-01-29  Graham Percival  <gpermus@gmail.com>
3118
3119         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3120
3121 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3122
3123         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3124
3125 2006-01-28  Graham Percival  <gpermus@gmail.com>
3126
3127         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3128
3129 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * input/mutopia/claop.py: Update.
3132
3133 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3134
3135         * input/regression/completion-heads.ly (texidoc): fix.
3136
3137         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3138
3139         * lily/tie-formatting-problem.cc
3140         (set_ties_config_standard_directions): use abs iso fabs for ints.
3141
3142         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3143
3144         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3145         little less than noteheight, to prevent overlaps in chords.
3146
3147         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3148         head, and fudge stem-attachment.
3149
3150         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3151
3152         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3153
3154 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3155
3156         * lily/main.cc (main): Debugging aid: catch exceptions.
3157
3158         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3159         output with std::string.
3160
3161 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3162
3163         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3164
3165 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3166
3167         * Fix -DSTRING_UTILS_INLINED.
3168
3169 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3170
3171         * VERSION (PATCH_LEVEL): release 2.7.29
3172
3173         * lily/relocate.cc (setup_paths): mingw uses std string too.
3174
3175         * lily/*.cc: various fixes for substr(ARG).
3176
3177         * lily/sustain-pedal.cc (print): 
3178
3179         * flower/file-name.cc (slashify): use std strings.
3180
3181         * flower/string-convert.cc: remove publib.h
3182
3183         * scm/define-markup-commands.scm (verbatim-file): new markup
3184         command \verbatim-file
3185
3186         * Documentation/topdocs/NEWS.tely: fixup URLs
3187
3188         * input/regression/alignment-vertical-manual-setting.ly (Module):
3189         new file.
3190
3191         * lily/align-interface.cc (align_elements_to_extents): overwrite
3192         translations with numbers in alignment-offsets from left bound
3193
3194         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3195         (page-translate-systems): new function: take into account Y-offset.
3196
3197         * Documentation/topdocs/NEWS.tely (Top): document new features.
3198
3199         * input/regression/page-layout-manual-position.ly (Module): new
3200         file.
3201
3202 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3203
3204         * flower/file-path.cc (path::parse_path): Oops.
3205
3206         * Finish std::string interface.  For now, use std:: marker
3207         throughout for easy s/r.
3208
3209 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3210
3211         * Documentation/user/putting.itely (Score is a single musical
3212         expression): typo.
3213         (Score is a single musical expression): more typos.
3214
3215         * scm/page.scm (annotate-space-left): thinko.
3216         (annotate-page): more thinkos.
3217
3218 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3219
3220         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3221         for different \score blocks separately.
3222         (post-process-pages): put write-page-layout into paper block.
3223
3224         * lily/output-def.cc (get_parser): new file.
3225
3226         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3227         file.
3228
3229         * lily/include/output-def.hh (class Output_def): add parser_ member.
3230
3231         * input/regression/page-layout-twopass.ly (Module): new file.
3232
3233         * scm/lily.scm: remove cpp hack.
3234
3235         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3236
3237 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3238
3239         * GNUmakefile.in (c-clean): New target.
3240
3241         * flower/include/std-string.hh: String/std::string compatibility:
3242         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3243         type.
3244
3245         * flower/rational.cc: 
3246         * flower/include/rational.hh: 
3247
3248         * flower/offset.cc: 
3249         * flower/include/offset.hh: 
3250
3251         * flower/interval.cc: 
3252         * flower/include/interval.hh: 
3253
3254         * flower/string-convert.cc: 
3255         * flower/include/string-convert.hh: Use std::string [interface].
3256         Update callers.
3257
3258 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3259
3260         * Documentation/index.html.in: clean up.
3261
3262 2006-01-25  Graham Percival  <gpermus@gmail.com>
3263
3264         * Documentation/user/putting.itely: another new untested doc section.
3265
3266 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3267
3268         * scm/layout-page-layout.scm (write-page-breaks): write
3269         \spacingTweaks #ALIST. Handle grace timing.
3270
3271         * scm/: more imports.
3272
3273         * scm/page.scm (make-page): add footer/header.
3274         (annotate-space-left): revise: only take page argument.
3275         (layout->page-init): new function.
3276
3277         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3278         version of the system/spacing/linebreak hack writing to the output
3279
3280         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3281         ly:make-prob.
3282
3283         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3284         ly:spanner-bound
3285
3286 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3287
3288         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3289
3290         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3291
3292         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3293         handling to page.scm
3294
3295         * lily/prob-scheme.cc (LY_DEFINE): new file.
3296         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3297
3298         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3299         prob functions.
3300
3301         * lily/music.cc (derived_mark): derive Music from Prob.
3302
3303         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3304
3305         * lily/prob.cc (Module): Implement Prob (Property Object), object
3306         with shared and r/w property alists.  
3307
3308         * lily/include/prob.hh (Module): new file. Declare Prob.
3309
3310         * flower/string.cc: remove is_empty().
3311
3312         * flower/include/string.hh (class String): remove String:: qualifier.
3313
3314         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3315         substitute appropriate functions.
3316
3317         * flower/include/string.hh (class String): remove to_str0 and
3318         is_empty(). S&R everywhere.
3319
3320 2006-01-23  Graham Percival  <gpermus@gmail.com>
3321
3322         * Documentation/user/basic-notation.itely: add hairpin
3323         after-linebreak tweak to commonprop.
3324
3325         * Documentation/user/putting.itely: added two new sections.
3326
3327 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3328
3329         * flower/international.cc: 
3330         * flower/include/international.hh: 
3331
3332         * flower/getopt-long.cc: 
3333         * flower/include/getopt-long.hh: Use std::string [interface].
3334         Update callers.
3335
3336         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3337
3338         * stepmake/stepmake/executable-rules.make: Add dependency on
3339         module libraries.
3340
3341 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3342
3343         * flower/file-path.cc: 
3344         * flower/include/file-path.hh: Use std::string [interface].
3345         Update callers.
3346
3347         * flower/direction.cc: 
3348         * flower/axis.cc: Unused.  Remove.
3349
3350         * configure.in (--enable-std-string): New option.
3351
3352         * flower/std-string.cc: 
3353         * flower/include/std-string.hh: New file.
3354
3355         * flower/file-name.cc[STD_STRING]:
3356         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3357
3358 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3359
3360         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3361
3362         * scm/define-markup-commands.scm (with-dimensions):
3363         with-dimensions markup command.
3364
3365         * input/test/font-table.ly: use it.
3366
3367         * lily/open-type-font.cc (glyph_list): new function.
3368
3369         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3370
3371         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3372
3373 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3374
3375         * ly/music-functions-init.ly (parallelMusic): new music function
3376         for parallel music entry.
3377
3378         * scm/define-music-properties.scm (all-music-properties): new
3379         'void music property
3380
3381         * scm/music-functions.scm (ly:music-message): make public, to be
3382         used in music function definitions
3383
3384         * scm/lily-library.scm (collect-music-for-book): discard music
3385         when the 'void property is set.
3386
3387 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3388
3389         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3390
3391         * mf/GNUmakefile: idem.
3392
3393         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3394
3395         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3396
3397         * Documentation/user/notation-appendices.itely (The Feta font):
3398         use it.
3399
3400         * input/test/font-table.ly: new file. Generate font table within lily.
3401
3402         * Documentation/user/notation-appendices.itely (The Feta font):
3403         use new font-table.ly file. 
3404
3405         * stepmake/stepmake/install-out-targets.make
3406         (local-install-outfiles): only create directory if
3407         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3408
3409 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3410
3411         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3412
3413         * VERSION (PACKAGE_NAME): release 2.7.28
3414
3415         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3416         the right font from a Mac dfont.
3417         (write-preamble): don't forget directory, only look at files.
3418
3419         This fixes problems with TTF files in dfonts that don't match
3420         their PostScript names.
3421          
3422         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3423         PS name from TTF font.
3424
3425         * input/regression/tie-manual.ly: document new feature.
3426
3427         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3428
3429         * VERSION (MY_PATCH_LEVEL): bump to .28
3430
3431         * Documentation/user/basic-notation.itely (Ties): add tie examples
3432         refs.
3433
3434         * lily/tie-formatting-problem.cc (score_ties_configuration):
3435         symmetry penalties for outer ties.
3436
3437 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3438
3439         * lily/tie-formatting-problem.cc (generate_configuration) 
3440         (set_manual_tie_configuration): skip non-pair manual
3441         tie-configuration, so you can set individual ties as
3442
3443           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3444
3445         * input/regression/tie-chord.ly: use generateTiePattern to
3446         simplify file.
3447
3448         * lily/tie-formatting-problem.cc (peak_around): new function.
3449         (score_configuration): use sliding criterion for staff line collisions. 
3450         (score_configuration): idem for dot collisions.
3451         (generate_configuration): use separate stem_gap for gap to stem.
3452
3453         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3454         separate penalty factors for x and y distance.
3455         (struct Tie_details): separate penalties for tip and center line collisions.
3456
3457 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3458
3459         * lily/tie-formatting-problem.cc (generate_configuration): make
3460         large ties avoid stafflines in the horizontal section.
3461         (score_configuration): use softcoded penalties
3462         (score_aptitude): idem.
3463
3464         * lily/tie-helper.cc (from_grob): softcode tie details
3465
3466         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3467
3468         * lily/staff-symbol-referencer.cc (on_line): rename from
3469         on_staffline 
3470
3471 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3472
3473         * ly/music-functions-init.ly: remove duplicate tag.
3474
3475         * lily/include/*.hh: GCC 4.1 fixes.
3476
3477 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3478
3479         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3480
3481         * scm/define-music-types.scm: fix bug in desc. string
3482         for OverrideProperty
3483
3484 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3485
3486         * scripts/lilypond-book.py: bugfix
3487
3488         * scm/define-music-types.scm: fix typos.
3489
3490 2006-01-14  Graham Percival  <gpermus@gmail.com>
3491
3492         * Documentation/user/ basic-notation.itely, global.itely,
3493         advanced-notation.itely, instrument-notation.itely: small
3494         additions (bugs and commonly tweaked properties).
3495
3496 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3497
3498         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3499         detection of mingw build.
3500         (MINGW_BUILD): opps.
3501
3502 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3505         i686-mingw32.
3506
3507 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3508
3509         * scm/music-functions.scm (skip->rest): add skip->rest
3510
3511 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3512
3513         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3514         explicitly.
3515
3516         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3517         config dirs. Aids debugging. 
3518         (display_config): also display config files.
3519
3520 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3521
3522         * VERSION: release 2.7.27
3523
3524         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3525         for determining bar size.
3526
3527         * lily/staff-symbol.cc (print): place lines at distance line-positions
3528
3529         * scm/define-grob-properties.scm (all-user-grob-properties): add
3530         line-positions.
3531
3532         * lily/staff-symbol.cc (height): new function.
3533
3534         * input/regression/staff-line-positions.ly:  new file.
3535
3536 2006-01-06  Graham Percival  <gpermus@gmail.com>
3537
3538         * input/test/add-staccato.ly: remove reference to old file.
3539
3540 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3541
3542         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3543         lilypond binary too.
3544
3545 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3546
3547         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3548
3549 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3550
3551         * scripts/midi2ly.py: Bugfix: Declare datadir.
3552
3553         * make/ly-rules.make:
3554         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3555         that seems to be gone). Fixes make web.
3556
3557         * The grand 2005-2006 replace.
3558
3559         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3560
3561 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3562
3563         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3564         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3565         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3566         like -dgs-font-load.
3567
3568         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3569         remove absolute path to lilypond binary.
3570         
3571 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3572
3573         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3574
3575 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3576
3577         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3578
3579         * mf/GNUmakefile: remove broken dvips map symlink.
3580
3581 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * lily/main.cc: 
3584         * configure.in: Cosmetic fixes.
3585
3586 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3587
3588         * Documentation/user/music-glossary.tely (Pitch names): Added
3589         Spanish pitch names and durations, thanks to Ernesto Gancedo
3590
3591 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3594         init. Fixes verbose printing of .scm files.
3595
3596         * stepmake/aclocal.m4: add spaces before - options.
3597         
3598 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3599
3600         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3601         of path search in local block variable.
3602
3603 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3604
3605         * configure.in (NCSB_DIR): --enable-ncsb-dir
3606         (LINK_GXX_STATICALLY): denko.
3607
3608         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3609
3610         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3611         use locate to find c059033l.pfb. 
3612         
3613 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3614
3615         * lily/tie-formatting-problem.cc
3616         (problem::generate_base_chord_configuration): Use my_round (was
3617         round).
3618
3619         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3620         do not invoke mbrtowc.
3621
3622         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3623
3624 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3625
3626         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3627
3628 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3629
3630         * Documentation/user/invoking.itely (svg): revise.
3631
3632 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3633
3634         * lily/lexer.ll: use sourcefilename iso. renameinput.
3635
3636 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3637
3638         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3639         <PostScriptName>.ttf instead of c059XXXttf.
3640
3641         * lily/program-option.cc (LY_DEFINE): special support for
3642         --verbose, so it works before option init too.
3643  
3644         * mf/GNUmakefile (local-install): oops.
3645
3646         * lily/lyric-hyphen.cc (print): oops.
3647
3648         * buildscripts/pfx2ttf.fontforge: new file.
3649         
3650         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3651         ($(outdir)/%.ttf): new rule. 
3652
3653         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3654         to LyricHyphen.
3655
3656         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3657         font-size
3658
3659 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3660
3661         * VERSION: release 2.7.26
3662         
3663         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3664
3665 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3666
3667         * lily/font-config.cc (init_fontconfig): verbosity.
3668
3669         * THANKS: add Muziekacademie Lede. 
3670
3671         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3672         (print_score_setup): new function
3673         (convert): read part definition to output staves properly.
3674
3675         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3676         Music_xml notes.
3677
3678         * python/musicexp.py (Output_printer.__init__): use _ in data
3679         members.
3680         (Output_printer.unformatted_output): new function: no formatting,
3681         but count braces.
3682         (Duration.get_length): remove isinstance() checks for
3683         Output_printer everywhere.
3684
3685         * input/regression/lyrics-bar.ly (texidoc): add
3686         Separating_line_group_engraver.
3687
3688 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3689
3690         * lily/relocate.cc (framework_relocation): New function,
3691         factored from set_relocation ().
3692         (prefix_relocation): Rename from set_relocation ().
3693         (setup_paths): Use it.
3694
3695 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3696
3697         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3698         numbers. Patch by Erlend Aasland.
3699
3700 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3701
3702         * lily/font-config.cc (init_fontconfig): print warning if cache
3703         file is not existant.
3704
3705         * lily/main.cc: don't use #ifdef but #if
3706
3707 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3708
3709         * lily/grob-property.cc (internal_set_property): don't abort on
3710         calculation-in-progress.
3711
3712         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3713
3714         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3715         connect-to-neighbor property not connect-to-other
3716
3717         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3718         (LY_DEFINE): oops. don't forget protection.
3719
3720         * flower/parse-afm.cc (Module): strip AFM handling completely.
3721
3722         * lily/stencil-expression.cc: idem.
3723
3724         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3725
3726         * lily/function-documentation.cc (ly_add_function_documentation):
3727         use static member iso. Protected_scm
3728
3729         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3730
3731         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3732
3733 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * lily/relocate.cc (set_env_dir): New function.
3736         (set_relocation): Use it to fix setting PANGO_PREFIX.
3737
3738 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3739
3740         * input/regression/stem-direction-context.ly: remove rest.
3741
3742         * lily/melody-engraver.cc (process_music): restart for bar lines.
3743         (acknowledge_slur): restart for slurs.
3744
3745 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3746
3747         * Documentation/user/invoking.itely: describe how to view SVG 
3748         output using Inkscape which replace embedded fonts with OTF fonts.
3749
3750 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3751
3752         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3753
3754 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3755
3756         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3757         comment.
3758
3759 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3760
3761         * VERSION (PACKAGE_NAME): release 2.7.25
3762
3763         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3764
3765         * input/regression/stem-direction-context.ly: new file.
3766
3767         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3768
3769         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3770         on rest.
3771
3772         * ly/engraver-init.ly: add Melody_engraver
3773
3774         * lily/beam.cc (calc_direction): use default-direction
3775         iso. get_default_direction()
3776
3777         * scm/define-grob-properties.scm (all-user-grob-properties): add
3778         default-direction property.
3779
3780         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3781
3782         * lily/stem.cc (calc_default_direction): remove
3783         Stem::get_default_direction, use default-direction with callback
3784         instead.
3785
3786         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3787
3788         * lily/melody-engraver.cc: new file. Acknowledge stems for
3789         interpolated stem directions. 
3790
3791         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3792
3793         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3794
3795         * lily/slur-configuration.cc (fit_factor): more robust check for
3796         point in curve X-extent.
3797
3798         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3799         (outside_slur_callback): check for 'outside avoidance.
3800
3801         * lily/slur-configuration.cc (score_extra_encompass): don't use
3802         bound->column() == avoid->column() for checking extents, as this
3803         doesn't work for accidentals. 
3804
3805         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3806         DynamicText hardcoding.
3807
3808         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3809         crash if bound stem is NULL
3810
3811         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3812         pedals.
3813
3814 2005-12-22  Graham Percival  <gpermus@gmail.com>
3815
3816         * scm/define-markup-commands.scm: typo.  @code{\raise}
3817         => @code{\\raise}.
3818
3819         * darwin.patch: now used again, includes a
3820         required patch from fink.
3821
3822 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3823
3824         * po/TODO: mention gtranslator along with kbabel.
3825         * po/fi.po: update translations.
3826
3827 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3828
3829         * lily/relocate.cc (setup_paths): Bugfix.
3830
3831 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3832
3833         * lily/slur-configuration.cc (score_extra_encompass): don't use
3834         "avoid" choice for avoid-slur.
3835
3836         * stepmake/bin/install.py (dest): don't create existing dir.
3837
3838 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3839
3840         * stepmake/bin/install.py: Remove file before copying.
3841
3842         * config.make.in: 
3843         * stepmake/aclocal.m4: Do not substitute INSTALL.
3844
3845 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3846
3847         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3848         depend on link-tree.
3849
3850         * lily/relocate.cc (setup_paths): only check path for non-absolute
3851         dir without directory part.
3852
3853         * flower/file-name.cc (is_absolute):  new method.
3854         (is_absolute): check root_ too.
3855
3856 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3859         relocation code.  Oops, don't comment out too much.
3860
3861         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3862         iso itself.
3863
3864         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3865         compile.
3866
3867 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * .cvsignore: Add install-sh.
3870
3871         * autogen.sh (srcdir): Typo.
3872
3873 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3874
3875         * autogen.sh (srcdir): urg. Touch install-sh.
3876
3877         * stepmake/bin/install-sh (Module): remove.
3878
3879         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3880
3881         * lily/include/relocate.hh: new file.
3882
3883         * lily/relocate.cc: new file. Contain relocation logic.
3884
3885         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3886         (main): read LILYPOND_VERBOSE as the first thing.
3887
3888         * stepmake/aclocal.m4: remove INSTALL variable.
3889
3890         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3891         separate target for making font symlinks.
3892         (documentation-dir): use $(if $(findstring )) for switching off
3893         Documentation.
3894
3895         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3896         something if DOCUMENTATION is no.
3897
3898 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3899
3900         * VERSION: release 2.7.24
3901
3902         * lily/script-column-engraver.cc (stop_translation_timestep):
3903         delay adding to script-column.
3904
3905         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3906
3907         * python/convertrules.py (conv): rule for number-visibility
3908
3909         * lily/slur-configuration.cc (score_extra_encompass): different
3910         distance measure for avoid and inside avoidance.
3911         (score_extra_encompass): use 1/(distance+eps) as penalty.
3912
3913         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3914         encompass objects for generating slur curves.
3915
3916         * lily/slur.cc: use details iso. slur-details property.
3917
3918         * input/regression/slur-tuplet.ly: new file.
3919
3920         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3921
3922         * flower/include/offset.hh (class Offset): new operator /=
3923
3924         * lily/tuplet-number.cc (print): new file, new interface.
3925
3926         * scm/define-grob-properties.scm (all-user-grob-properties):
3927         remove number-visibility property.
3928
3929         * lily/tuplet-bracket.cc (calc_control_points): new function
3930         (calc_connect_to_neighbors): new function.
3931         (print): remove text handling for tuplet numberdef.
3932
3933         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3934         TupletNumbers too. 
3935
3936         * lily/lily-guile.cc (robust_scm2booldrul): new function
3937
3938         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3939
3940         * lily/tuplet-bracket.cc (calc_position_and_height): use
3941         staff-padding to control whether tuplet brackets are over staves.
3942
3943         * lily/grob.cc (suicide): clear dim_caches_.
3944
3945         * lily/dimension-cache.cc (clear): new function.
3946
3947         * lily/grob.cc (extent): swap order of min-extent and extent
3948         calculations. This fixes hara kiri staves. 
3949
3950 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3951
3952         * lily/main.cc: Nitpick: relocation is not based on path, but on
3953         directory (location).
3954
3955 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3956
3957         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3958
3959         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3960
3961         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3962
3963         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3964
3965         * stepmake/stepmake/generic-vars.make (Module): idem.
3966
3967         * stepmake/stepmake/executable-targets.make (default): use it.
3968
3969         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3970
3971         * make/GNUmakefile: don't install make rules.
3972
3973         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3974         slashes.
3975         (prepend_env_path): more verbosity.
3976
3977 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3978
3979         * GNUmakefile.in: add dir argument for find command.
3980
3981         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3982         fixes weird line numbers for point & click.
3983
3984         * lily/source-file.cc (get_counts): init line/column/char counts.
3985
3986 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3987
3988         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3989
3990 2005-12-16  Graham Percival  <gpermus@gmail.com>
3991
3992         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3993         minor fixes from Fredric.  Thanks!
3994
3995 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3996
3997         * ly/music-functions-init.ly: add \bar and \clef music function 
3998
3999         * lily/lily-lexer.cc: idem.
4000
4001         * lily/parser.yy (FIXME): remove BAR and CLEF.
4002
4003 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4004
4005         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4006
4007         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4008         function arguments too
4009
4010         * lily/main.cc (set_relocation): new function.
4011
4012         * scripts/musicxml2ly.py (convert): add \version
4013
4014         * lily/tie.cc: remove get_default_attachments()
4015
4016         * VERSION (PACKAGE_NAME): release 2.7.23
4017         
4018         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4019         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4020
4021         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4022
4023         * lily/tie-formatting-problem.cc (score_ties): new function
4024         (get_variations): new function. Try flipping dirs for collisions.
4025         (generate_optimal_chord_configuration): new function. 1-opt search
4026         for better configuration.
4027
4028         * lily/tie-configuration.cc: new file.
4029
4030         * lily/tie.cc: junk Tie::get_configuration()
4031
4032         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4033         (score_ties_configuration): new function.
4034         (generate_ties_configuration): new function.
4035         (generate_base_chord_configuration): new function.
4036         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4037         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4038
4039         * input/regression/tie-dot.ly: new file.
4040
4041         * lily/tie-formatting-problem.cc (score_configuration): score
4042         tie/dot collisions.
4043
4044         * lily/tie-helper.cc (get_transformed_bezier): new function
4045
4046         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4047
4048         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4049         -undefined suppress iso. -framework Python 
4050
4051         * scm/define-grobs.scm (all-grob-descriptions): set
4052         springs-and-rods (thanks Joe Neeman!)
4053
4054 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4055
4056         * input/no-notation/display-lily-tests.ly (test): 
4057         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4058         changed from \tag #'(a b) to \tag #'a \tag #'b
4059
4060 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4061
4062         * Documentation/topdocs/NEWS.tely: strip out-www.
4063
4064         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4065
4066         * config.make.in (AR): add AR and RANLIB
4067
4068         * flower/libc-extension.cc: include cassert
4069
4070         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4071         darwin check.
4072
4073 2005-12-11  Graham Percival  <gpermus@gmail.com>
4074
4075         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4076
4077         * stepmake/stepmake/python-modules-vars.make: define
4078         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4079
4080         * THANKS: added Johannes Schindelin.
4081
4082 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4083
4084         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4085
4086         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4087         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4088
4089         * lily/parser.yy: reorganize file layout.
4090
4091         * ly/music-functions-init.ly: add tweak music function.
4092
4093         * lily/grob-info.cc (ultimate_music_cause): new function:
4094         recursively lookup causes. 
4095
4096         * lily/parser.yy (chord_body_element): allow music functions for
4097         post-events, allow music functions for chord elements. 
4098  
4099         * lily/font-config-scheme.cc (display_fontset): add cast.
4100
4101         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4102         #'(a b) -> \tag #'a \tag #'b rule.
4103
4104         * python/musicexp.py (Output_printer.dump_version): new function
4105
4106 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4107
4108         * lily/parser.yy (FIXME): remove \tag
4109         (FIXME): remove tag_music() function.
4110
4111         * lily/lily-lexer.cc: remove \tag
4112
4113         * ly/music-functions-init.ly: define music-function "tag"
4114
4115         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4116
4117 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4118
4119         * VERSION (PATCH_LEVEL): release 2.7.22
4120
4121         * input/regression/lyric-hyphen-retain.ly: renew.
4122
4123         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4124         grob
4125
4126         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4127         iso. minimum-length property for rods.
4128
4129         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4130         LyricSpace item to keep lyrics spaced apart.
4131
4132         * ly/engraver-init.ly: remove Separating_line_group_engraver
4133
4134         * Documentation/user/music-glossary.tely: do setfilename before
4135         music-glossary.
4136
4137 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4138
4139         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4140         See xref documentation, for example.
4141
4142 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4143
4144         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4145         pending_skip iso. ly_voice[-1]
4146         (main): add if __main__ for debugging.
4147
4148         * python/musicxml.py (Accidental.__init__): new class.
4149
4150         * scripts/musicxml2ly.py (progress): new function
4151         (musicxml_key_to_lily): don't barf on modeless keys.
4152         (create_skip_music): new function.
4153         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4154         (musicxml_note_to_lily_main_event): new function.
4155
4156         * python/musicexp.py (Music.__init__): add comment field.
4157         (NestedMusic.append): new routine.
4158         (SequentialMusic.print_ly): print comment.
4159         (ArpeggioEvent.ly_expression): new class
4160         (BeamEvent.ly_expression): new class
4161         (NoteEvent.__init__): support for cautionary/forced accs.
4162
4163         * lily/lookup.cc (slur): normal order for array loop.
4164
4165         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4166         to 0.0.
4167
4168         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4169         collapsed.
4170
4171 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4172
4173         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4174
4175         * scripts/lilypond-book.py: Introduce option
4176             --preserve-line-breaks, for usage with srcltx
4177
4178 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4179
4180         * scm/output-lib.scm (print-circled-text-callback): draw circle
4181         around text using make-circle-markup.
4182
4183         * Documentation/user/*: strip out-www from file names.
4184
4185 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4186
4187         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4188         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4189
4190 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4191
4192         * Documentation/user/GNUmakefile: idem.
4193
4194         * Documentation/user/macros.itexi: strip out-www
4195
4196         * python/rational.py: python 2.3 compat.
4197
4198         * VERSION (PATCH_LEVEL): release 2.7.21
4199
4200         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4201         option formatting, lilypond style.
4202
4203         * python/musicexp.py: grab from Ikebana: a library for composing
4204         ly music expressions. 
4205         (Output_printer): class for advanced .ly printing.
4206         (eg. tupletting) 
4207
4208         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4209         convert to pythonesque structure.
4210
4211         * python/rational.py: PD rational number class.
4212
4213         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4214
4215 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4216
4217         * lily/part-combine-iterator.cc: Minor bugfix
4218         
4219         * THANKS: Update bughunters
4220
4221 2005-12-02  Werner Lemberg  <wl@gnu.org>
4222
4223         * mf/README: Document process for proper mf2pt1 conversion.
4224
4225         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4226         overlapping.
4227
4228         * mf/feta-harmonica.mf: Removed.  Unused.
4229
4230 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4231
4232         * scripts/lilypond-book.py (do_file): fix thinkos.
4233
4234 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4235
4236         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4237         ($(outdir)/parser.cc): 
4238         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4239
4240 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4241
4242         * ly/titling-init.ly (tagline): it should be a space between
4243         "Music engraving by LilyPond" and the version number.
4244
4245 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4246
4247         * VERSION (PACKAGE_NAME): release 2.7.20
4248
4249 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4250
4251         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4252
4253         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4254         1.0.
4255         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4256
4257 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4258
4259         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4260
4261         * kpath-guile/: remove directory
4262
4263         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4264         file. Encapsulate kpathsea using commandline tools.
4265
4266         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4267         kpathsea) module.
4268
4269 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4270
4271         * Documentation/user/advanced-notation.itely (Setting automatic
4272         beam behavior): Correct a few typos. Thanks to David Bobroff.
4273
4274         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4275         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4276
4277 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4278
4279         * scripts/*.py: gmane address for bugs.
4280
4281 2005-11-28 Pal Benko <benkop@freestart.hu>
4282         
4283         * make/ly-rules.make: add -f switch to mv
4284
4285         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4286
4287         * lily/bar-line.cc: interpret it
4288
4289 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4290
4291         * configure.in (--disable-documentation): New switch.
4292
4293         * GNUmakefile.in: Use it.
4294
4295         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4296
4297 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4298
4299         * scripts/lilypond-book.py (do_file): search chunks for
4300         \\begin{document}
4301
4302         * GNUmakefile.in: add copy step in between so we can lose the
4303         out-www directories.
4304
4305 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4306
4307         * lily/pango-font.cc (pango_item_string_stencil): put
4308         geometry.width into glyph-string too.
4309
4310 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4311
4312         * scm/define-music-display-methods.scm (RevertProperty):
4313         (OverrideProperty): Use grob-property-path property, a list of
4314         symbols, instead of grob-property, which used to be a single
4315         symbol.
4316         (BassFigureEvent): a figure can be a plain number, not necessarily a
4317         markup.
4318
4319 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4320
4321         * VERSION: release 2.7.19
4322         
4323         * lily/figured-bass-engraver.cc (process_music): check
4324         figuredBassCenterContinuations first.
4325
4326         * scm/translation-functions.scm (format-bass-figure): make double
4327         sharp larger. 
4328
4329         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4330         determine X-parent.
4331
4332         * lily/system-start-delimiter-engraver.cc: move from
4333         Nested_system_start_delimiter_engraver, rename
4334         Nested_system_start_delimiter_engraver ->
4335         System_start_delimiter_engraver.
4336
4337         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4338         bracket type from hierarchy.
4339
4340 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4341
4342         * lily/rest.cc (y_offset_callback): read staff-position.
4343
4344         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4345         mark after-line-breaking-callback as internal.
4346
4347         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4348
4349 2005-11-25  Werner Lemberg  <wl@gnu.org>
4350
4351         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4352
4353 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4354
4355         * stepmake/bin/add-html-footer.py (do_file): add google
4356
4357         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4358         staff if first_start_ is true.
4359
4360 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4361
4362         * scripts/midi2ly.py (split_track): add __repr__ members.
4363         (track_first_item): only return Item if not None. This fixes a
4364         problem when dumping a track that starts with an empty channel.
4365
4366         * python/midi.c: doc module.
4367
4368 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4369
4370         * Documentation/user/global.itely (Creating MIDI files): Fix
4371         compilation problem.
4372
4373 2005-11-22  Graham Percival  <gpermus@gmail.com>
4374
4375         * Documentation/user/basic-notation.itely: clarify dynamic
4376         padding text.
4377
4378         * Documentation/user/advanced-notation.itely: add unicode
4379         escape control example, whatever that is.  :)
4380
4381         * Documentation/user/global.itely: added "removing dynamics
4382         from MIDI" code.
4383
4384 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4385
4386         * VERSION (PATCH_LEVEL): release 2.7.18
4387
4388         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4389         System_start_delimiter_engraver by
4390         Nested_system_start_delimiter_engraver.
4391
4392         * lily/nested-system-start-delimiter-engraver.cc (struct
4393         Bracket_nesting_node): new class.
4394         (struct Bracket_nesting_group): new class
4395         (struct Bracket_nesting_staff): new class.
4396         (process_music): create hierarchy of grobs. This allows separate
4397         tuning of different SSDs. 
4398
4399         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4400         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4401
4402 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * lily/side-position-interface.cc (aligned_side): multiply
4405         staff_radius by 2.
4406
4407         * lily/script-engraver.cc (make_script_from_event): allow setting
4408         values to '()
4409
4410 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4411
4412         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4413
4414         * scm/define-grobs.scm (all-grob-descriptions): new grob
4415         NestedSystemStartDelimiter.
4416
4417         * input/regression/system-start-heavy-bar.ly: new file.
4418
4419         * lily/nested-system-start-delimiter-engraver.cc: new file.
4420
4421         * lily/nested-system-start-delimiter.cc: new file.
4422
4423         * input/regression/system-start-nesting.ly: new file.
4424
4425         * scm/define-grobs.scm (all-grob-descriptions): use X side
4426         positioning for positioning braces for nested contexts.
4427
4428         * lily/system-start-delimiter.cc (print): don't divide extent by
4429         staff_space.
4430         (print): use style iso. glyph.
4431         (staff_bracket): translate glyph inside routine already.
4432
4433 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4434
4435         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4436         names.
4437
4438 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4439
4440         * scm/define-context-properties.scm
4441         (all-user-translation-properties): rename figuredBassFormatter
4442         from newFiguredBassFormatter.
4443
4444         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4445
4446         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4447
4448         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4449
4450         * lily/beam.cc (calc_beaming): new function.
4451         (calc_shorten): new function.
4452
4453         * THANKS: add Edward Neeman.
4454
4455         * input/regression/accidental-clef-change.ly: new file.
4456
4457         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4458
4459         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4460
4461         * lily/clef-engraver.cc (inspect_clef_properties): reset
4462         localKeySignature for clef changes.
4463
4464 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4465
4466         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4467         add dummy definition that works in Linux and add information in
4468         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4469
4470         * Documentation/user/changing-defaults.itely (Modifying context
4471         plug-ins): Add index for \with.
4472
4473         * Documentation/user/music-glossary.tely (dal segno): Updated
4474         example to version >=2.6.
4475
4476 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4477
4478         * Documentation/user/instrument-notation.itely (Printing chord
4479         names): Reorder \chordmode and \repeat in one example.
4480
4481 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4482
4483         * VERSION: release 2.7.17
4484         
4485         * Documentation/topdocs/NEWS.tely (Top): add note about
4486         refactoring.
4487
4488         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4489         new function. Search region of 3 positions for best tie.
4490         (score_configuration): new function.
4491         (score_aptitude): new function.
4492         (generate_configuration): new function.
4493         (get_configuration): new function.
4494         (Tie_formatting_problem): new function
4495
4496         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4497
4498         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4499
4500         * THANKS: add Eduardo Vieira & Ralph Little
4501
4502         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4503         narrower.
4504
4505         * lily/include/tie-formatting-problem.hh (class
4506         Tie_formatting_problem): add Tie_details to
4507         Tie_formatting_problem. Update calling conventions.
4508
4509         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4510         config.make.
4511
4512         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4513
4514 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4515
4516         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4517         scm/define-context-properties.scm: Maintenance bugfix: make
4518         ligature brackets work again by removing obsolete ligature
4519         primitive callback push/pop.
4520
4521         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4522         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4523         value.
4524
4525 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4526
4527         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4528         used and do not call it a path.
4529         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4530
4531 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4532
4533         * lily/include/tie-formatting-problem.hh (class
4534         Tie_formatting_problem): new file.
4535
4536         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4537
4538         * Documentation/misc/ChangeLog-2.3:  new file.
4539
4540         * lily/audio-staff.cc (output): degarianize.
4541
4542 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4543
4544         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4545         Unset PYTHONOPTIMIZE.  Fixes install if set.
4546
4547 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4548
4549         * python/convertrules.py (conv): add warning about drums. 
4550
4551         * make/stepmake.make: include toplevel-version.make after config.make.
4552
4553         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4554         also allow python2.4
4555
4556         * config.make.in (configure-srcdir): remove GXX GCC vars.
4557
4558         * stepmake/aclocal.m4: don't do non-srcdir build with
4559         symlinks. Use inclusion, so the src directory name can be changed.
4560
4561 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4562
4563         * make/mutopia-vars.make:
4564         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4565         files.
4566
4567 2005-11-13  Werner Lemberg  <wl@gnu.org>
4568
4569         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4570         but the affected path.  This ensures that the (overlapping) outlines
4571         have the same direction, which is a necessary prerequisite for
4572         FontForge's algorithm to remove overlaps.
4573         Formatting.
4574
4575         * mf/feta-haak.mf: Formatting.
4576         (draw_bracket): Slightly modify outline to avoid an unnecessary
4577         corner.
4578         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4579         them from the affected paths.
4580
4581 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4582
4583         * mf/README: remove xpm / accordion notes.
4584
4585         * lily/tie-column-format.cc (set_chord_outline): add dots into
4586         skyline extents. This fixes tie formatting if the left head has dots.
4587
4588         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4589         space inside the staff.
4590         (get_configuration): shift another position if necessary in case
4591         of left head tie  
4592
4593 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4594
4595         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4596         buildscript-dir iso. $(depth)/buildscripts.
4597
4598         * tex/GNUmakefile (local-uninstall): remove
4599         music-drawing-routines.ps juggling.
4600
4601         * stepmake/stepmake/install-targets.make (local-install-files):
4602         prepend src-dir to install targets.
4603
4604         * lily/system-start-delimiter-engraver.cc
4605         (acknowledge_system_start_delimiter): use
4606         add_offset_callback(). This fixes translation of nested
4607         staffgroups.
4608
4609         * lily/grob-closure.cc (add_offset_callback): only encaps in
4610         simple_closure if it's a procedure.
4611         
4612         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4613         from bar-line.
4614
4615         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4616         remove-empty where pertinent.
4617
4618 2005-11-12  Graham Percival  <gpermus@gmail.com>
4619
4620         * Documentation/user/instrument-notation.itely: added
4621         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4622
4623 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * lily/GNUmakefile
4626         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4627         make picture in builddir, not srcdir.
4628
4629 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4630
4631         * VERSION: release 2.7.16
4632         
4633         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4634         shell arguments. 
4635
4636 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4637
4638         * Documentation/user/examples.itely (Piano templates): Minor
4639         modification to the Piano centered lyrics example.
4640
4641 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4642
4643         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4644         $BROWSER.
4645
4646         * Documentation/user/point-and-click.itely: simplify p&c
4647         instruction: don't configure firefox. Put lilypond-invoke-editor
4648         in front of the browser.
4649
4650         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4651         (run-browser): new function.
4652
4653         * lily/parser.yy (Lily_lexer): recognize Book
4654
4655         * lily/book.cc (clone): new function
4656
4657         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4658
4659 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4660
4661         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4662         Maintenance bugfix: reduce number of font related warnings by
4663         updating naming conventions for glyph-name.
4664
4665 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4666
4667         * scm/define-grobs.scm (all-grob-descriptions): add
4668         rhythmic-grob-interface to TabNoteHead.
4669
4670         * scm/layout-beam.scm (check-quant-callbacks): remove
4671         set_stem_lengths()
4672
4673 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4674
4675         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4676         alignment of centered divisiones.
4677
4678         * scm/scripts.scm (articulations): Maintenance bugfix:
4679         follow-into-staff -> quantize-position.
4680
4681         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4682         plica head in porrectus deminutus.
4683
4684 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4685
4686         * make/lilypond.fedora.spec.in (Group): add %clean section.
4687
4688         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4689         less then 1/5th of total length.  
4690         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4691
4692         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4693         events into EventChord. This fixes textspanners on mm rests. Fixes
4694         spanner-rest.ly
4695
4696         * lily/side-position-interface.cc (get_axis): read side-axis
4697         (set_axis): set side-axis.
4698
4699         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4700         properties everywhere.
4701
4702         * lily/spacing-spanner.cc (breakable_column_spacing): add
4703         average-spacing-wishes. Take maximum if not set.
4704         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4705
4706         * scm/define-grobs.scm (all-grob-descriptions): add
4707         average-spacing-wishes.
4708
4709         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4710         offset callbacks. This fixes alignment for Fingering objects.
4711
4712         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4713         space for key - timesig combination. 
4714
4715         * input/regression/script-stem-tremolo.ly (Module): new file.
4716
4717         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4718         to key sig.
4719
4720         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4721         Fixes: c-tremolo-script.ly.
4722         
4723         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4724
4725         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4726         
4727         * scm/define-grobs.scm (all-grob-descriptions): remove
4728         self-X-offset. Fixes alignment of octavate-8.
4729
4730         * scripts/lilypond-book.py (datadir): look in
4731         LILYPONDPREFIX/share/lilypond/current/
4732
4733         * GNUmakefile.in: symlink current to <VERSION>. 
4734
4735 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4736
4737         * lily/main.cc: eps listed as a backend.
4738
4739 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4740
4741         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4742
4743 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4744
4745         * lily/include/score.hh (class Score): remove texts_ member.
4746
4747         * lily/beam.cc (set_stem_lengths): force direction callback.
4748         (print): read quantized-positions, so we can force
4749         Beam::set_stem_lengths to occur.
4750         (rest_collision_callback): use common X parent. 
4751
4752 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4753
4754         * flower/file-path.cc (find): Bugfix: Return name of file found.
4755
4756         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4757         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4758         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4759
4760 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4761
4762         * flower/offset.cc: idem.
4763
4764         * mf/*.mf: update email address.
4765
4766         * lily/font-config-scheme.cc:  new file.
4767
4768         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4769
4770         * lily/*:  cs.uu.nl -> xs4all.nl
4771
4772         * VERSION (PATCH_LEVEL): release 2.7.15
4773
4774         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4775         spec files.
4776
4777         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4778
4779 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4780
4781         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4782
4783         * lily/staff-performer.cc (process_music): add audio
4784         elements. This makes MIDI instrument changes work once again.
4785
4786         * lily/main.cc (LY_DEFINE): add gmane address.
4787
4788         * lily/beam.cc: remove calc_positions()
4789
4790         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4791         original_ in private scope.
4792         (class Grob): drop pscore_ pointer, change to output_def pointer.
4793         (class Grob): cleanup class definition.
4794
4795         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4796
4797 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4798
4799         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4800         absolute.  Better diagnostics.
4801
4802         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4803         This makes lilypond run from the build directory using argv0
4804         relocation (without any --prefix or LILYPONDPREFIX setting).
4805
4806 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4809
4810         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4811         with simple-closure.
4812
4813         * lily/self-aligment-interface.cc (set_align_self): new function
4814         (set_center_parent): new function.
4815
4816         * lily/side-position-interface.cc (set_axis): new function.
4817
4818         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4819         generic code. 
4820
4821         * scm/define-grob-properties.scm (all-user-grob-properties):
4822         remove [XY]-offset-callbacks add [YX]-offset
4823         
4824 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4825
4826         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4827         entry for time signatures after breathing signs. Bug report by
4828         Scott Russell.
4829
4830 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4831
4832         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4833         not absolute, make it absolute using PATH.
4834
4835 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4836
4837         * python/midi.c (initmidi): Fix type for mingw.
4838
4839 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4840
4841         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4842
4843         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4844         cross compiling.
4845
4846         * stepmake/aclocal.m4: Support python cross compiling.
4847
4848         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4849         Add mingw section.
4850
4851 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4852
4853         * scm/output-lib.scm (chain-grob-member-functions): replace
4854         chained-callback.cc
4855
4856         * lily/chained-callback.cc (Module): remove file.
4857
4858         * lily/rest-collision.cc (force_shift_callback_rest): change to
4859         chained callback.
4860
4861         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4862
4863         * lily/grob.cc (y_parent_positioning): remove axis argument from
4864         parent_positioning callbacks.
4865         (Grob): junk init code
4866         (get_offset): use generic property callbacks for
4867         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4868         (axis_parent_positioning): new function
4869         (axis_offset_symbol): new function
4870         (chain_offset_callback): new function
4871         (add_offset_callback): new function
4872
4873         * lily/beam.cc (rest_collision_callback): change signature; this
4874         is now a chained callback.
4875
4876         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4877         callback administration.
4878
4879         * lily/simple-closure.cc: new file. Smob type that allows "grob
4880         member functions",
4881
4882             (ly:make-simple-closure FUNC A B)
4883
4884         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4885         in various ways.
4886
4887         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4888         callbacks.
4889
4890         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4891
4892         * lily/rest.cc (polyphonic_offset_callback): remove.
4893
4894         * lily/script-engraver.cc (try_music): remove bool* argument.
4895
4896         * scm/script.scm (default-script-alist): set quantize-position
4897         appropriately.
4898
4899         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4900
4901         * lily/side-position-interface.cc (aligned_side): move staff
4902         position quantization from
4903         Side_position_interface::quantised_position().
4904         (quantised_position): remove
4905         
4906 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4907
4908         * input/regression/beam-quant-standard.ly: reindent, set
4909         debug-beam-quanting to #t.
4910
4911         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4912         10000 if this is a "hard" concave beam.
4913
4914         * lily/beam.cc (calc_least_squares_positions): change from
4915         calc_least_squares_dy
4916         (set_stem_lengths): this is now a chained callback.
4917
4918         * lily/context-property.cc (execute_general_pushpop_property):
4919         bugfix override with procedure should have effect.
4920
4921         * scm/define-grob-properties.scm (all-internal-grob-properties):
4922         remove position-callbacks.
4923
4924         * scm/define-grobs.scm (all-grob-descriptions): use
4925         ly:make-callback-chain for positions property.
4926
4927         * scm/layout-beam.scm (check-quant-callbacks): return list of
4928         chained callbacks.
4929
4930         * scm/lily.scm (type-p-name-alist): add callback-chain
4931
4932         * lily/lily-guile.cc (type_check_assignment): type check failure
4933         is warning not message.
4934
4935         * lily/grob-property.cc (try_callback): walk callback chain if
4936         appropriate.
4937
4938         * lily/chained-callback.cc: new file. new smob type.
4939
4940         * lily/lily-guile.cc (procedure_arity): new function.
4941
4942 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4943
4944         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4945
4946 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4947  
4948         * Documentation/user/instrument-notation.itely (Figured bass):
4949         describe new features
4950
4951 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4952
4953         * lily/beam.cc (calc_least_squares_dy): use property callback.
4954
4955         * lily/beam-concave.cc (calc_concaveness): use property callback.
4956
4957         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4958
4959 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4960
4961         * HACKING: Update.
4962
4963 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4964
4965         * scm/layout-page-layout.scm (page-headfoot): annotate
4966         pagetopspace too.
4967
4968         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4969
4970         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4971         doesn't take y-space.
4972
4973         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4974
4975 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4976
4977         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4978         src-wildcard, remove $(wildcard).
4979
4980         * po/GNUmakefile (PO_FILES): 
4981         * ps/GNUmakefile (PS_FILES): 
4982         * tex/GNUmakefile (TEX_FILES): 
4983         * cygwin/GNUmakefile (POSTINSTALLS):
4984         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4985         some wildcard calls.
4986
4987 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4988
4989         * THANKS: add Thomas Bushnell.
4990
4991 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4992
4993         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4994         (lilypond-main): Redirect to gui-main if 'gui is set.
4995
4996         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4997         for alternative installations kludging s/share/lib/g
4998         LILYPONDPREFIX. 
4999
5000         * SConstruct (libdir_package_version): Define.
5001
5002         * python/SConscript: 
5003         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5004         module in libdir.  
5005
5006 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5007
5008         * lily/main.cc: clarify --safe.
5009
5010 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5011
5012         * VERSION: release 2.7.14
5013         
5014         * Documentation/user/*.itely: remove minimumVerticalExtent.
5015
5016         * scm/define-grobs.scm (all-grob-descriptions): remove
5017         RemoveEmptyVerticalGroup
5018
5019         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5020
5021         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5022         compile on MOSX
5023
5024         * python/convertrules.py (conv): add rules.
5025
5026         * lily/grob.cc: remove is_empty()
5027
5028         * lily/grob-property.cc: remove add_to_list_property().
5029
5030         * scripts/convert-ly.py (datadir): add prefix switching hack to
5031         .py too.
5032
5033         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5034         space-function tweak.
5035
5036         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5037
5038         * scm/define-grob-properties.scm (all-user-grob-properties):
5039         remove callback property.
5040
5041         * lily/include/grob.hh (class Grob): remove property_callbacks_
5042         member. Properties of procedure type are assumed to be callbacks.
5043
5044         * lily/ligature-engraver.cc (override_stencil_callback):
5045         rewrite. Use noteHeadLigaturePrimitive as source.
5046
5047         * scm/define-grob-properties.scm (all-internal-grob-properties):
5048         remove ligature-primitive-callback
5049
5050         * lily/include/dimension-cache.hh (class Dimension_cache): make
5051         class, with Grob as friend.
5052
5053         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5054         has_extent_callback()
5055
5056         * scm/translation-functions.scm (format-new-bass-figure): read
5057         figuredBassPlusDirection
5058
5059         * scm/define-context-properties.scm
5060         (all-user-translation-properties): add figuredBassPlusDirection.
5061
5062         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5063
5064         * lily/align-interface.cc (set_ordered): new function.
5065
5066         * lily/grob.cc (flush_extent_cache): rewrite.
5067
5068         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5069         Interval pointer directly.
5070
5071         * lily/main.cc (setup_paths): insert extra / .
5072         (setup_paths): junk cff entry.
5073
5074         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5075         directories.
5076
5077         * lily/axis-group-engraver.cc (finalize): remove
5078         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5079
5080         * lily/grob.cc (Grob): don't set extent from ctor.
5081         (extent): use property callbacks. 
5082
5083         * lily/axis-group-interface.cc: remove set_axes() function.
5084
5085         * lily/grob-property.cc (del_property): new function.
5086
5087 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5088
5089         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5090         
5091 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5092
5093         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5094
5095 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5096
5097         * mf/SConscript: Updates.
5098
5099         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5100
5101         * stepmake/stepmake/*:
5102         * */GNUmakefile:
5103         * config.make.in:
5104         * GNUmakefile.in:
5105         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5106         from any directory in build-dir.  Cleanups.
5107
5108         * make/srcdir.make.in: Remove.
5109
5110         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5111
5112         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5113         main).
5114
5115         * lily/SConscript: Remove ttftools.
5116
5117         * SConstruct: Resurrect.
5118
5119 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5120
5121         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5122         Y coordinate. 
5123
5124         * lily/paper-book.cc (add_score_title): put Paper_score title into
5125         systems_ list.
5126
5127         * scm/translation-functions.scm (format-new-bass-figure): also
5128         allow plus in combination with _
5129
5130 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5131
5132         * VERSION: 2.7.13 released.
5133
5134         * lily/note-collision.cc (check_meshing_chords): don't wipe
5135         stencil, merely set transparent.
5136
5137         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5138         (Top): document #'callbacks.
5139         (Top): document nested \override.
5140
5141         * input/regression/figured-bass.ly: update for slash and pluses.
5142
5143         * input/regression/figured-bass-continuation-forbid.ly (Module):
5144         new file.
5145
5146         * scm/translation-functions.scm (format-new-bass-figure): use
5147         slashed-digit if diminished is set.
5148         (format-new-bass-figure): add + if 'augmented is set.
5149
5150         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5151
5152         * input/test/piano-staff-distance.ly: remove file.
5153
5154         * Documentation/user/advanced-notation.itely (Formatting cue
5155         notes): use length-fraction for making stems/beams smaller.
5156
5157         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5158         modifications.
5159
5160         * lily/new-figured-bass-engraver.cc: new property
5161         centerFiguredBassContinuations
5162
5163         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5164         use callbacks.
5165
5166         * lily/context-property.cc (execute_general_pushpop_property):
5167         robustness checks.
5168
5169         * input/regression/override-nest.ly: new file.
5170
5171         * python/convertrules.py (FatalConversionError.subber): conversion
5172         rule for #'callbacks
5173
5174         * input/regression/override-nest.ly: new function.
5175
5176         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5177         #c too. 
5178
5179         * lily/context-property.cc (lookup_nested_property): new function.
5180         (evict_from_alist): new function.
5181         (general_pushpop_property): new function.
5182         (execute_general_pushpop_property): rewrite. Support nested
5183         properties too.
5184
5185 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5186
5187         * lily/beam.cc: use length-fraction too.
5188
5189         * scm/define-grob-properties.scm (all-user-grob-properties):
5190         remove property flag-width-function
5191         (all-user-grob-properties): remove space-function.
5192
5193         * scm/layout-beam.scm: remove flag-width-function.
5194
5195         * lily/beam.cc: remove flag-width-function
5196
5197         * scm/layout-beam.scm: remove beam dir functions.
5198
5199         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5200
5201         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5202         for easier grace tweaks.
5203
5204         * lily/beam.cc: remove dir-function.
5205
5206         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5207
5208         * lily/grob.cc: remove spacing-procedure.
5209
5210         * lily/note-head.cc (calc_stem_attachment): new function.
5211         (internal_print): use callback to get glyph-name.
5212
5213         * lily/grob-property.cc (get_interfaces): new function.
5214
5215         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5216
5217         * lily/stem.cc (calc_stem_end_position): new function.
5218         (calc_length): new function.
5219         document details for stem.
5220         remove Stem::get_direction()
5221
5222         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5223
5224         * lily/grob-property.cc (set_callback): new function.
5225
5226         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5227
5228         * lily/item-scheme.cc: new file.
5229
5230         * lily/bar-line.cc (before_line_breaking): remove function.
5231         remove bar-size-procedure, break-glyph-function
5232
5233         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5234
5235         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5236
5237         * lily/system-start-delimiter.cc (print): suicide from
5238         here. Remove after_line_breaking_callback.
5239
5240         * lily/script-interface.cc (calc_direction): use callback for direction.
5241
5242         * lily/side-position-interface.cc (aligned_side): don't use
5243         Side_position_interface::get_direction directly. Use callback. 
5244
5245         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5246         calculate stencil.
5247         (get_print_stencil): rename from get_stencil: create stencil with
5248         transparency, color and cause. 
5249
5250         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5251
5252         * python/convertrules.py (conv): insert temporary warning rule.
5253
5254         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5255
5256         * lily/grob-property.cc (try_callback): remove marker if applicable.
5257
5258         * lily/grob.cc: elucidate doc about after/before-line-breaking
5259
5260         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5261
5262         * lily/stem.cc (height): idem.
5263
5264         * lily/stem-tremolo.cc: idem.
5265
5266         * lily/slur.cc (height): don't use get_uncached_stencil()
5267
5268         * lily/rest.cc (y_offset_callback): use offset callback
5269         iso. after-line-breaking callback.
5270
5271         * lily/grob.cc: change after/before-line-breaking-callback to
5272         after/before-line-breaking dummy properties.
5273
5274         * lily/include/grob.hh: remove Grob_status.
5275
5276         * scm/define-context-properties.scm
5277         (all-user-translation-properties): remove verticalAlignmentChildCallback
5278
5279         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5280         (calc_direction): use callback
5281         (calc_positions): use callback.
5282
5283         * lily/tie.cc (calc_direction): use callback. Only call parent
5284         positioning for more than one tie.
5285
5286         * lily/tie-column.cc (calc_positioning_done): use callback
5287
5288         * lily/slur-scoring.cc (calc_control_points): use callback
5289
5290         * lily/slur.cc (calc_direction): use callback.
5291
5292         * lily/note-collision.cc (force_shift_callback): remove.
5293
5294         * lily/dot-column.cc (force_shift_callback): remove. Use
5295         other_axis_parent_positioning.
5296
5297         * lily/grob.cc (other_axis_parent_positioning): new function.
5298         (same_axis_parent_positioning): new function
5299
5300         * lily/align-interface.cc (alignment_callback): remove function.
5301
5302         * lily/note-collision.cc (calc_positioning_done): use callback.
5303
5304         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5305         (calc_direction): idem.
5306         remove print function.
5307
5308         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5309
5310         * lily/dot-column.cc (calc_positioning_done): use callback.
5311
5312         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5313
5314         * lily/beam.cc (calc_direction): use pseudo-property for beam
5315         direction callback.
5316         (calc_positions): use callback 
5317
5318         * lily/align-interface.cc (calc_positioning_done): use
5319         callback. Fold fixed  distance and normal alignment in one function.
5320
5321         * lily/stem.cc (calc_stem_end_position): use callback.
5322         (calc_positioning_done): idem.
5323         (calc_direction): idem.
5324         (calc_stem_end_position): idem
5325         (calc_stem_info): idem.
5326
5327         * lily/grob-property.cc (get_property_data): new function: 
5328         (try_callback): new function.
5329
5330         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5331         callbacks property.
5332
5333         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5334
5335 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5336
5337         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5338         tie
5339         has no heads.
5340         
5341         * lily/include/*.hh (Module): compile fixes.
5342
5343 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5344
5345         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5346         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5347         instead of (char-syntax nil), thanks to Milan Zamazal.
5348
5349 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5350
5351         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5352         dist.
5353
5354         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5355         themselves.
5356
5357 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5358
5359         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5360         add class_name() method.
5361
5362         * lily/music-scheme.cc: remove ly:music-name.
5363
5364 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5365
5366         * cygwin/postinstall-lilypond.sh: Remove cruft.
5367
5368         * cygwin/postremove-lilypond.sh: Remove.
5369
5370         * cygwin/GNUmakefile (default): Remove postremove rules.
5371
5372 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5373
5374         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5375         even header too.
5376         
5377         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5378         MacOS 9 users.
5379
5380         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5381         consider break index for broken spanner.
5382
5383         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5384         characters from string before splitting.
5385
5386 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5387
5388         * scm/framework-ps.scm (output-preview-framework): use
5389         is-book-title to determine whether to chop off the booktitle.
5390
5391         * lily/paper-book.cc (systems): init from book-title-properties
5392         (add_score_title): init score-title-properties.
5393
5394         * ly/paper-defaults.ly: add {score,book}-title-properties.
5395
5396         * scm/document-backend.scm (lookup-interface): error message if
5397         using unknown interface.
5398
5399         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5400         edge-height.
5401
5402         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5403         make_bracket.
5404         (make_bracket): new function.
5405
5406         * scm/lily.scm (define-scheme-options): add paper-size option.
5407
5408         * ly/declarations-init.ly (laissezVibrer): get paper size from
5409         -dpaper-size
5410
5411         * scm/translation-functions.scm: use \fontsize for changing the
5412         fontsize.
5413
5414         * scm/define-grobs.scm (all-grob-descriptions): set
5415         between-length-limit to 1.0
5416
5417         * lily/tie-helper.cc: add between_length_limit_ detail property.
5418
5419         * mf/feta-bolletjes.mf: typos.
5420
5421         * lily/note-head.cc (internal_print): don't shadow idx
5422         parameter. This fixes wrong attachment for do shape heads.
5423
5424 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5425
5426         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5427
5428         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5429
5430         * scm/layout-slur.scm: rename from slur.scm
5431
5432         * scm/layout-page-layout.scm: rename from page-layout.scm
5433
5434         * scm/layout-beam.scm: rename from beam.scm
5435
5436         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5437         bass-figure-interface
5438
5439         * lily/new-figured-bass-engraver.cc (process_music): add
5440         implicitBassFigures property.
5441         
5442         * scm/define-markup-commands.scm (pad-x): new markup.
5443
5444         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5445         minimumVerticalExtent on FiguredBass context.
5446
5447         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5448         case the continuation crosses a line break.
5449
5450 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5451
5452         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5453         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5454         absolute file name bug.  
5455
5456 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * VERSION (PACKAGE_NAME): release 2.7.12
5459
5460         * input/regression/figured-bass-continuation-center.ly: new file.
5461
5462         * input/regression/beam-outside-beamlets.ly: new file.
5463
5464         * lily/beam.cc (set_beaming): don't clip edges.
5465         (connect_beams): don't clip edges.
5466
5467         * lily/beaming-info.cc (clip_edges): new function.
5468
5469         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5470
5471         * Documentation/user/instrument-notation.itely (Figured bass):
5472         demonstrate extenders, update seealso links.
5473
5474         * scm/titling.scm (marked-up-headfoot): change tagline
5475         handling. tagline = ##f will blank the tagline as well.
5476
5477 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5478
5479         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5480
5481         * lily/new-figured-bass-engraver.cc (struct
5482         New_figured_bass_engraver): add new_music_found_ member.
5483
5484         * lily/lilypond-version.cc (Lilypond_version): deal with
5485         incorrectly formatted version strings. 
5486
5487         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5488         New_figured_bass_engraver by default.
5489
5490         * lily/ttf.cc (print_trailer): only define glyph names when
5491         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5492
5493 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5494
5495         * lily/horizontal-bracket.cc (make_bracket): new function.
5496
5497         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5498         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5499         BassFigureLine, BassFigureAlignment
5500
5501         * lily/new-figured-bass-engraver.cc (process_music): new file.
5502
5503         * lily/figured-bass-continuation.cc: new file.
5504
5505         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5506         new file.
5507
5508 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5509
5510         * scripts/lilypond-book.py: Bug fix, put the quote around the
5511         actual score for LaTeX documents.
5512
5513         * scm/define-grobs.scm (all-grob-descriptions): Change
5514         collapse-height of the SystemStartBracket grob to 5.0, 
5515         so the bracket disappears for single stave score lines (similarly
5516         to SystemStartBraces). 
5517
5518         * Documentation/user/advanced-notation.itely (Polymetric
5519         notation): Clarify the use of compressMusic.
5520
5521         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5522         that the grace spacer note in other staves need the same duration
5523         and document the stroke-style property.
5524
5525 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5526
5527         * Documentation/user/global.itely (Vertical spacing): document
5528         alignment-extra-space and fixed-alignment-extra-space.
5529
5530         * Documentation/topdocs/NEWS.tely (Top): add entry.
5531
5532         * input/regression/alignment-vertical-spacing.ly: new file.
5533
5534         * python/convertrules.py (conv): add rule.
5535
5536         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5537
5538         * lily/align-interface.cc (stretch_after_break): new
5539         function. Read fixed-alignment-extra-space property.
5540         (align_elements_to_extents): read alignment-extra-space property.
5541
5542         * lily/lily-guile.cc (robust_scm2dir): new function.
5543
5544         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5545         (annotate-space-left): new function. Annotate space left on page. 
5546         (annotate-y-interval): new function.
5547         (paper-system-annotate-last): new function. Annotate bottom-space.
5548
5549         * mf/feta-beugel.mf (y): 
5550
5551 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5552
5553         * VERSION (PACKAGE_NAME):  release 2.7.11
5554
5555         * scm/lily-library.scm (interval-translate): new function
5556         (interval-center): new function. 
5557
5558         * scm/page-layout.scm (paper-system-annotate): new function. Add
5559         arrows for dimensions.
5560  
5561         * scm/stencil.scm (dimension-arrows): new function.
5562
5563         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5564
5565         * input/regression/page-spacing.ly: add annotatespacing
5566
5567         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5568         (LY_DEFINE): new function ly:paper-system-set-property!
5569
5570         * Documentation/user/global.itely (Paper size): explain how to add
5571         sizes.
5572
5573         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5574         correspond to GS's definition.
5575
5576         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5577         tuplet bracket.
5578         (print): only connect to next bracket if the next one is alive.
5579         (print): set padding to 0.0 if the bound is a breakable
5580         column. This makes tupletFullLength brackets reach up to the staff
5581         line if it doesn't connect to the next line.
5582
5583 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5584
5585         * lily/bar-number-engraver.cc: correct docs.
5586
5587         * scm/output-lib.scm (first-bar-number-invisible): rename from
5588         default-bar-number-visibility
5589
5590 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5591
5592         * scm/define-music-properties.scm (all-music-properties): remove
5593         predicate property.
5594
5595 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5596
5597         * po/fi.po: refresh.
5598
5599 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5600
5601         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5602         superfluous s1.
5603         (disappear): bugfix.
5604
5605         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5606
5607         * lily/include/paper-system.hh (class Paper_system): remove
5608         staff_extents_ member.
5609
5610         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5611
5612         * lily/include/paper-system.hh (class Paper_system): remove
5613         number_ variable. Remove is_title_. Remove break_before_penalty_
5614
5615         * lily/paper-book.cc (systems): use 'number property iso. number_
5616         member.
5617
5618         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5619         remove ly:paper-system-number.
5620
5621         * scm/lily-library.scm (paper-system-title?): new function.
5622
5623         * lily/book.cc (process): bugfix: flip ?: cases. 
5624
5625         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5626         add outputProperty.
5627
5628         * ly/music-functions-init.ly: add outputProperty music function.
5629
5630         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5631
5632         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5633         and next-padding.
5634         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5635
5636         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5637
5638         * lily/paper-system.cc (internal_get_property): new function.
5639
5640         * Documentation/user/global.itely (Vertical spacing): refer to
5641         page-spacing.ly
5642
5643         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5644         pagetopspace
5645
5646         * input/regression/page-spacing.ly: new file.
5647
5648         * input/regression/page-top-space.ly: new file.
5649
5650         * lily/spacing-spanner.cc: cmath -> math.h
5651
5652         * lily/paper-system.cc (read_left_bound): new function. Read
5653         line-break-system-details from left bound to determine extents.
5654  
5655         * Documentation/user/programming-interface.itely (Using LilyPond
5656         syntax inside Scheme): change applyxxx -> applyXxx.
5657
5658         * ly/music-functions-init.ly: add outputProperty music function.
5659
5660         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5661
5662         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5663
5664         * python/convertrules.py (conv): rule
5665
5666         * ly/music-functions-init.ly: applyxxx -> applyXxx
5667
5668         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5669         TabVoice to Voice.
5670
5671 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5672
5673         * flower/include/real.hh: include <math.h> iso. <cmath>
5674
5675         * flower/include/offset.hh: include real.hh
5676
5677 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5678
5679         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5680         fix example, now that 'interfaces is no longer directly available.
5681
5682         * lily/book.cc (process): don't crash if paper == NULL.
5683
5684         * po/fr.po: update.
5685
5686 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5687
5688         * scm/define-music-types.scm (music-descriptions): set length and
5689         start-callback for QuoteMusic
5690
5691 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5692
5693         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5694         arguments. Fixes compilation error with gcc 3.3.
5695
5696 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5697
5698         * VERSION: release 2.7.10
5699
5700         * stepmake/stepmake/python-module-rules.make
5701         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5702
5703         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5704         real.hh
5705
5706 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5707
5708         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5709         -Werror. Otherwise GCC barfs over various optimizations.
5710
5711         * scm/define-grob-properties.scm (all-internal-grob-properties):
5712         add note-head property
5713
5714         * Documentation/user/instrument-notation.itely (Laissez vibrer
5715         ties): new node.
5716
5717         * input/regression/laissez-vibrer-ties.ly: new file.
5718
5719         * lily/laissez-vibrer-engraver.cc: new file.    
5720
5721         * lily/include/tie-column-format.hh: new file.
5722
5723         * lily/tie-column-format.cc: new file. 
5724
5725         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5726
5727         * lily/laissez-vibrer-tie.cc: new file.
5728
5729         * lily/include/laissez-vibrer-tie.hh: new file.
5730
5731         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5732
5733         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5734
5735         * scm/define-grobs.scm (all-grob-descriptions): add
5736         LaissezVibrerTie, LaissezVibrerTieColumn
5737
5738         * lily/tie-column.cc (set_tie_config_directions): new function
5739         (final_shape_adjustment): new function.
5740         (shift_small_ties): new function.
5741
5742         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5743
5744         * lily/include/tie.hh (struct Tie_details): add x_gap_
5745         (struct Tie_configuration): add head_position_
5746
5747         * lily/tie-column.cc (set_chord_outline): new function.
5748
5749         * mf/cmr.enc.in:  remove file.
5750
5751 2005-09-11  Graham Percival  <gpermus@gmail.com>
5752
5753         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5754
5755 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5756
5757         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5758         reduce aliasing effects.
5759
5760         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5761         box in skyline.
5762
5763 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5764
5765         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5766
5767         * flower/include/real.hh: std::fabs too.
5768
5769 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5770
5771         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5772
5773         * lily, flower: Include C++ iso C headers.  Import namespace std
5774         throughout.
5775
5776         * lily/side-position-interface.cc: 
5777         * lily/scm-hash.cc: 
5778         * lily/note-head.cc: 
5779         * lily/include/includable-lexer.hh: 
5780         * flower/include/string-data.icc: Remove using std::*.
5781
5782         * lily, flower: Include C++ iso C headers.  Import namespace std
5783         throughout.
5784
5785         * lily/side-position-interface.cc: 
5786         * lily/scm-hash.cc: 
5787         * lily/note-head.cc: 
5788         * lily/include/includable-lexer.hh: 
5789         * flower/include/string-data.icc: Remove using std::*.
5790
5791         * Documentation/user/instrument-notation.itely (Entering lyrics):
5792         Multiple latin-1->utf-8 conversion fix.
5793
5794         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5795
5796 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5797
5798         * lily/tie.cc (get_configuration): also avoid dots for non-space
5799         situations.
5800
5801 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5802
5803         * Documentation/user/instrument-notation.itely: Bugfix.
5804
5805 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5806
5807         * tex/GNUmakefile: don't install texinfo.tex
5808
5809         * tex/ : cleanup: remove unused files.
5810
5811         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5812
5813         * flower/include/real.hh: using std::{isnan,isinf}
5814         
5815         * VERSION (PATCH_LEVEL): release 2.7.9
5816
5817 2005-09-05  Graham Percival  <gpermus@gmail.com>
5818
5819         * Documentation/user/ instrument-notation.itely,
5820         advanced-notation.itely: minor tweaks.
5821
5822         * input/test/script-chart.ly: add item padding.
5823
5824 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5825
5826         * flower/offset.cc: use math.h iso. <cmath>
5827
5828         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5829         of IE users.
5830
5831         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5832         (widen-left-stencil-edges): new function. Fix alignment problems
5833         with LaTeX includegraphics.
5834
5835         * lily/text-interface.cc (interpret_markup): use abort().
5836
5837 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5838
5839         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5840
5841         * lily/tie.cc (get_configuration): update bezier shape as we
5842         change Y positions.
5843         (get_configuration): don't move large ties if we're outside of the
5844         staff.
5845
5846 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5849         
5850 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5851
5852         * .cvsignore: Add auto-generated configure files and then some.
5853
5854 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5855
5856         * scm/define-grobs.scm (DynamicLineSpanner): Add
5857         X-extent-callback.  Fixes hairpin-slur collision.
5858
5859 2005-08-31  Graham Percival  <gpermus@gmail.com>
5860
5861         * Documentation/user/advanced-notation.itely,
5862         basic-notation.itely: minor changes.
5863
5864 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5865
5866         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5867         \linebreak between each .eps file if \betweenLilyPondSystem is
5868         undefined. 
5869
5870         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5871         music): Document the \linebreak
5872
5873         * Documentation/user/lilypond-book.itely,
5874         input/tutorial/lbook-latex-test.tex,
5875         Documentation/user/examples.itely: Remove \usepackage{graphics}
5876
5877 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5878
5879         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5880
5881         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5882         compat bugfix.
5883
5884         * scripts/lilypond-book.py (PREAMBLE_LY): define
5885         inside-lilypond-book
5886         (modify_preamble): new function. Insert \RequirePackage{graphics}
5887         when no {graphics found in preamble.  
5888
5889 2005-08030  Graham Percival  <gpermus@gmail.com>
5890
5891         * Documentation/user/basic-notation.itely, global.itely,
5892         tutorial.itely: misc small changes.
5893
5894 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5895
5896         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5897         VERSION.
5898
5899 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5900
5901         * lily/tie-column.cc (new_directions): put Tie down on center
5902         staff line. 
5903
5904         * lily/script-interface.cc (before_line_breaking): use
5905         Grob::programming_error
5906
5907         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5908
5909         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5910         of splitext.
5911
5912 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5913
5914         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5915
5916 2005-08-29  Werner Lemberg  <wl@gnu.org>
5917
5918         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5919         the `*.scale.pfa' files to avoid warnings.
5920
5921 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5922
5923         * lily/tempo-performer.cc (process_music): idem.
5924
5925         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5926
5927 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5928
5929         * Documentation/user/advanced-notation.itely (Text markup): not a
5930         fragment.
5931
5932         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5933
5934         * lily/staff-performer.cc (initialize): add tempo/name to
5935         audio_staff_
5936
5937
5938 2005-08-26  Graham Percival  <gpermus@gmail.com>
5939
5940         * Documentation/user/advanced.itely: add text-only example.
5941
5942         * Documentation/user/invoking.itely: add index entries for
5943         convert-ly.
5944
5945         * Documentation/user/ tutorial.itely, basic-notation.itely:
5946         small fixes suggested by Steve D.  Thanks!
5947
5948 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5949
5950         * input/regression/markup-bidi-pango.ly: new file.
5951
5952         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5953         standard. Remove #ifdef. Remove memleak.
5954         (text_stencil): use text_dir to decide how to composite items.
5955         (text_stencil): determine uniform text direction for the entire
5956         string.
5957
5958         * scripts/lilypond-book.py (output_name): remove
5959         latex_filter_cmd. Non-portable to non-Unix systems. 
5960         (get_latex_textwidth): use File.write and os.unlink() instead.
5961
5962         * THANKS: add Vicente & Trevor.
5963
5964         * lily/grob.cc (discretionary_processing): look up origin for
5965         programming_error too. 
5966
5967         * input/regression/tie-broken.ly: new file.
5968
5969         * lily/tie-column.cc (set_chord_outlines): set outline for line
5970         break case too.
5971         
5972 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5973
5974         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5975         unscaled transform, just translate stencils.
5976
5977         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5978         MIDI.
5979
5980         * scm/define-markup-commands.scm (wordwrap-string): use
5981         text-direction
5982         (wordwrap-stencils): idem.
5983         (line): idem.
5984         (fill-line): idem.
5985         (wordwrap-stencils): translate last line to right for
5986         text-direction = LEFT.
5987
5988         * scm/define-grob-properties.scm (all-user-grob-properties): add
5989         text-direction.
5990
5991 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5992
5993         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5994         when copying a Lily_parser object.
5995
5996 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5997
5998         * scm/define-markup-commands.scm (null): add null markup.
5999
6000 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6001
6002         * lily/item.cc: Add documentation of center-invisible
6003
6004 2005-08-24  Graham Percival  <gpermus@gmail.com>
6005
6006         * Documentation/user/advanced-notation.itely: add info about
6007         raising text.
6008
6009         * Documentation/user/programming-interface.itely: fix example
6010         involving raised text.
6011
6012 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6013
6014         * lily/beam.cc (print): fix X start/end points of isolated
6015         beamlets.
6016
6017         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6018
6019         * lily/multi-measure-rest.cc (set_text_rods): new function.
6020
6021         * lily/vertical-align-engraver.cc (process_music): call
6022         Align_interface::set_axis(). This forces #'elements to be ordered,
6023         preventing random vertical reordering of staves.
6024
6025         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6026         add avoid-slur property. 
6027
6028         * Documentation/user/basic-notation.itely (Measure repeats): add
6029         countPercentRepeats example.
6030
6031         * Documentation/user/advanced-notation.itely (Other text markup
6032         issues): remove remark about normal-font.  We have \normal-text
6033
6034         * input/regression/tie-chord.ly: add note about remaining bugs.
6035
6036         * lily/tie.cc (print): try Tie_column::set_directions () if
6037         control-points not yet defined.
6038
6039 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6042         extent. This fixes braces falling out of the EPS bbox.
6043
6044         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6045         exactly to bbox.
6046
6047 2005-08-23  Graham Percival  <gpermus@gmail.com>
6048
6049         * {various} : change #up->#UP and #down->#DOWN.
6050
6051         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6052
6053         * Documentation/user/advanced-notation.itely: clarify
6054         what objects handles text on a multimeasure rest.
6055
6056 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6057
6058         * VERSION (PATCH_LEVEL): release 2.7.7
6059
6060 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6061
6062         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6063
6064         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6065
6066         * input/regression/*.ly: formatting clean-up. Default layout
6067         before music expression.
6068
6069         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6070         romanze28-2 example.
6071
6072         * scm/ps-to-png.scm: remove dir-re function.
6073         (make-ps-images): generate page names, instead of globbing them.
6074         This brings down LilyPond memory usage for make web by a factor
6075         10. 
6076
6077         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6078         don't use glob. With 3000 files, globbing
6079         Documentation/user/out-www/ can take too much time. 
6080         
6081         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6082
6083         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6084
6085         * input/regression/tie-manual.ly: new file
6086
6087         * input/regression/tie-chord.ly: update.
6088
6089         * flower/include/interval.hh (struct Interval_t): 
6090
6091         * lily/tie.cc (distance): new function 
6092         (height): new function.
6093         (init): new function
6094         (Tie_details): new struct.
6095
6096         * lily/skyline.cc (skyline_height): new function.
6097
6098         * lily/tie-column.cc (set_chord_outlines): new function.
6099         (new_directions): read tie-configuration
6100
6101         * lily/skyline.cc: fix ASCII art.
6102         
6103 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6104
6105         * python/convertrules.py (string_or_scheme): Fix spelling error
6106
6107 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6108         
6109         * lily/tie-column.cc (set_directions): set directions only once.
6110         (add_configuration): new function.
6111
6112         * lily/tie.cc (set_control_points): new function
6113
6114         * lily/tie-column.cc (new_directions): new function.
6115
6116         * ly/music-functions-init.ly: set 'pitch property
6117         iso. trill-pitch. This makes \relative work with \pitchedTrill
6118
6119         * lily/tie.cc (get_configuration): new function. Don't generate
6120         control points, rather, generate configuration.
6121         remove head-pair property.
6122
6123         * lily/include/tie.hh (struct Tie_configuration): new struct.
6124
6125 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6126
6127         * Documentation/topdocs/NEWS.tely: clarify.
6128
6129 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6130
6131         * lily/tie.cc: remove minimum-length
6132
6133         * scm/define-grob-properties.scm (all-user-grob-properties):
6134         remove staffline-clearance, y-offset 
6135
6136         * input/regression/tie-dots.ly (Module): remove.
6137
6138         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6139         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6140
6141         * input/regression/tie-single.ly: new file.
6142
6143 2005-08-21  Graham Percival  <gpermus@gmail.com>
6144
6145         * ly/bagpipe.ly: fix compile problem.
6146
6147 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6148
6149         * lily/midi-item.cc (name): new method.
6150
6151         * lily/staff-performer.cc (acknowledge_audio_element): use
6152         signature of baseclass.
6153
6154         * lily/engraver-group.cc (do_announces): move recursion call out
6155         of while loop. 
6156
6157         * lily/drum-note-performer.cc (class Drum_note_performer): use
6158         process_music everywhere.
6159
6160         * ly/performer-init.ly: add default children everywhere.
6161
6162         * lily/paper-book.cc (output): call paper-book-write-midis
6163         directly: always write MIDI, even if no \layout {} block. 
6164
6165 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6166
6167         * VERSION (PACKAGE_NAME): release 2.7.6
6168
6169         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6170         about not being able to handle repeat.
6171
6172 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6173
6174         * Documentation/user/examples.itely (Piano templates):
6175         * lily/include/performer-group.hh: Remove last traces of
6176         Performer_group_performer.  Fixes make web.
6177
6178 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6179
6180         * Documentation/user/examples.itely (Piano templates): change
6181         Engraver_group_engraver -> Engraver_group
6182
6183         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6184         scm_stand_in_procs is not weak_any.
6185
6186         * lily/volta-bracket.cc (print): don't use strcmp().
6187
6188         * lily/volta-engraver.cc (process_music): use
6189         Text_interface::is_markup() for setting the 'text property of the
6190         volta bracket.
6191
6192         * input/mutopia/claop.py (accents): update syntax to 2.6
6193
6194         * scm/define-context-properties.scm
6195         (all-user-translation-properties): add countPercentRepeats.
6196
6197         * Documentation/user/basic-notation.itely (Measure repeats): add
6198         isolated percent example.
6199
6200 2005-08-18  Graham Percival  <gpermus@gmail.com>
6201
6202         * input/ {various}: change direction #1, #-1 to
6203         #up/#down or \fooUp, \fooDown.
6204
6205         * Documentation/user/music-glossary.tely: #-1 to #down.
6206
6207         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6208         to #up, #-1 to #down.
6209
6210 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6211
6212         * lily/include/engraver-group.hh: rename.
6213
6214         * lily/include/performer-group.hh: rename.
6215
6216 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6217
6218         * input/test/script-abbreviations.ly: Removed some old LaTeX
6219         left overs.
6220
6221 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6222
6223         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6224         Remove functions.  Remove if 1: constructs, reindent.
6225
6226         * scripts/convert-ly.py (add_version): Add functions from
6227         convertrules.py
6228
6229         * scm/script.scm (default-script-alist):
6230         s/priority/script-priority.  Fixes script stacking.  Backportme.
6231         (Fermata): Very low priority.
6232
6233 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6234
6235         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6236
6237         * input/regression/slur-script.ly: remove padding tweaks. Add
6238         comment strings.
6239
6240         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6241         time sigs and related stuff.
6242
6243         * scm/define-grob-properties.scm (all-user-grob-properties): add
6244         @code{} tags to property description.
6245
6246         * lily/include/line-group-group-engraver.hh (Module): remove file.
6247
6248         * python/convertrules.py (conv): add rule for
6249         Engraver_group_engraver -> Engraver_group.
6250
6251         * lily/include/performer-group-performer.hh: analogous.
6252
6253         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6254
6255         * lily/context-def.cc (instantiate): check for
6256         Engraver_group_engraver and Performer_group_performer not
6257         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6258  
6259 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6260
6261         * input/les-nereides.ly: Remove three fingering tweaks, update
6262         remaining one.
6263
6264         * input/regression/slur-script-inside.ly: Update, fix doc.
6265
6266         * scm/script.scm: Update to avoid-slur.
6267
6268         * scm/define-grob-properties.scm (avoid-slur): New property.
6269
6270         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6271         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6272         outside_slur_callback if avoid-slur != #'inside.
6273
6274         * scm/define-grobs.scm (Fingering, Textscript): No
6275         inside-slur/outside-slur preference.
6276         (DynamicLineSpanner): Always outside slur.
6277
6278         * input/regression/slur-script.ly: More tests.
6279
6280 2005-08-17  Graham Percival  <gpermus@gmail.com>
6281
6282         * Documentation/user/lilypond-book: fix notime entry.
6283
6284         * Documentation/user/advanced-notation.itely: add info on
6285         getting an I rehearsal mark.
6286
6287         * Documentation/user/putting.itely: reinstate "I", re-enforce
6288         the fact that \override numbers are the result of
6289         experimentation and personal taste.
6290
6291         * Documentation/user/invoking.itely: update convert-ly bugs.
6292
6293 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6294
6295         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6296         to #t.
6297
6298         * lily/timing-translator.cc (initialize): don't initialize timing.
6299
6300         * input/regression/stem-spacing.ly (Module): remove file.
6301
6302         * input/regression/spacing-stick-out.ly: specify Score context for
6303         \override
6304
6305         * input/regression/clefs.ly: remove spurious {}s 
6306
6307 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6308
6309         * Documentation/topdocs/NEWS.tely,
6310         input/regression/repeat-percent-count.ly: clarify a bit.
6311
6312 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6313
6314         * input/no-notation/display-lily-tests.ly: delete
6315         display-lily-init call.
6316
6317         * ly/music-functions-init.ly (displayLilyMusic): move
6318         display-lily-init call at top level, so that the user should not
6319         have to call it.
6320
6321         * scm/define-music-display-methods.scm (note-name->lily-string):
6322         retrieve note names directly from pitchnames using new function `rassoc'.
6323         (display-lily-init): note names list construction removed.
6324
6325 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6326
6327         * THANKS: spello.
6328
6329         * lily/lily-parser.cc (get_header): copy module, instead of
6330         returning it.
6331
6332         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6333         counters.
6334
6335         * Documentation/user/basic-notation.itely (Measure repeats): add
6336         links to Counter grobs.
6337
6338         * scm/define-grobs.scm (all-grob-descriptions): add
6339         DoublePercentRepeatCounter
6340         (all-grob-descriptions): add PercentRepeatCounter
6341
6342         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6343         also create counter grobs.
6344
6345         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6346         return grob without space-alist.
6347
6348         * input/proportional.ly: tune staff-padding.
6349
6350         * input/regression/repeat-percent-count.ly: new file. 
6351
6352 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6353
6354         * input/no-notation/display-lily-tests.ly: moved from
6355         input/regression/ to input/no-notation. Be sure to call
6356         `display-lily-init' before trying to use the display function.
6357
6358 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6359
6360         * scripts/lilypond-book.py (option_definitions): Don't localize
6361         the empty string. Fixes bug when --psfonts was used with
6362         non-English locale.
6363
6364 2005-08-15  Graham Percival  <gpermus@gmail.com>
6365
6366         * lily/tuplet-bracket.cc: simple build fix.
6367
6368         * Documentation/user/putting.itely: use "we" instead of "I".
6369
6370         * Documentation/user/basic-notation.itely: cautionary accidentals
6371         work with naturals, too.
6372
6373 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6374
6375         * lily/tuplet-bracket.cc (calc_position_and_height): add
6376         staff-padding support.
6377
6378         * input/proportional.ly: set staff-padding.
6379         
6380         * VERSION (PATCH_LEVEL): release 2.7.5
6381
6382         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6383         fixes. Remove tweaks.
6384
6385         * input/regression/tuplet-slope.ly: add a test case.
6386
6387         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6388         erroneous fix. Add spanner bounds to offset array with relative X
6389         positions.
6390
6391         * ly/engraver-init.ly: add Rest_engraver only once.
6392
6393         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6394         (*parser*) lookup if (*parser*) != #f.
6395
6396 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6397
6398         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6399         Cut-and paste update.
6400
6401         * input/regression/slur-script.ly: Add example of reverting
6402         inside-slur for fingering.
6403
6404         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6405         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6406
6407         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6408         outside_slur_callback if inside-slur == #f (as opposed to unset).
6409
6410 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6411
6412         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6413         encoding files are already removed.
6414
6415 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6416
6417         * Documentation/user/advanced-notation.itely (Instrument names):
6418         Document a workaround for instrument names that collide with
6419         system start braces/brackets.
6420
6421 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6422
6423         * lily/rest-collision.cc (do_shift): spello.
6424
6425         * input/proportional.ly: use #'used property. Set break-overshoot
6426         property.
6427
6428         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6429
6430         * lily/paper-column.cc: add #'used property
6431
6432         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6433         array for staves found.
6434
6435         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6436         array for stavesFound.
6437
6438         * lily/staff-spacing.cc (next_note_correction): add fixed and
6439         space to calling convention. This fixes spacing of accidentals
6440         after barlines.
6441
6442         * input/regression/spacing-accidental-stretch.ly: add barline -
6443         accidental case.
6444
6445         * scm/framework-ps.scm (page-header): add version number to
6446         creator
6447         (eps-header): idem.
6448
6449         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6450         
6451 2005-08-13  Graham Percival  <gpermus@gmail.com>
6452
6453         * Documentation/user/global.itely: add "fit as much as
6454         possible onto this page" example (Vertical spacing).
6455
6456 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6457
6458         * *: Nitpick run.
6459
6460         * buildscripts/fixcc.py: Fixes.
6461
6462 2005-08-12  Graham Percival  <gpermus@gmail.com>
6463
6464         * Documentation/user/advanced-notation.itely: add markup
6465         example to Text spanners.
6466
6467 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6468
6469         * Documentation/user/basic-notation.itely (Ties): Add example of
6470         tying a tremolo to a chord. Thanks to Steve Doonan. 
6471
6472         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6473         properties and move tieMelismaBusy to the list of written
6474         properties. 
6475
6476 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6477
6478         * po/TODO: suggest to use a dedicated tool like kbabel.
6479
6480         * po/fi.po: update using kbabel.
6481
6482 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6483
6484         * *: Remove obsolete files.  Nitpick run.
6485
6486         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6487
6488 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6489
6490         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6491         too.
6492
6493         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6494
6495         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6496         whitespace as symbol separator.
6497
6498         * lily/side-position-interface.cc: Add slur-padding.
6499
6500         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6501         quite a large fix, and it never worked in a stable release; so not
6502         really a regression.
6503
6504         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6505         Update cut and paste code from Slur_engraver.
6506
6507         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6508         Add.
6509
6510         * scm/define-grobs.scm (DynamicLineSpanner): Add
6511         dynamic-line-spanner-interface.
6512         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6513
6514 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6515
6516         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6517         to_boolean () so that non-set 'inside-slur means false.
6518
6519         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6520         slur has control-points.  Skip script without direction.  Always
6521         do_shift if script inside slur, even if slur not contained in
6522         script y-extent.  Increment k in loop.
6523
6524 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6525
6526         * scm/define-markup-commands.scm: Improved regexp to search for
6527         EPS bounding boxes and corrected call to ly:warning.
6528
6529 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6530
6531         * Documentation/user/programming-interface.itely (Displaying music
6532         expressions): doc for \displayLilyMusic. Also some precisions in
6533         "Markup construction in Scheme"
6534
6535 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6536
6537         * scm/define-markup-commands.scm (normal-text): Added 2 new
6538         markup commands, \normal-text and \medium (the latter thanks to
6539         Bruce Fairchild). 
6540
6541 2005-08-08  Graham Percival  <gpermus@gmail.com>
6542
6543         * Documentation/user/programming-interface.itely: fix @{ @}.
6544
6545         * scm/define-markup-commands.scm: add linewidth info to
6546         \justify and \wordwrap, add "upright is the opposite of italic".
6547
6548         * Documentation/user/advanced-notation.itely: shaped->shape,
6549         add (cons (markup "foo")) type of example to text markup,
6550         reword multi-measure rests section.
6551
6552         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6553         comment.  No actual code was touched.
6554
6555         * Documentation/user/invoking.itely: add more info about
6556         \include.  Thanks, Bruce!
6557
6558         * THANKS: add Bruce Fairchild, alphabetise.
6559
6560         * Documentation/user/global.itely: document \score{\header{}}
6561         behavior.
6562
6563         * Documentation/user/basic-notation.itely: reword multi-measure
6564         rest discussion in Rests.
6565
6566 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6567
6568         * Documentation/user/programming-interface.itely (Markup
6569         construction in Scheme): Corrected example and tried to clarify
6570         the implicit \line in the table.
6571
6572 2005-08-07  Graham Percival  <gpermus@gmail.com>
6573
6574         * Documentation/user/instrument-notation.itely: moved
6575         some bagpipe info back into the bagpipe section.  Somehow
6576         it ended up in the "other vocal issues" section?!  :o_O
6577
6578 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6579
6580         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6581         directories, not paths).
6582
6583 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6584
6585         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6586         plain emmentaler/aybabtu.  Backportme.
6587
6588         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6589         missing dir correction.
6590
6591 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6592
6593         * scm/define-markup-commands: fix reversed justify/wordwrap
6594         doc strings.
6595
6596 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6597
6598         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6599         lily/gregorian-ligature-engaver.cc,
6600         lily/include/ligature-engraver.hh,
6601         lily/include/coherent-ligature-engraver.hh,
6602         lily/include/gregorian-ligature-engraver.hh: make these classes
6603         truely abstract.  This should fix some internal oddities such as
6604         duplicate as well as dead translator/property declarations, and
6605         also some dead code.
6606
6607         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6608         bugfix: avoid message "junking empty ligature" on ligature
6609         brackets by collecting dummy grobs.
6610
6611 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6612
6613         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6614
6615         * input/proportional.ly (staffKind): bugfix.
6616         (staffKind): updates by Trevor Baca.
6617
6618         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6619         default layout. 
6620
6621         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6622         pair.
6623
6624         * lily/beam.cc (rest_collision_callback): call position_beam() if
6625         necessary.
6626
6627         * VERSION: release 2.7.4
6628
6629         * input/regression/spacing-uniform-stretching.ly: new file.
6630
6631         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6632
6633         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6634         contributor.
6635
6636         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6637
6638         * input/proportional.ly: new file.
6639
6640         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6641         columns is empty
6642
6643         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6644         bounds to currentCommandColumn for the last step.
6645         (start_translation_timestep): if tupletFullLength is set, set
6646         bound to Paper Column
6647
6648         * input/regression/tuplet-full-length.ly (indent): new file.
6649
6650         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6651         clique of loose columns, eg. a set of grace notes in strict
6652         notespacing.
6653
6654         * input/regression/spacing-strict-spacing-grace.ly: new file.
6655
6656         * lily/key-signature-interface.cc: change property name to
6657         alteration-alist
6658
6659         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6660         keyAccidentalOrder
6661
6662         * python/convertrules.py (conv): keyAccidentalOrder ->
6663         keyAlterationOrder
6664
6665         * lily/key-engraver.cc (create_key): always print a cancellation
6666         for going to C-major/A-minor, regardless of printKeyCancellation.
6667         (create_key): remove typecheck for visibility. This fixes key
6668         signature not being printed.
6669
6670         * lily/spacing-determine-loose-columns.cc: new file.
6671
6672         * input/regression/spacing-strict-notespacing.ly: new file.
6673
6674         * lily/spacing-spanner.cc (generate_springs): rename from
6675         do_measure. 
6676         (generate_pair_spacing): new function.
6677         (init, generate_pair_spacing): set between-cols for floating
6678         nonmusical columns.
6679
6680         * lily/spaceable-grob.cc (get_spring): new function. 
6681
6682         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6683         relative to the right edge of the prefatory matter.
6684
6685         * lily/beam.cc (print): read break-overshoot to determine where to
6686         stop/start broken beams.
6687
6688         * input/regression/spanner-break-overshoot.ly: new file.
6689
6690 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6691
6692         * ly/bagpipe.ly: updated.
6693
6694         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6695
6696 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6697
6698         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6699         support: now (de)crescs avoid slurs as well.
6700
6701         * Documentation/user/instrument-notation.itely (Bagpipe example):
6702         comment out non-functioning bagpipe example.
6703         (Bagpipe definitions): idem.
6704
6705         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6706         (Top): add proportionalNotationDuration example.
6707
6708         * input/regression/spacing-proportional.ly: new file.
6709
6710         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6711         synched to a beam.
6712
6713         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6714         fixes beams with a single stem (eg. beams across linebreaks.)
6715
6716         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6717
6718         * flower/rational.cc (operator +): prevent overflow. This fixes
6719         heavily nested tuplets.
6720
6721         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6722         have to protect even those unlikely to be corrupted data members.  
6723
6724 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6725
6726         * ly/bagpipe.ly: new file.
6727
6728         * THANKS: added Sven Axelsson.
6729
6730 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6731
6732         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6733         copy proportionalNotationDuration into currentMusicalColumn if
6734         set.
6735
6736         * lily/spacing-spanner.cc (musical_column_spacing): if
6737         uniform-stretching set, fixed space is 0.0
6738
6739         * input/regression/spacing-multi-tuplet.ly: show
6740         uniform-stretching property.
6741
6742         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6743
6744         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6745         (struct Spacing_options): new struct.
6746
6747         * lily/spacing-basic.cc: new file.
6748
6749         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6750         delta_t doesn't have to be smaller than shortest_playing_len
6751
6752 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6753
6754         * input/regression/markup-arrows.ly:  new file.
6755
6756         * lily/tuplet-bracket.cc: document new behavior.
6757
6758         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6759         with line breaks.
6760
6761         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6762
6763         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6764         default 
6765
6766         * lily/tuplet-bracket.cc: add edge-text property.
6767         add break-overshoot.
6768         (print): read break-overshoot.
6769         (print): read edge-text, add stencils.
6770
6771         * mf/feta-arrow.mf: new file.
6772
6773         * mf/feta-generic.mf: add feta-arrow.
6774
6775 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6776
6777         * Documentation/user/lilypond-book.itely (An example of a
6778         musicological document): Added flag -o to dvips for people who use
6779         the default setting in teTeX where output is sent to the printer. 
6780
6781         * Documentation/user/global.itely (Vertical spacing): Added
6782         reference to the Axis_group_engraver which documents the *Extent
6783         properties.
6784
6785 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6786
6787         * Documentation/user/basic-notation.itely (Tuplets): add note
6788         about nested tuplets. Remove BUG. 
6789
6790         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6791
6792         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6793         (print): manually call print() for subtuplets.
6794         (calc_position_and_height): add subtuplets to the
6795         support. Vertically shift outer tuplet 
6796
6797         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6798         remove-first for Lyrics, ChordNames and FiguredBass
6799
6800         * scm/define-grob-properties.scm (all-internal-grob-properties):
6801         use ly:grob-array? iso. grob-list?
6802         (all-internal-grob-properties): add tuplets grob-array.
6803
6804         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6805         new function
6806
6807 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6808
6809         * input/test/time-signature-staff.ly: new file.
6810
6811         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6812         spurious #<Music FingerEvent> errors. Backportme.
6813
6814 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6815
6816         * Documentation/user/programming-interface.itely (Markup
6817         construction in Scheme): Corrected markup syntax in the
6818         translation table.
6819
6820 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6821
6822         * Documentation/user/instrument-notation.itely: small update
6823         to bagpipe notation docs; thanks Sven!
6824
6825         * Documentation/user/basic-notation.itely: add link about trills.
6826
6827 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6828
6829         * Documentation/user/music-glossary: remove accidentally committed
6830         fink patch.
6831
6832 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6833
6834         * lily/lily-parser.cc (get_header): new function. Enable multiple
6835         \header definitions.
6836
6837         * lily/parser.yy (lilypond_header_body): use get_header.
6838
6839         * ly/init.ly:
6840         * scm/lily-library.scm (print-score-with-defaults): renamed
6841         $globalheader to $defaultheader
6842             
6843         * Documentation/user/global.itely (Creating titles): added short
6844         explanation that multiple headers are useable.
6845
6846
6847 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6848
6849         * lily/module-scheme.cc (LY_DEFINE): new file. 
6850
6851         * Documentation/user/advanced-notation.itely (Font selection): add
6852         doco for make-pango-font-tree.
6853
6854 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6855
6856         * Documentation/user/music-glossary: more languages
6857         for tenuto.
6858
6859         * Docuemntation/user/instrument-notation.itely: minor
6860         update for bagpipe example.
6861
6862 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6863
6864         * input/regression/+.ly (TODO): add some text.
6865
6866 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6867
6868         * Documentation/user/invoking.itely: \score begins with music.
6869
6870         * Documentation/user/ basic-notation.itely,
6871         instrument-notation.itely: minor changes.
6872
6873         * Documentation/user/music-glossary.itely: began tenuto entry.
6874
6875 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6876
6877         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6878
6879         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6880
6881 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6882
6883         * Documentation/user/examples.itely: remove bagpipe template.
6884
6885         * Documentation/user/instrument-notation.itely: add bagpipe
6886         section, maybe fix quotes in lyrics.  I hate text encoding.
6887         Clarify chord durations, more bagpipe stuff.
6888
6889 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6890  
6891         * lily/accidental-engraver.cc: formatting fixes.
6892
6893         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6894         grob-array.
6895
6896         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6897
6898         * lily/note-column.cc (arpeggio): new function.
6899
6900         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6901         account for spacing.
6902
6903 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6904
6905         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6906         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6907         mingw build.
6908         
6909 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6910
6911         * scm/lily.scm (lilypond-all): clear anonymous modules after
6912         processing files.
6913
6914 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6915
6916         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6917         SCM_I_CONSP
6918
6919         * VERSION: 2.7.3 released
6920
6921         * Documentation/user/invoking.itely (Invoking lilypond): add
6922         LILYPOND_GC_YIELD documentation.
6923
6924         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6925         scm_from_real / scm_make_real.
6926
6927         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6928         higher. This increases memory footprint, but provides overall
6929         speedup of 15 to 20%. 
6930
6931         * lily/include/translator.hh (class Translator): remove
6932         PRECOMPUTED_VIRTUAL everywhere.
6933
6934         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6935
6936         * lily/context.cc (now_mom): non-recursive now_mom() 
6937
6938         * lily/include/profile.hh: new file.
6939
6940         * lily/profile.cc: new file.
6941
6942         * lily/grob.cc (Grob::Grob): look properties up directly.
6943
6944         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6945         lookups.
6946
6947         * lily/include/box.hh (class Box): smob Box type.
6948
6949         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6950
6951         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6952         protect() and unprotect(). Use throughout.
6953
6954 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6955
6956         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6957
6958         * scm/define-music-display-methods.scm (markup->lily-string):
6959         markup elements can also be strings (without simple-markup
6960         appended)
6961
6962 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6963
6964         * lily/context.cc (where_defined): also assign value in
6965         where_defined().
6966
6967         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6968         (curve_coordinate): new function
6969
6970         * lily/simple-spacer.cc (add_columns): only add rods between
6971         column i and begin/end if keep-inside-line is set (this repleces
6972         allow-outside-line as default)
6973
6974 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6975
6976         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6977         tupletSpannerDuration if applicable.
6978
6979         * lily/font-size-engraver.cc (process_music): read fontSize only
6980         once per timestep.
6981
6982         * lily/engraver*cc: use throughout.
6983         
6984         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6985
6986         * lily/translator.cc (add_acknowledger): new file. Directly jump
6987         into an Engraver::acknowledge_xxx () method based on a grobs
6988         interface-list.
6989
6990         * lily/include/translator-dispatch-list.hh (class
6991         Engraver_dispatch_list): new struct, new file.
6992
6993         * scm/define-context-properties.scm
6994         (all-internal-translation-properties): remove acceptHashTable,
6995         acknowledgeHashTable
6996
6997         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6998
6999         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7000         change acknowledgeHashTable to C++ member. 
7001
7002         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7003
7004 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7005
7006         * scm/display-lily.scm: new file. Define a `display-lily-music'
7007         function, that displays the music expression given as an argument,
7008         using LilyPond notation.
7009
7010         * scm/define-music-display-methods.scm: new file. Implementation
7011         of display methods for each music type.
7012
7013         * ly/music-functions-init.ly (displayLilyMusic): new function for
7014         displaying music with LilyPond notation.
7015
7016         * input/regression/display-lily-tests.ly: new regression test file
7017         for `display-lily-music'.
7018
7019         * scm/markup.scm: remove obsolete debugging code (for printing
7020         markups with LilyPond notation).
7021
7022         * scm/define-music-types.scm (music-name-to-property-table):
7023         * scm/clef.scm (supported-clefs): export, in order to be accessible
7024         from the (scm display-lily) module.
7025
7026 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7027
7028         * Documentation/topdocs/NEWS.tely (Top): Typo.
7029
7030 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7031
7032         * Documentation/index.html.in, Documentation/texinfo.css,
7033           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7034           Documentation/bibliography/index.html.in,
7035           Documentation/bibliography/html-long.bst: revert css-width patch,
7036           it does not work with IE6.
7037
7038 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7039
7040         * Documentation/texinfo.css: revert 760px hack. 
7041
7042         * VERSION: release 2.7.2
7043
7044         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7045
7046         * Documentation/user/basic-notation.itely (Barnumber check): add
7047         section.
7048
7049         * scm/music-functions.scm (skip-to-last): new function. Show only
7050         last showLastLength part of the \score.
7051
7052         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7053
7054         * python/convertrules.py (conv): add ly:x-moment rule
7055
7056         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7057
7058         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7059
7060         * Documentation/user/instrument-notation.itely (Flexibility in
7061         alignment): options in subsections.
7062
7063         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7064         syllable text. Instead, assume that the previous lyric text is a
7065         melismated text.
7066
7067         * Documentation/index.html.in: revert 800x600 change.
7068
7069 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7070
7071         * lily/main.cc (main): Remove invalid handle kludge.
7072
7073         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7074         (lambda): add gui define.
7075
7076 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7077
7078         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7079
7080         * Documentation/user/instrument-notation.itely (Musica ficta
7081         accidentals): add section Musica ficta accidentals
7082
7083         * lily/accidental-engraver.cc (make_suggested_accidental): new
7084         function.
7085         (make_standard_accidental): move into new function.
7086         (create_accidental): new function.
7087
7088         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7089         AccidentalSuggestion
7090
7091         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7092
7093         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7094         undefined.
7095
7096         * Documentation/user/global.itely (Page formatting): document
7097         horizontalshift.
7098
7099         * scm/page-layout.scm (default-page-music-height):
7100         horizontalshift: new variable, shift all systems by
7101         horizontalshift to the right, to make space for instrument names.
7102
7103         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7104
7105         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7106
7107 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7108
7109         * lily/note-column.cc (dir): idem.
7110
7111         * lily/spacing-spanner.cc (Module): idem.
7112
7113         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7114
7115         * lily/include/paper-column.hh (class Paper_column): add
7116         non-static get_rank() member.
7117
7118         * VERSION: release 2.7.1
7119         
7120         * scm/framework-null.scm: new file, used for benchmarking.
7121
7122 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7123
7124         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7125         version dependencies for fontforge and gs.
7126
7127         * Documentation/index.html.in, Documentation/texinfo.css,
7128         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7129         Documentation/bibliography/index.html.in, 
7130         Documentation/bibliography/html-long.bst: optimize width of
7131         html for a 800x600 screen (width:760), increases printability
7132         when 'fit to page' is not set and readability in wide screens.
7133
7134         * stepmake/bin/add-html-footer.py: add missing </p>.
7135
7136 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7137
7138         * scm/define-markup-commands.scm (beam): use polygon in beam
7139         command.
7140
7141         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7142         all acknowledged grobs, and do potentially expensive merge and
7143         write in one go.
7144
7145         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7146
7147         * configure.in (reloc_b): add --enable-static-gxx to statically
7148         link to libstdc++
7149
7150         * lily/GNUmakefile (static-gxx-libs): new target
7151         static-gxx-libs. Create symlink to libstdc++.a
7152
7153         * lily/new-lyric-combine-music-iterator.cc: rename to
7154         Lyric_combine_music_iterator
7155
7156         * lily/lyric-combine-music-iterator.cc
7157         (Old_lyric_combine_music_iterator): rename to
7158         Old_lyric_combine_music_iterator
7159
7160         * lily/*-engraver.cc (various): remove double use of
7161         PRECOMPUTED_VIRTUAL function: only use
7162         start_translation_timestep() and stop_translation_timestep(), not
7163         both.
7164
7165         * lily/break-substitution.cc (fast_substitute_grob_array): do
7166         fast_substitute_grob_array for all unordered grob_arrays.
7167         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7168         (substitute_grob_array): optimize.
7169
7170         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7171
7172         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7173
7174         * lily/parser.yy: revert $globalheader patch.
7175         
7176         * lily/include/translator.icc
7177         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7178         Translator methods, without _static helper.
7179  
7180         * lily/grob-smob.cc (derived_mark): rename from
7181         do_derived_mark(). Return void.
7182
7183         * scm/define-context-properties.scm
7184         (all-internal-translation-properties): remove tweakCount/tweakRank.
7185
7186         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7187         predefined break-visibilities.
7188
7189         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7190         booleans for break-visibility.
7191
7192         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7193
7194         * python/convertrules.py (conv): rule for Timing_translator. 
7195
7196         * lily/include/translator.icc: new file. 
7197
7198         * lily/paper-column-engraver.cc (process_music): new
7199         file. Separate Paper_column factory from Score_engraver.
7200
7201         * lily/vertically-spaced-context-engraver.cc: administer
7202         spaceable-staves property of System.
7203
7204         * lily/translator-group-ctors.cc: new file.
7205
7206         * lily/context-property.cc (make_grob_from_properties): construct
7207         the right Grob class programmatically, looking at the class entry
7208         for the meta property.
7209
7210         * lily/break-align-engraver.cc (stop_translation_timestep): call
7211         Break_align_interface::add_element() directly.
7212
7213         * lily/context.cc (measure_position): measure_position() is now a
7214         normal function.
7215
7216         * lily/include/translator.hh (class Translator): rename
7217         process_acknowledged_grobs() to process_acknowledged() and move to
7218         Translator.
7219
7220         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7221         field for each grob description.
7222
7223         * lily/include/translator-group.hh (class Translator_group):
7224         change to base class. Separate class from Translator. This gets
7225         rid of virtual inheritance for Engravers/Performers.
7226
7227         * lily/staff-performer.cc (class Staff_performer): derive
7228         Staff_performer from Performer, not Performer_group_performer 
7229
7230         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7231         new function.
7232         (precompute_method_bindings): new function. Precompute lists of
7233         Translators, so we only call methods (process_music,
7234         start_translation_timestep, etc.) for Translators needing
7235         it. Also: dispose of pointer-to-member-function calls.
7236
7237         * lily/engraver-group-engraver.cc: remove engraver_each,
7238         recurse_down_engravers ()
7239
7240         * lily/note-head.cc (internal_print): only call
7241         glyph-name-procedure if style != default. 
7242
7243 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7244
7245         * ly/titling-init.ly: add printallheaders option.
7246
7247         * Documentation/user/global.itely: document printallheaders.
7248
7249 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7250
7251         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7252         anymore, but do it centrally.  
7253
7254         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7255         hammer hack.
7256
7257         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7258
7259         * scm/output-lib.scm: remove hammer-print-function.
7260
7261         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7262         macro. Declare a Link_array<Grob> and fill it from a grob.
7263         (extract_item_set): idem for item.
7264
7265         * lily/break-substitution.cc: add header.
7266         (fast_substitute_grob_array): rewrite for Grob_arrays.
7267         (substitute_grob_array): idem.
7268
7269         * lily/group-interface.cc (add_thing): remove file.
7270
7271         * flower/include/parray.hh (class Link_array): slice() is const.
7272
7273         * lily/include/grob-array.hh: new file.
7274
7275         * lily/grob-array.cc (spanner): new file.
7276
7277         * lily/beam-quanting.cc (fill): read details property from beam.
7278
7279         * lily/beam.cc: support details property.
7280
7281         * total speedups below: approx 10%.
7282
7283         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7284
7285         * lily/include/grob.hh (class Grob): add interfaces_ member.
7286
7287         * lily/bezier.cc (init_polynomial_cache): new function: cache
7288         binom(3,j) t^j (1-t)^{3-j}
7289         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7290
7291         * lily/*.cc: substitution throughout.
7292
7293         * lily/grob-property.cc (internal_get_object): new routine.
7294         (internal_set_object): idem. Store grob refrences in separate
7295         alist. This saves processing time, since properties aren't
7296         break-substituted, and the per grob namespace is smaller, both for
7297         grobs and non-grob properties.
7298
7299         * scm/define-grob-properties.scm (all-internal-grob-properties):
7300         remove center-element.
7301
7302         * lily/grob.cc: remove tweak-count, tweak-rank.
7303
7304 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7305
7306         * Documentation/user/lilypond-book.itely: fixes example.
7307
7308 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7309
7310         * Documentation/user/global.itely (Creating titles):    
7311         * Documentation/user/examples.itely (All headers): change the
7312         place of \header in \score blocks (after music block) to make
7313         examples compile (cf. changes on parser.yy on 2005-07-10)
7314
7315 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7316
7317         * python/convertrules.py: add exc -> ecc rule.
7318
7319         * scripts/convert-ly.py: add location of convertrules.py
7320         in a comment.
7321
7322         * Documentation/user/changing-defaults.itely: fix language.
7323
7324 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7325
7326         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7327
7328 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7329
7330         * scm/output-socket.scm (grob-bbox): don't use inf? 
7331
7332         * flower/include/rational.hh: add operator bool() 
7333
7334         * scm/define-music-types.scm (music-descriptions): remove
7335         internal-class-name properties.
7336
7337         * lily/include/event.hh: remove file.
7338
7339         * lily/include/music-constructor.hh: remove file.
7340
7341         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7342         in 'types property.
7343
7344         * lily/music.cc (duration_length_callback): new function.
7345
7346         * lily/event.cc: remove file.
7347
7348         * lily/music-constructor.cc: remove file.
7349
7350         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7351
7352         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7353         (get_context_key): idem.
7354
7355         * scm/lily.scm (lambda): new option object-keys (default to #f)
7356
7357         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7358
7359         * scm/output-gnome.scm: remove beam routine.
7360
7361         * scm/output-ps.scm (scm): idem.
7362
7363         * scm/output-svg.scm: remove beam.
7364
7365         * ps/music-drawing-routines.ps: remove draw_beam.
7366
7367         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7368
7369         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7370         add scm_from_locale_string compatibility glue. 
7371
7372 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7373
7374         * scripts/lilypond-book.py: Prevent occuring error when
7375         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7376         times and target file shoud be overwritten.  (Error message said
7377         'input file and output file is same'.)
7378
7379 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7380
7381         * input/regression/slur-extreme.ly,
7382         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7383         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7384         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7385         "excentricity" to "eccentricity".
7386
7387         * Documentation/user/converters.itely: fix URL for Noteedit and
7388         Rosegarden.
7389
7390         * THANKS: added Yoshinobu Ishizaki.
7391
7392 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7393
7394         * scm/define-markup-commands.scm (justify-field): add. 
7395
7396         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7397
7398 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7399
7400         * lily/lookup.cc (filled_box): express filled_box with
7401         round_filled_box
7402
7403         * scm/midi.scm (paper-book-write-midis): new function. Write all
7404         performances in numbered MIDI files.
7405
7406         * lily/performance-scheme.cc (LY_DEFINE): new file.
7407         (LY_DEFINE): new function ly:performance-write.
7408
7409         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7410         new function.
7411         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7412
7413         * scm/framework-*.scm: use port arguments throughout.
7414
7415         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7416
7417         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7418
7419         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7420
7421         * scm/framework-texstr.scm (output-framework): 
7422
7423         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7424
7425         * scm/output-lib.scm (tablature-stem-attachment-function):
7426         tablature stem attachment fix. 
7427
7428 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7431
7432         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7433
7434         * scm/define-music-types.scm (music-descriptions): don't use
7435         Music_wrapper type.
7436
7437         * lily/paper-column.cc (print): print moment too.
7438
7439         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7440         remove compatibility cruft.
7441
7442         * lily/parser.yy (score_body): \score can only begin with Music. 
7443
7444         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7445         make-score. Take music argument only. Move parser interaction to
7446         Scheme.
7447
7448         * scm/lily-library.scm (scorify-music): new function.
7449
7450         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7451         (datadir): remove resource import.
7452         (print_environment): remove get_bbox()
7453         (cp_to_dir): remove pre 1.5.2 compat glue.
7454
7455 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7456
7457         * lily/include/simple-spacer.hh (Module): idem.
7458
7459         * lily/include/spring.hh (struct Spring): store inverse
7460         strength. This prevents division by zero.
7461
7462         * VERSION: release 2.7.0
7463         
7464         * lily/include/music.hh (class Music): remove Music::duration_log()
7465
7466         * lily/stem-engraver.cc (make_stem): take duration log from event.
7467
7468         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7469
7470 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7471
7472         * scm/lily.scm (ly:load): load autochange.scm
7473
7474         * Documentation/user/tutorial.itely (Running LilyPond for the
7475         first time): remove reference to DVI/TeX
7476
7477         * scm/define-markup-commands.scm (text): add \text markup command.
7478
7479         * configure.in (reloc_b): bump requirement to Python 2.2.
7480
7481         * lily/include/dots.hh (class Dots): make has_interface() static.
7482
7483         * python/convertrules.py (conv): add rule for ly:grob-default-font
7484
7485         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7486         alphabetical order.
7487
7488         * input/regression/trill-spanner-pitched.ly: new file.
7489
7490         * lily/font-interface-scheme.cc (LY_DEFINE): function
7491         ly:grob-default-font (changed from get-default-font).
7492
7493         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7494
7495         * lily/note-head.cc (internal_print): if style is not a symbol,
7496         set style to 'default. 
7497         (internal_print): no style suffix if glyph-name-procedure not
7498         set. Default to quarter head.
7499
7500         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7501
7502         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7503
7504         * ly/music-functions-init.ly: \pitchedTrill
7505
7506         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7507
7508         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7509
7510         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7511
7512         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7513
7514         * po/fr.po: update
7515
7516         * po/de.po: update.
7517
7518 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7519
7520         * Documentation/user/changing-defaults.itely: add link
7521         to grob-iterface.
7522
7523         * Documentation/user/advanced-notation.itely: add material
7524         to Setting automatic beam behaviour.  Thanks, Joe!
7525
7526         * Documentation/user/lilypond.itely: change encoding to utf-8.
7527
7528 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7529
7530         * Documentation/user/advanced-notation.itely (Setting automatic
7531         beam behavior): Correct the documentation of
7532         revert-auto-beam-setting (backportme)
7533
7534 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7535
7536         * lily/ly-module.cc (ly_make_anonymous_module): define
7537         %module-public-interface of module. 
7538
7539         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7540         without lexer.
7541
7542 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7543
7544         * input/regression/fret-diagrams.ly: stretch example.
7545
7546 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7547
7548         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7549         Fodor).
7550
7551 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7552
7553         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7554
7555         * Documentation/user/examples.itely, lilypond-book.itely:
7556         change \RequirePackage to \usepackage.
7557
7558         * Documentation/user/global.itely: document copyright and tagline.
7559
7560 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7561
7562         * Documentation/user/basic-notation.itely (Transpose): remove link
7563         to nonexistent UntransposableMusic.
7564
7565         * scm/output-svg.scm: remove old definitions.
7566
7567         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7568         invoking.
7569
7570         * python/lilylib.py (search_exe_path): new function.
7571
7572 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7573
7574         * python/lilylib.py (mkdir_p): remove setup_environment()
7575         (backportme)
7576
7577         * buildscripts/mutopia-index.py (headertext): trim text.
7578
7579         * Documentation/topdocs/NEWS.tely (Top): refresh.
7580
7581         * scm/define-markup-commands.scm (wordwrap-string): new function:
7582         split string in paras and words.
7583         (wordwrap-markups): new function.
7584         (wordwrap-stencils): new function. 
7585         (justify): use it.
7586         (wordwrap): use it.
7587         (wordwrap-string): use it
7588         (justify-string): use it.
7589
7590         * scm/lily-library.scm (regexp-split): new function.
7591
7592         * scm/define-markup-commands.scm: remove encoded-simple. 
7593         remove font-markup.
7594         (fontsize): remove old version  of fontsize.
7595         (wordwrap): new markup function. Wrap into paragraphs.
7596
7597         * VERSION: Branch lilypond_2_6
7598         (MINOR_VERSION): go to 2.7.0
7599
7600 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7601
7602         * po/zh_TW.po: update from translation project.
7603
7604 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7605
7606         * scm/midi.scm: compile fix.
7607
7608 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7609
7610         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7611         patch. Now, the tempfile module is loaded too, not only used.
7612
7613 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7614
7615         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7616         0.05 - 1.00 to 0.25 - 1.00
7617
7618         * scm/midi.scm: moved the default-instrument-equalizer procedure
7619         to just under the insturment-equalizer-alist it takes as an
7620         argument.
7621
7622 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7623
7624         * Documentation/user/advanced-notation.itely (Font selection):
7625         remove CMR note.
7626
7627         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7628
7629 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7630
7631         * THANKS: Add UTF-8 marker.
7632
7633         * Documentation/user/point-and-click.itely (http): Update: use
7634         lilypond-invoke-editor.  Fix: instruct to use user.js.
7635
7636 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7637
7638         * ly/titling-init.ly: implements printpagenumber, increases
7639         space between dedication and title (to avoid collisions with
7640         "g" and "q" in dedication), and nicer logic about copyright
7641         and instrument fields being printed on the first page.
7642         Thanks Vincent!
7643
7644         * Documentation/user/global.itely: document printpagenumber.
7645
7646 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7647
7648         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7649
7650 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7651
7652         * THANKS: update to 2.6
7653
7654         * VERSION: 2.6.0 released.
7655
7656 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7657
7658         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7659         rule, errorneously removed probably because of misleading comment.
7660
7661 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7662
7663         * python/lilylib.py (datadir): py2exe comments.
7664
7665         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7666
7667         * configure.in (reloc_b): make fontconfig REQUIRED.
7668
7669 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7670
7671         * po/fi.po: add latest translations.
7672
7673 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7674
7675         * ChangeLog: recode utf-8
7676
7677         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7678         logo.
7679
7680         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7681
7682         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7683
7684         * python/convertrules.py (do_conversion): don't print program_name
7685         from within a module
7686
7687         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7688
7689         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7690
7691 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7692
7693         * Documentation/user/lilypond-book.itely,
7694         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7695
7696         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7697         fixes baseline-skip.  Thanks Vincent!
7698
7699         * Documentation/user/advanced-notation.itely, global.itely:
7700         moved "Selecting font sizes" to global, since it deals with
7701         notation font size, not text fonts.
7702
7703 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7704
7705         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7706         to fonts.
7707
7708 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7709
7710         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7711         workaround since /dev/stdin doesn't work on Cygwin. Using a
7712         temporary file in the current directory since latex doesn't
7713         understand the path name to the default TMP in Cygwin (at least on
7714         win XP).
7715         
7716         * Documentation/user/global.itely (Creating titles): Correct
7717         misprint in example. Thanks to Rob Vlasaty.
7718
7719 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7720
7721         * VERSION (PATCH_LEVEL): release 2.5.32
7722
7723         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7724         variable in lily module
7725
7726         * scm/framework-ps.scm (output-classic-framework): error message
7727         regarding the classic framework.
7728
7729         * Documentation/user/henle-flat-gray.png (Module): new file.
7730
7731         * Documentation/user/baer-flat-gray.png (Module): new file.
7732
7733         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7734         whiteout for markups.
7735
7736         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7737         regex too. This fixes change clef appearance in PDF. 
7738
7739         * ttftool/include/*: remove.
7740
7741         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7742
7743         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7744
7745         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7746
7747         * ttftool/*: remove ttftool subdirectory.
7748
7749         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7750
7751         * lily/ttf.cc (print_header): new file. Convert to type42, using
7752         FreeType to parse the TTF. 
7753
7754         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7755         and post table may differ. Pass around post_nglyphs as well.
7756
7757 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7758
7759         * ly/music-functions-init.ly (musicMap): new music function
7760         musicMap. 
7761         
7762 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7763
7764         * make/mutopia-rules.make: anti-alias-factor = 2
7765
7766         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7767         page switch.
7768
7769         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7770         anti-alias-factor for lilypond-book runs.
7771
7772         * scm/ps-to-png.scm (scale-down-image): new function.
7773         (my-system): new function.
7774         (make-ps-images): blow up GS resolution by anti-alias-factor,
7775         scale down image by anti-alias-factor.  This improves appearance
7776         of bitmaps
7777         (make-ps-images): remove showpage. Fixes spurious empty png at
7778         end.
7779
7780         * scm/framework-ps.scm (write-preamble): downcase filename before
7781         string-matching. Should fix .TTF files (as opposed to ttf files)  
7782
7783         * Documentation/user/tutorial.itely (Running LilyPond for the
7784         first time): separate subsections for windows, macos and unix.  
7785
7786         * Documentation/user/invoking.itely (Updating files with
7787         convert-ly): add MacOS X note.
7788
7789 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7790
7791         * Documentation/user/introduction.itely (Engraving): don't include
7792         file optical-spacing, add directly.
7793
7794         * lily/paper-outputter.cc (file): open file in binary mode. This
7795         fixes OTF embedding on windows.
7796
7797 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7798
7799         * scm/framework-ps.scm (write-preamble): remove debugging output.
7800
7801         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7802
7803         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7804         outdir.
7805         (install-fc-cache): install font cache in installation directories.
7806
7807 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7808
7809         * scm/editor.scm (editor-command-template-alist): Use char iso
7810         column, except for Emacs.
7811         (get-editor-command): Substitute char too (Bertalan Fodor).
7812
7813 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7814
7815         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7816         quoted ~s.  This should fix PNG output on Windows; single quotes
7817         are regular characters on Windows.
7818
7819 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7820
7821         * Documentation/user/basic-notation.itely: include ChoirStaff
7822         in System start delimiters.
7823
7824         * Documentation/user/putting.itely: new doc section on
7825         fixing overlapping notation.
7826
7827 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7828
7829         * Documentation/user/global.itely (Paper size): \paper is in
7830         \book, not \score.
7831
7832         * make/mutopia-rules.make: -ddelete-intermediate-files
7833
7834         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7835
7836 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7837
7838         * ChangeLog: Recode utf-8.
7839
7840         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7841         datadir with .py modules.
7842
7843 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7844
7845         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7846
7847 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7848
7849         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7850         
7851         * scm/framework-ps.scm (write-preamble): remove status check.
7852
7853         * Documentation/user/invoking.itely (Updating files with
7854         convert-ly): remove -o option.
7855
7856         * VERSION (PACKAGE_NAME): release 2.5.31
7857
7858         * scm/framework-ps.scm (write-preamble): use ly:system.
7859         (write-preamble): verbosity.
7860
7861         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7862
7863         * python/convertrules.py: new file. Store conversion rules
7864         separately.
7865
7866 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7867
7868         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7869
7870 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7871
7872         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7873         \musicDisplay 
7874
7875         * Documentation/user/instrument-notation.itely (More stanzas): Add
7876         reference to StanzaNumber.
7877
7878 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7879
7880         * THANKS: separate section for website translators.
7881
7882 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7883
7884         * Documentation/topdocs/INSTALL.texi: update vim info;
7885         thanks Simon Bailey!
7886
7887         * Documentation/user/advanced-notation.itely: included
7888         color names.
7889
7890         * Documentation/user/advanced-notation.itely,
7891         Documentation/usr/notation-appendices.itely: moved
7892         color names into an appendix.
7893
7894 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7895         
7896         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7897
7898         * scm/lily.scm (lambda): initialize program options from here.
7899
7900         * scm/framework-*.scm: add header info.
7901
7902         * lily/main.cc (parse_argv): only set output format to pdf if no
7903         other format specified.
7904
7905         * scm/backend-library.scm (postprocess-output): process
7906         'delete-intermediate-files after running convert-to-*. This fixes
7907         PNG generation when 'delete-intermediate-files is set.
7908         
7909 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7910
7911         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7912         links on website. 
7913
7914 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7915
7916         * Documentation/topdocs/INSTALL.texi,
7917         Documentation/user/lilypond-book.itely: typos.
7918
7919 2005-06-12  Pal Benko  <benkop@freestart.hu>
7920
7921         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7922         added between program name and switch; -b changed to -f not
7923         to generate pdf
7924
7925 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7926
7927         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7928         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7929
7930         * input/sakura-sakura.ly: add \midi.
7931
7932         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7933         iso. python find. 
7934
7935         * ttftool/test.c (main): cosmetics.
7936
7937         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7938
7939         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7940         create a ttf2ps binary.
7941
7942         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7943
7944         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7945         true.
7946
7947 2005-06-11  Graham Percival <gperlist@shaw.ca>
7948
7949         * Documentation/user/lilypond-book.itely: add warning about
7950         the font warnings in dvips.
7951
7952 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * THANKS: typo
7955
7956         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7957
7958         * GNUmakefile.in: remove links for .map, .enc
7959         don't fail if out/ doesn't exist yet.
7960
7961 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7962
7963         * ttftool/util.c (surely_read): return nbytes
7964
7965         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7966
7967         * VERSION (PACKAGE_NAME): release 2.5.30
7968
7969         * flower/string-convert.cc (precision_string): >? fix.
7970
7971         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7972         (make-ps-images): add verbose -q too.
7973
7974         * lily/default-actions.cc (Module): new file. default
7975         {book,score}-print functions.
7976
7977         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7978         pass results via parseStringResult, lookup via ly:parser-lookup.  
7979
7980         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7981         constructors.
7982         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7983         (parse_string): idem.
7984
7985         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7986
7987         * lily/main.cc (main_with_guile): copy be_verbose_global into
7988         ly_set_option()
7989
7990 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7991
7992         * scm/backend-library.scm (postscript->pdf):
7993         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7994         verbose mode.  Search for several names of gs executable.
7995
7996 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7997
7998         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7999         directly. This fixes a massive memory leak, provided you use CVS
8000         GUILE.
8001
8002 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8003
8004         * ly/property-init.ly: Added tieDashed.
8005
8006         * THANKS: Added some bughunters for 2.5.
8007
8008 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8009
8010         * lily/program-option.cc: add debug-gc option.
8011
8012         * lily/include/lily-guile-macros.hh: don't protect exported module
8013         objects.
8014
8015         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8016
8017         * scm/backend-library.scm (postscript->pdf): use
8018         delete-intermediate-files iso. running-from-gui? 
8019
8020         * ttftool/util.c (surely_read): robustness. Allow read() to return
8021         less bytes than requested, as per posix standards.
8022
8023         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8024         program option.
8025
8026         * ttftool/include/ttftool.h ("C"): rename verbosity to
8027         ttf_verbosity. Add to public interface.
8028
8029         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8030
8031         * lily/program-option.cc: rename from scm-option.cc
8032
8033         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8034         (get_help_string): Print pretty help string.
8035
8036         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8037         to snippet preamble.
8038
8039         * lily/scm-option.cc: remove command-line-settings option. Fold
8040         all command-line options plus default settings in a generic
8041         interface. 
8042
8043         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8044         texts too.
8045
8046 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8047
8048         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8049         or EXT_ components non-empty.
8050
8051 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8052
8053         * scm/lily.scm (running-from-gui?): Export.
8054
8055         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8056         output in .ly source directory.
8057
8058 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8059
8060         * ttftool/util.c (surely_lseek): more verbosity.
8061
8062         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8063         compile.
8064
8065         * lily/parser.yy (Repeated_music): remove >? 
8066
8067         * scm/backend-library.scm (postscript->pdf): Support for
8068         -dgs-font-load=1
8069
8070         * scm/framework-ps.scm (write-preamble): make font loading
8071         switchable to GS via --define-default gs-font-load=1
8072
8073 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8074
8075         * Documentation/user/global.itely: added \layout docs.
8076
8077 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8078
8079         * lily/lily-parser-scheme.cc: add unistd.h
8080
8081 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8082
8083         * scm/editor.scm: add char argument.
8084
8085         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8086
8087         * ttftool/util.c (syserror): use errno for better error reporting.
8088
8089         * lily/source-file.cc (get_counts): new function. Calc column,
8090         line and char count in one go.
8091
8092         * lily/binary-source-file.cc (quote_input): rename to quote_input
8093
8094         * lily/input.cc (set): new function.
8095
8096 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8097
8098         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8099         directory part of file name to search directory.
8100
8101         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8102         search path and chdir to DIR if --outname=DIR used.
8103
8104         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8105         existence before appending original path.
8106
8107 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8108
8109         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8110         file" massage.
8111
8112         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8113         texinfo.tex is always used.
8114         
8115 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8116
8117         * flower/include/axis.hh: rename from axes.hh
8118
8119         * lily/include/text-interface.hh (Module): rename from text-item.hh
8120
8121         * VERSION (PATCH_LEVEL): release 2.5.29
8122
8123         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8124
8125         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8126         (handle-macfont): new function. Call fondu for Native mac fonts.
8127
8128         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8129         '() case.
8130
8131 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8132
8133         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8134         multi-page.  Fix .eps regular expression.
8135
8136 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8137
8138         * Documentation/user/putting.itely: add info on modifying templates.
8139
8140         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8141         misc small changes.
8142
8143 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8144
8145         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8146
8147         * scripts/lilypond-ps2png.scm
8148
8149         * VERSION (PACKAGE_NAME): release 2.5.28
8150
8151 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8152
8153         * lily/main.cc (prepend_env_path): Do not append /, that does not
8154         work.  Localedir lives in datadir, not in prefix.
8155
8156         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8157         hack for windows.
8158
8159         * flower/include/file-cookie.hh: Compile fix.
8160
8161 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8162
8163         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8164
8165         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8166         system primitives.
8167         (gulp-port): using read-string!/partial. We don't want to read an
8168         entire PS file  (GUILE 1.6 limits strings to 16M) 
8169
8170         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8171         properties. Add font-interface. 
8172
8173         * scm/define-grob-properties.scm (all-user-grob-properties):
8174         remove old bracket properties.
8175
8176         * scm/x11-color.scm: reformat. 
8177
8178         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8179         LedgerLineSpanner if new StaffSymbol is found. 
8180
8181         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8182         staff-symbol for finishing staff. 
8183
8184         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8185
8186         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8187         change black to currentColor everywhere. This fixes color support
8188         in SVG.
8189
8190 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8191
8192         * input/regression/fret-diagrams.ly: new file to test fret diagram
8193         capability
8194
8195         * scm/output-tex.scm: remove white-dot and white-text
8196
8197         * scm/output-ps.scm: remove white-dot and white-text
8198
8199         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8200         using ly:stencil-in-color instead
8201         (draw-dots) : remove call to white-dot
8202
8203 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8204
8205         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8206         support.
8207
8208         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8209
8210         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8211
8212         * flower/file-cookie.cc: new file. lily_cookie extension.
8213         
8214 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8215
8216         * scm/editor.scm (editor-command-template-alist): Add syn
8217         editor (Jaap [de Vos]).
8218
8219 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8220
8221         * scripts/lilypond-ps2png.scm:
8222         * scm/ps-to-png.scm: New file.
8223
8224         * scm/backend-library.scm (postscript->png): Use it.
8225
8226         * scripts/lilypond-ps-to-png.py: Remove file.
8227
8228         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8229
8230 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8231
8232         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8233
8234         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8235         start on grace moment. Fixes autobeam-grace.ly.
8236
8237         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8238         process anything unless we're at the end of a pending beam. Fixes
8239         syncopated 8ths beamed across a beat.
8240
8241 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8242
8243         * scm/editor.scm (editor-command-template-alist): Start emacs if
8244         emacslient fails.
8245
8246         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8247
8248         * flower/file-path.cc (is_file, is_dir): Export.
8249
8250         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8251
8252 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8253
8254         * lily/easy-notation.cc: Added include cctype to correct
8255         compilation error.
8256
8257 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8258
8259         * scm/backend-library.scm (postscript->pdf): set resolution to
8260         1200, so bitmap fonts aren't that ugly. 
8261
8262         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8263
8264         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8265         parent if we have a notehead. Fixes incorrect offsets when
8266         Paper_column is very wide in the X direction.
8267
8268         * input/regression/font-family-override.ly (Module): new file.
8269
8270         * scm/font.scm (make-pango-font-tree): new function.
8271
8272         * lily/beam.cc (before_line_breaking): remove warning about less
8273         than 2 visible stems. We still get a warning when there is only
8274         one stem.
8275
8276 2005-06-01  Werner Lemberg  <wl@gnu.org>
8277
8278         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8279         correctly.
8280
8281 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8282
8283         * lily/slur-scoring.cc (generate_avoid_offsets): new
8284         function. Generate avoid offsets once per slur.
8285
8286         * lily/slur.cc (add_extra_encompass): add dependency to
8287         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8288
8289         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8290         too. Fixes inf error with added bass notes.
8291
8292         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8293         argument anymore.
8294
8295         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8296
8297         * input/tutorial/lbook-latex-test.tex: add line length test.
8298
8299         * scripts/lilypond-book.py (set_default_options): new
8300         function. Call this before dissecting snippets, so linewidth
8301         settings reach the snippets.
8302
8303 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8304
8305         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8306
8307 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8308
8309         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8310
8311 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8312
8313         * stepmake/aclocal.m4: More autopackage friendliness.
8314
8315 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8316
8317         * Documentation/index.html.in: remove link to LSR.
8318
8319         * Documentation/user/global.itely: remove duplicate
8320         "dedication" \header{} section.
8321
8322 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8323
8324         * VERSION (PACKAGE_NAME): release 2.5.27.
8325
8326         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8327         too. Plugs memory leak.
8328
8329         * make/lilypond.fedora.spec.in (Group): remove
8330         lilypond-pdfpc-helper.
8331
8332         * scripts/GNUmakefile (SEXECUTABLES): remove
8333         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8334
8335         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8336         'typewriter family.
8337
8338         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8339         memory leak.
8340
8341         * lily/parser.yy (score_body): don't clone Score, that's done in
8342         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8343
8344         * lily/score-engraver.cc (derived_mark): new function.
8345         (initialize): unprotect Paper_score. This fixes a memory leak.
8346
8347         * lily/score-performer.cc (derived_mark): new function.
8348
8349         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8350
8351         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8352         spurious warning.
8353
8354         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8355         serif.
8356
8357 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8358
8359         * configure.in (reloc_b): Add --enable-relocation.
8360
8361 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8362
8363         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8364
8365         * input/regression/alignment-order.ly: add Staff example.
8366
8367 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8368
8369         * po/fr.po: update.
8370
8371 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8372
8373         * Documentation/index.html.in: add link to LSR.
8374
8375 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8376
8377         * scm/define-stencil-commands.scm (Module): new file. Register all
8378         allowed stencil expression heads in a central place.
8379
8380         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8381         ly:make-stencil
8382
8383         * lily/stencil-expression.cc (all_stencil_heads): registering
8384         stencil expressions.
8385
8386         * lily/stencil-interpret.cc: new file. Stencil expression
8387         interpreting.
8388
8389         * input/xiao-haizi-guai-guai.ly: move file back.
8390
8391 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8392
8393         * Documentation/user/advanced.itely, converters.itely,
8394         instrument-notation.itely, lilypond-book.itely: misc small
8395         changes.
8396
8397 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8398
8399         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8400
8401         * make/lilypond.fedora.spec.in: Fix source url.
8402
8403         * cygwin: Update from mingw patches.
8404
8405         * scm/editor.scm (editor-command-template-alist): Use jedit
8406         -reuseview (Bertalan), add uedit (Patrick Huberts).
8407
8408         * input/xiao-hai-zi-guai-guai.ly: Rename from
8409         xiao-haizi-guai-guai.ly.
8410
8411         * input/*: Reindent, do not use TAB.
8412
8413         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8414         white background.
8415
8416 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8419         numerical overflow error.
8420
8421 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8422         
8423         * abc2ly.py: fix to syntax error in multi-part output.
8424
8425 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8426
8427         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8428         with disappearing span bars when alignAboveContext is active
8429
8430         * lily/property-iterator.cc (check_grob): use is-grob?
8431         object-property. Fixes crash-key-sig-font-size.ly. 
8432
8433 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8434
8435         * lily/bar-line.cc (print): don't round barlines; this produces
8436         odd aliasing effects in Acroread.
8437
8438         * lily/timing-engraver.cc (process_music): robustness fix.
8439
8440         * lily/context-def.cc (filter_engravers): bugfix.
8441
8442 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8443
8444         * lily/lilypond.rc.in: Add ly-icon.
8445
8446         * lily/GNUmakefile: 
8447         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8448         rules.
8449
8450 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8451
8452         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8453
8454         * ps/music-drawing-routines.ps: 
8455
8456         * scm/output-ps.scm: remove draw ez_ball.
8457
8458         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8459         EasyNotation context definition.
8460
8461         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8462         Text_interface and color for making easy note heads.
8463
8464         * lily/stencil.cc (with_color): new function.
8465
8466         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8467
8468         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8469         output routine. Zigzag now works in SVG too.
8470
8471         * scm/output-tex.scm (filledbox): idem.
8472
8473         * scm/output-svg.scm (filledbox): idem.
8474
8475         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8476
8477         * lily/lookup.cc (horizontal_line): use draw-line. 
8478
8479         * lily/system-start-delimiter.cc: remove old staff bracket code.
8480
8481         * mf/feta-haak.mf: further tweaks.
8482
8483         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8484
8485         * mf/feta-generic.mf: include feta-haak.
8486
8487         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8488
8489         * scm/framework-ps.scm (write-preamble): only load fonts if their
8490         filename is a string. 
8491
8492 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8493
8494         * scm/output-svg.scm (circle): support circle.
8495         (bracket): stub for bracket.
8496
8497         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8498         correct.
8499
8500 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8501
8502         * Documentation/user/lilypond.tely, advanced-notation.itely,
8503         basic-notation.itely, instrument-notation.itely, global.itely,
8504         introduction.itely, tutorial.itely: rearranging, editing,
8505         clean-up.
8506
8507         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8508         for compiling on FreeBSD.
8509
8510 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8511
8512         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8513         otf files.
8514
8515         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8516         bugfixes.
8517
8518         * VERSION: 2.5.26 released.
8519
8520         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8521
8522 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8523
8524         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8525         if printpagenumber is false.
8526
8527 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8528
8529         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8530         cache warning.
8531
8532         * lily/tie.cc (print): support dotted ties.
8533         
8534 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8535
8536         * scm/define-grobs.scm (all-grob-descriptions): switch off
8537         debugging
8538         (all-grob-descriptions): Arpeggio has Y-extent.
8539
8540         * scm/define-music-properties.scm (all-music-properties): document
8541         length-callback and start-callback as "read-only".
8542
8543         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8544         length-callback after creation. 
8545
8546         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8547         compressmusic -> compressMusic.
8548
8549         * ly/music-functions-init.ly (oldaddlyrics): idem.
8550
8551         * lily/parser.yy: NewLyricCombineMusic ->
8552         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8553
8554 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8555
8556         * ly/Welcome_to_LilyPond.ly: typo.
8557
8558 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8559
8560         * Documentation/user/lilypond.tely: move changing-defaults to be
8561         before global issues.
8562
8563         * Documentation/user/basic-notation.itely: move Transpose section
8564         here from advanced/Other.
8565
8566         * Documentation/user/changing-defaults.itely,
8567         advanced-notation.itely: move Fonts to advanced, edit.
8568
8569 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8570
8571         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8572         # before negative integers.
8573
8574 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8575
8576         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8577
8578         * Documentation/user/lilypond.tely: change Unified index to
8579         LilyPond index.
8580
8581         * Documentation/user/advanced-notation.itely,
8582         instrument-notation.itely: editing.
8583
8584 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8585
8586         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8587
8588         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8589
8590 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8593         ly:port-move.  Needs to be stderr-specific on mingw.
8594         Run fixcc.
8595
8596 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8597
8598         * lily/general-scheme.cc (ly:port-move): Remove.
8599
8600         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8601         windows.
8602
8603         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8604         variables.  This eliminates the need for a gs.bat wrapper, which
8605         opens a console.
8606
8607         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8608         * scm/lily.scm (running-from-gui?): 
8609         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8610         artifact of not compiling with -mwindows.
8611
8612         * scm/editor.scm: Define PLATFORM.
8613
8614 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8615
8616         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8617         can start to cut & paste lilypond-book fragments.  
8618
8619         * scm/define-music-types.scm (music-descriptions): remove
8620         UntransposableMusic
8621
8622 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8623
8624         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8625
8626 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8627
8628         * Documentation/user/instrument-notation.itely: remove *Engraver.
8629
8630         * Documentation/user/advanced-notation.itely: edit, rearrange.
8631
8632 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8633
8634         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8635         findresource iso. findfont for CID CFF fonts.
8636
8637         * VERSION (PACKAGE_NAME): release 2.5.25
8638
8639         * ly/Welcome_to_LilyPond.ly: add  \version
8640
8641 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8642
8643         * Documentation/user/programming-interface.itely: move
8644         \displayMusic into its own section.
8645
8646         * Documentation/user/basic-notation.itely: finish editing.
8647
8648 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8649
8650         * flower/file-path.cc (find): don't throw away file_name.dir, but
8651         append to it. Fixes \include with directories.
8652
8653         * flower/include/file-path.hh (class File_path): don't derive from
8654         Array<String>.
8655
8656         * flower/include/file-name.hh (class File_name): remove to_str0()
8657
8658         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8659         Hara_kiri_engraver in separate file.
8660
8661         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8662         translation went wrong. Fixes vertically translated slurs.
8663
8664 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8665
8666         * Documentation/user/basic-notaton.itely: editing.
8667
8668 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8669
8670         * Documentation/user/macros.itexi, basic-notation.itely:
8671         add @commonprop (commonly used properties) macro.
8672
8673 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8674
8675         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8676
8677         * scripts/lilypond-book.py (invokes_lilypond): new function
8678         (main): only run fontextract if invokes_lilypond() is true.
8679
8680         * lily/function-documentation.cc (ly_add_function_documentation):
8681         duh, use !=
8682
8683         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8684
8685         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8686
8687         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8688
8689         * lily/function-documentation.cc (ly_add_function_documentation):
8690         use scm_hash_table_p() for checking.
8691
8692 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8693
8694         * Documentation/user/advanced-notation.itely (Text scripts):
8695         Change nonexisting @internalsref{Text markup} to @ref{Text
8696         markup}.  Change @internalsref{Text script} to
8697         @internalsref{TextScript}.
8698
8699         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8700
8701 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8702
8703         * Documentation/user/tutorial.itely, basic-notation.itely,
8704         changing-defaults.itely: remove duplicate cindex entries
8705         that appear on the same page.
8706
8707         * scm/define-grobs.scm: change default padding for TextSpanner.
8708
8709         * Documentation/topdocs/AUTHORS.texi: update email address.
8710
8711         * Documentation/user/global.itely: add info about \include.
8712
8713 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8714
8715         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8716         when running-from-gui.
8717
8718         * scm/editor.scm (get-editor): Add platform defaults.
8719
8720         * scm/backend-library.scm (postscript->pdf): Typo.
8721
8722 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8723
8724         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8725
8726         * lily/font-config.cc (init_fontconfig): add warning about cache.
8727
8728 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8729
8730         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8731
8732 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8733
8734         * lily/horizontal-bracket.cc (print): Take care of the direction
8735         property so brackets above the stave point downwards. 
8736
8737         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8738         for HorizontalBracket so it doesn't end up within the stave.
8739
8740 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8741
8742         * lily/GNUmakefile (default): Typo.
8743
8744         * scm/lily.scm (PLATFORM): Export.
8745
8746         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8747         load-font-via-GS, ttftool or fopencookie is broken on windows.
8748         
8749         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8750         -dSAFER, that is broken on windows.
8751
8752 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8753
8754         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8755         for FlexLexer.h
8756
8757         * scripts/lilypond-invoke-editor.scm: remove stray -
8758
8759 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8760
8761         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8762         Fixes deprecation warning.
8763
8764         * flower/include/string.icc (to_string): Only inline if
8765         -DSTRING_UTILS_INLINED.
8766
8767         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8768         name.  Remove windows comment.
8769
8770         * scm/editor.scm (slashify): New function.
8771         (get-editor-command): Use it.
8772         (get-command-template): Do not alter editor command if
8773         environment value includes `%(file)s' magic.
8774
8775         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8776         (dissect-uri): Use it.
8777         (unquote-uri): Bugfix.
8778
8779 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8780
8781         * scm/framework-ps.scm (write-preamble): add TTF rule.
8782
8783         * Documentation/topdocs/README.texi (Top): remove note about
8784         xdelta.
8785
8786         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8787         requirement.
8788
8789         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8790         function. Figure out where FlexLexer.h lives
8791
8792         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8793         
8794 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8795
8796         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8797         with Windows root in file name.
8798
8799         * scm/backend-library.scm (ly:system): Only redirect output (using
8800         system and shell, ugh) if /dev/null is writable.
8801
8802         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8803         windows icon.
8804
8805         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8806         on Mingw.
8807
8808         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8809         click.
8810
8811         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8812         use result of stat when available.
8813
8814         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8815         absolute file name and root.
8816
8817         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8818
8819         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8820
8821         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8822         slashes in file name.
8823
8824 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8825
8826         * Documentation/user/preface.itely (Preface): Run
8827         texinfo-all-menus-update.
8828
8829         * scm/editor.scm (get-editor-command): Bugfix: allow full
8830         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8831
8832         * Documentation/pictures/lilypond-48.xpm: New file.
8833
8834         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8835
8836         * ly/Welcome_to_LilyPond.ly: New file.
8837
8838         * lily/main.cc (main): Only identify if we have a terminal.
8839
8840         * scm/backend-library.scm (postscript->png)
8841         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8842         non-/bin/sh).
8843
8844 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8845
8846         * Documentation/topdocs/AUTHORS.texi: polish, update.
8847
8848 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8849
8850         * Documentation/user/preface.itely (Notes for version 2.6): new
8851         notes for 2.6
8852
8853         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8854         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8855         is not fully contained" warnings.
8856
8857         * lily/slur-scoring.cc (get_bound_info): remove warning.
8858
8859         * lily/staff-symbol-engraver.cc (process_music): start initial
8860         spanner in process_music(). This fixes overrides of StaffSymbol
8861         properties.
8862
8863         * scm/framework-pdf.scm (Module): remove.
8864
8865         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8866
8867         * lily/ambitus-engraver.cc: formatting cleanups.
8868
8869         * mf/feta-solfa.mf (Module): remove.
8870
8871         * ChangeLog: more details about contributions.
8872
8873 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8874
8875         * lily/align-interface.cc (align_elements_to_extents): warn if
8876         called too early. Fixes: disappearing-staff-lines.ly
8877
8878         * VERSION (PACKAGE_NAME): release 2.5.24
8879
8880 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8881
8882         * stepmake/aclocal.m4: Typo.
8883
8884         * flower/string.cc (substitute): Take two strings or two
8885         characters.  Update callers.
8886
8887 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8888
8889         * flower/file-name.cc (File_name): Slashify.
8890
8891         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8892
8893         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8894
8895         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8896
8897         * configure.in (gui_b): Use it.
8898
8899         * lily/lilypond.rc.in: New file.
8900
8901         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8902
8903 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8904
8905         * Documentation/user/advanced-notation.itely: edit of Text
8906         section; clarify text scripts vs. text markup.
8907
8908 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8909
8910         * lily/multi-measure-rest-engraver.cc
8911         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8912         separation items on start. Fixes mm rests in start of score.
8913
8914         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8915         don't access StaffSymbol if not there.
8916         Fixes: crash-staff-symbol-engraver.ly.
8917
8918         * lily/instrument-name-engraver.cc (class
8919         Instrument_name_engraver): data member first_. Create
8920         InstrumentName on start. 
8921
8922 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8923
8924         * Documentation/user/instrument-notation.itely: add guitar
8925         position.
8926
8927         * Documentation/user/introduction.itely,
8928         Documentation/user/lilypond.tely,
8929         Documentation/user/tutorial.itely: begin pruning
8930         unused (duplicated) cindex entries and misc cleanup.
8931
8932 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8933
8934         * input/test/volta-chord-names.ly: Bring the explanation up to
8935         date.
8936
8937 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8940         Specify `@documentencoding utf-8' for html, ignore warnings.
8941
8942 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8943
8944         * THANKS: Added bughunters.
8945
8946 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8947
8948         * lily/main.cc: update help string for `lilypond -H'.
8949
8950         * po/fi.po: update.
8951         
8952 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8953
8954         * Documentation/user/advanced-notation.itely: minor fixes.
8955
8956 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8957
8958         * scm/editor.scm: New module.
8959
8960         * scm/lily.scm (gui-main): Use it.
8961
8962         * scm/framework-gnome.scm (spawn-editor): Use it.
8963
8964         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8965
8966 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8967
8968         * scm/framework-ps.scm (load-font-via-GS):  new function.
8969
8970         * lily/pango-font.cc (pango_item_string_stencil): add support for
8971         CID keyed font.
8972
8973         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8974
8975 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8976
8977         * Documentation/user/basic-notation.itely: add @ref.
8978
8979         * Documentation/user/advanced-notation.itely: add example
8980         of 5/8 beaming.
8981
8982 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8983
8984         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8985
8986         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8987         going through ps2pdf wrappers.
8988
8989 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8990
8991         * Documentation/user/instrument-notation.itely: petrucci note
8992         heads: updated docu
8993
8994         * input/regression/note-head-style.ly: updated regression test;
8995         indentation fixes
8996
8997         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8998         heads as default
8999
9000         * mf/parmesan-heads.mf: minor editing; use musicological names
9001         (rather than optical description) as note head names
9002
9003         * scm/output-lib.scm: complete petrucci heads
9004
9005 2005-05-09  Pal Benko  <benkop@freestart.hu>
9006
9007         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9008         heads, but bigger)
9009
9010 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9011
9012         * lily/main.cc (main_with_guile): Remove no files check.
9013
9014         * lily/main.cc (ly:usage): Export to Scheme.
9015
9016         * scm/lily.scm (no-files-handler): New function.
9017
9018         * scm/lily.scm (lilypond-main): Use it.
9019
9020         * configure.in (gui_b): Add mbrtowc checking.
9021         Resurrect [utf8/]wchar.h checking.
9022
9023 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9024
9025         * Documentation/user/advanced-notation.itely (Metronome marks):
9026         Add link to the program reference for MetronomeMark
9027
9028         * Documentation/user/lilypond-book.itely (An example of a
9029         musicological document): Correct the example using psfonts 
9030
9031 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9032
9033         * po/fi.po: update after a lesson how to update entries against
9034         source.
9035         
9036         * po/TODO: document the lesson.
9037
9038 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9039
9040         * configure.in (gui_b): remove wcrtomb checking.
9041
9042         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9043         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9044
9045 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9046
9047         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9048         keep Scheme expressions and strings unmodified when doing the
9049         conversion to postfix notation for slurs and beams. Should
9050         hopefully solve most related conversion problems. 
9051
9052         * Documentation/user/lilypond-book.itely : Clarify and correct how
9053         to call dvips with -h psfonts.
9054
9055 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9056
9057         * Documentation/user/instrument-notation.itely (Entering lyrics):
9058         Typo.  Fixes build.
9059
9060 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9061
9062         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9063
9064         * Documentation/user/lilypond.tely, lilypond-book.itely,
9065         tutorial.itely: change references to 2.5.x to 2.6.x.
9066
9067         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9068         vs \lyricmode.
9069
9070         * Documentation/user/invoking.itely: remove old info about
9071         lilypond-profile.
9072
9073         * Documentation/topdocs/INSTALL.texi: remove old info about
9074         lilypond-profile, add warning about needing international fonts
9075         to build docs.
9076
9077 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9078
9079         * lily/include/grob-info.hh (class Grob_info): make data member
9080         private. Changes throughout.
9081
9082         * input/regression/alignment-order.ly: new file. 
9083
9084         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9085         alignAboveContext and alignBelowContext
9086
9087 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9088
9089         * lily/pfb.cc (LY_DEFINE): add cast.
9090
9091         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9092         matches .otf
9093         (write-preamble): warn about unknown fonts.
9094
9095         * lily/pfb.cc (Module): new function ly:otf->cff
9096
9097         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9098         (get_otf_table): new function.
9099
9100 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9101
9102         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9103         iso. ps2png.
9104
9105 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9106
9107         * po/fi.po: apply second round of update.
9108
9109 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9110
9111         * scm/x11-color.scm (make-x11-color-handler): don't use
9112         #\sp. Apparently doesn't work on all platforms. 
9113
9114 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9115
9116         * Documentation/user/advanced-notation.itely, putting.itely,
9117         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9118
9119 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9120
9121         * VERSION (PACKAGE_NAME): release 2.5.23
9122
9123 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9124
9125         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9126         convert to utf-8.
9127
9128         * THANKS: Add translators for this release, convert to utf-8.
9129
9130         * mf/GNUmakefile (MFTRACE_FLAGS):
9131         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9132         outdir as option (WAS: hardcoded).
9133
9134 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9135
9136         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9137         finished_span_
9138
9139         * THANKS: add Hans Forbrich.
9140
9141         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9142
9143         * Documentation/user/basic-notation.itely (Staff symbol): document
9144         start/stop staff. Reference to ossia.ly
9145
9146         * input/test/ossia.ly: new example using stop and startStaff.
9147
9148         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9149         in other words, don't create "|" barline at start of the score.
9150         (start_translation_timestep): don't set whichBar for start of score.
9151
9152         * input/regression/staff-halfway.ly: use new functionality.
9153
9154         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9155         start and stop staff based on events.
9156
9157         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9158
9159         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9160
9161 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9162
9163         * Documentation/user/programming-interface.itely (How markups work
9164         internally ): remove \encoding reference.
9165
9166 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9167
9168         * scripts/convert-ly.py: Attempt to do a smarter update of 
9169         text markups from versions < 1.9.0 with arbitrary nesting.
9170
9171 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9172
9173         * po/fi.po: convert to utf-8, and update.
9174
9175 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9176
9177         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9178
9179         * lily/*.cc: more <? >? to min/max changes
9180
9181         * lily/include/interpretation-context-handle.hh: rename
9182         Interpretation_context_handle to Context_handle.
9183
9184 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9185
9186         * input/regression/GNUmakefile (local_delete): use `find` together 
9187         with `xargs` to avoid too long argument-lists in cmd line.
9188
9189 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9190
9191         * Documentation/user/introduction.itely: updates "About this manual".
9192
9193         * Documentation/user/advanced-notation.itely,
9194         invoking.itely: minor fixes.
9195
9196 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9197
9198         * COPYING: add font exception. Update FSF address. 
9199
9200         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9201         should be taken without child context.
9202
9203         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9204
9205         * scm/define-markup-commands.scm (triangle): new command, as
9206         robust replacement for unicode Delta/Triangle.
9207
9208 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9209
9210         * ps/music-drawing-routines.ps: add fillp argument.
9211
9212         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9213
9214         * lily/font-config.cc (init_fontconfig): don't add cff/
9215
9216         * VERSION (PACKAGE_NAME): release 2.5.22
9217
9218         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9219
9220         * lily/grace-engraver.cc (consider_change_grace_settings): use
9221         is_alias(). Fixes problem with CueVoice grace notes. 
9222
9223         * lily/simultaneous-music-iterator.cc (construct_children): call
9224         Music_iterator::quit() for iterators that start out invalid. This
9225         fixes indefinitely continuing contexts.
9226
9227         * buildscripts/substitute-encoding.py: new file
9228
9229         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9230         missing @end 
9231
9232         * scripts/lilypond-book.py (write_if_updated): print file name.
9233
9234         * Documentation/user/basic-notation.itely (Explicitly
9235         instantiating voices): idem.
9236
9237         * Documentation/user/advanced-notation.itely (Text spanners):
9238         remove stray { } 
9239
9240         * lily/context.cc (default_child_context_name): the default child
9241         is now first in accepts_list_.
9242
9243         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9244         \defaultchild to all relevant contexts.  This fixes:
9245         drums-pitch.ly.
9246
9247         (Probably also fixes similar problems with ancient
9248         transcriptions getting CueVoices instead of the desired voices.)
9249  
9250         * lily/context-def.cc (get_default_child): new function.
9251         (get_accepted): place default child in front of list.
9252
9253         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9254
9255         * lily/include/context-def.hh (struct Context_def): add
9256         default_accept_
9257
9258 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9259
9260         * scm/define-grobs.scm: remove "remove-first" line, since
9261         the absent property is set to #f anyway.
9262
9263         * Documentation/user/basic-notation.itely,
9264         advanced-notation.itely, instrument-notation.itely: minor
9265         fixes.
9266
9267         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9268
9269         * Documentation/user/advanced-notation.itely,
9270         changing-defaults.itely: consolidate Text stuff in
9271         advanced notation.
9272
9273         * Documentation/user/global.itely: better docs for \header.
9274
9275         * Documentation/user/putting.itely: new chapter; placeholder
9276         for future expansion.
9277
9278         * Documentation/user/examples.itely: moved "suggestions for
9279         writing LP files" section into putting.itely.
9280
9281         * Documentation/user/lilypond.itely: added new chapter,
9282         fixed the short table of contents.
9283
9284 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9285
9286         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9287         infinity for unfeasible beams.
9288
9289         * make/lilypond.fedora.spec.in (Group): idem.
9290
9291         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9292
9293         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9294
9295         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9296         fonts directly.
9297
9298         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9299
9300         * mf/GNUmakefile: remove all CFF rules.
9301
9302         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9303
9304         * lily/open-type-font-scheme.cc (LY_DEFINE):
9305         new function ly:otf-font-table-data.
9306         (LY_DEFINE): new function otf-font?
9307
9308 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9309
9310         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9311         ($(outdir)/Fontmap.lily): idem.
9312
9313         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9314         for PFAEmmentaler-XXX.pfa. 
9315
9316         * Documentation/user/music-glossary.tely (accidental): NL
9317         translation of accidental.
9318
9319 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9320
9321         * flower/include/international.hh: Bugfix: include "string.hh".
9322
9323         * lily/include/mingw-compatibility.hh: New file.
9324
9325         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9326
9327         * configure.in: Search for mingw wcrtomb library.
9328
9329 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9330
9331         * scripts/convert-ly.py: Bug fix
9332
9333         * Documentation/user/changing-defaults.itely (Common tweaks):
9334         Added example where the context has to be specified explicitly
9335         (MetronomeMark). 
9336
9337 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9338
9339         * scripts/lilypond-book.py (ly_options): set timing to #f for
9340         notime option.
9341
9342         * scripts/convert-ly.py (conv): typo.
9343
9344         * flower/*.cc: remove <? and >?
9345         
9346         * lily/*.cc: remove <? and >?
9347
9348         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9349         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9350         editor.
9351
9352 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9353
9354         * lily/part-combine-engraver.cc: add space to variable list.
9355
9356 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9357
9358         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9359         remove-first to false (matches docs)
9360
9361         * Documentation/user/advanced-notation.itely: corrected docs
9362         concerning remove-first.
9363
9364 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9365
9366         * lily/part-combine-engraver.cc: make sure that the relevant
9367         properties are included in the documentation.
9368
9369 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9370
9371         * Documentation/user/lilypond-book.itely: Bernard's docs
9372         for \betweenLilyPondSystem.
9373
9374 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9375
9376         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9377         remarks.
9378
9379 2005-04-28  Pal Benko  <benkop@freestart.hu>
9380
9381         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9382         only on vertical lines of flexa shape, and use a constant
9383         thickness value for horizontal lines (patch slightly modified by
9384         Jürgen Reuter)
9385
9386         * lily/include/mensural-ligature.hh: make 2 comments clearer
9387
9388 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9389
9390         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9391         to need_extra_horizontal_space; bugfix: use class scope to avoid
9392         global namespace pollution
9393
9394         * Documentation/user/instrument-notation.itely (ligatures): added
9395         comment on possible future syntax change and how to work around
9396
9397         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9398         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9399         intervals (fixes agnus dei example)
9400
9401         * Documentation/user/instrument-notation.itely (white mensural
9402         ligatures): selected a more illustrative example
9403
9404 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9405
9406         * Documentation/index.html.in: specify utf-8 charset in meta content.
9407
9408 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9409
9410         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9411         empty 2nd page for single page.
9412
9413         * scm/lily.scm: remove p&c definitions.
9414
9415         * po/zh_TW.po (Module): new translation.
9416
9417         * lily/lily-guile.cc (ly_chain_assoc): remove.
9418
9419         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9420         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9421
9422 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9423
9424         * lily/beaming-info.cc: remove infinity_i
9425
9426         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9427
9428 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9429
9430         * Documentation/user/basic-notation.itely,
9431         instrument-notation.itely, advanced-notation.itely,
9432         changing-defaults.itely: minor fixes.  Added docs
9433         for colors to advanced-notation.itely.
9434
9435         * Documentation/user/advanced-notation.itely: fixed compile
9436         problem and added Bernard's x11-color doc patch.
9437
9438 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9439
9440         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9441         alright this time round.
9442
9443 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9444
9445         * Documentation/topdocs/INSTALL.texi (Top): idem.
9446
9447         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9448
9449         * VERSION (MAJOR_VERSION): release 2.5.21
9450
9451         * scm/output-ps.scm (grob-cause): bugfix.
9452
9453 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9454
9455         * cygwin/*: Update.
9456
9457         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9458         stuff.
9459
9460         * scm/output-ps.scm (grob-cause): Bugfix.
9461
9462         * scm/lily.scm (ly:load): Remove x11-color.
9463
9464         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9465         quote executable, fixes getting version from program --with
9466         --options.
9467         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9468         $ac_exeect.
9469
9470         * Documentation/user/GNUmakefile: Only build music-glossary with
9471         rendered lilypond snippets during web.
9472
9473 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9474
9475         * po/de.po: update.
9476
9477         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9478
9479 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9480  
9481         * scripts/abc2ly:
9482         second title line append with punctuation dash character;
9483         encode abc2ly python strings in utf-8
9484        
9485 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9486
9487         * scripts/abc2ly fix chords (again)
9488  
9489 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9490
9491         * scm/x11-color.scm: new file
9492         All x11 color names can be accessed with:
9493         #(x11-color 'ColorName),
9494         #(x11-color "ColorName") or:
9495         #(x11-color "color name")
9496         If the x11 color name is not recognised then it defaults
9497         to black
9498
9499         * scm/lily.scm: amended to call scm/x11-color.scm
9500
9501 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9502
9503         * Documentation/user/invoking.itely (Reporting bugs): comment out
9504         reference to online PNG bug repository.
9505
9506 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9507
9508         * lily/translator-scheme.cc (ly:translator-property): Remove.
9509         Update callers.
9510
9511         * lily/context-scheme.cc (ly:context-now): Move from translator.
9512         Update callers.
9513
9514 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9515
9516         * input/regression/grid-lines.ly (skips): refine example.
9517
9518         * scm/define-context-properties.scm
9519         (all-user-translation-properties): doc autoBeamCheck
9520
9521         * input/regression/grid-lines.ly (Module): new file.
9522
9523         * lily/grid-point-engraver.cc (Module): new file.
9524
9525         * lily/grid-line.cc (Module): new file.
9526
9527         * lily/grid-line-span-engraver.cc (Module): new file.
9528
9529         * lily/grid-line-interface.cc (Module): new file.
9530
9531 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9532
9533         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9534         missing parameter, actualy cdr through list.  Actually return a
9535         list with ENTRY removed (was '()).
9536
9537         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9538         opened.
9539         (do_conversion): Fix printing of continuation comma.
9540
9541         * Documentation/user/advanced-notation.itely (Beam formatting):
9542         Remove refbugs about compound time and mixed duration.
9543
9544         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9545         modulo moments explicitely.
9546
9547         * lily/moment.cc (operator %): New function.
9548
9549         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9550
9551         * lily/translator-scheme.cc (ly:translator-now,
9552         ly:translator-property): New function.
9553
9554         * scm/auto-beam.scm (default-auto-beam-check): New function.
9555
9556         * lily/auto-beam-engraver.cc (test_moment): Use it.
9557
9558         * flower/rational.cc (operator %): Bugfix.
9559
9560 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9561
9562         * scripts/abc2ly: Bugfix
9563
9564 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9565
9566         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9567         %'s on EndFont comment.
9568
9569         * lily/ledger-line-spanner.cc: some more words of explanation.
9570
9571 2005-04-20  John Williams <williams@tni.com>  
9572         
9573         * scripts/lilypond-book.py: htmlquote bugfix.
9574         Allow snippets to be given distinct filenames.
9575         Allow the default alt text to be overridden.
9576
9577 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9578
9579         * ly/performer-init.ly: Bugfix
9580
9581         * THANKS: Added bughunters.
9582
9583 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9584
9585         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9586
9587         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9588         position (was: use modulo measure length).
9589
9590         * configure.in (no gui_b): Remove optional gtk+ requirement.
9591
9592 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9593
9594         * Documentation/user/basic-notation.itely (Pitches): add
9595         LedgerLineSpanner.
9596
9597         * lily/dynamic-engraver.cc (process_music): set right bound to
9598         script if present. Else, do not set.
9599         (acknowledge_grob): only set right bound of finished spanner to
9600         note column if no other bound is set.
9601
9602         * python/lilylib.py (make_ps_images): switch back to png16m.
9603         
9604 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9605
9606         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9607         writing up to date file.  Add dvips usage suggestion.
9608
9609         * scripts/convert-ly.py: Fix error message.
9610         Print usage if no files on command line.
9611         (usage): Add example usage.
9612
9613         * input/test/compound-time.ly: New file.
9614
9615         * input/test/circle.ly: New file.
9616
9617         * Documentation/topdocs/NEWS.tely: Use them.
9618
9619         * input/test/boxed-stencil.ly: Remove \score.
9620
9621         * buildscripts/mf-to-table.py (base): Add .log dependency.
9622
9623         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9624         pfa's.  Add .log dependency
9625
9626         * scm/define-markup-commands.scm (lower): New command.
9627
9628         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9629         make it default.
9630
9631 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9632
9633         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9634         also to finished cresc as right bound. This fixes:
9635         skip-string-decresc.ly
9636
9637         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9638         relative_coordinate if extent is empty.
9639
9640         * lily/stem.cc (width_callback): determine correct extent if flag
9641         is not there. This fixes slur-no-flag.ly
9642
9643         * lily/grace-engraver.cc (consider_change_grace_settings): new
9644         function.
9645         (initialize): also consider_change_grace_settings() on
9646         initialization. Fixes large grace notes at start of score.
9647
9648         * lily/break-align-interface.cc (do_alignment): don't translate if
9649         total_extent is empty.
9650
9651         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9652
9653 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9654
9655         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9656         with slash.
9657
9658 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9659
9660         * stepmake/aclocal.m4: Remove tfm_path.
9661
9662 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9663
9664         * scm/music-functions.scm (markup-expression->make-markup): fix
9665         bug with cons arguments of markup commands.
9666         (music->make-music): fix music expression property list building
9667
9668 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9669
9670         * aclocal.m4: Massage package names.
9671
9672         * SCons updates.
9673
9674 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9675
9676         * VERSION (PACKAGE_NAME): release 2.5.20
9677
9678         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9679         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9680
9681         * lily/percent-repeat-engraver.cc (try_music): add measure before
9682         next_moment to future processing moment. Fixes:
9683         percent-repeat-mm-rest.ly
9684         (process_music): don't add moment for 2nd time.
9685
9686         * input/regression/repeat-percent.ly: add mmrests as extra test.
9687
9688         * lily/axis-group-engraver.cc (acknowledge_grob): read
9689         keepAliveInterfaces to decide what to kill.
9690
9691         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9692         percent-repeat-interface to keepAliveInterfaces. This fixes
9693         percent-repeat-harakiri.
9694
9695 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9696
9697         * SCons updates.
9698
9699 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9700
9701         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9702
9703         * aclocal.m4: remove --enable-tfm-path configure option
9704
9705         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9706
9707         * scm/backend-library.scm (postscript->png): newline after
9708         finishing command.
9709
9710         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9711         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9712
9713         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9714
9715         * lily/score.cc (default_rendering): use Music_output too.
9716
9717         * input/test/chord-names-languages.ly (Module): rename file.
9718
9719         * lily/text-spanner.cc: add bound-padding.
9720
9721         * lily/paper-book.cc (systems): accept Paper_score
9722         iso. Paper_system vector. 
9723
9724         * input/regression/line-arrows.ly: new file.
9725
9726         * lily/paper-score.cc (process): run get_paper_systems() only once.
9727
9728         * lily/line-spanner.cc (line_stencil): add arrows.
9729
9730 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9731
9732         * lily/line-interface.cc (make_arrow): new function. 
9733         (arrows): idem.
9734
9735 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9736
9737         * input/test/chord-names-german.ly: update for italian/french
9738         chords.
9739         
9740         * Documentation/user/instrument-notation.itely (Printing chord
9741         names): update.
9742
9743 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9744
9745         * lily/include/paper-score.hh (class Paper_score): remove unused
9746         prototypes.
9747
9748         * lily/book.cc (process): add -COUNT to midi output.
9749
9750         * lily/score.cc (book_rendering): remove outname argument
9751         (book_rendering): return list of Music_outputs. 
9752
9753         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9754
9755         * lily/book.cc (process): loop over Music_outputs returned from
9756         Score::book_rendering().
9757
9758         * lily/*.cc (width_callback): remove spurious "unused" warnings
9759         for assert (axis==[XY]_AXIS); 
9760
9761         * lily/include/music-output.hh (class Music_output): smobify class.
9762
9763         * lily/include/paper-score.hh (class Paper_score): make members
9764         private.
9765
9766         * lily/performance.cc (process): return #f iso. #<undefined>. This
9767         prevents #<undefined> leaking into GUILE-userspace.
9768
9769 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9770
9771         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9772
9773 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9774
9775         * scm/chord-name.scm : support for italian and french
9776         chords names.
9777
9778         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9779         a space defined by chordPrefixSpacer when the root name is
9780         direclty followed by a prefix.
9781
9782         * ly/engraver-init.ly : chordPrefixSpacer       
9783         * scm/define-context-properties.scm : chordPrefixSpacer
9784         * ly/property-init.ly : italianChords, frenchChords 
9785
9786 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9787
9788         * mf/feta-din.mf: Remove.
9789
9790         * mf/GNUmakefile (fontdir): Bugfix.
9791
9792         * mf/SConstruct: Some updates.
9793
9794         * SConstruct: Require pkg-config.
9795         (test_program): Bugfix for double digit version compares, use
9796         integer (not string-) compare.
9797         Optionally require gs 8.14.
9798
9799         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9800
9801         * lily/*: s/ifdef HAVE_*/if have/.
9802
9803         * SConstruct (test_lib): New function.  Update pkg-config and some
9804         other requirements.
9805
9806         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9807         freetype, pangof2t.
9808
9809 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9810
9811         * po/lilypond.pot, ...: Update using bison-CVS.
9812
9813         * python/lilylib.py (make_ps_images): Fixo.
9814
9815 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9816
9817         * python/lilylib.py (make_ps_images): typo.
9818
9819         * configure.in (gui_b): make bison optional.
9820
9821         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9822
9823 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9824
9825         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9826         with one parameter can be defined in a LaTeX file when processed
9827         by lilypond-book this will be evaluated between the systems of
9828         a multi-system score. The parameter is the number of systems processed.
9829
9830 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9831
9832         * python/lilylib.py (make_ps_images): Escape newline.
9833
9834         * Documentation/user/music-glossary.tely: Run
9835         texinfo-all-menus-update.
9836
9837 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9838
9839         * scm/lily-library.scm (old-relative-not-used-message)
9840         (version-not-seen-message): Add input-file-name-location to message.
9841
9842         * lily/parser.yy (lilypond): Add token aliases.
9843
9844         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9845         not confuse with alteration.
9846         (alteration): Add.
9847
9848 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9849
9850         * python/lilylib.py (make_ps_images): use -dEPSCrop
9851
9852         * VERSION (PACKAGE_NAME): release 2.5.19 
9853
9854         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9855         only put xrefs in info documentation.
9856
9857         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9858         .pdf rule to tex-rules.make.
9859
9860         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9861         from -systems.* output.
9862
9863         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9864         directly, remove -$(PAGESIZE) target.
9865
9866         * input/test/embedded-postscript.ly: update.
9867
9868 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9869
9870         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9871
9872         * Documentation/user/changing-defaults.itely (Font selection):
9873         document font-name.
9874
9875         * input/regression/font-name.ly: show Pango fonts for
9876         font-name. Update example. 
9877
9878         * lily/pango-select.cc (properties_to_pango_description): don't
9879         convert symbol font-size to number, but use to lookup.
9880
9881         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9882
9883         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9884         (NAME . FILE-NAME) tuples for font descriptions. 
9885         (write-preamble): display BeginFont DSC comments.
9886
9887         * python/fontextract.py (write_extracted_fonts): new file. Extract
9888         font resources from a PS file.
9889
9890         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9891         (Compile_error.process_include): do_file returns chunks.
9892
9893         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9894
9895         * make/lysdoc-targets.make: .texi is .PRECIOUS
9896
9897         * scripts/lilypond-book.py (write_if_updated): new function.
9898
9899 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9902
9903 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9904
9905         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9906
9907         * input/regression/markup-syntax.ly: remove \score.
9908
9909         * scm/define-markup-commands.scm (draw-circle): add fill argument
9910
9911         * scm/stencil.scm (make-circle-stencil): add fill argument
9912
9913         * ps/music-drawing-routines.ps: add fill argument.
9914
9915         * ly/performer-init.ly: add CueVoice to MIDI too.
9916
9917         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9918         EndEPSF.
9919
9920         * input/regression/markup-eps.ly: new file.
9921
9922         * scm/framework-ps.scm (write-preamble): change order: vars should
9923         be inited before procedures.
9924
9925         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9926         for EPS files.
9927
9928         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9929
9930 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9931
9932         * configure.in (gui_b): add check for ghostscript 8.15
9933
9934 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9935
9936         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9937         start of line. Fixes cresc-after-newline.ly
9938
9939         * lily/source-file.cc (file_line_column_string): use get_column().
9940
9941 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9942
9943         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9944
9945 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9946
9947         * lily/*: use message () iso progress_indication () for messages.
9948         Revise/uniformise user messages.
9949
9950         * flower/warn.cc (progress_indication): New function.
9951         (message): Use it.  Fixes newline problems.
9952
9953         * config.make.in (webdir): Sort out install dirs.
9954
9955         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9956
9957         * python/lilylib.py (command_name): Bugfix.
9958         (make_ps_images):
9959
9960 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9961
9962         * lily/main.cc: --help says what types of backends are availabe
9963
9964 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9965
9966         Fix ./VERSION dependency, and without need to reconfigure.
9967
9968         * lily/main.cc (setup_paths): Update.
9969
9970         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9971
9972         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9973
9974         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9975         Add \line for some simplistic cases.
9976
9977         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9978
9979 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9980
9981         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9982         to compile LY files (useful for adding eg. "-I" args)
9983         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9984         2Gnome command for gnome backend.
9985         (LilyPond-command-formatgnome): call the 2Gnome command. key
9986         binding: C-c C-g
9987
9988 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9989
9990         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9991         depend on all PNG images.
9992
9993 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9994
9995         * GNUmakefile.in: Bugfix: also link .map files.
9996
9997 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9998
9999         * scm/music-functions.scm (music->make-music): generate 
10000         a (make-music ...) sexpr from a music expression.
10001         (display-scheme-music): use guile pretty printer to display the
10002         make-music sexpr.
10003
10004 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10005
10006         * ly/engraver-init.ly: reindent.
10007         Add CueVoice.
10008
10009         * scm/music-functions.scm (music-pretty-string): handle moments
10010         too.
10011         (music-pretty-string): only print non-empty lists.
10012         (cue-substitute): create CueVoice context, which has smaller type.
10013
10014         * lily/moment-scheme.cc (LY_DEFINE): new methods
10015         ly:moment-grace-{numerator,denominator}
10016
10017         * lily/context-handle.cc: remove quit() method. 
10018
10019         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10020         (init_fontconfig): success is 0, not !0
10021
10022 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10023
10024         * mf/feta-nummer-code.mf (code): add plus glyph.
10025
10026         * lily/tie.cc (print): idem.
10027
10028         * lily/slur.cc (print): don't use thickness property for
10029         slur shape-thickness.
10030
10031         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10032         while adding stencils.
10033
10034         * scm/define-markup-commands.scm (with-color): with-color markup
10035         command.
10036         (whiteout): new markup command 
10037         (filled-box): new markup command
10038
10039 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10042         test for PDF docs.
10043
10044         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10045         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10046         
10047         Notes for tetex-3.0 make web:
10048            psclean.map: s/uhv8a/uhvr8a/
10049            config.ps add:
10050                 p +psfonts_t1.map
10051                 p +psclean.map
10052                 p +typeface.map
10053
10054 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10055
10056         * scm/music-functions.scm (music-pretty-string): fix bug with
10057         string argument.
10058
10059 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10060
10061         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10062
10063 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10064
10065         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10066         only process options if they're there.
10067         (write_file_map): add version-seen? to snippet-map.ly
10068
10069 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10070
10071         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10072         formatting cleanups.
10073
10074         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10075         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10076
10077 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10078
10079         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10080         name directly.
10081
10082         * lily/main.cc (setup_paths): either add mf/out to search path or 
10083         fonts/{otf,type1,etc}
10084         
10085         * lily/font-config.cc (init_fontconfig): either add mf/out to
10086         FontConfig or fonts/{otf,type1,etc}
10087
10088         * GNUmakefile.in: don't put mf/ link in share/ dir.
10089
10090         * lily/staff-spacing.cc: move same-direction-correction to
10091         note-spacing-interface
10092
10093         * scm/lily.scm (lilypond-main): use variable argument count for
10094         exception handler.
10095
10096         * lily/font-config.cc (init_fontconfig): add operator pacification
10097         message.
10098
10099         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10100
10101         * buildscripts/gen-emmentaler-scripts.py (i): generate
10102         PFAEmmentaler as well.
10103
10104         * scm/framework-ps.scm (munge-lily-font-name): new function
10105         (write-preamble): hack: insert PFA equivalent of CFF into
10106         .PS. This makes LilyPond output printable on normal PS printers
10107         again.
10108
10109         * buildscripts/gen-emmentaler-scripts.py (i): generate
10110         PFAEmmentaler.pfa aswell.
10111
10112 2005-04-06  John Williams <williams@tni.com>  
10113         
10114         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10115         
10116 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10117
10118         * scm/page-layout.scm (default-page-make-stencil): always combine
10119         the header stencil, even if empty. This prevents the body text to
10120         reach up to the margins.
10121
10122         * po/rw.po (Module): new file, for Kinyarwanda.
10123
10124         * input/test/spacing-optical.ly (Module): new file.
10125
10126         * lily/staff-spacing.cc: add same-direction-correction
10127
10128 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10129
10130         * Documentation/user/introduction.itely (Engraving): Comment-out
10131         non-existent file.
10132
10133 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10134
10135         * scm/define-grob-properties.scm (all-user-grob-properties): add
10136         same-direction-correction
10137
10138         * VERSION: release 2.5.18
10139
10140 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10143         dereferencing.  Fixes make web.
10144
10145         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10146         errno.h.
10147
10148         * Documentation/user/: Fix links.
10149
10150 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10151
10152         * lily/text-interface.cc (Module): rename from text-item.cc
10153
10154         * input/regression/apply-output.ly (texidoc): function naming fix.
10155
10156         * lily/time-signature-performer.cc (derived_mark): new function.
10157
10158         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10159
10160         * scripts/lilypond-book.py (find_linestarts): new function.
10161         (find_toplevel_snippets): keep track of line numbers.
10162
10163         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10164         all key changes.
10165
10166         * ly/declarations-init.ly (partCombineListener): use
10167         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10168
10169         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10170
10171 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10172
10173         * lily/text-item.cc: Fix link.
10174
10175         * Documentation/user/changing-defaults.itely (Changing defaults):
10176         Fix programs reference links.
10177
10178         * Documentation/user/music-glossary.tely: Convert to utf-8.
10179
10180 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10181
10182         * make/lilypond-vars.make: remove TEXMF from variables.
10183         remove DEB_BUILD pk font variables.
10184         remove GUILE_LOAD_PATH
10185         remove TeX memory vars.
10186
10187 2005-04-04  Werner Lemberg  <wl@gnu.org>
10188
10189         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10190
10191 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10192
10193         * ps/lilyponddefs.ps: remove reencode-font
10194
10195         * lily/simple-spacer.cc (add_columns): also compare
10196         directly. Column rank doesn't distinguish between broken and
10197         unbroken columns. This fixes large spaces before time sig changes.
10198
10199         * Documentation/user/point-and-click.itely: document ly:set-option.
10200
10201         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10202         point_and_click_global is set.
10203
10204         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10205         ly:set-option argument.
10206
10207 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10208
10209         * GNUmakefile.in: Include symlinks in webball.
10210
10211         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10212         source dir for split and non-split manuals.
10213
10214         * Documentation/user/*y: Fix @uref/@inputfile links for
10215         split/non-split HTML documents.
10216
10217         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10218         .ps.gz.
10219         
10220 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10221
10222         * GNUmakefile.in: Add newline.
10223
10224 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10225
10226         * tex/lilyponddefs.tex: use color instead of xcolor
10227         * scm/output-tex.scm: minor editing
10228
10229 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10230
10231         * scm/music-functions.scm (display-scheme-music): pretty printer
10232         for music expressions.
10233
10234 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10235
10236         * buildscripts/install-info-html.sh (index_file): Fix link.
10237
10238 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10239
10240         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10241
10242         * Documentation/index.html.in: Add size estimates with some big pages.
10243
10244         * Documentation/user/tutorial.itely (Running LilyPond for the
10245         first time): Add/replace some @rglos links.  TODO: add more
10246         @rglos links in tutorial, test non-intrusiveness (.css).
10247
10248         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10249         annoying's indication of referencing external document.
10250
10251         * Documentation/user/GNUmakefile: Split version of glossary too.
10252         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10253         links, not only for html.
10254
10255         * Documentation/user/introduction.itely: Fix some links for other
10256         than html, do not use `here' as link name.
10257
10258 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10259
10260         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10261         @glossaryref.
10262
10263 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10264
10265         * scm/page-layout.scm (default-page-make-stencil): only add header
10266         if existing and not empty. Fixes spurious programming error.
10267
10268         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10269
10270 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10271
10272         * scm/output-tex.scm: implement {re,}setcolor
10273         * tex/lilyponddefs.tex: use color package
10274
10275 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10278         additions to website.
10279
10280         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10281
10282         * Documentation/user/macros.itexi: Fix @usermanref html links in
10283         split documents: use @inforef.
10284
10285 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10286
10287         * Documentation/user/programming-interface.itely: minor fix.
10288
10289         * Documentation/user/advanced-notation.itely: added info to
10290         Metronome markings.
10291
10292 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10293
10294         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10295         use box-stencil.  Remove y-padding argument.
10296         (make-stencil-circler): New function.
10297
10298         * buildscripts/lilypond-words.py (F): 
10299         * elisp/SConscript (a): 
10300         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10301         * vim/SConscript (a): 
10302         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10303
10304         * lily/general-scheme.cc: Build fix.
10305
10306         * scm/markup.scm:
10307         * input/regression/markup-scheme.ly: 
10308         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10309
10310         * scm/stencil.scm (make-circle-stencil): New function.
10311
10312         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10313         name (was cicle).  Update callers.
10314         (circle): New markup command, similar to box.
10315
10316         * scm/stencil.scm (circle-stencil): New function.
10317
10318 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10319
10320         * configure.in: Detect libutf8/wchar.h variant.
10321
10322         * stepmake/aclocal.m4: Modify shared size test.
10323
10324 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10325
10326         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10327
10328 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10329
10330         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10331         
10332         * VERSION (PACKAGE_NAME):  release 2.5.17
10333
10334 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10335
10336         * scm/backend-library.scm (postscript->png): Fix comment and png
10337         message.
10338
10339         * GNUmakefile.in (link-tree): Fix locales.
10340
10341 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10342
10343         * lily/stencil-scheme.cc (LY_DEFINE): change to
10344         ly:stencil-aligned-to, non mutating.
10345
10346         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10347
10348         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10349
10350         * lily/quote-iterator.cc (derived_mark): call
10351         Music_wrapper_iterator::derived_mark() too.
10352
10353         * lily/grace-engraver.cc (derived_mark): change signature, add
10354         const.
10355
10356 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10357
10358         * SConstruct (symlink): 
10359         * GNUmakefile.in (link-tree): Add scripts to prefix.
10360
10361         * lily/general-scheme.cc (ly:effective-prefix): New function.
10362
10363         * scm/backend-library.scm (postscript->png): Use it.
10364
10365 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10366
10367         * lily/paper-score.cc (process): don't delete grobs after
10368         producing stencils. 
10369
10370         * scm/part-combiner.scm (determine-split-list): switch off
10371         debugging info.
10372
10373         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10374         if available.
10375
10376         * scm/define-context-properties.scm
10377         (all-user-translation-properties): add stringNumberOrientations.
10378
10379         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10380         so fingering and string-numbers are separately controlled.
10381
10382 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10383
10384         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10385         not use debugging.
10386
10387 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10388
10389         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10390
10391         * config.hh.in: add HAVE_FONTCONFIG.
10392
10393         * Documentation/user/instrument-notation.itely (String number
10394         indications): new node.
10395
10396         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10397
10398         * lily/new-fingering-engraver.cc (add_string): new function. 
10399         (acknowledge_grob): accept string-number-event as well.
10400
10401         * scm/define-markup-commands.scm (circle): new markup command.
10402
10403         * scm/output-lib.scm (print-circled-text-callback): new function.
10404
10405         * lily/GNUmakefile: move ifeq after include stepmake.make.
10406
10407 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10408
10409         * config.make.in (HAVE_LIBKPATHSEA_SO):
10410         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10411
10412         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10413         add KPATHSEA_LIBS.
10414
10415         * debian/watch: 
10416         * debian/control: Update.
10417
10418 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10419
10420         * input/test/title-markup.ly (spaceTest): remove.
10421
10422         * input/test/embedded-tex.ly (Module): remove.
10423
10424         * input/test/music-box.ly: use 'name property, not ly:music-name.
10425
10426         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10427
10428         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10429
10430 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10431
10432         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10433         about xdeltas.  Add information about CVS.
10434
10435         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10436         gracefully handle failed files.
10437
10438         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10439
10440         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10441         small fixes.
10442
10443         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10444         No unnecessarily specific i18n messages.  Remove stray `1'.
10445
10446 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10447
10448         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10449         documentencoding
10450
10451         * scm/documentation-lib.scm (texi-file-head): set utf-8
10452         documentencoding.
10453
10454         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10455         Delta, not the Symbol one. 
10456
10457         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10458         for the .map file.
10459
10460         * Documentation/topdocs/INSTALL.texi (Top): add running
10461         requirement as compilation requirement.
10462
10463 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10464
10465         * buildscripts/mutopia-index.py (headertext): add h1 header and
10466         utf-8 charset meta field.
10467
10468         * input/GNUmakefile: prune example list.
10469
10470         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10471         options.
10472
10473         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10474         extent for visible stems.
10475
10476         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10477
10478 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10479
10480         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10481
10482         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10483
10484 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10485
10486         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10487         pass inf/nan into slur scoring.
10488
10489         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10490         page.
10491
10492         * scripts/abc2ly.py (dump_voices): use alphabet().
10493
10494 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10495         
10496         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10497
10498 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10499         
10500         * flower/include/virtual-methods.hh: simplify. Patch by
10501
10502 2005-03-25  John Williams <williams@tni.com>  
10503
10504         * scripts/lilypond-book.py (main): add png for HTML too, guess
10505         only if necessary. 
10506
10507 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10508
10509         * Documentation/topdocs/INSTALL.texi: now recommends
10510         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10511
10512         * Documentation/user/basic-notation.itely,
10513         Documentation/user/tutoria.itely: warn about
10514         only one (phrasing) slur at once.
10515
10516 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10517
10518         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10519
10520 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10521
10522         * Documentation/user/basic-notation.itely: fixed info about
10523         ending a (de)cresc.
10524
10525         * Documentation/user/lilypond-book.itely: fixed
10526         lilypond-book filter example and warned about not doing
10527         --filter and --process at the same time.
10528
10529 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10530
10531         * lily/parser.yy (bass_number),
10532         Documentation/user/instrument-notation.itely (Figured bass): 
10533         Add the possibility to use text markup in figured bass. 
10534
10535 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10536
10537         * Documentation/user/global.itely: added info about naming
10538         identifiers and breakbefore.
10539
10540         * Documentation/user/invoking.itely: added info about batch
10541         processing files with convert-ly, removed references to TeX
10542         in the jail section.
10543
10544         * Documentation/user/examples.itely: possibly fixed piano
10545         dynamics.
10546
10547         * Documentation/user/advanced-notation.itely: added info
10548         about removing other types of Staff.
10549
10550         * Documentation/user/instrument-notation.itely: possibly
10551         fixed piano staff line switch.
10552
10553         * Documentation/user/changing-defaults.itely: added info
10554         about using normal font in titles.
10555
10556 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10557
10558         * VERSION (PATCH_LEVEL): release 2.5.16
10559
10560         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10561         explicitly.
10562
10563 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10564
10565         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10566         whitespace.
10567
10568         * python/lilylib.py (make_ps_images):
10569         * scm/backend-library.scm (postscript->pdf, postscript->png):
10570         Quote file name.  Use format rather than string-append juggling.
10571
10572 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10573
10574         * python/lilylib.py (make_ps_images): add x to -g argument. 
10575
10576         * lily/key-performer.cc (create_audio_elements): don't use
10577         scm_eval_string. Check for minor 3rd directly.
10578   
10579         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10580         (sarabandeCelloGlobal): key is D minor, not F major.
10581
10582 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10583
10584         Fix truncated --png output (Peter Danenberg).
10585         
10586         * python/lilylib.py (make_ps_images):
10587         * scripts/ps2png.py (copyright): Grok --papersize option.
10588
10589         * scm/backend-library.scm (postscript->png): Add parameter
10590         PAPERSIZE.  Update callers.
10591
10592         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10593         Fixes symbol placement.
10594
10595         * lily/spanner.cc: 
10596         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10597         <libc-extension.hh>).
10598
10599 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10600
10601         * Nitpick run.
10602
10603         * buildscripts/fixcc.py: Update.
10604
10605         Builddir run fixes.
10606
10607         * HACKING (datadir): Add VERSION.
10608
10609         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10610         higher up.
10611
10612 2005-03-15  Werner Lemberg  <wl@gnu.org>
10613
10614         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10615         diagonal stem doesn't become thinner.
10616
10617 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10618
10619         * buildscripts/fixcc.py: Fixes (Werner).
10620
10621 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10622
10623         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10624         Emmentaler/Aybabtu.
10625
10626         * GNUmakefile.in: fix lilypond-words path.
10627
10628         * po/tr.po: update to 2.3.21
10629
10630         * lily/new-fingering-engraver.cc (position_scripts): take priority
10631         from head position.
10632
10633         * input/regression/finger-chords-order.ly (texidoc): new file.
10634
10635 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10636
10637         * make/ly-rules.make: 
10638         * stepmake/aclocal.m4: 
10639         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10640
10641         * buildscripts/fixcc.py (rules): Leave space after operator.
10642
10643 2005-03-14  Werner Lemberg  <wl@gnu.org>
10644
10645         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10646         top of the glyph with smooth curve.
10647
10648 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10649
10650         * Documentation/user/global.itely (Page layout): remove
10651         printpagenumber.
10652
10653 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10654
10655         * input/regression/mensural-ligatures.ly: new file (with examples
10656         compiled by Pal Benko).
10657
10658         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10659         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10660         musicglyph access.  Many small beautifications in ancient
10661         examples.
10662
10663         * input/test/divisiones.ly: fixed indentation; small
10664         beautifications
10665
10666         * ly/engraver-init.ly: added FIXME comment
10667
10668         * scripts/lilypond-book.py,
10669         Documentation/user/lilypond-book.itely: added music fragment
10670         option "packed" to lilypond-book
10671
10672         * Documentation/user/instrument-notation.itely: Bugfix: added
10673         missing LedgerLineSpanner color setting in several places.  Added
10674         music fragment option "packed" to VaticanaContext example.
10675
10676 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10677
10678         * scm/define-grobs.scm (all-grob-descriptions): switch off
10679         Hyphen_spanner::set_spacing_rods 
10680
10681         * lily/lyric-hyphen.cc (print): add padding between syllable and
10682         hyphen.
10683         (print): shorten hyphen in tight situations (determine using
10684         minimum-length)
10685
10686         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10687         0.4pt.
10688
10689 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10690
10691         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10692
10693         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10694         header/footer markings for regression-test.
10695
10696         * scm/backend-library.scm (output-scopes, header-to-file): Move
10697         from framework-tex.scm.
10698
10699         * scm/framework-ps.scm (output-framework)
10700         (output-preview-framework):
10701         * scm/framework-eps.scm (output-classic-framework)
10702         (output-framework): Use it.  Fixes collated files.
10703
10704 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * input/sakura-sakura.ly: 
10707         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10708
10709         * buildscripts/guile-gnome.sh: Update.
10710
10711         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10712
10713         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10714
10715 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10716
10717         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10718         culprit: always exit the loop if we find a rod, even if it has
10719         distance < 0. 
10720
10721         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10722         algorithm.
10723
10724         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10725         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10726
10727         * scm/output-svg.scm (dashed-line): new  function body.
10728         
10729         * GNUmakefile.in: create .htaccess.
10730
10731 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10732
10733         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10734
10735 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10736
10737         * VERSION (PACKAGE_NAME): release 2.5.15
10738
10739         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10740
10741         * scm/framework-svg.scm (output-framework): put scaling in
10742         document header. Apply scaling only once.
10743         (output-framework): dump page size in px, not mm. 
10744
10745         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10746         from font-size.
10747
10748         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10749         ly:outputter-output-scheme, new function.
10750
10751         * scm/output-svg.scm (pango-description-to-svg-font): new function
10752
10753 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10754
10755         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10756         target.
10757
10758         * input/typography-demo.ly: new file.
10759
10760 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10761
10762         * Documentation/user/global.itely (File structure): Add markup blocks
10763         to toplevel expressions.
10764         (Multiple movements, Creating titles): Add markup blocks.
10765
10766         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10767         <libc-extension.hh>).
10768
10769         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10770
10771         * flower
10772         * lily
10773         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10774
10775 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10776
10777         * lily/accidental.cc: special bboxes for natural. 
10778
10779         * mf/feta-toevallig.mf: make stems heavier.
10780
10781         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10782         texts as well.
10783
10784         * mf/feta-klef.mf: revise. 
10785
10786         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10787
10788         * mf/feta-klef.mf: add rounded curve at top. 
10789         make thinnib a little heavier.
10790
10791 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10792
10793         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10794
10795         * buildscripts/fixcc.py: New file.
10796
10797         * input/regression/utf8.ly: Update Debian font description.
10798
10799 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10800
10801         * stepmake/aclocal.m4: Fix test.
10802
10803 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10804
10805         * Documentation/user/invoking.itely: added Sebastino Vigna's
10806         docs for the --jail option.
10807
10808 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10809
10810         * lily/stem.cc (print): only produce stemlets if there are no
10811         noteheads on this stem.
10812
10813         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10814         don't crash on stemlet (visible stem without heads).
10815
10816         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10817         unbroken situations. 
10818
10819         * scm/output-lib.scm (center-invisible): new function.
10820
10821         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10822         wishes to determine loose column space.
10823
10824         * lily/font-config.cc (init_fontconfig): add
10825         fonts/{otf,type1,cff}  to path.
10826
10827         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10828
10829         * mf/GNUmakefile (Module): install all fonts under otf/
10830
10831         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10832         replace /fonts/otf/ by /ps/ 
10833
10834         
10835 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10836
10837         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10838
10839         * lily/book.cc (process): Oops, add score_.header_.
10840
10841         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10842
10843         * lily/parser.yy: Handle toplevel and book texts as score.
10844
10845         * scm/page-layout.scm (default-page-make-stencil):
10846         Bugfix: (page-properties rename.
10847
10848         * scm/backend-library.scm (ly:system): Typo.
10849
10850 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10851
10852         * stepmake/stepmake/executable-targets.make (installexe): don't
10853         strip installed executables
10854
10855         * lily/font-select.cc (get_font_by_design_size): revert
10856         pango_description_string as well.
10857
10858         * lily/system.cc (set_loose_columns): put loose column just left
10859         of next column.
10860
10861         * lily/include/group-interface.hh (extract_grob_array): rename
10862         from Pointer_group_interface__extract_grobs
10863
10864         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10865
10866         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10867         function. Keep ledgered note heads at a minimum distance.
10868         Introduce minimum-length-fraction
10869         (print): introduce length-fraction property.
10870
10871 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10872
10873         * tex/GNUmakefile: remove latin1.enc rules.
10874
10875 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10876
10877         * scm/titling.scm: Typo.
10878
10879         * input/regression/score-text.ly: Really add.
10880
10881         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10882
10883 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10884
10885         * lily/open-type-font-scheme.cc:  new file.
10886
10887 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10888
10889         * scm/titling.scm (layout-extract-page-properties): Rename from
10890         page-properties.  Update callers.
10891
10892         * lily/lexer.ll (Lily_lexer):
10893         * lily/parser.yy: Junk lyric_markup state.
10894
10895         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10896
10897         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10898         Add texts parameter.
10899
10900 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10901
10902         * lily/lexer.ll (lyric_markup): New mode.
10903         (Lily_lexer::push_lyric_markup_state): New method.
10904         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10905
10906         * lily/parser.yy (book_body):
10907         (toplevel_expression): Grok \markup texts.
10908
10909         * lily/score-scheme.cc (ly:music-scorify): 
10910         * scm/lily-library.scm (collect-music-for-book): Take texts
10911         parameter.
10912
10913         * lily/score.cc (texts_): New member.
10914
10915         * lily/paper-book.cc (systems): Format score texts.
10916
10917         * score-text.ly: New file.
10918
10919         * ttftool/SConscript:
10920         * kpath-guile/SConscript: New file.
10921
10922         * lily/SConscript:
10923         * SConstruct: Update.
10924
10925 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10926
10927         * VERSION (PACKAGE_NAME): release 2.5.14
10928
10929 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10930
10931         * lily/main.cc: Add dummy xgettext markers.
10932
10933 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10934
10935         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10936         requirements
10937
10938         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10939         executable is < 40k
10940
10941         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10942         hack.
10943
10944 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10945
10946         * flower/libc-extension.cc:
10947         * flower/include/libc-extension.hh: [Open]BSD simply cast
10948         cookie/funopen declarations.
10949
10950         * stepmake/aclocal.m4: Check for libkpathsea.so.
10951
10952         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10953         dl_kpse_find_file.
10954
10955 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10956
10957         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10958         (open_library): alternative for static library.
10959
10960 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10961
10962         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10963
10964         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10965
10966         Drop run-time dependency on teTeX.
10967
10968         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10969
10970         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10971         KPATHSEA_LIBS in LIBS.
10972         (STEPMAKE_DLOPEN): New function.
10973
10974         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10975         not path.
10976
10977         * flower/file-path.cc (directories): Rename from paths, as this
10978         return an array of directories (a single path).
10979
10980 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10981
10982         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10983
10984         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10985         new ly:kpathsea-find-file
10986
10987         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10988
10989         * kpath-guile/GNUmakefile: new file
10990
10991         * buildscripts/gen-emmentaler-scripts.py (i): generate
10992         emmentaler-X.fontname as well.
10993
10994         * buildscripts/ps-embed-cff.py: new script
10995
10996         * scm/lily-library.scm: remove ps-embed-cff.
10997
10998         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10999         font loading. 
11000
11001         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11002         fontconfig as well.
11003
11004         * lily/font-config.cc (init_fontconfig): add cff/ too.
11005
11006         * ly/generate-embedded-cff.ly: capitalize.
11007
11008         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11009         so as to register the pango font.
11010
11011         * lily/font-config.cc (init_fontconfig): add
11012         prefix/{otf,type1,mf/out} to fontconfig path.
11013
11014         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11015         overrides all. 
11016
11017         * configure.in (gui_b): remove ec mftrace check
11018
11019         * config.hh.in: use lilypond-Major.Minor as data directory.
11020
11021         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11022
11023         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11024         name.
11025
11026 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11027
11028         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11029         error messages.
11030
11031         * flower/libc-extension.cc:
11032         * flower/include/libc-extension.hh: [Open]BSD fixes for
11033         cookie/funopen declarations.
11034
11035 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11036
11037         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11038         emmentaler.
11039
11040         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11041         lcrm10.
11042
11043         * scm/define-markup-commands.scm (fontsize): new markup
11044         command. Also set baseline-skip
11045
11046 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11047         
11048         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11049         use.
11050
11051 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11052
11053         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11054
11055         * lily/pdf.cc: remove PDF related files
11056
11057 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11058
11059         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11060         <hamamatsu@gmx.de>
11061
11062 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11063
11064         * Documentation/user/advanced-notation.itely: first draft
11065         of reorg done.
11066
11067         * Documentation/user/global.itely: fixed (sub)section
11068         bits of MIDI.
11069
11070 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11071
11072         * cygwin/mknetrel (extras): Bufix (Bertalan).
11073
11074         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11075         * Documentation/user/instrument-notation.itely (Introducing chord
11076         names): Compile fix: must have unique name.
11077
11078 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11079
11080         * Documentation/user/instrument-notation.itely: reorg.
11081
11082 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11083
11084         * scm/output-gnome.scm:
11085         * scm/output-svg.scm: Fix font scaling.
11086
11087 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11088
11089         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11090         what link to use best.
11091
11092         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11093         * Documentation/user/tutorial.itely (Automatic and manual beams):
11094         Fix @ref.
11095
11096         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11097         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11098         * scm/framework-gnome.scm (tweak): Use it.
11099
11100 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11101
11102         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11103
11104         * scm/output-ps.scm (white-text): reinstate white-text
11105
11106 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11107
11108         * scm/output-ps.scm (offset-add): Remove.
11109
11110         * scm/lily-library.scm (offset-flip-y): New function.
11111         * scm/framework-gnome.scm (tweak): Use it.
11112
11113         * scm/output-gnome.scm (grob-cause): Add parameter.
11114
11115         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11116         * scm/output-ps.scm (url-link): Move.
11117         (white-text): Warn user about brokenness.
11118
11119         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11120         wrt ghostscript.
11121
11122 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11123
11124         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11125         if body length smaller than measure length.
11126
11127         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11128         for Y.
11129
11130         * ly/titling-init.ly (tagline): put default tagline in \paper
11131
11132 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * lily/kpath.cc: 
11135         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11136
11137         * scm/lily-library.scm (version-not-seen-message): New function.
11138         * ly/init.ly: Use it.
11139
11140         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11141         breaks as progess.
11142
11143         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11144         whitespace with l10n message.
11145
11146         * scm/framework-tex.scm (convert-to-ps):
11147         (convert-to-dvi): Do not use overly specific l10n messages.
11148
11149         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11150
11151         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11152         merge stderr with stdout.  
11153
11154 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11155
11156         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11157         Neeracher).
11158
11159 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11160
11161         * Documentation/user/instrument-notation.teily: moved
11162         \arpeggio to Basic.
11163
11164         * Documentation/user/advanced-notation.itely: Articulation to
11165         Basic, a bunch of stuff from Basic moved to Advanced.
11166
11167         * Documentation/user/basic.itely: swapped various sections,
11168         reorganized Basic.
11169
11170 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * flower/memory-stream.cc: 
11173         * flower/libc-extension.cc: Remove obsolete #undefs.
11174
11175         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11176         more carefully.
11177
11178 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11179
11180         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11181         dependency.
11182
11183         * VERSION (PACKAGE_NAME): release 2.5.13
11184
11185         * GNUmakefile.in (web-ext): don't ship ps.gz
11186
11187         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11188         stdout
11189
11190 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11191
11192         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11193         without libintl.  Now it compiles too.
11194
11195 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11196
11197         * Documentation/user/basic-notation.itely,
11198         instument-notation.itely, advanced-notation.itely:
11199         split up contents of notation.itely.
11200
11201         * Documentation/user/notation.itely: file removed.
11202
11203         * Documentation/user/invoking.itely, converters.itely:
11204         moved convert-ly info to invoking.itely.
11205
11206         * Documentation/user/global.itely, changing-defaults.itely,
11207         sound-output.itexi: moved global settings, file layout, and
11208         sound into global.itely.
11209
11210         * Documentation/user/sound-output.itexi: file removed.
11211
11212         * Documentation/user/lilypond.tely: removed links to
11213         notation.itely and sound.itely.
11214
11215 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11216
11217         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11218
11219         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11220  
11221         * THANKS: add sponsor.
11222
11223         * scm/define-markup-commands.scm (with-url): new markup command.
11224
11225         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11226         tagline.
11227         
11228         * scm/output-tex.scm (url-link): stub.
11229
11230         * scm/output-ps.scm (url-link): new function.
11231
11232         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11233         ly:set-point-and-click
11234
11235 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11238         based on pdf-viewer setting.
11239
11240         * scm/framework-ps.scm (write-preamble): Find and set preferred
11241         pdf-viewer.
11242
11243 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11244
11245         * Documentation/user/point-and-click.itely: update for PDF point &
11246         click.
11247
11248         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11249         editors based on EDITOR setting.
11250
11251 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11252
11253         * scm/*: Oops, more grand 2005 replace bits.
11254
11255 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11256
11257         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11258
11259         * scm/output-ps.scm (grob-cause): point & click support for
11260         PostScript
11261
11262 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11263
11264         * lily/input-scheme.cc (LY_DEFINE): rename to
11265         ly:input-file-line-column
11266
11267 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11268
11269         * Documentation/user/examples.itely: small fix from Steve Doonan.
11270
11271         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11272
11273         * THANKS: added Yuval Harel.
11274
11275         * Documentation/user/{various}: inserted two spaces after a period.
11276
11277         * Documentation/user/lilypond.tely: added framework for reorg.
11278
11279         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11280         advanced-notation.itely, global.itely: new files, placeholder for
11281         future reorg.
11282
11283 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11284
11285         * Documentation/user/notation.itely: revamped Polyphony section
11286         
11287 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11288
11289         * Documentation/user/lilypond-book.itely (Music fragment options):
11290         doc fontload.
11291
11292         * Documentation/user/changing-defaults.itely (Text encoding): add
11293         fontload option to utf8 include
11294
11295         * scripts/lilypond-book.py (compose_ly): add fontload option
11296
11297         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11298         force-eps-font-include option.
11299
11300         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11301         black triangle
11302
11303         * Documentation/user/invoking.itely (Editor support): remove
11304         lilypond-latex section.
11305
11306         * scripts/lilypond-latex.py (Module): remove script.
11307
11308         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11309         overwrite .log. 
11310
11311         * lily/main.cc: remove -m, --no-layout
11312
11313         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11314         to define. We don't want to override fprintf everywhere.
11315
11316 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11317
11318         * cygwin/lilypond.hint: 
11319         * cygwin/README.in: Update dependencies.
11320
11321         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11322         Bugfix: do not pollute CPPFLAGS, LIBS.
11323
11324         * cygwin/mknetrel (extras): Cross compile fixes.
11325
11326         * ttftool/util.c: 
11327         * ttftool/ttfps.c: 
11328         * ttftool/ps.c: #include libc-extension.hh
11329
11330         * flower/include/libc-extension.hh:
11331         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11332         wrapper using funopen.
11333         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11334         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11335
11336         * config.hh.in:
11337         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11338         (AC_CHECK_HEADERS): Add libio.h
11339
11340         * scripts/convert-ly.py: Uniformize, internationalize.
11341         (2.5.2): Remove fatal encoding rule.
11342         (2.5.13): Handle latin1 encoding gracefully.
11343
11344 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * HACKING: Fix line breaks.
11347
11348 2005-02-23  Werner Lemberg  <wl@gnu.org>
11349
11350         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11351         contains those two files.
11352
11353 2005-02-21  Werner Lemberg  <wl@gnu.org>
11354
11355         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11356         to improve overlap removal process.
11357
11358         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11359         left and right ending.  This ensures better overlapping.
11360         Update all callers.
11361         ("lineprall"): Don't use draw_gridline to get better overlapping.
11362
11363 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11364
11365         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11366
11367         * Documentation/topdocs/NEWS.tely (Top): oops.
11368
11369 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11370
11371         * HACKING: new file.
11372
11373         * input/regression/utf8.ly (portuguese): added a portuguese example
11374         to show latin1 accents.
11375
11376 2005-02-21  Pal Benko  <benkop@freestart.hu>
11377
11378         * lily/mensural-ligature-engraver.cc:
11379         * lily/mensural-ligature.cc:
11380         * lily/include/mensural-ligature.hh: new algorithm implemented
11381
11382         * scm/define-grob-properties.scm: join-left killed (add-join may
11383         be used); join-left-amount changed to join-right-amount
11384
11385 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11386
11387         * Documentation/user/notation.itely: small but urgent fix.
11388
11389 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11390
11391         * lily/duration-scheme.cc: bugfix: correct parameters to
11392         SCM_ASSERT_TYPE.
11393
11394         * THANKS: added Pal.
11395
11396         * Documentation/user/notation.itely: bugfix: unTeXified
11397         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11398         "timesig.*x/y" -> "timesig.*xy".
11399
11400 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11401         
11402         * VERSION (PACKAGE_NAME): release 2.5.12
11403
11404 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11405
11406         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11407
11408         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11409
11410         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11411
11412         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11413
11414 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11415
11416         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11417         latin1..utf-8.
11418
11419         * input/regression/stanza-number.ly:
11420         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11421
11422         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11423
11424 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11425
11426         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11427         NEWS. Refer to website for older news.  
11428
11429         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11430         .HTML. This should be done for specific servers only.
11431
11432         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11433         .ly image examples.
11434
11435         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11436         in layer 0 too.
11437
11438         * scm/define-context-properties.scm
11439         (all-user-translation-properties): add tieWaitForNote
11440
11441         * scm/define-grobs.scm (all-grob-descriptions): add
11442         Tie_column::before_line_breaking
11443
11444         * lily/tie.cc (get_column_rank): new function
11445
11446         * lily/tie-column.cc (before_line_breaking): new function.
11447         (werner_directions): take into account ties that start on
11448         different columns.  
11449
11450         * lily/score-engraver.cc (set_columns): move add_column() so we
11451         have column rank available.
11452
11453         * lily/tie.cc (get_column_rank): new function.
11454
11455         * input/regression/utf8.ly (japanese): add japanese lyrics.
11456
11457         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11458
11459         * THANKS: add Steve D
11460
11461         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11462         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11463
11464 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11465
11466         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11467         to show harmonic notes
11468         * scm/define-markup-commands.scm: in \markup-by-number
11469         "dots-dot" -> "dots.dot" to show dotted notes
11470
11471 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11472
11473         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11474
11475         * flower/memory-stream.cc (writer): new file.
11476
11477         * configure.in: add endian test.
11478
11479 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11480
11481         * Documentation/user/examples.itely: small
11482         simplification/beautification
11483
11484         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11485         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11486         notation manual.
11487
11488         * lily/mensural-ligature.cc: bugfix: another few victims of the
11489         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11490
11491         * ly/gregorian-init.ly: commit some experimental code for hi-level
11492         ligature input language lying around here for several months.
11493
11494         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11495         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11496
11497         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11498         "x-y-z"->"x.y.s-z" fixes.
11499
11500 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11501
11502         * scm/framework-pdf.scm (scm): new file
11503
11504         * lily/include/pdf.hh (class Pdf_file): new file.
11505
11506         * lily/pdf.cc (write_trailer): new file.
11507
11508 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11509
11510         * input/regression/color.ly: new file
11511
11512         * lily/stencil.cc (interpret_stencil_expression):
11513         when a color expression is encountered: save current color,
11514         process the rest of the expression, and restore previous color.
11515
11516         * lily/system.cc (get_line): check all grobs for color property and
11517         prepare the stencil scheme expressions for further processing.
11518         Fix layer-loop.
11519
11520         * scm/define-grob-properties.scm: introduce the color property.
11521
11522         * scm/output-lib.scm: color helper functions.
11523
11524         * scm/output-ps.scm: introduce setcolor/resetcolor.
11525
11526 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11527
11528         * ly/*.ly, input/regression/*.ly: Added missing \version
11529         statements in some files.
11530
11531 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11532
11533         * Documentation/user/notation.itely: minor editing.
11534
11535         * Documentation/user/converters.itely: updated convert-ly bugs.
11536
11537         * Documentation/user/lilypond-book.itely: add info about using
11538         feta characters in latex.
11539
11540 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11541
11542         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11543
11544 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11545
11546         * scm/define-grob-properties.scm (all-user-grob-properties):
11547         removed 'dashed property.
11548
11549 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11550
11551         * scm/lily.scm (define-safe-public): new macro for defining
11552         variables that can be used in --safe mode. Use it in *.scm
11553         instead of manually setting safe-objects in safe-lily.scm.
11554
11555 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11556         
11557         * lily/slur.cc: Slur-dash patch by Bertalan.
11558
11559         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11560
11561         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11562
11563 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11566
11567 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * mf/GNUmakefile: teTeX-3.0 install fix.
11570
11571         * Cygwin patch from Bertalan.
11572
11573         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11574
11575 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11576
11577         * GNUmakefile.in: 
11578         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11579
11580         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11581         2.0.x compatibility.
11582
11583 2005-02-08  Werner Lemberg  <wl@gnu.org>
11584
11585         * mf/feta-din-code.mf: Format; clean up code.
11586         Replace `---' with `--' plus explicit path directions.
11587         (linethickness#, stafflinethickness#): Remove.
11588         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11589         ("dynamic s"): Improve shape.
11590         ("dynamic p"): Improve shape.
11591         Replace `draw' with better outline approximation.
11592         ("dynamic r"): Improve shape.
11593         Don't call `fill' and `draw' at the same time.
11594
11595 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * SConstruct (symlink):
11598         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11599         build fix: add enc symlink.
11600
11601         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11602
11603         Support for DESTDIR besides prefix=/foo
11604
11605         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11606
11607         * stepmake/stepmake/*.make:
11608         * */GNUmakefile:
11609         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11610
11611         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11612
11613         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11614         mawk in fontforge (date) test.
11615
11616 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11617
11618         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11619         font-family=roman. Add Luxi Sans as sans
11620
11621 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11622
11623         * Documentation/user/notation.itely: add warning about
11624         percent repeats and Voice contexts.
11625
11626         * Documentation/user/lilypond-book.itely: clarified the
11627         necessity of dvips -u arguments.
11628
11629 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11630
11631         * THANKS: Added a bunch of bug hunters.
11632
11633 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11634
11635         * scm/framework-ps.scm (output-preview-framework): bugfix.
11636
11637         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11638         o/ for chord modifier..
11639
11640         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11641
11642         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11643         Welsh Duggan). 
11644
11645 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11646
11647         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11648
11649         * ly/titling-init.ly: Do not also print intstrument in header on
11650         first page.  Do not print page number on first and only page.
11651
11652 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11653
11654         * input/regression/*.ly: remove old-relative everywhere
11655
11656         * lily/music-sequence.cc (simultaneous_relative_callback): do
11657         what-if analysis on copy, not on original. Fixes old-relative
11658         compatibility.
11659
11660         * scm/backend-library.scm (postscript->png): space before
11661         --verbose.
11662         
11663 2005-02-05  Werner Lemberg  <wl@gnu.org>
11664
11665         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11666         is defined.
11667
11668         * mf/feta-alphabet.mf: Define `staffsize#'.
11669         Include `feta-params.mf'.
11670         s/staffheight/design_size/.
11671
11672         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11673
11674         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11675
11676         * mf/feta-nummer-code.mf: Reformatted.
11677         (draw_six): Use outline intersection to avoid a self-intersecting
11678         path.
11679         ("Numeral comma"): Fix serious outline glitches.  This slightly
11680         changes the glyph shape.
11681         ("Numeral dash"): Use `draw_rounded_block'.
11682         ("Numeral dot"): Use `drawdot'.
11683         ("Numeral 1"): Assure identical tangent directions for the
11684         intersection points of paths.  The glyph shape improvement is only
11685         visible at very high magnifications.
11686         ("Numeral 2"): Use `solve' macro to make the lower right part of
11687         the glyph outline touch the x axis exactly.  This changes the
11688         glyph shape.
11689         Minor fixes for better overlap removal support.
11690         ("Numeral 4"): Make lefter corner `rounder'.
11691         ("Numeral 5"): Assure identical tangent directions for the
11692         intersection points of paths.  This improves the glyph shape at
11693         high magnifications.
11694         ("Numeral 7"): Use `solve' macro to make the upper right part of
11695         the glyph outline touch the metrics box exactly.  This changes the
11696         glyph shape.
11697         Avoid corner in the upper left part of the glyph (causing a minor
11698         shape change).
11699
11700         * mf/feta-ital-*.mf: Removed.  Unused.
11701
11702 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11703
11704         * VERSION (PATCH_LEVEL): release 2.5.11
11705
11706         * input/regression/fill-line-test.ly: new file.
11707
11708         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11709         emmentaler name, eg. emmentaler-23. 
11710
11711 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11712
11713         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11714         alignment with centered texts
11715
11716         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11717         list of paddings
11718
11719 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11720
11721         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11722
11723         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11724         of parents when translating rests. Fixes: c-chord-rest.ly 
11725
11726         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11727         dimension_callback_ member.
11728
11729         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11730         of extents.
11731
11732 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11733
11734         * all but lily/*: The grand 2004/2005 replace.
11735
11736 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11737
11738         * lily/*: add space after ,  
11739
11740         * scm/music-functions.scm (has-request-chord): don't use
11741         ly:music-name anywhere. Fixes <<\\>> notation. 
11742
11743         * scm/define-markup-commands.scm (box): use font-size for
11744         padding. Fixes boxed-rehearsal-marks.ly
11745
11746         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11747         identifier definition too, so foo = \lyrics { ...   } bar = #1
11748         doesn't complain about "bar" being LYRICS_STRING.
11749
11750         * lily/paper-def.cc (find_pango_font): new routine; Store
11751         pango_fonts in hash tab too. This is necessary for retrieving
11752         Pango_fonts::physical_font_tab() later on.
11753  
11754         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11755         crash if psname is null.
11756
11757         * lily/lily-guile.cc (ly_hash2alist): new function
11758
11759         * Documentation/user/changing-defaults.itely (Text encoding):
11760         rewrite. 
11761
11762         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11763         -> font_filename mapping.
11764
11765         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11766         ly_pango_font_physical_fonts
11767
11768         * scm/framework-ps.scm (supplies-or-needs): extract names from
11769         physical Pango_fonts.
11770
11771         * utf8.ly: new file.
11772
11773 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11774
11775         * Documentation/user/changing-defaults.itely (Page layout): add
11776         doco about systemSeparatorMarkup.
11777
11778         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11779         function.
11780         (default-page-make-stencil): insert system separators.
11781
11782         * scm/define-markup-commands.scm (hcenter): add
11783         (beam): add.
11784
11785 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11786
11787         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11788
11789 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11790
11791         * lily/main.cc: Spell backend consistently.  Sort options.
11792
11793 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11794
11795         * scripts/lilypond-book.py (Module): revert @include.
11796         
11797 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11798
11799         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11800         Bugfix: @include .tex (not .texi).  Small cleanups.
11801
11802         * stepmake/bin/add-html-footer.py (i18n): New function.
11803
11804 2005-01-31  Werner Lemberg  <wl@gnu.org>
11805
11806         * mf/feta-nummer.mf: Removed.  Unused.
11807
11808 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11809
11810         * lily/ : 2004 -> 2005 s&r
11811
11812         * scm/file-cache.scm (cached-file-contents): add file. Read each
11813         file only once.
11814
11815         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11816         now default.
11817
11818         * VERSION: release 2.5.10
11819         
11820         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11821
11822         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11823
11824         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11825         that both X and Y extents of bbox are non-nil.
11826
11827 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11828
11829         * scm/chord-name.scm (alteration->text-accidental-markup): change
11830         - to . 
11831
11832         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11833
11834         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11835
11836         * Documentation/user/invoking.itely (Invoking lilypond): add note
11837         about EPS backend.
11838
11839         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11840         files for inclusion in lilypond-book document.
11841
11842         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11843
11844         * input/tutorial/lbook-texi-test.texi: new file.
11845
11846         * scm/safe-lily.scm (safe-objects): add
11847         {begin,end}-of-line-(in)?visible as safe.
11848  
11849 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11850
11851         * Documentation/user/changing-defaults.itely: fixed example
11852         of (dynamics).
11853
11854 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11855
11856         * lily/main.cc: fix info about -o=FILE.
11857
11858 2005-01-29  Werner Lemberg  <wl@gnu.org>
11859
11860         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11861         construction to assure smooth transition from straight to curved
11862         lines.
11863
11864 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11865
11866         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11867         stencils.
11868
11869         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11870         translate to top of page. Fixes alignment problems of
11871         lilypond-generated EPS files.
11872
11873 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11874
11875         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11876         crescendo-end as well, since Decrescendo maybe ended with Stop
11877         Crescendo.). Fixes: partcombine-diminuendo.ly
11878
11879         * scm/script.scm (default-script-alist): swap portato symbols.
11880
11881         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11882
11883         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11884         ly:outputter-port. New function.
11885
11886         * scm/framework-ps.scm (output-classic-framework): dump a
11887         -systems.texi too
11888         (output-classic-framework): dump multiple systems on an "infinite"
11889         page EPS including fonts. 
11890
11891         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11892         .eps files for both texi and tex formats. Use PNG coming from
11893         lilypond.
11894         
11895 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11896
11897         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11898
11899         * scripts/lilypond-latex.py: fix info about -o=FILE.
11900
11901 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11902
11903         * ly/generate-embedded-cff.ly: write .cff.ps files.
11904
11905         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11906
11907         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11908         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11909
11910 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11911
11912         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11913
11914 2005-01-28  Werner Lemberg  <wl@gnu.org>
11915
11916         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11917         macros.
11918         (draw_bulb): Improved.
11919
11920         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11921         metapost bug.
11922         (draw_pedal_P): Use soft_end_penstroke.
11923         (draw_pedal_d): Use soft_start_penstroke.
11924
11925         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11926         path.
11927         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11928         doesn't change the glyph shape.
11929
11930         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11931         changing the shape) to avoid fontforge warnings.
11932
11933         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11934         soft_end_penstroke and fix glyph shape.
11935
11936 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11937
11938         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11939
11940 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11941
11942         * scm/define-markup-commands.scm (line): filter out empty stencils
11943         from line command.
11944
11945         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11946         amount.
11947
11948 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11949
11950         * Documentation/user/notation.itely: added info about what
11951         \voiceFoo does.  Also rewrote warning about marks at
11952         a line break.
11953
11954         * Documentation/user/changing-defaults.itely: added info
11955         about putting dynamics in parenthesis and brackets.
11956
11957 2005-01-27  Werner Lemberg  <wl@gnu.org>
11958
11959         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11960
11961 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11962
11963         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11964         portato-direction.ly
11965
11966         * lily/beam.cc (consider_auto_knees): add beam height to
11967         threshold. Fixes: knee-multiple-beam.ly
11968
11969         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11970         pedal line spanners. Fixes: instrument-center-pedal.ly
11971
11972         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11973         if encountering barline. Fixes: auto-beam-repeat.ly
11974
11975 2005-01-26  Werner Lemberg  <wl@gnu.org>
11976
11977         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11978         overlapping.
11979
11980         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11981         with inflections for the 1/2 sharp glyph.
11982
11983         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11984         connection between `t' and `r'.
11985         Unify bulb with the rest of `r' to avoid grazing outlines which
11986         confuses the overlap removal algorithm of fontforge.
11987
11988         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11989         inflections.
11990         (draw_cross): Fix shape to have uniform thickness in corners.
11991
11992         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11993         to avoid an uneven number of self-intersections; this confuses
11994         fontforge.
11995         Fix a slight bug in the shape at left bottom (which is visible only
11996         at high magnifications).
11997         `Center' the stem horizontally to avoid overlapping.
11998
11999 2005-01-24  Werner Lemberg  <wl@gnu.org>
12000
12001         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12002         to `asis'.
12003         (fet_begingroup): Save group name in string `feta_group'.
12004         (fet_endgroup): Updated.
12005         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12006
12007         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12008
12009         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12010         in metapost.
12011
12012 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12013
12014         * Documentation/user/notation.itely: really minor editing.
12015
12016 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12017
12018         * Documentation/user/examples.itely: minor editing.
12019
12020         * Documentation/user/changing-defaults.itely: minor editing.
12021
12022         * Documentation/user/notation.itely: clarified info on polyphony
12023         and \addlyrics.
12024
12025 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12026
12027         * scm/output-gnome.scm: 
12028         * scm/output-svg.scm:
12029         * scm/lily-library.scm (font-name-style): Update font name
12030         kludging for fontconfig use.
12031
12032 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12033
12034         * scm/define-markup-commands.scm: Document right-align and
12035         larger markup commands. Remove "TODO" from the topmost comment
12036         "each markup function should have a doc string." More consistent
12037         use of new-lines.
12038
12039 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12040
12041         * Documentation/user/changing-defaults: removed info about
12042         copyright symbol, since it's likely to change soon.
12043         Added info about betweensystemspace.
12044
12045         * Documentation/user/notation.itely: minor fixes.
12046
12047         * Documentation/user/lilypond.tely,
12048         Documentation/user/music-glossary.tely: changed copyright
12049         date to 2005 instead of 2004.
12050
12051         * input/test/volta-chord-names.ly: added old example back.
12052
12053 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12054
12055         * mf/feta-beugel.mf: use design size 20 (not 15).
12056
12057         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12058         change name to aybabtu completely
12059
12060 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12061
12062         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12063         design_size to fontname
12064
12065 2005-01-19  Werner Lemberg  <wl@gnu.org>
12066
12067         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12068         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12069
12070         * mf/feta-autometric.mf (set_char_box): Add code which emits
12071         specials for mf2pt1 if run with metapost.
12072         (to_bp): New macro for mf2pt1.
12073
12074 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12075
12076         * Documentation/user/changing-defaults: added info on
12077         creating a copyright symbol.
12078
12079 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12080
12081         * VERSION: release 2.5.9
12082         
12083 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12084
12085         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12086
12087         * Documentation/user/notation.itely: Document
12088         score-override-auto-beam-setting Fix documentation for
12089         revert-auto-beam-setting.
12090
12091 2005-01-18  Werner Lemberg  <wl@gnu.org>
12092
12093         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12094         (procset): New function to define a procset resource.
12095         (ps-embed-pfa): New function to define a font resource.
12096         (setup): New function to define a `Setup' environment.
12097         (preamble): Use new functions.
12098
12099         * ps/lilypond.defs (init-lilypond-parameters): New function to
12100         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12101
12102 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12103
12104         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12105
12106 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12107
12108         * scm/define-markup-commands.scm: Change number->markletter-string
12109         to take two arguments (vector number). Add number->mark-alphabet-vector
12110         and markalphabet markup command.
12111
12112         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12113         format-mark-alphabet, format-mark-box-barnumbers and
12114         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12115
12116 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12117
12118         * Documentation/user/examples.itely: add SATB automatic piano
12119         reduction template.
12120
12121         * Documentation/user/notation.itely: added info about changing
12122         partcombine texts.  Also adds examples of alternate lyrics.
12123
12124         * Documentation/user/changing-defaults.itely: added warning
12125         about \RemoveEmptyStaffContext overriding previous changes.
12126
12127 2005-01-17  Werner Lemberg  <wl@gnu.org>
12128
12129         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12130         feta-alphabet*.
12131
12132 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12133
12134         * python/lilylib.py (make_ps_images): don't do final showpage for
12135         multi-page documents.
12136         
12137         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12138
12139 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12140
12141         * Documentation/user/lilypond.tely: changed order of appendices;
12142         unified index should be last.
12143
12144         * Documentation/user/notation.itely: add example of key signatures
12145         and info about Staff.printKeyCancellation.
12146
12147 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12148
12149         * lily/include/repeated-music.hh (class Repeated_music): change
12150         into "namespace" class.
12151
12152         * lily/event.cc: remove Key_change_event.
12153
12154         * lily/include/transposed-music.hh (class Transposed_music): remove.
12155
12156         * lily/transposed-music.cc: remove
12157
12158         * lily/include/relative-music.hh: remove.
12159
12160         * lily/include/music-sequence.hh (struct Music_sequence): change
12161         into "namespace" class.
12162
12163         * lily/untransposable-music.cc (Module): remove
12164
12165         * lily/include/un-relativable-music.hh (Module): remove
12166
12167         * lily/include/untransposable-music.hh (Module): remove
12168
12169         * lily/include/music-list.hh (Module): remove file
12170
12171         * lily/un-relativable-music.cc: remove file.
12172
12173 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12174
12175         * lily/parser.yy: Compile fix.
12176
12177 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12178
12179         * lily/include/music.hh (class Music): unvirtualize transpose().
12180
12181         * lily/sequential-music.cc: remove file.
12182
12183         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12184
12185         * lily/slur-scoring.cc (get_best_curve): only switch on
12186         DEBUG_SLUR_SCORING for non NDEBUG builds.
12187
12188         * lily/include/music.hh (class Music): replace Music::start_mom()
12189         by start-callback property
12190
12191         * lily/include/grace-music.hh: remove file. 
12192
12193         * lily/stem.cc (height): robustness fix.
12194
12195         * lily/time-scaled-music.cc: remove file.
12196
12197         * lily/include/music.hh (class Music): include SCM init argument.
12198         (class Music): replace Music::get_length() virtual by
12199         length-callback property everywhere.
12200
12201         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12202
12203         * mf/GNUmakefile: don't install *list.ly
12204
12205 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12206
12207         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12208
12209 2005-01-12  Werner Lemberg  <wl@gnu.org>
12210
12211         This patch addresses the following problems in the feta sources
12212         files which contribute to the fetaXX fonts.
12213
12214         . Many fixes for rasterization at low resolutions (consistent use of
12215           `vround' and `hround', integer shift values for paths, applying
12216           `eps' for mirrored paths, use of `define_whole_pixels' and
12217           friends, etc.) -- while this probably looks like a waste of time
12218           it has revealed deficiencies in some glyph shapes.  See comment at
12219           the end of feta-params.mf how vertical symmetry is achieved.
12220
12221         . The `---' operator has been replaced everywhere with `--'; this
12222           both improves and considerably reduces the font size after
12223           conversion with mf2pt1.
12224
12225         These change aren't explicitly mentioned below since virtually all
12226         glyphs are affected.
12227
12228         Other notable differences:
12229
12230         . Glyphs from feta-accordion.mf now have charboxes around the
12231           outline.
12232
12233         . Fixed incorrect charbox for `accDot'.
12234
12235         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12236
12237         . Fixed position of the bow in the `upprall' glyph and its siblings.
12238
12239         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12240           dependent on the staff line thickness to avoid touching the middle
12241           staff line at smaller sizes.
12242
12243         . Largely extended output for feta-testXX: Where useful, glyphs
12244         are shown both between and on staff lines.
12245
12246
12247         * mf/feta-params.mf (staff_space_rounded,
12248         stafflinethickness_rounded, linethickness_rounded,
12249         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12250         Update all code which uses them where appropriate.
12251         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12252         New variables used to control rasterization at low resolutions.  Set
12253         to zero if feta code is processed with metapost.
12254
12255         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12256         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12257         (flare_path): Updated.
12258         Make it work with `filldraw' (but only circular pens).
12259         (hfloor, vfloor, hceiling, vceiling): New macros.
12260
12261         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12262         Use `draw' again in mf mode to have good pixel dropout control.
12263         Fix intersection points of horizontal lines with circle.
12264         ("accDot"): Fix parameters for set_char_box.
12265         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12266         control.
12267
12268         * mf/feta-banier.mf: Updated.
12269
12270         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12271         testing.
12272         (undraw_inside_ellipse): Remove `center' argument.  Update all
12273         callers.
12274         (draw_brevis): New macro, called by "Brevis notehead".
12275         (draw_whole_triangle_head): New macro, called by "Whole
12276         trianglehead".
12277         (draw_small_triangle_head): Use `filldraw'.
12278
12279         * mf/feta-eindelijk.mf: Remove useless global group.
12280         Updated.
12281
12282         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12283         `filldraw'.
12284
12285         * mf/feta-pendaal.mf: Updated.
12286
12287         * mf/feta-puntje.mf: Updated.
12288
12289         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12290         less points.
12291         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12292         dropout control.
12293         ("Varied Coda"): Use `draw_block'.
12294         (draw_comma): Fix typo.
12295         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12296         pixel dropout control.
12297
12298         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12299         position of bow.
12300
12301         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12302         sizes.
12303
12304         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12305         testing.
12306         (draw_meta_sharp): Much simplified.
12307         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12308
12309         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12310
12311 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12312
12313         * Documentation/user/notation.itely (Ancient rests): Fix typo
12314         (thanks Anthony)
12315
12316 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12317
12318         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12319
12320         * lily/main.cc (setup_paths): Add cff.
12321
12322         * mf/GNUmakefile (foe): Include actual target %.cff.
12323         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12324
12325 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12326
12327         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12328         suffix for main_input_b_.
12329
12330         * scm/music-functions.scm (toplevel-music-functions):
12331         precompute music lengths for music expressions.  
12332
12333 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12334
12335         * lily/include/input.hh (class Input): new `end_' slot for end of
12336         input. Renamed defined_str0_ to start_.
12337
12338         * lily/input.cc (Input): Add Input::Input (Input const &) and
12339         remove Input::Input (Source_file*, char const *). Use the new
12340         slots.
12341         (set_location): method used by bison to propagate input
12342         locations (YYLLOC_DEFAULT).
12343         (end_line_number, end_column_number, step_forward): new methods
12344         
12345         * lily/input-scheme.cc (ly:input-both-locations): new function,
12346         similar to ly:input-location, but also return the end line and
12347         column.
12348
12349         * lily/include/includable-lexer.hh: 
12350         * lily/includable-lexer.cc: 
12351         * lily/include/lily-lexer.hh (class Lily_lexer): 
12352         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12353         Includable_lexer to Lily_lexer, in order to update lexloc (the
12354         yylloc), a new slot of Lily_lexer.
12355         (here_input, LexerError): simplify by using the lexloc slot (aka
12356         yylloc)
12357
12358         * lily/lexer.ll: #define yylloc to use input locations (it may
12359         be useless here?). Fixed the #embedded_scm rule (step the location
12360         forward in order to skip the sharp sign before parsing the scheme
12361         expression)
12362
12363         * lily/include/lily-parser.hh (class Lily_parser): 
12364         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12365         here_input()
12366         (parser_error): overload for more precise locations of errors.
12367
12368         * lily/parser.yy (YYLTYPE): set location type to Input
12369         (YYLLOC_DEFAULT): use Input::set_location()
12370         (yylex): add the YYLTYPE* location parameter.
12371         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12372         Give an Input parameter to THIS->parser-error() for more accurate
12373         messages.
12374
12375 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12376
12377         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12378
12379         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12380         on BEAMQUANTING for non-NDEBUG builds.
12381
12382         * lily/stem.cc (head_count): performance: avoid String::String()
12383         inside oft called function.
12384
12385 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12386
12387         * Documentation/user/examles.itely: attempted fix for broken
12388         string quartet template.
12389
12390         * Documentation/user/notation.itely: remove unnecessary broken
12391         link.
12392
12393 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12394
12395         * VERSION (PACKAGE_NAME): release 2.5.7
12396
12397 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12398
12399         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12400         mf-nowin for teTeX-3.0.  Backportme.
12401
12402         * scm/output-svg.scm (utf8-string): New function.
12403
12404         * scm/output-gnome.scm (utf8-string): New function.
12405         (otf-name-mangling): Remove.
12406
12407         * lily/pango-font.cc (Pango_font): Use font string iso font
12408         filename for utf8-text.
12409
12410         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12411         name.
12412
12413 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12414
12415         * Documentation/user/notation.itely: add info about
12416         Staff.extraNatural = ##f in Pitches section.  Also
12417         fixed some minor issues in the Vocal music section.
12418
12419 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12420
12421         * scm/output-ps.scm (white-text): comment out Helvetica font,
12422         which is broken for my GS install.
12423
12424         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12425         which provides a tighter bbox.
12426
12427         * scm/define-grobs.scm (all-grob-descriptions): remove all
12428         extra-offsets from definitions.
12429
12430 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12431
12432         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12433         add tuning for 4-string bass and some common 4/5-string banjo
12434         tunings.  New function (four-string-banjo) turns a 5-string tuning
12435         into a 4-string tuning.  New function
12436         (fret-number-tablature-format-banjo) computes correct fret numbers
12437         on 5-string banjos.
12438
12439         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12440         Add beam correction to TabVoice.
12441
12442         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12443         using bold font; makes tabs more readable.
12444
12445 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12446
12447         * lily/font-select.cc (get_font_by_design_size): don't make
12448         Modified_font_metric; this causes trouble, since we don't know the
12449         font magnification from inside Pango_font::text_stencil()
12450
12451         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12452
12453         * Documentation/user/notation.itely (The Lyrics context): comment out
12454         broken {Small ensembles} link.
12455
12456         * scm/framework-svg.scm (output-framework): change calling convention.
12457
12458         * lily/object-key-dumper-scheme.cc: new file.
12459
12460         * lily/object-key-undumper-scheme.cc: new file.
12461
12462         * lily/tweak-registration-scheme.cc: new file.
12463
12464         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12465
12466         * Documentation/user/examples.itely (String quartet): uncomment
12467         broken example.
12468
12469         * lily/font-config.cc: new file.
12470
12471 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12472
12473         * scm/output-svg.scm: 
12474         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12475
12476         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12477
12478 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12479
12480         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12481         Add headers.
12482
12483         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12484
12485 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12486
12487         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12488
12489         * lily/include/main.hh: lose _b hungarian suffixes for global
12490         variables.
12491
12492         * lily/include/lily-guile-macros.hh: new file.
12493
12494         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12495
12496         * lily/general-scheme.cc: new file. 
12497
12498         * lily/font-select.cc (get_font_by_design_size): retrieve
12499         PangoFont for (designsize . "pango-descr") entries.
12500
12501         * lily/lily-parser-scheme.cc: new file.
12502
12503         * lily/output-def-scheme.cc: new file.
12504
12505         * lily/paper-book-scheme.cc: new file.
12506
12507         * lily/duration-scheme.cc (LY_DEFINE): new file.
12508
12509         * lily/pitch-scheme.cc:  new file.
12510
12511         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12512
12513 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12514
12515         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12516
12517 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12518
12519         * Documentation/user/notation.itely: minor editing.
12520
12521         * Documentation/user/changing-defaults: minor editing.
12522
12523         * Documentation/user/examples.itely: add template for
12524         string quartet part extraction; demonstrates tag.
12525
12526 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12527
12528         * Documentation/user/notation.itely: documents
12529         format-mark-box-letters and format-mark-box-numbers
12530
12531         * scm/define-context-properties.scm: change comment.
12532
12533 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12534
12535         * scm/framework-ps.scm (output-classic-framework): new function:
12536         dump systems as separate .eps files (without fonts) and write a
12537         single collecting .tex file.
12538
12539 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12540
12541         * Documentation/user/notation.itely (Setting simple songs):
12542         Correct several errors in the equivalent formulation of
12543         \addlyrics. 
12544         (The Lyrics context): Corrected link to the SATB example.
12545
12546 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12547
12548         * scm/lily.scm (completize-formats): new function
12549         (postprocess-output): new function
12550
12551         * lily/paper-book.cc (classic_output): change calling
12552         convention. Give basename as first argument. 
12553         remove Paper_book::post_processing().
12554
12555         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12556
12557 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12558
12559         * lily/paper-outputter.cc (LY_DEFINE): new function
12560         ly:outputter-close.
12561
12562         * lily/main.cc: change --format,-f to --backend,-b
12563
12564         * lily/include/main.hh: rename format to backend.
12565
12566         * scm/translation-functions.scm (format-mark-box-numbers): add.
12567         patch by Erlend Aasland
12568
12569 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12570
12571         * lily/pango-font.cc (text_stencil): dump string as
12572         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12573
12574 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12575
12576         * configure.in (gui_b): Remove handy developer-only
12577         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12578         CVS source installations (but break other non-default but correct
12579         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12580
12581         * SConstruct: 
12582         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12583         compatibility (backportme).
12584
12585         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12586
12587 2005-01-03  Werner Lemberg  <wl@gnu.org>
12588
12589         Prepare glyph shapes for mf2pt1 conversion.
12590
12591         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12592         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12593         `penstroke'.
12594         (accDot): Use `drawdot'.
12595         (accBayanbase): Replace `draw' with `draw_gridline'.
12596         (print_penpos): Moved to feta-macros.mf.
12597         (accOldEE): Replace `filldraw' with `penstroke'.
12598         Replace `draw' with `penstroke' and `drawdot'.
12599
12600         * mf/feta-banier.mf: Code clean-up.
12601         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12602         `fill'.
12603
12604         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12605
12606         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12607         paremeter to control drawing of labels.  Update all callers.
12608
12609         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12610         (new_bulb): Return a bulb as a single path.  To do that, it now
12611         takes some more parameters.  Updated all callers.
12612         (draw_gclef): Major clean-up.  `draw' has been replaced with
12613         `penstroke', unnecessary outlines have been removed.
12614         Remove (unused) gnome-canvas code.
12615
12616         * mf/feta-macros.mf (print_penpos): New macro (from
12617         feta-accordion.mf).
12618         Other minor fixes.
12619
12620         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12621         ("Pedal dot"): Use `drawdot'.
12622         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12623         all callers.
12624         Fix shape at top.
12625         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12626         all callers.
12627         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12628         all callers.
12629         Revert drawing direction.
12630
12631         * mf/feta-schrift.mf (draw_fermata): Use single path.
12632         (draw_short_fermata): Replace `filldraw' with `fill'.
12633         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12634         `draw_rounded_block' with a single path.
12635         ("Thumb"): Draw full circle instead of mirroring segments.
12636         (draw_accent): New macro.
12637         ("> accent", "espr"): Use it.
12638         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12639         ("open (unstopped)"): Draw full circle instead of mirroring
12640         segments.
12641         (draw_vee): Removed.
12642         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12643         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12644         path.
12645         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12646         partial pieces drawn with `fill' -- these do still overlap with the
12647         stem of the `t' but just once, not multiple times so that fontforge
12648         can handle it gracefully.
12649         Change other parts of the glyph so that fontforge's overlapping
12650         algorithm reliably works.
12651         (draw_heel): Replace `draw' with `fill'.
12652         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12653         ("Flageolet"): Replace `draw' with `penstroke'.
12654         ("Segno"): Replace `filldraw' with `penstroke'.
12655         Replace `draw' with `drawdot'.
12656         ("Coda"): Replace `fill' with `penstroke', using a single path.
12657         ("Varied Coda"): Use less overlapping paths.
12658         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12659         single path.
12660
12661         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12662         group to better control the `labels' command.
12663         Rename argument to `offset' and use it actually.  Update all
12664         callers.
12665         Replace `filldraw' with `fill'.
12666         ("mordent", "prallmordent", "upmordent", "downmordent",
12667         "lineprall"): Replace `draw' with `draw_gridline'.
12668         ("upprall", "downprall"): Replace `draw' with `fill'.
12669
12670         * mf/feta-timesig.mf: Formatting.
12671
12672         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12673         to...
12674         ("Flat"): Here.
12675         (draw_paren): Move code to draw labels to...
12676         ("Right Parenthesis"): Here.
12677
12678 2005-01-02  Graham Percival <gperlist@shaw.ca>
12679
12680         * Documentation/user/notation.itely: add example of \setTextDecresc
12681         and \setTextDim.
12682
12683 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12684
12685         * scm/define-markup-commands.scm :  fix glyph-strings of
12686         accidentals and \note-by-number
12687
12688 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12689
12690         * VERSION: 2.5.6 released.
12691         
12692         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12693
12694         * input/regression/new-markup-scheme.ly: oops. font-family=music
12695         -> font-encoding fetaMusic.  
12696
12697         * lily/main.cc: put default to PS.
12698
12699         * lily/tfm.cc: idem.
12700
12701         * lily/afm.cc: idem.
12702
12703         * lily/include/modified-font-metric.hh (struct
12704         Modified_font_metric): remove coding_scheme() method.
12705
12706         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12707
12708         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12709
12710         * input/les-nereides.ly: convert to utf8
12711
12712         * lily/modified-font-metric.cc (text_dimension): idem.
12713
12714         * lily/parser.yy (TODO): idem.
12715
12716         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12717
12718         * lily/lexer.ll: remove encoding
12719
12720         * scm/framework-ps.scm (output-variables): separately scale the
12721         page to mm 
12722
12723         * lily/pango-font.cc (Pango_font): fix scaling.
12724
12725         * lily/font-metric.cc (design_size): design_size returns a
12726         dimension now as well.
12727
12728 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12729
12730         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12731         brace generation. 
12732
12733         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12734
12735 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12736
12737         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12738         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12739
12740 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12741
12742         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12743         in first run as well.
12744
12745         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12746         dimension less points (ie. 12 = 12 point)
12747
12748         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12749
12750         * lily/all-font-metrics.cc (find_pango_font): set description_
12751
12752         * lily/pango-font.cc (text_stencil): export size as well.
12753         (text_stencil): fix scaling and extents box.
12754
12755 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12756
12757         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12758
12759         * Documentation/user/invoking.itely (Invoking lilypond): document
12760         texstr
12761
12762         * scripts/convert-ly.py (conv): add ancient rules.
12763
12764         * scm/clef.scm (c0-pitch-alist): replace - with .
12765
12766         * scripts/lilypond-book.py (process_snippets): add texstr support.
12767
12768         * scm/framework-texstr.scm (header): change extension to .textmetrics
12769
12770         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12771         -f tex.
12772
12773         * lily/text-metrics.cc: new file.
12774         (try_load_text_metrics): new function
12775
12776         * lily/include/text-metrics.hh: new file.
12777
12778 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12779
12780         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12781         ly_scheme_function to ly_lily_module_constant.
12782
12783         * lily/modified-font-metric.cc (text_dimension): try
12784         lookup_tex_text_dimension() first.
12785
12786         * lily/tfm.cc: new function ly:load-text-dimensions
12787
12788 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12789
12790         * scm/output-texstr.scm (text): use \lilygetmetrics
12791
12792         * scm/framework-texstr.scm (header): dump in new format.
12793
12794         * tex/lilypond-tex-metrics: new file.
12795         
12796 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12797
12798         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12799         mapping.
12800         (index_to_charcode): New method.
12801
12802         * scm/output-ps.scm (glyph-string): 
12803         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12804
12805 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12806
12807         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12808         implement fully, need FONT to get to charcode.
12809
12810         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12811
12812         * scm: Cleanups.
12813
12814         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12815         {Tunable context properties},
12816         {All layout objects},
12817         {Music definitions}.
12818
12819 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12820
12821         * VERSION: release 2.5.5
12822         
12823         * lily/main.cc: use TeX as default output format.
12824
12825         * flower/file-path.cc (find): try to open directly as well, so we
12826         find absolute path files. 
12827
12828         * lily/pango-select.cc: new file.
12829
12830         * scm/framework-ps.scm: remove all encoding code. 
12831         load pfb/pfa for PangoFont too.
12832         
12833         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12834
12835 2004-12-22  Werner Lemberg  <wl@gnu.org>
12836
12837         Prepare glyph shapes for mf2pt1 conversion.
12838
12839         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12840
12841         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12842         (define_triangle_shape): Use it to replace `draw' with `fill' and
12843         `unfill'.  Update all callers.
12844         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12845         (draw_cross): Ditto.
12846         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12847         Use penrazor for better conversion with mf2pt1.
12848         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12849         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12850         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12851         draw_la_head, draw_ti_head): Replace `filldraw' with
12852         `fill'.  Update all callers.
12853
12854 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12855
12856         * lily/paper-book.cc (output): revert: only allow a single output
12857         format.
12858
12859         * lily/include/pango-font.hh: new file.
12860
12861         * lily/pango-font.cc: new file.
12862
12863         * lily/font-metric.cc (text_stencil): new routine
12864
12865         * lily/all-font-metrics.cc (find_pango_font): new routine.
12866
12867         * lily/include/font-metric.hh (struct Font_metric): add
12868         text_stencil()
12869
12870         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12871
12872 2004-12-22  Werner Lemberg  <wl@gnu.org>
12873
12874         Prepare glyph shapes for mf2pt1 conversion.
12875
12876         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12877
12878         * mf/feta-toevallig.mf: Formatting.
12879         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12880         ("Natural"): Fix paths to allow better postprocessing.
12881         (draw_meta_flat): Use `z3l' as additional point in path to get
12882         better conversion with mf2pt1.
12883         Other minor cleanups.
12884         ("3/4 Flat"): Add auxiliary points and modify path to replace
12885         `draw' with `fill'.
12886         ("Double Sharp"): Mirror path segments instead of picture elements
12887         to get a single outline.
12888         Modify path to replace `filldraw' with `fill'.
12889
12890 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12891
12892         * input/test/unfold-all-repeats.ly: added file back.
12893
12894         * Documentation/user/notation.itely,
12895         Documentation/user/programming-interface.itely
12896         Documentation/user/changing-defaults.itely: fixed misc broken
12897         links to input/test/ files.
12898
12899 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12900
12901         * tex/texinfo.tex: Update.  We should not be distributing this,
12902         but since we do, use latest version.
12903
12904         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12905         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12906         macros for feta glyphs.
12907
12908 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12909
12910         * Documentation/user/changing-defaults.itely: fix index for set.
12911
12912         * Documentation/user/converters.itely: added convert-ly bugs list
12913         from CVS.
12914
12915 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12916
12917         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12918         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12919         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12920         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12921
12922         * mf/GNUmakefile (pfa_warning): Use less broken check.
12923
12924         * python/lilylib.py (setup_environment): Remove cruft from
12925         GS_FONTPATH.
12926
12927         * configure.in: Bump mftrace requirement to 1.1.1.
12928
12929 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12930
12931         * scm/output-svg.scm (beam): Use polygon.
12932
12933         * scm/lily-library.scm: Bugfix.
12934
12935         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12936
12937         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12938
12939 2004-12-19  Werner Lemberg  <wl@gnu.org>
12940
12941         Prepare glyph shapes for mf2pt1 conversion.
12942
12943         * mf/feta-eindelijk: Some formatting.
12944         (multi_rest_x, multi_beam_height): Removed.  Unused.
12945         ("Quarter rest"): Use `intersectiontimes' to create a single
12946         outline.
12947         (rest_crook): Removed.  Unused.
12948         (draw_rest_bulb): Return path (without filling).  Update callers.
12949         Simplified.
12950         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12951         "128th rest"): Simplify `pat'.
12952         Create single outline.
12953
12954 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12955
12956         * mf/GNUmakefile (ALL_GEN_FILES):
12957         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12958
12959         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12960         function.
12961
12962 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12963
12964         * scm/output-texstr.scm (placebox): add routine
12965
12966         * VERSION (PACKAGE_NAME): release 2.5.4
12967
12968         * scm/framework-texstr.scm (output-framework): new file.  
12969
12970         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12971         processing.
12972
12973         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12974
12975         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12976         rule.
12977
12978         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12979
12980         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12981
12982         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12983
12984 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12985
12986         * scm/framework-svg.scm (dump-page): Implement landscape.
12987
12988 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12989
12990         * lily/main.cc (setup_paths): Add svg to search path.
12991
12992         * scm/output-svg.scm:
12993         * scm/framework-svg.scm: Add pageSet.  Update.
12994         (dump-fonts): New function.
12995         (output-framework): Use it.
12996
12997         * mf/GNUmakefile: 
12998         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12999
13000 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13001
13002         * tex/lilyponddefs.tex: comment out new ifpdf code.
13003
13004 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13005
13006         * GNUmakefile.in: 
13007         * SConstruct (symlink): Replace afm by otf.
13008
13009         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13010         ly:pango-add-afm-decoder.
13011
13012         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13013
13014 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13015
13016         * scm/output-ps.scm (new-text): don't access t glyph for getting
13017         space dimension.
13018
13019         * ly/init.ly: warn about \version
13020
13021         * lily/lexer.ll: set version-seen?
13022
13023 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13024
13025         * scm/output-svg.scm (string->entities): Update.
13026
13027 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13028
13029         * lily/main.cc (setup_paths): replace afm by otf for path. 
13030
13031         * lily/pangofc-afm-decoder.cc: remove.
13032
13033         * lily/include/pangofc-afm-decoder.hh: remove.
13034
13035         * scm/framework-scm.scm (output-framework): new file.
13036
13037         * mf/GNUmakefile: remove SAUTER_FONTS.
13038         remove SVG/sodipodi hacks.
13039
13040         * scm/lily-library.scm (stderr): move stderr.
13041
13042         * mf/GNUmakefile: remove AFM support.
13043
13044         * buildscripts/mf-to-table.py (base): remove AFM support.
13045
13046         * lily/open-type-font.cc (design_size): use design_size
13047
13048 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13049
13050         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13051
13052 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13053
13054         * mf/GNUmakefile: Generate combined aybabtu info.
13055         * mf/aybabtu.pe.in (i): Load it.
13056
13057         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13058         are not symbols.
13059
13060         * lily/include/open-type-font.hh (count): New method.
13061
13062         * mf/aybabtu.pe.in: Typo.
13063
13064         * Documentation/user/out/lilypond-internals.nexi (Scheme
13065         functions): Typo.
13066
13067         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13068
13069 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13070
13071         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13072         subfonts.
13073
13074         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13075
13076         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13077         (tex-font-command-raw): new function.
13078
13079         * lily/include/virtual-font-metric.hh (Module): remove file
13080
13081         * lily/virtual-font-metric.cc (Module): remove file.
13082         
13083
13084         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13085         (get_indexed_char): read bbox from lily table if present.
13086
13087 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13088
13089         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13090         aybabtu.subfonts
13091
13092         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13093         global glyphname. Enables more than 64 glyphs in the OTF.
13094
13095 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13096
13097         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13098         braces.
13099
13100         * lily/open-type-font.cc (design_size): Use 12 as default for
13101         design size.
13102
13103         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13104
13105         * mf/GNUmakefile: Generate aybabtu.
13106
13107         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13108
13109 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13110
13111         * scm/lily-library.scm (char->unicode-index): Remove.
13112
13113         * scm/output-gnome.scm (text): Bugfix for plain string input.
13114         Updates.
13115
13116         * scm/output-svg.scm (svg-font): Add weight to font selection.
13117
13118 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13119
13120         * Documentation/topdocs/INSTALL.texi (Top): Point to
13121         buildscripts/out/clean-fonts instead of
13122         buildscripts/clean-fonts.sh. 
13123
13124 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13125
13126         * input/regression/figured-bass.ly: attempt to clarify text.
13127
13128         * Documentation/user/notation.tely: add cindex for tag, attempt to
13129         add figured bass example.
13130
13131         * Documentation/user/changing-defaults: basic editing.
13132
13133 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13134
13135         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13136
13137         * lily/open-type-font.cc (LY_DEFINE): new function
13138         ly:font-sub-fonts
13139
13140         * lily/include/font-metric.hh (struct Font_metric): new method
13141         sub_fonts()
13142
13143         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13144         . with - in add.stem.
13145         
13146 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13147
13148         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13149         and fetaDynamic.
13150
13151         * lily/rest.cc (glyph_name): Change - to . .
13152
13153         * scm/output-gnome.scm (text): Hello world, again.
13154
13155         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13156
13157         * lily/modified-font-metric.cc (index_to_charcode): New method.
13158
13159         * lily/include/font-metric.hh (index_to_charcode): New function.
13160
13161         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13162         new function.
13163         (ly:font-glyph-to-index): Remove.
13164
13165 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13166
13167         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13168
13169         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13170
13171         * lily/open-type-font.cc (load_scheme_table): new function
13172
13173         * lily/dots.cc (print): replace - 
13174
13175         * lily/open-type-font.cc (attachment_point): new function.
13176         (load_table): read LILC table
13177
13178         * buildscripts/gen-bigcheese-scripts.py (Module): new
13179         file. Generate FF scripts.
13180
13181         * mf/feta-din10.mf: idem.
13182
13183         * mf/feta-nummer10.mf: remove mf files.
13184
13185         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13186
13187 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13188
13189         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13190
13191         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13192         compatibility.
13193
13194 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13195
13196         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13197         design-size and units_per_EM.
13198
13199         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13200
13201 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13202
13203         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13204         does not crash fontforge.
13205
13206         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13207         PUA.
13208
13209 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13210
13211         * scm/framework-ps.scm (ps-embed-cff): new function.
13212
13213         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13214
13215 2004-12-12  Werner Lemberg  <wl@gnu.org>
13216
13217         * mf/bigcheese.pe.in: Add PUA mapping.
13218         Don't create Type 42 but bare CFF font.
13219
13220 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13221
13222         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13223         within canvas boundaries.
13224
13225         * mf/merge.pe.in: Set font names, version, license GPL.
13226
13227         * make/substitute.make: Add FONTFORGE.
13228
13229         * config.make.in (FONTFORGE): Add.
13230
13231         * configure.in (gui_b): Use PATH_PROG for fontforge.
13232
13233 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13234
13235         * scm/define-markup-commands.scm: add baseline-skip to info
13236         about \column.
13237
13238 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13239
13240         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13241
13242         * scm/output-gnome.scm (named-glyph): Use it.
13243
13244         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13245
13246         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13247         (upper_string, lower_string, reverse_string): Remove.
13248
13249         * configure.in (fontforge): Reinstate version check.
13250
13251         * ly/engraver-init.ly: Fix clef glyph names.
13252
13253         * lily/time-signature.cc (special_time_signature): Fix fraction
13254         glyph names.
13255
13256 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13257
13258         * mf/merge.pe: new file.
13259
13260         * lily/freetype.cc: new file.
13261
13262         * lily/include/open-type-font.hh (class Open_type_font): new file.
13263
13264         * lily/include/freetype.hh: new file.
13265
13266         * lily/open-type-font.cc: new file.
13267
13268         * lily/all-font-metrics.cc (find_otf): new function.
13269
13270 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13271
13272         * lily/time-signature.cc (special_time_signature): Fix.
13273
13274         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13275         GTK2 before checking for pango.  Fixes -fgnome.
13276
13277         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13278         Scheme name.
13279
13280         * scm/define-markup-commands.scm:
13281         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13282
13283         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13284
13285         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13286         date versions.  Fixes configure.
13287         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13288         argument.
13289
13290 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13291
13292         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13293         names in .enc
13294
13295         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13296
13297 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13298
13299         * Documentation/user/changing-defaults.itely: add info about
13300         make-dynamic-script
13301
13302         * Documentation/user/notation.itely: add link in dynamics to
13303         section about make-dynamic-script.
13304
13305 2004-12-09  Christian hitz  <chhitz@gmx.net>
13306
13307         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13308
13309 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13310
13311         * buildscripts/mf-to-table.py (parse_logfile): use . for
13312         concatting name and group.
13313         (parse_logfile): use M for Minus (negative.)
13314
13315         * lily/include/type-swallow-translator.hh
13316         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13317
13318         * lily/*.cc: cosmetics around = sign.
13319
13320         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13321         lyric spacing on the penultimate column.
13322
13323 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13324
13325         * configure.in:
13326         * lily/accidental-placement.cc:
13327         * lily/bar-line.cc:
13328         * lily/beam-concave.cc:
13329         * lily/beam-quanting.cc:
13330         * lily/beam.cc:
13331         * lily/bezier-bow.cc:
13332         * lily/bezier.cc:
13333         * lily/break-align-interface.cc:
13334         * lily/custos.cc:
13335         * lily/dimension-cache.cc:
13336         * lily/dot-column.cc:
13337         * lily/font-metric.cc:
13338         * lily/font-select.cc:
13339         * lily/gourlay-breaking.cc:
13340         * lily/grob-property.cc:
13341         * lily/grob.cc:
13342         * lily/lily-guile.cc:
13343         * lily/line-spanner.cc:
13344         * lily/lookup.cc:
13345         * lily/lyric-extender.cc:
13346         * lily/lyric-hyphen.cc:
13347         * lily/mensural-ligature.cc:
13348         * lily/midi-def.cc:
13349         * lily/misc.cc:
13350         * lily/note-collision.cc:
13351         * lily/note-column.cc:
13352         * lily/note-head.cc:
13353         * lily/paper-outputter.cc:
13354         * lily/percent-repeat-item.cc:
13355         * lily/rest-collision.cc:
13356         * lily/side-position-interface.cc:
13357         * lily/simple-spacer.cc:
13358         * lily/slur-configuration.cc:
13359         * lily/slur-scoring.cc:
13360         * lily/slur.cc:
13361         * lily/spaceable-grob.cc:
13362         * lily/spacing-spanner.cc:
13363         * lily/spanner.cc:
13364         * lily/staff-symbol-referencer.cc:
13365         * lily/stem.cc:
13366         * lily/stencil.cc:
13367         * lily/system-start-delimiter.cc:
13368         * lily/system.cc:
13369         * lily/text-item.cc:
13370         * lily/tie.cc:
13371         * lily/tuplet-bracket.cc:
13372         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13373         <cmath> beacause isinf/isnan is undefined in <cmath>
13374
13375 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13376
13377         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13378
13379 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13380
13381         * VERSION: release 2.5.3
13382         
13383 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13384
13385         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13386
13387 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13388
13389         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13390
13391         * lily/note-head.cc (internal_print): always try the "s" head if
13392         u/d not found.
13393
13394         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13395
13396 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13397
13398         * mf/parmesan-heads.mf (overdone_heads): typos.
13399
13400 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13401
13402         * lily/parser.yy (markup): in markups, { .. } without command
13403         before are also flattened, ie \line must be explicitely used.
13404
13405         * Documentation/user/changing-defaults.itely:
13406         * Documentation/user/notation.itely: 
13407         * input/wilhelmus.ly: 
13408         * input/regression/instrument-name-markup.ly: 
13409         * input/regression/markup-score.ly: 
13410         * input/regression/new-markup-scheme.ly: 
13411         * input/regression/new-markup-syntax.ly: 
13412         * input/test/coriolan-margin.ly: use \line in markups where
13413         appropriate
13414         
13415 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13416
13417         * scm/new-markup.scm (map-markup-command-list): helper function
13418         used in parser.yy to map markup commands on a markup list.
13419
13420         * lily/parser.yy: get rid off < > in markups by treating { } as
13421         real lists.
13422
13423         * lily/lexer.ll: remove < > from markup lexer mode.
13424
13425         * scripts/convert-ly.py (conv): add rule for converting 
13426         \markup < > to \markup { }
13427
13428         * ly/titling-init.ly: 
13429         * input/test/coriolan-margin.ly: 
13430         * input/regression/new-markup-syntax.ly: 
13431         * input/regression/new-markup-scheme.ly: 
13432         * input/regression/multi-measure-rest-text.ly: 
13433         * input/regression/markup-stack.ly: 
13434         * input/regression/markup-score.ly: 
13435         * input/regression/instrument-name-markup.ly: 
13436         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13437         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13438         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13439         * input/wilhelmus.ly: 
13440         * Documentation/user/notation.itely: 
13441         * Documentation/user/music-glossary.tely: 
13442         * Documentation/user/changing-defaults.itely: change < > to { } in
13443         markups
13444
13445 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13446
13447         * lily/accidental-placement.cc (position_accidentals): shortcut if
13448         no accidentals to place.
13449
13450 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13451
13452         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13453         typo s/ly:dimension ?/ly:dimension?/
13454
13455         * input/regression/lily-in-scheme.ly: 
13456         * input/regression/music-function.ly: 
13457         * ly/spanners-init.ly (assertBeamSlope): 
13458         * scm/music-functions.scm (def-grace-function): add the paper
13459         argument to music function definitions.
13460
13461 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13462
13463         * lily/moment.cc (LY_DEFINE):
13464         ly:moment-main-{denominator,numberator}, new function.
13465
13466         * lily/score-engraver.cc (typeset_all): assign to column on basis
13467         of axis-group-parent-X setting.
13468
13469         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13470         add_element() on basis of axis-group-parent-Y setting.
13471
13472         * lily/grob.cc: add axis-group-parent-{XY} properties.
13473
13474         * input/regression/spacing-stick-out.ly: new file.
13475
13476         * lily/simple-spacer.cc (add_columns): use binary search for
13477         setting column rods. Changes O(n^2) to O(n log(n)) for
13478         constructing spacing problem from columns.
13479         (add_columns): read allow-outside-line to make sure no texts stick
13480         out.
13481         (solve): Simple_spacer::is_active() only determines
13482         satisfies_constraints_ for non-ragged typesetting.
13483
13484         * lily/simultaneous-music.cc (to_relative_octave): only set
13485         old_relative_used if return pitch actually changed.
13486
13487         * scm/define-context-properties.scm
13488         (all-user-translation-properties): change to match implementation.
13489
13490         * python/lilylib.py: Replace re.match by re.search and adds "-c
13491         showpage" to the gs command line (Johannes Schindelin)
13492
13493         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13494         before processing. Prevents crash when inf is in the extent.
13495
13496         * scm/define-markup-commands.scm (note-by-number): add "s" to
13497         "noteheads-" glyphname.
13498  
13499         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13500         music function as well.
13501         
13502 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13503
13504         * VERSION: release 2.5.2
13505
13506         * Documentation/user/changing-defaults.itely (Creating titles):
13507         add breakbefore variable.
13508
13509         * lily/paper-book.cc (set_system_penalty): new function. Set
13510         penalty_ based on breakBefore setting
13511
13512         * lily/context-specced-music-iterator.cc (construct_children):
13513         interpret special context id $uniqueContextId 
13514
13515         * lily/context.cc (create_unique_context): new method. Move
13516         creation of unique (\new) contexts into interpreting phase. This
13517         makes
13518
13519           foo= \new Staff ..
13520           << \foo \foo >>
13521
13522         produce 2 staves.
13523         
13524
13525         * scm/define-music-properties.scm (all-music-properties): add
13526         quoted-voice-direction
13527
13528         * ly/music-functions-init.ly: killCues function.
13529
13530         * scm/music-functions.scm (cue-substitute): move creation of voice
13531         contexts further to the back. 
13532
13533 2004-11-25  Werner Lemberg  <wl@gnu.org>
13534
13535         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13536         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13537
13538 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13539
13540         * buildscripts/guile-gnome.sh: Fixed typo.
13541
13542 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13543
13544         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13545
13546         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13547
13548         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13549         to regular engraver. 
13550
13551 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13552
13553         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13554
13555 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13556
13557         * scm/define-markup-commands.scm (fill-line): Typo.
13558
13559         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13560         and newer.
13561
13562 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13563
13564         * ly/dynamic-scripts-init.ly: Fixed typo.
13565
13566 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13567
13568         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13569         note-head, to have different attachment points for up and down.
13570
13571         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13572
13573         * mf/feta-generic.mf (else): remove solfa.
13574
13575         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13576
13577         * scm/define-context-properties.scm
13578         (all-user-translation-properties): add shapeNoteStyles property.
13579
13580         * lily/shape-note-heads-engraver.cc (process_music): new file.
13581
13582         * lily/event.cc (transpose): call Event::transpose() for
13583         transposing the tonic.
13584
13585 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13586
13587         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13588         Unicode/OpenType and AFM.
13589
13590         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13591
13592 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13593
13594         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13595
13596         * lily/context.cc (Context): unprotect key from ctor.
13597
13598         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13599         is '()
13600         (stack-stencils): idem.
13601
13602         * Documentation/user/changing-defaults.itely (Creating titles):
13603         document new title layout options.
13604
13605         * lily/parser.yy (lilypond_header_body): copy previous
13606         $globalheader if present.
13607
13608         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13609         ly:module-copy
13610         
13611         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13612
13613         * scm/titling.scm: remove old titling functions
13614
13615         * lily/stencil.cc (translate): remove absolute dimension.
13616
13617         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13618         via markup.
13619
13620         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13621         field from user-supplied markup
13622
13623         * scm/define-markup-commands.scm (on-the-fly): new markup
13624         command. Enter SCM markup procedure directly in Scheme.
13625         (fromproperty): new markup command. Read markup from props argument.
13626
13627         * scm/titling.scm (marked-up-title): create title via
13628         user-specified markup. 
13629
13630         * scm/define-markup-commands.scm (column): remove empty stencils
13631         from column.
13632
13633         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13634         not have side-effect of creating variable stub.
13635
13636         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13637
13638 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13639
13640         * scm/encoding.scm (coding-alist): 
13641         * scm/font.scm (add-ec-fonts):
13642         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13643         Extended-TeX-Font-Encoding---Latin.
13644
13645         * lily/side-position-interface.cc (general_side_position): Add
13646         actual offset to error message (avoid constant error messages).
13647
13648         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13649         block.
13650
13651         * lily/font-select.cc (select_encoded_font)
13652         (get_font_by_mag_step, get_font_by_design_size): 
13653         * lily/modified-font-metric.cc (Modified_font_metric): 
13654         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13655
13656         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13657         (read-encoding-file): Bugfix: do not require space after bracket.
13658
13659         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13660         these do not exist.
13661
13662 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13663
13664         * Documentation/user/notation.itely: added info about typesetting
13665         boxed bar numbers.
13666
13667 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13668
13669         * flower/interval.cc (T_to_string): gcc4 fixes.
13670
13671         * scm/define-markup-commands.scm (fill-line): use
13672         stack-stencils. This fixes problems with putting already centered
13673         stencils in a line.
13674
13675         * VERSION: release 2.5.1
13676
13677         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13678
13679 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13680
13681         * input/example-[1-3].ly: simplify.
13682
13683         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13684
13685         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13686         show glyphs.
13687
13688         * scm/encoding.scm (decode-byte-string): new function.
13689
13690         * scripts/convert-ly.py (conv): add warning about
13691         set-global-staff-size.
13692
13693         * Doxyfile: add. 
13694
13695         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13696         (conv): warn for TextSpanner split.
13697         (conv): warn for textheight.
13698
13699 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13700
13701         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13702         building the documentation, info with images are installed.
13703         (final-install): Fix description.  Mention sourcing of login
13704         scripts (instead of running).
13705
13706 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13707
13708         * Debian lmodern support.  Note that LilyPond will issue warnings
13709         
13710             no such encoding: "FontSpecific"
13711
13712           The font selection mechanism wants to get the encoding from the
13713           font itself, but the idea of lmodern is that it is usable with
13714           different encodings, ie, Lily should get the encoding from the
13715           font tree, rather than the font itself.  This would require some
13716           more work.
13717         
13718         * configure.in: Test for and accept lmodern if EC fonts not found.
13719
13720         * scm/framework-tex.scm (font-load-command): TeX font name
13721         mangling for latin1 encoded cork-lm fonts.
13722         (convert-to-ps): Load lm.map if available.
13723
13724         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13725         available.
13726
13727         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13728
13729         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13730         available.
13731
13732         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13733         path for absolute file name, that is silly.
13734
13735         * lily/score-engraver.cc (initialize): 
13736
13737         * Documentation/user/GNUmakefile (local-install-info): Invoke
13738         install-info --remove first.
13739
13740         * #include cleanup (Andreas Scherer).
13741
13742 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13743
13744         * input/test/script-abbreviations.ly: fix typos.
13745
13746 2004-11-17  Werner Lemberg  <wl@gnu.org>
13747
13748         * python/lilylib.py (options_help_str): Support pretty-printing of
13749         newlines in fourth element of option description.
13750
13751         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13752         feature.
13753         Sort options.
13754
13755         * Documentation/user/lilypond-book.itely: Finish update.
13756
13757 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13758
13759         * Documentation/user/macros.itexi: Add comment about \command.
13760
13761         * Documentation/user/lilypond.tely:
13762         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13763         and lilypond-book nodes, so that `info lilypond' visits the manual
13764         at top level, and `info lilypond-book' visits the lilypond-book
13765         section.
13766
13767         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13768         and packager messages.
13769
13770         * lily/pangofc-afm-decoder.cc: Update test.
13771
13772 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13773
13774         * scm/lily-library.scm (char->unicode-index): New function.
13775
13776         * scm/output-gnome.scm: 
13777         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13778
13779         * Proper naming of file name throughout; s/filename/file[-_]name/.
13780
13781         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13782
13783         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13784
13785 2004-11-16  Werner Lemberg  <wl@gnu.org>
13786
13787         * scripts/lilypond-book.py: The Lord has commanded me to use only
13788         tabs for indentation.  Your humble servant obeys.
13789
13790 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13791
13792         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13793         including font, if LilyPond-feta font is only feta font in path.
13794
13795         * scm/output-gnome.scm (text): Revert to file name of font if font
13796         has no name.  Fixes ec font selection.
13797         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13798
13799         * scm/framework-svg.scm:
13800         * scm/output-svg.scm: New file.  TODO: figure out how to
13801         do character by index in font.
13802
13803         * scm/output-sodipodi.scm: Remove.
13804
13805         * scm/output-ps.scm (stem): Remove.
13806
13807 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13808
13809         * scm/output-gnome.scm (beam): New function.
13810         (slur): Round corners.
13811         (round-filled-box): Round corners.
13812
13813 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13814
13815         * scm/output-gnome.scm (beam): add function.
13816         (draw-line): new routine.
13817         (dashed-line): stub; call draw-line
13818         (polygon): new routine.
13819
13820 2004-11-15  Werner Lemberg  <wl@gnu.org>
13821
13822         * Documentation/user/lilypond-book.itely: Revise section on
13823         lilypond-book options.
13824         Other minor fixes.
13825
13826         * scripts/lilypond-book.py: Change indentation to 4.
13827         Minor formatting.
13828
13829 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13830
13831         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13832         grobs that have tweaks specced.
13833         
13834 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13835
13836         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13837
13838 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13839
13840         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13841         actual char #, not 0 based index.
13842
13843         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13844
13845         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13846         Warning: do make -C mf clean.
13847
13848         * lily/context-property.cc: Compile fix.
13849
13850         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13851         Grok ec-fonts, braces and dynamics.
13852
13853         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13854
13855 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13856
13857         * lily/include/tweak-registration.hh: new file.
13858
13859         * lily/tweak-registration.cc: new file.
13860
13861         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13862         saving tweaks.
13863
13864         * scm/output-gnome.scm (text): comment dribble.
13865
13866 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13867
13868         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13869
13870         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13871         path-def before using.  Fixes muchtomany slurs in wrong places
13872         bug.
13873
13874 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13875
13876         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13877
13878         * lily/include/object-key-undumper.hh (Module): new file.
13879
13880         * lily/object-key-undumper.cc (Module): New file. Deserialize
13881         keys. SCM bindings
13882
13883         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13884         Provide SCM bindings.
13885
13886         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13887         new file. Serialize object keys.
13888         
13889         * lily/object-key.cc (dump): new function.
13890         (as_scheme): new virtual function
13891         (undump): new function
13892         (undumpers): new table.
13893
13894         * lily/include/global-context.hh (Context): take \score key upon init.
13895
13896         * lily/object-key-dumper.cc (serialize_key): new file.
13897
13898         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13899
13900         * lily/lily-lexer.cc: remove \quote.
13901
13902         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13903
13904         * lily/context.cc (Context): take key argument in ctor.
13905         (create_context): new function
13906
13907         * lily/grob.cc (Grob): take key argument in ctor.  
13908
13909         * lily/lilypond-key.cc (do_compare): new file.
13910
13911         * lily/object-key.cc (Object_key): new file.
13912
13913         * lily/include/object-key.hh (class Object_key): new file.
13914
13915         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13916
13917 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13918
13919         * Documentation/user/lilypond-book.itely: add small warning about
13920         noindent default in lilypond-book.
13921
13922         * Documentation/user/converters.itely: add examples for convert-ly.
13923
13924         * Documentation/user/examples.itely: change version string in templates
13925         to 2.4.0.
13926
13927 2004-11-12  Karl Hammar  <karl@aspodata.se>
13928
13929         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13930         cmdline, use xargs instead (backportme)
13931
13932 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13933         
13934         * Documentation/user/: Numerous fixes in the user manual.
13935
13936 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13937
13938         * lily/parser.yy (re_rhythmed_music): search music expression for
13939         context-id, surround by \new Voice if not found. Fixes:
13940         addlyrics-second-staff.ly
13941
13942         * VERSION: 2.5.0 released.
13943         
13944 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13945
13946         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13947
13948         * Documentation/user/GNUmakefile: Separate rules for split and
13949         unsplit html documents.  Remove perl massaging.  (backportme)
13950
13951 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13952
13953         * Documentation/user/lilypond-book.itely: add short warning about
13954         \lilypond{} in LaTeX docs.
13955
13956 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13957
13958         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13959         found.  (backportme)
13960
13961         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13962         version requirement.  (backportme)
13963
13964         * configure.in: Be explicit about old versions of
13965         ec-fonts-mtraced.  (backportme)
13966
13967         * lily/context-selector.cc (set_tweaks): New function.
13968         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13969         web with -DTWEAK.
13970
13971         * Documentation/user/introduction.itely (Automated engraving):
13972         Remove fragment option.  Fixes web.
13973
13974         * lily/context-property.cc (make_item_from_properties):
13975         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13976         #ifdef.
13977
13978         * scm/define-context-properties.scm
13979         (all-internal-translation-properties): Add tweakRank and tweakCount.
13980
13981         * lily/grob.cc: 
13982         * scm/define-grob-properties.scm (all-internal-grob-properties):
13983         Add tweak-rank and tweak-count.
13984
13985 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13986
13987         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13988         New function.
13989         (text): Use them.
13990
13991         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13992         animated/opaque grob dragging tweaks.
13993
13994         * buildscripts/guile-gnome.sh: Update.
13995
13996 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13997
13998         * scm/define-grobs.scm (all-grob-descriptions): Added
13999         line-interface to the LigatureBracket object.
14000
14001 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14002
14003         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14004         dragging tweaks.
14005
14006         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14007
14008         * lily/context-selector.cc (store_context): New function.
14009
14010         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14011         (store_grob): New function.
14012         (identify_grob): Add Moment parameter.
14013
14014         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14015         exists.
14016
14017         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14018
14019 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14020
14021         * scm/framework-gnome.scm (item-event): Print grob id.
14022         (save-tweaks): New function.
14023         (tweak): New funtion.
14024         (item-event): Use it, bound to arrow keys.
14025
14026         * lily/context-property.cc (make_item_from_properties): Register grob.
14027         * lily/context.cc (add_context): Register context.
14028
14029         * lily/include/context-selector.hh:
14030         * lily/include/grob-selector.hh:
14031         * lily/context-selector.cc:
14032         * lily/grob-selector.cc: New file.
14033
14034 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14035
14036         * lily/slur.cc: add 'positions to interface
14037
14038         * lily/main.cc: reinstate PS as standard output format. 
14039
14040         * scm/framework-tex.scm (output-preview-framework): print systems
14041         up to first non title system.
14042
14043         * lily/grace-engraver.cc (start_translation_timestep): split
14044         scm_cadddr
14045         
14046 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14047
14048         * lily/quote-iterator.cc (Module): remove old quote-iterator
14049
14050         * scm/define-music-types.scm (music-descriptions): move
14051         NewQuoteMusic over QuoteMusic
14052
14053         * Documentation/user/notation.itely (Formatting cue notes): use
14054         \cueDuring.
14055
14056         * lily/new-quote-iterator.cc (quote_ok): new function.
14057
14058         * input/regression/quote-cue-during.ly: new file.
14059
14060         * input/regression/quote-grace.ly: new file.
14061
14062         * scm/define-context-properties.scm (Module): change definition of
14063         graceSettings
14064
14065         * lily/context-property.cc (Module): rename from
14066         translator-property.cc
14067
14068         * lily/context.cc (context_name_symbol): new function
14069
14070         * lily/grace-engraver.cc: new file. Set properties for grobs based
14071         on the grace-ness of now_moment().
14072
14073         * scm/music-functions.scm (add-grace-property): use list
14074         iso. vector for graceSettings
14075         remove set-{start,stop}-grace-properties. 
14076
14077         * lily/new-quote-iterator.cc (construct_children): set
14078         quote_outlet_ if no quoted-context-{id,type} specified.
14079
14080         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14081
14082         * lily/parser.yy (command_element): remove \quote.
14083
14084         * ly/music-functions-init.ly (location): add quoteDuring music
14085         function. 
14086
14087         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14088         optional semicolon. (backportme)
14089
14090 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14091
14092         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14093         need to link to GUILE et al.
14094
14095 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14096
14097         * scm/define-music-properties.scm (all-music-properties): add
14098         quoted-context-type, quoted-context-id.
14099
14100         * scm/lily.scm (type-check-list): new function.
14101         
14102         * scm/lily-library.scm: new file. Generic library routines.
14103
14104         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14105         parser.
14106
14107         * ly/music-functions-init.ly: add quoteDuring function.
14108
14109         * lily/include/music-iterator.hh (class Music_iterator): rename
14110         set_translator -> set_context
14111
14112         * lily/parser.yy (Generic_prefix_music_scm): add
14113         MUSIC_FUNCTION_SCM_SCM_MUSIC
14114
14115         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14116
14117         * scm/framework-tex.scm (header): sanitize TeX paper size.
14118         (backportme)
14119
14120 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14121
14122         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14123
14124         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14125
14126         * scm/framework-tex.scm (font-load-command): Use T1 if no
14127         font-encoding set.  (backportme)
14128
14129         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14130         exists before converting.  (backportme)
14131
14132         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14133         exists before converting.  (backportme)
14134         (convert-to-ps): Remove .ps file if it exists before
14135         converting.  (backportme)
14136
14137         * lily/lexer.ll: Remove extra progress newline, use present tense.
14138
14139         * scm/paper.scm (paper-alist): public.
14140         * scm/framework-tex.scm (convert-to-ps):
14141         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14142         command line.
14143
14144 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14145
14146         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14147
14148         * lily/recording-group-engraver.cc (derived_mark): mark
14149         now_events_. (backportme)
14150
14151 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14152
14153         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14154
14155         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14156         invoking latex. (backportme.)
14157
14158         * lily/stem.cc (off_callback): center stems for all rest stems.
14159
14160 2004-11-05  Werner Lemberg  <wl@gnu.org>
14161
14162         * Documentation/user/lilypond.tely: Add more guidelines for writing
14163         lilypond texinfo documents.
14164
14165 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14166
14167         * Documentation/index.html.in: remove <hr>.
14168
14169         * THANKS: change 2.3 to 2.4.
14170
14171 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14172
14173         * scm/output-gnome.scm: More fontconfig comment.
14174
14175 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14176
14177         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14178         <package> directory in $(builddir)/share according with
14179         PACKAGE_NAME defined in the VERSION file.
14180
14181 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14182
14183         * lily/beam.cc (rest_collision_callback): use local beam
14184         multiplicity.
14185
14186         * input/regression/stem-stemlet.ly: new file.
14187
14188         * lily/stem.cc (add_head): store rests as well.
14189
14190         * scm/define-grob-properties.scm (all-user-grob-properties): add
14191         stemlet-length
14192
14193         * lily/stem.cc: store rests as well.
14194         
14195         * input/regression/new-slur.ly: mention forcing.
14196
14197 2004-11-04  Werner Lemberg  <wl@gnu.org>
14198
14199         * Documentation/user/*: A new round of layout fixes and document
14200         structure cleanup.
14201
14202 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14203
14204         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14205
14206 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14207
14208         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14209
14210 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14211
14212         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14213
14214         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14215
14216         * lily/main.cc (main): Invoke identify.
14217
14218         * scm/lily.scm (postscript->pdf): Remove progress newline.
14219         Write progress to stderr.
14220
14221         * lily/paper-book.cc (output): Remove progress newline.
14222
14223         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14224         gettext on user messages, and remove whitespace.
14225
14226         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14227
14228         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14229         argv[0] (Thomas Scharkowski).
14230
14231         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14232         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14233         for ec-fonts-mtraced.
14234
14235         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14236         --srcdir build (Bertalan).
14237
14238         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14239         headers and library too (Laura Conrad).
14240
14241         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14242         package for guile too (Laura Conrad).
14243
14244         * lily/main.cc (usage): Typo.
14245
14246 2004-11-02  Werner Lemberg  <wl@gnu.org>
14247
14248         * Documentation/user/notation.ly: More fixes to improve appearance.
14249
14250         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14251         better output for multicolumn tables.
14252
14253 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14254
14255         * lily/main.cc (dir_info): Fixed typo in the printouts.
14256
14257 2004-11-01  Werner Lemberg  <wl@gnu.org>
14258
14259         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14260         of output.
14261         Set `per_line' to 2; replace hard-coded value with it.
14262
14263         * Documentation/user/*: Many fixes to improve appearance of
14264         printed manual.
14265
14266 2004-11-01  Werner Lemberg  <wl@gnu.org>
14267
14268         * Documentation/user/changing-defaults.itely,
14269         Documentation/user/notation.ly,
14270         Documentation/user/programming-interface.itely: Use @/.
14271         Fix formatting of some lilypond snippets and tables.
14272
14273         * scripts/lilypond-book.py (compose_ly): Provide useful default
14274         for LINEWIDTH in `override'.
14275
14276 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14277
14278         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14279
14280 2004-10-31  Werner Lemberg  <wl@gnu.org>
14281
14282         Resetting @exampleindent to `5' gives ugly results with texinfo's
14283         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14284         (if not quoting) to change @exampleindent only locally.
14285
14286         * scripts/lilypond-book.py (NOQUOTE): New variable.
14287         (output) [LATEX]: Remove AFTER and BEFORE.
14288         [TEXINFO]: Remove AFTER and BEFORE.
14289         Fix QUOTE and VERBATIM pattern.
14290         Add NOQUOTE pattern.
14291         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14292         and BEFORE.
14293         [output_texinfo]: Use NOQUOTE.
14294
14295 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14296
14297         * Documentation/user/changing-defaults.itely: clarify paper
14298         size commands with correct info.
14299
14300         * Documentation/user/lilypond-book.itely: add more docs for
14301         filename extensions.
14302
14303 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14304
14305         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14306         (PATCH_LEVEL): start 2.5.0.
14307
14308 #Local variables:
14309 #coding: utf-8
14310 #End:
14311