]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(LILYPONDPREFIX): Bootstrap fix.
[lilypond.git] / ChangeLog
1 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
4
5 2006-06-06  Graham Percival  <gpermus@gmail.com>
6
7         * Documentation/user/advanced-notation.itely: add example
8         for segno/coda on barline.
9
10         * tex/texinfo.tex: merge from upstream.
11
12 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * scripts/lilypond-book.py (process_snippets): Argument fix.
15
16         * SConstruct:
17         * buildscripts/builder.py:
18         * lily/SConscript: 
19         * mf/SConscript: 
20         * Documentation/user/SConscript:  More SCons fixes.
21
22 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
23
24         * lily/font-config.cc (init_fontconfig): Only initialize if
25         global cache_file is found.
26
27 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
28
29         * ly/music-functions-init.ly: Updated \overrideProperty to use the
30         new \applyOutput.
31
32 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
33
34         * VERSION (PACKAGE_NAME): release 2.9.8
35
36         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
37         function. Delay ledger modifying ledgered grobs to
38         stop_translation_timestep(), to ensure that we're ledgering
39         according to the new spanner.
40         (acknowledge_staff_symbol): don't check for non-NULL
41         staff_sym->get_bound()
42
43         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
44         creation.
45
46         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
47         pictures too.
48
49         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
50         directly from srcdir/stepmake/aclocal.m4
51         
52         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
53         disting MISC files.
54
55         * lily/simple-spacer.cc (get_column_desc): desc -> description.
56
57 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
58
59         * lily/simple-spacer.cc (get_line_configuration): add
60         keep-inside-line rods
61         (struct Column_desc): add constructor
62         (struct Rod_desc): add constructor
63         (get_line_forces): check for forced page breaks here too
64
65         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
66         support/elements cycles between InstrumentNames and AxisGroups
67
68 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
69
70         * config.make.in (METAFONT): remove MAKEINFO_VERSION
71
72         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
73         make-txt-files target.
74
75         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
76         make-txt-files target.
77
78         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
79
80         * stepmake/stepmake/generic-vars.make (distdir): create dist in
81         top-build-dir.
82
83 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
84
85         * Documentation/user/instrument-notation.itely,
86         input/regression/breathing-sign-ancient.ly,
87         input/test/divisiones.ly: Removed redundant property settings for
88         vaticana contexts.
89
90         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
91         fix lyrics alignment problems.  They are implemented now as scheme
92         functions that add the appropriate unicode char to the first lyric
93         event rather than adding a separate lyric event.  Minor edit of
94         comments.
95
96 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
97
98         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
99         pollute src dir with built .txt files, but install directly from
100         Documentation/topdocs/out/
101
102         * buildscripts/output-distance.py
103         (ComparisonData.create_html_result_page): put version/directories
104         in table header.
105
106         * Documentation/topdocs/NEWS.tely (Top): document spacing section
107         feature.
108
109         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
110         Patch by Karl Hammar
111         
112         * buildscripts/readlink.py: add  file.
113         Patch by Karl Hammar
114
115 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
116
117         * lily/tuplet-number.cc (print): prevent stencil from being
118         garbage collected.
119
120 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
121
122         * scm/stencil.scm (write-system-signature): explicitly 
123         -well, superfluously- close output port.
124
125         * buildscripts/output-distance.py (main): oops. Add extra argument.
126
127 2006-06-05  Graham Percival  <gpermus@gmail.com>
128
129         * Documentation/user/music-glossary.tely: clarified example
130         from Francisco Vila, thanks!
131
132 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
133
134         * input/regression/spacing-section.ly: new file.
135
136         * lily/input.cc (programming_error): new function.
137
138         * lily/spacing-engraver.cc (try_music): new function. Accept
139         spacing-section-event
140
141         * lily/spacing-spanner.cc (set_springs): take slices of all
142         columns for spacing.
143
144         * lily/include/paper-column.hh (class Paper_column): add
145         Paper_column::compare.
146
147         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
148
149         * scm/define-music-types.scm (music-descriptions): add
150         SpacingSectionEvent
151
152         * lily/music-iterator.cc (report_event): use programming_error for
153         sending non-event error.
154
155         * lily/input.cc (programming_error): new function
156
157         * buildscripts/output-distance.py (main): use compare-XXX for
158         compare files.
159         (main): --threshold option, default at 0.30
160
161         * output-distance.py (main): add --threshold option.
162
163 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
164
165         * scm/paper-system.scm (paper-system-annotate): fix problem when
166         annotating an empty system
167
168 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
169
170         * GNUmakefile.in: reinstate old web tar/copying.
171
172 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
173
174         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
175         nothing changes. (Erik S) 
176
177         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
178         count. (Erik S)
179
180 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
181
182         * scm/define-markup-commands.scm (whiteout): do not force
183         foreground color of argument markup to black.
184
185         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
186         the left of the arrow, instead of below the arrow name, so that,
187         when two little arrows are vertically stacked, their dimensions
188         and name should not overlap. Add a color key parameter.
189
190         * scm/paper-system.scm (paper-system-annotate): Annotate
191         next-space+next-padding instead of next-space. Annotate space
192         between next-padding and next-space+padding, respectively, and
193         following system extent and refpoint-Y-extent. Use colors.
194
195         * scm/page.scm (annotate-page): translate annotations slightly to
196         the right.
197
198 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
199
200         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
201         fix for x-staff slurs. Thanks Joe!
202
203         * buildscripts/output-distance.py
204         (SystemLink.output_expression_change_count): keep track of changed
205         details, and dump in details html page.
206  
207         * input/regression/figured-bass-staff.ly: add note about setting
208         properties in Staff context.
209
210         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
211         add slurs and ties to support too.
212
213         * buildscripts/output-distance.py (main): set dest_dir
214         argument. Add --max-count option.
215
216 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
217
218         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
219         shortcuts for special unicode chars that are useful in chant
220         notation.  Revised exisiting and added new comments.
221
222 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
223
224         * make/mutopia-rules.make: remove duplicate recipe.
225
226 2006-06-02  Werner Lemberg  <wl@gnu.org>
227
228         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
229         Add support for U+0132 (IJ) and U+0133 (ij).
230
231 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
232
233         * buildscripts/output-distance.py (FileLink): new class. collect
234         info systems from one .ly file. 
235         (FileLink.link_files_for_html): further tweaks.
236
237 2006-06-02  Graham Percival  <gpermus@gmail.com>
238
239         * tex/texinfo.tex: partial fix for @funindex.
240
241         * Documentation/user/macros.tely: uncomment @funindex (doesn't
242         break anything).
243
244 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
245
246         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
247
248         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
249         @example too. Backportme.
250
251 2006-06-02  Graham Percival  <gpermus@gmail.com>
252
253         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
254         from Werner Lemberg.
255
256 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
257
258         * Documentation/user/music-glossary.tely: additional spanish
259         updates and a lyrics fix in an example.
260
261 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
262
263         * scm/define-grob-properties.scm: Previous patch contained
264         spurious line from another patch not yet committed.  Fixed.
265
266         * scm/define-grob-properties.scm: Add missing doc strings for
267         ancient notation.
268
269 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
270
271         * buildscripts/output-distance.py
272         (ComparisonData.write_text_result_page): separate the scores, sort
273         by geo_score.
274
275         * scm/framework-eps.scm (output-classic-framework): start at 1 for
276         system signatures.
277
278         * buildscripts/output-distance.py (me_path): use argv[0] for
279         sys.path extension
280         (ComparisonData.img_cell): use colored borders.
281
282         * scm/stencil.scm (write-system-signature): escape newlines too.
283         (write-system-signature): use (1,-1) interval for empty interval
284
285 2006-01-01  Graham Percival  <gpermus@gmail.com>
286
287         * Documentation/user/music-glossary.tely: Spanish updates
288         from Francisco Vila.
289
290         * Documentation/user/lilypond-book.itely: addition from
291         Vaclav Smilauer.
292
293         * Documentation/user/ various: edits, small additions
294         from mailist, etc.
295
296 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
297
298         * GNUmakefile.in (tree-lib-prefix-current):
299         (tree-share-prefix-current): Use version number in tree, add
300         `current' symlinks.
301
302 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
303
304         * GNUmakefile.in: write VERSION, again.
305
306         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
307         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
308
309         * stepmake/aclocal.m4: robuster version detection.
310
311         * buildscripts/output-distance.py
312         (ComparisonData.create_html_result_page): copy only if file
313         exists, fixup src paths.
314
315         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
316
317 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
320         Another datarootdir reto.
321
322         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
323         available.  This should be moved to postinstall-lilypond-doc.
324
325 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
326
327         * GNUmakefile.in: simplify local-WWW-post. 
328         remove -type l from find.
329
330         * buildscripts/output-distance.py (ComparisonData.compare_trees):
331         fixes. Don't follow symlinks.
332         (ComparisonData.create_html_result_page): remove previous results.
333         insert ../python in path.
334
335         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
336
337 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * config.make.in (datadir): Add datarootdir to silence autoconf.
340
341         * stepmake/aclocal.m4: Update for autoconf-2.59d.
342
343 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
344
345         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
346
347         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
348         slash beams too wide.
349
350 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
351
352         * VERSION: release 2.9.7
353         
354 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * lily/relocate.cc (read_relocation_dir): Do not blindly
357         dereference DIR.
358
359 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
360
361         * lily/parser.yy: replace THIS by PARSER
362
363         * Documentation/index.html.in: add link to test-results.html page.
364
365         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
366
367         * scm/translation-functions.scm (format-bass-figure): translate
368         digits over 10 to the left
369
370         * scm/define-markup-commands.scm (translate-scaled): new markup.
371
372         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
373         7 glyph. 
374
375         * ly/engraver-init.ly: add Figured_bass_engraver
376
377         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
378
379         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
380
381         * lily/score-engraver.cc (announce_grob): only note START announces.
382
383         * lily/include/engraver-group.hh (Translator_group):
384         acknowledge_hash_table_ is now drul.
385
386         * lily/engraver.cc (announce_end_grob): new method.
387
388         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
389
390         * lily/translator-dispatch-list.cc (create): take start_end argument.
391
392         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
393         acknowledge_static_array_ to drul
394
395         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
396
397         * scm/define-grob-interfaces.scm
398         (bass-figure-alignment-interface): add bass-figure-alignment-interface
399
400         * scm/define-grobs.scm (all-grob-descriptions): add
401         BassFigureAlignmentPositioning
402
403         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
404         number stays up to date. Backportme.
405
406 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
407
408         * Documentation/user/basic-notation.itely (Bar lines): Document
409         the "||:" bar type. 
410
411 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
414
415         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
416         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
417         build.
418
419         * Resurrect `scons lily' build.
420
421         * SConstruct (symlink_tree): Bugfix: link
422         music-drawing-routines.ps to file iso directory.
423
424         * lily/SConscript: Remove kpath-guile from LIBS.
425
426         * SConstruct (libdir_package_version): Typo.
427         (configure): Comment-out fontforge for lack of fontforge.pc .
428         Also add libdir* to environment.
429
430 2006-05-30  Graham Percival  <gpermus@gmail.com>
431
432         * Documentation/user/ various: minor additions from mailist and
433         editing.
434
435 2006-05-30  Paco <fravd@ya.com>
436
437         * Documentation/user/music-glossary.tely: numerous corrections and
438         some new translations.
439
440 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
441
442         * BackportmeStart.
443         
444         * buildscripts/output-distance.py
445         (ComparisonData.create_html_result_page): new routine: summarise
446         results in HTML page with images. 
447         (ComparisonData.create_text_result_page): create summary text files too.
448
449         * GNUmakefile.in (web-ext): package .signature files too. They
450         compress well. 
451
452         * scm/stencil.scm (write-system-signature): typo.
453
454         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
455
456         * scm/stencil.scm (write-system-signature): better escaping.
457         only write signature for music systems, not for markup systems.
458
459         * scm/framework-ps.scm (output-framework): dump-signatures support
460         for plain output.
461
462         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
463
464         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
465         for -dno-point-and-click
466
467         * lily/grob.cc (get_print_stencil): don't read
468         point_and_click_global to determine whether to set grob-cause.
469
470 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
471
472         * buildscripts/output-distance.py (main): new function.
473         (ComparisonData): new class.
474
475         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
476         careful with generating new LedgerLineSpanners.
477
478         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
479
480         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
481         context. This fixes double ledger lines in output. 
482
483         * lily/system.cc (get_paper_system): remove 3 layer limit.
484
485         * buildscripts/output-distance.py (SystemLink.distance): new
486         file. Compare signatures.
487
488         * python/safeeval.py (SafeEval.visitUnarySub): new file.
489
490         * lily/grob-array.cc (remove_duplicates): rename from
491         uniq(). Sort before calling uniq() so it actually works.
492
493 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
494
495         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
496         \version from lilypond file snippet.
497         (Lilypond_file_snippet.ly): oops. typo.
498         (find_toplevel_snippets): urgh. again.
499
500         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
501         prevent duplicated broken items in output.
502
503         * scm/framework-eps.scm (output-classic-framework): only dump if
504         dump-signatures is set.
505
506         * scm/lily.scm (define-scheme-options): add dump-signatures option.
507
508         * scm/stencil.scm (write-system-signature): new routine: write
509         python parseable signature of a separate paper system.
510         BackportmeEnd.
511         
512 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
513
514         * lily/stanza-number-engraver.cc (process_music): use is_markup()
515         iso is_string().
516         include header.
517
518 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
519
520         * translator-group.cc: send music events to engravers in
521         non-bottom contexts.
522
523         * tuplet-engraver.cc: process tuplet brackets in correct order.
524
525 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
526
527         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
528         arg 2 might point us to a new binary (patch by Karl Hammar)
529         
530 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
531
532         * VERSION (PACKAGE_NAME): release 2.9.6
533
534         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
535
536         * Documentation/user/*.itely: 2nd
537         attempt: replace funindex -> findex globally.
538
539 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
540
541         * input/no-notation/display-lily-tests.ly: fix \applyOutput
542         test. Add \break, \pageBreak, \pageTurn, etc, tests.
543
544         * scm/define-music-display-methods.scm: display methods for
545         breaks. Fix \applyOutput.
546
547 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
548
549         * Documentation/user/macros.itexi: comment out funindex expansion. 
550
551         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
552         everywhere.
553
554         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
555         Karl Hammar. Backportme.
556  
557         * Documentation/user/advanced-notation.itely (Balloon help): idem.
558
559         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
560
561         * Documentation/user/programming-interface.itely (Running a
562         function on all layout objects): idem.
563
564         * Documentation/user/introduction.itely (Automated engraving):
565         update \applyOutput syntax
566
567         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
568         remove debugging hook.
569
570         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
571         expansion. 
572
573         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
574
575         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
576         TEXI2DVI_FLAGS to texi2dvi invocation. 
577
578 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
579
580         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
581         works. More work is done by iterator now, and engraver has been
582         very much simplified.
583
584         * lily/translator-group.cc: try_music is now invoked through a
585         listener
586
587         * lily/*-iterator.cc: Massive cleanups. Junked
588         try_music_in_children globally. Renamed try_music to report_event,
589         and made that method descend to a bottom context automatically.
590
591         * lily/event-iterator.cc: New file.
592
593         * lily/output-property-iterator.cc,
594         lily/old-lyric-combine-music-iterator.cc: Removed.
595
596         * python/convert-rules.py: Modified the syntax for \applyOutput.
597
598 2006-05-23  Graham Percival  <gpermus@gmail.com>
599
600         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
601         creation.
602
603         * Documentation/user/ various: stuff that might have helped
604         to fix the pdf creation, plus some minor doc additions.
605
606         * Documentation/user/changing-defaults.itely: remove @b from
607         @b{ @internasref{foo}}; this breaks texi2dvi -E.
608
609 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
610
611         * lily/beaming-pattern.cc (beamify): deal with negative start
612         moments for beaming patterns.
613
614 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
615
616         * lily/beaming-info.cc (beamify): new function: read beatLength
617         and beatGrouping from context. 
618
619         * input/regression/beam-beat-grouping.ly (Module): new file.
620
621         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
622
623         * lily/beam.cc (get_beam_segments): generate events for
624         max_connect_ case too.
625         (get_beam_segments): read Stem::max-beam-connect.
626
627         * input/regression/beam-single-stem.ly: new file.
628
629         * lily/stem.cc (set_beaming): use #f as signaling value for
630         beamcount 0.
631
632         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
633
634         * lily/beam.cc (set_beaming): read clip-edges property.
635         (calc_direction): don't suicide for single stem.
636
637         * lily/beaming-info.cc (best_splitpoint_index): take bool*
638         argument, remove 1<<15 hack. Remove clip_edges() 
639
640         * lily/hairpin.cc (print): only do padding for nonmusical bounds
641
642 2006-05-21  Graham Percival  <gpermus@gmail.com>
643
644         * Documentation/user/basic-notation.itely: reorg.
645
646         * Documentation/user/ various: minor fixes.
647
648 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
649
650         * lily/stencil-expression.cc (register_stencil_head): opps, append
651         to cdr of static SCM object.
652
653 2006-05-19  Graham Percival  <gpermus@gmail.com>
654
655         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
656         update framework for command index.  DOC WRITERS: use @funindex
657         instead of @cindex @code{}.
658
659         * Documentation/user/ various: replace @cindex @code{} => @funindex
660
661 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
662
663         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
664         case positions is set manually. 
665
666 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
667         
668         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
669         rules to Scheme.
670
671 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
672
673         * Documentation/user/changing-defaults.itely (Contexts explained):
674         use absolute dimension for @image.
675
676         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
677         out image for illustration too.
678         ($(outdir)/%.png): add more png <-> eps rules. 
679
680 2006-05-17  Graham Percival  <gpermus@gmail.com>
681
682         * Documentation/user/ various: remove trailing whitespace, cosmetic
683         change to reduce changes produced by diff.
684
685 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
686
687         * lily/main.cc (do_chroot_jail): correctness tweak.
688
689         * python/lilylib.py (system): import subprocess in system () only.
690
691         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
692
693         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
694         variable. Backportme.
695
696 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
697         
698         * lily/parser.yy: Change all syntax rules of type Music to SCM type
699
700 2006-05-17  Werner Lemberg  <wl@gnu.org>
701
702         * lily/lexer.ll (init_signature_has_table): Add
703         `scm-scm-music-music'.
704
705         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
706         (Generic_prefix_music_scm): Add rule for it.
707
708         * lily/quote-iterator.cc (Quote_iterator::process): Handle
709         `quoted-transposition' property.
710
711         * ly/music-functions-init.ly (transposedCueDuring): New function.
712
713         * scm/define-music-properties.scm (all-music-properties): Updated.
714
715         * Documenation/topdocs/NEWS.itely: Document it.
716
717 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
718
719         * python/lilylib.py (system): move import subprocess to system()
720         definition. 
721
722         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
723
724         * VERSION (PATCH_LEVEL): release 2.9.5
725         
726         * Documentation/topdocs/INSTALL.texi (Top): update versions and
727         build instructions. 
728
729         * ly/engraver-init.ly: switch on hairpinToBarline by default.
730
731 2006-05-16  Graham Percival  <gpermus@gmail.com>
732
733         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
734
735         * Documentation/user/ various: minor fixes.
736
737 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
738
739         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
740
741 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
742
743         * Documentation/user/advanced-notation.itely (Instrument names):
744         Modified obsolete instruction on how to move instrument names away
745         from the staves. Hmm, at second thought the bug probably has been
746         solved, so the full bug description should probably be removed.
747
748 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
749
750         * lily/dynamic-engraver.cc (typeset_all): hang ending on
751         currentCommandColumn. 
752
753         * lily/hairpin.cc (print): also add padding for non-neighbor
754         hairpin bounds.
755
756         * scm/define-context-properties.scm
757         (all-user-translation-properties): add hairpinToBarline
758
759         * input/regression/hairpin-to-barline.ly: new file.
760
761         * lily/context.cc (internal_send_stream_event): thinko fix.
762
763         * lily/tie.cc (set_default_control_points): robustness fix.
764
765         * python/musicxml.py (Part.interpret): don't complain about
766         incomplete measures.
767
768         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
769         new music if last_event_chord() returned None.
770
771         * python/musicxml.py (Part.interpret): skip back over chord notes.
772
773 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
774         
775         * lily/percent-repeat-engraver.cc, lily/parser.yy,
776         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
777         lily/slash-repeat-engraver.cc,
778         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
779         iterator sends PercentEvents
780
781         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
782         rework tuplets: send start/stop events to engraver
783
784         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
785         dispatchers event-source and events-below to Context
786         
787 2006-05-15  Graham Percival  <gpermus@gmail.com>
788
789         * Documentation/user/README.txt: update info for doc writers.
790
791         * Documentation/user/programming-interface.itely: integrate
792         Nicolas' fixes for chapter rewrite.
793
794         * Documentation/user/ various: minor fixes.
795
796 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
797
798         * lily/clef-engraver.cc: cleanup.
799
800         * Documentation/user/GNUmakefile: dist context-example.eps too.
801
802         * lily/key-engraver.cc (create_key): use
803         explicitKeySignatureVisibility for cancellation too. 
804
805         * lily/font-config.cc (init_fontconfig): don't close file if
806         f==NULL. 
807
808 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
809
810         * Documentation/topdocs/NEWS.tely: niente and rotation news
811
812 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
813
814         * lily/include/stencil.hh
815         * lily/stencil.cc (rotate): new function. Makes it possible
816         to rotate a stencil around a given offset.
817
818         * lily/grob.cc (get_print_stencil): add rotation support
819
820         * lily/stencil-interpret.cc (interpret_stencil_expression):
821         add rotation support
822
823         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
824
825         * scm/define-grob-properties.scm: add 'rotation property
826
827         * scm/define-markup-commands.scm: add rotate markup command
828         
829         * scm/output-ps.scm: add rotation support in PostScript backend
830
831         * scm/output-svg.scm: add rotation support in SVG backend
832
833 2006-05-13  Graham Percival  <gpermus@gmail.com>
834
835         * Documentation/user/music-glossary.itely: French correction.
836
837         * Documentation/user/programming-interface.itely: major
838         new docs, some reorg, some info from Nicolas.
839
840         * Documentation/user/ various: small fixes.
841
842 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
843
844         * Documentation/user/programming-interface.itely (Markup
845         programmer interface): Remove duplicate text.
846
847 2006-05-12  Graham Percival  <gpermus@gmail.com>
848
849         * Documentation/user/context-example.eps: new file.
850
851         * Documentation/user/changing-defaults.itely: set up file to
852         use eps image.
853
854         * Documentation/user/programming-interface.itely: changes
855         from mailist.
856
857 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
858
859         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
860
861 2006-05-11  Graham Percival  <gpermus@gmail.com>
862
863         * Documentation/user/programming-interface.itely: first round of
864         editing and merging emails from Nicolas.
865
866         * Documentation/user/scheme-tutorial: minor edit.
867
868 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
869
870         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
871         XML attributes.
872         (Xml_node.message): use it.
873
874         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
875         oops. Add duration argument.
876
877 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
878
879         * lily/paper-column-engraver.cc (make_columns):
880         * scm/define-grobs.scm: Revert my previous change and set the default
881         in define-grobs.scm instead.
882
883 2006-05-09  Graham Percival  <gpermus@gmail.com>
884         
885         * Documentation/user/changing-defaults.itely: general editing,
886         info about \set and \override.
887
888         * Documentation/user/tweaking.itely, advanced-notation.itely:
889         fixes from Dave Luttinen, thanks!
890
891 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
892
893         * lily/paper-column-engraver.cc (make_columns): By default, a column
894         needs to be breakable.
895
896 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
897
898         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
899         Attributes methods
900         (musicxml_time_to_lily): idem
901         (musicxml_key_to_lily): idem
902         (instrument_drumtype_dict): dict for supported drumtypes.
903         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
904         moments and pending mm rests
905         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
906         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
907         (musicxml_voice_to_lily_voice): add mode change.
908         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
909         speed and less memory usage (factor 5 to 10).
910         (convert): write -defs.ly  and driver file separately so people
911         can script their own part extraction.
912
913         * python/musicxml.py (minidom_demarshal_node): new function:
914         separate minidom handling.
915         (lxml_demarshal_node): new function: support lxml.etree too.
916         (Xml_node.message): new function: verbose error message, with XML
917         path to offending node.
918         (Attributes.get_measure_length): sane interface to MusicXML attributes.
919         (Part_list.generate_id_instrument_dict): new method: collect
920         instrument names, to be able to set drum_type.
921         (Part.interpret): handle underfull measures
922         (Part.interpret): assign instrument names.
923
924         * python/musicexp.py (Output_printer.close): new method
925         (MusicWrapper.print_ly): new class: support other modes,
926         eg. \drummode
927         (BarCheck.print_ly): new class. Support bar checks, with comments
928         and fancy barchecks. 
929         (NoteEvent.__init__): also set drum_type for drum notes.
930         (MultiMeasureRest.lisp_expression): dump mm rests.
931
932         * lily/paper-column-engraver.cc (stop_translation_timestep): set
933         line-break-permission if forbidBreak is not set.
934
935 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
936
937         * scm/define-context-properties.scm:
938         * scm/define-grob-properties.scm:
939         * scm/define-grobs.scm:
940         * scm/define-music-display-methods.scm:
941         * scm/define-music-properties.scm:
942         * scm/define-music-types.scm:
943         * scm/music-functions.scm:
944         * ly/declarations-init.ly:
945         * lily/include/constrained-breaking.hh:
946         * lily/system.cc:
947         * lily/spaceable-grob.cc:
948         * lily/simple-spacer.cc:
949         * lily/paper-score.cc:
950         * lily/paper-column.cc:
951         * lily/paper-column-engraver.cc:
952         * lily/item.cc:
953         * lily/gourlay-breaking.cc:
954         * lily/constrained-breaking.cc:
955         * python/convertrules.py:
956         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
957         "page-break-penalty" and "line-break-permission".
958         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
959         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
960
961         * lily/bar-engraver.cc:
962         * lily/beam-engraver.cc:
963         * lily/forbid-break-engraver.cc:
964         * lily/ligature-engraver.cc:
965         * lily/paper-column-engraver.cc:
966         * lily/percent-repeat-engraver.cc:
967         * lily/score-engraver.cc:
968         * lily/score-engraver.hh:
969         * lily/paper-column-engraver.hh:
970         Inter-engraver communication regarding line breaks is done through context
971         properties (Score.forbidBreak) instead of function calls.
972
973 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
974
975         * VERSION (PACKAGE_NAME): release 2.9.4
976
977 2006-05-08  Graham Percival  <gpermus@gmail.com>
978
979         * Documentation/user/working.itely: proofreading from Dave
980         Luttinen, thanks.
981
982         * Doucmentation/user/README.txt: updated with manual style info.
983
984         * Documentation/user/ various: trim linewidth to 78 chars.
985
986 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
987
988         * scm/define-grob-properties.scm (all-internal-grob-properties):
989         remove chord-tremolo property.
990
991         * lily/beam.cc (get_beam_segments): don't use stem position as
992         base for broken ends.
993
994 2006-05-06  Graham Percival  <gpermus@gmail.com>
995
996         * Documentation/user/putting.itely: proofreading from Dave
997         Luttinen, thanks!
998
999         * Documentation/user/ various: more reorg and clarifications.
1000
1001 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1002
1003         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
1004
1005         * ly/music-functions-init.ly: new function featherDurations
1006
1007         * lily/beam.cc: read grow-direction for feathered beaming.
1008
1009         * Documentation/topdocs/NEWS.tely (Top): typo.
1010
1011 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1012
1013         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
1014         tremolo beams.
1015
1016 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
1017         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
1018         used by music streams.
1019
1020         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
1021         lily/stream-event.cc, lily/stream-event-scheme.cc,
1022         lily/listener.cc, lily/scheme-listener.cc,
1023         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
1024         lily/include/stream-event.hh, lily/include/listener.hh,
1025         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
1026         Created data structures for music streams.
1027         
1028 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1029
1030         * lily/beam.cc (get_beam_segments): new function. Reorganise the
1031         construction of a beam. 
1032         (print): rewrite. 
1033
1034         * flower/include/std-vector.hh (default_compare): use only one comparison.
1035
1036         * scm/define-markup-commands.scm (note-by-number): remove debug display.
1037         (note-by-number): further attachment fixes.
1038
1039         * scm/lily-library.scm (ordered-cons): new function.
1040         (interval-index): new function
1041
1042         * lily/note-head-scheme.cc (LY_DEFINE): new file.
1043
1044         * lily/note-head.cc (get_stem_attachment): new function.
1045
1046         * scm/define-markup-commands.scm (note-by-number): read 'style
1047         property. 
1048
1049         * input/regression/markup-note.ly: show note-head style option.
1050
1051         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
1052         triangle head.
1053
1054 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1055
1056         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
1057
1058         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
1059
1060         * lily/include/constrained-breaking.hh: GCC 4 fix.
1061
1062 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
1063
1064         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
1065         Replace it with functions get_line_forces and get_line_configuration.
1066         (class Simple_spacer): Make data private.
1067         Rewrite compression algorithm to be faster and simpler.
1068
1069         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
1070         * lily/gourlay-breaking.cc (solve):
1071         * lily/constrained_breaking.cc (space_line):
1072         Change it to the new simple-spacer code.
1073
1074         * lily/paper-score.cc (get_paper_systems):
1075         (Paper_score):
1076         (process):
1077         Delay breaking the systems until they are requested.
1078         (find_break_indices):
1079         Use vsize for indices.
1080         (calc_breaking):
1081         Move the "Calculating line breaks" message here.
1082
1083         * lily/system.cc (pre_processing):
1084         Move the "Calculating line breaks" message away from here.
1085         (break_into_pieces):
1086         Allow multiple calls to this function in sequence (with touching-but-
1087         not-overlapping breakpoints).
1088
1089         * lily/constrained-breaking.cc:
1090         Replace most of the get_XXXX functions with get_line_details.
1091         Only calculate the force for each line. Calculate configurations only
1092         for the lines we will actually use.
1093         Replace cols_ with lines_.
1094
1095 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1096
1097         * mf/GNUmakefile (depth): remove FC_FIND.
1098
1099         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
1100
1101         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
1102
1103         * scm/framework-ps.scm (write-preamble): new function.
1104         (write-preamble): load mac fonts via fondu, even if gs-font-load
1105         is set.
1106
1107 2006-05-03  Werner Lemberg  <wl@gnu.org>
1108
1109         * mf/GNUmakefile (FC_FIND): Fix typo.
1110
1111 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
1112
1113         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
1114
1115 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1116
1117         * stepmake/aclocal.m4: run python-config for crosscompiling
1118         flags. 
1119
1120         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
1121         -f png for HTML, TEXINFO formats. 
1122
1123         * input/tutorial/lbook-html-test.html: new file.
1124
1125         * lily/include/tie-formatting-problem.hh (class
1126         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
1127         [column, direction]. This fixes laissez vibrer ties.
1128  
1129         * flower/include/tuple.hh (struct Tuple2): new file.
1130
1131         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
1132         $(FCMATCH), only if $(NCSB_DIR) not set. 
1133
1134         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
1135
1136         * config.make.in (DOCUMENTATION): set FCMATCH.  
1137
1138         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
1139
1140 2006-05-03  Graham Percival  <gpermus@gmail.com>
1141
1142         * Documentation/user/ various: final round of reorg.
1143
1144         * Documentation/user/instrument-notation.itely: some more
1145         fixes from Eduardo, thanks!
1146
1147 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1148
1149         * VERSION (PACKAGE_NAME): release 2.9.3
1150
1151         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
1152
1153         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
1154
1155 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1156
1157         * scm/define-grob-properties.scm (all-user-grob-properties):
1158         Correct typo, thanks to Eduardo.
1159
1160 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1161
1162         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
1163
1164         * buildscripts/lilypond-words.py (F): indent fix.
1165
1166         * input/regression/tie-arpeggio-collision.ly: new file.
1167
1168         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
1169         function: store outlines per column rank.
1170
1171         * lily/include/tie-configuration.hh (class Tie_configuration): add
1172         column_ranks_ to specification and configuration, to distinguish
1173         between ties for different heads in arpegiated chords.
1174
1175         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
1176
1177         * *.py: more 4 space indents.
1178
1179         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
1180
1181 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
1182
1183         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
1184
1185 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1186
1187         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
1188
1189         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
1190
1191         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
1192
1193 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1194
1195         * python/convertrules.py (conv): indent 4 for python files.
1196
1197 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1198
1199         * Documentation/user/changing-defaults.itely (Creating contexts):
1200         Clarify \new semantics.
1201
1202 2006-04-28  Graham Percival  <gpermus@gmail.com>
1203
1204         * Documentation/user/ various: major new sections in the
1205         Learning manual, slight reorg elsewhere.
1206
1207 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1208
1209         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1210
1211         * scm/framework-ps.scm (output-framework): remove PageMedia
1212
1213 2006-04-27  Graham Percival  <gpermus@gmail.com>
1214
1215         * Documentation/user/ tweaks.itely, working.itely: new
1216         files, being more advanced "learning manual" chapters.
1217
1218         * Documentation/user/ tutorial, putting, lilypond: reorg.
1219
1220 2006-04-26  Graham Percival  <gpermus@gmail.com>
1221
1222         * input/regression/lyric-combine-polyphonic.ly: fixed test
1223         (no more "can't find context `one'" error).
1224
1225 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1226
1227         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1228
1229         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1230         
1231 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1232
1233         * lily/relocate.cc (read_relocation_dir): new function.
1234
1235 2006-04-26  Graham Percival  <gpermus@gmail.com>
1236
1237         * Documentation/user/instrument-notation.itely: a few more fixes
1238         from Eduardo, thanks!
1239
1240         * Documentation/user/README.txt: new file; contains info on
1241         style that used to be in lilypond.tely.
1242
1243         * Documentation/user/ various: first round of doc reorg.
1244
1245         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1246         graphic; this probably causes problems on some pdf
1247         viewers, notably Adobe Acrobat.
1248
1249 2006-04-24  Graham Percival  <gpermus@gmail.com>
1250
1251         * Documentation/user/instrument-notation.itely: many alterations
1252         to Vocal music, from Eduardo Viera.
1253
1254 2006-04-23  Graham Percival  <gpermus@gmail.com>
1255
1256         * Documentation/user/instrument-notation.itely: fix \new
1257         instead of \context problem.
1258
1259 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1260
1261         * lily/relocate.cc (expand_environment_variables): new function.
1262         (read_line): id.
1263         (read_relocation_file): id.
1264
1265         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1266
1267 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1268
1269         * ly/engraver-init.ly: remove old comments from TabVoice
1270
1271 2006-04-20  Graham Percival  <gpermus@gmail.com>
1272
1273         * Documentation/user/instrument-notation.itely: added Erlend's
1274         latest doc patch, thanks!
1275
1276 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1277
1278         * lily/include/slur.hh:
1279         * lily/slur.cc:
1280         * lily/phrasing-slur-engraver.cc:
1281         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1282         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1283         Slur_engraver:: and putting it in
1284         Slur::auxiliary_acknowledge_extra_object ().
1285
1286         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1287
1288         * lily/note-collision.cc: fix a comment
1289
1290 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1291
1292         * stepmake/bin/add-html-footer.py: fix footer position in
1293         generated html files: before </body> and </html> tags.
1294
1295 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1296
1297         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1298         Earlier successive `make' commands finally compiled ok.
1299
1300         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1301
1302 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1303
1304         * lily/include/stem-tremolo.hh:
1305         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1306         callers.
1307
1308         * lily/lookup.cc:
1309         * lily/include/lookup.hh: add rotated_box ()
1310
1311 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1312
1313         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1314         been generated. Fixes "can't get `--help'" bug after make clean.
1315
1316         * THANKS: alphabetize contributors.
1317
1318 2006-04-17  Graham Percival  <gpermus@gmail.com>
1319
1320         * Documentation/user/instrument-notation.itely: added Erlend's
1321         tabs and banjo doc patch.  Thanks!
1322
1323 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1324
1325         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1326
1327         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1328
1329         * scm/output-lib.scm: add some more predefined string tunings.
1330
1331         * Documentation/user/instrument-notation.itely: and doc them.
1332
1333 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1334
1335         * ly/engraver.ly: Remove obsolete comments.
1336
1337         * ly/gregorian-init.ly: Define default layout block.
1338
1339         * input/puer-fragment.ly: Updated and extended.
1340
1341 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1342
1343         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1344         pdf conversion behaviour.
1345
1346         * flower/file-name.cc (dir_name)
1347         (get_working_directory): Move from relocate.cc.
1348
1349         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1350         
1351         * lily/relocate.cc: Encapsulate sys/stat.h in
1352         HAVE_STAT_H.
1353
1354 2006-04-14  Graham Percival  <gpermus@gmail.com>
1355
1356         * Documentation/user/ various: small updates from Cameron
1357         and Juergen, thanks!
1358
1359         * Documentation/user/ various: small updates of my own.
1360
1361         * THANKS: 2.7 -> 2.8.
1362
1363 2006-04-11  Graham Percival  <gpermus@gmail.com>
1364
1365         * scm/define-context-properties.scm: typo.
1366
1367         * Documentation/user/ : many more small updates.
1368
1369 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1370
1371         * scm/define-music-types.scm: disposed "docme".
1372
1373 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1374
1375         * lily/hairpin.cc: make niente circles a bit smaller.
1376
1377 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1378
1379         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1380         get-pfa and get-*-fonts targets.
1381
1382 2006-04-10  Graham Percival  <gpermus@gmail.com>
1383
1384         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1385         music-glossary, programming-interface: more minor fixes
1386         from mailist.
1387
1388         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1389
1390         * scm/define-context-properties.scm: another old \property update.
1391         This time tested for compiling!
1392
1393 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1394
1395         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1396
1397 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1398
1399         * scm/define-context-properties.scm (all-user-translation-properties): 
1400         * Documentation/user/global.itely (Page formatting): Compile fix.
1401
1402 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1403
1404         * Documentation/user/advanced-notation.itely (Polymetric
1405         notation): Update the example to use the "+" symbol and add link
1406         to input/test/compound-time.ly.
1407
1408 2006-04-08  Graham Percival  <gpermus@gmail.com>
1409
1410         * scm/define-grob-properties.scm: clarify docs for #'direction.
1411
1412         * scm/define-context-properties.scm: update old \property override.
1413
1414         * Documentation/user/ advanced-notation, global, lilypond-book:
1415         more minor doc updates.
1416
1417 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1418
1419         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1420
1421         * scm/backend-library.scm (search-gs): oops.
1422
1423 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1424
1425         * scripts/lilypond-book.py (output): use base, not filename for href.
1426
1427         * scm/backend-library.scm: only look for gs.
1428
1429         * scripts/lilypond-book.py (output): fix printfilename.
1430
1431         * lily/parser.yy (music_function_musicless_prefix): fold together
1432         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1433
1434         * lily/slur.cc (print): only set font-size if not set yet.
1435
1436         * lily/slur-configuration.cc (add_score): improved layout of debug
1437         scoring output.
1438
1439 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1440
1441         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1442         (draw_circle): Hopefully fixed regression.
1443         Improved documentation for several procedures.
1444         
1445 2006-03-04  Werner Lemberg  <wl@gnu.org>
1446
1447         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1448
1449 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1450
1451         * scripts/musicxml2ly.py (bindir): add dynamic
1452         relocation. 
1453
1454 2006-04-04  Graham Percival  <gpermus@gmail.com>
1455
1456         * Documentation/user/ basic-notation, advanced-notation, putting,
1457         instrument-notation, invoking, lilypond, THANKS: another ream of small
1458         fixes from the Doc Helpers.
1459
1460 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1461
1462         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1463
1464         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1465
1466         * Cleaned up interfaces between PostScript and Scheme, and moved
1467         computations from PostScript to Scheme:
1468
1469         * music-drawing-routines.ps
1470         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1471         with stroke_and_fill throughout.
1472         (euclidean_length, print_letter, draw_box): Deleted unused
1473         procedures.  If someone needs draw_box, implement it using
1474         draw_round_box; don't duplicate code.
1475         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1476         Refactored/cleaned up interfaces.
1477         (mark_URI): Moved.
1478
1479         * output-ps.scm: reordered arguments to PostScript functions to
1480         match new interfaces
1481         (glyph-string): Rewrote glyph-string.
1482         (grob-cause): Replaced string-append with format.
1483         (repeat-slash): Rewrote to do computation here.
1484         (round-filled-box): Rewrote to do computation here.
1485
1486 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1487
1488         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1489
1490         * stepmake/stepmake/toplevel- targets.make: print help info about
1491         cvs-clean
1492
1493 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1494
1495         * input/regression/hairpin-circled.ly: new file
1496
1497 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1498
1499         * lily/hairpin.cc (print): add support for circled tip
1500
1501         * scm/define-grob-properties.scm: add circled-tip parameter
1502
1503         * scm/define-grobs.scm: init circled-tip to false
1504         
1505 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1506
1507         * scm/music-functions.scm (quote-substitute): set
1508         iterators-ctor. 
1509
1510 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1511
1512         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1513         BSTINPUTS. 
1514
1515         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1516
1517         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1518
1519 2006-03-31  David Feuer  <david.feuer@gmail.com>
1520         
1521         * scm/framework-ps.scm:
1522         
1523         * scm/output-ps.scm: glyph-string now produces smaller, more
1524         readable, and probably faster PostScript.  Several findfont
1525         scalefont setfont instances changed to selectfont
1526         Hacked-up string-appends changed to formats.
1527
1528         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1529         
1530 2006-03-30  Graham Percival  <gpermus@gmail.com>
1531
1532         * scm/lily-library.scm: make "no version" warning message more polite.
1533
1534         * lily/music.cc: add double quotes to failed octave check.
1535
1536         * Documentation/user/ advanced-notation, changing-defaults,
1537         instrument-notation, invoking, music-glossary: whole bunch of minor
1538         fixes from mailist.
1539
1540 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1541
1542         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1543         $(buildscriptdir) iso. depth.
1544
1545         * VERSION (PACKAGE_NAME): release 2.9.1
1546
1547 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1548
1549         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1550
1551         * VERSION (PATCH_LEVEL): bump version number.
1552
1553         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1554         scm_from_uint32 ()
1555
1556         * lily/pango-font.cc (pango_item_string_stencil): use
1557         scm_from_uint32 ()
1558
1559         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1560         $(outdir)/emmentaler-%.svg): remove canary.
1561
1562         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1563         glyphnames if we have a ttf font.
1564
1565 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1566
1567         * Documentation/user/advanced-notation.itely (Font selection):
1568         Corrected reference to the font-family-override.ly example.
1569
1570 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1571         
1572         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1573         stem-tremolo object in the stem (or else the stem might not be
1574         long enough).
1575
1576 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1577
1578         * lily/ttf.cc (print_trailer): only print existing glyphs.
1579
1580 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1581
1582         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1583         position the tremolo based on the position of the notehead.
1584
1585         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1586         notes and update the texidoc line with the new positioning rules.
1587         
1588 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1589
1590         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1591
1592         * scripts/lilypond-book.py (Module): set default for linewidth if
1593         preamble not found.
1594
1595 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1596
1597         * VERSION (PACKAGE_NAME): release 2.9.0.
1598
1599         * input/regression/stem-tremolo-position.ly: new file.
1600
1601         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1602
1603 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1604
1605         * lily/stem-tremolo.cc (print): position
1606         the tremolo depending only on the end of the stem
1607         and not on the notehead
1608         (raw_stencil): center, on the middle staff line, the
1609         flag that is closest to the end of the stem (previously
1610         the bottom flag)
1611         (calc_width): add this callback to shorten a tremolo when
1612         it is beamed or it is stemup with a flag
1613         (style): add this callback to make a tremolo rectangular when
1614         it is beamed or it is stemup with a flag
1615         (rotated_box): this is like Lookup::beam but makes a rotated
1616         rectangle instead of a parallelogram
1617
1618         * lily/stem.cc (calc_stem_info): make sure the stem
1619         is long enough to fit the tremolo
1620         (calc-length): reduce the length of tremolo stems since the
1621         tremolo code is now capable of better positioning
1622
1623         * scm/define-grobs.scm: make calc_width the default beam-width
1624         callback for stem-tremolo and add the style callback
1625                 
1626 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1627
1628         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1629         case. 
1630
1631 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1632
1633         * lily/ttf.cc (make_index_to_charcode_map): restore old
1634         cmap. 
1635
1636 2006-03-28  Werner Lemberg  <wl@gnu.org>
1637
1638         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1639
1640 2006-03-28  Graham Percival  <gpermus@gmail.com>
1641
1642         * THANKS: update for 2.9, add section for Documentation helpers.
1643
1644         * Documentation/topdocs/NEWS.tely: compile fix.
1645
1646         * Documentation/user/ basic-notation, global, advanced-notation,
1647         examples.itely: minor fixes from mailist.
1648
1649 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1650
1651         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1652         note heads. 
1653
1654         * lily/ttf.cc (print_trailer): use it.
1655
1656         * lily/pango-font.cc (get_unicode_name): new function.
1657
1658         * lily/ttf.cc (make_index_to_charcode_map): move function from
1659         open-type-font.cc
1660         (print_trailer): substitute uniXXXX name if applicable. 
1661
1662         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1663         (pango_item_string_stencil): use it to generate uniXXXX names.
1664
1665         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1666         note heads, for uniform widths in shape note output.
1667         (overdone_heads): hmm. remove them again.
1668
1669         * scripts/lilypond-book.py (output): add links to filenames.
1670
1671         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1672
1673         * lily/note-collision.cc (get_clash_groups): only consider when
1674         Note_column::dir <> CENTER. 
1675
1676         * scripts/lilypond-book.py (get_option_parser): init output_name
1677         to ''. 
1678
1679 2006-03-24  Graham Percival  <gpermus@gmail.com>
1680
1681         * Documentation/topdocs/NEWS.tely: add @end itemize
1682
1683         * Documentation/user/ global, advanced-notation: minor
1684         stuff from mailist.
1685
1686 2006-03-23  Graham Percival  <gpermus@gmail.com>
1687
1688         * Documentation/user/ lilypond.tely, music-glossary,
1689         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1690
1691 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1692
1693         * mf/GNUmakefile: don't install .enc files.
1694
1695         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1696
1697         * VERSION (PATCH_LEVEL): bump to 2.9.0
1698
1699 2006-03-22  Graham Percival  <gpermus@gmail.com>
1700
1701         * Documentation/user/advanced-notation.itely: minor fixes
1702         from mailist.
1703
1704 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1705
1706         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1707
1708         * branch lilypond_2_8
1709
1710 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1711
1712         * scripts/lilypond-book.py (samefile): new function, for windoze
1713         compatibility.
1714
1715 2006-03-21  Graham Percival  <gpermus@gmail.com>
1716
1717         * ly/engraver-init.ly: add info about StaffGroup.
1718
1719 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1720
1721         * input/regression/stem-direction-context.ly: idem.
1722
1723         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1724
1725         * THANKS: add Mats.
1726
1727         * input/regression/page-layout-twopass.ly: comment out \markup so
1728         tweak-file is left.
1729
1730         * lily/instrument-name-engraver.cc (finalize): add to instrument
1731         name global System. This also fixes chopped instrument names, but
1732         doesn't crash when there are slurs/beams.
1733
1734         * lily/slur-configuration.cc (add_score): disallow negative slur
1735         scores.
1736         
1737 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1738
1739         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1740
1741         * lily/instrument-name-engraver.cc (process_music): kludge: add
1742         InstrumentName spanner to axis group of left bound. Fixes chopped
1743         off instrument names in EPS images.
1744
1745         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1746
1747         * scripts/abc2ly.py (option_parser): update to 2.7.40
1748
1749 2006-03-20  Graham Percival  <gpermus@gmail.com>
1750
1751         * THANKS: move small doc contributors to SUGGESTIONS.
1752
1753         * Documentation/user/ basic-notation, advanced-notation,
1754         global: small changes from mailist.
1755
1756 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1757
1758         * Documentation/user/advanced-notation.itely (Text marks): update
1759         for new rehearsalMarkAlignSymbol convention.
1760
1761         * VERSION (PATCH_LEVEL): bump version.
1762
1763         * input/test/instrument-name-align.ly: new file.
1764
1765         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1766
1767         * input/test/instrument-name-align.ly: new file. Document how to
1768         align instrument names.
1769
1770         * lily/mark-engraver.cc: remove properties.
1771
1772         * scm/define-context-properties.scm
1773         (all-user-translation-properties): remove align symbol properties
1774         for barnumber/reh. mark.
1775
1776         * lily/break-align-interface.cc (self_align_callback): new
1777         interface, new function. Look at complete alignment. This handles
1778         tunable break alignments in case break-align-symbols are missing.
1779
1780         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1781
1782         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1783
1784         * python/convertrules.py (conv): mark/bar number alignment rule.
1785
1786         * lily/break-align-interface.cc (calc_positioning_done): also
1787         store offset from last visible break-alignment to its
1788         neighbor. This makes alignment on non-visible objects more reliable.
1789
1790         * po/lilypond.pot (Module): ran po-replace.
1791
1792         * input/regression/tie-single-manual.ly (Module): new file.
1793
1794         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1795         look at has_manual_position_.
1796         (from_ties): set has_manual_position_ if tie has staff-position set.
1797
1798         * lily/tuplet-bracket.cc (calc_positions): idem.
1799
1800         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1801         doesn't span time.
1802
1803 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1804
1805         * scm/define-markup-commands.scm (smallCaps): new markup command
1806         for turning a text to small caps using smaller font size and upper
1807         casing.
1808
1809 2006-03-17  Graham Percival  <gpermus@gmail.com>
1810
1811         * Documentation/user/ examples, instrument-notation,
1812         advnaced-notation: minor fixes from mailist.
1813
1814 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1815
1816         * Documentation/user/tutorial.itely (First steps): change example
1817         to verbatim.  
1818
1819 2006-03-17  Graham Percival  <gpermus@gmail.com>
1820
1821         * Documentation/user/ examples, advanced: minor changes from mailist.
1822
1823         * THANKS: add Geoff Horton, for documentation stuff.
1824
1825 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1826
1827         * python/lilylib.py (system): revert have_select kludge.
1828
1829         * Documentation/user/tutorial.itely (Commenting input files):
1830         update version numbers in doc. 
1831
1832         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1833         bound-padding to multi-measure-interface
1834
1835 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1836
1837         * input/test/engraver-example.ily: update version number.
1838
1839         * VERSION (PACKAGE_NAME): release 2.7.39
1840
1841         * lily/note-spacing.cc (get_spacing): heighten threshold where
1842         accidentals/arpeggios influence previous spacing fully.
1843
1844         * lily/rest.cc (y_offset_callback): only use direction if
1845         staff-position wasn't set before.
1846
1847         * lily/bar-number-engraver.cc: add support for
1848         barNumberAlignSymbol. 
1849         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1850
1851         * lily/pointer-group-interface.cc (set_ordered): new function. 
1852         (add_unordered_grob): new function.
1853
1854         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1855         to ordered, unless the opposite has been proved.  This fixes
1856         random reordering of large object groups across linebreaks,
1857         eg. beams.
1858
1859         * lily/main.cc (do_chroot_jail): printf format fix.
1860
1861         * lily/tie-formatting-problem.cc (generate_configuration):
1862         multiply y-shift for dot with direction.
1863  
1864         * scm/define-markup-commands.scm (note-by-number): put (magstep
1865         size) in y-attach too.
1866
1867         * Documentation/topdocs/NEWS.tely (Top): show override.
1868
1869         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1870         direction for stems.
1871         
1872 2006-03-15  Graham Percival  <gpermus@gmail.com>
1873
1874         * Documentation/user/ changing-defaults, global: minor
1875         fixes from mailist.
1876
1877 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1878
1879         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1880
1881         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1882         breakable items after uniformly stretched notes.
1883
1884         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1885         outline with outer edge of note heads. This prevents infinity
1886         problems with tied whole notes.
1887
1888         * scripts/lilypond-book.py (do_file): use os.popen
1889
1890         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1891
1892 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1893
1894         * Documentation/user/invoking.itely: Add ragged-right to bug report
1895         guidelines.
1896
1897 2006-03-14  Graham Percival  <gpermus@gmail.com>
1898
1899         * Documentation/user/global.itely: small fix from mailist.
1900
1901 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1902
1903         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1904         file descriptor returned by tempfile.mkstemp() when writing
1905         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1906         on mingw.
1907
1908 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1909
1910         * po/fi.po: newline bugfix.
1911
1912 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1913
1914         * scm/paper.scm (paper-alist): Rounding fixes.
1915
1916 2006-03-13  Graham Percival  <gpermus@gmail.com>
1917
1918         * Documentation/user/ changing-defaults, instrument-notation,
1919         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1920
1921 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1922
1923         * po/fi.po: update.
1924
1925 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1926
1927         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1928         mailto: to http:// 
1929
1930         * python/lilylib.py (print_environment): move ps_page_count to
1931         lilypond-book.py
1932
1933 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1934
1935         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1936
1937         * scm/framework-ps.scm (embed-document): new function. Use to
1938         embed PFA files.
1939
1940         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1941
1942 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1943
1944         * Documentation/user/instrument-notation.itely (Setting simple
1945         songs): Added \book{...} around the full example, so the separate
1946         markups are included in the printed example. 
1947
1948 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1949
1950         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1951         tmphandle.
1952
1953         * python/lilylib.py (system): rewrite system() using
1954         subprocess. Remove >& redirection trickery.
1955
1956 2006-03-11  Graham Percival  <gpermus@gmail.com>
1957
1958         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1959         notation-appendices.itely: minor fixes from mailist.
1960
1961 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1962
1963         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1964         unsplit man also needs images.
1965
1966         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1967
1968         * VERSION (PACKAGE_NAME): 2.7.38 released.
1969
1970 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1971
1972         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1973         log in output dir.
1974
1975 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1976
1977         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1978         respects the Score.skipTypesetting property.
1979         
1980 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1981
1982         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1983         Prolog. No %%EOF after CFF file.
1984
1985 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1986         
1987         * lily/constrained-breaking.cc (get_max_systems): used to return a
1988         much too big value
1989         (combine_demerits): use pointers to reduce copying data
1990         (calc_subproblem): idem
1991         (get_page_penalty): add page turn penalties
1992         
1993 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1994
1995         * Documentation/user/invoking.itely (Invoking lilypond): better
1996         explanation of -e usage.
1997
1998         * lily/main.cc (main_with_guile): don't append to
1999         init_scheme_code_string
2000
2001         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
2002
2003         * Documentation/user/invoking.itely: add note about MacOS X scripts.
2004
2005         * scripts/convert-ly.py (do_options): don't print help for
2006         --show-rules rule.
2007
2008         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
2009         @code and @example. Update from texinfo.tex from CVS.
2010
2011 2006-03-08  Graham Percival  <gpermus@gmail.com>
2012
2013         * Documentation/user/scheme-tutorial.itely: clarifies distances
2014         measured in staff-spaces.
2015
2016 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2017
2018         * lily/slur.cc (outside_slur_callback): only calculate offsets if
2019         consider[k] is true.
2020
2021         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
2022
2023         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
2024         consider columns that have originals.  Unifies spacing for mm
2025         rests around line breaks.
2026
2027         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
2028         (set_text_rods): idem.
2029         (calculate_spacing_rods): new function: share code between
2030         set_text_rods and set_spacing_rods.
2031         (set_text_rods): take extents of bounds into account.  
2032
2033 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2034
2035         * Documentation/user/basic-notation.itely (Writing music in
2036         parallel): don't use relative.
2037
2038 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2039
2040         * ly/music-functions-init.ly (Module): add shiftDurations
2041
2042         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
2043
2044         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
2045
2046         * ly/engraver-init.ly: init vocalName to nil.
2047
2048 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
2049
2050         * scm/music-functions.scm (music->make-music): bugfix,
2051         KeyChangeEvents are now handled correctly.
2052
2053         * scripts/lilypond-book.py: Add --debug option.
2054
2055 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2056
2057         * python/lilylib.py: add tempfile.
2058
2059 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2060
2061         * VERSION (PACKAGE_NAME): release 2.7.37
2062
2063         * python/lilylib.py (ps_page_count): remove make_ps_images().
2064         (ps_page_count): remove mkdir_p
2065         (system): remove cleanup_temp.
2066         (exit): remove lilypond_version_(check)
2067         (error_log): remove pseudo_filter_p
2068         remove read_pipe
2069         remove cp_to_dir
2070         remove identify
2071
2072         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
2073         use __main__
2074
2075         * lily/accidental-engraver.cc (make_standard_accidental): only add
2076         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
2077
2078         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2079         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
2080         Make incompatibilities.
2081
2082         * scm/output-ps.scm (grob-cause): replace backslashes by /
2083         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
2084
2085 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2086
2087         * cygwin/GNUmakefile: Install fixes.
2088
2089         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
2090
2091         * lily/note-head.cc (head::get_balltype): Compile fix.
2092
2093         * flower/file-name.cc (dos_to_posix): Flower string fix.
2094
2095 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2096
2097         * python/lilylib.py: pychecker cleanups.
2098
2099         * scripts/lilypond-book.py
2100         (Lilypond_snippet.output_print_filename): pychecker cleanups
2101
2102         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
2103
2104         * python/lilylib.py (underscore): remove identify() , warranty()
2105
2106         * ps/music-drawing-routines.ps: change Border routine for GSView
2107         compatibility.
2108
2109         * lily/stem.cc (height): use quantize-positions.  This triggers
2110         set_stem_lengths, so scripts on beamed stems are handled correctly.
2111
2112         * lily/side-position-interface.cc (aligned_side): check if edges
2113         of script are inside staff. Fixes accent of edge of the staff.
2114
2115         * input/regression/staccato-pos.ly: more examples.
2116
2117         * stepmake/aclocal.m4 (depth): fix bashism.
2118
2119         * lily/lyric-combine-music-iterator.cc: move from
2120         new-lyric-combine-iterator.cc
2121         (process): add pending_grace_lyric_ member to delay lyrics on
2122         grace notes.
2123
2124         * lily/system-start-text.cc (print): suicide if we don't have any
2125         elements. Fixes hara kiri'd instrument names.
2126
2127         * scripts/mup2ly.py (Module): remove.
2128
2129 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2130
2131         * Documentation/user/global.itely (A single music expression):
2132         close @lilypond properly
2133
2134         * lily/volta-bracket.cc (modify_edge_height): change from
2135         after_line_breaking_callback. Suicide last bracket if appropriate.
2136  
2137         * python/lilylib.py: strip getopt support
2138
2139         * scripts/etf2ly.py (do_options): use optparse
2140
2141         * scripts/midi2ly.py: optparse, strip lilylib copy. 
2142
2143         * scripts/abc2ly.py (voices): use optparse.
2144
2145         * stepmake/stepmake/generic-vars.make: new function absdir.
2146
2147         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
2148
2149         * scripts/lilypond-book.py (find_file): use global_options for
2150         include path
2151
2152         * scm/ps-to-png.scm (ps-page-count): prevent null characters
2153         entering C code.
2154
2155 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2156
2157         * python/lilylib.py (get_global_option): ughness for extracting
2158         global options from lilylib.
2159         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
2160
2161         * scripts/lilypond-book.py (get_option_parser): use optparse for
2162         option handling.  Put options in global_options variable.
2163
2164 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
2165
2166         * Documentation/index.html.in: clarify.
2167
2168 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2169
2170         * scm/layout-page-layout.scm (write-page-breaks): add a
2171         music-system-heights property to the page layout output.
2172
2173         * scm/page.scm (make-page-stencil): take footer into account when
2174         computing the 'space-left page property
2175         (annotate-space-left): take footer into account when annonating
2176         space left.
2177
2178 2006-02-28  Graham Percival  <gpermus@gmail.com>
2179
2180         * Documentation/user/ advanced-notation, global: more (final)
2181         docs for music expressions, removed special fermatas.
2182
2183 2006-02-27  Graham Percival  <gpermus@gmail.com>
2184
2185         * Documentation/user/ basic-notation, global: minor changes
2186         from mailist.
2187
2188 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2189
2190         * scm/framework-ps.scm:         
2191         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
2192         layer for inf? and nan? from framework-ps to lily-library.
2193
2194 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2195
2196         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
2197         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
2198
2199         * buildscripts/substitute-encoding.py (Module): remove file.
2200
2201         * mf/GNUmakefile: more PFA strippage.
2202
2203         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2204
2205         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2206         generation
2207
2208         * scm/framework-ps.scm: remove font name munging.
2209
2210         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2211
2212 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2213
2214         * scm/markup.scm (define-markup-command): change
2215         def-markup-command to define-markup-command
2216
2217         * scm/music-functions.scm (define-music-function): change
2218         def-music-function to define-music-function.
2219
2220         * python/convertrules.py (conv): rules for def-music-function
2221         and def-markup-commands
2222
2223         * Documentation/user/programming-interface.itely,
2224         input/no-notation/display-lily-tests.ly,
2225         input/regression/lily-in-scheme.ly,
2226         input/regression/markup-user.ly,
2227         input/regression/music-function.ly, input/regression/tie-chord.ly,
2228         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2229         ly/gregorian-init.ly: use new macro names (define-music-function,
2230         define-markup-command).
2231
2232 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2233
2234         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2235         (output): add comments to lp-book latex output.
2236
2237         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2238         address.
2239
2240 2006-02-23  Graham Percival  <gpermus@gmail.com>
2241
2242         * Documentation/user/ tutorial, global: minor changes.
2243
2244 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2245
2246         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2247         blocks (for make 3.80)
2248
2249         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2250         \notemode so that user should not have to explicitely type it.
2251
2252         * scm/define-music-display-methods.scm: various
2253         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2254         constructs)
2255
2256         * input/no-notation/display-lily-tests.ly: new tests for
2257         \applyOutput and \applyContext
2258
2259 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2260
2261         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2262         changed it slightly so that the number of systems returned by
2263         solve () will be the same as the last value passed to resize
2264         (). I've also added more documentation, removed casts, fixed style
2265         problems and put in some recovery if constraints aren't satisfied."
2266
2267 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2270         for emacs < 22 compatibility.
2271         (count-rexp): Use it.
2272         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2273         substring juggling (Milan Zamazal).
2274
2275 2006-02-23  Graham Percival  <gpermus@gmail.com>
2276
2277         * Documentation/user/ basic-notation, advanced-notation,
2278         global.itely, invoking.itely, tutorial,itely:
2279         minor fixes from mailist.
2280
2281         * scm/define-markup-commands.scm: improve docs of \filled-box.
2282
2283 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2284
2285         * Documentation/index.html.in: changes concern the previous release.
2286
2287         * input/regression/+.ly: cultivate typographical terminology.
2288
2289 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2290
2291         * scm/define-grob-interfaces.scm (parentheses-interface): add
2292         padding to parentheses-interface.
2293
2294         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2295         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2296
2297         * VERSION (PATCH_LEVEL): release 2.7.36
2298
2299         * lily/slur.cc: add avoid-slur (ugh.)
2300         
2301         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2302         intersection gets smaller. This fixes slurs over extreme points.
2303
2304         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2305         stems with neutral-direction set.
2306
2307         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2308
2309         * lily/open-type-font.cc (load_table): format error.
2310
2311         * lily/change-iterator.cc (process): format fix.
2312
2313         * flower/include/international.hh (_f): idem.
2314
2315         * flower/include/std-string.hh: add format printf attribute.
2316
2317         * scm/define-grobs.scm (all-grob-descriptions): height of all
2318         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2319
2320         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2321         ambitus lines.
2322
2323         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2324
2325 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2326
2327         * input/regression/: upgraded syntax for some files.
2328
2329         * THANKS: Add bughunters.
2330
2331 2006-02-22  Graham Percival  <gpermus@gmail.com>
2332
2333         * Documentation/user/ invoking.itely, advanced-notation.itely,
2334         global.itely: long-awaited "let's make chapter 10 not suck"
2335         update.  Rearrange chapter 10; now called "global issues",
2336         addresses file structure, etc.  Some info from other files
2337         moved into global.itely.
2338
2339 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2340
2341         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2342         catch trill-span-event notes.
2343
2344         * Documentation/user/examples.itely (Ancient notation templates): typo.
2345         (Jazz combo): typo.
2346
2347         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2348
2349         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2350
2351         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2352
2353         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2354
2355         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2356         froum Laissez_vibrer_engraver.
2357
2358         * ly/declarations-init.ly (repeatTie): add \repeatTie
2359
2360         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2361
2362         * scm/define-grob-properties.scm (all-user-grob-properties): add
2363         head-direction property.
2364
2365         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2366         from_lv_ties. Take head direction argument.
2367
2368         * lily/semi-tie-column.cc: rename from
2369         laissez-vibrer-tie-column.cc. Rename class too.
2370
2371         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2372         class too.
2373
2374         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2375
2376         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2377         0 case.
2378         (find_breaks): idem.
2379
2380 2006-02-21  Graham Percival  <gpermus@gmail.com>
2381
2382         * Documentation/user/advanced-notation.itely: fixed make-moment]
2383         example.
2384
2385         * Documentation/user/basic-notation.itely: more clarification to
2386         transpose.
2387
2388 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2389
2390         * lily/include/constrained-breaking.hh (class
2391         Constrained_breaking): new file.
2392
2393         * lily/constrained-breaking.cc (resize): new file.
2394
2395         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2396
2397         * Documentation/user/advanced-notation.itely (Clusters): insert
2398         end ignore too.
2399
2400         * lily/tie-column.cc (calc_positioning_done): support for
2401         tie-score debugging
2402
2403         * lily/tie-formatting-problem.cc
2404         (generate_extremal_tie_variations): factor out.
2405         (score_ties_configuration): annotate all tie 
2406         (print_ties_configuration): new routine.
2407         (generate_configuration): nudge extremal ties outside of the head
2408         Y extents.
2409         (score_ties_configuration): oops. convert to staff-space before
2410         determining position symmetry.
2411
2412 2006-02-20  Graham Percival  <gpermus@gmail.com>
2413
2414         * Documentation/user/*-notation.itely: misc minor editing,
2415         shifting doc sections around.
2416
2417         * Documentation/user/*-notation-itely, global.itely,
2418         changing-defaults.itely: added new stuff from NEWS.
2419
2420 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2421
2422         * po/fi.po: update.
2423
2424 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2425
2426         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2427         lilypond --verbose for lp-book.
2428
2429         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2430         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2431
2432         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2433         $(buildscript-dir) iso. absolute depth.
2434
2435         * buildscripts/genicon.py (dir): thinko.
2436
2437         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2438
2439 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2440
2441         * scm/output-lib.scm: swap darkcyan/darkyellow
2442
2443         * THANKS: Add bughunters.
2444
2445 2006-02-19  Graham Percival  <gpermus@gmail.com>
2446
2447         * Documentation/user/programming-interfaces.itely: fixed example.
2448
2449         * Documentation/user/instrument-notation.itely: fix @{ @}.
2450
2451         * scm/script.scm: add avoid-slur for \open.
2452
2453 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2454
2455         * lily/tie-formatting-problem.cc (score_configuration): use
2456         sliding score for min-length. 
2457
2458         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2459         spaghetti for icons.
2460
2461         * buildscripts/genicon.py (program_name): new file.
2462
2463         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2464         in outline too.  
2465         (generate_configuration): for small ties, also look for collisions
2466         at Y + DIR*h + DELTA_Y.
2467         (get_variations): consider variation for dot positions too.
2468
2469         * lily/side-position-interface.cc (aligned_side): take abs for
2470         quantized rounded position. Fixes tenuto below staff.
2471
2472         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2473         markers when necessary.
2474
2475         * lily/program-option.cc (internal_set_option): add
2476         strict_infinity_checking option.
2477
2478         * scm/output-lib.scm (cyan): swap yellow and cyan.
2479
2480 2006-02-19  Graham Percival  <gpermus@gmail.com>
2481
2482         * darwin.patch: trivial linenumber update.
2483
2484         * Documentation/user/ {various}: `\context foo = named' changed
2485         to `\new foo = "name"' in docs.
2486
2487 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2488
2489         * scm/stencil.scm (annotate-y-interval): use it.
2490
2491         * scm/lily-library.scm (interval-sane?): new function.
2492
2493         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2494         tfm_checksum stuff.
2495
2496         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2497         common refpoint.
2498
2499         * flower/include/std-vector.hh (iterof): add iterof macro.
2500
2501         * lily/enclosing-bracket.cc (width): new function.
2502
2503         * lily/align-interface.cc (align_elements_to_extents): reinstate
2504         warning.
2505
2506 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2507
2508         * Documentation/index.html.in: fix spelling: thankyous.
2509
2510 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2511
2512         * lily/lyric-hyphen.cc: typo.
2513
2514 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2515
2516         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2517         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2518         builds don't work. 
2519
2520         * VERSION: release 2.7.35
2521
2522         * lily/beam.cc (get_default_dir): oops. Take abs () for
2523         extremes[DOWN].
2524         (get_default_dir): use extreme position criterion only in absence
2525         of forced stem directions.
2526
2527         * VERSION (PATCH_LEVEL): bump VERSION.
2528
2529         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2530         dependencies. Necessary for -jX builds.  
2531
2532 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2533
2534         * lily/relocate.cc (setup_paths): Yet another const fix.
2535
2536 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2537
2538         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2539
2540         * lily/relocate.cc (setup_paths): oops.
2541
2542 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2543
2544         * Documentation/index.html.in: order links: html before PDF.
2545
2546 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2547
2548         * lily/tie-column-format.cc (Module): remove.
2549
2550         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2551
2552         * lily/text-spanner.cc (print): idem.
2553
2554         * lily/dynamic-text-spanner.cc (print): only print line if longer
2555         than dash-period.
2556
2557         * lily/auto-change-iterator.cc (change_to): formatting.
2558
2559         * lily/beam.cc (get_default_dir): take extreme note head as input
2560         for stem direction.
2561
2562         * lily/tie.cc (get_default_dir): only look directions for visible
2563         stems. 
2564
2565         * lily/side-position-interface.cc (aligned_side): oops. Don't
2566         mutiply with direction. This fixes quantized (staccato, tenuto)
2567         scripts below notes.
2568
2569         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2570         direction. Fixes c-lyrics-center-align.ly
2571
2572 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2573
2574         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2575         constructor.
2576
2577         * lily/std-string.cc:
2578         * lily/include/std-vector.hh (split_string): Move and rename from
2579         lily/include/misc.hh, lily/misc.cc.  Update callers.
2580
2581 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2582
2583         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2584
2585 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2586
2587         * flower/test-file.cc: New file.
2588
2589         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2590         libraries.
2591
2592         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2593
2594 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2595
2596         * flower/include/file-storage.hh: remove file.
2597
2598         * lily/include/midi-item.hh (class Midi_track): idem.
2599
2600         * lily/include/source.hh (class Sources): idem.
2601
2602         * lily/include/performance.hh (class Performance): use vector
2603         iso. Cons<>
2604
2605         * flower/include/cons.hh (class Cons): remove file.
2606
2607         * flower/include/flower-proto.hh: remove template cruft.
2608
2609         * lily/include/font-metric.hh: use size_t not vsize for indices.
2610
2611         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2612         from proto.
2613
2614         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2615
2616         * lily/include/paper-book.hh (class Paper_book):
2617         make get_system_specs() public.
2618
2619         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2620         the force=10000 case if we don't have a current-best. 
2621
2622         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2623         vsize 
2624
2625         * flower/include/flower-proto.hh: remove outdated templates.
2626
2627         * scm/page.scm: use annotate-spacing
2628
2629 2006-02-15  Graham Percival  <gpermus@gmail.com>
2630
2631         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2632
2633         * THANKS: moved Erlend Aasland to contributors.
2634
2635 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2636
2637         * config.hh.in: remove HAVE_PANGO_16
2638
2639         * lily/tuplet-bracket.cc (calc_positions): multiply with
2640         staff-space for beam case. This fixes tuplets+beams on scaled
2641         staves.
2642
2643         * config.hh.in: remove all Kpathsea related defines.
2644
2645         * lily/dot-column.cc (side_position): reach stem via dots->
2646         head->stem. Inspect all stems for dot collisions. 
2647
2648         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2649         stem handling.
2650
2651         * lily/bar-number-engraver.cc (process_music): document function
2652         of whichBar.
2653
2654         * lily/score.cc (default_rendering): add pscore, not systems
2655         themselves.
2656
2657         * lily/paper-book.cc (get_system_specs): separate generation of
2658         titles and systems.
2659
2660         * flower/include/std-vector.hh: don't include config.hh
2661
2662 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2663
2664         * flower/include/std-vector.hh: Better wrapper compatibility with
2665         std::vector.
2666
2667         * flower/include/flower-proto.hh: Remove cheap forward declaration
2668         attempts.
2669
2670         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2671
2672 2006-02-14  Graham Percival  <gpermus@gmail.com>
2673
2674         * Documentation/user/invoking.itely: add warning about command line.
2675
2676 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2677
2678         * lily/include/lily-proto.hh: add Prob, rm Page.
2679
2680         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2681
2682         * VERSION: release 2.7.34
2683
2684         * lily/relocate.cc (framework_relocation): show canary if
2685         GHOSTSCRIPT_VERSION undefined.
2686
2687         * GNUmakefile.in: remove $(VERSION) symlink.
2688
2689         * lily/relocate.cc (setup_paths): add + 
2690
2691 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2692
2693         * Documentation/index.html.in: specify sizes for all big HTML pages.
2694
2695 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2696
2697         * config.hh.in: remove @FRAMEWORKDIR@
2698
2699         * lily/system-start-text.cc (get_stencil): new file: separate out
2700         system-start-delimiter text support.
2701
2702         * input/**ly: replace \context with \new where appropriate.
2703         
2704         * THANKS: add Don.
2705
2706         * lily/slur-scoring.cc (get_base_attachments): use
2707         robust_relative_extent. This fixes problems with empty paper-columns. 
2708
2709 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2710
2711         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2712
2713         * scm/define-music-properties.scm (all-music-properties):
2714         create-new property.
2715
2716         * lily/context-specced-music-iterator.cc (construct_children):
2717         inspect 'create-new property iso. magical $uniqueContextId context
2718         id.
2719
2720         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2721
2722         * lily/context-key-manager.cc (Module): new file. Encapsulate
2723         object key generation.
2724
2725         * lily/include/context-key-manager.hh (Module): new file.
2726
2727 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2728
2729         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2730         names vertically
2731
2732         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2733         options.
2734         (reloc_b): excise --enable-framework-dir
2735
2736         * lily/relocate.cc (framework_relocation): use getenv
2737         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2738
2739 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2740
2741         * flower/include/std-string.hh: 
2742         * flower/include/std-vector.hh: Finish std:: conversion; move
2743         flower extensions from std:: namespace.  Update users.
2744
2745         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2746         their expansion to vector<*>.  Update users.
2747
2748 2006-02-10  Graham Percival  <gpermus@gmail.com>
2749
2750         * Documentation/user/invoking.itely: add example to File structure.
2751
2752         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2753         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2754
2755 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2756
2757         * ly/paper-defaults.ly: typo.
2758
2759         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2760         set_parent() for parentheses. This will make it show up in bbox
2761         calculations.
2762
2763         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2764         ly:grob-common* functions.
2765
2766         * lily/grob-scheme.cc (LY_DEFINE):
2767         ly:grob-common-refpoint-of-array: new function 
2768         ly:grob-common-refpoint: new function 
2769         ly:grob-relative-coordinate: new function 
2770
2771         * lily/instrument-name-engraver.cc (process_music): use
2772         Text_interface::is_markup(). This fixes \markup on instrument names.  
2773
2774         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2775         for ties and slurs.
2776
2777         * lily/slur.cc (print): idem.
2778
2779         * lily/tie.cc: add line-thickness for ties. 
2780
2781 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2782
2783         * scm/output-svg.scm: Document diversion from GNU coding standards
2784         as a workaround for a bug in Microsoft Internet Explorer.
2785
2786 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2787
2788         * lily/instrument-name-engraver.cc (process_music): use
2789         is_markup() iso. is_string()
2790
2791         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2792
2793         * lily/percent-repeat-engraver.cc (process_music): only look at
2794         main_part_ for % repeats.
2795
2796         * lily/stem-tremolo.cc (get_beam_translation): new function.
2797         (calc_slope): new function.
2798         (height): don't use real slope.
2799
2800 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2801
2802         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2803         new connect-to-neighbor, control-points and staff-padding
2804         properties to make ligature brackets showing up again.
2805
2806 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2807
2808         * VERSION: release 2.7.33
2809
2810         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2811         too many.
2812
2813         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2814         remove applyOutput example.
2815         (Objects connected to the input): document \tweak, \parenthesize
2816
2817         * lily/relocate.cc (prefix_relocation): allow "current"
2818         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2819         changing VERSION in a lily tree less painful.
2820
2821         * input/regression/parenthesize.ly: new file. 
2822
2823         * scm/output-lib.scm (parenthesize-element): new function.
2824
2825         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2826
2827         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2828
2829         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2830         cause: accidentals are caused by note heads, not note events. 
2831
2832 2006-02-08  Graham Percival  <gpermus@gmail.com>
2833
2834         * darwin.patch: small patch from Erlend, thanks!
2835
2836         * Documentation/user/basic-notation.itely: add stem-neutral example.
2837
2838         * Documentation/user/putting.itely: clarifications.
2839
2840 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2841
2842         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2843         note, add more guidelines to what should go into NEWS.
2844
2845         * input/sakura-sakura.ly: document how to override font.
2846
2847         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2848
2849 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2850
2851         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2852
2853 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2854
2855         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2856         convertrules.  Add explicit grouping, needed for python2.2.
2857
2858 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2859
2860         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2861
2862 2006-02-07  Graham Percival  <gpermus@gmail.com>
2863
2864         * Documentation/user/global.itely: fix line-width in (text) docs.
2865
2866         * Documentation/user/lilypond-book.itely: same.
2867
2868 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2869
2870         * VERSION (PACKAGE_NAME): release 2.7.32
2871
2872         * Documentation/topdocs/NEWS.tely (Top): document new variable
2873         naming.
2874
2875         * flower/include/array.icc (Message): remove file.
2876
2877         * flower/include/std-vector.hh: make sure vsize and VPOS are
2878         defined for binary_search_bounds().
2879
2880         * flower/std-string.cc (std): add to_string(long unsigned).
2881
2882         * configure.in (gui_b): excise std_string option.
2883         (gui_b): excise std_vector option.
2884
2885         * flower/string.cc (Module): excise flower array & string
2886
2887         * flower/include/std-string.hh: excise flower string.
2888
2889         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2890
2891         * python/convertrules.py (lilypond_version_re_str): require
2892         only numbers and dots in \version string.
2893
2894 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2895
2896         * lily/system-start-delimiter.cc (print): allow style = text too.
2897
2898         * lily/system-start-delimiter-engraver.cc
2899         (acknowledge_system_start_text): new function, also add add to
2900         support of system-start-text (instrument names). This fixes
2901         instrument names on piano staves.
2902
2903         * lily/instrument-name-engraver.cc: rewrite. Use
2904         system-start-delimiter approach. This save memory and cpu.
2905
2906         * scm/define-grobs.scm (all-grob-descriptions): remove
2907         instrument-name from break-alignment.
2908
2909         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2910
2911 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2912
2913         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2914         jobserver going.
2915
2916         * configure.in (std_vector): On by default.
2917
2918         * lily/include/font-metric.hh:
2919         * lily/include/tfm-reader.hh: 
2920         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2921         Update users.
2922
2923         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2924
2925 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2926
2927         * VERSION (PACKAGE_NAME): 2.7.31
2928
2929         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2930         EPS edge at 0, but take minimum with left-overshoot. This fixes
2931         cut off system start delims. 
2932
2933         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2934         hack: add to axis group if not added yet. This fixes hara kiri'd
2935         piano staves.
2936
2937         * lily/hara-kiri-group-spanner.cc
2938         (force_hara_kiri_in_y_parent_callback): fix signatures.
2939
2940         * lily/hairpin.cc (print): check next hairpin to see whether or
2941         not to be continuing.
2942
2943 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * Remove trailing whitespace from makefiles.
2946         
2947         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2948         for earlier gcc.
2949
2950         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2951
2952         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2953
2954         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2955
2956         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2957
2958         * configure.in: Use it.
2959
2960 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2961
2962         * scm/music-functions.scm (pitch-of-note): new function.
2963
2964         * ly/music-functions-init.ly: add \octave and \addquote
2965
2966         * lily/parser.yy (music_function_chord_body): softcode \octave.
2967         (lilypond_header): softcode \addquote
2968
2969 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2970
2971         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2972         array.hh, parray.hh at all.  Getting ready to flip the
2973         configure default.
2974
2975         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2976
2977         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2978         a bit.
2979
2980         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2981
2982 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2983
2984         * flower/include/array.hh: typo. 
2985
2986 2006-02-02  Graham Percival  <gpermus@gmail.com>
2987
2988         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2989
2990 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2991
2992         * flower/include/pqueue.hh: Derive from std::vector.
2993
2994         * flower/include/parray.hh: Conform to std::vector interface.
2995         Update users.
2996
2997 2006-02-02  Graham Percival  <gpermus@gmail.com>
2998
2999         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
3000
3001 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3002
3003         * flower/file-path.cc (is_file): remove if 0 section.
3004
3005         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
3006         selecting afii61352.
3007
3008 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3009
3010         * flower/include/std-vector.hh (boundary): Oops, reverse.
3011
3012         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
3013         remove superfluous `d'.
3014
3015         * flower/include/std-vector.hh (boundary, top): Detach from class.
3016         Remove empty vector shell.
3017
3018         * flower/include/array.hh (reverse, swap): Detach from class.
3019         Update users.
3020         
3021         * flower/include/std-vector.hh
3022         * flower/include/array.hh (concat): Globally change to insert ().
3023
3024         
3025         * flower/include/std-vector.hh
3026         * flower/include/parray.hh
3027         * flower/include/array.hh (elem, elem_ref): Globally replace by
3028         at ().
3029
3030 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3031
3032         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
3033
3034         * python/convertrules.py (FatalConversionError.sub_cxx_id):
3035         anticipate on identifier substitutions.
3036
3037 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3038
3039         * flower/include/std-vector.hh (insert): Remove, replace by
3040         std::vector interface.  Update callers.
3041
3042         * flower/include/array.icc (insert): Change signature to
3043         match std::vector interface.
3044         
3045         * flower/include/array.icc (vector_sort): Bugfix.
3046
3047 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3048
3049         * lily/parser.yy (output_def_head_with_mode_switch): new
3050         production. Result: dashes and underscores may be used in the
3051         \paper block.
3052
3053         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
3054
3055         * python/convertrules.py (conv): oops. One slash too much.
3056
3057 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3058
3059         * flower/include/std-vector.hh (sort): Remove, replace by
3060         ::vector_sort.  Update callers.
3061
3062         * flower/include/std-vector.hh (slice): Remove.  Update callers.
3063         (sort): Bugfix.
3064
3065         * flower/test-std.cc (vector_sort): New test.
3066
3067 2006-02-01  Graham Percival  <gpermus@gmail.com>
3068
3069         * Documentation/user/putting.itely: fixes from Erik.
3070
3071 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3072
3073         * flower/test-std.cc: Add simple unit test for vector migration.
3074
3075         * stepmake/stepmake/test*: Unit test support.
3076
3077         * flower/include/std-vector.hh (del): Remove.  Use erase (),
3078         update callers.
3079
3080         * flower/include/array.hh (begin, end): Add.
3081         (del, get): Remove.
3082
3083 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
3086         std::string not String. 
3087
3088         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
3089         iso UINT_MAX.
3090
3091         * lily/prob.cc (Prob): copy type_ too.
3092
3093         * lily/lily-guile.cc (mangle_cxx_identifier): new
3094         function. Class_bla::foo_bar_[px] ->
3095         ly:class-bla::foo-bar[?!]. Changes throughout
3096
3097 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3098
3099         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
3100
3101         * lily/beam.cc (calc_direction): take dir from visible stem in
3102         degenerate case.
3103
3104 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3105
3106         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
3107         Fix -1, >=0 boundary checks for unsigned vsize.
3108
3109         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
3110         loop for unsigned vsize.
3111
3112         * configure.in (--enable-std-vector): New option.
3113         (--enable-std-string): On by default.
3114
3115         * flower/include/std-vector.hh: New file.  Enable switch to
3116         std::vector, update client code.
3117
3118 2006-01-30  Graham Percival  <gpermus@gmail.com>
3119
3120         * scm/document-translation.scm: clarify "this context is also
3121         known as".  Thanks, Werner!
3122
3123         * Documentation/user/putting.itely: small fixes from Don Blaheta.
3124
3125         * Documentation/user/invoking.itely: small fix from Don.
3126
3127 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3128
3129         * scm/lily.scm (define-scheme-options): rename option
3130         preview-include-book-title to book-title-preview
3131         (define-scheme-options): move force-eps-font-include (from paper
3132         block) to eps-font-include -d option.
3133
3134         * VERSION (PATCH_LEVEL): release 2.7.30
3135
3136         * input/bach-schenker.ly (staffPiano): new file.
3137
3138         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
3139
3140         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
3141         credits to Nicolas.
3142
3143         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
3144
3145         * ps/lilyponddefs.ps: remove start-system, stop-system,
3146         start-page fluff. This saves putting { } code on the stack, fixing
3147         stack overflows when including EPS files.
3148
3149 2006-01-29  Graham Percival  <gpermus@gmail.com>
3150
3151         * Documentation/user/putting.itely: minor fixes (comments on -devel).
3152
3153 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3154
3155         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
3156
3157 2006-01-28  Graham Percival  <gpermus@gmail.com>
3158
3159         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
3160
3161 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3162
3163         * input/mutopia/claop.py: Update.
3164
3165 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3166
3167         * input/regression/completion-heads.ly (texidoc): fix.
3168
3169         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
3170
3171         * lily/tie-formatting-problem.cc
3172         (set_ties_config_standard_directions): use abs iso fabs for ints.
3173
3174         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
3175
3176         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
3177         little less than noteheight, to prevent overlaps in chords.
3178
3179         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
3180         head, and fudge stem-attachment.
3181
3182         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
3183
3184         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
3185
3186 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3187
3188         * lily/main.cc (main): Debugging aid: catch exceptions.
3189
3190         * flower/std-string.cc (to_string): Robustification.  Fixes midi
3191         output with std::string.
3192
3193 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3194
3195         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
3196
3197 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3198
3199         * Fix -DSTRING_UTILS_INLINED.
3200
3201 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3202
3203         * VERSION (PATCH_LEVEL): release 2.7.29
3204
3205         * lily/relocate.cc (setup_paths): mingw uses std string too.
3206
3207         * lily/*.cc: various fixes for substr(ARG).
3208
3209         * lily/sustain-pedal.cc (print): 
3210
3211         * flower/file-name.cc (slashify): use std strings.
3212
3213         * flower/string-convert.cc: remove publib.h
3214
3215         * scm/define-markup-commands.scm (verbatim-file): new markup
3216         command \verbatim-file
3217
3218         * Documentation/topdocs/NEWS.tely: fixup URLs
3219
3220         * input/regression/alignment-vertical-manual-setting.ly (Module):
3221         new file.
3222
3223         * lily/align-interface.cc (align_elements_to_extents): overwrite
3224         translations with numbers in alignment-offsets from left bound
3225
3226         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3227         (page-translate-systems): new function: take into account Y-offset.
3228
3229         * Documentation/topdocs/NEWS.tely (Top): document new features.
3230
3231         * input/regression/page-layout-manual-position.ly (Module): new
3232         file.
3233
3234 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3235
3236         * flower/file-path.cc (path::parse_path): Oops.
3237
3238         * Finish std::string interface.  For now, use std:: marker
3239         throughout for easy s/r.
3240
3241 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3242
3243         * Documentation/user/putting.itely (Score is a single musical
3244         expression): typo.
3245         (Score is a single musical expression): more typos.
3246
3247         * scm/page.scm (annotate-space-left): thinko.
3248         (annotate-page): more thinkos.
3249
3250 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3251
3252         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3253         for different \score blocks separately.
3254         (post-process-pages): put write-page-layout into paper block.
3255
3256         * lily/output-def.cc (get_parser): new file.
3257
3258         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3259         file.
3260
3261         * lily/include/output-def.hh (class Output_def): add parser_ member.
3262
3263         * input/regression/page-layout-twopass.ly (Module): new file.
3264
3265         * scm/lily.scm: remove cpp hack.
3266
3267         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3268
3269 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3270
3271         * GNUmakefile.in (c-clean): New target.
3272
3273         * flower/include/std-string.hh: String/std::string compatibility:
3274         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3275         type.
3276
3277         * flower/rational.cc: 
3278         * flower/include/rational.hh: 
3279
3280         * flower/offset.cc: 
3281         * flower/include/offset.hh: 
3282
3283         * flower/interval.cc: 
3284         * flower/include/interval.hh: 
3285
3286         * flower/string-convert.cc: 
3287         * flower/include/string-convert.hh: Use std::string [interface].
3288         Update callers.
3289
3290 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3291
3292         * Documentation/index.html.in: clean up.
3293
3294 2006-01-25  Graham Percival  <gpermus@gmail.com>
3295
3296         * Documentation/user/putting.itely: another new untested doc section.
3297
3298 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3299
3300         * scm/layout-page-layout.scm (write-page-breaks): write
3301         \spacingTweaks #ALIST. Handle grace timing.
3302
3303         * scm/: more imports.
3304
3305         * scm/page.scm (make-page): add footer/header.
3306         (annotate-space-left): revise: only take page argument.
3307         (layout->page-init): new function.
3308
3309         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3310         version of the system/spacing/linebreak hack writing to the output
3311
3312         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3313         ly:make-prob.
3314
3315         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3316         ly:spanner-bound
3317
3318 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3319
3320         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3321
3322         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3323
3324         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3325         handling to page.scm
3326
3327         * lily/prob-scheme.cc (LY_DEFINE): new file.
3328         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3329
3330         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3331         prob functions.
3332
3333         * lily/music.cc (derived_mark): derive Music from Prob.
3334
3335         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3336
3337         * lily/prob.cc (Module): Implement Prob (Property Object), object
3338         with shared and r/w property alists.  
3339
3340         * lily/include/prob.hh (Module): new file. Declare Prob.
3341
3342         * flower/string.cc: remove is_empty().
3343
3344         * flower/include/string.hh (class String): remove String:: qualifier.
3345
3346         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3347         substitute appropriate functions.
3348
3349         * flower/include/string.hh (class String): remove to_str0 and
3350         is_empty(). S&R everywhere.
3351
3352 2006-01-23  Graham Percival  <gpermus@gmail.com>
3353
3354         * Documentation/user/basic-notation.itely: add hairpin
3355         after-linebreak tweak to commonprop.
3356
3357         * Documentation/user/putting.itely: added two new sections.
3358
3359 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3360
3361         * flower/international.cc: 
3362         * flower/include/international.hh: 
3363
3364         * flower/getopt-long.cc: 
3365         * flower/include/getopt-long.hh: Use std::string [interface].
3366         Update callers.
3367
3368         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3369
3370         * stepmake/stepmake/executable-rules.make: Add dependency on
3371         module libraries.
3372
3373 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3374
3375         * flower/file-path.cc: 
3376         * flower/include/file-path.hh: Use std::string [interface].
3377         Update callers.
3378
3379         * flower/direction.cc: 
3380         * flower/axis.cc: Unused.  Remove.
3381
3382         * configure.in (--enable-std-string): New option.
3383
3384         * flower/std-string.cc: 
3385         * flower/include/std-string.hh: New file.
3386
3387         * flower/file-name.cc[STD_STRING]:
3388         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3389
3390 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3391
3392         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3393
3394         * scm/define-markup-commands.scm (with-dimensions):
3395         with-dimensions markup command.
3396
3397         * input/test/font-table.ly: use it.
3398
3399         * lily/open-type-font.cc (glyph_list): new function.
3400
3401         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3402
3403         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3404
3405 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3406
3407         * ly/music-functions-init.ly (parallelMusic): new music function
3408         for parallel music entry.
3409
3410         * scm/define-music-properties.scm (all-music-properties): new
3411         'void music property
3412
3413         * scm/music-functions.scm (ly:music-message): make public, to be
3414         used in music function definitions
3415
3416         * scm/lily-library.scm (collect-music-for-book): discard music
3417         when the 'void property is set.
3418
3419 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3420
3421         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3422
3423         * mf/GNUmakefile: idem.
3424
3425         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3426
3427         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3428
3429         * Documentation/user/notation-appendices.itely (The Feta font):
3430         use it.
3431
3432         * input/test/font-table.ly: new file. Generate font table within lily.
3433
3434         * Documentation/user/notation-appendices.itely (The Feta font):
3435         use new font-table.ly file. 
3436
3437         * stepmake/stepmake/install-out-targets.make
3438         (local-install-outfiles): only create directory if
3439         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3440
3441 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3442
3443         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3444
3445         * VERSION (PACKAGE_NAME): release 2.7.28
3446
3447         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3448         the right font from a Mac dfont.
3449         (write-preamble): don't forget directory, only look at files.
3450
3451         This fixes problems with TTF files in dfonts that don't match
3452         their PostScript names.
3453          
3454         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3455         PS name from TTF font.
3456
3457         * input/regression/tie-manual.ly: document new feature.
3458
3459         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3460
3461         * VERSION (MY_PATCH_LEVEL): bump to .28
3462
3463         * Documentation/user/basic-notation.itely (Ties): add tie examples
3464         refs.
3465
3466         * lily/tie-formatting-problem.cc (score_ties_configuration):
3467         symmetry penalties for outer ties.
3468
3469 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3470
3471         * lily/tie-formatting-problem.cc (generate_configuration) 
3472         (set_manual_tie_configuration): skip non-pair manual
3473         tie-configuration, so you can set individual ties as
3474
3475           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3476
3477         * input/regression/tie-chord.ly: use generateTiePattern to
3478         simplify file.
3479
3480         * lily/tie-formatting-problem.cc (peak_around): new function.
3481         (score_configuration): use sliding criterion for staff line collisions. 
3482         (score_configuration): idem for dot collisions.
3483         (generate_configuration): use separate stem_gap for gap to stem.
3484
3485         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3486         separate penalty factors for x and y distance.
3487         (struct Tie_details): separate penalties for tip and center line collisions.
3488
3489 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3490
3491         * lily/tie-formatting-problem.cc (generate_configuration): make
3492         large ties avoid stafflines in the horizontal section.
3493         (score_configuration): use softcoded penalties
3494         (score_aptitude): idem.
3495
3496         * lily/tie-helper.cc (from_grob): softcode tie details
3497
3498         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3499
3500         * lily/staff-symbol-referencer.cc (on_line): rename from
3501         on_staffline 
3502
3503 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3504
3505         * ly/music-functions-init.ly: remove duplicate tag.
3506
3507         * lily/include/*.hh: GCC 4.1 fixes.
3508
3509 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3510
3511         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3512
3513         * scm/define-music-types.scm: fix bug in desc. string
3514         for OverrideProperty
3515
3516 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3517
3518         * scripts/lilypond-book.py: bugfix
3519
3520         * scm/define-music-types.scm: fix typos.
3521
3522 2006-01-14  Graham Percival  <gpermus@gmail.com>
3523
3524         * Documentation/user/ basic-notation.itely, global.itely,
3525         advanced-notation.itely, instrument-notation.itely: small
3526         additions (bugs and commonly tweaked properties).
3527
3528 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3529
3530         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3531         detection of mingw build.
3532         (MINGW_BUILD): opps.
3533
3534 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3537         i686-mingw32.
3538
3539 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * scm/music-functions.scm (skip->rest): add skip->rest
3542
3543 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3544
3545         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3546         explicitly.
3547
3548         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3549         config dirs. Aids debugging. 
3550         (display_config): also display config files.
3551
3552 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3553
3554         * VERSION: release 2.7.27
3555
3556         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3557         for determining bar size.
3558
3559         * lily/staff-symbol.cc (print): place lines at distance line-positions
3560
3561         * scm/define-grob-properties.scm (all-user-grob-properties): add
3562         line-positions.
3563
3564         * lily/staff-symbol.cc (height): new function.
3565
3566         * input/regression/staff-line-positions.ly:  new file.
3567
3568 2006-01-06  Graham Percival  <gpermus@gmail.com>
3569
3570         * input/test/add-staccato.ly: remove reference to old file.
3571
3572 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3573
3574         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3575         lilypond binary too.
3576
3577 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3578
3579         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3580
3581 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * scripts/midi2ly.py: Bugfix: Declare datadir.
3584
3585         * make/ly-rules.make:
3586         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3587         that seems to be gone). Fixes make web.
3588
3589         * The grand 2005-2006 replace.
3590
3591         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3592
3593 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3594
3595         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3596         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3597         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3598         like -dgs-font-load.
3599
3600         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3601         remove absolute path to lilypond binary.
3602         
3603 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3604
3605         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3606
3607 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3608
3609         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3610
3611         * mf/GNUmakefile: remove broken dvips map symlink.
3612
3613 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3614
3615         * lily/main.cc: 
3616         * configure.in: Cosmetic fixes.
3617
3618 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3619
3620         * Documentation/user/music-glossary.tely (Pitch names): Added
3621         Spanish pitch names and durations, thanks to Ernesto Gancedo
3622
3623 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3624
3625         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3626         init. Fixes verbose printing of .scm files.
3627
3628         * stepmake/aclocal.m4: add spaces before - options.
3629         
3630 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3631
3632         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3633         of path search in local block variable.
3634
3635 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3636
3637         * configure.in (NCSB_DIR): --enable-ncsb-dir
3638         (LINK_GXX_STATICALLY): denko.
3639
3640         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3641
3642         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3643         use locate to find c059033l.pfb. 
3644         
3645 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3646
3647         * lily/tie-formatting-problem.cc
3648         (problem::generate_base_chord_configuration): Use my_round (was
3649         round).
3650
3651         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3652         do not invoke mbrtowc.
3653
3654         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3655
3656 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3657
3658         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3659
3660 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3661
3662         * Documentation/user/invoking.itely (svg): revise.
3663
3664 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3665
3666         * lily/lexer.ll: use sourcefilename iso. renameinput.
3667
3668 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3669
3670         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3671         <PostScriptName>.ttf instead of c059XXXttf.
3672
3673         * lily/program-option.cc (LY_DEFINE): special support for
3674         --verbose, so it works before option init too.
3675  
3676         * mf/GNUmakefile (local-install): oops.
3677
3678         * lily/lyric-hyphen.cc (print): oops.
3679
3680         * buildscripts/pfx2ttf.fontforge: new file.
3681         
3682         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3683         ($(outdir)/%.ttf): new rule. 
3684
3685         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3686         to LyricHyphen.
3687
3688         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3689         font-size
3690
3691 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3692
3693         * VERSION: release 2.7.26
3694         
3695         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3696
3697 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3698
3699         * lily/font-config.cc (init_fontconfig): verbosity.
3700
3701         * THANKS: add Muziekacademie Lede. 
3702
3703         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3704         (print_score_setup): new function
3705         (convert): read part definition to output staves properly.
3706
3707         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3708         Music_xml notes.
3709
3710         * python/musicexp.py (Output_printer.__init__): use _ in data
3711         members.
3712         (Output_printer.unformatted_output): new function: no formatting,
3713         but count braces.
3714         (Duration.get_length): remove isinstance() checks for
3715         Output_printer everywhere.
3716
3717         * input/regression/lyrics-bar.ly (texidoc): add
3718         Separating_line_group_engraver.
3719
3720 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3721
3722         * lily/relocate.cc (framework_relocation): New function,
3723         factored from set_relocation ().
3724         (prefix_relocation): Rename from set_relocation ().
3725         (setup_paths): Use it.
3726
3727 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3728
3729         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3730         numbers. Patch by Erlend Aasland.
3731
3732 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3733
3734         * lily/font-config.cc (init_fontconfig): print warning if cache
3735         file is not existant.
3736
3737         * lily/main.cc: don't use #ifdef but #if
3738
3739 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3740
3741         * lily/grob-property.cc (internal_set_property): don't abort on
3742         calculation-in-progress.
3743
3744         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3745
3746         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3747         connect-to-neighbor property not connect-to-other
3748
3749         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3750         (LY_DEFINE): oops. don't forget protection.
3751
3752         * flower/parse-afm.cc (Module): strip AFM handling completely.
3753
3754         * lily/stencil-expression.cc: idem.
3755
3756         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3757
3758         * lily/function-documentation.cc (ly_add_function_documentation):
3759         use static member iso. Protected_scm
3760
3761         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3762
3763         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3764
3765 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3766
3767         * lily/relocate.cc (set_env_dir): New function.
3768         (set_relocation): Use it to fix setting PANGO_PREFIX.
3769
3770 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3771
3772         * input/regression/stem-direction-context.ly: remove rest.
3773
3774         * lily/melody-engraver.cc (process_music): restart for bar lines.
3775         (acknowledge_slur): restart for slurs.
3776
3777 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3778
3779         * Documentation/user/invoking.itely: describe how to view SVG 
3780         output using Inkscape which replace embedded fonts with OTF fonts.
3781
3782 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3783
3784         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3785
3786 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3787
3788         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3789         comment.
3790
3791 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3792
3793         * VERSION (PACKAGE_NAME): release 2.7.25
3794
3795         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3796
3797         * input/regression/stem-direction-context.ly: new file.
3798
3799         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3800
3801         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3802         on rest.
3803
3804         * ly/engraver-init.ly: add Melody_engraver
3805
3806         * lily/beam.cc (calc_direction): use default-direction
3807         iso. get_default_direction()
3808
3809         * scm/define-grob-properties.scm (all-user-grob-properties): add
3810         default-direction property.
3811
3812         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3813
3814         * lily/stem.cc (calc_default_direction): remove
3815         Stem::get_default_direction, use default-direction with callback
3816         instead.
3817
3818         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3819
3820         * lily/melody-engraver.cc: new file. Acknowledge stems for
3821         interpolated stem directions. 
3822
3823         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3824
3825         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3826
3827         * lily/slur-configuration.cc (fit_factor): more robust check for
3828         point in curve X-extent.
3829
3830         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3831         (outside_slur_callback): check for 'outside avoidance.
3832
3833         * lily/slur-configuration.cc (score_extra_encompass): don't use
3834         bound->column() == avoid->column() for checking extents, as this
3835         doesn't work for accidentals. 
3836
3837         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3838         DynamicText hardcoding.
3839
3840         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3841         crash if bound stem is NULL
3842
3843         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3844         pedals.
3845
3846 2005-12-22  Graham Percival  <gpermus@gmail.com>
3847
3848         * scm/define-markup-commands.scm: typo.  @code{\raise}
3849         => @code{\\raise}.
3850
3851         * darwin.patch: now used again, includes a
3852         required patch from fink.
3853
3854 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3855
3856         * po/TODO: mention gtranslator along with kbabel.
3857         * po/fi.po: update translations.
3858
3859 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3860
3861         * lily/relocate.cc (setup_paths): Bugfix.
3862
3863 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3864
3865         * lily/slur-configuration.cc (score_extra_encompass): don't use
3866         "avoid" choice for avoid-slur.
3867
3868         * stepmake/bin/install.py (dest): don't create existing dir.
3869
3870 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3871
3872         * stepmake/bin/install.py: Remove file before copying.
3873
3874         * config.make.in: 
3875         * stepmake/aclocal.m4: Do not substitute INSTALL.
3876
3877 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3878
3879         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3880         depend on link-tree.
3881
3882         * lily/relocate.cc (setup_paths): only check path for non-absolute
3883         dir without directory part.
3884
3885         * flower/file-name.cc (is_absolute):  new method.
3886         (is_absolute): check root_ too.
3887
3888 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3889
3890         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3891         relocation code.  Oops, don't comment out too much.
3892
3893         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3894         iso itself.
3895
3896         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3897         compile.
3898
3899 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3900
3901         * .cvsignore: Add install-sh.
3902
3903         * autogen.sh (srcdir): Typo.
3904
3905 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3906
3907         * autogen.sh (srcdir): urg. Touch install-sh.
3908
3909         * stepmake/bin/install-sh (Module): remove.
3910
3911         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3912
3913         * lily/include/relocate.hh: new file.
3914
3915         * lily/relocate.cc: new file. Contain relocation logic.
3916
3917         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3918         (main): read LILYPOND_VERBOSE as the first thing.
3919
3920         * stepmake/aclocal.m4: remove INSTALL variable.
3921
3922         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3923         separate target for making font symlinks.
3924         (documentation-dir): use $(if $(findstring )) for switching off
3925         Documentation.
3926
3927         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3928         something if DOCUMENTATION is no.
3929
3930 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3931
3932         * VERSION: release 2.7.24
3933
3934         * lily/script-column-engraver.cc (stop_translation_timestep):
3935         delay adding to script-column.
3936
3937         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3938
3939         * python/convertrules.py (conv): rule for number-visibility
3940
3941         * lily/slur-configuration.cc (score_extra_encompass): different
3942         distance measure for avoid and inside avoidance.
3943         (score_extra_encompass): use 1/(distance+eps) as penalty.
3944
3945         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3946         encompass objects for generating slur curves.
3947
3948         * lily/slur.cc: use details iso. slur-details property.
3949
3950         * input/regression/slur-tuplet.ly: new file.
3951
3952         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3953
3954         * flower/include/offset.hh (class Offset): new operator /=
3955
3956         * lily/tuplet-number.cc (print): new file, new interface.
3957
3958         * scm/define-grob-properties.scm (all-user-grob-properties):
3959         remove number-visibility property.
3960
3961         * lily/tuplet-bracket.cc (calc_control_points): new function
3962         (calc_connect_to_neighbors): new function.
3963         (print): remove text handling for tuplet numberdef.
3964
3965         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3966         TupletNumbers too. 
3967
3968         * lily/lily-guile.cc (robust_scm2booldrul): new function
3969
3970         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3971
3972         * lily/tuplet-bracket.cc (calc_position_and_height): use
3973         staff-padding to control whether tuplet brackets are over staves.
3974
3975         * lily/grob.cc (suicide): clear dim_caches_.
3976
3977         * lily/dimension-cache.cc (clear): new function.
3978
3979         * lily/grob.cc (extent): swap order of min-extent and extent
3980         calculations. This fixes hara kiri staves. 
3981
3982 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3983
3984         * lily/main.cc: Nitpick: relocation is not based on path, but on
3985         directory (location).
3986
3987 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3988
3989         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3990
3991         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3992
3993         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3994
3995         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3996
3997         * stepmake/stepmake/generic-vars.make (Module): idem.
3998
3999         * stepmake/stepmake/executable-targets.make (default): use it.
4000
4001         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
4002
4003         * make/GNUmakefile: don't install make rules.
4004
4005         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
4006         slashes.
4007         (prepend_env_path): more verbosity.
4008
4009 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4010
4011         * GNUmakefile.in: add dir argument for find command.
4012
4013         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
4014         fixes weird line numbers for point & click.
4015
4016         * lily/source-file.cc (get_counts): init line/column/char counts.
4017
4018 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4019
4020         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
4021
4022 2005-12-16  Graham Percival  <gpermus@gmail.com>
4023
4024         * Documentation/user/basic-notation.itely, advanced-notation.itely:
4025         minor fixes from Fredric.  Thanks!
4026
4027 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4028
4029         * ly/music-functions-init.ly: add \bar and \clef music function 
4030
4031         * lily/lily-lexer.cc: idem.
4032
4033         * lily/parser.yy (FIXME): remove BAR and CLEF.
4034
4035 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4036
4037         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
4038
4039         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
4040         function arguments too
4041
4042         * lily/main.cc (set_relocation): new function.
4043
4044         * scripts/musicxml2ly.py (convert): add \version
4045
4046         * lily/tie.cc: remove get_default_attachments()
4047
4048         * VERSION (PACKAGE_NAME): release 2.7.23
4049         
4050         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
4051         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
4052
4053         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4054
4055         * lily/tie-formatting-problem.cc (score_ties): new function
4056         (get_variations): new function. Try flipping dirs for collisions.
4057         (generate_optimal_chord_configuration): new function. 1-opt search
4058         for better configuration.
4059
4060         * lily/tie-configuration.cc: new file.
4061
4062         * lily/tie.cc: junk Tie::get_configuration()
4063
4064         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
4065         (score_ties_configuration): new function.
4066         (generate_ties_configuration): new function.
4067         (generate_base_chord_configuration): new function.
4068         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
4069         (set_manual_tie_configuration): Move body from tie-column-format.cc 
4070
4071         * input/regression/tie-dot.ly: new file.
4072
4073         * lily/tie-formatting-problem.cc (score_configuration): score
4074         tie/dot collisions.
4075
4076         * lily/tie-helper.cc (get_transformed_bezier): new function
4077
4078         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
4079
4080         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
4081         -undefined suppress iso. -framework Python 
4082
4083         * scm/define-grobs.scm (all-grob-descriptions): set
4084         springs-and-rods (thanks Joe Neeman!)
4085
4086 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4087
4088         * input/no-notation/display-lily-tests.ly (test): 
4089         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
4090         changed from \tag #'(a b) to \tag #'a \tag #'b
4091
4092 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4093
4094         * Documentation/topdocs/NEWS.tely: strip out-www.
4095
4096         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
4097
4098         * config.make.in (AR): add AR and RANLIB
4099
4100         * flower/libc-extension.cc: include cassert
4101
4102         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
4103         darwin check.
4104
4105 2005-12-11  Graham Percival  <gpermus@gmail.com>
4106
4107         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
4108
4109         * stepmake/stepmake/python-modules-vars.make: define
4110         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
4111
4112         * THANKS: added Johannes Schindelin.
4113
4114 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4115
4116         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
4117
4118         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4119         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
4120
4121         * lily/parser.yy: reorganize file layout.
4122
4123         * ly/music-functions-init.ly: add tweak music function.
4124
4125         * lily/grob-info.cc (ultimate_music_cause): new function:
4126         recursively lookup causes. 
4127
4128         * lily/parser.yy (chord_body_element): allow music functions for
4129         post-events, allow music functions for chord elements. 
4130  
4131         * lily/font-config-scheme.cc (display_fontset): add cast.
4132
4133         * python/convertrules.py (FatalConversionError.sub_syms): \tag
4134         #'(a b) -> \tag #'a \tag #'b rule.
4135
4136         * python/musicexp.py (Output_printer.dump_version): new function
4137
4138 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4139
4140         * lily/parser.yy (FIXME): remove \tag
4141         (FIXME): remove tag_music() function.
4142
4143         * lily/lily-lexer.cc: remove \tag
4144
4145         * ly/music-functions-init.ly: define music-function "tag"
4146
4147         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
4148
4149 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4150
4151         * VERSION (PATCH_LEVEL): release 2.7.22
4152
4153         * input/regression/lyric-hyphen-retain.ly: renew.
4154
4155         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
4156         grob
4157
4158         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
4159         iso. minimum-length property for rods.
4160
4161         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
4162         LyricSpace item to keep lyrics spaced apart.
4163
4164         * ly/engraver-init.ly: remove Separating_line_group_engraver
4165
4166         * Documentation/user/music-glossary.tely: do setfilename before
4167         music-glossary.
4168
4169 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
4170
4171         * Documentation/user/lilypond-book.itely: use `,´ after xref:
4172         See xref documentation, for example.
4173
4174 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4175
4176         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
4177         pending_skip iso. ly_voice[-1]
4178         (main): add if __main__ for debugging.
4179
4180         * python/musicxml.py (Accidental.__init__): new class.
4181
4182         * scripts/musicxml2ly.py (progress): new function
4183         (musicxml_key_to_lily): don't barf on modeless keys.
4184         (create_skip_music): new function.
4185         (musicxml_spanner_to_lily_event): new function. Handle beams too.
4186         (musicxml_note_to_lily_main_event): new function.
4187
4188         * python/musicexp.py (Music.__init__): add comment field.
4189         (NestedMusic.append): new routine.
4190         (SequentialMusic.print_ly): print comment.
4191         (ArpeggioEvent.ly_expression): new class
4192         (BeamEvent.ly_expression): new class
4193         (NoteEvent.__init__): support for cautionary/forced accs.
4194
4195         * lily/lookup.cc (slur): normal order for array loop.
4196
4197         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
4198         to 0.0.
4199
4200         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4201         collapsed.
4202
4203 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4204
4205         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4206
4207         * scripts/lilypond-book.py: Introduce option
4208             --preserve-line-breaks, for usage with srcltx
4209
4210 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4211
4212         * scm/output-lib.scm (print-circled-text-callback): draw circle
4213         around text using make-circle-markup.
4214
4215         * Documentation/user/*: strip out-www from file names.
4216
4217 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4218
4219         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4220         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4221
4222 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4223
4224         * Documentation/user/GNUmakefile: idem.
4225
4226         * Documentation/user/macros.itexi: strip out-www
4227
4228         * python/rational.py: python 2.3 compat.
4229
4230         * VERSION (PATCH_LEVEL): release 2.7.21
4231
4232         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4233         option formatting, lilypond style.
4234
4235         * python/musicexp.py: grab from Ikebana: a library for composing
4236         ly music expressions. 
4237         (Output_printer): class for advanced .ly printing.
4238         (eg. tupletting) 
4239
4240         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4241         convert to pythonesque structure.
4242
4243         * python/rational.py: PD rational number class.
4244
4245         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4246
4247 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4248
4249         * lily/part-combine-iterator.cc: Minor bugfix
4250         
4251         * THANKS: Update bughunters
4252
4253 2005-12-02  Werner Lemberg  <wl@gnu.org>
4254
4255         * mf/README: Document process for proper mf2pt1 conversion.
4256
4257         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4258         overlapping.
4259
4260         * mf/feta-harmonica.mf: Removed.  Unused.
4261
4262 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4263
4264         * scripts/lilypond-book.py (do_file): fix thinkos.
4265
4266 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4267
4268         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4269         ($(outdir)/parser.cc): 
4270         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4271
4272 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4273
4274         * ly/titling-init.ly (tagline): it should be a space between
4275         "Music engraving by LilyPond" and the version number.
4276
4277 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4278
4279         * VERSION (PACKAGE_NAME): release 2.7.20
4280
4281 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4282
4283         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4284
4285         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4286         1.0.
4287         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4288
4289 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4290
4291         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4292
4293         * kpath-guile/: remove directory
4294
4295         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4296         file. Encapsulate kpathsea using commandline tools.
4297
4298         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4299         kpathsea) module.
4300
4301 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4302
4303         * Documentation/user/advanced-notation.itely (Setting automatic
4304         beam behavior): Correct a few typos. Thanks to David Bobroff.
4305
4306         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4307         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4308
4309 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4310
4311         * scripts/*.py: gmane address for bugs.
4312
4313 2005-11-28 Pal Benko <benkop@freestart.hu>
4314         
4315         * make/ly-rules.make: add -f switch to mv
4316
4317         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4318
4319         * lily/bar-line.cc: interpret it
4320
4321 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4322
4323         * configure.in (--disable-documentation): New switch.
4324
4325         * GNUmakefile.in: Use it.
4326
4327         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4328
4329 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4330
4331         * scripts/lilypond-book.py (do_file): search chunks for
4332         \\begin{document}
4333
4334         * GNUmakefile.in: add copy step in between so we can lose the
4335         out-www directories.
4336
4337 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4338
4339         * lily/pango-font.cc (pango_item_string_stencil): put
4340         geometry.width into glyph-string too.
4341
4342 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4343
4344         * scm/define-music-display-methods.scm (RevertProperty):
4345         (OverrideProperty): Use grob-property-path property, a list of
4346         symbols, instead of grob-property, which used to be a single
4347         symbol.
4348         (BassFigureEvent): a figure can be a plain number, not necessarily a
4349         markup.
4350
4351 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4352
4353         * VERSION: release 2.7.19
4354         
4355         * lily/figured-bass-engraver.cc (process_music): check
4356         figuredBassCenterContinuations first.
4357
4358         * scm/translation-functions.scm (format-bass-figure): make double
4359         sharp larger. 
4360
4361         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4362         determine X-parent.
4363
4364         * lily/system-start-delimiter-engraver.cc: move from
4365         Nested_system_start_delimiter_engraver, rename
4366         Nested_system_start_delimiter_engraver ->
4367         System_start_delimiter_engraver.
4368
4369         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4370         bracket type from hierarchy.
4371
4372 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4373
4374         * lily/rest.cc (y_offset_callback): read staff-position.
4375
4376         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4377         mark after-line-breaking-callback as internal.
4378
4379         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4380
4381 2005-11-25  Werner Lemberg  <wl@gnu.org>
4382
4383         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4384
4385 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4386
4387         * stepmake/bin/add-html-footer.py (do_file): add google
4388
4389         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4390         staff if first_start_ is true.
4391
4392 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4393
4394         * scripts/midi2ly.py (split_track): add __repr__ members.
4395         (track_first_item): only return Item if not None. This fixes a
4396         problem when dumping a track that starts with an empty channel.
4397
4398         * python/midi.c: doc module.
4399
4400 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4401
4402         * Documentation/user/global.itely (Creating MIDI files): Fix
4403         compilation problem.
4404
4405 2005-11-22  Graham Percival  <gpermus@gmail.com>
4406
4407         * Documentation/user/basic-notation.itely: clarify dynamic
4408         padding text.
4409
4410         * Documentation/user/advanced-notation.itely: add unicode
4411         escape control example, whatever that is.  :)
4412
4413         * Documentation/user/global.itely: added "removing dynamics
4414         from MIDI" code.
4415
4416 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4417
4418         * VERSION (PATCH_LEVEL): release 2.7.18
4419
4420         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4421         System_start_delimiter_engraver by
4422         Nested_system_start_delimiter_engraver.
4423
4424         * lily/nested-system-start-delimiter-engraver.cc (struct
4425         Bracket_nesting_node): new class.
4426         (struct Bracket_nesting_group): new class
4427         (struct Bracket_nesting_staff): new class.
4428         (process_music): create hierarchy of grobs. This allows separate
4429         tuning of different SSDs. 
4430
4431         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4432         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4433
4434 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4435
4436         * lily/side-position-interface.cc (aligned_side): multiply
4437         staff_radius by 2.
4438
4439         * lily/script-engraver.cc (make_script_from_event): allow setting
4440         values to '()
4441
4442 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4443
4444         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4445
4446         * scm/define-grobs.scm (all-grob-descriptions): new grob
4447         NestedSystemStartDelimiter.
4448
4449         * input/regression/system-start-heavy-bar.ly: new file.
4450
4451         * lily/nested-system-start-delimiter-engraver.cc: new file.
4452
4453         * lily/nested-system-start-delimiter.cc: new file.
4454
4455         * input/regression/system-start-nesting.ly: new file.
4456
4457         * scm/define-grobs.scm (all-grob-descriptions): use X side
4458         positioning for positioning braces for nested contexts.
4459
4460         * lily/system-start-delimiter.cc (print): don't divide extent by
4461         staff_space.
4462         (print): use style iso. glyph.
4463         (staff_bracket): translate glyph inside routine already.
4464
4465 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4466
4467         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4468         names.
4469
4470 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4471
4472         * scm/define-context-properties.scm
4473         (all-user-translation-properties): rename figuredBassFormatter
4474         from newFiguredBassFormatter.
4475
4476         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4477
4478         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4479
4480         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4481
4482         * lily/beam.cc (calc_beaming): new function.
4483         (calc_shorten): new function.
4484
4485         * THANKS: add Edward Neeman.
4486
4487         * input/regression/accidental-clef-change.ly: new file.
4488
4489         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4490
4491         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4492
4493         * lily/clef-engraver.cc (inspect_clef_properties): reset
4494         localKeySignature for clef changes.
4495
4496 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4497
4498         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4499         add dummy definition that works in Linux and add information in
4500         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4501
4502         * Documentation/user/changing-defaults.itely (Modifying context
4503         plug-ins): Add index for \with.
4504
4505         * Documentation/user/music-glossary.tely (dal segno): Updated
4506         example to version >=2.6.
4507
4508 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4509
4510         * Documentation/user/instrument-notation.itely (Printing chord
4511         names): Reorder \chordmode and \repeat in one example.
4512
4513 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4514
4515         * VERSION: release 2.7.17
4516         
4517         * Documentation/topdocs/NEWS.tely (Top): add note about
4518         refactoring.
4519
4520         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4521         new function. Search region of 3 positions for best tie.
4522         (score_configuration): new function.
4523         (score_aptitude): new function.
4524         (generate_configuration): new function.
4525         (get_configuration): new function.
4526         (Tie_formatting_problem): new function
4527
4528         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4529
4530         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4531
4532         * THANKS: add Eduardo Vieira & Ralph Little
4533
4534         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4535         narrower.
4536
4537         * lily/include/tie-formatting-problem.hh (class
4538         Tie_formatting_problem): add Tie_details to
4539         Tie_formatting_problem. Update calling conventions.
4540
4541         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4542         config.make.
4543
4544         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4545
4546 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4547
4548         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4549         scm/define-context-properties.scm: Maintenance bugfix: make
4550         ligature brackets work again by removing obsolete ligature
4551         primitive callback push/pop.
4552
4553         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4554         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4555         value.
4556
4557 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4558
4559         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4560         used and do not call it a path.
4561         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4562
4563 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4564
4565         * lily/include/tie-formatting-problem.hh (class
4566         Tie_formatting_problem): new file.
4567
4568         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4569
4570         * Documentation/misc/ChangeLog-2.3:  new file.
4571
4572         * lily/audio-staff.cc (output): degarianize.
4573
4574 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4575
4576         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4577         Unset PYTHONOPTIMIZE.  Fixes install if set.
4578
4579 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4580
4581         * python/convertrules.py (conv): add warning about drums. 
4582
4583         * make/stepmake.make: include toplevel-version.make after config.make.
4584
4585         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4586         also allow python2.4
4587
4588         * config.make.in (configure-srcdir): remove GXX GCC vars.
4589
4590         * stepmake/aclocal.m4: don't do non-srcdir build with
4591         symlinks. Use inclusion, so the src directory name can be changed.
4592
4593 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4594
4595         * make/mutopia-vars.make:
4596         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4597         files.
4598
4599 2005-11-13  Werner Lemberg  <wl@gnu.org>
4600
4601         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4602         but the affected path.  This ensures that the (overlapping) outlines
4603         have the same direction, which is a necessary prerequisite for
4604         FontForge's algorithm to remove overlaps.
4605         Formatting.
4606
4607         * mf/feta-haak.mf: Formatting.
4608         (draw_bracket): Slightly modify outline to avoid an unnecessary
4609         corner.
4610         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4611         them from the affected paths.
4612
4613 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4614
4615         * mf/README: remove xpm / accordion notes.
4616
4617         * lily/tie-column-format.cc (set_chord_outline): add dots into
4618         skyline extents. This fixes tie formatting if the left head has dots.
4619
4620         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4621         space inside the staff.
4622         (get_configuration): shift another position if necessary in case
4623         of left head tie  
4624
4625 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4626
4627         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4628         buildscript-dir iso. $(depth)/buildscripts.
4629
4630         * tex/GNUmakefile (local-uninstall): remove
4631         music-drawing-routines.ps juggling.
4632
4633         * stepmake/stepmake/install-targets.make (local-install-files):
4634         prepend src-dir to install targets.
4635
4636         * lily/system-start-delimiter-engraver.cc
4637         (acknowledge_system_start_delimiter): use
4638         add_offset_callback(). This fixes translation of nested
4639         staffgroups.
4640
4641         * lily/grob-closure.cc (add_offset_callback): only encaps in
4642         simple_closure if it's a procedure.
4643         
4644         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4645         from bar-line.
4646
4647         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4648         remove-empty where pertinent.
4649
4650 2005-11-12  Graham Percival  <gpermus@gmail.com>
4651
4652         * Documentation/user/instrument-notation.itely: added
4653         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4654
4655 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4656
4657         * lily/GNUmakefile
4658         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4659         make picture in builddir, not srcdir.
4660
4661 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4662
4663         * VERSION: release 2.7.16
4664         
4665         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4666         shell arguments. 
4667
4668 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4669
4670         * Documentation/user/examples.itely (Piano templates): Minor
4671         modification to the Piano centered lyrics example.
4672
4673 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4674
4675         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4676         $BROWSER.
4677
4678         * Documentation/user/point-and-click.itely: simplify p&c
4679         instruction: don't configure firefox. Put lilypond-invoke-editor
4680         in front of the browser.
4681
4682         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4683         (run-browser): new function.
4684
4685         * lily/parser.yy (Lily_lexer): recognize Book
4686
4687         * lily/book.cc (clone): new function
4688
4689         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4690
4691 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4692
4693         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4694         Maintenance bugfix: reduce number of font related warnings by
4695         updating naming conventions for glyph-name.
4696
4697 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4698
4699         * scm/define-grobs.scm (all-grob-descriptions): add
4700         rhythmic-grob-interface to TabNoteHead.
4701
4702         * scm/layout-beam.scm (check-quant-callbacks): remove
4703         set_stem_lengths()
4704
4705 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4706
4707         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4708         alignment of centered divisiones.
4709
4710         * scm/scripts.scm (articulations): Maintenance bugfix:
4711         follow-into-staff -> quantize-position.
4712
4713         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4714         plica head in porrectus deminutus.
4715
4716 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4717
4718         * make/lilypond.fedora.spec.in (Group): add %clean section.
4719
4720         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4721         less then 1/5th of total length.  
4722         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4723
4724         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4725         events into EventChord. This fixes textspanners on mm rests. Fixes
4726         spanner-rest.ly
4727
4728         * lily/side-position-interface.cc (get_axis): read side-axis
4729         (set_axis): set side-axis.
4730
4731         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4732         properties everywhere.
4733
4734         * lily/spacing-spanner.cc (breakable_column_spacing): add
4735         average-spacing-wishes. Take maximum if not set.
4736         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4737
4738         * scm/define-grobs.scm (all-grob-descriptions): add
4739         average-spacing-wishes.
4740
4741         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4742         offset callbacks. This fixes alignment for Fingering objects.
4743
4744         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4745         space for key - timesig combination. 
4746
4747         * input/regression/script-stem-tremolo.ly (Module): new file.
4748
4749         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4750         to key sig.
4751
4752         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4753         Fixes: c-tremolo-script.ly.
4754         
4755         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4756
4757         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4758         
4759         * scm/define-grobs.scm (all-grob-descriptions): remove
4760         self-X-offset. Fixes alignment of octavate-8.
4761
4762         * scripts/lilypond-book.py (datadir): look in
4763         LILYPONDPREFIX/share/lilypond/current/
4764
4765         * GNUmakefile.in: symlink current to <VERSION>. 
4766
4767 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4768
4769         * lily/main.cc: eps listed as a backend.
4770
4771 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4772
4773         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4774
4775 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4776
4777         * lily/include/score.hh (class Score): remove texts_ member.
4778
4779         * lily/beam.cc (set_stem_lengths): force direction callback.
4780         (print): read quantized-positions, so we can force
4781         Beam::set_stem_lengths to occur.
4782         (rest_collision_callback): use common X parent. 
4783
4784 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4785
4786         * flower/file-path.cc (find): Bugfix: Return name of file found.
4787
4788         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4789         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4790         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4791
4792 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4793
4794         * flower/offset.cc: idem.
4795
4796         * mf/*.mf: update email address.
4797
4798         * lily/font-config-scheme.cc:  new file.
4799
4800         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4801
4802         * lily/*:  cs.uu.nl -> xs4all.nl
4803
4804         * VERSION (PATCH_LEVEL): release 2.7.15
4805
4806         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4807         spec files.
4808
4809         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4810
4811 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4812
4813         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4814
4815         * lily/staff-performer.cc (process_music): add audio
4816         elements. This makes MIDI instrument changes work once again.
4817
4818         * lily/main.cc (LY_DEFINE): add gmane address.
4819
4820         * lily/beam.cc: remove calc_positions()
4821
4822         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4823         original_ in private scope.
4824         (class Grob): drop pscore_ pointer, change to output_def pointer.
4825         (class Grob): cleanup class definition.
4826
4827         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4828
4829 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4830
4831         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4832         absolute.  Better diagnostics.
4833
4834         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4835         This makes lilypond run from the build directory using argv0
4836         relocation (without any --prefix or LILYPONDPREFIX setting).
4837
4838 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4839
4840         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4841
4842         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4843         with simple-closure.
4844
4845         * lily/self-aligment-interface.cc (set_align_self): new function
4846         (set_center_parent): new function.
4847
4848         * lily/side-position-interface.cc (set_axis): new function.
4849
4850         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4851         generic code. 
4852
4853         * scm/define-grob-properties.scm (all-user-grob-properties):
4854         remove [XY]-offset-callbacks add [YX]-offset
4855         
4856 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4857
4858         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4859         entry for time signatures after breathing signs. Bug report by
4860         Scott Russell.
4861
4862 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4863
4864         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4865         not absolute, make it absolute using PATH.
4866
4867 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4868
4869         * python/midi.c (initmidi): Fix type for mingw.
4870
4871 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4872
4873         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4874
4875         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4876         cross compiling.
4877
4878         * stepmake/aclocal.m4: Support python cross compiling.
4879
4880         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4881         Add mingw section.
4882
4883 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4884
4885         * scm/output-lib.scm (chain-grob-member-functions): replace
4886         chained-callback.cc
4887
4888         * lily/chained-callback.cc (Module): remove file.
4889
4890         * lily/rest-collision.cc (force_shift_callback_rest): change to
4891         chained callback.
4892
4893         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4894
4895         * lily/grob.cc (y_parent_positioning): remove axis argument from
4896         parent_positioning callbacks.
4897         (Grob): junk init code
4898         (get_offset): use generic property callbacks for
4899         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4900         (axis_parent_positioning): new function
4901         (axis_offset_symbol): new function
4902         (chain_offset_callback): new function
4903         (add_offset_callback): new function
4904
4905         * lily/beam.cc (rest_collision_callback): change signature; this
4906         is now a chained callback.
4907
4908         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4909         callback administration.
4910
4911         * lily/simple-closure.cc: new file. Smob type that allows "grob
4912         member functions",
4913
4914             (ly:make-simple-closure FUNC A B)
4915
4916         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4917         in various ways.
4918
4919         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4920         callbacks.
4921
4922         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4923
4924         * lily/rest.cc (polyphonic_offset_callback): remove.
4925
4926         * lily/script-engraver.cc (try_music): remove bool* argument.
4927
4928         * scm/script.scm (default-script-alist): set quantize-position
4929         appropriately.
4930
4931         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4932
4933         * lily/side-position-interface.cc (aligned_side): move staff
4934         position quantization from
4935         Side_position_interface::quantised_position().
4936         (quantised_position): remove
4937         
4938 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4939
4940         * input/regression/beam-quant-standard.ly: reindent, set
4941         debug-beam-quanting to #t.
4942
4943         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4944         10000 if this is a "hard" concave beam.
4945
4946         * lily/beam.cc (calc_least_squares_positions): change from
4947         calc_least_squares_dy
4948         (set_stem_lengths): this is now a chained callback.
4949
4950         * lily/context-property.cc (execute_general_pushpop_property):
4951         bugfix override with procedure should have effect.
4952
4953         * scm/define-grob-properties.scm (all-internal-grob-properties):
4954         remove position-callbacks.
4955
4956         * scm/define-grobs.scm (all-grob-descriptions): use
4957         ly:make-callback-chain for positions property.
4958
4959         * scm/layout-beam.scm (check-quant-callbacks): return list of
4960         chained callbacks.
4961
4962         * scm/lily.scm (type-p-name-alist): add callback-chain
4963
4964         * lily/lily-guile.cc (type_check_assignment): type check failure
4965         is warning not message.
4966
4967         * lily/grob-property.cc (try_callback): walk callback chain if
4968         appropriate.
4969
4970         * lily/chained-callback.cc: new file. new smob type.
4971
4972         * lily/lily-guile.cc (procedure_arity): new function.
4973
4974 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4975
4976         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4977
4978 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4979  
4980         * Documentation/user/instrument-notation.itely (Figured bass):
4981         describe new features
4982
4983 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4984
4985         * lily/beam.cc (calc_least_squares_dy): use property callback.
4986
4987         * lily/beam-concave.cc (calc_concaveness): use property callback.
4988
4989         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4990
4991 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4992
4993         * HACKING: Update.
4994
4995 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4996
4997         * scm/layout-page-layout.scm (page-headfoot): annotate
4998         pagetopspace too.
4999
5000         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
5001
5002         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
5003         doesn't take y-space.
5004
5005         * scm/paper.scm (paper-alist): fix A7 dimensions. 
5006
5007 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5008
5009         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
5010         src-wildcard, remove $(wildcard).
5011
5012         * po/GNUmakefile (PO_FILES): 
5013         * ps/GNUmakefile (PS_FILES): 
5014         * tex/GNUmakefile (TEX_FILES): 
5015         * cygwin/GNUmakefile (POSTINSTALLS):
5016         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
5017         some wildcard calls.
5018
5019 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5020
5021         * THANKS: add Thomas Bushnell.
5022
5023 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5024
5025         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
5026         (lilypond-main): Redirect to gui-main if 'gui is set.
5027
5028         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
5029         for alternative installations kludging s/share/lib/g
5030         LILYPONDPREFIX. 
5031
5032         * SConstruct (libdir_package_version): Define.
5033
5034         * python/SConscript: 
5035         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
5036         module in libdir.  
5037
5038 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * lily/main.cc: clarify --safe.
5041
5042 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5043
5044         * VERSION: release 2.7.14
5045         
5046         * Documentation/user/*.itely: remove minimumVerticalExtent.
5047
5048         * scm/define-grobs.scm (all-grob-descriptions): remove
5049         RemoveEmptyVerticalGroup
5050
5051         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
5052
5053         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
5054         compile on MOSX
5055
5056         * python/convertrules.py (conv): add rules.
5057
5058         * lily/grob.cc: remove is_empty()
5059
5060         * lily/grob-property.cc: remove add_to_list_property().
5061
5062         * scripts/convert-ly.py (datadir): add prefix switching hack to
5063         .py too.
5064
5065         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
5066         space-function tweak.
5067
5068         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
5069
5070         * scm/define-grob-properties.scm (all-user-grob-properties):
5071         remove callback property.
5072
5073         * lily/include/grob.hh (class Grob): remove property_callbacks_
5074         member. Properties of procedure type are assumed to be callbacks.
5075
5076         * lily/ligature-engraver.cc (override_stencil_callback):
5077         rewrite. Use noteHeadLigaturePrimitive as source.
5078
5079         * scm/define-grob-properties.scm (all-internal-grob-properties):
5080         remove ligature-primitive-callback
5081
5082         * lily/include/dimension-cache.hh (class Dimension_cache): make
5083         class, with Grob as friend.
5084
5085         * lily/grob.cc: remove set_extent_callback(), set_extent() and
5086         has_extent_callback()
5087
5088         * scm/translation-functions.scm (format-new-bass-figure): read
5089         figuredBassPlusDirection
5090
5091         * scm/define-context-properties.scm
5092         (all-user-translation-properties): add figuredBassPlusDirection.
5093
5094         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
5095
5096         * lily/align-interface.cc (set_ordered): new function.
5097
5098         * lily/grob.cc (flush_extent_cache): rewrite.
5099
5100         * lily/dimension-cache.cc (Dimension_cache): cache extent as
5101         Interval pointer directly.
5102
5103         * lily/main.cc (setup_paths): insert extra / .
5104         (setup_paths): junk cff entry.
5105
5106         * lily/font-config.cc (init_fontconfig): only add type1 / otf
5107         directories.
5108
5109         * lily/axis-group-engraver.cc (finalize): remove
5110         extraVerticalExtent, minimumVerticalExtent verticalExtent.
5111
5112         * lily/grob.cc (Grob): don't set extent from ctor.
5113         (extent): use property callbacks. 
5114
5115         * lily/axis-group-interface.cc: remove set_axes() function.
5116
5117         * lily/grob-property.cc (del_property): new function.
5118
5119 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5120
5121         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
5122         
5123 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5124
5125         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
5126
5127 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5128
5129         * mf/SConscript: Updates.
5130
5131         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
5132
5133         * stepmake/stepmake/*:
5134         * */GNUmakefile:
5135         * config.make.in:
5136         * GNUmakefile.in:
5137         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
5138         from any directory in build-dir.  Cleanups.
5139
5140         * make/srcdir.make.in: Remove.
5141
5142         * lily/main.cc (setup_paths): Fix and document build-dir hack.
5143
5144         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
5145         main).
5146
5147         * lily/SConscript: Remove ttftools.
5148
5149         * SConstruct: Resurrect.
5150
5151 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5152
5153         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
5154         Y coordinate. 
5155
5156         * lily/paper-book.cc (add_score_title): put Paper_score title into
5157         systems_ list.
5158
5159         * scm/translation-functions.scm (format-new-bass-figure): also
5160         allow plus in combination with _
5161
5162 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5163
5164         * VERSION: 2.7.13 released.
5165
5166         * lily/note-collision.cc (check_meshing_chords): don't wipe
5167         stencil, merely set transparent.
5168
5169         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
5170         (Top): document #'callbacks.
5171         (Top): document nested \override.
5172
5173         * input/regression/figured-bass.ly: update for slash and pluses.
5174
5175         * input/regression/figured-bass-continuation-forbid.ly (Module):
5176         new file.
5177
5178         * scm/translation-functions.scm (format-new-bass-figure): use
5179         slashed-digit if diminished is set.
5180         (format-new-bass-figure): add + if 'augmented is set.
5181
5182         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
5183
5184         * input/test/piano-staff-distance.ly: remove file.
5185
5186         * Documentation/user/advanced-notation.itely (Formatting cue
5187         notes): use length-fraction for making stems/beams smaller.
5188
5189         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
5190         modifications.
5191
5192         * lily/new-figured-bass-engraver.cc: new property
5193         centerFiguredBassContinuations
5194
5195         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5196         use callbacks.
5197
5198         * lily/context-property.cc (execute_general_pushpop_property):
5199         robustness checks.
5200
5201         * input/regression/override-nest.ly: new file.
5202
5203         * python/convertrules.py (FatalConversionError.subber): conversion
5204         rule for #'callbacks
5205
5206         * input/regression/override-nest.ly: new function.
5207
5208         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5209         #c too. 
5210
5211         * lily/context-property.cc (lookup_nested_property): new function.
5212         (evict_from_alist): new function.
5213         (general_pushpop_property): new function.
5214         (execute_general_pushpop_property): rewrite. Support nested
5215         properties too.
5216
5217 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5218
5219         * lily/beam.cc: use length-fraction too.
5220
5221         * scm/define-grob-properties.scm (all-user-grob-properties):
5222         remove property flag-width-function
5223         (all-user-grob-properties): remove space-function.
5224
5225         * scm/layout-beam.scm: remove flag-width-function.
5226
5227         * lily/beam.cc: remove flag-width-function
5228
5229         * scm/layout-beam.scm: remove beam dir functions.
5230
5231         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5232
5233         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5234         for easier grace tweaks.
5235
5236         * lily/beam.cc: remove dir-function.
5237
5238         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5239
5240         * lily/grob.cc: remove spacing-procedure.
5241
5242         * lily/note-head.cc (calc_stem_attachment): new function.
5243         (internal_print): use callback to get glyph-name.
5244
5245         * lily/grob-property.cc (get_interfaces): new function.
5246
5247         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5248
5249         * lily/stem.cc (calc_stem_end_position): new function.
5250         (calc_length): new function.
5251         document details for stem.
5252         remove Stem::get_direction()
5253
5254         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5255
5256         * lily/grob-property.cc (set_callback): new function.
5257
5258         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5259
5260         * lily/item-scheme.cc: new file.
5261
5262         * lily/bar-line.cc (before_line_breaking): remove function.
5263         remove bar-size-procedure, break-glyph-function
5264
5265         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5266
5267         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5268
5269         * lily/system-start-delimiter.cc (print): suicide from
5270         here. Remove after_line_breaking_callback.
5271
5272         * lily/script-interface.cc (calc_direction): use callback for direction.
5273
5274         * lily/side-position-interface.cc (aligned_side): don't use
5275         Side_position_interface::get_direction directly. Use callback. 
5276
5277         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5278         calculate stencil.
5279         (get_print_stencil): rename from get_stencil: create stencil with
5280         transparency, color and cause. 
5281
5282         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5283
5284         * python/convertrules.py (conv): insert temporary warning rule.
5285
5286         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5287
5288         * lily/grob-property.cc (try_callback): remove marker if applicable.
5289
5290         * lily/grob.cc: elucidate doc about after/before-line-breaking
5291
5292         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5293
5294         * lily/stem.cc (height): idem.
5295
5296         * lily/stem-tremolo.cc: idem.
5297
5298         * lily/slur.cc (height): don't use get_uncached_stencil()
5299
5300         * lily/rest.cc (y_offset_callback): use offset callback
5301         iso. after-line-breaking callback.
5302
5303         * lily/grob.cc: change after/before-line-breaking-callback to
5304         after/before-line-breaking dummy properties.
5305
5306         * lily/include/grob.hh: remove Grob_status.
5307
5308         * scm/define-context-properties.scm
5309         (all-user-translation-properties): remove verticalAlignmentChildCallback
5310
5311         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5312         (calc_direction): use callback
5313         (calc_positions): use callback.
5314
5315         * lily/tie.cc (calc_direction): use callback. Only call parent
5316         positioning for more than one tie.
5317
5318         * lily/tie-column.cc (calc_positioning_done): use callback
5319
5320         * lily/slur-scoring.cc (calc_control_points): use callback
5321
5322         * lily/slur.cc (calc_direction): use callback.
5323
5324         * lily/note-collision.cc (force_shift_callback): remove.
5325
5326         * lily/dot-column.cc (force_shift_callback): remove. Use
5327         other_axis_parent_positioning.
5328
5329         * lily/grob.cc (other_axis_parent_positioning): new function.
5330         (same_axis_parent_positioning): new function
5331
5332         * lily/align-interface.cc (alignment_callback): remove function.
5333
5334         * lily/note-collision.cc (calc_positioning_done): use callback.
5335
5336         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5337         (calc_direction): idem.
5338         remove print function.
5339
5340         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5341
5342         * lily/dot-column.cc (calc_positioning_done): use callback.
5343
5344         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5345
5346         * lily/beam.cc (calc_direction): use pseudo-property for beam
5347         direction callback.
5348         (calc_positions): use callback 
5349
5350         * lily/align-interface.cc (calc_positioning_done): use
5351         callback. Fold fixed  distance and normal alignment in one function.
5352
5353         * lily/stem.cc (calc_stem_end_position): use callback.
5354         (calc_positioning_done): idem.
5355         (calc_direction): idem.
5356         (calc_stem_end_position): idem
5357         (calc_stem_info): idem.
5358
5359         * lily/grob-property.cc (get_property_data): new function: 
5360         (try_callback): new function.
5361
5362         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5363         callbacks property.
5364
5365         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5366
5367 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5368
5369         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5370         tie
5371         has no heads.
5372         
5373         * lily/include/*.hh (Module): compile fixes.
5374
5375 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5376
5377         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5378         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5379         instead of (char-syntax nil), thanks to Milan Zamazal.
5380
5381 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5382
5383         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5384         dist.
5385
5386         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5387         themselves.
5388
5389 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5390
5391         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5392         add class_name() method.
5393
5394         * lily/music-scheme.cc: remove ly:music-name.
5395
5396 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5397
5398         * cygwin/postinstall-lilypond.sh: Remove cruft.
5399
5400         * cygwin/postremove-lilypond.sh: Remove.
5401
5402         * cygwin/GNUmakefile (default): Remove postremove rules.
5403
5404 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5405
5406         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5407         even header too.
5408         
5409         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5410         MacOS 9 users.
5411
5412         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5413         consider break index for broken spanner.
5414
5415         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5416         characters from string before splitting.
5417
5418 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5419
5420         * scm/framework-ps.scm (output-preview-framework): use
5421         is-book-title to determine whether to chop off the booktitle.
5422
5423         * lily/paper-book.cc (systems): init from book-title-properties
5424         (add_score_title): init score-title-properties.
5425
5426         * ly/paper-defaults.ly: add {score,book}-title-properties.
5427
5428         * scm/document-backend.scm (lookup-interface): error message if
5429         using unknown interface.
5430
5431         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5432         edge-height.
5433
5434         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5435         make_bracket.
5436         (make_bracket): new function.
5437
5438         * scm/lily.scm (define-scheme-options): add paper-size option.
5439
5440         * ly/declarations-init.ly (laissezVibrer): get paper size from
5441         -dpaper-size
5442
5443         * scm/translation-functions.scm: use \fontsize for changing the
5444         fontsize.
5445
5446         * scm/define-grobs.scm (all-grob-descriptions): set
5447         between-length-limit to 1.0
5448
5449         * lily/tie-helper.cc: add between_length_limit_ detail property.
5450
5451         * mf/feta-bolletjes.mf: typos.
5452
5453         * lily/note-head.cc (internal_print): don't shadow idx
5454         parameter. This fixes wrong attachment for do shape heads.
5455
5456 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5459
5460         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5461
5462         * scm/layout-slur.scm: rename from slur.scm
5463
5464         * scm/layout-page-layout.scm: rename from page-layout.scm
5465
5466         * scm/layout-beam.scm: rename from beam.scm
5467
5468         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5469         bass-figure-interface
5470
5471         * lily/new-figured-bass-engraver.cc (process_music): add
5472         implicitBassFigures property.
5473         
5474         * scm/define-markup-commands.scm (pad-x): new markup.
5475
5476         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5477         minimumVerticalExtent on FiguredBass context.
5478
5479         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5480         case the continuation crosses a line break.
5481
5482 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5483
5484         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5485         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5486         absolute file name bug.  
5487
5488 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5489
5490         * VERSION (PACKAGE_NAME): release 2.7.12
5491
5492         * input/regression/figured-bass-continuation-center.ly: new file.
5493
5494         * input/regression/beam-outside-beamlets.ly: new file.
5495
5496         * lily/beam.cc (set_beaming): don't clip edges.
5497         (connect_beams): don't clip edges.
5498
5499         * lily/beaming-info.cc (clip_edges): new function.
5500
5501         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5502
5503         * Documentation/user/instrument-notation.itely (Figured bass):
5504         demonstrate extenders, update seealso links.
5505
5506         * scm/titling.scm (marked-up-headfoot): change tagline
5507         handling. tagline = ##f will blank the tagline as well.
5508
5509 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5510
5511         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5512
5513         * lily/new-figured-bass-engraver.cc (struct
5514         New_figured_bass_engraver): add new_music_found_ member.
5515
5516         * lily/lilypond-version.cc (Lilypond_version): deal with
5517         incorrectly formatted version strings. 
5518
5519         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5520         New_figured_bass_engraver by default.
5521
5522         * lily/ttf.cc (print_trailer): only define glyph names when
5523         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5524
5525 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5526
5527         * lily/horizontal-bracket.cc (make_bracket): new function.
5528
5529         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5530         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5531         BassFigureLine, BassFigureAlignment
5532
5533         * lily/new-figured-bass-engraver.cc (process_music): new file.
5534
5535         * lily/figured-bass-continuation.cc: new file.
5536
5537         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5538         new file.
5539
5540 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5541
5542         * scripts/lilypond-book.py: Bug fix, put the quote around the
5543         actual score for LaTeX documents.
5544
5545         * scm/define-grobs.scm (all-grob-descriptions): Change
5546         collapse-height of the SystemStartBracket grob to 5.0, 
5547         so the bracket disappears for single stave score lines (similarly
5548         to SystemStartBraces). 
5549
5550         * Documentation/user/advanced-notation.itely (Polymetric
5551         notation): Clarify the use of compressMusic.
5552
5553         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5554         that the grace spacer note in other staves need the same duration
5555         and document the stroke-style property.
5556
5557 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5558
5559         * Documentation/user/global.itely (Vertical spacing): document
5560         alignment-extra-space and fixed-alignment-extra-space.
5561
5562         * Documentation/topdocs/NEWS.tely (Top): add entry.
5563
5564         * input/regression/alignment-vertical-spacing.ly: new file.
5565
5566         * python/convertrules.py (conv): add rule.
5567
5568         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5569
5570         * lily/align-interface.cc (stretch_after_break): new
5571         function. Read fixed-alignment-extra-space property.
5572         (align_elements_to_extents): read alignment-extra-space property.
5573
5574         * lily/lily-guile.cc (robust_scm2dir): new function.
5575
5576         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5577         (annotate-space-left): new function. Annotate space left on page. 
5578         (annotate-y-interval): new function.
5579         (paper-system-annotate-last): new function. Annotate bottom-space.
5580
5581         * mf/feta-beugel.mf (y): 
5582
5583 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5584
5585         * VERSION (PACKAGE_NAME):  release 2.7.11
5586
5587         * scm/lily-library.scm (interval-translate): new function
5588         (interval-center): new function. 
5589
5590         * scm/page-layout.scm (paper-system-annotate): new function. Add
5591         arrows for dimensions.
5592  
5593         * scm/stencil.scm (dimension-arrows): new function.
5594
5595         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5596
5597         * input/regression/page-spacing.ly: add annotatespacing
5598
5599         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5600         (LY_DEFINE): new function ly:paper-system-set-property!
5601
5602         * Documentation/user/global.itely (Paper size): explain how to add
5603         sizes.
5604
5605         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5606         correspond to GS's definition.
5607
5608         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5609         tuplet bracket.
5610         (print): only connect to next bracket if the next one is alive.
5611         (print): set padding to 0.0 if the bound is a breakable
5612         column. This makes tupletFullLength brackets reach up to the staff
5613         line if it doesn't connect to the next line.
5614
5615 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5616
5617         * lily/bar-number-engraver.cc: correct docs.
5618
5619         * scm/output-lib.scm (first-bar-number-invisible): rename from
5620         default-bar-number-visibility
5621
5622 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5623
5624         * scm/define-music-properties.scm (all-music-properties): remove
5625         predicate property.
5626
5627 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5628
5629         * po/fi.po: refresh.
5630
5631 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5632
5633         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5634         superfluous s1.
5635         (disappear): bugfix.
5636
5637         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5638
5639         * lily/include/paper-system.hh (class Paper_system): remove
5640         staff_extents_ member.
5641
5642         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5643
5644         * lily/include/paper-system.hh (class Paper_system): remove
5645         number_ variable. Remove is_title_. Remove break_before_penalty_
5646
5647         * lily/paper-book.cc (systems): use 'number property iso. number_
5648         member.
5649
5650         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5651         remove ly:paper-system-number.
5652
5653         * scm/lily-library.scm (paper-system-title?): new function.
5654
5655         * lily/book.cc (process): bugfix: flip ?: cases. 
5656
5657         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5658         add outputProperty.
5659
5660         * ly/music-functions-init.ly: add outputProperty music function.
5661
5662         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5663
5664         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5665         and next-padding.
5666         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5667
5668         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5669
5670         * lily/paper-system.cc (internal_get_property): new function.
5671
5672         * Documentation/user/global.itely (Vertical spacing): refer to
5673         page-spacing.ly
5674
5675         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5676         pagetopspace
5677
5678         * input/regression/page-spacing.ly: new file.
5679
5680         * input/regression/page-top-space.ly: new file.
5681
5682         * lily/spacing-spanner.cc: cmath -> math.h
5683
5684         * lily/paper-system.cc (read_left_bound): new function. Read
5685         line-break-system-details from left bound to determine extents.
5686  
5687         * Documentation/user/programming-interface.itely (Using LilyPond
5688         syntax inside Scheme): change applyxxx -> applyXxx.
5689
5690         * ly/music-functions-init.ly: add outputProperty music function.
5691
5692         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5693
5694         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5695
5696         * python/convertrules.py (conv): rule
5697
5698         * ly/music-functions-init.ly: applyxxx -> applyXxx
5699
5700         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5701         TabVoice to Voice.
5702
5703 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5704
5705         * flower/include/real.hh: include <math.h> iso. <cmath>
5706
5707         * flower/include/offset.hh: include real.hh
5708
5709 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5710
5711         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5712         fix example, now that 'interfaces is no longer directly available.
5713
5714         * lily/book.cc (process): don't crash if paper == NULL.
5715
5716         * po/fr.po: update.
5717
5718 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5719
5720         * scm/define-music-types.scm (music-descriptions): set length and
5721         start-callback for QuoteMusic
5722
5723 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5724
5725         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5726         arguments. Fixes compilation error with gcc 3.3.
5727
5728 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5729
5730         * VERSION: release 2.7.10
5731
5732         * stepmake/stepmake/python-module-rules.make
5733         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5734
5735         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5736         real.hh
5737
5738 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5739
5740         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5741         -Werror. Otherwise GCC barfs over various optimizations.
5742
5743         * scm/define-grob-properties.scm (all-internal-grob-properties):
5744         add note-head property
5745
5746         * Documentation/user/instrument-notation.itely (Laissez vibrer
5747         ties): new node.
5748
5749         * input/regression/laissez-vibrer-ties.ly: new file.
5750
5751         * lily/laissez-vibrer-engraver.cc: new file.    
5752
5753         * lily/include/tie-column-format.hh: new file.
5754
5755         * lily/tie-column-format.cc: new file. 
5756
5757         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5758
5759         * lily/laissez-vibrer-tie.cc: new file.
5760
5761         * lily/include/laissez-vibrer-tie.hh: new file.
5762
5763         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5764
5765         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5766
5767         * scm/define-grobs.scm (all-grob-descriptions): add
5768         LaissezVibrerTie, LaissezVibrerTieColumn
5769
5770         * lily/tie-column.cc (set_tie_config_directions): new function
5771         (final_shape_adjustment): new function.
5772         (shift_small_ties): new function.
5773
5774         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5775
5776         * lily/include/tie.hh (struct Tie_details): add x_gap_
5777         (struct Tie_configuration): add head_position_
5778
5779         * lily/tie-column.cc (set_chord_outline): new function.
5780
5781         * mf/cmr.enc.in:  remove file.
5782
5783 2005-09-11  Graham Percival  <gpermus@gmail.com>
5784
5785         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5786
5787 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5788
5789         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5790         reduce aliasing effects.
5791
5792         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5793         box in skyline.
5794
5795 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5796
5797         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5798
5799         * flower/include/real.hh: std::fabs too.
5800
5801 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5802
5803         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5804
5805         * lily, flower: Include C++ iso C headers.  Import namespace std
5806         throughout.
5807
5808         * lily/side-position-interface.cc: 
5809         * lily/scm-hash.cc: 
5810         * lily/note-head.cc: 
5811         * lily/include/includable-lexer.hh: 
5812         * flower/include/string-data.icc: Remove using std::*.
5813
5814         * lily, flower: Include C++ iso C headers.  Import namespace std
5815         throughout.
5816
5817         * lily/side-position-interface.cc: 
5818         * lily/scm-hash.cc: 
5819         * lily/note-head.cc: 
5820         * lily/include/includable-lexer.hh: 
5821         * flower/include/string-data.icc: Remove using std::*.
5822
5823         * Documentation/user/instrument-notation.itely (Entering lyrics):
5824         Multiple latin-1->utf-8 conversion fix.
5825
5826         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5827
5828 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5829
5830         * lily/tie.cc (get_configuration): also avoid dots for non-space
5831         situations.
5832
5833 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5834
5835         * Documentation/user/instrument-notation.itely: Bugfix.
5836
5837 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5838
5839         * tex/GNUmakefile: don't install texinfo.tex
5840
5841         * tex/ : cleanup: remove unused files.
5842
5843         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5844
5845         * flower/include/real.hh: using std::{isnan,isinf}
5846         
5847         * VERSION (PATCH_LEVEL): release 2.7.9
5848
5849 2005-09-05  Graham Percival  <gpermus@gmail.com>
5850
5851         * Documentation/user/ instrument-notation.itely,
5852         advanced-notation.itely: minor tweaks.
5853
5854         * input/test/script-chart.ly: add item padding.
5855
5856 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5857
5858         * flower/offset.cc: use math.h iso. <cmath>
5859
5860         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5861         of IE users.
5862
5863         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5864         (widen-left-stencil-edges): new function. Fix alignment problems
5865         with LaTeX includegraphics.
5866
5867         * lily/text-interface.cc (interpret_markup): use abort().
5868
5869 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5870
5871         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5872
5873         * lily/tie.cc (get_configuration): update bezier shape as we
5874         change Y positions.
5875         (get_configuration): don't move large ties if we're outside of the
5876         staff.
5877
5878 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5879
5880         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5881         
5882 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5883
5884         * .cvsignore: Add auto-generated configure files and then some.
5885
5886 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5887
5888         * scm/define-grobs.scm (DynamicLineSpanner): Add
5889         X-extent-callback.  Fixes hairpin-slur collision.
5890
5891 2005-08-31  Graham Percival  <gpermus@gmail.com>
5892
5893         * Documentation/user/advanced-notation.itely,
5894         basic-notation.itely: minor changes.
5895
5896 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5897
5898         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5899         \linebreak between each .eps file if \betweenLilyPondSystem is
5900         undefined. 
5901
5902         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5903         music): Document the \linebreak
5904
5905         * Documentation/user/lilypond-book.itely,
5906         input/tutorial/lbook-latex-test.tex,
5907         Documentation/user/examples.itely: Remove \usepackage{graphics}
5908
5909 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5910
5911         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5912
5913         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5914         compat bugfix.
5915
5916         * scripts/lilypond-book.py (PREAMBLE_LY): define
5917         inside-lilypond-book
5918         (modify_preamble): new function. Insert \RequirePackage{graphics}
5919         when no {graphics found in preamble.  
5920
5921 2005-08030  Graham Percival  <gpermus@gmail.com>
5922
5923         * Documentation/user/basic-notation.itely, global.itely,
5924         tutorial.itely: misc small changes.
5925
5926 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5927
5928         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5929         VERSION.
5930
5931 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5932
5933         * lily/tie-column.cc (new_directions): put Tie down on center
5934         staff line. 
5935
5936         * lily/script-interface.cc (before_line_breaking): use
5937         Grob::programming_error
5938
5939         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5940
5941         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5942         of splitext.
5943
5944 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5945
5946         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5947
5948 2005-08-29  Werner Lemberg  <wl@gnu.org>
5949
5950         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5951         the `*.scale.pfa' files to avoid warnings.
5952
5953 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5954
5955         * lily/tempo-performer.cc (process_music): idem.
5956
5957         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5958
5959 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5960
5961         * Documentation/user/advanced-notation.itely (Text markup): not a
5962         fragment.
5963
5964         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5965
5966         * lily/staff-performer.cc (initialize): add tempo/name to
5967         audio_staff_
5968
5969
5970 2005-08-26  Graham Percival  <gpermus@gmail.com>
5971
5972         * Documentation/user/advanced.itely: add text-only example.
5973
5974         * Documentation/user/invoking.itely: add index entries for
5975         convert-ly.
5976
5977         * Documentation/user/ tutorial.itely, basic-notation.itely:
5978         small fixes suggested by Steve D.  Thanks!
5979
5980 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5981
5982         * input/regression/markup-bidi-pango.ly: new file.
5983
5984         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5985         standard. Remove #ifdef. Remove memleak.
5986         (text_stencil): use text_dir to decide how to composite items.
5987         (text_stencil): determine uniform text direction for the entire
5988         string.
5989
5990         * scripts/lilypond-book.py (output_name): remove
5991         latex_filter_cmd. Non-portable to non-Unix systems. 
5992         (get_latex_textwidth): use File.write and os.unlink() instead.
5993
5994         * THANKS: add Vicente & Trevor.
5995
5996         * lily/grob.cc (discretionary_processing): look up origin for
5997         programming_error too. 
5998
5999         * input/regression/tie-broken.ly: new file.
6000
6001         * lily/tie-column.cc (set_chord_outlines): set outline for line
6002         break case too.
6003         
6004 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6005
6006         * lily/pango-font.cc (text_stencil): don't translate glyphs in
6007         unscaled transform, just translate stencils.
6008
6009         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
6010         MIDI.
6011
6012         * scm/define-markup-commands.scm (wordwrap-string): use
6013         text-direction
6014         (wordwrap-stencils): idem.
6015         (line): idem.
6016         (fill-line): idem.
6017         (wordwrap-stencils): translate last line to right for
6018         text-direction = LEFT.
6019
6020         * scm/define-grob-properties.scm (all-user-grob-properties): add
6021         text-direction.
6022
6023 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6024
6025         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
6026         when copying a Lily_parser object.
6027
6028 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6029
6030         * scm/define-markup-commands.scm (null): add null markup.
6031
6032 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6033
6034         * lily/item.cc: Add documentation of center-invisible
6035
6036 2005-08-24  Graham Percival  <gpermus@gmail.com>
6037
6038         * Documentation/user/advanced-notation.itely: add info about
6039         raising text.
6040
6041         * Documentation/user/programming-interface.itely: fix example
6042         involving raised text.
6043
6044 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6045
6046         * lily/beam.cc (print): fix X start/end points of isolated
6047         beamlets.
6048
6049         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
6050
6051         * lily/multi-measure-rest.cc (set_text_rods): new function.
6052
6053         * lily/vertical-align-engraver.cc (process_music): call
6054         Align_interface::set_axis(). This forces #'elements to be ordered,
6055         preventing random vertical reordering of staves.
6056
6057         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6058         add avoid-slur property. 
6059
6060         * Documentation/user/basic-notation.itely (Measure repeats): add
6061         countPercentRepeats example.
6062
6063         * Documentation/user/advanced-notation.itely (Other text markup
6064         issues): remove remark about normal-font.  We have \normal-text
6065
6066         * input/regression/tie-chord.ly: add note about remaining bugs.
6067
6068         * lily/tie.cc (print): try Tie_column::set_directions () if
6069         control-points not yet defined.
6070
6071 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6072
6073         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
6074         extent. This fixes braces falling out of the EPS bbox.
6075
6076         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
6077         exactly to bbox.
6078
6079 2005-08-23  Graham Percival  <gpermus@gmail.com>
6080
6081         * {various} : change #up->#UP and #down->#DOWN.
6082
6083         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
6084
6085         * Documentation/user/advanced-notation.itely: clarify
6086         what objects handles text on a multimeasure rest.
6087
6088 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6089
6090         * VERSION (PATCH_LEVEL): release 2.7.7
6091
6092 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6093
6094         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
6095
6096         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
6097
6098         * input/regression/*.ly: formatting clean-up. Default layout
6099         before music expression.
6100
6101         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
6102         romanze28-2 example.
6103
6104         * scm/ps-to-png.scm: remove dir-re function.
6105         (make-ps-images): generate page names, instead of globbing them.
6106         This brings down LilyPond memory usage for make web by a factor
6107         10. 
6108
6109         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
6110         don't use glob. With 3000 files, globbing
6111         Documentation/user/out-www/ can take too much time. 
6112         
6113         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
6114
6115         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
6116
6117         * input/regression/tie-manual.ly: new file
6118
6119         * input/regression/tie-chord.ly: update.
6120
6121         * flower/include/interval.hh (struct Interval_t): 
6122
6123         * lily/tie.cc (distance): new function 
6124         (height): new function.
6125         (init): new function
6126         (Tie_details): new struct.
6127
6128         * lily/skyline.cc (skyline_height): new function.
6129
6130         * lily/tie-column.cc (set_chord_outlines): new function.
6131         (new_directions): read tie-configuration
6132
6133         * lily/skyline.cc: fix ASCII art.
6134         
6135 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6136
6137         * python/convertrules.py (string_or_scheme): Fix spelling error
6138
6139 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6140         
6141         * lily/tie-column.cc (set_directions): set directions only once.
6142         (add_configuration): new function.
6143
6144         * lily/tie.cc (set_control_points): new function
6145
6146         * lily/tie-column.cc (new_directions): new function.
6147
6148         * ly/music-functions-init.ly: set 'pitch property
6149         iso. trill-pitch. This makes \relative work with \pitchedTrill
6150
6151         * lily/tie.cc (get_configuration): new function. Don't generate
6152         control points, rather, generate configuration.
6153         remove head-pair property.
6154
6155         * lily/include/tie.hh (struct Tie_configuration): new struct.
6156
6157 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6158
6159         * Documentation/topdocs/NEWS.tely: clarify.
6160
6161 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6162
6163         * lily/tie.cc: remove minimum-length
6164
6165         * scm/define-grob-properties.scm (all-user-grob-properties):
6166         remove staffline-clearance, y-offset 
6167
6168         * input/regression/tie-dots.ly (Module): remove.
6169
6170         * lily/tie.cc (get_control_points): rewrite. Put short ties in
6171         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
6172
6173         * input/regression/tie-single.ly: new file.
6174
6175 2005-08-21  Graham Percival  <gpermus@gmail.com>
6176
6177         * ly/bagpipe.ly: fix compile problem.
6178
6179 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6180
6181         * lily/midi-item.cc (name): new method.
6182
6183         * lily/staff-performer.cc (acknowledge_audio_element): use
6184         signature of baseclass.
6185
6186         * lily/engraver-group.cc (do_announces): move recursion call out
6187         of while loop. 
6188
6189         * lily/drum-note-performer.cc (class Drum_note_performer): use
6190         process_music everywhere.
6191
6192         * ly/performer-init.ly: add default children everywhere.
6193
6194         * lily/paper-book.cc (output): call paper-book-write-midis
6195         directly: always write MIDI, even if no \layout {} block. 
6196
6197 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6198
6199         * VERSION (PACKAGE_NAME): release 2.7.6
6200
6201         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6202         about not being able to handle repeat.
6203
6204 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6205
6206         * Documentation/user/examples.itely (Piano templates):
6207         * lily/include/performer-group.hh: Remove last traces of
6208         Performer_group_performer.  Fixes make web.
6209
6210 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6211
6212         * Documentation/user/examples.itely (Piano templates): change
6213         Engraver_group_engraver -> Engraver_group
6214
6215         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6216         scm_stand_in_procs is not weak_any.
6217
6218         * lily/volta-bracket.cc (print): don't use strcmp().
6219
6220         * lily/volta-engraver.cc (process_music): use
6221         Text_interface::is_markup() for setting the 'text property of the
6222         volta bracket.
6223
6224         * input/mutopia/claop.py (accents): update syntax to 2.6
6225
6226         * scm/define-context-properties.scm
6227         (all-user-translation-properties): add countPercentRepeats.
6228
6229         * Documentation/user/basic-notation.itely (Measure repeats): add
6230         isolated percent example.
6231
6232 2005-08-18  Graham Percival  <gpermus@gmail.com>
6233
6234         * input/ {various}: change direction #1, #-1 to
6235         #up/#down or \fooUp, \fooDown.
6236
6237         * Documentation/user/music-glossary.tely: #-1 to #down.
6238
6239         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6240         to #up, #-1 to #down.
6241
6242 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6243
6244         * lily/include/engraver-group.hh: rename.
6245
6246         * lily/include/performer-group.hh: rename.
6247
6248 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6249
6250         * input/test/script-abbreviations.ly: Removed some old LaTeX
6251         left overs.
6252
6253 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6254
6255         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6256         Remove functions.  Remove if 1: constructs, reindent.
6257
6258         * scripts/convert-ly.py (add_version): Add functions from
6259         convertrules.py
6260
6261         * scm/script.scm (default-script-alist):
6262         s/priority/script-priority.  Fixes script stacking.  Backportme.
6263         (Fermata): Very low priority.
6264
6265 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6266
6267         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6268
6269         * input/regression/slur-script.ly: remove padding tweaks. Add
6270         comment strings.
6271
6272         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6273         time sigs and related stuff.
6274
6275         * scm/define-grob-properties.scm (all-user-grob-properties): add
6276         @code{} tags to property description.
6277
6278         * lily/include/line-group-group-engraver.hh (Module): remove file.
6279
6280         * python/convertrules.py (conv): add rule for
6281         Engraver_group_engraver -> Engraver_group.
6282
6283         * lily/include/performer-group-performer.hh: analogous.
6284
6285         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6286
6287         * lily/context-def.cc (instantiate): check for
6288         Engraver_group_engraver and Performer_group_performer not
6289         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6290  
6291 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6292
6293         * input/les-nereides.ly: Remove three fingering tweaks, update
6294         remaining one.
6295
6296         * input/regression/slur-script-inside.ly: Update, fix doc.
6297
6298         * scm/script.scm: Update to avoid-slur.
6299
6300         * scm/define-grob-properties.scm (avoid-slur): New property.
6301
6302         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6303         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6304         outside_slur_callback if avoid-slur != #'inside.
6305
6306         * scm/define-grobs.scm (Fingering, Textscript): No
6307         inside-slur/outside-slur preference.
6308         (DynamicLineSpanner): Always outside slur.
6309
6310         * input/regression/slur-script.ly: More tests.
6311
6312 2005-08-17  Graham Percival  <gpermus@gmail.com>
6313
6314         * Documentation/user/lilypond-book: fix notime entry.
6315
6316         * Documentation/user/advanced-notation.itely: add info on
6317         getting an I rehearsal mark.
6318
6319         * Documentation/user/putting.itely: reinstate "I", re-enforce
6320         the fact that \override numbers are the result of
6321         experimentation and personal taste.
6322
6323         * Documentation/user/invoking.itely: update convert-ly bugs.
6324
6325 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6326
6327         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6328         to #t.
6329
6330         * lily/timing-translator.cc (initialize): don't initialize timing.
6331
6332         * input/regression/stem-spacing.ly (Module): remove file.
6333
6334         * input/regression/spacing-stick-out.ly: specify Score context for
6335         \override
6336
6337         * input/regression/clefs.ly: remove spurious {}s 
6338
6339 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6340
6341         * Documentation/topdocs/NEWS.tely,
6342         input/regression/repeat-percent-count.ly: clarify a bit.
6343
6344 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6345
6346         * input/no-notation/display-lily-tests.ly: delete
6347         display-lily-init call.
6348
6349         * ly/music-functions-init.ly (displayLilyMusic): move
6350         display-lily-init call at top level, so that the user should not
6351         have to call it.
6352
6353         * scm/define-music-display-methods.scm (note-name->lily-string):
6354         retrieve note names directly from pitchnames using new function `rassoc'.
6355         (display-lily-init): note names list construction removed.
6356
6357 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6358
6359         * THANKS: spello.
6360
6361         * lily/lily-parser.cc (get_header): copy module, instead of
6362         returning it.
6363
6364         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6365         counters.
6366
6367         * Documentation/user/basic-notation.itely (Measure repeats): add
6368         links to Counter grobs.
6369
6370         * scm/define-grobs.scm (all-grob-descriptions): add
6371         DoublePercentRepeatCounter
6372         (all-grob-descriptions): add PercentRepeatCounter
6373
6374         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6375         also create counter grobs.
6376
6377         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6378         return grob without space-alist.
6379
6380         * input/proportional.ly: tune staff-padding.
6381
6382         * input/regression/repeat-percent-count.ly: new file. 
6383
6384 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6385
6386         * input/no-notation/display-lily-tests.ly: moved from
6387         input/regression/ to input/no-notation. Be sure to call
6388         `display-lily-init' before trying to use the display function.
6389
6390 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6391
6392         * scripts/lilypond-book.py (option_definitions): Don't localize
6393         the empty string. Fixes bug when --psfonts was used with
6394         non-English locale.
6395
6396 2005-08-15  Graham Percival  <gpermus@gmail.com>
6397
6398         * lily/tuplet-bracket.cc: simple build fix.
6399
6400         * Documentation/user/putting.itely: use "we" instead of "I".
6401
6402         * Documentation/user/basic-notation.itely: cautionary accidentals
6403         work with naturals, too.
6404
6405 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6406
6407         * lily/tuplet-bracket.cc (calc_position_and_height): add
6408         staff-padding support.
6409
6410         * input/proportional.ly: set staff-padding.
6411         
6412         * VERSION (PATCH_LEVEL): release 2.7.5
6413
6414         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6415         fixes. Remove tweaks.
6416
6417         * input/regression/tuplet-slope.ly: add a test case.
6418
6419         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6420         erroneous fix. Add spanner bounds to offset array with relative X
6421         positions.
6422
6423         * ly/engraver-init.ly: add Rest_engraver only once.
6424
6425         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6426         (*parser*) lookup if (*parser*) != #f.
6427
6428 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6429
6430         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6431         Cut-and paste update.
6432
6433         * input/regression/slur-script.ly: Add example of reverting
6434         inside-slur for fingering.
6435
6436         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6437         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6438
6439         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6440         outside_slur_callback if inside-slur == #f (as opposed to unset).
6441
6442 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6443
6444         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6445         encoding files are already removed.
6446
6447 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6448
6449         * Documentation/user/advanced-notation.itely (Instrument names):
6450         Document a workaround for instrument names that collide with
6451         system start braces/brackets.
6452
6453 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6454
6455         * lily/rest-collision.cc (do_shift): spello.
6456
6457         * input/proportional.ly: use #'used property. Set break-overshoot
6458         property.
6459
6460         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6461
6462         * lily/paper-column.cc: add #'used property
6463
6464         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6465         array for staves found.
6466
6467         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6468         array for stavesFound.
6469
6470         * lily/staff-spacing.cc (next_note_correction): add fixed and
6471         space to calling convention. This fixes spacing of accidentals
6472         after barlines.
6473
6474         * input/regression/spacing-accidental-stretch.ly: add barline -
6475         accidental case.
6476
6477         * scm/framework-ps.scm (page-header): add version number to
6478         creator
6479         (eps-header): idem.
6480
6481         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6482         
6483 2005-08-13  Graham Percival  <gpermus@gmail.com>
6484
6485         * Documentation/user/global.itely: add "fit as much as
6486         possible onto this page" example (Vertical spacing).
6487
6488 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6489
6490         * *: Nitpick run.
6491
6492         * buildscripts/fixcc.py: Fixes.
6493
6494 2005-08-12  Graham Percival  <gpermus@gmail.com>
6495
6496         * Documentation/user/advanced-notation.itely: add markup
6497         example to Text spanners.
6498
6499 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6500
6501         * Documentation/user/basic-notation.itely (Ties): Add example of
6502         tying a tremolo to a chord. Thanks to Steve Doonan. 
6503
6504         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6505         properties and move tieMelismaBusy to the list of written
6506         properties. 
6507
6508 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6509
6510         * po/TODO: suggest to use a dedicated tool like kbabel.
6511
6512         * po/fi.po: update using kbabel.
6513
6514 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6515
6516         * *: Remove obsolete files.  Nitpick run.
6517
6518         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6519
6520 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6521
6522         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6523         too.
6524
6525         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6526
6527         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6528         whitespace as symbol separator.
6529
6530         * lily/side-position-interface.cc: Add slur-padding.
6531
6532         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6533         quite a large fix, and it never worked in a stable release; so not
6534         really a regression.
6535
6536         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6537         Update cut and paste code from Slur_engraver.
6538
6539         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6540         Add.
6541
6542         * scm/define-grobs.scm (DynamicLineSpanner): Add
6543         dynamic-line-spanner-interface.
6544         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6545
6546 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6547
6548         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6549         to_boolean () so that non-set 'inside-slur means false.
6550
6551         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6552         slur has control-points.  Skip script without direction.  Always
6553         do_shift if script inside slur, even if slur not contained in
6554         script y-extent.  Increment k in loop.
6555
6556 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6557
6558         * scm/define-markup-commands.scm: Improved regexp to search for
6559         EPS bounding boxes and corrected call to ly:warning.
6560
6561 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6562
6563         * Documentation/user/programming-interface.itely (Displaying music
6564         expressions): doc for \displayLilyMusic. Also some precisions in
6565         "Markup construction in Scheme"
6566
6567 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6568
6569         * scm/define-markup-commands.scm (normal-text): Added 2 new
6570         markup commands, \normal-text and \medium (the latter thanks to
6571         Bruce Fairchild). 
6572
6573 2005-08-08  Graham Percival  <gpermus@gmail.com>
6574
6575         * Documentation/user/programming-interface.itely: fix @{ @}.
6576
6577         * scm/define-markup-commands.scm: add linewidth info to
6578         \justify and \wordwrap, add "upright is the opposite of italic".
6579
6580         * Documentation/user/advanced-notation.itely: shaped->shape,
6581         add (cons (markup "foo")) type of example to text markup,
6582         reword multi-measure rests section.
6583
6584         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6585         comment.  No actual code was touched.
6586
6587         * Documentation/user/invoking.itely: add more info about
6588         \include.  Thanks, Bruce!
6589
6590         * THANKS: add Bruce Fairchild, alphabetise.
6591
6592         * Documentation/user/global.itely: document \score{\header{}}
6593         behavior.
6594
6595         * Documentation/user/basic-notation.itely: reword multi-measure
6596         rest discussion in Rests.
6597
6598 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6599
6600         * Documentation/user/programming-interface.itely (Markup
6601         construction in Scheme): Corrected example and tried to clarify
6602         the implicit \line in the table.
6603
6604 2005-08-07  Graham Percival  <gpermus@gmail.com>
6605
6606         * Documentation/user/instrument-notation.itely: moved
6607         some bagpipe info back into the bagpipe section.  Somehow
6608         it ended up in the "other vocal issues" section?!  :o_O
6609
6610 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6611
6612         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6613         directories, not paths).
6614
6615 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6616
6617         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6618         plain emmentaler/aybabtu.  Backportme.
6619
6620         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6621         missing dir correction.
6622
6623 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6624
6625         * scm/define-markup-commands: fix reversed justify/wordwrap
6626         doc strings.
6627
6628 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6629
6630         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6631         lily/gregorian-ligature-engaver.cc,
6632         lily/include/ligature-engraver.hh,
6633         lily/include/coherent-ligature-engraver.hh,
6634         lily/include/gregorian-ligature-engraver.hh: make these classes
6635         truely abstract.  This should fix some internal oddities such as
6636         duplicate as well as dead translator/property declarations, and
6637         also some dead code.
6638
6639         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6640         bugfix: avoid message "junking empty ligature" on ligature
6641         brackets by collecting dummy grobs.
6642
6643 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6644
6645         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6646
6647         * input/proportional.ly (staffKind): bugfix.
6648         (staffKind): updates by Trevor Baca.
6649
6650         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6651         default layout. 
6652
6653         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6654         pair.
6655
6656         * lily/beam.cc (rest_collision_callback): call position_beam() if
6657         necessary.
6658
6659         * VERSION: release 2.7.4
6660
6661         * input/regression/spacing-uniform-stretching.ly: new file.
6662
6663         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6664
6665         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6666         contributor.
6667
6668         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6669
6670         * input/proportional.ly: new file.
6671
6672         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6673         columns is empty
6674
6675         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6676         bounds to currentCommandColumn for the last step.
6677         (start_translation_timestep): if tupletFullLength is set, set
6678         bound to Paper Column
6679
6680         * input/regression/tuplet-full-length.ly (indent): new file.
6681
6682         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6683         clique of loose columns, eg. a set of grace notes in strict
6684         notespacing.
6685
6686         * input/regression/spacing-strict-spacing-grace.ly: new file.
6687
6688         * lily/key-signature-interface.cc: change property name to
6689         alteration-alist
6690
6691         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6692         keyAccidentalOrder
6693
6694         * python/convertrules.py (conv): keyAccidentalOrder ->
6695         keyAlterationOrder
6696
6697         * lily/key-engraver.cc (create_key): always print a cancellation
6698         for going to C-major/A-minor, regardless of printKeyCancellation.
6699         (create_key): remove typecheck for visibility. This fixes key
6700         signature not being printed.
6701
6702         * lily/spacing-determine-loose-columns.cc: new file.
6703
6704         * input/regression/spacing-strict-notespacing.ly: new file.
6705
6706         * lily/spacing-spanner.cc (generate_springs): rename from
6707         do_measure. 
6708         (generate_pair_spacing): new function.
6709         (init, generate_pair_spacing): set between-cols for floating
6710         nonmusical columns.
6711
6712         * lily/spaceable-grob.cc (get_spring): new function. 
6713
6714         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6715         relative to the right edge of the prefatory matter.
6716
6717         * lily/beam.cc (print): read break-overshoot to determine where to
6718         stop/start broken beams.
6719
6720         * input/regression/spanner-break-overshoot.ly: new file.
6721
6722 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6723
6724         * ly/bagpipe.ly: updated.
6725
6726         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6727
6728 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6729
6730         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6731         support: now (de)crescs avoid slurs as well.
6732
6733         * Documentation/user/instrument-notation.itely (Bagpipe example):
6734         comment out non-functioning bagpipe example.
6735         (Bagpipe definitions): idem.
6736
6737         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6738         (Top): add proportionalNotationDuration example.
6739
6740         * input/regression/spacing-proportional.ly: new file.
6741
6742         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6743         synched to a beam.
6744
6745         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6746         fixes beams with a single stem (eg. beams across linebreaks.)
6747
6748         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6749
6750         * flower/rational.cc (operator +): prevent overflow. This fixes
6751         heavily nested tuplets.
6752
6753         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6754         have to protect even those unlikely to be corrupted data members.  
6755
6756 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6757
6758         * ly/bagpipe.ly: new file.
6759
6760         * THANKS: added Sven Axelsson.
6761
6762 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6763
6764         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6765         copy proportionalNotationDuration into currentMusicalColumn if
6766         set.
6767
6768         * lily/spacing-spanner.cc (musical_column_spacing): if
6769         uniform-stretching set, fixed space is 0.0
6770
6771         * input/regression/spacing-multi-tuplet.ly: show
6772         uniform-stretching property.
6773
6774         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6775
6776         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6777         (struct Spacing_options): new struct.
6778
6779         * lily/spacing-basic.cc: new file.
6780
6781         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6782         delta_t doesn't have to be smaller than shortest_playing_len
6783
6784 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6785
6786         * input/regression/markup-arrows.ly:  new file.
6787
6788         * lily/tuplet-bracket.cc: document new behavior.
6789
6790         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6791         with line breaks.
6792
6793         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6794
6795         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6796         default 
6797
6798         * lily/tuplet-bracket.cc: add edge-text property.
6799         add break-overshoot.
6800         (print): read break-overshoot.
6801         (print): read edge-text, add stencils.
6802
6803         * mf/feta-arrow.mf: new file.
6804
6805         * mf/feta-generic.mf: add feta-arrow.
6806
6807 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6808
6809         * Documentation/user/lilypond-book.itely (An example of a
6810         musicological document): Added flag -o to dvips for people who use
6811         the default setting in teTeX where output is sent to the printer. 
6812
6813         * Documentation/user/global.itely (Vertical spacing): Added
6814         reference to the Axis_group_engraver which documents the *Extent
6815         properties.
6816
6817 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6818
6819         * Documentation/user/basic-notation.itely (Tuplets): add note
6820         about nested tuplets. Remove BUG. 
6821
6822         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6823
6824         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6825         (print): manually call print() for subtuplets.
6826         (calc_position_and_height): add subtuplets to the
6827         support. Vertically shift outer tuplet 
6828
6829         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6830         remove-first for Lyrics, ChordNames and FiguredBass
6831
6832         * scm/define-grob-properties.scm (all-internal-grob-properties):
6833         use ly:grob-array? iso. grob-list?
6834         (all-internal-grob-properties): add tuplets grob-array.
6835
6836         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6837         new function
6838
6839 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6840
6841         * input/test/time-signature-staff.ly: new file.
6842
6843         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6844         spurious #<Music FingerEvent> errors. Backportme.
6845
6846 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6847
6848         * Documentation/user/programming-interface.itely (Markup
6849         construction in Scheme): Corrected markup syntax in the
6850         translation table.
6851
6852 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6853
6854         * Documentation/user/instrument-notation.itely: small update
6855         to bagpipe notation docs; thanks Sven!
6856
6857         * Documentation/user/basic-notation.itely: add link about trills.
6858
6859 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6860
6861         * Documentation/user/music-glossary: remove accidentally committed
6862         fink patch.
6863
6864 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6865
6866         * lily/lily-parser.cc (get_header): new function. Enable multiple
6867         \header definitions.
6868
6869         * lily/parser.yy (lilypond_header_body): use get_header.
6870
6871         * ly/init.ly:
6872         * scm/lily-library.scm (print-score-with-defaults): renamed
6873         $globalheader to $defaultheader
6874             
6875         * Documentation/user/global.itely (Creating titles): added short
6876         explanation that multiple headers are useable.
6877
6878
6879 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6880
6881         * lily/module-scheme.cc (LY_DEFINE): new file. 
6882
6883         * Documentation/user/advanced-notation.itely (Font selection): add
6884         doco for make-pango-font-tree.
6885
6886 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6887
6888         * Documentation/user/music-glossary: more languages
6889         for tenuto.
6890
6891         * Docuemntation/user/instrument-notation.itely: minor
6892         update for bagpipe example.
6893
6894 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6895
6896         * input/regression/+.ly (TODO): add some text.
6897
6898 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6899
6900         * Documentation/user/invoking.itely: \score begins with music.
6901
6902         * Documentation/user/ basic-notation.itely,
6903         instrument-notation.itely: minor changes.
6904
6905         * Documentation/user/music-glossary.itely: began tenuto entry.
6906
6907 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6908
6909         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6910
6911         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6912
6913 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6914
6915         * Documentation/user/examples.itely: remove bagpipe template.
6916
6917         * Documentation/user/instrument-notation.itely: add bagpipe
6918         section, maybe fix quotes in lyrics.  I hate text encoding.
6919         Clarify chord durations, more bagpipe stuff.
6920
6921 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6922  
6923         * lily/accidental-engraver.cc: formatting fixes.
6924
6925         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6926         grob-array.
6927
6928         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6929
6930         * lily/note-column.cc (arpeggio): new function.
6931
6932         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6933         account for spacing.
6934
6935 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6936
6937         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6938         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6939         mingw build.
6940         
6941 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6942
6943         * scm/lily.scm (lilypond-all): clear anonymous modules after
6944         processing files.
6945
6946 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6947
6948         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6949         SCM_I_CONSP
6950
6951         * VERSION: 2.7.3 released
6952
6953         * Documentation/user/invoking.itely (Invoking lilypond): add
6954         LILYPOND_GC_YIELD documentation.
6955
6956         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6957         scm_from_real / scm_make_real.
6958
6959         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6960         higher. This increases memory footprint, but provides overall
6961         speedup of 15 to 20%. 
6962
6963         * lily/include/translator.hh (class Translator): remove
6964         PRECOMPUTED_VIRTUAL everywhere.
6965
6966         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6967
6968         * lily/context.cc (now_mom): non-recursive now_mom() 
6969
6970         * lily/include/profile.hh: new file.
6971
6972         * lily/profile.cc: new file.
6973
6974         * lily/grob.cc (Grob::Grob): look properties up directly.
6975
6976         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6977         lookups.
6978
6979         * lily/include/box.hh (class Box): smob Box type.
6980
6981         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6982
6983         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6984         protect() and unprotect(). Use throughout.
6985
6986 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6987
6988         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6989
6990         * scm/define-music-display-methods.scm (markup->lily-string):
6991         markup elements can also be strings (without simple-markup
6992         appended)
6993
6994 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6995
6996         * lily/context.cc (where_defined): also assign value in
6997         where_defined().
6998
6999         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7000         (curve_coordinate): new function
7001
7002         * lily/simple-spacer.cc (add_columns): only add rods between
7003         column i and begin/end if keep-inside-line is set (this repleces
7004         allow-outside-line as default)
7005
7006 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7007
7008         * lily/tuplet-engraver.cc (start_translation_timestep): only read
7009         tupletSpannerDuration if applicable.
7010
7011         * lily/font-size-engraver.cc (process_music): read fontSize only
7012         once per timestep.
7013
7014         * lily/engraver*cc: use throughout.
7015         
7016         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
7017
7018         * lily/translator.cc (add_acknowledger): new file. Directly jump
7019         into an Engraver::acknowledge_xxx () method based on a grobs
7020         interface-list.
7021
7022         * lily/include/translator-dispatch-list.hh (class
7023         Engraver_dispatch_list): new struct, new file.
7024
7025         * scm/define-context-properties.scm
7026         (all-internal-translation-properties): remove acceptHashTable,
7027         acknowledgeHashTable
7028
7029         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
7030
7031         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
7032         change acknowledgeHashTable to C++ member. 
7033
7034         * lily/rest-collision.cc (do_shift): use extract_grob_set().
7035
7036 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7037
7038         * scm/display-lily.scm: new file. Define a `display-lily-music'
7039         function, that displays the music expression given as an argument,
7040         using LilyPond notation.
7041
7042         * scm/define-music-display-methods.scm: new file. Implementation
7043         of display methods for each music type.
7044
7045         * ly/music-functions-init.ly (displayLilyMusic): new function for
7046         displaying music with LilyPond notation.
7047
7048         * input/regression/display-lily-tests.ly: new regression test file
7049         for `display-lily-music'.
7050
7051         * scm/markup.scm: remove obsolete debugging code (for printing
7052         markups with LilyPond notation).
7053
7054         * scm/define-music-types.scm (music-name-to-property-table):
7055         * scm/clef.scm (supported-clefs): export, in order to be accessible
7056         from the (scm display-lily) module.
7057
7058 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7059
7060         * Documentation/topdocs/NEWS.tely (Top): Typo.
7061
7062 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7063
7064         * Documentation/index.html.in, Documentation/texinfo.css,
7065           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7066           Documentation/bibliography/index.html.in,
7067           Documentation/bibliography/html-long.bst: revert css-width patch,
7068           it does not work with IE6.
7069
7070 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7071
7072         * Documentation/texinfo.css: revert 760px hack. 
7073
7074         * VERSION: release 2.7.2
7075
7076         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
7077
7078         * Documentation/user/basic-notation.itely (Barnumber check): add
7079         section.
7080
7081         * scm/music-functions.scm (skip-to-last): new function. Show only
7082         last showLastLength part of the \score.
7083
7084         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
7085
7086         * python/convertrules.py (conv): add ly:x-moment rule
7087
7088         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
7089
7090         * Documentation/topdocs/NEWS.tely (Top): add new feature.
7091
7092         * Documentation/user/instrument-notation.itely (Flexibility in
7093         alignment): options in subsections.
7094
7095         * lily/lyric-engraver.cc (process_music): don't typeset text for _
7096         syllable text. Instead, assume that the previous lyric text is a
7097         melismated text.
7098
7099         * Documentation/index.html.in: revert 800x600 change.
7100
7101 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7102
7103         * lily/main.cc (main): Remove invalid handle kludge.
7104
7105         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
7106         (lambda): add gui define.
7107
7108 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7109
7110         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
7111
7112         * Documentation/user/instrument-notation.itely (Musica ficta
7113         accidentals): add section Musica ficta accidentals
7114
7115         * lily/accidental-engraver.cc (make_suggested_accidental): new
7116         function.
7117         (make_standard_accidental): move into new function.
7118         (create_accidental): new function.
7119
7120         * scm/define-grobs.scm (all-grob-descriptions): new Grob
7121         AccidentalSuggestion
7122
7123         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
7124
7125         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
7126         undefined.
7127
7128         * Documentation/user/global.itely (Page formatting): document
7129         horizontalshift.
7130
7131         * scm/page-layout.scm (default-page-music-height):
7132         horizontalshift: new variable, shift all systems by
7133         horizontalshift to the right, to make space for instrument names.
7134
7135         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
7136
7137         * lily/input-scheme.cc (LY_DEFINE): take format commands.
7138
7139 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7140
7141         * lily/note-column.cc (dir): idem.
7142
7143         * lily/spacing-spanner.cc (Module): idem.
7144
7145         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
7146
7147         * lily/include/paper-column.hh (class Paper_column): add
7148         non-static get_rank() member.
7149
7150         * VERSION: release 2.7.1
7151         
7152         * scm/framework-null.scm: new file, used for benchmarking.
7153
7154 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7155
7156         * Documentation/topdocs/INSTALL.texi, configure.in: fix
7157         version dependencies for fontforge and gs.
7158
7159         * Documentation/index.html.in, Documentation/texinfo.css,
7160         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
7161         Documentation/bibliography/index.html.in, 
7162         Documentation/bibliography/html-long.bst: optimize width of
7163         html for a 800x600 screen (width:760), increases printability
7164         when 'fit to page' is not set and readability in wide screens.
7165
7166         * stepmake/bin/add-html-footer.py: add missing </p>.
7167
7168 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7169
7170         * scm/define-markup-commands.scm (beam): use polygon in beam
7171         command.
7172
7173         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7174         all acknowledged grobs, and do potentially expensive merge and
7175         write in one go.
7176
7177         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
7178
7179         * configure.in (reloc_b): add --enable-static-gxx to statically
7180         link to libstdc++
7181
7182         * lily/GNUmakefile (static-gxx-libs): new target
7183         static-gxx-libs. Create symlink to libstdc++.a
7184
7185         * lily/new-lyric-combine-music-iterator.cc: rename to
7186         Lyric_combine_music_iterator
7187
7188         * lily/lyric-combine-music-iterator.cc
7189         (Old_lyric_combine_music_iterator): rename to
7190         Old_lyric_combine_music_iterator
7191
7192         * lily/*-engraver.cc (various): remove double use of
7193         PRECOMPUTED_VIRTUAL function: only use
7194         start_translation_timestep() and stop_translation_timestep(), not
7195         both.
7196
7197         * lily/break-substitution.cc (fast_substitute_grob_array): do
7198         fast_substitute_grob_array for all unordered grob_arrays.
7199         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7200         (substitute_grob_array): optimize.
7201
7202         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7203
7204         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7205
7206         * lily/parser.yy: revert $globalheader patch.
7207         
7208         * lily/include/translator.icc
7209         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7210         Translator methods, without _static helper.
7211  
7212         * lily/grob-smob.cc (derived_mark): rename from
7213         do_derived_mark(). Return void.
7214
7215         * scm/define-context-properties.scm
7216         (all-internal-translation-properties): remove tweakCount/tweakRank.
7217
7218         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7219         predefined break-visibilities.
7220
7221         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7222         booleans for break-visibility.
7223
7224         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7225
7226         * python/convertrules.py (conv): rule for Timing_translator. 
7227
7228         * lily/include/translator.icc: new file. 
7229
7230         * lily/paper-column-engraver.cc (process_music): new
7231         file. Separate Paper_column factory from Score_engraver.
7232
7233         * lily/vertically-spaced-context-engraver.cc: administer
7234         spaceable-staves property of System.
7235
7236         * lily/translator-group-ctors.cc: new file.
7237
7238         * lily/context-property.cc (make_grob_from_properties): construct
7239         the right Grob class programmatically, looking at the class entry
7240         for the meta property.
7241
7242         * lily/break-align-engraver.cc (stop_translation_timestep): call
7243         Break_align_interface::add_element() directly.
7244
7245         * lily/context.cc (measure_position): measure_position() is now a
7246         normal function.
7247
7248         * lily/include/translator.hh (class Translator): rename
7249         process_acknowledged_grobs() to process_acknowledged() and move to
7250         Translator.
7251
7252         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7253         field for each grob description.
7254
7255         * lily/include/translator-group.hh (class Translator_group):
7256         change to base class. Separate class from Translator. This gets
7257         rid of virtual inheritance for Engravers/Performers.
7258
7259         * lily/staff-performer.cc (class Staff_performer): derive
7260         Staff_performer from Performer, not Performer_group_performer 
7261
7262         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7263         new function.
7264         (precompute_method_bindings): new function. Precompute lists of
7265         Translators, so we only call methods (process_music,
7266         start_translation_timestep, etc.) for Translators needing
7267         it. Also: dispose of pointer-to-member-function calls.
7268
7269         * lily/engraver-group-engraver.cc: remove engraver_each,
7270         recurse_down_engravers ()
7271
7272         * lily/note-head.cc (internal_print): only call
7273         glyph-name-procedure if style != default. 
7274
7275 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7276
7277         * ly/titling-init.ly: add printallheaders option.
7278
7279         * Documentation/user/global.itely: document printallheaders.
7280
7281 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7282
7283         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7284         anymore, but do it centrally.  
7285
7286         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7287         hammer hack.
7288
7289         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7290
7291         * scm/output-lib.scm: remove hammer-print-function.
7292
7293         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7294         macro. Declare a Link_array<Grob> and fill it from a grob.
7295         (extract_item_set): idem for item.
7296
7297         * lily/break-substitution.cc: add header.
7298         (fast_substitute_grob_array): rewrite for Grob_arrays.
7299         (substitute_grob_array): idem.
7300
7301         * lily/group-interface.cc (add_thing): remove file.
7302
7303         * flower/include/parray.hh (class Link_array): slice() is const.
7304
7305         * lily/include/grob-array.hh: new file.
7306
7307         * lily/grob-array.cc (spanner): new file.
7308
7309         * lily/beam-quanting.cc (fill): read details property from beam.
7310
7311         * lily/beam.cc: support details property.
7312
7313         * total speedups below: approx 10%.
7314
7315         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7316
7317         * lily/include/grob.hh (class Grob): add interfaces_ member.
7318
7319         * lily/bezier.cc (init_polynomial_cache): new function: cache
7320         binom(3,j) t^j (1-t)^{3-j}
7321         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7322
7323         * lily/*.cc: substitution throughout.
7324
7325         * lily/grob-property.cc (internal_get_object): new routine.
7326         (internal_set_object): idem. Store grob refrences in separate
7327         alist. This saves processing time, since properties aren't
7328         break-substituted, and the per grob namespace is smaller, both for
7329         grobs and non-grob properties.
7330
7331         * scm/define-grob-properties.scm (all-internal-grob-properties):
7332         remove center-element.
7333
7334         * lily/grob.cc: remove tweak-count, tweak-rank.
7335
7336 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7337
7338         * Documentation/user/lilypond-book.itely: fixes example.
7339
7340 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7341
7342         * Documentation/user/global.itely (Creating titles):    
7343         * Documentation/user/examples.itely (All headers): change the
7344         place of \header in \score blocks (after music block) to make
7345         examples compile (cf. changes on parser.yy on 2005-07-10)
7346
7347 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7348
7349         * python/convertrules.py: add exc -> ecc rule.
7350
7351         * scripts/convert-ly.py: add location of convertrules.py
7352         in a comment.
7353
7354         * Documentation/user/changing-defaults.itely: fix language.
7355
7356 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7359
7360 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7361
7362         * scm/output-socket.scm (grob-bbox): don't use inf? 
7363
7364         * flower/include/rational.hh: add operator bool() 
7365
7366         * scm/define-music-types.scm (music-descriptions): remove
7367         internal-class-name properties.
7368
7369         * lily/include/event.hh: remove file.
7370
7371         * lily/include/music-constructor.hh: remove file.
7372
7373         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7374         in 'types property.
7375
7376         * lily/music.cc (duration_length_callback): new function.
7377
7378         * lily/event.cc: remove file.
7379
7380         * lily/music-constructor.cc: remove file.
7381
7382         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7383
7384         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7385         (get_context_key): idem.
7386
7387         * scm/lily.scm (lambda): new option object-keys (default to #f)
7388
7389         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7390
7391         * scm/output-gnome.scm: remove beam routine.
7392
7393         * scm/output-ps.scm (scm): idem.
7394
7395         * scm/output-svg.scm: remove beam.
7396
7397         * ps/music-drawing-routines.ps: remove draw_beam.
7398
7399         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7400
7401         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7402         add scm_from_locale_string compatibility glue. 
7403
7404 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7405
7406         * scripts/lilypond-book.py: Prevent occuring error when
7407         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7408         times and target file shoud be overwritten.  (Error message said
7409         'input file and output file is same'.)
7410
7411 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7412
7413         * input/regression/slur-extreme.ly,
7414         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7415         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7416         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7417         "excentricity" to "eccentricity".
7418
7419         * Documentation/user/converters.itely: fix URL for Noteedit and
7420         Rosegarden.
7421
7422         * THANKS: added Yoshinobu Ishizaki.
7423
7424 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7425
7426         * scm/define-markup-commands.scm (justify-field): add. 
7427
7428         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7429
7430 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7431
7432         * lily/lookup.cc (filled_box): express filled_box with
7433         round_filled_box
7434
7435         * scm/midi.scm (paper-book-write-midis): new function. Write all
7436         performances in numbered MIDI files.
7437
7438         * lily/performance-scheme.cc (LY_DEFINE): new file.
7439         (LY_DEFINE): new function ly:performance-write.
7440
7441         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7442         new function.
7443         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7444
7445         * scm/framework-*.scm: use port arguments throughout.
7446
7447         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7448
7449         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7450
7451         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7452
7453         * scm/framework-texstr.scm (output-framework): 
7454
7455         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7456
7457         * scm/output-lib.scm (tablature-stem-attachment-function):
7458         tablature stem attachment fix. 
7459
7460 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7461
7462         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7463
7464         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7465
7466         * scm/define-music-types.scm (music-descriptions): don't use
7467         Music_wrapper type.
7468
7469         * lily/paper-column.cc (print): print moment too.
7470
7471         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7472         remove compatibility cruft.
7473
7474         * lily/parser.yy (score_body): \score can only begin with Music. 
7475
7476         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7477         make-score. Take music argument only. Move parser interaction to
7478         Scheme.
7479
7480         * scm/lily-library.scm (scorify-music): new function.
7481
7482         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7483         (datadir): remove resource import.
7484         (print_environment): remove get_bbox()
7485         (cp_to_dir): remove pre 1.5.2 compat glue.
7486
7487 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7488
7489         * lily/include/simple-spacer.hh (Module): idem.
7490
7491         * lily/include/spring.hh (struct Spring): store inverse
7492         strength. This prevents division by zero.
7493
7494         * VERSION: release 2.7.0
7495         
7496         * lily/include/music.hh (class Music): remove Music::duration_log()
7497
7498         * lily/stem-engraver.cc (make_stem): take duration log from event.
7499
7500         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7501
7502 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7503
7504         * scm/lily.scm (ly:load): load autochange.scm
7505
7506         * Documentation/user/tutorial.itely (Running LilyPond for the
7507         first time): remove reference to DVI/TeX
7508
7509         * scm/define-markup-commands.scm (text): add \text markup command.
7510
7511         * configure.in (reloc_b): bump requirement to Python 2.2.
7512
7513         * lily/include/dots.hh (class Dots): make has_interface() static.
7514
7515         * python/convertrules.py (conv): add rule for ly:grob-default-font
7516
7517         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7518         alphabetical order.
7519
7520         * input/regression/trill-spanner-pitched.ly: new file.
7521
7522         * lily/font-interface-scheme.cc (LY_DEFINE): function
7523         ly:grob-default-font (changed from get-default-font).
7524
7525         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7526
7527         * lily/note-head.cc (internal_print): if style is not a symbol,
7528         set style to 'default. 
7529         (internal_print): no style suffix if glyph-name-procedure not
7530         set. Default to quarter head.
7531
7532         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7533
7534         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7535
7536         * ly/music-functions-init.ly: \pitchedTrill
7537
7538         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7539
7540         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7541
7542         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7543
7544         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7545
7546         * po/fr.po: update
7547
7548         * po/de.po: update.
7549
7550 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7551
7552         * Documentation/user/changing-defaults.itely: add link
7553         to grob-iterface.
7554
7555         * Documentation/user/advanced-notation.itely: add material
7556         to Setting automatic beam behaviour.  Thanks, Joe!
7557
7558         * Documentation/user/lilypond.itely: change encoding to utf-8.
7559
7560 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7561
7562         * Documentation/user/advanced-notation.itely (Setting automatic
7563         beam behavior): Correct the documentation of
7564         revert-auto-beam-setting (backportme)
7565
7566 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7567
7568         * lily/ly-module.cc (ly_make_anonymous_module): define
7569         %module-public-interface of module. 
7570
7571         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7572         without lexer.
7573
7574 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7575
7576         * input/regression/fret-diagrams.ly: stretch example.
7577
7578 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7579
7580         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7581         Fodor).
7582
7583 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7584
7585         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7586
7587         * Documentation/user/examples.itely, lilypond-book.itely:
7588         change \RequirePackage to \usepackage.
7589
7590         * Documentation/user/global.itely: document copyright and tagline.
7591
7592 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7593
7594         * Documentation/user/basic-notation.itely (Transpose): remove link
7595         to nonexistent UntransposableMusic.
7596
7597         * scm/output-svg.scm: remove old definitions.
7598
7599         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7600         invoking.
7601
7602         * python/lilylib.py (search_exe_path): new function.
7603
7604 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7605
7606         * python/lilylib.py (mkdir_p): remove setup_environment()
7607         (backportme)
7608
7609         * buildscripts/mutopia-index.py (headertext): trim text.
7610
7611         * Documentation/topdocs/NEWS.tely (Top): refresh.
7612
7613         * scm/define-markup-commands.scm (wordwrap-string): new function:
7614         split string in paras and words.
7615         (wordwrap-markups): new function.
7616         (wordwrap-stencils): new function. 
7617         (justify): use it.
7618         (wordwrap): use it.
7619         (wordwrap-string): use it
7620         (justify-string): use it.
7621
7622         * scm/lily-library.scm (regexp-split): new function.
7623
7624         * scm/define-markup-commands.scm: remove encoded-simple. 
7625         remove font-markup.
7626         (fontsize): remove old version  of fontsize.
7627         (wordwrap): new markup function. Wrap into paragraphs.
7628
7629         * VERSION: Branch lilypond_2_6
7630         (MINOR_VERSION): go to 2.7.0
7631
7632 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7633
7634         * po/zh_TW.po: update from translation project.
7635
7636 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7637
7638         * scm/midi.scm: compile fix.
7639
7640 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7641
7642         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7643         patch. Now, the tempfile module is loaded too, not only used.
7644
7645 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7646
7647         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7648         0.05 - 1.00 to 0.25 - 1.00
7649
7650         * scm/midi.scm: moved the default-instrument-equalizer procedure
7651         to just under the insturment-equalizer-alist it takes as an
7652         argument.
7653
7654 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7655
7656         * Documentation/user/advanced-notation.itely (Font selection):
7657         remove CMR note.
7658
7659         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7660
7661 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7662
7663         * THANKS: Add UTF-8 marker.
7664
7665         * Documentation/user/point-and-click.itely (http): Update: use
7666         lilypond-invoke-editor.  Fix: instruct to use user.js.
7667
7668 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7669
7670         * ly/titling-init.ly: implements printpagenumber, increases
7671         space between dedication and title (to avoid collisions with
7672         "g" and "q" in dedication), and nicer logic about copyright
7673         and instrument fields being printed on the first page.
7674         Thanks Vincent!
7675
7676         * Documentation/user/global.itely: document printpagenumber.
7677
7678 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7679
7680         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7681
7682 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7683
7684         * THANKS: update to 2.6
7685
7686         * VERSION: 2.6.0 released.
7687
7688 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7689
7690         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7691         rule, errorneously removed probably because of misleading comment.
7692
7693 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7694
7695         * python/lilylib.py (datadir): py2exe comments.
7696
7697         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7698
7699         * configure.in (reloc_b): make fontconfig REQUIRED.
7700
7701 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7702
7703         * po/fi.po: add latest translations.
7704
7705 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7706
7707         * ChangeLog: recode utf-8
7708
7709         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7710         logo.
7711
7712         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7713
7714         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7715
7716         * python/convertrules.py (do_conversion): don't print program_name
7717         from within a module
7718
7719         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7720
7721         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7722
7723 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7724
7725         * Documentation/user/lilypond-book.itely,
7726         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7727
7728         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7729         fixes baseline-skip.  Thanks Vincent!
7730
7731         * Documentation/user/advanced-notation.itely, global.itely:
7732         moved "Selecting font sizes" to global, since it deals with
7733         notation font size, not text fonts.
7734
7735 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7736
7737         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7738         to fonts.
7739
7740 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7741
7742         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7743         workaround since /dev/stdin doesn't work on Cygwin. Using a
7744         temporary file in the current directory since latex doesn't
7745         understand the path name to the default TMP in Cygwin (at least on
7746         win XP).
7747         
7748         * Documentation/user/global.itely (Creating titles): Correct
7749         misprint in example. Thanks to Rob Vlasaty.
7750
7751 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7752
7753         * VERSION (PATCH_LEVEL): release 2.5.32
7754
7755         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7756         variable in lily module
7757
7758         * scm/framework-ps.scm (output-classic-framework): error message
7759         regarding the classic framework.
7760
7761         * Documentation/user/henle-flat-gray.png (Module): new file.
7762
7763         * Documentation/user/baer-flat-gray.png (Module): new file.
7764
7765         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7766         whiteout for markups.
7767
7768         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7769         regex too. This fixes change clef appearance in PDF. 
7770
7771         * ttftool/include/*: remove.
7772
7773         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7774
7775         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7776
7777         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7778
7779         * ttftool/*: remove ttftool subdirectory.
7780
7781         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7782
7783         * lily/ttf.cc (print_header): new file. Convert to type42, using
7784         FreeType to parse the TTF. 
7785
7786         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7787         and post table may differ. Pass around post_nglyphs as well.
7788
7789 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7790
7791         * ly/music-functions-init.ly (musicMap): new music function
7792         musicMap. 
7793         
7794 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7795
7796         * make/mutopia-rules.make: anti-alias-factor = 2
7797
7798         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7799         page switch.
7800
7801         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7802         anti-alias-factor for lilypond-book runs.
7803
7804         * scm/ps-to-png.scm (scale-down-image): new function.
7805         (my-system): new function.
7806         (make-ps-images): blow up GS resolution by anti-alias-factor,
7807         scale down image by anti-alias-factor.  This improves appearance
7808         of bitmaps
7809         (make-ps-images): remove showpage. Fixes spurious empty png at
7810         end.
7811
7812         * scm/framework-ps.scm (write-preamble): downcase filename before
7813         string-matching. Should fix .TTF files (as opposed to ttf files)  
7814
7815         * Documentation/user/tutorial.itely (Running LilyPond for the
7816         first time): separate subsections for windows, macos and unix.  
7817
7818         * Documentation/user/invoking.itely (Updating files with
7819         convert-ly): add MacOS X note.
7820
7821 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7822
7823         * Documentation/user/introduction.itely (Engraving): don't include
7824         file optical-spacing, add directly.
7825
7826         * lily/paper-outputter.cc (file): open file in binary mode. This
7827         fixes OTF embedding on windows.
7828
7829 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7830
7831         * scm/framework-ps.scm (write-preamble): remove debugging output.
7832
7833         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7834
7835         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7836         outdir.
7837         (install-fc-cache): install font cache in installation directories.
7838
7839 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7840
7841         * scm/editor.scm (editor-command-template-alist): Use char iso
7842         column, except for Emacs.
7843         (get-editor-command): Substitute char too (Bertalan Fodor).
7844
7845 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7846
7847         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7848         quoted ~s.  This should fix PNG output on Windows; single quotes
7849         are regular characters on Windows.
7850
7851 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7852
7853         * Documentation/user/basic-notation.itely: include ChoirStaff
7854         in System start delimiters.
7855
7856         * Documentation/user/putting.itely: new doc section on
7857         fixing overlapping notation.
7858
7859 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7860
7861         * Documentation/user/global.itely (Paper size): \paper is in
7862         \book, not \score.
7863
7864         * make/mutopia-rules.make: -ddelete-intermediate-files
7865
7866         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7867
7868 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7869
7870         * ChangeLog: Recode utf-8.
7871
7872         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7873         datadir with .py modules.
7874
7875 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7876
7877         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7878
7879 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7880
7881         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7882         
7883         * scm/framework-ps.scm (write-preamble): remove status check.
7884
7885         * Documentation/user/invoking.itely (Updating files with
7886         convert-ly): remove -o option.
7887
7888         * VERSION (PACKAGE_NAME): release 2.5.31
7889
7890         * scm/framework-ps.scm (write-preamble): use ly:system.
7891         (write-preamble): verbosity.
7892
7893         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7894
7895         * python/convertrules.py: new file. Store conversion rules
7896         separately.
7897
7898 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7899
7900         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7901
7902 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7903
7904         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7905         \musicDisplay 
7906
7907         * Documentation/user/instrument-notation.itely (More stanzas): Add
7908         reference to StanzaNumber.
7909
7910 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7911
7912         * THANKS: separate section for website translators.
7913
7914 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7915
7916         * Documentation/topdocs/INSTALL.texi: update vim info;
7917         thanks Simon Bailey!
7918
7919         * Documentation/user/advanced-notation.itely: included
7920         color names.
7921
7922         * Documentation/user/advanced-notation.itely,
7923         Documentation/usr/notation-appendices.itely: moved
7924         color names into an appendix.
7925
7926 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7927         
7928         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7929
7930         * scm/lily.scm (lambda): initialize program options from here.
7931
7932         * scm/framework-*.scm: add header info.
7933
7934         * lily/main.cc (parse_argv): only set output format to pdf if no
7935         other format specified.
7936
7937         * scm/backend-library.scm (postprocess-output): process
7938         'delete-intermediate-files after running convert-to-*. This fixes
7939         PNG generation when 'delete-intermediate-files is set.
7940         
7941 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7942
7943         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7944         links on website. 
7945
7946 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7947
7948         * Documentation/topdocs/INSTALL.texi,
7949         Documentation/user/lilypond-book.itely: typos.
7950
7951 2005-06-12  Pal Benko  <benkop@freestart.hu>
7952
7953         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7954         added between program name and switch; -b changed to -f not
7955         to generate pdf
7956
7957 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7958
7959         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7960         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7961
7962         * input/sakura-sakura.ly: add \midi.
7963
7964         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7965         iso. python find. 
7966
7967         * ttftool/test.c (main): cosmetics.
7968
7969         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7970
7971         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7972         create a ttf2ps binary.
7973
7974         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7975
7976         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7977         true.
7978
7979 2005-06-11  Graham Percival <gperlist@shaw.ca>
7980
7981         * Documentation/user/lilypond-book.itely: add warning about
7982         the font warnings in dvips.
7983
7984 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7985
7986         * THANKS: typo
7987
7988         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7989
7990         * GNUmakefile.in: remove links for .map, .enc
7991         don't fail if out/ doesn't exist yet.
7992
7993 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7994
7995         * ttftool/util.c (surely_read): return nbytes
7996
7997         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7998
7999         * VERSION (PACKAGE_NAME): release 2.5.30
8000
8001         * flower/string-convert.cc (precision_string): >? fix.
8002
8003         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
8004         (make-ps-images): add verbose -q too.
8005
8006         * lily/default-actions.cc (Module): new file. default
8007         {book,score}-print functions.
8008
8009         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
8010         pass results via parseStringResult, lookup via ly:parser-lookup.  
8011
8012         * lily/lily-parser.cc (Lily_parser): only clone lexer in
8013         constructors.
8014         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
8015         (parse_string): idem.
8016
8017         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
8018
8019         * lily/main.cc (main_with_guile): copy be_verbose_global into
8020         ly_set_option()
8021
8022 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8023
8024         * scm/backend-library.scm (postscript->pdf):
8025         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
8026         verbose mode.  Search for several names of gs executable.
8027
8028 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8029
8030         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
8031         directly. This fixes a massive memory leak, provided you use CVS
8032         GUILE.
8033
8034 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
8035
8036         * ly/property-init.ly: Added tieDashed.
8037
8038         * THANKS: Added some bughunters for 2.5.
8039
8040 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8041
8042         * lily/program-option.cc: add debug-gc option.
8043
8044         * lily/include/lily-guile-macros.hh: don't protect exported module
8045         objects.
8046
8047         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
8048
8049         * scm/backend-library.scm (postscript->pdf): use
8050         delete-intermediate-files iso. running-from-gui? 
8051
8052         * ttftool/util.c (surely_read): robustness. Allow read() to return
8053         less bytes than requested, as per posix standards.
8054
8055         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
8056         program option.
8057
8058         * ttftool/include/ttftool.h ("C"): rename verbosity to
8059         ttf_verbosity. Add to public interface.
8060
8061         * scm/music-functions.scm (unfold-repeats): remove debugging display.
8062
8063         * lily/program-option.cc: rename from scm-option.cc
8064
8065         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
8066         (get_help_string): Print pretty help string.
8067
8068         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
8069         to snippet preamble.
8070
8071         * lily/scm-option.cc: remove command-line-settings option. Fold
8072         all command-line options plus default settings in a generic
8073         interface. 
8074
8075         * flower/getopt-long.cc (table_string): indent 2nd lines of help
8076         texts too.
8077
8078 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8079
8080         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
8081         or EXT_ components non-empty.
8082
8083 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8084
8085         * scm/lily.scm (running-from-gui?): Export.
8086
8087         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
8088         output in .ly source directory.
8089
8090 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8091
8092         * ttftool/util.c (surely_lseek): more verbosity.
8093
8094         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
8095         compile.
8096
8097         * lily/parser.yy (Repeated_music): remove >? 
8098
8099         * scm/backend-library.scm (postscript->pdf): Support for
8100         -dgs-font-load=1
8101
8102         * scm/framework-ps.scm (write-preamble): make font loading
8103         switchable to GS via --define-default gs-font-load=1
8104
8105 2005-06-09  Graham Percival  <gperlist@shaw.ca>
8106
8107         * Documentation/user/global.itely: added \layout docs.
8108
8109 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8110
8111         * lily/lily-parser-scheme.cc: add unistd.h
8112
8113 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * scm/editor.scm: add char argument.
8116
8117         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
8118
8119         * ttftool/util.c (syserror): use errno for better error reporting.
8120
8121         * lily/source-file.cc (get_counts): new function. Calc column,
8122         line and char count in one go.
8123
8124         * lily/binary-source-file.cc (quote_input): rename to quote_input
8125
8126         * lily/input.cc (set): new function.
8127
8128 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8129
8130         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
8131         directory part of file name to search directory.
8132
8133         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
8134         search path and chdir to DIR if --outname=DIR used.
8135
8136         * lily/main.cc (prepend_env_path): Bugfix: Check directory
8137         existence before appending original path.
8138
8139 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8140
8141         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
8142         file" massage.
8143
8144         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
8145         texinfo.tex is always used.
8146         
8147 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8148
8149         * flower/include/axis.hh: rename from axes.hh
8150
8151         * lily/include/text-interface.hh (Module): rename from text-item.hh
8152
8153         * VERSION (PATCH_LEVEL): release 2.5.29
8154
8155         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
8156
8157         * scm/framework-ps.scm (font-file-as-ps-string): new function.
8158         (handle-macfont): new function. Call fondu for Native mac fonts.
8159
8160         * scm/define-markup-commands.scm (fill-line): handle text-widths =
8161         '() case.
8162
8163 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8164
8165         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
8166         multi-page.  Fix .eps regular expression.
8167
8168 2005-06-07  Graham Percival  <gperlist@shaw.ca>
8169
8170         * Documentation/user/putting.itely: add info on modifying templates.
8171
8172         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
8173         misc small changes.
8174
8175 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8176
8177         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
8178
8179         * scripts/lilypond-ps2png.scm
8180
8181         * VERSION (PACKAGE_NAME): release 2.5.28
8182
8183 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8184
8185         * lily/main.cc (prepend_env_path): Do not append /, that does not
8186         work.  Localedir lives in datadir, not in prefix.
8187
8188         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
8189         hack for windows.
8190
8191         * flower/include/file-cookie.hh: Compile fix.
8192
8193 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8194
8195         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
8196
8197         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
8198         system primitives.
8199         (gulp-port): using read-string!/partial. We don't want to read an
8200         entire PS file  (GUILE 1.6 limits strings to 16M) 
8201
8202         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8203         properties. Add font-interface. 
8204
8205         * scm/define-grob-properties.scm (all-user-grob-properties):
8206         remove old bracket properties.
8207
8208         * scm/x11-color.scm: reformat. 
8209
8210         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8211         LedgerLineSpanner if new StaffSymbol is found. 
8212
8213         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8214         staff-symbol for finishing staff. 
8215
8216         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8217
8218         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8219         change black to currentColor everywhere. This fixes color support
8220         in SVG.
8221
8222 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8223
8224         * input/regression/fret-diagrams.ly: new file to test fret diagram
8225         capability
8226
8227         * scm/output-tex.scm: remove white-dot and white-text
8228
8229         * scm/output-ps.scm: remove white-dot and white-text
8230
8231         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8232         using ly:stencil-in-color instead
8233         (draw-dots) : remove call to white-dot
8234
8235 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8236
8237         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8238         support.
8239
8240         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8241
8242         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8243
8244         * flower/file-cookie.cc: new file. lily_cookie extension.
8245         
8246 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8247
8248         * scm/editor.scm (editor-command-template-alist): Add syn
8249         editor (Jaap [de Vos]).
8250
8251 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8252
8253         * scripts/lilypond-ps2png.scm:
8254         * scm/ps-to-png.scm: New file.
8255
8256         * scm/backend-library.scm (postscript->png): Use it.
8257
8258         * scripts/lilypond-ps-to-png.py: Remove file.
8259
8260         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8261
8262 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8263
8264         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8265
8266         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8267         start on grace moment. Fixes autobeam-grace.ly.
8268
8269         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8270         process anything unless we're at the end of a pending beam. Fixes
8271         syncopated 8ths beamed across a beat.
8272
8273 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8274
8275         * scm/editor.scm (editor-command-template-alist): Start emacs if
8276         emacslient fails.
8277
8278         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8279
8280         * flower/file-path.cc (is_file, is_dir): Export.
8281
8282         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8283
8284 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8285
8286         * lily/easy-notation.cc: Added include cctype to correct
8287         compilation error.
8288
8289 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8290
8291         * scm/backend-library.scm (postscript->pdf): set resolution to
8292         1200, so bitmap fonts aren't that ugly. 
8293
8294         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8295
8296         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8297         parent if we have a notehead. Fixes incorrect offsets when
8298         Paper_column is very wide in the X direction.
8299
8300         * input/regression/font-family-override.ly (Module): new file.
8301
8302         * scm/font.scm (make-pango-font-tree): new function.
8303
8304         * lily/beam.cc (before_line_breaking): remove warning about less
8305         than 2 visible stems. We still get a warning when there is only
8306         one stem.
8307
8308 2005-06-01  Werner Lemberg  <wl@gnu.org>
8309
8310         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8311         correctly.
8312
8313 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8314
8315         * lily/slur-scoring.cc (generate_avoid_offsets): new
8316         function. Generate avoid offsets once per slur.
8317
8318         * lily/slur.cc (add_extra_encompass): add dependency to
8319         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8320
8321         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8322         too. Fixes inf error with added bass notes.
8323
8324         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8325         argument anymore.
8326
8327         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8328
8329         * input/tutorial/lbook-latex-test.tex: add line length test.
8330
8331         * scripts/lilypond-book.py (set_default_options): new
8332         function. Call this before dissecting snippets, so linewidth
8333         settings reach the snippets.
8334
8335 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8336
8337         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8338
8339 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8340
8341         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8342
8343 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8344
8345         * stepmake/aclocal.m4: More autopackage friendliness.
8346
8347 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8348
8349         * Documentation/index.html.in: remove link to LSR.
8350
8351         * Documentation/user/global.itely: remove duplicate
8352         "dedication" \header{} section.
8353
8354 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8355
8356         * VERSION (PACKAGE_NAME): release 2.5.27.
8357
8358         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8359         too. Plugs memory leak.
8360
8361         * make/lilypond.fedora.spec.in (Group): remove
8362         lilypond-pdfpc-helper.
8363
8364         * scripts/GNUmakefile (SEXECUTABLES): remove
8365         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8366
8367         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8368         'typewriter family.
8369
8370         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8371         memory leak.
8372
8373         * lily/parser.yy (score_body): don't clone Score, that's done in
8374         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8375
8376         * lily/score-engraver.cc (derived_mark): new function.
8377         (initialize): unprotect Paper_score. This fixes a memory leak.
8378
8379         * lily/score-performer.cc (derived_mark): new function.
8380
8381         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8382
8383         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8384         spurious warning.
8385
8386         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8387         serif.
8388
8389 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8390
8391         * configure.in (reloc_b): Add --enable-relocation.
8392
8393 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8394
8395         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8396
8397         * input/regression/alignment-order.ly: add Staff example.
8398
8399 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8400
8401         * po/fr.po: update.
8402
8403 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8404
8405         * Documentation/index.html.in: add link to LSR.
8406
8407 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8408
8409         * scm/define-stencil-commands.scm (Module): new file. Register all
8410         allowed stencil expression heads in a central place.
8411
8412         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8413         ly:make-stencil
8414
8415         * lily/stencil-expression.cc (all_stencil_heads): registering
8416         stencil expressions.
8417
8418         * lily/stencil-interpret.cc: new file. Stencil expression
8419         interpreting.
8420
8421         * input/xiao-haizi-guai-guai.ly: move file back.
8422
8423 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8424
8425         * Documentation/user/advanced.itely, converters.itely,
8426         instrument-notation.itely, lilypond-book.itely: misc small
8427         changes.
8428
8429 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8430
8431         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8432
8433         * make/lilypond.fedora.spec.in: Fix source url.
8434
8435         * cygwin: Update from mingw patches.
8436
8437         * scm/editor.scm (editor-command-template-alist): Use jedit
8438         -reuseview (Bertalan), add uedit (Patrick Huberts).
8439
8440         * input/xiao-hai-zi-guai-guai.ly: Rename from
8441         xiao-haizi-guai-guai.ly.
8442
8443         * input/*: Reindent, do not use TAB.
8444
8445         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8446         white background.
8447
8448 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8449
8450         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8451         numerical overflow error.
8452
8453 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8454         
8455         * abc2ly.py: fix to syntax error in multi-part output.
8456
8457 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8458
8459         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8460         with disappearing span bars when alignAboveContext is active
8461
8462         * lily/property-iterator.cc (check_grob): use is-grob?
8463         object-property. Fixes crash-key-sig-font-size.ly. 
8464
8465 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8466
8467         * lily/bar-line.cc (print): don't round barlines; this produces
8468         odd aliasing effects in Acroread.
8469
8470         * lily/timing-engraver.cc (process_music): robustness fix.
8471
8472         * lily/context-def.cc (filter_engravers): bugfix.
8473
8474 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8475
8476         * lily/lilypond.rc.in: Add ly-icon.
8477
8478         * lily/GNUmakefile: 
8479         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8480         rules.
8481
8482 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8483
8484         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8485
8486         * ps/music-drawing-routines.ps: 
8487
8488         * scm/output-ps.scm: remove draw ez_ball.
8489
8490         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8491         EasyNotation context definition.
8492
8493         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8494         Text_interface and color for making easy note heads.
8495
8496         * lily/stencil.cc (with_color): new function.
8497
8498         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8499
8500         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8501         output routine. Zigzag now works in SVG too.
8502
8503         * scm/output-tex.scm (filledbox): idem.
8504
8505         * scm/output-svg.scm (filledbox): idem.
8506
8507         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8508
8509         * lily/lookup.cc (horizontal_line): use draw-line. 
8510
8511         * lily/system-start-delimiter.cc: remove old staff bracket code.
8512
8513         * mf/feta-haak.mf: further tweaks.
8514
8515         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8516
8517         * mf/feta-generic.mf: include feta-haak.
8518
8519         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8520
8521         * scm/framework-ps.scm (write-preamble): only load fonts if their
8522         filename is a string. 
8523
8524 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8525
8526         * scm/output-svg.scm (circle): support circle.
8527         (bracket): stub for bracket.
8528
8529         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8530         correct.
8531
8532 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8533
8534         * Documentation/user/lilypond.tely, advanced-notation.itely,
8535         basic-notation.itely, instrument-notation.itely, global.itely,
8536         introduction.itely, tutorial.itely: rearranging, editing,
8537         clean-up.
8538
8539         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8540         for compiling on FreeBSD.
8541
8542 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8543
8544         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8545         otf files.
8546
8547         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8548         bugfixes.
8549
8550         * VERSION: 2.5.26 released.
8551
8552         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8553
8554 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8555
8556         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8557         if printpagenumber is false.
8558
8559 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8560
8561         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8562         cache warning.
8563
8564         * lily/tie.cc (print): support dotted ties.
8565         
8566 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8567
8568         * scm/define-grobs.scm (all-grob-descriptions): switch off
8569         debugging
8570         (all-grob-descriptions): Arpeggio has Y-extent.
8571
8572         * scm/define-music-properties.scm (all-music-properties): document
8573         length-callback and start-callback as "read-only".
8574
8575         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8576         length-callback after creation. 
8577
8578         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8579         compressmusic -> compressMusic.
8580
8581         * ly/music-functions-init.ly (oldaddlyrics): idem.
8582
8583         * lily/parser.yy: NewLyricCombineMusic ->
8584         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8585
8586 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8587
8588         * ly/Welcome_to_LilyPond.ly: typo.
8589
8590 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8591
8592         * Documentation/user/lilypond.tely: move changing-defaults to be
8593         before global issues.
8594
8595         * Documentation/user/basic-notation.itely: move Transpose section
8596         here from advanced/Other.
8597
8598         * Documentation/user/changing-defaults.itely,
8599         advanced-notation.itely: move Fonts to advanced, edit.
8600
8601 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8602
8603         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8604         # before negative integers.
8605
8606 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8607
8608         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8609
8610         * Documentation/user/lilypond.tely: change Unified index to
8611         LilyPond index.
8612
8613         * Documentation/user/advanced-notation.itely,
8614         instrument-notation.itely: editing.
8615
8616 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8617
8618         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8619
8620         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8621
8622 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8623
8624         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8625         ly:port-move.  Needs to be stderr-specific on mingw.
8626         Run fixcc.
8627
8628 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * lily/general-scheme.cc (ly:port-move): Remove.
8631
8632         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8633         windows.
8634
8635         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8636         variables.  This eliminates the need for a gs.bat wrapper, which
8637         opens a console.
8638
8639         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8640         * scm/lily.scm (running-from-gui?): 
8641         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8642         artifact of not compiling with -mwindows.
8643
8644         * scm/editor.scm: Define PLATFORM.
8645
8646 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8647
8648         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8649         can start to cut & paste lilypond-book fragments.  
8650
8651         * scm/define-music-types.scm (music-descriptions): remove
8652         UntransposableMusic
8653
8654 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8655
8656         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8657
8658 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8659
8660         * Documentation/user/instrument-notation.itely: remove *Engraver.
8661
8662         * Documentation/user/advanced-notation.itely: edit, rearrange.
8663
8664 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8665
8666         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8667         findresource iso. findfont for CID CFF fonts.
8668
8669         * VERSION (PACKAGE_NAME): release 2.5.25
8670
8671         * ly/Welcome_to_LilyPond.ly: add  \version
8672
8673 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8674
8675         * Documentation/user/programming-interface.itely: move
8676         \displayMusic into its own section.
8677
8678         * Documentation/user/basic-notation.itely: finish editing.
8679
8680 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8681
8682         * flower/file-path.cc (find): don't throw away file_name.dir, but
8683         append to it. Fixes \include with directories.
8684
8685         * flower/include/file-path.hh (class File_path): don't derive from
8686         Array<String>.
8687
8688         * flower/include/file-name.hh (class File_name): remove to_str0()
8689
8690         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8691         Hara_kiri_engraver in separate file.
8692
8693         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8694         translation went wrong. Fixes vertically translated slurs.
8695
8696 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8697
8698         * Documentation/user/basic-notaton.itely: editing.
8699
8700 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8701
8702         * Documentation/user/macros.itexi, basic-notation.itely:
8703         add @commonprop (commonly used properties) macro.
8704
8705 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8706
8707         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8708
8709         * scripts/lilypond-book.py (invokes_lilypond): new function
8710         (main): only run fontextract if invokes_lilypond() is true.
8711
8712         * lily/function-documentation.cc (ly_add_function_documentation):
8713         duh, use !=
8714
8715         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8716
8717         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8718
8719         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8720
8721         * lily/function-documentation.cc (ly_add_function_documentation):
8722         use scm_hash_table_p() for checking.
8723
8724 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8725
8726         * Documentation/user/advanced-notation.itely (Text scripts):
8727         Change nonexisting @internalsref{Text markup} to @ref{Text
8728         markup}.  Change @internalsref{Text script} to
8729         @internalsref{TextScript}.
8730
8731         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8732
8733 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8734
8735         * Documentation/user/tutorial.itely, basic-notation.itely,
8736         changing-defaults.itely: remove duplicate cindex entries
8737         that appear on the same page.
8738
8739         * scm/define-grobs.scm: change default padding for TextSpanner.
8740
8741         * Documentation/topdocs/AUTHORS.texi: update email address.
8742
8743         * Documentation/user/global.itely: add info about \include.
8744
8745 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8746
8747         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8748         when running-from-gui.
8749
8750         * scm/editor.scm (get-editor): Add platform defaults.
8751
8752         * scm/backend-library.scm (postscript->pdf): Typo.
8753
8754 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8755
8756         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8757
8758         * lily/font-config.cc (init_fontconfig): add warning about cache.
8759
8760 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8761
8762         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8763
8764 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8765
8766         * lily/horizontal-bracket.cc (print): Take care of the direction
8767         property so brackets above the stave point downwards. 
8768
8769         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8770         for HorizontalBracket so it doesn't end up within the stave.
8771
8772 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8773
8774         * lily/GNUmakefile (default): Typo.
8775
8776         * scm/lily.scm (PLATFORM): Export.
8777
8778         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8779         load-font-via-GS, ttftool or fopencookie is broken on windows.
8780         
8781         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8782         -dSAFER, that is broken on windows.
8783
8784 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8785
8786         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8787         for FlexLexer.h
8788
8789         * scripts/lilypond-invoke-editor.scm: remove stray -
8790
8791 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8792
8793         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8794         Fixes deprecation warning.
8795
8796         * flower/include/string.icc (to_string): Only inline if
8797         -DSTRING_UTILS_INLINED.
8798
8799         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8800         name.  Remove windows comment.
8801
8802         * scm/editor.scm (slashify): New function.
8803         (get-editor-command): Use it.
8804         (get-command-template): Do not alter editor command if
8805         environment value includes `%(file)s' magic.
8806
8807         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8808         (dissect-uri): Use it.
8809         (unquote-uri): Bugfix.
8810
8811 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8812
8813         * scm/framework-ps.scm (write-preamble): add TTF rule.
8814
8815         * Documentation/topdocs/README.texi (Top): remove note about
8816         xdelta.
8817
8818         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8819         requirement.
8820
8821         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8822         function. Figure out where FlexLexer.h lives
8823
8824         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8825         
8826 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8827
8828         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8829         with Windows root in file name.
8830
8831         * scm/backend-library.scm (ly:system): Only redirect output (using
8832         system and shell, ugh) if /dev/null is writable.
8833
8834         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8835         windows icon.
8836
8837         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8838         on Mingw.
8839
8840         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8841         click.
8842
8843         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8844         use result of stat when available.
8845
8846         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8847         absolute file name and root.
8848
8849         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8850
8851         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8852
8853         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8854         slashes in file name.
8855
8856 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * Documentation/user/preface.itely (Preface): Run
8859         texinfo-all-menus-update.
8860
8861         * scm/editor.scm (get-editor-command): Bugfix: allow full
8862         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8863
8864         * Documentation/pictures/lilypond-48.xpm: New file.
8865
8866         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8867
8868         * ly/Welcome_to_LilyPond.ly: New file.
8869
8870         * lily/main.cc (main): Only identify if we have a terminal.
8871
8872         * scm/backend-library.scm (postscript->png)
8873         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8874         non-/bin/sh).
8875
8876 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8877
8878         * Documentation/topdocs/AUTHORS.texi: polish, update.
8879
8880 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8881
8882         * Documentation/user/preface.itely (Notes for version 2.6): new
8883         notes for 2.6
8884
8885         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8886         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8887         is not fully contained" warnings.
8888
8889         * lily/slur-scoring.cc (get_bound_info): remove warning.
8890
8891         * lily/staff-symbol-engraver.cc (process_music): start initial
8892         spanner in process_music(). This fixes overrides of StaffSymbol
8893         properties.
8894
8895         * scm/framework-pdf.scm (Module): remove.
8896
8897         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8898
8899         * lily/ambitus-engraver.cc: formatting cleanups.
8900
8901         * mf/feta-solfa.mf (Module): remove.
8902
8903         * ChangeLog: more details about contributions.
8904
8905 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8906
8907         * lily/align-interface.cc (align_elements_to_extents): warn if
8908         called too early. Fixes: disappearing-staff-lines.ly
8909
8910         * VERSION (PACKAGE_NAME): release 2.5.24
8911
8912 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8913
8914         * stepmake/aclocal.m4: Typo.
8915
8916         * flower/string.cc (substitute): Take two strings or two
8917         characters.  Update callers.
8918
8919 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * flower/file-name.cc (File_name): Slashify.
8922
8923         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8924
8925         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8926
8927         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8928
8929         * configure.in (gui_b): Use it.
8930
8931         * lily/lilypond.rc.in: New file.
8932
8933         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8934
8935 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8936
8937         * Documentation/user/advanced-notation.itely: edit of Text
8938         section; clarify text scripts vs. text markup.
8939
8940 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8941
8942         * lily/multi-measure-rest-engraver.cc
8943         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8944         separation items on start. Fixes mm rests in start of score.
8945
8946         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8947         don't access StaffSymbol if not there.
8948         Fixes: crash-staff-symbol-engraver.ly.
8949
8950         * lily/instrument-name-engraver.cc (class
8951         Instrument_name_engraver): data member first_. Create
8952         InstrumentName on start. 
8953
8954 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8955
8956         * Documentation/user/instrument-notation.itely: add guitar
8957         position.
8958
8959         * Documentation/user/introduction.itely,
8960         Documentation/user/lilypond.tely,
8961         Documentation/user/tutorial.itely: begin pruning
8962         unused (duplicated) cindex entries and misc cleanup.
8963
8964 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8965
8966         * input/test/volta-chord-names.ly: Bring the explanation up to
8967         date.
8968
8969 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8970
8971         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8972         Specify `@documentencoding utf-8' for html, ignore warnings.
8973
8974 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8975
8976         * THANKS: Added bughunters.
8977
8978 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8979
8980         * lily/main.cc: update help string for `lilypond -H'.
8981
8982         * po/fi.po: update.
8983         
8984 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8985
8986         * Documentation/user/advanced-notation.itely: minor fixes.
8987
8988 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8989
8990         * scm/editor.scm: New module.
8991
8992         * scm/lily.scm (gui-main): Use it.
8993
8994         * scm/framework-gnome.scm (spawn-editor): Use it.
8995
8996         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8997
8998 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8999
9000         * scm/framework-ps.scm (load-font-via-GS):  new function.
9001
9002         * lily/pango-font.cc (pango_item_string_stencil): add support for
9003         CID keyed font.
9004
9005         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
9006
9007 2005-05-10  Graham Percival  <gperlist@shaw.ca>
9008
9009         * Documentation/user/basic-notation.itely: add @ref.
9010
9011         * Documentation/user/advanced-notation.itely: add example
9012         of 5/8 beaming.
9013
9014 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9015
9016         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
9017
9018         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
9019         going through ps2pdf wrappers.
9020
9021 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
9022
9023         * Documentation/user/instrument-notation.itely: petrucci note
9024         heads: updated docu
9025
9026         * input/regression/note-head-style.ly: updated regression test;
9027         indentation fixes
9028
9029         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
9030         heads as default
9031
9032         * mf/parmesan-heads.mf: minor editing; use musicological names
9033         (rather than optical description) as note head names
9034
9035         * scm/output-lib.scm: complete petrucci heads
9036
9037 2005-05-09  Pal Benko  <benkop@freestart.hu>
9038
9039         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
9040         heads, but bigger)
9041
9042 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * lily/main.cc (main_with_guile): Remove no files check.
9045
9046         * lily/main.cc (ly:usage): Export to Scheme.
9047
9048         * scm/lily.scm (no-files-handler): New function.
9049
9050         * scm/lily.scm (lilypond-main): Use it.
9051
9052         * configure.in (gui_b): Add mbrtowc checking.
9053         Resurrect [utf8/]wchar.h checking.
9054
9055 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9056
9057         * Documentation/user/advanced-notation.itely (Metronome marks):
9058         Add link to the program reference for MetronomeMark
9059
9060         * Documentation/user/lilypond-book.itely (An example of a
9061         musicological document): Correct the example using psfonts 
9062
9063 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
9064
9065         * po/fi.po: update after a lesson how to update entries against
9066         source.
9067         
9068         * po/TODO: document the lesson.
9069
9070 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9071
9072         * configure.in (gui_b): remove wcrtomb checking.
9073
9074         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
9075         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
9076
9077 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9078
9079         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
9080         keep Scheme expressions and strings unmodified when doing the
9081         conversion to postfix notation for slurs and beams. Should
9082         hopefully solve most related conversion problems. 
9083
9084         * Documentation/user/lilypond-book.itely : Clarify and correct how
9085         to call dvips with -h psfonts.
9086
9087 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9088
9089         * Documentation/user/instrument-notation.itely (Entering lyrics):
9090         Typo.  Fixes build.
9091
9092 2005-05-09  Graham Percival  <gperlist@shaw.ca>
9093
9094         * Documentation/user/lilypond-book.itely: document PSFONTS file.
9095
9096         * Documentation/user/lilypond.tely, lilypond-book.itely,
9097         tutorial.itely: change references to 2.5.x to 2.6.x.
9098
9099         * Documentation/user/instrument-notation.itely: clarified \addlyrics
9100         vs \lyricmode.
9101
9102         * Documentation/user/invoking.itely: remove old info about
9103         lilypond-profile.
9104
9105         * Documentation/topdocs/INSTALL.texi: remove old info about
9106         lilypond-profile, add warning about needing international fonts
9107         to build docs.
9108
9109 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9110
9111         * lily/include/grob-info.hh (class Grob_info): make data member
9112         private. Changes throughout.
9113
9114         * input/regression/alignment-order.ly: new file. 
9115
9116         * lily/vertical-align-engraver.cc (acknowledge_grob): read
9117         alignAboveContext and alignBelowContext
9118
9119 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9120
9121         * lily/pfb.cc (LY_DEFINE): add cast.
9122
9123         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
9124         matches .otf
9125         (write-preamble): warn about unknown fonts.
9126
9127         * lily/pfb.cc (Module): new function ly:otf->cff
9128
9129         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
9130         (get_otf_table): new function.
9131
9132 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9133
9134         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
9135         iso. ps2png.
9136
9137 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9138
9139         * po/fi.po: apply second round of update.
9140
9141 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9142
9143         * scm/x11-color.scm (make-x11-color-handler): don't use
9144         #\sp. Apparently doesn't work on all platforms. 
9145
9146 2005-05-06  Graham Percival  <gperlist@shaw.ca>
9147
9148         * Documentation/user/advanced-notation.itely, putting.itely,
9149         tutorial.itely, global.itely, introduction.itely: really minor fixes.
9150
9151 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9152
9153         * VERSION (PACKAGE_NAME): release 2.5.23
9154
9155 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9156
9157         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
9158         convert to utf-8.
9159
9160         * THANKS: Add translators for this release, convert to utf-8.
9161
9162         * mf/GNUmakefile (MFTRACE_FLAGS):
9163         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
9164         outdir as option (WAS: hardcoded).
9165
9166 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9167
9168         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
9169         finished_span_
9170
9171         * THANKS: add Hans Forbrich.
9172
9173         * Documentation/topdocs/NEWS.tely (Top): document new feature.
9174
9175         * Documentation/user/basic-notation.itely (Staff symbol): document
9176         start/stop staff. Reference to ossia.ly
9177
9178         * input/test/ossia.ly: new example using stop and startStaff.
9179
9180         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
9181         in other words, don't create "|" barline at start of the score.
9182         (start_translation_timestep): don't set whichBar for start of score.
9183
9184         * input/regression/staff-halfway.ly: use new functionality.
9185
9186         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
9187         start and stop staff based on events.
9188
9189         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
9190
9191         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
9192
9193 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9194
9195         * Documentation/user/programming-interface.itely (How markups work
9196         internally ): remove \encoding reference.
9197
9198 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9199
9200         * scripts/convert-ly.py: Attempt to do a smarter update of 
9201         text markups from versions < 1.9.0 with arbitrary nesting.
9202
9203 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9204
9205         * po/fi.po: convert to utf-8, and update.
9206
9207 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9208
9209         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9210
9211         * lily/*.cc: more <? >? to min/max changes
9212
9213         * lily/include/interpretation-context-handle.hh: rename
9214         Interpretation_context_handle to Context_handle.
9215
9216 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9217
9218         * input/regression/GNUmakefile (local_delete): use `find` together 
9219         with `xargs` to avoid too long argument-lists in cmd line.
9220
9221 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9222
9223         * Documentation/user/introduction.itely: updates "About this manual".
9224
9225         * Documentation/user/advanced-notation.itely,
9226         invoking.itely: minor fixes.
9227
9228 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9229
9230         * COPYING: add font exception. Update FSF address. 
9231
9232         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9233         should be taken without child context.
9234
9235         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9236
9237         * scm/define-markup-commands.scm (triangle): new command, as
9238         robust replacement for unicode Delta/Triangle.
9239
9240 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9241
9242         * ps/music-drawing-routines.ps: add fillp argument.
9243
9244         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9245
9246         * lily/font-config.cc (init_fontconfig): don't add cff/
9247
9248         * VERSION (PACKAGE_NAME): release 2.5.22
9249
9250         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9251
9252         * lily/grace-engraver.cc (consider_change_grace_settings): use
9253         is_alias(). Fixes problem with CueVoice grace notes. 
9254
9255         * lily/simultaneous-music-iterator.cc (construct_children): call
9256         Music_iterator::quit() for iterators that start out invalid. This
9257         fixes indefinitely continuing contexts.
9258
9259         * buildscripts/substitute-encoding.py: new file
9260
9261         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9262         missing @end 
9263
9264         * scripts/lilypond-book.py (write_if_updated): print file name.
9265
9266         * Documentation/user/basic-notation.itely (Explicitly
9267         instantiating voices): idem.
9268
9269         * Documentation/user/advanced-notation.itely (Text spanners):
9270         remove stray { } 
9271
9272         * lily/context.cc (default_child_context_name): the default child
9273         is now first in accepts_list_.
9274
9275         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9276         \defaultchild to all relevant contexts.  This fixes:
9277         drums-pitch.ly.
9278
9279         (Probably also fixes similar problems with ancient
9280         transcriptions getting CueVoices instead of the desired voices.)
9281  
9282         * lily/context-def.cc (get_default_child): new function.
9283         (get_accepted): place default child in front of list.
9284
9285         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9286
9287         * lily/include/context-def.hh (struct Context_def): add
9288         default_accept_
9289
9290 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9291
9292         * scm/define-grobs.scm: remove "remove-first" line, since
9293         the absent property is set to #f anyway.
9294
9295         * Documentation/user/basic-notation.itely,
9296         advanced-notation.itely, instrument-notation.itely: minor
9297         fixes.
9298
9299         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9300
9301         * Documentation/user/advanced-notation.itely,
9302         changing-defaults.itely: consolidate Text stuff in
9303         advanced notation.
9304
9305         * Documentation/user/global.itely: better docs for \header.
9306
9307         * Documentation/user/putting.itely: new chapter; placeholder
9308         for future expansion.
9309
9310         * Documentation/user/examples.itely: moved "suggestions for
9311         writing LP files" section into putting.itely.
9312
9313         * Documentation/user/lilypond.itely: added new chapter,
9314         fixed the short table of contents.
9315
9316 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9317
9318         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9319         infinity for unfeasible beams.
9320
9321         * make/lilypond.fedora.spec.in (Group): idem.
9322
9323         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9324
9325         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9326
9327         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9328         fonts directly.
9329
9330         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9331
9332         * mf/GNUmakefile: remove all CFF rules.
9333
9334         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9335
9336         * lily/open-type-font-scheme.cc (LY_DEFINE):
9337         new function ly:otf-font-table-data.
9338         (LY_DEFINE): new function otf-font?
9339
9340 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9341
9342         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9343         ($(outdir)/Fontmap.lily): idem.
9344
9345         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9346         for PFAEmmentaler-XXX.pfa. 
9347
9348         * Documentation/user/music-glossary.tely (accidental): NL
9349         translation of accidental.
9350
9351 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9352
9353         * flower/include/international.hh: Bugfix: include "string.hh".
9354
9355         * lily/include/mingw-compatibility.hh: New file.
9356
9357         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9358
9359         * configure.in: Search for mingw wcrtomb library.
9360
9361 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9362
9363         * scripts/convert-ly.py: Bug fix
9364
9365         * Documentation/user/changing-defaults.itely (Common tweaks):
9366         Added example where the context has to be specified explicitly
9367         (MetronomeMark). 
9368
9369 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9370
9371         * scripts/lilypond-book.py (ly_options): set timing to #f for
9372         notime option.
9373
9374         * scripts/convert-ly.py (conv): typo.
9375
9376         * flower/*.cc: remove <? and >?
9377         
9378         * lily/*.cc: remove <? and >?
9379
9380         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9381         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9382         editor.
9383
9384 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9385
9386         * lily/part-combine-engraver.cc: add space to variable list.
9387
9388 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9389
9390         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9391         remove-first to false (matches docs)
9392
9393         * Documentation/user/advanced-notation.itely: corrected docs
9394         concerning remove-first.
9395
9396 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9397
9398         * lily/part-combine-engraver.cc: make sure that the relevant
9399         properties are included in the documentation.
9400
9401 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9402
9403         * Documentation/user/lilypond-book.itely: Bernard's docs
9404         for \betweenLilyPondSystem.
9405
9406 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9407
9408         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9409         remarks.
9410
9411 2005-04-28  Pal Benko  <benkop@freestart.hu>
9412
9413         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9414         only on vertical lines of flexa shape, and use a constant
9415         thickness value for horizontal lines (patch slightly modified by
9416         Jürgen Reuter)
9417
9418         * lily/include/mensural-ligature.hh: make 2 comments clearer
9419
9420 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9421
9422         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9423         to need_extra_horizontal_space; bugfix: use class scope to avoid
9424         global namespace pollution
9425
9426         * Documentation/user/instrument-notation.itely (ligatures): added
9427         comment on possible future syntax change and how to work around
9428
9429         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9430         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9431         intervals (fixes agnus dei example)
9432
9433         * Documentation/user/instrument-notation.itely (white mensural
9434         ligatures): selected a more illustrative example
9435
9436 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9437
9438         * Documentation/index.html.in: specify utf-8 charset in meta content.
9439
9440 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9441
9442         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9443         empty 2nd page for single page.
9444
9445         * scm/lily.scm: remove p&c definitions.
9446
9447         * po/zh_TW.po (Module): new translation.
9448
9449         * lily/lily-guile.cc (ly_chain_assoc): remove.
9450
9451         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9452         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9453
9454 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9455
9456         * lily/beaming-info.cc: remove infinity_i
9457
9458         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9459
9460 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9461
9462         * Documentation/user/basic-notation.itely,
9463         instrument-notation.itely, advanced-notation.itely,
9464         changing-defaults.itely: minor fixes.  Added docs
9465         for colors to advanced-notation.itely.
9466
9467         * Documentation/user/advanced-notation.itely: fixed compile
9468         problem and added Bernard's x11-color doc patch.
9469
9470 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9471
9472         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9473         alright this time round.
9474
9475 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9476
9477         * Documentation/topdocs/INSTALL.texi (Top): idem.
9478
9479         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9480
9481         * VERSION (MAJOR_VERSION): release 2.5.21
9482
9483         * scm/output-ps.scm (grob-cause): bugfix.
9484
9485 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9486
9487         * cygwin/*: Update.
9488
9489         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9490         stuff.
9491
9492         * scm/output-ps.scm (grob-cause): Bugfix.
9493
9494         * scm/lily.scm (ly:load): Remove x11-color.
9495
9496         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9497         quote executable, fixes getting version from program --with
9498         --options.
9499         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9500         $ac_exeect.
9501
9502         * Documentation/user/GNUmakefile: Only build music-glossary with
9503         rendered lilypond snippets during web.
9504
9505 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9506
9507         * po/de.po: update.
9508
9509         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9510
9511 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9512  
9513         * scripts/abc2ly:
9514         second title line append with punctuation dash character;
9515         encode abc2ly python strings in utf-8
9516        
9517 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9518
9519         * scripts/abc2ly fix chords (again)
9520  
9521 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9522
9523         * scm/x11-color.scm: new file
9524         All x11 color names can be accessed with:
9525         #(x11-color 'ColorName),
9526         #(x11-color "ColorName") or:
9527         #(x11-color "color name")
9528         If the x11 color name is not recognised then it defaults
9529         to black
9530
9531         * scm/lily.scm: amended to call scm/x11-color.scm
9532
9533 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9534
9535         * Documentation/user/invoking.itely (Reporting bugs): comment out
9536         reference to online PNG bug repository.
9537
9538 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9539
9540         * lily/translator-scheme.cc (ly:translator-property): Remove.
9541         Update callers.
9542
9543         * lily/context-scheme.cc (ly:context-now): Move from translator.
9544         Update callers.
9545
9546 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9547
9548         * input/regression/grid-lines.ly (skips): refine example.
9549
9550         * scm/define-context-properties.scm
9551         (all-user-translation-properties): doc autoBeamCheck
9552
9553         * input/regression/grid-lines.ly (Module): new file.
9554
9555         * lily/grid-point-engraver.cc (Module): new file.
9556
9557         * lily/grid-line.cc (Module): new file.
9558
9559         * lily/grid-line-span-engraver.cc (Module): new file.
9560
9561         * lily/grid-line-interface.cc (Module): new file.
9562
9563 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9564
9565         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9566         missing parameter, actualy cdr through list.  Actually return a
9567         list with ENTRY removed (was '()).
9568
9569         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9570         opened.
9571         (do_conversion): Fix printing of continuation comma.
9572
9573         * Documentation/user/advanced-notation.itely (Beam formatting):
9574         Remove refbugs about compound time and mixed duration.
9575
9576         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9577         modulo moments explicitely.
9578
9579         * lily/moment.cc (operator %): New function.
9580
9581         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9582
9583         * lily/translator-scheme.cc (ly:translator-now,
9584         ly:translator-property): New function.
9585
9586         * scm/auto-beam.scm (default-auto-beam-check): New function.
9587
9588         * lily/auto-beam-engraver.cc (test_moment): Use it.
9589
9590         * flower/rational.cc (operator %): Bugfix.
9591
9592 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9593
9594         * scripts/abc2ly: Bugfix
9595
9596 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9597
9598         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9599         %'s on EndFont comment.
9600
9601         * lily/ledger-line-spanner.cc: some more words of explanation.
9602
9603 2005-04-20  John Williams <williams@tni.com>  
9604         
9605         * scripts/lilypond-book.py: htmlquote bugfix.
9606         Allow snippets to be given distinct filenames.
9607         Allow the default alt text to be overridden.
9608
9609 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9610
9611         * ly/performer-init.ly: Bugfix
9612
9613         * THANKS: Added bughunters.
9614
9615 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9616
9617         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9618
9619         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9620         position (was: use modulo measure length).
9621
9622         * configure.in (no gui_b): Remove optional gtk+ requirement.
9623
9624 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9625
9626         * Documentation/user/basic-notation.itely (Pitches): add
9627         LedgerLineSpanner.
9628
9629         * lily/dynamic-engraver.cc (process_music): set right bound to
9630         script if present. Else, do not set.
9631         (acknowledge_grob): only set right bound of finished spanner to
9632         note column if no other bound is set.
9633
9634         * python/lilylib.py (make_ps_images): switch back to png16m.
9635         
9636 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9637
9638         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9639         writing up to date file.  Add dvips usage suggestion.
9640
9641         * scripts/convert-ly.py: Fix error message.
9642         Print usage if no files on command line.
9643         (usage): Add example usage.
9644
9645         * input/test/compound-time.ly: New file.
9646
9647         * input/test/circle.ly: New file.
9648
9649         * Documentation/topdocs/NEWS.tely: Use them.
9650
9651         * input/test/boxed-stencil.ly: Remove \score.
9652
9653         * buildscripts/mf-to-table.py (base): Add .log dependency.
9654
9655         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9656         pfa's.  Add .log dependency
9657
9658         * scm/define-markup-commands.scm (lower): New command.
9659
9660         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9661         make it default.
9662
9663 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9666         also to finished cresc as right bound. This fixes:
9667         skip-string-decresc.ly
9668
9669         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9670         relative_coordinate if extent is empty.
9671
9672         * lily/stem.cc (width_callback): determine correct extent if flag
9673         is not there. This fixes slur-no-flag.ly
9674
9675         * lily/grace-engraver.cc (consider_change_grace_settings): new
9676         function.
9677         (initialize): also consider_change_grace_settings() on
9678         initialization. Fixes large grace notes at start of score.
9679
9680         * lily/break-align-interface.cc (do_alignment): don't translate if
9681         total_extent is empty.
9682
9683         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9684
9685 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9686
9687         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9688         with slash.
9689
9690 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9691
9692         * stepmake/aclocal.m4: Remove tfm_path.
9693
9694 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9695
9696         * scm/music-functions.scm (markup-expression->make-markup): fix
9697         bug with cons arguments of markup commands.
9698         (music->make-music): fix music expression property list building
9699
9700 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9701
9702         * aclocal.m4: Massage package names.
9703
9704         * SCons updates.
9705
9706 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9707
9708         * VERSION (PACKAGE_NAME): release 2.5.20
9709
9710         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9711         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9712
9713         * lily/percent-repeat-engraver.cc (try_music): add measure before
9714         next_moment to future processing moment. Fixes:
9715         percent-repeat-mm-rest.ly
9716         (process_music): don't add moment for 2nd time.
9717
9718         * input/regression/repeat-percent.ly: add mmrests as extra test.
9719
9720         * lily/axis-group-engraver.cc (acknowledge_grob): read
9721         keepAliveInterfaces to decide what to kill.
9722
9723         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9724         percent-repeat-interface to keepAliveInterfaces. This fixes
9725         percent-repeat-harakiri.
9726
9727 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9728
9729         * SCons updates.
9730
9731 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9734
9735         * aclocal.m4: remove --enable-tfm-path configure option
9736
9737         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9738
9739         * scm/backend-library.scm (postscript->png): newline after
9740         finishing command.
9741
9742         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9743         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9744
9745         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9746
9747         * lily/score.cc (default_rendering): use Music_output too.
9748
9749         * input/test/chord-names-languages.ly (Module): rename file.
9750
9751         * lily/text-spanner.cc: add bound-padding.
9752
9753         * lily/paper-book.cc (systems): accept Paper_score
9754         iso. Paper_system vector. 
9755
9756         * input/regression/line-arrows.ly: new file.
9757
9758         * lily/paper-score.cc (process): run get_paper_systems() only once.
9759
9760         * lily/line-spanner.cc (line_stencil): add arrows.
9761
9762 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9763
9764         * lily/line-interface.cc (make_arrow): new function. 
9765         (arrows): idem.
9766
9767 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9768
9769         * input/test/chord-names-german.ly: update for italian/french
9770         chords.
9771         
9772         * Documentation/user/instrument-notation.itely (Printing chord
9773         names): update.
9774
9775 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9776
9777         * lily/include/paper-score.hh (class Paper_score): remove unused
9778         prototypes.
9779
9780         * lily/book.cc (process): add -COUNT to midi output.
9781
9782         * lily/score.cc (book_rendering): remove outname argument
9783         (book_rendering): return list of Music_outputs. 
9784
9785         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9786
9787         * lily/book.cc (process): loop over Music_outputs returned from
9788         Score::book_rendering().
9789
9790         * lily/*.cc (width_callback): remove spurious "unused" warnings
9791         for assert (axis==[XY]_AXIS); 
9792
9793         * lily/include/music-output.hh (class Music_output): smobify class.
9794
9795         * lily/include/paper-score.hh (class Paper_score): make members
9796         private.
9797
9798         * lily/performance.cc (process): return #f iso. #<undefined>. This
9799         prevents #<undefined> leaking into GUILE-userspace.
9800
9801 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9802
9803         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9804
9805 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9806
9807         * scm/chord-name.scm : support for italian and french
9808         chords names.
9809
9810         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9811         a space defined by chordPrefixSpacer when the root name is
9812         direclty followed by a prefix.
9813
9814         * ly/engraver-init.ly : chordPrefixSpacer       
9815         * scm/define-context-properties.scm : chordPrefixSpacer
9816         * ly/property-init.ly : italianChords, frenchChords 
9817
9818 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9819
9820         * mf/feta-din.mf: Remove.
9821
9822         * mf/GNUmakefile (fontdir): Bugfix.
9823
9824         * mf/SConstruct: Some updates.
9825
9826         * SConstruct: Require pkg-config.
9827         (test_program): Bugfix for double digit version compares, use
9828         integer (not string-) compare.
9829         Optionally require gs 8.14.
9830
9831         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9832
9833         * lily/*: s/ifdef HAVE_*/if have/.
9834
9835         * SConstruct (test_lib): New function.  Update pkg-config and some
9836         other requirements.
9837
9838         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9839         freetype, pangof2t.
9840
9841 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9842
9843         * po/lilypond.pot, ...: Update using bison-CVS.
9844
9845         * python/lilylib.py (make_ps_images): Fixo.
9846
9847 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * python/lilylib.py (make_ps_images): typo.
9850
9851         * configure.in (gui_b): make bison optional.
9852
9853         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9854
9855 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9856
9857         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9858         with one parameter can be defined in a LaTeX file when processed
9859         by lilypond-book this will be evaluated between the systems of
9860         a multi-system score. The parameter is the number of systems processed.
9861
9862 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9863
9864         * python/lilylib.py (make_ps_images): Escape newline.
9865
9866         * Documentation/user/music-glossary.tely: Run
9867         texinfo-all-menus-update.
9868
9869 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9870
9871         * scm/lily-library.scm (old-relative-not-used-message)
9872         (version-not-seen-message): Add input-file-name-location to message.
9873
9874         * lily/parser.yy (lilypond): Add token aliases.
9875
9876         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9877         not confuse with alteration.
9878         (alteration): Add.
9879
9880 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9881
9882         * python/lilylib.py (make_ps_images): use -dEPSCrop
9883
9884         * VERSION (PACKAGE_NAME): release 2.5.19 
9885
9886         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9887         only put xrefs in info documentation.
9888
9889         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9890         .pdf rule to tex-rules.make.
9891
9892         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9893         from -systems.* output.
9894
9895         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9896         directly, remove -$(PAGESIZE) target.
9897
9898         * input/test/embedded-postscript.ly: update.
9899
9900 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9901
9902         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9903
9904         * Documentation/user/changing-defaults.itely (Font selection):
9905         document font-name.
9906
9907         * input/regression/font-name.ly: show Pango fonts for
9908         font-name. Update example. 
9909
9910         * lily/pango-select.cc (properties_to_pango_description): don't
9911         convert symbol font-size to number, but use to lookup.
9912
9913         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9914
9915         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9916         (NAME . FILE-NAME) tuples for font descriptions. 
9917         (write-preamble): display BeginFont DSC comments.
9918
9919         * python/fontextract.py (write_extracted_fonts): new file. Extract
9920         font resources from a PS file.
9921
9922         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9923         (Compile_error.process_include): do_file returns chunks.
9924
9925         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9926
9927         * make/lysdoc-targets.make: .texi is .PRECIOUS
9928
9929         * scripts/lilypond-book.py (write_if_updated): new function.
9930
9931 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9932
9933         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9934
9935 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9936
9937         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9938
9939         * input/regression/markup-syntax.ly: remove \score.
9940
9941         * scm/define-markup-commands.scm (draw-circle): add fill argument
9942
9943         * scm/stencil.scm (make-circle-stencil): add fill argument
9944
9945         * ps/music-drawing-routines.ps: add fill argument.
9946
9947         * ly/performer-init.ly: add CueVoice to MIDI too.
9948
9949         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9950         EndEPSF.
9951
9952         * input/regression/markup-eps.ly: new file.
9953
9954         * scm/framework-ps.scm (write-preamble): change order: vars should
9955         be inited before procedures.
9956
9957         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9958         for EPS files.
9959
9960         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9961
9962 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9963
9964         * configure.in (gui_b): add check for ghostscript 8.15
9965
9966 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9967
9968         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9969         start of line. Fixes cresc-after-newline.ly
9970
9971         * lily/source-file.cc (file_line_column_string): use get_column().
9972
9973 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9974
9975         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9976
9977 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9978
9979         * lily/*: use message () iso progress_indication () for messages.
9980         Revise/uniformise user messages.
9981
9982         * flower/warn.cc (progress_indication): New function.
9983         (message): Use it.  Fixes newline problems.
9984
9985         * config.make.in (webdir): Sort out install dirs.
9986
9987         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9988
9989         * python/lilylib.py (command_name): Bugfix.
9990         (make_ps_images):
9991
9992 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9993
9994         * lily/main.cc: --help says what types of backends are availabe
9995
9996 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9997
9998         Fix ./VERSION dependency, and without need to reconfigure.
9999
10000         * lily/main.cc (setup_paths): Update.
10001
10002         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
10003
10004         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
10005
10006         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
10007         Add \line for some simplistic cases.
10008
10009         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
10010
10011 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10012
10013         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
10014         to compile LY files (useful for adding eg. "-I" args)
10015         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
10016         2Gnome command for gnome backend.
10017         (LilyPond-command-formatgnome): call the 2Gnome command. key
10018         binding: C-c C-g
10019
10020 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10021
10022         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
10023         depend on all PNG images.
10024
10025 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10026
10027         * GNUmakefile.in: Bugfix: also link .map files.
10028
10029 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10030
10031         * scm/music-functions.scm (music->make-music): generate 
10032         a (make-music ...) sexpr from a music expression.
10033         (display-scheme-music): use guile pretty printer to display the
10034         make-music sexpr.
10035
10036 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10037
10038         * ly/engraver-init.ly: reindent.
10039         Add CueVoice.
10040
10041         * scm/music-functions.scm (music-pretty-string): handle moments
10042         too.
10043         (music-pretty-string): only print non-empty lists.
10044         (cue-substitute): create CueVoice context, which has smaller type.
10045
10046         * lily/moment-scheme.cc (LY_DEFINE): new methods
10047         ly:moment-grace-{numerator,denominator}
10048
10049         * lily/context-handle.cc: remove quit() method. 
10050
10051         * lily/font-config.cc (init_fontconfig): be verbose about font path.
10052         (init_fontconfig): success is 0, not !0
10053
10054 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10055
10056         * mf/feta-nummer-code.mf (code): add plus glyph.
10057
10058         * lily/tie.cc (print): idem.
10059
10060         * lily/slur.cc (print): don't use thickness property for
10061         slur shape-thickness.
10062
10063         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
10064         while adding stencils.
10065
10066         * scm/define-markup-commands.scm (with-color): with-color markup
10067         command.
10068         (whiteout): new markup command 
10069         (filled-box): new markup command
10070
10071 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10072
10073         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
10074         test for PDF docs.
10075
10076         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
10077         PFAAybabtu-Regular.  Fixes feta font in PDFs.
10078         
10079         Notes for tetex-3.0 make web:
10080            psclean.map: s/uhv8a/uhvr8a/
10081            config.ps add:
10082                 p +psfonts_t1.map
10083                 p +psclean.map
10084                 p +typeface.map
10085
10086 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10087
10088         * scm/music-functions.scm (music-pretty-string): fix bug with
10089         string argument.
10090
10091 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10092
10093         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
10094
10095 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10096
10097         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
10098         only process options if they're there.
10099         (write_file_map): add version-seen? to snippet-map.ly
10100
10101 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10102
10103         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
10104         formatting cleanups.
10105
10106         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
10107         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
10108
10109 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10110
10111         * scm/framework-ps.scm (ps-font-command): don't hash, just use
10112         name directly.
10113
10114         * lily/main.cc (setup_paths): either add mf/out to search path or 
10115         fonts/{otf,type1,etc}
10116         
10117         * lily/font-config.cc (init_fontconfig): either add mf/out to
10118         FontConfig or fonts/{otf,type1,etc}
10119
10120         * GNUmakefile.in: don't put mf/ link in share/ dir.
10121
10122         * lily/staff-spacing.cc: move same-direction-correction to
10123         note-spacing-interface
10124
10125         * scm/lily.scm (lilypond-main): use variable argument count for
10126         exception handler.
10127
10128         * lily/font-config.cc (init_fontconfig): add operator pacification
10129         message.
10130
10131         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
10132
10133         * buildscripts/gen-emmentaler-scripts.py (i): generate
10134         PFAEmmentaler as well.
10135
10136         * scm/framework-ps.scm (munge-lily-font-name): new function
10137         (write-preamble): hack: insert PFA equivalent of CFF into
10138         .PS. This makes LilyPond output printable on normal PS printers
10139         again.
10140
10141         * buildscripts/gen-emmentaler-scripts.py (i): generate
10142         PFAEmmentaler.pfa aswell.
10143
10144 2005-04-06  John Williams <williams@tni.com>  
10145         
10146         * scripts/lilypond-book.py: refactor the compose_ly procedure.
10147         
10148 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10149
10150         * scm/page-layout.scm (default-page-make-stencil): always combine
10151         the header stencil, even if empty. This prevents the body text to
10152         reach up to the margins.
10153
10154         * po/rw.po (Module): new file, for Kinyarwanda.
10155
10156         * input/test/spacing-optical.ly (Module): new file.
10157
10158         * lily/staff-spacing.cc: add same-direction-correction
10159
10160 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10161
10162         * Documentation/user/introduction.itely (Engraving): Comment-out
10163         non-existent file.
10164
10165 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10166
10167         * scm/define-grob-properties.scm (all-user-grob-properties): add
10168         same-direction-correction
10169
10170         * VERSION: release 2.5.18
10171
10172 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10173
10174         * lily/grob.cc (mark_smob): Check pscore->layout_ before
10175         dereferencing.  Fixes make web.
10176
10177         * lily/midi-stream.cc: Handle unwritable midi file.  Include
10178         errno.h.
10179
10180         * Documentation/user/: Fix links.
10181
10182 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10183
10184         * lily/text-interface.cc (Module): rename from text-item.cc
10185
10186         * input/regression/apply-output.ly (texidoc): function naming fix.
10187
10188         * lily/time-signature-performer.cc (derived_mark): new function.
10189
10190         * lily/lily-parser-scheme.cc:  print mapped file name for progress
10191
10192         * scripts/lilypond-book.py (find_linestarts): new function.
10193         (find_toplevel_snippets): keep track of line numbers.
10194
10195         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
10196         all key changes.
10197
10198         * ly/declarations-init.ly (partCombineListener): use
10199         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10200
10201         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10202
10203 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10204
10205         * lily/text-item.cc: Fix link.
10206
10207         * Documentation/user/changing-defaults.itely (Changing defaults):
10208         Fix programs reference links.
10209
10210         * Documentation/user/music-glossary.tely: Convert to utf-8.
10211
10212 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10213
10214         * make/lilypond-vars.make: remove TEXMF from variables.
10215         remove DEB_BUILD pk font variables.
10216         remove GUILE_LOAD_PATH
10217         remove TeX memory vars.
10218
10219 2005-04-04  Werner Lemberg  <wl@gnu.org>
10220
10221         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10222
10223 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10224
10225         * ps/lilyponddefs.ps: remove reencode-font
10226
10227         * lily/simple-spacer.cc (add_columns): also compare
10228         directly. Column rank doesn't distinguish between broken and
10229         unbroken columns. This fixes large spaces before time sig changes.
10230
10231         * Documentation/user/point-and-click.itely: document ly:set-option.
10232
10233         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10234         point_and_click_global is set.
10235
10236         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10237         ly:set-option argument.
10238
10239 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10240
10241         * GNUmakefile.in: Include symlinks in webball.
10242
10243         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10244         source dir for split and non-split manuals.
10245
10246         * Documentation/user/*y: Fix @uref/@inputfile links for
10247         split/non-split HTML documents.
10248
10249         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10250         .ps.gz.
10251         
10252 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10253
10254         * GNUmakefile.in: Add newline.
10255
10256 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10257
10258         * tex/lilyponddefs.tex: use color instead of xcolor
10259         * scm/output-tex.scm: minor editing
10260
10261 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10262
10263         * scm/music-functions.scm (display-scheme-music): pretty printer
10264         for music expressions.
10265
10266 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10267
10268         * buildscripts/install-info-html.sh (index_file): Fix link.
10269
10270 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10271
10272         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10273
10274         * Documentation/index.html.in: Add size estimates with some big pages.
10275
10276         * Documentation/user/tutorial.itely (Running LilyPond for the
10277         first time): Add/replace some @rglos links.  TODO: add more
10278         @rglos links in tutorial, test non-intrusiveness (.css).
10279
10280         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10281         annoying's indication of referencing external document.
10282
10283         * Documentation/user/GNUmakefile: Split version of glossary too.
10284         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10285         links, not only for html.
10286
10287         * Documentation/user/introduction.itely: Fix some links for other
10288         than html, do not use `here' as link name.
10289
10290 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10291
10292         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10293         @glossaryref.
10294
10295 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10296
10297         * scm/page-layout.scm (default-page-make-stencil): only add header
10298         if existing and not empty. Fixes spurious programming error.
10299
10300         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10301
10302 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10303
10304         * scm/output-tex.scm: implement {re,}setcolor
10305         * tex/lilyponddefs.tex: use color package
10306
10307 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10308
10309         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10310         additions to website.
10311
10312         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10313
10314         * Documentation/user/macros.itexi: Fix @usermanref html links in
10315         split documents: use @inforef.
10316
10317 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10318
10319         * Documentation/user/programming-interface.itely: minor fix.
10320
10321         * Documentation/user/advanced-notation.itely: added info to
10322         Metronome markings.
10323
10324 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10325
10326         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10327         use box-stencil.  Remove y-padding argument.
10328         (make-stencil-circler): New function.
10329
10330         * buildscripts/lilypond-words.py (F): 
10331         * elisp/SConscript (a): 
10332         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10333         * vim/SConscript (a): 
10334         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10335
10336         * lily/general-scheme.cc: Build fix.
10337
10338         * scm/markup.scm:
10339         * input/regression/markup-scheme.ly: 
10340         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10341
10342         * scm/stencil.scm (make-circle-stencil): New function.
10343
10344         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10345         name (was cicle).  Update callers.
10346         (circle): New markup command, similar to box.
10347
10348         * scm/stencil.scm (circle-stencil): New function.
10349
10350 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10351
10352         * configure.in: Detect libutf8/wchar.h variant.
10353
10354         * stepmake/aclocal.m4: Modify shared size test.
10355
10356 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10357
10358         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10359
10360 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10361
10362         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10363         
10364         * VERSION (PACKAGE_NAME):  release 2.5.17
10365
10366 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10367
10368         * scm/backend-library.scm (postscript->png): Fix comment and png
10369         message.
10370
10371         * GNUmakefile.in (link-tree): Fix locales.
10372
10373 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10374
10375         * lily/stencil-scheme.cc (LY_DEFINE): change to
10376         ly:stencil-aligned-to, non mutating.
10377
10378         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10379
10380         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10381
10382         * lily/quote-iterator.cc (derived_mark): call
10383         Music_wrapper_iterator::derived_mark() too.
10384
10385         * lily/grace-engraver.cc (derived_mark): change signature, add
10386         const.
10387
10388 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10389
10390         * SConstruct (symlink): 
10391         * GNUmakefile.in (link-tree): Add scripts to prefix.
10392
10393         * lily/general-scheme.cc (ly:effective-prefix): New function.
10394
10395         * scm/backend-library.scm (postscript->png): Use it.
10396
10397 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10398
10399         * lily/paper-score.cc (process): don't delete grobs after
10400         producing stencils. 
10401
10402         * scm/part-combiner.scm (determine-split-list): switch off
10403         debugging info.
10404
10405         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10406         if available.
10407
10408         * scm/define-context-properties.scm
10409         (all-user-translation-properties): add stringNumberOrientations.
10410
10411         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10412         so fingering and string-numbers are separately controlled.
10413
10414 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10417         not use debugging.
10418
10419 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10420
10421         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10422
10423         * config.hh.in: add HAVE_FONTCONFIG.
10424
10425         * Documentation/user/instrument-notation.itely (String number
10426         indications): new node.
10427
10428         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10429
10430         * lily/new-fingering-engraver.cc (add_string): new function. 
10431         (acknowledge_grob): accept string-number-event as well.
10432
10433         * scm/define-markup-commands.scm (circle): new markup command.
10434
10435         * scm/output-lib.scm (print-circled-text-callback): new function.
10436
10437         * lily/GNUmakefile: move ifeq after include stepmake.make.
10438
10439 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10440
10441         * config.make.in (HAVE_LIBKPATHSEA_SO):
10442         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10443
10444         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10445         add KPATHSEA_LIBS.
10446
10447         * debian/watch: 
10448         * debian/control: Update.
10449
10450 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10451
10452         * input/test/title-markup.ly (spaceTest): remove.
10453
10454         * input/test/embedded-tex.ly (Module): remove.
10455
10456         * input/test/music-box.ly: use 'name property, not ly:music-name.
10457
10458         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10459
10460         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10461
10462 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10463
10464         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10465         about xdeltas.  Add information about CVS.
10466
10467         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10468         gracefully handle failed files.
10469
10470         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10471
10472         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10473         small fixes.
10474
10475         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10476         No unnecessarily specific i18n messages.  Remove stray `1'.
10477
10478 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10479
10480         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10481         documentencoding
10482
10483         * scm/documentation-lib.scm (texi-file-head): set utf-8
10484         documentencoding.
10485
10486         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10487         Delta, not the Symbol one. 
10488
10489         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10490         for the .map file.
10491
10492         * Documentation/topdocs/INSTALL.texi (Top): add running
10493         requirement as compilation requirement.
10494
10495 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10496
10497         * buildscripts/mutopia-index.py (headertext): add h1 header and
10498         utf-8 charset meta field.
10499
10500         * input/GNUmakefile: prune example list.
10501
10502         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10503         options.
10504
10505         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10506         extent for visible stems.
10507
10508         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10509
10510 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10513
10514         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10515
10516 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10517
10518         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10519         pass inf/nan into slur scoring.
10520
10521         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10522         page.
10523
10524         * scripts/abc2ly.py (dump_voices): use alphabet().
10525
10526 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10527         
10528         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10529
10530 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10531         
10532         * flower/include/virtual-methods.hh: simplify. Patch by
10533
10534 2005-03-25  John Williams <williams@tni.com>  
10535
10536         * scripts/lilypond-book.py (main): add png for HTML too, guess
10537         only if necessary. 
10538
10539 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10540
10541         * Documentation/topdocs/INSTALL.texi: now recommends
10542         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10543
10544         * Documentation/user/basic-notation.itely,
10545         Documentation/user/tutoria.itely: warn about
10546         only one (phrasing) slur at once.
10547
10548 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10549
10550         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10551
10552 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10553
10554         * Documentation/user/basic-notation.itely: fixed info about
10555         ending a (de)cresc.
10556
10557         * Documentation/user/lilypond-book.itely: fixed
10558         lilypond-book filter example and warned about not doing
10559         --filter and --process at the same time.
10560
10561 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10562
10563         * lily/parser.yy (bass_number),
10564         Documentation/user/instrument-notation.itely (Figured bass): 
10565         Add the possibility to use text markup in figured bass. 
10566
10567 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10568
10569         * Documentation/user/global.itely: added info about naming
10570         identifiers and breakbefore.
10571
10572         * Documentation/user/invoking.itely: added info about batch
10573         processing files with convert-ly, removed references to TeX
10574         in the jail section.
10575
10576         * Documentation/user/examples.itely: possibly fixed piano
10577         dynamics.
10578
10579         * Documentation/user/advanced-notation.itely: added info
10580         about removing other types of Staff.
10581
10582         * Documentation/user/instrument-notation.itely: possibly
10583         fixed piano staff line switch.
10584
10585         * Documentation/user/changing-defaults.itely: added info
10586         about using normal font in titles.
10587
10588 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10589
10590         * VERSION (PATCH_LEVEL): release 2.5.16
10591
10592         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10593         explicitly.
10594
10595 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10598         whitespace.
10599
10600         * python/lilylib.py (make_ps_images):
10601         * scm/backend-library.scm (postscript->pdf, postscript->png):
10602         Quote file name.  Use format rather than string-append juggling.
10603
10604 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10605
10606         * python/lilylib.py (make_ps_images): add x to -g argument. 
10607
10608         * lily/key-performer.cc (create_audio_elements): don't use
10609         scm_eval_string. Check for minor 3rd directly.
10610   
10611         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10612         (sarabandeCelloGlobal): key is D minor, not F major.
10613
10614 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10615
10616         Fix truncated --png output (Peter Danenberg).
10617         
10618         * python/lilylib.py (make_ps_images):
10619         * scripts/ps2png.py (copyright): Grok --papersize option.
10620
10621         * scm/backend-library.scm (postscript->png): Add parameter
10622         PAPERSIZE.  Update callers.
10623
10624         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10625         Fixes symbol placement.
10626
10627         * lily/spanner.cc: 
10628         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10629         <libc-extension.hh>).
10630
10631 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10632
10633         * Nitpick run.
10634
10635         * buildscripts/fixcc.py: Update.
10636
10637         Builddir run fixes.
10638
10639         * HACKING (datadir): Add VERSION.
10640
10641         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10642         higher up.
10643
10644 2005-03-15  Werner Lemberg  <wl@gnu.org>
10645
10646         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10647         diagonal stem doesn't become thinner.
10648
10649 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10650
10651         * buildscripts/fixcc.py: Fixes (Werner).
10652
10653 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10654
10655         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10656         Emmentaler/Aybabtu.
10657
10658         * GNUmakefile.in: fix lilypond-words path.
10659
10660         * po/tr.po: update to 2.3.21
10661
10662         * lily/new-fingering-engraver.cc (position_scripts): take priority
10663         from head position.
10664
10665         * input/regression/finger-chords-order.ly (texidoc): new file.
10666
10667 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * make/ly-rules.make: 
10670         * stepmake/aclocal.m4: 
10671         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10672
10673         * buildscripts/fixcc.py (rules): Leave space after operator.
10674
10675 2005-03-14  Werner Lemberg  <wl@gnu.org>
10676
10677         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10678         top of the glyph with smooth curve.
10679
10680 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10681
10682         * Documentation/user/global.itely (Page layout): remove
10683         printpagenumber.
10684
10685 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10686
10687         * input/regression/mensural-ligatures.ly: new file (with examples
10688         compiled by Pal Benko).
10689
10690         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10691         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10692         musicglyph access.  Many small beautifications in ancient
10693         examples.
10694
10695         * input/test/divisiones.ly: fixed indentation; small
10696         beautifications
10697
10698         * ly/engraver-init.ly: added FIXME comment
10699
10700         * scripts/lilypond-book.py,
10701         Documentation/user/lilypond-book.itely: added music fragment
10702         option "packed" to lilypond-book
10703
10704         * Documentation/user/instrument-notation.itely: Bugfix: added
10705         missing LedgerLineSpanner color setting in several places.  Added
10706         music fragment option "packed" to VaticanaContext example.
10707
10708 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10709
10710         * scm/define-grobs.scm (all-grob-descriptions): switch off
10711         Hyphen_spanner::set_spacing_rods 
10712
10713         * lily/lyric-hyphen.cc (print): add padding between syllable and
10714         hyphen.
10715         (print): shorten hyphen in tight situations (determine using
10716         minimum-length)
10717
10718         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10719         0.4pt.
10720
10721 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10722
10723         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10724
10725         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10726         header/footer markings for regression-test.
10727
10728         * scm/backend-library.scm (output-scopes, header-to-file): Move
10729         from framework-tex.scm.
10730
10731         * scm/framework-ps.scm (output-framework)
10732         (output-preview-framework):
10733         * scm/framework-eps.scm (output-classic-framework)
10734         (output-framework): Use it.  Fixes collated files.
10735
10736 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10737
10738         * input/sakura-sakura.ly: 
10739         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10740
10741         * buildscripts/guile-gnome.sh: Update.
10742
10743         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10744
10745         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10746
10747 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10748
10749         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10750         culprit: always exit the loop if we find a rod, even if it has
10751         distance < 0. 
10752
10753         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10754         algorithm.
10755
10756         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10757         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10758
10759         * scm/output-svg.scm (dashed-line): new  function body.
10760         
10761         * GNUmakefile.in: create .htaccess.
10762
10763 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10764
10765         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10766
10767 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10768
10769         * VERSION (PACKAGE_NAME): release 2.5.15
10770
10771         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10772
10773         * scm/framework-svg.scm (output-framework): put scaling in
10774         document header. Apply scaling only once.
10775         (output-framework): dump page size in px, not mm. 
10776
10777         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10778         from font-size.
10779
10780         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10781         ly:outputter-output-scheme, new function.
10782
10783         * scm/output-svg.scm (pango-description-to-svg-font): new function
10784
10785 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10786
10787         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10788         target.
10789
10790         * input/typography-demo.ly: new file.
10791
10792 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * Documentation/user/global.itely (File structure): Add markup blocks
10795         to toplevel expressions.
10796         (Multiple movements, Creating titles): Add markup blocks.
10797
10798         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10799         <libc-extension.hh>).
10800
10801         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10802
10803         * flower
10804         * lily
10805         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10806
10807 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10808
10809         * lily/accidental.cc: special bboxes for natural. 
10810
10811         * mf/feta-toevallig.mf: make stems heavier.
10812
10813         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10814         texts as well.
10815
10816         * mf/feta-klef.mf: revise. 
10817
10818         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10819
10820         * mf/feta-klef.mf: add rounded curve at top. 
10821         make thinnib a little heavier.
10822
10823 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10824
10825         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10826
10827         * buildscripts/fixcc.py: New file.
10828
10829         * input/regression/utf8.ly: Update Debian font description.
10830
10831 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10832
10833         * stepmake/aclocal.m4: Fix test.
10834
10835 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10836
10837         * Documentation/user/invoking.itely: added Sebastino Vigna's
10838         docs for the --jail option.
10839
10840 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10841
10842         * lily/stem.cc (print): only produce stemlets if there are no
10843         noteheads on this stem.
10844
10845         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10846         don't crash on stemlet (visible stem without heads).
10847
10848         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10849         unbroken situations. 
10850
10851         * scm/output-lib.scm (center-invisible): new function.
10852
10853         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10854         wishes to determine loose column space.
10855
10856         * lily/font-config.cc (init_fontconfig): add
10857         fonts/{otf,type1,cff}  to path.
10858
10859         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10860
10861         * mf/GNUmakefile (Module): install all fonts under otf/
10862
10863         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10864         replace /fonts/otf/ by /ps/ 
10865
10866         
10867 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10868
10869         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10870
10871         * lily/book.cc (process): Oops, add score_.header_.
10872
10873         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10874
10875         * lily/parser.yy: Handle toplevel and book texts as score.
10876
10877         * scm/page-layout.scm (default-page-make-stencil):
10878         Bugfix: (page-properties rename.
10879
10880         * scm/backend-library.scm (ly:system): Typo.
10881
10882 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10883
10884         * stepmake/stepmake/executable-targets.make (installexe): don't
10885         strip installed executables
10886
10887         * lily/font-select.cc (get_font_by_design_size): revert
10888         pango_description_string as well.
10889
10890         * lily/system.cc (set_loose_columns): put loose column just left
10891         of next column.
10892
10893         * lily/include/group-interface.hh (extract_grob_array): rename
10894         from Pointer_group_interface__extract_grobs
10895
10896         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10897
10898         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10899         function. Keep ledgered note heads at a minimum distance.
10900         Introduce minimum-length-fraction
10901         (print): introduce length-fraction property.
10902
10903 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10904
10905         * tex/GNUmakefile: remove latin1.enc rules.
10906
10907 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10908
10909         * scm/titling.scm: Typo.
10910
10911         * input/regression/score-text.ly: Really add.
10912
10913         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10914
10915 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10916
10917         * lily/open-type-font-scheme.cc:  new file.
10918
10919 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * scm/titling.scm (layout-extract-page-properties): Rename from
10922         page-properties.  Update callers.
10923
10924         * lily/lexer.ll (Lily_lexer):
10925         * lily/parser.yy: Junk lyric_markup state.
10926
10927         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10928
10929         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10930         Add texts parameter.
10931
10932 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10933
10934         * lily/lexer.ll (lyric_markup): New mode.
10935         (Lily_lexer::push_lyric_markup_state): New method.
10936         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10937
10938         * lily/parser.yy (book_body):
10939         (toplevel_expression): Grok \markup texts.
10940
10941         * lily/score-scheme.cc (ly:music-scorify): 
10942         * scm/lily-library.scm (collect-music-for-book): Take texts
10943         parameter.
10944
10945         * lily/score.cc (texts_): New member.
10946
10947         * lily/paper-book.cc (systems): Format score texts.
10948
10949         * score-text.ly: New file.
10950
10951         * ttftool/SConscript:
10952         * kpath-guile/SConscript: New file.
10953
10954         * lily/SConscript:
10955         * SConstruct: Update.
10956
10957 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10958
10959         * VERSION (PACKAGE_NAME): release 2.5.14
10960
10961 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * lily/main.cc: Add dummy xgettext markers.
10964
10965 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10966
10967         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10968         requirements
10969
10970         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10971         executable is < 40k
10972
10973         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10974         hack.
10975
10976 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * flower/libc-extension.cc:
10979         * flower/include/libc-extension.hh: [Open]BSD simply cast
10980         cookie/funopen declarations.
10981
10982         * stepmake/aclocal.m4: Check for libkpathsea.so.
10983
10984         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10985         dl_kpse_find_file.
10986
10987 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10988
10989         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10990         (open_library): alternative for static library.
10991
10992 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10993
10994         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10995
10996         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10997
10998         Drop run-time dependency on teTeX.
10999
11000         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
11001
11002         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
11003         KPATHSEA_LIBS in LIBS.
11004         (STEPMAKE_DLOPEN): New function.
11005
11006         * lily/font-config.cc (init_fontconfig): Use dir for directory,
11007         not path.
11008
11009         * flower/file-path.cc (directories): Rename from paths, as this
11010         return an array of directories (a single path).
11011
11012 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11013
11014         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
11015
11016         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
11017         new ly:kpathsea-find-file
11018
11019         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
11020
11021         * kpath-guile/GNUmakefile: new file
11022
11023         * buildscripts/gen-emmentaler-scripts.py (i): generate
11024         emmentaler-X.fontname as well.
11025
11026         * buildscripts/ps-embed-cff.py: new script
11027
11028         * scm/lily-library.scm: remove ps-embed-cff.
11029
11030         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
11031         font loading. 
11032
11033         * scm/font.scm (add-music-fonts): load dynamics/numbers through
11034         fontconfig as well.
11035
11036         * lily/font-config.cc (init_fontconfig): add cff/ too.
11037
11038         * ly/generate-embedded-cff.ly: capitalize.
11039
11040         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
11041         so as to register the pango font.
11042
11043         * lily/font-config.cc (init_fontconfig): add
11044         prefix/{otf,type1,mf/out} to fontconfig path.
11045
11046         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
11047         overrides all. 
11048
11049         * configure.in (gui_b): remove ec mftrace check
11050
11051         * config.hh.in: use lilypond-Major.Minor as data directory.
11052
11053         * scm/framework-ps.scm (dump-page): use output-units for landscape.
11054
11055         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
11056         name.
11057
11058 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11059
11060         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
11061         error messages.
11062
11063         * flower/libc-extension.cc:
11064         * flower/include/libc-extension.hh: [Open]BSD fixes for
11065         cookie/funopen declarations.
11066
11067 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11068
11069         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
11070         emmentaler.
11071
11072         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
11073         lcrm10.
11074
11075         * scm/define-markup-commands.scm (fontsize): new markup
11076         command. Also set baseline-skip
11077
11078 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
11079         
11080         * lily/main.cc (do_chroot_jail): paranoia security for webserver
11081         use.
11082
11083 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11084
11085         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
11086
11087         * lily/pdf.cc: remove PDF related files
11088
11089 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11090
11091         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
11092         <hamamatsu@gmx.de>
11093
11094 2005-03-05  Graham Percival  <gperlist@shaw.ca>
11095
11096         * Documentation/user/advanced-notation.itely: first draft
11097         of reorg done.
11098
11099         * Documentation/user/global.itely: fixed (sub)section
11100         bits of MIDI.
11101
11102 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11103
11104         * cygwin/mknetrel (extras): Bufix (Bertalan).
11105
11106         * Documentation/user/basic-notation.itely (Chords): @ref fix.
11107         * Documentation/user/instrument-notation.itely (Introducing chord
11108         names): Compile fix: must have unique name.
11109
11110 2005-03-02  Graham Percival  <gperlist@shaw.ca>
11111
11112         * Documentation/user/instrument-notation.itely: reorg.
11113
11114 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11115
11116         * scm/output-gnome.scm:
11117         * scm/output-svg.scm: Fix font scaling.
11118
11119 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11120
11121         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
11122         what link to use best.
11123
11124         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
11125         * Documentation/user/tutorial.itely (Automatic and manual beams):
11126         Fix @ref.
11127
11128         * lily/tweak-registration.cc (replace_grob_tweak): New function.
11129         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
11130         * scm/framework-gnome.scm (tweak): Use it.
11131
11132 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11133
11134         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
11135
11136         * scm/output-ps.scm (white-text): reinstate white-text
11137
11138 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11139
11140         * scm/output-ps.scm (offset-add): Remove.
11141
11142         * scm/lily-library.scm (offset-flip-y): New function.
11143         * scm/framework-gnome.scm (tweak): Use it.
11144
11145         * scm/output-gnome.scm (grob-cause): Add parameter.
11146
11147         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
11148         * scm/output-ps.scm (url-link): Move.
11149         (white-text): Warn user about brokenness.
11150
11151         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
11152         wrt ghostscript.
11153
11154 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11155
11156         * lily/slash-repeat-engraver.cc (try_music): always make slashes
11157         if body length smaller than measure length.
11158
11159         * scm/define-markup-commands.scm (with-url): oops. use Y extent
11160         for Y.
11161
11162         * ly/titling-init.ly (tagline): put default tagline in \paper
11163
11164 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11165
11166         * lily/kpath.cc: 
11167         * lily/pdf.cc (Pdf_file): Use more generic error messages.
11168
11169         * scm/lily-library.scm (version-not-seen-message): New function.
11170         * ly/init.ly: Use it.
11171
11172         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
11173         breaks as progess.
11174
11175         * scripts/lilypond-book.py (do_process_cmd): Do not lump
11176         whitespace with l10n message.
11177
11178         * scm/framework-tex.scm (convert-to-ps):
11179         (convert-to-dvi): Do not use overly specific l10n messages.
11180
11181         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
11182
11183         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
11184         merge stderr with stdout.  
11185
11186 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
11189         Neeracher).
11190
11191 2005-02-29  Graham Percival  <gperlist@shaw.ca>
11192
11193         * Documentation/user/instrument-notation.teily: moved
11194         \arpeggio to Basic.
11195
11196         * Documentation/user/advanced-notation.itely: Articulation to
11197         Basic, a bunch of stuff from Basic moved to Advanced.
11198
11199         * Documentation/user/basic.itely: swapped various sections,
11200         reorganized Basic.
11201
11202 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11203
11204         * flower/memory-stream.cc: 
11205         * flower/libc-extension.cc: Remove obsolete #undefs.
11206
11207         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11208         more carefully.
11209
11210 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11211
11212         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11213         dependency.
11214
11215         * VERSION (PACKAGE_NAME): release 2.5.13
11216
11217         * GNUmakefile.in (web-ext): don't ship ps.gz
11218
11219         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11220         stdout
11221
11222 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11223
11224         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11225         without libintl.  Now it compiles too.
11226
11227 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11228
11229         * Documentation/user/basic-notation.itely,
11230         instument-notation.itely, advanced-notation.itely:
11231         split up contents of notation.itely.
11232
11233         * Documentation/user/notation.itely: file removed.
11234
11235         * Documentation/user/invoking.itely, converters.itely:
11236         moved convert-ly info to invoking.itely.
11237
11238         * Documentation/user/global.itely, changing-defaults.itely,
11239         sound-output.itexi: moved global settings, file layout, and
11240         sound into global.itely.
11241
11242         * Documentation/user/sound-output.itexi: file removed.
11243
11244         * Documentation/user/lilypond.tely: removed links to
11245         notation.itely and sound.itely.
11246
11247 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11248
11249         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11250
11251         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11252  
11253         * THANKS: add sponsor.
11254
11255         * scm/define-markup-commands.scm (with-url): new markup command.
11256
11257         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11258         tagline.
11259         
11260         * scm/output-tex.scm (url-link): stub.
11261
11262         * scm/output-ps.scm (url-link): new function.
11263
11264         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11265         ly:set-point-and-click
11266
11267 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11268
11269         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11270         based on pdf-viewer setting.
11271
11272         * scm/framework-ps.scm (write-preamble): Find and set preferred
11273         pdf-viewer.
11274
11275 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11276
11277         * Documentation/user/point-and-click.itely: update for PDF point &
11278         click.
11279
11280         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11281         editors based on EDITOR setting.
11282
11283 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11284
11285         * scm/*: Oops, more grand 2005 replace bits.
11286
11287 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11288
11289         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11290
11291         * scm/output-ps.scm (grob-cause): point & click support for
11292         PostScript
11293
11294 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11295
11296         * lily/input-scheme.cc (LY_DEFINE): rename to
11297         ly:input-file-line-column
11298
11299 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11300
11301         * Documentation/user/examples.itely: small fix from Steve Doonan.
11302
11303         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11304
11305         * THANKS: added Yuval Harel.
11306
11307         * Documentation/user/{various}: inserted two spaces after a period.
11308
11309         * Documentation/user/lilypond.tely: added framework for reorg.
11310
11311         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11312         advanced-notation.itely, global.itely: new files, placeholder for
11313         future reorg.
11314
11315 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11316
11317         * Documentation/user/notation.itely: revamped Polyphony section
11318         
11319 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11320
11321         * Documentation/user/lilypond-book.itely (Music fragment options):
11322         doc fontload.
11323
11324         * Documentation/user/changing-defaults.itely (Text encoding): add
11325         fontload option to utf8 include
11326
11327         * scripts/lilypond-book.py (compose_ly): add fontload option
11328
11329         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11330         force-eps-font-include option.
11331
11332         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11333         black triangle
11334
11335         * Documentation/user/invoking.itely (Editor support): remove
11336         lilypond-latex section.
11337
11338         * scripts/lilypond-latex.py (Module): remove script.
11339
11340         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11341         overwrite .log. 
11342
11343         * lily/main.cc: remove -m, --no-layout
11344
11345         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11346         to define. We don't want to override fprintf everywhere.
11347
11348 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11349
11350         * cygwin/lilypond.hint: 
11351         * cygwin/README.in: Update dependencies.
11352
11353         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11354         Bugfix: do not pollute CPPFLAGS, LIBS.
11355
11356         * cygwin/mknetrel (extras): Cross compile fixes.
11357
11358         * ttftool/util.c: 
11359         * ttftool/ttfps.c: 
11360         * ttftool/ps.c: #include libc-extension.hh
11361
11362         * flower/include/libc-extension.hh:
11363         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11364         wrapper using funopen.
11365         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11366         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11367
11368         * config.hh.in:
11369         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11370         (AC_CHECK_HEADERS): Add libio.h
11371
11372         * scripts/convert-ly.py: Uniformize, internationalize.
11373         (2.5.2): Remove fatal encoding rule.
11374         (2.5.13): Handle latin1 encoding gracefully.
11375
11376 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11377
11378         * HACKING: Fix line breaks.
11379
11380 2005-02-23  Werner Lemberg  <wl@gnu.org>
11381
11382         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11383         contains those two files.
11384
11385 2005-02-21  Werner Lemberg  <wl@gnu.org>
11386
11387         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11388         to improve overlap removal process.
11389
11390         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11391         left and right ending.  This ensures better overlapping.
11392         Update all callers.
11393         ("lineprall"): Don't use draw_gridline to get better overlapping.
11394
11395 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11396
11397         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11398
11399         * Documentation/topdocs/NEWS.tely (Top): oops.
11400
11401 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11402
11403         * HACKING: new file.
11404
11405         * input/regression/utf8.ly (portuguese): added a portuguese example
11406         to show latin1 accents.
11407
11408 2005-02-21  Pal Benko  <benkop@freestart.hu>
11409
11410         * lily/mensural-ligature-engraver.cc:
11411         * lily/mensural-ligature.cc:
11412         * lily/include/mensural-ligature.hh: new algorithm implemented
11413
11414         * scm/define-grob-properties.scm: join-left killed (add-join may
11415         be used); join-left-amount changed to join-right-amount
11416
11417 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11418
11419         * Documentation/user/notation.itely: small but urgent fix.
11420
11421 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11422
11423         * lily/duration-scheme.cc: bugfix: correct parameters to
11424         SCM_ASSERT_TYPE.
11425
11426         * THANKS: added Pal.
11427
11428         * Documentation/user/notation.itely: bugfix: unTeXified
11429         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11430         "timesig.*x/y" -> "timesig.*xy".
11431
11432 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11433         
11434         * VERSION (PACKAGE_NAME): release 2.5.12
11435
11436 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11437
11438         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11439
11440         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11441
11442         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11443
11444         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11445
11446 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11447
11448         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11449         latin1..utf-8.
11450
11451         * input/regression/stanza-number.ly:
11452         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11453
11454         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11455
11456 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11457
11458         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11459         NEWS. Refer to website for older news.  
11460
11461         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11462         .HTML. This should be done for specific servers only.
11463
11464         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11465         .ly image examples.
11466
11467         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11468         in layer 0 too.
11469
11470         * scm/define-context-properties.scm
11471         (all-user-translation-properties): add tieWaitForNote
11472
11473         * scm/define-grobs.scm (all-grob-descriptions): add
11474         Tie_column::before_line_breaking
11475
11476         * lily/tie.cc (get_column_rank): new function
11477
11478         * lily/tie-column.cc (before_line_breaking): new function.
11479         (werner_directions): take into account ties that start on
11480         different columns.  
11481
11482         * lily/score-engraver.cc (set_columns): move add_column() so we
11483         have column rank available.
11484
11485         * lily/tie.cc (get_column_rank): new function.
11486
11487         * input/regression/utf8.ly (japanese): add japanese lyrics.
11488
11489         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11490
11491         * THANKS: add Steve D
11492
11493         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11494         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11495
11496 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11497
11498         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11499         to show harmonic notes
11500         * scm/define-markup-commands.scm: in \markup-by-number
11501         "dots-dot" -> "dots.dot" to show dotted notes
11502
11503 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11504
11505         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11506
11507         * flower/memory-stream.cc (writer): new file.
11508
11509         * configure.in: add endian test.
11510
11511 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11512
11513         * Documentation/user/examples.itely: small
11514         simplification/beautification
11515
11516         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11517         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11518         notation manual.
11519
11520         * lily/mensural-ligature.cc: bugfix: another few victims of the
11521         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11522
11523         * ly/gregorian-init.ly: commit some experimental code for hi-level
11524         ligature input language lying around here for several months.
11525
11526         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11527         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11528
11529         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11530         "x-y-z"->"x.y.s-z" fixes.
11531
11532 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11533
11534         * scm/framework-pdf.scm (scm): new file
11535
11536         * lily/include/pdf.hh (class Pdf_file): new file.
11537
11538         * lily/pdf.cc (write_trailer): new file.
11539
11540 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11541
11542         * input/regression/color.ly: new file
11543
11544         * lily/stencil.cc (interpret_stencil_expression):
11545         when a color expression is encountered: save current color,
11546         process the rest of the expression, and restore previous color.
11547
11548         * lily/system.cc (get_line): check all grobs for color property and
11549         prepare the stencil scheme expressions for further processing.
11550         Fix layer-loop.
11551
11552         * scm/define-grob-properties.scm: introduce the color property.
11553
11554         * scm/output-lib.scm: color helper functions.
11555
11556         * scm/output-ps.scm: introduce setcolor/resetcolor.
11557
11558 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11559
11560         * ly/*.ly, input/regression/*.ly: Added missing \version
11561         statements in some files.
11562
11563 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11564
11565         * Documentation/user/notation.itely: minor editing.
11566
11567         * Documentation/user/converters.itely: updated convert-ly bugs.
11568
11569         * Documentation/user/lilypond-book.itely: add info about using
11570         feta characters in latex.
11571
11572 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11573
11574         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11575
11576 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11577
11578         * scm/define-grob-properties.scm (all-user-grob-properties):
11579         removed 'dashed property.
11580
11581 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11582
11583         * scm/lily.scm (define-safe-public): new macro for defining
11584         variables that can be used in --safe mode. Use it in *.scm
11585         instead of manually setting safe-objects in safe-lily.scm.
11586
11587 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11588         
11589         * lily/slur.cc: Slur-dash patch by Bertalan.
11590
11591         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11592
11593         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11594
11595 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11598
11599 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11600
11601         * mf/GNUmakefile: teTeX-3.0 install fix.
11602
11603         * Cygwin patch from Bertalan.
11604
11605         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11606
11607 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11608
11609         * GNUmakefile.in: 
11610         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11611
11612         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11613         2.0.x compatibility.
11614
11615 2005-02-08  Werner Lemberg  <wl@gnu.org>
11616
11617         * mf/feta-din-code.mf: Format; clean up code.
11618         Replace `---' with `--' plus explicit path directions.
11619         (linethickness#, stafflinethickness#): Remove.
11620         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11621         ("dynamic s"): Improve shape.
11622         ("dynamic p"): Improve shape.
11623         Replace `draw' with better outline approximation.
11624         ("dynamic r"): Improve shape.
11625         Don't call `fill' and `draw' at the same time.
11626
11627 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * SConstruct (symlink):
11630         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11631         build fix: add enc symlink.
11632
11633         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11634
11635         Support for DESTDIR besides prefix=/foo
11636
11637         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11638
11639         * stepmake/stepmake/*.make:
11640         * */GNUmakefile:
11641         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11642
11643         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11644
11645         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11646         mawk in fontforge (date) test.
11647
11648 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11649
11650         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11651         font-family=roman. Add Luxi Sans as sans
11652
11653 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11654
11655         * Documentation/user/notation.itely: add warning about
11656         percent repeats and Voice contexts.
11657
11658         * Documentation/user/lilypond-book.itely: clarified the
11659         necessity of dvips -u arguments.
11660
11661 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11662
11663         * THANKS: Added a bunch of bug hunters.
11664
11665 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11666
11667         * scm/framework-ps.scm (output-preview-framework): bugfix.
11668
11669         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11670         o/ for chord modifier..
11671
11672         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11673
11674         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11675         Welsh Duggan). 
11676
11677 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11678
11679         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11680
11681         * ly/titling-init.ly: Do not also print intstrument in header on
11682         first page.  Do not print page number on first and only page.
11683
11684 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11685
11686         * input/regression/*.ly: remove old-relative everywhere
11687
11688         * lily/music-sequence.cc (simultaneous_relative_callback): do
11689         what-if analysis on copy, not on original. Fixes old-relative
11690         compatibility.
11691
11692         * scm/backend-library.scm (postscript->png): space before
11693         --verbose.
11694         
11695 2005-02-05  Werner Lemberg  <wl@gnu.org>
11696
11697         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11698         is defined.
11699
11700         * mf/feta-alphabet.mf: Define `staffsize#'.
11701         Include `feta-params.mf'.
11702         s/staffheight/design_size/.
11703
11704         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11705
11706         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11707
11708         * mf/feta-nummer-code.mf: Reformatted.
11709         (draw_six): Use outline intersection to avoid a self-intersecting
11710         path.
11711         ("Numeral comma"): Fix serious outline glitches.  This slightly
11712         changes the glyph shape.
11713         ("Numeral dash"): Use `draw_rounded_block'.
11714         ("Numeral dot"): Use `drawdot'.
11715         ("Numeral 1"): Assure identical tangent directions for the
11716         intersection points of paths.  The glyph shape improvement is only
11717         visible at very high magnifications.
11718         ("Numeral 2"): Use `solve' macro to make the lower right part of
11719         the glyph outline touch the x axis exactly.  This changes the
11720         glyph shape.
11721         Minor fixes for better overlap removal support.
11722         ("Numeral 4"): Make lefter corner `rounder'.
11723         ("Numeral 5"): Assure identical tangent directions for the
11724         intersection points of paths.  This improves the glyph shape at
11725         high magnifications.
11726         ("Numeral 7"): Use `solve' macro to make the upper right part of
11727         the glyph outline touch the metrics box exactly.  This changes the
11728         glyph shape.
11729         Avoid corner in the upper left part of the glyph (causing a minor
11730         shape change).
11731
11732         * mf/feta-ital-*.mf: Removed.  Unused.
11733
11734 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11735
11736         * VERSION (PATCH_LEVEL): release 2.5.11
11737
11738         * input/regression/fill-line-test.ly: new file.
11739
11740         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11741         emmentaler name, eg. emmentaler-23. 
11742
11743 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11744
11745         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11746         alignment with centered texts
11747
11748         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11749         list of paddings
11750
11751 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11752
11753         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11754
11755         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11756         of parents when translating rests. Fixes: c-chord-rest.ly 
11757
11758         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11759         dimension_callback_ member.
11760
11761         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11762         of extents.
11763
11764 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * all but lily/*: The grand 2004/2005 replace.
11767
11768 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11769
11770         * lily/*: add space after ,  
11771
11772         * scm/music-functions.scm (has-request-chord): don't use
11773         ly:music-name anywhere. Fixes <<\\>> notation. 
11774
11775         * scm/define-markup-commands.scm (box): use font-size for
11776         padding. Fixes boxed-rehearsal-marks.ly
11777
11778         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11779         identifier definition too, so foo = \lyrics { ...   } bar = #1
11780         doesn't complain about "bar" being LYRICS_STRING.
11781
11782         * lily/paper-def.cc (find_pango_font): new routine; Store
11783         pango_fonts in hash tab too. This is necessary for retrieving
11784         Pango_fonts::physical_font_tab() later on.
11785  
11786         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11787         crash if psname is null.
11788
11789         * lily/lily-guile.cc (ly_hash2alist): new function
11790
11791         * Documentation/user/changing-defaults.itely (Text encoding):
11792         rewrite. 
11793
11794         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11795         -> font_filename mapping.
11796
11797         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11798         ly_pango_font_physical_fonts
11799
11800         * scm/framework-ps.scm (supplies-or-needs): extract names from
11801         physical Pango_fonts.
11802
11803         * utf8.ly: new file.
11804
11805 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11806
11807         * Documentation/user/changing-defaults.itely (Page layout): add
11808         doco about systemSeparatorMarkup.
11809
11810         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11811         function.
11812         (default-page-make-stencil): insert system separators.
11813
11814         * scm/define-markup-commands.scm (hcenter): add
11815         (beam): add.
11816
11817 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11818
11819         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11820
11821 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * lily/main.cc: Spell backend consistently.  Sort options.
11824
11825 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11826
11827         * scripts/lilypond-book.py (Module): revert @include.
11828         
11829 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11832         Bugfix: @include .tex (not .texi).  Small cleanups.
11833
11834         * stepmake/bin/add-html-footer.py (i18n): New function.
11835
11836 2005-01-31  Werner Lemberg  <wl@gnu.org>
11837
11838         * mf/feta-nummer.mf: Removed.  Unused.
11839
11840 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11841
11842         * lily/ : 2004 -> 2005 s&r
11843
11844         * scm/file-cache.scm (cached-file-contents): add file. Read each
11845         file only once.
11846
11847         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11848         now default.
11849
11850         * VERSION: release 2.5.10
11851         
11852         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11853
11854         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11855
11856         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11857         that both X and Y extents of bbox are non-nil.
11858
11859 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11860
11861         * scm/chord-name.scm (alteration->text-accidental-markup): change
11862         - to . 
11863
11864         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11865
11866         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11867
11868         * Documentation/user/invoking.itely (Invoking lilypond): add note
11869         about EPS backend.
11870
11871         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11872         files for inclusion in lilypond-book document.
11873
11874         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11875
11876         * input/tutorial/lbook-texi-test.texi: new file.
11877
11878         * scm/safe-lily.scm (safe-objects): add
11879         {begin,end}-of-line-(in)?visible as safe.
11880  
11881 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11882
11883         * Documentation/user/changing-defaults.itely: fixed example
11884         of (dynamics).
11885
11886 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11887
11888         * lily/main.cc: fix info about -o=FILE.
11889
11890 2005-01-29  Werner Lemberg  <wl@gnu.org>
11891
11892         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11893         construction to assure smooth transition from straight to curved
11894         lines.
11895
11896 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11897
11898         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11899         stencils.
11900
11901         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11902         translate to top of page. Fixes alignment problems of
11903         lilypond-generated EPS files.
11904
11905 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11906
11907         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11908         crescendo-end as well, since Decrescendo maybe ended with Stop
11909         Crescendo.). Fixes: partcombine-diminuendo.ly
11910
11911         * scm/script.scm (default-script-alist): swap portato symbols.
11912
11913         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11914
11915         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11916         ly:outputter-port. New function.
11917
11918         * scm/framework-ps.scm (output-classic-framework): dump a
11919         -systems.texi too
11920         (output-classic-framework): dump multiple systems on an "infinite"
11921         page EPS including fonts. 
11922
11923         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11924         .eps files for both texi and tex formats. Use PNG coming from
11925         lilypond.
11926         
11927 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11928
11929         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11930
11931         * scripts/lilypond-latex.py: fix info about -o=FILE.
11932
11933 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11934
11935         * ly/generate-embedded-cff.ly: write .cff.ps files.
11936
11937         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11938
11939         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11940         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11941
11942 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11943
11944         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11945
11946 2005-01-28  Werner Lemberg  <wl@gnu.org>
11947
11948         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11949         macros.
11950         (draw_bulb): Improved.
11951
11952         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11953         metapost bug.
11954         (draw_pedal_P): Use soft_end_penstroke.
11955         (draw_pedal_d): Use soft_start_penstroke.
11956
11957         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11958         path.
11959         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11960         doesn't change the glyph shape.
11961
11962         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11963         changing the shape) to avoid fontforge warnings.
11964
11965         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11966         soft_end_penstroke and fix glyph shape.
11967
11968 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11971
11972 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11973
11974         * scm/define-markup-commands.scm (line): filter out empty stencils
11975         from line command.
11976
11977         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11978         amount.
11979
11980 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11981
11982         * Documentation/user/notation.itely: added info about what
11983         \voiceFoo does.  Also rewrote warning about marks at
11984         a line break.
11985
11986         * Documentation/user/changing-defaults.itely: added info
11987         about putting dynamics in parenthesis and brackets.
11988
11989 2005-01-27  Werner Lemberg  <wl@gnu.org>
11990
11991         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11992
11993 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11994
11995         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11996         portato-direction.ly
11997
11998         * lily/beam.cc (consider_auto_knees): add beam height to
11999         threshold. Fixes: knee-multiple-beam.ly
12000
12001         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
12002         pedal line spanners. Fixes: instrument-center-pedal.ly
12003
12004         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
12005         if encountering barline. Fixes: auto-beam-repeat.ly
12006
12007 2005-01-26  Werner Lemberg  <wl@gnu.org>
12008
12009         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
12010         overlapping.
12011
12012         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
12013         with inflections for the 1/2 sharp glyph.
12014
12015         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
12016         connection between `t' and `r'.
12017         Unify bulb with the rest of `r' to avoid grazing outlines which
12018         confuses the overlap removal algorithm of fontforge.
12019
12020         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
12021         inflections.
12022         (draw_cross): Fix shape to have uniform thickness in corners.
12023
12024         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
12025         to avoid an uneven number of self-intersections; this confuses
12026         fontforge.
12027         Fix a slight bug in the shape at left bottom (which is visible only
12028         at high magnifications).
12029         `Center' the stem horizontally to avoid overlapping.
12030
12031 2005-01-24  Werner Lemberg  <wl@gnu.org>
12032
12033         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
12034         to `asis'.
12035         (fet_begingroup): Save group name in string `feta_group'.
12036         (fet_endgroup): Updated.
12037         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
12038
12039         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
12040
12041         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
12042         in metapost.
12043
12044 2005-01-24  Graham Percival  <gperlist@shaw.ca>
12045
12046         * Documentation/user/notation.itely: really minor editing.
12047
12048 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12049
12050         * Documentation/user/examples.itely: minor editing.
12051
12052         * Documentation/user/changing-defaults.itely: minor editing.
12053
12054         * Documentation/user/notation.itely: clarified info on polyphony
12055         and \addlyrics.
12056
12057 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12058
12059         * scm/output-gnome.scm: 
12060         * scm/output-svg.scm:
12061         * scm/lily-library.scm (font-name-style): Update font name
12062         kludging for fontconfig use.
12063
12064 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
12065
12066         * scm/define-markup-commands.scm: Document right-align and
12067         larger markup commands. Remove "TODO" from the topmost comment
12068         "each markup function should have a doc string." More consistent
12069         use of new-lines.
12070
12071 2005-01-22  Graham Percival  <gperlist@shaw.ca>
12072
12073         * Documentation/user/changing-defaults: removed info about
12074         copyright symbol, since it's likely to change soon.
12075         Added info about betweensystemspace.
12076
12077         * Documentation/user/notation.itely: minor fixes.
12078
12079         * Documentation/user/lilypond.tely,
12080         Documentation/user/music-glossary.tely: changed copyright
12081         date to 2005 instead of 2004.
12082
12083         * input/test/volta-chord-names.ly: added old example back.
12084
12085 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12086
12087         * mf/feta-beugel.mf: use design size 20 (not 15).
12088
12089         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
12090         change name to aybabtu completely
12091
12092 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12093
12094         * buildscripts/gen-emmentaler-scripts.py (outdir): add
12095         design_size to fontname
12096
12097 2005-01-19  Werner Lemberg  <wl@gnu.org>
12098
12099         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
12100         mf/feta-schrift.mf: s/p/pat/ if a path variable.
12101
12102         * mf/feta-autometric.mf (set_char_box): Add code which emits
12103         specials for mf2pt1 if run with metapost.
12104         (to_bp): New macro for mf2pt1.
12105
12106 2005-01-18  Graham Percival  <gperlist@shaw.ca>
12107
12108         * Documentation/user/changing-defaults: added info on
12109         creating a copyright symbol.
12110
12111 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12112
12113         * VERSION: release 2.5.9
12114         
12115 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
12116
12117         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
12118
12119         * Documentation/user/notation.itely: Document
12120         score-override-auto-beam-setting Fix documentation for
12121         revert-auto-beam-setting.
12122
12123 2005-01-18  Werner Lemberg  <wl@gnu.org>
12124
12125         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
12126         (procset): New function to define a procset resource.
12127         (ps-embed-pfa): New function to define a font resource.
12128         (setup): New function to define a `Setup' environment.
12129         (preamble): Use new functions.
12130
12131         * ps/lilypond.defs (init-lilypond-parameters): New function to
12132         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
12133
12134 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12135
12136         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
12137
12138 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
12139
12140         * scm/define-markup-commands.scm: Change number->markletter-string
12141         to take two arguments (vector number). Add number->mark-alphabet-vector
12142         and markalphabet markup command.
12143
12144         * scm/translation-functions.scm: Add format-mark-box-alphabet,
12145         format-mark-alphabet, format-mark-box-barnumbers and
12146         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
12147
12148 2005-01-17  Graham Percival  <gperlist@shaw.ca>
12149
12150         * Documentation/user/examples.itely: add SATB automatic piano
12151         reduction template.
12152
12153         * Documentation/user/notation.itely: added info about changing
12154         partcombine texts.  Also adds examples of alternate lyrics.
12155
12156         * Documentation/user/changing-defaults.itely: added warning
12157         about \RemoveEmptyStaffContext overriding previous changes.
12158
12159 2005-01-17  Werner Lemberg  <wl@gnu.org>
12160
12161         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
12162         feta-alphabet*.
12163
12164 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12165
12166         * python/lilylib.py (make_ps_images): don't do final showpage for
12167         multi-page documents.
12168         
12169         * VERSION (MY_PATCH_LEVEL): release 2.5.8
12170
12171 2005-01-16  Graham Percival  <gperlist@shaw.ca>
12172
12173         * Documentation/user/lilypond.tely: changed order of appendices;
12174         unified index should be last.
12175
12176         * Documentation/user/notation.itely: add example of key signatures
12177         and info about Staff.printKeyCancellation.
12178
12179 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12180
12181         * lily/include/repeated-music.hh (class Repeated_music): change
12182         into "namespace" class.
12183
12184         * lily/event.cc: remove Key_change_event.
12185
12186         * lily/include/transposed-music.hh (class Transposed_music): remove.
12187
12188         * lily/transposed-music.cc: remove
12189
12190         * lily/include/relative-music.hh: remove.
12191
12192         * lily/include/music-sequence.hh (struct Music_sequence): change
12193         into "namespace" class.
12194
12195         * lily/untransposable-music.cc (Module): remove
12196
12197         * lily/include/un-relativable-music.hh (Module): remove
12198
12199         * lily/include/untransposable-music.hh (Module): remove
12200
12201         * lily/include/music-list.hh (Module): remove file
12202
12203         * lily/un-relativable-music.cc: remove file.
12204
12205 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12206
12207         * lily/parser.yy: Compile fix.
12208
12209 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12210
12211         * lily/include/music.hh (class Music): unvirtualize transpose().
12212
12213         * lily/sequential-music.cc: remove file.
12214
12215         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12216
12217         * lily/slur-scoring.cc (get_best_curve): only switch on
12218         DEBUG_SLUR_SCORING for non NDEBUG builds.
12219
12220         * lily/include/music.hh (class Music): replace Music::start_mom()
12221         by start-callback property
12222
12223         * lily/include/grace-music.hh: remove file. 
12224
12225         * lily/stem.cc (height): robustness fix.
12226
12227         * lily/time-scaled-music.cc: remove file.
12228
12229         * lily/include/music.hh (class Music): include SCM init argument.
12230         (class Music): replace Music::get_length() virtual by
12231         length-callback property everywhere.
12232
12233         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12234
12235         * mf/GNUmakefile: don't install *list.ly
12236
12237 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12238
12239         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12240
12241 2005-01-12  Werner Lemberg  <wl@gnu.org>
12242
12243         This patch addresses the following problems in the feta sources
12244         files which contribute to the fetaXX fonts.
12245
12246         . Many fixes for rasterization at low resolutions (consistent use of
12247           `vround' and `hround', integer shift values for paths, applying
12248           `eps' for mirrored paths, use of `define_whole_pixels' and
12249           friends, etc.) -- while this probably looks like a waste of time
12250           it has revealed deficiencies in some glyph shapes.  See comment at
12251           the end of feta-params.mf how vertical symmetry is achieved.
12252
12253         . The `---' operator has been replaced everywhere with `--'; this
12254           both improves and considerably reduces the font size after
12255           conversion with mf2pt1.
12256
12257         These change aren't explicitly mentioned below since virtually all
12258         glyphs are affected.
12259
12260         Other notable differences:
12261
12262         . Glyphs from feta-accordion.mf now have charboxes around the
12263           outline.
12264
12265         . Fixed incorrect charbox for `accDot'.
12266
12267         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12268
12269         . Fixed position of the bow in the `upprall' glyph and its siblings.
12270
12271         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12272           dependent on the staff line thickness to avoid touching the middle
12273           staff line at smaller sizes.
12274
12275         . Largely extended output for feta-testXX: Where useful, glyphs
12276         are shown both between and on staff lines.
12277
12278
12279         * mf/feta-params.mf (staff_space_rounded,
12280         stafflinethickness_rounded, linethickness_rounded,
12281         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12282         Update all code which uses them where appropriate.
12283         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12284         New variables used to control rasterization at low resolutions.  Set
12285         to zero if feta code is processed with metapost.
12286
12287         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12288         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12289         (flare_path): Updated.
12290         Make it work with `filldraw' (but only circular pens).
12291         (hfloor, vfloor, hceiling, vceiling): New macros.
12292
12293         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12294         Use `draw' again in mf mode to have good pixel dropout control.
12295         Fix intersection points of horizontal lines with circle.
12296         ("accDot"): Fix parameters for set_char_box.
12297         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12298         control.
12299
12300         * mf/feta-banier.mf: Updated.
12301
12302         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12303         testing.
12304         (undraw_inside_ellipse): Remove `center' argument.  Update all
12305         callers.
12306         (draw_brevis): New macro, called by "Brevis notehead".
12307         (draw_whole_triangle_head): New macro, called by "Whole
12308         trianglehead".
12309         (draw_small_triangle_head): Use `filldraw'.
12310
12311         * mf/feta-eindelijk.mf: Remove useless global group.
12312         Updated.
12313
12314         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12315         `filldraw'.
12316
12317         * mf/feta-pendaal.mf: Updated.
12318
12319         * mf/feta-puntje.mf: Updated.
12320
12321         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12322         less points.
12323         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12324         dropout control.
12325         ("Varied Coda"): Use `draw_block'.
12326         (draw_comma): Fix typo.
12327         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12328         pixel dropout control.
12329
12330         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12331         position of bow.
12332
12333         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12334         sizes.
12335
12336         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12337         testing.
12338         (draw_meta_sharp): Much simplified.
12339         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12340
12341         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12342
12343 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12344
12345         * Documentation/user/notation.itely (Ancient rests): Fix typo
12346         (thanks Anthony)
12347
12348 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12349
12350         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12351
12352         * lily/main.cc (setup_paths): Add cff.
12353
12354         * mf/GNUmakefile (foe): Include actual target %.cff.
12355         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12356
12357 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12358
12359         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12360         suffix for main_input_b_.
12361
12362         * scm/music-functions.scm (toplevel-music-functions):
12363         precompute music lengths for music expressions.  
12364
12365 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12366
12367         * lily/include/input.hh (class Input): new `end_' slot for end of
12368         input. Renamed defined_str0_ to start_.
12369
12370         * lily/input.cc (Input): Add Input::Input (Input const &) and
12371         remove Input::Input (Source_file*, char const *). Use the new
12372         slots.
12373         (set_location): method used by bison to propagate input
12374         locations (YYLLOC_DEFAULT).
12375         (end_line_number, end_column_number, step_forward): new methods
12376         
12377         * lily/input-scheme.cc (ly:input-both-locations): new function,
12378         similar to ly:input-location, but also return the end line and
12379         column.
12380
12381         * lily/include/includable-lexer.hh: 
12382         * lily/includable-lexer.cc: 
12383         * lily/include/lily-lexer.hh (class Lily_lexer): 
12384         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12385         Includable_lexer to Lily_lexer, in order to update lexloc (the
12386         yylloc), a new slot of Lily_lexer.
12387         (here_input, LexerError): simplify by using the lexloc slot (aka
12388         yylloc)
12389
12390         * lily/lexer.ll: #define yylloc to use input locations (it may
12391         be useless here?). Fixed the #embedded_scm rule (step the location
12392         forward in order to skip the sharp sign before parsing the scheme
12393         expression)
12394
12395         * lily/include/lily-parser.hh (class Lily_parser): 
12396         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12397         here_input()
12398         (parser_error): overload for more precise locations of errors.
12399
12400         * lily/parser.yy (YYLTYPE): set location type to Input
12401         (YYLLOC_DEFAULT): use Input::set_location()
12402         (yylex): add the YYLTYPE* location parameter.
12403         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12404         Give an Input parameter to THIS->parser-error() for more accurate
12405         messages.
12406
12407 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12408
12409         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12410
12411         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12412         on BEAMQUANTING for non-NDEBUG builds.
12413
12414         * lily/stem.cc (head_count): performance: avoid String::String()
12415         inside oft called function.
12416
12417 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12418
12419         * Documentation/user/examles.itely: attempted fix for broken
12420         string quartet template.
12421
12422         * Documentation/user/notation.itely: remove unnecessary broken
12423         link.
12424
12425 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12426
12427         * VERSION (PACKAGE_NAME): release 2.5.7
12428
12429 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12430
12431         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12432         mf-nowin for teTeX-3.0.  Backportme.
12433
12434         * scm/output-svg.scm (utf8-string): New function.
12435
12436         * scm/output-gnome.scm (utf8-string): New function.
12437         (otf-name-mangling): Remove.
12438
12439         * lily/pango-font.cc (Pango_font): Use font string iso font
12440         filename for utf8-text.
12441
12442         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12443         name.
12444
12445 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12446
12447         * Documentation/user/notation.itely: add info about
12448         Staff.extraNatural = ##f in Pitches section.  Also
12449         fixed some minor issues in the Vocal music section.
12450
12451 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12452
12453         * scm/output-ps.scm (white-text): comment out Helvetica font,
12454         which is broken for my GS install.
12455
12456         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12457         which provides a tighter bbox.
12458
12459         * scm/define-grobs.scm (all-grob-descriptions): remove all
12460         extra-offsets from definitions.
12461
12462 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12463
12464         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12465         add tuning for 4-string bass and some common 4/5-string banjo
12466         tunings.  New function (four-string-banjo) turns a 5-string tuning
12467         into a 4-string tuning.  New function
12468         (fret-number-tablature-format-banjo) computes correct fret numbers
12469         on 5-string banjos.
12470
12471         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12472         Add beam correction to TabVoice.
12473
12474         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12475         using bold font; makes tabs more readable.
12476
12477 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12478
12479         * lily/font-select.cc (get_font_by_design_size): don't make
12480         Modified_font_metric; this causes trouble, since we don't know the
12481         font magnification from inside Pango_font::text_stencil()
12482
12483         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12484
12485         * Documentation/user/notation.itely (The Lyrics context): comment out
12486         broken {Small ensembles} link.
12487
12488         * scm/framework-svg.scm (output-framework): change calling convention.
12489
12490         * lily/object-key-dumper-scheme.cc: new file.
12491
12492         * lily/object-key-undumper-scheme.cc: new file.
12493
12494         * lily/tweak-registration-scheme.cc: new file.
12495
12496         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12497
12498         * Documentation/user/examples.itely (String quartet): uncomment
12499         broken example.
12500
12501         * lily/font-config.cc: new file.
12502
12503 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12504
12505         * scm/output-svg.scm: 
12506         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12507
12508         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12509
12510 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12511
12512         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12513         Add headers.
12514
12515         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12516
12517 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12518
12519         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12520
12521         * lily/include/main.hh: lose _b hungarian suffixes for global
12522         variables.
12523
12524         * lily/include/lily-guile-macros.hh: new file.
12525
12526         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12527
12528         * lily/general-scheme.cc: new file. 
12529
12530         * lily/font-select.cc (get_font_by_design_size): retrieve
12531         PangoFont for (designsize . "pango-descr") entries.
12532
12533         * lily/lily-parser-scheme.cc: new file.
12534
12535         * lily/output-def-scheme.cc: new file.
12536
12537         * lily/paper-book-scheme.cc: new file.
12538
12539         * lily/duration-scheme.cc (LY_DEFINE): new file.
12540
12541         * lily/pitch-scheme.cc:  new file.
12542
12543         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12544
12545 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12546
12547         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12548
12549 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12550
12551         * Documentation/user/notation.itely: minor editing.
12552
12553         * Documentation/user/changing-defaults: minor editing.
12554
12555         * Documentation/user/examples.itely: add template for
12556         string quartet part extraction; demonstrates tag.
12557
12558 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12559
12560         * Documentation/user/notation.itely: documents
12561         format-mark-box-letters and format-mark-box-numbers
12562
12563         * scm/define-context-properties.scm: change comment.
12564
12565 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12566
12567         * scm/framework-ps.scm (output-classic-framework): new function:
12568         dump systems as separate .eps files (without fonts) and write a
12569         single collecting .tex file.
12570
12571 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12572
12573         * Documentation/user/notation.itely (Setting simple songs):
12574         Correct several errors in the equivalent formulation of
12575         \addlyrics. 
12576         (The Lyrics context): Corrected link to the SATB example.
12577
12578 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12579
12580         * scm/lily.scm (completize-formats): new function
12581         (postprocess-output): new function
12582
12583         * lily/paper-book.cc (classic_output): change calling
12584         convention. Give basename as first argument. 
12585         remove Paper_book::post_processing().
12586
12587         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12588
12589 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12590
12591         * lily/paper-outputter.cc (LY_DEFINE): new function
12592         ly:outputter-close.
12593
12594         * lily/main.cc: change --format,-f to --backend,-b
12595
12596         * lily/include/main.hh: rename format to backend.
12597
12598         * scm/translation-functions.scm (format-mark-box-numbers): add.
12599         patch by Erlend Aasland
12600
12601 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12602
12603         * lily/pango-font.cc (text_stencil): dump string as
12604         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12605
12606 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12607
12608         * configure.in (gui_b): Remove handy developer-only
12609         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12610         CVS source installations (but break other non-default but correct
12611         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12612
12613         * SConstruct: 
12614         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12615         compatibility (backportme).
12616
12617         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12618
12619 2005-01-03  Werner Lemberg  <wl@gnu.org>
12620
12621         Prepare glyph shapes for mf2pt1 conversion.
12622
12623         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12624         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12625         `penstroke'.
12626         (accDot): Use `drawdot'.
12627         (accBayanbase): Replace `draw' with `draw_gridline'.
12628         (print_penpos): Moved to feta-macros.mf.
12629         (accOldEE): Replace `filldraw' with `penstroke'.
12630         Replace `draw' with `penstroke' and `drawdot'.
12631
12632         * mf/feta-banier.mf: Code clean-up.
12633         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12634         `fill'.
12635
12636         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12637
12638         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12639         paremeter to control drawing of labels.  Update all callers.
12640
12641         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12642         (new_bulb): Return a bulb as a single path.  To do that, it now
12643         takes some more parameters.  Updated all callers.
12644         (draw_gclef): Major clean-up.  `draw' has been replaced with
12645         `penstroke', unnecessary outlines have been removed.
12646         Remove (unused) gnome-canvas code.
12647
12648         * mf/feta-macros.mf (print_penpos): New macro (from
12649         feta-accordion.mf).
12650         Other minor fixes.
12651
12652         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12653         ("Pedal dot"): Use `drawdot'.
12654         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12655         all callers.
12656         Fix shape at top.
12657         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12658         all callers.
12659         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12660         all callers.
12661         Revert drawing direction.
12662
12663         * mf/feta-schrift.mf (draw_fermata): Use single path.
12664         (draw_short_fermata): Replace `filldraw' with `fill'.
12665         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12666         `draw_rounded_block' with a single path.
12667         ("Thumb"): Draw full circle instead of mirroring segments.
12668         (draw_accent): New macro.
12669         ("> accent", "espr"): Use it.
12670         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12671         ("open (unstopped)"): Draw full circle instead of mirroring
12672         segments.
12673         (draw_vee): Removed.
12674         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12675         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12676         path.
12677         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12678         partial pieces drawn with `fill' -- these do still overlap with the
12679         stem of the `t' but just once, not multiple times so that fontforge
12680         can handle it gracefully.
12681         Change other parts of the glyph so that fontforge's overlapping
12682         algorithm reliably works.
12683         (draw_heel): Replace `draw' with `fill'.
12684         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12685         ("Flageolet"): Replace `draw' with `penstroke'.
12686         ("Segno"): Replace `filldraw' with `penstroke'.
12687         Replace `draw' with `drawdot'.
12688         ("Coda"): Replace `fill' with `penstroke', using a single path.
12689         ("Varied Coda"): Use less overlapping paths.
12690         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12691         single path.
12692
12693         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12694         group to better control the `labels' command.
12695         Rename argument to `offset' and use it actually.  Update all
12696         callers.
12697         Replace `filldraw' with `fill'.
12698         ("mordent", "prallmordent", "upmordent", "downmordent",
12699         "lineprall"): Replace `draw' with `draw_gridline'.
12700         ("upprall", "downprall"): Replace `draw' with `fill'.
12701
12702         * mf/feta-timesig.mf: Formatting.
12703
12704         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12705         to...
12706         ("Flat"): Here.
12707         (draw_paren): Move code to draw labels to...
12708         ("Right Parenthesis"): Here.
12709
12710 2005-01-02  Graham Percival <gperlist@shaw.ca>
12711
12712         * Documentation/user/notation.itely: add example of \setTextDecresc
12713         and \setTextDim.
12714
12715 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12716
12717         * scm/define-markup-commands.scm :  fix glyph-strings of
12718         accidentals and \note-by-number
12719
12720 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12721
12722         * VERSION: 2.5.6 released.
12723         
12724         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12725
12726         * input/regression/new-markup-scheme.ly: oops. font-family=music
12727         -> font-encoding fetaMusic.  
12728
12729         * lily/main.cc: put default to PS.
12730
12731         * lily/tfm.cc: idem.
12732
12733         * lily/afm.cc: idem.
12734
12735         * lily/include/modified-font-metric.hh (struct
12736         Modified_font_metric): remove coding_scheme() method.
12737
12738         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12739
12740         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12741
12742         * input/les-nereides.ly: convert to utf8
12743
12744         * lily/modified-font-metric.cc (text_dimension): idem.
12745
12746         * lily/parser.yy (TODO): idem.
12747
12748         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12749
12750         * lily/lexer.ll: remove encoding
12751
12752         * scm/framework-ps.scm (output-variables): separately scale the
12753         page to mm 
12754
12755         * lily/pango-font.cc (Pango_font): fix scaling.
12756
12757         * lily/font-metric.cc (design_size): design_size returns a
12758         dimension now as well.
12759
12760 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12761
12762         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12763         brace generation. 
12764
12765         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12766
12767 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12768
12769         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12770         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12771
12772 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12773
12774         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12775         in first run as well.
12776
12777         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12778         dimension less points (ie. 12 = 12 point)
12779
12780         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12781
12782         * lily/all-font-metrics.cc (find_pango_font): set description_
12783
12784         * lily/pango-font.cc (text_stencil): export size as well.
12785         (text_stencil): fix scaling and extents box.
12786
12787 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12788
12789         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12790
12791         * Documentation/user/invoking.itely (Invoking lilypond): document
12792         texstr
12793
12794         * scripts/convert-ly.py (conv): add ancient rules.
12795
12796         * scm/clef.scm (c0-pitch-alist): replace - with .
12797
12798         * scripts/lilypond-book.py (process_snippets): add texstr support.
12799
12800         * scm/framework-texstr.scm (header): change extension to .textmetrics
12801
12802         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12803         -f tex.
12804
12805         * lily/text-metrics.cc: new file.
12806         (try_load_text_metrics): new function
12807
12808         * lily/include/text-metrics.hh: new file.
12809
12810 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12811
12812         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12813         ly_scheme_function to ly_lily_module_constant.
12814
12815         * lily/modified-font-metric.cc (text_dimension): try
12816         lookup_tex_text_dimension() first.
12817
12818         * lily/tfm.cc: new function ly:load-text-dimensions
12819
12820 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12821
12822         * scm/output-texstr.scm (text): use \lilygetmetrics
12823
12824         * scm/framework-texstr.scm (header): dump in new format.
12825
12826         * tex/lilypond-tex-metrics: new file.
12827         
12828 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12829
12830         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12831         mapping.
12832         (index_to_charcode): New method.
12833
12834         * scm/output-ps.scm (glyph-string): 
12835         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12836
12837 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12838
12839         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12840         implement fully, need FONT to get to charcode.
12841
12842         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12843
12844         * scm: Cleanups.
12845
12846         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12847         {Tunable context properties},
12848         {All layout objects},
12849         {Music definitions}.
12850
12851 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12852
12853         * VERSION: release 2.5.5
12854         
12855         * lily/main.cc: use TeX as default output format.
12856
12857         * flower/file-path.cc (find): try to open directly as well, so we
12858         find absolute path files. 
12859
12860         * lily/pango-select.cc: new file.
12861
12862         * scm/framework-ps.scm: remove all encoding code. 
12863         load pfb/pfa for PangoFont too.
12864         
12865         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12866
12867 2004-12-22  Werner Lemberg  <wl@gnu.org>
12868
12869         Prepare glyph shapes for mf2pt1 conversion.
12870
12871         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12872
12873         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12874         (define_triangle_shape): Use it to replace `draw' with `fill' and
12875         `unfill'.  Update all callers.
12876         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12877         (draw_cross): Ditto.
12878         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12879         Use penrazor for better conversion with mf2pt1.
12880         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12881         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12882         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12883         draw_la_head, draw_ti_head): Replace `filldraw' with
12884         `fill'.  Update all callers.
12885
12886 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12887
12888         * lily/paper-book.cc (output): revert: only allow a single output
12889         format.
12890
12891         * lily/include/pango-font.hh: new file.
12892
12893         * lily/pango-font.cc: new file.
12894
12895         * lily/font-metric.cc (text_stencil): new routine
12896
12897         * lily/all-font-metrics.cc (find_pango_font): new routine.
12898
12899         * lily/include/font-metric.hh (struct Font_metric): add
12900         text_stencil()
12901
12902         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12903
12904 2004-12-22  Werner Lemberg  <wl@gnu.org>
12905
12906         Prepare glyph shapes for mf2pt1 conversion.
12907
12908         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12909
12910         * mf/feta-toevallig.mf: Formatting.
12911         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12912         ("Natural"): Fix paths to allow better postprocessing.
12913         (draw_meta_flat): Use `z3l' as additional point in path to get
12914         better conversion with mf2pt1.
12915         Other minor cleanups.
12916         ("3/4 Flat"): Add auxiliary points and modify path to replace
12917         `draw' with `fill'.
12918         ("Double Sharp"): Mirror path segments instead of picture elements
12919         to get a single outline.
12920         Modify path to replace `filldraw' with `fill'.
12921
12922 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12923
12924         * input/test/unfold-all-repeats.ly: added file back.
12925
12926         * Documentation/user/notation.itely,
12927         Documentation/user/programming-interface.itely
12928         Documentation/user/changing-defaults.itely: fixed misc broken
12929         links to input/test/ files.
12930
12931 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12932
12933         * tex/texinfo.tex: Update.  We should not be distributing this,
12934         but since we do, use latest version.
12935
12936         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12937         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12938         macros for feta glyphs.
12939
12940 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12941
12942         * Documentation/user/changing-defaults.itely: fix index for set.
12943
12944         * Documentation/user/converters.itely: added convert-ly bugs list
12945         from CVS.
12946
12947 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12948
12949         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12950         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12951         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12952         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12953
12954         * mf/GNUmakefile (pfa_warning): Use less broken check.
12955
12956         * python/lilylib.py (setup_environment): Remove cruft from
12957         GS_FONTPATH.
12958
12959         * configure.in: Bump mftrace requirement to 1.1.1.
12960
12961 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12962
12963         * scm/output-svg.scm (beam): Use polygon.
12964
12965         * scm/lily-library.scm: Bugfix.
12966
12967         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12968
12969         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12970
12971 2004-12-19  Werner Lemberg  <wl@gnu.org>
12972
12973         Prepare glyph shapes for mf2pt1 conversion.
12974
12975         * mf/feta-eindelijk: Some formatting.
12976         (multi_rest_x, multi_beam_height): Removed.  Unused.
12977         ("Quarter rest"): Use `intersectiontimes' to create a single
12978         outline.
12979         (rest_crook): Removed.  Unused.
12980         (draw_rest_bulb): Return path (without filling).  Update callers.
12981         Simplified.
12982         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12983         "128th rest"): Simplify `pat'.
12984         Create single outline.
12985
12986 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12987
12988         * mf/GNUmakefile (ALL_GEN_FILES):
12989         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12990
12991         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12992         function.
12993
12994 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12995
12996         * scm/output-texstr.scm (placebox): add routine
12997
12998         * VERSION (PACKAGE_NAME): release 2.5.4
12999
13000         * scm/framework-texstr.scm (output-framework): new file.  
13001
13002         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
13003         processing.
13004
13005         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
13006
13007         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
13008         rule.
13009
13010         * configure.in (gui_b): bump mftrace requirement to 1.1.0
13011
13012         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
13013
13014         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
13015
13016 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13017
13018         * scm/framework-svg.scm (dump-page): Implement landscape.
13019
13020 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13021
13022         * lily/main.cc (setup_paths): Add svg to search path.
13023
13024         * scm/output-svg.scm:
13025         * scm/framework-svg.scm: Add pageSet.  Update.
13026         (dump-fonts): New function.
13027         (output-framework): Use it.
13028
13029         * mf/GNUmakefile: 
13030         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
13031
13032 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13033
13034         * tex/lilyponddefs.tex: comment out new ifpdf code.
13035
13036 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13037
13038         * GNUmakefile.in: 
13039         * SConstruct (symlink): Replace afm by otf.
13040
13041         * scm/framework-gnome.scm (gnome-main): Remove invocation of
13042         ly:pango-add-afm-decoder.
13043
13044         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
13045
13046 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13047
13048         * scm/output-ps.scm (new-text): don't access t glyph for getting
13049         space dimension.
13050
13051         * ly/init.ly: warn about \version
13052
13053         * lily/lexer.ll: set version-seen?
13054
13055 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13056
13057         * scm/output-svg.scm (string->entities): Update.
13058
13059 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13060
13061         * lily/main.cc (setup_paths): replace afm by otf for path. 
13062
13063         * lily/pangofc-afm-decoder.cc: remove.
13064
13065         * lily/include/pangofc-afm-decoder.hh: remove.
13066
13067         * scm/framework-scm.scm (output-framework): new file.
13068
13069         * mf/GNUmakefile: remove SAUTER_FONTS.
13070         remove SVG/sodipodi hacks.
13071
13072         * scm/lily-library.scm (stderr): move stderr.
13073
13074         * mf/GNUmakefile: remove AFM support.
13075
13076         * buildscripts/mf-to-table.py (base): remove AFM support.
13077
13078         * lily/open-type-font.cc (design_size): use design_size
13079
13080 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
13081
13082         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
13083
13084 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13085
13086         * mf/GNUmakefile: Generate combined aybabtu info.
13087         * mf/aybabtu.pe.in (i): Load it.
13088
13089         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
13090         are not symbols.
13091
13092         * lily/include/open-type-font.hh (count): New method.
13093
13094         * mf/aybabtu.pe.in: Typo.
13095
13096         * Documentation/user/out/lilypond-internals.nexi (Scheme
13097         functions): Typo.
13098
13099         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
13100
13101 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13102
13103         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
13104         subfonts.
13105
13106         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
13107
13108         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
13109         (tex-font-command-raw): new function.
13110
13111         * lily/include/virtual-font-metric.hh (Module): remove file
13112
13113         * lily/virtual-font-metric.cc (Module): remove file.
13114         
13115
13116         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
13117         (get_indexed_char): read bbox from lily table if present.
13118
13119 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13120
13121         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
13122         aybabtu.subfonts
13123
13124         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
13125         global glyphname. Enables more than 64 glyphs in the OTF.
13126
13127 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13128
13129         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
13130         braces.
13131
13132         * lily/open-type-font.cc (design_size): Use 12 as default for
13133         design size.
13134
13135         * mf/aybabtu.pe.in: New file.  Merge all our braces.
13136
13137         * mf/GNUmakefile: Generate aybabtu.
13138
13139         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
13140
13141 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13142
13143         * scm/lily-library.scm (char->unicode-index): Remove.
13144
13145         * scm/output-gnome.scm (text): Bugfix for plain string input.
13146         Updates.
13147
13148         * scm/output-svg.scm (svg-font): Add weight to font selection.
13149
13150 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13151
13152         * Documentation/topdocs/INSTALL.texi (Top): Point to
13153         buildscripts/out/clean-fonts instead of
13154         buildscripts/clean-fonts.sh. 
13155
13156 2004-12-13  Graham Percival  <gperlist@shaw.ca>
13157
13158         * input/regression/figured-bass.ly: attempt to clarify text.
13159
13160         * Documentation/user/notation.tely: add cindex for tag, attempt to
13161         add figured bass example.
13162
13163         * Documentation/user/changing-defaults: basic editing.
13164
13165 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13166
13167         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
13168
13169         * lily/open-type-font.cc (LY_DEFINE): new function
13170         ly:font-sub-fonts
13171
13172         * lily/include/font-metric.hh (struct Font_metric): new method
13173         sub_fonts()
13174
13175         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
13176         . with - in add.stem.
13177         
13178 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13179
13180         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
13181         and fetaDynamic.
13182
13183         * lily/rest.cc (glyph_name): Change - to . .
13184
13185         * scm/output-gnome.scm (text): Hello world, again.
13186
13187         * scm/output-svg.scm (named-glyph): New function.  Hello world!
13188
13189         * lily/modified-font-metric.cc (index_to_charcode): New method.
13190
13191         * lily/include/font-metric.hh (index_to_charcode): New function.
13192
13193         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
13194         new function.
13195         (ly:font-glyph-to-index): Remove.
13196
13197 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13198
13199         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13200
13201         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13202
13203         * lily/open-type-font.cc (load_scheme_table): new function
13204
13205         * lily/dots.cc (print): replace - 
13206
13207         * lily/open-type-font.cc (attachment_point): new function.
13208         (load_table): read LILC table
13209
13210         * buildscripts/gen-bigcheese-scripts.py (Module): new
13211         file. Generate FF scripts.
13212
13213         * mf/feta-din10.mf: idem.
13214
13215         * mf/feta-nummer10.mf: remove mf files.
13216
13217         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13218
13219 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13220
13221         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13222
13223         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13224         compatibility.
13225
13226 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13227
13228         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13229         design-size and units_per_EM.
13230
13231         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13232
13233 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13234
13235         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13236         does not crash fontforge.
13237
13238         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13239         PUA.
13240
13241 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13242
13243         * scm/framework-ps.scm (ps-embed-cff): new function.
13244
13245         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13246
13247 2004-12-12  Werner Lemberg  <wl@gnu.org>
13248
13249         * mf/bigcheese.pe.in: Add PUA mapping.
13250         Don't create Type 42 but bare CFF font.
13251
13252 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13253
13254         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13255         within canvas boundaries.
13256
13257         * mf/merge.pe.in: Set font names, version, license GPL.
13258
13259         * make/substitute.make: Add FONTFORGE.
13260
13261         * config.make.in (FONTFORGE): Add.
13262
13263         * configure.in (gui_b): Use PATH_PROG for fontforge.
13264
13265 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13266
13267         * scm/define-markup-commands.scm: add baseline-skip to info
13268         about \column.
13269
13270 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13271
13272         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13273
13274         * scm/output-gnome.scm (named-glyph): Use it.
13275
13276         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13277
13278         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13279         (upper_string, lower_string, reverse_string): Remove.
13280
13281         * configure.in (fontforge): Reinstate version check.
13282
13283         * ly/engraver-init.ly: Fix clef glyph names.
13284
13285         * lily/time-signature.cc (special_time_signature): Fix fraction
13286         glyph names.
13287
13288 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13289
13290         * mf/merge.pe: new file.
13291
13292         * lily/freetype.cc: new file.
13293
13294         * lily/include/open-type-font.hh (class Open_type_font): new file.
13295
13296         * lily/include/freetype.hh: new file.
13297
13298         * lily/open-type-font.cc: new file.
13299
13300         * lily/all-font-metrics.cc (find_otf): new function.
13301
13302 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13303
13304         * lily/time-signature.cc (special_time_signature): Fix.
13305
13306         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13307         GTK2 before checking for pango.  Fixes -fgnome.
13308
13309         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13310         Scheme name.
13311
13312         * scm/define-markup-commands.scm:
13313         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13314
13315         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13316
13317         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13318         date versions.  Fixes configure.
13319         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13320         argument.
13321
13322 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13323
13324         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13325         names in .enc
13326
13327         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13328
13329 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13330
13331         * Documentation/user/changing-defaults.itely: add info about
13332         make-dynamic-script
13333
13334         * Documentation/user/notation.itely: add link in dynamics to
13335         section about make-dynamic-script.
13336
13337 2004-12-09  Christian hitz  <chhitz@gmx.net>
13338
13339         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13340
13341 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13342
13343         * buildscripts/mf-to-table.py (parse_logfile): use . for
13344         concatting name and group.
13345         (parse_logfile): use M for Minus (negative.)
13346
13347         * lily/include/type-swallow-translator.hh
13348         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13349
13350         * lily/*.cc: cosmetics around = sign.
13351
13352         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13353         lyric spacing on the penultimate column.
13354
13355 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13356
13357         * configure.in:
13358         * lily/accidental-placement.cc:
13359         * lily/bar-line.cc:
13360         * lily/beam-concave.cc:
13361         * lily/beam-quanting.cc:
13362         * lily/beam.cc:
13363         * lily/bezier-bow.cc:
13364         * lily/bezier.cc:
13365         * lily/break-align-interface.cc:
13366         * lily/custos.cc:
13367         * lily/dimension-cache.cc:
13368         * lily/dot-column.cc:
13369         * lily/font-metric.cc:
13370         * lily/font-select.cc:
13371         * lily/gourlay-breaking.cc:
13372         * lily/grob-property.cc:
13373         * lily/grob.cc:
13374         * lily/lily-guile.cc:
13375         * lily/line-spanner.cc:
13376         * lily/lookup.cc:
13377         * lily/lyric-extender.cc:
13378         * lily/lyric-hyphen.cc:
13379         * lily/mensural-ligature.cc:
13380         * lily/midi-def.cc:
13381         * lily/misc.cc:
13382         * lily/note-collision.cc:
13383         * lily/note-column.cc:
13384         * lily/note-head.cc:
13385         * lily/paper-outputter.cc:
13386         * lily/percent-repeat-item.cc:
13387         * lily/rest-collision.cc:
13388         * lily/side-position-interface.cc:
13389         * lily/simple-spacer.cc:
13390         * lily/slur-configuration.cc:
13391         * lily/slur-scoring.cc:
13392         * lily/slur.cc:
13393         * lily/spaceable-grob.cc:
13394         * lily/spacing-spanner.cc:
13395         * lily/spanner.cc:
13396         * lily/staff-symbol-referencer.cc:
13397         * lily/stem.cc:
13398         * lily/stencil.cc:
13399         * lily/system-start-delimiter.cc:
13400         * lily/system.cc:
13401         * lily/text-item.cc:
13402         * lily/tie.cc:
13403         * lily/tuplet-bracket.cc:
13404         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13405         <cmath> beacause isinf/isnan is undefined in <cmath>
13406
13407 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13408
13409         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13410
13411 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13412
13413         * VERSION: release 2.5.3
13414         
13415 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13416
13417         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13418
13419 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13420
13421         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13422
13423         * lily/note-head.cc (internal_print): always try the "s" head if
13424         u/d not found.
13425
13426         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13427
13428 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13429
13430         * mf/parmesan-heads.mf (overdone_heads): typos.
13431
13432 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13433
13434         * lily/parser.yy (markup): in markups, { .. } without command
13435         before are also flattened, ie \line must be explicitely used.
13436
13437         * Documentation/user/changing-defaults.itely:
13438         * Documentation/user/notation.itely: 
13439         * input/wilhelmus.ly: 
13440         * input/regression/instrument-name-markup.ly: 
13441         * input/regression/markup-score.ly: 
13442         * input/regression/new-markup-scheme.ly: 
13443         * input/regression/new-markup-syntax.ly: 
13444         * input/test/coriolan-margin.ly: use \line in markups where
13445         appropriate
13446         
13447 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13448
13449         * scm/new-markup.scm (map-markup-command-list): helper function
13450         used in parser.yy to map markup commands on a markup list.
13451
13452         * lily/parser.yy: get rid off < > in markups by treating { } as
13453         real lists.
13454
13455         * lily/lexer.ll: remove < > from markup lexer mode.
13456
13457         * scripts/convert-ly.py (conv): add rule for converting 
13458         \markup < > to \markup { }
13459
13460         * ly/titling-init.ly: 
13461         * input/test/coriolan-margin.ly: 
13462         * input/regression/new-markup-syntax.ly: 
13463         * input/regression/new-markup-scheme.ly: 
13464         * input/regression/multi-measure-rest-text.ly: 
13465         * input/regression/markup-stack.ly: 
13466         * input/regression/markup-score.ly: 
13467         * input/regression/instrument-name-markup.ly: 
13468         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13469         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13470         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13471         * input/wilhelmus.ly: 
13472         * Documentation/user/notation.itely: 
13473         * Documentation/user/music-glossary.tely: 
13474         * Documentation/user/changing-defaults.itely: change < > to { } in
13475         markups
13476
13477 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13478
13479         * lily/accidental-placement.cc (position_accidentals): shortcut if
13480         no accidentals to place.
13481
13482 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13483
13484         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13485         typo s/ly:dimension ?/ly:dimension?/
13486
13487         * input/regression/lily-in-scheme.ly: 
13488         * input/regression/music-function.ly: 
13489         * ly/spanners-init.ly (assertBeamSlope): 
13490         * scm/music-functions.scm (def-grace-function): add the paper
13491         argument to music function definitions.
13492
13493 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13494
13495         * lily/moment.cc (LY_DEFINE):
13496         ly:moment-main-{denominator,numberator}, new function.
13497
13498         * lily/score-engraver.cc (typeset_all): assign to column on basis
13499         of axis-group-parent-X setting.
13500
13501         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13502         add_element() on basis of axis-group-parent-Y setting.
13503
13504         * lily/grob.cc: add axis-group-parent-{XY} properties.
13505
13506         * input/regression/spacing-stick-out.ly: new file.
13507
13508         * lily/simple-spacer.cc (add_columns): use binary search for
13509         setting column rods. Changes O(n^2) to O(n log(n)) for
13510         constructing spacing problem from columns.
13511         (add_columns): read allow-outside-line to make sure no texts stick
13512         out.
13513         (solve): Simple_spacer::is_active() only determines
13514         satisfies_constraints_ for non-ragged typesetting.
13515
13516         * lily/simultaneous-music.cc (to_relative_octave): only set
13517         old_relative_used if return pitch actually changed.
13518
13519         * scm/define-context-properties.scm
13520         (all-user-translation-properties): change to match implementation.
13521
13522         * python/lilylib.py: Replace re.match by re.search and adds "-c
13523         showpage" to the gs command line (Johannes Schindelin)
13524
13525         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13526         before processing. Prevents crash when inf is in the extent.
13527
13528         * scm/define-markup-commands.scm (note-by-number): add "s" to
13529         "noteheads-" glyphname.
13530  
13531         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13532         music function as well.
13533         
13534 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13535
13536         * VERSION: release 2.5.2
13537
13538         * Documentation/user/changing-defaults.itely (Creating titles):
13539         add breakbefore variable.
13540
13541         * lily/paper-book.cc (set_system_penalty): new function. Set
13542         penalty_ based on breakBefore setting
13543
13544         * lily/context-specced-music-iterator.cc (construct_children):
13545         interpret special context id $uniqueContextId 
13546
13547         * lily/context.cc (create_unique_context): new method. Move
13548         creation of unique (\new) contexts into interpreting phase. This
13549         makes
13550
13551           foo= \new Staff ..
13552           << \foo \foo >>
13553
13554         produce 2 staves.
13555         
13556
13557         * scm/define-music-properties.scm (all-music-properties): add
13558         quoted-voice-direction
13559
13560         * ly/music-functions-init.ly: killCues function.
13561
13562         * scm/music-functions.scm (cue-substitute): move creation of voice
13563         contexts further to the back. 
13564
13565 2004-11-25  Werner Lemberg  <wl@gnu.org>
13566
13567         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13568         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13569
13570 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13571
13572         * buildscripts/guile-gnome.sh: Fixed typo.
13573
13574 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13575
13576         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13577
13578         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13579
13580         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13581         to regular engraver. 
13582
13583 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13584
13585         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13586
13587 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13588
13589         * scm/define-markup-commands.scm (fill-line): Typo.
13590
13591         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13592         and newer.
13593
13594 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13595
13596         * ly/dynamic-scripts-init.ly: Fixed typo.
13597
13598 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13599
13600         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13601         note-head, to have different attachment points for up and down.
13602
13603         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13604
13605         * mf/feta-generic.mf (else): remove solfa.
13606
13607         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13608
13609         * scm/define-context-properties.scm
13610         (all-user-translation-properties): add shapeNoteStyles property.
13611
13612         * lily/shape-note-heads-engraver.cc (process_music): new file.
13613
13614         * lily/event.cc (transpose): call Event::transpose() for
13615         transposing the tonic.
13616
13617 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13618
13619         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13620         Unicode/OpenType and AFM.
13621
13622         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13623
13624 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13625
13626         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13627
13628         * lily/context.cc (Context): unprotect key from ctor.
13629
13630         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13631         is '()
13632         (stack-stencils): idem.
13633
13634         * Documentation/user/changing-defaults.itely (Creating titles):
13635         document new title layout options.
13636
13637         * lily/parser.yy (lilypond_header_body): copy previous
13638         $globalheader if present.
13639
13640         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13641         ly:module-copy
13642         
13643         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13644
13645         * scm/titling.scm: remove old titling functions
13646
13647         * lily/stencil.cc (translate): remove absolute dimension.
13648
13649         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13650         via markup.
13651
13652         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13653         field from user-supplied markup
13654
13655         * scm/define-markup-commands.scm (on-the-fly): new markup
13656         command. Enter SCM markup procedure directly in Scheme.
13657         (fromproperty): new markup command. Read markup from props argument.
13658
13659         * scm/titling.scm (marked-up-title): create title via
13660         user-specified markup. 
13661
13662         * scm/define-markup-commands.scm (column): remove empty stencils
13663         from column.
13664
13665         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13666         not have side-effect of creating variable stub.
13667
13668         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13669
13670 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13671
13672         * scm/encoding.scm (coding-alist): 
13673         * scm/font.scm (add-ec-fonts):
13674         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13675         Extended-TeX-Font-Encoding---Latin.
13676
13677         * lily/side-position-interface.cc (general_side_position): Add
13678         actual offset to error message (avoid constant error messages).
13679
13680         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13681         block.
13682
13683         * lily/font-select.cc (select_encoded_font)
13684         (get_font_by_mag_step, get_font_by_design_size): 
13685         * lily/modified-font-metric.cc (Modified_font_metric): 
13686         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13687
13688         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13689         (read-encoding-file): Bugfix: do not require space after bracket.
13690
13691         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13692         these do not exist.
13693
13694 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13695
13696         * Documentation/user/notation.itely: added info about typesetting
13697         boxed bar numbers.
13698
13699 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13700
13701         * flower/interval.cc (T_to_string): gcc4 fixes.
13702
13703         * scm/define-markup-commands.scm (fill-line): use
13704         stack-stencils. This fixes problems with putting already centered
13705         stencils in a line.
13706
13707         * VERSION: release 2.5.1
13708
13709         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13710
13711 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13712
13713         * input/example-[1-3].ly: simplify.
13714
13715         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13716
13717         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13718         show glyphs.
13719
13720         * scm/encoding.scm (decode-byte-string): new function.
13721
13722         * scripts/convert-ly.py (conv): add warning about
13723         set-global-staff-size.
13724
13725         * Doxyfile: add. 
13726
13727         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13728         (conv): warn for TextSpanner split.
13729         (conv): warn for textheight.
13730
13731 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13732
13733         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13734         building the documentation, info with images are installed.
13735         (final-install): Fix description.  Mention sourcing of login
13736         scripts (instead of running).
13737
13738 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13739
13740         * Debian lmodern support.  Note that LilyPond will issue warnings
13741         
13742             no such encoding: "FontSpecific"
13743
13744           The font selection mechanism wants to get the encoding from the
13745           font itself, but the idea of lmodern is that it is usable with
13746           different encodings, ie, Lily should get the encoding from the
13747           font tree, rather than the font itself.  This would require some
13748           more work.
13749         
13750         * configure.in: Test for and accept lmodern if EC fonts not found.
13751
13752         * scm/framework-tex.scm (font-load-command): TeX font name
13753         mangling for latin1 encoded cork-lm fonts.
13754         (convert-to-ps): Load lm.map if available.
13755
13756         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13757         available.
13758
13759         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13760
13761         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13762         available.
13763
13764         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13765         path for absolute file name, that is silly.
13766
13767         * lily/score-engraver.cc (initialize): 
13768
13769         * Documentation/user/GNUmakefile (local-install-info): Invoke
13770         install-info --remove first.
13771
13772         * #include cleanup (Andreas Scherer).
13773
13774 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13775
13776         * input/test/script-abbreviations.ly: fix typos.
13777
13778 2004-11-17  Werner Lemberg  <wl@gnu.org>
13779
13780         * python/lilylib.py (options_help_str): Support pretty-printing of
13781         newlines in fourth element of option description.
13782
13783         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13784         feature.
13785         Sort options.
13786
13787         * Documentation/user/lilypond-book.itely: Finish update.
13788
13789 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13790
13791         * Documentation/user/macros.itexi: Add comment about \command.
13792
13793         * Documentation/user/lilypond.tely:
13794         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13795         and lilypond-book nodes, so that `info lilypond' visits the manual
13796         at top level, and `info lilypond-book' visits the lilypond-book
13797         section.
13798
13799         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13800         and packager messages.
13801
13802         * lily/pangofc-afm-decoder.cc: Update test.
13803
13804 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13805
13806         * scm/lily-library.scm (char->unicode-index): New function.
13807
13808         * scm/output-gnome.scm: 
13809         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13810
13811         * Proper naming of file name throughout; s/filename/file[-_]name/.
13812
13813         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13814
13815         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13816
13817 2004-11-16  Werner Lemberg  <wl@gnu.org>
13818
13819         * scripts/lilypond-book.py: The Lord has commanded me to use only
13820         tabs for indentation.  Your humble servant obeys.
13821
13822 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13823
13824         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13825         including font, if LilyPond-feta font is only feta font in path.
13826
13827         * scm/output-gnome.scm (text): Revert to file name of font if font
13828         has no name.  Fixes ec font selection.
13829         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13830
13831         * scm/framework-svg.scm:
13832         * scm/output-svg.scm: New file.  TODO: figure out how to
13833         do character by index in font.
13834
13835         * scm/output-sodipodi.scm: Remove.
13836
13837         * scm/output-ps.scm (stem): Remove.
13838
13839 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13840
13841         * scm/output-gnome.scm (beam): New function.
13842         (slur): Round corners.
13843         (round-filled-box): Round corners.
13844
13845 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13846
13847         * scm/output-gnome.scm (beam): add function.
13848         (draw-line): new routine.
13849         (dashed-line): stub; call draw-line
13850         (polygon): new routine.
13851
13852 2004-11-15  Werner Lemberg  <wl@gnu.org>
13853
13854         * Documentation/user/lilypond-book.itely: Revise section on
13855         lilypond-book options.
13856         Other minor fixes.
13857
13858         * scripts/lilypond-book.py: Change indentation to 4.
13859         Minor formatting.
13860
13861 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13862
13863         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13864         grobs that have tweaks specced.
13865         
13866 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13867
13868         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13869
13870 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13871
13872         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13873         actual char #, not 0 based index.
13874
13875         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13876
13877         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13878         Warning: do make -C mf clean.
13879
13880         * lily/context-property.cc: Compile fix.
13881
13882         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13883         Grok ec-fonts, braces and dynamics.
13884
13885         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13886
13887 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13888
13889         * lily/include/tweak-registration.hh: new file.
13890
13891         * lily/tweak-registration.cc: new file.
13892
13893         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13894         saving tweaks.
13895
13896         * scm/output-gnome.scm (text): comment dribble.
13897
13898 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13899
13900         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13901
13902         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13903         path-def before using.  Fixes muchtomany slurs in wrong places
13904         bug.
13905
13906 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13907
13908         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13909
13910         * lily/include/object-key-undumper.hh (Module): new file.
13911
13912         * lily/object-key-undumper.cc (Module): New file. Deserialize
13913         keys. SCM bindings
13914
13915         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13916         Provide SCM bindings.
13917
13918         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13919         new file. Serialize object keys.
13920         
13921         * lily/object-key.cc (dump): new function.
13922         (as_scheme): new virtual function
13923         (undump): new function
13924         (undumpers): new table.
13925
13926         * lily/include/global-context.hh (Context): take \score key upon init.
13927
13928         * lily/object-key-dumper.cc (serialize_key): new file.
13929
13930         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13931
13932         * lily/lily-lexer.cc: remove \quote.
13933
13934         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13935
13936         * lily/context.cc (Context): take key argument in ctor.
13937         (create_context): new function
13938
13939         * lily/grob.cc (Grob): take key argument in ctor.  
13940
13941         * lily/lilypond-key.cc (do_compare): new file.
13942
13943         * lily/object-key.cc (Object_key): new file.
13944
13945         * lily/include/object-key.hh (class Object_key): new file.
13946
13947         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13948
13949 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13950
13951         * Documentation/user/lilypond-book.itely: add small warning about
13952         noindent default in lilypond-book.
13953
13954         * Documentation/user/converters.itely: add examples for convert-ly.
13955
13956         * Documentation/user/examples.itely: change version string in templates
13957         to 2.4.0.
13958
13959 2004-11-12  Karl Hammar  <karl@aspodata.se>
13960
13961         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13962         cmdline, use xargs instead (backportme)
13963
13964 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13965         
13966         * Documentation/user/: Numerous fixes in the user manual.
13967
13968 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13969
13970         * lily/parser.yy (re_rhythmed_music): search music expression for
13971         context-id, surround by \new Voice if not found. Fixes:
13972         addlyrics-second-staff.ly
13973
13974         * VERSION: 2.5.0 released.
13975         
13976 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13977
13978         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13979
13980         * Documentation/user/GNUmakefile: Separate rules for split and
13981         unsplit html documents.  Remove perl massaging.  (backportme)
13982
13983 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13984
13985         * Documentation/user/lilypond-book.itely: add short warning about
13986         \lilypond{} in LaTeX docs.
13987
13988 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13989
13990         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13991         found.  (backportme)
13992
13993         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13994         version requirement.  (backportme)
13995
13996         * configure.in: Be explicit about old versions of
13997         ec-fonts-mtraced.  (backportme)
13998
13999         * lily/context-selector.cc (set_tweaks): New function.
14000         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
14001         web with -DTWEAK.
14002
14003         * Documentation/user/introduction.itely (Automated engraving):
14004         Remove fragment option.  Fixes web.
14005
14006         * lily/context-property.cc (make_item_from_properties):
14007         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
14008         #ifdef.
14009
14010         * scm/define-context-properties.scm
14011         (all-internal-translation-properties): Add tweakRank and tweakCount.
14012
14013         * lily/grob.cc: 
14014         * scm/define-grob-properties.scm (all-internal-grob-properties):
14015         Add tweak-rank and tweak-count.
14016
14017 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14018
14019         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
14020         New function.
14021         (text): Use them.
14022
14023         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
14024         animated/opaque grob dragging tweaks.
14025
14026         * buildscripts/guile-gnome.sh: Update.
14027
14028 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14029
14030         * scm/define-grobs.scm (all-grob-descriptions): Added
14031         line-interface to the LigatureBracket object.
14032
14033 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14034
14035         * scm/framework-gnome.scm (item-event): Support non-animated mouse
14036         dragging tweaks.
14037
14038         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
14039
14040         * lily/context-selector.cc (store_context): New function.
14041
14042         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
14043         (store_grob): New function.
14044         (identify_grob): Add Moment parameter.
14045
14046         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
14047         exists.
14048
14049         * scm/framework-gnome.scm (save-tweaks): Write as alist.
14050
14051 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14052
14053         * scm/framework-gnome.scm (item-event): Print grob id.
14054         (save-tweaks): New function.
14055         (tweak): New funtion.
14056         (item-event): Use it, bound to arrow keys.
14057
14058         * lily/context-property.cc (make_item_from_properties): Register grob.
14059         * lily/context.cc (add_context): Register context.
14060
14061         * lily/include/context-selector.hh:
14062         * lily/include/grob-selector.hh:
14063         * lily/context-selector.cc:
14064         * lily/grob-selector.cc: New file.
14065
14066 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14067
14068         * lily/slur.cc: add 'positions to interface
14069
14070         * lily/main.cc: reinstate PS as standard output format. 
14071
14072         * scm/framework-tex.scm (output-preview-framework): print systems
14073         up to first non title system.
14074
14075         * lily/grace-engraver.cc (start_translation_timestep): split
14076         scm_cadddr
14077         
14078 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14079
14080         * lily/quote-iterator.cc (Module): remove old quote-iterator
14081
14082         * scm/define-music-types.scm (music-descriptions): move
14083         NewQuoteMusic over QuoteMusic
14084
14085         * Documentation/user/notation.itely (Formatting cue notes): use
14086         \cueDuring.
14087
14088         * lily/new-quote-iterator.cc (quote_ok): new function.
14089
14090         * input/regression/quote-cue-during.ly: new file.
14091
14092         * input/regression/quote-grace.ly: new file.
14093
14094         * scm/define-context-properties.scm (Module): change definition of
14095         graceSettings
14096
14097         * lily/context-property.cc (Module): rename from
14098         translator-property.cc
14099
14100         * lily/context.cc (context_name_symbol): new function
14101
14102         * lily/grace-engraver.cc: new file. Set properties for grobs based
14103         on the grace-ness of now_moment().
14104
14105         * scm/music-functions.scm (add-grace-property): use list
14106         iso. vector for graceSettings
14107         remove set-{start,stop}-grace-properties. 
14108
14109         * lily/new-quote-iterator.cc (construct_children): set
14110         quote_outlet_ if no quoted-context-{id,type} specified.
14111
14112         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
14113
14114         * lily/parser.yy (command_element): remove \quote.
14115
14116         * ly/music-functions-init.ly (location): add quoteDuring music
14117         function. 
14118
14119         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
14120         optional semicolon. (backportme)
14121
14122 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14123
14124         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
14125         need to link to GUILE et al.
14126
14127 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14128
14129         * scm/define-music-properties.scm (all-music-properties): add
14130         quoted-context-type, quoted-context-id.
14131
14132         * scm/lily.scm (type-check-list): new function.
14133         
14134         * scm/lily-library.scm: new file. Generic library routines.
14135
14136         * lily/parser.yy (Generic_prefix_music): move typechecking out of
14137         parser.
14138
14139         * ly/music-functions-init.ly: add quoteDuring function.
14140
14141         * lily/include/music-iterator.hh (class Music_iterator): rename
14142         set_translator -> set_context
14143
14144         * lily/parser.yy (Generic_prefix_music_scm): add
14145         MUSIC_FUNCTION_SCM_SCM_MUSIC
14146
14147         * scm/lily.scm (sanitize-command-option): new function. (backportme)
14148
14149         * scm/framework-tex.scm (header): sanitize TeX paper size.
14150         (backportme)
14151
14152 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14153
14154         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
14155
14156         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
14157
14158         * scm/framework-tex.scm (font-load-command): Use T1 if no
14159         font-encoding set.  (backportme)
14160
14161         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
14162         exists before converting.  (backportme)
14163
14164         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
14165         exists before converting.  (backportme)
14166         (convert-to-ps): Remove .ps file if it exists before
14167         converting.  (backportme)
14168
14169         * lily/lexer.ll: Remove extra progress newline, use present tense.
14170
14171         * scm/paper.scm (paper-alist): public.
14172         * scm/framework-tex.scm (convert-to-ps):
14173         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
14174         command line.
14175
14176 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14177
14178         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
14179
14180         * lily/recording-group-engraver.cc (derived_mark): mark
14181         now_events_. (backportme)
14182
14183 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14184
14185         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
14186
14187         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
14188         invoking latex. (backportme.)
14189
14190         * lily/stem.cc (off_callback): center stems for all rest stems.
14191
14192 2004-11-05  Werner Lemberg  <wl@gnu.org>
14193
14194         * Documentation/user/lilypond.tely: Add more guidelines for writing
14195         lilypond texinfo documents.
14196
14197 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
14198
14199         * Documentation/index.html.in: remove <hr>.
14200
14201         * THANKS: change 2.3 to 2.4.
14202
14203 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14204
14205         * scm/output-gnome.scm: More fontconfig comment.
14206
14207 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14208
14209         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14210         <package> directory in $(builddir)/share according with
14211         PACKAGE_NAME defined in the VERSION file.
14212
14213 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14214
14215         * lily/beam.cc (rest_collision_callback): use local beam
14216         multiplicity.
14217
14218         * input/regression/stem-stemlet.ly: new file.
14219
14220         * lily/stem.cc (add_head): store rests as well.
14221
14222         * scm/define-grob-properties.scm (all-user-grob-properties): add
14223         stemlet-length
14224
14225         * lily/stem.cc: store rests as well.
14226         
14227         * input/regression/new-slur.ly: mention forcing.
14228
14229 2004-11-04  Werner Lemberg  <wl@gnu.org>
14230
14231         * Documentation/user/*: A new round of layout fixes and document
14232         structure cleanup.
14233
14234 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14235
14236         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14237
14238 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14239
14240         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14241
14242 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14243
14244         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14245
14246         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14247
14248         * lily/main.cc (main): Invoke identify.
14249
14250         * scm/lily.scm (postscript->pdf): Remove progress newline.
14251         Write progress to stderr.
14252
14253         * lily/paper-book.cc (output): Remove progress newline.
14254
14255         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14256         gettext on user messages, and remove whitespace.
14257
14258         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14259
14260         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14261         argv[0] (Thomas Scharkowski).
14262
14263         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14264         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14265         for ec-fonts-mtraced.
14266
14267         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14268         --srcdir build (Bertalan).
14269
14270         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14271         headers and library too (Laura Conrad).
14272
14273         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14274         package for guile too (Laura Conrad).
14275
14276         * lily/main.cc (usage): Typo.
14277
14278 2004-11-02  Werner Lemberg  <wl@gnu.org>
14279
14280         * Documentation/user/notation.ly: More fixes to improve appearance.
14281
14282         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14283         better output for multicolumn tables.
14284
14285 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14286
14287         * lily/main.cc (dir_info): Fixed typo in the printouts.
14288
14289 2004-11-01  Werner Lemberg  <wl@gnu.org>
14290
14291         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14292         of output.
14293         Set `per_line' to 2; replace hard-coded value with it.
14294
14295         * Documentation/user/*: Many fixes to improve appearance of
14296         printed manual.
14297
14298 2004-11-01  Werner Lemberg  <wl@gnu.org>
14299
14300         * Documentation/user/changing-defaults.itely,
14301         Documentation/user/notation.ly,
14302         Documentation/user/programming-interface.itely: Use @/.
14303         Fix formatting of some lilypond snippets and tables.
14304
14305         * scripts/lilypond-book.py (compose_ly): Provide useful default
14306         for LINEWIDTH in `override'.
14307
14308 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14309
14310         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14311
14312 2004-10-31  Werner Lemberg  <wl@gnu.org>
14313
14314         Resetting @exampleindent to `5' gives ugly results with texinfo's
14315         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14316         (if not quoting) to change @exampleindent only locally.
14317
14318         * scripts/lilypond-book.py (NOQUOTE): New variable.
14319         (output) [LATEX]: Remove AFTER and BEFORE.
14320         [TEXINFO]: Remove AFTER and BEFORE.
14321         Fix QUOTE and VERBATIM pattern.
14322         Add NOQUOTE pattern.
14323         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14324         and BEFORE.
14325         [output_texinfo]: Use NOQUOTE.
14326
14327 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14328
14329         * Documentation/user/changing-defaults.itely: clarify paper
14330         size commands with correct info.
14331
14332         * Documentation/user/lilypond-book.itely: add more docs for
14333         filename extensions.
14334
14335 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14336
14337         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14338         (PATCH_LEVEL): start 2.5.0.
14339
14340 #Local variables:
14341 #coding: utf-8
14342 #End:
14343