]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* tex/texinfo.cnf: Add support for U+0132 (IJ) and U+0133 (ij).
[lilypond.git] / ChangeLog
1 2006-06-02  Werner Lemberg  <wl@gnu.org>
2
3         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
4         Add support for U+0132 (IJ) and U+0133 (ij).
5
6 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
7
8         * buildscripts/output-distance.py (FileLink): new class. collect
9         info systems from one .ly file. 
10   
11 2006-06-02  Graham Percival  <gpermus@gmail.com>
12
13         * tex/texinfo.tex: partial fix for @funindex.
14
15         * Documentation/user/macros.tely: uncomment @funindex (doesn't
16         break anything).
17
18 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
19
20         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
21
22         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
23         @example too. Backportme.
24
25 2006-06-02  Graham Percival  <gpermus@gmail.com>
26
27         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
28         from Werner Lemberg.
29
30 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
31
32         * Documentation/user/music-glossary.tely: additional spanish
33         updates and a lyrics fix in an example.
34
35 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
36
37         * scm/define-grob-properties.scm: Previous patch contained
38         spurious line from another patch not yet committed.  Fixed.
39
40         * scm/define-grob-properties.scm: Add missing doc strings for
41         ancient notation.
42
43 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
44
45         * buildscripts/output-distance.py
46         (ComparisonData.write_text_result_page): separate the scores, sort
47         by geo_score.
48
49         * scm/framework-eps.scm (output-classic-framework): start at 1 for
50         system signatures.
51
52         * buildscripts/output-distance.py (me_path): use argv[0] for
53         sys.path extension
54         (ComparisonData.img_cell): use colored borders.
55
56         * scm/stencil.scm (write-system-signature): escape newlines too.
57         (write-system-signature): use (1,-1) interval for empty interval
58
59 2006-01-01  Graham Percival  <gpermus@gmail.com>
60
61         * Documentation/user/music-glossary.tely: Spanish updates
62         from Francisco Vila.
63
64         * Documentation/user/lilypond-book.itely: addition from
65         Vaclav Smilauer.
66
67         * Documentation/user/ various: edits, small additions
68         from mailist, etc.
69
70 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
71
72         * GNUmakefile.in (tree-lib-prefix-current):
73         (tree-share-prefix-current): Use version number in tree, add
74         `current' symlinks.
75
76 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
77
78         * GNUmakefile.in: write VERSION, again.
79
80         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
81         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
82
83         * stepmake/aclocal.m4: robuster version detection.
84
85         * buildscripts/output-distance.py
86         (ComparisonData.create_html_result_page): copy only if file
87         exists, fixup src paths.
88
89         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
90
91 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
92
93         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
94         Another datarootdir reto.
95
96         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
97         available.  This should be moved to postinstall-lilypond-doc.
98
99 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
100
101         * GNUmakefile.in: simplify local-WWW-post. 
102         remove -type l from find.
103
104         * buildscripts/output-distance.py (ComparisonData.compare_trees):
105         fixes. Don't follow symlinks.
106         (ComparisonData.create_html_result_page): remove previous results.
107         insert ../python in path.
108
109         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
110
111 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
112
113         * config.make.in (datadir): Add datarootdir to silence autoconf.
114
115         * stepmake/aclocal.m4: Update for autoconf-2.59d.
116
117 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
118
119         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
120
121         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
122         slash beams too wide.
123
124 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
125
126         * VERSION: release 2.9.7
127         
128 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
129
130         * lily/relocate.cc (read_relocation_dir): Do not blindly
131         dereference DIR.
132
133 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
134
135         * lily/parser.yy: replace THIS by PARSER
136
137         * Documentation/index.html.in: add link to test-results.html page.
138
139         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
140
141         * scm/translation-functions.scm (format-bass-figure): translate
142         digits over 10 to the left
143
144         * scm/define-markup-commands.scm (translate-scaled): new markup.
145
146         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
147         7 glyph. 
148
149         * ly/engraver-init.ly: add Figured_bass_engraver
150
151         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
152
153         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
154
155         * lily/score-engraver.cc (announce_grob): only note START announces.
156
157         * lily/include/engraver-group.hh (Translator_group):
158         acknowledge_hash_table_ is now drul.
159
160         * lily/engraver.cc (announce_end_grob): new method.
161
162         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
163
164         * lily/translator-dispatch-list.cc (create): take start_end argument.
165
166         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
167         acknowledge_static_array_ to drul
168
169         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
170
171         * scm/define-grob-interfaces.scm
172         (bass-figure-alignment-interface): add bass-figure-alignment-interface
173
174         * scm/define-grobs.scm (all-grob-descriptions): add
175         BassFigureAlignmentPositioning
176
177         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
178         number stays up to date. Backportme.
179
180 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
181
182         * Documentation/user/basic-notation.itely (Bar lines): Document
183         the "||:" bar type. 
184
185 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
186
187         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
188
189         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
190         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
191         build.
192
193         * Resurrect `scons lily' build.
194
195         * SConstruct (symlink_tree): Bugfix: link
196         music-drawing-routines.ps to file iso directory.
197
198         * lily/SConscript: Remove kpath-guile from LIBS.
199
200         * SConstruct (libdir_package_version): Typo.
201         (configure): Comment-out fontforge for lack of fontforge.pc .
202         Also add libdir* to environment.
203
204 2006-05-30  Graham Percival  <gpermus@gmail.com>
205
206         * Documentation/user/ various: minor additions from mailist and
207         editing.
208
209 2006-05-30  Paco <fravd@ya.com>
210
211         * Documentation/user/music-glossary.tely: numerous corrections and
212         some new translations.
213
214 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
215
216         * BackportmeStart.
217         
218         * buildscripts/output-distance.py
219         (ComparisonData.create_html_result_page): new routine: summarise
220         results in HTML page with images. 
221         (ComparisonData.create_text_result_page): create summary text files too.
222
223         * GNUmakefile.in (web-ext): package .signature files too. They
224         compress well. 
225
226         * scm/stencil.scm (write-system-signature): typo.
227
228         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
229
230         * scm/stencil.scm (write-system-signature): better escaping.
231         only write signature for music systems, not for markup systems.
232
233         * scm/framework-ps.scm (output-framework): dump-signatures support
234         for plain output.
235
236         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
237
238         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
239         for -dno-point-and-click
240
241         * lily/grob.cc (get_print_stencil): don't read
242         point_and_click_global to determine whether to set grob-cause.
243
244 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
245
246         * buildscripts/output-distance.py (main): new function.
247         (ComparisonData): new class.
248
249         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
250         careful with generating new LedgerLineSpanners.
251
252         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
253
254         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
255         context. This fixes double ledger lines in output. 
256
257         * lily/system.cc (get_paper_system): remove 3 layer limit.
258
259         * buildscripts/output-distance.py (SystemLink.distance): new
260         file. Compare signatures.
261
262         * python/safeeval.py (SafeEval.visitUnarySub): new file.
263
264         * lily/grob-array.cc (remove_duplicates): rename from
265         uniq(). Sort before calling uniq() so it actually works.
266
267 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
268
269         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
270         \version from lilypond file snippet.
271         (Lilypond_file_snippet.ly): oops. typo.
272         (find_toplevel_snippets): urgh. again.
273
274         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
275         prevent duplicated broken items in output.
276
277         * scm/framework-eps.scm (output-classic-framework): only dump if
278         dump-signatures is set.
279
280         * scm/lily.scm (define-scheme-options): add dump-signatures option.
281
282         * scm/stencil.scm (write-system-signature): new routine: write
283         python parseable signature of a separate paper system.
284         BackportmeEnd.
285         
286 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
287
288         * lily/stanza-number-engraver.cc (process_music): use is_markup()
289         iso is_string().
290         include header.
291
292 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
293
294         * translator-group.cc: send music events to engravers in
295         non-bottom contexts.
296
297         * tuplet-engraver.cc: process tuplet brackets in correct order.
298
299 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
300
301         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
302         arg 2 might point us to a new binary (patch by Karl Hammar)
303         
304 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
305
306         * VERSION (PACKAGE_NAME): release 2.9.6
307
308         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
309
310         * Documentation/user/*.itely: 2nd
311         attempt: replace funindex -> findex globally.
312
313 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
314
315         * input/no-notation/display-lily-tests.ly: fix \applyOutput
316         test. Add \break, \pageBreak, \pageTurn, etc, tests.
317
318         * scm/define-music-display-methods.scm: display methods for
319         breaks. Fix \applyOutput.
320
321 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
322
323         * Documentation/user/macros.itexi: comment out funindex expansion. 
324
325         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
326         everywhere.
327
328         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
329         Karl Hammar. Backportme.
330  
331         * Documentation/user/advanced-notation.itely (Balloon help): idem.
332
333         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
334
335         * Documentation/user/programming-interface.itely (Running a
336         function on all layout objects): idem.
337
338         * Documentation/user/introduction.itely (Automated engraving):
339         update \applyOutput syntax
340
341         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
342         remove debugging hook.
343
344         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
345         expansion. 
346
347         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
348
349         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
350         TEXI2DVI_FLAGS to texi2dvi invocation. 
351
352 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
353
354         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
355         works. More work is done by iterator now, and engraver has been
356         very much simplified.
357
358         * lily/translator-group.cc: try_music is now invoked through a
359         listener
360
361         * lily/*-iterator.cc: Massive cleanups. Junked
362         try_music_in_children globally. Renamed try_music to report_event,
363         and made that method descend to a bottom context automatically.
364
365         * lily/event-iterator.cc: New file.
366
367         * lily/output-property-iterator.cc,
368         lily/old-lyric-combine-music-iterator.cc: Removed.
369
370         * python/convert-rules.py: Modified the syntax for \applyOutput.
371
372 2006-05-23  Graham Percival  <gpermus@gmail.com>
373
374         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
375         creation.
376
377         * Documentation/user/ various: stuff that might have helped
378         to fix the pdf creation, plus some minor doc additions.
379
380         * Documentation/user/changing-defaults.itely: remove @b from
381         @b{ @internasref{foo}}; this breaks texi2dvi -E.
382
383 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
384
385         * lily/beaming-pattern.cc (beamify): deal with negative start
386         moments for beaming patterns.
387
388 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
389
390         * lily/beaming-info.cc (beamify): new function: read beatLength
391         and beatGrouping from context. 
392
393         * input/regression/beam-beat-grouping.ly (Module): new file.
394
395         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
396
397         * lily/beam.cc (get_beam_segments): generate events for
398         max_connect_ case too.
399         (get_beam_segments): read Stem::max-beam-connect.
400
401         * input/regression/beam-single-stem.ly: new file.
402
403         * lily/stem.cc (set_beaming): use #f as signaling value for
404         beamcount 0.
405
406         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
407
408         * lily/beam.cc (set_beaming): read clip-edges property.
409         (calc_direction): don't suicide for single stem.
410
411         * lily/beaming-info.cc (best_splitpoint_index): take bool*
412         argument, remove 1<<15 hack. Remove clip_edges() 
413
414         * lily/hairpin.cc (print): only do padding for nonmusical bounds
415
416 2006-05-21  Graham Percival  <gpermus@gmail.com>
417
418         * Documentation/user/basic-notation.itely: reorg.
419
420         * Documentation/user/ various: minor fixes.
421
422 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
423
424         * lily/stencil-expression.cc (register_stencil_head): opps, append
425         to cdr of static SCM object.
426
427 2006-05-19  Graham Percival  <gpermus@gmail.com>
428
429         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
430         update framework for command index.  DOC WRITERS: use @funindex
431         instead of @cindex @code{}.
432
433         * Documentation/user/ various: replace @cindex @code{} => @funindex
434
435 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
436
437         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
438         case positions is set manually. 
439
440 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
441         
442         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
443         rules to Scheme.
444
445 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
446
447         * Documentation/user/changing-defaults.itely (Contexts explained):
448         use absolute dimension for @image.
449
450         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
451         out image for illustration too.
452         ($(outdir)/%.png): add more png <-> eps rules. 
453
454 2006-05-17  Graham Percival  <gpermus@gmail.com>
455
456         * Documentation/user/ various: remove trailing whitespace, cosmetic
457         change to reduce changes produced by diff.
458
459 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
460
461         * lily/main.cc (do_chroot_jail): correctness tweak.
462
463         * python/lilylib.py (system): import subprocess in system () only.
464
465         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
466
467         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
468         variable. Backportme.
469
470 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
471         
472         * lily/parser.yy: Change all syntax rules of type Music to SCM type
473
474 2006-05-17  Werner Lemberg  <wl@gnu.org>
475
476         * lily/lexer.ll (init_signature_has_table): Add
477         `scm-scm-music-music'.
478
479         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
480         (Generic_prefix_music_scm): Add rule for it.
481
482         * lily/quote-iterator.cc (Quote_iterator::process): Handle
483         `quoted-transposition' property.
484
485         * ly/music-functions-init.ly (transposedCueDuring): New function.
486
487         * scm/define-music-properties.scm (all-music-properties): Updated.
488
489         * Documenation/topdocs/NEWS.itely: Document it.
490
491 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
492
493         * python/lilylib.py (system): move import subprocess to system()
494         definition. 
495
496         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
497
498         * VERSION (PATCH_LEVEL): release 2.9.5
499         
500         * Documentation/topdocs/INSTALL.texi (Top): update versions and
501         build instructions. 
502
503         * ly/engraver-init.ly: switch on hairpinToBarline by default.
504
505 2006-05-16  Graham Percival  <gpermus@gmail.com>
506
507         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
508
509         * Documentation/user/ various: minor fixes.
510
511 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
512
513         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
514
515 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
516
517         * Documentation/user/advanced-notation.itely (Instrument names):
518         Modified obsolete instruction on how to move instrument names away
519         from the staves. Hmm, at second thought the bug probably has been
520         solved, so the full bug description should probably be removed.
521
522 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
523
524         * lily/dynamic-engraver.cc (typeset_all): hang ending on
525         currentCommandColumn. 
526
527         * lily/hairpin.cc (print): also add padding for non-neighbor
528         hairpin bounds.
529
530         * scm/define-context-properties.scm
531         (all-user-translation-properties): add hairpinToBarline
532
533         * input/regression/hairpin-to-barline.ly: new file.
534
535         * lily/context.cc (internal_send_stream_event): thinko fix.
536
537         * lily/tie.cc (set_default_control_points): robustness fix.
538
539         * python/musicxml.py (Part.interpret): don't complain about
540         incomplete measures.
541
542         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
543         new music if last_event_chord() returned None.
544
545         * python/musicxml.py (Part.interpret): skip back over chord notes.
546
547 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
548         
549         * lily/percent-repeat-engraver.cc, lily/parser.yy,
550         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
551         lily/slash-repeat-engraver.cc,
552         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
553         iterator sends PercentEvents
554
555         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
556         rework tuplets: send start/stop events to engraver
557
558         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
559         dispatchers event-source and events-below to Context
560         
561 2006-05-15  Graham Percival  <gpermus@gmail.com>
562
563         * Documentation/user/README.txt: update info for doc writers.
564
565         * Documentation/user/programming-interface.itely: integrate
566         Nicolas' fixes for chapter rewrite.
567
568         * Documentation/user/ various: minor fixes.
569
570 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
571
572         * lily/clef-engraver.cc: cleanup.
573
574         * Documentation/user/GNUmakefile: dist context-example.eps too.
575
576         * lily/key-engraver.cc (create_key): use
577         explicitKeySignatureVisibility for cancellation too. 
578
579         * lily/font-config.cc (init_fontconfig): don't close file if
580         f==NULL. 
581
582 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
583
584         * Documentation/topdocs/NEWS.tely: niente and rotation news
585
586 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
587
588         * lily/include/stencil.hh
589         * lily/stencil.cc (rotate): new function. Makes it possible
590         to rotate a stencil around a given offset.
591
592         * lily/grob.cc (get_print_stencil): add rotation support
593
594         * lily/stencil-interpret.cc (interpret_stencil_expression):
595         add rotation support
596
597         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
598
599         * scm/define-grob-properties.scm: add 'rotation property
600
601         * scm/define-markup-commands.scm: add rotate markup command
602         
603         * scm/output-ps.scm: add rotation support in PostScript backend
604
605         * scm/output-svg.scm: add rotation support in SVG backend
606
607 2006-05-13  Graham Percival  <gpermus@gmail.com>
608
609         * Documentation/user/music-glossary.itely: French correction.
610
611         * Documentation/user/programming-interface.itely: major
612         new docs, some reorg, some info from Nicolas.
613
614         * Documentation/user/ various: small fixes.
615
616 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
617
618         * Documentation/user/programming-interface.itely (Markup
619         programmer interface): Remove duplicate text.
620
621 2006-05-12  Graham Percival  <gpermus@gmail.com>
622
623         * Documentation/user/context-example.eps: new file.
624
625         * Documentation/user/changing-defaults.itely: set up file to
626         use eps image.
627
628         * Documentation/user/programming-interface.itely: changes
629         from mailist.
630
631 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
632
633         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
634
635 2006-05-11  Graham Percival  <gpermus@gmail.com>
636
637         * Documentation/user/programming-interface.itely: first round of
638         editing and merging emails from Nicolas.
639
640         * Documentation/user/scheme-tutorial: minor edit.
641
642 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
643
644         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
645         XML attributes.
646         (Xml_node.message): use it.
647
648         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
649         oops. Add duration argument.
650
651 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
652
653         * lily/paper-column-engraver.cc (make_columns):
654         * scm/define-grobs.scm: Revert my previous change and set the default
655         in define-grobs.scm instead.
656
657 2006-05-09  Graham Percival  <gpermus@gmail.com>
658         
659         * Documentation/user/changing-defaults.itely: general editing,
660         info about \set and \override.
661
662         * Documentation/user/tweaking.itely, advanced-notation.itely:
663         fixes from Dave Luttinen, thanks!
664
665 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
666
667         * lily/paper-column-engraver.cc (make_columns): By default, a column
668         needs to be breakable.
669
670 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
671
672         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
673         Attributes methods
674         (musicxml_time_to_lily): idem
675         (musicxml_key_to_lily): idem
676         (instrument_drumtype_dict): dict for supported drumtypes.
677         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
678         moments and pending mm rests
679         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
680         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
681         (musicxml_voice_to_lily_voice): add mode change.
682         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
683         speed and less memory usage (factor 5 to 10).
684         (convert): write -defs.ly  and driver file separately so people
685         can script their own part extraction.
686
687         * python/musicxml.py (minidom_demarshal_node): new function:
688         separate minidom handling.
689         (lxml_demarshal_node): new function: support lxml.etree too.
690         (Xml_node.message): new function: verbose error message, with XML
691         path to offending node.
692         (Attributes.get_measure_length): sane interface to MusicXML attributes.
693         (Part_list.generate_id_instrument_dict): new method: collect
694         instrument names, to be able to set drum_type.
695         (Part.interpret): handle underfull measures
696         (Part.interpret): assign instrument names.
697
698         * python/musicexp.py (Output_printer.close): new method
699         (MusicWrapper.print_ly): new class: support other modes,
700         eg. \drummode
701         (BarCheck.print_ly): new class. Support bar checks, with comments
702         and fancy barchecks. 
703         (NoteEvent.__init__): also set drum_type for drum notes.
704         (MultiMeasureRest.lisp_expression): dump mm rests.
705
706         * lily/paper-column-engraver.cc (stop_translation_timestep): set
707         line-break-permission if forbidBreak is not set.
708
709 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
710
711         * scm/define-context-properties.scm:
712         * scm/define-grob-properties.scm:
713         * scm/define-grobs.scm:
714         * scm/define-music-display-methods.scm:
715         * scm/define-music-properties.scm:
716         * scm/define-music-types.scm:
717         * scm/music-functions.scm:
718         * ly/declarations-init.ly:
719         * lily/include/constrained-breaking.hh:
720         * lily/system.cc:
721         * lily/spaceable-grob.cc:
722         * lily/simple-spacer.cc:
723         * lily/paper-score.cc:
724         * lily/paper-column.cc:
725         * lily/paper-column-engraver.cc:
726         * lily/item.cc:
727         * lily/gourlay-breaking.cc:
728         * lily/constrained-breaking.cc:
729         * python/convertrules.py:
730         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
731         "page-break-penalty" and "line-break-permission".
732         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
733         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
734
735         * lily/bar-engraver.cc:
736         * lily/beam-engraver.cc:
737         * lily/forbid-break-engraver.cc:
738         * lily/ligature-engraver.cc:
739         * lily/paper-column-engraver.cc:
740         * lily/percent-repeat-engraver.cc:
741         * lily/score-engraver.cc:
742         * lily/score-engraver.hh:
743         * lily/paper-column-engraver.hh:
744         Inter-engraver communication regarding line breaks is done through context
745         properties (Score.forbidBreak) instead of function calls.
746
747 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
748
749         * VERSION (PACKAGE_NAME): release 2.9.4
750
751 2006-05-08  Graham Percival  <gpermus@gmail.com>
752
753         * Documentation/user/working.itely: proofreading from Dave
754         Luttinen, thanks.
755
756         * Doucmentation/user/README.txt: updated with manual style info.
757
758         * Documentation/user/ various: trim linewidth to 78 chars.
759
760 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
761
762         * scm/define-grob-properties.scm (all-internal-grob-properties):
763         remove chord-tremolo property.
764
765         * lily/beam.cc (get_beam_segments): don't use stem position as
766         base for broken ends.
767
768 2006-05-06  Graham Percival  <gpermus@gmail.com>
769
770         * Documentation/user/putting.itely: proofreading from Dave
771         Luttinen, thanks!
772
773         * Documentation/user/ various: more reorg and clarifications.
774
775 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
776
777         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
778
779         * ly/music-functions-init.ly: new function featherDurations
780
781         * lily/beam.cc: read grow-direction for feathered beaming.
782
783         * Documentation/topdocs/NEWS.tely (Top): typo.
784
785 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
786
787         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
788         tremolo beams.
789
790 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
791         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
792         used by music streams.
793
794         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
795         lily/stream-event.cc, lily/stream-event-scheme.cc,
796         lily/listener.cc, lily/scheme-listener.cc,
797         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
798         lily/include/stream-event.hh, lily/include/listener.hh,
799         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
800         Created data structures for music streams.
801         
802 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
803
804         * lily/beam.cc (get_beam_segments): new function. Reorganise the
805         construction of a beam. 
806         (print): rewrite. 
807
808         * flower/include/std-vector.hh (default_compare): use only one comparison.
809
810         * scm/define-markup-commands.scm (note-by-number): remove debug display.
811         (note-by-number): further attachment fixes.
812
813         * scm/lily-library.scm (ordered-cons): new function.
814         (interval-index): new function
815
816         * lily/note-head-scheme.cc (LY_DEFINE): new file.
817
818         * lily/note-head.cc (get_stem_attachment): new function.
819
820         * scm/define-markup-commands.scm (note-by-number): read 'style
821         property. 
822
823         * input/regression/markup-note.ly: show note-head style option.
824
825         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
826         triangle head.
827
828 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
829
830         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
831
832         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
833
834         * lily/include/constrained-breaking.hh: GCC 4 fix.
835
836 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
837
838         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
839         Replace it with functions get_line_forces and get_line_configuration.
840         (class Simple_spacer): Make data private.
841         Rewrite compression algorithm to be faster and simpler.
842
843         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
844         * lily/gourlay-breaking.cc (solve):
845         * lily/constrained_breaking.cc (space_line):
846         Change it to the new simple-spacer code.
847
848         * lily/paper-score.cc (get_paper_systems):
849         (Paper_score):
850         (process):
851         Delay breaking the systems until they are requested.
852         (find_break_indices):
853         Use vsize for indices.
854         (calc_breaking):
855         Move the "Calculating line breaks" message here.
856
857         * lily/system.cc (pre_processing):
858         Move the "Calculating line breaks" message away from here.
859         (break_into_pieces):
860         Allow multiple calls to this function in sequence (with touching-but-
861         not-overlapping breakpoints).
862
863         * lily/constrained-breaking.cc:
864         Replace most of the get_XXXX functions with get_line_details.
865         Only calculate the force for each line. Calculate configurations only
866         for the lines we will actually use.
867         Replace cols_ with lines_.
868
869 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
870
871         * mf/GNUmakefile (depth): remove FC_FIND.
872
873         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
874
875         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
876
877         * scm/framework-ps.scm (write-preamble): new function.
878         (write-preamble): load mac fonts via fondu, even if gs-font-load
879         is set.
880
881 2006-05-03  Werner Lemberg  <wl@gnu.org>
882
883         * mf/GNUmakefile (FC_FIND): Fix typo.
884
885 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
886
887         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
888
889 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
890
891         * stepmake/aclocal.m4: run python-config for crosscompiling
892         flags. 
893
894         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
895         -f png for HTML, TEXINFO formats. 
896
897         * input/tutorial/lbook-html-test.html: new file.
898
899         * lily/include/tie-formatting-problem.hh (class
900         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
901         [column, direction]. This fixes laissez vibrer ties.
902  
903         * flower/include/tuple.hh (struct Tuple2): new file.
904
905         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
906         $(FCMATCH), only if $(NCSB_DIR) not set. 
907
908         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
909
910         * config.make.in (DOCUMENTATION): set FCMATCH.  
911
912         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
913
914 2006-05-03  Graham Percival  <gpermus@gmail.com>
915
916         * Documentation/user/ various: final round of reorg.
917
918         * Documentation/user/instrument-notation.itely: some more
919         fixes from Eduardo, thanks!
920
921 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
922
923         * VERSION (PACKAGE_NAME): release 2.9.3
924
925         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
926
927         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
928
929 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
930
931         * scm/define-grob-properties.scm (all-user-grob-properties):
932         Correct typo, thanks to Eduardo.
933
934 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
935
936         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
937
938         * buildscripts/lilypond-words.py (F): indent fix.
939
940         * input/regression/tie-arpeggio-collision.ly: new file.
941
942         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
943         function: store outlines per column rank.
944
945         * lily/include/tie-configuration.hh (class Tie_configuration): add
946         column_ranks_ to specification and configuration, to distinguish
947         between ties for different heads in arpegiated chords.
948
949         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
950
951         * *.py: more 4 space indents.
952
953         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
954
955 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
956
957         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
958
959 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
960
961         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
962
963         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
964
965         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
966
967 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
968
969         * python/convertrules.py (conv): indent 4 for python files.
970
971 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
972
973         * Documentation/user/changing-defaults.itely (Creating contexts):
974         Clarify \new semantics.
975
976 2006-04-28  Graham Percival  <gpermus@gmail.com>
977
978         * Documentation/user/ various: major new sections in the
979         Learning manual, slight reorg elsewhere.
980
981 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
982
983         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
984
985         * scm/framework-ps.scm (output-framework): remove PageMedia
986
987 2006-04-27  Graham Percival  <gpermus@gmail.com>
988
989         * Documentation/user/ tweaks.itely, working.itely: new
990         files, being more advanced "learning manual" chapters.
991
992         * Documentation/user/ tutorial, putting, lilypond: reorg.
993
994 2006-04-26  Graham Percival  <gpermus@gmail.com>
995
996         * input/regression/lyric-combine-polyphonic.ly: fixed test
997         (no more "can't find context `one'" error).
998
999 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1000
1001         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1002
1003         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1004         
1005 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1006
1007         * lily/relocate.cc (read_relocation_dir): new function.
1008
1009 2006-04-26  Graham Percival  <gpermus@gmail.com>
1010
1011         * Documentation/user/instrument-notation.itely: a few more fixes
1012         from Eduardo, thanks!
1013
1014         * Documentation/user/README.txt: new file; contains info on
1015         style that used to be in lilypond.tely.
1016
1017         * Documentation/user/ various: first round of doc reorg.
1018
1019         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1020         graphic; this probably causes problems on some pdf
1021         viewers, notably Adobe Acrobat.
1022
1023 2006-04-24  Graham Percival  <gpermus@gmail.com>
1024
1025         * Documentation/user/instrument-notation.itely: many alterations
1026         to Vocal music, from Eduardo Viera.
1027
1028 2006-04-23  Graham Percival  <gpermus@gmail.com>
1029
1030         * Documentation/user/instrument-notation.itely: fix \new
1031         instead of \context problem.
1032
1033 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1034
1035         * lily/relocate.cc (expand_environment_variables): new function.
1036         (read_line): id.
1037         (read_relocation_file): id.
1038
1039         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1040
1041 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1042
1043         * ly/engraver-init.ly: remove old comments from TabVoice
1044
1045 2006-04-20  Graham Percival  <gpermus@gmail.com>
1046
1047         * Documentation/user/instrument-notation.itely: added Erlend's
1048         latest doc patch, thanks!
1049
1050 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1051
1052         * lily/include/slur.hh:
1053         * lily/slur.cc:
1054         * lily/phrasing-slur-engraver.cc:
1055         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1056         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1057         Slur_engraver:: and putting it in
1058         Slur::auxiliary_acknowledge_extra_object ().
1059
1060         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1061
1062         * lily/note-collision.cc: fix a comment
1063
1064 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1065
1066         * stepmake/bin/add-html-footer.py: fix footer position in
1067         generated html files: before </body> and </html> tags.
1068
1069 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1070
1071         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1072         Earlier successive `make' commands finally compiled ok.
1073
1074         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1075
1076 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1077
1078         * lily/include/stem-tremolo.hh:
1079         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1080         callers.
1081
1082         * lily/lookup.cc:
1083         * lily/include/lookup.hh: add rotated_box ()
1084
1085 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1086
1087         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1088         been generated. Fixes "can't get `--help'" bug after make clean.
1089
1090         * THANKS: alphabetize contributors.
1091
1092 2006-04-17  Graham Percival  <gpermus@gmail.com>
1093
1094         * Documentation/user/instrument-notation.itely: added Erlend's
1095         tabs and banjo doc patch.  Thanks!
1096
1097 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1098
1099         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1100
1101         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1102
1103         * scm/output-lib.scm: add some more predefined string tunings.
1104
1105         * Documentation/user/instrument-notation.itely: and doc them.
1106
1107 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1108
1109         * ly/engraver.ly: Remove obsolete comments.
1110
1111         * ly/gregorian-init.ly: Define default layout block.
1112
1113         * input/puer-fragment.ly: Updated and extended.
1114
1115 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1116
1117         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1118         pdf conversion behaviour.
1119
1120         * flower/file-name.cc (dir_name)
1121         (get_working_directory): Move from relocate.cc.
1122
1123         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1124         
1125         * lily/relocate.cc: Encapsulate sys/stat.h in
1126         HAVE_STAT_H.
1127
1128 2006-04-14  Graham Percival  <gpermus@gmail.com>
1129
1130         * Documentation/user/ various: small updates from Cameron
1131         and Juergen, thanks!
1132
1133         * Documentation/user/ various: small updates of my own.
1134
1135         * THANKS: 2.7 -> 2.8.
1136
1137 2006-04-11  Graham Percival  <gpermus@gmail.com>
1138
1139         * scm/define-context-properties.scm: typo.
1140
1141         * Documentation/user/ : many more small updates.
1142
1143 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1144
1145         * scm/define-music-types.scm: disposed "docme".
1146
1147 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1148
1149         * lily/hairpin.cc: make niente circles a bit smaller.
1150
1151 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1152
1153         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1154         get-pfa and get-*-fonts targets.
1155
1156 2006-04-10  Graham Percival  <gpermus@gmail.com>
1157
1158         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1159         music-glossary, programming-interface: more minor fixes
1160         from mailist.
1161
1162         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1163
1164         * scm/define-context-properties.scm: another old \property update.
1165         This time tested for compiling!
1166
1167 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1168
1169         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1170
1171 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1172
1173         * scm/define-context-properties.scm (all-user-translation-properties): 
1174         * Documentation/user/global.itely (Page formatting): Compile fix.
1175
1176 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1177
1178         * Documentation/user/advanced-notation.itely (Polymetric
1179         notation): Update the example to use the "+" symbol and add link
1180         to input/test/compound-time.ly.
1181
1182 2006-04-08  Graham Percival  <gpermus@gmail.com>
1183
1184         * scm/define-grob-properties.scm: clarify docs for #'direction.
1185
1186         * scm/define-context-properties.scm: update old \property override.
1187
1188         * Documentation/user/ advanced-notation, global, lilypond-book:
1189         more minor doc updates.
1190
1191 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1192
1193         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1194
1195         * scm/backend-library.scm (search-gs): oops.
1196
1197 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1198
1199         * scripts/lilypond-book.py (output): use base, not filename for href.
1200
1201         * scm/backend-library.scm: only look for gs.
1202
1203         * scripts/lilypond-book.py (output): fix printfilename.
1204
1205         * lily/parser.yy (music_function_musicless_prefix): fold together
1206         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1207
1208         * lily/slur.cc (print): only set font-size if not set yet.
1209
1210         * lily/slur-configuration.cc (add_score): improved layout of debug
1211         scoring output.
1212
1213 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1214
1215         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1216         (draw_circle): Hopefully fixed regression.
1217         Improved documentation for several procedures.
1218         
1219 2006-03-04  Werner Lemberg  <wl@gnu.org>
1220
1221         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1222
1223 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1224
1225         * scripts/musicxml2ly.py (bindir): add dynamic
1226         relocation. 
1227
1228 2006-04-04  Graham Percival  <gpermus@gmail.com>
1229
1230         * Documentation/user/ basic-notation, advanced-notation, putting,
1231         instrument-notation, invoking, lilypond, THANKS: another ream of small
1232         fixes from the Doc Helpers.
1233
1234 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1235
1236         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1237
1238         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1239
1240         * Cleaned up interfaces between PostScript and Scheme, and moved
1241         computations from PostScript to Scheme:
1242
1243         * music-drawing-routines.ps
1244         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1245         with stroke_and_fill throughout.
1246         (euclidean_length, print_letter, draw_box): Deleted unused
1247         procedures.  If someone needs draw_box, implement it using
1248         draw_round_box; don't duplicate code.
1249         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1250         Refactored/cleaned up interfaces.
1251         (mark_URI): Moved.
1252
1253         * output-ps.scm: reordered arguments to PostScript functions to
1254         match new interfaces
1255         (glyph-string): Rewrote glyph-string.
1256         (grob-cause): Replaced string-append with format.
1257         (repeat-slash): Rewrote to do computation here.
1258         (round-filled-box): Rewrote to do computation here.
1259
1260 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1261
1262         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1263
1264         * stepmake/stepmake/toplevel- targets.make: print help info about
1265         cvs-clean
1266
1267 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1268
1269         * input/regression/hairpin-circled.ly: new file
1270
1271 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1272
1273         * lily/hairpin.cc (print): add support for circled tip
1274
1275         * scm/define-grob-properties.scm: add circled-tip parameter
1276
1277         * scm/define-grobs.scm: init circled-tip to false
1278         
1279 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1280
1281         * scm/music-functions.scm (quote-substitute): set
1282         iterators-ctor. 
1283
1284 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1285
1286         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1287         BSTINPUTS. 
1288
1289         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1290
1291         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1292
1293 2006-03-31  David Feuer  <david.feuer@gmail.com>
1294         
1295         * scm/framework-ps.scm:
1296         
1297         * scm/output-ps.scm: glyph-string now produces smaller, more
1298         readable, and probably faster PostScript.  Several findfont
1299         scalefont setfont instances changed to selectfont
1300         Hacked-up string-appends changed to formats.
1301
1302         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1303         
1304 2006-03-30  Graham Percival  <gpermus@gmail.com>
1305
1306         * scm/lily-library.scm: make "no version" warning message more polite.
1307
1308         * lily/music.cc: add double quotes to failed octave check.
1309
1310         * Documentation/user/ advanced-notation, changing-defaults,
1311         instrument-notation, invoking, music-glossary: whole bunch of minor
1312         fixes from mailist.
1313
1314 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1315
1316         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1317         $(buildscriptdir) iso. depth.
1318
1319         * VERSION (PACKAGE_NAME): release 2.9.1
1320
1321 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1322
1323         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1324
1325         * VERSION (PATCH_LEVEL): bump version number.
1326
1327         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1328         scm_from_uint32 ()
1329
1330         * lily/pango-font.cc (pango_item_string_stencil): use
1331         scm_from_uint32 ()
1332
1333         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1334         $(outdir)/emmentaler-%.svg): remove canary.
1335
1336         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1337         glyphnames if we have a ttf font.
1338
1339 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1340
1341         * Documentation/user/advanced-notation.itely (Font selection):
1342         Corrected reference to the font-family-override.ly example.
1343
1344 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1345         
1346         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1347         stem-tremolo object in the stem (or else the stem might not be
1348         long enough).
1349
1350 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1351
1352         * lily/ttf.cc (print_trailer): only print existing glyphs.
1353
1354 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1355
1356         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1357         position the tremolo based on the position of the notehead.
1358
1359         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1360         notes and update the texidoc line with the new positioning rules.
1361         
1362 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1363
1364         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1365
1366         * scripts/lilypond-book.py (Module): set default for linewidth if
1367         preamble not found.
1368
1369 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1370
1371         * VERSION (PACKAGE_NAME): release 2.9.0.
1372
1373         * input/regression/stem-tremolo-position.ly: new file.
1374
1375         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1376
1377 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1378
1379         * lily/stem-tremolo.cc (print): position
1380         the tremolo depending only on the end of the stem
1381         and not on the notehead
1382         (raw_stencil): center, on the middle staff line, the
1383         flag that is closest to the end of the stem (previously
1384         the bottom flag)
1385         (calc_width): add this callback to shorten a tremolo when
1386         it is beamed or it is stemup with a flag
1387         (style): add this callback to make a tremolo rectangular when
1388         it is beamed or it is stemup with a flag
1389         (rotated_box): this is like Lookup::beam but makes a rotated
1390         rectangle instead of a parallelogram
1391
1392         * lily/stem.cc (calc_stem_info): make sure the stem
1393         is long enough to fit the tremolo
1394         (calc-length): reduce the length of tremolo stems since the
1395         tremolo code is now capable of better positioning
1396
1397         * scm/define-grobs.scm: make calc_width the default beam-width
1398         callback for stem-tremolo and add the style callback
1399                 
1400 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1401
1402         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1403         case. 
1404
1405 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1406
1407         * lily/ttf.cc (make_index_to_charcode_map): restore old
1408         cmap. 
1409
1410 2006-03-28  Werner Lemberg  <wl@gnu.org>
1411
1412         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1413
1414 2006-03-28  Graham Percival  <gpermus@gmail.com>
1415
1416         * THANKS: update for 2.9, add section for Documentation helpers.
1417
1418         * Documentation/topdocs/NEWS.tely: compile fix.
1419
1420         * Documentation/user/ basic-notation, global, advanced-notation,
1421         examples.itely: minor fixes from mailist.
1422
1423 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1424
1425         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1426         note heads. 
1427
1428         * lily/ttf.cc (print_trailer): use it.
1429
1430         * lily/pango-font.cc (get_unicode_name): new function.
1431
1432         * lily/ttf.cc (make_index_to_charcode_map): move function from
1433         open-type-font.cc
1434         (print_trailer): substitute uniXXXX name if applicable. 
1435
1436         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1437         (pango_item_string_stencil): use it to generate uniXXXX names.
1438
1439         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1440         note heads, for uniform widths in shape note output.
1441         (overdone_heads): hmm. remove them again.
1442
1443         * scripts/lilypond-book.py (output): add links to filenames.
1444
1445         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1446
1447         * lily/note-collision.cc (get_clash_groups): only consider when
1448         Note_column::dir <> CENTER. 
1449
1450         * scripts/lilypond-book.py (get_option_parser): init output_name
1451         to ''. 
1452
1453 2006-03-24  Graham Percival  <gpermus@gmail.com>
1454
1455         * Documentation/topdocs/NEWS.tely: add @end itemize
1456
1457         * Documentation/user/ global, advanced-notation: minor
1458         stuff from mailist.
1459
1460 2006-03-23  Graham Percival  <gpermus@gmail.com>
1461
1462         * Documentation/user/ lilypond.tely, music-glossary,
1463         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1464
1465 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1466
1467         * mf/GNUmakefile: don't install .enc files.
1468
1469         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1470
1471         * VERSION (PATCH_LEVEL): bump to 2.9.0
1472
1473 2006-03-22  Graham Percival  <gpermus@gmail.com>
1474
1475         * Documentation/user/advanced-notation.itely: minor fixes
1476         from mailist.
1477
1478 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1479
1480         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1481
1482         * branch lilypond_2_8
1483
1484 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1485
1486         * scripts/lilypond-book.py (samefile): new function, for windoze
1487         compatibility.
1488
1489 2006-03-21  Graham Percival  <gpermus@gmail.com>
1490
1491         * ly/engraver-init.ly: add info about StaffGroup.
1492
1493 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1494
1495         * input/regression/stem-direction-context.ly: idem.
1496
1497         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1498
1499         * THANKS: add Mats.
1500
1501         * input/regression/page-layout-twopass.ly: comment out \markup so
1502         tweak-file is left.
1503
1504         * lily/instrument-name-engraver.cc (finalize): add to instrument
1505         name global System. This also fixes chopped instrument names, but
1506         doesn't crash when there are slurs/beams.
1507
1508         * lily/slur-configuration.cc (add_score): disallow negative slur
1509         scores.
1510         
1511 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1512
1513         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1514
1515         * lily/instrument-name-engraver.cc (process_music): kludge: add
1516         InstrumentName spanner to axis group of left bound. Fixes chopped
1517         off instrument names in EPS images.
1518
1519         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1520
1521         * scripts/abc2ly.py (option_parser): update to 2.7.40
1522
1523 2006-03-20  Graham Percival  <gpermus@gmail.com>
1524
1525         * THANKS: move small doc contributors to SUGGESTIONS.
1526
1527         * Documentation/user/ basic-notation, advanced-notation,
1528         global: small changes from mailist.
1529
1530 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1531
1532         * Documentation/user/advanced-notation.itely (Text marks): update
1533         for new rehearsalMarkAlignSymbol convention.
1534
1535         * VERSION (PATCH_LEVEL): bump version.
1536
1537         * input/test/instrument-name-align.ly: new file.
1538
1539         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1540
1541         * input/test/instrument-name-align.ly: new file. Document how to
1542         align instrument names.
1543
1544         * lily/mark-engraver.cc: remove properties.
1545
1546         * scm/define-context-properties.scm
1547         (all-user-translation-properties): remove align symbol properties
1548         for barnumber/reh. mark.
1549
1550         * lily/break-align-interface.cc (self_align_callback): new
1551         interface, new function. Look at complete alignment. This handles
1552         tunable break alignments in case break-align-symbols are missing.
1553
1554         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1555
1556         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1557
1558         * python/convertrules.py (conv): mark/bar number alignment rule.
1559
1560         * lily/break-align-interface.cc (calc_positioning_done): also
1561         store offset from last visible break-alignment to its
1562         neighbor. This makes alignment on non-visible objects more reliable.
1563
1564         * po/lilypond.pot (Module): ran po-replace.
1565
1566         * input/regression/tie-single-manual.ly (Module): new file.
1567
1568         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1569         look at has_manual_position_.
1570         (from_ties): set has_manual_position_ if tie has staff-position set.
1571
1572         * lily/tuplet-bracket.cc (calc_positions): idem.
1573
1574         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1575         doesn't span time.
1576
1577 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1578
1579         * scm/define-markup-commands.scm (smallCaps): new markup command
1580         for turning a text to small caps using smaller font size and upper
1581         casing.
1582
1583 2006-03-17  Graham Percival  <gpermus@gmail.com>
1584
1585         * Documentation/user/ examples, instrument-notation,
1586         advnaced-notation: minor fixes from mailist.
1587
1588 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1589
1590         * Documentation/user/tutorial.itely (First steps): change example
1591         to verbatim.  
1592
1593 2006-03-17  Graham Percival  <gpermus@gmail.com>
1594
1595         * Documentation/user/ examples, advanced: minor changes from mailist.
1596
1597         * THANKS: add Geoff Horton, for documentation stuff.
1598
1599 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1600
1601         * python/lilylib.py (system): revert have_select kludge.
1602
1603         * Documentation/user/tutorial.itely (Commenting input files):
1604         update version numbers in doc. 
1605
1606         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1607         bound-padding to multi-measure-interface
1608
1609 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1610
1611         * input/test/engraver-example.ily: update version number.
1612
1613         * VERSION (PACKAGE_NAME): release 2.7.39
1614
1615         * lily/note-spacing.cc (get_spacing): heighten threshold where
1616         accidentals/arpeggios influence previous spacing fully.
1617
1618         * lily/rest.cc (y_offset_callback): only use direction if
1619         staff-position wasn't set before.
1620
1621         * lily/bar-number-engraver.cc: add support for
1622         barNumberAlignSymbol. 
1623         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1624
1625         * lily/pointer-group-interface.cc (set_ordered): new function. 
1626         (add_unordered_grob): new function.
1627
1628         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1629         to ordered, unless the opposite has been proved.  This fixes
1630         random reordering of large object groups across linebreaks,
1631         eg. beams.
1632
1633         * lily/main.cc (do_chroot_jail): printf format fix.
1634
1635         * lily/tie-formatting-problem.cc (generate_configuration):
1636         multiply y-shift for dot with direction.
1637  
1638         * scm/define-markup-commands.scm (note-by-number): put (magstep
1639         size) in y-attach too.
1640
1641         * Documentation/topdocs/NEWS.tely (Top): show override.
1642
1643         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1644         direction for stems.
1645         
1646 2006-03-15  Graham Percival  <gpermus@gmail.com>
1647
1648         * Documentation/user/ changing-defaults, global: minor
1649         fixes from mailist.
1650
1651 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1652
1653         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1654
1655         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1656         breakable items after uniformly stretched notes.
1657
1658         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1659         outline with outer edge of note heads. This prevents infinity
1660         problems with tied whole notes.
1661
1662         * scripts/lilypond-book.py (do_file): use os.popen
1663
1664         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1665
1666 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1667
1668         * Documentation/user/invoking.itely: Add ragged-right to bug report
1669         guidelines.
1670
1671 2006-03-14  Graham Percival  <gpermus@gmail.com>
1672
1673         * Documentation/user/global.itely: small fix from mailist.
1674
1675 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1676
1677         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1678         file descriptor returned by tempfile.mkstemp() when writing
1679         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1680         on mingw.
1681
1682 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * po/fi.po: newline bugfix.
1685
1686 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1687
1688         * scm/paper.scm (paper-alist): Rounding fixes.
1689
1690 2006-03-13  Graham Percival  <gpermus@gmail.com>
1691
1692         * Documentation/user/ changing-defaults, instrument-notation,
1693         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1694
1695 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1696
1697         * po/fi.po: update.
1698
1699 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1700
1701         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1702         mailto: to http:// 
1703
1704         * python/lilylib.py (print_environment): move ps_page_count to
1705         lilypond-book.py
1706
1707 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1708
1709         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1710
1711         * scm/framework-ps.scm (embed-document): new function. Use to
1712         embed PFA files.
1713
1714         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1715
1716 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1717
1718         * Documentation/user/instrument-notation.itely (Setting simple
1719         songs): Added \book{...} around the full example, so the separate
1720         markups are included in the printed example. 
1721
1722 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1723
1724         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1725         tmphandle.
1726
1727         * python/lilylib.py (system): rewrite system() using
1728         subprocess. Remove >& redirection trickery.
1729
1730 2006-03-11  Graham Percival  <gpermus@gmail.com>
1731
1732         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1733         notation-appendices.itely: minor fixes from mailist.
1734
1735 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1736
1737         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1738         unsplit man also needs images.
1739
1740         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1741
1742         * VERSION (PACKAGE_NAME): 2.7.38 released.
1743
1744 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1745
1746         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1747         log in output dir.
1748
1749 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1750
1751         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1752         respects the Score.skipTypesetting property.
1753         
1754 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1755
1756         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1757         Prolog. No %%EOF after CFF file.
1758
1759 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1760         
1761         * lily/constrained-breaking.cc (get_max_systems): used to return a
1762         much too big value
1763         (combine_demerits): use pointers to reduce copying data
1764         (calc_subproblem): idem
1765         (get_page_penalty): add page turn penalties
1766         
1767 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1768
1769         * Documentation/user/invoking.itely (Invoking lilypond): better
1770         explanation of -e usage.
1771
1772         * lily/main.cc (main_with_guile): don't append to
1773         init_scheme_code_string
1774
1775         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1776
1777         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1778
1779         * scripts/convert-ly.py (do_options): don't print help for
1780         --show-rules rule.
1781
1782         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1783         @code and @example. Update from texinfo.tex from CVS.
1784
1785 2006-03-08  Graham Percival  <gpermus@gmail.com>
1786
1787         * Documentation/user/scheme-tutorial.itely: clarifies distances
1788         measured in staff-spaces.
1789
1790 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1791
1792         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1793         consider[k] is true.
1794
1795         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1796
1797         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1798         consider columns that have originals.  Unifies spacing for mm
1799         rests around line breaks.
1800
1801         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1802         (set_text_rods): idem.
1803         (calculate_spacing_rods): new function: share code between
1804         set_text_rods and set_spacing_rods.
1805         (set_text_rods): take extents of bounds into account.  
1806
1807 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1808
1809         * Documentation/user/basic-notation.itely (Writing music in
1810         parallel): don't use relative.
1811
1812 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1813
1814         * ly/music-functions-init.ly (Module): add shiftDurations
1815
1816         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
1817
1818         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
1819
1820         * ly/engraver-init.ly: init vocalName to nil.
1821
1822 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
1823
1824         * scm/music-functions.scm (music->make-music): bugfix,
1825         KeyChangeEvents are now handled correctly.
1826
1827         * scripts/lilypond-book.py: Add --debug option.
1828
1829 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1830
1831         * python/lilylib.py: add tempfile.
1832
1833 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1834
1835         * VERSION (PACKAGE_NAME): release 2.7.37
1836
1837         * python/lilylib.py (ps_page_count): remove make_ps_images().
1838         (ps_page_count): remove mkdir_p
1839         (system): remove cleanup_temp.
1840         (exit): remove lilypond_version_(check)
1841         (error_log): remove pseudo_filter_p
1842         remove read_pipe
1843         remove cp_to_dir
1844         remove identify
1845
1846         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1847         use __main__
1848
1849         * lily/accidental-engraver.cc (make_standard_accidental): only add
1850         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1851
1852         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1853         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1854         Make incompatibilities.
1855
1856         * scm/output-ps.scm (grob-cause): replace backslashes by /
1857         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1858
1859 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1860
1861         * cygwin/GNUmakefile: Install fixes.
1862
1863         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1864
1865         * lily/note-head.cc (head::get_balltype): Compile fix.
1866
1867         * flower/file-name.cc (dos_to_posix): Flower string fix.
1868
1869 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1870
1871         * python/lilylib.py: pychecker cleanups.
1872
1873         * scripts/lilypond-book.py
1874         (Lilypond_snippet.output_print_filename): pychecker cleanups
1875
1876         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1877
1878         * python/lilylib.py (underscore): remove identify() , warranty()
1879
1880         * ps/music-drawing-routines.ps: change Border routine for GSView
1881         compatibility.
1882
1883         * lily/stem.cc (height): use quantize-positions.  This triggers
1884         set_stem_lengths, so scripts on beamed stems are handled correctly.
1885
1886         * lily/side-position-interface.cc (aligned_side): check if edges
1887         of script are inside staff. Fixes accent of edge of the staff.
1888
1889         * input/regression/staccato-pos.ly: more examples.
1890
1891         * stepmake/aclocal.m4 (depth): fix bashism.
1892
1893         * lily/lyric-combine-music-iterator.cc: move from
1894         new-lyric-combine-iterator.cc
1895         (process): add pending_grace_lyric_ member to delay lyrics on
1896         grace notes.
1897
1898         * lily/system-start-text.cc (print): suicide if we don't have any
1899         elements. Fixes hara kiri'd instrument names.
1900
1901         * scripts/mup2ly.py (Module): remove.
1902
1903 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1904
1905         * Documentation/user/global.itely (A single music expression):
1906         close @lilypond properly
1907
1908         * lily/volta-bracket.cc (modify_edge_height): change from
1909         after_line_breaking_callback. Suicide last bracket if appropriate.
1910  
1911         * python/lilylib.py: strip getopt support
1912
1913         * scripts/etf2ly.py (do_options): use optparse
1914
1915         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1916
1917         * scripts/abc2ly.py (voices): use optparse.
1918
1919         * stepmake/stepmake/generic-vars.make: new function absdir.
1920
1921         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1922
1923         * scripts/lilypond-book.py (find_file): use global_options for
1924         include path
1925
1926         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1927         entering C code.
1928
1929 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1930
1931         * python/lilylib.py (get_global_option): ughness for extracting
1932         global options from lilylib.
1933         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1934
1935         * scripts/lilypond-book.py (get_option_parser): use optparse for
1936         option handling.  Put options in global_options variable.
1937
1938 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1939
1940         * Documentation/index.html.in: clarify.
1941
1942 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1943
1944         * scm/layout-page-layout.scm (write-page-breaks): add a
1945         music-system-heights property to the page layout output.
1946
1947         * scm/page.scm (make-page-stencil): take footer into account when
1948         computing the 'space-left page property
1949         (annotate-space-left): take footer into account when annonating
1950         space left.
1951
1952 2006-02-28  Graham Percival  <gpermus@gmail.com>
1953
1954         * Documentation/user/ advanced-notation, global: more (final)
1955         docs for music expressions, removed special fermatas.
1956
1957 2006-02-27  Graham Percival  <gpermus@gmail.com>
1958
1959         * Documentation/user/ basic-notation, global: minor changes
1960         from mailist.
1961
1962 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1963
1964         * scm/framework-ps.scm:         
1965         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1966         layer for inf? and nan? from framework-ps to lily-library.
1967
1968 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1969
1970         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1971         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1972
1973         * buildscripts/substitute-encoding.py (Module): remove file.
1974
1975         * mf/GNUmakefile: more PFA strippage.
1976
1977         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1978
1979         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1980         generation
1981
1982         * scm/framework-ps.scm: remove font name munging.
1983
1984         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1985
1986 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1987
1988         * scm/markup.scm (define-markup-command): change
1989         def-markup-command to define-markup-command
1990
1991         * scm/music-functions.scm (define-music-function): change
1992         def-music-function to define-music-function.
1993
1994         * python/convertrules.py (conv): rules for def-music-function
1995         and def-markup-commands
1996
1997         * Documentation/user/programming-interface.itely,
1998         input/no-notation/display-lily-tests.ly,
1999         input/regression/lily-in-scheme.ly,
2000         input/regression/markup-user.ly,
2001         input/regression/music-function.ly, input/regression/tie-chord.ly,
2002         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2003         ly/gregorian-init.ly: use new macro names (define-music-function,
2004         define-markup-command).
2005
2006 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2007
2008         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2009         (output): add comments to lp-book latex output.
2010
2011         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2012         address.
2013
2014 2006-02-23  Graham Percival  <gpermus@gmail.com>
2015
2016         * Documentation/user/ tutorial, global: minor changes.
2017
2018 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2019
2020         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2021         blocks (for make 3.80)
2022
2023         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2024         \notemode so that user should not have to explicitely type it.
2025
2026         * scm/define-music-display-methods.scm: various
2027         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2028         constructs)
2029
2030         * input/no-notation/display-lily-tests.ly: new tests for
2031         \applyOutput and \applyContext
2032
2033 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2034
2035         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2036         changed it slightly so that the number of systems returned by
2037         solve () will be the same as the last value passed to resize
2038         (). I've also added more documentation, removed casts, fixed style
2039         problems and put in some recovery if constraints aren't satisfied."
2040
2041 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2044         for emacs < 22 compatibility.
2045         (count-rexp): Use it.
2046         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2047         substring juggling (Milan Zamazal).
2048
2049 2006-02-23  Graham Percival  <gpermus@gmail.com>
2050
2051         * Documentation/user/ basic-notation, advanced-notation,
2052         global.itely, invoking.itely, tutorial,itely:
2053         minor fixes from mailist.
2054
2055         * scm/define-markup-commands.scm: improve docs of \filled-box.
2056
2057 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2058
2059         * Documentation/index.html.in: changes concern the previous release.
2060
2061         * input/regression/+.ly: cultivate typographical terminology.
2062
2063 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2064
2065         * scm/define-grob-interfaces.scm (parentheses-interface): add
2066         padding to parentheses-interface.
2067
2068         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2069         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2070
2071         * VERSION (PATCH_LEVEL): release 2.7.36
2072
2073         * lily/slur.cc: add avoid-slur (ugh.)
2074         
2075         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2076         intersection gets smaller. This fixes slurs over extreme points.
2077
2078         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2079         stems with neutral-direction set.
2080
2081         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2082
2083         * lily/open-type-font.cc (load_table): format error.
2084
2085         * lily/change-iterator.cc (process): format fix.
2086
2087         * flower/include/international.hh (_f): idem.
2088
2089         * flower/include/std-string.hh: add format printf attribute.
2090
2091         * scm/define-grobs.scm (all-grob-descriptions): height of all
2092         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2093
2094         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2095         ambitus lines.
2096
2097         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2098
2099 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2100
2101         * input/regression/: upgraded syntax for some files.
2102
2103         * THANKS: Add bughunters.
2104
2105 2006-02-22  Graham Percival  <gpermus@gmail.com>
2106
2107         * Documentation/user/ invoking.itely, advanced-notation.itely,
2108         global.itely: long-awaited "let's make chapter 10 not suck"
2109         update.  Rearrange chapter 10; now called "global issues",
2110         addresses file structure, etc.  Some info from other files
2111         moved into global.itely.
2112
2113 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2114
2115         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2116         catch trill-span-event notes.
2117
2118         * Documentation/user/examples.itely (Ancient notation templates): typo.
2119         (Jazz combo): typo.
2120
2121         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2122
2123         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2124
2125         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2126
2127         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2128
2129         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2130         froum Laissez_vibrer_engraver.
2131
2132         * ly/declarations-init.ly (repeatTie): add \repeatTie
2133
2134         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2135
2136         * scm/define-grob-properties.scm (all-user-grob-properties): add
2137         head-direction property.
2138
2139         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2140         from_lv_ties. Take head direction argument.
2141
2142         * lily/semi-tie-column.cc: rename from
2143         laissez-vibrer-tie-column.cc. Rename class too.
2144
2145         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2146         class too.
2147
2148         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2149
2150         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2151         0 case.
2152         (find_breaks): idem.
2153
2154 2006-02-21  Graham Percival  <gpermus@gmail.com>
2155
2156         * Documentation/user/advanced-notation.itely: fixed make-moment]
2157         example.
2158
2159         * Documentation/user/basic-notation.itely: more clarification to
2160         transpose.
2161
2162 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2163
2164         * lily/include/constrained-breaking.hh (class
2165         Constrained_breaking): new file.
2166
2167         * lily/constrained-breaking.cc (resize): new file.
2168
2169         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2170
2171         * Documentation/user/advanced-notation.itely (Clusters): insert
2172         end ignore too.
2173
2174         * lily/tie-column.cc (calc_positioning_done): support for
2175         tie-score debugging
2176
2177         * lily/tie-formatting-problem.cc
2178         (generate_extremal_tie_variations): factor out.
2179         (score_ties_configuration): annotate all tie 
2180         (print_ties_configuration): new routine.
2181         (generate_configuration): nudge extremal ties outside of the head
2182         Y extents.
2183         (score_ties_configuration): oops. convert to staff-space before
2184         determining position symmetry.
2185
2186 2006-02-20  Graham Percival  <gpermus@gmail.com>
2187
2188         * Documentation/user/*-notation.itely: misc minor editing,
2189         shifting doc sections around.
2190
2191         * Documentation/user/*-notation-itely, global.itely,
2192         changing-defaults.itely: added new stuff from NEWS.
2193
2194 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2195
2196         * po/fi.po: update.
2197
2198 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2199
2200         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2201         lilypond --verbose for lp-book.
2202
2203         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2204         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2205
2206         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2207         $(buildscript-dir) iso. absolute depth.
2208
2209         * buildscripts/genicon.py (dir): thinko.
2210
2211         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2212
2213 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2214
2215         * scm/output-lib.scm: swap darkcyan/darkyellow
2216
2217         * THANKS: Add bughunters.
2218
2219 2006-02-19  Graham Percival  <gpermus@gmail.com>
2220
2221         * Documentation/user/programming-interfaces.itely: fixed example.
2222
2223         * Documentation/user/instrument-notation.itely: fix @{ @}.
2224
2225         * scm/script.scm: add avoid-slur for \open.
2226
2227 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2228
2229         * lily/tie-formatting-problem.cc (score_configuration): use
2230         sliding score for min-length. 
2231
2232         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2233         spaghetti for icons.
2234
2235         * buildscripts/genicon.py (program_name): new file.
2236
2237         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2238         in outline too.  
2239         (generate_configuration): for small ties, also look for collisions
2240         at Y + DIR*h + DELTA_Y.
2241         (get_variations): consider variation for dot positions too.
2242
2243         * lily/side-position-interface.cc (aligned_side): take abs for
2244         quantized rounded position. Fixes tenuto below staff.
2245
2246         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2247         markers when necessary.
2248
2249         * lily/program-option.cc (internal_set_option): add
2250         strict_infinity_checking option.
2251
2252         * scm/output-lib.scm (cyan): swap yellow and cyan.
2253
2254 2006-02-19  Graham Percival  <gpermus@gmail.com>
2255
2256         * darwin.patch: trivial linenumber update.
2257
2258         * Documentation/user/ {various}: `\context foo = named' changed
2259         to `\new foo = "name"' in docs.
2260
2261 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2262
2263         * scm/stencil.scm (annotate-y-interval): use it.
2264
2265         * scm/lily-library.scm (interval-sane?): new function.
2266
2267         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2268         tfm_checksum stuff.
2269
2270         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2271         common refpoint.
2272
2273         * flower/include/std-vector.hh (iterof): add iterof macro.
2274
2275         * lily/enclosing-bracket.cc (width): new function.
2276
2277         * lily/align-interface.cc (align_elements_to_extents): reinstate
2278         warning.
2279
2280 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2281
2282         * Documentation/index.html.in: fix spelling: thankyous.
2283
2284 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2285
2286         * lily/lyric-hyphen.cc: typo.
2287
2288 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2289
2290         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2291         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2292         builds don't work. 
2293
2294         * VERSION: release 2.7.35
2295
2296         * lily/beam.cc (get_default_dir): oops. Take abs () for
2297         extremes[DOWN].
2298         (get_default_dir): use extreme position criterion only in absence
2299         of forced stem directions.
2300
2301         * VERSION (PATCH_LEVEL): bump VERSION.
2302
2303         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2304         dependencies. Necessary for -jX builds.  
2305
2306 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2307
2308         * lily/relocate.cc (setup_paths): Yet another const fix.
2309
2310 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2311
2312         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2313
2314         * lily/relocate.cc (setup_paths): oops.
2315
2316 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2317
2318         * Documentation/index.html.in: order links: html before PDF.
2319
2320 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2321
2322         * lily/tie-column-format.cc (Module): remove.
2323
2324         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2325
2326         * lily/text-spanner.cc (print): idem.
2327
2328         * lily/dynamic-text-spanner.cc (print): only print line if longer
2329         than dash-period.
2330
2331         * lily/auto-change-iterator.cc (change_to): formatting.
2332
2333         * lily/beam.cc (get_default_dir): take extreme note head as input
2334         for stem direction.
2335
2336         * lily/tie.cc (get_default_dir): only look directions for visible
2337         stems. 
2338
2339         * lily/side-position-interface.cc (aligned_side): oops. Don't
2340         mutiply with direction. This fixes quantized (staccato, tenuto)
2341         scripts below notes.
2342
2343         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2344         direction. Fixes c-lyrics-center-align.ly
2345
2346 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2347
2348         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2349         constructor.
2350
2351         * lily/std-string.cc:
2352         * lily/include/std-vector.hh (split_string): Move and rename from
2353         lily/include/misc.hh, lily/misc.cc.  Update callers.
2354
2355 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2356
2357         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2358
2359 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2360
2361         * flower/test-file.cc: New file.
2362
2363         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2364         libraries.
2365
2366         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2367
2368 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2369
2370         * flower/include/file-storage.hh: remove file.
2371
2372         * lily/include/midi-item.hh (class Midi_track): idem.
2373
2374         * lily/include/source.hh (class Sources): idem.
2375
2376         * lily/include/performance.hh (class Performance): use vector
2377         iso. Cons<>
2378
2379         * flower/include/cons.hh (class Cons): remove file.
2380
2381         * flower/include/flower-proto.hh: remove template cruft.
2382
2383         * lily/include/font-metric.hh: use size_t not vsize for indices.
2384
2385         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2386         from proto.
2387
2388         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2389
2390         * lily/include/paper-book.hh (class Paper_book):
2391         make get_system_specs() public.
2392
2393         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2394         the force=10000 case if we don't have a current-best. 
2395
2396         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2397         vsize 
2398
2399         * flower/include/flower-proto.hh: remove outdated templates.
2400
2401         * scm/page.scm: use annotate-spacing
2402
2403 2006-02-15  Graham Percival  <gpermus@gmail.com>
2404
2405         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2406
2407         * THANKS: moved Erlend Aasland to contributors.
2408
2409 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2410
2411         * config.hh.in: remove HAVE_PANGO_16
2412
2413         * lily/tuplet-bracket.cc (calc_positions): multiply with
2414         staff-space for beam case. This fixes tuplets+beams on scaled
2415         staves.
2416
2417         * config.hh.in: remove all Kpathsea related defines.
2418
2419         * lily/dot-column.cc (side_position): reach stem via dots->
2420         head->stem. Inspect all stems for dot collisions. 
2421
2422         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2423         stem handling.
2424
2425         * lily/bar-number-engraver.cc (process_music): document function
2426         of whichBar.
2427
2428         * lily/score.cc (default_rendering): add pscore, not systems
2429         themselves.
2430
2431         * lily/paper-book.cc (get_system_specs): separate generation of
2432         titles and systems.
2433
2434         * flower/include/std-vector.hh: don't include config.hh
2435
2436 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2437
2438         * flower/include/std-vector.hh: Better wrapper compatibility with
2439         std::vector.
2440
2441         * flower/include/flower-proto.hh: Remove cheap forward declaration
2442         attempts.
2443
2444         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2445
2446 2006-02-14  Graham Percival  <gpermus@gmail.com>
2447
2448         * Documentation/user/invoking.itely: add warning about command line.
2449
2450 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2451
2452         * lily/include/lily-proto.hh: add Prob, rm Page.
2453
2454         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2455
2456         * VERSION: release 2.7.34
2457
2458         * lily/relocate.cc (framework_relocation): show canary if
2459         GHOSTSCRIPT_VERSION undefined.
2460
2461         * GNUmakefile.in: remove $(VERSION) symlink.
2462
2463         * lily/relocate.cc (setup_paths): add + 
2464
2465 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2466
2467         * Documentation/index.html.in: specify sizes for all big HTML pages.
2468
2469 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2470
2471         * config.hh.in: remove @FRAMEWORKDIR@
2472
2473         * lily/system-start-text.cc (get_stencil): new file: separate out
2474         system-start-delimiter text support.
2475
2476         * input/**ly: replace \context with \new where appropriate.
2477         
2478         * THANKS: add Don.
2479
2480         * lily/slur-scoring.cc (get_base_attachments): use
2481         robust_relative_extent. This fixes problems with empty paper-columns. 
2482
2483 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2484
2485         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2486
2487         * scm/define-music-properties.scm (all-music-properties):
2488         create-new property.
2489
2490         * lily/context-specced-music-iterator.cc (construct_children):
2491         inspect 'create-new property iso. magical $uniqueContextId context
2492         id.
2493
2494         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2495
2496         * lily/context-key-manager.cc (Module): new file. Encapsulate
2497         object key generation.
2498
2499         * lily/include/context-key-manager.hh (Module): new file.
2500
2501 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2502
2503         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2504         names vertically
2505
2506         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2507         options.
2508         (reloc_b): excise --enable-framework-dir
2509
2510         * lily/relocate.cc (framework_relocation): use getenv
2511         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2512
2513 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2514
2515         * flower/include/std-string.hh: 
2516         * flower/include/std-vector.hh: Finish std:: conversion; move
2517         flower extensions from std:: namespace.  Update users.
2518
2519         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2520         their expansion to vector<*>.  Update users.
2521
2522 2006-02-10  Graham Percival  <gpermus@gmail.com>
2523
2524         * Documentation/user/invoking.itely: add example to File structure.
2525
2526         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2527         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2528
2529 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2530
2531         * ly/paper-defaults.ly: typo.
2532
2533         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2534         set_parent() for parentheses. This will make it show up in bbox
2535         calculations.
2536
2537         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2538         ly:grob-common* functions.
2539
2540         * lily/grob-scheme.cc (LY_DEFINE):
2541         ly:grob-common-refpoint-of-array: new function 
2542         ly:grob-common-refpoint: new function 
2543         ly:grob-relative-coordinate: new function 
2544
2545         * lily/instrument-name-engraver.cc (process_music): use
2546         Text_interface::is_markup(). This fixes \markup on instrument names.  
2547
2548         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2549         for ties and slurs.
2550
2551         * lily/slur.cc (print): idem.
2552
2553         * lily/tie.cc: add line-thickness for ties. 
2554
2555 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2556
2557         * scm/output-svg.scm: Document diversion from GNU coding standards
2558         as a workaround for a bug in Microsoft Internet Explorer.
2559
2560 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2561
2562         * lily/instrument-name-engraver.cc (process_music): use
2563         is_markup() iso. is_string()
2564
2565         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2566
2567         * lily/percent-repeat-engraver.cc (process_music): only look at
2568         main_part_ for % repeats.
2569
2570         * lily/stem-tremolo.cc (get_beam_translation): new function.
2571         (calc_slope): new function.
2572         (height): don't use real slope.
2573
2574 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2575
2576         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2577         new connect-to-neighbor, control-points and staff-padding
2578         properties to make ligature brackets showing up again.
2579
2580 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2581
2582         * VERSION: release 2.7.33
2583
2584         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2585         too many.
2586
2587         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2588         remove applyOutput example.
2589         (Objects connected to the input): document \tweak, \parenthesize
2590
2591         * lily/relocate.cc (prefix_relocation): allow "current"
2592         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2593         changing VERSION in a lily tree less painful.
2594
2595         * input/regression/parenthesize.ly: new file. 
2596
2597         * scm/output-lib.scm (parenthesize-element): new function.
2598
2599         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2600
2601         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2602
2603         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2604         cause: accidentals are caused by note heads, not note events. 
2605
2606 2006-02-08  Graham Percival  <gpermus@gmail.com>
2607
2608         * darwin.patch: small patch from Erlend, thanks!
2609
2610         * Documentation/user/basic-notation.itely: add stem-neutral example.
2611
2612         * Documentation/user/putting.itely: clarifications.
2613
2614 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2615
2616         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2617         note, add more guidelines to what should go into NEWS.
2618
2619         * input/sakura-sakura.ly: document how to override font.
2620
2621         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2622
2623 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2624
2625         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2626
2627 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2628
2629         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2630         convertrules.  Add explicit grouping, needed for python2.2.
2631
2632 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2633
2634         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2635
2636 2006-02-07  Graham Percival  <gpermus@gmail.com>
2637
2638         * Documentation/user/global.itely: fix line-width in (text) docs.
2639
2640         * Documentation/user/lilypond-book.itely: same.
2641
2642 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2643
2644         * VERSION (PACKAGE_NAME): release 2.7.32
2645
2646         * Documentation/topdocs/NEWS.tely (Top): document new variable
2647         naming.
2648
2649         * flower/include/array.icc (Message): remove file.
2650
2651         * flower/include/std-vector.hh: make sure vsize and VPOS are
2652         defined for binary_search_bounds().
2653
2654         * flower/std-string.cc (std): add to_string(long unsigned).
2655
2656         * configure.in (gui_b): excise std_string option.
2657         (gui_b): excise std_vector option.
2658
2659         * flower/string.cc (Module): excise flower array & string
2660
2661         * flower/include/std-string.hh: excise flower string.
2662
2663         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2664
2665         * python/convertrules.py (lilypond_version_re_str): require
2666         only numbers and dots in \version string.
2667
2668 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2669
2670         * lily/system-start-delimiter.cc (print): allow style = text too.
2671
2672         * lily/system-start-delimiter-engraver.cc
2673         (acknowledge_system_start_text): new function, also add add to
2674         support of system-start-text (instrument names). This fixes
2675         instrument names on piano staves.
2676
2677         * lily/instrument-name-engraver.cc: rewrite. Use
2678         system-start-delimiter approach. This save memory and cpu.
2679
2680         * scm/define-grobs.scm (all-grob-descriptions): remove
2681         instrument-name from break-alignment.
2682
2683         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2684
2685 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2686
2687         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2688         jobserver going.
2689
2690         * configure.in (std_vector): On by default.
2691
2692         * lily/include/font-metric.hh:
2693         * lily/include/tfm-reader.hh: 
2694         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2695         Update users.
2696
2697         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2698
2699 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2700
2701         * VERSION (PACKAGE_NAME): 2.7.31
2702
2703         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2704         EPS edge at 0, but take minimum with left-overshoot. This fixes
2705         cut off system start delims. 
2706
2707         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2708         hack: add to axis group if not added yet. This fixes hara kiri'd
2709         piano staves.
2710
2711         * lily/hara-kiri-group-spanner.cc
2712         (force_hara_kiri_in_y_parent_callback): fix signatures.
2713
2714         * lily/hairpin.cc (print): check next hairpin to see whether or
2715         not to be continuing.
2716
2717 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2718
2719         * Remove trailing whitespace from makefiles.
2720         
2721         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2722         for earlier gcc.
2723
2724         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2725
2726         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2727
2728         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2729
2730         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2731
2732         * configure.in: Use it.
2733
2734 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2735
2736         * scm/music-functions.scm (pitch-of-note): new function.
2737
2738         * ly/music-functions-init.ly: add \octave and \addquote
2739
2740         * lily/parser.yy (music_function_chord_body): softcode \octave.
2741         (lilypond_header): softcode \addquote
2742
2743 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2744
2745         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2746         array.hh, parray.hh at all.  Getting ready to flip the
2747         configure default.
2748
2749         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2750
2751         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2752         a bit.
2753
2754         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2755
2756 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2757
2758         * flower/include/array.hh: typo. 
2759
2760 2006-02-02  Graham Percival  <gpermus@gmail.com>
2761
2762         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2763
2764 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * flower/include/pqueue.hh: Derive from std::vector.
2767
2768         * flower/include/parray.hh: Conform to std::vector interface.
2769         Update users.
2770
2771 2006-02-02  Graham Percival  <gpermus@gmail.com>
2772
2773         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2774
2775 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2776
2777         * flower/file-path.cc (is_file): remove if 0 section.
2778
2779         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2780         selecting afii61352.
2781
2782 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2783
2784         * flower/include/std-vector.hh (boundary): Oops, reverse.
2785
2786         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2787         remove superfluous `d'.
2788
2789         * flower/include/std-vector.hh (boundary, top): Detach from class.
2790         Remove empty vector shell.
2791
2792         * flower/include/array.hh (reverse, swap): Detach from class.
2793         Update users.
2794         
2795         * flower/include/std-vector.hh
2796         * flower/include/array.hh (concat): Globally change to insert ().
2797
2798         
2799         * flower/include/std-vector.hh
2800         * flower/include/parray.hh
2801         * flower/include/array.hh (elem, elem_ref): Globally replace by
2802         at ().
2803
2804 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2805
2806         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
2807
2808         * python/convertrules.py (FatalConversionError.sub_cxx_id):
2809         anticipate on identifier substitutions.
2810
2811 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2812
2813         * flower/include/std-vector.hh (insert): Remove, replace by
2814         std::vector interface.  Update callers.
2815
2816         * flower/include/array.icc (insert): Change signature to
2817         match std::vector interface.
2818         
2819         * flower/include/array.icc (vector_sort): Bugfix.
2820
2821 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2822
2823         * lily/parser.yy (output_def_head_with_mode_switch): new
2824         production. Result: dashes and underscores may be used in the
2825         \paper block.
2826
2827         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
2828
2829         * python/convertrules.py (conv): oops. One slash too much.
2830
2831 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2832
2833         * flower/include/std-vector.hh (sort): Remove, replace by
2834         ::vector_sort.  Update callers.
2835
2836         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2837         (sort): Bugfix.
2838
2839         * flower/test-std.cc (vector_sort): New test.
2840
2841 2006-02-01  Graham Percival  <gpermus@gmail.com>
2842
2843         * Documentation/user/putting.itely: fixes from Erik.
2844
2845 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2846
2847         * flower/test-std.cc: Add simple unit test for vector migration.
2848
2849         * stepmake/stepmake/test*: Unit test support.
2850
2851         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2852         update callers.
2853
2854         * flower/include/array.hh (begin, end): Add.
2855         (del, get): Remove.
2856
2857 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2858
2859         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2860         std::string not String. 
2861
2862         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2863         iso UINT_MAX.
2864
2865         * lily/prob.cc (Prob): copy type_ too.
2866
2867         * lily/lily-guile.cc (mangle_cxx_identifier): new
2868         function. Class_bla::foo_bar_[px] ->
2869         ly:class-bla::foo-bar[?!]. Changes throughout
2870
2871 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2872
2873         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2874
2875         * lily/beam.cc (calc_direction): take dir from visible stem in
2876         degenerate case.
2877
2878 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2879
2880         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2881         Fix -1, >=0 boundary checks for unsigned vsize.
2882
2883         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2884         loop for unsigned vsize.
2885
2886         * configure.in (--enable-std-vector): New option.
2887         (--enable-std-string): On by default.
2888
2889         * flower/include/std-vector.hh: New file.  Enable switch to
2890         std::vector, update client code.
2891
2892 2006-01-30  Graham Percival  <gpermus@gmail.com>
2893
2894         * scm/document-translation.scm: clarify "this context is also
2895         known as".  Thanks, Werner!
2896
2897         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2898
2899         * Documentation/user/invoking.itely: small fix from Don.
2900
2901 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2902
2903         * scm/lily.scm (define-scheme-options): rename option
2904         preview-include-book-title to book-title-preview
2905         (define-scheme-options): move force-eps-font-include (from paper
2906         block) to eps-font-include -d option.
2907
2908         * VERSION (PATCH_LEVEL): release 2.7.30
2909
2910         * input/bach-schenker.ly (staffPiano): new file.
2911
2912         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2913
2914         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2915         credits to Nicolas.
2916
2917         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2918
2919         * ps/lilyponddefs.ps: remove start-system, stop-system,
2920         start-page fluff. This saves putting { } code on the stack, fixing
2921         stack overflows when including EPS files.
2922
2923 2006-01-29  Graham Percival  <gpermus@gmail.com>
2924
2925         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2926
2927 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2928
2929         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2930
2931 2006-01-28  Graham Percival  <gpermus@gmail.com>
2932
2933         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2934
2935 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2936
2937         * input/mutopia/claop.py: Update.
2938
2939 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2940
2941         * input/regression/completion-heads.ly (texidoc): fix.
2942
2943         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2944
2945         * lily/tie-formatting-problem.cc
2946         (set_ties_config_standard_directions): use abs iso fabs for ints.
2947
2948         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2949
2950         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2951         little less than noteheight, to prevent overlaps in chords.
2952
2953         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2954         head, and fudge stem-attachment.
2955
2956         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2957
2958         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2959
2960 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2961
2962         * lily/main.cc (main): Debugging aid: catch exceptions.
2963
2964         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2965         output with std::string.
2966
2967 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2968
2969         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2970
2971 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2972
2973         * Fix -DSTRING_UTILS_INLINED.
2974
2975 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2976
2977         * VERSION (PATCH_LEVEL): release 2.7.29
2978
2979         * lily/relocate.cc (setup_paths): mingw uses std string too.
2980
2981         * lily/*.cc: various fixes for substr(ARG).
2982
2983         * lily/sustain-pedal.cc (print): 
2984
2985         * flower/file-name.cc (slashify): use std strings.
2986
2987         * flower/string-convert.cc: remove publib.h
2988
2989         * scm/define-markup-commands.scm (verbatim-file): new markup
2990         command \verbatim-file
2991
2992         * Documentation/topdocs/NEWS.tely: fixup URLs
2993
2994         * input/regression/alignment-vertical-manual-setting.ly (Module):
2995         new file.
2996
2997         * lily/align-interface.cc (align_elements_to_extents): overwrite
2998         translations with numbers in alignment-offsets from left bound
2999
3000         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3001         (page-translate-systems): new function: take into account Y-offset.
3002
3003         * Documentation/topdocs/NEWS.tely (Top): document new features.
3004
3005         * input/regression/page-layout-manual-position.ly (Module): new
3006         file.
3007
3008 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3009
3010         * flower/file-path.cc (path::parse_path): Oops.
3011
3012         * Finish std::string interface.  For now, use std:: marker
3013         throughout for easy s/r.
3014
3015 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3016
3017         * Documentation/user/putting.itely (Score is a single musical
3018         expression): typo.
3019         (Score is a single musical expression): more typos.
3020
3021         * scm/page.scm (annotate-space-left): thinko.
3022         (annotate-page): more thinkos.
3023
3024 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3025
3026         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3027         for different \score blocks separately.
3028         (post-process-pages): put write-page-layout into paper block.
3029
3030         * lily/output-def.cc (get_parser): new file.
3031
3032         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3033         file.
3034
3035         * lily/include/output-def.hh (class Output_def): add parser_ member.
3036
3037         * input/regression/page-layout-twopass.ly (Module): new file.
3038
3039         * scm/lily.scm: remove cpp hack.
3040
3041         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3042
3043 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3044
3045         * GNUmakefile.in (c-clean): New target.
3046
3047         * flower/include/std-string.hh: String/std::string compatibility:
3048         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3049         type.
3050
3051         * flower/rational.cc: 
3052         * flower/include/rational.hh: 
3053
3054         * flower/offset.cc: 
3055         * flower/include/offset.hh: 
3056
3057         * flower/interval.cc: 
3058         * flower/include/interval.hh: 
3059
3060         * flower/string-convert.cc: 
3061         * flower/include/string-convert.hh: Use std::string [interface].
3062         Update callers.
3063
3064 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3065
3066         * Documentation/index.html.in: clean up.
3067
3068 2006-01-25  Graham Percival  <gpermus@gmail.com>
3069
3070         * Documentation/user/putting.itely: another new untested doc section.
3071
3072 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3073
3074         * scm/layout-page-layout.scm (write-page-breaks): write
3075         \spacingTweaks #ALIST. Handle grace timing.
3076
3077         * scm/: more imports.
3078
3079         * scm/page.scm (make-page): add footer/header.
3080         (annotate-space-left): revise: only take page argument.
3081         (layout->page-init): new function.
3082
3083         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3084         version of the system/spacing/linebreak hack writing to the output
3085
3086         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3087         ly:make-prob.
3088
3089         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3090         ly:spanner-bound
3091
3092 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3093
3094         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3095
3096         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3097
3098         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3099         handling to page.scm
3100
3101         * lily/prob-scheme.cc (LY_DEFINE): new file.
3102         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3103
3104         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3105         prob functions.
3106
3107         * lily/music.cc (derived_mark): derive Music from Prob.
3108
3109         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3110
3111         * lily/prob.cc (Module): Implement Prob (Property Object), object
3112         with shared and r/w property alists.  
3113
3114         * lily/include/prob.hh (Module): new file. Declare Prob.
3115
3116         * flower/string.cc: remove is_empty().
3117
3118         * flower/include/string.hh (class String): remove String:: qualifier.
3119
3120         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3121         substitute appropriate functions.
3122
3123         * flower/include/string.hh (class String): remove to_str0 and
3124         is_empty(). S&R everywhere.
3125
3126 2006-01-23  Graham Percival  <gpermus@gmail.com>
3127
3128         * Documentation/user/basic-notation.itely: add hairpin
3129         after-linebreak tweak to commonprop.
3130
3131         * Documentation/user/putting.itely: added two new sections.
3132
3133 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3134
3135         * flower/international.cc: 
3136         * flower/include/international.hh: 
3137
3138         * flower/getopt-long.cc: 
3139         * flower/include/getopt-long.hh: Use std::string [interface].
3140         Update callers.
3141
3142         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3143
3144         * stepmake/stepmake/executable-rules.make: Add dependency on
3145         module libraries.
3146
3147 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3148
3149         * flower/file-path.cc: 
3150         * flower/include/file-path.hh: Use std::string [interface].
3151         Update callers.
3152
3153         * flower/direction.cc: 
3154         * flower/axis.cc: Unused.  Remove.
3155
3156         * configure.in (--enable-std-string): New option.
3157
3158         * flower/std-string.cc: 
3159         * flower/include/std-string.hh: New file.
3160
3161         * flower/file-name.cc[STD_STRING]:
3162         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3163
3164 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3165
3166         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3167
3168         * scm/define-markup-commands.scm (with-dimensions):
3169         with-dimensions markup command.
3170
3171         * input/test/font-table.ly: use it.
3172
3173         * lily/open-type-font.cc (glyph_list): new function.
3174
3175         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3176
3177         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3178
3179 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3180
3181         * ly/music-functions-init.ly (parallelMusic): new music function
3182         for parallel music entry.
3183
3184         * scm/define-music-properties.scm (all-music-properties): new
3185         'void music property
3186
3187         * scm/music-functions.scm (ly:music-message): make public, to be
3188         used in music function definitions
3189
3190         * scm/lily-library.scm (collect-music-for-book): discard music
3191         when the 'void property is set.
3192
3193 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3194
3195         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3196
3197         * mf/GNUmakefile: idem.
3198
3199         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3200
3201         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3202
3203         * Documentation/user/notation-appendices.itely (The Feta font):
3204         use it.
3205
3206         * input/test/font-table.ly: new file. Generate font table within lily.
3207
3208         * Documentation/user/notation-appendices.itely (The Feta font):
3209         use new font-table.ly file. 
3210
3211         * stepmake/stepmake/install-out-targets.make
3212         (local-install-outfiles): only create directory if
3213         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3214
3215 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3216
3217         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3218
3219         * VERSION (PACKAGE_NAME): release 2.7.28
3220
3221         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3222         the right font from a Mac dfont.
3223         (write-preamble): don't forget directory, only look at files.
3224
3225         This fixes problems with TTF files in dfonts that don't match
3226         their PostScript names.
3227          
3228         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3229         PS name from TTF font.
3230
3231         * input/regression/tie-manual.ly: document new feature.
3232
3233         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3234
3235         * VERSION (MY_PATCH_LEVEL): bump to .28
3236
3237         * Documentation/user/basic-notation.itely (Ties): add tie examples
3238         refs.
3239
3240         * lily/tie-formatting-problem.cc (score_ties_configuration):
3241         symmetry penalties for outer ties.
3242
3243 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3244
3245         * lily/tie-formatting-problem.cc (generate_configuration) 
3246         (set_manual_tie_configuration): skip non-pair manual
3247         tie-configuration, so you can set individual ties as
3248
3249           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3250
3251         * input/regression/tie-chord.ly: use generateTiePattern to
3252         simplify file.
3253
3254         * lily/tie-formatting-problem.cc (peak_around): new function.
3255         (score_configuration): use sliding criterion for staff line collisions. 
3256         (score_configuration): idem for dot collisions.
3257         (generate_configuration): use separate stem_gap for gap to stem.
3258
3259         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3260         separate penalty factors for x and y distance.
3261         (struct Tie_details): separate penalties for tip and center line collisions.
3262
3263 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3264
3265         * lily/tie-formatting-problem.cc (generate_configuration): make
3266         large ties avoid stafflines in the horizontal section.
3267         (score_configuration): use softcoded penalties
3268         (score_aptitude): idem.
3269
3270         * lily/tie-helper.cc (from_grob): softcode tie details
3271
3272         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3273
3274         * lily/staff-symbol-referencer.cc (on_line): rename from
3275         on_staffline 
3276
3277 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3278
3279         * ly/music-functions-init.ly: remove duplicate tag.
3280
3281         * lily/include/*.hh: GCC 4.1 fixes.
3282
3283 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3284
3285         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3286
3287         * scm/define-music-types.scm: fix bug in desc. string
3288         for OverrideProperty
3289
3290 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3291
3292         * scripts/lilypond-book.py: bugfix
3293
3294         * scm/define-music-types.scm: fix typos.
3295
3296 2006-01-14  Graham Percival  <gpermus@gmail.com>
3297
3298         * Documentation/user/ basic-notation.itely, global.itely,
3299         advanced-notation.itely, instrument-notation.itely: small
3300         additions (bugs and commonly tweaked properties).
3301
3302 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3303
3304         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3305         detection of mingw build.
3306         (MINGW_BUILD): opps.
3307
3308 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3309
3310         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3311         i686-mingw32.
3312
3313 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3314
3315         * scm/music-functions.scm (skip->rest): add skip->rest
3316
3317 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3318
3319         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3320         explicitly.
3321
3322         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3323         config dirs. Aids debugging. 
3324         (display_config): also display config files.
3325
3326 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3327
3328         * VERSION: release 2.7.27
3329
3330         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3331         for determining bar size.
3332
3333         * lily/staff-symbol.cc (print): place lines at distance line-positions
3334
3335         * scm/define-grob-properties.scm (all-user-grob-properties): add
3336         line-positions.
3337
3338         * lily/staff-symbol.cc (height): new function.
3339
3340         * input/regression/staff-line-positions.ly:  new file.
3341
3342 2006-01-06  Graham Percival  <gpermus@gmail.com>
3343
3344         * input/test/add-staccato.ly: remove reference to old file.
3345
3346 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3347
3348         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3349         lilypond binary too.
3350
3351 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3352
3353         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3354
3355 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * scripts/midi2ly.py: Bugfix: Declare datadir.
3358
3359         * make/ly-rules.make:
3360         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3361         that seems to be gone). Fixes make web.
3362
3363         * The grand 2005-2006 replace.
3364
3365         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3366
3367 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3368
3369         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3370         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3371         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3372         like -dgs-font-load.
3373
3374         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3375         remove absolute path to lilypond binary.
3376         
3377 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3378
3379         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3380
3381 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3382
3383         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3384
3385         * mf/GNUmakefile: remove broken dvips map symlink.
3386
3387 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3388
3389         * lily/main.cc: 
3390         * configure.in: Cosmetic fixes.
3391
3392 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3393
3394         * Documentation/user/music-glossary.tely (Pitch names): Added
3395         Spanish pitch names and durations, thanks to Ernesto Gancedo
3396
3397 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3398
3399         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3400         init. Fixes verbose printing of .scm files.
3401
3402         * stepmake/aclocal.m4: add spaces before - options.
3403         
3404 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3405
3406         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3407         of path search in local block variable.
3408
3409 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3410
3411         * configure.in (NCSB_DIR): --enable-ncsb-dir
3412         (LINK_GXX_STATICALLY): denko.
3413
3414         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3415
3416         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3417         use locate to find c059033l.pfb. 
3418         
3419 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3420
3421         * lily/tie-formatting-problem.cc
3422         (problem::generate_base_chord_configuration): Use my_round (was
3423         round).
3424
3425         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3426         do not invoke mbrtowc.
3427
3428         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3429
3430 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3431
3432         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3433
3434 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3435
3436         * Documentation/user/invoking.itely (svg): revise.
3437
3438 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3439
3440         * lily/lexer.ll: use sourcefilename iso. renameinput.
3441
3442 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3443
3444         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3445         <PostScriptName>.ttf instead of c059XXXttf.
3446
3447         * lily/program-option.cc (LY_DEFINE): special support for
3448         --verbose, so it works before option init too.
3449  
3450         * mf/GNUmakefile (local-install): oops.
3451
3452         * lily/lyric-hyphen.cc (print): oops.
3453
3454         * buildscripts/pfx2ttf.fontforge: new file.
3455         
3456         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3457         ($(outdir)/%.ttf): new rule. 
3458
3459         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3460         to LyricHyphen.
3461
3462         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3463         font-size
3464
3465 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3466
3467         * VERSION: release 2.7.26
3468         
3469         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3470
3471 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3472
3473         * lily/font-config.cc (init_fontconfig): verbosity.
3474
3475         * THANKS: add Muziekacademie Lede. 
3476
3477         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3478         (print_score_setup): new function
3479         (convert): read part definition to output staves properly.
3480
3481         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3482         Music_xml notes.
3483
3484         * python/musicexp.py (Output_printer.__init__): use _ in data
3485         members.
3486         (Output_printer.unformatted_output): new function: no formatting,
3487         but count braces.
3488         (Duration.get_length): remove isinstance() checks for
3489         Output_printer everywhere.
3490
3491         * input/regression/lyrics-bar.ly (texidoc): add
3492         Separating_line_group_engraver.
3493
3494 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3495
3496         * lily/relocate.cc (framework_relocation): New function,
3497         factored from set_relocation ().
3498         (prefix_relocation): Rename from set_relocation ().
3499         (setup_paths): Use it.
3500
3501 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3502
3503         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3504         numbers. Patch by Erlend Aasland.
3505
3506 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3507
3508         * lily/font-config.cc (init_fontconfig): print warning if cache
3509         file is not existant.
3510
3511         * lily/main.cc: don't use #ifdef but #if
3512
3513 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3514
3515         * lily/grob-property.cc (internal_set_property): don't abort on
3516         calculation-in-progress.
3517
3518         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3519
3520         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3521         connect-to-neighbor property not connect-to-other
3522
3523         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3524         (LY_DEFINE): oops. don't forget protection.
3525
3526         * flower/parse-afm.cc (Module): strip AFM handling completely.
3527
3528         * lily/stencil-expression.cc: idem.
3529
3530         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3531
3532         * lily/function-documentation.cc (ly_add_function_documentation):
3533         use static member iso. Protected_scm
3534
3535         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3536
3537         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3538
3539 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * lily/relocate.cc (set_env_dir): New function.
3542         (set_relocation): Use it to fix setting PANGO_PREFIX.
3543
3544 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3545
3546         * input/regression/stem-direction-context.ly: remove rest.
3547
3548         * lily/melody-engraver.cc (process_music): restart for bar lines.
3549         (acknowledge_slur): restart for slurs.
3550
3551 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3552
3553         * Documentation/user/invoking.itely: describe how to view SVG 
3554         output using Inkscape which replace embedded fonts with OTF fonts.
3555
3556 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3557
3558         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3559
3560 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3561
3562         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3563         comment.
3564
3565 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3566
3567         * VERSION (PACKAGE_NAME): release 2.7.25
3568
3569         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3570
3571         * input/regression/stem-direction-context.ly: new file.
3572
3573         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3574
3575         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3576         on rest.
3577
3578         * ly/engraver-init.ly: add Melody_engraver
3579
3580         * lily/beam.cc (calc_direction): use default-direction
3581         iso. get_default_direction()
3582
3583         * scm/define-grob-properties.scm (all-user-grob-properties): add
3584         default-direction property.
3585
3586         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3587
3588         * lily/stem.cc (calc_default_direction): remove
3589         Stem::get_default_direction, use default-direction with callback
3590         instead.
3591
3592         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3593
3594         * lily/melody-engraver.cc: new file. Acknowledge stems for
3595         interpolated stem directions. 
3596
3597         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3598
3599         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3600
3601         * lily/slur-configuration.cc (fit_factor): more robust check for
3602         point in curve X-extent.
3603
3604         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3605         (outside_slur_callback): check for 'outside avoidance.
3606
3607         * lily/slur-configuration.cc (score_extra_encompass): don't use
3608         bound->column() == avoid->column() for checking extents, as this
3609         doesn't work for accidentals. 
3610
3611         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3612         DynamicText hardcoding.
3613
3614         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3615         crash if bound stem is NULL
3616
3617         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3618         pedals.
3619
3620 2005-12-22  Graham Percival  <gpermus@gmail.com>
3621
3622         * scm/define-markup-commands.scm: typo.  @code{\raise}
3623         => @code{\\raise}.
3624
3625         * darwin.patch: now used again, includes a
3626         required patch from fink.
3627
3628 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3629
3630         * po/TODO: mention gtranslator along with kbabel.
3631         * po/fi.po: update translations.
3632
3633 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3634
3635         * lily/relocate.cc (setup_paths): Bugfix.
3636
3637 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3638
3639         * lily/slur-configuration.cc (score_extra_encompass): don't use
3640         "avoid" choice for avoid-slur.
3641
3642         * stepmake/bin/install.py (dest): don't create existing dir.
3643
3644 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3645
3646         * stepmake/bin/install.py: Remove file before copying.
3647
3648         * config.make.in: 
3649         * stepmake/aclocal.m4: Do not substitute INSTALL.
3650
3651 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3652
3653         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3654         depend on link-tree.
3655
3656         * lily/relocate.cc (setup_paths): only check path for non-absolute
3657         dir without directory part.
3658
3659         * flower/file-name.cc (is_absolute):  new method.
3660         (is_absolute): check root_ too.
3661
3662 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3663
3664         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3665         relocation code.  Oops, don't comment out too much.
3666
3667         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3668         iso itself.
3669
3670         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3671         compile.
3672
3673 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * .cvsignore: Add install-sh.
3676
3677         * autogen.sh (srcdir): Typo.
3678
3679 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3680
3681         * autogen.sh (srcdir): urg. Touch install-sh.
3682
3683         * stepmake/bin/install-sh (Module): remove.
3684
3685         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3686
3687         * lily/include/relocate.hh: new file.
3688
3689         * lily/relocate.cc: new file. Contain relocation logic.
3690
3691         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3692         (main): read LILYPOND_VERBOSE as the first thing.
3693
3694         * stepmake/aclocal.m4: remove INSTALL variable.
3695
3696         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3697         separate target for making font symlinks.
3698         (documentation-dir): use $(if $(findstring )) for switching off
3699         Documentation.
3700
3701         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3702         something if DOCUMENTATION is no.
3703
3704 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3705
3706         * VERSION: release 2.7.24
3707
3708         * lily/script-column-engraver.cc (stop_translation_timestep):
3709         delay adding to script-column.
3710
3711         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3712
3713         * python/convertrules.py (conv): rule for number-visibility
3714
3715         * lily/slur-configuration.cc (score_extra_encompass): different
3716         distance measure for avoid and inside avoidance.
3717         (score_extra_encompass): use 1/(distance+eps) as penalty.
3718
3719         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3720         encompass objects for generating slur curves.
3721
3722         * lily/slur.cc: use details iso. slur-details property.
3723
3724         * input/regression/slur-tuplet.ly: new file.
3725
3726         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3727
3728         * flower/include/offset.hh (class Offset): new operator /=
3729
3730         * lily/tuplet-number.cc (print): new file, new interface.
3731
3732         * scm/define-grob-properties.scm (all-user-grob-properties):
3733         remove number-visibility property.
3734
3735         * lily/tuplet-bracket.cc (calc_control_points): new function
3736         (calc_connect_to_neighbors): new function.
3737         (print): remove text handling for tuplet numberdef.
3738
3739         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3740         TupletNumbers too. 
3741
3742         * lily/lily-guile.cc (robust_scm2booldrul): new function
3743
3744         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3745
3746         * lily/tuplet-bracket.cc (calc_position_and_height): use
3747         staff-padding to control whether tuplet brackets are over staves.
3748
3749         * lily/grob.cc (suicide): clear dim_caches_.
3750
3751         * lily/dimension-cache.cc (clear): new function.
3752
3753         * lily/grob.cc (extent): swap order of min-extent and extent
3754         calculations. This fixes hara kiri staves. 
3755
3756 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3757
3758         * lily/main.cc: Nitpick: relocation is not based on path, but on
3759         directory (location).
3760
3761 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3762
3763         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3764
3765         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3766
3767         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3768
3769         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3770
3771         * stepmake/stepmake/generic-vars.make (Module): idem.
3772
3773         * stepmake/stepmake/executable-targets.make (default): use it.
3774
3775         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3776
3777         * make/GNUmakefile: don't install make rules.
3778
3779         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3780         slashes.
3781         (prepend_env_path): more verbosity.
3782
3783 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3784
3785         * GNUmakefile.in: add dir argument for find command.
3786
3787         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3788         fixes weird line numbers for point & click.
3789
3790         * lily/source-file.cc (get_counts): init line/column/char counts.
3791
3792 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3793
3794         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3795
3796 2005-12-16  Graham Percival  <gpermus@gmail.com>
3797
3798         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3799         minor fixes from Fredric.  Thanks!
3800
3801 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3802
3803         * ly/music-functions-init.ly: add \bar and \clef music function 
3804
3805         * lily/lily-lexer.cc: idem.
3806
3807         * lily/parser.yy (FIXME): remove BAR and CLEF.
3808
3809 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3810
3811         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
3812
3813         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
3814         function arguments too
3815
3816         * lily/main.cc (set_relocation): new function.
3817
3818         * scripts/musicxml2ly.py (convert): add \version
3819
3820         * lily/tie.cc: remove get_default_attachments()
3821
3822         * VERSION (PACKAGE_NAME): release 2.7.23
3823         
3824         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
3825         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
3826
3827         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3828
3829         * lily/tie-formatting-problem.cc (score_ties): new function
3830         (get_variations): new function. Try flipping dirs for collisions.
3831         (generate_optimal_chord_configuration): new function. 1-opt search
3832         for better configuration.
3833
3834         * lily/tie-configuration.cc: new file.
3835
3836         * lily/tie.cc: junk Tie::get_configuration()
3837
3838         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3839         (score_ties_configuration): new function.
3840         (generate_ties_configuration): new function.
3841         (generate_base_chord_configuration): new function.
3842         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3843         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3844
3845         * input/regression/tie-dot.ly: new file.
3846
3847         * lily/tie-formatting-problem.cc (score_configuration): score
3848         tie/dot collisions.
3849
3850         * lily/tie-helper.cc (get_transformed_bezier): new function
3851
3852         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3853
3854         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3855         -undefined suppress iso. -framework Python 
3856
3857         * scm/define-grobs.scm (all-grob-descriptions): set
3858         springs-and-rods (thanks Joe Neeman!)
3859
3860 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3861
3862         * input/no-notation/display-lily-tests.ly (test): 
3863         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3864         changed from \tag #'(a b) to \tag #'a \tag #'b
3865
3866 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3867
3868         * Documentation/topdocs/NEWS.tely: strip out-www.
3869
3870         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3871
3872         * config.make.in (AR): add AR and RANLIB
3873
3874         * flower/libc-extension.cc: include cassert
3875
3876         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3877         darwin check.
3878
3879 2005-12-11  Graham Percival  <gpermus@gmail.com>
3880
3881         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3882
3883         * stepmake/stepmake/python-modules-vars.make: define
3884         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3885
3886         * THANKS: added Johannes Schindelin.
3887
3888 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3889
3890         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3891
3892         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3893         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3894
3895         * lily/parser.yy: reorganize file layout.
3896
3897         * ly/music-functions-init.ly: add tweak music function.
3898
3899         * lily/grob-info.cc (ultimate_music_cause): new function:
3900         recursively lookup causes. 
3901
3902         * lily/parser.yy (chord_body_element): allow music functions for
3903         post-events, allow music functions for chord elements. 
3904  
3905         * lily/font-config-scheme.cc (display_fontset): add cast.
3906
3907         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3908         #'(a b) -> \tag #'a \tag #'b rule.
3909
3910         * python/musicexp.py (Output_printer.dump_version): new function
3911
3912 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3913
3914         * lily/parser.yy (FIXME): remove \tag
3915         (FIXME): remove tag_music() function.
3916
3917         * lily/lily-lexer.cc: remove \tag
3918
3919         * ly/music-functions-init.ly: define music-function "tag"
3920
3921         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3922
3923 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3924
3925         * VERSION (PATCH_LEVEL): release 2.7.22
3926
3927         * input/regression/lyric-hyphen-retain.ly: renew.
3928
3929         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3930         grob
3931
3932         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3933         iso. minimum-length property for rods.
3934
3935         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3936         LyricSpace item to keep lyrics spaced apart.
3937
3938         * ly/engraver-init.ly: remove Separating_line_group_engraver
3939
3940         * Documentation/user/music-glossary.tely: do setfilename before
3941         music-glossary.
3942
3943 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3944
3945         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3946         See xref documentation, for example.
3947
3948 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3949
3950         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3951         pending_skip iso. ly_voice[-1]
3952         (main): add if __main__ for debugging.
3953
3954         * python/musicxml.py (Accidental.__init__): new class.
3955
3956         * scripts/musicxml2ly.py (progress): new function
3957         (musicxml_key_to_lily): don't barf on modeless keys.
3958         (create_skip_music): new function.
3959         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3960         (musicxml_note_to_lily_main_event): new function.
3961
3962         * python/musicexp.py (Music.__init__): add comment field.
3963         (NestedMusic.append): new routine.
3964         (SequentialMusic.print_ly): print comment.
3965         (ArpeggioEvent.ly_expression): new class
3966         (BeamEvent.ly_expression): new class
3967         (NoteEvent.__init__): support for cautionary/forced accs.
3968
3969         * lily/lookup.cc (slur): normal order for array loop.
3970
3971         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3972         to 0.0.
3973
3974         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3975         collapsed.
3976
3977 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3978
3979         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3980
3981         * scripts/lilypond-book.py: Introduce option
3982             --preserve-line-breaks, for usage with srcltx
3983
3984 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3985
3986         * scm/output-lib.scm (print-circled-text-callback): draw circle
3987         around text using make-circle-markup.
3988
3989         * Documentation/user/*: strip out-www from file names.
3990
3991 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3992
3993         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3994         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3995
3996 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3997
3998         * Documentation/user/GNUmakefile: idem.
3999
4000         * Documentation/user/macros.itexi: strip out-www
4001
4002         * python/rational.py: python 2.3 compat.
4003
4004         * VERSION (PATCH_LEVEL): release 2.7.21
4005
4006         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4007         option formatting, lilypond style.
4008
4009         * python/musicexp.py: grab from Ikebana: a library for composing
4010         ly music expressions. 
4011         (Output_printer): class for advanced .ly printing.
4012         (eg. tupletting) 
4013
4014         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4015         convert to pythonesque structure.
4016
4017         * python/rational.py: PD rational number class.
4018
4019         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4020
4021 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4022
4023         * lily/part-combine-iterator.cc: Minor bugfix
4024         
4025         * THANKS: Update bughunters
4026
4027 2005-12-02  Werner Lemberg  <wl@gnu.org>
4028
4029         * mf/README: Document process for proper mf2pt1 conversion.
4030
4031         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4032         overlapping.
4033
4034         * mf/feta-harmonica.mf: Removed.  Unused.
4035
4036 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4037
4038         * scripts/lilypond-book.py (do_file): fix thinkos.
4039
4040 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4041
4042         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4043         ($(outdir)/parser.cc): 
4044         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4045
4046 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4047
4048         * ly/titling-init.ly (tagline): it should be a space between
4049         "Music engraving by LilyPond" and the version number.
4050
4051 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4052
4053         * VERSION (PACKAGE_NAME): release 2.7.20
4054
4055 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4056
4057         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4058
4059         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4060         1.0.
4061         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4062
4063 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4064
4065         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4066
4067         * kpath-guile/: remove directory
4068
4069         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4070         file. Encapsulate kpathsea using commandline tools.
4071
4072         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4073         kpathsea) module.
4074
4075 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4076
4077         * Documentation/user/advanced-notation.itely (Setting automatic
4078         beam behavior): Correct a few typos. Thanks to David Bobroff.
4079
4080         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4081         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4082
4083 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4084
4085         * scripts/*.py: gmane address for bugs.
4086
4087 2005-11-28 Pal Benko <benkop@freestart.hu>
4088         
4089         * make/ly-rules.make: add -f switch to mv
4090
4091         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4092
4093         * lily/bar-line.cc: interpret it
4094
4095 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * configure.in (--disable-documentation): New switch.
4098
4099         * GNUmakefile.in: Use it.
4100
4101         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4102
4103 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4104
4105         * scripts/lilypond-book.py (do_file): search chunks for
4106         \\begin{document}
4107
4108         * GNUmakefile.in: add copy step in between so we can lose the
4109         out-www directories.
4110
4111 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4112
4113         * lily/pango-font.cc (pango_item_string_stencil): put
4114         geometry.width into glyph-string too.
4115
4116 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4117
4118         * scm/define-music-display-methods.scm (RevertProperty):
4119         (OverrideProperty): Use grob-property-path property, a list of
4120         symbols, instead of grob-property, which used to be a single
4121         symbol.
4122         (BassFigureEvent): a figure can be a plain number, not necessarily a
4123         markup.
4124
4125 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4126
4127         * VERSION: release 2.7.19
4128         
4129         * lily/figured-bass-engraver.cc (process_music): check
4130         figuredBassCenterContinuations first.
4131
4132         * scm/translation-functions.scm (format-bass-figure): make double
4133         sharp larger. 
4134
4135         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4136         determine X-parent.
4137
4138         * lily/system-start-delimiter-engraver.cc: move from
4139         Nested_system_start_delimiter_engraver, rename
4140         Nested_system_start_delimiter_engraver ->
4141         System_start_delimiter_engraver.
4142
4143         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4144         bracket type from hierarchy.
4145
4146 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4147
4148         * lily/rest.cc (y_offset_callback): read staff-position.
4149
4150         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4151         mark after-line-breaking-callback as internal.
4152
4153         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4154
4155 2005-11-25  Werner Lemberg  <wl@gnu.org>
4156
4157         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4158
4159 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4160
4161         * stepmake/bin/add-html-footer.py (do_file): add google
4162
4163         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4164         staff if first_start_ is true.
4165
4166 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4167
4168         * scripts/midi2ly.py (split_track): add __repr__ members.
4169         (track_first_item): only return Item if not None. This fixes a
4170         problem when dumping a track that starts with an empty channel.
4171
4172         * python/midi.c: doc module.
4173
4174 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4175
4176         * Documentation/user/global.itely (Creating MIDI files): Fix
4177         compilation problem.
4178
4179 2005-11-22  Graham Percival  <gpermus@gmail.com>
4180
4181         * Documentation/user/basic-notation.itely: clarify dynamic
4182         padding text.
4183
4184         * Documentation/user/advanced-notation.itely: add unicode
4185         escape control example, whatever that is.  :)
4186
4187         * Documentation/user/global.itely: added "removing dynamics
4188         from MIDI" code.
4189
4190 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4191
4192         * VERSION (PATCH_LEVEL): release 2.7.18
4193
4194         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4195         System_start_delimiter_engraver by
4196         Nested_system_start_delimiter_engraver.
4197
4198         * lily/nested-system-start-delimiter-engraver.cc (struct
4199         Bracket_nesting_node): new class.
4200         (struct Bracket_nesting_group): new class
4201         (struct Bracket_nesting_staff): new class.
4202         (process_music): create hierarchy of grobs. This allows separate
4203         tuning of different SSDs. 
4204
4205         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4206         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4207
4208 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4209
4210         * lily/side-position-interface.cc (aligned_side): multiply
4211         staff_radius by 2.
4212
4213         * lily/script-engraver.cc (make_script_from_event): allow setting
4214         values to '()
4215
4216 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4217
4218         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4219
4220         * scm/define-grobs.scm (all-grob-descriptions): new grob
4221         NestedSystemStartDelimiter.
4222
4223         * input/regression/system-start-heavy-bar.ly: new file.
4224
4225         * lily/nested-system-start-delimiter-engraver.cc: new file.
4226
4227         * lily/nested-system-start-delimiter.cc: new file.
4228
4229         * input/regression/system-start-nesting.ly: new file.
4230
4231         * scm/define-grobs.scm (all-grob-descriptions): use X side
4232         positioning for positioning braces for nested contexts.
4233
4234         * lily/system-start-delimiter.cc (print): don't divide extent by
4235         staff_space.
4236         (print): use style iso. glyph.
4237         (staff_bracket): translate glyph inside routine already.
4238
4239 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4240
4241         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4242         names.
4243
4244 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4245
4246         * scm/define-context-properties.scm
4247         (all-user-translation-properties): rename figuredBassFormatter
4248         from newFiguredBassFormatter.
4249
4250         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4251
4252         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4253
4254         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4255
4256         * lily/beam.cc (calc_beaming): new function.
4257         (calc_shorten): new function.
4258
4259         * THANKS: add Edward Neeman.
4260
4261         * input/regression/accidental-clef-change.ly: new file.
4262
4263         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4264
4265         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4266
4267         * lily/clef-engraver.cc (inspect_clef_properties): reset
4268         localKeySignature for clef changes.
4269
4270 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4271
4272         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4273         add dummy definition that works in Linux and add information in
4274         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4275
4276         * Documentation/user/changing-defaults.itely (Modifying context
4277         plug-ins): Add index for \with.
4278
4279         * Documentation/user/music-glossary.tely (dal segno): Updated
4280         example to version >=2.6.
4281
4282 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4283
4284         * Documentation/user/instrument-notation.itely (Printing chord
4285         names): Reorder \chordmode and \repeat in one example.
4286
4287 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4288
4289         * VERSION: release 2.7.17
4290         
4291         * Documentation/topdocs/NEWS.tely (Top): add note about
4292         refactoring.
4293
4294         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4295         new function. Search region of 3 positions for best tie.
4296         (score_configuration): new function.
4297         (score_aptitude): new function.
4298         (generate_configuration): new function.
4299         (get_configuration): new function.
4300         (Tie_formatting_problem): new function
4301
4302         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4303
4304         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4305
4306         * THANKS: add Eduardo Vieira & Ralph Little
4307
4308         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4309         narrower.
4310
4311         * lily/include/tie-formatting-problem.hh (class
4312         Tie_formatting_problem): add Tie_details to
4313         Tie_formatting_problem. Update calling conventions.
4314
4315         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4316         config.make.
4317
4318         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4319
4320 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4321
4322         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4323         scm/define-context-properties.scm: Maintenance bugfix: make
4324         ligature brackets work again by removing obsolete ligature
4325         primitive callback push/pop.
4326
4327         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4328         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4329         value.
4330
4331 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4332
4333         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4334         used and do not call it a path.
4335         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4336
4337 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4338
4339         * lily/include/tie-formatting-problem.hh (class
4340         Tie_formatting_problem): new file.
4341
4342         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4343
4344         * Documentation/misc/ChangeLog-2.3:  new file.
4345
4346         * lily/audio-staff.cc (output): degarianize.
4347
4348 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4349
4350         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4351         Unset PYTHONOPTIMIZE.  Fixes install if set.
4352
4353 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4354
4355         * python/convertrules.py (conv): add warning about drums. 
4356
4357         * make/stepmake.make: include toplevel-version.make after config.make.
4358
4359         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4360         also allow python2.4
4361
4362         * config.make.in (configure-srcdir): remove GXX GCC vars.
4363
4364         * stepmake/aclocal.m4: don't do non-srcdir build with
4365         symlinks. Use inclusion, so the src directory name can be changed.
4366
4367 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4368
4369         * make/mutopia-vars.make:
4370         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4371         files.
4372
4373 2005-11-13  Werner Lemberg  <wl@gnu.org>
4374
4375         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4376         but the affected path.  This ensures that the (overlapping) outlines
4377         have the same direction, which is a necessary prerequisite for
4378         FontForge's algorithm to remove overlaps.
4379         Formatting.
4380
4381         * mf/feta-haak.mf: Formatting.
4382         (draw_bracket): Slightly modify outline to avoid an unnecessary
4383         corner.
4384         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4385         them from the affected paths.
4386
4387 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4388
4389         * mf/README: remove xpm / accordion notes.
4390
4391         * lily/tie-column-format.cc (set_chord_outline): add dots into
4392         skyline extents. This fixes tie formatting if the left head has dots.
4393
4394         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4395         space inside the staff.
4396         (get_configuration): shift another position if necessary in case
4397         of left head tie  
4398
4399 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4400
4401         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4402         buildscript-dir iso. $(depth)/buildscripts.
4403
4404         * tex/GNUmakefile (local-uninstall): remove
4405         music-drawing-routines.ps juggling.
4406
4407         * stepmake/stepmake/install-targets.make (local-install-files):
4408         prepend src-dir to install targets.
4409
4410         * lily/system-start-delimiter-engraver.cc
4411         (acknowledge_system_start_delimiter): use
4412         add_offset_callback(). This fixes translation of nested
4413         staffgroups.
4414
4415         * lily/grob-closure.cc (add_offset_callback): only encaps in
4416         simple_closure if it's a procedure.
4417         
4418         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4419         from bar-line.
4420
4421         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4422         remove-empty where pertinent.
4423
4424 2005-11-12  Graham Percival  <gpermus@gmail.com>
4425
4426         * Documentation/user/instrument-notation.itely: added
4427         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4428
4429 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4430
4431         * lily/GNUmakefile
4432         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4433         make picture in builddir, not srcdir.
4434
4435 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4436
4437         * VERSION: release 2.7.16
4438         
4439         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4440         shell arguments. 
4441
4442 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4443
4444         * Documentation/user/examples.itely (Piano templates): Minor
4445         modification to the Piano centered lyrics example.
4446
4447 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4448
4449         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4450         $BROWSER.
4451
4452         * Documentation/user/point-and-click.itely: simplify p&c
4453         instruction: don't configure firefox. Put lilypond-invoke-editor
4454         in front of the browser.
4455
4456         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4457         (run-browser): new function.
4458
4459         * lily/parser.yy (Lily_lexer): recognize Book
4460
4461         * lily/book.cc (clone): new function
4462
4463         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4464
4465 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4466
4467         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4468         Maintenance bugfix: reduce number of font related warnings by
4469         updating naming conventions for glyph-name.
4470
4471 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4472
4473         * scm/define-grobs.scm (all-grob-descriptions): add
4474         rhythmic-grob-interface to TabNoteHead.
4475
4476         * scm/layout-beam.scm (check-quant-callbacks): remove
4477         set_stem_lengths()
4478
4479 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4480
4481         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4482         alignment of centered divisiones.
4483
4484         * scm/scripts.scm (articulations): Maintenance bugfix:
4485         follow-into-staff -> quantize-position.
4486
4487         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4488         plica head in porrectus deminutus.
4489
4490 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4491
4492         * make/lilypond.fedora.spec.in (Group): add %clean section.
4493
4494         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4495         less then 1/5th of total length.  
4496         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4497
4498         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4499         events into EventChord. This fixes textspanners on mm rests. Fixes
4500         spanner-rest.ly
4501
4502         * lily/side-position-interface.cc (get_axis): read side-axis
4503         (set_axis): set side-axis.
4504
4505         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4506         properties everywhere.
4507
4508         * lily/spacing-spanner.cc (breakable_column_spacing): add
4509         average-spacing-wishes. Take maximum if not set.
4510         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4511
4512         * scm/define-grobs.scm (all-grob-descriptions): add
4513         average-spacing-wishes.
4514
4515         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4516         offset callbacks. This fixes alignment for Fingering objects.
4517
4518         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4519         space for key - timesig combination. 
4520
4521         * input/regression/script-stem-tremolo.ly (Module): new file.
4522
4523         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4524         to key sig.
4525
4526         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4527         Fixes: c-tremolo-script.ly.
4528         
4529         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4530
4531         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4532         
4533         * scm/define-grobs.scm (all-grob-descriptions): remove
4534         self-X-offset. Fixes alignment of octavate-8.
4535
4536         * scripts/lilypond-book.py (datadir): look in
4537         LILYPONDPREFIX/share/lilypond/current/
4538
4539         * GNUmakefile.in: symlink current to <VERSION>. 
4540
4541 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4542
4543         * lily/main.cc: eps listed as a backend.
4544
4545 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4546
4547         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4548
4549 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4550
4551         * lily/include/score.hh (class Score): remove texts_ member.
4552
4553         * lily/beam.cc (set_stem_lengths): force direction callback.
4554         (print): read quantized-positions, so we can force
4555         Beam::set_stem_lengths to occur.
4556         (rest_collision_callback): use common X parent. 
4557
4558 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4559
4560         * flower/file-path.cc (find): Bugfix: Return name of file found.
4561
4562         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4563         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4564         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4565
4566 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4567
4568         * flower/offset.cc: idem.
4569
4570         * mf/*.mf: update email address.
4571
4572         * lily/font-config-scheme.cc:  new file.
4573
4574         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4575
4576         * lily/*:  cs.uu.nl -> xs4all.nl
4577
4578         * VERSION (PATCH_LEVEL): release 2.7.15
4579
4580         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4581         spec files.
4582
4583         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4584
4585 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4586
4587         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4588
4589         * lily/staff-performer.cc (process_music): add audio
4590         elements. This makes MIDI instrument changes work once again.
4591
4592         * lily/main.cc (LY_DEFINE): add gmane address.
4593
4594         * lily/beam.cc: remove calc_positions()
4595
4596         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4597         original_ in private scope.
4598         (class Grob): drop pscore_ pointer, change to output_def pointer.
4599         (class Grob): cleanup class definition.
4600
4601         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4602
4603 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4604
4605         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4606         absolute.  Better diagnostics.
4607
4608         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4609         This makes lilypond run from the build directory using argv0
4610         relocation (without any --prefix or LILYPONDPREFIX setting).
4611
4612 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4613
4614         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4615
4616         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4617         with simple-closure.
4618
4619         * lily/self-aligment-interface.cc (set_align_self): new function
4620         (set_center_parent): new function.
4621
4622         * lily/side-position-interface.cc (set_axis): new function.
4623
4624         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4625         generic code. 
4626
4627         * scm/define-grob-properties.scm (all-user-grob-properties):
4628         remove [XY]-offset-callbacks add [YX]-offset
4629         
4630 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4631
4632         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4633         entry for time signatures after breathing signs. Bug report by
4634         Scott Russell.
4635
4636 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4637
4638         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4639         not absolute, make it absolute using PATH.
4640
4641 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4642
4643         * python/midi.c (initmidi): Fix type for mingw.
4644
4645 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4646
4647         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4648
4649         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4650         cross compiling.
4651
4652         * stepmake/aclocal.m4: Support python cross compiling.
4653
4654         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4655         Add mingw section.
4656
4657 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4658
4659         * scm/output-lib.scm (chain-grob-member-functions): replace
4660         chained-callback.cc
4661
4662         * lily/chained-callback.cc (Module): remove file.
4663
4664         * lily/rest-collision.cc (force_shift_callback_rest): change to
4665         chained callback.
4666
4667         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4668
4669         * lily/grob.cc (y_parent_positioning): remove axis argument from
4670         parent_positioning callbacks.
4671         (Grob): junk init code
4672         (get_offset): use generic property callbacks for
4673         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4674         (axis_parent_positioning): new function
4675         (axis_offset_symbol): new function
4676         (chain_offset_callback): new function
4677         (add_offset_callback): new function
4678
4679         * lily/beam.cc (rest_collision_callback): change signature; this
4680         is now a chained callback.
4681
4682         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4683         callback administration.
4684
4685         * lily/simple-closure.cc: new file. Smob type that allows "grob
4686         member functions",
4687
4688             (ly:make-simple-closure FUNC A B)
4689
4690         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4691         in various ways.
4692
4693         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4694         callbacks.
4695
4696         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4697
4698         * lily/rest.cc (polyphonic_offset_callback): remove.
4699
4700         * lily/script-engraver.cc (try_music): remove bool* argument.
4701
4702         * scm/script.scm (default-script-alist): set quantize-position
4703         appropriately.
4704
4705         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4706
4707         * lily/side-position-interface.cc (aligned_side): move staff
4708         position quantization from
4709         Side_position_interface::quantised_position().
4710         (quantised_position): remove
4711         
4712 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4713
4714         * input/regression/beam-quant-standard.ly: reindent, set
4715         debug-beam-quanting to #t.
4716
4717         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4718         10000 if this is a "hard" concave beam.
4719
4720         * lily/beam.cc (calc_least_squares_positions): change from
4721         calc_least_squares_dy
4722         (set_stem_lengths): this is now a chained callback.
4723
4724         * lily/context-property.cc (execute_general_pushpop_property):
4725         bugfix override with procedure should have effect.
4726
4727         * scm/define-grob-properties.scm (all-internal-grob-properties):
4728         remove position-callbacks.
4729
4730         * scm/define-grobs.scm (all-grob-descriptions): use
4731         ly:make-callback-chain for positions property.
4732
4733         * scm/layout-beam.scm (check-quant-callbacks): return list of
4734         chained callbacks.
4735
4736         * scm/lily.scm (type-p-name-alist): add callback-chain
4737
4738         * lily/lily-guile.cc (type_check_assignment): type check failure
4739         is warning not message.
4740
4741         * lily/grob-property.cc (try_callback): walk callback chain if
4742         appropriate.
4743
4744         * lily/chained-callback.cc: new file. new smob type.
4745
4746         * lily/lily-guile.cc (procedure_arity): new function.
4747
4748 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4749
4750         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4751
4752 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4753  
4754         * Documentation/user/instrument-notation.itely (Figured bass):
4755         describe new features
4756
4757 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4758
4759         * lily/beam.cc (calc_least_squares_dy): use property callback.
4760
4761         * lily/beam-concave.cc (calc_concaveness): use property callback.
4762
4763         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4764
4765 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4766
4767         * HACKING: Update.
4768
4769 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4770
4771         * scm/layout-page-layout.scm (page-headfoot): annotate
4772         pagetopspace too.
4773
4774         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4775
4776         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4777         doesn't take y-space.
4778
4779         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4780
4781 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4782
4783         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4784         src-wildcard, remove $(wildcard).
4785
4786         * po/GNUmakefile (PO_FILES): 
4787         * ps/GNUmakefile (PS_FILES): 
4788         * tex/GNUmakefile (TEX_FILES): 
4789         * cygwin/GNUmakefile (POSTINSTALLS):
4790         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4791         some wildcard calls.
4792
4793 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4794
4795         * THANKS: add Thomas Bushnell.
4796
4797 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4798
4799         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4800         (lilypond-main): Redirect to gui-main if 'gui is set.
4801
4802         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4803         for alternative installations kludging s/share/lib/g
4804         LILYPONDPREFIX. 
4805
4806         * SConstruct (libdir_package_version): Define.
4807
4808         * python/SConscript: 
4809         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
4810         module in libdir.  
4811
4812 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4813
4814         * lily/main.cc: clarify --safe.
4815
4816 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4817
4818         * VERSION: release 2.7.14
4819         
4820         * Documentation/user/*.itely: remove minimumVerticalExtent.
4821
4822         * scm/define-grobs.scm (all-grob-descriptions): remove
4823         RemoveEmptyVerticalGroup
4824
4825         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
4826
4827         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4828         compile on MOSX
4829
4830         * python/convertrules.py (conv): add rules.
4831
4832         * lily/grob.cc: remove is_empty()
4833
4834         * lily/grob-property.cc: remove add_to_list_property().
4835
4836         * scripts/convert-ly.py (datadir): add prefix switching hack to
4837         .py too.
4838
4839         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4840         space-function tweak.
4841
4842         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4843
4844         * scm/define-grob-properties.scm (all-user-grob-properties):
4845         remove callback property.
4846
4847         * lily/include/grob.hh (class Grob): remove property_callbacks_
4848         member. Properties of procedure type are assumed to be callbacks.
4849
4850         * lily/ligature-engraver.cc (override_stencil_callback):
4851         rewrite. Use noteHeadLigaturePrimitive as source.
4852
4853         * scm/define-grob-properties.scm (all-internal-grob-properties):
4854         remove ligature-primitive-callback
4855
4856         * lily/include/dimension-cache.hh (class Dimension_cache): make
4857         class, with Grob as friend.
4858
4859         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4860         has_extent_callback()
4861
4862         * scm/translation-functions.scm (format-new-bass-figure): read
4863         figuredBassPlusDirection
4864
4865         * scm/define-context-properties.scm
4866         (all-user-translation-properties): add figuredBassPlusDirection.
4867
4868         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4869
4870         * lily/align-interface.cc (set_ordered): new function.
4871
4872         * lily/grob.cc (flush_extent_cache): rewrite.
4873
4874         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4875         Interval pointer directly.
4876
4877         * lily/main.cc (setup_paths): insert extra / .
4878         (setup_paths): junk cff entry.
4879
4880         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4881         directories.
4882
4883         * lily/axis-group-engraver.cc (finalize): remove
4884         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4885
4886         * lily/grob.cc (Grob): don't set extent from ctor.
4887         (extent): use property callbacks. 
4888
4889         * lily/axis-group-interface.cc: remove set_axes() function.
4890
4891         * lily/grob-property.cc (del_property): new function.
4892
4893 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4894
4895         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4896         
4897 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4898
4899         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4900
4901 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4902
4903         * mf/SConscript: Updates.
4904
4905         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4906
4907         * stepmake/stepmake/*:
4908         * */GNUmakefile:
4909         * config.make.in:
4910         * GNUmakefile.in:
4911         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4912         from any directory in build-dir.  Cleanups.
4913
4914         * make/srcdir.make.in: Remove.
4915
4916         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4917
4918         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4919         main).
4920
4921         * lily/SConscript: Remove ttftools.
4922
4923         * SConstruct: Resurrect.
4924
4925 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4926
4927         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4928         Y coordinate. 
4929
4930         * lily/paper-book.cc (add_score_title): put Paper_score title into
4931         systems_ list.
4932
4933         * scm/translation-functions.scm (format-new-bass-figure): also
4934         allow plus in combination with _
4935
4936 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4937
4938         * VERSION: 2.7.13 released.
4939
4940         * lily/note-collision.cc (check_meshing_chords): don't wipe
4941         stencil, merely set transparent.
4942
4943         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4944         (Top): document #'callbacks.
4945         (Top): document nested \override.
4946
4947         * input/regression/figured-bass.ly: update for slash and pluses.
4948
4949         * input/regression/figured-bass-continuation-forbid.ly (Module):
4950         new file.
4951
4952         * scm/translation-functions.scm (format-new-bass-figure): use
4953         slashed-digit if diminished is set.
4954         (format-new-bass-figure): add + if 'augmented is set.
4955
4956         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4957
4958         * input/test/piano-staff-distance.ly: remove file.
4959
4960         * Documentation/user/advanced-notation.itely (Formatting cue
4961         notes): use length-fraction for making stems/beams smaller.
4962
4963         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4964         modifications.
4965
4966         * lily/new-figured-bass-engraver.cc: new property
4967         centerFiguredBassContinuations
4968
4969         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4970         use callbacks.
4971
4972         * lily/context-property.cc (execute_general_pushpop_property):
4973         robustness checks.
4974
4975         * input/regression/override-nest.ly: new file.
4976
4977         * python/convertrules.py (FatalConversionError.subber): conversion
4978         rule for #'callbacks
4979
4980         * input/regression/override-nest.ly: new function.
4981
4982         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4983         #c too. 
4984
4985         * lily/context-property.cc (lookup_nested_property): new function.
4986         (evict_from_alist): new function.
4987         (general_pushpop_property): new function.
4988         (execute_general_pushpop_property): rewrite. Support nested
4989         properties too.
4990
4991 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4992
4993         * lily/beam.cc: use length-fraction too.
4994
4995         * scm/define-grob-properties.scm (all-user-grob-properties):
4996         remove property flag-width-function
4997         (all-user-grob-properties): remove space-function.
4998
4999         * scm/layout-beam.scm: remove flag-width-function.
5000
5001         * lily/beam.cc: remove flag-width-function
5002
5003         * scm/layout-beam.scm: remove beam dir functions.
5004
5005         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5006
5007         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5008         for easier grace tweaks.
5009
5010         * lily/beam.cc: remove dir-function.
5011
5012         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5013
5014         * lily/grob.cc: remove spacing-procedure.
5015
5016         * lily/note-head.cc (calc_stem_attachment): new function.
5017         (internal_print): use callback to get glyph-name.
5018
5019         * lily/grob-property.cc (get_interfaces): new function.
5020
5021         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5022
5023         * lily/stem.cc (calc_stem_end_position): new function.
5024         (calc_length): new function.
5025         document details for stem.
5026         remove Stem::get_direction()
5027
5028         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5029
5030         * lily/grob-property.cc (set_callback): new function.
5031
5032         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5033
5034         * lily/item-scheme.cc: new file.
5035
5036         * lily/bar-line.cc (before_line_breaking): remove function.
5037         remove bar-size-procedure, break-glyph-function
5038
5039         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5040
5041         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5042
5043         * lily/system-start-delimiter.cc (print): suicide from
5044         here. Remove after_line_breaking_callback.
5045
5046         * lily/script-interface.cc (calc_direction): use callback for direction.
5047
5048         * lily/side-position-interface.cc (aligned_side): don't use
5049         Side_position_interface::get_direction directly. Use callback. 
5050
5051         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5052         calculate stencil.
5053         (get_print_stencil): rename from get_stencil: create stencil with
5054         transparency, color and cause. 
5055
5056         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5057
5058         * python/convertrules.py (conv): insert temporary warning rule.
5059
5060         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5061
5062         * lily/grob-property.cc (try_callback): remove marker if applicable.
5063
5064         * lily/grob.cc: elucidate doc about after/before-line-breaking
5065
5066         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5067
5068         * lily/stem.cc (height): idem.
5069
5070         * lily/stem-tremolo.cc: idem.
5071
5072         * lily/slur.cc (height): don't use get_uncached_stencil()
5073
5074         * lily/rest.cc (y_offset_callback): use offset callback
5075         iso. after-line-breaking callback.
5076
5077         * lily/grob.cc: change after/before-line-breaking-callback to
5078         after/before-line-breaking dummy properties.
5079
5080         * lily/include/grob.hh: remove Grob_status.
5081
5082         * scm/define-context-properties.scm
5083         (all-user-translation-properties): remove verticalAlignmentChildCallback
5084
5085         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5086         (calc_direction): use callback
5087         (calc_positions): use callback.
5088
5089         * lily/tie.cc (calc_direction): use callback. Only call parent
5090         positioning for more than one tie.
5091
5092         * lily/tie-column.cc (calc_positioning_done): use callback
5093
5094         * lily/slur-scoring.cc (calc_control_points): use callback
5095
5096         * lily/slur.cc (calc_direction): use callback.
5097
5098         * lily/note-collision.cc (force_shift_callback): remove.
5099
5100         * lily/dot-column.cc (force_shift_callback): remove. Use
5101         other_axis_parent_positioning.
5102
5103         * lily/grob.cc (other_axis_parent_positioning): new function.
5104         (same_axis_parent_positioning): new function
5105
5106         * lily/align-interface.cc (alignment_callback): remove function.
5107
5108         * lily/note-collision.cc (calc_positioning_done): use callback.
5109
5110         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5111         (calc_direction): idem.
5112         remove print function.
5113
5114         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5115
5116         * lily/dot-column.cc (calc_positioning_done): use callback.
5117
5118         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5119
5120         * lily/beam.cc (calc_direction): use pseudo-property for beam
5121         direction callback.
5122         (calc_positions): use callback 
5123
5124         * lily/align-interface.cc (calc_positioning_done): use
5125         callback. Fold fixed  distance and normal alignment in one function.
5126
5127         * lily/stem.cc (calc_stem_end_position): use callback.
5128         (calc_positioning_done): idem.
5129         (calc_direction): idem.
5130         (calc_stem_end_position): idem
5131         (calc_stem_info): idem.
5132
5133         * lily/grob-property.cc (get_property_data): new function: 
5134         (try_callback): new function.
5135
5136         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5137         callbacks property.
5138
5139         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5140
5141 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5142
5143         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5144         tie
5145         has no heads.
5146         
5147         * lily/include/*.hh (Module): compile fixes.
5148
5149 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5150
5151         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5152         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5153         instead of (char-syntax nil), thanks to Milan Zamazal.
5154
5155 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5156
5157         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5158         dist.
5159
5160         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5161         themselves.
5162
5163 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5164
5165         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5166         add class_name() method.
5167
5168         * lily/music-scheme.cc: remove ly:music-name.
5169
5170 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5171
5172         * cygwin/postinstall-lilypond.sh: Remove cruft.
5173
5174         * cygwin/postremove-lilypond.sh: Remove.
5175
5176         * cygwin/GNUmakefile (default): Remove postremove rules.
5177
5178 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5179
5180         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5181         even header too.
5182         
5183         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5184         MacOS 9 users.
5185
5186         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5187         consider break index for broken spanner.
5188
5189         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5190         characters from string before splitting.
5191
5192 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5193
5194         * scm/framework-ps.scm (output-preview-framework): use
5195         is-book-title to determine whether to chop off the booktitle.
5196
5197         * lily/paper-book.cc (systems): init from book-title-properties
5198         (add_score_title): init score-title-properties.
5199
5200         * ly/paper-defaults.ly: add {score,book}-title-properties.
5201
5202         * scm/document-backend.scm (lookup-interface): error message if
5203         using unknown interface.
5204
5205         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5206         edge-height.
5207
5208         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5209         make_bracket.
5210         (make_bracket): new function.
5211
5212         * scm/lily.scm (define-scheme-options): add paper-size option.
5213
5214         * ly/declarations-init.ly (laissezVibrer): get paper size from
5215         -dpaper-size
5216
5217         * scm/translation-functions.scm: use \fontsize for changing the
5218         fontsize.
5219
5220         * scm/define-grobs.scm (all-grob-descriptions): set
5221         between-length-limit to 1.0
5222
5223         * lily/tie-helper.cc: add between_length_limit_ detail property.
5224
5225         * mf/feta-bolletjes.mf: typos.
5226
5227         * lily/note-head.cc (internal_print): don't shadow idx
5228         parameter. This fixes wrong attachment for do shape heads.
5229
5230 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5231
5232         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5233
5234         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5235
5236         * scm/layout-slur.scm: rename from slur.scm
5237
5238         * scm/layout-page-layout.scm: rename from page-layout.scm
5239
5240         * scm/layout-beam.scm: rename from beam.scm
5241
5242         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5243         bass-figure-interface
5244
5245         * lily/new-figured-bass-engraver.cc (process_music): add
5246         implicitBassFigures property.
5247         
5248         * scm/define-markup-commands.scm (pad-x): new markup.
5249
5250         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5251         minimumVerticalExtent on FiguredBass context.
5252
5253         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5254         case the continuation crosses a line break.
5255
5256 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5257
5258         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5259         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5260         absolute file name bug.  
5261
5262 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5263
5264         * VERSION (PACKAGE_NAME): release 2.7.12
5265
5266         * input/regression/figured-bass-continuation-center.ly: new file.
5267
5268         * input/regression/beam-outside-beamlets.ly: new file.
5269
5270         * lily/beam.cc (set_beaming): don't clip edges.
5271         (connect_beams): don't clip edges.
5272
5273         * lily/beaming-info.cc (clip_edges): new function.
5274
5275         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5276
5277         * Documentation/user/instrument-notation.itely (Figured bass):
5278         demonstrate extenders, update seealso links.
5279
5280         * scm/titling.scm (marked-up-headfoot): change tagline
5281         handling. tagline = ##f will blank the tagline as well.
5282
5283 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5284
5285         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5286
5287         * lily/new-figured-bass-engraver.cc (struct
5288         New_figured_bass_engraver): add new_music_found_ member.
5289
5290         * lily/lilypond-version.cc (Lilypond_version): deal with
5291         incorrectly formatted version strings. 
5292
5293         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5294         New_figured_bass_engraver by default.
5295
5296         * lily/ttf.cc (print_trailer): only define glyph names when
5297         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5298
5299 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5300
5301         * lily/horizontal-bracket.cc (make_bracket): new function.
5302
5303         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5304         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5305         BassFigureLine, BassFigureAlignment
5306
5307         * lily/new-figured-bass-engraver.cc (process_music): new file.
5308
5309         * lily/figured-bass-continuation.cc: new file.
5310
5311         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5312         new file.
5313
5314 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5315
5316         * scripts/lilypond-book.py: Bug fix, put the quote around the
5317         actual score for LaTeX documents.
5318
5319         * scm/define-grobs.scm (all-grob-descriptions): Change
5320         collapse-height of the SystemStartBracket grob to 5.0, 
5321         so the bracket disappears for single stave score lines (similarly
5322         to SystemStartBraces). 
5323
5324         * Documentation/user/advanced-notation.itely (Polymetric
5325         notation): Clarify the use of compressMusic.
5326
5327         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5328         that the grace spacer note in other staves need the same duration
5329         and document the stroke-style property.
5330
5331 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5332
5333         * Documentation/user/global.itely (Vertical spacing): document
5334         alignment-extra-space and fixed-alignment-extra-space.
5335
5336         * Documentation/topdocs/NEWS.tely (Top): add entry.
5337
5338         * input/regression/alignment-vertical-spacing.ly: new file.
5339
5340         * python/convertrules.py (conv): add rule.
5341
5342         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5343
5344         * lily/align-interface.cc (stretch_after_break): new
5345         function. Read fixed-alignment-extra-space property.
5346         (align_elements_to_extents): read alignment-extra-space property.
5347
5348         * lily/lily-guile.cc (robust_scm2dir): new function.
5349
5350         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5351         (annotate-space-left): new function. Annotate space left on page. 
5352         (annotate-y-interval): new function.
5353         (paper-system-annotate-last): new function. Annotate bottom-space.
5354
5355         * mf/feta-beugel.mf (y): 
5356
5357 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5358
5359         * VERSION (PACKAGE_NAME):  release 2.7.11
5360
5361         * scm/lily-library.scm (interval-translate): new function
5362         (interval-center): new function. 
5363
5364         * scm/page-layout.scm (paper-system-annotate): new function. Add
5365         arrows for dimensions.
5366  
5367         * scm/stencil.scm (dimension-arrows): new function.
5368
5369         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5370
5371         * input/regression/page-spacing.ly: add annotatespacing
5372
5373         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5374         (LY_DEFINE): new function ly:paper-system-set-property!
5375
5376         * Documentation/user/global.itely (Paper size): explain how to add
5377         sizes.
5378
5379         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5380         correspond to GS's definition.
5381
5382         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5383         tuplet bracket.
5384         (print): only connect to next bracket if the next one is alive.
5385         (print): set padding to 0.0 if the bound is a breakable
5386         column. This makes tupletFullLength brackets reach up to the staff
5387         line if it doesn't connect to the next line.
5388
5389 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5390
5391         * lily/bar-number-engraver.cc: correct docs.
5392
5393         * scm/output-lib.scm (first-bar-number-invisible): rename from
5394         default-bar-number-visibility
5395
5396 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5397
5398         * scm/define-music-properties.scm (all-music-properties): remove
5399         predicate property.
5400
5401 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5402
5403         * po/fi.po: refresh.
5404
5405 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5406
5407         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5408         superfluous s1.
5409         (disappear): bugfix.
5410
5411         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5412
5413         * lily/include/paper-system.hh (class Paper_system): remove
5414         staff_extents_ member.
5415
5416         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5417
5418         * lily/include/paper-system.hh (class Paper_system): remove
5419         number_ variable. Remove is_title_. Remove break_before_penalty_
5420
5421         * lily/paper-book.cc (systems): use 'number property iso. number_
5422         member.
5423
5424         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5425         remove ly:paper-system-number.
5426
5427         * scm/lily-library.scm (paper-system-title?): new function.
5428
5429         * lily/book.cc (process): bugfix: flip ?: cases. 
5430
5431         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5432         add outputProperty.
5433
5434         * ly/music-functions-init.ly: add outputProperty music function.
5435
5436         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5437
5438         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5439         and next-padding.
5440         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5441
5442         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5443
5444         * lily/paper-system.cc (internal_get_property): new function.
5445
5446         * Documentation/user/global.itely (Vertical spacing): refer to
5447         page-spacing.ly
5448
5449         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5450         pagetopspace
5451
5452         * input/regression/page-spacing.ly: new file.
5453
5454         * input/regression/page-top-space.ly: new file.
5455
5456         * lily/spacing-spanner.cc: cmath -> math.h
5457
5458         * lily/paper-system.cc (read_left_bound): new function. Read
5459         line-break-system-details from left bound to determine extents.
5460  
5461         * Documentation/user/programming-interface.itely (Using LilyPond
5462         syntax inside Scheme): change applyxxx -> applyXxx.
5463
5464         * ly/music-functions-init.ly: add outputProperty music function.
5465
5466         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5467
5468         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5469
5470         * python/convertrules.py (conv): rule
5471
5472         * ly/music-functions-init.ly: applyxxx -> applyXxx
5473
5474         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5475         TabVoice to Voice.
5476
5477 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5478
5479         * flower/include/real.hh: include <math.h> iso. <cmath>
5480
5481         * flower/include/offset.hh: include real.hh
5482
5483 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5484
5485         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5486         fix example, now that 'interfaces is no longer directly available.
5487
5488         * lily/book.cc (process): don't crash if paper == NULL.
5489
5490         * po/fr.po: update.
5491
5492 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5493
5494         * scm/define-music-types.scm (music-descriptions): set length and
5495         start-callback for QuoteMusic
5496
5497 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5498
5499         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5500         arguments. Fixes compilation error with gcc 3.3.
5501
5502 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5503
5504         * VERSION: release 2.7.10
5505
5506         * stepmake/stepmake/python-module-rules.make
5507         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5508
5509         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5510         real.hh
5511
5512 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5513
5514         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5515         -Werror. Otherwise GCC barfs over various optimizations.
5516
5517         * scm/define-grob-properties.scm (all-internal-grob-properties):
5518         add note-head property
5519
5520         * Documentation/user/instrument-notation.itely (Laissez vibrer
5521         ties): new node.
5522
5523         * input/regression/laissez-vibrer-ties.ly: new file.
5524
5525         * lily/laissez-vibrer-engraver.cc: new file.    
5526
5527         * lily/include/tie-column-format.hh: new file.
5528
5529         * lily/tie-column-format.cc: new file. 
5530
5531         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5532
5533         * lily/laissez-vibrer-tie.cc: new file.
5534
5535         * lily/include/laissez-vibrer-tie.hh: new file.
5536
5537         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5538
5539         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5540
5541         * scm/define-grobs.scm (all-grob-descriptions): add
5542         LaissezVibrerTie, LaissezVibrerTieColumn
5543
5544         * lily/tie-column.cc (set_tie_config_directions): new function
5545         (final_shape_adjustment): new function.
5546         (shift_small_ties): new function.
5547
5548         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5549
5550         * lily/include/tie.hh (struct Tie_details): add x_gap_
5551         (struct Tie_configuration): add head_position_
5552
5553         * lily/tie-column.cc (set_chord_outline): new function.
5554
5555         * mf/cmr.enc.in:  remove file.
5556
5557 2005-09-11  Graham Percival  <gpermus@gmail.com>
5558
5559         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5560
5561 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5562
5563         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5564         reduce aliasing effects.
5565
5566         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5567         box in skyline.
5568
5569 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5570
5571         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5572
5573         * flower/include/real.hh: std::fabs too.
5574
5575 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5576
5577         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5578
5579         * lily, flower: Include C++ iso C headers.  Import namespace std
5580         throughout.
5581
5582         * lily/side-position-interface.cc: 
5583         * lily/scm-hash.cc: 
5584         * lily/note-head.cc: 
5585         * lily/include/includable-lexer.hh: 
5586         * flower/include/string-data.icc: Remove using std::*.
5587
5588         * lily, flower: Include C++ iso C headers.  Import namespace std
5589         throughout.
5590
5591         * lily/side-position-interface.cc: 
5592         * lily/scm-hash.cc: 
5593         * lily/note-head.cc: 
5594         * lily/include/includable-lexer.hh: 
5595         * flower/include/string-data.icc: Remove using std::*.
5596
5597         * Documentation/user/instrument-notation.itely (Entering lyrics):
5598         Multiple latin-1->utf-8 conversion fix.
5599
5600         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5601
5602 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5603
5604         * lily/tie.cc (get_configuration): also avoid dots for non-space
5605         situations.
5606
5607 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5608
5609         * Documentation/user/instrument-notation.itely: Bugfix.
5610
5611 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5612
5613         * tex/GNUmakefile: don't install texinfo.tex
5614
5615         * tex/ : cleanup: remove unused files.
5616
5617         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5618
5619         * flower/include/real.hh: using std::{isnan,isinf}
5620         
5621         * VERSION (PATCH_LEVEL): release 2.7.9
5622
5623 2005-09-05  Graham Percival  <gpermus@gmail.com>
5624
5625         * Documentation/user/ instrument-notation.itely,
5626         advanced-notation.itely: minor tweaks.
5627
5628         * input/test/script-chart.ly: add item padding.
5629
5630 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5631
5632         * flower/offset.cc: use math.h iso. <cmath>
5633
5634         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5635         of IE users.
5636
5637         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5638         (widen-left-stencil-edges): new function. Fix alignment problems
5639         with LaTeX includegraphics.
5640
5641         * lily/text-interface.cc (interpret_markup): use abort().
5642
5643 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5644
5645         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5646
5647         * lily/tie.cc (get_configuration): update bezier shape as we
5648         change Y positions.
5649         (get_configuration): don't move large ties if we're outside of the
5650         staff.
5651
5652 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5653
5654         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5655         
5656 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5657
5658         * .cvsignore: Add auto-generated configure files and then some.
5659
5660 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5661
5662         * scm/define-grobs.scm (DynamicLineSpanner): Add
5663         X-extent-callback.  Fixes hairpin-slur collision.
5664
5665 2005-08-31  Graham Percival  <gpermus@gmail.com>
5666
5667         * Documentation/user/advanced-notation.itely,
5668         basic-notation.itely: minor changes.
5669
5670 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5671
5672         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5673         \linebreak between each .eps file if \betweenLilyPondSystem is
5674         undefined. 
5675
5676         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5677         music): Document the \linebreak
5678
5679         * Documentation/user/lilypond-book.itely,
5680         input/tutorial/lbook-latex-test.tex,
5681         Documentation/user/examples.itely: Remove \usepackage{graphics}
5682
5683 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5684
5685         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5686
5687         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5688         compat bugfix.
5689
5690         * scripts/lilypond-book.py (PREAMBLE_LY): define
5691         inside-lilypond-book
5692         (modify_preamble): new function. Insert \RequirePackage{graphics}
5693         when no {graphics found in preamble.  
5694
5695 2005-08030  Graham Percival  <gpermus@gmail.com>
5696
5697         * Documentation/user/basic-notation.itely, global.itely,
5698         tutorial.itely: misc small changes.
5699
5700 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5701
5702         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5703         VERSION.
5704
5705 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5706
5707         * lily/tie-column.cc (new_directions): put Tie down on center
5708         staff line. 
5709
5710         * lily/script-interface.cc (before_line_breaking): use
5711         Grob::programming_error
5712
5713         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5714
5715         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5716         of splitext.
5717
5718 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5719
5720         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5721
5722 2005-08-29  Werner Lemberg  <wl@gnu.org>
5723
5724         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5725         the `*.scale.pfa' files to avoid warnings.
5726
5727 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5728
5729         * lily/tempo-performer.cc (process_music): idem.
5730
5731         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5732
5733 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5734
5735         * Documentation/user/advanced-notation.itely (Text markup): not a
5736         fragment.
5737
5738         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5739
5740         * lily/staff-performer.cc (initialize): add tempo/name to
5741         audio_staff_
5742
5743
5744 2005-08-26  Graham Percival  <gpermus@gmail.com>
5745
5746         * Documentation/user/advanced.itely: add text-only example.
5747
5748         * Documentation/user/invoking.itely: add index entries for
5749         convert-ly.
5750
5751         * Documentation/user/ tutorial.itely, basic-notation.itely:
5752         small fixes suggested by Steve D.  Thanks!
5753
5754 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5755
5756         * input/regression/markup-bidi-pango.ly: new file.
5757
5758         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5759         standard. Remove #ifdef. Remove memleak.
5760         (text_stencil): use text_dir to decide how to composite items.
5761         (text_stencil): determine uniform text direction for the entire
5762         string.
5763
5764         * scripts/lilypond-book.py (output_name): remove
5765         latex_filter_cmd. Non-portable to non-Unix systems. 
5766         (get_latex_textwidth): use File.write and os.unlink() instead.
5767
5768         * THANKS: add Vicente & Trevor.
5769
5770         * lily/grob.cc (discretionary_processing): look up origin for
5771         programming_error too. 
5772
5773         * input/regression/tie-broken.ly: new file.
5774
5775         * lily/tie-column.cc (set_chord_outlines): set outline for line
5776         break case too.
5777         
5778 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5779
5780         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5781         unscaled transform, just translate stencils.
5782
5783         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5784         MIDI.
5785
5786         * scm/define-markup-commands.scm (wordwrap-string): use
5787         text-direction
5788         (wordwrap-stencils): idem.
5789         (line): idem.
5790         (fill-line): idem.
5791         (wordwrap-stencils): translate last line to right for
5792         text-direction = LEFT.
5793
5794         * scm/define-grob-properties.scm (all-user-grob-properties): add
5795         text-direction.
5796
5797 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5798
5799         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5800         when copying a Lily_parser object.
5801
5802 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5803
5804         * scm/define-markup-commands.scm (null): add null markup.
5805
5806 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5807
5808         * lily/item.cc: Add documentation of center-invisible
5809
5810 2005-08-24  Graham Percival  <gpermus@gmail.com>
5811
5812         * Documentation/user/advanced-notation.itely: add info about
5813         raising text.
5814
5815         * Documentation/user/programming-interface.itely: fix example
5816         involving raised text.
5817
5818 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5819
5820         * lily/beam.cc (print): fix X start/end points of isolated
5821         beamlets.
5822
5823         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
5824
5825         * lily/multi-measure-rest.cc (set_text_rods): new function.
5826
5827         * lily/vertical-align-engraver.cc (process_music): call
5828         Align_interface::set_axis(). This forces #'elements to be ordered,
5829         preventing random vertical reordering of staves.
5830
5831         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5832         add avoid-slur property. 
5833
5834         * Documentation/user/basic-notation.itely (Measure repeats): add
5835         countPercentRepeats example.
5836
5837         * Documentation/user/advanced-notation.itely (Other text markup
5838         issues): remove remark about normal-font.  We have \normal-text
5839
5840         * input/regression/tie-chord.ly: add note about remaining bugs.
5841
5842         * lily/tie.cc (print): try Tie_column::set_directions () if
5843         control-points not yet defined.
5844
5845 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5846
5847         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5848         extent. This fixes braces falling out of the EPS bbox.
5849
5850         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5851         exactly to bbox.
5852
5853 2005-08-23  Graham Percival  <gpermus@gmail.com>
5854
5855         * {various} : change #up->#UP and #down->#DOWN.
5856
5857         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5858
5859         * Documentation/user/advanced-notation.itely: clarify
5860         what objects handles text on a multimeasure rest.
5861
5862 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5863
5864         * VERSION (PATCH_LEVEL): release 2.7.7
5865
5866 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5867
5868         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5869
5870         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5871
5872         * input/regression/*.ly: formatting clean-up. Default layout
5873         before music expression.
5874
5875         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5876         romanze28-2 example.
5877
5878         * scm/ps-to-png.scm: remove dir-re function.
5879         (make-ps-images): generate page names, instead of globbing them.
5880         This brings down LilyPond memory usage for make web by a factor
5881         10. 
5882
5883         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5884         don't use glob. With 3000 files, globbing
5885         Documentation/user/out-www/ can take too much time. 
5886         
5887         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5888
5889         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5890
5891         * input/regression/tie-manual.ly: new file
5892
5893         * input/regression/tie-chord.ly: update.
5894
5895         * flower/include/interval.hh (struct Interval_t): 
5896
5897         * lily/tie.cc (distance): new function 
5898         (height): new function.
5899         (init): new function
5900         (Tie_details): new struct.
5901
5902         * lily/skyline.cc (skyline_height): new function.
5903
5904         * lily/tie-column.cc (set_chord_outlines): new function.
5905         (new_directions): read tie-configuration
5906
5907         * lily/skyline.cc: fix ASCII art.
5908         
5909 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5910
5911         * python/convertrules.py (string_or_scheme): Fix spelling error
5912
5913 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5914         
5915         * lily/tie-column.cc (set_directions): set directions only once.
5916         (add_configuration): new function.
5917
5918         * lily/tie.cc (set_control_points): new function
5919
5920         * lily/tie-column.cc (new_directions): new function.
5921
5922         * ly/music-functions-init.ly: set 'pitch property
5923         iso. trill-pitch. This makes \relative work with \pitchedTrill
5924
5925         * lily/tie.cc (get_configuration): new function. Don't generate
5926         control points, rather, generate configuration.
5927         remove head-pair property.
5928
5929         * lily/include/tie.hh (struct Tie_configuration): new struct.
5930
5931 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5932
5933         * Documentation/topdocs/NEWS.tely: clarify.
5934
5935 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5936
5937         * lily/tie.cc: remove minimum-length
5938
5939         * scm/define-grob-properties.scm (all-user-grob-properties):
5940         remove staffline-clearance, y-offset 
5941
5942         * input/regression/tie-dots.ly (Module): remove.
5943
5944         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5945         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5946
5947         * input/regression/tie-single.ly: new file.
5948
5949 2005-08-21  Graham Percival  <gpermus@gmail.com>
5950
5951         * ly/bagpipe.ly: fix compile problem.
5952
5953 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5954
5955         * lily/midi-item.cc (name): new method.
5956
5957         * lily/staff-performer.cc (acknowledge_audio_element): use
5958         signature of baseclass.
5959
5960         * lily/engraver-group.cc (do_announces): move recursion call out
5961         of while loop. 
5962
5963         * lily/drum-note-performer.cc (class Drum_note_performer): use
5964         process_music everywhere.
5965
5966         * ly/performer-init.ly: add default children everywhere.
5967
5968         * lily/paper-book.cc (output): call paper-book-write-midis
5969         directly: always write MIDI, even if no \layout {} block. 
5970
5971 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5972
5973         * VERSION (PACKAGE_NAME): release 2.7.6
5974
5975         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5976         about not being able to handle repeat.
5977
5978 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5979
5980         * Documentation/user/examples.itely (Piano templates):
5981         * lily/include/performer-group.hh: Remove last traces of
5982         Performer_group_performer.  Fixes make web.
5983
5984 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5985
5986         * Documentation/user/examples.itely (Piano templates): change
5987         Engraver_group_engraver -> Engraver_group
5988
5989         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5990         scm_stand_in_procs is not weak_any.
5991
5992         * lily/volta-bracket.cc (print): don't use strcmp().
5993
5994         * lily/volta-engraver.cc (process_music): use
5995         Text_interface::is_markup() for setting the 'text property of the
5996         volta bracket.
5997
5998         * input/mutopia/claop.py (accents): update syntax to 2.6
5999
6000         * scm/define-context-properties.scm
6001         (all-user-translation-properties): add countPercentRepeats.
6002
6003         * Documentation/user/basic-notation.itely (Measure repeats): add
6004         isolated percent example.
6005
6006 2005-08-18  Graham Percival  <gpermus@gmail.com>
6007
6008         * input/ {various}: change direction #1, #-1 to
6009         #up/#down or \fooUp, \fooDown.
6010
6011         * Documentation/user/music-glossary.tely: #-1 to #down.
6012
6013         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6014         to #up, #-1 to #down.
6015
6016 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6017
6018         * lily/include/engraver-group.hh: rename.
6019
6020         * lily/include/performer-group.hh: rename.
6021
6022 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6023
6024         * input/test/script-abbreviations.ly: Removed some old LaTeX
6025         left overs.
6026
6027 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6028
6029         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6030         Remove functions.  Remove if 1: constructs, reindent.
6031
6032         * scripts/convert-ly.py (add_version): Add functions from
6033         convertrules.py
6034
6035         * scm/script.scm (default-script-alist):
6036         s/priority/script-priority.  Fixes script stacking.  Backportme.
6037         (Fermata): Very low priority.
6038
6039 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6042
6043         * input/regression/slur-script.ly: remove padding tweaks. Add
6044         comment strings.
6045
6046         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6047         time sigs and related stuff.
6048
6049         * scm/define-grob-properties.scm (all-user-grob-properties): add
6050         @code{} tags to property description.
6051
6052         * lily/include/line-group-group-engraver.hh (Module): remove file.
6053
6054         * python/convertrules.py (conv): add rule for
6055         Engraver_group_engraver -> Engraver_group.
6056
6057         * lily/include/performer-group-performer.hh: analogous.
6058
6059         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6060
6061         * lily/context-def.cc (instantiate): check for
6062         Engraver_group_engraver and Performer_group_performer not
6063         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6064  
6065 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6066
6067         * input/les-nereides.ly: Remove three fingering tweaks, update
6068         remaining one.
6069
6070         * input/regression/slur-script-inside.ly: Update, fix doc.
6071
6072         * scm/script.scm: Update to avoid-slur.
6073
6074         * scm/define-grob-properties.scm (avoid-slur): New property.
6075
6076         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6077         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6078         outside_slur_callback if avoid-slur != #'inside.
6079
6080         * scm/define-grobs.scm (Fingering, Textscript): No
6081         inside-slur/outside-slur preference.
6082         (DynamicLineSpanner): Always outside slur.
6083
6084         * input/regression/slur-script.ly: More tests.
6085
6086 2005-08-17  Graham Percival  <gpermus@gmail.com>
6087
6088         * Documentation/user/lilypond-book: fix notime entry.
6089
6090         * Documentation/user/advanced-notation.itely: add info on
6091         getting an I rehearsal mark.
6092
6093         * Documentation/user/putting.itely: reinstate "I", re-enforce
6094         the fact that \override numbers are the result of
6095         experimentation and personal taste.
6096
6097         * Documentation/user/invoking.itely: update convert-ly bugs.
6098
6099 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6100
6101         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6102         to #t.
6103
6104         * lily/timing-translator.cc (initialize): don't initialize timing.
6105
6106         * input/regression/stem-spacing.ly (Module): remove file.
6107
6108         * input/regression/spacing-stick-out.ly: specify Score context for
6109         \override
6110
6111         * input/regression/clefs.ly: remove spurious {}s 
6112
6113 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6114
6115         * Documentation/topdocs/NEWS.tely,
6116         input/regression/repeat-percent-count.ly: clarify a bit.
6117
6118 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6119
6120         * input/no-notation/display-lily-tests.ly: delete
6121         display-lily-init call.
6122
6123         * ly/music-functions-init.ly (displayLilyMusic): move
6124         display-lily-init call at top level, so that the user should not
6125         have to call it.
6126
6127         * scm/define-music-display-methods.scm (note-name->lily-string):
6128         retrieve note names directly from pitchnames using new function `rassoc'.
6129         (display-lily-init): note names list construction removed.
6130
6131 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6132
6133         * THANKS: spello.
6134
6135         * lily/lily-parser.cc (get_header): copy module, instead of
6136         returning it.
6137
6138         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6139         counters.
6140
6141         * Documentation/user/basic-notation.itely (Measure repeats): add
6142         links to Counter grobs.
6143
6144         * scm/define-grobs.scm (all-grob-descriptions): add
6145         DoublePercentRepeatCounter
6146         (all-grob-descriptions): add PercentRepeatCounter
6147
6148         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6149         also create counter grobs.
6150
6151         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6152         return grob without space-alist.
6153
6154         * input/proportional.ly: tune staff-padding.
6155
6156         * input/regression/repeat-percent-count.ly: new file. 
6157
6158 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6159
6160         * input/no-notation/display-lily-tests.ly: moved from
6161         input/regression/ to input/no-notation. Be sure to call
6162         `display-lily-init' before trying to use the display function.
6163
6164 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6165
6166         * scripts/lilypond-book.py (option_definitions): Don't localize
6167         the empty string. Fixes bug when --psfonts was used with
6168         non-English locale.
6169
6170 2005-08-15  Graham Percival  <gpermus@gmail.com>
6171
6172         * lily/tuplet-bracket.cc: simple build fix.
6173
6174         * Documentation/user/putting.itely: use "we" instead of "I".
6175
6176         * Documentation/user/basic-notation.itely: cautionary accidentals
6177         work with naturals, too.
6178
6179 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6180
6181         * lily/tuplet-bracket.cc (calc_position_and_height): add
6182         staff-padding support.
6183
6184         * input/proportional.ly: set staff-padding.
6185         
6186         * VERSION (PATCH_LEVEL): release 2.7.5
6187
6188         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6189         fixes. Remove tweaks.
6190
6191         * input/regression/tuplet-slope.ly: add a test case.
6192
6193         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6194         erroneous fix. Add spanner bounds to offset array with relative X
6195         positions.
6196
6197         * ly/engraver-init.ly: add Rest_engraver only once.
6198
6199         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6200         (*parser*) lookup if (*parser*) != #f.
6201
6202 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6203
6204         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6205         Cut-and paste update.
6206
6207         * input/regression/slur-script.ly: Add example of reverting
6208         inside-slur for fingering.
6209
6210         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6211         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6212
6213         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6214         outside_slur_callback if inside-slur == #f (as opposed to unset).
6215
6216 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6217
6218         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6219         encoding files are already removed.
6220
6221 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6222
6223         * Documentation/user/advanced-notation.itely (Instrument names):
6224         Document a workaround for instrument names that collide with
6225         system start braces/brackets.
6226
6227 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6228
6229         * lily/rest-collision.cc (do_shift): spello.
6230
6231         * input/proportional.ly: use #'used property. Set break-overshoot
6232         property.
6233
6234         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6235
6236         * lily/paper-column.cc: add #'used property
6237
6238         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6239         array for staves found.
6240
6241         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6242         array for stavesFound.
6243
6244         * lily/staff-spacing.cc (next_note_correction): add fixed and
6245         space to calling convention. This fixes spacing of accidentals
6246         after barlines.
6247
6248         * input/regression/spacing-accidental-stretch.ly: add barline -
6249         accidental case.
6250
6251         * scm/framework-ps.scm (page-header): add version number to
6252         creator
6253         (eps-header): idem.
6254
6255         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6256         
6257 2005-08-13  Graham Percival  <gpermus@gmail.com>
6258
6259         * Documentation/user/global.itely: add "fit as much as
6260         possible onto this page" example (Vertical spacing).
6261
6262 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6263
6264         * *: Nitpick run.
6265
6266         * buildscripts/fixcc.py: Fixes.
6267
6268 2005-08-12  Graham Percival  <gpermus@gmail.com>
6269
6270         * Documentation/user/advanced-notation.itely: add markup
6271         example to Text spanners.
6272
6273 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6274
6275         * Documentation/user/basic-notation.itely (Ties): Add example of
6276         tying a tremolo to a chord. Thanks to Steve Doonan. 
6277
6278         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6279         properties and move tieMelismaBusy to the list of written
6280         properties. 
6281
6282 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6283
6284         * po/TODO: suggest to use a dedicated tool like kbabel.
6285
6286         * po/fi.po: update using kbabel.
6287
6288 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6289
6290         * *: Remove obsolete files.  Nitpick run.
6291
6292         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6293
6294 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6295
6296         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6297         too.
6298
6299         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6300
6301         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6302         whitespace as symbol separator.
6303
6304         * lily/side-position-interface.cc: Add slur-padding.
6305
6306         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6307         quite a large fix, and it never worked in a stable release; so not
6308         really a regression.
6309
6310         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6311         Update cut and paste code from Slur_engraver.
6312
6313         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6314         Add.
6315
6316         * scm/define-grobs.scm (DynamicLineSpanner): Add
6317         dynamic-line-spanner-interface.
6318         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6319
6320 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6321
6322         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6323         to_boolean () so that non-set 'inside-slur means false.
6324
6325         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6326         slur has control-points.  Skip script without direction.  Always
6327         do_shift if script inside slur, even if slur not contained in
6328         script y-extent.  Increment k in loop.
6329
6330 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6331
6332         * scm/define-markup-commands.scm: Improved regexp to search for
6333         EPS bounding boxes and corrected call to ly:warning.
6334
6335 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6336
6337         * Documentation/user/programming-interface.itely (Displaying music
6338         expressions): doc for \displayLilyMusic. Also some precisions in
6339         "Markup construction in Scheme"
6340
6341 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6342
6343         * scm/define-markup-commands.scm (normal-text): Added 2 new
6344         markup commands, \normal-text and \medium (the latter thanks to
6345         Bruce Fairchild). 
6346
6347 2005-08-08  Graham Percival  <gpermus@gmail.com>
6348
6349         * Documentation/user/programming-interface.itely: fix @{ @}.
6350
6351         * scm/define-markup-commands.scm: add linewidth info to
6352         \justify and \wordwrap, add "upright is the opposite of italic".
6353
6354         * Documentation/user/advanced-notation.itely: shaped->shape,
6355         add (cons (markup "foo")) type of example to text markup,
6356         reword multi-measure rests section.
6357
6358         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6359         comment.  No actual code was touched.
6360
6361         * Documentation/user/invoking.itely: add more info about
6362         \include.  Thanks, Bruce!
6363
6364         * THANKS: add Bruce Fairchild, alphabetise.
6365
6366         * Documentation/user/global.itely: document \score{\header{}}
6367         behavior.
6368
6369         * Documentation/user/basic-notation.itely: reword multi-measure
6370         rest discussion in Rests.
6371
6372 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6373
6374         * Documentation/user/programming-interface.itely (Markup
6375         construction in Scheme): Corrected example and tried to clarify
6376         the implicit \line in the table.
6377
6378 2005-08-07  Graham Percival  <gpermus@gmail.com>
6379
6380         * Documentation/user/instrument-notation.itely: moved
6381         some bagpipe info back into the bagpipe section.  Somehow
6382         it ended up in the "other vocal issues" section?!  :o_O
6383
6384 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6385
6386         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6387         directories, not paths).
6388
6389 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6390
6391         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6392         plain emmentaler/aybabtu.  Backportme.
6393
6394         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6395         missing dir correction.
6396
6397 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6398
6399         * scm/define-markup-commands: fix reversed justify/wordwrap
6400         doc strings.
6401
6402 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6403
6404         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6405         lily/gregorian-ligature-engaver.cc,
6406         lily/include/ligature-engraver.hh,
6407         lily/include/coherent-ligature-engraver.hh,
6408         lily/include/gregorian-ligature-engraver.hh: make these classes
6409         truely abstract.  This should fix some internal oddities such as
6410         duplicate as well as dead translator/property declarations, and
6411         also some dead code.
6412
6413         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6414         bugfix: avoid message "junking empty ligature" on ligature
6415         brackets by collecting dummy grobs.
6416
6417 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6418
6419         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6420
6421         * input/proportional.ly (staffKind): bugfix.
6422         (staffKind): updates by Trevor Baca.
6423
6424         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6425         default layout. 
6426
6427         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6428         pair.
6429
6430         * lily/beam.cc (rest_collision_callback): call position_beam() if
6431         necessary.
6432
6433         * VERSION: release 2.7.4
6434
6435         * input/regression/spacing-uniform-stretching.ly: new file.
6436
6437         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6438
6439         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6440         contributor.
6441
6442         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6443
6444         * input/proportional.ly: new file.
6445
6446         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6447         columns is empty
6448
6449         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6450         bounds to currentCommandColumn for the last step.
6451         (start_translation_timestep): if tupletFullLength is set, set
6452         bound to Paper Column
6453
6454         * input/regression/tuplet-full-length.ly (indent): new file.
6455
6456         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6457         clique of loose columns, eg. a set of grace notes in strict
6458         notespacing.
6459
6460         * input/regression/spacing-strict-spacing-grace.ly: new file.
6461
6462         * lily/key-signature-interface.cc: change property name to
6463         alteration-alist
6464
6465         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6466         keyAccidentalOrder
6467
6468         * python/convertrules.py (conv): keyAccidentalOrder ->
6469         keyAlterationOrder
6470
6471         * lily/key-engraver.cc (create_key): always print a cancellation
6472         for going to C-major/A-minor, regardless of printKeyCancellation.
6473         (create_key): remove typecheck for visibility. This fixes key
6474         signature not being printed.
6475
6476         * lily/spacing-determine-loose-columns.cc: new file.
6477
6478         * input/regression/spacing-strict-notespacing.ly: new file.
6479
6480         * lily/spacing-spanner.cc (generate_springs): rename from
6481         do_measure. 
6482         (generate_pair_spacing): new function.
6483         (init, generate_pair_spacing): set between-cols for floating
6484         nonmusical columns.
6485
6486         * lily/spaceable-grob.cc (get_spring): new function. 
6487
6488         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6489         relative to the right edge of the prefatory matter.
6490
6491         * lily/beam.cc (print): read break-overshoot to determine where to
6492         stop/start broken beams.
6493
6494         * input/regression/spanner-break-overshoot.ly: new file.
6495
6496 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6497
6498         * ly/bagpipe.ly: updated.
6499
6500         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6501
6502 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6503
6504         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6505         support: now (de)crescs avoid slurs as well.
6506
6507         * Documentation/user/instrument-notation.itely (Bagpipe example):
6508         comment out non-functioning bagpipe example.
6509         (Bagpipe definitions): idem.
6510
6511         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6512         (Top): add proportionalNotationDuration example.
6513
6514         * input/regression/spacing-proportional.ly: new file.
6515
6516         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6517         synched to a beam.
6518
6519         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6520         fixes beams with a single stem (eg. beams across linebreaks.)
6521
6522         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6523
6524         * flower/rational.cc (operator +): prevent overflow. This fixes
6525         heavily nested tuplets.
6526
6527         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6528         have to protect even those unlikely to be corrupted data members.  
6529
6530 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6531
6532         * ly/bagpipe.ly: new file.
6533
6534         * THANKS: added Sven Axelsson.
6535
6536 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6537
6538         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6539         copy proportionalNotationDuration into currentMusicalColumn if
6540         set.
6541
6542         * lily/spacing-spanner.cc (musical_column_spacing): if
6543         uniform-stretching set, fixed space is 0.0
6544
6545         * input/regression/spacing-multi-tuplet.ly: show
6546         uniform-stretching property.
6547
6548         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6549
6550         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6551         (struct Spacing_options): new struct.
6552
6553         * lily/spacing-basic.cc: new file.
6554
6555         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6556         delta_t doesn't have to be smaller than shortest_playing_len
6557
6558 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6559
6560         * input/regression/markup-arrows.ly:  new file.
6561
6562         * lily/tuplet-bracket.cc: document new behavior.
6563
6564         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6565         with line breaks.
6566
6567         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6568
6569         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6570         default 
6571
6572         * lily/tuplet-bracket.cc: add edge-text property.
6573         add break-overshoot.
6574         (print): read break-overshoot.
6575         (print): read edge-text, add stencils.
6576
6577         * mf/feta-arrow.mf: new file.
6578
6579         * mf/feta-generic.mf: add feta-arrow.
6580
6581 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6582
6583         * Documentation/user/lilypond-book.itely (An example of a
6584         musicological document): Added flag -o to dvips for people who use
6585         the default setting in teTeX where output is sent to the printer. 
6586
6587         * Documentation/user/global.itely (Vertical spacing): Added
6588         reference to the Axis_group_engraver which documents the *Extent
6589         properties.
6590
6591 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6592
6593         * Documentation/user/basic-notation.itely (Tuplets): add note
6594         about nested tuplets. Remove BUG. 
6595
6596         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6597
6598         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6599         (print): manually call print() for subtuplets.
6600         (calc_position_and_height): add subtuplets to the
6601         support. Vertically shift outer tuplet 
6602
6603         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6604         remove-first for Lyrics, ChordNames and FiguredBass
6605
6606         * scm/define-grob-properties.scm (all-internal-grob-properties):
6607         use ly:grob-array? iso. grob-list?
6608         (all-internal-grob-properties): add tuplets grob-array.
6609
6610         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6611         new function
6612
6613 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6614
6615         * input/test/time-signature-staff.ly: new file.
6616
6617         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6618         spurious #<Music FingerEvent> errors. Backportme.
6619
6620 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6621
6622         * Documentation/user/programming-interface.itely (Markup
6623         construction in Scheme): Corrected markup syntax in the
6624         translation table.
6625
6626 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6627
6628         * Documentation/user/instrument-notation.itely: small update
6629         to bagpipe notation docs; thanks Sven!
6630
6631         * Documentation/user/basic-notation.itely: add link about trills.
6632
6633 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6634
6635         * Documentation/user/music-glossary: remove accidentally committed
6636         fink patch.
6637
6638 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6639
6640         * lily/lily-parser.cc (get_header): new function. Enable multiple
6641         \header definitions.
6642
6643         * lily/parser.yy (lilypond_header_body): use get_header.
6644
6645         * ly/init.ly:
6646         * scm/lily-library.scm (print-score-with-defaults): renamed
6647         $globalheader to $defaultheader
6648             
6649         * Documentation/user/global.itely (Creating titles): added short
6650         explanation that multiple headers are useable.
6651
6652
6653 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6654
6655         * lily/module-scheme.cc (LY_DEFINE): new file. 
6656
6657         * Documentation/user/advanced-notation.itely (Font selection): add
6658         doco for make-pango-font-tree.
6659
6660 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6661
6662         * Documentation/user/music-glossary: more languages
6663         for tenuto.
6664
6665         * Docuemntation/user/instrument-notation.itely: minor
6666         update for bagpipe example.
6667
6668 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6669
6670         * input/regression/+.ly (TODO): add some text.
6671
6672 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6673
6674         * Documentation/user/invoking.itely: \score begins with music.
6675
6676         * Documentation/user/ basic-notation.itely,
6677         instrument-notation.itely: minor changes.
6678
6679         * Documentation/user/music-glossary.itely: began tenuto entry.
6680
6681 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6682
6683         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6684
6685         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6686
6687 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6688
6689         * Documentation/user/examples.itely: remove bagpipe template.
6690
6691         * Documentation/user/instrument-notation.itely: add bagpipe
6692         section, maybe fix quotes in lyrics.  I hate text encoding.
6693         Clarify chord durations, more bagpipe stuff.
6694
6695 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6696  
6697         * lily/accidental-engraver.cc: formatting fixes.
6698
6699         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6700         grob-array.
6701
6702         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6703
6704         * lily/note-column.cc (arpeggio): new function.
6705
6706         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6707         account for spacing.
6708
6709 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6710
6711         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6712         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6713         mingw build.
6714         
6715 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6716
6717         * scm/lily.scm (lilypond-all): clear anonymous modules after
6718         processing files.
6719
6720 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6723         SCM_I_CONSP
6724
6725         * VERSION: 2.7.3 released
6726
6727         * Documentation/user/invoking.itely (Invoking lilypond): add
6728         LILYPOND_GC_YIELD documentation.
6729
6730         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6731         scm_from_real / scm_make_real.
6732
6733         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6734         higher. This increases memory footprint, but provides overall
6735         speedup of 15 to 20%. 
6736
6737         * lily/include/translator.hh (class Translator): remove
6738         PRECOMPUTED_VIRTUAL everywhere.
6739
6740         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6741
6742         * lily/context.cc (now_mom): non-recursive now_mom() 
6743
6744         * lily/include/profile.hh: new file.
6745
6746         * lily/profile.cc: new file.
6747
6748         * lily/grob.cc (Grob::Grob): look properties up directly.
6749
6750         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6751         lookups.
6752
6753         * lily/include/box.hh (class Box): smob Box type.
6754
6755         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6756
6757         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6758         protect() and unprotect(). Use throughout.
6759
6760 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6761
6762         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6763
6764         * scm/define-music-display-methods.scm (markup->lily-string):
6765         markup elements can also be strings (without simple-markup
6766         appended)
6767
6768 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6769
6770         * lily/context.cc (where_defined): also assign value in
6771         where_defined().
6772
6773         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6774         (curve_coordinate): new function
6775
6776         * lily/simple-spacer.cc (add_columns): only add rods between
6777         column i and begin/end if keep-inside-line is set (this repleces
6778         allow-outside-line as default)
6779
6780 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6781
6782         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6783         tupletSpannerDuration if applicable.
6784
6785         * lily/font-size-engraver.cc (process_music): read fontSize only
6786         once per timestep.
6787
6788         * lily/engraver*cc: use throughout.
6789         
6790         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6791
6792         * lily/translator.cc (add_acknowledger): new file. Directly jump
6793         into an Engraver::acknowledge_xxx () method based on a grobs
6794         interface-list.
6795
6796         * lily/include/translator-dispatch-list.hh (class
6797         Engraver_dispatch_list): new struct, new file.
6798
6799         * scm/define-context-properties.scm
6800         (all-internal-translation-properties): remove acceptHashTable,
6801         acknowledgeHashTable
6802
6803         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6804
6805         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
6806         change acknowledgeHashTable to C++ member. 
6807
6808         * lily/rest-collision.cc (do_shift): use extract_grob_set().
6809
6810 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6811
6812         * scm/display-lily.scm: new file. Define a `display-lily-music'
6813         function, that displays the music expression given as an argument,
6814         using LilyPond notation.
6815
6816         * scm/define-music-display-methods.scm: new file. Implementation
6817         of display methods for each music type.
6818
6819         * ly/music-functions-init.ly (displayLilyMusic): new function for
6820         displaying music with LilyPond notation.
6821
6822         * input/regression/display-lily-tests.ly: new regression test file
6823         for `display-lily-music'.
6824
6825         * scm/markup.scm: remove obsolete debugging code (for printing
6826         markups with LilyPond notation).
6827
6828         * scm/define-music-types.scm (music-name-to-property-table):
6829         * scm/clef.scm (supported-clefs): export, in order to be accessible
6830         from the (scm display-lily) module.
6831
6832 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6833
6834         * Documentation/topdocs/NEWS.tely (Top): Typo.
6835
6836 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6837
6838         * Documentation/index.html.in, Documentation/texinfo.css,
6839           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6840           Documentation/bibliography/index.html.in,
6841           Documentation/bibliography/html-long.bst: revert css-width patch,
6842           it does not work with IE6.
6843
6844 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6845
6846         * Documentation/texinfo.css: revert 760px hack. 
6847
6848         * VERSION: release 2.7.2
6849
6850         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6851
6852         * Documentation/user/basic-notation.itely (Barnumber check): add
6853         section.
6854
6855         * scm/music-functions.scm (skip-to-last): new function. Show only
6856         last showLastLength part of the \score.
6857
6858         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6859
6860         * python/convertrules.py (conv): add ly:x-moment rule
6861
6862         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6863
6864         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6865
6866         * Documentation/user/instrument-notation.itely (Flexibility in
6867         alignment): options in subsections.
6868
6869         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6870         syllable text. Instead, assume that the previous lyric text is a
6871         melismated text.
6872
6873         * Documentation/index.html.in: revert 800x600 change.
6874
6875 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6876
6877         * lily/main.cc (main): Remove invalid handle kludge.
6878
6879         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6880         (lambda): add gui define.
6881
6882 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6883
6884         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6885
6886         * Documentation/user/instrument-notation.itely (Musica ficta
6887         accidentals): add section Musica ficta accidentals
6888
6889         * lily/accidental-engraver.cc (make_suggested_accidental): new
6890         function.
6891         (make_standard_accidental): move into new function.
6892         (create_accidental): new function.
6893
6894         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6895         AccidentalSuggestion
6896
6897         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6898
6899         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6900         undefined.
6901
6902         * Documentation/user/global.itely (Page formatting): document
6903         horizontalshift.
6904
6905         * scm/page-layout.scm (default-page-music-height):
6906         horizontalshift: new variable, shift all systems by
6907         horizontalshift to the right, to make space for instrument names.
6908
6909         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6910
6911         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6912
6913 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6914
6915         * lily/note-column.cc (dir): idem.
6916
6917         * lily/spacing-spanner.cc (Module): idem.
6918
6919         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6920
6921         * lily/include/paper-column.hh (class Paper_column): add
6922         non-static get_rank() member.
6923
6924         * VERSION: release 2.7.1
6925         
6926         * scm/framework-null.scm: new file, used for benchmarking.
6927
6928 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6929
6930         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6931         version dependencies for fontforge and gs.
6932
6933         * Documentation/index.html.in, Documentation/texinfo.css,
6934         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6935         Documentation/bibliography/index.html.in, 
6936         Documentation/bibliography/html-long.bst: optimize width of
6937         html for a 800x600 screen (width:760), increases printability
6938         when 'fit to page' is not set and readability in wide screens.
6939
6940         * stepmake/bin/add-html-footer.py: add missing </p>.
6941
6942 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6943
6944         * scm/define-markup-commands.scm (beam): use polygon in beam
6945         command.
6946
6947         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6948         all acknowledged grobs, and do potentially expensive merge and
6949         write in one go.
6950
6951         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6952
6953         * configure.in (reloc_b): add --enable-static-gxx to statically
6954         link to libstdc++
6955
6956         * lily/GNUmakefile (static-gxx-libs): new target
6957         static-gxx-libs. Create symlink to libstdc++.a
6958
6959         * lily/new-lyric-combine-music-iterator.cc: rename to
6960         Lyric_combine_music_iterator
6961
6962         * lily/lyric-combine-music-iterator.cc
6963         (Old_lyric_combine_music_iterator): rename to
6964         Old_lyric_combine_music_iterator
6965
6966         * lily/*-engraver.cc (various): remove double use of
6967         PRECOMPUTED_VIRTUAL function: only use
6968         start_translation_timestep() and stop_translation_timestep(), not
6969         both.
6970
6971         * lily/break-substitution.cc (fast_substitute_grob_array): do
6972         fast_substitute_grob_array for all unordered grob_arrays.
6973         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6974         (substitute_grob_array): optimize.
6975
6976         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6977
6978         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6979
6980         * lily/parser.yy: revert $globalheader patch.
6981         
6982         * lily/include/translator.icc
6983         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6984         Translator methods, without _static helper.
6985  
6986         * lily/grob-smob.cc (derived_mark): rename from
6987         do_derived_mark(). Return void.
6988
6989         * scm/define-context-properties.scm
6990         (all-internal-translation-properties): remove tweakCount/tweakRank.
6991
6992         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6993         predefined break-visibilities.
6994
6995         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6996         booleans for break-visibility.
6997
6998         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6999
7000         * python/convertrules.py (conv): rule for Timing_translator. 
7001
7002         * lily/include/translator.icc: new file. 
7003
7004         * lily/paper-column-engraver.cc (process_music): new
7005         file. Separate Paper_column factory from Score_engraver.
7006
7007         * lily/vertically-spaced-context-engraver.cc: administer
7008         spaceable-staves property of System.
7009
7010         * lily/translator-group-ctors.cc: new file.
7011
7012         * lily/context-property.cc (make_grob_from_properties): construct
7013         the right Grob class programmatically, looking at the class entry
7014         for the meta property.
7015
7016         * lily/break-align-engraver.cc (stop_translation_timestep): call
7017         Break_align_interface::add_element() directly.
7018
7019         * lily/context.cc (measure_position): measure_position() is now a
7020         normal function.
7021
7022         * lily/include/translator.hh (class Translator): rename
7023         process_acknowledged_grobs() to process_acknowledged() and move to
7024         Translator.
7025
7026         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7027         field for each grob description.
7028
7029         * lily/include/translator-group.hh (class Translator_group):
7030         change to base class. Separate class from Translator. This gets
7031         rid of virtual inheritance for Engravers/Performers.
7032
7033         * lily/staff-performer.cc (class Staff_performer): derive
7034         Staff_performer from Performer, not Performer_group_performer 
7035
7036         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7037         new function.
7038         (precompute_method_bindings): new function. Precompute lists of
7039         Translators, so we only call methods (process_music,
7040         start_translation_timestep, etc.) for Translators needing
7041         it. Also: dispose of pointer-to-member-function calls.
7042
7043         * lily/engraver-group-engraver.cc: remove engraver_each,
7044         recurse_down_engravers ()
7045
7046         * lily/note-head.cc (internal_print): only call
7047         glyph-name-procedure if style != default. 
7048
7049 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7050
7051         * ly/titling-init.ly: add printallheaders option.
7052
7053         * Documentation/user/global.itely: document printallheaders.
7054
7055 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7056
7057         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7058         anymore, but do it centrally.  
7059
7060         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7061         hammer hack.
7062
7063         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7064
7065         * scm/output-lib.scm: remove hammer-print-function.
7066
7067         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7068         macro. Declare a Link_array<Grob> and fill it from a grob.
7069         (extract_item_set): idem for item.
7070
7071         * lily/break-substitution.cc: add header.
7072         (fast_substitute_grob_array): rewrite for Grob_arrays.
7073         (substitute_grob_array): idem.
7074
7075         * lily/group-interface.cc (add_thing): remove file.
7076
7077         * flower/include/parray.hh (class Link_array): slice() is const.
7078
7079         * lily/include/grob-array.hh: new file.
7080
7081         * lily/grob-array.cc (spanner): new file.
7082
7083         * lily/beam-quanting.cc (fill): read details property from beam.
7084
7085         * lily/beam.cc: support details property.
7086
7087         * total speedups below: approx 10%.
7088
7089         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7090
7091         * lily/include/grob.hh (class Grob): add interfaces_ member.
7092
7093         * lily/bezier.cc (init_polynomial_cache): new function: cache
7094         binom(3,j) t^j (1-t)^{3-j}
7095         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7096
7097         * lily/*.cc: substitution throughout.
7098
7099         * lily/grob-property.cc (internal_get_object): new routine.
7100         (internal_set_object): idem. Store grob refrences in separate
7101         alist. This saves processing time, since properties aren't
7102         break-substituted, and the per grob namespace is smaller, both for
7103         grobs and non-grob properties.
7104
7105         * scm/define-grob-properties.scm (all-internal-grob-properties):
7106         remove center-element.
7107
7108         * lily/grob.cc: remove tweak-count, tweak-rank.
7109
7110 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7111
7112         * Documentation/user/lilypond-book.itely: fixes example.
7113
7114 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7115
7116         * Documentation/user/global.itely (Creating titles):    
7117         * Documentation/user/examples.itely (All headers): change the
7118         place of \header in \score blocks (after music block) to make
7119         examples compile (cf. changes on parser.yy on 2005-07-10)
7120
7121 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7122
7123         * python/convertrules.py: add exc -> ecc rule.
7124
7125         * scripts/convert-ly.py: add location of convertrules.py
7126         in a comment.
7127
7128         * Documentation/user/changing-defaults.itely: fix language.
7129
7130 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7131
7132         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7133
7134 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7135
7136         * scm/output-socket.scm (grob-bbox): don't use inf? 
7137
7138         * flower/include/rational.hh: add operator bool() 
7139
7140         * scm/define-music-types.scm (music-descriptions): remove
7141         internal-class-name properties.
7142
7143         * lily/include/event.hh: remove file.
7144
7145         * lily/include/music-constructor.hh: remove file.
7146
7147         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7148         in 'types property.
7149
7150         * lily/music.cc (duration_length_callback): new function.
7151
7152         * lily/event.cc: remove file.
7153
7154         * lily/music-constructor.cc: remove file.
7155
7156         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7157
7158         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7159         (get_context_key): idem.
7160
7161         * scm/lily.scm (lambda): new option object-keys (default to #f)
7162
7163         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7164
7165         * scm/output-gnome.scm: remove beam routine.
7166
7167         * scm/output-ps.scm (scm): idem.
7168
7169         * scm/output-svg.scm: remove beam.
7170
7171         * ps/music-drawing-routines.ps: remove draw_beam.
7172
7173         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7174
7175         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7176         add scm_from_locale_string compatibility glue. 
7177
7178 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7179
7180         * scripts/lilypond-book.py: Prevent occuring error when
7181         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7182         times and target file shoud be overwritten.  (Error message said
7183         'input file and output file is same'.)
7184
7185 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7186
7187         * input/regression/slur-extreme.ly,
7188         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7189         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7190         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7191         "excentricity" to "eccentricity".
7192
7193         * Documentation/user/converters.itely: fix URL for Noteedit and
7194         Rosegarden.
7195
7196         * THANKS: added Yoshinobu Ishizaki.
7197
7198 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7199
7200         * scm/define-markup-commands.scm (justify-field): add. 
7201
7202         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7203
7204 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7205
7206         * lily/lookup.cc (filled_box): express filled_box with
7207         round_filled_box
7208
7209         * scm/midi.scm (paper-book-write-midis): new function. Write all
7210         performances in numbered MIDI files.
7211
7212         * lily/performance-scheme.cc (LY_DEFINE): new file.
7213         (LY_DEFINE): new function ly:performance-write.
7214
7215         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7216         new function.
7217         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7218
7219         * scm/framework-*.scm: use port arguments throughout.
7220
7221         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7222
7223         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7224
7225         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7226
7227         * scm/framework-texstr.scm (output-framework): 
7228
7229         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7230
7231         * scm/output-lib.scm (tablature-stem-attachment-function):
7232         tablature stem attachment fix. 
7233
7234 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7235
7236         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7237
7238         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7239
7240         * scm/define-music-types.scm (music-descriptions): don't use
7241         Music_wrapper type.
7242
7243         * lily/paper-column.cc (print): print moment too.
7244
7245         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7246         remove compatibility cruft.
7247
7248         * lily/parser.yy (score_body): \score can only begin with Music. 
7249
7250         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7251         make-score. Take music argument only. Move parser interaction to
7252         Scheme.
7253
7254         * scm/lily-library.scm (scorify-music): new function.
7255
7256         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7257         (datadir): remove resource import.
7258         (print_environment): remove get_bbox()
7259         (cp_to_dir): remove pre 1.5.2 compat glue.
7260
7261 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7262
7263         * lily/include/simple-spacer.hh (Module): idem.
7264
7265         * lily/include/spring.hh (struct Spring): store inverse
7266         strength. This prevents division by zero.
7267
7268         * VERSION: release 2.7.0
7269         
7270         * lily/include/music.hh (class Music): remove Music::duration_log()
7271
7272         * lily/stem-engraver.cc (make_stem): take duration log from event.
7273
7274         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7275
7276 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7277
7278         * scm/lily.scm (ly:load): load autochange.scm
7279
7280         * Documentation/user/tutorial.itely (Running LilyPond for the
7281         first time): remove reference to DVI/TeX
7282
7283         * scm/define-markup-commands.scm (text): add \text markup command.
7284
7285         * configure.in (reloc_b): bump requirement to Python 2.2.
7286
7287         * lily/include/dots.hh (class Dots): make has_interface() static.
7288
7289         * python/convertrules.py (conv): add rule for ly:grob-default-font
7290
7291         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7292         alphabetical order.
7293
7294         * input/regression/trill-spanner-pitched.ly: new file.
7295
7296         * lily/font-interface-scheme.cc (LY_DEFINE): function
7297         ly:grob-default-font (changed from get-default-font).
7298
7299         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7300
7301         * lily/note-head.cc (internal_print): if style is not a symbol,
7302         set style to 'default. 
7303         (internal_print): no style suffix if glyph-name-procedure not
7304         set. Default to quarter head.
7305
7306         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7307
7308         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7309
7310         * ly/music-functions-init.ly: \pitchedTrill
7311
7312         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7313
7314         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7315
7316         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7317
7318         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7319
7320         * po/fr.po: update
7321
7322         * po/de.po: update.
7323
7324 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7325
7326         * Documentation/user/changing-defaults.itely: add link
7327         to grob-iterface.
7328
7329         * Documentation/user/advanced-notation.itely: add material
7330         to Setting automatic beam behaviour.  Thanks, Joe!
7331
7332         * Documentation/user/lilypond.itely: change encoding to utf-8.
7333
7334 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7335
7336         * Documentation/user/advanced-notation.itely (Setting automatic
7337         beam behavior): Correct the documentation of
7338         revert-auto-beam-setting (backportme)
7339
7340 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7341
7342         * lily/ly-module.cc (ly_make_anonymous_module): define
7343         %module-public-interface of module. 
7344
7345         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7346         without lexer.
7347
7348 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7349
7350         * input/regression/fret-diagrams.ly: stretch example.
7351
7352 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7353
7354         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7355         Fodor).
7356
7357 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7358
7359         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7360
7361         * Documentation/user/examples.itely, lilypond-book.itely:
7362         change \RequirePackage to \usepackage.
7363
7364         * Documentation/user/global.itely: document copyright and tagline.
7365
7366 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7367
7368         * Documentation/user/basic-notation.itely (Transpose): remove link
7369         to nonexistent UntransposableMusic.
7370
7371         * scm/output-svg.scm: remove old definitions.
7372
7373         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7374         invoking.
7375
7376         * python/lilylib.py (search_exe_path): new function.
7377
7378 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7379
7380         * python/lilylib.py (mkdir_p): remove setup_environment()
7381         (backportme)
7382
7383         * buildscripts/mutopia-index.py (headertext): trim text.
7384
7385         * Documentation/topdocs/NEWS.tely (Top): refresh.
7386
7387         * scm/define-markup-commands.scm (wordwrap-string): new function:
7388         split string in paras and words.
7389         (wordwrap-markups): new function.
7390         (wordwrap-stencils): new function. 
7391         (justify): use it.
7392         (wordwrap): use it.
7393         (wordwrap-string): use it
7394         (justify-string): use it.
7395
7396         * scm/lily-library.scm (regexp-split): new function.
7397
7398         * scm/define-markup-commands.scm: remove encoded-simple. 
7399         remove font-markup.
7400         (fontsize): remove old version  of fontsize.
7401         (wordwrap): new markup function. Wrap into paragraphs.
7402
7403         * VERSION: Branch lilypond_2_6
7404         (MINOR_VERSION): go to 2.7.0
7405
7406 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7407
7408         * po/zh_TW.po: update from translation project.
7409
7410 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7411
7412         * scm/midi.scm: compile fix.
7413
7414 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7415
7416         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7417         patch. Now, the tempfile module is loaded too, not only used.
7418
7419 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7420
7421         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7422         0.05 - 1.00 to 0.25 - 1.00
7423
7424         * scm/midi.scm: moved the default-instrument-equalizer procedure
7425         to just under the insturment-equalizer-alist it takes as an
7426         argument.
7427
7428 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * Documentation/user/advanced-notation.itely (Font selection):
7431         remove CMR note.
7432
7433         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7434
7435 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7436
7437         * THANKS: Add UTF-8 marker.
7438
7439         * Documentation/user/point-and-click.itely (http): Update: use
7440         lilypond-invoke-editor.  Fix: instruct to use user.js.
7441
7442 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7443
7444         * ly/titling-init.ly: implements printpagenumber, increases
7445         space between dedication and title (to avoid collisions with
7446         "g" and "q" in dedication), and nicer logic about copyright
7447         and instrument fields being printed on the first page.
7448         Thanks Vincent!
7449
7450         * Documentation/user/global.itely: document printpagenumber.
7451
7452 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7453
7454         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7455
7456 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7457
7458         * THANKS: update to 2.6
7459
7460         * VERSION: 2.6.0 released.
7461
7462 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7463
7464         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7465         rule, errorneously removed probably because of misleading comment.
7466
7467 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7468
7469         * python/lilylib.py (datadir): py2exe comments.
7470
7471         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7472
7473         * configure.in (reloc_b): make fontconfig REQUIRED.
7474
7475 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7476
7477         * po/fi.po: add latest translations.
7478
7479 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7480
7481         * ChangeLog: recode utf-8
7482
7483         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7484         logo.
7485
7486         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7487
7488         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7489
7490         * python/convertrules.py (do_conversion): don't print program_name
7491         from within a module
7492
7493         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7494
7495         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7496
7497 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7498
7499         * Documentation/user/lilypond-book.itely,
7500         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7501
7502         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7503         fixes baseline-skip.  Thanks Vincent!
7504
7505         * Documentation/user/advanced-notation.itely, global.itely:
7506         moved "Selecting font sizes" to global, since it deals with
7507         notation font size, not text fonts.
7508
7509 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7510
7511         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7512         to fonts.
7513
7514 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7515
7516         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7517         workaround since /dev/stdin doesn't work on Cygwin. Using a
7518         temporary file in the current directory since latex doesn't
7519         understand the path name to the default TMP in Cygwin (at least on
7520         win XP).
7521         
7522         * Documentation/user/global.itely (Creating titles): Correct
7523         misprint in example. Thanks to Rob Vlasaty.
7524
7525 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7526
7527         * VERSION (PATCH_LEVEL): release 2.5.32
7528
7529         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7530         variable in lily module
7531
7532         * scm/framework-ps.scm (output-classic-framework): error message
7533         regarding the classic framework.
7534
7535         * Documentation/user/henle-flat-gray.png (Module): new file.
7536
7537         * Documentation/user/baer-flat-gray.png (Module): new file.
7538
7539         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7540         whiteout for markups.
7541
7542         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7543         regex too. This fixes change clef appearance in PDF. 
7544
7545         * ttftool/include/*: remove.
7546
7547         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7548
7549         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7550
7551         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7552
7553         * ttftool/*: remove ttftool subdirectory.
7554
7555         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7556
7557         * lily/ttf.cc (print_header): new file. Convert to type42, using
7558         FreeType to parse the TTF. 
7559
7560         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7561         and post table may differ. Pass around post_nglyphs as well.
7562
7563 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7564
7565         * ly/music-functions-init.ly (musicMap): new music function
7566         musicMap. 
7567         
7568 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7569
7570         * make/mutopia-rules.make: anti-alias-factor = 2
7571
7572         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7573         page switch.
7574
7575         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7576         anti-alias-factor for lilypond-book runs.
7577
7578         * scm/ps-to-png.scm (scale-down-image): new function.
7579         (my-system): new function.
7580         (make-ps-images): blow up GS resolution by anti-alias-factor,
7581         scale down image by anti-alias-factor.  This improves appearance
7582         of bitmaps
7583         (make-ps-images): remove showpage. Fixes spurious empty png at
7584         end.
7585
7586         * scm/framework-ps.scm (write-preamble): downcase filename before
7587         string-matching. Should fix .TTF files (as opposed to ttf files)  
7588
7589         * Documentation/user/tutorial.itely (Running LilyPond for the
7590         first time): separate subsections for windows, macos and unix.  
7591
7592         * Documentation/user/invoking.itely (Updating files with
7593         convert-ly): add MacOS X note.
7594
7595 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7596
7597         * Documentation/user/introduction.itely (Engraving): don't include
7598         file optical-spacing, add directly.
7599
7600         * lily/paper-outputter.cc (file): open file in binary mode. This
7601         fixes OTF embedding on windows.
7602
7603 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7604
7605         * scm/framework-ps.scm (write-preamble): remove debugging output.
7606
7607         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7608
7609         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7610         outdir.
7611         (install-fc-cache): install font cache in installation directories.
7612
7613 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7614
7615         * scm/editor.scm (editor-command-template-alist): Use char iso
7616         column, except for Emacs.
7617         (get-editor-command): Substitute char too (Bertalan Fodor).
7618
7619 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7622         quoted ~s.  This should fix PNG output on Windows; single quotes
7623         are regular characters on Windows.
7624
7625 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7626
7627         * Documentation/user/basic-notation.itely: include ChoirStaff
7628         in System start delimiters.
7629
7630         * Documentation/user/putting.itely: new doc section on
7631         fixing overlapping notation.
7632
7633 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7634
7635         * Documentation/user/global.itely (Paper size): \paper is in
7636         \book, not \score.
7637
7638         * make/mutopia-rules.make: -ddelete-intermediate-files
7639
7640         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7641
7642 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7643
7644         * ChangeLog: Recode utf-8.
7645
7646         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7647         datadir with .py modules.
7648
7649 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7650
7651         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7652
7653 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7654
7655         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7656         
7657         * scm/framework-ps.scm (write-preamble): remove status check.
7658
7659         * Documentation/user/invoking.itely (Updating files with
7660         convert-ly): remove -o option.
7661
7662         * VERSION (PACKAGE_NAME): release 2.5.31
7663
7664         * scm/framework-ps.scm (write-preamble): use ly:system.
7665         (write-preamble): verbosity.
7666
7667         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7668
7669         * python/convertrules.py: new file. Store conversion rules
7670         separately.
7671
7672 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7673
7674         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7675
7676 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7677
7678         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7679         \musicDisplay 
7680
7681         * Documentation/user/instrument-notation.itely (More stanzas): Add
7682         reference to StanzaNumber.
7683
7684 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7685
7686         * THANKS: separate section for website translators.
7687
7688 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7689
7690         * Documentation/topdocs/INSTALL.texi: update vim info;
7691         thanks Simon Bailey!
7692
7693         * Documentation/user/advanced-notation.itely: included
7694         color names.
7695
7696         * Documentation/user/advanced-notation.itely,
7697         Documentation/usr/notation-appendices.itely: moved
7698         color names into an appendix.
7699
7700 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7701         
7702         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7703
7704         * scm/lily.scm (lambda): initialize program options from here.
7705
7706         * scm/framework-*.scm: add header info.
7707
7708         * lily/main.cc (parse_argv): only set output format to pdf if no
7709         other format specified.
7710
7711         * scm/backend-library.scm (postprocess-output): process
7712         'delete-intermediate-files after running convert-to-*. This fixes
7713         PNG generation when 'delete-intermediate-files is set.
7714         
7715 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7716
7717         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7718         links on website. 
7719
7720 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7721
7722         * Documentation/topdocs/INSTALL.texi,
7723         Documentation/user/lilypond-book.itely: typos.
7724
7725 2005-06-12  Pal Benko  <benkop@freestart.hu>
7726
7727         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7728         added between program name and switch; -b changed to -f not
7729         to generate pdf
7730
7731 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7732
7733         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7734         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7735
7736         * input/sakura-sakura.ly: add \midi.
7737
7738         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7739         iso. python find. 
7740
7741         * ttftool/test.c (main): cosmetics.
7742
7743         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7744
7745         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7746         create a ttf2ps binary.
7747
7748         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7749
7750         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7751         true.
7752
7753 2005-06-11  Graham Percival <gperlist@shaw.ca>
7754
7755         * Documentation/user/lilypond-book.itely: add warning about
7756         the font warnings in dvips.
7757
7758 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7759
7760         * THANKS: typo
7761
7762         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7763
7764         * GNUmakefile.in: remove links for .map, .enc
7765         don't fail if out/ doesn't exist yet.
7766
7767 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7768
7769         * ttftool/util.c (surely_read): return nbytes
7770
7771         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7772
7773         * VERSION (PACKAGE_NAME): release 2.5.30
7774
7775         * flower/string-convert.cc (precision_string): >? fix.
7776
7777         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7778         (make-ps-images): add verbose -q too.
7779
7780         * lily/default-actions.cc (Module): new file. default
7781         {book,score}-print functions.
7782
7783         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7784         pass results via parseStringResult, lookup via ly:parser-lookup.  
7785
7786         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7787         constructors.
7788         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7789         (parse_string): idem.
7790
7791         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7792
7793         * lily/main.cc (main_with_guile): copy be_verbose_global into
7794         ly_set_option()
7795
7796 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7797
7798         * scm/backend-library.scm (postscript->pdf):
7799         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7800         verbose mode.  Search for several names of gs executable.
7801
7802 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7803
7804         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7805         directly. This fixes a massive memory leak, provided you use CVS
7806         GUILE.
7807
7808 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
7809
7810         * ly/property-init.ly: Added tieDashed.
7811
7812         * THANKS: Added some bughunters for 2.5.
7813
7814 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7815
7816         * lily/program-option.cc: add debug-gc option.
7817
7818         * lily/include/lily-guile-macros.hh: don't protect exported module
7819         objects.
7820
7821         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
7822
7823         * scm/backend-library.scm (postscript->pdf): use
7824         delete-intermediate-files iso. running-from-gui? 
7825
7826         * ttftool/util.c (surely_read): robustness. Allow read() to return
7827         less bytes than requested, as per posix standards.
7828
7829         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7830         program option.
7831
7832         * ttftool/include/ttftool.h ("C"): rename verbosity to
7833         ttf_verbosity. Add to public interface.
7834
7835         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7836
7837         * lily/program-option.cc: rename from scm-option.cc
7838
7839         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7840         (get_help_string): Print pretty help string.
7841
7842         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7843         to snippet preamble.
7844
7845         * lily/scm-option.cc: remove command-line-settings option. Fold
7846         all command-line options plus default settings in a generic
7847         interface. 
7848
7849         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7850         texts too.
7851
7852 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7853
7854         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7855         or EXT_ components non-empty.
7856
7857 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7858
7859         * scm/lily.scm (running-from-gui?): Export.
7860
7861         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7862         output in .ly source directory.
7863
7864 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7865
7866         * ttftool/util.c (surely_lseek): more verbosity.
7867
7868         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7869         compile.
7870
7871         * lily/parser.yy (Repeated_music): remove >? 
7872
7873         * scm/backend-library.scm (postscript->pdf): Support for
7874         -dgs-font-load=1
7875
7876         * scm/framework-ps.scm (write-preamble): make font loading
7877         switchable to GS via --define-default gs-font-load=1
7878
7879 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7880
7881         * Documentation/user/global.itely: added \layout docs.
7882
7883 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7884
7885         * lily/lily-parser-scheme.cc: add unistd.h
7886
7887 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7888
7889         * scm/editor.scm: add char argument.
7890
7891         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7892
7893         * ttftool/util.c (syserror): use errno for better error reporting.
7894
7895         * lily/source-file.cc (get_counts): new function. Calc column,
7896         line and char count in one go.
7897
7898         * lily/binary-source-file.cc (quote_input): rename to quote_input
7899
7900         * lily/input.cc (set): new function.
7901
7902 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7903
7904         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7905         directory part of file name to search directory.
7906
7907         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7908         search path and chdir to DIR if --outname=DIR used.
7909
7910         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7911         existence before appending original path.
7912
7913 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7914
7915         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7916         file" massage.
7917
7918         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7919         texinfo.tex is always used.
7920         
7921 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7922
7923         * flower/include/axis.hh: rename from axes.hh
7924
7925         * lily/include/text-interface.hh (Module): rename from text-item.hh
7926
7927         * VERSION (PATCH_LEVEL): release 2.5.29
7928
7929         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7930
7931         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7932         (handle-macfont): new function. Call fondu for Native mac fonts.
7933
7934         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7935         '() case.
7936
7937 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7938
7939         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7940         multi-page.  Fix .eps regular expression.
7941
7942 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7943
7944         * Documentation/user/putting.itely: add info on modifying templates.
7945
7946         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7947         misc small changes.
7948
7949 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7950
7951         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7952
7953         * scripts/lilypond-ps2png.scm
7954
7955         * VERSION (PACKAGE_NAME): release 2.5.28
7956
7957 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7958
7959         * lily/main.cc (prepend_env_path): Do not append /, that does not
7960         work.  Localedir lives in datadir, not in prefix.
7961
7962         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7963         hack for windows.
7964
7965         * flower/include/file-cookie.hh: Compile fix.
7966
7967 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7968
7969         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7970
7971         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7972         system primitives.
7973         (gulp-port): using read-string!/partial. We don't want to read an
7974         entire PS file  (GUILE 1.6 limits strings to 16M) 
7975
7976         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7977         properties. Add font-interface. 
7978
7979         * scm/define-grob-properties.scm (all-user-grob-properties):
7980         remove old bracket properties.
7981
7982         * scm/x11-color.scm: reformat. 
7983
7984         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7985         LedgerLineSpanner if new StaffSymbol is found. 
7986
7987         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7988         staff-symbol for finishing staff. 
7989
7990         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7991
7992         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7993         change black to currentColor everywhere. This fixes color support
7994         in SVG.
7995
7996 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7997
7998         * input/regression/fret-diagrams.ly: new file to test fret diagram
7999         capability
8000
8001         * scm/output-tex.scm: remove white-dot and white-text
8002
8003         * scm/output-ps.scm: remove white-dot and white-text
8004
8005         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8006         using ly:stencil-in-color instead
8007         (draw-dots) : remove call to white-dot
8008
8009 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8010
8011         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8012         support.
8013
8014         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8015
8016         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8017
8018         * flower/file-cookie.cc: new file. lily_cookie extension.
8019         
8020 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8021
8022         * scm/editor.scm (editor-command-template-alist): Add syn
8023         editor (Jaap [de Vos]).
8024
8025 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8026
8027         * scripts/lilypond-ps2png.scm:
8028         * scm/ps-to-png.scm: New file.
8029
8030         * scm/backend-library.scm (postscript->png): Use it.
8031
8032         * scripts/lilypond-ps-to-png.py: Remove file.
8033
8034         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8035
8036 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8037
8038         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8039
8040         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8041         start on grace moment. Fixes autobeam-grace.ly.
8042
8043         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8044         process anything unless we're at the end of a pending beam. Fixes
8045         syncopated 8ths beamed across a beat.
8046
8047 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8048
8049         * scm/editor.scm (editor-command-template-alist): Start emacs if
8050         emacslient fails.
8051
8052         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8053
8054         * flower/file-path.cc (is_file, is_dir): Export.
8055
8056         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8057
8058 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8059
8060         * lily/easy-notation.cc: Added include cctype to correct
8061         compilation error.
8062
8063 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8064
8065         * scm/backend-library.scm (postscript->pdf): set resolution to
8066         1200, so bitmap fonts aren't that ugly. 
8067
8068         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8069
8070         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8071         parent if we have a notehead. Fixes incorrect offsets when
8072         Paper_column is very wide in the X direction.
8073
8074         * input/regression/font-family-override.ly (Module): new file.
8075
8076         * scm/font.scm (make-pango-font-tree): new function.
8077
8078         * lily/beam.cc (before_line_breaking): remove warning about less
8079         than 2 visible stems. We still get a warning when there is only
8080         one stem.
8081
8082 2005-06-01  Werner Lemberg  <wl@gnu.org>
8083
8084         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8085         correctly.
8086
8087 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8088
8089         * lily/slur-scoring.cc (generate_avoid_offsets): new
8090         function. Generate avoid offsets once per slur.
8091
8092         * lily/slur.cc (add_extra_encompass): add dependency to
8093         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8094
8095         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8096         too. Fixes inf error with added bass notes.
8097
8098         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8099         argument anymore.
8100
8101         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8102
8103         * input/tutorial/lbook-latex-test.tex: add line length test.
8104
8105         * scripts/lilypond-book.py (set_default_options): new
8106         function. Call this before dissecting snippets, so linewidth
8107         settings reach the snippets.
8108
8109 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8110
8111         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8112
8113 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8116
8117 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8118
8119         * stepmake/aclocal.m4: More autopackage friendliness.
8120
8121 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8122
8123         * Documentation/index.html.in: remove link to LSR.
8124
8125         * Documentation/user/global.itely: remove duplicate
8126         "dedication" \header{} section.
8127
8128 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8129
8130         * VERSION (PACKAGE_NAME): release 2.5.27.
8131
8132         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8133         too. Plugs memory leak.
8134
8135         * make/lilypond.fedora.spec.in (Group): remove
8136         lilypond-pdfpc-helper.
8137
8138         * scripts/GNUmakefile (SEXECUTABLES): remove
8139         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8140
8141         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8142         'typewriter family.
8143
8144         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8145         memory leak.
8146
8147         * lily/parser.yy (score_body): don't clone Score, that's done in
8148         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8149
8150         * lily/score-engraver.cc (derived_mark): new function.
8151         (initialize): unprotect Paper_score. This fixes a memory leak.
8152
8153         * lily/score-performer.cc (derived_mark): new function.
8154
8155         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8156
8157         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8158         spurious warning.
8159
8160         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8161         serif.
8162
8163 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8164
8165         * configure.in (reloc_b): Add --enable-relocation.
8166
8167 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8168
8169         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8170
8171         * input/regression/alignment-order.ly: add Staff example.
8172
8173 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8174
8175         * po/fr.po: update.
8176
8177 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8178
8179         * Documentation/index.html.in: add link to LSR.
8180
8181 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8182
8183         * scm/define-stencil-commands.scm (Module): new file. Register all
8184         allowed stencil expression heads in a central place.
8185
8186         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8187         ly:make-stencil
8188
8189         * lily/stencil-expression.cc (all_stencil_heads): registering
8190         stencil expressions.
8191
8192         * lily/stencil-interpret.cc: new file. Stencil expression
8193         interpreting.
8194
8195         * input/xiao-haizi-guai-guai.ly: move file back.
8196
8197 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8198
8199         * Documentation/user/advanced.itely, converters.itely,
8200         instrument-notation.itely, lilypond-book.itely: misc small
8201         changes.
8202
8203 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8204
8205         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8206
8207         * make/lilypond.fedora.spec.in: Fix source url.
8208
8209         * cygwin: Update from mingw patches.
8210
8211         * scm/editor.scm (editor-command-template-alist): Use jedit
8212         -reuseview (Bertalan), add uedit (Patrick Huberts).
8213
8214         * input/xiao-hai-zi-guai-guai.ly: Rename from
8215         xiao-haizi-guai-guai.ly.
8216
8217         * input/*: Reindent, do not use TAB.
8218
8219         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8220         white background.
8221
8222 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8223
8224         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8225         numerical overflow error.
8226
8227 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8228         
8229         * abc2ly.py: fix to syntax error in multi-part output.
8230
8231 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8232
8233         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8234         with disappearing span bars when alignAboveContext is active
8235
8236         * lily/property-iterator.cc (check_grob): use is-grob?
8237         object-property. Fixes crash-key-sig-font-size.ly. 
8238
8239 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8240
8241         * lily/bar-line.cc (print): don't round barlines; this produces
8242         odd aliasing effects in Acroread.
8243
8244         * lily/timing-engraver.cc (process_music): robustness fix.
8245
8246         * lily/context-def.cc (filter_engravers): bugfix.
8247
8248 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8249
8250         * lily/lilypond.rc.in: Add ly-icon.
8251
8252         * lily/GNUmakefile: 
8253         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8254         rules.
8255
8256 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8257
8258         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8259
8260         * ps/music-drawing-routines.ps: 
8261
8262         * scm/output-ps.scm: remove draw ez_ball.
8263
8264         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8265         EasyNotation context definition.
8266
8267         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8268         Text_interface and color for making easy note heads.
8269
8270         * lily/stencil.cc (with_color): new function.
8271
8272         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8273
8274         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8275         output routine. Zigzag now works in SVG too.
8276
8277         * scm/output-tex.scm (filledbox): idem.
8278
8279         * scm/output-svg.scm (filledbox): idem.
8280
8281         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8282
8283         * lily/lookup.cc (horizontal_line): use draw-line. 
8284
8285         * lily/system-start-delimiter.cc: remove old staff bracket code.
8286
8287         * mf/feta-haak.mf: further tweaks.
8288
8289         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8290
8291         * mf/feta-generic.mf: include feta-haak.
8292
8293         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8294
8295         * scm/framework-ps.scm (write-preamble): only load fonts if their
8296         filename is a string. 
8297
8298 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8299
8300         * scm/output-svg.scm (circle): support circle.
8301         (bracket): stub for bracket.
8302
8303         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8304         correct.
8305
8306 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8307
8308         * Documentation/user/lilypond.tely, advanced-notation.itely,
8309         basic-notation.itely, instrument-notation.itely, global.itely,
8310         introduction.itely, tutorial.itely: rearranging, editing,
8311         clean-up.
8312
8313         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8314         for compiling on FreeBSD.
8315
8316 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8317
8318         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8319         otf files.
8320
8321         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8322         bugfixes.
8323
8324         * VERSION: 2.5.26 released.
8325
8326         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8327
8328 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8329
8330         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8331         if printpagenumber is false.
8332
8333 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8334
8335         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8336         cache warning.
8337
8338         * lily/tie.cc (print): support dotted ties.
8339         
8340 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8341
8342         * scm/define-grobs.scm (all-grob-descriptions): switch off
8343         debugging
8344         (all-grob-descriptions): Arpeggio has Y-extent.
8345
8346         * scm/define-music-properties.scm (all-music-properties): document
8347         length-callback and start-callback as "read-only".
8348
8349         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8350         length-callback after creation. 
8351
8352         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8353         compressmusic -> compressMusic.
8354
8355         * ly/music-functions-init.ly (oldaddlyrics): idem.
8356
8357         * lily/parser.yy: NewLyricCombineMusic ->
8358         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8359
8360 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8361
8362         * ly/Welcome_to_LilyPond.ly: typo.
8363
8364 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8365
8366         * Documentation/user/lilypond.tely: move changing-defaults to be
8367         before global issues.
8368
8369         * Documentation/user/basic-notation.itely: move Transpose section
8370         here from advanced/Other.
8371
8372         * Documentation/user/changing-defaults.itely,
8373         advanced-notation.itely: move Fonts to advanced, edit.
8374
8375 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8376
8377         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8378         # before negative integers.
8379
8380 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8381
8382         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8383
8384         * Documentation/user/lilypond.tely: change Unified index to
8385         LilyPond index.
8386
8387         * Documentation/user/advanced-notation.itely,
8388         instrument-notation.itely: editing.
8389
8390 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8391
8392         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8393
8394         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8395
8396 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8397
8398         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8399         ly:port-move.  Needs to be stderr-specific on mingw.
8400         Run fixcc.
8401
8402 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8403
8404         * lily/general-scheme.cc (ly:port-move): Remove.
8405
8406         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8407         windows.
8408
8409         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8410         variables.  This eliminates the need for a gs.bat wrapper, which
8411         opens a console.
8412
8413         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8414         * scm/lily.scm (running-from-gui?): 
8415         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8416         artifact of not compiling with -mwindows.
8417
8418         * scm/editor.scm: Define PLATFORM.
8419
8420 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8421
8422         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8423         can start to cut & paste lilypond-book fragments.  
8424
8425         * scm/define-music-types.scm (music-descriptions): remove
8426         UntransposableMusic
8427
8428 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8429
8430         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8431
8432 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8433
8434         * Documentation/user/instrument-notation.itely: remove *Engraver.
8435
8436         * Documentation/user/advanced-notation.itely: edit, rearrange.
8437
8438 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8439
8440         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8441         findresource iso. findfont for CID CFF fonts.
8442
8443         * VERSION (PACKAGE_NAME): release 2.5.25
8444
8445         * ly/Welcome_to_LilyPond.ly: add  \version
8446
8447 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8448
8449         * Documentation/user/programming-interface.itely: move
8450         \displayMusic into its own section.
8451
8452         * Documentation/user/basic-notation.itely: finish editing.
8453
8454 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * flower/file-path.cc (find): don't throw away file_name.dir, but
8457         append to it. Fixes \include with directories.
8458
8459         * flower/include/file-path.hh (class File_path): don't derive from
8460         Array<String>.
8461
8462         * flower/include/file-name.hh (class File_name): remove to_str0()
8463
8464         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8465         Hara_kiri_engraver in separate file.
8466
8467         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8468         translation went wrong. Fixes vertically translated slurs.
8469
8470 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8471
8472         * Documentation/user/basic-notaton.itely: editing.
8473
8474 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8475
8476         * Documentation/user/macros.itexi, basic-notation.itely:
8477         add @commonprop (commonly used properties) macro.
8478
8479 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8480
8481         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8482
8483         * scripts/lilypond-book.py (invokes_lilypond): new function
8484         (main): only run fontextract if invokes_lilypond() is true.
8485
8486         * lily/function-documentation.cc (ly_add_function_documentation):
8487         duh, use !=
8488
8489         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8490
8491         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8492
8493         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8494
8495         * lily/function-documentation.cc (ly_add_function_documentation):
8496         use scm_hash_table_p() for checking.
8497
8498 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8499
8500         * Documentation/user/advanced-notation.itely (Text scripts):
8501         Change nonexisting @internalsref{Text markup} to @ref{Text
8502         markup}.  Change @internalsref{Text script} to
8503         @internalsref{TextScript}.
8504
8505         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8506
8507 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8508
8509         * Documentation/user/tutorial.itely, basic-notation.itely,
8510         changing-defaults.itely: remove duplicate cindex entries
8511         that appear on the same page.
8512
8513         * scm/define-grobs.scm: change default padding for TextSpanner.
8514
8515         * Documentation/topdocs/AUTHORS.texi: update email address.
8516
8517         * Documentation/user/global.itely: add info about \include.
8518
8519 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8520
8521         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8522         when running-from-gui.
8523
8524         * scm/editor.scm (get-editor): Add platform defaults.
8525
8526         * scm/backend-library.scm (postscript->pdf): Typo.
8527
8528 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8529
8530         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8531
8532         * lily/font-config.cc (init_fontconfig): add warning about cache.
8533
8534 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8535
8536         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8537
8538 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8539
8540         * lily/horizontal-bracket.cc (print): Take care of the direction
8541         property so brackets above the stave point downwards. 
8542
8543         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8544         for HorizontalBracket so it doesn't end up within the stave.
8545
8546 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8547
8548         * lily/GNUmakefile (default): Typo.
8549
8550         * scm/lily.scm (PLATFORM): Export.
8551
8552         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8553         load-font-via-GS, ttftool or fopencookie is broken on windows.
8554         
8555         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8556         -dSAFER, that is broken on windows.
8557
8558 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8559
8560         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8561         for FlexLexer.h
8562
8563         * scripts/lilypond-invoke-editor.scm: remove stray -
8564
8565 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8566
8567         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8568         Fixes deprecation warning.
8569
8570         * flower/include/string.icc (to_string): Only inline if
8571         -DSTRING_UTILS_INLINED.
8572
8573         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8574         name.  Remove windows comment.
8575
8576         * scm/editor.scm (slashify): New function.
8577         (get-editor-command): Use it.
8578         (get-command-template): Do not alter editor command if
8579         environment value includes `%(file)s' magic.
8580
8581         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8582         (dissect-uri): Use it.
8583         (unquote-uri): Bugfix.
8584
8585 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8586
8587         * scm/framework-ps.scm (write-preamble): add TTF rule.
8588
8589         * Documentation/topdocs/README.texi (Top): remove note about
8590         xdelta.
8591
8592         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8593         requirement.
8594
8595         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8596         function. Figure out where FlexLexer.h lives
8597
8598         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8599         
8600 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8601
8602         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8603         with Windows root in file name.
8604
8605         * scm/backend-library.scm (ly:system): Only redirect output (using
8606         system and shell, ugh) if /dev/null is writable.
8607
8608         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8609         windows icon.
8610
8611         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8612         on Mingw.
8613
8614         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8615         click.
8616
8617         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8618         use result of stat when available.
8619
8620         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8621         absolute file name and root.
8622
8623         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8624
8625         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8626
8627         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8628         slashes in file name.
8629
8630 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8631
8632         * Documentation/user/preface.itely (Preface): Run
8633         texinfo-all-menus-update.
8634
8635         * scm/editor.scm (get-editor-command): Bugfix: allow full
8636         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8637
8638         * Documentation/pictures/lilypond-48.xpm: New file.
8639
8640         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8641
8642         * ly/Welcome_to_LilyPond.ly: New file.
8643
8644         * lily/main.cc (main): Only identify if we have a terminal.
8645
8646         * scm/backend-library.scm (postscript->png)
8647         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8648         non-/bin/sh).
8649
8650 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8651
8652         * Documentation/topdocs/AUTHORS.texi: polish, update.
8653
8654 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8655
8656         * Documentation/user/preface.itely (Notes for version 2.6): new
8657         notes for 2.6
8658
8659         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8660         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8661         is not fully contained" warnings.
8662
8663         * lily/slur-scoring.cc (get_bound_info): remove warning.
8664
8665         * lily/staff-symbol-engraver.cc (process_music): start initial
8666         spanner in process_music(). This fixes overrides of StaffSymbol
8667         properties.
8668
8669         * scm/framework-pdf.scm (Module): remove.
8670
8671         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8672
8673         * lily/ambitus-engraver.cc: formatting cleanups.
8674
8675         * mf/feta-solfa.mf (Module): remove.
8676
8677         * ChangeLog: more details about contributions.
8678
8679 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8680
8681         * lily/align-interface.cc (align_elements_to_extents): warn if
8682         called too early. Fixes: disappearing-staff-lines.ly
8683
8684         * VERSION (PACKAGE_NAME): release 2.5.24
8685
8686 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8687
8688         * stepmake/aclocal.m4: Typo.
8689
8690         * flower/string.cc (substitute): Take two strings or two
8691         characters.  Update callers.
8692
8693 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8694
8695         * flower/file-name.cc (File_name): Slashify.
8696
8697         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8698
8699         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8700
8701         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8702
8703         * configure.in (gui_b): Use it.
8704
8705         * lily/lilypond.rc.in: New file.
8706
8707         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8708
8709 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8710
8711         * Documentation/user/advanced-notation.itely: edit of Text
8712         section; clarify text scripts vs. text markup.
8713
8714 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8715
8716         * lily/multi-measure-rest-engraver.cc
8717         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8718         separation items on start. Fixes mm rests in start of score.
8719
8720         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8721         don't access StaffSymbol if not there.
8722         Fixes: crash-staff-symbol-engraver.ly.
8723
8724         * lily/instrument-name-engraver.cc (class
8725         Instrument_name_engraver): data member first_. Create
8726         InstrumentName on start. 
8727
8728 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8729
8730         * Documentation/user/instrument-notation.itely: add guitar
8731         position.
8732
8733         * Documentation/user/introduction.itely,
8734         Documentation/user/lilypond.tely,
8735         Documentation/user/tutorial.itely: begin pruning
8736         unused (duplicated) cindex entries and misc cleanup.
8737
8738 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8739
8740         * input/test/volta-chord-names.ly: Bring the explanation up to
8741         date.
8742
8743 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8744
8745         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8746         Specify `@documentencoding utf-8' for html, ignore warnings.
8747
8748 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8749
8750         * THANKS: Added bughunters.
8751
8752 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8753
8754         * lily/main.cc: update help string for `lilypond -H'.
8755
8756         * po/fi.po: update.
8757         
8758 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8759
8760         * Documentation/user/advanced-notation.itely: minor fixes.
8761
8762 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8763
8764         * scm/editor.scm: New module.
8765
8766         * scm/lily.scm (gui-main): Use it.
8767
8768         * scm/framework-gnome.scm (spawn-editor): Use it.
8769
8770         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8771
8772 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8773
8774         * scm/framework-ps.scm (load-font-via-GS):  new function.
8775
8776         * lily/pango-font.cc (pango_item_string_stencil): add support for
8777         CID keyed font.
8778
8779         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8780
8781 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8782
8783         * Documentation/user/basic-notation.itely: add @ref.
8784
8785         * Documentation/user/advanced-notation.itely: add example
8786         of 5/8 beaming.
8787
8788 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8789
8790         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8791
8792         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8793         going through ps2pdf wrappers.
8794
8795 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8796
8797         * Documentation/user/instrument-notation.itely: petrucci note
8798         heads: updated docu
8799
8800         * input/regression/note-head-style.ly: updated regression test;
8801         indentation fixes
8802
8803         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8804         heads as default
8805
8806         * mf/parmesan-heads.mf: minor editing; use musicological names
8807         (rather than optical description) as note head names
8808
8809         * scm/output-lib.scm: complete petrucci heads
8810
8811 2005-05-09  Pal Benko  <benkop@freestart.hu>
8812
8813         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
8814         heads, but bigger)
8815
8816 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8817
8818         * lily/main.cc (main_with_guile): Remove no files check.
8819
8820         * lily/main.cc (ly:usage): Export to Scheme.
8821
8822         * scm/lily.scm (no-files-handler): New function.
8823
8824         * scm/lily.scm (lilypond-main): Use it.
8825
8826         * configure.in (gui_b): Add mbrtowc checking.
8827         Resurrect [utf8/]wchar.h checking.
8828
8829 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8830
8831         * Documentation/user/advanced-notation.itely (Metronome marks):
8832         Add link to the program reference for MetronomeMark
8833
8834         * Documentation/user/lilypond-book.itely (An example of a
8835         musicological document): Correct the example using psfonts 
8836
8837 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8838
8839         * po/fi.po: update after a lesson how to update entries against
8840         source.
8841         
8842         * po/TODO: document the lesson.
8843
8844 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8845
8846         * configure.in (gui_b): remove wcrtomb checking.
8847
8848         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8849         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8850
8851 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8852
8853         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8854         keep Scheme expressions and strings unmodified when doing the
8855         conversion to postfix notation for slurs and beams. Should
8856         hopefully solve most related conversion problems. 
8857
8858         * Documentation/user/lilypond-book.itely : Clarify and correct how
8859         to call dvips with -h psfonts.
8860
8861 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8862
8863         * Documentation/user/instrument-notation.itely (Entering lyrics):
8864         Typo.  Fixes build.
8865
8866 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8867
8868         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8869
8870         * Documentation/user/lilypond.tely, lilypond-book.itely,
8871         tutorial.itely: change references to 2.5.x to 2.6.x.
8872
8873         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8874         vs \lyricmode.
8875
8876         * Documentation/user/invoking.itely: remove old info about
8877         lilypond-profile.
8878
8879         * Documentation/topdocs/INSTALL.texi: remove old info about
8880         lilypond-profile, add warning about needing international fonts
8881         to build docs.
8882
8883 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8884
8885         * lily/include/grob-info.hh (class Grob_info): make data member
8886         private. Changes throughout.
8887
8888         * input/regression/alignment-order.ly: new file. 
8889
8890         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8891         alignAboveContext and alignBelowContext
8892
8893 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8894
8895         * lily/pfb.cc (LY_DEFINE): add cast.
8896
8897         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8898         matches .otf
8899         (write-preamble): warn about unknown fonts.
8900
8901         * lily/pfb.cc (Module): new function ly:otf->cff
8902
8903         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8904         (get_otf_table): new function.
8905
8906 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8907
8908         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8909         iso. ps2png.
8910
8911 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8912
8913         * po/fi.po: apply second round of update.
8914
8915 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8916
8917         * scm/x11-color.scm (make-x11-color-handler): don't use
8918         #\sp. Apparently doesn't work on all platforms. 
8919
8920 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8921
8922         * Documentation/user/advanced-notation.itely, putting.itely,
8923         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8924
8925 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8926
8927         * VERSION (PACKAGE_NAME): release 2.5.23
8928
8929 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8930
8931         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8932         convert to utf-8.
8933
8934         * THANKS: Add translators for this release, convert to utf-8.
8935
8936         * mf/GNUmakefile (MFTRACE_FLAGS):
8937         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8938         outdir as option (WAS: hardcoded).
8939
8940 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8941
8942         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8943         finished_span_
8944
8945         * THANKS: add Hans Forbrich.
8946
8947         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8948
8949         * Documentation/user/basic-notation.itely (Staff symbol): document
8950         start/stop staff. Reference to ossia.ly
8951
8952         * input/test/ossia.ly: new example using stop and startStaff.
8953
8954         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8955         in other words, don't create "|" barline at start of the score.
8956         (start_translation_timestep): don't set whichBar for start of score.
8957
8958         * input/regression/staff-halfway.ly: use new functionality.
8959
8960         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8961         start and stop staff based on events.
8962
8963         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8964
8965         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8966
8967 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8968
8969         * Documentation/user/programming-interface.itely (How markups work
8970         internally ): remove \encoding reference.
8971
8972 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8973
8974         * scripts/convert-ly.py: Attempt to do a smarter update of 
8975         text markups from versions < 1.9.0 with arbitrary nesting.
8976
8977 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8978
8979         * po/fi.po: convert to utf-8, and update.
8980
8981 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8982
8983         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8984
8985         * lily/*.cc: more <? >? to min/max changes
8986
8987         * lily/include/interpretation-context-handle.hh: rename
8988         Interpretation_context_handle to Context_handle.
8989
8990 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8991
8992         * input/regression/GNUmakefile (local_delete): use `find` together 
8993         with `xargs` to avoid too long argument-lists in cmd line.
8994
8995 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8996
8997         * Documentation/user/introduction.itely: updates "About this manual".
8998
8999         * Documentation/user/advanced-notation.itely,
9000         invoking.itely: minor fixes.
9001
9002 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9003
9004         * COPYING: add font exception. Update FSF address. 
9005
9006         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9007         should be taken without child context.
9008
9009         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9010
9011         * scm/define-markup-commands.scm (triangle): new command, as
9012         robust replacement for unicode Delta/Triangle.
9013
9014 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9015
9016         * ps/music-drawing-routines.ps: add fillp argument.
9017
9018         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9019
9020         * lily/font-config.cc (init_fontconfig): don't add cff/
9021
9022         * VERSION (PACKAGE_NAME): release 2.5.22
9023
9024         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9025
9026         * lily/grace-engraver.cc (consider_change_grace_settings): use
9027         is_alias(). Fixes problem with CueVoice grace notes. 
9028
9029         * lily/simultaneous-music-iterator.cc (construct_children): call
9030         Music_iterator::quit() for iterators that start out invalid. This
9031         fixes indefinitely continuing contexts.
9032
9033         * buildscripts/substitute-encoding.py: new file
9034
9035         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9036         missing @end 
9037
9038         * scripts/lilypond-book.py (write_if_updated): print file name.
9039
9040         * Documentation/user/basic-notation.itely (Explicitly
9041         instantiating voices): idem.
9042
9043         * Documentation/user/advanced-notation.itely (Text spanners):
9044         remove stray { } 
9045
9046         * lily/context.cc (default_child_context_name): the default child
9047         is now first in accepts_list_.
9048
9049         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9050         \defaultchild to all relevant contexts.  This fixes:
9051         drums-pitch.ly.
9052
9053         (Probably also fixes similar problems with ancient
9054         transcriptions getting CueVoices instead of the desired voices.)
9055  
9056         * lily/context-def.cc (get_default_child): new function.
9057         (get_accepted): place default child in front of list.
9058
9059         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9060
9061         * lily/include/context-def.hh (struct Context_def): add
9062         default_accept_
9063
9064 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9065
9066         * scm/define-grobs.scm: remove "remove-first" line, since
9067         the absent property is set to #f anyway.
9068
9069         * Documentation/user/basic-notation.itely,
9070         advanced-notation.itely, instrument-notation.itely: minor
9071         fixes.
9072
9073         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9074
9075         * Documentation/user/advanced-notation.itely,
9076         changing-defaults.itely: consolidate Text stuff in
9077         advanced notation.
9078
9079         * Documentation/user/global.itely: better docs for \header.
9080
9081         * Documentation/user/putting.itely: new chapter; placeholder
9082         for future expansion.
9083
9084         * Documentation/user/examples.itely: moved "suggestions for
9085         writing LP files" section into putting.itely.
9086
9087         * Documentation/user/lilypond.itely: added new chapter,
9088         fixed the short table of contents.
9089
9090 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9091
9092         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9093         infinity for unfeasible beams.
9094
9095         * make/lilypond.fedora.spec.in (Group): idem.
9096
9097         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9098
9099         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9100
9101         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9102         fonts directly.
9103
9104         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9105
9106         * mf/GNUmakefile: remove all CFF rules.
9107
9108         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9109
9110         * lily/open-type-font-scheme.cc (LY_DEFINE):
9111         new function ly:otf-font-table-data.
9112         (LY_DEFINE): new function otf-font?
9113
9114 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9115
9116         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9117         ($(outdir)/Fontmap.lily): idem.
9118
9119         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9120         for PFAEmmentaler-XXX.pfa. 
9121
9122         * Documentation/user/music-glossary.tely (accidental): NL
9123         translation of accidental.
9124
9125 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * flower/include/international.hh: Bugfix: include "string.hh".
9128
9129         * lily/include/mingw-compatibility.hh: New file.
9130
9131         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9132
9133         * configure.in: Search for mingw wcrtomb library.
9134
9135 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9136
9137         * scripts/convert-ly.py: Bug fix
9138
9139         * Documentation/user/changing-defaults.itely (Common tweaks):
9140         Added example where the context has to be specified explicitly
9141         (MetronomeMark). 
9142
9143 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9144
9145         * scripts/lilypond-book.py (ly_options): set timing to #f for
9146         notime option.
9147
9148         * scripts/convert-ly.py (conv): typo.
9149
9150         * flower/*.cc: remove <? and >?
9151         
9152         * lily/*.cc: remove <? and >?
9153
9154         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9155         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9156         editor.
9157
9158 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9159
9160         * lily/part-combine-engraver.cc: add space to variable list.
9161
9162 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9163
9164         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9165         remove-first to false (matches docs)
9166
9167         * Documentation/user/advanced-notation.itely: corrected docs
9168         concerning remove-first.
9169
9170 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9171
9172         * lily/part-combine-engraver.cc: make sure that the relevant
9173         properties are included in the documentation.
9174
9175 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9176
9177         * Documentation/user/lilypond-book.itely: Bernard's docs
9178         for \betweenLilyPondSystem.
9179
9180 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9181
9182         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9183         remarks.
9184
9185 2005-04-28  Pal Benko  <benkop@freestart.hu>
9186
9187         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9188         only on vertical lines of flexa shape, and use a constant
9189         thickness value for horizontal lines (patch slightly modified by
9190         Jürgen Reuter)
9191
9192         * lily/include/mensural-ligature.hh: make 2 comments clearer
9193
9194 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9195
9196         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9197         to need_extra_horizontal_space; bugfix: use class scope to avoid
9198         global namespace pollution
9199
9200         * Documentation/user/instrument-notation.itely (ligatures): added
9201         comment on possible future syntax change and how to work around
9202
9203         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9204         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9205         intervals (fixes agnus dei example)
9206
9207         * Documentation/user/instrument-notation.itely (white mensural
9208         ligatures): selected a more illustrative example
9209
9210 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9211
9212         * Documentation/index.html.in: specify utf-8 charset in meta content.
9213
9214 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9215
9216         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9217         empty 2nd page for single page.
9218
9219         * scm/lily.scm: remove p&c definitions.
9220
9221         * po/zh_TW.po (Module): new translation.
9222
9223         * lily/lily-guile.cc (ly_chain_assoc): remove.
9224
9225         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9226         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9227
9228 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9229
9230         * lily/beaming-info.cc: remove infinity_i
9231
9232         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9233
9234 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9235
9236         * Documentation/user/basic-notation.itely,
9237         instrument-notation.itely, advanced-notation.itely,
9238         changing-defaults.itely: minor fixes.  Added docs
9239         for colors to advanced-notation.itely.
9240
9241         * Documentation/user/advanced-notation.itely: fixed compile
9242         problem and added Bernard's x11-color doc patch.
9243
9244 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9245
9246         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9247         alright this time round.
9248
9249 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9250
9251         * Documentation/topdocs/INSTALL.texi (Top): idem.
9252
9253         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9254
9255         * VERSION (MAJOR_VERSION): release 2.5.21
9256
9257         * scm/output-ps.scm (grob-cause): bugfix.
9258
9259 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9260
9261         * cygwin/*: Update.
9262
9263         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9264         stuff.
9265
9266         * scm/output-ps.scm (grob-cause): Bugfix.
9267
9268         * scm/lily.scm (ly:load): Remove x11-color.
9269
9270         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9271         quote executable, fixes getting version from program --with
9272         --options.
9273         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9274         $ac_exeect.
9275
9276         * Documentation/user/GNUmakefile: Only build music-glossary with
9277         rendered lilypond snippets during web.
9278
9279 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9280
9281         * po/de.po: update.
9282
9283         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9284
9285 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9286  
9287         * scripts/abc2ly:
9288         second title line append with punctuation dash character;
9289         encode abc2ly python strings in utf-8
9290        
9291 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9292
9293         * scripts/abc2ly fix chords (again)
9294  
9295 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9296
9297         * scm/x11-color.scm: new file
9298         All x11 color names can be accessed with:
9299         #(x11-color 'ColorName),
9300         #(x11-color "ColorName") or:
9301         #(x11-color "color name")
9302         If the x11 color name is not recognised then it defaults
9303         to black
9304
9305         * scm/lily.scm: amended to call scm/x11-color.scm
9306
9307 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9308
9309         * Documentation/user/invoking.itely (Reporting bugs): comment out
9310         reference to online PNG bug repository.
9311
9312 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9313
9314         * lily/translator-scheme.cc (ly:translator-property): Remove.
9315         Update callers.
9316
9317         * lily/context-scheme.cc (ly:context-now): Move from translator.
9318         Update callers.
9319
9320 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9321
9322         * input/regression/grid-lines.ly (skips): refine example.
9323
9324         * scm/define-context-properties.scm
9325         (all-user-translation-properties): doc autoBeamCheck
9326
9327         * input/regression/grid-lines.ly (Module): new file.
9328
9329         * lily/grid-point-engraver.cc (Module): new file.
9330
9331         * lily/grid-line.cc (Module): new file.
9332
9333         * lily/grid-line-span-engraver.cc (Module): new file.
9334
9335         * lily/grid-line-interface.cc (Module): new file.
9336
9337 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9338
9339         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9340         missing parameter, actualy cdr through list.  Actually return a
9341         list with ENTRY removed (was '()).
9342
9343         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9344         opened.
9345         (do_conversion): Fix printing of continuation comma.
9346
9347         * Documentation/user/advanced-notation.itely (Beam formatting):
9348         Remove refbugs about compound time and mixed duration.
9349
9350         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9351         modulo moments explicitely.
9352
9353         * lily/moment.cc (operator %): New function.
9354
9355         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9356
9357         * lily/translator-scheme.cc (ly:translator-now,
9358         ly:translator-property): New function.
9359
9360         * scm/auto-beam.scm (default-auto-beam-check): New function.
9361
9362         * lily/auto-beam-engraver.cc (test_moment): Use it.
9363
9364         * flower/rational.cc (operator %): Bugfix.
9365
9366 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9367
9368         * scripts/abc2ly: Bugfix
9369
9370 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9371
9372         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9373         %'s on EndFont comment.
9374
9375         * lily/ledger-line-spanner.cc: some more words of explanation.
9376
9377 2005-04-20  John Williams <williams@tni.com>  
9378         
9379         * scripts/lilypond-book.py: htmlquote bugfix.
9380         Allow snippets to be given distinct filenames.
9381         Allow the default alt text to be overridden.
9382
9383 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9384
9385         * ly/performer-init.ly: Bugfix
9386
9387         * THANKS: Added bughunters.
9388
9389 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9390
9391         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9392
9393         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9394         position (was: use modulo measure length).
9395
9396         * configure.in (no gui_b): Remove optional gtk+ requirement.
9397
9398 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9399
9400         * Documentation/user/basic-notation.itely (Pitches): add
9401         LedgerLineSpanner.
9402
9403         * lily/dynamic-engraver.cc (process_music): set right bound to
9404         script if present. Else, do not set.
9405         (acknowledge_grob): only set right bound of finished spanner to
9406         note column if no other bound is set.
9407
9408         * python/lilylib.py (make_ps_images): switch back to png16m.
9409         
9410 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9411
9412         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9413         writing up to date file.  Add dvips usage suggestion.
9414
9415         * scripts/convert-ly.py: Fix error message.
9416         Print usage if no files on command line.
9417         (usage): Add example usage.
9418
9419         * input/test/compound-time.ly: New file.
9420
9421         * input/test/circle.ly: New file.
9422
9423         * Documentation/topdocs/NEWS.tely: Use them.
9424
9425         * input/test/boxed-stencil.ly: Remove \score.
9426
9427         * buildscripts/mf-to-table.py (base): Add .log dependency.
9428
9429         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9430         pfa's.  Add .log dependency
9431
9432         * scm/define-markup-commands.scm (lower): New command.
9433
9434         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9435         make it default.
9436
9437 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9438
9439         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9440         also to finished cresc as right bound. This fixes:
9441         skip-string-decresc.ly
9442
9443         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9444         relative_coordinate if extent is empty.
9445
9446         * lily/stem.cc (width_callback): determine correct extent if flag
9447         is not there. This fixes slur-no-flag.ly
9448
9449         * lily/grace-engraver.cc (consider_change_grace_settings): new
9450         function.
9451         (initialize): also consider_change_grace_settings() on
9452         initialization. Fixes large grace notes at start of score.
9453
9454         * lily/break-align-interface.cc (do_alignment): don't translate if
9455         total_extent is empty.
9456
9457         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9458
9459 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9460
9461         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9462         with slash.
9463
9464 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * stepmake/aclocal.m4: Remove tfm_path.
9467
9468 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9469
9470         * scm/music-functions.scm (markup-expression->make-markup): fix
9471         bug with cons arguments of markup commands.
9472         (music->make-music): fix music expression property list building
9473
9474 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9475
9476         * aclocal.m4: Massage package names.
9477
9478         * SCons updates.
9479
9480 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9481
9482         * VERSION (PACKAGE_NAME): release 2.5.20
9483
9484         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9485         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9486
9487         * lily/percent-repeat-engraver.cc (try_music): add measure before
9488         next_moment to future processing moment. Fixes:
9489         percent-repeat-mm-rest.ly
9490         (process_music): don't add moment for 2nd time.
9491
9492         * input/regression/repeat-percent.ly: add mmrests as extra test.
9493
9494         * lily/axis-group-engraver.cc (acknowledge_grob): read
9495         keepAliveInterfaces to decide what to kill.
9496
9497         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9498         percent-repeat-interface to keepAliveInterfaces. This fixes
9499         percent-repeat-harakiri.
9500
9501 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9502
9503         * SCons updates.
9504
9505 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9506
9507         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9508
9509         * aclocal.m4: remove --enable-tfm-path configure option
9510
9511         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9512
9513         * scm/backend-library.scm (postscript->png): newline after
9514         finishing command.
9515
9516         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9517         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9518
9519         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9520
9521         * lily/score.cc (default_rendering): use Music_output too.
9522
9523         * input/test/chord-names-languages.ly (Module): rename file.
9524
9525         * lily/text-spanner.cc: add bound-padding.
9526
9527         * lily/paper-book.cc (systems): accept Paper_score
9528         iso. Paper_system vector. 
9529
9530         * input/regression/line-arrows.ly: new file.
9531
9532         * lily/paper-score.cc (process): run get_paper_systems() only once.
9533
9534         * lily/line-spanner.cc (line_stencil): add arrows.
9535
9536 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9537
9538         * lily/line-interface.cc (make_arrow): new function. 
9539         (arrows): idem.
9540
9541 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9542
9543         * input/test/chord-names-german.ly: update for italian/french
9544         chords.
9545         
9546         * Documentation/user/instrument-notation.itely (Printing chord
9547         names): update.
9548
9549 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9550
9551         * lily/include/paper-score.hh (class Paper_score): remove unused
9552         prototypes.
9553
9554         * lily/book.cc (process): add -COUNT to midi output.
9555
9556         * lily/score.cc (book_rendering): remove outname argument
9557         (book_rendering): return list of Music_outputs. 
9558
9559         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9560
9561         * lily/book.cc (process): loop over Music_outputs returned from
9562         Score::book_rendering().
9563
9564         * lily/*.cc (width_callback): remove spurious "unused" warnings
9565         for assert (axis==[XY]_AXIS); 
9566
9567         * lily/include/music-output.hh (class Music_output): smobify class.
9568
9569         * lily/include/paper-score.hh (class Paper_score): make members
9570         private.
9571
9572         * lily/performance.cc (process): return #f iso. #<undefined>. This
9573         prevents #<undefined> leaking into GUILE-userspace.
9574
9575 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9576
9577         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9578
9579 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9580
9581         * scm/chord-name.scm : support for italian and french
9582         chords names.
9583
9584         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9585         a space defined by chordPrefixSpacer when the root name is
9586         direclty followed by a prefix.
9587
9588         * ly/engraver-init.ly : chordPrefixSpacer       
9589         * scm/define-context-properties.scm : chordPrefixSpacer
9590         * ly/property-init.ly : italianChords, frenchChords 
9591
9592 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9593
9594         * mf/feta-din.mf: Remove.
9595
9596         * mf/GNUmakefile (fontdir): Bugfix.
9597
9598         * mf/SConstruct: Some updates.
9599
9600         * SConstruct: Require pkg-config.
9601         (test_program): Bugfix for double digit version compares, use
9602         integer (not string-) compare.
9603         Optionally require gs 8.14.
9604
9605         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9606
9607         * lily/*: s/ifdef HAVE_*/if have/.
9608
9609         * SConstruct (test_lib): New function.  Update pkg-config and some
9610         other requirements.
9611
9612         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9613         freetype, pangof2t.
9614
9615 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9616
9617         * po/lilypond.pot, ...: Update using bison-CVS.
9618
9619         * python/lilylib.py (make_ps_images): Fixo.
9620
9621 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9622
9623         * python/lilylib.py (make_ps_images): typo.
9624
9625         * configure.in (gui_b): make bison optional.
9626
9627         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9628
9629 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9630
9631         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9632         with one parameter can be defined in a LaTeX file when processed
9633         by lilypond-book this will be evaluated between the systems of
9634         a multi-system score. The parameter is the number of systems processed.
9635
9636 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9637
9638         * python/lilylib.py (make_ps_images): Escape newline.
9639
9640         * Documentation/user/music-glossary.tely: Run
9641         texinfo-all-menus-update.
9642
9643 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9644
9645         * scm/lily-library.scm (old-relative-not-used-message)
9646         (version-not-seen-message): Add input-file-name-location to message.
9647
9648         * lily/parser.yy (lilypond): Add token aliases.
9649
9650         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9651         not confuse with alteration.
9652         (alteration): Add.
9653
9654 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9655
9656         * python/lilylib.py (make_ps_images): use -dEPSCrop
9657
9658         * VERSION (PACKAGE_NAME): release 2.5.19 
9659
9660         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9661         only put xrefs in info documentation.
9662
9663         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9664         .pdf rule to tex-rules.make.
9665
9666         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9667         from -systems.* output.
9668
9669         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9670         directly, remove -$(PAGESIZE) target.
9671
9672         * input/test/embedded-postscript.ly: update.
9673
9674 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9675
9676         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9677
9678         * Documentation/user/changing-defaults.itely (Font selection):
9679         document font-name.
9680
9681         * input/regression/font-name.ly: show Pango fonts for
9682         font-name. Update example. 
9683
9684         * lily/pango-select.cc (properties_to_pango_description): don't
9685         convert symbol font-size to number, but use to lookup.
9686
9687         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9688
9689         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9690         (NAME . FILE-NAME) tuples for font descriptions. 
9691         (write-preamble): display BeginFont DSC comments.
9692
9693         * python/fontextract.py (write_extracted_fonts): new file. Extract
9694         font resources from a PS file.
9695
9696         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9697         (Compile_error.process_include): do_file returns chunks.
9698
9699         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9700
9701         * make/lysdoc-targets.make: .texi is .PRECIOUS
9702
9703         * scripts/lilypond-book.py (write_if_updated): new function.
9704
9705 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9706
9707         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9708
9709 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9710
9711         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9712
9713         * input/regression/markup-syntax.ly: remove \score.
9714
9715         * scm/define-markup-commands.scm (draw-circle): add fill argument
9716
9717         * scm/stencil.scm (make-circle-stencil): add fill argument
9718
9719         * ps/music-drawing-routines.ps: add fill argument.
9720
9721         * ly/performer-init.ly: add CueVoice to MIDI too.
9722
9723         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9724         EndEPSF.
9725
9726         * input/regression/markup-eps.ly: new file.
9727
9728         * scm/framework-ps.scm (write-preamble): change order: vars should
9729         be inited before procedures.
9730
9731         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9732         for EPS files.
9733
9734         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9735
9736 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9737
9738         * configure.in (gui_b): add check for ghostscript 8.15
9739
9740 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9741
9742         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9743         start of line. Fixes cresc-after-newline.ly
9744
9745         * lily/source-file.cc (file_line_column_string): use get_column().
9746
9747 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9748
9749         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9750
9751 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9752
9753         * lily/*: use message () iso progress_indication () for messages.
9754         Revise/uniformise user messages.
9755
9756         * flower/warn.cc (progress_indication): New function.
9757         (message): Use it.  Fixes newline problems.
9758
9759         * config.make.in (webdir): Sort out install dirs.
9760
9761         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9762
9763         * python/lilylib.py (command_name): Bugfix.
9764         (make_ps_images):
9765
9766 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9767
9768         * lily/main.cc: --help says what types of backends are availabe
9769
9770 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9771
9772         Fix ./VERSION dependency, and without need to reconfigure.
9773
9774         * lily/main.cc (setup_paths): Update.
9775
9776         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9777
9778         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9779
9780         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9781         Add \line for some simplistic cases.
9782
9783         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9784
9785 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9786
9787         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9788         to compile LY files (useful for adding eg. "-I" args)
9789         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9790         2Gnome command for gnome backend.
9791         (LilyPond-command-formatgnome): call the 2Gnome command. key
9792         binding: C-c C-g
9793
9794 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9795
9796         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9797         depend on all PNG images.
9798
9799 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9800
9801         * GNUmakefile.in: Bugfix: also link .map files.
9802
9803 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9804
9805         * scm/music-functions.scm (music->make-music): generate 
9806         a (make-music ...) sexpr from a music expression.
9807         (display-scheme-music): use guile pretty printer to display the
9808         make-music sexpr.
9809
9810 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9811
9812         * ly/engraver-init.ly: reindent.
9813         Add CueVoice.
9814
9815         * scm/music-functions.scm (music-pretty-string): handle moments
9816         too.
9817         (music-pretty-string): only print non-empty lists.
9818         (cue-substitute): create CueVoice context, which has smaller type.
9819
9820         * lily/moment-scheme.cc (LY_DEFINE): new methods
9821         ly:moment-grace-{numerator,denominator}
9822
9823         * lily/context-handle.cc: remove quit() method. 
9824
9825         * lily/font-config.cc (init_fontconfig): be verbose about font path.
9826         (init_fontconfig): success is 0, not !0
9827
9828 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9829
9830         * mf/feta-nummer-code.mf (code): add plus glyph.
9831
9832         * lily/tie.cc (print): idem.
9833
9834         * lily/slur.cc (print): don't use thickness property for
9835         slur shape-thickness.
9836
9837         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9838         while adding stencils.
9839
9840         * scm/define-markup-commands.scm (with-color): with-color markup
9841         command.
9842         (whiteout): new markup command 
9843         (filled-box): new markup command
9844
9845 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9846
9847         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9848         test for PDF docs.
9849
9850         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9851         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9852         
9853         Notes for tetex-3.0 make web:
9854            psclean.map: s/uhv8a/uhvr8a/
9855            config.ps add:
9856                 p +psfonts_t1.map
9857                 p +psclean.map
9858                 p +typeface.map
9859
9860 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9861
9862         * scm/music-functions.scm (music-pretty-string): fix bug with
9863         string argument.
9864
9865 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9866
9867         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9868
9869 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9870
9871         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9872         only process options if they're there.
9873         (write_file_map): add version-seen? to snippet-map.ly
9874
9875 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9876
9877         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9878         formatting cleanups.
9879
9880         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9881         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9882
9883 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9884
9885         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9886         name directly.
9887
9888         * lily/main.cc (setup_paths): either add mf/out to search path or 
9889         fonts/{otf,type1,etc}
9890         
9891         * lily/font-config.cc (init_fontconfig): either add mf/out to
9892         FontConfig or fonts/{otf,type1,etc}
9893
9894         * GNUmakefile.in: don't put mf/ link in share/ dir.
9895
9896         * lily/staff-spacing.cc: move same-direction-correction to
9897         note-spacing-interface
9898
9899         * scm/lily.scm (lilypond-main): use variable argument count for
9900         exception handler.
9901
9902         * lily/font-config.cc (init_fontconfig): add operator pacification
9903         message.
9904
9905         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9906
9907         * buildscripts/gen-emmentaler-scripts.py (i): generate
9908         PFAEmmentaler as well.
9909
9910         * scm/framework-ps.scm (munge-lily-font-name): new function
9911         (write-preamble): hack: insert PFA equivalent of CFF into
9912         .PS. This makes LilyPond output printable on normal PS printers
9913         again.
9914
9915         * buildscripts/gen-emmentaler-scripts.py (i): generate
9916         PFAEmmentaler.pfa aswell.
9917
9918 2005-04-06  John Williams <williams@tni.com>  
9919         
9920         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9921         
9922 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9923
9924         * scm/page-layout.scm (default-page-make-stencil): always combine
9925         the header stencil, even if empty. This prevents the body text to
9926         reach up to the margins.
9927
9928         * po/rw.po (Module): new file, for Kinyarwanda.
9929
9930         * input/test/spacing-optical.ly (Module): new file.
9931
9932         * lily/staff-spacing.cc: add same-direction-correction
9933
9934 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9935
9936         * Documentation/user/introduction.itely (Engraving): Comment-out
9937         non-existent file.
9938
9939 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9940
9941         * scm/define-grob-properties.scm (all-user-grob-properties): add
9942         same-direction-correction
9943
9944         * VERSION: release 2.5.18
9945
9946 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9947
9948         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9949         dereferencing.  Fixes make web.
9950
9951         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9952         errno.h.
9953
9954         * Documentation/user/: Fix links.
9955
9956 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9957
9958         * lily/text-interface.cc (Module): rename from text-item.cc
9959
9960         * input/regression/apply-output.ly (texidoc): function naming fix.
9961
9962         * lily/time-signature-performer.cc (derived_mark): new function.
9963
9964         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9965
9966         * scripts/lilypond-book.py (find_linestarts): new function.
9967         (find_toplevel_snippets): keep track of line numbers.
9968
9969         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9970         all key changes.
9971
9972         * ly/declarations-init.ly (partCombineListener): use
9973         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9974
9975         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9976
9977 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9978
9979         * lily/text-item.cc: Fix link.
9980
9981         * Documentation/user/changing-defaults.itely (Changing defaults):
9982         Fix programs reference links.
9983
9984         * Documentation/user/music-glossary.tely: Convert to utf-8.
9985
9986 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9987
9988         * make/lilypond-vars.make: remove TEXMF from variables.
9989         remove DEB_BUILD pk font variables.
9990         remove GUILE_LOAD_PATH
9991         remove TeX memory vars.
9992
9993 2005-04-04  Werner Lemberg  <wl@gnu.org>
9994
9995         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9996
9997 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9998
9999         * ps/lilyponddefs.ps: remove reencode-font
10000
10001         * lily/simple-spacer.cc (add_columns): also compare
10002         directly. Column rank doesn't distinguish between broken and
10003         unbroken columns. This fixes large spaces before time sig changes.
10004
10005         * Documentation/user/point-and-click.itely: document ly:set-option.
10006
10007         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10008         point_and_click_global is set.
10009
10010         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10011         ly:set-option argument.
10012
10013 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10014
10015         * GNUmakefile.in: Include symlinks in webball.
10016
10017         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10018         source dir for split and non-split manuals.
10019
10020         * Documentation/user/*y: Fix @uref/@inputfile links for
10021         split/non-split HTML documents.
10022
10023         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10024         .ps.gz.
10025         
10026 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10027
10028         * GNUmakefile.in: Add newline.
10029
10030 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10031
10032         * tex/lilyponddefs.tex: use color instead of xcolor
10033         * scm/output-tex.scm: minor editing
10034
10035 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10036
10037         * scm/music-functions.scm (display-scheme-music): pretty printer
10038         for music expressions.
10039
10040 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10041
10042         * buildscripts/install-info-html.sh (index_file): Fix link.
10043
10044 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10045
10046         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10047
10048         * Documentation/index.html.in: Add size estimates with some big pages.
10049
10050         * Documentation/user/tutorial.itely (Running LilyPond for the
10051         first time): Add/replace some @rglos links.  TODO: add more
10052         @rglos links in tutorial, test non-intrusiveness (.css).
10053
10054         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10055         annoying's indication of referencing external document.
10056
10057         * Documentation/user/GNUmakefile: Split version of glossary too.
10058         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10059         links, not only for html.
10060
10061         * Documentation/user/introduction.itely: Fix some links for other
10062         than html, do not use `here' as link name.
10063
10064 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10065
10066         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10067         @glossaryref.
10068
10069 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10070
10071         * scm/page-layout.scm (default-page-make-stencil): only add header
10072         if existing and not empty. Fixes spurious programming error.
10073
10074         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10075
10076 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10077
10078         * scm/output-tex.scm: implement {re,}setcolor
10079         * tex/lilyponddefs.tex: use color package
10080
10081 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10082
10083         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10084         additions to website.
10085
10086         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10087
10088         * Documentation/user/macros.itexi: Fix @usermanref html links in
10089         split documents: use @inforef.
10090
10091 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10092
10093         * Documentation/user/programming-interface.itely: minor fix.
10094
10095         * Documentation/user/advanced-notation.itely: added info to
10096         Metronome markings.
10097
10098 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10099
10100         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10101         use box-stencil.  Remove y-padding argument.
10102         (make-stencil-circler): New function.
10103
10104         * buildscripts/lilypond-words.py (F): 
10105         * elisp/SConscript (a): 
10106         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10107         * vim/SConscript (a): 
10108         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10109
10110         * lily/general-scheme.cc: Build fix.
10111
10112         * scm/markup.scm:
10113         * input/regression/markup-scheme.ly: 
10114         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10115
10116         * scm/stencil.scm (make-circle-stencil): New function.
10117
10118         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10119         name (was cicle).  Update callers.
10120         (circle): New markup command, similar to box.
10121
10122         * scm/stencil.scm (circle-stencil): New function.
10123
10124 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10125
10126         * configure.in: Detect libutf8/wchar.h variant.
10127
10128         * stepmake/aclocal.m4: Modify shared size test.
10129
10130 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10131
10132         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10133
10134 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10135
10136         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10137         
10138         * VERSION (PACKAGE_NAME):  release 2.5.17
10139
10140 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * scm/backend-library.scm (postscript->png): Fix comment and png
10143         message.
10144
10145         * GNUmakefile.in (link-tree): Fix locales.
10146
10147 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10148
10149         * lily/stencil-scheme.cc (LY_DEFINE): change to
10150         ly:stencil-aligned-to, non mutating.
10151
10152         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10153
10154         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10155
10156         * lily/quote-iterator.cc (derived_mark): call
10157         Music_wrapper_iterator::derived_mark() too.
10158
10159         * lily/grace-engraver.cc (derived_mark): change signature, add
10160         const.
10161
10162 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10163
10164         * SConstruct (symlink): 
10165         * GNUmakefile.in (link-tree): Add scripts to prefix.
10166
10167         * lily/general-scheme.cc (ly:effective-prefix): New function.
10168
10169         * scm/backend-library.scm (postscript->png): Use it.
10170
10171 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10172
10173         * lily/paper-score.cc (process): don't delete grobs after
10174         producing stencils. 
10175
10176         * scm/part-combiner.scm (determine-split-list): switch off
10177         debugging info.
10178
10179         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10180         if available.
10181
10182         * scm/define-context-properties.scm
10183         (all-user-translation-properties): add stringNumberOrientations.
10184
10185         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10186         so fingering and string-numbers are separately controlled.
10187
10188 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10189
10190         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10191         not use debugging.
10192
10193 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10194
10195         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10196
10197         * config.hh.in: add HAVE_FONTCONFIG.
10198
10199         * Documentation/user/instrument-notation.itely (String number
10200         indications): new node.
10201
10202         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10203
10204         * lily/new-fingering-engraver.cc (add_string): new function. 
10205         (acknowledge_grob): accept string-number-event as well.
10206
10207         * scm/define-markup-commands.scm (circle): new markup command.
10208
10209         * scm/output-lib.scm (print-circled-text-callback): new function.
10210
10211         * lily/GNUmakefile: move ifeq after include stepmake.make.
10212
10213 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10214
10215         * config.make.in (HAVE_LIBKPATHSEA_SO):
10216         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10217
10218         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10219         add KPATHSEA_LIBS.
10220
10221         * debian/watch: 
10222         * debian/control: Update.
10223
10224 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10225
10226         * input/test/title-markup.ly (spaceTest): remove.
10227
10228         * input/test/embedded-tex.ly (Module): remove.
10229
10230         * input/test/music-box.ly: use 'name property, not ly:music-name.
10231
10232         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10233
10234         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10235
10236 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10237
10238         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10239         about xdeltas.  Add information about CVS.
10240
10241         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10242         gracefully handle failed files.
10243
10244         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10245
10246         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10247         small fixes.
10248
10249         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10250         No unnecessarily specific i18n messages.  Remove stray `1'.
10251
10252 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10253
10254         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10255         documentencoding
10256
10257         * scm/documentation-lib.scm (texi-file-head): set utf-8
10258         documentencoding.
10259
10260         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10261         Delta, not the Symbol one. 
10262
10263         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10264         for the .map file.
10265
10266         * Documentation/topdocs/INSTALL.texi (Top): add running
10267         requirement as compilation requirement.
10268
10269 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10270
10271         * buildscripts/mutopia-index.py (headertext): add h1 header and
10272         utf-8 charset meta field.
10273
10274         * input/GNUmakefile: prune example list.
10275
10276         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10277         options.
10278
10279         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10280         extent for visible stems.
10281
10282         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10283
10284 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10285
10286         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10287
10288         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10289
10290 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10291
10292         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10293         pass inf/nan into slur scoring.
10294
10295         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10296         page.
10297
10298         * scripts/abc2ly.py (dump_voices): use alphabet().
10299
10300 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10301         
10302         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10303
10304 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10305         
10306         * flower/include/virtual-methods.hh: simplify. Patch by
10307
10308 2005-03-25  John Williams <williams@tni.com>  
10309
10310         * scripts/lilypond-book.py (main): add png for HTML too, guess
10311         only if necessary. 
10312
10313 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10314
10315         * Documentation/topdocs/INSTALL.texi: now recommends
10316         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10317
10318         * Documentation/user/basic-notation.itely,
10319         Documentation/user/tutoria.itely: warn about
10320         only one (phrasing) slur at once.
10321
10322 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10323
10324         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10325
10326 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10327
10328         * Documentation/user/basic-notation.itely: fixed info about
10329         ending a (de)cresc.
10330
10331         * Documentation/user/lilypond-book.itely: fixed
10332         lilypond-book filter example and warned about not doing
10333         --filter and --process at the same time.
10334
10335 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10336
10337         * lily/parser.yy (bass_number),
10338         Documentation/user/instrument-notation.itely (Figured bass): 
10339         Add the possibility to use text markup in figured bass. 
10340
10341 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10342
10343         * Documentation/user/global.itely: added info about naming
10344         identifiers and breakbefore.
10345
10346         * Documentation/user/invoking.itely: added info about batch
10347         processing files with convert-ly, removed references to TeX
10348         in the jail section.
10349
10350         * Documentation/user/examples.itely: possibly fixed piano
10351         dynamics.
10352
10353         * Documentation/user/advanced-notation.itely: added info
10354         about removing other types of Staff.
10355
10356         * Documentation/user/instrument-notation.itely: possibly
10357         fixed piano staff line switch.
10358
10359         * Documentation/user/changing-defaults.itely: added info
10360         about using normal font in titles.
10361
10362 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10363
10364         * VERSION (PATCH_LEVEL): release 2.5.16
10365
10366         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10367         explicitly.
10368
10369 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10370
10371         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10372         whitespace.
10373
10374         * python/lilylib.py (make_ps_images):
10375         * scm/backend-library.scm (postscript->pdf, postscript->png):
10376         Quote file name.  Use format rather than string-append juggling.
10377
10378 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10379
10380         * python/lilylib.py (make_ps_images): add x to -g argument. 
10381
10382         * lily/key-performer.cc (create_audio_elements): don't use
10383         scm_eval_string. Check for minor 3rd directly.
10384   
10385         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10386         (sarabandeCelloGlobal): key is D minor, not F major.
10387
10388 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10389
10390         Fix truncated --png output (Peter Danenberg).
10391         
10392         * python/lilylib.py (make_ps_images):
10393         * scripts/ps2png.py (copyright): Grok --papersize option.
10394
10395         * scm/backend-library.scm (postscript->png): Add parameter
10396         PAPERSIZE.  Update callers.
10397
10398         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10399         Fixes symbol placement.
10400
10401         * lily/spanner.cc: 
10402         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10403         <libc-extension.hh>).
10404
10405 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10406
10407         * Nitpick run.
10408
10409         * buildscripts/fixcc.py: Update.
10410
10411         Builddir run fixes.
10412
10413         * HACKING (datadir): Add VERSION.
10414
10415         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10416         higher up.
10417
10418 2005-03-15  Werner Lemberg  <wl@gnu.org>
10419
10420         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10421         diagonal stem doesn't become thinner.
10422
10423 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10424
10425         * buildscripts/fixcc.py: Fixes (Werner).
10426
10427 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10430         Emmentaler/Aybabtu.
10431
10432         * GNUmakefile.in: fix lilypond-words path.
10433
10434         * po/tr.po: update to 2.3.21
10435
10436         * lily/new-fingering-engraver.cc (position_scripts): take priority
10437         from head position.
10438
10439         * input/regression/finger-chords-order.ly (texidoc): new file.
10440
10441 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10442
10443         * make/ly-rules.make: 
10444         * stepmake/aclocal.m4: 
10445         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10446
10447         * buildscripts/fixcc.py (rules): Leave space after operator.
10448
10449 2005-03-14  Werner Lemberg  <wl@gnu.org>
10450
10451         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10452         top of the glyph with smooth curve.
10453
10454 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10455
10456         * Documentation/user/global.itely (Page layout): remove
10457         printpagenumber.
10458
10459 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10460
10461         * input/regression/mensural-ligatures.ly: new file (with examples
10462         compiled by Pal Benko).
10463
10464         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10465         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10466         musicglyph access.  Many small beautifications in ancient
10467         examples.
10468
10469         * input/test/divisiones.ly: fixed indentation; small
10470         beautifications
10471
10472         * ly/engraver-init.ly: added FIXME comment
10473
10474         * scripts/lilypond-book.py,
10475         Documentation/user/lilypond-book.itely: added music fragment
10476         option "packed" to lilypond-book
10477
10478         * Documentation/user/instrument-notation.itely: Bugfix: added
10479         missing LedgerLineSpanner color setting in several places.  Added
10480         music fragment option "packed" to VaticanaContext example.
10481
10482 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10483
10484         * scm/define-grobs.scm (all-grob-descriptions): switch off
10485         Hyphen_spanner::set_spacing_rods 
10486
10487         * lily/lyric-hyphen.cc (print): add padding between syllable and
10488         hyphen.
10489         (print): shorten hyphen in tight situations (determine using
10490         minimum-length)
10491
10492         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10493         0.4pt.
10494
10495 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10496
10497         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10498
10499         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10500         header/footer markings for regression-test.
10501
10502         * scm/backend-library.scm (output-scopes, header-to-file): Move
10503         from framework-tex.scm.
10504
10505         * scm/framework-ps.scm (output-framework)
10506         (output-preview-framework):
10507         * scm/framework-eps.scm (output-classic-framework)
10508         (output-framework): Use it.  Fixes collated files.
10509
10510 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * input/sakura-sakura.ly: 
10513         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10514
10515         * buildscripts/guile-gnome.sh: Update.
10516
10517         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10518
10519         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10520
10521 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10522
10523         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10524         culprit: always exit the loop if we find a rod, even if it has
10525         distance < 0. 
10526
10527         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10528         algorithm.
10529
10530         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10531         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10532
10533         * scm/output-svg.scm (dashed-line): new  function body.
10534         
10535         * GNUmakefile.in: create .htaccess.
10536
10537 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10538
10539         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10540
10541 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10542
10543         * VERSION (PACKAGE_NAME): release 2.5.15
10544
10545         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10546
10547         * scm/framework-svg.scm (output-framework): put scaling in
10548         document header. Apply scaling only once.
10549         (output-framework): dump page size in px, not mm. 
10550
10551         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10552         from font-size.
10553
10554         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10555         ly:outputter-output-scheme, new function.
10556
10557         * scm/output-svg.scm (pango-description-to-svg-font): new function
10558
10559 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10560
10561         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10562         target.
10563
10564         * input/typography-demo.ly: new file.
10565
10566 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10567
10568         * Documentation/user/global.itely (File structure): Add markup blocks
10569         to toplevel expressions.
10570         (Multiple movements, Creating titles): Add markup blocks.
10571
10572         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10573         <libc-extension.hh>).
10574
10575         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10576
10577         * flower
10578         * lily
10579         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10580
10581 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10582
10583         * lily/accidental.cc: special bboxes for natural. 
10584
10585         * mf/feta-toevallig.mf: make stems heavier.
10586
10587         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10588         texts as well.
10589
10590         * mf/feta-klef.mf: revise. 
10591
10592         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10593
10594         * mf/feta-klef.mf: add rounded curve at top. 
10595         make thinnib a little heavier.
10596
10597 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10598
10599         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10600
10601         * buildscripts/fixcc.py: New file.
10602
10603         * input/regression/utf8.ly: Update Debian font description.
10604
10605 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10606
10607         * stepmake/aclocal.m4: Fix test.
10608
10609 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10610
10611         * Documentation/user/invoking.itely: added Sebastino Vigna's
10612         docs for the --jail option.
10613
10614 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10615
10616         * lily/stem.cc (print): only produce stemlets if there are no
10617         noteheads on this stem.
10618
10619         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10620         don't crash on stemlet (visible stem without heads).
10621
10622         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10623         unbroken situations. 
10624
10625         * scm/output-lib.scm (center-invisible): new function.
10626
10627         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10628         wishes to determine loose column space.
10629
10630         * lily/font-config.cc (init_fontconfig): add
10631         fonts/{otf,type1,cff}  to path.
10632
10633         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10634
10635         * mf/GNUmakefile (Module): install all fonts under otf/
10636
10637         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10638         replace /fonts/otf/ by /ps/ 
10639
10640         
10641 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10642
10643         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10644
10645         * lily/book.cc (process): Oops, add score_.header_.
10646
10647         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10648
10649         * lily/parser.yy: Handle toplevel and book texts as score.
10650
10651         * scm/page-layout.scm (default-page-make-stencil):
10652         Bugfix: (page-properties rename.
10653
10654         * scm/backend-library.scm (ly:system): Typo.
10655
10656 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10657
10658         * stepmake/stepmake/executable-targets.make (installexe): don't
10659         strip installed executables
10660
10661         * lily/font-select.cc (get_font_by_design_size): revert
10662         pango_description_string as well.
10663
10664         * lily/system.cc (set_loose_columns): put loose column just left
10665         of next column.
10666
10667         * lily/include/group-interface.hh (extract_grob_array): rename
10668         from Pointer_group_interface__extract_grobs
10669
10670         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10671
10672         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10673         function. Keep ledgered note heads at a minimum distance.
10674         Introduce minimum-length-fraction
10675         (print): introduce length-fraction property.
10676
10677 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10678
10679         * tex/GNUmakefile: remove latin1.enc rules.
10680
10681 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10682
10683         * scm/titling.scm: Typo.
10684
10685         * input/regression/score-text.ly: Really add.
10686
10687         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10688
10689 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10690
10691         * lily/open-type-font-scheme.cc:  new file.
10692
10693 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10694
10695         * scm/titling.scm (layout-extract-page-properties): Rename from
10696         page-properties.  Update callers.
10697
10698         * lily/lexer.ll (Lily_lexer):
10699         * lily/parser.yy: Junk lyric_markup state.
10700
10701         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10702
10703         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10704         Add texts parameter.
10705
10706 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10707
10708         * lily/lexer.ll (lyric_markup): New mode.
10709         (Lily_lexer::push_lyric_markup_state): New method.
10710         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10711
10712         * lily/parser.yy (book_body):
10713         (toplevel_expression): Grok \markup texts.
10714
10715         * lily/score-scheme.cc (ly:music-scorify): 
10716         * scm/lily-library.scm (collect-music-for-book): Take texts
10717         parameter.
10718
10719         * lily/score.cc (texts_): New member.
10720
10721         * lily/paper-book.cc (systems): Format score texts.
10722
10723         * score-text.ly: New file.
10724
10725         * ttftool/SConscript:
10726         * kpath-guile/SConscript: New file.
10727
10728         * lily/SConscript:
10729         * SConstruct: Update.
10730
10731 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10732
10733         * VERSION (PACKAGE_NAME): release 2.5.14
10734
10735 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10736
10737         * lily/main.cc: Add dummy xgettext markers.
10738
10739 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10740
10741         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10742         requirements
10743
10744         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10745         executable is < 40k
10746
10747         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10748         hack.
10749
10750 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10751
10752         * flower/libc-extension.cc:
10753         * flower/include/libc-extension.hh: [Open]BSD simply cast
10754         cookie/funopen declarations.
10755
10756         * stepmake/aclocal.m4: Check for libkpathsea.so.
10757
10758         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10759         dl_kpse_find_file.
10760
10761 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10762
10763         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10764         (open_library): alternative for static library.
10765
10766 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10767
10768         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10769
10770         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10771
10772         Drop run-time dependency on teTeX.
10773
10774         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10775
10776         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10777         KPATHSEA_LIBS in LIBS.
10778         (STEPMAKE_DLOPEN): New function.
10779
10780         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10781         not path.
10782
10783         * flower/file-path.cc (directories): Rename from paths, as this
10784         return an array of directories (a single path).
10785
10786 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10787
10788         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10789
10790         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10791         new ly:kpathsea-find-file
10792
10793         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10794
10795         * kpath-guile/GNUmakefile: new file
10796
10797         * buildscripts/gen-emmentaler-scripts.py (i): generate
10798         emmentaler-X.fontname as well.
10799
10800         * buildscripts/ps-embed-cff.py: new script
10801
10802         * scm/lily-library.scm: remove ps-embed-cff.
10803
10804         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10805         font loading. 
10806
10807         * scm/font.scm (add-music-fonts): load dynamics/numbers through
10808         fontconfig as well.
10809
10810         * lily/font-config.cc (init_fontconfig): add cff/ too.
10811
10812         * ly/generate-embedded-cff.ly: capitalize.
10813
10814         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
10815         so as to register the pango font.
10816
10817         * lily/font-config.cc (init_fontconfig): add
10818         prefix/{otf,type1,mf/out} to fontconfig path.
10819
10820         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
10821         overrides all. 
10822
10823         * configure.in (gui_b): remove ec mftrace check
10824
10825         * config.hh.in: use lilypond-Major.Minor as data directory.
10826
10827         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10828
10829         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10830         name.
10831
10832 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10833
10834         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10835         error messages.
10836
10837         * flower/libc-extension.cc:
10838         * flower/include/libc-extension.hh: [Open]BSD fixes for
10839         cookie/funopen declarations.
10840
10841 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10842
10843         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10844         emmentaler.
10845
10846         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10847         lcrm10.
10848
10849         * scm/define-markup-commands.scm (fontsize): new markup
10850         command. Also set baseline-skip
10851
10852 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10853         
10854         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10855         use.
10856
10857 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10858
10859         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10860
10861         * lily/pdf.cc: remove PDF related files
10862
10863 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10864
10865         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10866         <hamamatsu@gmx.de>
10867
10868 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10869
10870         * Documentation/user/advanced-notation.itely: first draft
10871         of reorg done.
10872
10873         * Documentation/user/global.itely: fixed (sub)section
10874         bits of MIDI.
10875
10876 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * cygwin/mknetrel (extras): Bufix (Bertalan).
10879
10880         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10881         * Documentation/user/instrument-notation.itely (Introducing chord
10882         names): Compile fix: must have unique name.
10883
10884 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10885
10886         * Documentation/user/instrument-notation.itely: reorg.
10887
10888 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * scm/output-gnome.scm:
10891         * scm/output-svg.scm: Fix font scaling.
10892
10893 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10894
10895         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10896         what link to use best.
10897
10898         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10899         * Documentation/user/tutorial.itely (Automatic and manual beams):
10900         Fix @ref.
10901
10902         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10903         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10904         * scm/framework-gnome.scm (tweak): Use it.
10905
10906 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10907
10908         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10909
10910         * scm/output-ps.scm (white-text): reinstate white-text
10911
10912 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10913
10914         * scm/output-ps.scm (offset-add): Remove.
10915
10916         * scm/lily-library.scm (offset-flip-y): New function.
10917         * scm/framework-gnome.scm (tweak): Use it.
10918
10919         * scm/output-gnome.scm (grob-cause): Add parameter.
10920
10921         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10922         * scm/output-ps.scm (url-link): Move.
10923         (white-text): Warn user about brokenness.
10924
10925         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10926         wrt ghostscript.
10927
10928 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10929
10930         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10931         if body length smaller than measure length.
10932
10933         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10934         for Y.
10935
10936         * ly/titling-init.ly (tagline): put default tagline in \paper
10937
10938 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10939
10940         * lily/kpath.cc: 
10941         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10942
10943         * scm/lily-library.scm (version-not-seen-message): New function.
10944         * ly/init.ly: Use it.
10945
10946         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10947         breaks as progess.
10948
10949         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10950         whitespace with l10n message.
10951
10952         * scm/framework-tex.scm (convert-to-ps):
10953         (convert-to-dvi): Do not use overly specific l10n messages.
10954
10955         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10956
10957         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10958         merge stderr with stdout.  
10959
10960 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10961
10962         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10963         Neeracher).
10964
10965 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10966
10967         * Documentation/user/instrument-notation.teily: moved
10968         \arpeggio to Basic.
10969
10970         * Documentation/user/advanced-notation.itely: Articulation to
10971         Basic, a bunch of stuff from Basic moved to Advanced.
10972
10973         * Documentation/user/basic.itely: swapped various sections,
10974         reorganized Basic.
10975
10976 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * flower/memory-stream.cc: 
10979         * flower/libc-extension.cc: Remove obsolete #undefs.
10980
10981         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10982         more carefully.
10983
10984 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10985
10986         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10987         dependency.
10988
10989         * VERSION (PACKAGE_NAME): release 2.5.13
10990
10991         * GNUmakefile.in (web-ext): don't ship ps.gz
10992
10993         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10994         stdout
10995
10996 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10997
10998         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10999         without libintl.  Now it compiles too.
11000
11001 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11002
11003         * Documentation/user/basic-notation.itely,
11004         instument-notation.itely, advanced-notation.itely:
11005         split up contents of notation.itely.
11006
11007         * Documentation/user/notation.itely: file removed.
11008
11009         * Documentation/user/invoking.itely, converters.itely:
11010         moved convert-ly info to invoking.itely.
11011
11012         * Documentation/user/global.itely, changing-defaults.itely,
11013         sound-output.itexi: moved global settings, file layout, and
11014         sound into global.itely.
11015
11016         * Documentation/user/sound-output.itexi: file removed.
11017
11018         * Documentation/user/lilypond.tely: removed links to
11019         notation.itely and sound.itely.
11020
11021 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11022
11023         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11024
11025         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11026  
11027         * THANKS: add sponsor.
11028
11029         * scm/define-markup-commands.scm (with-url): new markup command.
11030
11031         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11032         tagline.
11033         
11034         * scm/output-tex.scm (url-link): stub.
11035
11036         * scm/output-ps.scm (url-link): new function.
11037
11038         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11039         ly:set-point-and-click
11040
11041 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11042
11043         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11044         based on pdf-viewer setting.
11045
11046         * scm/framework-ps.scm (write-preamble): Find and set preferred
11047         pdf-viewer.
11048
11049 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11050
11051         * Documentation/user/point-and-click.itely: update for PDF point &
11052         click.
11053
11054         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11055         editors based on EDITOR setting.
11056
11057 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11058
11059         * scm/*: Oops, more grand 2005 replace bits.
11060
11061 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11062
11063         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11064
11065         * scm/output-ps.scm (grob-cause): point & click support for
11066         PostScript
11067
11068 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11069
11070         * lily/input-scheme.cc (LY_DEFINE): rename to
11071         ly:input-file-line-column
11072
11073 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11074
11075         * Documentation/user/examples.itely: small fix from Steve Doonan.
11076
11077         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11078
11079         * THANKS: added Yuval Harel.
11080
11081         * Documentation/user/{various}: inserted two spaces after a period.
11082
11083         * Documentation/user/lilypond.tely: added framework for reorg.
11084
11085         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11086         advanced-notation.itely, global.itely: new files, placeholder for
11087         future reorg.
11088
11089 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11090
11091         * Documentation/user/notation.itely: revamped Polyphony section
11092         
11093 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11094
11095         * Documentation/user/lilypond-book.itely (Music fragment options):
11096         doc fontload.
11097
11098         * Documentation/user/changing-defaults.itely (Text encoding): add
11099         fontload option to utf8 include
11100
11101         * scripts/lilypond-book.py (compose_ly): add fontload option
11102
11103         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11104         force-eps-font-include option.
11105
11106         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11107         black triangle
11108
11109         * Documentation/user/invoking.itely (Editor support): remove
11110         lilypond-latex section.
11111
11112         * scripts/lilypond-latex.py (Module): remove script.
11113
11114         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11115         overwrite .log. 
11116
11117         * lily/main.cc: remove -m, --no-layout
11118
11119         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11120         to define. We don't want to override fprintf everywhere.
11121
11122 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11123
11124         * cygwin/lilypond.hint: 
11125         * cygwin/README.in: Update dependencies.
11126
11127         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11128         Bugfix: do not pollute CPPFLAGS, LIBS.
11129
11130         * cygwin/mknetrel (extras): Cross compile fixes.
11131
11132         * ttftool/util.c: 
11133         * ttftool/ttfps.c: 
11134         * ttftool/ps.c: #include libc-extension.hh
11135
11136         * flower/include/libc-extension.hh:
11137         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11138         wrapper using funopen.
11139         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11140         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11141
11142         * config.hh.in:
11143         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11144         (AC_CHECK_HEADERS): Add libio.h
11145
11146         * scripts/convert-ly.py: Uniformize, internationalize.
11147         (2.5.2): Remove fatal encoding rule.
11148         (2.5.13): Handle latin1 encoding gracefully.
11149
11150 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * HACKING: Fix line breaks.
11153
11154 2005-02-23  Werner Lemberg  <wl@gnu.org>
11155
11156         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11157         contains those two files.
11158
11159 2005-02-21  Werner Lemberg  <wl@gnu.org>
11160
11161         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11162         to improve overlap removal process.
11163
11164         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11165         left and right ending.  This ensures better overlapping.
11166         Update all callers.
11167         ("lineprall"): Don't use draw_gridline to get better overlapping.
11168
11169 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11170
11171         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11172
11173         * Documentation/topdocs/NEWS.tely (Top): oops.
11174
11175 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11176
11177         * HACKING: new file.
11178
11179         * input/regression/utf8.ly (portuguese): added a portuguese example
11180         to show latin1 accents.
11181
11182 2005-02-21  Pal Benko  <benkop@freestart.hu>
11183
11184         * lily/mensural-ligature-engraver.cc:
11185         * lily/mensural-ligature.cc:
11186         * lily/include/mensural-ligature.hh: new algorithm implemented
11187
11188         * scm/define-grob-properties.scm: join-left killed (add-join may
11189         be used); join-left-amount changed to join-right-amount
11190
11191 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11192
11193         * Documentation/user/notation.itely: small but urgent fix.
11194
11195 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11196
11197         * lily/duration-scheme.cc: bugfix: correct parameters to
11198         SCM_ASSERT_TYPE.
11199
11200         * THANKS: added Pal.
11201
11202         * Documentation/user/notation.itely: bugfix: unTeXified
11203         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11204         "timesig.*x/y" -> "timesig.*xy".
11205
11206 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11207         
11208         * VERSION (PACKAGE_NAME): release 2.5.12
11209
11210 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11211
11212         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11213
11214         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11215
11216         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11217
11218         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11219
11220 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11221
11222         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11223         latin1..utf-8.
11224
11225         * input/regression/stanza-number.ly:
11226         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11227
11228         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11229
11230 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11231
11232         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11233         NEWS. Refer to website for older news.  
11234
11235         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11236         .HTML. This should be done for specific servers only.
11237
11238         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11239         .ly image examples.
11240
11241         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11242         in layer 0 too.
11243
11244         * scm/define-context-properties.scm
11245         (all-user-translation-properties): add tieWaitForNote
11246
11247         * scm/define-grobs.scm (all-grob-descriptions): add
11248         Tie_column::before_line_breaking
11249
11250         * lily/tie.cc (get_column_rank): new function
11251
11252         * lily/tie-column.cc (before_line_breaking): new function.
11253         (werner_directions): take into account ties that start on
11254         different columns.  
11255
11256         * lily/score-engraver.cc (set_columns): move add_column() so we
11257         have column rank available.
11258
11259         * lily/tie.cc (get_column_rank): new function.
11260
11261         * input/regression/utf8.ly (japanese): add japanese lyrics.
11262
11263         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11264
11265         * THANKS: add Steve D
11266
11267         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11268         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11269
11270 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11271
11272         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11273         to show harmonic notes
11274         * scm/define-markup-commands.scm: in \markup-by-number
11275         "dots-dot" -> "dots.dot" to show dotted notes
11276
11277 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11278
11279         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11280
11281         * flower/memory-stream.cc (writer): new file.
11282
11283         * configure.in: add endian test.
11284
11285 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11286
11287         * Documentation/user/examples.itely: small
11288         simplification/beautification
11289
11290         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11291         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11292         notation manual.
11293
11294         * lily/mensural-ligature.cc: bugfix: another few victims of the
11295         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11296
11297         * ly/gregorian-init.ly: commit some experimental code for hi-level
11298         ligature input language lying around here for several months.
11299
11300         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11301         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11302
11303         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11304         "x-y-z"->"x.y.s-z" fixes.
11305
11306 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11307
11308         * scm/framework-pdf.scm (scm): new file
11309
11310         * lily/include/pdf.hh (class Pdf_file): new file.
11311
11312         * lily/pdf.cc (write_trailer): new file.
11313
11314 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11315
11316         * input/regression/color.ly: new file
11317
11318         * lily/stencil.cc (interpret_stencil_expression):
11319         when a color expression is encountered: save current color,
11320         process the rest of the expression, and restore previous color.
11321
11322         * lily/system.cc (get_line): check all grobs for color property and
11323         prepare the stencil scheme expressions for further processing.
11324         Fix layer-loop.
11325
11326         * scm/define-grob-properties.scm: introduce the color property.
11327
11328         * scm/output-lib.scm: color helper functions.
11329
11330         * scm/output-ps.scm: introduce setcolor/resetcolor.
11331
11332 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11333
11334         * ly/*.ly, input/regression/*.ly: Added missing \version
11335         statements in some files.
11336
11337 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11338
11339         * Documentation/user/notation.itely: minor editing.
11340
11341         * Documentation/user/converters.itely: updated convert-ly bugs.
11342
11343         * Documentation/user/lilypond-book.itely: add info about using
11344         feta characters in latex.
11345
11346 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11347
11348         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11349
11350 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11351
11352         * scm/define-grob-properties.scm (all-user-grob-properties):
11353         removed 'dashed property.
11354
11355 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11356
11357         * scm/lily.scm (define-safe-public): new macro for defining
11358         variables that can be used in --safe mode. Use it in *.scm
11359         instead of manually setting safe-objects in safe-lily.scm.
11360
11361 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11362         
11363         * lily/slur.cc: Slur-dash patch by Bertalan.
11364
11365         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11366
11367         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11368
11369 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11370
11371         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11372
11373 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * mf/GNUmakefile: teTeX-3.0 install fix.
11376
11377         * Cygwin patch from Bertalan.
11378
11379         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11380
11381 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11382
11383         * GNUmakefile.in: 
11384         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11385
11386         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11387         2.0.x compatibility.
11388
11389 2005-02-08  Werner Lemberg  <wl@gnu.org>
11390
11391         * mf/feta-din-code.mf: Format; clean up code.
11392         Replace `---' with `--' plus explicit path directions.
11393         (linethickness#, stafflinethickness#): Remove.
11394         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11395         ("dynamic s"): Improve shape.
11396         ("dynamic p"): Improve shape.
11397         Replace `draw' with better outline approximation.
11398         ("dynamic r"): Improve shape.
11399         Don't call `fill' and `draw' at the same time.
11400
11401 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11402
11403         * SConstruct (symlink):
11404         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11405         build fix: add enc symlink.
11406
11407         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11408
11409         Support for DESTDIR besides prefix=/foo
11410
11411         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11412
11413         * stepmake/stepmake/*.make:
11414         * */GNUmakefile:
11415         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11416
11417         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11418
11419         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11420         mawk in fontforge (date) test.
11421
11422 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11423
11424         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11425         font-family=roman. Add Luxi Sans as sans
11426
11427 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11428
11429         * Documentation/user/notation.itely: add warning about
11430         percent repeats and Voice contexts.
11431
11432         * Documentation/user/lilypond-book.itely: clarified the
11433         necessity of dvips -u arguments.
11434
11435 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11436
11437         * THANKS: Added a bunch of bug hunters.
11438
11439 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11440
11441         * scm/framework-ps.scm (output-preview-framework): bugfix.
11442
11443         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11444         o/ for chord modifier..
11445
11446         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11447
11448         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11449         Welsh Duggan). 
11450
11451 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11452
11453         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11454
11455         * ly/titling-init.ly: Do not also print intstrument in header on
11456         first page.  Do not print page number on first and only page.
11457
11458 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11459
11460         * input/regression/*.ly: remove old-relative everywhere
11461
11462         * lily/music-sequence.cc (simultaneous_relative_callback): do
11463         what-if analysis on copy, not on original. Fixes old-relative
11464         compatibility.
11465
11466         * scm/backend-library.scm (postscript->png): space before
11467         --verbose.
11468         
11469 2005-02-05  Werner Lemberg  <wl@gnu.org>
11470
11471         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11472         is defined.
11473
11474         * mf/feta-alphabet.mf: Define `staffsize#'.
11475         Include `feta-params.mf'.
11476         s/staffheight/design_size/.
11477
11478         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11479
11480         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11481
11482         * mf/feta-nummer-code.mf: Reformatted.
11483         (draw_six): Use outline intersection to avoid a self-intersecting
11484         path.
11485         ("Numeral comma"): Fix serious outline glitches.  This slightly
11486         changes the glyph shape.
11487         ("Numeral dash"): Use `draw_rounded_block'.
11488         ("Numeral dot"): Use `drawdot'.
11489         ("Numeral 1"): Assure identical tangent directions for the
11490         intersection points of paths.  The glyph shape improvement is only
11491         visible at very high magnifications.
11492         ("Numeral 2"): Use `solve' macro to make the lower right part of
11493         the glyph outline touch the x axis exactly.  This changes the
11494         glyph shape.
11495         Minor fixes for better overlap removal support.
11496         ("Numeral 4"): Make lefter corner `rounder'.
11497         ("Numeral 5"): Assure identical tangent directions for the
11498         intersection points of paths.  This improves the glyph shape at
11499         high magnifications.
11500         ("Numeral 7"): Use `solve' macro to make the upper right part of
11501         the glyph outline touch the metrics box exactly.  This changes the
11502         glyph shape.
11503         Avoid corner in the upper left part of the glyph (causing a minor
11504         shape change).
11505
11506         * mf/feta-ital-*.mf: Removed.  Unused.
11507
11508 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11509
11510         * VERSION (PATCH_LEVEL): release 2.5.11
11511
11512         * input/regression/fill-line-test.ly: new file.
11513
11514         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11515         emmentaler name, eg. emmentaler-23. 
11516
11517 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11518
11519         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11520         alignment with centered texts
11521
11522         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11523         list of paddings
11524
11525 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11526
11527         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11528
11529         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11530         of parents when translating rests. Fixes: c-chord-rest.ly 
11531
11532         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11533         dimension_callback_ member.
11534
11535         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11536         of extents.
11537
11538 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11539
11540         * all but lily/*: The grand 2004/2005 replace.
11541
11542 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11543
11544         * lily/*: add space after ,  
11545
11546         * scm/music-functions.scm (has-request-chord): don't use
11547         ly:music-name anywhere. Fixes <<\\>> notation. 
11548
11549         * scm/define-markup-commands.scm (box): use font-size for
11550         padding. Fixes boxed-rehearsal-marks.ly
11551
11552         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11553         identifier definition too, so foo = \lyrics { ...   } bar = #1
11554         doesn't complain about "bar" being LYRICS_STRING.
11555
11556         * lily/paper-def.cc (find_pango_font): new routine; Store
11557         pango_fonts in hash tab too. This is necessary for retrieving
11558         Pango_fonts::physical_font_tab() later on.
11559  
11560         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11561         crash if psname is null.
11562
11563         * lily/lily-guile.cc (ly_hash2alist): new function
11564
11565         * Documentation/user/changing-defaults.itely (Text encoding):
11566         rewrite. 
11567
11568         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11569         -> font_filename mapping.
11570
11571         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11572         ly_pango_font_physical_fonts
11573
11574         * scm/framework-ps.scm (supplies-or-needs): extract names from
11575         physical Pango_fonts.
11576
11577         * utf8.ly: new file.
11578
11579 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11580
11581         * Documentation/user/changing-defaults.itely (Page layout): add
11582         doco about systemSeparatorMarkup.
11583
11584         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11585         function.
11586         (default-page-make-stencil): insert system separators.
11587
11588         * scm/define-markup-commands.scm (hcenter): add
11589         (beam): add.
11590
11591 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11592
11593         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11594
11595 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * lily/main.cc: Spell backend consistently.  Sort options.
11598
11599 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11600
11601         * scripts/lilypond-book.py (Module): revert @include.
11602         
11603 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11604
11605         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11606         Bugfix: @include .tex (not .texi).  Small cleanups.
11607
11608         * stepmake/bin/add-html-footer.py (i18n): New function.
11609
11610 2005-01-31  Werner Lemberg  <wl@gnu.org>
11611
11612         * mf/feta-nummer.mf: Removed.  Unused.
11613
11614 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11615
11616         * lily/ : 2004 -> 2005 s&r
11617
11618         * scm/file-cache.scm (cached-file-contents): add file. Read each
11619         file only once.
11620
11621         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11622         now default.
11623
11624         * VERSION: release 2.5.10
11625         
11626         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11627
11628         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11629
11630         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11631         that both X and Y extents of bbox are non-nil.
11632
11633 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11634
11635         * scm/chord-name.scm (alteration->text-accidental-markup): change
11636         - to . 
11637
11638         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11639
11640         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11641
11642         * Documentation/user/invoking.itely (Invoking lilypond): add note
11643         about EPS backend.
11644
11645         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11646         files for inclusion in lilypond-book document.
11647
11648         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11649
11650         * input/tutorial/lbook-texi-test.texi: new file.
11651
11652         * scm/safe-lily.scm (safe-objects): add
11653         {begin,end}-of-line-(in)?visible as safe.
11654  
11655 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11656
11657         * Documentation/user/changing-defaults.itely: fixed example
11658         of (dynamics).
11659
11660 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11661
11662         * lily/main.cc: fix info about -o=FILE.
11663
11664 2005-01-29  Werner Lemberg  <wl@gnu.org>
11665
11666         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11667         construction to assure smooth transition from straight to curved
11668         lines.
11669
11670 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11671
11672         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11673         stencils.
11674
11675         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11676         translate to top of page. Fixes alignment problems of
11677         lilypond-generated EPS files.
11678
11679 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11680
11681         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11682         crescendo-end as well, since Decrescendo maybe ended with Stop
11683         Crescendo.). Fixes: partcombine-diminuendo.ly
11684
11685         * scm/script.scm (default-script-alist): swap portato symbols.
11686
11687         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11688
11689         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11690         ly:outputter-port. New function.
11691
11692         * scm/framework-ps.scm (output-classic-framework): dump a
11693         -systems.texi too
11694         (output-classic-framework): dump multiple systems on an "infinite"
11695         page EPS including fonts. 
11696
11697         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11698         .eps files for both texi and tex formats. Use PNG coming from
11699         lilypond.
11700         
11701 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11702
11703         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11704
11705         * scripts/lilypond-latex.py: fix info about -o=FILE.
11706
11707 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11708
11709         * ly/generate-embedded-cff.ly: write .cff.ps files.
11710
11711         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11712
11713         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11714         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11715
11716 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11717
11718         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11719
11720 2005-01-28  Werner Lemberg  <wl@gnu.org>
11721
11722         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11723         macros.
11724         (draw_bulb): Improved.
11725
11726         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11727         metapost bug.
11728         (draw_pedal_P): Use soft_end_penstroke.
11729         (draw_pedal_d): Use soft_start_penstroke.
11730
11731         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11732         path.
11733         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11734         doesn't change the glyph shape.
11735
11736         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11737         changing the shape) to avoid fontforge warnings.
11738
11739         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11740         soft_end_penstroke and fix glyph shape.
11741
11742 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11743
11744         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11745
11746 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11747
11748         * scm/define-markup-commands.scm (line): filter out empty stencils
11749         from line command.
11750
11751         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11752         amount.
11753
11754 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11755
11756         * Documentation/user/notation.itely: added info about what
11757         \voiceFoo does.  Also rewrote warning about marks at
11758         a line break.
11759
11760         * Documentation/user/changing-defaults.itely: added info
11761         about putting dynamics in parenthesis and brackets.
11762
11763 2005-01-27  Werner Lemberg  <wl@gnu.org>
11764
11765         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11766
11767 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11768
11769         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11770         portato-direction.ly
11771
11772         * lily/beam.cc (consider_auto_knees): add beam height to
11773         threshold. Fixes: knee-multiple-beam.ly
11774
11775         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11776         pedal line spanners. Fixes: instrument-center-pedal.ly
11777
11778         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11779         if encountering barline. Fixes: auto-beam-repeat.ly
11780
11781 2005-01-26  Werner Lemberg  <wl@gnu.org>
11782
11783         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11784         overlapping.
11785
11786         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11787         with inflections for the 1/2 sharp glyph.
11788
11789         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11790         connection between `t' and `r'.
11791         Unify bulb with the rest of `r' to avoid grazing outlines which
11792         confuses the overlap removal algorithm of fontforge.
11793
11794         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11795         inflections.
11796         (draw_cross): Fix shape to have uniform thickness in corners.
11797
11798         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11799         to avoid an uneven number of self-intersections; this confuses
11800         fontforge.
11801         Fix a slight bug in the shape at left bottom (which is visible only
11802         at high magnifications).
11803         `Center' the stem horizontally to avoid overlapping.
11804
11805 2005-01-24  Werner Lemberg  <wl@gnu.org>
11806
11807         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
11808         to `asis'.
11809         (fet_begingroup): Save group name in string `feta_group'.
11810         (fet_endgroup): Updated.
11811         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
11812
11813         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
11814
11815         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
11816         in metapost.
11817
11818 2005-01-24  Graham Percival  <gperlist@shaw.ca>
11819
11820         * Documentation/user/notation.itely: really minor editing.
11821
11822 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11823
11824         * Documentation/user/examples.itely: minor editing.
11825
11826         * Documentation/user/changing-defaults.itely: minor editing.
11827
11828         * Documentation/user/notation.itely: clarified info on polyphony
11829         and \addlyrics.
11830
11831 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11832
11833         * scm/output-gnome.scm: 
11834         * scm/output-svg.scm:
11835         * scm/lily-library.scm (font-name-style): Update font name
11836         kludging for fontconfig use.
11837
11838 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11839
11840         * scm/define-markup-commands.scm: Document right-align and
11841         larger markup commands. Remove "TODO" from the topmost comment
11842         "each markup function should have a doc string." More consistent
11843         use of new-lines.
11844
11845 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11846
11847         * Documentation/user/changing-defaults: removed info about
11848         copyright symbol, since it's likely to change soon.
11849         Added info about betweensystemspace.
11850
11851         * Documentation/user/notation.itely: minor fixes.
11852
11853         * Documentation/user/lilypond.tely,
11854         Documentation/user/music-glossary.tely: changed copyright
11855         date to 2005 instead of 2004.
11856
11857         * input/test/volta-chord-names.ly: added old example back.
11858
11859 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11860
11861         * mf/feta-beugel.mf: use design size 20 (not 15).
11862
11863         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11864         change name to aybabtu completely
11865
11866 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11867
11868         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11869         design_size to fontname
11870
11871 2005-01-19  Werner Lemberg  <wl@gnu.org>
11872
11873         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11874         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11875
11876         * mf/feta-autometric.mf (set_char_box): Add code which emits
11877         specials for mf2pt1 if run with metapost.
11878         (to_bp): New macro for mf2pt1.
11879
11880 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11881
11882         * Documentation/user/changing-defaults: added info on
11883         creating a copyright symbol.
11884
11885 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11886
11887         * VERSION: release 2.5.9
11888         
11889 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11890
11891         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11892
11893         * Documentation/user/notation.itely: Document
11894         score-override-auto-beam-setting Fix documentation for
11895         revert-auto-beam-setting.
11896
11897 2005-01-18  Werner Lemberg  <wl@gnu.org>
11898
11899         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11900         (procset): New function to define a procset resource.
11901         (ps-embed-pfa): New function to define a font resource.
11902         (setup): New function to define a `Setup' environment.
11903         (preamble): Use new functions.
11904
11905         * ps/lilypond.defs (init-lilypond-parameters): New function to
11906         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11907
11908 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11909
11910         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11911
11912 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11913
11914         * scm/define-markup-commands.scm: Change number->markletter-string
11915         to take two arguments (vector number). Add number->mark-alphabet-vector
11916         and markalphabet markup command.
11917
11918         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11919         format-mark-alphabet, format-mark-box-barnumbers and
11920         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11921
11922 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11923
11924         * Documentation/user/examples.itely: add SATB automatic piano
11925         reduction template.
11926
11927         * Documentation/user/notation.itely: added info about changing
11928         partcombine texts.  Also adds examples of alternate lyrics.
11929
11930         * Documentation/user/changing-defaults.itely: added warning
11931         about \RemoveEmptyStaffContext overriding previous changes.
11932
11933 2005-01-17  Werner Lemberg  <wl@gnu.org>
11934
11935         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11936         feta-alphabet*.
11937
11938 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11939
11940         * python/lilylib.py (make_ps_images): don't do final showpage for
11941         multi-page documents.
11942         
11943         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11944
11945 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11946
11947         * Documentation/user/lilypond.tely: changed order of appendices;
11948         unified index should be last.
11949
11950         * Documentation/user/notation.itely: add example of key signatures
11951         and info about Staff.printKeyCancellation.
11952
11953 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11954
11955         * lily/include/repeated-music.hh (class Repeated_music): change
11956         into "namespace" class.
11957
11958         * lily/event.cc: remove Key_change_event.
11959
11960         * lily/include/transposed-music.hh (class Transposed_music): remove.
11961
11962         * lily/transposed-music.cc: remove
11963
11964         * lily/include/relative-music.hh: remove.
11965
11966         * lily/include/music-sequence.hh (struct Music_sequence): change
11967         into "namespace" class.
11968
11969         * lily/untransposable-music.cc (Module): remove
11970
11971         * lily/include/un-relativable-music.hh (Module): remove
11972
11973         * lily/include/untransposable-music.hh (Module): remove
11974
11975         * lily/include/music-list.hh (Module): remove file
11976
11977         * lily/un-relativable-music.cc: remove file.
11978
11979 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11980
11981         * lily/parser.yy: Compile fix.
11982
11983 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11984
11985         * lily/include/music.hh (class Music): unvirtualize transpose().
11986
11987         * lily/sequential-music.cc: remove file.
11988
11989         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11990
11991         * lily/slur-scoring.cc (get_best_curve): only switch on
11992         DEBUG_SLUR_SCORING for non NDEBUG builds.
11993
11994         * lily/include/music.hh (class Music): replace Music::start_mom()
11995         by start-callback property
11996
11997         * lily/include/grace-music.hh: remove file. 
11998
11999         * lily/stem.cc (height): robustness fix.
12000
12001         * lily/time-scaled-music.cc: remove file.
12002
12003         * lily/include/music.hh (class Music): include SCM init argument.
12004         (class Music): replace Music::get_length() virtual by
12005         length-callback property everywhere.
12006
12007         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12008
12009         * mf/GNUmakefile: don't install *list.ly
12010
12011 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12014
12015 2005-01-12  Werner Lemberg  <wl@gnu.org>
12016
12017         This patch addresses the following problems in the feta sources
12018         files which contribute to the fetaXX fonts.
12019
12020         . Many fixes for rasterization at low resolutions (consistent use of
12021           `vround' and `hround', integer shift values for paths, applying
12022           `eps' for mirrored paths, use of `define_whole_pixels' and
12023           friends, etc.) -- while this probably looks like a waste of time
12024           it has revealed deficiencies in some glyph shapes.  See comment at
12025           the end of feta-params.mf how vertical symmetry is achieved.
12026
12027         . The `---' operator has been replaced everywhere with `--'; this
12028           both improves and considerably reduces the font size after
12029           conversion with mf2pt1.
12030
12031         These change aren't explicitly mentioned below since virtually all
12032         glyphs are affected.
12033
12034         Other notable differences:
12035
12036         . Glyphs from feta-accordion.mf now have charboxes around the
12037           outline.
12038
12039         . Fixed incorrect charbox for `accDot'.
12040
12041         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12042
12043         . Fixed position of the bow in the `upprall' glyph and its siblings.
12044
12045         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12046           dependent on the staff line thickness to avoid touching the middle
12047           staff line at smaller sizes.
12048
12049         . Largely extended output for feta-testXX: Where useful, glyphs
12050         are shown both between and on staff lines.
12051
12052
12053         * mf/feta-params.mf (staff_space_rounded,
12054         stafflinethickness_rounded, linethickness_rounded,
12055         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12056         Update all code which uses them where appropriate.
12057         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12058         New variables used to control rasterization at low resolutions.  Set
12059         to zero if feta code is processed with metapost.
12060
12061         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12062         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12063         (flare_path): Updated.
12064         Make it work with `filldraw' (but only circular pens).
12065         (hfloor, vfloor, hceiling, vceiling): New macros.
12066
12067         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12068         Use `draw' again in mf mode to have good pixel dropout control.
12069         Fix intersection points of horizontal lines with circle.
12070         ("accDot"): Fix parameters for set_char_box.
12071         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12072         control.
12073
12074         * mf/feta-banier.mf: Updated.
12075
12076         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12077         testing.
12078         (undraw_inside_ellipse): Remove `center' argument.  Update all
12079         callers.
12080         (draw_brevis): New macro, called by "Brevis notehead".
12081         (draw_whole_triangle_head): New macro, called by "Whole
12082         trianglehead".
12083         (draw_small_triangle_head): Use `filldraw'.
12084
12085         * mf/feta-eindelijk.mf: Remove useless global group.
12086         Updated.
12087
12088         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12089         `filldraw'.
12090
12091         * mf/feta-pendaal.mf: Updated.
12092
12093         * mf/feta-puntje.mf: Updated.
12094
12095         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12096         less points.
12097         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12098         dropout control.
12099         ("Varied Coda"): Use `draw_block'.
12100         (draw_comma): Fix typo.
12101         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12102         pixel dropout control.
12103
12104         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12105         position of bow.
12106
12107         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12108         sizes.
12109
12110         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12111         testing.
12112         (draw_meta_sharp): Much simplified.
12113         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12114
12115         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12116
12117 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12118
12119         * Documentation/user/notation.itely (Ancient rests): Fix typo
12120         (thanks Anthony)
12121
12122 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12123
12124         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12125
12126         * lily/main.cc (setup_paths): Add cff.
12127
12128         * mf/GNUmakefile (foe): Include actual target %.cff.
12129         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12130
12131 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12132
12133         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12134         suffix for main_input_b_.
12135
12136         * scm/music-functions.scm (toplevel-music-functions):
12137         precompute music lengths for music expressions.  
12138
12139 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12140
12141         * lily/include/input.hh (class Input): new `end_' slot for end of
12142         input. Renamed defined_str0_ to start_.
12143
12144         * lily/input.cc (Input): Add Input::Input (Input const &) and
12145         remove Input::Input (Source_file*, char const *). Use the new
12146         slots.
12147         (set_location): method used by bison to propagate input
12148         locations (YYLLOC_DEFAULT).
12149         (end_line_number, end_column_number, step_forward): new methods
12150         
12151         * lily/input-scheme.cc (ly:input-both-locations): new function,
12152         similar to ly:input-location, but also return the end line and
12153         column.
12154
12155         * lily/include/includable-lexer.hh: 
12156         * lily/includable-lexer.cc: 
12157         * lily/include/lily-lexer.hh (class Lily_lexer): 
12158         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12159         Includable_lexer to Lily_lexer, in order to update lexloc (the
12160         yylloc), a new slot of Lily_lexer.
12161         (here_input, LexerError): simplify by using the lexloc slot (aka
12162         yylloc)
12163
12164         * lily/lexer.ll: #define yylloc to use input locations (it may
12165         be useless here?). Fixed the #embedded_scm rule (step the location
12166         forward in order to skip the sharp sign before parsing the scheme
12167         expression)
12168
12169         * lily/include/lily-parser.hh (class Lily_parser): 
12170         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12171         here_input()
12172         (parser_error): overload for more precise locations of errors.
12173
12174         * lily/parser.yy (YYLTYPE): set location type to Input
12175         (YYLLOC_DEFAULT): use Input::set_location()
12176         (yylex): add the YYLTYPE* location parameter.
12177         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12178         Give an Input parameter to THIS->parser-error() for more accurate
12179         messages.
12180
12181 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12182
12183         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12184
12185         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12186         on BEAMQUANTING for non-NDEBUG builds.
12187
12188         * lily/stem.cc (head_count): performance: avoid String::String()
12189         inside oft called function.
12190
12191 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12192
12193         * Documentation/user/examles.itely: attempted fix for broken
12194         string quartet template.
12195
12196         * Documentation/user/notation.itely: remove unnecessary broken
12197         link.
12198
12199 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12200
12201         * VERSION (PACKAGE_NAME): release 2.5.7
12202
12203 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12204
12205         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12206         mf-nowin for teTeX-3.0.  Backportme.
12207
12208         * scm/output-svg.scm (utf8-string): New function.
12209
12210         * scm/output-gnome.scm (utf8-string): New function.
12211         (otf-name-mangling): Remove.
12212
12213         * lily/pango-font.cc (Pango_font): Use font string iso font
12214         filename for utf8-text.
12215
12216         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12217         name.
12218
12219 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12220
12221         * Documentation/user/notation.itely: add info about
12222         Staff.extraNatural = ##f in Pitches section.  Also
12223         fixed some minor issues in the Vocal music section.
12224
12225 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12226
12227         * scm/output-ps.scm (white-text): comment out Helvetica font,
12228         which is broken for my GS install.
12229
12230         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12231         which provides a tighter bbox.
12232
12233         * scm/define-grobs.scm (all-grob-descriptions): remove all
12234         extra-offsets from definitions.
12235
12236 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12237
12238         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12239         add tuning for 4-string bass and some common 4/5-string banjo
12240         tunings.  New function (four-string-banjo) turns a 5-string tuning
12241         into a 4-string tuning.  New function
12242         (fret-number-tablature-format-banjo) computes correct fret numbers
12243         on 5-string banjos.
12244
12245         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12246         Add beam correction to TabVoice.
12247
12248         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12249         using bold font; makes tabs more readable.
12250
12251 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12252
12253         * lily/font-select.cc (get_font_by_design_size): don't make
12254         Modified_font_metric; this causes trouble, since we don't know the
12255         font magnification from inside Pango_font::text_stencil()
12256
12257         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12258
12259         * Documentation/user/notation.itely (The Lyrics context): comment out
12260         broken {Small ensembles} link.
12261
12262         * scm/framework-svg.scm (output-framework): change calling convention.
12263
12264         * lily/object-key-dumper-scheme.cc: new file.
12265
12266         * lily/object-key-undumper-scheme.cc: new file.
12267
12268         * lily/tweak-registration-scheme.cc: new file.
12269
12270         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12271
12272         * Documentation/user/examples.itely (String quartet): uncomment
12273         broken example.
12274
12275         * lily/font-config.cc: new file.
12276
12277 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12278
12279         * scm/output-svg.scm: 
12280         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12281
12282         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12283
12284 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12285
12286         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12287         Add headers.
12288
12289         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12290
12291 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12292
12293         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12294
12295         * lily/include/main.hh: lose _b hungarian suffixes for global
12296         variables.
12297
12298         * lily/include/lily-guile-macros.hh: new file.
12299
12300         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12301
12302         * lily/general-scheme.cc: new file. 
12303
12304         * lily/font-select.cc (get_font_by_design_size): retrieve
12305         PangoFont for (designsize . "pango-descr") entries.
12306
12307         * lily/lily-parser-scheme.cc: new file.
12308
12309         * lily/output-def-scheme.cc: new file.
12310
12311         * lily/paper-book-scheme.cc: new file.
12312
12313         * lily/duration-scheme.cc (LY_DEFINE): new file.
12314
12315         * lily/pitch-scheme.cc:  new file.
12316
12317         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12318
12319 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12320
12321         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12322
12323 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12324
12325         * Documentation/user/notation.itely: minor editing.
12326
12327         * Documentation/user/changing-defaults: minor editing.
12328
12329         * Documentation/user/examples.itely: add template for
12330         string quartet part extraction; demonstrates tag.
12331
12332 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12333
12334         * Documentation/user/notation.itely: documents
12335         format-mark-box-letters and format-mark-box-numbers
12336
12337         * scm/define-context-properties.scm: change comment.
12338
12339 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12340
12341         * scm/framework-ps.scm (output-classic-framework): new function:
12342         dump systems as separate .eps files (without fonts) and write a
12343         single collecting .tex file.
12344
12345 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12346
12347         * Documentation/user/notation.itely (Setting simple songs):
12348         Correct several errors in the equivalent formulation of
12349         \addlyrics. 
12350         (The Lyrics context): Corrected link to the SATB example.
12351
12352 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12353
12354         * scm/lily.scm (completize-formats): new function
12355         (postprocess-output): new function
12356
12357         * lily/paper-book.cc (classic_output): change calling
12358         convention. Give basename as first argument. 
12359         remove Paper_book::post_processing().
12360
12361         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12362
12363 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12364
12365         * lily/paper-outputter.cc (LY_DEFINE): new function
12366         ly:outputter-close.
12367
12368         * lily/main.cc: change --format,-f to --backend,-b
12369
12370         * lily/include/main.hh: rename format to backend.
12371
12372         * scm/translation-functions.scm (format-mark-box-numbers): add.
12373         patch by Erlend Aasland
12374
12375 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12376
12377         * lily/pango-font.cc (text_stencil): dump string as
12378         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12379
12380 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12381
12382         * configure.in (gui_b): Remove handy developer-only
12383         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12384         CVS source installations (but break other non-default but correct
12385         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12386
12387         * SConstruct: 
12388         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12389         compatibility (backportme).
12390
12391         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12392
12393 2005-01-03  Werner Lemberg  <wl@gnu.org>
12394
12395         Prepare glyph shapes for mf2pt1 conversion.
12396
12397         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12398         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12399         `penstroke'.
12400         (accDot): Use `drawdot'.
12401         (accBayanbase): Replace `draw' with `draw_gridline'.
12402         (print_penpos): Moved to feta-macros.mf.
12403         (accOldEE): Replace `filldraw' with `penstroke'.
12404         Replace `draw' with `penstroke' and `drawdot'.
12405
12406         * mf/feta-banier.mf: Code clean-up.
12407         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12408         `fill'.
12409
12410         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12411
12412         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12413         paremeter to control drawing of labels.  Update all callers.
12414
12415         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12416         (new_bulb): Return a bulb as a single path.  To do that, it now
12417         takes some more parameters.  Updated all callers.
12418         (draw_gclef): Major clean-up.  `draw' has been replaced with
12419         `penstroke', unnecessary outlines have been removed.
12420         Remove (unused) gnome-canvas code.
12421
12422         * mf/feta-macros.mf (print_penpos): New macro (from
12423         feta-accordion.mf).
12424         Other minor fixes.
12425
12426         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12427         ("Pedal dot"): Use `drawdot'.
12428         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12429         all callers.
12430         Fix shape at top.
12431         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12432         all callers.
12433         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12434         all callers.
12435         Revert drawing direction.
12436
12437         * mf/feta-schrift.mf (draw_fermata): Use single path.
12438         (draw_short_fermata): Replace `filldraw' with `fill'.
12439         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12440         `draw_rounded_block' with a single path.
12441         ("Thumb"): Draw full circle instead of mirroring segments.
12442         (draw_accent): New macro.
12443         ("> accent", "espr"): Use it.
12444         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12445         ("open (unstopped)"): Draw full circle instead of mirroring
12446         segments.
12447         (draw_vee): Removed.
12448         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12449         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12450         path.
12451         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12452         partial pieces drawn with `fill' -- these do still overlap with the
12453         stem of the `t' but just once, not multiple times so that fontforge
12454         can handle it gracefully.
12455         Change other parts of the glyph so that fontforge's overlapping
12456         algorithm reliably works.
12457         (draw_heel): Replace `draw' with `fill'.
12458         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12459         ("Flageolet"): Replace `draw' with `penstroke'.
12460         ("Segno"): Replace `filldraw' with `penstroke'.
12461         Replace `draw' with `drawdot'.
12462         ("Coda"): Replace `fill' with `penstroke', using a single path.
12463         ("Varied Coda"): Use less overlapping paths.
12464         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12465         single path.
12466
12467         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12468         group to better control the `labels' command.
12469         Rename argument to `offset' and use it actually.  Update all
12470         callers.
12471         Replace `filldraw' with `fill'.
12472         ("mordent", "prallmordent", "upmordent", "downmordent",
12473         "lineprall"): Replace `draw' with `draw_gridline'.
12474         ("upprall", "downprall"): Replace `draw' with `fill'.
12475
12476         * mf/feta-timesig.mf: Formatting.
12477
12478         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12479         to...
12480         ("Flat"): Here.
12481         (draw_paren): Move code to draw labels to...
12482         ("Right Parenthesis"): Here.
12483
12484 2005-01-02  Graham Percival <gperlist@shaw.ca>
12485
12486         * Documentation/user/notation.itely: add example of \setTextDecresc
12487         and \setTextDim.
12488
12489 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12490
12491         * scm/define-markup-commands.scm :  fix glyph-strings of
12492         accidentals and \note-by-number
12493
12494 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12495
12496         * VERSION: 2.5.6 released.
12497         
12498         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12499
12500         * input/regression/new-markup-scheme.ly: oops. font-family=music
12501         -> font-encoding fetaMusic.  
12502
12503         * lily/main.cc: put default to PS.
12504
12505         * lily/tfm.cc: idem.
12506
12507         * lily/afm.cc: idem.
12508
12509         * lily/include/modified-font-metric.hh (struct
12510         Modified_font_metric): remove coding_scheme() method.
12511
12512         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12513
12514         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12515
12516         * input/les-nereides.ly: convert to utf8
12517
12518         * lily/modified-font-metric.cc (text_dimension): idem.
12519
12520         * lily/parser.yy (TODO): idem.
12521
12522         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12523
12524         * lily/lexer.ll: remove encoding
12525
12526         * scm/framework-ps.scm (output-variables): separately scale the
12527         page to mm 
12528
12529         * lily/pango-font.cc (Pango_font): fix scaling.
12530
12531         * lily/font-metric.cc (design_size): design_size returns a
12532         dimension now as well.
12533
12534 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12535
12536         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12537         brace generation. 
12538
12539         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12540
12541 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12542
12543         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12544         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12545
12546 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12547
12548         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12549         in first run as well.
12550
12551         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12552         dimension less points (ie. 12 = 12 point)
12553
12554         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12555
12556         * lily/all-font-metrics.cc (find_pango_font): set description_
12557
12558         * lily/pango-font.cc (text_stencil): export size as well.
12559         (text_stencil): fix scaling and extents box.
12560
12561 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12562
12563         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12564
12565         * Documentation/user/invoking.itely (Invoking lilypond): document
12566         texstr
12567
12568         * scripts/convert-ly.py (conv): add ancient rules.
12569
12570         * scm/clef.scm (c0-pitch-alist): replace - with .
12571
12572         * scripts/lilypond-book.py (process_snippets): add texstr support.
12573
12574         * scm/framework-texstr.scm (header): change extension to .textmetrics
12575
12576         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12577         -f tex.
12578
12579         * lily/text-metrics.cc: new file.
12580         (try_load_text_metrics): new function
12581
12582         * lily/include/text-metrics.hh: new file.
12583
12584 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12585
12586         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12587         ly_scheme_function to ly_lily_module_constant.
12588
12589         * lily/modified-font-metric.cc (text_dimension): try
12590         lookup_tex_text_dimension() first.
12591
12592         * lily/tfm.cc: new function ly:load-text-dimensions
12593
12594 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12595
12596         * scm/output-texstr.scm (text): use \lilygetmetrics
12597
12598         * scm/framework-texstr.scm (header): dump in new format.
12599
12600         * tex/lilypond-tex-metrics: new file.
12601         
12602 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12603
12604         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12605         mapping.
12606         (index_to_charcode): New method.
12607
12608         * scm/output-ps.scm (glyph-string): 
12609         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12610
12611 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12612
12613         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12614         implement fully, need FONT to get to charcode.
12615
12616         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12617
12618         * scm: Cleanups.
12619
12620         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12621         {Tunable context properties},
12622         {All layout objects},
12623         {Music definitions}.
12624
12625 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12626
12627         * VERSION: release 2.5.5
12628         
12629         * lily/main.cc: use TeX as default output format.
12630
12631         * flower/file-path.cc (find): try to open directly as well, so we
12632         find absolute path files. 
12633
12634         * lily/pango-select.cc: new file.
12635
12636         * scm/framework-ps.scm: remove all encoding code. 
12637         load pfb/pfa for PangoFont too.
12638         
12639         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12640
12641 2004-12-22  Werner Lemberg  <wl@gnu.org>
12642
12643         Prepare glyph shapes for mf2pt1 conversion.
12644
12645         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12646
12647         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12648         (define_triangle_shape): Use it to replace `draw' with `fill' and
12649         `unfill'.  Update all callers.
12650         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12651         (draw_cross): Ditto.
12652         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12653         Use penrazor for better conversion with mf2pt1.
12654         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12655         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12656         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12657         draw_la_head, draw_ti_head): Replace `filldraw' with
12658         `fill'.  Update all callers.
12659
12660 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12661
12662         * lily/paper-book.cc (output): revert: only allow a single output
12663         format.
12664
12665         * lily/include/pango-font.hh: new file.
12666
12667         * lily/pango-font.cc: new file.
12668
12669         * lily/font-metric.cc (text_stencil): new routine
12670
12671         * lily/all-font-metrics.cc (find_pango_font): new routine.
12672
12673         * lily/include/font-metric.hh (struct Font_metric): add
12674         text_stencil()
12675
12676         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12677
12678 2004-12-22  Werner Lemberg  <wl@gnu.org>
12679
12680         Prepare glyph shapes for mf2pt1 conversion.
12681
12682         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12683
12684         * mf/feta-toevallig.mf: Formatting.
12685         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12686         ("Natural"): Fix paths to allow better postprocessing.
12687         (draw_meta_flat): Use `z3l' as additional point in path to get
12688         better conversion with mf2pt1.
12689         Other minor cleanups.
12690         ("3/4 Flat"): Add auxiliary points and modify path to replace
12691         `draw' with `fill'.
12692         ("Double Sharp"): Mirror path segments instead of picture elements
12693         to get a single outline.
12694         Modify path to replace `filldraw' with `fill'.
12695
12696 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12697
12698         * input/test/unfold-all-repeats.ly: added file back.
12699
12700         * Documentation/user/notation.itely,
12701         Documentation/user/programming-interface.itely
12702         Documentation/user/changing-defaults.itely: fixed misc broken
12703         links to input/test/ files.
12704
12705 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12706
12707         * tex/texinfo.tex: Update.  We should not be distributing this,
12708         but since we do, use latest version.
12709
12710         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12711         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12712         macros for feta glyphs.
12713
12714 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12715
12716         * Documentation/user/changing-defaults.itely: fix index for set.
12717
12718         * Documentation/user/converters.itely: added convert-ly bugs list
12719         from CVS.
12720
12721 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12722
12723         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12724         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12725         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12726         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12727
12728         * mf/GNUmakefile (pfa_warning): Use less broken check.
12729
12730         * python/lilylib.py (setup_environment): Remove cruft from
12731         GS_FONTPATH.
12732
12733         * configure.in: Bump mftrace requirement to 1.1.1.
12734
12735 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12736
12737         * scm/output-svg.scm (beam): Use polygon.
12738
12739         * scm/lily-library.scm: Bugfix.
12740
12741         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12742
12743         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12744
12745 2004-12-19  Werner Lemberg  <wl@gnu.org>
12746
12747         Prepare glyph shapes for mf2pt1 conversion.
12748
12749         * mf/feta-eindelijk: Some formatting.
12750         (multi_rest_x, multi_beam_height): Removed.  Unused.
12751         ("Quarter rest"): Use `intersectiontimes' to create a single
12752         outline.
12753         (rest_crook): Removed.  Unused.
12754         (draw_rest_bulb): Return path (without filling).  Update callers.
12755         Simplified.
12756         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12757         "128th rest"): Simplify `pat'.
12758         Create single outline.
12759
12760 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12761
12762         * mf/GNUmakefile (ALL_GEN_FILES):
12763         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12764
12765         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12766         function.
12767
12768 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12769
12770         * scm/output-texstr.scm (placebox): add routine
12771
12772         * VERSION (PACKAGE_NAME): release 2.5.4
12773
12774         * scm/framework-texstr.scm (output-framework): new file.  
12775
12776         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12777         processing.
12778
12779         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12780
12781         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12782         rule.
12783
12784         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12785
12786         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12787
12788         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12789
12790 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12791
12792         * scm/framework-svg.scm (dump-page): Implement landscape.
12793
12794 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12795
12796         * lily/main.cc (setup_paths): Add svg to search path.
12797
12798         * scm/output-svg.scm:
12799         * scm/framework-svg.scm: Add pageSet.  Update.
12800         (dump-fonts): New function.
12801         (output-framework): Use it.
12802
12803         * mf/GNUmakefile: 
12804         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12805
12806 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12807
12808         * tex/lilyponddefs.tex: comment out new ifpdf code.
12809
12810 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12811
12812         * GNUmakefile.in: 
12813         * SConstruct (symlink): Replace afm by otf.
12814
12815         * scm/framework-gnome.scm (gnome-main): Remove invocation of
12816         ly:pango-add-afm-decoder.
12817
12818         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
12819
12820 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12821
12822         * scm/output-ps.scm (new-text): don't access t glyph for getting
12823         space dimension.
12824
12825         * ly/init.ly: warn about \version
12826
12827         * lily/lexer.ll: set version-seen?
12828
12829 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12830
12831         * scm/output-svg.scm (string->entities): Update.
12832
12833 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12834
12835         * lily/main.cc (setup_paths): replace afm by otf for path. 
12836
12837         * lily/pangofc-afm-decoder.cc: remove.
12838
12839         * lily/include/pangofc-afm-decoder.hh: remove.
12840
12841         * scm/framework-scm.scm (output-framework): new file.
12842
12843         * mf/GNUmakefile: remove SAUTER_FONTS.
12844         remove SVG/sodipodi hacks.
12845
12846         * scm/lily-library.scm (stderr): move stderr.
12847
12848         * mf/GNUmakefile: remove AFM support.
12849
12850         * buildscripts/mf-to-table.py (base): remove AFM support.
12851
12852         * lily/open-type-font.cc (design_size): use design_size
12853
12854 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12855
12856         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12857
12858 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12859
12860         * mf/GNUmakefile: Generate combined aybabtu info.
12861         * mf/aybabtu.pe.in (i): Load it.
12862
12863         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12864         are not symbols.
12865
12866         * lily/include/open-type-font.hh (count): New method.
12867
12868         * mf/aybabtu.pe.in: Typo.
12869
12870         * Documentation/user/out/lilypond-internals.nexi (Scheme
12871         functions): Typo.
12872
12873         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12874
12875 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12876
12877         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12878         subfonts.
12879
12880         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12881
12882         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12883         (tex-font-command-raw): new function.
12884
12885         * lily/include/virtual-font-metric.hh (Module): remove file
12886
12887         * lily/virtual-font-metric.cc (Module): remove file.
12888         
12889
12890         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12891         (get_indexed_char): read bbox from lily table if present.
12892
12893 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12894
12895         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12896         aybabtu.subfonts
12897
12898         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12899         global glyphname. Enables more than 64 glyphs in the OTF.
12900
12901 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12902
12903         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12904         braces.
12905
12906         * lily/open-type-font.cc (design_size): Use 12 as default for
12907         design size.
12908
12909         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12910
12911         * mf/GNUmakefile: Generate aybabtu.
12912
12913         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12914
12915 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12916
12917         * scm/lily-library.scm (char->unicode-index): Remove.
12918
12919         * scm/output-gnome.scm (text): Bugfix for plain string input.
12920         Updates.
12921
12922         * scm/output-svg.scm (svg-font): Add weight to font selection.
12923
12924 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12925
12926         * Documentation/topdocs/INSTALL.texi (Top): Point to
12927         buildscripts/out/clean-fonts instead of
12928         buildscripts/clean-fonts.sh. 
12929
12930 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12931
12932         * input/regression/figured-bass.ly: attempt to clarify text.
12933
12934         * Documentation/user/notation.tely: add cindex for tag, attempt to
12935         add figured bass example.
12936
12937         * Documentation/user/changing-defaults: basic editing.
12938
12939 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12940
12941         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12942
12943         * lily/open-type-font.cc (LY_DEFINE): new function
12944         ly:font-sub-fonts
12945
12946         * lily/include/font-metric.hh (struct Font_metric): new method
12947         sub_fonts()
12948
12949         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12950         . with - in add.stem.
12951         
12952 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12953
12954         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12955         and fetaDynamic.
12956
12957         * lily/rest.cc (glyph_name): Change - to . .
12958
12959         * scm/output-gnome.scm (text): Hello world, again.
12960
12961         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12962
12963         * lily/modified-font-metric.cc (index_to_charcode): New method.
12964
12965         * lily/include/font-metric.hh (index_to_charcode): New function.
12966
12967         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12968         new function.
12969         (ly:font-glyph-to-index): Remove.
12970
12971 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12972
12973         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12974
12975         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12976
12977         * lily/open-type-font.cc (load_scheme_table): new function
12978
12979         * lily/dots.cc (print): replace - 
12980
12981         * lily/open-type-font.cc (attachment_point): new function.
12982         (load_table): read LILC table
12983
12984         * buildscripts/gen-bigcheese-scripts.py (Module): new
12985         file. Generate FF scripts.
12986
12987         * mf/feta-din10.mf: idem.
12988
12989         * mf/feta-nummer10.mf: remove mf files.
12990
12991         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12992
12993 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12994
12995         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12996
12997         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12998         compatibility.
12999
13000 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13001
13002         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13003         design-size and units_per_EM.
13004
13005         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13006
13007 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13008
13009         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13010         does not crash fontforge.
13011
13012         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13013         PUA.
13014
13015 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13016
13017         * scm/framework-ps.scm (ps-embed-cff): new function.
13018
13019         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13020
13021 2004-12-12  Werner Lemberg  <wl@gnu.org>
13022
13023         * mf/bigcheese.pe.in: Add PUA mapping.
13024         Don't create Type 42 but bare CFF font.
13025
13026 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13027
13028         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13029         within canvas boundaries.
13030
13031         * mf/merge.pe.in: Set font names, version, license GPL.
13032
13033         * make/substitute.make: Add FONTFORGE.
13034
13035         * config.make.in (FONTFORGE): Add.
13036
13037         * configure.in (gui_b): Use PATH_PROG for fontforge.
13038
13039 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13040
13041         * scm/define-markup-commands.scm: add baseline-skip to info
13042         about \column.
13043
13044 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13045
13046         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13047
13048         * scm/output-gnome.scm (named-glyph): Use it.
13049
13050         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13051
13052         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13053         (upper_string, lower_string, reverse_string): Remove.
13054
13055         * configure.in (fontforge): Reinstate version check.
13056
13057         * ly/engraver-init.ly: Fix clef glyph names.
13058
13059         * lily/time-signature.cc (special_time_signature): Fix fraction
13060         glyph names.
13061
13062 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13063
13064         * mf/merge.pe: new file.
13065
13066         * lily/freetype.cc: new file.
13067
13068         * lily/include/open-type-font.hh (class Open_type_font): new file.
13069
13070         * lily/include/freetype.hh: new file.
13071
13072         * lily/open-type-font.cc: new file.
13073
13074         * lily/all-font-metrics.cc (find_otf): new function.
13075
13076 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13077
13078         * lily/time-signature.cc (special_time_signature): Fix.
13079
13080         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13081         GTK2 before checking for pango.  Fixes -fgnome.
13082
13083         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13084         Scheme name.
13085
13086         * scm/define-markup-commands.scm:
13087         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13088
13089         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13090
13091         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13092         date versions.  Fixes configure.
13093         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13094         argument.
13095
13096 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13097
13098         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13099         names in .enc
13100
13101         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13102
13103 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13104
13105         * Documentation/user/changing-defaults.itely: add info about
13106         make-dynamic-script
13107
13108         * Documentation/user/notation.itely: add link in dynamics to
13109         section about make-dynamic-script.
13110
13111 2004-12-09  Christian hitz  <chhitz@gmx.net>
13112
13113         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13114
13115 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13116
13117         * buildscripts/mf-to-table.py (parse_logfile): use . for
13118         concatting name and group.
13119         (parse_logfile): use M for Minus (negative.)
13120
13121         * lily/include/type-swallow-translator.hh
13122         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13123
13124         * lily/*.cc: cosmetics around = sign.
13125
13126         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13127         lyric spacing on the penultimate column.
13128
13129 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13130
13131         * configure.in:
13132         * lily/accidental-placement.cc:
13133         * lily/bar-line.cc:
13134         * lily/beam-concave.cc:
13135         * lily/beam-quanting.cc:
13136         * lily/beam.cc:
13137         * lily/bezier-bow.cc:
13138         * lily/bezier.cc:
13139         * lily/break-align-interface.cc:
13140         * lily/custos.cc:
13141         * lily/dimension-cache.cc:
13142         * lily/dot-column.cc:
13143         * lily/font-metric.cc:
13144         * lily/font-select.cc:
13145         * lily/gourlay-breaking.cc:
13146         * lily/grob-property.cc:
13147         * lily/grob.cc:
13148         * lily/lily-guile.cc:
13149         * lily/line-spanner.cc:
13150         * lily/lookup.cc:
13151         * lily/lyric-extender.cc:
13152         * lily/lyric-hyphen.cc:
13153         * lily/mensural-ligature.cc:
13154         * lily/midi-def.cc:
13155         * lily/misc.cc:
13156         * lily/note-collision.cc:
13157         * lily/note-column.cc:
13158         * lily/note-head.cc:
13159         * lily/paper-outputter.cc:
13160         * lily/percent-repeat-item.cc:
13161         * lily/rest-collision.cc:
13162         * lily/side-position-interface.cc:
13163         * lily/simple-spacer.cc:
13164         * lily/slur-configuration.cc:
13165         * lily/slur-scoring.cc:
13166         * lily/slur.cc:
13167         * lily/spaceable-grob.cc:
13168         * lily/spacing-spanner.cc:
13169         * lily/spanner.cc:
13170         * lily/staff-symbol-referencer.cc:
13171         * lily/stem.cc:
13172         * lily/stencil.cc:
13173         * lily/system-start-delimiter.cc:
13174         * lily/system.cc:
13175         * lily/text-item.cc:
13176         * lily/tie.cc:
13177         * lily/tuplet-bracket.cc:
13178         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13179         <cmath> beacause isinf/isnan is undefined in <cmath>
13180
13181 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13182
13183         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13184
13185 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13186
13187         * VERSION: release 2.5.3
13188         
13189 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13190
13191         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13192
13193 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13194
13195         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13196
13197         * lily/note-head.cc (internal_print): always try the "s" head if
13198         u/d not found.
13199
13200         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13201
13202 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13203
13204         * mf/parmesan-heads.mf (overdone_heads): typos.
13205
13206 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13207
13208         * lily/parser.yy (markup): in markups, { .. } without command
13209         before are also flattened, ie \line must be explicitely used.
13210
13211         * Documentation/user/changing-defaults.itely:
13212         * Documentation/user/notation.itely: 
13213         * input/wilhelmus.ly: 
13214         * input/regression/instrument-name-markup.ly: 
13215         * input/regression/markup-score.ly: 
13216         * input/regression/new-markup-scheme.ly: 
13217         * input/regression/new-markup-syntax.ly: 
13218         * input/test/coriolan-margin.ly: use \line in markups where
13219         appropriate
13220         
13221 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13222
13223         * scm/new-markup.scm (map-markup-command-list): helper function
13224         used in parser.yy to map markup commands on a markup list.
13225
13226         * lily/parser.yy: get rid off < > in markups by treating { } as
13227         real lists.
13228
13229         * lily/lexer.ll: remove < > from markup lexer mode.
13230
13231         * scripts/convert-ly.py (conv): add rule for converting 
13232         \markup < > to \markup { }
13233
13234         * ly/titling-init.ly: 
13235         * input/test/coriolan-margin.ly: 
13236         * input/regression/new-markup-syntax.ly: 
13237         * input/regression/new-markup-scheme.ly: 
13238         * input/regression/multi-measure-rest-text.ly: 
13239         * input/regression/markup-stack.ly: 
13240         * input/regression/markup-score.ly: 
13241         * input/regression/instrument-name-markup.ly: 
13242         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13243         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13244         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13245         * input/wilhelmus.ly: 
13246         * Documentation/user/notation.itely: 
13247         * Documentation/user/music-glossary.tely: 
13248         * Documentation/user/changing-defaults.itely: change < > to { } in
13249         markups
13250
13251 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13252
13253         * lily/accidental-placement.cc (position_accidentals): shortcut if
13254         no accidentals to place.
13255
13256 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13257
13258         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13259         typo s/ly:dimension ?/ly:dimension?/
13260
13261         * input/regression/lily-in-scheme.ly: 
13262         * input/regression/music-function.ly: 
13263         * ly/spanners-init.ly (assertBeamSlope): 
13264         * scm/music-functions.scm (def-grace-function): add the paper
13265         argument to music function definitions.
13266
13267 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13268
13269         * lily/moment.cc (LY_DEFINE):
13270         ly:moment-main-{denominator,numberator}, new function.
13271
13272         * lily/score-engraver.cc (typeset_all): assign to column on basis
13273         of axis-group-parent-X setting.
13274
13275         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13276         add_element() on basis of axis-group-parent-Y setting.
13277
13278         * lily/grob.cc: add axis-group-parent-{XY} properties.
13279
13280         * input/regression/spacing-stick-out.ly: new file.
13281
13282         * lily/simple-spacer.cc (add_columns): use binary search for
13283         setting column rods. Changes O(n^2) to O(n log(n)) for
13284         constructing spacing problem from columns.
13285         (add_columns): read allow-outside-line to make sure no texts stick
13286         out.
13287         (solve): Simple_spacer::is_active() only determines
13288         satisfies_constraints_ for non-ragged typesetting.
13289
13290         * lily/simultaneous-music.cc (to_relative_octave): only set
13291         old_relative_used if return pitch actually changed.
13292
13293         * scm/define-context-properties.scm
13294         (all-user-translation-properties): change to match implementation.
13295
13296         * python/lilylib.py: Replace re.match by re.search and adds "-c
13297         showpage" to the gs command line (Johannes Schindelin)
13298
13299         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13300         before processing. Prevents crash when inf is in the extent.
13301
13302         * scm/define-markup-commands.scm (note-by-number): add "s" to
13303         "noteheads-" glyphname.
13304  
13305         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13306         music function as well.
13307         
13308 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13309
13310         * VERSION: release 2.5.2
13311
13312         * Documentation/user/changing-defaults.itely (Creating titles):
13313         add breakbefore variable.
13314
13315         * lily/paper-book.cc (set_system_penalty): new function. Set
13316         penalty_ based on breakBefore setting
13317
13318         * lily/context-specced-music-iterator.cc (construct_children):
13319         interpret special context id $uniqueContextId 
13320
13321         * lily/context.cc (create_unique_context): new method. Move
13322         creation of unique (\new) contexts into interpreting phase. This
13323         makes
13324
13325           foo= \new Staff ..
13326           << \foo \foo >>
13327
13328         produce 2 staves.
13329         
13330
13331         * scm/define-music-properties.scm (all-music-properties): add
13332         quoted-voice-direction
13333
13334         * ly/music-functions-init.ly: killCues function.
13335
13336         * scm/music-functions.scm (cue-substitute): move creation of voice
13337         contexts further to the back. 
13338
13339 2004-11-25  Werner Lemberg  <wl@gnu.org>
13340
13341         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13342         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13343
13344 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13345
13346         * buildscripts/guile-gnome.sh: Fixed typo.
13347
13348 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13349
13350         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13351
13352         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13353
13354         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13355         to regular engraver. 
13356
13357 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13358
13359         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13360
13361 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13362
13363         * scm/define-markup-commands.scm (fill-line): Typo.
13364
13365         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13366         and newer.
13367
13368 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13369
13370         * ly/dynamic-scripts-init.ly: Fixed typo.
13371
13372 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13373
13374         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13375         note-head, to have different attachment points for up and down.
13376
13377         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13378
13379         * mf/feta-generic.mf (else): remove solfa.
13380
13381         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13382
13383         * scm/define-context-properties.scm
13384         (all-user-translation-properties): add shapeNoteStyles property.
13385
13386         * lily/shape-note-heads-engraver.cc (process_music): new file.
13387
13388         * lily/event.cc (transpose): call Event::transpose() for
13389         transposing the tonic.
13390
13391 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13392
13393         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13394         Unicode/OpenType and AFM.
13395
13396         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13397
13398 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13399
13400         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13401
13402         * lily/context.cc (Context): unprotect key from ctor.
13403
13404         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13405         is '()
13406         (stack-stencils): idem.
13407
13408         * Documentation/user/changing-defaults.itely (Creating titles):
13409         document new title layout options.
13410
13411         * lily/parser.yy (lilypond_header_body): copy previous
13412         $globalheader if present.
13413
13414         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13415         ly:module-copy
13416         
13417         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13418
13419         * scm/titling.scm: remove old titling functions
13420
13421         * lily/stencil.cc (translate): remove absolute dimension.
13422
13423         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13424         via markup.
13425
13426         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13427         field from user-supplied markup
13428
13429         * scm/define-markup-commands.scm (on-the-fly): new markup
13430         command. Enter SCM markup procedure directly in Scheme.
13431         (fromproperty): new markup command. Read markup from props argument.
13432
13433         * scm/titling.scm (marked-up-title): create title via
13434         user-specified markup. 
13435
13436         * scm/define-markup-commands.scm (column): remove empty stencils
13437         from column.
13438
13439         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13440         not have side-effect of creating variable stub.
13441
13442         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13443
13444 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13445
13446         * scm/encoding.scm (coding-alist): 
13447         * scm/font.scm (add-ec-fonts):
13448         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13449         Extended-TeX-Font-Encoding---Latin.
13450
13451         * lily/side-position-interface.cc (general_side_position): Add
13452         actual offset to error message (avoid constant error messages).
13453
13454         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13455         block.
13456
13457         * lily/font-select.cc (select_encoded_font)
13458         (get_font_by_mag_step, get_font_by_design_size): 
13459         * lily/modified-font-metric.cc (Modified_font_metric): 
13460         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13461
13462         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13463         (read-encoding-file): Bugfix: do not require space after bracket.
13464
13465         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13466         these do not exist.
13467
13468 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13469
13470         * Documentation/user/notation.itely: added info about typesetting
13471         boxed bar numbers.
13472
13473 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13474
13475         * flower/interval.cc (T_to_string): gcc4 fixes.
13476
13477         * scm/define-markup-commands.scm (fill-line): use
13478         stack-stencils. This fixes problems with putting already centered
13479         stencils in a line.
13480
13481         * VERSION: release 2.5.1
13482
13483         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13484
13485 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13486
13487         * input/example-[1-3].ly: simplify.
13488
13489         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13490
13491         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13492         show glyphs.
13493
13494         * scm/encoding.scm (decode-byte-string): new function.
13495
13496         * scripts/convert-ly.py (conv): add warning about
13497         set-global-staff-size.
13498
13499         * Doxyfile: add. 
13500
13501         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13502         (conv): warn for TextSpanner split.
13503         (conv): warn for textheight.
13504
13505 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13506
13507         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13508         building the documentation, info with images are installed.
13509         (final-install): Fix description.  Mention sourcing of login
13510         scripts (instead of running).
13511
13512 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13513
13514         * Debian lmodern support.  Note that LilyPond will issue warnings
13515         
13516             no such encoding: "FontSpecific"
13517
13518           The font selection mechanism wants to get the encoding from the
13519           font itself, but the idea of lmodern is that it is usable with
13520           different encodings, ie, Lily should get the encoding from the
13521           font tree, rather than the font itself.  This would require some
13522           more work.
13523         
13524         * configure.in: Test for and accept lmodern if EC fonts not found.
13525
13526         * scm/framework-tex.scm (font-load-command): TeX font name
13527         mangling for latin1 encoded cork-lm fonts.
13528         (convert-to-ps): Load lm.map if available.
13529
13530         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13531         available.
13532
13533         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13534
13535         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13536         available.
13537
13538         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13539         path for absolute file name, that is silly.
13540
13541         * lily/score-engraver.cc (initialize): 
13542
13543         * Documentation/user/GNUmakefile (local-install-info): Invoke
13544         install-info --remove first.
13545
13546         * #include cleanup (Andreas Scherer).
13547
13548 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13549
13550         * input/test/script-abbreviations.ly: fix typos.
13551
13552 2004-11-17  Werner Lemberg  <wl@gnu.org>
13553
13554         * python/lilylib.py (options_help_str): Support pretty-printing of
13555         newlines in fourth element of option description.
13556
13557         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13558         feature.
13559         Sort options.
13560
13561         * Documentation/user/lilypond-book.itely: Finish update.
13562
13563 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13564
13565         * Documentation/user/macros.itexi: Add comment about \command.
13566
13567         * Documentation/user/lilypond.tely:
13568         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13569         and lilypond-book nodes, so that `info lilypond' visits the manual
13570         at top level, and `info lilypond-book' visits the lilypond-book
13571         section.
13572
13573         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13574         and packager messages.
13575
13576         * lily/pangofc-afm-decoder.cc: Update test.
13577
13578 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13579
13580         * scm/lily-library.scm (char->unicode-index): New function.
13581
13582         * scm/output-gnome.scm: 
13583         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13584
13585         * Proper naming of file name throughout; s/filename/file[-_]name/.
13586
13587         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13588
13589         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13590
13591 2004-11-16  Werner Lemberg  <wl@gnu.org>
13592
13593         * scripts/lilypond-book.py: The Lord has commanded me to use only
13594         tabs for indentation.  Your humble servant obeys.
13595
13596 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13597
13598         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13599         including font, if LilyPond-feta font is only feta font in path.
13600
13601         * scm/output-gnome.scm (text): Revert to file name of font if font
13602         has no name.  Fixes ec font selection.
13603         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13604
13605         * scm/framework-svg.scm:
13606         * scm/output-svg.scm: New file.  TODO: figure out how to
13607         do character by index in font.
13608
13609         * scm/output-sodipodi.scm: Remove.
13610
13611         * scm/output-ps.scm (stem): Remove.
13612
13613 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13614
13615         * scm/output-gnome.scm (beam): New function.
13616         (slur): Round corners.
13617         (round-filled-box): Round corners.
13618
13619 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13620
13621         * scm/output-gnome.scm (beam): add function.
13622         (draw-line): new routine.
13623         (dashed-line): stub; call draw-line
13624         (polygon): new routine.
13625
13626 2004-11-15  Werner Lemberg  <wl@gnu.org>
13627
13628         * Documentation/user/lilypond-book.itely: Revise section on
13629         lilypond-book options.
13630         Other minor fixes.
13631
13632         * scripts/lilypond-book.py: Change indentation to 4.
13633         Minor formatting.
13634
13635 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13636
13637         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13638         grobs that have tweaks specced.
13639         
13640 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13641
13642         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13643
13644 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13645
13646         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13647         actual char #, not 0 based index.
13648
13649         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13650
13651         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13652         Warning: do make -C mf clean.
13653
13654         * lily/context-property.cc: Compile fix.
13655
13656         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13657         Grok ec-fonts, braces and dynamics.
13658
13659         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13660
13661 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13662
13663         * lily/include/tweak-registration.hh: new file.
13664
13665         * lily/tweak-registration.cc: new file.
13666
13667         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13668         saving tweaks.
13669
13670         * scm/output-gnome.scm (text): comment dribble.
13671
13672 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13673
13674         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13675
13676         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13677         path-def before using.  Fixes muchtomany slurs in wrong places
13678         bug.
13679
13680 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13681
13682         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13683
13684         * lily/include/object-key-undumper.hh (Module): new file.
13685
13686         * lily/object-key-undumper.cc (Module): New file. Deserialize
13687         keys. SCM bindings
13688
13689         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13690         Provide SCM bindings.
13691
13692         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13693         new file. Serialize object keys.
13694         
13695         * lily/object-key.cc (dump): new function.
13696         (as_scheme): new virtual function
13697         (undump): new function
13698         (undumpers): new table.
13699
13700         * lily/include/global-context.hh (Context): take \score key upon init.
13701
13702         * lily/object-key-dumper.cc (serialize_key): new file.
13703
13704         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13705
13706         * lily/lily-lexer.cc: remove \quote.
13707
13708         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13709
13710         * lily/context.cc (Context): take key argument in ctor.
13711         (create_context): new function
13712
13713         * lily/grob.cc (Grob): take key argument in ctor.  
13714
13715         * lily/lilypond-key.cc (do_compare): new file.
13716
13717         * lily/object-key.cc (Object_key): new file.
13718
13719         * lily/include/object-key.hh (class Object_key): new file.
13720
13721         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13722
13723 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13724
13725         * Documentation/user/lilypond-book.itely: add small warning about
13726         noindent default in lilypond-book.
13727
13728         * Documentation/user/converters.itely: add examples for convert-ly.
13729
13730         * Documentation/user/examples.itely: change version string in templates
13731         to 2.4.0.
13732
13733 2004-11-12  Karl Hammar  <karl@aspodata.se>
13734
13735         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13736         cmdline, use xargs instead (backportme)
13737
13738 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13739         
13740         * Documentation/user/: Numerous fixes in the user manual.
13741
13742 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13743
13744         * lily/parser.yy (re_rhythmed_music): search music expression for
13745         context-id, surround by \new Voice if not found. Fixes:
13746         addlyrics-second-staff.ly
13747
13748         * VERSION: 2.5.0 released.
13749         
13750 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13751
13752         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13753
13754         * Documentation/user/GNUmakefile: Separate rules for split and
13755         unsplit html documents.  Remove perl massaging.  (backportme)
13756
13757 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13758
13759         * Documentation/user/lilypond-book.itely: add short warning about
13760         \lilypond{} in LaTeX docs.
13761
13762 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13763
13764         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13765         found.  (backportme)
13766
13767         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13768         version requirement.  (backportme)
13769
13770         * configure.in: Be explicit about old versions of
13771         ec-fonts-mtraced.  (backportme)
13772
13773         * lily/context-selector.cc (set_tweaks): New function.
13774         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13775         web with -DTWEAK.
13776
13777         * Documentation/user/introduction.itely (Automated engraving):
13778         Remove fragment option.  Fixes web.
13779
13780         * lily/context-property.cc (make_item_from_properties):
13781         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13782         #ifdef.
13783
13784         * scm/define-context-properties.scm
13785         (all-internal-translation-properties): Add tweakRank and tweakCount.
13786
13787         * lily/grob.cc: 
13788         * scm/define-grob-properties.scm (all-internal-grob-properties):
13789         Add tweak-rank and tweak-count.
13790
13791 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13792
13793         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13794         New function.
13795         (text): Use them.
13796
13797         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13798         animated/opaque grob dragging tweaks.
13799
13800         * buildscripts/guile-gnome.sh: Update.
13801
13802 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13803
13804         * scm/define-grobs.scm (all-grob-descriptions): Added
13805         line-interface to the LigatureBracket object.
13806
13807 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13808
13809         * scm/framework-gnome.scm (item-event): Support non-animated mouse
13810         dragging tweaks.
13811
13812         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
13813
13814         * lily/context-selector.cc (store_context): New function.
13815
13816         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
13817         (store_grob): New function.
13818         (identify_grob): Add Moment parameter.
13819
13820         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
13821         exists.
13822
13823         * scm/framework-gnome.scm (save-tweaks): Write as alist.
13824
13825 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13826
13827         * scm/framework-gnome.scm (item-event): Print grob id.
13828         (save-tweaks): New function.
13829         (tweak): New funtion.
13830         (item-event): Use it, bound to arrow keys.
13831
13832         * lily/context-property.cc (make_item_from_properties): Register grob.
13833         * lily/context.cc (add_context): Register context.
13834
13835         * lily/include/context-selector.hh:
13836         * lily/include/grob-selector.hh:
13837         * lily/context-selector.cc:
13838         * lily/grob-selector.cc: New file.
13839
13840 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13841
13842         * lily/slur.cc: add 'positions to interface
13843
13844         * lily/main.cc: reinstate PS as standard output format. 
13845
13846         * scm/framework-tex.scm (output-preview-framework): print systems
13847         up to first non title system.
13848
13849         * lily/grace-engraver.cc (start_translation_timestep): split
13850         scm_cadddr
13851         
13852 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13853
13854         * lily/quote-iterator.cc (Module): remove old quote-iterator
13855
13856         * scm/define-music-types.scm (music-descriptions): move
13857         NewQuoteMusic over QuoteMusic
13858
13859         * Documentation/user/notation.itely (Formatting cue notes): use
13860         \cueDuring.
13861
13862         * lily/new-quote-iterator.cc (quote_ok): new function.
13863
13864         * input/regression/quote-cue-during.ly: new file.
13865
13866         * input/regression/quote-grace.ly: new file.
13867
13868         * scm/define-context-properties.scm (Module): change definition of
13869         graceSettings
13870
13871         * lily/context-property.cc (Module): rename from
13872         translator-property.cc
13873
13874         * lily/context.cc (context_name_symbol): new function
13875
13876         * lily/grace-engraver.cc: new file. Set properties for grobs based
13877         on the grace-ness of now_moment().
13878
13879         * scm/music-functions.scm (add-grace-property): use list
13880         iso. vector for graceSettings
13881         remove set-{start,stop}-grace-properties. 
13882
13883         * lily/new-quote-iterator.cc (construct_children): set
13884         quote_outlet_ if no quoted-context-{id,type} specified.
13885
13886         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13887
13888         * lily/parser.yy (command_element): remove \quote.
13889
13890         * ly/music-functions-init.ly (location): add quoteDuring music
13891         function. 
13892
13893         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13894         optional semicolon. (backportme)
13895
13896 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13897
13898         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13899         need to link to GUILE et al.
13900
13901 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13902
13903         * scm/define-music-properties.scm (all-music-properties): add
13904         quoted-context-type, quoted-context-id.
13905
13906         * scm/lily.scm (type-check-list): new function.
13907         
13908         * scm/lily-library.scm: new file. Generic library routines.
13909
13910         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13911         parser.
13912
13913         * ly/music-functions-init.ly: add quoteDuring function.
13914
13915         * lily/include/music-iterator.hh (class Music_iterator): rename
13916         set_translator -> set_context
13917
13918         * lily/parser.yy (Generic_prefix_music_scm): add
13919         MUSIC_FUNCTION_SCM_SCM_MUSIC
13920
13921         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13922
13923         * scm/framework-tex.scm (header): sanitize TeX paper size.
13924         (backportme)
13925
13926 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13927
13928         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13929
13930         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13931
13932         * scm/framework-tex.scm (font-load-command): Use T1 if no
13933         font-encoding set.  (backportme)
13934
13935         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13936         exists before converting.  (backportme)
13937
13938         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13939         exists before converting.  (backportme)
13940         (convert-to-ps): Remove .ps file if it exists before
13941         converting.  (backportme)
13942
13943         * lily/lexer.ll: Remove extra progress newline, use present tense.
13944
13945         * scm/paper.scm (paper-alist): public.
13946         * scm/framework-tex.scm (convert-to-ps):
13947         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13948         command line.
13949
13950 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13951
13952         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13953
13954         * lily/recording-group-engraver.cc (derived_mark): mark
13955         now_events_. (backportme)
13956
13957 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13958
13959         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13960
13961         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13962         invoking latex. (backportme.)
13963
13964         * lily/stem.cc (off_callback): center stems for all rest stems.
13965
13966 2004-11-05  Werner Lemberg  <wl@gnu.org>
13967
13968         * Documentation/user/lilypond.tely: Add more guidelines for writing
13969         lilypond texinfo documents.
13970
13971 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13972
13973         * Documentation/index.html.in: remove <hr>.
13974
13975         * THANKS: change 2.3 to 2.4.
13976
13977 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13978
13979         * scm/output-gnome.scm: More fontconfig comment.
13980
13981 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13982
13983         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13984         <package> directory in $(builddir)/share according with
13985         PACKAGE_NAME defined in the VERSION file.
13986
13987 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13988
13989         * lily/beam.cc (rest_collision_callback): use local beam
13990         multiplicity.
13991
13992         * input/regression/stem-stemlet.ly: new file.
13993
13994         * lily/stem.cc (add_head): store rests as well.
13995
13996         * scm/define-grob-properties.scm (all-user-grob-properties): add
13997         stemlet-length
13998
13999         * lily/stem.cc: store rests as well.
14000         
14001         * input/regression/new-slur.ly: mention forcing.
14002
14003 2004-11-04  Werner Lemberg  <wl@gnu.org>
14004
14005         * Documentation/user/*: A new round of layout fixes and document
14006         structure cleanup.
14007
14008 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14009
14010         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14011
14012 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14013
14014         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14015
14016 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14017
14018         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14019
14020         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14021
14022         * lily/main.cc (main): Invoke identify.
14023
14024         * scm/lily.scm (postscript->pdf): Remove progress newline.
14025         Write progress to stderr.
14026
14027         * lily/paper-book.cc (output): Remove progress newline.
14028
14029         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14030         gettext on user messages, and remove whitespace.
14031
14032         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14033
14034         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14035         argv[0] (Thomas Scharkowski).
14036
14037         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14038         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14039         for ec-fonts-mtraced.
14040
14041         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14042         --srcdir build (Bertalan).
14043
14044         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14045         headers and library too (Laura Conrad).
14046
14047         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14048         package for guile too (Laura Conrad).
14049
14050         * lily/main.cc (usage): Typo.
14051
14052 2004-11-02  Werner Lemberg  <wl@gnu.org>
14053
14054         * Documentation/user/notation.ly: More fixes to improve appearance.
14055
14056         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14057         better output for multicolumn tables.
14058
14059 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14060
14061         * lily/main.cc (dir_info): Fixed typo in the printouts.
14062
14063 2004-11-01  Werner Lemberg  <wl@gnu.org>
14064
14065         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14066         of output.
14067         Set `per_line' to 2; replace hard-coded value with it.
14068
14069         * Documentation/user/*: Many fixes to improve appearance of
14070         printed manual.
14071
14072 2004-11-01  Werner Lemberg  <wl@gnu.org>
14073
14074         * Documentation/user/changing-defaults.itely,
14075         Documentation/user/notation.ly,
14076         Documentation/user/programming-interface.itely: Use @/.
14077         Fix formatting of some lilypond snippets and tables.
14078
14079         * scripts/lilypond-book.py (compose_ly): Provide useful default
14080         for LINEWIDTH in `override'.
14081
14082 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14083
14084         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14085
14086 2004-10-31  Werner Lemberg  <wl@gnu.org>
14087
14088         Resetting @exampleindent to `5' gives ugly results with texinfo's
14089         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14090         (if not quoting) to change @exampleindent only locally.
14091
14092         * scripts/lilypond-book.py (NOQUOTE): New variable.
14093         (output) [LATEX]: Remove AFTER and BEFORE.
14094         [TEXINFO]: Remove AFTER and BEFORE.
14095         Fix QUOTE and VERBATIM pattern.
14096         Add NOQUOTE pattern.
14097         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14098         and BEFORE.
14099         [output_texinfo]: Use NOQUOTE.
14100
14101 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14102
14103         * Documentation/user/changing-defaults.itely: clarify paper
14104         size commands with correct info.
14105
14106         * Documentation/user/lilypond-book.itely: add more docs for
14107         filename extensions.
14108
14109 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14110
14111         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14112         (PATCH_LEVEL): start 2.5.0.
14113
14114 #Local variables:
14115 #coding: utf-8
14116 #End:
14117