]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(FileLink): new class. collect
[lilypond.git] / ChangeLog
1 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * buildscripts/output-distance.py (FileLink): new class. collect
4         info systems from one .ly file. 
5   
6 2006-06-02  Graham Percival  <gpermus@gmail.com>
7
8         * tex/texinfo.tex: partial fix for @funindex.
9
10         * Documentation/user/macros.tely: uncomment @funindex (doesn't
11         break anything).
12
13 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
14
15         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
16
17         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
18         @example too. Backportme.
19
20 2006-06-02  Graham Percival  <gpermus@gmail.com>
21
22         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
23         from Werner Lemberg.
24
25 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
26
27         * Documentation/user/music-glossary.tely: additional spanish
28         updates and a lyrics fix in an example.
29
30 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
31
32         * scm/define-grob-properties.scm: Previous patch contained
33         spurious line from another patch not yet committed.  Fixed.
34
35         * scm/define-grob-properties.scm: Add missing doc strings for
36         ancient notation.
37
38 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
39
40         * buildscripts/output-distance.py
41         (ComparisonData.write_text_result_page): separate the scores, sort
42         by geo_score.
43
44         * scm/framework-eps.scm (output-classic-framework): start at 1 for
45         system signatures.
46
47         * buildscripts/output-distance.py (me_path): use argv[0] for
48         sys.path extension
49         (ComparisonData.img_cell): use colored borders.
50
51         * scm/stencil.scm (write-system-signature): escape newlines too.
52         (write-system-signature): use (1,-1) interval for empty interval
53
54 2006-01-01  Graham Percival  <gpermus@gmail.com>
55
56         * Documentation/user/music-glossary.tely: Spanish updates
57         from Francisco Vila.
58
59         * Documentation/user/lilypond-book.itely: addition from
60         Vaclav Smilauer.
61
62         * Documentation/user/ various: edits, small additions
63         from mailist, etc.
64
65 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
66
67         * GNUmakefile.in (tree-lib-prefix-current):
68         (tree-share-prefix-current): Use version number in tree, add
69         `current' symlinks.
70
71 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
72
73         * GNUmakefile.in: write VERSION, again.
74
75         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
76         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
77
78         * stepmake/aclocal.m4: robuster version detection.
79
80         * buildscripts/output-distance.py
81         (ComparisonData.create_html_result_page): copy only if file
82         exists, fixup src paths.
83
84         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
85
86 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
87
88         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
89         Another datarootdir reto.
90
91         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
92         available.  This should be moved to postinstall-lilypond-doc.
93
94 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
95
96         * GNUmakefile.in: simplify local-WWW-post. 
97         remove -type l from find.
98
99         * buildscripts/output-distance.py (ComparisonData.compare_trees):
100         fixes. Don't follow symlinks.
101         (ComparisonData.create_html_result_page): remove previous results.
102         insert ../python in path.
103
104         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
105
106 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
107
108         * config.make.in (datadir): Add datarootdir to silence autoconf.
109
110         * stepmake/aclocal.m4: Update for autoconf-2.59d.
111
112 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
113
114         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
115
116         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
117         slash beams too wide.
118
119 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
120
121         * VERSION: release 2.9.7
122         
123 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
124
125         * lily/relocate.cc (read_relocation_dir): Do not blindly
126         dereference DIR.
127
128 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
129
130         * lily/parser.yy: replace THIS by PARSER
131
132         * Documentation/index.html.in: add link to test-results.html page.
133
134         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
135
136         * scm/translation-functions.scm (format-bass-figure): translate
137         digits over 10 to the left
138
139         * scm/define-markup-commands.scm (translate-scaled): new markup.
140
141         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
142         7 glyph. 
143
144         * ly/engraver-init.ly: add Figured_bass_engraver
145
146         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
147
148         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
149
150         * lily/score-engraver.cc (announce_grob): only note START announces.
151
152         * lily/include/engraver-group.hh (Translator_group):
153         acknowledge_hash_table_ is now drul.
154
155         * lily/engraver.cc (announce_end_grob): new method.
156
157         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
158
159         * lily/translator-dispatch-list.cc (create): take start_end argument.
160
161         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
162         acknowledge_static_array_ to drul
163
164         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
165
166         * scm/define-grob-interfaces.scm
167         (bass-figure-alignment-interface): add bass-figure-alignment-interface
168
169         * scm/define-grobs.scm (all-grob-descriptions): add
170         BassFigureAlignmentPositioning
171
172         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
173         number stays up to date. Backportme.
174
175 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
176
177         * Documentation/user/basic-notation.itely (Bar lines): Document
178         the "||:" bar type. 
179
180 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
183
184         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
185         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
186         build.
187
188         * Resurrect `scons lily' build.
189
190         * SConstruct (symlink_tree): Bugfix: link
191         music-drawing-routines.ps to file iso directory.
192
193         * lily/SConscript: Remove kpath-guile from LIBS.
194
195         * SConstruct (libdir_package_version): Typo.
196         (configure): Comment-out fontforge for lack of fontforge.pc .
197         Also add libdir* to environment.
198
199 2006-05-30  Graham Percival  <gpermus@gmail.com>
200
201         * Documentation/user/ various: minor additions from mailist and
202         editing.
203
204 2006-05-30  Paco <fravd@ya.com>
205
206         * Documentation/user/music-glossary.tely: numerous corrections and
207         some new translations.
208
209 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
210
211         * BackportmeStart.
212         
213         * buildscripts/output-distance.py
214         (ComparisonData.create_html_result_page): new routine: summarise
215         results in HTML page with images. 
216         (ComparisonData.create_text_result_page): create summary text files too.
217
218         * GNUmakefile.in (web-ext): package .signature files too. They
219         compress well. 
220
221         * scm/stencil.scm (write-system-signature): typo.
222
223         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
224
225         * scm/stencil.scm (write-system-signature): better escaping.
226         only write signature for music systems, not for markup systems.
227
228         * scm/framework-ps.scm (output-framework): dump-signatures support
229         for plain output.
230
231         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
232
233         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
234         for -dno-point-and-click
235
236         * lily/grob.cc (get_print_stencil): don't read
237         point_and_click_global to determine whether to set grob-cause.
238
239 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
240
241         * buildscripts/output-distance.py (main): new function.
242         (ComparisonData): new class.
243
244         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
245         careful with generating new LedgerLineSpanners.
246
247         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
248
249         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
250         context. This fixes double ledger lines in output. 
251
252         * lily/system.cc (get_paper_system): remove 3 layer limit.
253
254         * buildscripts/output-distance.py (SystemLink.distance): new
255         file. Compare signatures.
256
257         * python/safeeval.py (SafeEval.visitUnarySub): new file.
258
259         * lily/grob-array.cc (remove_duplicates): rename from
260         uniq(). Sort before calling uniq() so it actually works.
261
262 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
263
264         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
265         \version from lilypond file snippet.
266         (Lilypond_file_snippet.ly): oops. typo.
267         (find_toplevel_snippets): urgh. again.
268
269         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
270         prevent duplicated broken items in output.
271
272         * scm/framework-eps.scm (output-classic-framework): only dump if
273         dump-signatures is set.
274
275         * scm/lily.scm (define-scheme-options): add dump-signatures option.
276
277         * scm/stencil.scm (write-system-signature): new routine: write
278         python parseable signature of a separate paper system.
279         BackportmeEnd.
280         
281 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
282
283         * lily/stanza-number-engraver.cc (process_music): use is_markup()
284         iso is_string().
285         include header.
286
287 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
288
289         * translator-group.cc: send music events to engravers in
290         non-bottom contexts.
291
292         * tuplet-engraver.cc: process tuplet brackets in correct order.
293
294 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
295
296         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
297         arg 2 might point us to a new binary (patch by Karl Hammar)
298         
299 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
300
301         * VERSION (PACKAGE_NAME): release 2.9.6
302
303         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
304
305         * Documentation/user/*.itely: 2nd
306         attempt: replace funindex -> findex globally.
307
308 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
309
310         * input/no-notation/display-lily-tests.ly: fix \applyOutput
311         test. Add \break, \pageBreak, \pageTurn, etc, tests.
312
313         * scm/define-music-display-methods.scm: display methods for
314         breaks. Fix \applyOutput.
315
316 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
317
318         * Documentation/user/macros.itexi: comment out funindex expansion. 
319
320         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
321         everywhere.
322
323         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
324         Karl Hammar. Backportme.
325  
326         * Documentation/user/advanced-notation.itely (Balloon help): idem.
327
328         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
329
330         * Documentation/user/programming-interface.itely (Running a
331         function on all layout objects): idem.
332
333         * Documentation/user/introduction.itely (Automated engraving):
334         update \applyOutput syntax
335
336         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
337         remove debugging hook.
338
339         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
340         expansion. 
341
342         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
343
344         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
345         TEXI2DVI_FLAGS to texi2dvi invocation. 
346
347 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
348
349         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
350         works. More work is done by iterator now, and engraver has been
351         very much simplified.
352
353         * lily/translator-group.cc: try_music is now invoked through a
354         listener
355
356         * lily/*-iterator.cc: Massive cleanups. Junked
357         try_music_in_children globally. Renamed try_music to report_event,
358         and made that method descend to a bottom context automatically.
359
360         * lily/event-iterator.cc: New file.
361
362         * lily/output-property-iterator.cc,
363         lily/old-lyric-combine-music-iterator.cc: Removed.
364
365         * python/convert-rules.py: Modified the syntax for \applyOutput.
366
367 2006-05-23  Graham Percival  <gpermus@gmail.com>
368
369         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
370         creation.
371
372         * Documentation/user/ various: stuff that might have helped
373         to fix the pdf creation, plus some minor doc additions.
374
375         * Documentation/user/changing-defaults.itely: remove @b from
376         @b{ @internasref{foo}}; this breaks texi2dvi -E.
377
378 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
379
380         * lily/beaming-pattern.cc (beamify): deal with negative start
381         moments for beaming patterns.
382
383 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
384
385         * lily/beaming-info.cc (beamify): new function: read beatLength
386         and beatGrouping from context. 
387
388         * input/regression/beam-beat-grouping.ly (Module): new file.
389
390         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
391
392         * lily/beam.cc (get_beam_segments): generate events for
393         max_connect_ case too.
394         (get_beam_segments): read Stem::max-beam-connect.
395
396         * input/regression/beam-single-stem.ly: new file.
397
398         * lily/stem.cc (set_beaming): use #f as signaling value for
399         beamcount 0.
400
401         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
402
403         * lily/beam.cc (set_beaming): read clip-edges property.
404         (calc_direction): don't suicide for single stem.
405
406         * lily/beaming-info.cc (best_splitpoint_index): take bool*
407         argument, remove 1<<15 hack. Remove clip_edges() 
408
409         * lily/hairpin.cc (print): only do padding for nonmusical bounds
410
411 2006-05-21  Graham Percival  <gpermus@gmail.com>
412
413         * Documentation/user/basic-notation.itely: reorg.
414
415         * Documentation/user/ various: minor fixes.
416
417 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
418
419         * lily/stencil-expression.cc (register_stencil_head): opps, append
420         to cdr of static SCM object.
421
422 2006-05-19  Graham Percival  <gpermus@gmail.com>
423
424         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
425         update framework for command index.  DOC WRITERS: use @funindex
426         instead of @cindex @code{}.
427
428         * Documentation/user/ various: replace @cindex @code{} => @funindex
429
430 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
431
432         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
433         case positions is set manually. 
434
435 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
436         
437         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
438         rules to Scheme.
439
440 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
441
442         * Documentation/user/changing-defaults.itely (Contexts explained):
443         use absolute dimension for @image.
444
445         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
446         out image for illustration too.
447         ($(outdir)/%.png): add more png <-> eps rules. 
448
449 2006-05-17  Graham Percival  <gpermus@gmail.com>
450
451         * Documentation/user/ various: remove trailing whitespace, cosmetic
452         change to reduce changes produced by diff.
453
454 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
455
456         * lily/main.cc (do_chroot_jail): correctness tweak.
457
458         * python/lilylib.py (system): import subprocess in system () only.
459
460         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
461
462         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
463         variable. Backportme.
464
465 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
466         
467         * lily/parser.yy: Change all syntax rules of type Music to SCM type
468
469 2006-05-17  Werner Lemberg  <wl@gnu.org>
470
471         * lily/lexer.ll (init_signature_has_table): Add
472         `scm-scm-music-music'.
473
474         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
475         (Generic_prefix_music_scm): Add rule for it.
476
477         * lily/quote-iterator.cc (Quote_iterator::process): Handle
478         `quoted-transposition' property.
479
480         * ly/music-functions-init.ly (transposedCueDuring): New function.
481
482         * scm/define-music-properties.scm (all-music-properties): Updated.
483
484         * Documenation/topdocs/NEWS.itely: Document it.
485
486 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
487
488         * python/lilylib.py (system): move import subprocess to system()
489         definition. 
490
491         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
492
493         * VERSION (PATCH_LEVEL): release 2.9.5
494         
495         * Documentation/topdocs/INSTALL.texi (Top): update versions and
496         build instructions. 
497
498         * ly/engraver-init.ly: switch on hairpinToBarline by default.
499
500 2006-05-16  Graham Percival  <gpermus@gmail.com>
501
502         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
503
504         * Documentation/user/ various: minor fixes.
505
506 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
507
508         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
509
510 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
511
512         * Documentation/user/advanced-notation.itely (Instrument names):
513         Modified obsolete instruction on how to move instrument names away
514         from the staves. Hmm, at second thought the bug probably has been
515         solved, so the full bug description should probably be removed.
516
517 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
518
519         * lily/dynamic-engraver.cc (typeset_all): hang ending on
520         currentCommandColumn. 
521
522         * lily/hairpin.cc (print): also add padding for non-neighbor
523         hairpin bounds.
524
525         * scm/define-context-properties.scm
526         (all-user-translation-properties): add hairpinToBarline
527
528         * input/regression/hairpin-to-barline.ly: new file.
529
530         * lily/context.cc (internal_send_stream_event): thinko fix.
531
532         * lily/tie.cc (set_default_control_points): robustness fix.
533
534         * python/musicxml.py (Part.interpret): don't complain about
535         incomplete measures.
536
537         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
538         new music if last_event_chord() returned None.
539
540         * python/musicxml.py (Part.interpret): skip back over chord notes.
541
542 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
543         
544         * lily/percent-repeat-engraver.cc, lily/parser.yy,
545         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
546         lily/slash-repeat-engraver.cc,
547         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
548         iterator sends PercentEvents
549
550         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
551         rework tuplets: send start/stop events to engraver
552
553         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
554         dispatchers event-source and events-below to Context
555         
556 2006-05-15  Graham Percival  <gpermus@gmail.com>
557
558         * Documentation/user/README.txt: update info for doc writers.
559
560         * Documentation/user/programming-interface.itely: integrate
561         Nicolas' fixes for chapter rewrite.
562
563         * Documentation/user/ various: minor fixes.
564
565 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
566
567         * lily/clef-engraver.cc: cleanup.
568
569         * Documentation/user/GNUmakefile: dist context-example.eps too.
570
571         * lily/key-engraver.cc (create_key): use
572         explicitKeySignatureVisibility for cancellation too. 
573
574         * lily/font-config.cc (init_fontconfig): don't close file if
575         f==NULL. 
576
577 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
578
579         * Documentation/topdocs/NEWS.tely: niente and rotation news
580
581 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
582
583         * lily/include/stencil.hh
584         * lily/stencil.cc (rotate): new function. Makes it possible
585         to rotate a stencil around a given offset.
586
587         * lily/grob.cc (get_print_stencil): add rotation support
588
589         * lily/stencil-interpret.cc (interpret_stencil_expression):
590         add rotation support
591
592         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
593
594         * scm/define-grob-properties.scm: add 'rotation property
595
596         * scm/define-markup-commands.scm: add rotate markup command
597         
598         * scm/output-ps.scm: add rotation support in PostScript backend
599
600         * scm/output-svg.scm: add rotation support in SVG backend
601
602 2006-05-13  Graham Percival  <gpermus@gmail.com>
603
604         * Documentation/user/music-glossary.itely: French correction.
605
606         * Documentation/user/programming-interface.itely: major
607         new docs, some reorg, some info from Nicolas.
608
609         * Documentation/user/ various: small fixes.
610
611 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
612
613         * Documentation/user/programming-interface.itely (Markup
614         programmer interface): Remove duplicate text.
615
616 2006-05-12  Graham Percival  <gpermus@gmail.com>
617
618         * Documentation/user/context-example.eps: new file.
619
620         * Documentation/user/changing-defaults.itely: set up file to
621         use eps image.
622
623         * Documentation/user/programming-interface.itely: changes
624         from mailist.
625
626 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
627
628         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
629
630 2006-05-11  Graham Percival  <gpermus@gmail.com>
631
632         * Documentation/user/programming-interface.itely: first round of
633         editing and merging emails from Nicolas.
634
635         * Documentation/user/scheme-tutorial: minor edit.
636
637 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
638
639         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
640         XML attributes.
641         (Xml_node.message): use it.
642
643         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
644         oops. Add duration argument.
645
646 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
647
648         * lily/paper-column-engraver.cc (make_columns):
649         * scm/define-grobs.scm: Revert my previous change and set the default
650         in define-grobs.scm instead.
651
652 2006-05-09  Graham Percival  <gpermus@gmail.com>
653         
654         * Documentation/user/changing-defaults.itely: general editing,
655         info about \set and \override.
656
657         * Documentation/user/tweaking.itely, advanced-notation.itely:
658         fixes from Dave Luttinen, thanks!
659
660 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
661
662         * lily/paper-column-engraver.cc (make_columns): By default, a column
663         needs to be breakable.
664
665 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
666
667         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
668         Attributes methods
669         (musicxml_time_to_lily): idem
670         (musicxml_key_to_lily): idem
671         (instrument_drumtype_dict): dict for supported drumtypes.
672         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
673         moments and pending mm rests
674         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
675         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
676         (musicxml_voice_to_lily_voice): add mode change.
677         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
678         speed and less memory usage (factor 5 to 10).
679         (convert): write -defs.ly  and driver file separately so people
680         can script their own part extraction.
681
682         * python/musicxml.py (minidom_demarshal_node): new function:
683         separate minidom handling.
684         (lxml_demarshal_node): new function: support lxml.etree too.
685         (Xml_node.message): new function: verbose error message, with XML
686         path to offending node.
687         (Attributes.get_measure_length): sane interface to MusicXML attributes.
688         (Part_list.generate_id_instrument_dict): new method: collect
689         instrument names, to be able to set drum_type.
690         (Part.interpret): handle underfull measures
691         (Part.interpret): assign instrument names.
692
693         * python/musicexp.py (Output_printer.close): new method
694         (MusicWrapper.print_ly): new class: support other modes,
695         eg. \drummode
696         (BarCheck.print_ly): new class. Support bar checks, with comments
697         and fancy barchecks. 
698         (NoteEvent.__init__): also set drum_type for drum notes.
699         (MultiMeasureRest.lisp_expression): dump mm rests.
700
701         * lily/paper-column-engraver.cc (stop_translation_timestep): set
702         line-break-permission if forbidBreak is not set.
703
704 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
705
706         * scm/define-context-properties.scm:
707         * scm/define-grob-properties.scm:
708         * scm/define-grobs.scm:
709         * scm/define-music-display-methods.scm:
710         * scm/define-music-properties.scm:
711         * scm/define-music-types.scm:
712         * scm/music-functions.scm:
713         * ly/declarations-init.ly:
714         * lily/include/constrained-breaking.hh:
715         * lily/system.cc:
716         * lily/spaceable-grob.cc:
717         * lily/simple-spacer.cc:
718         * lily/paper-score.cc:
719         * lily/paper-column.cc:
720         * lily/paper-column-engraver.cc:
721         * lily/item.cc:
722         * lily/gourlay-breaking.cc:
723         * lily/constrained-breaking.cc:
724         * python/convertrules.py:
725         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
726         "page-break-penalty" and "line-break-permission".
727         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
728         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
729
730         * lily/bar-engraver.cc:
731         * lily/beam-engraver.cc:
732         * lily/forbid-break-engraver.cc:
733         * lily/ligature-engraver.cc:
734         * lily/paper-column-engraver.cc:
735         * lily/percent-repeat-engraver.cc:
736         * lily/score-engraver.cc:
737         * lily/score-engraver.hh:
738         * lily/paper-column-engraver.hh:
739         Inter-engraver communication regarding line breaks is done through context
740         properties (Score.forbidBreak) instead of function calls.
741
742 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
743
744         * VERSION (PACKAGE_NAME): release 2.9.4
745
746 2006-05-08  Graham Percival  <gpermus@gmail.com>
747
748         * Documentation/user/working.itely: proofreading from Dave
749         Luttinen, thanks.
750
751         * Doucmentation/user/README.txt: updated with manual style info.
752
753         * Documentation/user/ various: trim linewidth to 78 chars.
754
755 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
756
757         * scm/define-grob-properties.scm (all-internal-grob-properties):
758         remove chord-tremolo property.
759
760         * lily/beam.cc (get_beam_segments): don't use stem position as
761         base for broken ends.
762
763 2006-05-06  Graham Percival  <gpermus@gmail.com>
764
765         * Documentation/user/putting.itely: proofreading from Dave
766         Luttinen, thanks!
767
768         * Documentation/user/ various: more reorg and clarifications.
769
770 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
771
772         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
773
774         * ly/music-functions-init.ly: new function featherDurations
775
776         * lily/beam.cc: read grow-direction for feathered beaming.
777
778         * Documentation/topdocs/NEWS.tely (Top): typo.
779
780 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
781
782         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
783         tremolo beams.
784
785 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
786         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
787         used by music streams.
788
789         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
790         lily/stream-event.cc, lily/stream-event-scheme.cc,
791         lily/listener.cc, lily/scheme-listener.cc,
792         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
793         lily/include/stream-event.hh, lily/include/listener.hh,
794         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
795         Created data structures for music streams.
796         
797 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
798
799         * lily/beam.cc (get_beam_segments): new function. Reorganise the
800         construction of a beam. 
801         (print): rewrite. 
802
803         * flower/include/std-vector.hh (default_compare): use only one comparison.
804
805         * scm/define-markup-commands.scm (note-by-number): remove debug display.
806         (note-by-number): further attachment fixes.
807
808         * scm/lily-library.scm (ordered-cons): new function.
809         (interval-index): new function
810
811         * lily/note-head-scheme.cc (LY_DEFINE): new file.
812
813         * lily/note-head.cc (get_stem_attachment): new function.
814
815         * scm/define-markup-commands.scm (note-by-number): read 'style
816         property. 
817
818         * input/regression/markup-note.ly: show note-head style option.
819
820         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
821         triangle head.
822
823 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
824
825         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
826
827         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
828
829         * lily/include/constrained-breaking.hh: GCC 4 fix.
830
831 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
832
833         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
834         Replace it with functions get_line_forces and get_line_configuration.
835         (class Simple_spacer): Make data private.
836         Rewrite compression algorithm to be faster and simpler.
837
838         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
839         * lily/gourlay-breaking.cc (solve):
840         * lily/constrained_breaking.cc (space_line):
841         Change it to the new simple-spacer code.
842
843         * lily/paper-score.cc (get_paper_systems):
844         (Paper_score):
845         (process):
846         Delay breaking the systems until they are requested.
847         (find_break_indices):
848         Use vsize for indices.
849         (calc_breaking):
850         Move the "Calculating line breaks" message here.
851
852         * lily/system.cc (pre_processing):
853         Move the "Calculating line breaks" message away from here.
854         (break_into_pieces):
855         Allow multiple calls to this function in sequence (with touching-but-
856         not-overlapping breakpoints).
857
858         * lily/constrained-breaking.cc:
859         Replace most of the get_XXXX functions with get_line_details.
860         Only calculate the force for each line. Calculate configurations only
861         for the lines we will actually use.
862         Replace cols_ with lines_.
863
864 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
865
866         * mf/GNUmakefile (depth): remove FC_FIND.
867
868         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
869
870         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
871
872         * scm/framework-ps.scm (write-preamble): new function.
873         (write-preamble): load mac fonts via fondu, even if gs-font-load
874         is set.
875
876 2006-05-03  Werner Lemberg  <wl@gnu.org>
877
878         * mf/GNUmakefile (FC_FIND): Fix typo.
879
880 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
881
882         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
883
884 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
885
886         * stepmake/aclocal.m4: run python-config for crosscompiling
887         flags. 
888
889         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
890         -f png for HTML, TEXINFO formats. 
891
892         * input/tutorial/lbook-html-test.html: new file.
893
894         * lily/include/tie-formatting-problem.hh (class
895         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
896         [column, direction]. This fixes laissez vibrer ties.
897  
898         * flower/include/tuple.hh (struct Tuple2): new file.
899
900         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
901         $(FCMATCH), only if $(NCSB_DIR) not set. 
902
903         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
904
905         * config.make.in (DOCUMENTATION): set FCMATCH.  
906
907         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
908
909 2006-05-03  Graham Percival  <gpermus@gmail.com>
910
911         * Documentation/user/ various: final round of reorg.
912
913         * Documentation/user/instrument-notation.itely: some more
914         fixes from Eduardo, thanks!
915
916 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
917
918         * VERSION (PACKAGE_NAME): release 2.9.3
919
920         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
921
922         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
923
924 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
925
926         * scm/define-grob-properties.scm (all-user-grob-properties):
927         Correct typo, thanks to Eduardo.
928
929 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
930
931         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
932
933         * buildscripts/lilypond-words.py (F): indent fix.
934
935         * input/regression/tie-arpeggio-collision.ly: new file.
936
937         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
938         function: store outlines per column rank.
939
940         * lily/include/tie-configuration.hh (class Tie_configuration): add
941         column_ranks_ to specification and configuration, to distinguish
942         between ties for different heads in arpegiated chords.
943
944         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
945
946         * *.py: more 4 space indents.
947
948         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
949
950 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
951
952         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
953
954 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
955
956         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
957
958         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
959
960         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
961
962 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
963
964         * python/convertrules.py (conv): indent 4 for python files.
965
966 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
967
968         * Documentation/user/changing-defaults.itely (Creating contexts):
969         Clarify \new semantics.
970
971 2006-04-28  Graham Percival  <gpermus@gmail.com>
972
973         * Documentation/user/ various: major new sections in the
974         Learning manual, slight reorg elsewhere.
975
976 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
977
978         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
979
980         * scm/framework-ps.scm (output-framework): remove PageMedia
981
982 2006-04-27  Graham Percival  <gpermus@gmail.com>
983
984         * Documentation/user/ tweaks.itely, working.itely: new
985         files, being more advanced "learning manual" chapters.
986
987         * Documentation/user/ tutorial, putting, lilypond: reorg.
988
989 2006-04-26  Graham Percival  <gpermus@gmail.com>
990
991         * input/regression/lyric-combine-polyphonic.ly: fixed test
992         (no more "can't find context `one'" error).
993
994 2006-04-25  Joe Neeman <joeneeman@gmail.com>
995
996         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
997
998         * input/regression/stem-tremolo.ly: add 2 more whole note examples
999         
1000 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1001
1002         * lily/relocate.cc (read_relocation_dir): new function.
1003
1004 2006-04-26  Graham Percival  <gpermus@gmail.com>
1005
1006         * Documentation/user/instrument-notation.itely: a few more fixes
1007         from Eduardo, thanks!
1008
1009         * Documentation/user/README.txt: new file; contains info on
1010         style that used to be in lilypond.tely.
1011
1012         * Documentation/user/ various: first round of doc reorg.
1013
1014         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1015         graphic; this probably causes problems on some pdf
1016         viewers, notably Adobe Acrobat.
1017
1018 2006-04-24  Graham Percival  <gpermus@gmail.com>
1019
1020         * Documentation/user/instrument-notation.itely: many alterations
1021         to Vocal music, from Eduardo Viera.
1022
1023 2006-04-23  Graham Percival  <gpermus@gmail.com>
1024
1025         * Documentation/user/instrument-notation.itely: fix \new
1026         instead of \context problem.
1027
1028 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1029
1030         * lily/relocate.cc (expand_environment_variables): new function.
1031         (read_line): id.
1032         (read_relocation_file): id.
1033
1034         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1035
1036 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1037
1038         * ly/engraver-init.ly: remove old comments from TabVoice
1039
1040 2006-04-20  Graham Percival  <gpermus@gmail.com>
1041
1042         * Documentation/user/instrument-notation.itely: added Erlend's
1043         latest doc patch, thanks!
1044
1045 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1046
1047         * lily/include/slur.hh:
1048         * lily/slur.cc:
1049         * lily/phrasing-slur-engraver.cc:
1050         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1051         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1052         Slur_engraver:: and putting it in
1053         Slur::auxiliary_acknowledge_extra_object ().
1054
1055         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1056
1057         * lily/note-collision.cc: fix a comment
1058
1059 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1060
1061         * stepmake/bin/add-html-footer.py: fix footer position in
1062         generated html files: before </body> and </html> tags.
1063
1064 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1065
1066         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1067         Earlier successive `make' commands finally compiled ok.
1068
1069         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1070
1071 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1072
1073         * lily/include/stem-tremolo.hh:
1074         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1075         callers.
1076
1077         * lily/lookup.cc:
1078         * lily/include/lookup.hh: add rotated_box ()
1079
1080 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1081
1082         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1083         been generated. Fixes "can't get `--help'" bug after make clean.
1084
1085         * THANKS: alphabetize contributors.
1086
1087 2006-04-17  Graham Percival  <gpermus@gmail.com>
1088
1089         * Documentation/user/instrument-notation.itely: added Erlend's
1090         tabs and banjo doc patch.  Thanks!
1091
1092 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1093
1094         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1095
1096         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1097
1098         * scm/output-lib.scm: add some more predefined string tunings.
1099
1100         * Documentation/user/instrument-notation.itely: and doc them.
1101
1102 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1103
1104         * ly/engraver.ly: Remove obsolete comments.
1105
1106         * ly/gregorian-init.ly: Define default layout block.
1107
1108         * input/puer-fragment.ly: Updated and extended.
1109
1110 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1113         pdf conversion behaviour.
1114
1115         * flower/file-name.cc (dir_name)
1116         (get_working_directory): Move from relocate.cc.
1117
1118         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1119         
1120         * lily/relocate.cc: Encapsulate sys/stat.h in
1121         HAVE_STAT_H.
1122
1123 2006-04-14  Graham Percival  <gpermus@gmail.com>
1124
1125         * Documentation/user/ various: small updates from Cameron
1126         and Juergen, thanks!
1127
1128         * Documentation/user/ various: small updates of my own.
1129
1130         * THANKS: 2.7 -> 2.8.
1131
1132 2006-04-11  Graham Percival  <gpermus@gmail.com>
1133
1134         * scm/define-context-properties.scm: typo.
1135
1136         * Documentation/user/ : many more small updates.
1137
1138 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1139
1140         * scm/define-music-types.scm: disposed "docme".
1141
1142 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1143
1144         * lily/hairpin.cc: make niente circles a bit smaller.
1145
1146 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1147
1148         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1149         get-pfa and get-*-fonts targets.
1150
1151 2006-04-10  Graham Percival  <gpermus@gmail.com>
1152
1153         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1154         music-glossary, programming-interface: more minor fixes
1155         from mailist.
1156
1157         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1158
1159         * scm/define-context-properties.scm: another old \property update.
1160         This time tested for compiling!
1161
1162 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1163
1164         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1165
1166 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * scm/define-context-properties.scm (all-user-translation-properties): 
1169         * Documentation/user/global.itely (Page formatting): Compile fix.
1170
1171 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1172
1173         * Documentation/user/advanced-notation.itely (Polymetric
1174         notation): Update the example to use the "+" symbol and add link
1175         to input/test/compound-time.ly.
1176
1177 2006-04-08  Graham Percival  <gpermus@gmail.com>
1178
1179         * scm/define-grob-properties.scm: clarify docs for #'direction.
1180
1181         * scm/define-context-properties.scm: update old \property override.
1182
1183         * Documentation/user/ advanced-notation, global, lilypond-book:
1184         more minor doc updates.
1185
1186 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1187
1188         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1189
1190         * scm/backend-library.scm (search-gs): oops.
1191
1192 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1193
1194         * scripts/lilypond-book.py (output): use base, not filename for href.
1195
1196         * scm/backend-library.scm: only look for gs.
1197
1198         * scripts/lilypond-book.py (output): fix printfilename.
1199
1200         * lily/parser.yy (music_function_musicless_prefix): fold together
1201         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1202
1203         * lily/slur.cc (print): only set font-size if not set yet.
1204
1205         * lily/slur-configuration.cc (add_score): improved layout of debug
1206         scoring output.
1207
1208 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1209
1210         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1211         (draw_circle): Hopefully fixed regression.
1212         Improved documentation for several procedures.
1213         
1214 2006-03-04  Werner Lemberg  <wl@gnu.org>
1215
1216         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1217
1218 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1219
1220         * scripts/musicxml2ly.py (bindir): add dynamic
1221         relocation. 
1222
1223 2006-04-04  Graham Percival  <gpermus@gmail.com>
1224
1225         * Documentation/user/ basic-notation, advanced-notation, putting,
1226         instrument-notation, invoking, lilypond, THANKS: another ream of small
1227         fixes from the Doc Helpers.
1228
1229 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1230
1231         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1232
1233         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1234
1235         * Cleaned up interfaces between PostScript and Scheme, and moved
1236         computations from PostScript to Scheme:
1237
1238         * music-drawing-routines.ps
1239         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1240         with stroke_and_fill throughout.
1241         (euclidean_length, print_letter, draw_box): Deleted unused
1242         procedures.  If someone needs draw_box, implement it using
1243         draw_round_box; don't duplicate code.
1244         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1245         Refactored/cleaned up interfaces.
1246         (mark_URI): Moved.
1247
1248         * output-ps.scm: reordered arguments to PostScript functions to
1249         match new interfaces
1250         (glyph-string): Rewrote glyph-string.
1251         (grob-cause): Replaced string-append with format.
1252         (repeat-slash): Rewrote to do computation here.
1253         (round-filled-box): Rewrote to do computation here.
1254
1255 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1256
1257         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1258
1259         * stepmake/stepmake/toplevel- targets.make: print help info about
1260         cvs-clean
1261
1262 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1263
1264         * input/regression/hairpin-circled.ly: new file
1265
1266 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1267
1268         * lily/hairpin.cc (print): add support for circled tip
1269
1270         * scm/define-grob-properties.scm: add circled-tip parameter
1271
1272         * scm/define-grobs.scm: init circled-tip to false
1273         
1274 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1275
1276         * scm/music-functions.scm (quote-substitute): set
1277         iterators-ctor. 
1278
1279 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1280
1281         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1282         BSTINPUTS. 
1283
1284         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1285
1286         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1287
1288 2006-03-31  David Feuer  <david.feuer@gmail.com>
1289         
1290         * scm/framework-ps.scm:
1291         
1292         * scm/output-ps.scm: glyph-string now produces smaller, more
1293         readable, and probably faster PostScript.  Several findfont
1294         scalefont setfont instances changed to selectfont
1295         Hacked-up string-appends changed to formats.
1296
1297         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1298         
1299 2006-03-30  Graham Percival  <gpermus@gmail.com>
1300
1301         * scm/lily-library.scm: make "no version" warning message more polite.
1302
1303         * lily/music.cc: add double quotes to failed octave check.
1304
1305         * Documentation/user/ advanced-notation, changing-defaults,
1306         instrument-notation, invoking, music-glossary: whole bunch of minor
1307         fixes from mailist.
1308
1309 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1310
1311         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1312         $(buildscriptdir) iso. depth.
1313
1314         * VERSION (PACKAGE_NAME): release 2.9.1
1315
1316 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1317
1318         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1319
1320         * VERSION (PATCH_LEVEL): bump version number.
1321
1322         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1323         scm_from_uint32 ()
1324
1325         * lily/pango-font.cc (pango_item_string_stencil): use
1326         scm_from_uint32 ()
1327
1328         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1329         $(outdir)/emmentaler-%.svg): remove canary.
1330
1331         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1332         glyphnames if we have a ttf font.
1333
1334 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1335
1336         * Documentation/user/advanced-notation.itely (Font selection):
1337         Corrected reference to the font-family-override.ly example.
1338
1339 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1340         
1341         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1342         stem-tremolo object in the stem (or else the stem might not be
1343         long enough).
1344
1345 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1346
1347         * lily/ttf.cc (print_trailer): only print existing glyphs.
1348
1349 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1350
1351         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1352         position the tremolo based on the position of the notehead.
1353
1354         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1355         notes and update the texidoc line with the new positioning rules.
1356         
1357 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1358
1359         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1360
1361         * scripts/lilypond-book.py (Module): set default for linewidth if
1362         preamble not found.
1363
1364 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1365
1366         * VERSION (PACKAGE_NAME): release 2.9.0.
1367
1368         * input/regression/stem-tremolo-position.ly: new file.
1369
1370         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1371
1372 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1373
1374         * lily/stem-tremolo.cc (print): position
1375         the tremolo depending only on the end of the stem
1376         and not on the notehead
1377         (raw_stencil): center, on the middle staff line, the
1378         flag that is closest to the end of the stem (previously
1379         the bottom flag)
1380         (calc_width): add this callback to shorten a tremolo when
1381         it is beamed or it is stemup with a flag
1382         (style): add this callback to make a tremolo rectangular when
1383         it is beamed or it is stemup with a flag
1384         (rotated_box): this is like Lookup::beam but makes a rotated
1385         rectangle instead of a parallelogram
1386
1387         * lily/stem.cc (calc_stem_info): make sure the stem
1388         is long enough to fit the tremolo
1389         (calc-length): reduce the length of tremolo stems since the
1390         tremolo code is now capable of better positioning
1391
1392         * scm/define-grobs.scm: make calc_width the default beam-width
1393         callback for stem-tremolo and add the style callback
1394                 
1395 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1396
1397         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1398         case. 
1399
1400 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1401
1402         * lily/ttf.cc (make_index_to_charcode_map): restore old
1403         cmap. 
1404
1405 2006-03-28  Werner Lemberg  <wl@gnu.org>
1406
1407         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1408
1409 2006-03-28  Graham Percival  <gpermus@gmail.com>
1410
1411         * THANKS: update for 2.9, add section for Documentation helpers.
1412
1413         * Documentation/topdocs/NEWS.tely: compile fix.
1414
1415         * Documentation/user/ basic-notation, global, advanced-notation,
1416         examples.itely: minor fixes from mailist.
1417
1418 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1419
1420         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1421         note heads. 
1422
1423         * lily/ttf.cc (print_trailer): use it.
1424
1425         * lily/pango-font.cc (get_unicode_name): new function.
1426
1427         * lily/ttf.cc (make_index_to_charcode_map): move function from
1428         open-type-font.cc
1429         (print_trailer): substitute uniXXXX name if applicable. 
1430
1431         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1432         (pango_item_string_stencil): use it to generate uniXXXX names.
1433
1434         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1435         note heads, for uniform widths in shape note output.
1436         (overdone_heads): hmm. remove them again.
1437
1438         * scripts/lilypond-book.py (output): add links to filenames.
1439
1440         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1441
1442         * lily/note-collision.cc (get_clash_groups): only consider when
1443         Note_column::dir <> CENTER. 
1444
1445         * scripts/lilypond-book.py (get_option_parser): init output_name
1446         to ''. 
1447
1448 2006-03-24  Graham Percival  <gpermus@gmail.com>
1449
1450         * Documentation/topdocs/NEWS.tely: add @end itemize
1451
1452         * Documentation/user/ global, advanced-notation: minor
1453         stuff from mailist.
1454
1455 2006-03-23  Graham Percival  <gpermus@gmail.com>
1456
1457         * Documentation/user/ lilypond.tely, music-glossary,
1458         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1459
1460 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1461
1462         * mf/GNUmakefile: don't install .enc files.
1463
1464         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1465
1466         * VERSION (PATCH_LEVEL): bump to 2.9.0
1467
1468 2006-03-22  Graham Percival  <gpermus@gmail.com>
1469
1470         * Documentation/user/advanced-notation.itely: minor fixes
1471         from mailist.
1472
1473 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1474
1475         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1476
1477         * branch lilypond_2_8
1478
1479 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1480
1481         * scripts/lilypond-book.py (samefile): new function, for windoze
1482         compatibility.
1483
1484 2006-03-21  Graham Percival  <gpermus@gmail.com>
1485
1486         * ly/engraver-init.ly: add info about StaffGroup.
1487
1488 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1489
1490         * input/regression/stem-direction-context.ly: idem.
1491
1492         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1493
1494         * THANKS: add Mats.
1495
1496         * input/regression/page-layout-twopass.ly: comment out \markup so
1497         tweak-file is left.
1498
1499         * lily/instrument-name-engraver.cc (finalize): add to instrument
1500         name global System. This also fixes chopped instrument names, but
1501         doesn't crash when there are slurs/beams.
1502
1503         * lily/slur-configuration.cc (add_score): disallow negative slur
1504         scores.
1505         
1506 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1507
1508         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1509
1510         * lily/instrument-name-engraver.cc (process_music): kludge: add
1511         InstrumentName spanner to axis group of left bound. Fixes chopped
1512         off instrument names in EPS images.
1513
1514         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1515
1516         * scripts/abc2ly.py (option_parser): update to 2.7.40
1517
1518 2006-03-20  Graham Percival  <gpermus@gmail.com>
1519
1520         * THANKS: move small doc contributors to SUGGESTIONS.
1521
1522         * Documentation/user/ basic-notation, advanced-notation,
1523         global: small changes from mailist.
1524
1525 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1526
1527         * Documentation/user/advanced-notation.itely (Text marks): update
1528         for new rehearsalMarkAlignSymbol convention.
1529
1530         * VERSION (PATCH_LEVEL): bump version.
1531
1532         * input/test/instrument-name-align.ly: new file.
1533
1534         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1535
1536         * input/test/instrument-name-align.ly: new file. Document how to
1537         align instrument names.
1538
1539         * lily/mark-engraver.cc: remove properties.
1540
1541         * scm/define-context-properties.scm
1542         (all-user-translation-properties): remove align symbol properties
1543         for barnumber/reh. mark.
1544
1545         * lily/break-align-interface.cc (self_align_callback): new
1546         interface, new function. Look at complete alignment. This handles
1547         tunable break alignments in case break-align-symbols are missing.
1548
1549         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1550
1551         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1552
1553         * python/convertrules.py (conv): mark/bar number alignment rule.
1554
1555         * lily/break-align-interface.cc (calc_positioning_done): also
1556         store offset from last visible break-alignment to its
1557         neighbor. This makes alignment on non-visible objects more reliable.
1558
1559         * po/lilypond.pot (Module): ran po-replace.
1560
1561         * input/regression/tie-single-manual.ly (Module): new file.
1562
1563         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1564         look at has_manual_position_.
1565         (from_ties): set has_manual_position_ if tie has staff-position set.
1566
1567         * lily/tuplet-bracket.cc (calc_positions): idem.
1568
1569         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1570         doesn't span time.
1571
1572 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1573
1574         * scm/define-markup-commands.scm (smallCaps): new markup command
1575         for turning a text to small caps using smaller font size and upper
1576         casing.
1577
1578 2006-03-17  Graham Percival  <gpermus@gmail.com>
1579
1580         * Documentation/user/ examples, instrument-notation,
1581         advnaced-notation: minor fixes from mailist.
1582
1583 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1584
1585         * Documentation/user/tutorial.itely (First steps): change example
1586         to verbatim.  
1587
1588 2006-03-17  Graham Percival  <gpermus@gmail.com>
1589
1590         * Documentation/user/ examples, advanced: minor changes from mailist.
1591
1592         * THANKS: add Geoff Horton, for documentation stuff.
1593
1594 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1595
1596         * python/lilylib.py (system): revert have_select kludge.
1597
1598         * Documentation/user/tutorial.itely (Commenting input files):
1599         update version numbers in doc. 
1600
1601         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1602         bound-padding to multi-measure-interface
1603
1604 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1605
1606         * input/test/engraver-example.ily: update version number.
1607
1608         * VERSION (PACKAGE_NAME): release 2.7.39
1609
1610         * lily/note-spacing.cc (get_spacing): heighten threshold where
1611         accidentals/arpeggios influence previous spacing fully.
1612
1613         * lily/rest.cc (y_offset_callback): only use direction if
1614         staff-position wasn't set before.
1615
1616         * lily/bar-number-engraver.cc: add support for
1617         barNumberAlignSymbol. 
1618         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1619
1620         * lily/pointer-group-interface.cc (set_ordered): new function. 
1621         (add_unordered_grob): new function.
1622
1623         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1624         to ordered, unless the opposite has been proved.  This fixes
1625         random reordering of large object groups across linebreaks,
1626         eg. beams.
1627
1628         * lily/main.cc (do_chroot_jail): printf format fix.
1629
1630         * lily/tie-formatting-problem.cc (generate_configuration):
1631         multiply y-shift for dot with direction.
1632  
1633         * scm/define-markup-commands.scm (note-by-number): put (magstep
1634         size) in y-attach too.
1635
1636         * Documentation/topdocs/NEWS.tely (Top): show override.
1637
1638         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1639         direction for stems.
1640         
1641 2006-03-15  Graham Percival  <gpermus@gmail.com>
1642
1643         * Documentation/user/ changing-defaults, global: minor
1644         fixes from mailist.
1645
1646 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1647
1648         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1649
1650         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1651         breakable items after uniformly stretched notes.
1652
1653         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1654         outline with outer edge of note heads. This prevents infinity
1655         problems with tied whole notes.
1656
1657         * scripts/lilypond-book.py (do_file): use os.popen
1658
1659         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1660
1661 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1662
1663         * Documentation/user/invoking.itely: Add ragged-right to bug report
1664         guidelines.
1665
1666 2006-03-14  Graham Percival  <gpermus@gmail.com>
1667
1668         * Documentation/user/global.itely: small fix from mailist.
1669
1670 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1671
1672         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1673         file descriptor returned by tempfile.mkstemp() when writing
1674         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1675         on mingw.
1676
1677 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1678
1679         * po/fi.po: newline bugfix.
1680
1681 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1682
1683         * scm/paper.scm (paper-alist): Rounding fixes.
1684
1685 2006-03-13  Graham Percival  <gpermus@gmail.com>
1686
1687         * Documentation/user/ changing-defaults, instrument-notation,
1688         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1689
1690 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1691
1692         * po/fi.po: update.
1693
1694 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1695
1696         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1697         mailto: to http:// 
1698
1699         * python/lilylib.py (print_environment): move ps_page_count to
1700         lilypond-book.py
1701
1702 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1703
1704         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1705
1706         * scm/framework-ps.scm (embed-document): new function. Use to
1707         embed PFA files.
1708
1709         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1710
1711 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1712
1713         * Documentation/user/instrument-notation.itely (Setting simple
1714         songs): Added \book{...} around the full example, so the separate
1715         markups are included in the printed example. 
1716
1717 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1718
1719         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1720         tmphandle.
1721
1722         * python/lilylib.py (system): rewrite system() using
1723         subprocess. Remove >& redirection trickery.
1724
1725 2006-03-11  Graham Percival  <gpermus@gmail.com>
1726
1727         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1728         notation-appendices.itely: minor fixes from mailist.
1729
1730 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1731
1732         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1733         unsplit man also needs images.
1734
1735         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1736
1737         * VERSION (PACKAGE_NAME): 2.7.38 released.
1738
1739 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1740
1741         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1742         log in output dir.
1743
1744 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1745
1746         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1747         respects the Score.skipTypesetting property.
1748         
1749 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1750
1751         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1752         Prolog. No %%EOF after CFF file.
1753
1754 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1755         
1756         * lily/constrained-breaking.cc (get_max_systems): used to return a
1757         much too big value
1758         (combine_demerits): use pointers to reduce copying data
1759         (calc_subproblem): idem
1760         (get_page_penalty): add page turn penalties
1761         
1762 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1763
1764         * Documentation/user/invoking.itely (Invoking lilypond): better
1765         explanation of -e usage.
1766
1767         * lily/main.cc (main_with_guile): don't append to
1768         init_scheme_code_string
1769
1770         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1771
1772         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1773
1774         * scripts/convert-ly.py (do_options): don't print help for
1775         --show-rules rule.
1776
1777         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1778         @code and @example. Update from texinfo.tex from CVS.
1779
1780 2006-03-08  Graham Percival  <gpermus@gmail.com>
1781
1782         * Documentation/user/scheme-tutorial.itely: clarifies distances
1783         measured in staff-spaces.
1784
1785 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1786
1787         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1788         consider[k] is true.
1789
1790         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1791
1792         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1793         consider columns that have originals.  Unifies spacing for mm
1794         rests around line breaks.
1795
1796         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1797         (set_text_rods): idem.
1798         (calculate_spacing_rods): new function: share code between
1799         set_text_rods and set_spacing_rods.
1800         (set_text_rods): take extents of bounds into account.  
1801
1802 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1803
1804         * Documentation/user/basic-notation.itely (Writing music in
1805         parallel): don't use relative.
1806
1807 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1808
1809         * ly/music-functions-init.ly (Module): add shiftDurations
1810
1811         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
1812
1813         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
1814
1815         * ly/engraver-init.ly: init vocalName to nil.
1816
1817 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
1818
1819         * scm/music-functions.scm (music->make-music): bugfix,
1820         KeyChangeEvents are now handled correctly.
1821
1822         * scripts/lilypond-book.py: Add --debug option.
1823
1824 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1825
1826         * python/lilylib.py: add tempfile.
1827
1828 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1829
1830         * VERSION (PACKAGE_NAME): release 2.7.37
1831
1832         * python/lilylib.py (ps_page_count): remove make_ps_images().
1833         (ps_page_count): remove mkdir_p
1834         (system): remove cleanup_temp.
1835         (exit): remove lilypond_version_(check)
1836         (error_log): remove pseudo_filter_p
1837         remove read_pipe
1838         remove cp_to_dir
1839         remove identify
1840
1841         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1842         use __main__
1843
1844         * lily/accidental-engraver.cc (make_standard_accidental): only add
1845         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1846
1847         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1848         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1849         Make incompatibilities.
1850
1851         * scm/output-ps.scm (grob-cause): replace backslashes by /
1852         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1853
1854 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1855
1856         * cygwin/GNUmakefile: Install fixes.
1857
1858         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1859
1860         * lily/note-head.cc (head::get_balltype): Compile fix.
1861
1862         * flower/file-name.cc (dos_to_posix): Flower string fix.
1863
1864 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1865
1866         * python/lilylib.py: pychecker cleanups.
1867
1868         * scripts/lilypond-book.py
1869         (Lilypond_snippet.output_print_filename): pychecker cleanups
1870
1871         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1872
1873         * python/lilylib.py (underscore): remove identify() , warranty()
1874
1875         * ps/music-drawing-routines.ps: change Border routine for GSView
1876         compatibility.
1877
1878         * lily/stem.cc (height): use quantize-positions.  This triggers
1879         set_stem_lengths, so scripts on beamed stems are handled correctly.
1880
1881         * lily/side-position-interface.cc (aligned_side): check if edges
1882         of script are inside staff. Fixes accent of edge of the staff.
1883
1884         * input/regression/staccato-pos.ly: more examples.
1885
1886         * stepmake/aclocal.m4 (depth): fix bashism.
1887
1888         * lily/lyric-combine-music-iterator.cc: move from
1889         new-lyric-combine-iterator.cc
1890         (process): add pending_grace_lyric_ member to delay lyrics on
1891         grace notes.
1892
1893         * lily/system-start-text.cc (print): suicide if we don't have any
1894         elements. Fixes hara kiri'd instrument names.
1895
1896         * scripts/mup2ly.py (Module): remove.
1897
1898 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1899
1900         * Documentation/user/global.itely (A single music expression):
1901         close @lilypond properly
1902
1903         * lily/volta-bracket.cc (modify_edge_height): change from
1904         after_line_breaking_callback. Suicide last bracket if appropriate.
1905  
1906         * python/lilylib.py: strip getopt support
1907
1908         * scripts/etf2ly.py (do_options): use optparse
1909
1910         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1911
1912         * scripts/abc2ly.py (voices): use optparse.
1913
1914         * stepmake/stepmake/generic-vars.make: new function absdir.
1915
1916         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1917
1918         * scripts/lilypond-book.py (find_file): use global_options for
1919         include path
1920
1921         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1922         entering C code.
1923
1924 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1925
1926         * python/lilylib.py (get_global_option): ughness for extracting
1927         global options from lilylib.
1928         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1929
1930         * scripts/lilypond-book.py (get_option_parser): use optparse for
1931         option handling.  Put options in global_options variable.
1932
1933 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1934
1935         * Documentation/index.html.in: clarify.
1936
1937 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1938
1939         * scm/layout-page-layout.scm (write-page-breaks): add a
1940         music-system-heights property to the page layout output.
1941
1942         * scm/page.scm (make-page-stencil): take footer into account when
1943         computing the 'space-left page property
1944         (annotate-space-left): take footer into account when annonating
1945         space left.
1946
1947 2006-02-28  Graham Percival  <gpermus@gmail.com>
1948
1949         * Documentation/user/ advanced-notation, global: more (final)
1950         docs for music expressions, removed special fermatas.
1951
1952 2006-02-27  Graham Percival  <gpermus@gmail.com>
1953
1954         * Documentation/user/ basic-notation, global: minor changes
1955         from mailist.
1956
1957 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1958
1959         * scm/framework-ps.scm:         
1960         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1961         layer for inf? and nan? from framework-ps to lily-library.
1962
1963 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1964
1965         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1966         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1967
1968         * buildscripts/substitute-encoding.py (Module): remove file.
1969
1970         * mf/GNUmakefile: more PFA strippage.
1971
1972         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1973
1974         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1975         generation
1976
1977         * scm/framework-ps.scm: remove font name munging.
1978
1979         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1980
1981 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1982
1983         * scm/markup.scm (define-markup-command): change
1984         def-markup-command to define-markup-command
1985
1986         * scm/music-functions.scm (define-music-function): change
1987         def-music-function to define-music-function.
1988
1989         * python/convertrules.py (conv): rules for def-music-function
1990         and def-markup-commands
1991
1992         * Documentation/user/programming-interface.itely,
1993         input/no-notation/display-lily-tests.ly,
1994         input/regression/lily-in-scheme.ly,
1995         input/regression/markup-user.ly,
1996         input/regression/music-function.ly, input/regression/tie-chord.ly,
1997         scm/fret-diagrams.scm, ly/music-functions-init.ly,
1998         ly/gregorian-init.ly: use new macro names (define-music-function,
1999         define-markup-command).
2000
2001 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2002
2003         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2004         (output): add comments to lp-book latex output.
2005
2006         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2007         address.
2008
2009 2006-02-23  Graham Percival  <gpermus@gmail.com>
2010
2011         * Documentation/user/ tutorial, global: minor changes.
2012
2013 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2014
2015         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2016         blocks (for make 3.80)
2017
2018         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2019         \notemode so that user should not have to explicitely type it.
2020
2021         * scm/define-music-display-methods.scm: various
2022         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2023         constructs)
2024
2025         * input/no-notation/display-lily-tests.ly: new tests for
2026         \applyOutput and \applyContext
2027
2028 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2029
2030         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2031         changed it slightly so that the number of systems returned by
2032         solve () will be the same as the last value passed to resize
2033         (). I've also added more documentation, removed casts, fixed style
2034         problems and put in some recovery if constraints aren't satisfied."
2035
2036 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2037
2038         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2039         for emacs < 22 compatibility.
2040         (count-rexp): Use it.
2041         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2042         substring juggling (Milan Zamazal).
2043
2044 2006-02-23  Graham Percival  <gpermus@gmail.com>
2045
2046         * Documentation/user/ basic-notation, advanced-notation,
2047         global.itely, invoking.itely, tutorial,itely:
2048         minor fixes from mailist.
2049
2050         * scm/define-markup-commands.scm: improve docs of \filled-box.
2051
2052 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2053
2054         * Documentation/index.html.in: changes concern the previous release.
2055
2056         * input/regression/+.ly: cultivate typographical terminology.
2057
2058 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2059
2060         * scm/define-grob-interfaces.scm (parentheses-interface): add
2061         padding to parentheses-interface.
2062
2063         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2064         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2065
2066         * VERSION (PATCH_LEVEL): release 2.7.36
2067
2068         * lily/slur.cc: add avoid-slur (ugh.)
2069         
2070         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2071         intersection gets smaller. This fixes slurs over extreme points.
2072
2073         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2074         stems with neutral-direction set.
2075
2076         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2077
2078         * lily/open-type-font.cc (load_table): format error.
2079
2080         * lily/change-iterator.cc (process): format fix.
2081
2082         * flower/include/international.hh (_f): idem.
2083
2084         * flower/include/std-string.hh: add format printf attribute.
2085
2086         * scm/define-grobs.scm (all-grob-descriptions): height of all
2087         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2088
2089         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2090         ambitus lines.
2091
2092         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2093
2094 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2095
2096         * input/regression/: upgraded syntax for some files.
2097
2098         * THANKS: Add bughunters.
2099
2100 2006-02-22  Graham Percival  <gpermus@gmail.com>
2101
2102         * Documentation/user/ invoking.itely, advanced-notation.itely,
2103         global.itely: long-awaited "let's make chapter 10 not suck"
2104         update.  Rearrange chapter 10; now called "global issues",
2105         addresses file structure, etc.  Some info from other files
2106         moved into global.itely.
2107
2108 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2109
2110         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2111         catch trill-span-event notes.
2112
2113         * Documentation/user/examples.itely (Ancient notation templates): typo.
2114         (Jazz combo): typo.
2115
2116         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2117
2118         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2119
2120         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2121
2122         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2123
2124         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2125         froum Laissez_vibrer_engraver.
2126
2127         * ly/declarations-init.ly (repeatTie): add \repeatTie
2128
2129         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2130
2131         * scm/define-grob-properties.scm (all-user-grob-properties): add
2132         head-direction property.
2133
2134         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2135         from_lv_ties. Take head direction argument.
2136
2137         * lily/semi-tie-column.cc: rename from
2138         laissez-vibrer-tie-column.cc. Rename class too.
2139
2140         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2141         class too.
2142
2143         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2144
2145         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2146         0 case.
2147         (find_breaks): idem.
2148
2149 2006-02-21  Graham Percival  <gpermus@gmail.com>
2150
2151         * Documentation/user/advanced-notation.itely: fixed make-moment]
2152         example.
2153
2154         * Documentation/user/basic-notation.itely: more clarification to
2155         transpose.
2156
2157 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2158
2159         * lily/include/constrained-breaking.hh (class
2160         Constrained_breaking): new file.
2161
2162         * lily/constrained-breaking.cc (resize): new file.
2163
2164         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2165
2166         * Documentation/user/advanced-notation.itely (Clusters): insert
2167         end ignore too.
2168
2169         * lily/tie-column.cc (calc_positioning_done): support for
2170         tie-score debugging
2171
2172         * lily/tie-formatting-problem.cc
2173         (generate_extremal_tie_variations): factor out.
2174         (score_ties_configuration): annotate all tie 
2175         (print_ties_configuration): new routine.
2176         (generate_configuration): nudge extremal ties outside of the head
2177         Y extents.
2178         (score_ties_configuration): oops. convert to staff-space before
2179         determining position symmetry.
2180
2181 2006-02-20  Graham Percival  <gpermus@gmail.com>
2182
2183         * Documentation/user/*-notation.itely: misc minor editing,
2184         shifting doc sections around.
2185
2186         * Documentation/user/*-notation-itely, global.itely,
2187         changing-defaults.itely: added new stuff from NEWS.
2188
2189 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2190
2191         * po/fi.po: update.
2192
2193 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2194
2195         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2196         lilypond --verbose for lp-book.
2197
2198         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2199         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2200
2201         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2202         $(buildscript-dir) iso. absolute depth.
2203
2204         * buildscripts/genicon.py (dir): thinko.
2205
2206         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2207
2208 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2209
2210         * scm/output-lib.scm: swap darkcyan/darkyellow
2211
2212         * THANKS: Add bughunters.
2213
2214 2006-02-19  Graham Percival  <gpermus@gmail.com>
2215
2216         * Documentation/user/programming-interfaces.itely: fixed example.
2217
2218         * Documentation/user/instrument-notation.itely: fix @{ @}.
2219
2220         * scm/script.scm: add avoid-slur for \open.
2221
2222 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2223
2224         * lily/tie-formatting-problem.cc (score_configuration): use
2225         sliding score for min-length. 
2226
2227         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2228         spaghetti for icons.
2229
2230         * buildscripts/genicon.py (program_name): new file.
2231
2232         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2233         in outline too.  
2234         (generate_configuration): for small ties, also look for collisions
2235         at Y + DIR*h + DELTA_Y.
2236         (get_variations): consider variation for dot positions too.
2237
2238         * lily/side-position-interface.cc (aligned_side): take abs for
2239         quantized rounded position. Fixes tenuto below staff.
2240
2241         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2242         markers when necessary.
2243
2244         * lily/program-option.cc (internal_set_option): add
2245         strict_infinity_checking option.
2246
2247         * scm/output-lib.scm (cyan): swap yellow and cyan.
2248
2249 2006-02-19  Graham Percival  <gpermus@gmail.com>
2250
2251         * darwin.patch: trivial linenumber update.
2252
2253         * Documentation/user/ {various}: `\context foo = named' changed
2254         to `\new foo = "name"' in docs.
2255
2256 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2257
2258         * scm/stencil.scm (annotate-y-interval): use it.
2259
2260         * scm/lily-library.scm (interval-sane?): new function.
2261
2262         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2263         tfm_checksum stuff.
2264
2265         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2266         common refpoint.
2267
2268         * flower/include/std-vector.hh (iterof): add iterof macro.
2269
2270         * lily/enclosing-bracket.cc (width): new function.
2271
2272         * lily/align-interface.cc (align_elements_to_extents): reinstate
2273         warning.
2274
2275 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2276
2277         * Documentation/index.html.in: fix spelling: thankyous.
2278
2279 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2280
2281         * lily/lyric-hyphen.cc: typo.
2282
2283 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2284
2285         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2286         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2287         builds don't work. 
2288
2289         * VERSION: release 2.7.35
2290
2291         * lily/beam.cc (get_default_dir): oops. Take abs () for
2292         extremes[DOWN].
2293         (get_default_dir): use extreme position criterion only in absence
2294         of forced stem directions.
2295
2296         * VERSION (PATCH_LEVEL): bump VERSION.
2297
2298         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2299         dependencies. Necessary for -jX builds.  
2300
2301 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2302
2303         * lily/relocate.cc (setup_paths): Yet another const fix.
2304
2305 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2306
2307         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2308
2309         * lily/relocate.cc (setup_paths): oops.
2310
2311 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2312
2313         * Documentation/index.html.in: order links: html before PDF.
2314
2315 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2316
2317         * lily/tie-column-format.cc (Module): remove.
2318
2319         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2320
2321         * lily/text-spanner.cc (print): idem.
2322
2323         * lily/dynamic-text-spanner.cc (print): only print line if longer
2324         than dash-period.
2325
2326         * lily/auto-change-iterator.cc (change_to): formatting.
2327
2328         * lily/beam.cc (get_default_dir): take extreme note head as input
2329         for stem direction.
2330
2331         * lily/tie.cc (get_default_dir): only look directions for visible
2332         stems. 
2333
2334         * lily/side-position-interface.cc (aligned_side): oops. Don't
2335         mutiply with direction. This fixes quantized (staccato, tenuto)
2336         scripts below notes.
2337
2338         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2339         direction. Fixes c-lyrics-center-align.ly
2340
2341 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2342
2343         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2344         constructor.
2345
2346         * lily/std-string.cc:
2347         * lily/include/std-vector.hh (split_string): Move and rename from
2348         lily/include/misc.hh, lily/misc.cc.  Update callers.
2349
2350 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2351
2352         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2353
2354 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2355
2356         * flower/test-file.cc: New file.
2357
2358         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2359         libraries.
2360
2361         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2362
2363 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2364
2365         * flower/include/file-storage.hh: remove file.
2366
2367         * lily/include/midi-item.hh (class Midi_track): idem.
2368
2369         * lily/include/source.hh (class Sources): idem.
2370
2371         * lily/include/performance.hh (class Performance): use vector
2372         iso. Cons<>
2373
2374         * flower/include/cons.hh (class Cons): remove file.
2375
2376         * flower/include/flower-proto.hh: remove template cruft.
2377
2378         * lily/include/font-metric.hh: use size_t not vsize for indices.
2379
2380         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2381         from proto.
2382
2383         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2384
2385         * lily/include/paper-book.hh (class Paper_book):
2386         make get_system_specs() public.
2387
2388         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2389         the force=10000 case if we don't have a current-best. 
2390
2391         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2392         vsize 
2393
2394         * flower/include/flower-proto.hh: remove outdated templates.
2395
2396         * scm/page.scm: use annotate-spacing
2397
2398 2006-02-15  Graham Percival  <gpermus@gmail.com>
2399
2400         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2401
2402         * THANKS: moved Erlend Aasland to contributors.
2403
2404 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2405
2406         * config.hh.in: remove HAVE_PANGO_16
2407
2408         * lily/tuplet-bracket.cc (calc_positions): multiply with
2409         staff-space for beam case. This fixes tuplets+beams on scaled
2410         staves.
2411
2412         * config.hh.in: remove all Kpathsea related defines.
2413
2414         * lily/dot-column.cc (side_position): reach stem via dots->
2415         head->stem. Inspect all stems for dot collisions. 
2416
2417         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2418         stem handling.
2419
2420         * lily/bar-number-engraver.cc (process_music): document function
2421         of whichBar.
2422
2423         * lily/score.cc (default_rendering): add pscore, not systems
2424         themselves.
2425
2426         * lily/paper-book.cc (get_system_specs): separate generation of
2427         titles and systems.
2428
2429         * flower/include/std-vector.hh: don't include config.hh
2430
2431 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2432
2433         * flower/include/std-vector.hh: Better wrapper compatibility with
2434         std::vector.
2435
2436         * flower/include/flower-proto.hh: Remove cheap forward declaration
2437         attempts.
2438
2439         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2440
2441 2006-02-14  Graham Percival  <gpermus@gmail.com>
2442
2443         * Documentation/user/invoking.itely: add warning about command line.
2444
2445 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2446
2447         * lily/include/lily-proto.hh: add Prob, rm Page.
2448
2449         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2450
2451         * VERSION: release 2.7.34
2452
2453         * lily/relocate.cc (framework_relocation): show canary if
2454         GHOSTSCRIPT_VERSION undefined.
2455
2456         * GNUmakefile.in: remove $(VERSION) symlink.
2457
2458         * lily/relocate.cc (setup_paths): add + 
2459
2460 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2461
2462         * Documentation/index.html.in: specify sizes for all big HTML pages.
2463
2464 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2465
2466         * config.hh.in: remove @FRAMEWORKDIR@
2467
2468         * lily/system-start-text.cc (get_stencil): new file: separate out
2469         system-start-delimiter text support.
2470
2471         * input/**ly: replace \context with \new where appropriate.
2472         
2473         * THANKS: add Don.
2474
2475         * lily/slur-scoring.cc (get_base_attachments): use
2476         robust_relative_extent. This fixes problems with empty paper-columns. 
2477
2478 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2479
2480         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2481
2482         * scm/define-music-properties.scm (all-music-properties):
2483         create-new property.
2484
2485         * lily/context-specced-music-iterator.cc (construct_children):
2486         inspect 'create-new property iso. magical $uniqueContextId context
2487         id.
2488
2489         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2490
2491         * lily/context-key-manager.cc (Module): new file. Encapsulate
2492         object key generation.
2493
2494         * lily/include/context-key-manager.hh (Module): new file.
2495
2496 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2497
2498         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2499         names vertically
2500
2501         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2502         options.
2503         (reloc_b): excise --enable-framework-dir
2504
2505         * lily/relocate.cc (framework_relocation): use getenv
2506         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2507
2508 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * flower/include/std-string.hh: 
2511         * flower/include/std-vector.hh: Finish std:: conversion; move
2512         flower extensions from std:: namespace.  Update users.
2513
2514         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2515         their expansion to vector<*>.  Update users.
2516
2517 2006-02-10  Graham Percival  <gpermus@gmail.com>
2518
2519         * Documentation/user/invoking.itely: add example to File structure.
2520
2521         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2522         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2523
2524 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2525
2526         * ly/paper-defaults.ly: typo.
2527
2528         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2529         set_parent() for parentheses. This will make it show up in bbox
2530         calculations.
2531
2532         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2533         ly:grob-common* functions.
2534
2535         * lily/grob-scheme.cc (LY_DEFINE):
2536         ly:grob-common-refpoint-of-array: new function 
2537         ly:grob-common-refpoint: new function 
2538         ly:grob-relative-coordinate: new function 
2539
2540         * lily/instrument-name-engraver.cc (process_music): use
2541         Text_interface::is_markup(). This fixes \markup on instrument names.  
2542
2543         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2544         for ties and slurs.
2545
2546         * lily/slur.cc (print): idem.
2547
2548         * lily/tie.cc: add line-thickness for ties. 
2549
2550 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2551
2552         * scm/output-svg.scm: Document diversion from GNU coding standards
2553         as a workaround for a bug in Microsoft Internet Explorer.
2554
2555 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2556
2557         * lily/instrument-name-engraver.cc (process_music): use
2558         is_markup() iso. is_string()
2559
2560         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2561
2562         * lily/percent-repeat-engraver.cc (process_music): only look at
2563         main_part_ for % repeats.
2564
2565         * lily/stem-tremolo.cc (get_beam_translation): new function.
2566         (calc_slope): new function.
2567         (height): don't use real slope.
2568
2569 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2570
2571         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2572         new connect-to-neighbor, control-points and staff-padding
2573         properties to make ligature brackets showing up again.
2574
2575 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2576
2577         * VERSION: release 2.7.33
2578
2579         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2580         too many.
2581
2582         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2583         remove applyOutput example.
2584         (Objects connected to the input): document \tweak, \parenthesize
2585
2586         * lily/relocate.cc (prefix_relocation): allow "current"
2587         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2588         changing VERSION in a lily tree less painful.
2589
2590         * input/regression/parenthesize.ly: new file. 
2591
2592         * scm/output-lib.scm (parenthesize-element): new function.
2593
2594         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2595
2596         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2597
2598         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2599         cause: accidentals are caused by note heads, not note events. 
2600
2601 2006-02-08  Graham Percival  <gpermus@gmail.com>
2602
2603         * darwin.patch: small patch from Erlend, thanks!
2604
2605         * Documentation/user/basic-notation.itely: add stem-neutral example.
2606
2607         * Documentation/user/putting.itely: clarifications.
2608
2609 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2610
2611         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2612         note, add more guidelines to what should go into NEWS.
2613
2614         * input/sakura-sakura.ly: document how to override font.
2615
2616         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2617
2618 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2619
2620         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2621
2622 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2623
2624         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2625         convertrules.  Add explicit grouping, needed for python2.2.
2626
2627 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2628
2629         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2630
2631 2006-02-07  Graham Percival  <gpermus@gmail.com>
2632
2633         * Documentation/user/global.itely: fix line-width in (text) docs.
2634
2635         * Documentation/user/lilypond-book.itely: same.
2636
2637 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2638
2639         * VERSION (PACKAGE_NAME): release 2.7.32
2640
2641         * Documentation/topdocs/NEWS.tely (Top): document new variable
2642         naming.
2643
2644         * flower/include/array.icc (Message): remove file.
2645
2646         * flower/include/std-vector.hh: make sure vsize and VPOS are
2647         defined for binary_search_bounds().
2648
2649         * flower/std-string.cc (std): add to_string(long unsigned).
2650
2651         * configure.in (gui_b): excise std_string option.
2652         (gui_b): excise std_vector option.
2653
2654         * flower/string.cc (Module): excise flower array & string
2655
2656         * flower/include/std-string.hh: excise flower string.
2657
2658         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2659
2660         * python/convertrules.py (lilypond_version_re_str): require
2661         only numbers and dots in \version string.
2662
2663 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2664
2665         * lily/system-start-delimiter.cc (print): allow style = text too.
2666
2667         * lily/system-start-delimiter-engraver.cc
2668         (acknowledge_system_start_text): new function, also add add to
2669         support of system-start-text (instrument names). This fixes
2670         instrument names on piano staves.
2671
2672         * lily/instrument-name-engraver.cc: rewrite. Use
2673         system-start-delimiter approach. This save memory and cpu.
2674
2675         * scm/define-grobs.scm (all-grob-descriptions): remove
2676         instrument-name from break-alignment.
2677
2678         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2679
2680 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2681
2682         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2683         jobserver going.
2684
2685         * configure.in (std_vector): On by default.
2686
2687         * lily/include/font-metric.hh:
2688         * lily/include/tfm-reader.hh: 
2689         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2690         Update users.
2691
2692         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2693
2694 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2695
2696         * VERSION (PACKAGE_NAME): 2.7.31
2697
2698         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2699         EPS edge at 0, but take minimum with left-overshoot. This fixes
2700         cut off system start delims. 
2701
2702         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2703         hack: add to axis group if not added yet. This fixes hara kiri'd
2704         piano staves.
2705
2706         * lily/hara-kiri-group-spanner.cc
2707         (force_hara_kiri_in_y_parent_callback): fix signatures.
2708
2709         * lily/hairpin.cc (print): check next hairpin to see whether or
2710         not to be continuing.
2711
2712 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2713
2714         * Remove trailing whitespace from makefiles.
2715         
2716         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2717         for earlier gcc.
2718
2719         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2720
2721         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2722
2723         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2724
2725         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2726
2727         * configure.in: Use it.
2728
2729 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2730
2731         * scm/music-functions.scm (pitch-of-note): new function.
2732
2733         * ly/music-functions-init.ly: add \octave and \addquote
2734
2735         * lily/parser.yy (music_function_chord_body): softcode \octave.
2736         (lilypond_header): softcode \addquote
2737
2738 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2739
2740         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2741         array.hh, parray.hh at all.  Getting ready to flip the
2742         configure default.
2743
2744         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2745
2746         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2747         a bit.
2748
2749         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2750
2751 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2752
2753         * flower/include/array.hh: typo. 
2754
2755 2006-02-02  Graham Percival  <gpermus@gmail.com>
2756
2757         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2758
2759 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2760
2761         * flower/include/pqueue.hh: Derive from std::vector.
2762
2763         * flower/include/parray.hh: Conform to std::vector interface.
2764         Update users.
2765
2766 2006-02-02  Graham Percival  <gpermus@gmail.com>
2767
2768         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2769
2770 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2771
2772         * flower/file-path.cc (is_file): remove if 0 section.
2773
2774         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2775         selecting afii61352.
2776
2777 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2778
2779         * flower/include/std-vector.hh (boundary): Oops, reverse.
2780
2781         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2782         remove superfluous `d'.
2783
2784         * flower/include/std-vector.hh (boundary, top): Detach from class.
2785         Remove empty vector shell.
2786
2787         * flower/include/array.hh (reverse, swap): Detach from class.
2788         Update users.
2789         
2790         * flower/include/std-vector.hh
2791         * flower/include/array.hh (concat): Globally change to insert ().
2792
2793         
2794         * flower/include/std-vector.hh
2795         * flower/include/parray.hh
2796         * flower/include/array.hh (elem, elem_ref): Globally replace by
2797         at ().
2798
2799 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2800
2801         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
2802
2803         * python/convertrules.py (FatalConversionError.sub_cxx_id):
2804         anticipate on identifier substitutions.
2805
2806 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2807
2808         * flower/include/std-vector.hh (insert): Remove, replace by
2809         std::vector interface.  Update callers.
2810
2811         * flower/include/array.icc (insert): Change signature to
2812         match std::vector interface.
2813         
2814         * flower/include/array.icc (vector_sort): Bugfix.
2815
2816 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2817
2818         * lily/parser.yy (output_def_head_with_mode_switch): new
2819         production. Result: dashes and underscores may be used in the
2820         \paper block.
2821
2822         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
2823
2824         * python/convertrules.py (conv): oops. One slash too much.
2825
2826 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * flower/include/std-vector.hh (sort): Remove, replace by
2829         ::vector_sort.  Update callers.
2830
2831         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2832         (sort): Bugfix.
2833
2834         * flower/test-std.cc (vector_sort): New test.
2835
2836 2006-02-01  Graham Percival  <gpermus@gmail.com>
2837
2838         * Documentation/user/putting.itely: fixes from Erik.
2839
2840 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2841
2842         * flower/test-std.cc: Add simple unit test for vector migration.
2843
2844         * stepmake/stepmake/test*: Unit test support.
2845
2846         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2847         update callers.
2848
2849         * flower/include/array.hh (begin, end): Add.
2850         (del, get): Remove.
2851
2852 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2853
2854         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2855         std::string not String. 
2856
2857         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2858         iso UINT_MAX.
2859
2860         * lily/prob.cc (Prob): copy type_ too.
2861
2862         * lily/lily-guile.cc (mangle_cxx_identifier): new
2863         function. Class_bla::foo_bar_[px] ->
2864         ly:class-bla::foo-bar[?!]. Changes throughout
2865
2866 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2867
2868         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2869
2870         * lily/beam.cc (calc_direction): take dir from visible stem in
2871         degenerate case.
2872
2873 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2874
2875         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2876         Fix -1, >=0 boundary checks for unsigned vsize.
2877
2878         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2879         loop for unsigned vsize.
2880
2881         * configure.in (--enable-std-vector): New option.
2882         (--enable-std-string): On by default.
2883
2884         * flower/include/std-vector.hh: New file.  Enable switch to
2885         std::vector, update client code.
2886
2887 2006-01-30  Graham Percival  <gpermus@gmail.com>
2888
2889         * scm/document-translation.scm: clarify "this context is also
2890         known as".  Thanks, Werner!
2891
2892         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2893
2894         * Documentation/user/invoking.itely: small fix from Don.
2895
2896 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2897
2898         * scm/lily.scm (define-scheme-options): rename option
2899         preview-include-book-title to book-title-preview
2900         (define-scheme-options): move force-eps-font-include (from paper
2901         block) to eps-font-include -d option.
2902
2903         * VERSION (PATCH_LEVEL): release 2.7.30
2904
2905         * input/bach-schenker.ly (staffPiano): new file.
2906
2907         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2908
2909         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2910         credits to Nicolas.
2911
2912         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2913
2914         * ps/lilyponddefs.ps: remove start-system, stop-system,
2915         start-page fluff. This saves putting { } code on the stack, fixing
2916         stack overflows when including EPS files.
2917
2918 2006-01-29  Graham Percival  <gpermus@gmail.com>
2919
2920         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2921
2922 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2923
2924         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2925
2926 2006-01-28  Graham Percival  <gpermus@gmail.com>
2927
2928         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2929
2930 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2931
2932         * input/mutopia/claop.py: Update.
2933
2934 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2935
2936         * input/regression/completion-heads.ly (texidoc): fix.
2937
2938         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2939
2940         * lily/tie-formatting-problem.cc
2941         (set_ties_config_standard_directions): use abs iso fabs for ints.
2942
2943         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2944
2945         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2946         little less than noteheight, to prevent overlaps in chords.
2947
2948         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2949         head, and fudge stem-attachment.
2950
2951         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2952
2953         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2954
2955 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2956
2957         * lily/main.cc (main): Debugging aid: catch exceptions.
2958
2959         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2960         output with std::string.
2961
2962 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2963
2964         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2965
2966 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2967
2968         * Fix -DSTRING_UTILS_INLINED.
2969
2970 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2971
2972         * VERSION (PATCH_LEVEL): release 2.7.29
2973
2974         * lily/relocate.cc (setup_paths): mingw uses std string too.
2975
2976         * lily/*.cc: various fixes for substr(ARG).
2977
2978         * lily/sustain-pedal.cc (print): 
2979
2980         * flower/file-name.cc (slashify): use std strings.
2981
2982         * flower/string-convert.cc: remove publib.h
2983
2984         * scm/define-markup-commands.scm (verbatim-file): new markup
2985         command \verbatim-file
2986
2987         * Documentation/topdocs/NEWS.tely: fixup URLs
2988
2989         * input/regression/alignment-vertical-manual-setting.ly (Module):
2990         new file.
2991
2992         * lily/align-interface.cc (align_elements_to_extents): overwrite
2993         translations with numbers in alignment-offsets from left bound
2994
2995         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
2996         (page-translate-systems): new function: take into account Y-offset.
2997
2998         * Documentation/topdocs/NEWS.tely (Top): document new features.
2999
3000         * input/regression/page-layout-manual-position.ly (Module): new
3001         file.
3002
3003 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3004
3005         * flower/file-path.cc (path::parse_path): Oops.
3006
3007         * Finish std::string interface.  For now, use std:: marker
3008         throughout for easy s/r.
3009
3010 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3011
3012         * Documentation/user/putting.itely (Score is a single musical
3013         expression): typo.
3014         (Score is a single musical expression): more typos.
3015
3016         * scm/page.scm (annotate-space-left): thinko.
3017         (annotate-page): more thinkos.
3018
3019 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3020
3021         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3022         for different \score blocks separately.
3023         (post-process-pages): put write-page-layout into paper block.
3024
3025         * lily/output-def.cc (get_parser): new file.
3026
3027         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3028         file.
3029
3030         * lily/include/output-def.hh (class Output_def): add parser_ member.
3031
3032         * input/regression/page-layout-twopass.ly (Module): new file.
3033
3034         * scm/lily.scm: remove cpp hack.
3035
3036         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3037
3038 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3039
3040         * GNUmakefile.in (c-clean): New target.
3041
3042         * flower/include/std-string.hh: String/std::string compatibility:
3043         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3044         type.
3045
3046         * flower/rational.cc: 
3047         * flower/include/rational.hh: 
3048
3049         * flower/offset.cc: 
3050         * flower/include/offset.hh: 
3051
3052         * flower/interval.cc: 
3053         * flower/include/interval.hh: 
3054
3055         * flower/string-convert.cc: 
3056         * flower/include/string-convert.hh: Use std::string [interface].
3057         Update callers.
3058
3059 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3060
3061         * Documentation/index.html.in: clean up.
3062
3063 2006-01-25  Graham Percival  <gpermus@gmail.com>
3064
3065         * Documentation/user/putting.itely: another new untested doc section.
3066
3067 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3068
3069         * scm/layout-page-layout.scm (write-page-breaks): write
3070         \spacingTweaks #ALIST. Handle grace timing.
3071
3072         * scm/: more imports.
3073
3074         * scm/page.scm (make-page): add footer/header.
3075         (annotate-space-left): revise: only take page argument.
3076         (layout->page-init): new function.
3077
3078         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3079         version of the system/spacing/linebreak hack writing to the output
3080
3081         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3082         ly:make-prob.
3083
3084         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3085         ly:spanner-bound
3086
3087 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3088
3089         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3090
3091         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3092
3093         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3094         handling to page.scm
3095
3096         * lily/prob-scheme.cc (LY_DEFINE): new file.
3097         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3098
3099         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3100         prob functions.
3101
3102         * lily/music.cc (derived_mark): derive Music from Prob.
3103
3104         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3105
3106         * lily/prob.cc (Module): Implement Prob (Property Object), object
3107         with shared and r/w property alists.  
3108
3109         * lily/include/prob.hh (Module): new file. Declare Prob.
3110
3111         * flower/string.cc: remove is_empty().
3112
3113         * flower/include/string.hh (class String): remove String:: qualifier.
3114
3115         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3116         substitute appropriate functions.
3117
3118         * flower/include/string.hh (class String): remove to_str0 and
3119         is_empty(). S&R everywhere.
3120
3121 2006-01-23  Graham Percival  <gpermus@gmail.com>
3122
3123         * Documentation/user/basic-notation.itely: add hairpin
3124         after-linebreak tweak to commonprop.
3125
3126         * Documentation/user/putting.itely: added two new sections.
3127
3128 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3129
3130         * flower/international.cc: 
3131         * flower/include/international.hh: 
3132
3133         * flower/getopt-long.cc: 
3134         * flower/include/getopt-long.hh: Use std::string [interface].
3135         Update callers.
3136
3137         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3138
3139         * stepmake/stepmake/executable-rules.make: Add dependency on
3140         module libraries.
3141
3142 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * flower/file-path.cc: 
3145         * flower/include/file-path.hh: Use std::string [interface].
3146         Update callers.
3147
3148         * flower/direction.cc: 
3149         * flower/axis.cc: Unused.  Remove.
3150
3151         * configure.in (--enable-std-string): New option.
3152
3153         * flower/std-string.cc: 
3154         * flower/include/std-string.hh: New file.
3155
3156         * flower/file-name.cc[STD_STRING]:
3157         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3158
3159 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3160
3161         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3162
3163         * scm/define-markup-commands.scm (with-dimensions):
3164         with-dimensions markup command.
3165
3166         * input/test/font-table.ly: use it.
3167
3168         * lily/open-type-font.cc (glyph_list): new function.
3169
3170         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3171
3172         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3173
3174 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3175
3176         * ly/music-functions-init.ly (parallelMusic): new music function
3177         for parallel music entry.
3178
3179         * scm/define-music-properties.scm (all-music-properties): new
3180         'void music property
3181
3182         * scm/music-functions.scm (ly:music-message): make public, to be
3183         used in music function definitions
3184
3185         * scm/lily-library.scm (collect-music-for-book): discard music
3186         when the 'void property is set.
3187
3188 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3189
3190         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3191
3192         * mf/GNUmakefile: idem.
3193
3194         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3195
3196         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3197
3198         * Documentation/user/notation-appendices.itely (The Feta font):
3199         use it.
3200
3201         * input/test/font-table.ly: new file. Generate font table within lily.
3202
3203         * Documentation/user/notation-appendices.itely (The Feta font):
3204         use new font-table.ly file. 
3205
3206         * stepmake/stepmake/install-out-targets.make
3207         (local-install-outfiles): only create directory if
3208         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3209
3210 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3211
3212         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3213
3214         * VERSION (PACKAGE_NAME): release 2.7.28
3215
3216         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3217         the right font from a Mac dfont.
3218         (write-preamble): don't forget directory, only look at files.
3219
3220         This fixes problems with TTF files in dfonts that don't match
3221         their PostScript names.
3222          
3223         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3224         PS name from TTF font.
3225
3226         * input/regression/tie-manual.ly: document new feature.
3227
3228         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3229
3230         * VERSION (MY_PATCH_LEVEL): bump to .28
3231
3232         * Documentation/user/basic-notation.itely (Ties): add tie examples
3233         refs.
3234
3235         * lily/tie-formatting-problem.cc (score_ties_configuration):
3236         symmetry penalties for outer ties.
3237
3238 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3239
3240         * lily/tie-formatting-problem.cc (generate_configuration) 
3241         (set_manual_tie_configuration): skip non-pair manual
3242         tie-configuration, so you can set individual ties as
3243
3244           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3245
3246         * input/regression/tie-chord.ly: use generateTiePattern to
3247         simplify file.
3248
3249         * lily/tie-formatting-problem.cc (peak_around): new function.
3250         (score_configuration): use sliding criterion for staff line collisions. 
3251         (score_configuration): idem for dot collisions.
3252         (generate_configuration): use separate stem_gap for gap to stem.
3253
3254         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3255         separate penalty factors for x and y distance.
3256         (struct Tie_details): separate penalties for tip and center line collisions.
3257
3258 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3259
3260         * lily/tie-formatting-problem.cc (generate_configuration): make
3261         large ties avoid stafflines in the horizontal section.
3262         (score_configuration): use softcoded penalties
3263         (score_aptitude): idem.
3264
3265         * lily/tie-helper.cc (from_grob): softcode tie details
3266
3267         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3268
3269         * lily/staff-symbol-referencer.cc (on_line): rename from
3270         on_staffline 
3271
3272 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3273
3274         * ly/music-functions-init.ly: remove duplicate tag.
3275
3276         * lily/include/*.hh: GCC 4.1 fixes.
3277
3278 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3279
3280         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3281
3282         * scm/define-music-types.scm: fix bug in desc. string
3283         for OverrideProperty
3284
3285 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3286
3287         * scripts/lilypond-book.py: bugfix
3288
3289         * scm/define-music-types.scm: fix typos.
3290
3291 2006-01-14  Graham Percival  <gpermus@gmail.com>
3292
3293         * Documentation/user/ basic-notation.itely, global.itely,
3294         advanced-notation.itely, instrument-notation.itely: small
3295         additions (bugs and commonly tweaked properties).
3296
3297 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3298
3299         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3300         detection of mingw build.
3301         (MINGW_BUILD): opps.
3302
3303 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3304
3305         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3306         i686-mingw32.
3307
3308 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3309
3310         * scm/music-functions.scm (skip->rest): add skip->rest
3311
3312 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3313
3314         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3315         explicitly.
3316
3317         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3318         config dirs. Aids debugging. 
3319         (display_config): also display config files.
3320
3321 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3322
3323         * VERSION: release 2.7.27
3324
3325         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3326         for determining bar size.
3327
3328         * lily/staff-symbol.cc (print): place lines at distance line-positions
3329
3330         * scm/define-grob-properties.scm (all-user-grob-properties): add
3331         line-positions.
3332
3333         * lily/staff-symbol.cc (height): new function.
3334
3335         * input/regression/staff-line-positions.ly:  new file.
3336
3337 2006-01-06  Graham Percival  <gpermus@gmail.com>
3338
3339         * input/test/add-staccato.ly: remove reference to old file.
3340
3341 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3342
3343         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3344         lilypond binary too.
3345
3346 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3347
3348         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3349
3350 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3351
3352         * scripts/midi2ly.py: Bugfix: Declare datadir.
3353
3354         * make/ly-rules.make:
3355         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3356         that seems to be gone). Fixes make web.
3357
3358         * The grand 2005-2006 replace.
3359
3360         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3361
3362 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3363
3364         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3365         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3366         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3367         like -dgs-font-load.
3368
3369         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3370         remove absolute path to lilypond binary.
3371         
3372 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3373
3374         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3375
3376 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3377
3378         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3379
3380         * mf/GNUmakefile: remove broken dvips map symlink.
3381
3382 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3383
3384         * lily/main.cc: 
3385         * configure.in: Cosmetic fixes.
3386
3387 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3388
3389         * Documentation/user/music-glossary.tely (Pitch names): Added
3390         Spanish pitch names and durations, thanks to Ernesto Gancedo
3391
3392 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3393
3394         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3395         init. Fixes verbose printing of .scm files.
3396
3397         * stepmake/aclocal.m4: add spaces before - options.
3398         
3399 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3400
3401         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3402         of path search in local block variable.
3403
3404 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3405
3406         * configure.in (NCSB_DIR): --enable-ncsb-dir
3407         (LINK_GXX_STATICALLY): denko.
3408
3409         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3410
3411         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3412         use locate to find c059033l.pfb. 
3413         
3414 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3415
3416         * lily/tie-formatting-problem.cc
3417         (problem::generate_base_chord_configuration): Use my_round (was
3418         round).
3419
3420         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3421         do not invoke mbrtowc.
3422
3423         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3424
3425 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3426
3427         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3428
3429 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3430
3431         * Documentation/user/invoking.itely (svg): revise.
3432
3433 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3434
3435         * lily/lexer.ll: use sourcefilename iso. renameinput.
3436
3437 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3438
3439         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3440         <PostScriptName>.ttf instead of c059XXXttf.
3441
3442         * lily/program-option.cc (LY_DEFINE): special support for
3443         --verbose, so it works before option init too.
3444  
3445         * mf/GNUmakefile (local-install): oops.
3446
3447         * lily/lyric-hyphen.cc (print): oops.
3448
3449         * buildscripts/pfx2ttf.fontforge: new file.
3450         
3451         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3452         ($(outdir)/%.ttf): new rule. 
3453
3454         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3455         to LyricHyphen.
3456
3457         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3458         font-size
3459
3460 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3461
3462         * VERSION: release 2.7.26
3463         
3464         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3465
3466 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3467
3468         * lily/font-config.cc (init_fontconfig): verbosity.
3469
3470         * THANKS: add Muziekacademie Lede. 
3471
3472         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3473         (print_score_setup): new function
3474         (convert): read part definition to output staves properly.
3475
3476         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3477         Music_xml notes.
3478
3479         * python/musicexp.py (Output_printer.__init__): use _ in data
3480         members.
3481         (Output_printer.unformatted_output): new function: no formatting,
3482         but count braces.
3483         (Duration.get_length): remove isinstance() checks for
3484         Output_printer everywhere.
3485
3486         * input/regression/lyrics-bar.ly (texidoc): add
3487         Separating_line_group_engraver.
3488
3489 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3490
3491         * lily/relocate.cc (framework_relocation): New function,
3492         factored from set_relocation ().
3493         (prefix_relocation): Rename from set_relocation ().
3494         (setup_paths): Use it.
3495
3496 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3497
3498         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3499         numbers. Patch by Erlend Aasland.
3500
3501 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3502
3503         * lily/font-config.cc (init_fontconfig): print warning if cache
3504         file is not existant.
3505
3506         * lily/main.cc: don't use #ifdef but #if
3507
3508 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3509
3510         * lily/grob-property.cc (internal_set_property): don't abort on
3511         calculation-in-progress.
3512
3513         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3514
3515         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3516         connect-to-neighbor property not connect-to-other
3517
3518         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3519         (LY_DEFINE): oops. don't forget protection.
3520
3521         * flower/parse-afm.cc (Module): strip AFM handling completely.
3522
3523         * lily/stencil-expression.cc: idem.
3524
3525         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3526
3527         * lily/function-documentation.cc (ly_add_function_documentation):
3528         use static member iso. Protected_scm
3529
3530         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3531
3532         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3533
3534 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3535
3536         * lily/relocate.cc (set_env_dir): New function.
3537         (set_relocation): Use it to fix setting PANGO_PREFIX.
3538
3539 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * input/regression/stem-direction-context.ly: remove rest.
3542
3543         * lily/melody-engraver.cc (process_music): restart for bar lines.
3544         (acknowledge_slur): restart for slurs.
3545
3546 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3547
3548         * Documentation/user/invoking.itely: describe how to view SVG 
3549         output using Inkscape which replace embedded fonts with OTF fonts.
3550
3551 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3552
3553         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3554
3555 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3556
3557         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3558         comment.
3559
3560 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3561
3562         * VERSION (PACKAGE_NAME): release 2.7.25
3563
3564         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3565
3566         * input/regression/stem-direction-context.ly: new file.
3567
3568         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3569
3570         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3571         on rest.
3572
3573         * ly/engraver-init.ly: add Melody_engraver
3574
3575         * lily/beam.cc (calc_direction): use default-direction
3576         iso. get_default_direction()
3577
3578         * scm/define-grob-properties.scm (all-user-grob-properties): add
3579         default-direction property.
3580
3581         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3582
3583         * lily/stem.cc (calc_default_direction): remove
3584         Stem::get_default_direction, use default-direction with callback
3585         instead.
3586
3587         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3588
3589         * lily/melody-engraver.cc: new file. Acknowledge stems for
3590         interpolated stem directions. 
3591
3592         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3593
3594         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3595
3596         * lily/slur-configuration.cc (fit_factor): more robust check for
3597         point in curve X-extent.
3598
3599         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3600         (outside_slur_callback): check for 'outside avoidance.
3601
3602         * lily/slur-configuration.cc (score_extra_encompass): don't use
3603         bound->column() == avoid->column() for checking extents, as this
3604         doesn't work for accidentals. 
3605
3606         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3607         DynamicText hardcoding.
3608
3609         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3610         crash if bound stem is NULL
3611
3612         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3613         pedals.
3614
3615 2005-12-22  Graham Percival  <gpermus@gmail.com>
3616
3617         * scm/define-markup-commands.scm: typo.  @code{\raise}
3618         => @code{\\raise}.
3619
3620         * darwin.patch: now used again, includes a
3621         required patch from fink.
3622
3623 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3624
3625         * po/TODO: mention gtranslator along with kbabel.
3626         * po/fi.po: update translations.
3627
3628 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3629
3630         * lily/relocate.cc (setup_paths): Bugfix.
3631
3632 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3633
3634         * lily/slur-configuration.cc (score_extra_encompass): don't use
3635         "avoid" choice for avoid-slur.
3636
3637         * stepmake/bin/install.py (dest): don't create existing dir.
3638
3639 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3640
3641         * stepmake/bin/install.py: Remove file before copying.
3642
3643         * config.make.in: 
3644         * stepmake/aclocal.m4: Do not substitute INSTALL.
3645
3646 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3647
3648         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3649         depend on link-tree.
3650
3651         * lily/relocate.cc (setup_paths): only check path for non-absolute
3652         dir without directory part.
3653
3654         * flower/file-name.cc (is_absolute):  new method.
3655         (is_absolute): check root_ too.
3656
3657 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3658
3659         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3660         relocation code.  Oops, don't comment out too much.
3661
3662         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3663         iso itself.
3664
3665         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3666         compile.
3667
3668 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3669
3670         * .cvsignore: Add install-sh.
3671
3672         * autogen.sh (srcdir): Typo.
3673
3674 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3675
3676         * autogen.sh (srcdir): urg. Touch install-sh.
3677
3678         * stepmake/bin/install-sh (Module): remove.
3679
3680         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3681
3682         * lily/include/relocate.hh: new file.
3683
3684         * lily/relocate.cc: new file. Contain relocation logic.
3685
3686         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3687         (main): read LILYPOND_VERBOSE as the first thing.
3688
3689         * stepmake/aclocal.m4: remove INSTALL variable.
3690
3691         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3692         separate target for making font symlinks.
3693         (documentation-dir): use $(if $(findstring )) for switching off
3694         Documentation.
3695
3696         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3697         something if DOCUMENTATION is no.
3698
3699 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3700
3701         * VERSION: release 2.7.24
3702
3703         * lily/script-column-engraver.cc (stop_translation_timestep):
3704         delay adding to script-column.
3705
3706         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3707
3708         * python/convertrules.py (conv): rule for number-visibility
3709
3710         * lily/slur-configuration.cc (score_extra_encompass): different
3711         distance measure for avoid and inside avoidance.
3712         (score_extra_encompass): use 1/(distance+eps) as penalty.
3713
3714         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3715         encompass objects for generating slur curves.
3716
3717         * lily/slur.cc: use details iso. slur-details property.
3718
3719         * input/regression/slur-tuplet.ly: new file.
3720
3721         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3722
3723         * flower/include/offset.hh (class Offset): new operator /=
3724
3725         * lily/tuplet-number.cc (print): new file, new interface.
3726
3727         * scm/define-grob-properties.scm (all-user-grob-properties):
3728         remove number-visibility property.
3729
3730         * lily/tuplet-bracket.cc (calc_control_points): new function
3731         (calc_connect_to_neighbors): new function.
3732         (print): remove text handling for tuplet numberdef.
3733
3734         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3735         TupletNumbers too. 
3736
3737         * lily/lily-guile.cc (robust_scm2booldrul): new function
3738
3739         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3740
3741         * lily/tuplet-bracket.cc (calc_position_and_height): use
3742         staff-padding to control whether tuplet brackets are over staves.
3743
3744         * lily/grob.cc (suicide): clear dim_caches_.
3745
3746         * lily/dimension-cache.cc (clear): new function.
3747
3748         * lily/grob.cc (extent): swap order of min-extent and extent
3749         calculations. This fixes hara kiri staves. 
3750
3751 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3752
3753         * lily/main.cc: Nitpick: relocation is not based on path, but on
3754         directory (location).
3755
3756 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3757
3758         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3759
3760         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3761
3762         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3763
3764         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3765
3766         * stepmake/stepmake/generic-vars.make (Module): idem.
3767
3768         * stepmake/stepmake/executable-targets.make (default): use it.
3769
3770         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3771
3772         * make/GNUmakefile: don't install make rules.
3773
3774         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3775         slashes.
3776         (prepend_env_path): more verbosity.
3777
3778 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3779
3780         * GNUmakefile.in: add dir argument for find command.
3781
3782         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3783         fixes weird line numbers for point & click.
3784
3785         * lily/source-file.cc (get_counts): init line/column/char counts.
3786
3787 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3788
3789         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3790
3791 2005-12-16  Graham Percival  <gpermus@gmail.com>
3792
3793         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3794         minor fixes from Fredric.  Thanks!
3795
3796 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3797
3798         * ly/music-functions-init.ly: add \bar and \clef music function 
3799
3800         * lily/lily-lexer.cc: idem.
3801
3802         * lily/parser.yy (FIXME): remove BAR and CLEF.
3803
3804 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3805
3806         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
3807
3808         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
3809         function arguments too
3810
3811         * lily/main.cc (set_relocation): new function.
3812
3813         * scripts/musicxml2ly.py (convert): add \version
3814
3815         * lily/tie.cc: remove get_default_attachments()
3816
3817         * VERSION (PACKAGE_NAME): release 2.7.23
3818         
3819         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
3820         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
3821
3822         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3823
3824         * lily/tie-formatting-problem.cc (score_ties): new function
3825         (get_variations): new function. Try flipping dirs for collisions.
3826         (generate_optimal_chord_configuration): new function. 1-opt search
3827         for better configuration.
3828
3829         * lily/tie-configuration.cc: new file.
3830
3831         * lily/tie.cc: junk Tie::get_configuration()
3832
3833         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3834         (score_ties_configuration): new function.
3835         (generate_ties_configuration): new function.
3836         (generate_base_chord_configuration): new function.
3837         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3838         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3839
3840         * input/regression/tie-dot.ly: new file.
3841
3842         * lily/tie-formatting-problem.cc (score_configuration): score
3843         tie/dot collisions.
3844
3845         * lily/tie-helper.cc (get_transformed_bezier): new function
3846
3847         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3848
3849         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3850         -undefined suppress iso. -framework Python 
3851
3852         * scm/define-grobs.scm (all-grob-descriptions): set
3853         springs-and-rods (thanks Joe Neeman!)
3854
3855 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3856
3857         * input/no-notation/display-lily-tests.ly (test): 
3858         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3859         changed from \tag #'(a b) to \tag #'a \tag #'b
3860
3861 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3862
3863         * Documentation/topdocs/NEWS.tely: strip out-www.
3864
3865         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3866
3867         * config.make.in (AR): add AR and RANLIB
3868
3869         * flower/libc-extension.cc: include cassert
3870
3871         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3872         darwin check.
3873
3874 2005-12-11  Graham Percival  <gpermus@gmail.com>
3875
3876         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3877
3878         * stepmake/stepmake/python-modules-vars.make: define
3879         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3880
3881         * THANKS: added Johannes Schindelin.
3882
3883 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3884
3885         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3886
3887         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3888         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3889
3890         * lily/parser.yy: reorganize file layout.
3891
3892         * ly/music-functions-init.ly: add tweak music function.
3893
3894         * lily/grob-info.cc (ultimate_music_cause): new function:
3895         recursively lookup causes. 
3896
3897         * lily/parser.yy (chord_body_element): allow music functions for
3898         post-events, allow music functions for chord elements. 
3899  
3900         * lily/font-config-scheme.cc (display_fontset): add cast.
3901
3902         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3903         #'(a b) -> \tag #'a \tag #'b rule.
3904
3905         * python/musicexp.py (Output_printer.dump_version): new function
3906
3907 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3908
3909         * lily/parser.yy (FIXME): remove \tag
3910         (FIXME): remove tag_music() function.
3911
3912         * lily/lily-lexer.cc: remove \tag
3913
3914         * ly/music-functions-init.ly: define music-function "tag"
3915
3916         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3917
3918 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3919
3920         * VERSION (PATCH_LEVEL): release 2.7.22
3921
3922         * input/regression/lyric-hyphen-retain.ly: renew.
3923
3924         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3925         grob
3926
3927         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3928         iso. minimum-length property for rods.
3929
3930         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3931         LyricSpace item to keep lyrics spaced apart.
3932
3933         * ly/engraver-init.ly: remove Separating_line_group_engraver
3934
3935         * Documentation/user/music-glossary.tely: do setfilename before
3936         music-glossary.
3937
3938 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3939
3940         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3941         See xref documentation, for example.
3942
3943 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3944
3945         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3946         pending_skip iso. ly_voice[-1]
3947         (main): add if __main__ for debugging.
3948
3949         * python/musicxml.py (Accidental.__init__): new class.
3950
3951         * scripts/musicxml2ly.py (progress): new function
3952         (musicxml_key_to_lily): don't barf on modeless keys.
3953         (create_skip_music): new function.
3954         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3955         (musicxml_note_to_lily_main_event): new function.
3956
3957         * python/musicexp.py (Music.__init__): add comment field.
3958         (NestedMusic.append): new routine.
3959         (SequentialMusic.print_ly): print comment.
3960         (ArpeggioEvent.ly_expression): new class
3961         (BeamEvent.ly_expression): new class
3962         (NoteEvent.__init__): support for cautionary/forced accs.
3963
3964         * lily/lookup.cc (slur): normal order for array loop.
3965
3966         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3967         to 0.0.
3968
3969         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3970         collapsed.
3971
3972 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3973
3974         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3975
3976         * scripts/lilypond-book.py: Introduce option
3977             --preserve-line-breaks, for usage with srcltx
3978
3979 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3980
3981         * scm/output-lib.scm (print-circled-text-callback): draw circle
3982         around text using make-circle-markup.
3983
3984         * Documentation/user/*: strip out-www from file names.
3985
3986 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3987
3988         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3989         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3990
3991 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3992
3993         * Documentation/user/GNUmakefile: idem.
3994
3995         * Documentation/user/macros.itexi: strip out-www
3996
3997         * python/rational.py: python 2.3 compat.
3998
3999         * VERSION (PATCH_LEVEL): release 2.7.21
4000
4001         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4002         option formatting, lilypond style.
4003
4004         * python/musicexp.py: grab from Ikebana: a library for composing
4005         ly music expressions. 
4006         (Output_printer): class for advanced .ly printing.
4007         (eg. tupletting) 
4008
4009         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4010         convert to pythonesque structure.
4011
4012         * python/rational.py: PD rational number class.
4013
4014         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4015
4016 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4017
4018         * lily/part-combine-iterator.cc: Minor bugfix
4019         
4020         * THANKS: Update bughunters
4021
4022 2005-12-02  Werner Lemberg  <wl@gnu.org>
4023
4024         * mf/README: Document process for proper mf2pt1 conversion.
4025
4026         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4027         overlapping.
4028
4029         * mf/feta-harmonica.mf: Removed.  Unused.
4030
4031 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4032
4033         * scripts/lilypond-book.py (do_file): fix thinkos.
4034
4035 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4036
4037         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4038         ($(outdir)/parser.cc): 
4039         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4040
4041 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4042
4043         * ly/titling-init.ly (tagline): it should be a space between
4044         "Music engraving by LilyPond" and the version number.
4045
4046 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4047
4048         * VERSION (PACKAGE_NAME): release 2.7.20
4049
4050 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4051
4052         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4053
4054         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4055         1.0.
4056         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4057
4058 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4059
4060         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4061
4062         * kpath-guile/: remove directory
4063
4064         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4065         file. Encapsulate kpathsea using commandline tools.
4066
4067         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4068         kpathsea) module.
4069
4070 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4071
4072         * Documentation/user/advanced-notation.itely (Setting automatic
4073         beam behavior): Correct a few typos. Thanks to David Bobroff.
4074
4075         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4076         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4077
4078 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4079
4080         * scripts/*.py: gmane address for bugs.
4081
4082 2005-11-28 Pal Benko <benkop@freestart.hu>
4083         
4084         * make/ly-rules.make: add -f switch to mv
4085
4086         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4087
4088         * lily/bar-line.cc: interpret it
4089
4090 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4091
4092         * configure.in (--disable-documentation): New switch.
4093
4094         * GNUmakefile.in: Use it.
4095
4096         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4097
4098 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4099
4100         * scripts/lilypond-book.py (do_file): search chunks for
4101         \\begin{document}
4102
4103         * GNUmakefile.in: add copy step in between so we can lose the
4104         out-www directories.
4105
4106 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4107
4108         * lily/pango-font.cc (pango_item_string_stencil): put
4109         geometry.width into glyph-string too.
4110
4111 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4112
4113         * scm/define-music-display-methods.scm (RevertProperty):
4114         (OverrideProperty): Use grob-property-path property, a list of
4115         symbols, instead of grob-property, which used to be a single
4116         symbol.
4117         (BassFigureEvent): a figure can be a plain number, not necessarily a
4118         markup.
4119
4120 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4121
4122         * VERSION: release 2.7.19
4123         
4124         * lily/figured-bass-engraver.cc (process_music): check
4125         figuredBassCenterContinuations first.
4126
4127         * scm/translation-functions.scm (format-bass-figure): make double
4128         sharp larger. 
4129
4130         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4131         determine X-parent.
4132
4133         * lily/system-start-delimiter-engraver.cc: move from
4134         Nested_system_start_delimiter_engraver, rename
4135         Nested_system_start_delimiter_engraver ->
4136         System_start_delimiter_engraver.
4137
4138         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4139         bracket type from hierarchy.
4140
4141 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * lily/rest.cc (y_offset_callback): read staff-position.
4144
4145         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4146         mark after-line-breaking-callback as internal.
4147
4148         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4149
4150 2005-11-25  Werner Lemberg  <wl@gnu.org>
4151
4152         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4153
4154 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4155
4156         * stepmake/bin/add-html-footer.py (do_file): add google
4157
4158         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4159         staff if first_start_ is true.
4160
4161 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4162
4163         * scripts/midi2ly.py (split_track): add __repr__ members.
4164         (track_first_item): only return Item if not None. This fixes a
4165         problem when dumping a track that starts with an empty channel.
4166
4167         * python/midi.c: doc module.
4168
4169 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4170
4171         * Documentation/user/global.itely (Creating MIDI files): Fix
4172         compilation problem.
4173
4174 2005-11-22  Graham Percival  <gpermus@gmail.com>
4175
4176         * Documentation/user/basic-notation.itely: clarify dynamic
4177         padding text.
4178
4179         * Documentation/user/advanced-notation.itely: add unicode
4180         escape control example, whatever that is.  :)
4181
4182         * Documentation/user/global.itely: added "removing dynamics
4183         from MIDI" code.
4184
4185 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4186
4187         * VERSION (PATCH_LEVEL): release 2.7.18
4188
4189         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4190         System_start_delimiter_engraver by
4191         Nested_system_start_delimiter_engraver.
4192
4193         * lily/nested-system-start-delimiter-engraver.cc (struct
4194         Bracket_nesting_node): new class.
4195         (struct Bracket_nesting_group): new class
4196         (struct Bracket_nesting_staff): new class.
4197         (process_music): create hierarchy of grobs. This allows separate
4198         tuning of different SSDs. 
4199
4200         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4201         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4202
4203 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4204
4205         * lily/side-position-interface.cc (aligned_side): multiply
4206         staff_radius by 2.
4207
4208         * lily/script-engraver.cc (make_script_from_event): allow setting
4209         values to '()
4210
4211 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4212
4213         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4214
4215         * scm/define-grobs.scm (all-grob-descriptions): new grob
4216         NestedSystemStartDelimiter.
4217
4218         * input/regression/system-start-heavy-bar.ly: new file.
4219
4220         * lily/nested-system-start-delimiter-engraver.cc: new file.
4221
4222         * lily/nested-system-start-delimiter.cc: new file.
4223
4224         * input/regression/system-start-nesting.ly: new file.
4225
4226         * scm/define-grobs.scm (all-grob-descriptions): use X side
4227         positioning for positioning braces for nested contexts.
4228
4229         * lily/system-start-delimiter.cc (print): don't divide extent by
4230         staff_space.
4231         (print): use style iso. glyph.
4232         (staff_bracket): translate glyph inside routine already.
4233
4234 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4235
4236         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4237         names.
4238
4239 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4240
4241         * scm/define-context-properties.scm
4242         (all-user-translation-properties): rename figuredBassFormatter
4243         from newFiguredBassFormatter.
4244
4245         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4246
4247         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4248
4249         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4250
4251         * lily/beam.cc (calc_beaming): new function.
4252         (calc_shorten): new function.
4253
4254         * THANKS: add Edward Neeman.
4255
4256         * input/regression/accidental-clef-change.ly: new file.
4257
4258         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4259
4260         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4261
4262         * lily/clef-engraver.cc (inspect_clef_properties): reset
4263         localKeySignature for clef changes.
4264
4265 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4266
4267         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4268         add dummy definition that works in Linux and add information in
4269         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4270
4271         * Documentation/user/changing-defaults.itely (Modifying context
4272         plug-ins): Add index for \with.
4273
4274         * Documentation/user/music-glossary.tely (dal segno): Updated
4275         example to version >=2.6.
4276
4277 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4278
4279         * Documentation/user/instrument-notation.itely (Printing chord
4280         names): Reorder \chordmode and \repeat in one example.
4281
4282 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4283
4284         * VERSION: release 2.7.17
4285         
4286         * Documentation/topdocs/NEWS.tely (Top): add note about
4287         refactoring.
4288
4289         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4290         new function. Search region of 3 positions for best tie.
4291         (score_configuration): new function.
4292         (score_aptitude): new function.
4293         (generate_configuration): new function.
4294         (get_configuration): new function.
4295         (Tie_formatting_problem): new function
4296
4297         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4298
4299         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4300
4301         * THANKS: add Eduardo Vieira & Ralph Little
4302
4303         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4304         narrower.
4305
4306         * lily/include/tie-formatting-problem.hh (class
4307         Tie_formatting_problem): add Tie_details to
4308         Tie_formatting_problem. Update calling conventions.
4309
4310         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4311         config.make.
4312
4313         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4314
4315 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4316
4317         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4318         scm/define-context-properties.scm: Maintenance bugfix: make
4319         ligature brackets work again by removing obsolete ligature
4320         primitive callback push/pop.
4321
4322         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4323         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4324         value.
4325
4326 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4327
4328         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4329         used and do not call it a path.
4330         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4331
4332 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4333
4334         * lily/include/tie-formatting-problem.hh (class
4335         Tie_formatting_problem): new file.
4336
4337         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4338
4339         * Documentation/misc/ChangeLog-2.3:  new file.
4340
4341         * lily/audio-staff.cc (output): degarianize.
4342
4343 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4344
4345         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4346         Unset PYTHONOPTIMIZE.  Fixes install if set.
4347
4348 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4349
4350         * python/convertrules.py (conv): add warning about drums. 
4351
4352         * make/stepmake.make: include toplevel-version.make after config.make.
4353
4354         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4355         also allow python2.4
4356
4357         * config.make.in (configure-srcdir): remove GXX GCC vars.
4358
4359         * stepmake/aclocal.m4: don't do non-srcdir build with
4360         symlinks. Use inclusion, so the src directory name can be changed.
4361
4362 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4363
4364         * make/mutopia-vars.make:
4365         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4366         files.
4367
4368 2005-11-13  Werner Lemberg  <wl@gnu.org>
4369
4370         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4371         but the affected path.  This ensures that the (overlapping) outlines
4372         have the same direction, which is a necessary prerequisite for
4373         FontForge's algorithm to remove overlaps.
4374         Formatting.
4375
4376         * mf/feta-haak.mf: Formatting.
4377         (draw_bracket): Slightly modify outline to avoid an unnecessary
4378         corner.
4379         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4380         them from the affected paths.
4381
4382 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4383
4384         * mf/README: remove xpm / accordion notes.
4385
4386         * lily/tie-column-format.cc (set_chord_outline): add dots into
4387         skyline extents. This fixes tie formatting if the left head has dots.
4388
4389         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4390         space inside the staff.
4391         (get_configuration): shift another position if necessary in case
4392         of left head tie  
4393
4394 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4395
4396         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4397         buildscript-dir iso. $(depth)/buildscripts.
4398
4399         * tex/GNUmakefile (local-uninstall): remove
4400         music-drawing-routines.ps juggling.
4401
4402         * stepmake/stepmake/install-targets.make (local-install-files):
4403         prepend src-dir to install targets.
4404
4405         * lily/system-start-delimiter-engraver.cc
4406         (acknowledge_system_start_delimiter): use
4407         add_offset_callback(). This fixes translation of nested
4408         staffgroups.
4409
4410         * lily/grob-closure.cc (add_offset_callback): only encaps in
4411         simple_closure if it's a procedure.
4412         
4413         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4414         from bar-line.
4415
4416         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4417         remove-empty where pertinent.
4418
4419 2005-11-12  Graham Percival  <gpermus@gmail.com>
4420
4421         * Documentation/user/instrument-notation.itely: added
4422         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4423
4424 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4425
4426         * lily/GNUmakefile
4427         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4428         make picture in builddir, not srcdir.
4429
4430 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4431
4432         * VERSION: release 2.7.16
4433         
4434         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4435         shell arguments. 
4436
4437 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4438
4439         * Documentation/user/examples.itely (Piano templates): Minor
4440         modification to the Piano centered lyrics example.
4441
4442 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4443
4444         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4445         $BROWSER.
4446
4447         * Documentation/user/point-and-click.itely: simplify p&c
4448         instruction: don't configure firefox. Put lilypond-invoke-editor
4449         in front of the browser.
4450
4451         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4452         (run-browser): new function.
4453
4454         * lily/parser.yy (Lily_lexer): recognize Book
4455
4456         * lily/book.cc (clone): new function
4457
4458         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4459
4460 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4461
4462         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4463         Maintenance bugfix: reduce number of font related warnings by
4464         updating naming conventions for glyph-name.
4465
4466 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4467
4468         * scm/define-grobs.scm (all-grob-descriptions): add
4469         rhythmic-grob-interface to TabNoteHead.
4470
4471         * scm/layout-beam.scm (check-quant-callbacks): remove
4472         set_stem_lengths()
4473
4474 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4475
4476         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4477         alignment of centered divisiones.
4478
4479         * scm/scripts.scm (articulations): Maintenance bugfix:
4480         follow-into-staff -> quantize-position.
4481
4482         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4483         plica head in porrectus deminutus.
4484
4485 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4486
4487         * make/lilypond.fedora.spec.in (Group): add %clean section.
4488
4489         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4490         less then 1/5th of total length.  
4491         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4492
4493         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4494         events into EventChord. This fixes textspanners on mm rests. Fixes
4495         spanner-rest.ly
4496
4497         * lily/side-position-interface.cc (get_axis): read side-axis
4498         (set_axis): set side-axis.
4499
4500         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4501         properties everywhere.
4502
4503         * lily/spacing-spanner.cc (breakable_column_spacing): add
4504         average-spacing-wishes. Take maximum if not set.
4505         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4506
4507         * scm/define-grobs.scm (all-grob-descriptions): add
4508         average-spacing-wishes.
4509
4510         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4511         offset callbacks. This fixes alignment for Fingering objects.
4512
4513         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4514         space for key - timesig combination. 
4515
4516         * input/regression/script-stem-tremolo.ly (Module): new file.
4517
4518         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4519         to key sig.
4520
4521         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4522         Fixes: c-tremolo-script.ly.
4523         
4524         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4525
4526         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4527         
4528         * scm/define-grobs.scm (all-grob-descriptions): remove
4529         self-X-offset. Fixes alignment of octavate-8.
4530
4531         * scripts/lilypond-book.py (datadir): look in
4532         LILYPONDPREFIX/share/lilypond/current/
4533
4534         * GNUmakefile.in: symlink current to <VERSION>. 
4535
4536 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4537
4538         * lily/main.cc: eps listed as a backend.
4539
4540 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4541
4542         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4543
4544 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4545
4546         * lily/include/score.hh (class Score): remove texts_ member.
4547
4548         * lily/beam.cc (set_stem_lengths): force direction callback.
4549         (print): read quantized-positions, so we can force
4550         Beam::set_stem_lengths to occur.
4551         (rest_collision_callback): use common X parent. 
4552
4553 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4554
4555         * flower/file-path.cc (find): Bugfix: Return name of file found.
4556
4557         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4558         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4559         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4560
4561 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * flower/offset.cc: idem.
4564
4565         * mf/*.mf: update email address.
4566
4567         * lily/font-config-scheme.cc:  new file.
4568
4569         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4570
4571         * lily/*:  cs.uu.nl -> xs4all.nl
4572
4573         * VERSION (PATCH_LEVEL): release 2.7.15
4574
4575         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4576         spec files.
4577
4578         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4579
4580 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4581
4582         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4583
4584         * lily/staff-performer.cc (process_music): add audio
4585         elements. This makes MIDI instrument changes work once again.
4586
4587         * lily/main.cc (LY_DEFINE): add gmane address.
4588
4589         * lily/beam.cc: remove calc_positions()
4590
4591         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4592         original_ in private scope.
4593         (class Grob): drop pscore_ pointer, change to output_def pointer.
4594         (class Grob): cleanup class definition.
4595
4596         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4597
4598 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4599
4600         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4601         absolute.  Better diagnostics.
4602
4603         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4604         This makes lilypond run from the build directory using argv0
4605         relocation (without any --prefix or LILYPONDPREFIX setting).
4606
4607 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4608
4609         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4610
4611         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4612         with simple-closure.
4613
4614         * lily/self-aligment-interface.cc (set_align_self): new function
4615         (set_center_parent): new function.
4616
4617         * lily/side-position-interface.cc (set_axis): new function.
4618
4619         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4620         generic code. 
4621
4622         * scm/define-grob-properties.scm (all-user-grob-properties):
4623         remove [XY]-offset-callbacks add [YX]-offset
4624         
4625 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4626
4627         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4628         entry for time signatures after breathing signs. Bug report by
4629         Scott Russell.
4630
4631 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4632
4633         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4634         not absolute, make it absolute using PATH.
4635
4636 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4637
4638         * python/midi.c (initmidi): Fix type for mingw.
4639
4640 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4641
4642         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4643
4644         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4645         cross compiling.
4646
4647         * stepmake/aclocal.m4: Support python cross compiling.
4648
4649         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4650         Add mingw section.
4651
4652 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4653
4654         * scm/output-lib.scm (chain-grob-member-functions): replace
4655         chained-callback.cc
4656
4657         * lily/chained-callback.cc (Module): remove file.
4658
4659         * lily/rest-collision.cc (force_shift_callback_rest): change to
4660         chained callback.
4661
4662         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4663
4664         * lily/grob.cc (y_parent_positioning): remove axis argument from
4665         parent_positioning callbacks.
4666         (Grob): junk init code
4667         (get_offset): use generic property callbacks for
4668         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4669         (axis_parent_positioning): new function
4670         (axis_offset_symbol): new function
4671         (chain_offset_callback): new function
4672         (add_offset_callback): new function
4673
4674         * lily/beam.cc (rest_collision_callback): change signature; this
4675         is now a chained callback.
4676
4677         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4678         callback administration.
4679
4680         * lily/simple-closure.cc: new file. Smob type that allows "grob
4681         member functions",
4682
4683             (ly:make-simple-closure FUNC A B)
4684
4685         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4686         in various ways.
4687
4688         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4689         callbacks.
4690
4691         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4692
4693         * lily/rest.cc (polyphonic_offset_callback): remove.
4694
4695         * lily/script-engraver.cc (try_music): remove bool* argument.
4696
4697         * scm/script.scm (default-script-alist): set quantize-position
4698         appropriately.
4699
4700         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4701
4702         * lily/side-position-interface.cc (aligned_side): move staff
4703         position quantization from
4704         Side_position_interface::quantised_position().
4705         (quantised_position): remove
4706         
4707 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4708
4709         * input/regression/beam-quant-standard.ly: reindent, set
4710         debug-beam-quanting to #t.
4711
4712         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4713         10000 if this is a "hard" concave beam.
4714
4715         * lily/beam.cc (calc_least_squares_positions): change from
4716         calc_least_squares_dy
4717         (set_stem_lengths): this is now a chained callback.
4718
4719         * lily/context-property.cc (execute_general_pushpop_property):
4720         bugfix override with procedure should have effect.
4721
4722         * scm/define-grob-properties.scm (all-internal-grob-properties):
4723         remove position-callbacks.
4724
4725         * scm/define-grobs.scm (all-grob-descriptions): use
4726         ly:make-callback-chain for positions property.
4727
4728         * scm/layout-beam.scm (check-quant-callbacks): return list of
4729         chained callbacks.
4730
4731         * scm/lily.scm (type-p-name-alist): add callback-chain
4732
4733         * lily/lily-guile.cc (type_check_assignment): type check failure
4734         is warning not message.
4735
4736         * lily/grob-property.cc (try_callback): walk callback chain if
4737         appropriate.
4738
4739         * lily/chained-callback.cc: new file. new smob type.
4740
4741         * lily/lily-guile.cc (procedure_arity): new function.
4742
4743 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4744
4745         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4746
4747 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4748  
4749         * Documentation/user/instrument-notation.itely (Figured bass):
4750         describe new features
4751
4752 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4753
4754         * lily/beam.cc (calc_least_squares_dy): use property callback.
4755
4756         * lily/beam-concave.cc (calc_concaveness): use property callback.
4757
4758         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4759
4760 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4761
4762         * HACKING: Update.
4763
4764 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4765
4766         * scm/layout-page-layout.scm (page-headfoot): annotate
4767         pagetopspace too.
4768
4769         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4770
4771         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4772         doesn't take y-space.
4773
4774         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4775
4776 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4777
4778         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4779         src-wildcard, remove $(wildcard).
4780
4781         * po/GNUmakefile (PO_FILES): 
4782         * ps/GNUmakefile (PS_FILES): 
4783         * tex/GNUmakefile (TEX_FILES): 
4784         * cygwin/GNUmakefile (POSTINSTALLS):
4785         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4786         some wildcard calls.
4787
4788 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4789
4790         * THANKS: add Thomas Bushnell.
4791
4792 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4793
4794         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4795         (lilypond-main): Redirect to gui-main if 'gui is set.
4796
4797         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4798         for alternative installations kludging s/share/lib/g
4799         LILYPONDPREFIX. 
4800
4801         * SConstruct (libdir_package_version): Define.
4802
4803         * python/SConscript: 
4804         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
4805         module in libdir.  
4806
4807 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4808
4809         * lily/main.cc: clarify --safe.
4810
4811 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4812
4813         * VERSION: release 2.7.14
4814         
4815         * Documentation/user/*.itely: remove minimumVerticalExtent.
4816
4817         * scm/define-grobs.scm (all-grob-descriptions): remove
4818         RemoveEmptyVerticalGroup
4819
4820         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
4821
4822         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4823         compile on MOSX
4824
4825         * python/convertrules.py (conv): add rules.
4826
4827         * lily/grob.cc: remove is_empty()
4828
4829         * lily/grob-property.cc: remove add_to_list_property().
4830
4831         * scripts/convert-ly.py (datadir): add prefix switching hack to
4832         .py too.
4833
4834         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4835         space-function tweak.
4836
4837         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4838
4839         * scm/define-grob-properties.scm (all-user-grob-properties):
4840         remove callback property.
4841
4842         * lily/include/grob.hh (class Grob): remove property_callbacks_
4843         member. Properties of procedure type are assumed to be callbacks.
4844
4845         * lily/ligature-engraver.cc (override_stencil_callback):
4846         rewrite. Use noteHeadLigaturePrimitive as source.
4847
4848         * scm/define-grob-properties.scm (all-internal-grob-properties):
4849         remove ligature-primitive-callback
4850
4851         * lily/include/dimension-cache.hh (class Dimension_cache): make
4852         class, with Grob as friend.
4853
4854         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4855         has_extent_callback()
4856
4857         * scm/translation-functions.scm (format-new-bass-figure): read
4858         figuredBassPlusDirection
4859
4860         * scm/define-context-properties.scm
4861         (all-user-translation-properties): add figuredBassPlusDirection.
4862
4863         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4864
4865         * lily/align-interface.cc (set_ordered): new function.
4866
4867         * lily/grob.cc (flush_extent_cache): rewrite.
4868
4869         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4870         Interval pointer directly.
4871
4872         * lily/main.cc (setup_paths): insert extra / .
4873         (setup_paths): junk cff entry.
4874
4875         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4876         directories.
4877
4878         * lily/axis-group-engraver.cc (finalize): remove
4879         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4880
4881         * lily/grob.cc (Grob): don't set extent from ctor.
4882         (extent): use property callbacks. 
4883
4884         * lily/axis-group-interface.cc: remove set_axes() function.
4885
4886         * lily/grob-property.cc (del_property): new function.
4887
4888 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4889
4890         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4891         
4892 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4893
4894         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4895
4896 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4897
4898         * mf/SConscript: Updates.
4899
4900         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4901
4902         * stepmake/stepmake/*:
4903         * */GNUmakefile:
4904         * config.make.in:
4905         * GNUmakefile.in:
4906         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4907         from any directory in build-dir.  Cleanups.
4908
4909         * make/srcdir.make.in: Remove.
4910
4911         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4912
4913         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4914         main).
4915
4916         * lily/SConscript: Remove ttftools.
4917
4918         * SConstruct: Resurrect.
4919
4920 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4921
4922         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4923         Y coordinate. 
4924
4925         * lily/paper-book.cc (add_score_title): put Paper_score title into
4926         systems_ list.
4927
4928         * scm/translation-functions.scm (format-new-bass-figure): also
4929         allow plus in combination with _
4930
4931 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4932
4933         * VERSION: 2.7.13 released.
4934
4935         * lily/note-collision.cc (check_meshing_chords): don't wipe
4936         stencil, merely set transparent.
4937
4938         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4939         (Top): document #'callbacks.
4940         (Top): document nested \override.
4941
4942         * input/regression/figured-bass.ly: update for slash and pluses.
4943
4944         * input/regression/figured-bass-continuation-forbid.ly (Module):
4945         new file.
4946
4947         * scm/translation-functions.scm (format-new-bass-figure): use
4948         slashed-digit if diminished is set.
4949         (format-new-bass-figure): add + if 'augmented is set.
4950
4951         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4952
4953         * input/test/piano-staff-distance.ly: remove file.
4954
4955         * Documentation/user/advanced-notation.itely (Formatting cue
4956         notes): use length-fraction for making stems/beams smaller.
4957
4958         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4959         modifications.
4960
4961         * lily/new-figured-bass-engraver.cc: new property
4962         centerFiguredBassContinuations
4963
4964         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4965         use callbacks.
4966
4967         * lily/context-property.cc (execute_general_pushpop_property):
4968         robustness checks.
4969
4970         * input/regression/override-nest.ly: new file.
4971
4972         * python/convertrules.py (FatalConversionError.subber): conversion
4973         rule for #'callbacks
4974
4975         * input/regression/override-nest.ly: new function.
4976
4977         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4978         #c too. 
4979
4980         * lily/context-property.cc (lookup_nested_property): new function.
4981         (evict_from_alist): new function.
4982         (general_pushpop_property): new function.
4983         (execute_general_pushpop_property): rewrite. Support nested
4984         properties too.
4985
4986 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4987
4988         * lily/beam.cc: use length-fraction too.
4989
4990         * scm/define-grob-properties.scm (all-user-grob-properties):
4991         remove property flag-width-function
4992         (all-user-grob-properties): remove space-function.
4993
4994         * scm/layout-beam.scm: remove flag-width-function.
4995
4996         * lily/beam.cc: remove flag-width-function
4997
4998         * scm/layout-beam.scm: remove beam dir functions.
4999
5000         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5001
5002         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5003         for easier grace tweaks.
5004
5005         * lily/beam.cc: remove dir-function.
5006
5007         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5008
5009         * lily/grob.cc: remove spacing-procedure.
5010
5011         * lily/note-head.cc (calc_stem_attachment): new function.
5012         (internal_print): use callback to get glyph-name.
5013
5014         * lily/grob-property.cc (get_interfaces): new function.
5015
5016         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5017
5018         * lily/stem.cc (calc_stem_end_position): new function.
5019         (calc_length): new function.
5020         document details for stem.
5021         remove Stem::get_direction()
5022
5023         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5024
5025         * lily/grob-property.cc (set_callback): new function.
5026
5027         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5028
5029         * lily/item-scheme.cc: new file.
5030
5031         * lily/bar-line.cc (before_line_breaking): remove function.
5032         remove bar-size-procedure, break-glyph-function
5033
5034         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5035
5036         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5037
5038         * lily/system-start-delimiter.cc (print): suicide from
5039         here. Remove after_line_breaking_callback.
5040
5041         * lily/script-interface.cc (calc_direction): use callback for direction.
5042
5043         * lily/side-position-interface.cc (aligned_side): don't use
5044         Side_position_interface::get_direction directly. Use callback. 
5045
5046         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5047         calculate stencil.
5048         (get_print_stencil): rename from get_stencil: create stencil with
5049         transparency, color and cause. 
5050
5051         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5052
5053         * python/convertrules.py (conv): insert temporary warning rule.
5054
5055         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5056
5057         * lily/grob-property.cc (try_callback): remove marker if applicable.
5058
5059         * lily/grob.cc: elucidate doc about after/before-line-breaking
5060
5061         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5062
5063         * lily/stem.cc (height): idem.
5064
5065         * lily/stem-tremolo.cc: idem.
5066
5067         * lily/slur.cc (height): don't use get_uncached_stencil()
5068
5069         * lily/rest.cc (y_offset_callback): use offset callback
5070         iso. after-line-breaking callback.
5071
5072         * lily/grob.cc: change after/before-line-breaking-callback to
5073         after/before-line-breaking dummy properties.
5074
5075         * lily/include/grob.hh: remove Grob_status.
5076
5077         * scm/define-context-properties.scm
5078         (all-user-translation-properties): remove verticalAlignmentChildCallback
5079
5080         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5081         (calc_direction): use callback
5082         (calc_positions): use callback.
5083
5084         * lily/tie.cc (calc_direction): use callback. Only call parent
5085         positioning for more than one tie.
5086
5087         * lily/tie-column.cc (calc_positioning_done): use callback
5088
5089         * lily/slur-scoring.cc (calc_control_points): use callback
5090
5091         * lily/slur.cc (calc_direction): use callback.
5092
5093         * lily/note-collision.cc (force_shift_callback): remove.
5094
5095         * lily/dot-column.cc (force_shift_callback): remove. Use
5096         other_axis_parent_positioning.
5097
5098         * lily/grob.cc (other_axis_parent_positioning): new function.
5099         (same_axis_parent_positioning): new function
5100
5101         * lily/align-interface.cc (alignment_callback): remove function.
5102
5103         * lily/note-collision.cc (calc_positioning_done): use callback.
5104
5105         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5106         (calc_direction): idem.
5107         remove print function.
5108
5109         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5110
5111         * lily/dot-column.cc (calc_positioning_done): use callback.
5112
5113         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5114
5115         * lily/beam.cc (calc_direction): use pseudo-property for beam
5116         direction callback.
5117         (calc_positions): use callback 
5118
5119         * lily/align-interface.cc (calc_positioning_done): use
5120         callback. Fold fixed  distance and normal alignment in one function.
5121
5122         * lily/stem.cc (calc_stem_end_position): use callback.
5123         (calc_positioning_done): idem.
5124         (calc_direction): idem.
5125         (calc_stem_end_position): idem
5126         (calc_stem_info): idem.
5127
5128         * lily/grob-property.cc (get_property_data): new function: 
5129         (try_callback): new function.
5130
5131         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5132         callbacks property.
5133
5134         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5135
5136 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5137
5138         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5139         tie
5140         has no heads.
5141         
5142         * lily/include/*.hh (Module): compile fixes.
5143
5144 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5145
5146         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5147         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5148         instead of (char-syntax nil), thanks to Milan Zamazal.
5149
5150 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5151
5152         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5153         dist.
5154
5155         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5156         themselves.
5157
5158 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5159
5160         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5161         add class_name() method.
5162
5163         * lily/music-scheme.cc: remove ly:music-name.
5164
5165 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5166
5167         * cygwin/postinstall-lilypond.sh: Remove cruft.
5168
5169         * cygwin/postremove-lilypond.sh: Remove.
5170
5171         * cygwin/GNUmakefile (default): Remove postremove rules.
5172
5173 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5174
5175         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5176         even header too.
5177         
5178         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5179         MacOS 9 users.
5180
5181         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5182         consider break index for broken spanner.
5183
5184         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5185         characters from string before splitting.
5186
5187 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5188
5189         * scm/framework-ps.scm (output-preview-framework): use
5190         is-book-title to determine whether to chop off the booktitle.
5191
5192         * lily/paper-book.cc (systems): init from book-title-properties
5193         (add_score_title): init score-title-properties.
5194
5195         * ly/paper-defaults.ly: add {score,book}-title-properties.
5196
5197         * scm/document-backend.scm (lookup-interface): error message if
5198         using unknown interface.
5199
5200         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5201         edge-height.
5202
5203         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5204         make_bracket.
5205         (make_bracket): new function.
5206
5207         * scm/lily.scm (define-scheme-options): add paper-size option.
5208
5209         * ly/declarations-init.ly (laissezVibrer): get paper size from
5210         -dpaper-size
5211
5212         * scm/translation-functions.scm: use \fontsize for changing the
5213         fontsize.
5214
5215         * scm/define-grobs.scm (all-grob-descriptions): set
5216         between-length-limit to 1.0
5217
5218         * lily/tie-helper.cc: add between_length_limit_ detail property.
5219
5220         * mf/feta-bolletjes.mf: typos.
5221
5222         * lily/note-head.cc (internal_print): don't shadow idx
5223         parameter. This fixes wrong attachment for do shape heads.
5224
5225 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5226
5227         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5228
5229         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5230
5231         * scm/layout-slur.scm: rename from slur.scm
5232
5233         * scm/layout-page-layout.scm: rename from page-layout.scm
5234
5235         * scm/layout-beam.scm: rename from beam.scm
5236
5237         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5238         bass-figure-interface
5239
5240         * lily/new-figured-bass-engraver.cc (process_music): add
5241         implicitBassFigures property.
5242         
5243         * scm/define-markup-commands.scm (pad-x): new markup.
5244
5245         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5246         minimumVerticalExtent on FiguredBass context.
5247
5248         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5249         case the continuation crosses a line break.
5250
5251 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5252
5253         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5254         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5255         absolute file name bug.  
5256
5257 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5258
5259         * VERSION (PACKAGE_NAME): release 2.7.12
5260
5261         * input/regression/figured-bass-continuation-center.ly: new file.
5262
5263         * input/regression/beam-outside-beamlets.ly: new file.
5264
5265         * lily/beam.cc (set_beaming): don't clip edges.
5266         (connect_beams): don't clip edges.
5267
5268         * lily/beaming-info.cc (clip_edges): new function.
5269
5270         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5271
5272         * Documentation/user/instrument-notation.itely (Figured bass):
5273         demonstrate extenders, update seealso links.
5274
5275         * scm/titling.scm (marked-up-headfoot): change tagline
5276         handling. tagline = ##f will blank the tagline as well.
5277
5278 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5279
5280         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5281
5282         * lily/new-figured-bass-engraver.cc (struct
5283         New_figured_bass_engraver): add new_music_found_ member.
5284
5285         * lily/lilypond-version.cc (Lilypond_version): deal with
5286         incorrectly formatted version strings. 
5287
5288         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5289         New_figured_bass_engraver by default.
5290
5291         * lily/ttf.cc (print_trailer): only define glyph names when
5292         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5293
5294 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5295
5296         * lily/horizontal-bracket.cc (make_bracket): new function.
5297
5298         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5299         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5300         BassFigureLine, BassFigureAlignment
5301
5302         * lily/new-figured-bass-engraver.cc (process_music): new file.
5303
5304         * lily/figured-bass-continuation.cc: new file.
5305
5306         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5307         new file.
5308
5309 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5310
5311         * scripts/lilypond-book.py: Bug fix, put the quote around the
5312         actual score for LaTeX documents.
5313
5314         * scm/define-grobs.scm (all-grob-descriptions): Change
5315         collapse-height of the SystemStartBracket grob to 5.0, 
5316         so the bracket disappears for single stave score lines (similarly
5317         to SystemStartBraces). 
5318
5319         * Documentation/user/advanced-notation.itely (Polymetric
5320         notation): Clarify the use of compressMusic.
5321
5322         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5323         that the grace spacer note in other staves need the same duration
5324         and document the stroke-style property.
5325
5326 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5327
5328         * Documentation/user/global.itely (Vertical spacing): document
5329         alignment-extra-space and fixed-alignment-extra-space.
5330
5331         * Documentation/topdocs/NEWS.tely (Top): add entry.
5332
5333         * input/regression/alignment-vertical-spacing.ly: new file.
5334
5335         * python/convertrules.py (conv): add rule.
5336
5337         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5338
5339         * lily/align-interface.cc (stretch_after_break): new
5340         function. Read fixed-alignment-extra-space property.
5341         (align_elements_to_extents): read alignment-extra-space property.
5342
5343         * lily/lily-guile.cc (robust_scm2dir): new function.
5344
5345         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5346         (annotate-space-left): new function. Annotate space left on page. 
5347         (annotate-y-interval): new function.
5348         (paper-system-annotate-last): new function. Annotate bottom-space.
5349
5350         * mf/feta-beugel.mf (y): 
5351
5352 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5353
5354         * VERSION (PACKAGE_NAME):  release 2.7.11
5355
5356         * scm/lily-library.scm (interval-translate): new function
5357         (interval-center): new function. 
5358
5359         * scm/page-layout.scm (paper-system-annotate): new function. Add
5360         arrows for dimensions.
5361  
5362         * scm/stencil.scm (dimension-arrows): new function.
5363
5364         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5365
5366         * input/regression/page-spacing.ly: add annotatespacing
5367
5368         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5369         (LY_DEFINE): new function ly:paper-system-set-property!
5370
5371         * Documentation/user/global.itely (Paper size): explain how to add
5372         sizes.
5373
5374         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5375         correspond to GS's definition.
5376
5377         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5378         tuplet bracket.
5379         (print): only connect to next bracket if the next one is alive.
5380         (print): set padding to 0.0 if the bound is a breakable
5381         column. This makes tupletFullLength brackets reach up to the staff
5382         line if it doesn't connect to the next line.
5383
5384 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5385
5386         * lily/bar-number-engraver.cc: correct docs.
5387
5388         * scm/output-lib.scm (first-bar-number-invisible): rename from
5389         default-bar-number-visibility
5390
5391 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5392
5393         * scm/define-music-properties.scm (all-music-properties): remove
5394         predicate property.
5395
5396 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5397
5398         * po/fi.po: refresh.
5399
5400 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5401
5402         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5403         superfluous s1.
5404         (disappear): bugfix.
5405
5406         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5407
5408         * lily/include/paper-system.hh (class Paper_system): remove
5409         staff_extents_ member.
5410
5411         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5412
5413         * lily/include/paper-system.hh (class Paper_system): remove
5414         number_ variable. Remove is_title_. Remove break_before_penalty_
5415
5416         * lily/paper-book.cc (systems): use 'number property iso. number_
5417         member.
5418
5419         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5420         remove ly:paper-system-number.
5421
5422         * scm/lily-library.scm (paper-system-title?): new function.
5423
5424         * lily/book.cc (process): bugfix: flip ?: cases. 
5425
5426         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5427         add outputProperty.
5428
5429         * ly/music-functions-init.ly: add outputProperty music function.
5430
5431         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5432
5433         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5434         and next-padding.
5435         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5436
5437         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5438
5439         * lily/paper-system.cc (internal_get_property): new function.
5440
5441         * Documentation/user/global.itely (Vertical spacing): refer to
5442         page-spacing.ly
5443
5444         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5445         pagetopspace
5446
5447         * input/regression/page-spacing.ly: new file.
5448
5449         * input/regression/page-top-space.ly: new file.
5450
5451         * lily/spacing-spanner.cc: cmath -> math.h
5452
5453         * lily/paper-system.cc (read_left_bound): new function. Read
5454         line-break-system-details from left bound to determine extents.
5455  
5456         * Documentation/user/programming-interface.itely (Using LilyPond
5457         syntax inside Scheme): change applyxxx -> applyXxx.
5458
5459         * ly/music-functions-init.ly: add outputProperty music function.
5460
5461         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5462
5463         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5464
5465         * python/convertrules.py (conv): rule
5466
5467         * ly/music-functions-init.ly: applyxxx -> applyXxx
5468
5469         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5470         TabVoice to Voice.
5471
5472 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5473
5474         * flower/include/real.hh: include <math.h> iso. <cmath>
5475
5476         * flower/include/offset.hh: include real.hh
5477
5478 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5479
5480         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5481         fix example, now that 'interfaces is no longer directly available.
5482
5483         * lily/book.cc (process): don't crash if paper == NULL.
5484
5485         * po/fr.po: update.
5486
5487 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5488
5489         * scm/define-music-types.scm (music-descriptions): set length and
5490         start-callback for QuoteMusic
5491
5492 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5493
5494         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5495         arguments. Fixes compilation error with gcc 3.3.
5496
5497 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5498
5499         * VERSION: release 2.7.10
5500
5501         * stepmake/stepmake/python-module-rules.make
5502         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5503
5504         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5505         real.hh
5506
5507 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5508
5509         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5510         -Werror. Otherwise GCC barfs over various optimizations.
5511
5512         * scm/define-grob-properties.scm (all-internal-grob-properties):
5513         add note-head property
5514
5515         * Documentation/user/instrument-notation.itely (Laissez vibrer
5516         ties): new node.
5517
5518         * input/regression/laissez-vibrer-ties.ly: new file.
5519
5520         * lily/laissez-vibrer-engraver.cc: new file.    
5521
5522         * lily/include/tie-column-format.hh: new file.
5523
5524         * lily/tie-column-format.cc: new file. 
5525
5526         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5527
5528         * lily/laissez-vibrer-tie.cc: new file.
5529
5530         * lily/include/laissez-vibrer-tie.hh: new file.
5531
5532         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5533
5534         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5535
5536         * scm/define-grobs.scm (all-grob-descriptions): add
5537         LaissezVibrerTie, LaissezVibrerTieColumn
5538
5539         * lily/tie-column.cc (set_tie_config_directions): new function
5540         (final_shape_adjustment): new function.
5541         (shift_small_ties): new function.
5542
5543         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5544
5545         * lily/include/tie.hh (struct Tie_details): add x_gap_
5546         (struct Tie_configuration): add head_position_
5547
5548         * lily/tie-column.cc (set_chord_outline): new function.
5549
5550         * mf/cmr.enc.in:  remove file.
5551
5552 2005-09-11  Graham Percival  <gpermus@gmail.com>
5553
5554         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5555
5556 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5557
5558         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5559         reduce aliasing effects.
5560
5561         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5562         box in skyline.
5563
5564 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5565
5566         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5567
5568         * flower/include/real.hh: std::fabs too.
5569
5570 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5571
5572         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5573
5574         * lily, flower: Include C++ iso C headers.  Import namespace std
5575         throughout.
5576
5577         * lily/side-position-interface.cc: 
5578         * lily/scm-hash.cc: 
5579         * lily/note-head.cc: 
5580         * lily/include/includable-lexer.hh: 
5581         * flower/include/string-data.icc: Remove using std::*.
5582
5583         * lily, flower: Include C++ iso C headers.  Import namespace std
5584         throughout.
5585
5586         * lily/side-position-interface.cc: 
5587         * lily/scm-hash.cc: 
5588         * lily/note-head.cc: 
5589         * lily/include/includable-lexer.hh: 
5590         * flower/include/string-data.icc: Remove using std::*.
5591
5592         * Documentation/user/instrument-notation.itely (Entering lyrics):
5593         Multiple latin-1->utf-8 conversion fix.
5594
5595         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5596
5597 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5598
5599         * lily/tie.cc (get_configuration): also avoid dots for non-space
5600         situations.
5601
5602 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5603
5604         * Documentation/user/instrument-notation.itely: Bugfix.
5605
5606 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607
5608         * tex/GNUmakefile: don't install texinfo.tex
5609
5610         * tex/ : cleanup: remove unused files.
5611
5612         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5613
5614         * flower/include/real.hh: using std::{isnan,isinf}
5615         
5616         * VERSION (PATCH_LEVEL): release 2.7.9
5617
5618 2005-09-05  Graham Percival  <gpermus@gmail.com>
5619
5620         * Documentation/user/ instrument-notation.itely,
5621         advanced-notation.itely: minor tweaks.
5622
5623         * input/test/script-chart.ly: add item padding.
5624
5625 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5626
5627         * flower/offset.cc: use math.h iso. <cmath>
5628
5629         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5630         of IE users.
5631
5632         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5633         (widen-left-stencil-edges): new function. Fix alignment problems
5634         with LaTeX includegraphics.
5635
5636         * lily/text-interface.cc (interpret_markup): use abort().
5637
5638 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5639
5640         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5641
5642         * lily/tie.cc (get_configuration): update bezier shape as we
5643         change Y positions.
5644         (get_configuration): don't move large ties if we're outside of the
5645         staff.
5646
5647 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5648
5649         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5650         
5651 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5652
5653         * .cvsignore: Add auto-generated configure files and then some.
5654
5655 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5656
5657         * scm/define-grobs.scm (DynamicLineSpanner): Add
5658         X-extent-callback.  Fixes hairpin-slur collision.
5659
5660 2005-08-31  Graham Percival  <gpermus@gmail.com>
5661
5662         * Documentation/user/advanced-notation.itely,
5663         basic-notation.itely: minor changes.
5664
5665 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5666
5667         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5668         \linebreak between each .eps file if \betweenLilyPondSystem is
5669         undefined. 
5670
5671         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5672         music): Document the \linebreak
5673
5674         * Documentation/user/lilypond-book.itely,
5675         input/tutorial/lbook-latex-test.tex,
5676         Documentation/user/examples.itely: Remove \usepackage{graphics}
5677
5678 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5679
5680         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5681
5682         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5683         compat bugfix.
5684
5685         * scripts/lilypond-book.py (PREAMBLE_LY): define
5686         inside-lilypond-book
5687         (modify_preamble): new function. Insert \RequirePackage{graphics}
5688         when no {graphics found in preamble.  
5689
5690 2005-08030  Graham Percival  <gpermus@gmail.com>
5691
5692         * Documentation/user/basic-notation.itely, global.itely,
5693         tutorial.itely: misc small changes.
5694
5695 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5696
5697         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5698         VERSION.
5699
5700 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5701
5702         * lily/tie-column.cc (new_directions): put Tie down on center
5703         staff line. 
5704
5705         * lily/script-interface.cc (before_line_breaking): use
5706         Grob::programming_error
5707
5708         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5709
5710         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5711         of splitext.
5712
5713 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5714
5715         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5716
5717 2005-08-29  Werner Lemberg  <wl@gnu.org>
5718
5719         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5720         the `*.scale.pfa' files to avoid warnings.
5721
5722 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5723
5724         * lily/tempo-performer.cc (process_music): idem.
5725
5726         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5727
5728 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5729
5730         * Documentation/user/advanced-notation.itely (Text markup): not a
5731         fragment.
5732
5733         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5734
5735         * lily/staff-performer.cc (initialize): add tempo/name to
5736         audio_staff_
5737
5738
5739 2005-08-26  Graham Percival  <gpermus@gmail.com>
5740
5741         * Documentation/user/advanced.itely: add text-only example.
5742
5743         * Documentation/user/invoking.itely: add index entries for
5744         convert-ly.
5745
5746         * Documentation/user/ tutorial.itely, basic-notation.itely:
5747         small fixes suggested by Steve D.  Thanks!
5748
5749 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5750
5751         * input/regression/markup-bidi-pango.ly: new file.
5752
5753         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5754         standard. Remove #ifdef. Remove memleak.
5755         (text_stencil): use text_dir to decide how to composite items.
5756         (text_stencil): determine uniform text direction for the entire
5757         string.
5758
5759         * scripts/lilypond-book.py (output_name): remove
5760         latex_filter_cmd. Non-portable to non-Unix systems. 
5761         (get_latex_textwidth): use File.write and os.unlink() instead.
5762
5763         * THANKS: add Vicente & Trevor.
5764
5765         * lily/grob.cc (discretionary_processing): look up origin for
5766         programming_error too. 
5767
5768         * input/regression/tie-broken.ly: new file.
5769
5770         * lily/tie-column.cc (set_chord_outlines): set outline for line
5771         break case too.
5772         
5773 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5774
5775         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5776         unscaled transform, just translate stencils.
5777
5778         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5779         MIDI.
5780
5781         * scm/define-markup-commands.scm (wordwrap-string): use
5782         text-direction
5783         (wordwrap-stencils): idem.
5784         (line): idem.
5785         (fill-line): idem.
5786         (wordwrap-stencils): translate last line to right for
5787         text-direction = LEFT.
5788
5789         * scm/define-grob-properties.scm (all-user-grob-properties): add
5790         text-direction.
5791
5792 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5793
5794         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5795         when copying a Lily_parser object.
5796
5797 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5798
5799         * scm/define-markup-commands.scm (null): add null markup.
5800
5801 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5802
5803         * lily/item.cc: Add documentation of center-invisible
5804
5805 2005-08-24  Graham Percival  <gpermus@gmail.com>
5806
5807         * Documentation/user/advanced-notation.itely: add info about
5808         raising text.
5809
5810         * Documentation/user/programming-interface.itely: fix example
5811         involving raised text.
5812
5813 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5814
5815         * lily/beam.cc (print): fix X start/end points of isolated
5816         beamlets.
5817
5818         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
5819
5820         * lily/multi-measure-rest.cc (set_text_rods): new function.
5821
5822         * lily/vertical-align-engraver.cc (process_music): call
5823         Align_interface::set_axis(). This forces #'elements to be ordered,
5824         preventing random vertical reordering of staves.
5825
5826         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5827         add avoid-slur property. 
5828
5829         * Documentation/user/basic-notation.itely (Measure repeats): add
5830         countPercentRepeats example.
5831
5832         * Documentation/user/advanced-notation.itely (Other text markup
5833         issues): remove remark about normal-font.  We have \normal-text
5834
5835         * input/regression/tie-chord.ly: add note about remaining bugs.
5836
5837         * lily/tie.cc (print): try Tie_column::set_directions () if
5838         control-points not yet defined.
5839
5840 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5841
5842         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5843         extent. This fixes braces falling out of the EPS bbox.
5844
5845         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5846         exactly to bbox.
5847
5848 2005-08-23  Graham Percival  <gpermus@gmail.com>
5849
5850         * {various} : change #up->#UP and #down->#DOWN.
5851
5852         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5853
5854         * Documentation/user/advanced-notation.itely: clarify
5855         what objects handles text on a multimeasure rest.
5856
5857 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5858
5859         * VERSION (PATCH_LEVEL): release 2.7.7
5860
5861 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5862
5863         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5864
5865         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5866
5867         * input/regression/*.ly: formatting clean-up. Default layout
5868         before music expression.
5869
5870         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5871         romanze28-2 example.
5872
5873         * scm/ps-to-png.scm: remove dir-re function.
5874         (make-ps-images): generate page names, instead of globbing them.
5875         This brings down LilyPond memory usage for make web by a factor
5876         10. 
5877
5878         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5879         don't use glob. With 3000 files, globbing
5880         Documentation/user/out-www/ can take too much time. 
5881         
5882         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5883
5884         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5885
5886         * input/regression/tie-manual.ly: new file
5887
5888         * input/regression/tie-chord.ly: update.
5889
5890         * flower/include/interval.hh (struct Interval_t): 
5891
5892         * lily/tie.cc (distance): new function 
5893         (height): new function.
5894         (init): new function
5895         (Tie_details): new struct.
5896
5897         * lily/skyline.cc (skyline_height): new function.
5898
5899         * lily/tie-column.cc (set_chord_outlines): new function.
5900         (new_directions): read tie-configuration
5901
5902         * lily/skyline.cc: fix ASCII art.
5903         
5904 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5905
5906         * python/convertrules.py (string_or_scheme): Fix spelling error
5907
5908 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5909         
5910         * lily/tie-column.cc (set_directions): set directions only once.
5911         (add_configuration): new function.
5912
5913         * lily/tie.cc (set_control_points): new function
5914
5915         * lily/tie-column.cc (new_directions): new function.
5916
5917         * ly/music-functions-init.ly: set 'pitch property
5918         iso. trill-pitch. This makes \relative work with \pitchedTrill
5919
5920         * lily/tie.cc (get_configuration): new function. Don't generate
5921         control points, rather, generate configuration.
5922         remove head-pair property.
5923
5924         * lily/include/tie.hh (struct Tie_configuration): new struct.
5925
5926 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5927
5928         * Documentation/topdocs/NEWS.tely: clarify.
5929
5930 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5931
5932         * lily/tie.cc: remove minimum-length
5933
5934         * scm/define-grob-properties.scm (all-user-grob-properties):
5935         remove staffline-clearance, y-offset 
5936
5937         * input/regression/tie-dots.ly (Module): remove.
5938
5939         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5940         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5941
5942         * input/regression/tie-single.ly: new file.
5943
5944 2005-08-21  Graham Percival  <gpermus@gmail.com>
5945
5946         * ly/bagpipe.ly: fix compile problem.
5947
5948 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5949
5950         * lily/midi-item.cc (name): new method.
5951
5952         * lily/staff-performer.cc (acknowledge_audio_element): use
5953         signature of baseclass.
5954
5955         * lily/engraver-group.cc (do_announces): move recursion call out
5956         of while loop. 
5957
5958         * lily/drum-note-performer.cc (class Drum_note_performer): use
5959         process_music everywhere.
5960
5961         * ly/performer-init.ly: add default children everywhere.
5962
5963         * lily/paper-book.cc (output): call paper-book-write-midis
5964         directly: always write MIDI, even if no \layout {} block. 
5965
5966 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5967
5968         * VERSION (PACKAGE_NAME): release 2.7.6
5969
5970         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5971         about not being able to handle repeat.
5972
5973 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5974
5975         * Documentation/user/examples.itely (Piano templates):
5976         * lily/include/performer-group.hh: Remove last traces of
5977         Performer_group_performer.  Fixes make web.
5978
5979 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5980
5981         * Documentation/user/examples.itely (Piano templates): change
5982         Engraver_group_engraver -> Engraver_group
5983
5984         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5985         scm_stand_in_procs is not weak_any.
5986
5987         * lily/volta-bracket.cc (print): don't use strcmp().
5988
5989         * lily/volta-engraver.cc (process_music): use
5990         Text_interface::is_markup() for setting the 'text property of the
5991         volta bracket.
5992
5993         * input/mutopia/claop.py (accents): update syntax to 2.6
5994
5995         * scm/define-context-properties.scm
5996         (all-user-translation-properties): add countPercentRepeats.
5997
5998         * Documentation/user/basic-notation.itely (Measure repeats): add
5999         isolated percent example.
6000
6001 2005-08-18  Graham Percival  <gpermus@gmail.com>
6002
6003         * input/ {various}: change direction #1, #-1 to
6004         #up/#down or \fooUp, \fooDown.
6005
6006         * Documentation/user/music-glossary.tely: #-1 to #down.
6007
6008         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6009         to #up, #-1 to #down.
6010
6011 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6012
6013         * lily/include/engraver-group.hh: rename.
6014
6015         * lily/include/performer-group.hh: rename.
6016
6017 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6018
6019         * input/test/script-abbreviations.ly: Removed some old LaTeX
6020         left overs.
6021
6022 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6023
6024         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6025         Remove functions.  Remove if 1: constructs, reindent.
6026
6027         * scripts/convert-ly.py (add_version): Add functions from
6028         convertrules.py
6029
6030         * scm/script.scm (default-script-alist):
6031         s/priority/script-priority.  Fixes script stacking.  Backportme.
6032         (Fermata): Very low priority.
6033
6034 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6035
6036         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6037
6038         * input/regression/slur-script.ly: remove padding tweaks. Add
6039         comment strings.
6040
6041         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6042         time sigs and related stuff.
6043
6044         * scm/define-grob-properties.scm (all-user-grob-properties): add
6045         @code{} tags to property description.
6046
6047         * lily/include/line-group-group-engraver.hh (Module): remove file.
6048
6049         * python/convertrules.py (conv): add rule for
6050         Engraver_group_engraver -> Engraver_group.
6051
6052         * lily/include/performer-group-performer.hh: analogous.
6053
6054         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6055
6056         * lily/context-def.cc (instantiate): check for
6057         Engraver_group_engraver and Performer_group_performer not
6058         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6059  
6060 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6061
6062         * input/les-nereides.ly: Remove three fingering tweaks, update
6063         remaining one.
6064
6065         * input/regression/slur-script-inside.ly: Update, fix doc.
6066
6067         * scm/script.scm: Update to avoid-slur.
6068
6069         * scm/define-grob-properties.scm (avoid-slur): New property.
6070
6071         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6072         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6073         outside_slur_callback if avoid-slur != #'inside.
6074
6075         * scm/define-grobs.scm (Fingering, Textscript): No
6076         inside-slur/outside-slur preference.
6077         (DynamicLineSpanner): Always outside slur.
6078
6079         * input/regression/slur-script.ly: More tests.
6080
6081 2005-08-17  Graham Percival  <gpermus@gmail.com>
6082
6083         * Documentation/user/lilypond-book: fix notime entry.
6084
6085         * Documentation/user/advanced-notation.itely: add info on
6086         getting an I rehearsal mark.
6087
6088         * Documentation/user/putting.itely: reinstate "I", re-enforce
6089         the fact that \override numbers are the result of
6090         experimentation and personal taste.
6091
6092         * Documentation/user/invoking.itely: update convert-ly bugs.
6093
6094 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6095
6096         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6097         to #t.
6098
6099         * lily/timing-translator.cc (initialize): don't initialize timing.
6100
6101         * input/regression/stem-spacing.ly (Module): remove file.
6102
6103         * input/regression/spacing-stick-out.ly: specify Score context for
6104         \override
6105
6106         * input/regression/clefs.ly: remove spurious {}s 
6107
6108 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6109
6110         * Documentation/topdocs/NEWS.tely,
6111         input/regression/repeat-percent-count.ly: clarify a bit.
6112
6113 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6114
6115         * input/no-notation/display-lily-tests.ly: delete
6116         display-lily-init call.
6117
6118         * ly/music-functions-init.ly (displayLilyMusic): move
6119         display-lily-init call at top level, so that the user should not
6120         have to call it.
6121
6122         * scm/define-music-display-methods.scm (note-name->lily-string):
6123         retrieve note names directly from pitchnames using new function `rassoc'.
6124         (display-lily-init): note names list construction removed.
6125
6126 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6127
6128         * THANKS: spello.
6129
6130         * lily/lily-parser.cc (get_header): copy module, instead of
6131         returning it.
6132
6133         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6134         counters.
6135
6136         * Documentation/user/basic-notation.itely (Measure repeats): add
6137         links to Counter grobs.
6138
6139         * scm/define-grobs.scm (all-grob-descriptions): add
6140         DoublePercentRepeatCounter
6141         (all-grob-descriptions): add PercentRepeatCounter
6142
6143         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6144         also create counter grobs.
6145
6146         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6147         return grob without space-alist.
6148
6149         * input/proportional.ly: tune staff-padding.
6150
6151         * input/regression/repeat-percent-count.ly: new file. 
6152
6153 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6154
6155         * input/no-notation/display-lily-tests.ly: moved from
6156         input/regression/ to input/no-notation. Be sure to call
6157         `display-lily-init' before trying to use the display function.
6158
6159 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6160
6161         * scripts/lilypond-book.py (option_definitions): Don't localize
6162         the empty string. Fixes bug when --psfonts was used with
6163         non-English locale.
6164
6165 2005-08-15  Graham Percival  <gpermus@gmail.com>
6166
6167         * lily/tuplet-bracket.cc: simple build fix.
6168
6169         * Documentation/user/putting.itely: use "we" instead of "I".
6170
6171         * Documentation/user/basic-notation.itely: cautionary accidentals
6172         work with naturals, too.
6173
6174 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6175
6176         * lily/tuplet-bracket.cc (calc_position_and_height): add
6177         staff-padding support.
6178
6179         * input/proportional.ly: set staff-padding.
6180         
6181         * VERSION (PATCH_LEVEL): release 2.7.5
6182
6183         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6184         fixes. Remove tweaks.
6185
6186         * input/regression/tuplet-slope.ly: add a test case.
6187
6188         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6189         erroneous fix. Add spanner bounds to offset array with relative X
6190         positions.
6191
6192         * ly/engraver-init.ly: add Rest_engraver only once.
6193
6194         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6195         (*parser*) lookup if (*parser*) != #f.
6196
6197 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6198
6199         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6200         Cut-and paste update.
6201
6202         * input/regression/slur-script.ly: Add example of reverting
6203         inside-slur for fingering.
6204
6205         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6206         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6207
6208         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6209         outside_slur_callback if inside-slur == #f (as opposed to unset).
6210
6211 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6212
6213         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6214         encoding files are already removed.
6215
6216 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6217
6218         * Documentation/user/advanced-notation.itely (Instrument names):
6219         Document a workaround for instrument names that collide with
6220         system start braces/brackets.
6221
6222 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6223
6224         * lily/rest-collision.cc (do_shift): spello.
6225
6226         * input/proportional.ly: use #'used property. Set break-overshoot
6227         property.
6228
6229         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6230
6231         * lily/paper-column.cc: add #'used property
6232
6233         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6234         array for staves found.
6235
6236         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6237         array for stavesFound.
6238
6239         * lily/staff-spacing.cc (next_note_correction): add fixed and
6240         space to calling convention. This fixes spacing of accidentals
6241         after barlines.
6242
6243         * input/regression/spacing-accidental-stretch.ly: add barline -
6244         accidental case.
6245
6246         * scm/framework-ps.scm (page-header): add version number to
6247         creator
6248         (eps-header): idem.
6249
6250         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6251         
6252 2005-08-13  Graham Percival  <gpermus@gmail.com>
6253
6254         * Documentation/user/global.itely: add "fit as much as
6255         possible onto this page" example (Vertical spacing).
6256
6257 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6258
6259         * *: Nitpick run.
6260
6261         * buildscripts/fixcc.py: Fixes.
6262
6263 2005-08-12  Graham Percival  <gpermus@gmail.com>
6264
6265         * Documentation/user/advanced-notation.itely: add markup
6266         example to Text spanners.
6267
6268 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6269
6270         * Documentation/user/basic-notation.itely (Ties): Add example of
6271         tying a tremolo to a chord. Thanks to Steve Doonan. 
6272
6273         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6274         properties and move tieMelismaBusy to the list of written
6275         properties. 
6276
6277 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6278
6279         * po/TODO: suggest to use a dedicated tool like kbabel.
6280
6281         * po/fi.po: update using kbabel.
6282
6283 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6284
6285         * *: Remove obsolete files.  Nitpick run.
6286
6287         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6288
6289 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6292         too.
6293
6294         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6295
6296         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6297         whitespace as symbol separator.
6298
6299         * lily/side-position-interface.cc: Add slur-padding.
6300
6301         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6302         quite a large fix, and it never worked in a stable release; so not
6303         really a regression.
6304
6305         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6306         Update cut and paste code from Slur_engraver.
6307
6308         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6309         Add.
6310
6311         * scm/define-grobs.scm (DynamicLineSpanner): Add
6312         dynamic-line-spanner-interface.
6313         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6314
6315 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6316
6317         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6318         to_boolean () so that non-set 'inside-slur means false.
6319
6320         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6321         slur has control-points.  Skip script without direction.  Always
6322         do_shift if script inside slur, even if slur not contained in
6323         script y-extent.  Increment k in loop.
6324
6325 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6326
6327         * scm/define-markup-commands.scm: Improved regexp to search for
6328         EPS bounding boxes and corrected call to ly:warning.
6329
6330 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6331
6332         * Documentation/user/programming-interface.itely (Displaying music
6333         expressions): doc for \displayLilyMusic. Also some precisions in
6334         "Markup construction in Scheme"
6335
6336 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6337
6338         * scm/define-markup-commands.scm (normal-text): Added 2 new
6339         markup commands, \normal-text and \medium (the latter thanks to
6340         Bruce Fairchild). 
6341
6342 2005-08-08  Graham Percival  <gpermus@gmail.com>
6343
6344         * Documentation/user/programming-interface.itely: fix @{ @}.
6345
6346         * scm/define-markup-commands.scm: add linewidth info to
6347         \justify and \wordwrap, add "upright is the opposite of italic".
6348
6349         * Documentation/user/advanced-notation.itely: shaped->shape,
6350         add (cons (markup "foo")) type of example to text markup,
6351         reword multi-measure rests section.
6352
6353         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6354         comment.  No actual code was touched.
6355
6356         * Documentation/user/invoking.itely: add more info about
6357         \include.  Thanks, Bruce!
6358
6359         * THANKS: add Bruce Fairchild, alphabetise.
6360
6361         * Documentation/user/global.itely: document \score{\header{}}
6362         behavior.
6363
6364         * Documentation/user/basic-notation.itely: reword multi-measure
6365         rest discussion in Rests.
6366
6367 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6368
6369         * Documentation/user/programming-interface.itely (Markup
6370         construction in Scheme): Corrected example and tried to clarify
6371         the implicit \line in the table.
6372
6373 2005-08-07  Graham Percival  <gpermus@gmail.com>
6374
6375         * Documentation/user/instrument-notation.itely: moved
6376         some bagpipe info back into the bagpipe section.  Somehow
6377         it ended up in the "other vocal issues" section?!  :o_O
6378
6379 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6380
6381         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6382         directories, not paths).
6383
6384 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6385
6386         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6387         plain emmentaler/aybabtu.  Backportme.
6388
6389         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6390         missing dir correction.
6391
6392 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6393
6394         * scm/define-markup-commands: fix reversed justify/wordwrap
6395         doc strings.
6396
6397 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6398
6399         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6400         lily/gregorian-ligature-engaver.cc,
6401         lily/include/ligature-engraver.hh,
6402         lily/include/coherent-ligature-engraver.hh,
6403         lily/include/gregorian-ligature-engraver.hh: make these classes
6404         truely abstract.  This should fix some internal oddities such as
6405         duplicate as well as dead translator/property declarations, and
6406         also some dead code.
6407
6408         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6409         bugfix: avoid message "junking empty ligature" on ligature
6410         brackets by collecting dummy grobs.
6411
6412 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6413
6414         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6415
6416         * input/proportional.ly (staffKind): bugfix.
6417         (staffKind): updates by Trevor Baca.
6418
6419         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6420         default layout. 
6421
6422         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6423         pair.
6424
6425         * lily/beam.cc (rest_collision_callback): call position_beam() if
6426         necessary.
6427
6428         * VERSION: release 2.7.4
6429
6430         * input/regression/spacing-uniform-stretching.ly: new file.
6431
6432         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6433
6434         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6435         contributor.
6436
6437         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6438
6439         * input/proportional.ly: new file.
6440
6441         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6442         columns is empty
6443
6444         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6445         bounds to currentCommandColumn for the last step.
6446         (start_translation_timestep): if tupletFullLength is set, set
6447         bound to Paper Column
6448
6449         * input/regression/tuplet-full-length.ly (indent): new file.
6450
6451         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6452         clique of loose columns, eg. a set of grace notes in strict
6453         notespacing.
6454
6455         * input/regression/spacing-strict-spacing-grace.ly: new file.
6456
6457         * lily/key-signature-interface.cc: change property name to
6458         alteration-alist
6459
6460         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6461         keyAccidentalOrder
6462
6463         * python/convertrules.py (conv): keyAccidentalOrder ->
6464         keyAlterationOrder
6465
6466         * lily/key-engraver.cc (create_key): always print a cancellation
6467         for going to C-major/A-minor, regardless of printKeyCancellation.
6468         (create_key): remove typecheck for visibility. This fixes key
6469         signature not being printed.
6470
6471         * lily/spacing-determine-loose-columns.cc: new file.
6472
6473         * input/regression/spacing-strict-notespacing.ly: new file.
6474
6475         * lily/spacing-spanner.cc (generate_springs): rename from
6476         do_measure. 
6477         (generate_pair_spacing): new function.
6478         (init, generate_pair_spacing): set between-cols for floating
6479         nonmusical columns.
6480
6481         * lily/spaceable-grob.cc (get_spring): new function. 
6482
6483         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6484         relative to the right edge of the prefatory matter.
6485
6486         * lily/beam.cc (print): read break-overshoot to determine where to
6487         stop/start broken beams.
6488
6489         * input/regression/spanner-break-overshoot.ly: new file.
6490
6491 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6492
6493         * ly/bagpipe.ly: updated.
6494
6495         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6496
6497 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6498
6499         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6500         support: now (de)crescs avoid slurs as well.
6501
6502         * Documentation/user/instrument-notation.itely (Bagpipe example):
6503         comment out non-functioning bagpipe example.
6504         (Bagpipe definitions): idem.
6505
6506         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6507         (Top): add proportionalNotationDuration example.
6508
6509         * input/regression/spacing-proportional.ly: new file.
6510
6511         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6512         synched to a beam.
6513
6514         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6515         fixes beams with a single stem (eg. beams across linebreaks.)
6516
6517         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6518
6519         * flower/rational.cc (operator +): prevent overflow. This fixes
6520         heavily nested tuplets.
6521
6522         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6523         have to protect even those unlikely to be corrupted data members.  
6524
6525 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6526
6527         * ly/bagpipe.ly: new file.
6528
6529         * THANKS: added Sven Axelsson.
6530
6531 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6532
6533         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6534         copy proportionalNotationDuration into currentMusicalColumn if
6535         set.
6536
6537         * lily/spacing-spanner.cc (musical_column_spacing): if
6538         uniform-stretching set, fixed space is 0.0
6539
6540         * input/regression/spacing-multi-tuplet.ly: show
6541         uniform-stretching property.
6542
6543         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6544
6545         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6546         (struct Spacing_options): new struct.
6547
6548         * lily/spacing-basic.cc: new file.
6549
6550         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6551         delta_t doesn't have to be smaller than shortest_playing_len
6552
6553 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6554
6555         * input/regression/markup-arrows.ly:  new file.
6556
6557         * lily/tuplet-bracket.cc: document new behavior.
6558
6559         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6560         with line breaks.
6561
6562         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6563
6564         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6565         default 
6566
6567         * lily/tuplet-bracket.cc: add edge-text property.
6568         add break-overshoot.
6569         (print): read break-overshoot.
6570         (print): read edge-text, add stencils.
6571
6572         * mf/feta-arrow.mf: new file.
6573
6574         * mf/feta-generic.mf: add feta-arrow.
6575
6576 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6577
6578         * Documentation/user/lilypond-book.itely (An example of a
6579         musicological document): Added flag -o to dvips for people who use
6580         the default setting in teTeX where output is sent to the printer. 
6581
6582         * Documentation/user/global.itely (Vertical spacing): Added
6583         reference to the Axis_group_engraver which documents the *Extent
6584         properties.
6585
6586 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6587
6588         * Documentation/user/basic-notation.itely (Tuplets): add note
6589         about nested tuplets. Remove BUG. 
6590
6591         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6592
6593         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6594         (print): manually call print() for subtuplets.
6595         (calc_position_and_height): add subtuplets to the
6596         support. Vertically shift outer tuplet 
6597
6598         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6599         remove-first for Lyrics, ChordNames and FiguredBass
6600
6601         * scm/define-grob-properties.scm (all-internal-grob-properties):
6602         use ly:grob-array? iso. grob-list?
6603         (all-internal-grob-properties): add tuplets grob-array.
6604
6605         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6606         new function
6607
6608 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6609
6610         * input/test/time-signature-staff.ly: new file.
6611
6612         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6613         spurious #<Music FingerEvent> errors. Backportme.
6614
6615 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6616
6617         * Documentation/user/programming-interface.itely (Markup
6618         construction in Scheme): Corrected markup syntax in the
6619         translation table.
6620
6621 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6622
6623         * Documentation/user/instrument-notation.itely: small update
6624         to bagpipe notation docs; thanks Sven!
6625
6626         * Documentation/user/basic-notation.itely: add link about trills.
6627
6628 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6629
6630         * Documentation/user/music-glossary: remove accidentally committed
6631         fink patch.
6632
6633 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6634
6635         * lily/lily-parser.cc (get_header): new function. Enable multiple
6636         \header definitions.
6637
6638         * lily/parser.yy (lilypond_header_body): use get_header.
6639
6640         * ly/init.ly:
6641         * scm/lily-library.scm (print-score-with-defaults): renamed
6642         $globalheader to $defaultheader
6643             
6644         * Documentation/user/global.itely (Creating titles): added short
6645         explanation that multiple headers are useable.
6646
6647
6648 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6649
6650         * lily/module-scheme.cc (LY_DEFINE): new file. 
6651
6652         * Documentation/user/advanced-notation.itely (Font selection): add
6653         doco for make-pango-font-tree.
6654
6655 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6656
6657         * Documentation/user/music-glossary: more languages
6658         for tenuto.
6659
6660         * Docuemntation/user/instrument-notation.itely: minor
6661         update for bagpipe example.
6662
6663 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6664
6665         * input/regression/+.ly (TODO): add some text.
6666
6667 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6668
6669         * Documentation/user/invoking.itely: \score begins with music.
6670
6671         * Documentation/user/ basic-notation.itely,
6672         instrument-notation.itely: minor changes.
6673
6674         * Documentation/user/music-glossary.itely: began tenuto entry.
6675
6676 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6677
6678         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6679
6680         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6681
6682 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6683
6684         * Documentation/user/examples.itely: remove bagpipe template.
6685
6686         * Documentation/user/instrument-notation.itely: add bagpipe
6687         section, maybe fix quotes in lyrics.  I hate text encoding.
6688         Clarify chord durations, more bagpipe stuff.
6689
6690 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6691  
6692         * lily/accidental-engraver.cc: formatting fixes.
6693
6694         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6695         grob-array.
6696
6697         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6698
6699         * lily/note-column.cc (arpeggio): new function.
6700
6701         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6702         account for spacing.
6703
6704 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6705
6706         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6707         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6708         mingw build.
6709         
6710 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6711
6712         * scm/lily.scm (lilypond-all): clear anonymous modules after
6713         processing files.
6714
6715 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6716
6717         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6718         SCM_I_CONSP
6719
6720         * VERSION: 2.7.3 released
6721
6722         * Documentation/user/invoking.itely (Invoking lilypond): add
6723         LILYPOND_GC_YIELD documentation.
6724
6725         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6726         scm_from_real / scm_make_real.
6727
6728         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6729         higher. This increases memory footprint, but provides overall
6730         speedup of 15 to 20%. 
6731
6732         * lily/include/translator.hh (class Translator): remove
6733         PRECOMPUTED_VIRTUAL everywhere.
6734
6735         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6736
6737         * lily/context.cc (now_mom): non-recursive now_mom() 
6738
6739         * lily/include/profile.hh: new file.
6740
6741         * lily/profile.cc: new file.
6742
6743         * lily/grob.cc (Grob::Grob): look properties up directly.
6744
6745         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6746         lookups.
6747
6748         * lily/include/box.hh (class Box): smob Box type.
6749
6750         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6751
6752         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6753         protect() and unprotect(). Use throughout.
6754
6755 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6756
6757         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6758
6759         * scm/define-music-display-methods.scm (markup->lily-string):
6760         markup elements can also be strings (without simple-markup
6761         appended)
6762
6763 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6764
6765         * lily/context.cc (where_defined): also assign value in
6766         where_defined().
6767
6768         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6769         (curve_coordinate): new function
6770
6771         * lily/simple-spacer.cc (add_columns): only add rods between
6772         column i and begin/end if keep-inside-line is set (this repleces
6773         allow-outside-line as default)
6774
6775 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6778         tupletSpannerDuration if applicable.
6779
6780         * lily/font-size-engraver.cc (process_music): read fontSize only
6781         once per timestep.
6782
6783         * lily/engraver*cc: use throughout.
6784         
6785         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6786
6787         * lily/translator.cc (add_acknowledger): new file. Directly jump
6788         into an Engraver::acknowledge_xxx () method based on a grobs
6789         interface-list.
6790
6791         * lily/include/translator-dispatch-list.hh (class
6792         Engraver_dispatch_list): new struct, new file.
6793
6794         * scm/define-context-properties.scm
6795         (all-internal-translation-properties): remove acceptHashTable,
6796         acknowledgeHashTable
6797
6798         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6799
6800         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
6801         change acknowledgeHashTable to C++ member. 
6802
6803         * lily/rest-collision.cc (do_shift): use extract_grob_set().
6804
6805 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6806
6807         * scm/display-lily.scm: new file. Define a `display-lily-music'
6808         function, that displays the music expression given as an argument,
6809         using LilyPond notation.
6810
6811         * scm/define-music-display-methods.scm: new file. Implementation
6812         of display methods for each music type.
6813
6814         * ly/music-functions-init.ly (displayLilyMusic): new function for
6815         displaying music with LilyPond notation.
6816
6817         * input/regression/display-lily-tests.ly: new regression test file
6818         for `display-lily-music'.
6819
6820         * scm/markup.scm: remove obsolete debugging code (for printing
6821         markups with LilyPond notation).
6822
6823         * scm/define-music-types.scm (music-name-to-property-table):
6824         * scm/clef.scm (supported-clefs): export, in order to be accessible
6825         from the (scm display-lily) module.
6826
6827 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6828
6829         * Documentation/topdocs/NEWS.tely (Top): Typo.
6830
6831 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6832
6833         * Documentation/index.html.in, Documentation/texinfo.css,
6834           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6835           Documentation/bibliography/index.html.in,
6836           Documentation/bibliography/html-long.bst: revert css-width patch,
6837           it does not work with IE6.
6838
6839 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6840
6841         * Documentation/texinfo.css: revert 760px hack. 
6842
6843         * VERSION: release 2.7.2
6844
6845         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6846
6847         * Documentation/user/basic-notation.itely (Barnumber check): add
6848         section.
6849
6850         * scm/music-functions.scm (skip-to-last): new function. Show only
6851         last showLastLength part of the \score.
6852
6853         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6854
6855         * python/convertrules.py (conv): add ly:x-moment rule
6856
6857         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6858
6859         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6860
6861         * Documentation/user/instrument-notation.itely (Flexibility in
6862         alignment): options in subsections.
6863
6864         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6865         syllable text. Instead, assume that the previous lyric text is a
6866         melismated text.
6867
6868         * Documentation/index.html.in: revert 800x600 change.
6869
6870 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * lily/main.cc (main): Remove invalid handle kludge.
6873
6874         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6875         (lambda): add gui define.
6876
6877 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6878
6879         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6880
6881         * Documentation/user/instrument-notation.itely (Musica ficta
6882         accidentals): add section Musica ficta accidentals
6883
6884         * lily/accidental-engraver.cc (make_suggested_accidental): new
6885         function.
6886         (make_standard_accidental): move into new function.
6887         (create_accidental): new function.
6888
6889         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6890         AccidentalSuggestion
6891
6892         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6893
6894         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6895         undefined.
6896
6897         * Documentation/user/global.itely (Page formatting): document
6898         horizontalshift.
6899
6900         * scm/page-layout.scm (default-page-music-height):
6901         horizontalshift: new variable, shift all systems by
6902         horizontalshift to the right, to make space for instrument names.
6903
6904         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6905
6906         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6907
6908 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6909
6910         * lily/note-column.cc (dir): idem.
6911
6912         * lily/spacing-spanner.cc (Module): idem.
6913
6914         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6915
6916         * lily/include/paper-column.hh (class Paper_column): add
6917         non-static get_rank() member.
6918
6919         * VERSION: release 2.7.1
6920         
6921         * scm/framework-null.scm: new file, used for benchmarking.
6922
6923 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6924
6925         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6926         version dependencies for fontforge and gs.
6927
6928         * Documentation/index.html.in, Documentation/texinfo.css,
6929         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6930         Documentation/bibliography/index.html.in, 
6931         Documentation/bibliography/html-long.bst: optimize width of
6932         html for a 800x600 screen (width:760), increases printability
6933         when 'fit to page' is not set and readability in wide screens.
6934
6935         * stepmake/bin/add-html-footer.py: add missing </p>.
6936
6937 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6938
6939         * scm/define-markup-commands.scm (beam): use polygon in beam
6940         command.
6941
6942         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6943         all acknowledged grobs, and do potentially expensive merge and
6944         write in one go.
6945
6946         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6947
6948         * configure.in (reloc_b): add --enable-static-gxx to statically
6949         link to libstdc++
6950
6951         * lily/GNUmakefile (static-gxx-libs): new target
6952         static-gxx-libs. Create symlink to libstdc++.a
6953
6954         * lily/new-lyric-combine-music-iterator.cc: rename to
6955         Lyric_combine_music_iterator
6956
6957         * lily/lyric-combine-music-iterator.cc
6958         (Old_lyric_combine_music_iterator): rename to
6959         Old_lyric_combine_music_iterator
6960
6961         * lily/*-engraver.cc (various): remove double use of
6962         PRECOMPUTED_VIRTUAL function: only use
6963         start_translation_timestep() and stop_translation_timestep(), not
6964         both.
6965
6966         * lily/break-substitution.cc (fast_substitute_grob_array): do
6967         fast_substitute_grob_array for all unordered grob_arrays.
6968         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6969         (substitute_grob_array): optimize.
6970
6971         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6972
6973         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6974
6975         * lily/parser.yy: revert $globalheader patch.
6976         
6977         * lily/include/translator.icc
6978         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6979         Translator methods, without _static helper.
6980  
6981         * lily/grob-smob.cc (derived_mark): rename from
6982         do_derived_mark(). Return void.
6983
6984         * scm/define-context-properties.scm
6985         (all-internal-translation-properties): remove tweakCount/tweakRank.
6986
6987         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6988         predefined break-visibilities.
6989
6990         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6991         booleans for break-visibility.
6992
6993         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6994
6995         * python/convertrules.py (conv): rule for Timing_translator. 
6996
6997         * lily/include/translator.icc: new file. 
6998
6999         * lily/paper-column-engraver.cc (process_music): new
7000         file. Separate Paper_column factory from Score_engraver.
7001
7002         * lily/vertically-spaced-context-engraver.cc: administer
7003         spaceable-staves property of System.
7004
7005         * lily/translator-group-ctors.cc: new file.
7006
7007         * lily/context-property.cc (make_grob_from_properties): construct
7008         the right Grob class programmatically, looking at the class entry
7009         for the meta property.
7010
7011         * lily/break-align-engraver.cc (stop_translation_timestep): call
7012         Break_align_interface::add_element() directly.
7013
7014         * lily/context.cc (measure_position): measure_position() is now a
7015         normal function.
7016
7017         * lily/include/translator.hh (class Translator): rename
7018         process_acknowledged_grobs() to process_acknowledged() and move to
7019         Translator.
7020
7021         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7022         field for each grob description.
7023
7024         * lily/include/translator-group.hh (class Translator_group):
7025         change to base class. Separate class from Translator. This gets
7026         rid of virtual inheritance for Engravers/Performers.
7027
7028         * lily/staff-performer.cc (class Staff_performer): derive
7029         Staff_performer from Performer, not Performer_group_performer 
7030
7031         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7032         new function.
7033         (precompute_method_bindings): new function. Precompute lists of
7034         Translators, so we only call methods (process_music,
7035         start_translation_timestep, etc.) for Translators needing
7036         it. Also: dispose of pointer-to-member-function calls.
7037
7038         * lily/engraver-group-engraver.cc: remove engraver_each,
7039         recurse_down_engravers ()
7040
7041         * lily/note-head.cc (internal_print): only call
7042         glyph-name-procedure if style != default. 
7043
7044 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7045
7046         * ly/titling-init.ly: add printallheaders option.
7047
7048         * Documentation/user/global.itely: document printallheaders.
7049
7050 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7051
7052         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7053         anymore, but do it centrally.  
7054
7055         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7056         hammer hack.
7057
7058         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7059
7060         * scm/output-lib.scm: remove hammer-print-function.
7061
7062         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7063         macro. Declare a Link_array<Grob> and fill it from a grob.
7064         (extract_item_set): idem for item.
7065
7066         * lily/break-substitution.cc: add header.
7067         (fast_substitute_grob_array): rewrite for Grob_arrays.
7068         (substitute_grob_array): idem.
7069
7070         * lily/group-interface.cc (add_thing): remove file.
7071
7072         * flower/include/parray.hh (class Link_array): slice() is const.
7073
7074         * lily/include/grob-array.hh: new file.
7075
7076         * lily/grob-array.cc (spanner): new file.
7077
7078         * lily/beam-quanting.cc (fill): read details property from beam.
7079
7080         * lily/beam.cc: support details property.
7081
7082         * total speedups below: approx 10%.
7083
7084         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7085
7086         * lily/include/grob.hh (class Grob): add interfaces_ member.
7087
7088         * lily/bezier.cc (init_polynomial_cache): new function: cache
7089         binom(3,j) t^j (1-t)^{3-j}
7090         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7091
7092         * lily/*.cc: substitution throughout.
7093
7094         * lily/grob-property.cc (internal_get_object): new routine.
7095         (internal_set_object): idem. Store grob refrences in separate
7096         alist. This saves processing time, since properties aren't
7097         break-substituted, and the per grob namespace is smaller, both for
7098         grobs and non-grob properties.
7099
7100         * scm/define-grob-properties.scm (all-internal-grob-properties):
7101         remove center-element.
7102
7103         * lily/grob.cc: remove tweak-count, tweak-rank.
7104
7105 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7106
7107         * Documentation/user/lilypond-book.itely: fixes example.
7108
7109 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7110
7111         * Documentation/user/global.itely (Creating titles):    
7112         * Documentation/user/examples.itely (All headers): change the
7113         place of \header in \score blocks (after music block) to make
7114         examples compile (cf. changes on parser.yy on 2005-07-10)
7115
7116 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7117
7118         * python/convertrules.py: add exc -> ecc rule.
7119
7120         * scripts/convert-ly.py: add location of convertrules.py
7121         in a comment.
7122
7123         * Documentation/user/changing-defaults.itely: fix language.
7124
7125 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7126
7127         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7128
7129 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7130
7131         * scm/output-socket.scm (grob-bbox): don't use inf? 
7132
7133         * flower/include/rational.hh: add operator bool() 
7134
7135         * scm/define-music-types.scm (music-descriptions): remove
7136         internal-class-name properties.
7137
7138         * lily/include/event.hh: remove file.
7139
7140         * lily/include/music-constructor.hh: remove file.
7141
7142         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7143         in 'types property.
7144
7145         * lily/music.cc (duration_length_callback): new function.
7146
7147         * lily/event.cc: remove file.
7148
7149         * lily/music-constructor.cc: remove file.
7150
7151         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7152
7153         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7154         (get_context_key): idem.
7155
7156         * scm/lily.scm (lambda): new option object-keys (default to #f)
7157
7158         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7159
7160         * scm/output-gnome.scm: remove beam routine.
7161
7162         * scm/output-ps.scm (scm): idem.
7163
7164         * scm/output-svg.scm: remove beam.
7165
7166         * ps/music-drawing-routines.ps: remove draw_beam.
7167
7168         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7169
7170         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7171         add scm_from_locale_string compatibility glue. 
7172
7173 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7174
7175         * scripts/lilypond-book.py: Prevent occuring error when
7176         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7177         times and target file shoud be overwritten.  (Error message said
7178         'input file and output file is same'.)
7179
7180 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7181
7182         * input/regression/slur-extreme.ly,
7183         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7184         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7185         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7186         "excentricity" to "eccentricity".
7187
7188         * Documentation/user/converters.itely: fix URL for Noteedit and
7189         Rosegarden.
7190
7191         * THANKS: added Yoshinobu Ishizaki.
7192
7193 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7194
7195         * scm/define-markup-commands.scm (justify-field): add. 
7196
7197         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7198
7199 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7200
7201         * lily/lookup.cc (filled_box): express filled_box with
7202         round_filled_box
7203
7204         * scm/midi.scm (paper-book-write-midis): new function. Write all
7205         performances in numbered MIDI files.
7206
7207         * lily/performance-scheme.cc (LY_DEFINE): new file.
7208         (LY_DEFINE): new function ly:performance-write.
7209
7210         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7211         new function.
7212         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7213
7214         * scm/framework-*.scm: use port arguments throughout.
7215
7216         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7217
7218         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7219
7220         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7221
7222         * scm/framework-texstr.scm (output-framework): 
7223
7224         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7225
7226         * scm/output-lib.scm (tablature-stem-attachment-function):
7227         tablature stem attachment fix. 
7228
7229 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7230
7231         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7232
7233         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7234
7235         * scm/define-music-types.scm (music-descriptions): don't use
7236         Music_wrapper type.
7237
7238         * lily/paper-column.cc (print): print moment too.
7239
7240         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7241         remove compatibility cruft.
7242
7243         * lily/parser.yy (score_body): \score can only begin with Music. 
7244
7245         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7246         make-score. Take music argument only. Move parser interaction to
7247         Scheme.
7248
7249         * scm/lily-library.scm (scorify-music): new function.
7250
7251         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7252         (datadir): remove resource import.
7253         (print_environment): remove get_bbox()
7254         (cp_to_dir): remove pre 1.5.2 compat glue.
7255
7256 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7257
7258         * lily/include/simple-spacer.hh (Module): idem.
7259
7260         * lily/include/spring.hh (struct Spring): store inverse
7261         strength. This prevents division by zero.
7262
7263         * VERSION: release 2.7.0
7264         
7265         * lily/include/music.hh (class Music): remove Music::duration_log()
7266
7267         * lily/stem-engraver.cc (make_stem): take duration log from event.
7268
7269         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7270
7271 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7272
7273         * scm/lily.scm (ly:load): load autochange.scm
7274
7275         * Documentation/user/tutorial.itely (Running LilyPond for the
7276         first time): remove reference to DVI/TeX
7277
7278         * scm/define-markup-commands.scm (text): add \text markup command.
7279
7280         * configure.in (reloc_b): bump requirement to Python 2.2.
7281
7282         * lily/include/dots.hh (class Dots): make has_interface() static.
7283
7284         * python/convertrules.py (conv): add rule for ly:grob-default-font
7285
7286         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7287         alphabetical order.
7288
7289         * input/regression/trill-spanner-pitched.ly: new file.
7290
7291         * lily/font-interface-scheme.cc (LY_DEFINE): function
7292         ly:grob-default-font (changed from get-default-font).
7293
7294         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7295
7296         * lily/note-head.cc (internal_print): if style is not a symbol,
7297         set style to 'default. 
7298         (internal_print): no style suffix if glyph-name-procedure not
7299         set. Default to quarter head.
7300
7301         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7302
7303         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7304
7305         * ly/music-functions-init.ly: \pitchedTrill
7306
7307         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7308
7309         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7310
7311         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7312
7313         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7314
7315         * po/fr.po: update
7316
7317         * po/de.po: update.
7318
7319 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7320
7321         * Documentation/user/changing-defaults.itely: add link
7322         to grob-iterface.
7323
7324         * Documentation/user/advanced-notation.itely: add material
7325         to Setting automatic beam behaviour.  Thanks, Joe!
7326
7327         * Documentation/user/lilypond.itely: change encoding to utf-8.
7328
7329 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7330
7331         * Documentation/user/advanced-notation.itely (Setting automatic
7332         beam behavior): Correct the documentation of
7333         revert-auto-beam-setting (backportme)
7334
7335 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7336
7337         * lily/ly-module.cc (ly_make_anonymous_module): define
7338         %module-public-interface of module. 
7339
7340         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7341         without lexer.
7342
7343 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7344
7345         * input/regression/fret-diagrams.ly: stretch example.
7346
7347 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7348
7349         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7350         Fodor).
7351
7352 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7353
7354         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7355
7356         * Documentation/user/examples.itely, lilypond-book.itely:
7357         change \RequirePackage to \usepackage.
7358
7359         * Documentation/user/global.itely: document copyright and tagline.
7360
7361 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7362
7363         * Documentation/user/basic-notation.itely (Transpose): remove link
7364         to nonexistent UntransposableMusic.
7365
7366         * scm/output-svg.scm: remove old definitions.
7367
7368         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7369         invoking.
7370
7371         * python/lilylib.py (search_exe_path): new function.
7372
7373 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7374
7375         * python/lilylib.py (mkdir_p): remove setup_environment()
7376         (backportme)
7377
7378         * buildscripts/mutopia-index.py (headertext): trim text.
7379
7380         * Documentation/topdocs/NEWS.tely (Top): refresh.
7381
7382         * scm/define-markup-commands.scm (wordwrap-string): new function:
7383         split string in paras and words.
7384         (wordwrap-markups): new function.
7385         (wordwrap-stencils): new function. 
7386         (justify): use it.
7387         (wordwrap): use it.
7388         (wordwrap-string): use it
7389         (justify-string): use it.
7390
7391         * scm/lily-library.scm (regexp-split): new function.
7392
7393         * scm/define-markup-commands.scm: remove encoded-simple. 
7394         remove font-markup.
7395         (fontsize): remove old version  of fontsize.
7396         (wordwrap): new markup function. Wrap into paragraphs.
7397
7398         * VERSION: Branch lilypond_2_6
7399         (MINOR_VERSION): go to 2.7.0
7400
7401 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7402
7403         * po/zh_TW.po: update from translation project.
7404
7405 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7406
7407         * scm/midi.scm: compile fix.
7408
7409 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7410
7411         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7412         patch. Now, the tempfile module is loaded too, not only used.
7413
7414 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7415
7416         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7417         0.05 - 1.00 to 0.25 - 1.00
7418
7419         * scm/midi.scm: moved the default-instrument-equalizer procedure
7420         to just under the insturment-equalizer-alist it takes as an
7421         argument.
7422
7423 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7424
7425         * Documentation/user/advanced-notation.itely (Font selection):
7426         remove CMR note.
7427
7428         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7429
7430 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7431
7432         * THANKS: Add UTF-8 marker.
7433
7434         * Documentation/user/point-and-click.itely (http): Update: use
7435         lilypond-invoke-editor.  Fix: instruct to use user.js.
7436
7437 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7438
7439         * ly/titling-init.ly: implements printpagenumber, increases
7440         space between dedication and title (to avoid collisions with
7441         "g" and "q" in dedication), and nicer logic about copyright
7442         and instrument fields being printed on the first page.
7443         Thanks Vincent!
7444
7445         * Documentation/user/global.itely: document printpagenumber.
7446
7447 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7450
7451 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7452
7453         * THANKS: update to 2.6
7454
7455         * VERSION: 2.6.0 released.
7456
7457 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7458
7459         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7460         rule, errorneously removed probably because of misleading comment.
7461
7462 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7463
7464         * python/lilylib.py (datadir): py2exe comments.
7465
7466         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7467
7468         * configure.in (reloc_b): make fontconfig REQUIRED.
7469
7470 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7471
7472         * po/fi.po: add latest translations.
7473
7474 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7475
7476         * ChangeLog: recode utf-8
7477
7478         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7479         logo.
7480
7481         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7482
7483         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7484
7485         * python/convertrules.py (do_conversion): don't print program_name
7486         from within a module
7487
7488         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7489
7490         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7491
7492 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7493
7494         * Documentation/user/lilypond-book.itely,
7495         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7496
7497         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7498         fixes baseline-skip.  Thanks Vincent!
7499
7500         * Documentation/user/advanced-notation.itely, global.itely:
7501         moved "Selecting font sizes" to global, since it deals with
7502         notation font size, not text fonts.
7503
7504 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7505
7506         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7507         to fonts.
7508
7509 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7510
7511         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7512         workaround since /dev/stdin doesn't work on Cygwin. Using a
7513         temporary file in the current directory since latex doesn't
7514         understand the path name to the default TMP in Cygwin (at least on
7515         win XP).
7516         
7517         * Documentation/user/global.itely (Creating titles): Correct
7518         misprint in example. Thanks to Rob Vlasaty.
7519
7520 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7521
7522         * VERSION (PATCH_LEVEL): release 2.5.32
7523
7524         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7525         variable in lily module
7526
7527         * scm/framework-ps.scm (output-classic-framework): error message
7528         regarding the classic framework.
7529
7530         * Documentation/user/henle-flat-gray.png (Module): new file.
7531
7532         * Documentation/user/baer-flat-gray.png (Module): new file.
7533
7534         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7535         whiteout for markups.
7536
7537         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7538         regex too. This fixes change clef appearance in PDF. 
7539
7540         * ttftool/include/*: remove.
7541
7542         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7543
7544         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7545
7546         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7547
7548         * ttftool/*: remove ttftool subdirectory.
7549
7550         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7551
7552         * lily/ttf.cc (print_header): new file. Convert to type42, using
7553         FreeType to parse the TTF. 
7554
7555         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7556         and post table may differ. Pass around post_nglyphs as well.
7557
7558 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7559
7560         * ly/music-functions-init.ly (musicMap): new music function
7561         musicMap. 
7562         
7563 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7564
7565         * make/mutopia-rules.make: anti-alias-factor = 2
7566
7567         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7568         page switch.
7569
7570         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7571         anti-alias-factor for lilypond-book runs.
7572
7573         * scm/ps-to-png.scm (scale-down-image): new function.
7574         (my-system): new function.
7575         (make-ps-images): blow up GS resolution by anti-alias-factor,
7576         scale down image by anti-alias-factor.  This improves appearance
7577         of bitmaps
7578         (make-ps-images): remove showpage. Fixes spurious empty png at
7579         end.
7580
7581         * scm/framework-ps.scm (write-preamble): downcase filename before
7582         string-matching. Should fix .TTF files (as opposed to ttf files)  
7583
7584         * Documentation/user/tutorial.itely (Running LilyPond for the
7585         first time): separate subsections for windows, macos and unix.  
7586
7587         * Documentation/user/invoking.itely (Updating files with
7588         convert-ly): add MacOS X note.
7589
7590 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7591
7592         * Documentation/user/introduction.itely (Engraving): don't include
7593         file optical-spacing, add directly.
7594
7595         * lily/paper-outputter.cc (file): open file in binary mode. This
7596         fixes OTF embedding on windows.
7597
7598 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7599
7600         * scm/framework-ps.scm (write-preamble): remove debugging output.
7601
7602         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7603
7604         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7605         outdir.
7606         (install-fc-cache): install font cache in installation directories.
7607
7608 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7609
7610         * scm/editor.scm (editor-command-template-alist): Use char iso
7611         column, except for Emacs.
7612         (get-editor-command): Substitute char too (Bertalan Fodor).
7613
7614 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7615
7616         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7617         quoted ~s.  This should fix PNG output on Windows; single quotes
7618         are regular characters on Windows.
7619
7620 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7621
7622         * Documentation/user/basic-notation.itely: include ChoirStaff
7623         in System start delimiters.
7624
7625         * Documentation/user/putting.itely: new doc section on
7626         fixing overlapping notation.
7627
7628 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7629
7630         * Documentation/user/global.itely (Paper size): \paper is in
7631         \book, not \score.
7632
7633         * make/mutopia-rules.make: -ddelete-intermediate-files
7634
7635         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7636
7637 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7638
7639         * ChangeLog: Recode utf-8.
7640
7641         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7642         datadir with .py modules.
7643
7644 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7645
7646         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7647
7648 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7649
7650         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7651         
7652         * scm/framework-ps.scm (write-preamble): remove status check.
7653
7654         * Documentation/user/invoking.itely (Updating files with
7655         convert-ly): remove -o option.
7656
7657         * VERSION (PACKAGE_NAME): release 2.5.31
7658
7659         * scm/framework-ps.scm (write-preamble): use ly:system.
7660         (write-preamble): verbosity.
7661
7662         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7663
7664         * python/convertrules.py: new file. Store conversion rules
7665         separately.
7666
7667 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7668
7669         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7670
7671 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7672
7673         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7674         \musicDisplay 
7675
7676         * Documentation/user/instrument-notation.itely (More stanzas): Add
7677         reference to StanzaNumber.
7678
7679 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7680
7681         * THANKS: separate section for website translators.
7682
7683 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7684
7685         * Documentation/topdocs/INSTALL.texi: update vim info;
7686         thanks Simon Bailey!
7687
7688         * Documentation/user/advanced-notation.itely: included
7689         color names.
7690
7691         * Documentation/user/advanced-notation.itely,
7692         Documentation/usr/notation-appendices.itely: moved
7693         color names into an appendix.
7694
7695 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7696         
7697         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7698
7699         * scm/lily.scm (lambda): initialize program options from here.
7700
7701         * scm/framework-*.scm: add header info.
7702
7703         * lily/main.cc (parse_argv): only set output format to pdf if no
7704         other format specified.
7705
7706         * scm/backend-library.scm (postprocess-output): process
7707         'delete-intermediate-files after running convert-to-*. This fixes
7708         PNG generation when 'delete-intermediate-files is set.
7709         
7710 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7711
7712         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7713         links on website. 
7714
7715 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7716
7717         * Documentation/topdocs/INSTALL.texi,
7718         Documentation/user/lilypond-book.itely: typos.
7719
7720 2005-06-12  Pal Benko  <benkop@freestart.hu>
7721
7722         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7723         added between program name and switch; -b changed to -f not
7724         to generate pdf
7725
7726 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727
7728         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7729         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7730
7731         * input/sakura-sakura.ly: add \midi.
7732
7733         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7734         iso. python find. 
7735
7736         * ttftool/test.c (main): cosmetics.
7737
7738         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7739
7740         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7741         create a ttf2ps binary.
7742
7743         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7744
7745         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7746         true.
7747
7748 2005-06-11  Graham Percival <gperlist@shaw.ca>
7749
7750         * Documentation/user/lilypond-book.itely: add warning about
7751         the font warnings in dvips.
7752
7753 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7754
7755         * THANKS: typo
7756
7757         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7758
7759         * GNUmakefile.in: remove links for .map, .enc
7760         don't fail if out/ doesn't exist yet.
7761
7762 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7763
7764         * ttftool/util.c (surely_read): return nbytes
7765
7766         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7767
7768         * VERSION (PACKAGE_NAME): release 2.5.30
7769
7770         * flower/string-convert.cc (precision_string): >? fix.
7771
7772         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7773         (make-ps-images): add verbose -q too.
7774
7775         * lily/default-actions.cc (Module): new file. default
7776         {book,score}-print functions.
7777
7778         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7779         pass results via parseStringResult, lookup via ly:parser-lookup.  
7780
7781         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7782         constructors.
7783         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7784         (parse_string): idem.
7785
7786         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7787
7788         * lily/main.cc (main_with_guile): copy be_verbose_global into
7789         ly_set_option()
7790
7791 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7792
7793         * scm/backend-library.scm (postscript->pdf):
7794         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7795         verbose mode.  Search for several names of gs executable.
7796
7797 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7798
7799         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7800         directly. This fixes a massive memory leak, provided you use CVS
7801         GUILE.
7802
7803 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
7804
7805         * ly/property-init.ly: Added tieDashed.
7806
7807         * THANKS: Added some bughunters for 2.5.
7808
7809 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7810
7811         * lily/program-option.cc: add debug-gc option.
7812
7813         * lily/include/lily-guile-macros.hh: don't protect exported module
7814         objects.
7815
7816         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
7817
7818         * scm/backend-library.scm (postscript->pdf): use
7819         delete-intermediate-files iso. running-from-gui? 
7820
7821         * ttftool/util.c (surely_read): robustness. Allow read() to return
7822         less bytes than requested, as per posix standards.
7823
7824         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7825         program option.
7826
7827         * ttftool/include/ttftool.h ("C"): rename verbosity to
7828         ttf_verbosity. Add to public interface.
7829
7830         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7831
7832         * lily/program-option.cc: rename from scm-option.cc
7833
7834         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7835         (get_help_string): Print pretty help string.
7836
7837         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7838         to snippet preamble.
7839
7840         * lily/scm-option.cc: remove command-line-settings option. Fold
7841         all command-line options plus default settings in a generic
7842         interface. 
7843
7844         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7845         texts too.
7846
7847 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7848
7849         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7850         or EXT_ components non-empty.
7851
7852 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7853
7854         * scm/lily.scm (running-from-gui?): Export.
7855
7856         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7857         output in .ly source directory.
7858
7859 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7860
7861         * ttftool/util.c (surely_lseek): more verbosity.
7862
7863         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7864         compile.
7865
7866         * lily/parser.yy (Repeated_music): remove >? 
7867
7868         * scm/backend-library.scm (postscript->pdf): Support for
7869         -dgs-font-load=1
7870
7871         * scm/framework-ps.scm (write-preamble): make font loading
7872         switchable to GS via --define-default gs-font-load=1
7873
7874 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7875
7876         * Documentation/user/global.itely: added \layout docs.
7877
7878 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7879
7880         * lily/lily-parser-scheme.cc: add unistd.h
7881
7882 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7883
7884         * scm/editor.scm: add char argument.
7885
7886         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7887
7888         * ttftool/util.c (syserror): use errno for better error reporting.
7889
7890         * lily/source-file.cc (get_counts): new function. Calc column,
7891         line and char count in one go.
7892
7893         * lily/binary-source-file.cc (quote_input): rename to quote_input
7894
7895         * lily/input.cc (set): new function.
7896
7897 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7898
7899         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7900         directory part of file name to search directory.
7901
7902         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7903         search path and chdir to DIR if --outname=DIR used.
7904
7905         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7906         existence before appending original path.
7907
7908 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7909
7910         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7911         file" massage.
7912
7913         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7914         texinfo.tex is always used.
7915         
7916 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7917
7918         * flower/include/axis.hh: rename from axes.hh
7919
7920         * lily/include/text-interface.hh (Module): rename from text-item.hh
7921
7922         * VERSION (PATCH_LEVEL): release 2.5.29
7923
7924         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7925
7926         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7927         (handle-macfont): new function. Call fondu for Native mac fonts.
7928
7929         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7930         '() case.
7931
7932 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7933
7934         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7935         multi-page.  Fix .eps regular expression.
7936
7937 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7938
7939         * Documentation/user/putting.itely: add info on modifying templates.
7940
7941         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7942         misc small changes.
7943
7944 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7945
7946         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7947
7948         * scripts/lilypond-ps2png.scm
7949
7950         * VERSION (PACKAGE_NAME): release 2.5.28
7951
7952 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7953
7954         * lily/main.cc (prepend_env_path): Do not append /, that does not
7955         work.  Localedir lives in datadir, not in prefix.
7956
7957         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7958         hack for windows.
7959
7960         * flower/include/file-cookie.hh: Compile fix.
7961
7962 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7963
7964         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7965
7966         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7967         system primitives.
7968         (gulp-port): using read-string!/partial. We don't want to read an
7969         entire PS file  (GUILE 1.6 limits strings to 16M) 
7970
7971         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7972         properties. Add font-interface. 
7973
7974         * scm/define-grob-properties.scm (all-user-grob-properties):
7975         remove old bracket properties.
7976
7977         * scm/x11-color.scm: reformat. 
7978
7979         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7980         LedgerLineSpanner if new StaffSymbol is found. 
7981
7982         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7983         staff-symbol for finishing staff. 
7984
7985         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7986
7987         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7988         change black to currentColor everywhere. This fixes color support
7989         in SVG.
7990
7991 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7992
7993         * input/regression/fret-diagrams.ly: new file to test fret diagram
7994         capability
7995
7996         * scm/output-tex.scm: remove white-dot and white-text
7997
7998         * scm/output-ps.scm: remove white-dot and white-text
7999
8000         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8001         using ly:stencil-in-color instead
8002         (draw-dots) : remove call to white-dot
8003
8004 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8005
8006         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8007         support.
8008
8009         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8010
8011         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8012
8013         * flower/file-cookie.cc: new file. lily_cookie extension.
8014         
8015 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8016
8017         * scm/editor.scm (editor-command-template-alist): Add syn
8018         editor (Jaap [de Vos]).
8019
8020 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8021
8022         * scripts/lilypond-ps2png.scm:
8023         * scm/ps-to-png.scm: New file.
8024
8025         * scm/backend-library.scm (postscript->png): Use it.
8026
8027         * scripts/lilypond-ps-to-png.py: Remove file.
8028
8029         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8030
8031 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8032
8033         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8034
8035         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8036         start on grace moment. Fixes autobeam-grace.ly.
8037
8038         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8039         process anything unless we're at the end of a pending beam. Fixes
8040         syncopated 8ths beamed across a beat.
8041
8042 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8043
8044         * scm/editor.scm (editor-command-template-alist): Start emacs if
8045         emacslient fails.
8046
8047         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8048
8049         * flower/file-path.cc (is_file, is_dir): Export.
8050
8051         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8052
8053 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8054
8055         * lily/easy-notation.cc: Added include cctype to correct
8056         compilation error.
8057
8058 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8059
8060         * scm/backend-library.scm (postscript->pdf): set resolution to
8061         1200, so bitmap fonts aren't that ugly. 
8062
8063         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8064
8065         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8066         parent if we have a notehead. Fixes incorrect offsets when
8067         Paper_column is very wide in the X direction.
8068
8069         * input/regression/font-family-override.ly (Module): new file.
8070
8071         * scm/font.scm (make-pango-font-tree): new function.
8072
8073         * lily/beam.cc (before_line_breaking): remove warning about less
8074         than 2 visible stems. We still get a warning when there is only
8075         one stem.
8076
8077 2005-06-01  Werner Lemberg  <wl@gnu.org>
8078
8079         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8080         correctly.
8081
8082 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8083
8084         * lily/slur-scoring.cc (generate_avoid_offsets): new
8085         function. Generate avoid offsets once per slur.
8086
8087         * lily/slur.cc (add_extra_encompass): add dependency to
8088         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8089
8090         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8091         too. Fixes inf error with added bass notes.
8092
8093         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8094         argument anymore.
8095
8096         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8097
8098         * input/tutorial/lbook-latex-test.tex: add line length test.
8099
8100         * scripts/lilypond-book.py (set_default_options): new
8101         function. Call this before dissecting snippets, so linewidth
8102         settings reach the snippets.
8103
8104 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8105
8106         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8107
8108 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8109
8110         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8111
8112 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8113
8114         * stepmake/aclocal.m4: More autopackage friendliness.
8115
8116 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8117
8118         * Documentation/index.html.in: remove link to LSR.
8119
8120         * Documentation/user/global.itely: remove duplicate
8121         "dedication" \header{} section.
8122
8123 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8124
8125         * VERSION (PACKAGE_NAME): release 2.5.27.
8126
8127         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8128         too. Plugs memory leak.
8129
8130         * make/lilypond.fedora.spec.in (Group): remove
8131         lilypond-pdfpc-helper.
8132
8133         * scripts/GNUmakefile (SEXECUTABLES): remove
8134         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8135
8136         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8137         'typewriter family.
8138
8139         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8140         memory leak.
8141
8142         * lily/parser.yy (score_body): don't clone Score, that's done in
8143         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8144
8145         * lily/score-engraver.cc (derived_mark): new function.
8146         (initialize): unprotect Paper_score. This fixes a memory leak.
8147
8148         * lily/score-performer.cc (derived_mark): new function.
8149
8150         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8151
8152         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8153         spurious warning.
8154
8155         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8156         serif.
8157
8158 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * configure.in (reloc_b): Add --enable-relocation.
8161
8162 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8163
8164         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8165
8166         * input/regression/alignment-order.ly: add Staff example.
8167
8168 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8169
8170         * po/fr.po: update.
8171
8172 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8173
8174         * Documentation/index.html.in: add link to LSR.
8175
8176 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8177
8178         * scm/define-stencil-commands.scm (Module): new file. Register all
8179         allowed stencil expression heads in a central place.
8180
8181         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8182         ly:make-stencil
8183
8184         * lily/stencil-expression.cc (all_stencil_heads): registering
8185         stencil expressions.
8186
8187         * lily/stencil-interpret.cc: new file. Stencil expression
8188         interpreting.
8189
8190         * input/xiao-haizi-guai-guai.ly: move file back.
8191
8192 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8193
8194         * Documentation/user/advanced.itely, converters.itely,
8195         instrument-notation.itely, lilypond-book.itely: misc small
8196         changes.
8197
8198 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8199
8200         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8201
8202         * make/lilypond.fedora.spec.in: Fix source url.
8203
8204         * cygwin: Update from mingw patches.
8205
8206         * scm/editor.scm (editor-command-template-alist): Use jedit
8207         -reuseview (Bertalan), add uedit (Patrick Huberts).
8208
8209         * input/xiao-hai-zi-guai-guai.ly: Rename from
8210         xiao-haizi-guai-guai.ly.
8211
8212         * input/*: Reindent, do not use TAB.
8213
8214         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8215         white background.
8216
8217 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8218
8219         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8220         numerical overflow error.
8221
8222 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8223         
8224         * abc2ly.py: fix to syntax error in multi-part output.
8225
8226 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8227
8228         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8229         with disappearing span bars when alignAboveContext is active
8230
8231         * lily/property-iterator.cc (check_grob): use is-grob?
8232         object-property. Fixes crash-key-sig-font-size.ly. 
8233
8234 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8235
8236         * lily/bar-line.cc (print): don't round barlines; this produces
8237         odd aliasing effects in Acroread.
8238
8239         * lily/timing-engraver.cc (process_music): robustness fix.
8240
8241         * lily/context-def.cc (filter_engravers): bugfix.
8242
8243 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8244
8245         * lily/lilypond.rc.in: Add ly-icon.
8246
8247         * lily/GNUmakefile: 
8248         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8249         rules.
8250
8251 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8252
8253         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8254
8255         * ps/music-drawing-routines.ps: 
8256
8257         * scm/output-ps.scm: remove draw ez_ball.
8258
8259         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8260         EasyNotation context definition.
8261
8262         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8263         Text_interface and color for making easy note heads.
8264
8265         * lily/stencil.cc (with_color): new function.
8266
8267         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8268
8269         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8270         output routine. Zigzag now works in SVG too.
8271
8272         * scm/output-tex.scm (filledbox): idem.
8273
8274         * scm/output-svg.scm (filledbox): idem.
8275
8276         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8277
8278         * lily/lookup.cc (horizontal_line): use draw-line. 
8279
8280         * lily/system-start-delimiter.cc: remove old staff bracket code.
8281
8282         * mf/feta-haak.mf: further tweaks.
8283
8284         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8285
8286         * mf/feta-generic.mf: include feta-haak.
8287
8288         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8289
8290         * scm/framework-ps.scm (write-preamble): only load fonts if their
8291         filename is a string. 
8292
8293 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8294
8295         * scm/output-svg.scm (circle): support circle.
8296         (bracket): stub for bracket.
8297
8298         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8299         correct.
8300
8301 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8302
8303         * Documentation/user/lilypond.tely, advanced-notation.itely,
8304         basic-notation.itely, instrument-notation.itely, global.itely,
8305         introduction.itely, tutorial.itely: rearranging, editing,
8306         clean-up.
8307
8308         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8309         for compiling on FreeBSD.
8310
8311 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8312
8313         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8314         otf files.
8315
8316         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8317         bugfixes.
8318
8319         * VERSION: 2.5.26 released.
8320
8321         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8322
8323 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8324
8325         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8326         if printpagenumber is false.
8327
8328 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8329
8330         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8331         cache warning.
8332
8333         * lily/tie.cc (print): support dotted ties.
8334         
8335 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8336
8337         * scm/define-grobs.scm (all-grob-descriptions): switch off
8338         debugging
8339         (all-grob-descriptions): Arpeggio has Y-extent.
8340
8341         * scm/define-music-properties.scm (all-music-properties): document
8342         length-callback and start-callback as "read-only".
8343
8344         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8345         length-callback after creation. 
8346
8347         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8348         compressmusic -> compressMusic.
8349
8350         * ly/music-functions-init.ly (oldaddlyrics): idem.
8351
8352         * lily/parser.yy: NewLyricCombineMusic ->
8353         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8354
8355 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8356
8357         * ly/Welcome_to_LilyPond.ly: typo.
8358
8359 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8360
8361         * Documentation/user/lilypond.tely: move changing-defaults to be
8362         before global issues.
8363
8364         * Documentation/user/basic-notation.itely: move Transpose section
8365         here from advanced/Other.
8366
8367         * Documentation/user/changing-defaults.itely,
8368         advanced-notation.itely: move Fonts to advanced, edit.
8369
8370 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8371
8372         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8373         # before negative integers.
8374
8375 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8376
8377         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8378
8379         * Documentation/user/lilypond.tely: change Unified index to
8380         LilyPond index.
8381
8382         * Documentation/user/advanced-notation.itely,
8383         instrument-notation.itely: editing.
8384
8385 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8386
8387         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8388
8389         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8390
8391 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8392
8393         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8394         ly:port-move.  Needs to be stderr-specific on mingw.
8395         Run fixcc.
8396
8397 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8398
8399         * lily/general-scheme.cc (ly:port-move): Remove.
8400
8401         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8402         windows.
8403
8404         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8405         variables.  This eliminates the need for a gs.bat wrapper, which
8406         opens a console.
8407
8408         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8409         * scm/lily.scm (running-from-gui?): 
8410         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8411         artifact of not compiling with -mwindows.
8412
8413         * scm/editor.scm: Define PLATFORM.
8414
8415 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8416
8417         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8418         can start to cut & paste lilypond-book fragments.  
8419
8420         * scm/define-music-types.scm (music-descriptions): remove
8421         UntransposableMusic
8422
8423 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424
8425         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8426
8427 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8428
8429         * Documentation/user/instrument-notation.itely: remove *Engraver.
8430
8431         * Documentation/user/advanced-notation.itely: edit, rearrange.
8432
8433 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8434
8435         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8436         findresource iso. findfont for CID CFF fonts.
8437
8438         * VERSION (PACKAGE_NAME): release 2.5.25
8439
8440         * ly/Welcome_to_LilyPond.ly: add  \version
8441
8442 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8443
8444         * Documentation/user/programming-interface.itely: move
8445         \displayMusic into its own section.
8446
8447         * Documentation/user/basic-notation.itely: finish editing.
8448
8449 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8450
8451         * flower/file-path.cc (find): don't throw away file_name.dir, but
8452         append to it. Fixes \include with directories.
8453
8454         * flower/include/file-path.hh (class File_path): don't derive from
8455         Array<String>.
8456
8457         * flower/include/file-name.hh (class File_name): remove to_str0()
8458
8459         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8460         Hara_kiri_engraver in separate file.
8461
8462         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8463         translation went wrong. Fixes vertically translated slurs.
8464
8465 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8466
8467         * Documentation/user/basic-notaton.itely: editing.
8468
8469 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8470
8471         * Documentation/user/macros.itexi, basic-notation.itely:
8472         add @commonprop (commonly used properties) macro.
8473
8474 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8475
8476         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8477
8478         * scripts/lilypond-book.py (invokes_lilypond): new function
8479         (main): only run fontextract if invokes_lilypond() is true.
8480
8481         * lily/function-documentation.cc (ly_add_function_documentation):
8482         duh, use !=
8483
8484         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8485
8486         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8487
8488         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8489
8490         * lily/function-documentation.cc (ly_add_function_documentation):
8491         use scm_hash_table_p() for checking.
8492
8493 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8494
8495         * Documentation/user/advanced-notation.itely (Text scripts):
8496         Change nonexisting @internalsref{Text markup} to @ref{Text
8497         markup}.  Change @internalsref{Text script} to
8498         @internalsref{TextScript}.
8499
8500         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8501
8502 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8503
8504         * Documentation/user/tutorial.itely, basic-notation.itely,
8505         changing-defaults.itely: remove duplicate cindex entries
8506         that appear on the same page.
8507
8508         * scm/define-grobs.scm: change default padding for TextSpanner.
8509
8510         * Documentation/topdocs/AUTHORS.texi: update email address.
8511
8512         * Documentation/user/global.itely: add info about \include.
8513
8514 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8515
8516         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8517         when running-from-gui.
8518
8519         * scm/editor.scm (get-editor): Add platform defaults.
8520
8521         * scm/backend-library.scm (postscript->pdf): Typo.
8522
8523 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8524
8525         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8526
8527         * lily/font-config.cc (init_fontconfig): add warning about cache.
8528
8529 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8530
8531         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8532
8533 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8534
8535         * lily/horizontal-bracket.cc (print): Take care of the direction
8536         property so brackets above the stave point downwards. 
8537
8538         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8539         for HorizontalBracket so it doesn't end up within the stave.
8540
8541 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8542
8543         * lily/GNUmakefile (default): Typo.
8544
8545         * scm/lily.scm (PLATFORM): Export.
8546
8547         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8548         load-font-via-GS, ttftool or fopencookie is broken on windows.
8549         
8550         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8551         -dSAFER, that is broken on windows.
8552
8553 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8554
8555         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8556         for FlexLexer.h
8557
8558         * scripts/lilypond-invoke-editor.scm: remove stray -
8559
8560 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8561
8562         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8563         Fixes deprecation warning.
8564
8565         * flower/include/string.icc (to_string): Only inline if
8566         -DSTRING_UTILS_INLINED.
8567
8568         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8569         name.  Remove windows comment.
8570
8571         * scm/editor.scm (slashify): New function.
8572         (get-editor-command): Use it.
8573         (get-command-template): Do not alter editor command if
8574         environment value includes `%(file)s' magic.
8575
8576         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8577         (dissect-uri): Use it.
8578         (unquote-uri): Bugfix.
8579
8580 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8581
8582         * scm/framework-ps.scm (write-preamble): add TTF rule.
8583
8584         * Documentation/topdocs/README.texi (Top): remove note about
8585         xdelta.
8586
8587         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8588         requirement.
8589
8590         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8591         function. Figure out where FlexLexer.h lives
8592
8593         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8594         
8595 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8596
8597         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8598         with Windows root in file name.
8599
8600         * scm/backend-library.scm (ly:system): Only redirect output (using
8601         system and shell, ugh) if /dev/null is writable.
8602
8603         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8604         windows icon.
8605
8606         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8607         on Mingw.
8608
8609         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8610         click.
8611
8612         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8613         use result of stat when available.
8614
8615         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8616         absolute file name and root.
8617
8618         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8619
8620         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8621
8622         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8623         slashes in file name.
8624
8625 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8626
8627         * Documentation/user/preface.itely (Preface): Run
8628         texinfo-all-menus-update.
8629
8630         * scm/editor.scm (get-editor-command): Bugfix: allow full
8631         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8632
8633         * Documentation/pictures/lilypond-48.xpm: New file.
8634
8635         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8636
8637         * ly/Welcome_to_LilyPond.ly: New file.
8638
8639         * lily/main.cc (main): Only identify if we have a terminal.
8640
8641         * scm/backend-library.scm (postscript->png)
8642         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8643         non-/bin/sh).
8644
8645 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * Documentation/topdocs/AUTHORS.texi: polish, update.
8648
8649 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8650
8651         * Documentation/user/preface.itely (Notes for version 2.6): new
8652         notes for 2.6
8653
8654         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8655         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8656         is not fully contained" warnings.
8657
8658         * lily/slur-scoring.cc (get_bound_info): remove warning.
8659
8660         * lily/staff-symbol-engraver.cc (process_music): start initial
8661         spanner in process_music(). This fixes overrides of StaffSymbol
8662         properties.
8663
8664         * scm/framework-pdf.scm (Module): remove.
8665
8666         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8667
8668         * lily/ambitus-engraver.cc: formatting cleanups.
8669
8670         * mf/feta-solfa.mf (Module): remove.
8671
8672         * ChangeLog: more details about contributions.
8673
8674 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8675
8676         * lily/align-interface.cc (align_elements_to_extents): warn if
8677         called too early. Fixes: disappearing-staff-lines.ly
8678
8679         * VERSION (PACKAGE_NAME): release 2.5.24
8680
8681 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8682
8683         * stepmake/aclocal.m4: Typo.
8684
8685         * flower/string.cc (substitute): Take two strings or two
8686         characters.  Update callers.
8687
8688 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8689
8690         * flower/file-name.cc (File_name): Slashify.
8691
8692         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8693
8694         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8695
8696         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8697
8698         * configure.in (gui_b): Use it.
8699
8700         * lily/lilypond.rc.in: New file.
8701
8702         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8703
8704 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8705
8706         * Documentation/user/advanced-notation.itely: edit of Text
8707         section; clarify text scripts vs. text markup.
8708
8709 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8710
8711         * lily/multi-measure-rest-engraver.cc
8712         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8713         separation items on start. Fixes mm rests in start of score.
8714
8715         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8716         don't access StaffSymbol if not there.
8717         Fixes: crash-staff-symbol-engraver.ly.
8718
8719         * lily/instrument-name-engraver.cc (class
8720         Instrument_name_engraver): data member first_. Create
8721         InstrumentName on start. 
8722
8723 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8724
8725         * Documentation/user/instrument-notation.itely: add guitar
8726         position.
8727
8728         * Documentation/user/introduction.itely,
8729         Documentation/user/lilypond.tely,
8730         Documentation/user/tutorial.itely: begin pruning
8731         unused (duplicated) cindex entries and misc cleanup.
8732
8733 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8734
8735         * input/test/volta-chord-names.ly: Bring the explanation up to
8736         date.
8737
8738 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8739
8740         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8741         Specify `@documentencoding utf-8' for html, ignore warnings.
8742
8743 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8744
8745         * THANKS: Added bughunters.
8746
8747 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8748
8749         * lily/main.cc: update help string for `lilypond -H'.
8750
8751         * po/fi.po: update.
8752         
8753 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8754
8755         * Documentation/user/advanced-notation.itely: minor fixes.
8756
8757 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8758
8759         * scm/editor.scm: New module.
8760
8761         * scm/lily.scm (gui-main): Use it.
8762
8763         * scm/framework-gnome.scm (spawn-editor): Use it.
8764
8765         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8766
8767 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8768
8769         * scm/framework-ps.scm (load-font-via-GS):  new function.
8770
8771         * lily/pango-font.cc (pango_item_string_stencil): add support for
8772         CID keyed font.
8773
8774         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8775
8776 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8777
8778         * Documentation/user/basic-notation.itely: add @ref.
8779
8780         * Documentation/user/advanced-notation.itely: add example
8781         of 5/8 beaming.
8782
8783 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8784
8785         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8786
8787         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8788         going through ps2pdf wrappers.
8789
8790 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8791
8792         * Documentation/user/instrument-notation.itely: petrucci note
8793         heads: updated docu
8794
8795         * input/regression/note-head-style.ly: updated regression test;
8796         indentation fixes
8797
8798         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8799         heads as default
8800
8801         * mf/parmesan-heads.mf: minor editing; use musicological names
8802         (rather than optical description) as note head names
8803
8804         * scm/output-lib.scm: complete petrucci heads
8805
8806 2005-05-09  Pal Benko  <benkop@freestart.hu>
8807
8808         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
8809         heads, but bigger)
8810
8811 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8812
8813         * lily/main.cc (main_with_guile): Remove no files check.
8814
8815         * lily/main.cc (ly:usage): Export to Scheme.
8816
8817         * scm/lily.scm (no-files-handler): New function.
8818
8819         * scm/lily.scm (lilypond-main): Use it.
8820
8821         * configure.in (gui_b): Add mbrtowc checking.
8822         Resurrect [utf8/]wchar.h checking.
8823
8824 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8825
8826         * Documentation/user/advanced-notation.itely (Metronome marks):
8827         Add link to the program reference for MetronomeMark
8828
8829         * Documentation/user/lilypond-book.itely (An example of a
8830         musicological document): Correct the example using psfonts 
8831
8832 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8833
8834         * po/fi.po: update after a lesson how to update entries against
8835         source.
8836         
8837         * po/TODO: document the lesson.
8838
8839 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8840
8841         * configure.in (gui_b): remove wcrtomb checking.
8842
8843         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8844         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8845
8846 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8847
8848         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8849         keep Scheme expressions and strings unmodified when doing the
8850         conversion to postfix notation for slurs and beams. Should
8851         hopefully solve most related conversion problems. 
8852
8853         * Documentation/user/lilypond-book.itely : Clarify and correct how
8854         to call dvips with -h psfonts.
8855
8856 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * Documentation/user/instrument-notation.itely (Entering lyrics):
8859         Typo.  Fixes build.
8860
8861 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8862
8863         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8864
8865         * Documentation/user/lilypond.tely, lilypond-book.itely,
8866         tutorial.itely: change references to 2.5.x to 2.6.x.
8867
8868         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8869         vs \lyricmode.
8870
8871         * Documentation/user/invoking.itely: remove old info about
8872         lilypond-profile.
8873
8874         * Documentation/topdocs/INSTALL.texi: remove old info about
8875         lilypond-profile, add warning about needing international fonts
8876         to build docs.
8877
8878 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8879
8880         * lily/include/grob-info.hh (class Grob_info): make data member
8881         private. Changes throughout.
8882
8883         * input/regression/alignment-order.ly: new file. 
8884
8885         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8886         alignAboveContext and alignBelowContext
8887
8888 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8889
8890         * lily/pfb.cc (LY_DEFINE): add cast.
8891
8892         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8893         matches .otf
8894         (write-preamble): warn about unknown fonts.
8895
8896         * lily/pfb.cc (Module): new function ly:otf->cff
8897
8898         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8899         (get_otf_table): new function.
8900
8901 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8902
8903         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8904         iso. ps2png.
8905
8906 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8907
8908         * po/fi.po: apply second round of update.
8909
8910 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8911
8912         * scm/x11-color.scm (make-x11-color-handler): don't use
8913         #\sp. Apparently doesn't work on all platforms. 
8914
8915 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8916
8917         * Documentation/user/advanced-notation.itely, putting.itely,
8918         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8919
8920 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8921
8922         * VERSION (PACKAGE_NAME): release 2.5.23
8923
8924 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8925
8926         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8927         convert to utf-8.
8928
8929         * THANKS: Add translators for this release, convert to utf-8.
8930
8931         * mf/GNUmakefile (MFTRACE_FLAGS):
8932         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8933         outdir as option (WAS: hardcoded).
8934
8935 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8936
8937         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8938         finished_span_
8939
8940         * THANKS: add Hans Forbrich.
8941
8942         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8943
8944         * Documentation/user/basic-notation.itely (Staff symbol): document
8945         start/stop staff. Reference to ossia.ly
8946
8947         * input/test/ossia.ly: new example using stop and startStaff.
8948
8949         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8950         in other words, don't create "|" barline at start of the score.
8951         (start_translation_timestep): don't set whichBar for start of score.
8952
8953         * input/regression/staff-halfway.ly: use new functionality.
8954
8955         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8956         start and stop staff based on events.
8957
8958         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8959
8960         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8961
8962 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8963
8964         * Documentation/user/programming-interface.itely (How markups work
8965         internally ): remove \encoding reference.
8966
8967 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8968
8969         * scripts/convert-ly.py: Attempt to do a smarter update of 
8970         text markups from versions < 1.9.0 with arbitrary nesting.
8971
8972 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8973
8974         * po/fi.po: convert to utf-8, and update.
8975
8976 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8977
8978         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8979
8980         * lily/*.cc: more <? >? to min/max changes
8981
8982         * lily/include/interpretation-context-handle.hh: rename
8983         Interpretation_context_handle to Context_handle.
8984
8985 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * input/regression/GNUmakefile (local_delete): use `find` together 
8988         with `xargs` to avoid too long argument-lists in cmd line.
8989
8990 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8991
8992         * Documentation/user/introduction.itely: updates "About this manual".
8993
8994         * Documentation/user/advanced-notation.itely,
8995         invoking.itely: minor fixes.
8996
8997 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8998
8999         * COPYING: add font exception. Update FSF address. 
9000
9001         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9002         should be taken without child context.
9003
9004         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9005
9006         * scm/define-markup-commands.scm (triangle): new command, as
9007         robust replacement for unicode Delta/Triangle.
9008
9009 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9010
9011         * ps/music-drawing-routines.ps: add fillp argument.
9012
9013         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9014
9015         * lily/font-config.cc (init_fontconfig): don't add cff/
9016
9017         * VERSION (PACKAGE_NAME): release 2.5.22
9018
9019         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9020
9021         * lily/grace-engraver.cc (consider_change_grace_settings): use
9022         is_alias(). Fixes problem with CueVoice grace notes. 
9023
9024         * lily/simultaneous-music-iterator.cc (construct_children): call
9025         Music_iterator::quit() for iterators that start out invalid. This
9026         fixes indefinitely continuing contexts.
9027
9028         * buildscripts/substitute-encoding.py: new file
9029
9030         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9031         missing @end 
9032
9033         * scripts/lilypond-book.py (write_if_updated): print file name.
9034
9035         * Documentation/user/basic-notation.itely (Explicitly
9036         instantiating voices): idem.
9037
9038         * Documentation/user/advanced-notation.itely (Text spanners):
9039         remove stray { } 
9040
9041         * lily/context.cc (default_child_context_name): the default child
9042         is now first in accepts_list_.
9043
9044         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9045         \defaultchild to all relevant contexts.  This fixes:
9046         drums-pitch.ly.
9047
9048         (Probably also fixes similar problems with ancient
9049         transcriptions getting CueVoices instead of the desired voices.)
9050  
9051         * lily/context-def.cc (get_default_child): new function.
9052         (get_accepted): place default child in front of list.
9053
9054         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9055
9056         * lily/include/context-def.hh (struct Context_def): add
9057         default_accept_
9058
9059 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9060
9061         * scm/define-grobs.scm: remove "remove-first" line, since
9062         the absent property is set to #f anyway.
9063
9064         * Documentation/user/basic-notation.itely,
9065         advanced-notation.itely, instrument-notation.itely: minor
9066         fixes.
9067
9068         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9069
9070         * Documentation/user/advanced-notation.itely,
9071         changing-defaults.itely: consolidate Text stuff in
9072         advanced notation.
9073
9074         * Documentation/user/global.itely: better docs for \header.
9075
9076         * Documentation/user/putting.itely: new chapter; placeholder
9077         for future expansion.
9078
9079         * Documentation/user/examples.itely: moved "suggestions for
9080         writing LP files" section into putting.itely.
9081
9082         * Documentation/user/lilypond.itely: added new chapter,
9083         fixed the short table of contents.
9084
9085 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9086
9087         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9088         infinity for unfeasible beams.
9089
9090         * make/lilypond.fedora.spec.in (Group): idem.
9091
9092         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9093
9094         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9095
9096         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9097         fonts directly.
9098
9099         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9100
9101         * mf/GNUmakefile: remove all CFF rules.
9102
9103         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9104
9105         * lily/open-type-font-scheme.cc (LY_DEFINE):
9106         new function ly:otf-font-table-data.
9107         (LY_DEFINE): new function otf-font?
9108
9109 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9110
9111         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9112         ($(outdir)/Fontmap.lily): idem.
9113
9114         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9115         for PFAEmmentaler-XXX.pfa. 
9116
9117         * Documentation/user/music-glossary.tely (accidental): NL
9118         translation of accidental.
9119
9120 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9121
9122         * flower/include/international.hh: Bugfix: include "string.hh".
9123
9124         * lily/include/mingw-compatibility.hh: New file.
9125
9126         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9127
9128         * configure.in: Search for mingw wcrtomb library.
9129
9130 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9131
9132         * scripts/convert-ly.py: Bug fix
9133
9134         * Documentation/user/changing-defaults.itely (Common tweaks):
9135         Added example where the context has to be specified explicitly
9136         (MetronomeMark). 
9137
9138 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9139
9140         * scripts/lilypond-book.py (ly_options): set timing to #f for
9141         notime option.
9142
9143         * scripts/convert-ly.py (conv): typo.
9144
9145         * flower/*.cc: remove <? and >?
9146         
9147         * lily/*.cc: remove <? and >?
9148
9149         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9150         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9151         editor.
9152
9153 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9154
9155         * lily/part-combine-engraver.cc: add space to variable list.
9156
9157 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9158
9159         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9160         remove-first to false (matches docs)
9161
9162         * Documentation/user/advanced-notation.itely: corrected docs
9163         concerning remove-first.
9164
9165 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9166
9167         * lily/part-combine-engraver.cc: make sure that the relevant
9168         properties are included in the documentation.
9169
9170 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9171
9172         * Documentation/user/lilypond-book.itely: Bernard's docs
9173         for \betweenLilyPondSystem.
9174
9175 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9176
9177         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9178         remarks.
9179
9180 2005-04-28  Pal Benko  <benkop@freestart.hu>
9181
9182         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9183         only on vertical lines of flexa shape, and use a constant
9184         thickness value for horizontal lines (patch slightly modified by
9185         Jürgen Reuter)
9186
9187         * lily/include/mensural-ligature.hh: make 2 comments clearer
9188
9189 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9190
9191         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9192         to need_extra_horizontal_space; bugfix: use class scope to avoid
9193         global namespace pollution
9194
9195         * Documentation/user/instrument-notation.itely (ligatures): added
9196         comment on possible future syntax change and how to work around
9197
9198         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9199         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9200         intervals (fixes agnus dei example)
9201
9202         * Documentation/user/instrument-notation.itely (white mensural
9203         ligatures): selected a more illustrative example
9204
9205 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9206
9207         * Documentation/index.html.in: specify utf-8 charset in meta content.
9208
9209 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9210
9211         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9212         empty 2nd page for single page.
9213
9214         * scm/lily.scm: remove p&c definitions.
9215
9216         * po/zh_TW.po (Module): new translation.
9217
9218         * lily/lily-guile.cc (ly_chain_assoc): remove.
9219
9220         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9221         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9222
9223 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9224
9225         * lily/beaming-info.cc: remove infinity_i
9226
9227         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9228
9229 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9230
9231         * Documentation/user/basic-notation.itely,
9232         instrument-notation.itely, advanced-notation.itely,
9233         changing-defaults.itely: minor fixes.  Added docs
9234         for colors to advanced-notation.itely.
9235
9236         * Documentation/user/advanced-notation.itely: fixed compile
9237         problem and added Bernard's x11-color doc patch.
9238
9239 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9240
9241         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9242         alright this time round.
9243
9244 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9245
9246         * Documentation/topdocs/INSTALL.texi (Top): idem.
9247
9248         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9249
9250         * VERSION (MAJOR_VERSION): release 2.5.21
9251
9252         * scm/output-ps.scm (grob-cause): bugfix.
9253
9254 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9255
9256         * cygwin/*: Update.
9257
9258         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9259         stuff.
9260
9261         * scm/output-ps.scm (grob-cause): Bugfix.
9262
9263         * scm/lily.scm (ly:load): Remove x11-color.
9264
9265         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9266         quote executable, fixes getting version from program --with
9267         --options.
9268         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9269         $ac_exeect.
9270
9271         * Documentation/user/GNUmakefile: Only build music-glossary with
9272         rendered lilypond snippets during web.
9273
9274 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9275
9276         * po/de.po: update.
9277
9278         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9279
9280 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9281  
9282         * scripts/abc2ly:
9283         second title line append with punctuation dash character;
9284         encode abc2ly python strings in utf-8
9285        
9286 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9287
9288         * scripts/abc2ly fix chords (again)
9289  
9290 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9291
9292         * scm/x11-color.scm: new file
9293         All x11 color names can be accessed with:
9294         #(x11-color 'ColorName),
9295         #(x11-color "ColorName") or:
9296         #(x11-color "color name")
9297         If the x11 color name is not recognised then it defaults
9298         to black
9299
9300         * scm/lily.scm: amended to call scm/x11-color.scm
9301
9302 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9303
9304         * Documentation/user/invoking.itely (Reporting bugs): comment out
9305         reference to online PNG bug repository.
9306
9307 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9308
9309         * lily/translator-scheme.cc (ly:translator-property): Remove.
9310         Update callers.
9311
9312         * lily/context-scheme.cc (ly:context-now): Move from translator.
9313         Update callers.
9314
9315 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9316
9317         * input/regression/grid-lines.ly (skips): refine example.
9318
9319         * scm/define-context-properties.scm
9320         (all-user-translation-properties): doc autoBeamCheck
9321
9322         * input/regression/grid-lines.ly (Module): new file.
9323
9324         * lily/grid-point-engraver.cc (Module): new file.
9325
9326         * lily/grid-line.cc (Module): new file.
9327
9328         * lily/grid-line-span-engraver.cc (Module): new file.
9329
9330         * lily/grid-line-interface.cc (Module): new file.
9331
9332 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9333
9334         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9335         missing parameter, actualy cdr through list.  Actually return a
9336         list with ENTRY removed (was '()).
9337
9338         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9339         opened.
9340         (do_conversion): Fix printing of continuation comma.
9341
9342         * Documentation/user/advanced-notation.itely (Beam formatting):
9343         Remove refbugs about compound time and mixed duration.
9344
9345         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9346         modulo moments explicitely.
9347
9348         * lily/moment.cc (operator %): New function.
9349
9350         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9351
9352         * lily/translator-scheme.cc (ly:translator-now,
9353         ly:translator-property): New function.
9354
9355         * scm/auto-beam.scm (default-auto-beam-check): New function.
9356
9357         * lily/auto-beam-engraver.cc (test_moment): Use it.
9358
9359         * flower/rational.cc (operator %): Bugfix.
9360
9361 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9362
9363         * scripts/abc2ly: Bugfix
9364
9365 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9366
9367         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9368         %'s on EndFont comment.
9369
9370         * lily/ledger-line-spanner.cc: some more words of explanation.
9371
9372 2005-04-20  John Williams <williams@tni.com>  
9373         
9374         * scripts/lilypond-book.py: htmlquote bugfix.
9375         Allow snippets to be given distinct filenames.
9376         Allow the default alt text to be overridden.
9377
9378 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9379
9380         * ly/performer-init.ly: Bugfix
9381
9382         * THANKS: Added bughunters.
9383
9384 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9385
9386         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9387
9388         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9389         position (was: use modulo measure length).
9390
9391         * configure.in (no gui_b): Remove optional gtk+ requirement.
9392
9393 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9394
9395         * Documentation/user/basic-notation.itely (Pitches): add
9396         LedgerLineSpanner.
9397
9398         * lily/dynamic-engraver.cc (process_music): set right bound to
9399         script if present. Else, do not set.
9400         (acknowledge_grob): only set right bound of finished spanner to
9401         note column if no other bound is set.
9402
9403         * python/lilylib.py (make_ps_images): switch back to png16m.
9404         
9405 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9406
9407         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9408         writing up to date file.  Add dvips usage suggestion.
9409
9410         * scripts/convert-ly.py: Fix error message.
9411         Print usage if no files on command line.
9412         (usage): Add example usage.
9413
9414         * input/test/compound-time.ly: New file.
9415
9416         * input/test/circle.ly: New file.
9417
9418         * Documentation/topdocs/NEWS.tely: Use them.
9419
9420         * input/test/boxed-stencil.ly: Remove \score.
9421
9422         * buildscripts/mf-to-table.py (base): Add .log dependency.
9423
9424         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9425         pfa's.  Add .log dependency
9426
9427         * scm/define-markup-commands.scm (lower): New command.
9428
9429         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9430         make it default.
9431
9432 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9433
9434         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9435         also to finished cresc as right bound. This fixes:
9436         skip-string-decresc.ly
9437
9438         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9439         relative_coordinate if extent is empty.
9440
9441         * lily/stem.cc (width_callback): determine correct extent if flag
9442         is not there. This fixes slur-no-flag.ly
9443
9444         * lily/grace-engraver.cc (consider_change_grace_settings): new
9445         function.
9446         (initialize): also consider_change_grace_settings() on
9447         initialization. Fixes large grace notes at start of score.
9448
9449         * lily/break-align-interface.cc (do_alignment): don't translate if
9450         total_extent is empty.
9451
9452         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9453
9454 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9455
9456         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9457         with slash.
9458
9459 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9460
9461         * stepmake/aclocal.m4: Remove tfm_path.
9462
9463 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9464
9465         * scm/music-functions.scm (markup-expression->make-markup): fix
9466         bug with cons arguments of markup commands.
9467         (music->make-music): fix music expression property list building
9468
9469 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9470
9471         * aclocal.m4: Massage package names.
9472
9473         * SCons updates.
9474
9475 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9476
9477         * VERSION (PACKAGE_NAME): release 2.5.20
9478
9479         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9480         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9481
9482         * lily/percent-repeat-engraver.cc (try_music): add measure before
9483         next_moment to future processing moment. Fixes:
9484         percent-repeat-mm-rest.ly
9485         (process_music): don't add moment for 2nd time.
9486
9487         * input/regression/repeat-percent.ly: add mmrests as extra test.
9488
9489         * lily/axis-group-engraver.cc (acknowledge_grob): read
9490         keepAliveInterfaces to decide what to kill.
9491
9492         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9493         percent-repeat-interface to keepAliveInterfaces. This fixes
9494         percent-repeat-harakiri.
9495
9496 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9497
9498         * SCons updates.
9499
9500 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9501
9502         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9503
9504         * aclocal.m4: remove --enable-tfm-path configure option
9505
9506         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9507
9508         * scm/backend-library.scm (postscript->png): newline after
9509         finishing command.
9510
9511         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9512         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9513
9514         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9515
9516         * lily/score.cc (default_rendering): use Music_output too.
9517
9518         * input/test/chord-names-languages.ly (Module): rename file.
9519
9520         * lily/text-spanner.cc: add bound-padding.
9521
9522         * lily/paper-book.cc (systems): accept Paper_score
9523         iso. Paper_system vector. 
9524
9525         * input/regression/line-arrows.ly: new file.
9526
9527         * lily/paper-score.cc (process): run get_paper_systems() only once.
9528
9529         * lily/line-spanner.cc (line_stencil): add arrows.
9530
9531 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9532
9533         * lily/line-interface.cc (make_arrow): new function. 
9534         (arrows): idem.
9535
9536 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9537
9538         * input/test/chord-names-german.ly: update for italian/french
9539         chords.
9540         
9541         * Documentation/user/instrument-notation.itely (Printing chord
9542         names): update.
9543
9544 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9545
9546         * lily/include/paper-score.hh (class Paper_score): remove unused
9547         prototypes.
9548
9549         * lily/book.cc (process): add -COUNT to midi output.
9550
9551         * lily/score.cc (book_rendering): remove outname argument
9552         (book_rendering): return list of Music_outputs. 
9553
9554         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9555
9556         * lily/book.cc (process): loop over Music_outputs returned from
9557         Score::book_rendering().
9558
9559         * lily/*.cc (width_callback): remove spurious "unused" warnings
9560         for assert (axis==[XY]_AXIS); 
9561
9562         * lily/include/music-output.hh (class Music_output): smobify class.
9563
9564         * lily/include/paper-score.hh (class Paper_score): make members
9565         private.
9566
9567         * lily/performance.cc (process): return #f iso. #<undefined>. This
9568         prevents #<undefined> leaking into GUILE-userspace.
9569
9570 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9571
9572         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9573
9574 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9575
9576         * scm/chord-name.scm : support for italian and french
9577         chords names.
9578
9579         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9580         a space defined by chordPrefixSpacer when the root name is
9581         direclty followed by a prefix.
9582
9583         * ly/engraver-init.ly : chordPrefixSpacer       
9584         * scm/define-context-properties.scm : chordPrefixSpacer
9585         * ly/property-init.ly : italianChords, frenchChords 
9586
9587 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9588
9589         * mf/feta-din.mf: Remove.
9590
9591         * mf/GNUmakefile (fontdir): Bugfix.
9592
9593         * mf/SConstruct: Some updates.
9594
9595         * SConstruct: Require pkg-config.
9596         (test_program): Bugfix for double digit version compares, use
9597         integer (not string-) compare.
9598         Optionally require gs 8.14.
9599
9600         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9601
9602         * lily/*: s/ifdef HAVE_*/if have/.
9603
9604         * SConstruct (test_lib): New function.  Update pkg-config and some
9605         other requirements.
9606
9607         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9608         freetype, pangof2t.
9609
9610 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9611
9612         * po/lilypond.pot, ...: Update using bison-CVS.
9613
9614         * python/lilylib.py (make_ps_images): Fixo.
9615
9616 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9617
9618         * python/lilylib.py (make_ps_images): typo.
9619
9620         * configure.in (gui_b): make bison optional.
9621
9622         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9623
9624 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9625
9626         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9627         with one parameter can be defined in a LaTeX file when processed
9628         by lilypond-book this will be evaluated between the systems of
9629         a multi-system score. The parameter is the number of systems processed.
9630
9631 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9632
9633         * python/lilylib.py (make_ps_images): Escape newline.
9634
9635         * Documentation/user/music-glossary.tely: Run
9636         texinfo-all-menus-update.
9637
9638 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9639
9640         * scm/lily-library.scm (old-relative-not-used-message)
9641         (version-not-seen-message): Add input-file-name-location to message.
9642
9643         * lily/parser.yy (lilypond): Add token aliases.
9644
9645         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9646         not confuse with alteration.
9647         (alteration): Add.
9648
9649 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9650
9651         * python/lilylib.py (make_ps_images): use -dEPSCrop
9652
9653         * VERSION (PACKAGE_NAME): release 2.5.19 
9654
9655         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9656         only put xrefs in info documentation.
9657
9658         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9659         .pdf rule to tex-rules.make.
9660
9661         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9662         from -systems.* output.
9663
9664         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9665         directly, remove -$(PAGESIZE) target.
9666
9667         * input/test/embedded-postscript.ly: update.
9668
9669 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9670
9671         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9672
9673         * Documentation/user/changing-defaults.itely (Font selection):
9674         document font-name.
9675
9676         * input/regression/font-name.ly: show Pango fonts for
9677         font-name. Update example. 
9678
9679         * lily/pango-select.cc (properties_to_pango_description): don't
9680         convert symbol font-size to number, but use to lookup.
9681
9682         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9683
9684         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9685         (NAME . FILE-NAME) tuples for font descriptions. 
9686         (write-preamble): display BeginFont DSC comments.
9687
9688         * python/fontextract.py (write_extracted_fonts): new file. Extract
9689         font resources from a PS file.
9690
9691         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9692         (Compile_error.process_include): do_file returns chunks.
9693
9694         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9695
9696         * make/lysdoc-targets.make: .texi is .PRECIOUS
9697
9698         * scripts/lilypond-book.py (write_if_updated): new function.
9699
9700 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9701
9702         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9703
9704 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9705
9706         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9707
9708         * input/regression/markup-syntax.ly: remove \score.
9709
9710         * scm/define-markup-commands.scm (draw-circle): add fill argument
9711
9712         * scm/stencil.scm (make-circle-stencil): add fill argument
9713
9714         * ps/music-drawing-routines.ps: add fill argument.
9715
9716         * ly/performer-init.ly: add CueVoice to MIDI too.
9717
9718         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9719         EndEPSF.
9720
9721         * input/regression/markup-eps.ly: new file.
9722
9723         * scm/framework-ps.scm (write-preamble): change order: vars should
9724         be inited before procedures.
9725
9726         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9727         for EPS files.
9728
9729         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9730
9731 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * configure.in (gui_b): add check for ghostscript 8.15
9734
9735 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9736
9737         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9738         start of line. Fixes cresc-after-newline.ly
9739
9740         * lily/source-file.cc (file_line_column_string): use get_column().
9741
9742 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9743
9744         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9745
9746 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9747
9748         * lily/*: use message () iso progress_indication () for messages.
9749         Revise/uniformise user messages.
9750
9751         * flower/warn.cc (progress_indication): New function.
9752         (message): Use it.  Fixes newline problems.
9753
9754         * config.make.in (webdir): Sort out install dirs.
9755
9756         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9757
9758         * python/lilylib.py (command_name): Bugfix.
9759         (make_ps_images):
9760
9761 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9762
9763         * lily/main.cc: --help says what types of backends are availabe
9764
9765 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         Fix ./VERSION dependency, and without need to reconfigure.
9768
9769         * lily/main.cc (setup_paths): Update.
9770
9771         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9772
9773         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9774
9775         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9776         Add \line for some simplistic cases.
9777
9778         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9779
9780 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9781
9782         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9783         to compile LY files (useful for adding eg. "-I" args)
9784         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9785         2Gnome command for gnome backend.
9786         (LilyPond-command-formatgnome): call the 2Gnome command. key
9787         binding: C-c C-g
9788
9789 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9792         depend on all PNG images.
9793
9794 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9795
9796         * GNUmakefile.in: Bugfix: also link .map files.
9797
9798 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9799
9800         * scm/music-functions.scm (music->make-music): generate 
9801         a (make-music ...) sexpr from a music expression.
9802         (display-scheme-music): use guile pretty printer to display the
9803         make-music sexpr.
9804
9805 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9806
9807         * ly/engraver-init.ly: reindent.
9808         Add CueVoice.
9809
9810         * scm/music-functions.scm (music-pretty-string): handle moments
9811         too.
9812         (music-pretty-string): only print non-empty lists.
9813         (cue-substitute): create CueVoice context, which has smaller type.
9814
9815         * lily/moment-scheme.cc (LY_DEFINE): new methods
9816         ly:moment-grace-{numerator,denominator}
9817
9818         * lily/context-handle.cc: remove quit() method. 
9819
9820         * lily/font-config.cc (init_fontconfig): be verbose about font path.
9821         (init_fontconfig): success is 0, not !0
9822
9823 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9824
9825         * mf/feta-nummer-code.mf (code): add plus glyph.
9826
9827         * lily/tie.cc (print): idem.
9828
9829         * lily/slur.cc (print): don't use thickness property for
9830         slur shape-thickness.
9831
9832         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9833         while adding stencils.
9834
9835         * scm/define-markup-commands.scm (with-color): with-color markup
9836         command.
9837         (whiteout): new markup command 
9838         (filled-box): new markup command
9839
9840 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9841
9842         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9843         test for PDF docs.
9844
9845         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9846         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9847         
9848         Notes for tetex-3.0 make web:
9849            psclean.map: s/uhv8a/uhvr8a/
9850            config.ps add:
9851                 p +psfonts_t1.map
9852                 p +psclean.map
9853                 p +typeface.map
9854
9855 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9856
9857         * scm/music-functions.scm (music-pretty-string): fix bug with
9858         string argument.
9859
9860 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9861
9862         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9863
9864 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9865
9866         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9867         only process options if they're there.
9868         (write_file_map): add version-seen? to snippet-map.ly
9869
9870 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9871
9872         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9873         formatting cleanups.
9874
9875         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9876         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9877
9878 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9879
9880         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9881         name directly.
9882
9883         * lily/main.cc (setup_paths): either add mf/out to search path or 
9884         fonts/{otf,type1,etc}
9885         
9886         * lily/font-config.cc (init_fontconfig): either add mf/out to
9887         FontConfig or fonts/{otf,type1,etc}
9888
9889         * GNUmakefile.in: don't put mf/ link in share/ dir.
9890
9891         * lily/staff-spacing.cc: move same-direction-correction to
9892         note-spacing-interface
9893
9894         * scm/lily.scm (lilypond-main): use variable argument count for
9895         exception handler.
9896
9897         * lily/font-config.cc (init_fontconfig): add operator pacification
9898         message.
9899
9900         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9901
9902         * buildscripts/gen-emmentaler-scripts.py (i): generate
9903         PFAEmmentaler as well.
9904
9905         * scm/framework-ps.scm (munge-lily-font-name): new function
9906         (write-preamble): hack: insert PFA equivalent of CFF into
9907         .PS. This makes LilyPond output printable on normal PS printers
9908         again.
9909
9910         * buildscripts/gen-emmentaler-scripts.py (i): generate
9911         PFAEmmentaler.pfa aswell.
9912
9913 2005-04-06  John Williams <williams@tni.com>  
9914         
9915         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9916         
9917 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9918
9919         * scm/page-layout.scm (default-page-make-stencil): always combine
9920         the header stencil, even if empty. This prevents the body text to
9921         reach up to the margins.
9922
9923         * po/rw.po (Module): new file, for Kinyarwanda.
9924
9925         * input/test/spacing-optical.ly (Module): new file.
9926
9927         * lily/staff-spacing.cc: add same-direction-correction
9928
9929 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9930
9931         * Documentation/user/introduction.itely (Engraving): Comment-out
9932         non-existent file.
9933
9934 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9935
9936         * scm/define-grob-properties.scm (all-user-grob-properties): add
9937         same-direction-correction
9938
9939         * VERSION: release 2.5.18
9940
9941 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9942
9943         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9944         dereferencing.  Fixes make web.
9945
9946         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9947         errno.h.
9948
9949         * Documentation/user/: Fix links.
9950
9951 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9952
9953         * lily/text-interface.cc (Module): rename from text-item.cc
9954
9955         * input/regression/apply-output.ly (texidoc): function naming fix.
9956
9957         * lily/time-signature-performer.cc (derived_mark): new function.
9958
9959         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9960
9961         * scripts/lilypond-book.py (find_linestarts): new function.
9962         (find_toplevel_snippets): keep track of line numbers.
9963
9964         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9965         all key changes.
9966
9967         * ly/declarations-init.ly (partCombineListener): use
9968         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9969
9970         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9971
9972 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9973
9974         * lily/text-item.cc: Fix link.
9975
9976         * Documentation/user/changing-defaults.itely (Changing defaults):
9977         Fix programs reference links.
9978
9979         * Documentation/user/music-glossary.tely: Convert to utf-8.
9980
9981 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9982
9983         * make/lilypond-vars.make: remove TEXMF from variables.
9984         remove DEB_BUILD pk font variables.
9985         remove GUILE_LOAD_PATH
9986         remove TeX memory vars.
9987
9988 2005-04-04  Werner Lemberg  <wl@gnu.org>
9989
9990         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9991
9992 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9993
9994         * ps/lilyponddefs.ps: remove reencode-font
9995
9996         * lily/simple-spacer.cc (add_columns): also compare
9997         directly. Column rank doesn't distinguish between broken and
9998         unbroken columns. This fixes large spaces before time sig changes.
9999
10000         * Documentation/user/point-and-click.itely: document ly:set-option.
10001
10002         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10003         point_and_click_global is set.
10004
10005         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10006         ly:set-option argument.
10007
10008 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10009
10010         * GNUmakefile.in: Include symlinks in webball.
10011
10012         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10013         source dir for split and non-split manuals.
10014
10015         * Documentation/user/*y: Fix @uref/@inputfile links for
10016         split/non-split HTML documents.
10017
10018         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10019         .ps.gz.
10020         
10021 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10022
10023         * GNUmakefile.in: Add newline.
10024
10025 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10026
10027         * tex/lilyponddefs.tex: use color instead of xcolor
10028         * scm/output-tex.scm: minor editing
10029
10030 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10031
10032         * scm/music-functions.scm (display-scheme-music): pretty printer
10033         for music expressions.
10034
10035 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10036
10037         * buildscripts/install-info-html.sh (index_file): Fix link.
10038
10039 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10042
10043         * Documentation/index.html.in: Add size estimates with some big pages.
10044
10045         * Documentation/user/tutorial.itely (Running LilyPond for the
10046         first time): Add/replace some @rglos links.  TODO: add more
10047         @rglos links in tutorial, test non-intrusiveness (.css).
10048
10049         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10050         annoying's indication of referencing external document.
10051
10052         * Documentation/user/GNUmakefile: Split version of glossary too.
10053         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10054         links, not only for html.
10055
10056         * Documentation/user/introduction.itely: Fix some links for other
10057         than html, do not use `here' as link name.
10058
10059 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10060
10061         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10062         @glossaryref.
10063
10064 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10065
10066         * scm/page-layout.scm (default-page-make-stencil): only add header
10067         if existing and not empty. Fixes spurious programming error.
10068
10069         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10070
10071 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10072
10073         * scm/output-tex.scm: implement {re,}setcolor
10074         * tex/lilyponddefs.tex: use color package
10075
10076 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10077
10078         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10079         additions to website.
10080
10081         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10082
10083         * Documentation/user/macros.itexi: Fix @usermanref html links in
10084         split documents: use @inforef.
10085
10086 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10087
10088         * Documentation/user/programming-interface.itely: minor fix.
10089
10090         * Documentation/user/advanced-notation.itely: added info to
10091         Metronome markings.
10092
10093 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10094
10095         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10096         use box-stencil.  Remove y-padding argument.
10097         (make-stencil-circler): New function.
10098
10099         * buildscripts/lilypond-words.py (F): 
10100         * elisp/SConscript (a): 
10101         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10102         * vim/SConscript (a): 
10103         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10104
10105         * lily/general-scheme.cc: Build fix.
10106
10107         * scm/markup.scm:
10108         * input/regression/markup-scheme.ly: 
10109         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10110
10111         * scm/stencil.scm (make-circle-stencil): New function.
10112
10113         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10114         name (was cicle).  Update callers.
10115         (circle): New markup command, similar to box.
10116
10117         * scm/stencil.scm (circle-stencil): New function.
10118
10119 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10120
10121         * configure.in: Detect libutf8/wchar.h variant.
10122
10123         * stepmake/aclocal.m4: Modify shared size test.
10124
10125 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10126
10127         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10128
10129 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10130
10131         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10132         
10133         * VERSION (PACKAGE_NAME):  release 2.5.17
10134
10135 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * scm/backend-library.scm (postscript->png): Fix comment and png
10138         message.
10139
10140         * GNUmakefile.in (link-tree): Fix locales.
10141
10142 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10143
10144         * lily/stencil-scheme.cc (LY_DEFINE): change to
10145         ly:stencil-aligned-to, non mutating.
10146
10147         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10148
10149         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10150
10151         * lily/quote-iterator.cc (derived_mark): call
10152         Music_wrapper_iterator::derived_mark() too.
10153
10154         * lily/grace-engraver.cc (derived_mark): change signature, add
10155         const.
10156
10157 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10158
10159         * SConstruct (symlink): 
10160         * GNUmakefile.in (link-tree): Add scripts to prefix.
10161
10162         * lily/general-scheme.cc (ly:effective-prefix): New function.
10163
10164         * scm/backend-library.scm (postscript->png): Use it.
10165
10166 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10167
10168         * lily/paper-score.cc (process): don't delete grobs after
10169         producing stencils. 
10170
10171         * scm/part-combiner.scm (determine-split-list): switch off
10172         debugging info.
10173
10174         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10175         if available.
10176
10177         * scm/define-context-properties.scm
10178         (all-user-translation-properties): add stringNumberOrientations.
10179
10180         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10181         so fingering and string-numbers are separately controlled.
10182
10183 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10184
10185         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10186         not use debugging.
10187
10188 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10189
10190         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10191
10192         * config.hh.in: add HAVE_FONTCONFIG.
10193
10194         * Documentation/user/instrument-notation.itely (String number
10195         indications): new node.
10196
10197         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10198
10199         * lily/new-fingering-engraver.cc (add_string): new function. 
10200         (acknowledge_grob): accept string-number-event as well.
10201
10202         * scm/define-markup-commands.scm (circle): new markup command.
10203
10204         * scm/output-lib.scm (print-circled-text-callback): new function.
10205
10206         * lily/GNUmakefile: move ifeq after include stepmake.make.
10207
10208 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10209
10210         * config.make.in (HAVE_LIBKPATHSEA_SO):
10211         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10212
10213         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10214         add KPATHSEA_LIBS.
10215
10216         * debian/watch: 
10217         * debian/control: Update.
10218
10219 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10220
10221         * input/test/title-markup.ly (spaceTest): remove.
10222
10223         * input/test/embedded-tex.ly (Module): remove.
10224
10225         * input/test/music-box.ly: use 'name property, not ly:music-name.
10226
10227         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10228
10229         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10230
10231 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10232
10233         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10234         about xdeltas.  Add information about CVS.
10235
10236         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10237         gracefully handle failed files.
10238
10239         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10240
10241         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10242         small fixes.
10243
10244         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10245         No unnecessarily specific i18n messages.  Remove stray `1'.
10246
10247 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10248
10249         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10250         documentencoding
10251
10252         * scm/documentation-lib.scm (texi-file-head): set utf-8
10253         documentencoding.
10254
10255         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10256         Delta, not the Symbol one. 
10257
10258         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10259         for the .map file.
10260
10261         * Documentation/topdocs/INSTALL.texi (Top): add running
10262         requirement as compilation requirement.
10263
10264 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10265
10266         * buildscripts/mutopia-index.py (headertext): add h1 header and
10267         utf-8 charset meta field.
10268
10269         * input/GNUmakefile: prune example list.
10270
10271         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10272         options.
10273
10274         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10275         extent for visible stems.
10276
10277         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10278
10279 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10280
10281         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10282
10283         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10284
10285 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10286
10287         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10288         pass inf/nan into slur scoring.
10289
10290         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10291         page.
10292
10293         * scripts/abc2ly.py (dump_voices): use alphabet().
10294
10295 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10296         
10297         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10298
10299 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10300         
10301         * flower/include/virtual-methods.hh: simplify. Patch by
10302
10303 2005-03-25  John Williams <williams@tni.com>  
10304
10305         * scripts/lilypond-book.py (main): add png for HTML too, guess
10306         only if necessary. 
10307
10308 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10309
10310         * Documentation/topdocs/INSTALL.texi: now recommends
10311         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10312
10313         * Documentation/user/basic-notation.itely,
10314         Documentation/user/tutoria.itely: warn about
10315         only one (phrasing) slur at once.
10316
10317 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10318
10319         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10320
10321 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10322
10323         * Documentation/user/basic-notation.itely: fixed info about
10324         ending a (de)cresc.
10325
10326         * Documentation/user/lilypond-book.itely: fixed
10327         lilypond-book filter example and warned about not doing
10328         --filter and --process at the same time.
10329
10330 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10331
10332         * lily/parser.yy (bass_number),
10333         Documentation/user/instrument-notation.itely (Figured bass): 
10334         Add the possibility to use text markup in figured bass. 
10335
10336 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10337
10338         * Documentation/user/global.itely: added info about naming
10339         identifiers and breakbefore.
10340
10341         * Documentation/user/invoking.itely: added info about batch
10342         processing files with convert-ly, removed references to TeX
10343         in the jail section.
10344
10345         * Documentation/user/examples.itely: possibly fixed piano
10346         dynamics.
10347
10348         * Documentation/user/advanced-notation.itely: added info
10349         about removing other types of Staff.
10350
10351         * Documentation/user/instrument-notation.itely: possibly
10352         fixed piano staff line switch.
10353
10354         * Documentation/user/changing-defaults.itely: added info
10355         about using normal font in titles.
10356
10357 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10358
10359         * VERSION (PATCH_LEVEL): release 2.5.16
10360
10361         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10362         explicitly.
10363
10364 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10365
10366         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10367         whitespace.
10368
10369         * python/lilylib.py (make_ps_images):
10370         * scm/backend-library.scm (postscript->pdf, postscript->png):
10371         Quote file name.  Use format rather than string-append juggling.
10372
10373 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10374
10375         * python/lilylib.py (make_ps_images): add x to -g argument. 
10376
10377         * lily/key-performer.cc (create_audio_elements): don't use
10378         scm_eval_string. Check for minor 3rd directly.
10379   
10380         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10381         (sarabandeCelloGlobal): key is D minor, not F major.
10382
10383 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10384
10385         Fix truncated --png output (Peter Danenberg).
10386         
10387         * python/lilylib.py (make_ps_images):
10388         * scripts/ps2png.py (copyright): Grok --papersize option.
10389
10390         * scm/backend-library.scm (postscript->png): Add parameter
10391         PAPERSIZE.  Update callers.
10392
10393         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10394         Fixes symbol placement.
10395
10396         * lily/spanner.cc: 
10397         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10398         <libc-extension.hh>).
10399
10400 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10401
10402         * Nitpick run.
10403
10404         * buildscripts/fixcc.py: Update.
10405
10406         Builddir run fixes.
10407
10408         * HACKING (datadir): Add VERSION.
10409
10410         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10411         higher up.
10412
10413 2005-03-15  Werner Lemberg  <wl@gnu.org>
10414
10415         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10416         diagonal stem doesn't become thinner.
10417
10418 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10419
10420         * buildscripts/fixcc.py: Fixes (Werner).
10421
10422 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10423
10424         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10425         Emmentaler/Aybabtu.
10426
10427         * GNUmakefile.in: fix lilypond-words path.
10428
10429         * po/tr.po: update to 2.3.21
10430
10431         * lily/new-fingering-engraver.cc (position_scripts): take priority
10432         from head position.
10433
10434         * input/regression/finger-chords-order.ly (texidoc): new file.
10435
10436 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10437
10438         * make/ly-rules.make: 
10439         * stepmake/aclocal.m4: 
10440         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10441
10442         * buildscripts/fixcc.py (rules): Leave space after operator.
10443
10444 2005-03-14  Werner Lemberg  <wl@gnu.org>
10445
10446         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10447         top of the glyph with smooth curve.
10448
10449 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10450
10451         * Documentation/user/global.itely (Page layout): remove
10452         printpagenumber.
10453
10454 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10455
10456         * input/regression/mensural-ligatures.ly: new file (with examples
10457         compiled by Pal Benko).
10458
10459         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10460         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10461         musicglyph access.  Many small beautifications in ancient
10462         examples.
10463
10464         * input/test/divisiones.ly: fixed indentation; small
10465         beautifications
10466
10467         * ly/engraver-init.ly: added FIXME comment
10468
10469         * scripts/lilypond-book.py,
10470         Documentation/user/lilypond-book.itely: added music fragment
10471         option "packed" to lilypond-book
10472
10473         * Documentation/user/instrument-notation.itely: Bugfix: added
10474         missing LedgerLineSpanner color setting in several places.  Added
10475         music fragment option "packed" to VaticanaContext example.
10476
10477 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10478
10479         * scm/define-grobs.scm (all-grob-descriptions): switch off
10480         Hyphen_spanner::set_spacing_rods 
10481
10482         * lily/lyric-hyphen.cc (print): add padding between syllable and
10483         hyphen.
10484         (print): shorten hyphen in tight situations (determine using
10485         minimum-length)
10486
10487         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10488         0.4pt.
10489
10490 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10491
10492         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10493
10494         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10495         header/footer markings for regression-test.
10496
10497         * scm/backend-library.scm (output-scopes, header-to-file): Move
10498         from framework-tex.scm.
10499
10500         * scm/framework-ps.scm (output-framework)
10501         (output-preview-framework):
10502         * scm/framework-eps.scm (output-classic-framework)
10503         (output-framework): Use it.  Fixes collated files.
10504
10505 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10506
10507         * input/sakura-sakura.ly: 
10508         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10509
10510         * buildscripts/guile-gnome.sh: Update.
10511
10512         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10513
10514         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10515
10516 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10517
10518         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10519         culprit: always exit the loop if we find a rod, even if it has
10520         distance < 0. 
10521
10522         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10523         algorithm.
10524
10525         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10526         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10527
10528         * scm/output-svg.scm (dashed-line): new  function body.
10529         
10530         * GNUmakefile.in: create .htaccess.
10531
10532 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10533
10534         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10535
10536 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10537
10538         * VERSION (PACKAGE_NAME): release 2.5.15
10539
10540         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10541
10542         * scm/framework-svg.scm (output-framework): put scaling in
10543         document header. Apply scaling only once.
10544         (output-framework): dump page size in px, not mm. 
10545
10546         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10547         from font-size.
10548
10549         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10550         ly:outputter-output-scheme, new function.
10551
10552         * scm/output-svg.scm (pango-description-to-svg-font): new function
10553
10554 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10555
10556         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10557         target.
10558
10559         * input/typography-demo.ly: new file.
10560
10561 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10562
10563         * Documentation/user/global.itely (File structure): Add markup blocks
10564         to toplevel expressions.
10565         (Multiple movements, Creating titles): Add markup blocks.
10566
10567         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10568         <libc-extension.hh>).
10569
10570         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10571
10572         * flower
10573         * lily
10574         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10575
10576 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10577
10578         * lily/accidental.cc: special bboxes for natural. 
10579
10580         * mf/feta-toevallig.mf: make stems heavier.
10581
10582         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10583         texts as well.
10584
10585         * mf/feta-klef.mf: revise. 
10586
10587         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10588
10589         * mf/feta-klef.mf: add rounded curve at top. 
10590         make thinnib a little heavier.
10591
10592 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10593
10594         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10595
10596         * buildscripts/fixcc.py: New file.
10597
10598         * input/regression/utf8.ly: Update Debian font description.
10599
10600 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10601
10602         * stepmake/aclocal.m4: Fix test.
10603
10604 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10605
10606         * Documentation/user/invoking.itely: added Sebastino Vigna's
10607         docs for the --jail option.
10608
10609 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10610
10611         * lily/stem.cc (print): only produce stemlets if there are no
10612         noteheads on this stem.
10613
10614         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10615         don't crash on stemlet (visible stem without heads).
10616
10617         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10618         unbroken situations. 
10619
10620         * scm/output-lib.scm (center-invisible): new function.
10621
10622         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10623         wishes to determine loose column space.
10624
10625         * lily/font-config.cc (init_fontconfig): add
10626         fonts/{otf,type1,cff}  to path.
10627
10628         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10629
10630         * mf/GNUmakefile (Module): install all fonts under otf/
10631
10632         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10633         replace /fonts/otf/ by /ps/ 
10634
10635         
10636 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10637
10638         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10639
10640         * lily/book.cc (process): Oops, add score_.header_.
10641
10642         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10643
10644         * lily/parser.yy: Handle toplevel and book texts as score.
10645
10646         * scm/page-layout.scm (default-page-make-stencil):
10647         Bugfix: (page-properties rename.
10648
10649         * scm/backend-library.scm (ly:system): Typo.
10650
10651 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10652
10653         * stepmake/stepmake/executable-targets.make (installexe): don't
10654         strip installed executables
10655
10656         * lily/font-select.cc (get_font_by_design_size): revert
10657         pango_description_string as well.
10658
10659         * lily/system.cc (set_loose_columns): put loose column just left
10660         of next column.
10661
10662         * lily/include/group-interface.hh (extract_grob_array): rename
10663         from Pointer_group_interface__extract_grobs
10664
10665         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10666
10667         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10668         function. Keep ledgered note heads at a minimum distance.
10669         Introduce minimum-length-fraction
10670         (print): introduce length-fraction property.
10671
10672 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10673
10674         * tex/GNUmakefile: remove latin1.enc rules.
10675
10676 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10677
10678         * scm/titling.scm: Typo.
10679
10680         * input/regression/score-text.ly: Really add.
10681
10682         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10683
10684 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10685
10686         * lily/open-type-font-scheme.cc:  new file.
10687
10688 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10689
10690         * scm/titling.scm (layout-extract-page-properties): Rename from
10691         page-properties.  Update callers.
10692
10693         * lily/lexer.ll (Lily_lexer):
10694         * lily/parser.yy: Junk lyric_markup state.
10695
10696         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10697
10698         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10699         Add texts parameter.
10700
10701 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10702
10703         * lily/lexer.ll (lyric_markup): New mode.
10704         (Lily_lexer::push_lyric_markup_state): New method.
10705         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10706
10707         * lily/parser.yy (book_body):
10708         (toplevel_expression): Grok \markup texts.
10709
10710         * lily/score-scheme.cc (ly:music-scorify): 
10711         * scm/lily-library.scm (collect-music-for-book): Take texts
10712         parameter.
10713
10714         * lily/score.cc (texts_): New member.
10715
10716         * lily/paper-book.cc (systems): Format score texts.
10717
10718         * score-text.ly: New file.
10719
10720         * ttftool/SConscript:
10721         * kpath-guile/SConscript: New file.
10722
10723         * lily/SConscript:
10724         * SConstruct: Update.
10725
10726 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10727
10728         * VERSION (PACKAGE_NAME): release 2.5.14
10729
10730 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10731
10732         * lily/main.cc: Add dummy xgettext markers.
10733
10734 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10735
10736         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10737         requirements
10738
10739         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10740         executable is < 40k
10741
10742         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10743         hack.
10744
10745 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10746
10747         * flower/libc-extension.cc:
10748         * flower/include/libc-extension.hh: [Open]BSD simply cast
10749         cookie/funopen declarations.
10750
10751         * stepmake/aclocal.m4: Check for libkpathsea.so.
10752
10753         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10754         dl_kpse_find_file.
10755
10756 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10757
10758         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10759         (open_library): alternative for static library.
10760
10761 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10762
10763         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10764
10765         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10766
10767         Drop run-time dependency on teTeX.
10768
10769         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10770
10771         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10772         KPATHSEA_LIBS in LIBS.
10773         (STEPMAKE_DLOPEN): New function.
10774
10775         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10776         not path.
10777
10778         * flower/file-path.cc (directories): Rename from paths, as this
10779         return an array of directories (a single path).
10780
10781 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10782
10783         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10784
10785         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10786         new ly:kpathsea-find-file
10787
10788         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10789
10790         * kpath-guile/GNUmakefile: new file
10791
10792         * buildscripts/gen-emmentaler-scripts.py (i): generate
10793         emmentaler-X.fontname as well.
10794
10795         * buildscripts/ps-embed-cff.py: new script
10796
10797         * scm/lily-library.scm: remove ps-embed-cff.
10798
10799         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10800         font loading. 
10801
10802         * scm/font.scm (add-music-fonts): load dynamics/numbers through
10803         fontconfig as well.
10804
10805         * lily/font-config.cc (init_fontconfig): add cff/ too.
10806
10807         * ly/generate-embedded-cff.ly: capitalize.
10808
10809         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
10810         so as to register the pango font.
10811
10812         * lily/font-config.cc (init_fontconfig): add
10813         prefix/{otf,type1,mf/out} to fontconfig path.
10814
10815         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
10816         overrides all. 
10817
10818         * configure.in (gui_b): remove ec mftrace check
10819
10820         * config.hh.in: use lilypond-Major.Minor as data directory.
10821
10822         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10823
10824         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10825         name.
10826
10827 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10830         error messages.
10831
10832         * flower/libc-extension.cc:
10833         * flower/include/libc-extension.hh: [Open]BSD fixes for
10834         cookie/funopen declarations.
10835
10836 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10837
10838         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10839         emmentaler.
10840
10841         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10842         lcrm10.
10843
10844         * scm/define-markup-commands.scm (fontsize): new markup
10845         command. Also set baseline-skip
10846
10847 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10848         
10849         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10850         use.
10851
10852 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10853
10854         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10855
10856         * lily/pdf.cc: remove PDF related files
10857
10858 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10859
10860         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10861         <hamamatsu@gmx.de>
10862
10863 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10864
10865         * Documentation/user/advanced-notation.itely: first draft
10866         of reorg done.
10867
10868         * Documentation/user/global.itely: fixed (sub)section
10869         bits of MIDI.
10870
10871 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10872
10873         * cygwin/mknetrel (extras): Bufix (Bertalan).
10874
10875         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10876         * Documentation/user/instrument-notation.itely (Introducing chord
10877         names): Compile fix: must have unique name.
10878
10879 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10880
10881         * Documentation/user/instrument-notation.itely: reorg.
10882
10883 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10884
10885         * scm/output-gnome.scm:
10886         * scm/output-svg.scm: Fix font scaling.
10887
10888 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10891         what link to use best.
10892
10893         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10894         * Documentation/user/tutorial.itely (Automatic and manual beams):
10895         Fix @ref.
10896
10897         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10898         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10899         * scm/framework-gnome.scm (tweak): Use it.
10900
10901 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10902
10903         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10904
10905         * scm/output-ps.scm (white-text): reinstate white-text
10906
10907 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10908
10909         * scm/output-ps.scm (offset-add): Remove.
10910
10911         * scm/lily-library.scm (offset-flip-y): New function.
10912         * scm/framework-gnome.scm (tweak): Use it.
10913
10914         * scm/output-gnome.scm (grob-cause): Add parameter.
10915
10916         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10917         * scm/output-ps.scm (url-link): Move.
10918         (white-text): Warn user about brokenness.
10919
10920         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10921         wrt ghostscript.
10922
10923 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10924
10925         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10926         if body length smaller than measure length.
10927
10928         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10929         for Y.
10930
10931         * ly/titling-init.ly (tagline): put default tagline in \paper
10932
10933 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * lily/kpath.cc: 
10936         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10937
10938         * scm/lily-library.scm (version-not-seen-message): New function.
10939         * ly/init.ly: Use it.
10940
10941         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10942         breaks as progess.
10943
10944         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10945         whitespace with l10n message.
10946
10947         * scm/framework-tex.scm (convert-to-ps):
10948         (convert-to-dvi): Do not use overly specific l10n messages.
10949
10950         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10951
10952         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10953         merge stderr with stdout.  
10954
10955 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10956
10957         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10958         Neeracher).
10959
10960 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10961
10962         * Documentation/user/instrument-notation.teily: moved
10963         \arpeggio to Basic.
10964
10965         * Documentation/user/advanced-notation.itely: Articulation to
10966         Basic, a bunch of stuff from Basic moved to Advanced.
10967
10968         * Documentation/user/basic.itely: swapped various sections,
10969         reorganized Basic.
10970
10971 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10972
10973         * flower/memory-stream.cc: 
10974         * flower/libc-extension.cc: Remove obsolete #undefs.
10975
10976         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10977         more carefully.
10978
10979 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10980
10981         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10982         dependency.
10983
10984         * VERSION (PACKAGE_NAME): release 2.5.13
10985
10986         * GNUmakefile.in (web-ext): don't ship ps.gz
10987
10988         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10989         stdout
10990
10991 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10992
10993         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10994         without libintl.  Now it compiles too.
10995
10996 2005-02-28  Graham Percival  <gperlist@shaw.ca>
10997
10998         * Documentation/user/basic-notation.itely,
10999         instument-notation.itely, advanced-notation.itely:
11000         split up contents of notation.itely.
11001
11002         * Documentation/user/notation.itely: file removed.
11003
11004         * Documentation/user/invoking.itely, converters.itely:
11005         moved convert-ly info to invoking.itely.
11006
11007         * Documentation/user/global.itely, changing-defaults.itely,
11008         sound-output.itexi: moved global settings, file layout, and
11009         sound into global.itely.
11010
11011         * Documentation/user/sound-output.itexi: file removed.
11012
11013         * Documentation/user/lilypond.tely: removed links to
11014         notation.itely and sound.itely.
11015
11016 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11017
11018         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11019
11020         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11021  
11022         * THANKS: add sponsor.
11023
11024         * scm/define-markup-commands.scm (with-url): new markup command.
11025
11026         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11027         tagline.
11028         
11029         * scm/output-tex.scm (url-link): stub.
11030
11031         * scm/output-ps.scm (url-link): new function.
11032
11033         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11034         ly:set-point-and-click
11035
11036 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11037
11038         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11039         based on pdf-viewer setting.
11040
11041         * scm/framework-ps.scm (write-preamble): Find and set preferred
11042         pdf-viewer.
11043
11044 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11045
11046         * Documentation/user/point-and-click.itely: update for PDF point &
11047         click.
11048
11049         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11050         editors based on EDITOR setting.
11051
11052 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11053
11054         * scm/*: Oops, more grand 2005 replace bits.
11055
11056 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11057
11058         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11059
11060         * scm/output-ps.scm (grob-cause): point & click support for
11061         PostScript
11062
11063 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11064
11065         * lily/input-scheme.cc (LY_DEFINE): rename to
11066         ly:input-file-line-column
11067
11068 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11069
11070         * Documentation/user/examples.itely: small fix from Steve Doonan.
11071
11072         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11073
11074         * THANKS: added Yuval Harel.
11075
11076         * Documentation/user/{various}: inserted two spaces after a period.
11077
11078         * Documentation/user/lilypond.tely: added framework for reorg.
11079
11080         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11081         advanced-notation.itely, global.itely: new files, placeholder for
11082         future reorg.
11083
11084 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11085
11086         * Documentation/user/notation.itely: revamped Polyphony section
11087         
11088 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11089
11090         * Documentation/user/lilypond-book.itely (Music fragment options):
11091         doc fontload.
11092
11093         * Documentation/user/changing-defaults.itely (Text encoding): add
11094         fontload option to utf8 include
11095
11096         * scripts/lilypond-book.py (compose_ly): add fontload option
11097
11098         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11099         force-eps-font-include option.
11100
11101         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11102         black triangle
11103
11104         * Documentation/user/invoking.itely (Editor support): remove
11105         lilypond-latex section.
11106
11107         * scripts/lilypond-latex.py (Module): remove script.
11108
11109         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11110         overwrite .log. 
11111
11112         * lily/main.cc: remove -m, --no-layout
11113
11114         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11115         to define. We don't want to override fprintf everywhere.
11116
11117 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11118
11119         * cygwin/lilypond.hint: 
11120         * cygwin/README.in: Update dependencies.
11121
11122         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11123         Bugfix: do not pollute CPPFLAGS, LIBS.
11124
11125         * cygwin/mknetrel (extras): Cross compile fixes.
11126
11127         * ttftool/util.c: 
11128         * ttftool/ttfps.c: 
11129         * ttftool/ps.c: #include libc-extension.hh
11130
11131         * flower/include/libc-extension.hh:
11132         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11133         wrapper using funopen.
11134         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11135         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11136
11137         * config.hh.in:
11138         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11139         (AC_CHECK_HEADERS): Add libio.h
11140
11141         * scripts/convert-ly.py: Uniformize, internationalize.
11142         (2.5.2): Remove fatal encoding rule.
11143         (2.5.13): Handle latin1 encoding gracefully.
11144
11145 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11146
11147         * HACKING: Fix line breaks.
11148
11149 2005-02-23  Werner Lemberg  <wl@gnu.org>
11150
11151         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11152         contains those two files.
11153
11154 2005-02-21  Werner Lemberg  <wl@gnu.org>
11155
11156         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11157         to improve overlap removal process.
11158
11159         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11160         left and right ending.  This ensures better overlapping.
11161         Update all callers.
11162         ("lineprall"): Don't use draw_gridline to get better overlapping.
11163
11164 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11165
11166         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11167
11168         * Documentation/topdocs/NEWS.tely (Top): oops.
11169
11170 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11171
11172         * HACKING: new file.
11173
11174         * input/regression/utf8.ly (portuguese): added a portuguese example
11175         to show latin1 accents.
11176
11177 2005-02-21  Pal Benko  <benkop@freestart.hu>
11178
11179         * lily/mensural-ligature-engraver.cc:
11180         * lily/mensural-ligature.cc:
11181         * lily/include/mensural-ligature.hh: new algorithm implemented
11182
11183         * scm/define-grob-properties.scm: join-left killed (add-join may
11184         be used); join-left-amount changed to join-right-amount
11185
11186 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11187
11188         * Documentation/user/notation.itely: small but urgent fix.
11189
11190 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11191
11192         * lily/duration-scheme.cc: bugfix: correct parameters to
11193         SCM_ASSERT_TYPE.
11194
11195         * THANKS: added Pal.
11196
11197         * Documentation/user/notation.itely: bugfix: unTeXified
11198         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11199         "timesig.*x/y" -> "timesig.*xy".
11200
11201 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11202         
11203         * VERSION (PACKAGE_NAME): release 2.5.12
11204
11205 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11206
11207         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11208
11209         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11210
11211         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11212
11213         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11214
11215 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11218         latin1..utf-8.
11219
11220         * input/regression/stanza-number.ly:
11221         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11222
11223         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11224
11225 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11226
11227         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11228         NEWS. Refer to website for older news.  
11229
11230         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11231         .HTML. This should be done for specific servers only.
11232
11233         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11234         .ly image examples.
11235
11236         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11237         in layer 0 too.
11238
11239         * scm/define-context-properties.scm
11240         (all-user-translation-properties): add tieWaitForNote
11241
11242         * scm/define-grobs.scm (all-grob-descriptions): add
11243         Tie_column::before_line_breaking
11244
11245         * lily/tie.cc (get_column_rank): new function
11246
11247         * lily/tie-column.cc (before_line_breaking): new function.
11248         (werner_directions): take into account ties that start on
11249         different columns.  
11250
11251         * lily/score-engraver.cc (set_columns): move add_column() so we
11252         have column rank available.
11253
11254         * lily/tie.cc (get_column_rank): new function.
11255
11256         * input/regression/utf8.ly (japanese): add japanese lyrics.
11257
11258         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11259
11260         * THANKS: add Steve D
11261
11262         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11263         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11264
11265 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11266
11267         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11268         to show harmonic notes
11269         * scm/define-markup-commands.scm: in \markup-by-number
11270         "dots-dot" -> "dots.dot" to show dotted notes
11271
11272 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11273
11274         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11275
11276         * flower/memory-stream.cc (writer): new file.
11277
11278         * configure.in: add endian test.
11279
11280 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11281
11282         * Documentation/user/examples.itely: small
11283         simplification/beautification
11284
11285         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11286         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11287         notation manual.
11288
11289         * lily/mensural-ligature.cc: bugfix: another few victims of the
11290         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11291
11292         * ly/gregorian-init.ly: commit some experimental code for hi-level
11293         ligature input language lying around here for several months.
11294
11295         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11296         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11297
11298         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11299         "x-y-z"->"x.y.s-z" fixes.
11300
11301 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11302
11303         * scm/framework-pdf.scm (scm): new file
11304
11305         * lily/include/pdf.hh (class Pdf_file): new file.
11306
11307         * lily/pdf.cc (write_trailer): new file.
11308
11309 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11310
11311         * input/regression/color.ly: new file
11312
11313         * lily/stencil.cc (interpret_stencil_expression):
11314         when a color expression is encountered: save current color,
11315         process the rest of the expression, and restore previous color.
11316
11317         * lily/system.cc (get_line): check all grobs for color property and
11318         prepare the stencil scheme expressions for further processing.
11319         Fix layer-loop.
11320
11321         * scm/define-grob-properties.scm: introduce the color property.
11322
11323         * scm/output-lib.scm: color helper functions.
11324
11325         * scm/output-ps.scm: introduce setcolor/resetcolor.
11326
11327 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11328
11329         * ly/*.ly, input/regression/*.ly: Added missing \version
11330         statements in some files.
11331
11332 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11333
11334         * Documentation/user/notation.itely: minor editing.
11335
11336         * Documentation/user/converters.itely: updated convert-ly bugs.
11337
11338         * Documentation/user/lilypond-book.itely: add info about using
11339         feta characters in latex.
11340
11341 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11342
11343         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11344
11345 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11346
11347         * scm/define-grob-properties.scm (all-user-grob-properties):
11348         removed 'dashed property.
11349
11350 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11351
11352         * scm/lily.scm (define-safe-public): new macro for defining
11353         variables that can be used in --safe mode. Use it in *.scm
11354         instead of manually setting safe-objects in safe-lily.scm.
11355
11356 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11357         
11358         * lily/slur.cc: Slur-dash patch by Bertalan.
11359
11360         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11361
11362         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11363
11364 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11367
11368 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11369
11370         * mf/GNUmakefile: teTeX-3.0 install fix.
11371
11372         * Cygwin patch from Bertalan.
11373
11374         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11375
11376 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11377
11378         * GNUmakefile.in: 
11379         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11380
11381         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11382         2.0.x compatibility.
11383
11384 2005-02-08  Werner Lemberg  <wl@gnu.org>
11385
11386         * mf/feta-din-code.mf: Format; clean up code.
11387         Replace `---' with `--' plus explicit path directions.
11388         (linethickness#, stafflinethickness#): Remove.
11389         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11390         ("dynamic s"): Improve shape.
11391         ("dynamic p"): Improve shape.
11392         Replace `draw' with better outline approximation.
11393         ("dynamic r"): Improve shape.
11394         Don't call `fill' and `draw' at the same time.
11395
11396 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11397
11398         * SConstruct (symlink):
11399         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11400         build fix: add enc symlink.
11401
11402         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11403
11404         Support for DESTDIR besides prefix=/foo
11405
11406         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11407
11408         * stepmake/stepmake/*.make:
11409         * */GNUmakefile:
11410         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11411
11412         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11413
11414         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11415         mawk in fontforge (date) test.
11416
11417 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11418
11419         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11420         font-family=roman. Add Luxi Sans as sans
11421
11422 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11423
11424         * Documentation/user/notation.itely: add warning about
11425         percent repeats and Voice contexts.
11426
11427         * Documentation/user/lilypond-book.itely: clarified the
11428         necessity of dvips -u arguments.
11429
11430 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11431
11432         * THANKS: Added a bunch of bug hunters.
11433
11434 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11435
11436         * scm/framework-ps.scm (output-preview-framework): bugfix.
11437
11438         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11439         o/ for chord modifier..
11440
11441         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11442
11443         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11444         Welsh Duggan). 
11445
11446 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11447
11448         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11449
11450         * ly/titling-init.ly: Do not also print intstrument in header on
11451         first page.  Do not print page number on first and only page.
11452
11453 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11454
11455         * input/regression/*.ly: remove old-relative everywhere
11456
11457         * lily/music-sequence.cc (simultaneous_relative_callback): do
11458         what-if analysis on copy, not on original. Fixes old-relative
11459         compatibility.
11460
11461         * scm/backend-library.scm (postscript->png): space before
11462         --verbose.
11463         
11464 2005-02-05  Werner Lemberg  <wl@gnu.org>
11465
11466         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11467         is defined.
11468
11469         * mf/feta-alphabet.mf: Define `staffsize#'.
11470         Include `feta-params.mf'.
11471         s/staffheight/design_size/.
11472
11473         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11474
11475         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11476
11477         * mf/feta-nummer-code.mf: Reformatted.
11478         (draw_six): Use outline intersection to avoid a self-intersecting
11479         path.
11480         ("Numeral comma"): Fix serious outline glitches.  This slightly
11481         changes the glyph shape.
11482         ("Numeral dash"): Use `draw_rounded_block'.
11483         ("Numeral dot"): Use `drawdot'.
11484         ("Numeral 1"): Assure identical tangent directions for the
11485         intersection points of paths.  The glyph shape improvement is only
11486         visible at very high magnifications.
11487         ("Numeral 2"): Use `solve' macro to make the lower right part of
11488         the glyph outline touch the x axis exactly.  This changes the
11489         glyph shape.
11490         Minor fixes for better overlap removal support.
11491         ("Numeral 4"): Make lefter corner `rounder'.
11492         ("Numeral 5"): Assure identical tangent directions for the
11493         intersection points of paths.  This improves the glyph shape at
11494         high magnifications.
11495         ("Numeral 7"): Use `solve' macro to make the upper right part of
11496         the glyph outline touch the metrics box exactly.  This changes the
11497         glyph shape.
11498         Avoid corner in the upper left part of the glyph (causing a minor
11499         shape change).
11500
11501         * mf/feta-ital-*.mf: Removed.  Unused.
11502
11503 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11504
11505         * VERSION (PATCH_LEVEL): release 2.5.11
11506
11507         * input/regression/fill-line-test.ly: new file.
11508
11509         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11510         emmentaler name, eg. emmentaler-23. 
11511
11512 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11513
11514         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11515         alignment with centered texts
11516
11517         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11518         list of paddings
11519
11520 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11521
11522         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11523
11524         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11525         of parents when translating rests. Fixes: c-chord-rest.ly 
11526
11527         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11528         dimension_callback_ member.
11529
11530         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11531         of extents.
11532
11533 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * all but lily/*: The grand 2004/2005 replace.
11536
11537 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11538
11539         * lily/*: add space after ,  
11540
11541         * scm/music-functions.scm (has-request-chord): don't use
11542         ly:music-name anywhere. Fixes <<\\>> notation. 
11543
11544         * scm/define-markup-commands.scm (box): use font-size for
11545         padding. Fixes boxed-rehearsal-marks.ly
11546
11547         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11548         identifier definition too, so foo = \lyrics { ...   } bar = #1
11549         doesn't complain about "bar" being LYRICS_STRING.
11550
11551         * lily/paper-def.cc (find_pango_font): new routine; Store
11552         pango_fonts in hash tab too. This is necessary for retrieving
11553         Pango_fonts::physical_font_tab() later on.
11554  
11555         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11556         crash if psname is null.
11557
11558         * lily/lily-guile.cc (ly_hash2alist): new function
11559
11560         * Documentation/user/changing-defaults.itely (Text encoding):
11561         rewrite. 
11562
11563         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11564         -> font_filename mapping.
11565
11566         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11567         ly_pango_font_physical_fonts
11568
11569         * scm/framework-ps.scm (supplies-or-needs): extract names from
11570         physical Pango_fonts.
11571
11572         * utf8.ly: new file.
11573
11574 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11575
11576         * Documentation/user/changing-defaults.itely (Page layout): add
11577         doco about systemSeparatorMarkup.
11578
11579         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11580         function.
11581         (default-page-make-stencil): insert system separators.
11582
11583         * scm/define-markup-commands.scm (hcenter): add
11584         (beam): add.
11585
11586 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11587
11588         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11589
11590 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11591
11592         * lily/main.cc: Spell backend consistently.  Sort options.
11593
11594 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11595
11596         * scripts/lilypond-book.py (Module): revert @include.
11597         
11598 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11599
11600         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11601         Bugfix: @include .tex (not .texi).  Small cleanups.
11602
11603         * stepmake/bin/add-html-footer.py (i18n): New function.
11604
11605 2005-01-31  Werner Lemberg  <wl@gnu.org>
11606
11607         * mf/feta-nummer.mf: Removed.  Unused.
11608
11609 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11610
11611         * lily/ : 2004 -> 2005 s&r
11612
11613         * scm/file-cache.scm (cached-file-contents): add file. Read each
11614         file only once.
11615
11616         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11617         now default.
11618
11619         * VERSION: release 2.5.10
11620         
11621         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11622
11623         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11624
11625         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11626         that both X and Y extents of bbox are non-nil.
11627
11628 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11629
11630         * scm/chord-name.scm (alteration->text-accidental-markup): change
11631         - to . 
11632
11633         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11634
11635         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11636
11637         * Documentation/user/invoking.itely (Invoking lilypond): add note
11638         about EPS backend.
11639
11640         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11641         files for inclusion in lilypond-book document.
11642
11643         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11644
11645         * input/tutorial/lbook-texi-test.texi: new file.
11646
11647         * scm/safe-lily.scm (safe-objects): add
11648         {begin,end}-of-line-(in)?visible as safe.
11649  
11650 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11651
11652         * Documentation/user/changing-defaults.itely: fixed example
11653         of (dynamics).
11654
11655 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11656
11657         * lily/main.cc: fix info about -o=FILE.
11658
11659 2005-01-29  Werner Lemberg  <wl@gnu.org>
11660
11661         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11662         construction to assure smooth transition from straight to curved
11663         lines.
11664
11665 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11666
11667         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11668         stencils.
11669
11670         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11671         translate to top of page. Fixes alignment problems of
11672         lilypond-generated EPS files.
11673
11674 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11675
11676         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11677         crescendo-end as well, since Decrescendo maybe ended with Stop
11678         Crescendo.). Fixes: partcombine-diminuendo.ly
11679
11680         * scm/script.scm (default-script-alist): swap portato symbols.
11681
11682         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11683
11684         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11685         ly:outputter-port. New function.
11686
11687         * scm/framework-ps.scm (output-classic-framework): dump a
11688         -systems.texi too
11689         (output-classic-framework): dump multiple systems on an "infinite"
11690         page EPS including fonts. 
11691
11692         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11693         .eps files for both texi and tex formats. Use PNG coming from
11694         lilypond.
11695         
11696 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11697
11698         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11699
11700         * scripts/lilypond-latex.py: fix info about -o=FILE.
11701
11702 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11703
11704         * ly/generate-embedded-cff.ly: write .cff.ps files.
11705
11706         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11707
11708         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11709         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11710
11711 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11712
11713         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11714
11715 2005-01-28  Werner Lemberg  <wl@gnu.org>
11716
11717         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11718         macros.
11719         (draw_bulb): Improved.
11720
11721         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11722         metapost bug.
11723         (draw_pedal_P): Use soft_end_penstroke.
11724         (draw_pedal_d): Use soft_start_penstroke.
11725
11726         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11727         path.
11728         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11729         doesn't change the glyph shape.
11730
11731         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11732         changing the shape) to avoid fontforge warnings.
11733
11734         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11735         soft_end_penstroke and fix glyph shape.
11736
11737 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11738
11739         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11740
11741 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11742
11743         * scm/define-markup-commands.scm (line): filter out empty stencils
11744         from line command.
11745
11746         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11747         amount.
11748
11749 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11750
11751         * Documentation/user/notation.itely: added info about what
11752         \voiceFoo does.  Also rewrote warning about marks at
11753         a line break.
11754
11755         * Documentation/user/changing-defaults.itely: added info
11756         about putting dynamics in parenthesis and brackets.
11757
11758 2005-01-27  Werner Lemberg  <wl@gnu.org>
11759
11760         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11761
11762 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11763
11764         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11765         portato-direction.ly
11766
11767         * lily/beam.cc (consider_auto_knees): add beam height to
11768         threshold. Fixes: knee-multiple-beam.ly
11769
11770         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11771         pedal line spanners. Fixes: instrument-center-pedal.ly
11772
11773         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11774         if encountering barline. Fixes: auto-beam-repeat.ly
11775
11776 2005-01-26  Werner Lemberg  <wl@gnu.org>
11777
11778         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11779         overlapping.
11780
11781         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11782         with inflections for the 1/2 sharp glyph.
11783
11784         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11785         connection between `t' and `r'.
11786         Unify bulb with the rest of `r' to avoid grazing outlines which
11787         confuses the overlap removal algorithm of fontforge.
11788
11789         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11790         inflections.
11791         (draw_cross): Fix shape to have uniform thickness in corners.
11792
11793         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11794         to avoid an uneven number of self-intersections; this confuses
11795         fontforge.
11796         Fix a slight bug in the shape at left bottom (which is visible only
11797         at high magnifications).
11798         `Center' the stem horizontally to avoid overlapping.
11799
11800 2005-01-24  Werner Lemberg  <wl@gnu.org>
11801
11802         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
11803         to `asis'.
11804         (fet_begingroup): Save group name in string `feta_group'.
11805         (fet_endgroup): Updated.
11806         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
11807
11808         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
11809
11810         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
11811         in metapost.
11812
11813 2005-01-24  Graham Percival  <gperlist@shaw.ca>
11814
11815         * Documentation/user/notation.itely: really minor editing.
11816
11817 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11818
11819         * Documentation/user/examples.itely: minor editing.
11820
11821         * Documentation/user/changing-defaults.itely: minor editing.
11822
11823         * Documentation/user/notation.itely: clarified info on polyphony
11824         and \addlyrics.
11825
11826 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11827
11828         * scm/output-gnome.scm: 
11829         * scm/output-svg.scm:
11830         * scm/lily-library.scm (font-name-style): Update font name
11831         kludging for fontconfig use.
11832
11833 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11834
11835         * scm/define-markup-commands.scm: Document right-align and
11836         larger markup commands. Remove "TODO" from the topmost comment
11837         "each markup function should have a doc string." More consistent
11838         use of new-lines.
11839
11840 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11841
11842         * Documentation/user/changing-defaults: removed info about
11843         copyright symbol, since it's likely to change soon.
11844         Added info about betweensystemspace.
11845
11846         * Documentation/user/notation.itely: minor fixes.
11847
11848         * Documentation/user/lilypond.tely,
11849         Documentation/user/music-glossary.tely: changed copyright
11850         date to 2005 instead of 2004.
11851
11852         * input/test/volta-chord-names.ly: added old example back.
11853
11854 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11855
11856         * mf/feta-beugel.mf: use design size 20 (not 15).
11857
11858         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11859         change name to aybabtu completely
11860
11861 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11862
11863         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11864         design_size to fontname
11865
11866 2005-01-19  Werner Lemberg  <wl@gnu.org>
11867
11868         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11869         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11870
11871         * mf/feta-autometric.mf (set_char_box): Add code which emits
11872         specials for mf2pt1 if run with metapost.
11873         (to_bp): New macro for mf2pt1.
11874
11875 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11876
11877         * Documentation/user/changing-defaults: added info on
11878         creating a copyright symbol.
11879
11880 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11881
11882         * VERSION: release 2.5.9
11883         
11884 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11885
11886         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11887
11888         * Documentation/user/notation.itely: Document
11889         score-override-auto-beam-setting Fix documentation for
11890         revert-auto-beam-setting.
11891
11892 2005-01-18  Werner Lemberg  <wl@gnu.org>
11893
11894         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11895         (procset): New function to define a procset resource.
11896         (ps-embed-pfa): New function to define a font resource.
11897         (setup): New function to define a `Setup' environment.
11898         (preamble): Use new functions.
11899
11900         * ps/lilypond.defs (init-lilypond-parameters): New function to
11901         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11902
11903 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11904
11905         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11906
11907 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11908
11909         * scm/define-markup-commands.scm: Change number->markletter-string
11910         to take two arguments (vector number). Add number->mark-alphabet-vector
11911         and markalphabet markup command.
11912
11913         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11914         format-mark-alphabet, format-mark-box-barnumbers and
11915         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11916
11917 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11918
11919         * Documentation/user/examples.itely: add SATB automatic piano
11920         reduction template.
11921
11922         * Documentation/user/notation.itely: added info about changing
11923         partcombine texts.  Also adds examples of alternate lyrics.
11924
11925         * Documentation/user/changing-defaults.itely: added warning
11926         about \RemoveEmptyStaffContext overriding previous changes.
11927
11928 2005-01-17  Werner Lemberg  <wl@gnu.org>
11929
11930         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11931         feta-alphabet*.
11932
11933 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11934
11935         * python/lilylib.py (make_ps_images): don't do final showpage for
11936         multi-page documents.
11937         
11938         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11939
11940 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11941
11942         * Documentation/user/lilypond.tely: changed order of appendices;
11943         unified index should be last.
11944
11945         * Documentation/user/notation.itely: add example of key signatures
11946         and info about Staff.printKeyCancellation.
11947
11948 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11949
11950         * lily/include/repeated-music.hh (class Repeated_music): change
11951         into "namespace" class.
11952
11953         * lily/event.cc: remove Key_change_event.
11954
11955         * lily/include/transposed-music.hh (class Transposed_music): remove.
11956
11957         * lily/transposed-music.cc: remove
11958
11959         * lily/include/relative-music.hh: remove.
11960
11961         * lily/include/music-sequence.hh (struct Music_sequence): change
11962         into "namespace" class.
11963
11964         * lily/untransposable-music.cc (Module): remove
11965
11966         * lily/include/un-relativable-music.hh (Module): remove
11967
11968         * lily/include/untransposable-music.hh (Module): remove
11969
11970         * lily/include/music-list.hh (Module): remove file
11971
11972         * lily/un-relativable-music.cc: remove file.
11973
11974 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11975
11976         * lily/parser.yy: Compile fix.
11977
11978 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11979
11980         * lily/include/music.hh (class Music): unvirtualize transpose().
11981
11982         * lily/sequential-music.cc: remove file.
11983
11984         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11985
11986         * lily/slur-scoring.cc (get_best_curve): only switch on
11987         DEBUG_SLUR_SCORING for non NDEBUG builds.
11988
11989         * lily/include/music.hh (class Music): replace Music::start_mom()
11990         by start-callback property
11991
11992         * lily/include/grace-music.hh: remove file. 
11993
11994         * lily/stem.cc (height): robustness fix.
11995
11996         * lily/time-scaled-music.cc: remove file.
11997
11998         * lily/include/music.hh (class Music): include SCM init argument.
11999         (class Music): replace Music::get_length() virtual by
12000         length-callback property everywhere.
12001
12002         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12003
12004         * mf/GNUmakefile: don't install *list.ly
12005
12006 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12009
12010 2005-01-12  Werner Lemberg  <wl@gnu.org>
12011
12012         This patch addresses the following problems in the feta sources
12013         files which contribute to the fetaXX fonts.
12014
12015         . Many fixes for rasterization at low resolutions (consistent use of
12016           `vround' and `hround', integer shift values for paths, applying
12017           `eps' for mirrored paths, use of `define_whole_pixels' and
12018           friends, etc.) -- while this probably looks like a waste of time
12019           it has revealed deficiencies in some glyph shapes.  See comment at
12020           the end of feta-params.mf how vertical symmetry is achieved.
12021
12022         . The `---' operator has been replaced everywhere with `--'; this
12023           both improves and considerably reduces the font size after
12024           conversion with mf2pt1.
12025
12026         These change aren't explicitly mentioned below since virtually all
12027         glyphs are affected.
12028
12029         Other notable differences:
12030
12031         . Glyphs from feta-accordion.mf now have charboxes around the
12032           outline.
12033
12034         . Fixed incorrect charbox for `accDot'.
12035
12036         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12037
12038         . Fixed position of the bow in the `upprall' glyph and its siblings.
12039
12040         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12041           dependent on the staff line thickness to avoid touching the middle
12042           staff line at smaller sizes.
12043
12044         . Largely extended output for feta-testXX: Where useful, glyphs
12045         are shown both between and on staff lines.
12046
12047
12048         * mf/feta-params.mf (staff_space_rounded,
12049         stafflinethickness_rounded, linethickness_rounded,
12050         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12051         Update all code which uses them where appropriate.
12052         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12053         New variables used to control rasterization at low resolutions.  Set
12054         to zero if feta code is processed with metapost.
12055
12056         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12057         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12058         (flare_path): Updated.
12059         Make it work with `filldraw' (but only circular pens).
12060         (hfloor, vfloor, hceiling, vceiling): New macros.
12061
12062         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12063         Use `draw' again in mf mode to have good pixel dropout control.
12064         Fix intersection points of horizontal lines with circle.
12065         ("accDot"): Fix parameters for set_char_box.
12066         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12067         control.
12068
12069         * mf/feta-banier.mf: Updated.
12070
12071         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12072         testing.
12073         (undraw_inside_ellipse): Remove `center' argument.  Update all
12074         callers.
12075         (draw_brevis): New macro, called by "Brevis notehead".
12076         (draw_whole_triangle_head): New macro, called by "Whole
12077         trianglehead".
12078         (draw_small_triangle_head): Use `filldraw'.
12079
12080         * mf/feta-eindelijk.mf: Remove useless global group.
12081         Updated.
12082
12083         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12084         `filldraw'.
12085
12086         * mf/feta-pendaal.mf: Updated.
12087
12088         * mf/feta-puntje.mf: Updated.
12089
12090         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12091         less points.
12092         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12093         dropout control.
12094         ("Varied Coda"): Use `draw_block'.
12095         (draw_comma): Fix typo.
12096         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12097         pixel dropout control.
12098
12099         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12100         position of bow.
12101
12102         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12103         sizes.
12104
12105         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12106         testing.
12107         (draw_meta_sharp): Much simplified.
12108         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12109
12110         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12111
12112 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12113
12114         * Documentation/user/notation.itely (Ancient rests): Fix typo
12115         (thanks Anthony)
12116
12117 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12120
12121         * lily/main.cc (setup_paths): Add cff.
12122
12123         * mf/GNUmakefile (foe): Include actual target %.cff.
12124         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12125
12126 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12127
12128         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12129         suffix for main_input_b_.
12130
12131         * scm/music-functions.scm (toplevel-music-functions):
12132         precompute music lengths for music expressions.  
12133
12134 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12135
12136         * lily/include/input.hh (class Input): new `end_' slot for end of
12137         input. Renamed defined_str0_ to start_.
12138
12139         * lily/input.cc (Input): Add Input::Input (Input const &) and
12140         remove Input::Input (Source_file*, char const *). Use the new
12141         slots.
12142         (set_location): method used by bison to propagate input
12143         locations (YYLLOC_DEFAULT).
12144         (end_line_number, end_column_number, step_forward): new methods
12145         
12146         * lily/input-scheme.cc (ly:input-both-locations): new function,
12147         similar to ly:input-location, but also return the end line and
12148         column.
12149
12150         * lily/include/includable-lexer.hh: 
12151         * lily/includable-lexer.cc: 
12152         * lily/include/lily-lexer.hh (class Lily_lexer): 
12153         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12154         Includable_lexer to Lily_lexer, in order to update lexloc (the
12155         yylloc), a new slot of Lily_lexer.
12156         (here_input, LexerError): simplify by using the lexloc slot (aka
12157         yylloc)
12158
12159         * lily/lexer.ll: #define yylloc to use input locations (it may
12160         be useless here?). Fixed the #embedded_scm rule (step the location
12161         forward in order to skip the sharp sign before parsing the scheme
12162         expression)
12163
12164         * lily/include/lily-parser.hh (class Lily_parser): 
12165         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12166         here_input()
12167         (parser_error): overload for more precise locations of errors.
12168
12169         * lily/parser.yy (YYLTYPE): set location type to Input
12170         (YYLLOC_DEFAULT): use Input::set_location()
12171         (yylex): add the YYLTYPE* location parameter.
12172         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12173         Give an Input parameter to THIS->parser-error() for more accurate
12174         messages.
12175
12176 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12177
12178         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12179
12180         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12181         on BEAMQUANTING for non-NDEBUG builds.
12182
12183         * lily/stem.cc (head_count): performance: avoid String::String()
12184         inside oft called function.
12185
12186 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12187
12188         * Documentation/user/examles.itely: attempted fix for broken
12189         string quartet template.
12190
12191         * Documentation/user/notation.itely: remove unnecessary broken
12192         link.
12193
12194 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12195
12196         * VERSION (PACKAGE_NAME): release 2.5.7
12197
12198 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12199
12200         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12201         mf-nowin for teTeX-3.0.  Backportme.
12202
12203         * scm/output-svg.scm (utf8-string): New function.
12204
12205         * scm/output-gnome.scm (utf8-string): New function.
12206         (otf-name-mangling): Remove.
12207
12208         * lily/pango-font.cc (Pango_font): Use font string iso font
12209         filename for utf8-text.
12210
12211         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12212         name.
12213
12214 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12215
12216         * Documentation/user/notation.itely: add info about
12217         Staff.extraNatural = ##f in Pitches section.  Also
12218         fixed some minor issues in the Vocal music section.
12219
12220 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12221
12222         * scm/output-ps.scm (white-text): comment out Helvetica font,
12223         which is broken for my GS install.
12224
12225         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12226         which provides a tighter bbox.
12227
12228         * scm/define-grobs.scm (all-grob-descriptions): remove all
12229         extra-offsets from definitions.
12230
12231 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12232
12233         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12234         add tuning for 4-string bass and some common 4/5-string banjo
12235         tunings.  New function (four-string-banjo) turns a 5-string tuning
12236         into a 4-string tuning.  New function
12237         (fret-number-tablature-format-banjo) computes correct fret numbers
12238         on 5-string banjos.
12239
12240         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12241         Add beam correction to TabVoice.
12242
12243         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12244         using bold font; makes tabs more readable.
12245
12246 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12247
12248         * lily/font-select.cc (get_font_by_design_size): don't make
12249         Modified_font_metric; this causes trouble, since we don't know the
12250         font magnification from inside Pango_font::text_stencil()
12251
12252         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12253
12254         * Documentation/user/notation.itely (The Lyrics context): comment out
12255         broken {Small ensembles} link.
12256
12257         * scm/framework-svg.scm (output-framework): change calling convention.
12258
12259         * lily/object-key-dumper-scheme.cc: new file.
12260
12261         * lily/object-key-undumper-scheme.cc: new file.
12262
12263         * lily/tweak-registration-scheme.cc: new file.
12264
12265         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12266
12267         * Documentation/user/examples.itely (String quartet): uncomment
12268         broken example.
12269
12270         * lily/font-config.cc: new file.
12271
12272 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12273
12274         * scm/output-svg.scm: 
12275         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12276
12277         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12278
12279 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12280
12281         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12282         Add headers.
12283
12284         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12285
12286 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12287
12288         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12289
12290         * lily/include/main.hh: lose _b hungarian suffixes for global
12291         variables.
12292
12293         * lily/include/lily-guile-macros.hh: new file.
12294
12295         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12296
12297         * lily/general-scheme.cc: new file. 
12298
12299         * lily/font-select.cc (get_font_by_design_size): retrieve
12300         PangoFont for (designsize . "pango-descr") entries.
12301
12302         * lily/lily-parser-scheme.cc: new file.
12303
12304         * lily/output-def-scheme.cc: new file.
12305
12306         * lily/paper-book-scheme.cc: new file.
12307
12308         * lily/duration-scheme.cc (LY_DEFINE): new file.
12309
12310         * lily/pitch-scheme.cc:  new file.
12311
12312         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12313
12314 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12315
12316         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12317
12318 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12319
12320         * Documentation/user/notation.itely: minor editing.
12321
12322         * Documentation/user/changing-defaults: minor editing.
12323
12324         * Documentation/user/examples.itely: add template for
12325         string quartet part extraction; demonstrates tag.
12326
12327 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12328
12329         * Documentation/user/notation.itely: documents
12330         format-mark-box-letters and format-mark-box-numbers
12331
12332         * scm/define-context-properties.scm: change comment.
12333
12334 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12335
12336         * scm/framework-ps.scm (output-classic-framework): new function:
12337         dump systems as separate .eps files (without fonts) and write a
12338         single collecting .tex file.
12339
12340 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12341
12342         * Documentation/user/notation.itely (Setting simple songs):
12343         Correct several errors in the equivalent formulation of
12344         \addlyrics. 
12345         (The Lyrics context): Corrected link to the SATB example.
12346
12347 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12348
12349         * scm/lily.scm (completize-formats): new function
12350         (postprocess-output): new function
12351
12352         * lily/paper-book.cc (classic_output): change calling
12353         convention. Give basename as first argument. 
12354         remove Paper_book::post_processing().
12355
12356         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12357
12358 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12359
12360         * lily/paper-outputter.cc (LY_DEFINE): new function
12361         ly:outputter-close.
12362
12363         * lily/main.cc: change --format,-f to --backend,-b
12364
12365         * lily/include/main.hh: rename format to backend.
12366
12367         * scm/translation-functions.scm (format-mark-box-numbers): add.
12368         patch by Erlend Aasland
12369
12370 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12371
12372         * lily/pango-font.cc (text_stencil): dump string as
12373         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12374
12375 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12376
12377         * configure.in (gui_b): Remove handy developer-only
12378         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12379         CVS source installations (but break other non-default but correct
12380         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12381
12382         * SConstruct: 
12383         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12384         compatibility (backportme).
12385
12386         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12387
12388 2005-01-03  Werner Lemberg  <wl@gnu.org>
12389
12390         Prepare glyph shapes for mf2pt1 conversion.
12391
12392         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12393         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12394         `penstroke'.
12395         (accDot): Use `drawdot'.
12396         (accBayanbase): Replace `draw' with `draw_gridline'.
12397         (print_penpos): Moved to feta-macros.mf.
12398         (accOldEE): Replace `filldraw' with `penstroke'.
12399         Replace `draw' with `penstroke' and `drawdot'.
12400
12401         * mf/feta-banier.mf: Code clean-up.
12402         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12403         `fill'.
12404
12405         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12406
12407         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12408         paremeter to control drawing of labels.  Update all callers.
12409
12410         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12411         (new_bulb): Return a bulb as a single path.  To do that, it now
12412         takes some more parameters.  Updated all callers.
12413         (draw_gclef): Major clean-up.  `draw' has been replaced with
12414         `penstroke', unnecessary outlines have been removed.
12415         Remove (unused) gnome-canvas code.
12416
12417         * mf/feta-macros.mf (print_penpos): New macro (from
12418         feta-accordion.mf).
12419         Other minor fixes.
12420
12421         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12422         ("Pedal dot"): Use `drawdot'.
12423         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12424         all callers.
12425         Fix shape at top.
12426         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12427         all callers.
12428         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12429         all callers.
12430         Revert drawing direction.
12431
12432         * mf/feta-schrift.mf (draw_fermata): Use single path.
12433         (draw_short_fermata): Replace `filldraw' with `fill'.
12434         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12435         `draw_rounded_block' with a single path.
12436         ("Thumb"): Draw full circle instead of mirroring segments.
12437         (draw_accent): New macro.
12438         ("> accent", "espr"): Use it.
12439         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12440         ("open (unstopped)"): Draw full circle instead of mirroring
12441         segments.
12442         (draw_vee): Removed.
12443         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12444         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12445         path.
12446         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12447         partial pieces drawn with `fill' -- these do still overlap with the
12448         stem of the `t' but just once, not multiple times so that fontforge
12449         can handle it gracefully.
12450         Change other parts of the glyph so that fontforge's overlapping
12451         algorithm reliably works.
12452         (draw_heel): Replace `draw' with `fill'.
12453         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12454         ("Flageolet"): Replace `draw' with `penstroke'.
12455         ("Segno"): Replace `filldraw' with `penstroke'.
12456         Replace `draw' with `drawdot'.
12457         ("Coda"): Replace `fill' with `penstroke', using a single path.
12458         ("Varied Coda"): Use less overlapping paths.
12459         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12460         single path.
12461
12462         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12463         group to better control the `labels' command.
12464         Rename argument to `offset' and use it actually.  Update all
12465         callers.
12466         Replace `filldraw' with `fill'.
12467         ("mordent", "prallmordent", "upmordent", "downmordent",
12468         "lineprall"): Replace `draw' with `draw_gridline'.
12469         ("upprall", "downprall"): Replace `draw' with `fill'.
12470
12471         * mf/feta-timesig.mf: Formatting.
12472
12473         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12474         to...
12475         ("Flat"): Here.
12476         (draw_paren): Move code to draw labels to...
12477         ("Right Parenthesis"): Here.
12478
12479 2005-01-02  Graham Percival <gperlist@shaw.ca>
12480
12481         * Documentation/user/notation.itely: add example of \setTextDecresc
12482         and \setTextDim.
12483
12484 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12485
12486         * scm/define-markup-commands.scm :  fix glyph-strings of
12487         accidentals and \note-by-number
12488
12489 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12490
12491         * VERSION: 2.5.6 released.
12492         
12493         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12494
12495         * input/regression/new-markup-scheme.ly: oops. font-family=music
12496         -> font-encoding fetaMusic.  
12497
12498         * lily/main.cc: put default to PS.
12499
12500         * lily/tfm.cc: idem.
12501
12502         * lily/afm.cc: idem.
12503
12504         * lily/include/modified-font-metric.hh (struct
12505         Modified_font_metric): remove coding_scheme() method.
12506
12507         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12508
12509         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12510
12511         * input/les-nereides.ly: convert to utf8
12512
12513         * lily/modified-font-metric.cc (text_dimension): idem.
12514
12515         * lily/parser.yy (TODO): idem.
12516
12517         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12518
12519         * lily/lexer.ll: remove encoding
12520
12521         * scm/framework-ps.scm (output-variables): separately scale the
12522         page to mm 
12523
12524         * lily/pango-font.cc (Pango_font): fix scaling.
12525
12526         * lily/font-metric.cc (design_size): design_size returns a
12527         dimension now as well.
12528
12529 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12530
12531         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12532         brace generation. 
12533
12534         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12535
12536 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12537
12538         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12539         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12540
12541 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12542
12543         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12544         in first run as well.
12545
12546         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12547         dimension less points (ie. 12 = 12 point)
12548
12549         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12550
12551         * lily/all-font-metrics.cc (find_pango_font): set description_
12552
12553         * lily/pango-font.cc (text_stencil): export size as well.
12554         (text_stencil): fix scaling and extents box.
12555
12556 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12557
12558         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12559
12560         * Documentation/user/invoking.itely (Invoking lilypond): document
12561         texstr
12562
12563         * scripts/convert-ly.py (conv): add ancient rules.
12564
12565         * scm/clef.scm (c0-pitch-alist): replace - with .
12566
12567         * scripts/lilypond-book.py (process_snippets): add texstr support.
12568
12569         * scm/framework-texstr.scm (header): change extension to .textmetrics
12570
12571         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12572         -f tex.
12573
12574         * lily/text-metrics.cc: new file.
12575         (try_load_text_metrics): new function
12576
12577         * lily/include/text-metrics.hh: new file.
12578
12579 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12580
12581         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12582         ly_scheme_function to ly_lily_module_constant.
12583
12584         * lily/modified-font-metric.cc (text_dimension): try
12585         lookup_tex_text_dimension() first.
12586
12587         * lily/tfm.cc: new function ly:load-text-dimensions
12588
12589 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12590
12591         * scm/output-texstr.scm (text): use \lilygetmetrics
12592
12593         * scm/framework-texstr.scm (header): dump in new format.
12594
12595         * tex/lilypond-tex-metrics: new file.
12596         
12597 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12598
12599         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12600         mapping.
12601         (index_to_charcode): New method.
12602
12603         * scm/output-ps.scm (glyph-string): 
12604         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12605
12606 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12607
12608         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12609         implement fully, need FONT to get to charcode.
12610
12611         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12612
12613         * scm: Cleanups.
12614
12615         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12616         {Tunable context properties},
12617         {All layout objects},
12618         {Music definitions}.
12619
12620 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12621
12622         * VERSION: release 2.5.5
12623         
12624         * lily/main.cc: use TeX as default output format.
12625
12626         * flower/file-path.cc (find): try to open directly as well, so we
12627         find absolute path files. 
12628
12629         * lily/pango-select.cc: new file.
12630
12631         * scm/framework-ps.scm: remove all encoding code. 
12632         load pfb/pfa for PangoFont too.
12633         
12634         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12635
12636 2004-12-22  Werner Lemberg  <wl@gnu.org>
12637
12638         Prepare glyph shapes for mf2pt1 conversion.
12639
12640         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12641
12642         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12643         (define_triangle_shape): Use it to replace `draw' with `fill' and
12644         `unfill'.  Update all callers.
12645         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12646         (draw_cross): Ditto.
12647         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12648         Use penrazor for better conversion with mf2pt1.
12649         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12650         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12651         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12652         draw_la_head, draw_ti_head): Replace `filldraw' with
12653         `fill'.  Update all callers.
12654
12655 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12656
12657         * lily/paper-book.cc (output): revert: only allow a single output
12658         format.
12659
12660         * lily/include/pango-font.hh: new file.
12661
12662         * lily/pango-font.cc: new file.
12663
12664         * lily/font-metric.cc (text_stencil): new routine
12665
12666         * lily/all-font-metrics.cc (find_pango_font): new routine.
12667
12668         * lily/include/font-metric.hh (struct Font_metric): add
12669         text_stencil()
12670
12671         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12672
12673 2004-12-22  Werner Lemberg  <wl@gnu.org>
12674
12675         Prepare glyph shapes for mf2pt1 conversion.
12676
12677         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12678
12679         * mf/feta-toevallig.mf: Formatting.
12680         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12681         ("Natural"): Fix paths to allow better postprocessing.
12682         (draw_meta_flat): Use `z3l' as additional point in path to get
12683         better conversion with mf2pt1.
12684         Other minor cleanups.
12685         ("3/4 Flat"): Add auxiliary points and modify path to replace
12686         `draw' with `fill'.
12687         ("Double Sharp"): Mirror path segments instead of picture elements
12688         to get a single outline.
12689         Modify path to replace `filldraw' with `fill'.
12690
12691 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12692
12693         * input/test/unfold-all-repeats.ly: added file back.
12694
12695         * Documentation/user/notation.itely,
12696         Documentation/user/programming-interface.itely
12697         Documentation/user/changing-defaults.itely: fixed misc broken
12698         links to input/test/ files.
12699
12700 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12701
12702         * tex/texinfo.tex: Update.  We should not be distributing this,
12703         but since we do, use latest version.
12704
12705         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12706         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12707         macros for feta glyphs.
12708
12709 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12710
12711         * Documentation/user/changing-defaults.itely: fix index for set.
12712
12713         * Documentation/user/converters.itely: added convert-ly bugs list
12714         from CVS.
12715
12716 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12717
12718         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12719         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12720         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12721         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12722
12723         * mf/GNUmakefile (pfa_warning): Use less broken check.
12724
12725         * python/lilylib.py (setup_environment): Remove cruft from
12726         GS_FONTPATH.
12727
12728         * configure.in: Bump mftrace requirement to 1.1.1.
12729
12730 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12731
12732         * scm/output-svg.scm (beam): Use polygon.
12733
12734         * scm/lily-library.scm: Bugfix.
12735
12736         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12737
12738         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12739
12740 2004-12-19  Werner Lemberg  <wl@gnu.org>
12741
12742         Prepare glyph shapes for mf2pt1 conversion.
12743
12744         * mf/feta-eindelijk: Some formatting.
12745         (multi_rest_x, multi_beam_height): Removed.  Unused.
12746         ("Quarter rest"): Use `intersectiontimes' to create a single
12747         outline.
12748         (rest_crook): Removed.  Unused.
12749         (draw_rest_bulb): Return path (without filling).  Update callers.
12750         Simplified.
12751         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12752         "128th rest"): Simplify `pat'.
12753         Create single outline.
12754
12755 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12756
12757         * mf/GNUmakefile (ALL_GEN_FILES):
12758         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12759
12760         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12761         function.
12762
12763 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12764
12765         * scm/output-texstr.scm (placebox): add routine
12766
12767         * VERSION (PACKAGE_NAME): release 2.5.4
12768
12769         * scm/framework-texstr.scm (output-framework): new file.  
12770
12771         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12772         processing.
12773
12774         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12775
12776         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12777         rule.
12778
12779         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12780
12781         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12782
12783         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12784
12785 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12786
12787         * scm/framework-svg.scm (dump-page): Implement landscape.
12788
12789 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12790
12791         * lily/main.cc (setup_paths): Add svg to search path.
12792
12793         * scm/output-svg.scm:
12794         * scm/framework-svg.scm: Add pageSet.  Update.
12795         (dump-fonts): New function.
12796         (output-framework): Use it.
12797
12798         * mf/GNUmakefile: 
12799         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12800
12801 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12802
12803         * tex/lilyponddefs.tex: comment out new ifpdf code.
12804
12805 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12806
12807         * GNUmakefile.in: 
12808         * SConstruct (symlink): Replace afm by otf.
12809
12810         * scm/framework-gnome.scm (gnome-main): Remove invocation of
12811         ly:pango-add-afm-decoder.
12812
12813         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
12814
12815 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12816
12817         * scm/output-ps.scm (new-text): don't access t glyph for getting
12818         space dimension.
12819
12820         * ly/init.ly: warn about \version
12821
12822         * lily/lexer.ll: set version-seen?
12823
12824 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12825
12826         * scm/output-svg.scm (string->entities): Update.
12827
12828 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12829
12830         * lily/main.cc (setup_paths): replace afm by otf for path. 
12831
12832         * lily/pangofc-afm-decoder.cc: remove.
12833
12834         * lily/include/pangofc-afm-decoder.hh: remove.
12835
12836         * scm/framework-scm.scm (output-framework): new file.
12837
12838         * mf/GNUmakefile: remove SAUTER_FONTS.
12839         remove SVG/sodipodi hacks.
12840
12841         * scm/lily-library.scm (stderr): move stderr.
12842
12843         * mf/GNUmakefile: remove AFM support.
12844
12845         * buildscripts/mf-to-table.py (base): remove AFM support.
12846
12847         * lily/open-type-font.cc (design_size): use design_size
12848
12849 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12850
12851         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12852
12853 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12854
12855         * mf/GNUmakefile: Generate combined aybabtu info.
12856         * mf/aybabtu.pe.in (i): Load it.
12857
12858         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12859         are not symbols.
12860
12861         * lily/include/open-type-font.hh (count): New method.
12862
12863         * mf/aybabtu.pe.in: Typo.
12864
12865         * Documentation/user/out/lilypond-internals.nexi (Scheme
12866         functions): Typo.
12867
12868         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12869
12870 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12871
12872         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12873         subfonts.
12874
12875         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12876
12877         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12878         (tex-font-command-raw): new function.
12879
12880         * lily/include/virtual-font-metric.hh (Module): remove file
12881
12882         * lily/virtual-font-metric.cc (Module): remove file.
12883         
12884
12885         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12886         (get_indexed_char): read bbox from lily table if present.
12887
12888 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12889
12890         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12891         aybabtu.subfonts
12892
12893         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12894         global glyphname. Enables more than 64 glyphs in the OTF.
12895
12896 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12897
12898         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12899         braces.
12900
12901         * lily/open-type-font.cc (design_size): Use 12 as default for
12902         design size.
12903
12904         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12905
12906         * mf/GNUmakefile: Generate aybabtu.
12907
12908         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12909
12910 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12911
12912         * scm/lily-library.scm (char->unicode-index): Remove.
12913
12914         * scm/output-gnome.scm (text): Bugfix for plain string input.
12915         Updates.
12916
12917         * scm/output-svg.scm (svg-font): Add weight to font selection.
12918
12919 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12920
12921         * Documentation/topdocs/INSTALL.texi (Top): Point to
12922         buildscripts/out/clean-fonts instead of
12923         buildscripts/clean-fonts.sh. 
12924
12925 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12926
12927         * input/regression/figured-bass.ly: attempt to clarify text.
12928
12929         * Documentation/user/notation.tely: add cindex for tag, attempt to
12930         add figured bass example.
12931
12932         * Documentation/user/changing-defaults: basic editing.
12933
12934 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12935
12936         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12937
12938         * lily/open-type-font.cc (LY_DEFINE): new function
12939         ly:font-sub-fonts
12940
12941         * lily/include/font-metric.hh (struct Font_metric): new method
12942         sub_fonts()
12943
12944         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12945         . with - in add.stem.
12946         
12947 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12948
12949         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12950         and fetaDynamic.
12951
12952         * lily/rest.cc (glyph_name): Change - to . .
12953
12954         * scm/output-gnome.scm (text): Hello world, again.
12955
12956         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12957
12958         * lily/modified-font-metric.cc (index_to_charcode): New method.
12959
12960         * lily/include/font-metric.hh (index_to_charcode): New function.
12961
12962         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12963         new function.
12964         (ly:font-glyph-to-index): Remove.
12965
12966 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12967
12968         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12969
12970         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12971
12972         * lily/open-type-font.cc (load_scheme_table): new function
12973
12974         * lily/dots.cc (print): replace - 
12975
12976         * lily/open-type-font.cc (attachment_point): new function.
12977         (load_table): read LILC table
12978
12979         * buildscripts/gen-bigcheese-scripts.py (Module): new
12980         file. Generate FF scripts.
12981
12982         * mf/feta-din10.mf: idem.
12983
12984         * mf/feta-nummer10.mf: remove mf files.
12985
12986         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12987
12988 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12989
12990         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12991
12992         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12993         compatibility.
12994
12995 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12996
12997         * lily/open-type-font.cc (get_indexed_char): scale metrics by
12998         design-size and units_per_EM.
12999
13000         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13001
13002 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13003
13004         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13005         does not crash fontforge.
13006
13007         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13008         PUA.
13009
13010 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13011
13012         * scm/framework-ps.scm (ps-embed-cff): new function.
13013
13014         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13015
13016 2004-12-12  Werner Lemberg  <wl@gnu.org>
13017
13018         * mf/bigcheese.pe.in: Add PUA mapping.
13019         Don't create Type 42 but bare CFF font.
13020
13021 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13022
13023         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13024         within canvas boundaries.
13025
13026         * mf/merge.pe.in: Set font names, version, license GPL.
13027
13028         * make/substitute.make: Add FONTFORGE.
13029
13030         * config.make.in (FONTFORGE): Add.
13031
13032         * configure.in (gui_b): Use PATH_PROG for fontforge.
13033
13034 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13035
13036         * scm/define-markup-commands.scm: add baseline-skip to info
13037         about \column.
13038
13039 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13040
13041         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13042
13043         * scm/output-gnome.scm (named-glyph): Use it.
13044
13045         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13046
13047         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13048         (upper_string, lower_string, reverse_string): Remove.
13049
13050         * configure.in (fontforge): Reinstate version check.
13051
13052         * ly/engraver-init.ly: Fix clef glyph names.
13053
13054         * lily/time-signature.cc (special_time_signature): Fix fraction
13055         glyph names.
13056
13057 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13058
13059         * mf/merge.pe: new file.
13060
13061         * lily/freetype.cc: new file.
13062
13063         * lily/include/open-type-font.hh (class Open_type_font): new file.
13064
13065         * lily/include/freetype.hh: new file.
13066
13067         * lily/open-type-font.cc: new file.
13068
13069         * lily/all-font-metrics.cc (find_otf): new function.
13070
13071 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13072
13073         * lily/time-signature.cc (special_time_signature): Fix.
13074
13075         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13076         GTK2 before checking for pango.  Fixes -fgnome.
13077
13078         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13079         Scheme name.
13080
13081         * scm/define-markup-commands.scm:
13082         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13083
13084         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13085
13086         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13087         date versions.  Fixes configure.
13088         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13089         argument.
13090
13091 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13092
13093         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13094         names in .enc
13095
13096         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13097
13098 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13099
13100         * Documentation/user/changing-defaults.itely: add info about
13101         make-dynamic-script
13102
13103         * Documentation/user/notation.itely: add link in dynamics to
13104         section about make-dynamic-script.
13105
13106 2004-12-09  Christian hitz  <chhitz@gmx.net>
13107
13108         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13109
13110 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13111
13112         * buildscripts/mf-to-table.py (parse_logfile): use . for
13113         concatting name and group.
13114         (parse_logfile): use M for Minus (negative.)
13115
13116         * lily/include/type-swallow-translator.hh
13117         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13118
13119         * lily/*.cc: cosmetics around = sign.
13120
13121         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13122         lyric spacing on the penultimate column.
13123
13124 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13125
13126         * configure.in:
13127         * lily/accidental-placement.cc:
13128         * lily/bar-line.cc:
13129         * lily/beam-concave.cc:
13130         * lily/beam-quanting.cc:
13131         * lily/beam.cc:
13132         * lily/bezier-bow.cc:
13133         * lily/bezier.cc:
13134         * lily/break-align-interface.cc:
13135         * lily/custos.cc:
13136         * lily/dimension-cache.cc:
13137         * lily/dot-column.cc:
13138         * lily/font-metric.cc:
13139         * lily/font-select.cc:
13140         * lily/gourlay-breaking.cc:
13141         * lily/grob-property.cc:
13142         * lily/grob.cc:
13143         * lily/lily-guile.cc:
13144         * lily/line-spanner.cc:
13145         * lily/lookup.cc:
13146         * lily/lyric-extender.cc:
13147         * lily/lyric-hyphen.cc:
13148         * lily/mensural-ligature.cc:
13149         * lily/midi-def.cc:
13150         * lily/misc.cc:
13151         * lily/note-collision.cc:
13152         * lily/note-column.cc:
13153         * lily/note-head.cc:
13154         * lily/paper-outputter.cc:
13155         * lily/percent-repeat-item.cc:
13156         * lily/rest-collision.cc:
13157         * lily/side-position-interface.cc:
13158         * lily/simple-spacer.cc:
13159         * lily/slur-configuration.cc:
13160         * lily/slur-scoring.cc:
13161         * lily/slur.cc:
13162         * lily/spaceable-grob.cc:
13163         * lily/spacing-spanner.cc:
13164         * lily/spanner.cc:
13165         * lily/staff-symbol-referencer.cc:
13166         * lily/stem.cc:
13167         * lily/stencil.cc:
13168         * lily/system-start-delimiter.cc:
13169         * lily/system.cc:
13170         * lily/text-item.cc:
13171         * lily/tie.cc:
13172         * lily/tuplet-bracket.cc:
13173         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13174         <cmath> beacause isinf/isnan is undefined in <cmath>
13175
13176 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13177
13178         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13179
13180 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13181
13182         * VERSION: release 2.5.3
13183         
13184 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13185
13186         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13187
13188 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13189
13190         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13191
13192         * lily/note-head.cc (internal_print): always try the "s" head if
13193         u/d not found.
13194
13195         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13196
13197 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13198
13199         * mf/parmesan-heads.mf (overdone_heads): typos.
13200
13201 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13202
13203         * lily/parser.yy (markup): in markups, { .. } without command
13204         before are also flattened, ie \line must be explicitely used.
13205
13206         * Documentation/user/changing-defaults.itely:
13207         * Documentation/user/notation.itely: 
13208         * input/wilhelmus.ly: 
13209         * input/regression/instrument-name-markup.ly: 
13210         * input/regression/markup-score.ly: 
13211         * input/regression/new-markup-scheme.ly: 
13212         * input/regression/new-markup-syntax.ly: 
13213         * input/test/coriolan-margin.ly: use \line in markups where
13214         appropriate
13215         
13216 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13217
13218         * scm/new-markup.scm (map-markup-command-list): helper function
13219         used in parser.yy to map markup commands on a markup list.
13220
13221         * lily/parser.yy: get rid off < > in markups by treating { } as
13222         real lists.
13223
13224         * lily/lexer.ll: remove < > from markup lexer mode.
13225
13226         * scripts/convert-ly.py (conv): add rule for converting 
13227         \markup < > to \markup { }
13228
13229         * ly/titling-init.ly: 
13230         * input/test/coriolan-margin.ly: 
13231         * input/regression/new-markup-syntax.ly: 
13232         * input/regression/new-markup-scheme.ly: 
13233         * input/regression/multi-measure-rest-text.ly: 
13234         * input/regression/markup-stack.ly: 
13235         * input/regression/markup-score.ly: 
13236         * input/regression/instrument-name-markup.ly: 
13237         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13238         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13239         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13240         * input/wilhelmus.ly: 
13241         * Documentation/user/notation.itely: 
13242         * Documentation/user/music-glossary.tely: 
13243         * Documentation/user/changing-defaults.itely: change < > to { } in
13244         markups
13245
13246 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13247
13248         * lily/accidental-placement.cc (position_accidentals): shortcut if
13249         no accidentals to place.
13250
13251 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13252
13253         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13254         typo s/ly:dimension ?/ly:dimension?/
13255
13256         * input/regression/lily-in-scheme.ly: 
13257         * input/regression/music-function.ly: 
13258         * ly/spanners-init.ly (assertBeamSlope): 
13259         * scm/music-functions.scm (def-grace-function): add the paper
13260         argument to music function definitions.
13261
13262 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13263
13264         * lily/moment.cc (LY_DEFINE):
13265         ly:moment-main-{denominator,numberator}, new function.
13266
13267         * lily/score-engraver.cc (typeset_all): assign to column on basis
13268         of axis-group-parent-X setting.
13269
13270         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13271         add_element() on basis of axis-group-parent-Y setting.
13272
13273         * lily/grob.cc: add axis-group-parent-{XY} properties.
13274
13275         * input/regression/spacing-stick-out.ly: new file.
13276
13277         * lily/simple-spacer.cc (add_columns): use binary search for
13278         setting column rods. Changes O(n^2) to O(n log(n)) for
13279         constructing spacing problem from columns.
13280         (add_columns): read allow-outside-line to make sure no texts stick
13281         out.
13282         (solve): Simple_spacer::is_active() only determines
13283         satisfies_constraints_ for non-ragged typesetting.
13284
13285         * lily/simultaneous-music.cc (to_relative_octave): only set
13286         old_relative_used if return pitch actually changed.
13287
13288         * scm/define-context-properties.scm
13289         (all-user-translation-properties): change to match implementation.
13290
13291         * python/lilylib.py: Replace re.match by re.search and adds "-c
13292         showpage" to the gs command line (Johannes Schindelin)
13293
13294         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13295         before processing. Prevents crash when inf is in the extent.
13296
13297         * scm/define-markup-commands.scm (note-by-number): add "s" to
13298         "noteheads-" glyphname.
13299  
13300         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13301         music function as well.
13302         
13303 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13304
13305         * VERSION: release 2.5.2
13306
13307         * Documentation/user/changing-defaults.itely (Creating titles):
13308         add breakbefore variable.
13309
13310         * lily/paper-book.cc (set_system_penalty): new function. Set
13311         penalty_ based on breakBefore setting
13312
13313         * lily/context-specced-music-iterator.cc (construct_children):
13314         interpret special context id $uniqueContextId 
13315
13316         * lily/context.cc (create_unique_context): new method. Move
13317         creation of unique (\new) contexts into interpreting phase. This
13318         makes
13319
13320           foo= \new Staff ..
13321           << \foo \foo >>
13322
13323         produce 2 staves.
13324         
13325
13326         * scm/define-music-properties.scm (all-music-properties): add
13327         quoted-voice-direction
13328
13329         * ly/music-functions-init.ly: killCues function.
13330
13331         * scm/music-functions.scm (cue-substitute): move creation of voice
13332         contexts further to the back. 
13333
13334 2004-11-25  Werner Lemberg  <wl@gnu.org>
13335
13336         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13337         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13338
13339 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13340
13341         * buildscripts/guile-gnome.sh: Fixed typo.
13342
13343 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13344
13345         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13346
13347         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13348
13349         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13350         to regular engraver. 
13351
13352 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13353
13354         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13355
13356 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13357
13358         * scm/define-markup-commands.scm (fill-line): Typo.
13359
13360         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13361         and newer.
13362
13363 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13364
13365         * ly/dynamic-scripts-init.ly: Fixed typo.
13366
13367 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13368
13369         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13370         note-head, to have different attachment points for up and down.
13371
13372         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13373
13374         * mf/feta-generic.mf (else): remove solfa.
13375
13376         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13377
13378         * scm/define-context-properties.scm
13379         (all-user-translation-properties): add shapeNoteStyles property.
13380
13381         * lily/shape-note-heads-engraver.cc (process_music): new file.
13382
13383         * lily/event.cc (transpose): call Event::transpose() for
13384         transposing the tonic.
13385
13386 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13387
13388         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13389         Unicode/OpenType and AFM.
13390
13391         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13392
13393 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13394
13395         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13396
13397         * lily/context.cc (Context): unprotect key from ctor.
13398
13399         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13400         is '()
13401         (stack-stencils): idem.
13402
13403         * Documentation/user/changing-defaults.itely (Creating titles):
13404         document new title layout options.
13405
13406         * lily/parser.yy (lilypond_header_body): copy previous
13407         $globalheader if present.
13408
13409         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13410         ly:module-copy
13411         
13412         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13413
13414         * scm/titling.scm: remove old titling functions
13415
13416         * lily/stencil.cc (translate): remove absolute dimension.
13417
13418         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13419         via markup.
13420
13421         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13422         field from user-supplied markup
13423
13424         * scm/define-markup-commands.scm (on-the-fly): new markup
13425         command. Enter SCM markup procedure directly in Scheme.
13426         (fromproperty): new markup command. Read markup from props argument.
13427
13428         * scm/titling.scm (marked-up-title): create title via
13429         user-specified markup. 
13430
13431         * scm/define-markup-commands.scm (column): remove empty stencils
13432         from column.
13433
13434         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13435         not have side-effect of creating variable stub.
13436
13437         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13438
13439 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13440
13441         * scm/encoding.scm (coding-alist): 
13442         * scm/font.scm (add-ec-fonts):
13443         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13444         Extended-TeX-Font-Encoding---Latin.
13445
13446         * lily/side-position-interface.cc (general_side_position): Add
13447         actual offset to error message (avoid constant error messages).
13448
13449         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13450         block.
13451
13452         * lily/font-select.cc (select_encoded_font)
13453         (get_font_by_mag_step, get_font_by_design_size): 
13454         * lily/modified-font-metric.cc (Modified_font_metric): 
13455         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13456
13457         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13458         (read-encoding-file): Bugfix: do not require space after bracket.
13459
13460         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13461         these do not exist.
13462
13463 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13464
13465         * Documentation/user/notation.itely: added info about typesetting
13466         boxed bar numbers.
13467
13468 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13469
13470         * flower/interval.cc (T_to_string): gcc4 fixes.
13471
13472         * scm/define-markup-commands.scm (fill-line): use
13473         stack-stencils. This fixes problems with putting already centered
13474         stencils in a line.
13475
13476         * VERSION: release 2.5.1
13477
13478         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13479
13480 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13481
13482         * input/example-[1-3].ly: simplify.
13483
13484         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13485
13486         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13487         show glyphs.
13488
13489         * scm/encoding.scm (decode-byte-string): new function.
13490
13491         * scripts/convert-ly.py (conv): add warning about
13492         set-global-staff-size.
13493
13494         * Doxyfile: add. 
13495
13496         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13497         (conv): warn for TextSpanner split.
13498         (conv): warn for textheight.
13499
13500 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13501
13502         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13503         building the documentation, info with images are installed.
13504         (final-install): Fix description.  Mention sourcing of login
13505         scripts (instead of running).
13506
13507 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13508
13509         * Debian lmodern support.  Note that LilyPond will issue warnings
13510         
13511             no such encoding: "FontSpecific"
13512
13513           The font selection mechanism wants to get the encoding from the
13514           font itself, but the idea of lmodern is that it is usable with
13515           different encodings, ie, Lily should get the encoding from the
13516           font tree, rather than the font itself.  This would require some
13517           more work.
13518         
13519         * configure.in: Test for and accept lmodern if EC fonts not found.
13520
13521         * scm/framework-tex.scm (font-load-command): TeX font name
13522         mangling for latin1 encoded cork-lm fonts.
13523         (convert-to-ps): Load lm.map if available.
13524
13525         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13526         available.
13527
13528         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13529
13530         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13531         available.
13532
13533         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13534         path for absolute file name, that is silly.
13535
13536         * lily/score-engraver.cc (initialize): 
13537
13538         * Documentation/user/GNUmakefile (local-install-info): Invoke
13539         install-info --remove first.
13540
13541         * #include cleanup (Andreas Scherer).
13542
13543 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13544
13545         * input/test/script-abbreviations.ly: fix typos.
13546
13547 2004-11-17  Werner Lemberg  <wl@gnu.org>
13548
13549         * python/lilylib.py (options_help_str): Support pretty-printing of
13550         newlines in fourth element of option description.
13551
13552         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13553         feature.
13554         Sort options.
13555
13556         * Documentation/user/lilypond-book.itely: Finish update.
13557
13558 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13559
13560         * Documentation/user/macros.itexi: Add comment about \command.
13561
13562         * Documentation/user/lilypond.tely:
13563         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13564         and lilypond-book nodes, so that `info lilypond' visits the manual
13565         at top level, and `info lilypond-book' visits the lilypond-book
13566         section.
13567
13568         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13569         and packager messages.
13570
13571         * lily/pangofc-afm-decoder.cc: Update test.
13572
13573 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13574
13575         * scm/lily-library.scm (char->unicode-index): New function.
13576
13577         * scm/output-gnome.scm: 
13578         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13579
13580         * Proper naming of file name throughout; s/filename/file[-_]name/.
13581
13582         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13583
13584         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13585
13586 2004-11-16  Werner Lemberg  <wl@gnu.org>
13587
13588         * scripts/lilypond-book.py: The Lord has commanded me to use only
13589         tabs for indentation.  Your humble servant obeys.
13590
13591 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13592
13593         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13594         including font, if LilyPond-feta font is only feta font in path.
13595
13596         * scm/output-gnome.scm (text): Revert to file name of font if font
13597         has no name.  Fixes ec font selection.
13598         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13599
13600         * scm/framework-svg.scm:
13601         * scm/output-svg.scm: New file.  TODO: figure out how to
13602         do character by index in font.
13603
13604         * scm/output-sodipodi.scm: Remove.
13605
13606         * scm/output-ps.scm (stem): Remove.
13607
13608 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13609
13610         * scm/output-gnome.scm (beam): New function.
13611         (slur): Round corners.
13612         (round-filled-box): Round corners.
13613
13614 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13615
13616         * scm/output-gnome.scm (beam): add function.
13617         (draw-line): new routine.
13618         (dashed-line): stub; call draw-line
13619         (polygon): new routine.
13620
13621 2004-11-15  Werner Lemberg  <wl@gnu.org>
13622
13623         * Documentation/user/lilypond-book.itely: Revise section on
13624         lilypond-book options.
13625         Other minor fixes.
13626
13627         * scripts/lilypond-book.py: Change indentation to 4.
13628         Minor formatting.
13629
13630 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13631
13632         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13633         grobs that have tweaks specced.
13634         
13635 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13636
13637         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13638
13639 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13640
13641         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13642         actual char #, not 0 based index.
13643
13644         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13645
13646         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13647         Warning: do make -C mf clean.
13648
13649         * lily/context-property.cc: Compile fix.
13650
13651         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13652         Grok ec-fonts, braces and dynamics.
13653
13654         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13655
13656 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13657
13658         * lily/include/tweak-registration.hh: new file.
13659
13660         * lily/tweak-registration.cc: new file.
13661
13662         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13663         saving tweaks.
13664
13665         * scm/output-gnome.scm (text): comment dribble.
13666
13667 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13668
13669         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13670
13671         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13672         path-def before using.  Fixes muchtomany slurs in wrong places
13673         bug.
13674
13675 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13676
13677         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13678
13679         * lily/include/object-key-undumper.hh (Module): new file.
13680
13681         * lily/object-key-undumper.cc (Module): New file. Deserialize
13682         keys. SCM bindings
13683
13684         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13685         Provide SCM bindings.
13686
13687         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13688         new file. Serialize object keys.
13689         
13690         * lily/object-key.cc (dump): new function.
13691         (as_scheme): new virtual function
13692         (undump): new function
13693         (undumpers): new table.
13694
13695         * lily/include/global-context.hh (Context): take \score key upon init.
13696
13697         * lily/object-key-dumper.cc (serialize_key): new file.
13698
13699         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13700
13701         * lily/lily-lexer.cc: remove \quote.
13702
13703         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13704
13705         * lily/context.cc (Context): take key argument in ctor.
13706         (create_context): new function
13707
13708         * lily/grob.cc (Grob): take key argument in ctor.  
13709
13710         * lily/lilypond-key.cc (do_compare): new file.
13711
13712         * lily/object-key.cc (Object_key): new file.
13713
13714         * lily/include/object-key.hh (class Object_key): new file.
13715
13716         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13717
13718 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13719
13720         * Documentation/user/lilypond-book.itely: add small warning about
13721         noindent default in lilypond-book.
13722
13723         * Documentation/user/converters.itely: add examples for convert-ly.
13724
13725         * Documentation/user/examples.itely: change version string in templates
13726         to 2.4.0.
13727
13728 2004-11-12  Karl Hammar  <karl@aspodata.se>
13729
13730         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13731         cmdline, use xargs instead (backportme)
13732
13733 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13734         
13735         * Documentation/user/: Numerous fixes in the user manual.
13736
13737 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13738
13739         * lily/parser.yy (re_rhythmed_music): search music expression for
13740         context-id, surround by \new Voice if not found. Fixes:
13741         addlyrics-second-staff.ly
13742
13743         * VERSION: 2.5.0 released.
13744         
13745 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13746
13747         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13748
13749         * Documentation/user/GNUmakefile: Separate rules for split and
13750         unsplit html documents.  Remove perl massaging.  (backportme)
13751
13752 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13753
13754         * Documentation/user/lilypond-book.itely: add short warning about
13755         \lilypond{} in LaTeX docs.
13756
13757 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13758
13759         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13760         found.  (backportme)
13761
13762         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13763         version requirement.  (backportme)
13764
13765         * configure.in: Be explicit about old versions of
13766         ec-fonts-mtraced.  (backportme)
13767
13768         * lily/context-selector.cc (set_tweaks): New function.
13769         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13770         web with -DTWEAK.
13771
13772         * Documentation/user/introduction.itely (Automated engraving):
13773         Remove fragment option.  Fixes web.
13774
13775         * lily/context-property.cc (make_item_from_properties):
13776         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13777         #ifdef.
13778
13779         * scm/define-context-properties.scm
13780         (all-internal-translation-properties): Add tweakRank and tweakCount.
13781
13782         * lily/grob.cc: 
13783         * scm/define-grob-properties.scm (all-internal-grob-properties):
13784         Add tweak-rank and tweak-count.
13785
13786 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13787
13788         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13789         New function.
13790         (text): Use them.
13791
13792         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13793         animated/opaque grob dragging tweaks.
13794
13795         * buildscripts/guile-gnome.sh: Update.
13796
13797 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13798
13799         * scm/define-grobs.scm (all-grob-descriptions): Added
13800         line-interface to the LigatureBracket object.
13801
13802 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13803
13804         * scm/framework-gnome.scm (item-event): Support non-animated mouse
13805         dragging tweaks.
13806
13807         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
13808
13809         * lily/context-selector.cc (store_context): New function.
13810
13811         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
13812         (store_grob): New function.
13813         (identify_grob): Add Moment parameter.
13814
13815         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
13816         exists.
13817
13818         * scm/framework-gnome.scm (save-tweaks): Write as alist.
13819
13820 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13821
13822         * scm/framework-gnome.scm (item-event): Print grob id.
13823         (save-tweaks): New function.
13824         (tweak): New funtion.
13825         (item-event): Use it, bound to arrow keys.
13826
13827         * lily/context-property.cc (make_item_from_properties): Register grob.
13828         * lily/context.cc (add_context): Register context.
13829
13830         * lily/include/context-selector.hh:
13831         * lily/include/grob-selector.hh:
13832         * lily/context-selector.cc:
13833         * lily/grob-selector.cc: New file.
13834
13835 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13836
13837         * lily/slur.cc: add 'positions to interface
13838
13839         * lily/main.cc: reinstate PS as standard output format. 
13840
13841         * scm/framework-tex.scm (output-preview-framework): print systems
13842         up to first non title system.
13843
13844         * lily/grace-engraver.cc (start_translation_timestep): split
13845         scm_cadddr
13846         
13847 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13848
13849         * lily/quote-iterator.cc (Module): remove old quote-iterator
13850
13851         * scm/define-music-types.scm (music-descriptions): move
13852         NewQuoteMusic over QuoteMusic
13853
13854         * Documentation/user/notation.itely (Formatting cue notes): use
13855         \cueDuring.
13856
13857         * lily/new-quote-iterator.cc (quote_ok): new function.
13858
13859         * input/regression/quote-cue-during.ly: new file.
13860
13861         * input/regression/quote-grace.ly: new file.
13862
13863         * scm/define-context-properties.scm (Module): change definition of
13864         graceSettings
13865
13866         * lily/context-property.cc (Module): rename from
13867         translator-property.cc
13868
13869         * lily/context.cc (context_name_symbol): new function
13870
13871         * lily/grace-engraver.cc: new file. Set properties for grobs based
13872         on the grace-ness of now_moment().
13873
13874         * scm/music-functions.scm (add-grace-property): use list
13875         iso. vector for graceSettings
13876         remove set-{start,stop}-grace-properties. 
13877
13878         * lily/new-quote-iterator.cc (construct_children): set
13879         quote_outlet_ if no quoted-context-{id,type} specified.
13880
13881         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13882
13883         * lily/parser.yy (command_element): remove \quote.
13884
13885         * ly/music-functions-init.ly (location): add quoteDuring music
13886         function. 
13887
13888         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13889         optional semicolon. (backportme)
13890
13891 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13892
13893         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13894         need to link to GUILE et al.
13895
13896 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13897
13898         * scm/define-music-properties.scm (all-music-properties): add
13899         quoted-context-type, quoted-context-id.
13900
13901         * scm/lily.scm (type-check-list): new function.
13902         
13903         * scm/lily-library.scm: new file. Generic library routines.
13904
13905         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13906         parser.
13907
13908         * ly/music-functions-init.ly: add quoteDuring function.
13909
13910         * lily/include/music-iterator.hh (class Music_iterator): rename
13911         set_translator -> set_context
13912
13913         * lily/parser.yy (Generic_prefix_music_scm): add
13914         MUSIC_FUNCTION_SCM_SCM_MUSIC
13915
13916         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13917
13918         * scm/framework-tex.scm (header): sanitize TeX paper size.
13919         (backportme)
13920
13921 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13922
13923         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13924
13925         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13926
13927         * scm/framework-tex.scm (font-load-command): Use T1 if no
13928         font-encoding set.  (backportme)
13929
13930         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13931         exists before converting.  (backportme)
13932
13933         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13934         exists before converting.  (backportme)
13935         (convert-to-ps): Remove .ps file if it exists before
13936         converting.  (backportme)
13937
13938         * lily/lexer.ll: Remove extra progress newline, use present tense.
13939
13940         * scm/paper.scm (paper-alist): public.
13941         * scm/framework-tex.scm (convert-to-ps):
13942         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13943         command line.
13944
13945 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13946
13947         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13948
13949         * lily/recording-group-engraver.cc (derived_mark): mark
13950         now_events_. (backportme)
13951
13952 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13953
13954         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13955
13956         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13957         invoking latex. (backportme.)
13958
13959         * lily/stem.cc (off_callback): center stems for all rest stems.
13960
13961 2004-11-05  Werner Lemberg  <wl@gnu.org>
13962
13963         * Documentation/user/lilypond.tely: Add more guidelines for writing
13964         lilypond texinfo documents.
13965
13966 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13967
13968         * Documentation/index.html.in: remove <hr>.
13969
13970         * THANKS: change 2.3 to 2.4.
13971
13972 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13973
13974         * scm/output-gnome.scm: More fontconfig comment.
13975
13976 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13977
13978         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13979         <package> directory in $(builddir)/share according with
13980         PACKAGE_NAME defined in the VERSION file.
13981
13982 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13983
13984         * lily/beam.cc (rest_collision_callback): use local beam
13985         multiplicity.
13986
13987         * input/regression/stem-stemlet.ly: new file.
13988
13989         * lily/stem.cc (add_head): store rests as well.
13990
13991         * scm/define-grob-properties.scm (all-user-grob-properties): add
13992         stemlet-length
13993
13994         * lily/stem.cc: store rests as well.
13995         
13996         * input/regression/new-slur.ly: mention forcing.
13997
13998 2004-11-04  Werner Lemberg  <wl@gnu.org>
13999
14000         * Documentation/user/*: A new round of layout fixes and document
14001         structure cleanup.
14002
14003 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14004
14005         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14006
14007 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14008
14009         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14010
14011 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14012
14013         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14014
14015         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14016
14017         * lily/main.cc (main): Invoke identify.
14018
14019         * scm/lily.scm (postscript->pdf): Remove progress newline.
14020         Write progress to stderr.
14021
14022         * lily/paper-book.cc (output): Remove progress newline.
14023
14024         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14025         gettext on user messages, and remove whitespace.
14026
14027         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14028
14029         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14030         argv[0] (Thomas Scharkowski).
14031
14032         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14033         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14034         for ec-fonts-mtraced.
14035
14036         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14037         --srcdir build (Bertalan).
14038
14039         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14040         headers and library too (Laura Conrad).
14041
14042         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14043         package for guile too (Laura Conrad).
14044
14045         * lily/main.cc (usage): Typo.
14046
14047 2004-11-02  Werner Lemberg  <wl@gnu.org>
14048
14049         * Documentation/user/notation.ly: More fixes to improve appearance.
14050
14051         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14052         better output for multicolumn tables.
14053
14054 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14055
14056         * lily/main.cc (dir_info): Fixed typo in the printouts.
14057
14058 2004-11-01  Werner Lemberg  <wl@gnu.org>
14059
14060         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14061         of output.
14062         Set `per_line' to 2; replace hard-coded value with it.
14063
14064         * Documentation/user/*: Many fixes to improve appearance of
14065         printed manual.
14066
14067 2004-11-01  Werner Lemberg  <wl@gnu.org>
14068
14069         * Documentation/user/changing-defaults.itely,
14070         Documentation/user/notation.ly,
14071         Documentation/user/programming-interface.itely: Use @/.
14072         Fix formatting of some lilypond snippets and tables.
14073
14074         * scripts/lilypond-book.py (compose_ly): Provide useful default
14075         for LINEWIDTH in `override'.
14076
14077 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14078
14079         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14080
14081 2004-10-31  Werner Lemberg  <wl@gnu.org>
14082
14083         Resetting @exampleindent to `5' gives ugly results with texinfo's
14084         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14085         (if not quoting) to change @exampleindent only locally.
14086
14087         * scripts/lilypond-book.py (NOQUOTE): New variable.
14088         (output) [LATEX]: Remove AFTER and BEFORE.
14089         [TEXINFO]: Remove AFTER and BEFORE.
14090         Fix QUOTE and VERBATIM pattern.
14091         Add NOQUOTE pattern.
14092         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14093         and BEFORE.
14094         [output_texinfo]: Use NOQUOTE.
14095
14096 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14097
14098         * Documentation/user/changing-defaults.itely: clarify paper
14099         size commands with correct info.
14100
14101         * Documentation/user/lilypond-book.itely: add more docs for
14102         filename extensions.
14103
14104 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14105
14106         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14107         (PATCH_LEVEL): start 2.5.0.
14108
14109 #Local variables:
14110 #coding: utf-8
14111 #End:
14112