]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* buildscripts/output-distance.py
[lilypond.git] / ChangeLog
1 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * buildscripts/output-distance.py
4         (SystemLink.output_expression_change_count): keep track of changed
5         details, and dump in details html page.
6  
7         * input/regression/figured-bass-staff.ly: add note about setting
8         properties in Staff context.
9
10         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
11         add slurs and ties to support too.
12
13         * buildscripts/output-distance.py (main): set dest_dir
14         argument. Add --max-count option.
15
16 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
17
18         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
19         shortcuts for special unicode chars that are useful in chant
20         notation.  Revised exisiting and added new comments.
21
22 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
23
24         * make/mutopia-rules.make: remove duplicate recipe.
25
26 2006-06-02  Werner Lemberg  <wl@gnu.org>
27
28         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
29         Add support for U+0132 (IJ) and U+0133 (ij).
30
31 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
32
33         * buildscripts/output-distance.py (FileLink): new class. collect
34         info systems from one .ly file. 
35         (FileLink.link_files_for_html): further tweaks.
36
37 2006-06-02  Graham Percival  <gpermus@gmail.com>
38
39         * tex/texinfo.tex: partial fix for @funindex.
40
41         * Documentation/user/macros.tely: uncomment @funindex (doesn't
42         break anything).
43
44 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
45
46         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
47
48         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
49         @example too. Backportme.
50
51 2006-06-02  Graham Percival  <gpermus@gmail.com>
52
53         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
54         from Werner Lemberg.
55
56 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
57
58         * Documentation/user/music-glossary.tely: additional spanish
59         updates and a lyrics fix in an example.
60
61 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
62
63         * scm/define-grob-properties.scm: Previous patch contained
64         spurious line from another patch not yet committed.  Fixed.
65
66         * scm/define-grob-properties.scm: Add missing doc strings for
67         ancient notation.
68
69 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
70
71         * buildscripts/output-distance.py
72         (ComparisonData.write_text_result_page): separate the scores, sort
73         by geo_score.
74
75         * scm/framework-eps.scm (output-classic-framework): start at 1 for
76         system signatures.
77
78         * buildscripts/output-distance.py (me_path): use argv[0] for
79         sys.path extension
80         (ComparisonData.img_cell): use colored borders.
81
82         * scm/stencil.scm (write-system-signature): escape newlines too.
83         (write-system-signature): use (1,-1) interval for empty interval
84
85 2006-01-01  Graham Percival  <gpermus@gmail.com>
86
87         * Documentation/user/music-glossary.tely: Spanish updates
88         from Francisco Vila.
89
90         * Documentation/user/lilypond-book.itely: addition from
91         Vaclav Smilauer.
92
93         * Documentation/user/ various: edits, small additions
94         from mailist, etc.
95
96 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
97
98         * GNUmakefile.in (tree-lib-prefix-current):
99         (tree-share-prefix-current): Use version number in tree, add
100         `current' symlinks.
101
102 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
103
104         * GNUmakefile.in: write VERSION, again.
105
106         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
107         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
108
109         * stepmake/aclocal.m4: robuster version detection.
110
111         * buildscripts/output-distance.py
112         (ComparisonData.create_html_result_page): copy only if file
113         exists, fixup src paths.
114
115         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
116
117 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
118
119         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
120         Another datarootdir reto.
121
122         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
123         available.  This should be moved to postinstall-lilypond-doc.
124
125 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
126
127         * GNUmakefile.in: simplify local-WWW-post. 
128         remove -type l from find.
129
130         * buildscripts/output-distance.py (ComparisonData.compare_trees):
131         fixes. Don't follow symlinks.
132         (ComparisonData.create_html_result_page): remove previous results.
133         insert ../python in path.
134
135         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
136
137 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
138
139         * config.make.in (datadir): Add datarootdir to silence autoconf.
140
141         * stepmake/aclocal.m4: Update for autoconf-2.59d.
142
143 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
144
145         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
146
147         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
148         slash beams too wide.
149
150 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
151
152         * VERSION: release 2.9.7
153         
154 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
155
156         * lily/relocate.cc (read_relocation_dir): Do not blindly
157         dereference DIR.
158
159 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
160
161         * lily/parser.yy: replace THIS by PARSER
162
163         * Documentation/index.html.in: add link to test-results.html page.
164
165         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
166
167         * scm/translation-functions.scm (format-bass-figure): translate
168         digits over 10 to the left
169
170         * scm/define-markup-commands.scm (translate-scaled): new markup.
171
172         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
173         7 glyph. 
174
175         * ly/engraver-init.ly: add Figured_bass_engraver
176
177         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
178
179         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
180
181         * lily/score-engraver.cc (announce_grob): only note START announces.
182
183         * lily/include/engraver-group.hh (Translator_group):
184         acknowledge_hash_table_ is now drul.
185
186         * lily/engraver.cc (announce_end_grob): new method.
187
188         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
189
190         * lily/translator-dispatch-list.cc (create): take start_end argument.
191
192         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
193         acknowledge_static_array_ to drul
194
195         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
196
197         * scm/define-grob-interfaces.scm
198         (bass-figure-alignment-interface): add bass-figure-alignment-interface
199
200         * scm/define-grobs.scm (all-grob-descriptions): add
201         BassFigureAlignmentPositioning
202
203         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
204         number stays up to date. Backportme.
205
206 2006-05-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
207
208         * Documentation/user/basic-notation.itely (Bar lines): Document
209         the "||:" bar type. 
210
211 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
214
215         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
216         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
217         build.
218
219         * Resurrect `scons lily' build.
220
221         * SConstruct (symlink_tree): Bugfix: link
222         music-drawing-routines.ps to file iso directory.
223
224         * lily/SConscript: Remove kpath-guile from LIBS.
225
226         * SConstruct (libdir_package_version): Typo.
227         (configure): Comment-out fontforge for lack of fontforge.pc .
228         Also add libdir* to environment.
229
230 2006-05-30  Graham Percival  <gpermus@gmail.com>
231
232         * Documentation/user/ various: minor additions from mailist and
233         editing.
234
235 2006-05-30  Paco <fravd@ya.com>
236
237         * Documentation/user/music-glossary.tely: numerous corrections and
238         some new translations.
239
240 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
241
242         * BackportmeStart.
243         
244         * buildscripts/output-distance.py
245         (ComparisonData.create_html_result_page): new routine: summarise
246         results in HTML page with images. 
247         (ComparisonData.create_text_result_page): create summary text files too.
248
249         * GNUmakefile.in (web-ext): package .signature files too. They
250         compress well. 
251
252         * scm/stencil.scm (write-system-signature): typo.
253
254         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
255
256         * scm/stencil.scm (write-system-signature): better escaping.
257         only write signature for music systems, not for markup systems.
258
259         * scm/framework-ps.scm (output-framework): dump-signatures support
260         for plain output.
261
262         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
263
264         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
265         for -dno-point-and-click
266
267         * lily/grob.cc (get_print_stencil): don't read
268         point_and_click_global to determine whether to set grob-cause.
269
270 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
271
272         * buildscripts/output-distance.py (main): new function.
273         (ComparisonData): new class.
274
275         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
276         careful with generating new LedgerLineSpanners.
277
278         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
279
280         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
281         context. This fixes double ledger lines in output. 
282
283         * lily/system.cc (get_paper_system): remove 3 layer limit.
284
285         * buildscripts/output-distance.py (SystemLink.distance): new
286         file. Compare signatures.
287
288         * python/safeeval.py (SafeEval.visitUnarySub): new file.
289
290         * lily/grob-array.cc (remove_duplicates): rename from
291         uniq(). Sort before calling uniq() so it actually works.
292
293 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
294
295         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
296         \version from lilypond file snippet.
297         (Lilypond_file_snippet.ly): oops. typo.
298         (find_toplevel_snippets): urgh. again.
299
300         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
301         prevent duplicated broken items in output.
302
303         * scm/framework-eps.scm (output-classic-framework): only dump if
304         dump-signatures is set.
305
306         * scm/lily.scm (define-scheme-options): add dump-signatures option.
307
308         * scm/stencil.scm (write-system-signature): new routine: write
309         python parseable signature of a separate paper system.
310         BackportmeEnd.
311         
312 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
313
314         * lily/stanza-number-engraver.cc (process_music): use is_markup()
315         iso is_string().
316         include header.
317
318 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
319
320         * translator-group.cc: send music events to engravers in
321         non-bottom contexts.
322
323         * tuplet-engraver.cc: process tuplet brackets in correct order.
324
325 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
326
327         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
328         arg 2 might point us to a new binary (patch by Karl Hammar)
329         
330 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
331
332         * VERSION (PACKAGE_NAME): release 2.9.6
333
334         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
335
336         * Documentation/user/*.itely: 2nd
337         attempt: replace funindex -> findex globally.
338
339 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
340
341         * input/no-notation/display-lily-tests.ly: fix \applyOutput
342         test. Add \break, \pageBreak, \pageTurn, etc, tests.
343
344         * scm/define-music-display-methods.scm: display methods for
345         breaks. Fix \applyOutput.
346
347 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
348
349         * Documentation/user/macros.itexi: comment out funindex expansion. 
350
351         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
352         everywhere.
353
354         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
355         Karl Hammar. Backportme.
356  
357         * Documentation/user/advanced-notation.itely (Balloon help): idem.
358
359         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
360
361         * Documentation/user/programming-interface.itely (Running a
362         function on all layout objects): idem.
363
364         * Documentation/user/introduction.itely (Automated engraving):
365         update \applyOutput syntax
366
367         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
368         remove debugging hook.
369
370         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
371         expansion. 
372
373         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
374
375         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
376         TEXI2DVI_FLAGS to texi2dvi invocation. 
377
378 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
379
380         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
381         works. More work is done by iterator now, and engraver has been
382         very much simplified.
383
384         * lily/translator-group.cc: try_music is now invoked through a
385         listener
386
387         * lily/*-iterator.cc: Massive cleanups. Junked
388         try_music_in_children globally. Renamed try_music to report_event,
389         and made that method descend to a bottom context automatically.
390
391         * lily/event-iterator.cc: New file.
392
393         * lily/output-property-iterator.cc,
394         lily/old-lyric-combine-music-iterator.cc: Removed.
395
396         * python/convert-rules.py: Modified the syntax for \applyOutput.
397
398 2006-05-23  Graham Percival  <gpermus@gmail.com>
399
400         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
401         creation.
402
403         * Documentation/user/ various: stuff that might have helped
404         to fix the pdf creation, plus some minor doc additions.
405
406         * Documentation/user/changing-defaults.itely: remove @b from
407         @b{ @internasref{foo}}; this breaks texi2dvi -E.
408
409 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
410
411         * lily/beaming-pattern.cc (beamify): deal with negative start
412         moments for beaming patterns.
413
414 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
415
416         * lily/beaming-info.cc (beamify): new function: read beatLength
417         and beatGrouping from context. 
418
419         * input/regression/beam-beat-grouping.ly (Module): new file.
420
421         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
422
423         * lily/beam.cc (get_beam_segments): generate events for
424         max_connect_ case too.
425         (get_beam_segments): read Stem::max-beam-connect.
426
427         * input/regression/beam-single-stem.ly: new file.
428
429         * lily/stem.cc (set_beaming): use #f as signaling value for
430         beamcount 0.
431
432         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
433
434         * lily/beam.cc (set_beaming): read clip-edges property.
435         (calc_direction): don't suicide for single stem.
436
437         * lily/beaming-info.cc (best_splitpoint_index): take bool*
438         argument, remove 1<<15 hack. Remove clip_edges() 
439
440         * lily/hairpin.cc (print): only do padding for nonmusical bounds
441
442 2006-05-21  Graham Percival  <gpermus@gmail.com>
443
444         * Documentation/user/basic-notation.itely: reorg.
445
446         * Documentation/user/ various: minor fixes.
447
448 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
449
450         * lily/stencil-expression.cc (register_stencil_head): opps, append
451         to cdr of static SCM object.
452
453 2006-05-19  Graham Percival  <gpermus@gmail.com>
454
455         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
456         update framework for command index.  DOC WRITERS: use @funindex
457         instead of @cindex @code{}.
458
459         * Documentation/user/ various: replace @cindex @code{} => @funindex
460
461 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
462
463         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
464         case positions is set manually. 
465
466 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
467         
468         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
469         rules to Scheme.
470
471 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
472
473         * Documentation/user/changing-defaults.itely (Contexts explained):
474         use absolute dimension for @image.
475
476         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
477         out image for illustration too.
478         ($(outdir)/%.png): add more png <-> eps rules. 
479
480 2006-05-17  Graham Percival  <gpermus@gmail.com>
481
482         * Documentation/user/ various: remove trailing whitespace, cosmetic
483         change to reduce changes produced by diff.
484
485 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
486
487         * lily/main.cc (do_chroot_jail): correctness tweak.
488
489         * python/lilylib.py (system): import subprocess in system () only.
490
491         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
492
493         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
494         variable. Backportme.
495
496 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
497         
498         * lily/parser.yy: Change all syntax rules of type Music to SCM type
499
500 2006-05-17  Werner Lemberg  <wl@gnu.org>
501
502         * lily/lexer.ll (init_signature_has_table): Add
503         `scm-scm-music-music'.
504
505         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
506         (Generic_prefix_music_scm): Add rule for it.
507
508         * lily/quote-iterator.cc (Quote_iterator::process): Handle
509         `quoted-transposition' property.
510
511         * ly/music-functions-init.ly (transposedCueDuring): New function.
512
513         * scm/define-music-properties.scm (all-music-properties): Updated.
514
515         * Documenation/topdocs/NEWS.itely: Document it.
516
517 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
518
519         * python/lilylib.py (system): move import subprocess to system()
520         definition. 
521
522         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
523
524         * VERSION (PATCH_LEVEL): release 2.9.5
525         
526         * Documentation/topdocs/INSTALL.texi (Top): update versions and
527         build instructions. 
528
529         * ly/engraver-init.ly: switch on hairpinToBarline by default.
530
531 2006-05-16  Graham Percival  <gpermus@gmail.com>
532
533         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
534
535         * Documentation/user/ various: minor fixes.
536
537 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
538
539         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
540
541 2006-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
542
543         * Documentation/user/advanced-notation.itely (Instrument names):
544         Modified obsolete instruction on how to move instrument names away
545         from the staves. Hmm, at second thought the bug probably has been
546         solved, so the full bug description should probably be removed.
547
548 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
549
550         * lily/dynamic-engraver.cc (typeset_all): hang ending on
551         currentCommandColumn. 
552
553         * lily/hairpin.cc (print): also add padding for non-neighbor
554         hairpin bounds.
555
556         * scm/define-context-properties.scm
557         (all-user-translation-properties): add hairpinToBarline
558
559         * input/regression/hairpin-to-barline.ly: new file.
560
561         * lily/context.cc (internal_send_stream_event): thinko fix.
562
563         * lily/tie.cc (set_default_control_points): robustness fix.
564
565         * python/musicxml.py (Part.interpret): don't complain about
566         incomplete measures.
567
568         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
569         new music if last_event_chord() returned None.
570
571         * python/musicxml.py (Part.interpret): skip back over chord notes.
572
573 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
574         
575         * lily/percent-repeat-engraver.cc, lily/parser.yy,
576         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
577         lily/slash-repeat-engraver.cc,
578         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
579         iterator sends PercentEvents
580
581         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
582         rework tuplets: send start/stop events to engraver
583
584         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
585         dispatchers event-source and events-below to Context
586         
587 2006-05-15  Graham Percival  <gpermus@gmail.com>
588
589         * Documentation/user/README.txt: update info for doc writers.
590
591         * Documentation/user/programming-interface.itely: integrate
592         Nicolas' fixes for chapter rewrite.
593
594         * Documentation/user/ various: minor fixes.
595
596 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
597
598         * lily/clef-engraver.cc: cleanup.
599
600         * Documentation/user/GNUmakefile: dist context-example.eps too.
601
602         * lily/key-engraver.cc (create_key): use
603         explicitKeySignatureVisibility for cancellation too. 
604
605         * lily/font-config.cc (init_fontconfig): don't close file if
606         f==NULL. 
607
608 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
609
610         * Documentation/topdocs/NEWS.tely: niente and rotation news
611
612 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
613
614         * lily/include/stencil.hh
615         * lily/stencil.cc (rotate): new function. Makes it possible
616         to rotate a stencil around a given offset.
617
618         * lily/grob.cc (get_print_stencil): add rotation support
619
620         * lily/stencil-interpret.cc (interpret_stencil_expression):
621         add rotation support
622
623         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
624
625         * scm/define-grob-properties.scm: add 'rotation property
626
627         * scm/define-markup-commands.scm: add rotate markup command
628         
629         * scm/output-ps.scm: add rotation support in PostScript backend
630
631         * scm/output-svg.scm: add rotation support in SVG backend
632
633 2006-05-13  Graham Percival  <gpermus@gmail.com>
634
635         * Documentation/user/music-glossary.itely: French correction.
636
637         * Documentation/user/programming-interface.itely: major
638         new docs, some reorg, some info from Nicolas.
639
640         * Documentation/user/ various: small fixes.
641
642 2006-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
643
644         * Documentation/user/programming-interface.itely (Markup
645         programmer interface): Remove duplicate text.
646
647 2006-05-12  Graham Percival  <gpermus@gmail.com>
648
649         * Documentation/user/context-example.eps: new file.
650
651         * Documentation/user/changing-defaults.itely: set up file to
652         use eps image.
653
654         * Documentation/user/programming-interface.itely: changes
655         from mailist.
656
657 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
658
659         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
660
661 2006-05-11  Graham Percival  <gpermus@gmail.com>
662
663         * Documentation/user/programming-interface.itely: first round of
664         editing and merging emails from Nicolas.
665
666         * Documentation/user/scheme-tutorial: minor edit.
667
668 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
669
670         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
671         XML attributes.
672         (Xml_node.message): use it.
673
674         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
675         oops. Add duration argument.
676
677 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
678
679         * lily/paper-column-engraver.cc (make_columns):
680         * scm/define-grobs.scm: Revert my previous change and set the default
681         in define-grobs.scm instead.
682
683 2006-05-09  Graham Percival  <gpermus@gmail.com>
684         
685         * Documentation/user/changing-defaults.itely: general editing,
686         info about \set and \override.
687
688         * Documentation/user/tweaking.itely, advanced-notation.itely:
689         fixes from Dave Luttinen, thanks!
690
691 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
692
693         * lily/paper-column-engraver.cc (make_columns): By default, a column
694         needs to be breakable.
695
696 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
697
698         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
699         Attributes methods
700         (musicxml_time_to_lily): idem
701         (musicxml_key_to_lily): idem
702         (instrument_drumtype_dict): dict for supported drumtypes.
703         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
704         moments and pending mm rests
705         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
706         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
707         (musicxml_voice_to_lily_voice): add mode change.
708         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
709         speed and less memory usage (factor 5 to 10).
710         (convert): write -defs.ly  and driver file separately so people
711         can script their own part extraction.
712
713         * python/musicxml.py (minidom_demarshal_node): new function:
714         separate minidom handling.
715         (lxml_demarshal_node): new function: support lxml.etree too.
716         (Xml_node.message): new function: verbose error message, with XML
717         path to offending node.
718         (Attributes.get_measure_length): sane interface to MusicXML attributes.
719         (Part_list.generate_id_instrument_dict): new method: collect
720         instrument names, to be able to set drum_type.
721         (Part.interpret): handle underfull measures
722         (Part.interpret): assign instrument names.
723
724         * python/musicexp.py (Output_printer.close): new method
725         (MusicWrapper.print_ly): new class: support other modes,
726         eg. \drummode
727         (BarCheck.print_ly): new class. Support bar checks, with comments
728         and fancy barchecks. 
729         (NoteEvent.__init__): also set drum_type for drum notes.
730         (MultiMeasureRest.lisp_expression): dump mm rests.
731
732         * lily/paper-column-engraver.cc (stop_translation_timestep): set
733         line-break-permission if forbidBreak is not set.
734
735 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
736
737         * scm/define-context-properties.scm:
738         * scm/define-grob-properties.scm:
739         * scm/define-grobs.scm:
740         * scm/define-music-display-methods.scm:
741         * scm/define-music-properties.scm:
742         * scm/define-music-types.scm:
743         * scm/music-functions.scm:
744         * ly/declarations-init.ly:
745         * lily/include/constrained-breaking.hh:
746         * lily/system.cc:
747         * lily/spaceable-grob.cc:
748         * lily/simple-spacer.cc:
749         * lily/paper-score.cc:
750         * lily/paper-column.cc:
751         * lily/paper-column-engraver.cc:
752         * lily/item.cc:
753         * lily/gourlay-breaking.cc:
754         * lily/constrained-breaking.cc:
755         * python/convertrules.py:
756         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
757         "page-break-penalty" and "line-break-permission".
758         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
759         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
760
761         * lily/bar-engraver.cc:
762         * lily/beam-engraver.cc:
763         * lily/forbid-break-engraver.cc:
764         * lily/ligature-engraver.cc:
765         * lily/paper-column-engraver.cc:
766         * lily/percent-repeat-engraver.cc:
767         * lily/score-engraver.cc:
768         * lily/score-engraver.hh:
769         * lily/paper-column-engraver.hh:
770         Inter-engraver communication regarding line breaks is done through context
771         properties (Score.forbidBreak) instead of function calls.
772
773 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
774
775         * VERSION (PACKAGE_NAME): release 2.9.4
776
777 2006-05-08  Graham Percival  <gpermus@gmail.com>
778
779         * Documentation/user/working.itely: proofreading from Dave
780         Luttinen, thanks.
781
782         * Doucmentation/user/README.txt: updated with manual style info.
783
784         * Documentation/user/ various: trim linewidth to 78 chars.
785
786 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
787
788         * scm/define-grob-properties.scm (all-internal-grob-properties):
789         remove chord-tremolo property.
790
791         * lily/beam.cc (get_beam_segments): don't use stem position as
792         base for broken ends.
793
794 2006-05-06  Graham Percival  <gpermus@gmail.com>
795
796         * Documentation/user/putting.itely: proofreading from Dave
797         Luttinen, thanks!
798
799         * Documentation/user/ various: more reorg and clarifications.
800
801 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
802
803         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
804
805         * ly/music-functions-init.ly: new function featherDurations
806
807         * lily/beam.cc: read grow-direction for feathered beaming.
808
809         * Documentation/topdocs/NEWS.tely (Top): typo.
810
811 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
812
813         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
814         tremolo beams.
815
816 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
817         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
818         used by music streams.
819
820         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
821         lily/stream-event.cc, lily/stream-event-scheme.cc,
822         lily/listener.cc, lily/scheme-listener.cc,
823         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
824         lily/include/stream-event.hh, lily/include/listener.hh,
825         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
826         Created data structures for music streams.
827         
828 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
829
830         * lily/beam.cc (get_beam_segments): new function. Reorganise the
831         construction of a beam. 
832         (print): rewrite. 
833
834         * flower/include/std-vector.hh (default_compare): use only one comparison.
835
836         * scm/define-markup-commands.scm (note-by-number): remove debug display.
837         (note-by-number): further attachment fixes.
838
839         * scm/lily-library.scm (ordered-cons): new function.
840         (interval-index): new function
841
842         * lily/note-head-scheme.cc (LY_DEFINE): new file.
843
844         * lily/note-head.cc (get_stem_attachment): new function.
845
846         * scm/define-markup-commands.scm (note-by-number): read 'style
847         property. 
848
849         * input/regression/markup-note.ly: show note-head style option.
850
851         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
852         triangle head.
853
854 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
855
856         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
857
858         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
859
860         * lily/include/constrained-breaking.hh: GCC 4 fix.
861
862 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
863
864         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
865         Replace it with functions get_line_forces and get_line_configuration.
866         (class Simple_spacer): Make data private.
867         Rewrite compression algorithm to be faster and simpler.
868
869         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
870         * lily/gourlay-breaking.cc (solve):
871         * lily/constrained_breaking.cc (space_line):
872         Change it to the new simple-spacer code.
873
874         * lily/paper-score.cc (get_paper_systems):
875         (Paper_score):
876         (process):
877         Delay breaking the systems until they are requested.
878         (find_break_indices):
879         Use vsize for indices.
880         (calc_breaking):
881         Move the "Calculating line breaks" message here.
882
883         * lily/system.cc (pre_processing):
884         Move the "Calculating line breaks" message away from here.
885         (break_into_pieces):
886         Allow multiple calls to this function in sequence (with touching-but-
887         not-overlapping breakpoints).
888
889         * lily/constrained-breaking.cc:
890         Replace most of the get_XXXX functions with get_line_details.
891         Only calculate the force for each line. Calculate configurations only
892         for the lines we will actually use.
893         Replace cols_ with lines_.
894
895 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
896
897         * mf/GNUmakefile (depth): remove FC_FIND.
898
899         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
900
901         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
902
903         * scm/framework-ps.scm (write-preamble): new function.
904         (write-preamble): load mac fonts via fondu, even if gs-font-load
905         is set.
906
907 2006-05-03  Werner Lemberg  <wl@gnu.org>
908
909         * mf/GNUmakefile (FC_FIND): Fix typo.
910
911 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
912
913         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
914
915 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
916
917         * stepmake/aclocal.m4: run python-config for crosscompiling
918         flags. 
919
920         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
921         -f png for HTML, TEXINFO formats. 
922
923         * input/tutorial/lbook-html-test.html: new file.
924
925         * lily/include/tie-formatting-problem.hh (class
926         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
927         [column, direction]. This fixes laissez vibrer ties.
928  
929         * flower/include/tuple.hh (struct Tuple2): new file.
930
931         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
932         $(FCMATCH), only if $(NCSB_DIR) not set. 
933
934         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
935
936         * config.make.in (DOCUMENTATION): set FCMATCH.  
937
938         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
939
940 2006-05-03  Graham Percival  <gpermus@gmail.com>
941
942         * Documentation/user/ various: final round of reorg.
943
944         * Documentation/user/instrument-notation.itely: some more
945         fixes from Eduardo, thanks!
946
947 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
948
949         * VERSION (PACKAGE_NAME): release 2.9.3
950
951         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
952
953         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
954
955 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
956
957         * scm/define-grob-properties.scm (all-user-grob-properties):
958         Correct typo, thanks to Eduardo.
959
960 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
961
962         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
963
964         * buildscripts/lilypond-words.py (F): indent fix.
965
966         * input/regression/tie-arpeggio-collision.ly: new file.
967
968         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
969         function: store outlines per column rank.
970
971         * lily/include/tie-configuration.hh (class Tie_configuration): add
972         column_ranks_ to specification and configuration, to distinguish
973         between ties for different heads in arpegiated chords.
974
975         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
976
977         * *.py: more 4 space indents.
978
979         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
980
981 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
982
983         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
984
985 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
986
987         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
988
989         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
990
991         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
992
993 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
994
995         * python/convertrules.py (conv): indent 4 for python files.
996
997 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
998
999         * Documentation/user/changing-defaults.itely (Creating contexts):
1000         Clarify \new semantics.
1001
1002 2006-04-28  Graham Percival  <gpermus@gmail.com>
1003
1004         * Documentation/user/ various: major new sections in the
1005         Learning manual, slight reorg elsewhere.
1006
1007 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1008
1009         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
1010
1011         * scm/framework-ps.scm (output-framework): remove PageMedia
1012
1013 2006-04-27  Graham Percival  <gpermus@gmail.com>
1014
1015         * Documentation/user/ tweaks.itely, working.itely: new
1016         files, being more advanced "learning manual" chapters.
1017
1018         * Documentation/user/ tutorial, putting, lilypond: reorg.
1019
1020 2006-04-26  Graham Percival  <gpermus@gmail.com>
1021
1022         * input/regression/lyric-combine-polyphonic.ly: fixed test
1023         (no more "can't find context `one'" error).
1024
1025 2006-04-25  Joe Neeman <joeneeman@gmail.com>
1026
1027         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
1028
1029         * input/regression/stem-tremolo.ly: add 2 more whole note examples
1030         
1031 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1032
1033         * lily/relocate.cc (read_relocation_dir): new function.
1034
1035 2006-04-26  Graham Percival  <gpermus@gmail.com>
1036
1037         * Documentation/user/instrument-notation.itely: a few more fixes
1038         from Eduardo, thanks!
1039
1040         * Documentation/user/README.txt: new file; contains info on
1041         style that used to be in lilypond.tely.
1042
1043         * Documentation/user/ various: first round of doc reorg.
1044
1045         * Documentation/user/baer-flat-bw.png: remove alpha bit from
1046         graphic; this probably causes problems on some pdf
1047         viewers, notably Adobe Acrobat.
1048
1049 2006-04-24  Graham Percival  <gpermus@gmail.com>
1050
1051         * Documentation/user/instrument-notation.itely: many alterations
1052         to Vocal music, from Eduardo Viera.
1053
1054 2006-04-23  Graham Percival  <gpermus@gmail.com>
1055
1056         * Documentation/user/instrument-notation.itely: fix \new
1057         instead of \context problem.
1058
1059 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1060
1061         * lily/relocate.cc (expand_environment_variables): new function.
1062         (read_line): id.
1063         (read_relocation_file): id.
1064
1065         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
1066
1067 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
1068
1069         * ly/engraver-init.ly: remove old comments from TabVoice
1070
1071 2006-04-20  Graham Percival  <gpermus@gmail.com>
1072
1073         * Documentation/user/instrument-notation.itely: added Erlend's
1074         latest doc patch, thanks!
1075
1076 2006-04-19  Erlend Aasland <erlenda@gmail.com>
1077
1078         * lily/include/slur.hh:
1079         * lily/slur.cc:
1080         * lily/phrasing-slur-engraver.cc:
1081         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
1082         acknowledge_extra_object () from Phrasing_slur_engraver:: and
1083         Slur_engraver:: and putting it in
1084         Slur::auxiliary_acknowledge_extra_object ().
1085
1086         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
1087
1088         * lily/note-collision.cc: fix a comment
1089
1090 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1091
1092         * stepmake/bin/add-html-footer.py: fix footer position in
1093         generated html files: before </body> and </html> tags.
1094
1095 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1096
1097         * scripts/GNUmakefile: revert last "fix", which rather broke make.
1098         Earlier successive `make' commands finally compiled ok.
1099
1100         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
1101
1102 2006-04-18  Erlend Aasland <erlenda@gmail.com>
1103
1104         * lily/include/stem-tremolo.hh:
1105         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
1106         callers.
1107
1108         * lily/lookup.cc:
1109         * lily/include/lookup.hh: add rotated_box ()
1110
1111 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
1112
1113         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
1114         been generated. Fixes "can't get `--help'" bug after make clean.
1115
1116         * THANKS: alphabetize contributors.
1117
1118 2006-04-17  Graham Percival  <gpermus@gmail.com>
1119
1120         * Documentation/user/instrument-notation.itely: added Erlend's
1121         tabs and banjo doc patch.  Thanks!
1122
1123 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
1124
1125         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
1126
1127         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
1128
1129         * scm/output-lib.scm: add some more predefined string tunings.
1130
1131         * Documentation/user/instrument-notation.itely: and doc them.
1132
1133 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
1134
1135         * ly/engraver.ly: Remove obsolete comments.
1136
1137         * ly/gregorian-init.ly: Define default layout block.
1138
1139         * input/puer-fragment.ly: Updated and extended.
1140
1141 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
1144         pdf conversion behaviour.
1145
1146         * flower/file-name.cc (dir_name)
1147         (get_working_directory): Move from relocate.cc.
1148
1149         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
1150         
1151         * lily/relocate.cc: Encapsulate sys/stat.h in
1152         HAVE_STAT_H.
1153
1154 2006-04-14  Graham Percival  <gpermus@gmail.com>
1155
1156         * Documentation/user/ various: small updates from Cameron
1157         and Juergen, thanks!
1158
1159         * Documentation/user/ various: small updates of my own.
1160
1161         * THANKS: 2.7 -> 2.8.
1162
1163 2006-04-11  Graham Percival  <gpermus@gmail.com>
1164
1165         * scm/define-context-properties.scm: typo.
1166
1167         * Documentation/user/ : many more small updates.
1168
1169 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
1170
1171         * scm/define-music-types.scm: disposed "docme".
1172
1173 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
1174
1175         * lily/hairpin.cc: make niente circles a bit smaller.
1176
1177 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1178
1179         * mf/GNUmakefile: remove redundant mftrace check. Also remove
1180         get-pfa and get-*-fonts targets.
1181
1182 2006-04-10  Graham Percival  <gpermus@gmail.com>
1183
1184         * THANKS, Documentation/user/ basic-notation, advanced-notation,
1185         music-glossary, programming-interface: more minor fixes
1186         from mailist.
1187
1188         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
1189
1190         * scm/define-context-properties.scm: another old \property update.
1191         This time tested for compiling!
1192
1193 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
1194
1195         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
1196
1197 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1198
1199         * scm/define-context-properties.scm (all-user-translation-properties): 
1200         * Documentation/user/global.itely (Page formatting): Compile fix.
1201
1202 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1203
1204         * Documentation/user/advanced-notation.itely (Polymetric
1205         notation): Update the example to use the "+" symbol and add link
1206         to input/test/compound-time.ly.
1207
1208 2006-04-08  Graham Percival  <gpermus@gmail.com>
1209
1210         * scm/define-grob-properties.scm: clarify docs for #'direction.
1211
1212         * scm/define-context-properties.scm: update old \property override.
1213
1214         * Documentation/user/ advanced-notation, global, lilypond-book:
1215         more minor doc updates.
1216
1217 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1218
1219         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
1220
1221         * scm/backend-library.scm (search-gs): oops.
1222
1223 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1224
1225         * scripts/lilypond-book.py (output): use base, not filename for href.
1226
1227         * scm/backend-library.scm: only look for gs.
1228
1229         * scripts/lilypond-book.py (output): fix printfilename.
1230
1231         * lily/parser.yy (music_function_musicless_prefix): fold together
1232         definitions of signature (SCM*) (Music|post_event|chord_body_element)
1233
1234         * lily/slur.cc (print): only set font-size if not set yet.
1235
1236         * lily/slur-configuration.cc (add_score): improved layout of debug
1237         scoring output.
1238
1239 2006-04-05  David Feuer  <David.Feuer@gmail.com>
1240
1241         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
1242         (draw_circle): Hopefully fixed regression.
1243         Improved documentation for several procedures.
1244         
1245 2006-03-04  Werner Lemberg  <wl@gnu.org>
1246
1247         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
1248
1249 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1250
1251         * scripts/musicxml2ly.py (bindir): add dynamic
1252         relocation. 
1253
1254 2006-04-04  Graham Percival  <gpermus@gmail.com>
1255
1256         * Documentation/user/ basic-notation, advanced-notation, putting,
1257         instrument-notation, invoking, lilypond, THANKS: another ream of small
1258         fixes from the Doc Helpers.
1259
1260 2006-04-03  David Feuer  <David.Feuer@gmail.com>
1261
1262         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
1263
1264         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
1265
1266         * Cleaned up interfaces between PostScript and Scheme, and moved
1267         computations from PostScript to Scheme:
1268
1269         * music-drawing-routines.ps
1270         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
1271         with stroke_and_fill throughout.
1272         (euclidean_length, print_letter, draw_box): Deleted unused
1273         procedures.  If someone needs draw_box, implement it using
1274         draw_round_box; don't duplicate code.
1275         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
1276         Refactored/cleaned up interfaces.
1277         (mark_URI): Moved.
1278
1279         * output-ps.scm: reordered arguments to PostScript functions to
1280         match new interfaces
1281         (glyph-string): Rewrote glyph-string.
1282         (grob-cause): Replaced string-append with format.
1283         (repeat-slash): Rewrote to do computation here.
1284         (round-filled-box): Rewrote to do computation here.
1285
1286 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
1287
1288         * stepmake/stepmake/generic-targets.make: add cvs-clean target
1289
1290         * stepmake/stepmake/toplevel- targets.make: print help info about
1291         cvs-clean
1292
1293 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1294
1295         * input/regression/hairpin-circled.ly: new file
1296
1297 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
1298
1299         * lily/hairpin.cc (print): add support for circled tip
1300
1301         * scm/define-grob-properties.scm: add circled-tip parameter
1302
1303         * scm/define-grobs.scm: init circled-tip to false
1304         
1305 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1306
1307         * scm/music-functions.scm (quote-substitute): set
1308         iterators-ctor. 
1309
1310 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1311
1312         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
1313         BSTINPUTS. 
1314
1315         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
1316
1317         * scm/output-ps.scm (glyph-string): revert cid selectfont.
1318
1319 2006-03-31  David Feuer  <david.feuer@gmail.com>
1320         
1321         * scm/framework-ps.scm:
1322         
1323         * scm/output-ps.scm: glyph-string now produces smaller, more
1324         readable, and probably faster PostScript.  Several findfont
1325         scalefont setfont instances changed to selectfont
1326         Hacked-up string-appends changed to formats.
1327
1328         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
1329         
1330 2006-03-30  Graham Percival  <gpermus@gmail.com>
1331
1332         * scm/lily-library.scm: make "no version" warning message more polite.
1333
1334         * lily/music.cc: add double quotes to failed octave check.
1335
1336         * Documentation/user/ advanced-notation, changing-defaults,
1337         instrument-notation, invoking, music-glossary: whole bunch of minor
1338         fixes from mailist.
1339
1340 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1341
1342         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
1343         $(buildscriptdir) iso. depth.
1344
1345         * VERSION (PACKAGE_NAME): release 2.9.1
1346
1347 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1348
1349         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
1350
1351         * VERSION (PATCH_LEVEL): bump version number.
1352
1353         * flower/include/guile-compatibility.hh (scm_from_uint32): add
1354         scm_from_uint32 ()
1355
1356         * lily/pango-font.cc (pango_item_string_stencil): use
1357         scm_from_uint32 ()
1358
1359         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1360         $(outdir)/emmentaler-%.svg): remove canary.
1361
1362         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
1363         glyphnames if we have a ttf font.
1364
1365 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1366
1367         * Documentation/user/advanced-notation.itely (Font selection):
1368         Corrected reference to the font-family-override.ly example.
1369
1370 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1371         
1372         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
1373         stem-tremolo object in the stem (or else the stem might not be
1374         long enough).
1375
1376 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1377
1378         * lily/ttf.cc (print_trailer): only print existing glyphs.
1379
1380 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
1381
1382         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
1383         position the tremolo based on the position of the notehead.
1384
1385         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
1386         notes and update the texidoc line with the new positioning rules.
1387         
1388 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1389
1390         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
1391
1392         * scripts/lilypond-book.py (Module): set default for linewidth if
1393         preamble not found.
1394
1395 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1396
1397         * VERSION (PACKAGE_NAME): release 2.9.0.
1398
1399         * input/regression/stem-tremolo-position.ly: new file.
1400
1401         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
1402
1403 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
1404
1405         * lily/stem-tremolo.cc (print): position
1406         the tremolo depending only on the end of the stem
1407         and not on the notehead
1408         (raw_stencil): center, on the middle staff line, the
1409         flag that is closest to the end of the stem (previously
1410         the bottom flag)
1411         (calc_width): add this callback to shorten a tremolo when
1412         it is beamed or it is stemup with a flag
1413         (style): add this callback to make a tremolo rectangular when
1414         it is beamed or it is stemup with a flag
1415         (rotated_box): this is like Lookup::beam but makes a rotated
1416         rectangle instead of a parallelogram
1417
1418         * lily/stem.cc (calc_stem_info): make sure the stem
1419         is long enough to fit the tremolo
1420         (calc-length): reduce the length of tremolo stems since the
1421         tremolo code is now capable of better positioning
1422
1423         * scm/define-grobs.scm: make calc_width the default beam-width
1424         callback for stem-tremolo and add the style callback
1425                 
1426 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1427
1428         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
1429         case. 
1430
1431 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1432
1433         * lily/ttf.cc (make_index_to_charcode_map): restore old
1434         cmap. 
1435
1436 2006-03-28  Werner Lemberg  <wl@gnu.org>
1437
1438         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
1439
1440 2006-03-28  Graham Percival  <gpermus@gmail.com>
1441
1442         * THANKS: update for 2.9, add section for Documentation helpers.
1443
1444         * Documentation/topdocs/NEWS.tely: compile fix.
1445
1446         * Documentation/user/ basic-notation, global, advanced-notation,
1447         examples.itely: minor fixes from mailist.
1448
1449 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1450
1451         * mf/feta-bolletjes.mf: match width of solfa notes with normal
1452         note heads. 
1453
1454         * lily/ttf.cc (print_trailer): use it.
1455
1456         * lily/pango-font.cc (get_unicode_name): new function.
1457
1458         * lily/ttf.cc (make_index_to_charcode_map): move function from
1459         open-type-font.cc
1460         (print_trailer): substitute uniXXXX name if applicable. 
1461
1462         * lily/pango-font.cc (get_index_to_charcode_map): new function.
1463         (pango_item_string_stencil): use it to generate uniXXXX names.
1464
1465         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
1466         note heads, for uniform widths in shape note output.
1467         (overdone_heads): hmm. remove them again.
1468
1469         * scripts/lilypond-book.py (output): add links to filenames.
1470
1471         * Documentation/topdocs/INSTALL.texi (Top): update versions.
1472
1473         * lily/note-collision.cc (get_clash_groups): only consider when
1474         Note_column::dir <> CENTER. 
1475
1476         * scripts/lilypond-book.py (get_option_parser): init output_name
1477         to ''. 
1478
1479 2006-03-24  Graham Percival  <gpermus@gmail.com>
1480
1481         * Documentation/topdocs/NEWS.tely: add @end itemize
1482
1483         * Documentation/user/ global, advanced-notation: minor
1484         stuff from mailist.
1485
1486 2006-03-23  Graham Percival  <gpermus@gmail.com>
1487
1488         * Documentation/user/ lilypond.tely, music-glossary,
1489         preface: housekeeping; 2005->2006, remove "notes for 2.6"
1490
1491 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1492
1493         * mf/GNUmakefile: don't install .enc files.
1494
1495         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
1496
1497         * VERSION (PATCH_LEVEL): bump to 2.9.0
1498
1499 2006-03-22  Graham Percival  <gpermus@gmail.com>
1500
1501         * Documentation/user/advanced-notation.itely: minor fixes
1502         from mailist.
1503
1504 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1505
1506         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
1507
1508         * branch lilypond_2_8
1509
1510 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1511
1512         * scripts/lilypond-book.py (samefile): new function, for windoze
1513         compatibility.
1514
1515 2006-03-21  Graham Percival  <gpermus@gmail.com>
1516
1517         * ly/engraver-init.ly: add info about StaffGroup.
1518
1519 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
1520
1521         * input/regression/stem-direction-context.ly: idem.
1522
1523         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
1524
1525         * THANKS: add Mats.
1526
1527         * input/regression/page-layout-twopass.ly: comment out \markup so
1528         tweak-file is left.
1529
1530         * lily/instrument-name-engraver.cc (finalize): add to instrument
1531         name global System. This also fixes chopped instrument names, but
1532         doesn't crash when there are slurs/beams.
1533
1534         * lily/slur-configuration.cc (add_score): disallow negative slur
1535         scores.
1536         
1537 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
1540
1541         * lily/instrument-name-engraver.cc (process_music): kludge: add
1542         InstrumentName spanner to axis group of left bound. Fixes chopped
1543         off instrument names in EPS images.
1544
1545         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
1546
1547         * scripts/abc2ly.py (option_parser): update to 2.7.40
1548
1549 2006-03-20  Graham Percival  <gpermus@gmail.com>
1550
1551         * THANKS: move small doc contributors to SUGGESTIONS.
1552
1553         * Documentation/user/ basic-notation, advanced-notation,
1554         global: small changes from mailist.
1555
1556 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1557
1558         * Documentation/user/advanced-notation.itely (Text marks): update
1559         for new rehearsalMarkAlignSymbol convention.
1560
1561         * VERSION (PATCH_LEVEL): bump version.
1562
1563         * input/test/instrument-name-align.ly: new file.
1564
1565         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
1566
1567         * input/test/instrument-name-align.ly: new file. Document how to
1568         align instrument names.
1569
1570         * lily/mark-engraver.cc: remove properties.
1571
1572         * scm/define-context-properties.scm
1573         (all-user-translation-properties): remove align symbol properties
1574         for barnumber/reh. mark.
1575
1576         * lily/break-align-interface.cc (self_align_callback): new
1577         interface, new function. Look at complete alignment. This handles
1578         tunable break alignments in case break-align-symbols are missing.
1579
1580         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
1581
1582         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
1583
1584         * python/convertrules.py (conv): mark/bar number alignment rule.
1585
1586         * lily/break-align-interface.cc (calc_positioning_done): also
1587         store offset from last visible break-alignment to its
1588         neighbor. This makes alignment on non-visible objects more reliable.
1589
1590         * po/lilypond.pot (Module): ran po-replace.
1591
1592         * input/regression/tie-single-manual.ly (Module): new file.
1593
1594         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1595         look at has_manual_position_.
1596         (from_ties): set has_manual_position_ if tie has staff-position set.
1597
1598         * lily/tuplet-bracket.cc (calc_positions): idem.
1599
1600         * lily/tuplet-number.cc (print): don't print tupletnumber if it
1601         doesn't span time.
1602
1603 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1604
1605         * scm/define-markup-commands.scm (smallCaps): new markup command
1606         for turning a text to small caps using smaller font size and upper
1607         casing.
1608
1609 2006-03-17  Graham Percival  <gpermus@gmail.com>
1610
1611         * Documentation/user/ examples, instrument-notation,
1612         advnaced-notation: minor fixes from mailist.
1613
1614 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1615
1616         * Documentation/user/tutorial.itely (First steps): change example
1617         to verbatim.  
1618
1619 2006-03-17  Graham Percival  <gpermus@gmail.com>
1620
1621         * Documentation/user/ examples, advanced: minor changes from mailist.
1622
1623         * THANKS: add Geoff Horton, for documentation stuff.
1624
1625 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1626
1627         * python/lilylib.py (system): revert have_select kludge.
1628
1629         * Documentation/user/tutorial.itely (Commenting input files):
1630         update version numbers in doc. 
1631
1632         * scm/define-grob-interfaces.scm (multi-measure-interface): add
1633         bound-padding to multi-measure-interface
1634
1635 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1636
1637         * input/test/engraver-example.ily: update version number.
1638
1639         * VERSION (PACKAGE_NAME): release 2.7.39
1640
1641         * lily/note-spacing.cc (get_spacing): heighten threshold where
1642         accidentals/arpeggios influence previous spacing fully.
1643
1644         * lily/rest.cc (y_offset_callback): only use direction if
1645         staff-position wasn't set before.
1646
1647         * lily/bar-number-engraver.cc: add support for
1648         barNumberAlignSymbol. 
1649         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
1650
1651         * lily/pointer-group-interface.cc (set_ordered): new function. 
1652         (add_unordered_grob): new function.
1653
1654         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
1655         to ordered, unless the opposite has been proved.  This fixes
1656         random reordering of large object groups across linebreaks,
1657         eg. beams.
1658
1659         * lily/main.cc (do_chroot_jail): printf format fix.
1660
1661         * lily/tie-formatting-problem.cc (generate_configuration):
1662         multiply y-shift for dot with direction.
1663  
1664         * scm/define-markup-commands.scm (note-by-number): put (magstep
1665         size) in y-attach too.
1666
1667         * Documentation/topdocs/NEWS.tely (Top): show override.
1668
1669         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
1670         direction for stems.
1671         
1672 2006-03-15  Graham Percival  <gpermus@gmail.com>
1673
1674         * Documentation/user/ changing-defaults, global: minor
1675         fixes from mailist.
1676
1677 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1678
1679         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
1680
1681         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
1682         breakable items after uniformly stretched notes.
1683
1684         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
1685         outline with outer edge of note heads. This prevents infinity
1686         problems with tied whole notes.
1687
1688         * scripts/lilypond-book.py (do_file): use os.popen
1689
1690         * python/convertrules.py (conv): add rule for Stem #'beamed-*
1691
1692 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
1693
1694         * Documentation/user/invoking.itely: Add ragged-right to bug report
1695         guidelines.
1696
1697 2006-03-14  Graham Percival  <gpermus@gmail.com>
1698
1699         * Documentation/user/global.itely: small fix from mailist.
1700
1701 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1702
1703         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
1704         file descriptor returned by tempfile.mkstemp() when writing
1705         to tmpfile and closing it. Solves problem with unlink(tmpfile)
1706         on mingw.
1707
1708 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * po/fi.po: newline bugfix.
1711
1712 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1713
1714         * scm/paper.scm (paper-alist): Rounding fixes.
1715
1716 2006-03-13  Graham Percival  <gpermus@gmail.com>
1717
1718         * Documentation/user/ changing-defaults, instrument-notation,
1719         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
1720
1721 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
1722
1723         * po/fi.po: update.
1724
1725 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1726
1727         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
1728         mailto: to http:// 
1729
1730         * python/lilylib.py (print_environment): move ps_page_count to
1731         lilypond-book.py
1732
1733 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1734
1735         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
1736
1737         * scm/framework-ps.scm (embed-document): new function. Use to
1738         embed PFA files.
1739
1740         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
1741
1742 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1743
1744         * Documentation/user/instrument-notation.itely (Setting simple
1745         songs): Added \book{...} around the full example, so the separate
1746         markups are included in the printed example. 
1747
1748 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1749
1750         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
1751         tmphandle.
1752
1753         * python/lilylib.py (system): rewrite system() using
1754         subprocess. Remove >& redirection trickery.
1755
1756 2006-03-11  Graham Percival  <gpermus@gmail.com>
1757
1758         * Documentation/user/ changing-defaults, global, scheme-tutorial,
1759         notation-appendices.itely: minor fixes from mailist.
1760
1761 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1762
1763         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
1764         unsplit man also needs images.
1765
1766         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
1767
1768         * VERSION (PACKAGE_NAME): 2.7.38 released.
1769
1770 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1771
1772         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
1773         log in output dir.
1774
1775 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
1776
1777         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
1778         respects the Score.skipTypesetting property.
1779         
1780 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1781
1782         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
1783         Prolog. No %%EOF after CFF file.
1784
1785 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
1786         
1787         * lily/constrained-breaking.cc (get_max_systems): used to return a
1788         much too big value
1789         (combine_demerits): use pointers to reduce copying data
1790         (calc_subproblem): idem
1791         (get_page_penalty): add page turn penalties
1792         
1793 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1794
1795         * Documentation/user/invoking.itely (Invoking lilypond): better
1796         explanation of -e usage.
1797
1798         * lily/main.cc (main_with_guile): don't append to
1799         init_scheme_code_string
1800
1801         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
1802
1803         * Documentation/user/invoking.itely: add note about MacOS X scripts.
1804
1805         * scripts/convert-ly.py (do_options): don't print help for
1806         --show-rules rule.
1807
1808         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
1809         @code and @example. Update from texinfo.tex from CVS.
1810
1811 2006-03-08  Graham Percival  <gpermus@gmail.com>
1812
1813         * Documentation/user/scheme-tutorial.itely: clarifies distances
1814         measured in staff-spaces.
1815
1816 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1817
1818         * lily/slur.cc (outside_slur_callback): only calculate offsets if
1819         consider[k] is true.
1820
1821         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
1822
1823         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
1824         consider columns that have originals.  Unifies spacing for mm
1825         rests around line breaks.
1826
1827         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
1828         (set_text_rods): idem.
1829         (calculate_spacing_rods): new function: share code between
1830         set_text_rods and set_spacing_rods.
1831         (set_text_rods): take extents of bounds into account.  
1832
1833 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1834
1835         * Documentation/user/basic-notation.itely (Writing music in
1836         parallel): don't use relative.
1837
1838 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1839
1840         * ly/music-functions-init.ly (Module): add shiftDurations
1841
1842         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
1843
1844         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
1845
1846         * ly/engraver-init.ly: init vocalName to nil.
1847
1848 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
1849
1850         * scm/music-functions.scm (music->make-music): bugfix,
1851         KeyChangeEvents are now handled correctly.
1852
1853         * scripts/lilypond-book.py: Add --debug option.
1854
1855 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1856
1857         * python/lilylib.py: add tempfile.
1858
1859 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1860
1861         * VERSION (PACKAGE_NAME): release 2.7.37
1862
1863         * python/lilylib.py (ps_page_count): remove make_ps_images().
1864         (ps_page_count): remove mkdir_p
1865         (system): remove cleanup_temp.
1866         (exit): remove lilypond_version_(check)
1867         (error_log): remove pseudo_filter_p
1868         remove read_pipe
1869         remove cp_to_dir
1870         remove identify
1871
1872         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1873         use __main__
1874
1875         * lily/accidental-engraver.cc (make_standard_accidental): only add
1876         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1877
1878         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1879         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1880         Make incompatibilities.
1881
1882         * scm/output-ps.scm (grob-cause): replace backslashes by /
1883         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1884
1885 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1886
1887         * cygwin/GNUmakefile: Install fixes.
1888
1889         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1890
1891         * lily/note-head.cc (head::get_balltype): Compile fix.
1892
1893         * flower/file-name.cc (dos_to_posix): Flower string fix.
1894
1895 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1896
1897         * python/lilylib.py: pychecker cleanups.
1898
1899         * scripts/lilypond-book.py
1900         (Lilypond_snippet.output_print_filename): pychecker cleanups
1901
1902         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1903
1904         * python/lilylib.py (underscore): remove identify() , warranty()
1905
1906         * ps/music-drawing-routines.ps: change Border routine for GSView
1907         compatibility.
1908
1909         * lily/stem.cc (height): use quantize-positions.  This triggers
1910         set_stem_lengths, so scripts on beamed stems are handled correctly.
1911
1912         * lily/side-position-interface.cc (aligned_side): check if edges
1913         of script are inside staff. Fixes accent of edge of the staff.
1914
1915         * input/regression/staccato-pos.ly: more examples.
1916
1917         * stepmake/aclocal.m4 (depth): fix bashism.
1918
1919         * lily/lyric-combine-music-iterator.cc: move from
1920         new-lyric-combine-iterator.cc
1921         (process): add pending_grace_lyric_ member to delay lyrics on
1922         grace notes.
1923
1924         * lily/system-start-text.cc (print): suicide if we don't have any
1925         elements. Fixes hara kiri'd instrument names.
1926
1927         * scripts/mup2ly.py (Module): remove.
1928
1929 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1930
1931         * Documentation/user/global.itely (A single music expression):
1932         close @lilypond properly
1933
1934         * lily/volta-bracket.cc (modify_edge_height): change from
1935         after_line_breaking_callback. Suicide last bracket if appropriate.
1936  
1937         * python/lilylib.py: strip getopt support
1938
1939         * scripts/etf2ly.py (do_options): use optparse
1940
1941         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1942
1943         * scripts/abc2ly.py (voices): use optparse.
1944
1945         * stepmake/stepmake/generic-vars.make: new function absdir.
1946
1947         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1948
1949         * scripts/lilypond-book.py (find_file): use global_options for
1950         include path
1951
1952         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1953         entering C code.
1954
1955 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1956
1957         * python/lilylib.py (get_global_option): ughness for extracting
1958         global options from lilylib.
1959         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1960
1961         * scripts/lilypond-book.py (get_option_parser): use optparse for
1962         option handling.  Put options in global_options variable.
1963
1964 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1965
1966         * Documentation/index.html.in: clarify.
1967
1968 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1969
1970         * scm/layout-page-layout.scm (write-page-breaks): add a
1971         music-system-heights property to the page layout output.
1972
1973         * scm/page.scm (make-page-stencil): take footer into account when
1974         computing the 'space-left page property
1975         (annotate-space-left): take footer into account when annonating
1976         space left.
1977
1978 2006-02-28  Graham Percival  <gpermus@gmail.com>
1979
1980         * Documentation/user/ advanced-notation, global: more (final)
1981         docs for music expressions, removed special fermatas.
1982
1983 2006-02-27  Graham Percival  <gpermus@gmail.com>
1984
1985         * Documentation/user/ basic-notation, global: minor changes
1986         from mailist.
1987
1988 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1989
1990         * scm/framework-ps.scm:         
1991         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1992         layer for inf? and nan? from framework-ps to lily-library.
1993
1994 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1995
1996         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1997         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1998
1999         * buildscripts/substitute-encoding.py (Module): remove file.
2000
2001         * mf/GNUmakefile: more PFA strippage.
2002
2003         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
2004
2005         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
2006         generation
2007
2008         * scm/framework-ps.scm: remove font name munging.
2009
2010         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
2011
2012 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2013
2014         * scm/markup.scm (define-markup-command): change
2015         def-markup-command to define-markup-command
2016
2017         * scm/music-functions.scm (define-music-function): change
2018         def-music-function to define-music-function.
2019
2020         * python/convertrules.py (conv): rules for def-music-function
2021         and def-markup-commands
2022
2023         * Documentation/user/programming-interface.itely,
2024         input/no-notation/display-lily-tests.ly,
2025         input/regression/lily-in-scheme.ly,
2026         input/regression/markup-user.ly,
2027         input/regression/music-function.ly, input/regression/tie-chord.ly,
2028         scm/fret-diagrams.scm, ly/music-functions-init.ly,
2029         ly/gregorian-init.ly: use new macro names (define-music-function,
2030         define-markup-command).
2031
2032 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2033
2034         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
2035         (output): add comments to lp-book latex output.
2036
2037         * GNUmakefile.in (footifymail): use gmane address for webpage bug
2038         address.
2039
2040 2006-02-23  Graham Percival  <gpermus@gmail.com>
2041
2042         * Documentation/user/ tutorial, global: minor changes.
2043
2044 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2045
2046         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
2047         blocks (for make 3.80)
2048
2049         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
2050         \notemode so that user should not have to explicitely type it.
2051
2052         * scm/define-music-display-methods.scm: various
2053         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
2054         constructs)
2055
2056         * input/no-notation/display-lily-tests.ly: new tests for
2057         \applyOutput and \applyContext
2058
2059 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2060
2061         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
2062         changed it slightly so that the number of systems returned by
2063         solve () will be the same as the last value passed to resize
2064         (). I've also added more documentation, removed casts, fixed style
2065         problems and put in some recovery if constraints aren't satisfied."
2066
2067 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2068
2069         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
2070         for emacs < 22 compatibility.
2071         (count-rexp): Use it.
2072         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
2073         substring juggling (Milan Zamazal).
2074
2075 2006-02-23  Graham Percival  <gpermus@gmail.com>
2076
2077         * Documentation/user/ basic-notation, advanced-notation,
2078         global.itely, invoking.itely, tutorial,itely:
2079         minor fixes from mailist.
2080
2081         * scm/define-markup-commands.scm: improve docs of \filled-box.
2082
2083 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
2084
2085         * Documentation/index.html.in: changes concern the previous release.
2086
2087         * input/regression/+.ly: cultivate typographical terminology.
2088
2089 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2090
2091         * scm/define-grob-interfaces.scm (parentheses-interface): add
2092         padding to parentheses-interface.
2093
2094         * Documentation/user/GNUmakefile: remove $(CROSS) support from
2095         Documentation/user/GNUmakefile. Use --disable-documentation for that.
2096
2097         * VERSION (PATCH_LEVEL): release 2.7.36
2098
2099         * lily/slur.cc: add avoid-slur (ugh.)
2100         
2101         * lily/slur-configuration.cc (fit_factor): oops, skip point if
2102         intersection gets smaller. This fixes slurs over extreme points.
2103
2104         * lily/melody-engraver.cc (stop_translation_timestep): ignore
2105         stems with neutral-direction set.
2106
2107         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
2108
2109         * lily/open-type-font.cc (load_table): format error.
2110
2111         * lily/change-iterator.cc (process): format fix.
2112
2113         * flower/include/international.hh (_f): idem.
2114
2115         * flower/include/std-string.hh: add format printf attribute.
2116
2117         * scm/define-grobs.scm (all-grob-descriptions): height of all
2118         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
2119
2120         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
2121         ambitus lines.
2122
2123         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
2124
2125 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
2126
2127         * input/regression/: upgraded syntax for some files.
2128
2129         * THANKS: Add bughunters.
2130
2131 2006-02-22  Graham Percival  <gpermus@gmail.com>
2132
2133         * Documentation/user/ invoking.itely, advanced-notation.itely,
2134         global.itely: long-awaited "let's make chapter 10 not suck"
2135         update.  Rearrange chapter 10; now called "global issues",
2136         addresses file structure, etc.  Some info from other files
2137         moved into global.itely.
2138
2139 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2140
2141         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
2142         catch trill-span-event notes.
2143
2144         * Documentation/user/examples.itely (Ancient notation templates): typo.
2145         (Jazz combo): typo.
2146
2147         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
2148
2149         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
2150
2151         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
2152
2153         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
2154
2155         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
2156         froum Laissez_vibrer_engraver.
2157
2158         * ly/declarations-init.ly (repeatTie): add \repeatTie
2159
2160         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
2161
2162         * scm/define-grob-properties.scm (all-user-grob-properties): add
2163         head-direction property.
2164
2165         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
2166         from_lv_ties. Take head direction argument.
2167
2168         * lily/semi-tie-column.cc: rename from
2169         laissez-vibrer-tie-column.cc. Rename class too.
2170
2171         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
2172         class too.
2173
2174         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
2175
2176         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
2177         0 case.
2178         (find_breaks): idem.
2179
2180 2006-02-21  Graham Percival  <gpermus@gmail.com>
2181
2182         * Documentation/user/advanced-notation.itely: fixed make-moment]
2183         example.
2184
2185         * Documentation/user/basic-notation.itely: more clarification to
2186         transpose.
2187
2188 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2189
2190         * lily/include/constrained-breaking.hh (class
2191         Constrained_breaking): new file.
2192
2193         * lily/constrained-breaking.cc (resize): new file.
2194
2195         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
2196
2197         * Documentation/user/advanced-notation.itely (Clusters): insert
2198         end ignore too.
2199
2200         * lily/tie-column.cc (calc_positioning_done): support for
2201         tie-score debugging
2202
2203         * lily/tie-formatting-problem.cc
2204         (generate_extremal_tie_variations): factor out.
2205         (score_ties_configuration): annotate all tie 
2206         (print_ties_configuration): new routine.
2207         (generate_configuration): nudge extremal ties outside of the head
2208         Y extents.
2209         (score_ties_configuration): oops. convert to staff-space before
2210         determining position symmetry.
2211
2212 2006-02-20  Graham Percival  <gpermus@gmail.com>
2213
2214         * Documentation/user/*-notation.itely: misc minor editing,
2215         shifting doc sections around.
2216
2217         * Documentation/user/*-notation-itely, global.itely,
2218         changing-defaults.itely: added new stuff from NEWS.
2219
2220 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
2221
2222         * po/fi.po: update.
2223
2224 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2225
2226         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
2227         lilypond --verbose for lp-book.
2228
2229         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2230         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
2231
2232         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
2233         $(buildscript-dir) iso. absolute depth.
2234
2235         * buildscripts/genicon.py (dir): thinko.
2236
2237         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
2238
2239 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
2240
2241         * scm/output-lib.scm: swap darkcyan/darkyellow
2242
2243         * THANKS: Add bughunters.
2244
2245 2006-02-19  Graham Percival  <gpermus@gmail.com>
2246
2247         * Documentation/user/programming-interfaces.itely: fixed example.
2248
2249         * Documentation/user/instrument-notation.itely: fix @{ @}.
2250
2251         * scm/script.scm: add avoid-slur for \open.
2252
2253 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2254
2255         * lily/tie-formatting-problem.cc (score_configuration): use
2256         sliding score for min-length. 
2257
2258         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
2259         spaghetti for icons.
2260
2261         * buildscripts/genicon.py (program_name): new file.
2262
2263         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
2264         in outline too.  
2265         (generate_configuration): for small ties, also look for collisions
2266         at Y + DIR*h + DELTA_Y.
2267         (get_variations): consider variation for dot positions too.
2268
2269         * lily/side-position-interface.cc (aligned_side): take abs for
2270         quantized rounded position. Fixes tenuto below staff.
2271
2272         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
2273         markers when necessary.
2274
2275         * lily/program-option.cc (internal_set_option): add
2276         strict_infinity_checking option.
2277
2278         * scm/output-lib.scm (cyan): swap yellow and cyan.
2279
2280 2006-02-19  Graham Percival  <gpermus@gmail.com>
2281
2282         * darwin.patch: trivial linenumber update.
2283
2284         * Documentation/user/ {various}: `\context foo = named' changed
2285         to `\new foo = "name"' in docs.
2286
2287 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2288
2289         * scm/stencil.scm (annotate-y-interval): use it.
2290
2291         * scm/lily-library.scm (interval-sane?): new function.
2292
2293         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
2294         tfm_checksum stuff.
2295
2296         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
2297         common refpoint.
2298
2299         * flower/include/std-vector.hh (iterof): add iterof macro.
2300
2301         * lily/enclosing-bracket.cc (width): new function.
2302
2303         * lily/align-interface.cc (align_elements_to_extents): reinstate
2304         warning.
2305
2306 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
2307
2308         * Documentation/index.html.in: fix spelling: thankyous.
2309
2310 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2311
2312         * lily/lyric-hyphen.cc: typo.
2313
2314 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2315
2316         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
2317         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
2318         builds don't work. 
2319
2320         * VERSION: release 2.7.35
2321
2322         * lily/beam.cc (get_default_dir): oops. Take abs () for
2323         extremes[DOWN].
2324         (get_default_dir): use extreme position criterion only in absence
2325         of forced stem directions.
2326
2327         * VERSION (PATCH_LEVEL): bump VERSION.
2328
2329         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
2330         dependencies. Necessary for -jX builds.  
2331
2332 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2333
2334         * lily/relocate.cc (setup_paths): Yet another const fix.
2335
2336 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2337
2338         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
2339
2340         * lily/relocate.cc (setup_paths): oops.
2341
2342 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
2343
2344         * Documentation/index.html.in: order links: html before PDF.
2345
2346 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2347
2348         * lily/tie-column-format.cc (Module): remove.
2349
2350         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
2351
2352         * lily/text-spanner.cc (print): idem.
2353
2354         * lily/dynamic-text-spanner.cc (print): only print line if longer
2355         than dash-period.
2356
2357         * lily/auto-change-iterator.cc (change_to): formatting.
2358
2359         * lily/beam.cc (get_default_dir): take extreme note head as input
2360         for stem direction.
2361
2362         * lily/tie.cc (get_default_dir): only look directions for visible
2363         stems. 
2364
2365         * lily/side-position-interface.cc (aligned_side): oops. Don't
2366         mutiply with direction. This fixes quantized (staccato, tenuto)
2367         scripts below notes.
2368
2369         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
2370         direction. Fixes c-lyrics-center-align.ly
2371
2372 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2373
2374         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
2375         constructor.
2376
2377         * lily/std-string.cc:
2378         * lily/include/std-vector.hh (split_string): Move and rename from
2379         lily/include/misc.hh, lily/misc.cc.  Update callers.
2380
2381 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2382
2383         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
2384
2385 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * flower/test-file.cc: New file.
2388
2389         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
2390         libraries.
2391
2392         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
2393
2394 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2395
2396         * flower/include/file-storage.hh: remove file.
2397
2398         * lily/include/midi-item.hh (class Midi_track): idem.
2399
2400         * lily/include/source.hh (class Sources): idem.
2401
2402         * lily/include/performance.hh (class Performance): use vector
2403         iso. Cons<>
2404
2405         * flower/include/cons.hh (class Cons): remove file.
2406
2407         * flower/include/flower-proto.hh: remove template cruft.
2408
2409         * lily/include/font-metric.hh: use size_t not vsize for indices.
2410
2411         * flower/include/flower-proto.hh (Module): remove std-vector.hh
2412         from proto.
2413
2414         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
2415
2416         * lily/include/paper-book.hh (class Paper_book):
2417         make get_system_specs() public.
2418
2419         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
2420         the force=10000 case if we don't have a current-best. 
2421
2422         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
2423         vsize 
2424
2425         * flower/include/flower-proto.hh: remove outdated templates.
2426
2427         * scm/page.scm: use annotate-spacing
2428
2429 2006-02-15  Graham Percival  <gpermus@gmail.com>
2430
2431         * scm/translation-functions.scm: circle patch from Erlend, thanks!
2432
2433         * THANKS: moved Erlend Aasland to contributors.
2434
2435 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2436
2437         * config.hh.in: remove HAVE_PANGO_16
2438
2439         * lily/tuplet-bracket.cc (calc_positions): multiply with
2440         staff-space for beam case. This fixes tuplets+beams on scaled
2441         staves.
2442
2443         * config.hh.in: remove all Kpathsea related defines.
2444
2445         * lily/dot-column.cc (side_position): reach stem via dots->
2446         head->stem. Inspect all stems for dot collisions. 
2447
2448         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
2449         stem handling.
2450
2451         * lily/bar-number-engraver.cc (process_music): document function
2452         of whichBar.
2453
2454         * lily/score.cc (default_rendering): add pscore, not systems
2455         themselves.
2456
2457         * lily/paper-book.cc (get_system_specs): separate generation of
2458         titles and systems.
2459
2460         * flower/include/std-vector.hh: don't include config.hh
2461
2462 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * flower/include/std-vector.hh: Better wrapper compatibility with
2465         std::vector.
2466
2467         * flower/include/flower-proto.hh: Remove cheap forward declaration
2468         attempts.
2469
2470         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
2471
2472 2006-02-14  Graham Percival  <gpermus@gmail.com>
2473
2474         * Documentation/user/invoking.itely: add warning about command line.
2475
2476 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2477
2478         * lily/include/lily-proto.hh: add Prob, rm Page.
2479
2480         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
2481
2482         * VERSION: release 2.7.34
2483
2484         * lily/relocate.cc (framework_relocation): show canary if
2485         GHOSTSCRIPT_VERSION undefined.
2486
2487         * GNUmakefile.in: remove $(VERSION) symlink.
2488
2489         * lily/relocate.cc (setup_paths): add + 
2490
2491 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2492
2493         * Documentation/index.html.in: specify sizes for all big HTML pages.
2494
2495 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2496
2497         * config.hh.in: remove @FRAMEWORKDIR@
2498
2499         * lily/system-start-text.cc (get_stencil): new file: separate out
2500         system-start-delimiter text support.
2501
2502         * input/**ly: replace \context with \new where appropriate.
2503         
2504         * THANKS: add Don.
2505
2506         * lily/slur-scoring.cc (get_base_attachments): use
2507         robust_relative_extent. This fixes problems with empty paper-columns. 
2508
2509 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2510
2511         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
2512
2513         * scm/define-music-properties.scm (all-music-properties):
2514         create-new property.
2515
2516         * lily/context-specced-music-iterator.cc (construct_children):
2517         inspect 'create-new property iso. magical $uniqueContextId context
2518         id.
2519
2520         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
2521
2522         * lily/context-key-manager.cc (Module): new file. Encapsulate
2523         object key generation.
2524
2525         * lily/include/context-key-manager.hh (Module): new file.
2526
2527 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2528
2529         * scm/define-grobs.scm (all-grob-descriptions): center instrument
2530         names vertically
2531
2532         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
2533         options.
2534         (reloc_b): excise --enable-framework-dir
2535
2536         * lily/relocate.cc (framework_relocation): use getenv
2537         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
2538
2539 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2540
2541         * flower/include/std-string.hh: 
2542         * flower/include/std-vector.hh: Finish std:: conversion; move
2543         flower extensions from std:: namespace.  Update users.
2544
2545         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
2546         their expansion to vector<*>.  Update users.
2547
2548 2006-02-10  Graham Percival  <gpermus@gmail.com>
2549
2550         * Documentation/user/invoking.itely: add example to File structure.
2551
2552         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
2553         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
2554
2555 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2556
2557         * ly/paper-defaults.ly: typo.
2558
2559         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
2560         set_parent() for parentheses. This will make it show up in bbox
2561         calculations.
2562
2563         * scm/output-lib.scm (parentheses-item::print): rewrite, using
2564         ly:grob-common* functions.
2565
2566         * lily/grob-scheme.cc (LY_DEFINE):
2567         ly:grob-common-refpoint-of-array: new function 
2568         ly:grob-common-refpoint: new function 
2569         ly:grob-relative-coordinate: new function 
2570
2571         * lily/instrument-name-engraver.cc (process_music): use
2572         Text_interface::is_markup(). This fixes \markup on instrument names.  
2573
2574         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
2575         for ties and slurs.
2576
2577         * lily/slur.cc (print): idem.
2578
2579         * lily/tie.cc: add line-thickness for ties. 
2580
2581 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * scm/output-svg.scm: Document diversion from GNU coding standards
2584         as a workaround for a bug in Microsoft Internet Explorer.
2585
2586 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2587
2588         * lily/instrument-name-engraver.cc (process_music): use
2589         is_markup() iso. is_string()
2590
2591         * Documentation/user/changing-defaults.itely (Module): add menu entry.
2592
2593         * lily/percent-repeat-engraver.cc (process_music): only look at
2594         main_part_ for % repeats.
2595
2596         * lily/stem-tremolo.cc (get_beam_translation): new function.
2597         (calc_slope): new function.
2598         (height): don't use real slope.
2599
2600 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
2601
2602         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
2603         new connect-to-neighbor, control-points and staff-padding
2604         properties to make ligature brackets showing up again.
2605
2606 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2607
2608         * VERSION: release 2.7.33
2609
2610         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
2611         too many.
2612
2613         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2614         remove applyOutput example.
2615         (Objects connected to the input): document \tweak, \parenthesize
2616
2617         * lily/relocate.cc (prefix_relocation): allow "current"
2618         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
2619         changing VERSION in a lily tree less painful.
2620
2621         * input/regression/parenthesize.ly: new file. 
2622
2623         * scm/output-lib.scm (parenthesize-element): new function.
2624
2625         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
2626
2627         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
2628
2629         * lily/accidental-engraver.cc (make_standard_accidental): reroute
2630         cause: accidentals are caused by note heads, not note events. 
2631
2632 2006-02-08  Graham Percival  <gpermus@gmail.com>
2633
2634         * darwin.patch: small patch from Erlend, thanks!
2635
2636         * Documentation/user/basic-notation.itely: add stem-neutral example.
2637
2638         * Documentation/user/putting.itely: clarifications.
2639
2640 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2641
2642         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
2643         note, add more guidelines to what should go into NEWS.
2644
2645         * input/sakura-sakura.ly: document how to override font.
2646
2647         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
2648
2649 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2650
2651         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
2652
2653 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2654
2655         * scripts/convert-ly.py (lilypond_version_re_str): Move from
2656         convertrules.  Add explicit grouping, needed for python2.2.
2657
2658 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
2661
2662 2006-02-07  Graham Percival  <gpermus@gmail.com>
2663
2664         * Documentation/user/global.itely: fix line-width in (text) docs.
2665
2666         * Documentation/user/lilypond-book.itely: same.
2667
2668 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2669
2670         * VERSION (PACKAGE_NAME): release 2.7.32
2671
2672         * Documentation/topdocs/NEWS.tely (Top): document new variable
2673         naming.
2674
2675         * flower/include/array.icc (Message): remove file.
2676
2677         * flower/include/std-vector.hh: make sure vsize and VPOS are
2678         defined for binary_search_bounds().
2679
2680         * flower/std-string.cc (std): add to_string(long unsigned).
2681
2682         * configure.in (gui_b): excise std_string option.
2683         (gui_b): excise std_vector option.
2684
2685         * flower/string.cc (Module): excise flower array & string
2686
2687         * flower/include/std-string.hh: excise flower string.
2688
2689         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
2690
2691         * python/convertrules.py (lilypond_version_re_str): require
2692         only numbers and dots in \version string.
2693
2694 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2695
2696         * lily/system-start-delimiter.cc (print): allow style = text too.
2697
2698         * lily/system-start-delimiter-engraver.cc
2699         (acknowledge_system_start_text): new function, also add add to
2700         support of system-start-text (instrument names). This fixes
2701         instrument names on piano staves.
2702
2703         * lily/instrument-name-engraver.cc: rewrite. Use
2704         system-start-delimiter approach. This save memory and cpu.
2705
2706         * scm/define-grobs.scm (all-grob-descriptions): remove
2707         instrument-name from break-alignment.
2708
2709         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
2710
2711 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2712
2713         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
2714         jobserver going.
2715
2716         * configure.in (std_vector): On by default.
2717
2718         * lily/include/font-metric.hh:
2719         * lily/include/tfm-reader.hh: 
2720         * lily/include/spanner.hh: Use unsigned for indices and sizes.
2721         Update users.
2722
2723         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
2724
2725 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2726
2727         * VERSION (PACKAGE_NAME): 2.7.31
2728
2729         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
2730         EPS edge at 0, but take minimum with left-overshoot. This fixes
2731         cut off system start delims. 
2732
2733         * lily/instrument-name-engraver.cc (stop_translation_timestep):
2734         hack: add to axis group if not added yet. This fixes hara kiri'd
2735         piano staves.
2736
2737         * lily/hara-kiri-group-spanner.cc
2738         (force_hara_kiri_in_y_parent_callback): fix signatures.
2739
2740         * lily/hairpin.cc (print): check next hairpin to see whether or
2741         not to be continuing.
2742
2743 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2744
2745         * Remove trailing whitespace from makefiles.
2746         
2747         * flower/include/std-vector.hh: Add binary_search_bounds workaround
2748         for earlier gcc.
2749
2750         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
2751
2752         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
2753
2754         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
2755
2756         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
2757
2758         * configure.in: Use it.
2759
2760 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2761
2762         * scm/music-functions.scm (pitch-of-note): new function.
2763
2764         * ly/music-functions-init.ly: add \octave and \addquote
2765
2766         * lily/parser.yy (music_function_chord_body): softcode \octave.
2767         (lilypond_header): softcode \addquote
2768
2769 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2770
2771         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
2772         array.hh, parray.hh at all.  Getting ready to flip the
2773         configure default.
2774
2775         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2776
2777         * lily/source-file.cc (file::get_line): Help binary_search_bounds
2778         a bit.
2779
2780         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
2781
2782 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2783
2784         * flower/include/array.hh: typo. 
2785
2786 2006-02-02  Graham Percival  <gpermus@gmail.com>
2787
2788         * Documentation/user/advanced-notation.itely: doc "\#" in text.
2789
2790 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2791
2792         * flower/include/pqueue.hh: Derive from std::vector.
2793
2794         * flower/include/parray.hh: Conform to std::vector interface.
2795         Update users.
2796
2797 2006-02-02  Graham Percival  <gpermus@gmail.com>
2798
2799         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
2800
2801 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2802
2803         * flower/file-path.cc (is_file): remove if 0 section.
2804
2805         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
2806         selecting afii61352.
2807
2808 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2809
2810         * flower/include/std-vector.hh (boundary): Oops, reverse.
2811
2812         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
2813         remove superfluous `d'.
2814
2815         * flower/include/std-vector.hh (boundary, top): Detach from class.
2816         Remove empty vector shell.
2817
2818         * flower/include/array.hh (reverse, swap): Detach from class.
2819         Update users.
2820         
2821         * flower/include/std-vector.hh
2822         * flower/include/array.hh (concat): Globally change to insert ().
2823
2824         
2825         * flower/include/std-vector.hh
2826         * flower/include/parray.hh
2827         * flower/include/array.hh (elem, elem_ref): Globally replace by
2828         at ().
2829
2830 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2831
2832         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
2833
2834         * python/convertrules.py (FatalConversionError.sub_cxx_id):
2835         anticipate on identifier substitutions.
2836
2837 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * flower/include/std-vector.hh (insert): Remove, replace by
2840         std::vector interface.  Update callers.
2841
2842         * flower/include/array.icc (insert): Change signature to
2843         match std::vector interface.
2844         
2845         * flower/include/array.icc (vector_sort): Bugfix.
2846
2847 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2848
2849         * lily/parser.yy (output_def_head_with_mode_switch): new
2850         production. Result: dashes and underscores may be used in the
2851         \paper block.
2852
2853         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
2854
2855         * python/convertrules.py (conv): oops. One slash too much.
2856
2857 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2858
2859         * flower/include/std-vector.hh (sort): Remove, replace by
2860         ::vector_sort.  Update callers.
2861
2862         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2863         (sort): Bugfix.
2864
2865         * flower/test-std.cc (vector_sort): New test.
2866
2867 2006-02-01  Graham Percival  <gpermus@gmail.com>
2868
2869         * Documentation/user/putting.itely: fixes from Erik.
2870
2871 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2872
2873         * flower/test-std.cc: Add simple unit test for vector migration.
2874
2875         * stepmake/stepmake/test*: Unit test support.
2876
2877         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2878         update callers.
2879
2880         * flower/include/array.hh (begin, end): Add.
2881         (del, get): Remove.
2882
2883 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2884
2885         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2886         std::string not String. 
2887
2888         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2889         iso UINT_MAX.
2890
2891         * lily/prob.cc (Prob): copy type_ too.
2892
2893         * lily/lily-guile.cc (mangle_cxx_identifier): new
2894         function. Class_bla::foo_bar_[px] ->
2895         ly:class-bla::foo-bar[?!]. Changes throughout
2896
2897 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2898
2899         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2900
2901         * lily/beam.cc (calc_direction): take dir from visible stem in
2902         degenerate case.
2903
2904 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2905
2906         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2907         Fix -1, >=0 boundary checks for unsigned vsize.
2908
2909         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2910         loop for unsigned vsize.
2911
2912         * configure.in (--enable-std-vector): New option.
2913         (--enable-std-string): On by default.
2914
2915         * flower/include/std-vector.hh: New file.  Enable switch to
2916         std::vector, update client code.
2917
2918 2006-01-30  Graham Percival  <gpermus@gmail.com>
2919
2920         * scm/document-translation.scm: clarify "this context is also
2921         known as".  Thanks, Werner!
2922
2923         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2924
2925         * Documentation/user/invoking.itely: small fix from Don.
2926
2927 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2928
2929         * scm/lily.scm (define-scheme-options): rename option
2930         preview-include-book-title to book-title-preview
2931         (define-scheme-options): move force-eps-font-include (from paper
2932         block) to eps-font-include -d option.
2933
2934         * VERSION (PATCH_LEVEL): release 2.7.30
2935
2936         * input/bach-schenker.ly (staffPiano): new file.
2937
2938         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2939
2940         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2941         credits to Nicolas.
2942
2943         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2944
2945         * ps/lilyponddefs.ps: remove start-system, stop-system,
2946         start-page fluff. This saves putting { } code on the stack, fixing
2947         stack overflows when including EPS files.
2948
2949 2006-01-29  Graham Percival  <gpermus@gmail.com>
2950
2951         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2952
2953 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2954
2955         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2956
2957 2006-01-28  Graham Percival  <gpermus@gmail.com>
2958
2959         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2960
2961 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2962
2963         * input/mutopia/claop.py: Update.
2964
2965 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2966
2967         * input/regression/completion-heads.ly (texidoc): fix.
2968
2969         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2970
2971         * lily/tie-formatting-problem.cc
2972         (set_ties_config_standard_directions): use abs iso fabs for ints.
2973
2974         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2975
2976         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2977         little less than noteheight, to prevent overlaps in chords.
2978
2979         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2980         head, and fudge stem-attachment.
2981
2982         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2983
2984         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2985
2986 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2987
2988         * lily/main.cc (main): Debugging aid: catch exceptions.
2989
2990         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2991         output with std::string.
2992
2993 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2994
2995         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2996
2997 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * Fix -DSTRING_UTILS_INLINED.
3000
3001 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3002
3003         * VERSION (PATCH_LEVEL): release 2.7.29
3004
3005         * lily/relocate.cc (setup_paths): mingw uses std string too.
3006
3007         * lily/*.cc: various fixes for substr(ARG).
3008
3009         * lily/sustain-pedal.cc (print): 
3010
3011         * flower/file-name.cc (slashify): use std strings.
3012
3013         * flower/string-convert.cc: remove publib.h
3014
3015         * scm/define-markup-commands.scm (verbatim-file): new markup
3016         command \verbatim-file
3017
3018         * Documentation/topdocs/NEWS.tely: fixup URLs
3019
3020         * input/regression/alignment-vertical-manual-setting.ly (Module):
3021         new file.
3022
3023         * lily/align-interface.cc (align_elements_to_extents): overwrite
3024         translations with numbers in alignment-offsets from left bound
3025
3026         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
3027         (page-translate-systems): new function: take into account Y-offset.
3028
3029         * Documentation/topdocs/NEWS.tely (Top): document new features.
3030
3031         * input/regression/page-layout-manual-position.ly (Module): new
3032         file.
3033
3034 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3035
3036         * flower/file-path.cc (path::parse_path): Oops.
3037
3038         * Finish std::string interface.  For now, use std:: marker
3039         throughout for easy s/r.
3040
3041 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3042
3043         * Documentation/user/putting.itely (Score is a single musical
3044         expression): typo.
3045         (Score is a single musical expression): more typos.
3046
3047         * scm/page.scm (annotate-space-left): thinko.
3048         (annotate-page): more thinkos.
3049
3050 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3051
3052         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
3053         for different \score blocks separately.
3054         (post-process-pages): put write-page-layout into paper block.
3055
3056         * lily/output-def.cc (get_parser): new file.
3057
3058         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
3059         file.
3060
3061         * lily/include/output-def.hh (class Output_def): add parser_ member.
3062
3063         * input/regression/page-layout-twopass.ly (Module): new file.
3064
3065         * scm/lily.scm: remove cpp hack.
3066
3067         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
3068
3069 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3070
3071         * GNUmakefile.in (c-clean): New target.
3072
3073         * flower/include/std-string.hh: String/std::string compatibility:
3074         Use NPOS for `not found' (iso -1), use ssize for length () and pos
3075         type.
3076
3077         * flower/rational.cc: 
3078         * flower/include/rational.hh: 
3079
3080         * flower/offset.cc: 
3081         * flower/include/offset.hh: 
3082
3083         * flower/interval.cc: 
3084         * flower/include/interval.hh: 
3085
3086         * flower/string-convert.cc: 
3087         * flower/include/string-convert.hh: Use std::string [interface].
3088         Update callers.
3089
3090 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
3091
3092         * Documentation/index.html.in: clean up.
3093
3094 2006-01-25  Graham Percival  <gpermus@gmail.com>
3095
3096         * Documentation/user/putting.itely: another new untested doc section.
3097
3098 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3099
3100         * scm/layout-page-layout.scm (write-page-breaks): write
3101         \spacingTweaks #ALIST. Handle grace timing.
3102
3103         * scm/: more imports.
3104
3105         * scm/page.scm (make-page): add footer/header.
3106         (annotate-space-left): revise: only take page argument.
3107         (layout->page-init): new function.
3108
3109         * scm/layout-page-layout.scm (write-page-breaks): preliminary
3110         version of the system/spacing/linebreak hack writing to the output
3111
3112         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
3113         ly:make-prob.
3114
3115         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
3116         ly:spanner-bound
3117
3118 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3119
3120         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
3121
3122         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
3123
3124         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
3125         handling to page.scm
3126
3127         * lily/prob-scheme.cc (LY_DEFINE): new file.
3128         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
3129
3130         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
3131         prob functions.
3132
3133         * lily/music.cc (derived_mark): derive Music from Prob.
3134
3135         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
3136
3137         * lily/prob.cc (Module): Implement Prob (Property Object), object
3138         with shared and r/w property alists.  
3139
3140         * lily/include/prob.hh (Module): new file. Declare Prob.
3141
3142         * flower/string.cc: remove is_empty().
3143
3144         * flower/include/string.hh (class String): remove String:: qualifier.
3145
3146         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
3147         substitute appropriate functions.
3148
3149         * flower/include/string.hh (class String): remove to_str0 and
3150         is_empty(). S&R everywhere.
3151
3152 2006-01-23  Graham Percival  <gpermus@gmail.com>
3153
3154         * Documentation/user/basic-notation.itely: add hairpin
3155         after-linebreak tweak to commonprop.
3156
3157         * Documentation/user/putting.itely: added two new sections.
3158
3159 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3160
3161         * flower/international.cc: 
3162         * flower/include/international.hh: 
3163
3164         * flower/getopt-long.cc: 
3165         * flower/include/getopt-long.hh: Use std::string [interface].
3166         Update callers.
3167
3168         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
3169
3170         * stepmake/stepmake/executable-rules.make: Add dependency on
3171         module libraries.
3172
3173 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3174
3175         * flower/file-path.cc: 
3176         * flower/include/file-path.hh: Use std::string [interface].
3177         Update callers.
3178
3179         * flower/direction.cc: 
3180         * flower/axis.cc: Unused.  Remove.
3181
3182         * configure.in (--enable-std-string): New option.
3183
3184         * flower/std-string.cc: 
3185         * flower/include/std-string.hh: New file.
3186
3187         * flower/file-name.cc[STD_STRING]:
3188         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
3189
3190 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3191
3192         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
3193
3194         * scm/define-markup-commands.scm (with-dimensions):
3195         with-dimensions markup command.
3196
3197         * input/test/font-table.ly: use it.
3198
3199         * lily/open-type-font.cc (glyph_list): new function.
3200
3201         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
3202
3203         * lily/ttf.cc: remove ly:font-glyph-list scheme function
3204
3205 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3206
3207         * ly/music-functions-init.ly (parallelMusic): new music function
3208         for parallel music entry.
3209
3210         * scm/define-music-properties.scm (all-music-properties): new
3211         'void music property
3212
3213         * scm/music-functions.scm (ly:music-message): make public, to be
3214         used in music function definitions
3215
3216         * scm/lily-library.scm (collect-music-for-book): discard music
3217         when the 'void property is set.
3218
3219 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3220
3221         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
3222
3223         * mf/GNUmakefile: idem.
3224
3225         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
3226
3227         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
3228
3229         * Documentation/user/notation-appendices.itely (The Feta font):
3230         use it.
3231
3232         * input/test/font-table.ly: new file. Generate font table within lily.
3233
3234         * Documentation/user/notation-appendices.itely (The Feta font):
3235         use new font-table.ly file. 
3236
3237         * stepmake/stepmake/install-out-targets.make
3238         (local-install-outfiles): only create directory if
3239         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
3240
3241 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3242
3243         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
3244
3245         * VERSION (PACKAGE_NAME): release 2.7.28
3246
3247         * scm/framework-ps.scm (write-preamble): use it to pick exactly
3248         the right font from a Mac dfont.
3249         (write-preamble): don't forget directory, only look at files.
3250
3251         This fixes problems with TTF files in dfonts that don't match
3252         their PostScript names.
3253          
3254         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
3255         PS name from TTF font.
3256
3257         * input/regression/tie-manual.ly: document new feature.
3258
3259         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
3260
3261         * VERSION (MY_PATCH_LEVEL): bump to .28
3262
3263         * Documentation/user/basic-notation.itely (Ties): add tie examples
3264         refs.
3265
3266         * lily/tie-formatting-problem.cc (score_ties_configuration):
3267         symmetry penalties for outer ties.
3268
3269 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3270
3271         * lily/tie-formatting-problem.cc (generate_configuration) 
3272         (set_manual_tie_configuration): skip non-pair manual
3273         tie-configuration, so you can set individual ties as
3274
3275           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
3276
3277         * input/regression/tie-chord.ly: use generateTiePattern to
3278         simplify file.
3279
3280         * lily/tie-formatting-problem.cc (peak_around): new function.
3281         (score_configuration): use sliding criterion for staff line collisions. 
3282         (score_configuration): idem for dot collisions.
3283         (generate_configuration): use separate stem_gap for gap to stem.
3284
3285         * lily/include/tie-formatting-problem.hh (struct Tie_details):
3286         separate penalty factors for x and y distance.
3287         (struct Tie_details): separate penalties for tip and center line collisions.
3288
3289 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
3290
3291         * lily/tie-formatting-problem.cc (generate_configuration): make
3292         large ties avoid stafflines in the horizontal section.
3293         (score_configuration): use softcoded penalties
3294         (score_aptitude): idem.
3295
3296         * lily/tie-helper.cc (from_grob): softcode tie details
3297
3298         * lily/staff-symbol-referencer.cc (on_staff_line): new function
3299
3300         * lily/staff-symbol-referencer.cc (on_line): rename from
3301         on_staffline 
3302
3303 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3304
3305         * ly/music-functions-init.ly: remove duplicate tag.
3306
3307         * lily/include/*.hh: GCC 4.1 fixes.
3308
3309 006-01-16  Erlend Aasland  <erlenda@gmail.com>
3310
3311         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
3312
3313         * scm/define-music-types.scm: fix bug in desc. string
3314         for OverrideProperty
3315
3316 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
3317
3318         * scripts/lilypond-book.py: bugfix
3319
3320         * scm/define-music-types.scm: fix typos.
3321
3322 2006-01-14  Graham Percival  <gpermus@gmail.com>
3323
3324         * Documentation/user/ basic-notation.itely, global.itely,
3325         advanced-notation.itely, instrument-notation.itely: small
3326         additions (bugs and commonly tweaked properties).
3327
3328 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3329
3330         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
3331         detection of mingw build.
3332         (MINGW_BUILD): opps.
3333
3334 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
3337         i686-mingw32.
3338
3339 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3340
3341         * scm/music-functions.scm (skip->rest): add skip->rest
3342
3343 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3344
3345         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
3346         explicitly.
3347
3348         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
3349         config dirs. Aids debugging. 
3350         (display_config): also display config files.
3351
3352 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3353
3354         * VERSION: release 2.7.27
3355
3356         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
3357         for determining bar size.
3358
3359         * lily/staff-symbol.cc (print): place lines at distance line-positions
3360
3361         * scm/define-grob-properties.scm (all-user-grob-properties): add
3362         line-positions.
3363
3364         * lily/staff-symbol.cc (height): new function.
3365
3366         * input/regression/staff-line-positions.ly:  new file.
3367
3368 2006-01-06  Graham Percival  <gpermus@gmail.com>
3369
3370         * input/test/add-staccato.ly: remove reference to old file.
3371
3372 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3373
3374         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
3375         lilypond binary too.
3376
3377 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3378
3379         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
3380
3381 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3382
3383         * scripts/midi2ly.py: Bugfix: Declare datadir.
3384
3385         * make/ly-rules.make:
3386         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
3387         that seems to be gone). Fixes make web.
3388
3389         * The grand 2005-2006 replace.
3390
3391         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
3392
3393 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3394
3395         * make/lilypond-vars.make: set LILYPOND_BINARY variable
3396         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
3397         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
3398         like -dgs-font-load.
3399
3400         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
3401         remove absolute path to lilypond binary.
3402         
3403 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
3404
3405         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
3406
3407 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3408
3409         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
3410
3411         * mf/GNUmakefile: remove broken dvips map symlink.
3412
3413 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3414
3415         * lily/main.cc: 
3416         * configure.in: Cosmetic fixes.
3417
3418 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3419
3420         * Documentation/user/music-glossary.tely (Pitch names): Added
3421         Spanish pitch names and durations, thanks to Ernesto Gancedo
3422
3423 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3424
3425         * scm/lily.scm (define-scheme-options): use quasi-quote for option
3426         init. Fixes verbose printing of .scm files.
3427
3428         * stepmake/aclocal.m4: add spaces before - options.
3429         
3430 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3431
3432         * lily/relocate.cc (setup_paths): Bugfix: do not store result
3433         of path search in local block variable.
3434
3435 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3436
3437         * configure.in (NCSB_DIR): --enable-ncsb-dir
3438         (LINK_GXX_STATICALLY): denko.
3439
3440         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
3441
3442         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
3443         use locate to find c059033l.pfb. 
3444         
3445 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3446
3447         * lily/tie-formatting-problem.cc
3448         (problem::generate_base_chord_configuration): Use my_round (was
3449         round).
3450
3451         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
3452         do not invoke mbrtowc.
3453
3454         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
3455
3456 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3457
3458         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
3459
3460 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
3461
3462         * Documentation/user/invoking.itely (svg): revise.
3463
3464 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3465
3466         * lily/lexer.ll: use sourcefilename iso. renameinput.
3467
3468 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3469
3470         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
3471         <PostScriptName>.ttf instead of c059XXXttf.
3472
3473         * lily/program-option.cc (LY_DEFINE): special support for
3474         --verbose, so it works before option init too.
3475  
3476         * mf/GNUmakefile (local-install): oops.
3477
3478         * lily/lyric-hyphen.cc (print): oops.
3479
3480         * buildscripts/pfx2ttf.fontforge: new file.
3481         
3482         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
3483         ($(outdir)/%.ttf): new rule. 
3484
3485         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
3486         to LyricHyphen.
3487
3488         * lily/lyric-hyphen.cc (print): multiply hyphen height by
3489         font-size
3490
3491 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3492
3493         * VERSION: release 2.7.26
3494         
3495         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
3496
3497 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3498
3499         * lily/font-config.cc (init_fontconfig): verbosity.
3500
3501         * THANKS: add Muziekacademie Lede. 
3502
3503         * scripts/musicxml2ly.py (print_voice_definitions): new function 
3504         (print_score_setup): new function
3505         (convert): read part definition to output staves properly.
3506
3507         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
3508         Music_xml notes.
3509
3510         * python/musicexp.py (Output_printer.__init__): use _ in data
3511         members.
3512         (Output_printer.unformatted_output): new function: no formatting,
3513         but count braces.
3514         (Duration.get_length): remove isinstance() checks for
3515         Output_printer everywhere.
3516
3517         * input/regression/lyrics-bar.ly (texidoc): add
3518         Separating_line_group_engraver.
3519
3520 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3521
3522         * lily/relocate.cc (framework_relocation): New function,
3523         factored from set_relocation ().
3524         (prefix_relocation): Rename from set_relocation ().
3525         (setup_paths): Use it.
3526
3527 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3528
3529         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
3530         numbers. Patch by Erlend Aasland.
3531
3532 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3533
3534         * lily/font-config.cc (init_fontconfig): print warning if cache
3535         file is not existant.
3536
3537         * lily/main.cc: don't use #ifdef but #if
3538
3539 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * lily/grob-property.cc (internal_set_property): don't abort on
3542         calculation-in-progress.
3543
3544         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
3545
3546         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
3547         connect-to-neighbor property not connect-to-other
3548
3549         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
3550         (LY_DEFINE): oops. don't forget protection.
3551
3552         * flower/parse-afm.cc (Module): strip AFM handling completely.
3553
3554         * lily/stencil-expression.cc: idem.
3555
3556         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
3557
3558         * lily/function-documentation.cc (ly_add_function_documentation):
3559         use static member iso. Protected_scm
3560
3561         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
3562
3563         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
3564
3565 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * lily/relocate.cc (set_env_dir): New function.
3568         (set_relocation): Use it to fix setting PANGO_PREFIX.
3569
3570 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3571
3572         * input/regression/stem-direction-context.ly: remove rest.
3573
3574         * lily/melody-engraver.cc (process_music): restart for bar lines.
3575         (acknowledge_slur): restart for slurs.
3576
3577 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
3578
3579         * Documentation/user/invoking.itely: describe how to view SVG 
3580         output using Inkscape which replace embedded fonts with OTF fonts.
3581
3582 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3583
3584         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
3585
3586 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3587
3588         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
3589         comment.
3590
3591 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * VERSION (PACKAGE_NAME): release 2.7.25
3594
3595         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3596
3597         * input/regression/stem-direction-context.ly: new file.
3598
3599         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
3600
3601         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
3602         on rest.
3603
3604         * ly/engraver-init.ly: add Melody_engraver
3605
3606         * lily/beam.cc (calc_direction): use default-direction
3607         iso. get_default_direction()
3608
3609         * scm/define-grob-properties.scm (all-user-grob-properties): add
3610         default-direction property.
3611
3612         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
3613
3614         * lily/stem.cc (calc_default_direction): remove
3615         Stem::get_default_direction, use default-direction with callback
3616         instead.
3617
3618         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
3619
3620         * lily/melody-engraver.cc: new file. Acknowledge stems for
3621         interpolated stem directions. 
3622
3623         * lily/melody-spanner.cc: new file. Interpolate stem directions.
3624
3625         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
3626
3627         * lily/slur-configuration.cc (fit_factor): more robust check for
3628         point in curve X-extent.
3629
3630         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
3631         (outside_slur_callback): check for 'outside avoidance.
3632
3633         * lily/slur-configuration.cc (score_extra_encompass): don't use
3634         bound->column() == avoid->column() for checking extents, as this
3635         doesn't work for accidentals. 
3636
3637         * lily/slur-engraver.cc (acknowledge_extra_object): remove
3638         DynamicText hardcoding.
3639
3640         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
3641         crash if bound stem is NULL
3642
3643         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
3644         pedals.
3645
3646 2005-12-22  Graham Percival  <gpermus@gmail.com>
3647
3648         * scm/define-markup-commands.scm: typo.  @code{\raise}
3649         => @code{\\raise}.
3650
3651         * darwin.patch: now used again, includes a
3652         required patch from fink.
3653
3654 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
3655
3656         * po/TODO: mention gtranslator along with kbabel.
3657         * po/fi.po: update translations.
3658
3659 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * lily/relocate.cc (setup_paths): Bugfix.
3662
3663 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3664
3665         * lily/slur-configuration.cc (score_extra_encompass): don't use
3666         "avoid" choice for avoid-slur.
3667
3668         * stepmake/bin/install.py (dest): don't create existing dir.
3669
3670 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3671
3672         * stepmake/bin/install.py: Remove file before copying.
3673
3674         * config.make.in: 
3675         * stepmake/aclocal.m4: Do not substitute INSTALL.
3676
3677 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3678
3679         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3680         depend on link-tree.
3681
3682         * lily/relocate.cc (setup_paths): only check path for non-absolute
3683         dir without directory part.
3684
3685         * flower/file-name.cc (is_absolute):  new method.
3686         (is_absolute): check root_ too.
3687
3688 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3689
3690         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
3691         relocation code.  Oops, don't comment out too much.
3692
3693         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
3694         iso itself.
3695
3696         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
3697         compile.
3698
3699 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3700
3701         * .cvsignore: Add install-sh.
3702
3703         * autogen.sh (srcdir): Typo.
3704
3705 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3706
3707         * autogen.sh (srcdir): urg. Touch install-sh.
3708
3709         * stepmake/bin/install-sh (Module): remove.
3710
3711         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
3712
3713         * lily/include/relocate.hh: new file.
3714
3715         * lily/relocate.cc: new file. Contain relocation logic.
3716
3717         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
3718         (main): read LILYPOND_VERBOSE as the first thing.
3719
3720         * stepmake/aclocal.m4: remove INSTALL variable.
3721
3722         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
3723         separate target for making font symlinks.
3724         (documentation-dir): use $(if $(findstring )) for switching off
3725         Documentation.
3726
3727         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
3728         something if DOCUMENTATION is no.
3729
3730 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3731
3732         * VERSION: release 2.7.24
3733
3734         * lily/script-column-engraver.cc (stop_translation_timestep):
3735         delay adding to script-column.
3736
3737         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
3738
3739         * python/convertrules.py (conv): rule for number-visibility
3740
3741         * lily/slur-configuration.cc (score_extra_encompass): different
3742         distance measure for avoid and inside avoidance.
3743         (score_extra_encompass): use 1/(distance+eps) as penalty.
3744
3745         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
3746         encompass objects for generating slur curves.
3747
3748         * lily/slur.cc: use details iso. slur-details property.
3749
3750         * input/regression/slur-tuplet.ly: new file.
3751
3752         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
3753
3754         * flower/include/offset.hh (class Offset): new operator /=
3755
3756         * lily/tuplet-number.cc (print): new file, new interface.
3757
3758         * scm/define-grob-properties.scm (all-user-grob-properties):
3759         remove number-visibility property.
3760
3761         * lily/tuplet-bracket.cc (calc_control_points): new function
3762         (calc_connect_to_neighbors): new function.
3763         (print): remove text handling for tuplet numberdef.
3764
3765         * lily/tuplet-engraver.cc (struct Tuplet_description): create
3766         TupletNumbers too. 
3767
3768         * lily/lily-guile.cc (robust_scm2booldrul): new function
3769
3770         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
3771
3772         * lily/tuplet-bracket.cc (calc_position_and_height): use
3773         staff-padding to control whether tuplet brackets are over staves.
3774
3775         * lily/grob.cc (suicide): clear dim_caches_.
3776
3777         * lily/dimension-cache.cc (clear): new function.
3778
3779         * lily/grob.cc (extent): swap order of min-extent and extent
3780         calculations. This fixes hara kiri staves. 
3781
3782 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * lily/main.cc: Nitpick: relocation is not based on path, but on
3785         directory (location).
3786
3787 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3788
3789         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
3790
3791         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
3792
3793         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
3794
3795         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
3796
3797         * stepmake/stepmake/generic-vars.make (Module): idem.
3798
3799         * stepmake/stepmake/executable-targets.make (default): use it.
3800
3801         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
3802
3803         * make/GNUmakefile: don't install make rules.
3804
3805         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
3806         slashes.
3807         (prepend_env_path): more verbosity.
3808
3809 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3810
3811         * GNUmakefile.in: add dir argument for find command.
3812
3813         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
3814         fixes weird line numbers for point & click.
3815
3816         * lily/source-file.cc (get_counts): init line/column/char counts.
3817
3818 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3819
3820         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
3821
3822 2005-12-16  Graham Percival  <gpermus@gmail.com>
3823
3824         * Documentation/user/basic-notation.itely, advanced-notation.itely:
3825         minor fixes from Fredric.  Thanks!
3826
3827 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3828
3829         * ly/music-functions-init.ly: add \bar and \clef music function 
3830
3831         * lily/lily-lexer.cc: idem.
3832
3833         * lily/parser.yy (FIXME): remove BAR and CLEF.
3834
3835 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3836
3837         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
3838
3839         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
3840         function arguments too
3841
3842         * lily/main.cc (set_relocation): new function.
3843
3844         * scripts/musicxml2ly.py (convert): add \version
3845
3846         * lily/tie.cc: remove get_default_attachments()
3847
3848         * VERSION (PACKAGE_NAME): release 2.7.23
3849         
3850         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
3851         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
3852
3853         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3854
3855         * lily/tie-formatting-problem.cc (score_ties): new function
3856         (get_variations): new function. Try flipping dirs for collisions.
3857         (generate_optimal_chord_configuration): new function. 1-opt search
3858         for better configuration.
3859
3860         * lily/tie-configuration.cc: new file.
3861
3862         * lily/tie.cc: junk Tie::get_configuration()
3863
3864         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3865         (score_ties_configuration): new function.
3866         (generate_ties_configuration): new function.
3867         (generate_base_chord_configuration): new function.
3868         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3869         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3870
3871         * input/regression/tie-dot.ly: new file.
3872
3873         * lily/tie-formatting-problem.cc (score_configuration): score
3874         tie/dot collisions.
3875
3876         * lily/tie-helper.cc (get_transformed_bezier): new function
3877
3878         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3879
3880         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3881         -undefined suppress iso. -framework Python 
3882
3883         * scm/define-grobs.scm (all-grob-descriptions): set
3884         springs-and-rods (thanks Joe Neeman!)
3885
3886 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3887
3888         * input/no-notation/display-lily-tests.ly (test): 
3889         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3890         changed from \tag #'(a b) to \tag #'a \tag #'b
3891
3892 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3893
3894         * Documentation/topdocs/NEWS.tely: strip out-www.
3895
3896         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3897
3898         * config.make.in (AR): add AR and RANLIB
3899
3900         * flower/libc-extension.cc: include cassert
3901
3902         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3903         darwin check.
3904
3905 2005-12-11  Graham Percival  <gpermus@gmail.com>
3906
3907         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3908
3909         * stepmake/stepmake/python-modules-vars.make: define
3910         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3911
3912         * THANKS: added Johannes Schindelin.
3913
3914 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3915
3916         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3917
3918         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3919         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3920
3921         * lily/parser.yy: reorganize file layout.
3922
3923         * ly/music-functions-init.ly: add tweak music function.
3924
3925         * lily/grob-info.cc (ultimate_music_cause): new function:
3926         recursively lookup causes. 
3927
3928         * lily/parser.yy (chord_body_element): allow music functions for
3929         post-events, allow music functions for chord elements. 
3930  
3931         * lily/font-config-scheme.cc (display_fontset): add cast.
3932
3933         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3934         #'(a b) -> \tag #'a \tag #'b rule.
3935
3936         * python/musicexp.py (Output_printer.dump_version): new function
3937
3938 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3939
3940         * lily/parser.yy (FIXME): remove \tag
3941         (FIXME): remove tag_music() function.
3942
3943         * lily/lily-lexer.cc: remove \tag
3944
3945         * ly/music-functions-init.ly: define music-function "tag"
3946
3947         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3948
3949 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * VERSION (PATCH_LEVEL): release 2.7.22
3952
3953         * input/regression/lyric-hyphen-retain.ly: renew.
3954
3955         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3956         grob
3957
3958         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3959         iso. minimum-length property for rods.
3960
3961         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3962         LyricSpace item to keep lyrics spaced apart.
3963
3964         * ly/engraver-init.ly: remove Separating_line_group_engraver
3965
3966         * Documentation/user/music-glossary.tely: do setfilename before
3967         music-glossary.
3968
3969 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3970
3971         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3972         See xref documentation, for example.
3973
3974 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3975
3976         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3977         pending_skip iso. ly_voice[-1]
3978         (main): add if __main__ for debugging.
3979
3980         * python/musicxml.py (Accidental.__init__): new class.
3981
3982         * scripts/musicxml2ly.py (progress): new function
3983         (musicxml_key_to_lily): don't barf on modeless keys.
3984         (create_skip_music): new function.
3985         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3986         (musicxml_note_to_lily_main_event): new function.
3987
3988         * python/musicexp.py (Music.__init__): add comment field.
3989         (NestedMusic.append): new routine.
3990         (SequentialMusic.print_ly): print comment.
3991         (ArpeggioEvent.ly_expression): new class
3992         (BeamEvent.ly_expression): new class
3993         (NoteEvent.__init__): support for cautionary/forced accs.
3994
3995         * lily/lookup.cc (slur): normal order for array loop.
3996
3997         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3998         to 0.0.
3999
4000         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
4001         collapsed.
4002
4003 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
4004
4005         * scm/music-functions.scm: Make phrasing slurs follow voice direction
4006
4007         * scripts/lilypond-book.py: Introduce option
4008             --preserve-line-breaks, for usage with srcltx
4009
4010 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4011
4012         * scm/output-lib.scm (print-circled-text-callback): draw circle
4013         around text using make-circle-markup.
4014
4015         * Documentation/user/*: strip out-www from file names.
4016
4017 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
4018
4019         * Documentation/user/lilypond.tely (direntry): remove empty lines;
4020         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
4021
4022 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * Documentation/user/GNUmakefile: idem.
4025
4026         * Documentation/user/macros.itexi: strip out-www
4027
4028         * python/rational.py: python 2.3 compat.
4029
4030         * VERSION (PATCH_LEVEL): release 2.7.21
4031
4032         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
4033         option formatting, lilypond style.
4034
4035         * python/musicexp.py: grab from Ikebana: a library for composing
4036         ly music expressions. 
4037         (Output_printer): class for advanced .ly printing.
4038         (eg. tupletting) 
4039
4040         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
4041         convert to pythonesque structure.
4042
4043         * python/rational.py: PD rational number class.
4044
4045         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
4046
4047 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
4048
4049         * lily/part-combine-iterator.cc: Minor bugfix
4050         
4051         * THANKS: Update bughunters
4052
4053 2005-12-02  Werner Lemberg  <wl@gnu.org>
4054
4055         * mf/README: Document process for proper mf2pt1 conversion.
4056
4057         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
4058         overlapping.
4059
4060         * mf/feta-harmonica.mf: Removed.  Unused.
4061
4062 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4063
4064         * scripts/lilypond-book.py (do_file): fix thinkos.
4065
4066 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4067
4068         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
4069         ($(outdir)/parser.cc): 
4070         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
4071
4072 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
4073
4074         * ly/titling-init.ly (tagline): it should be a space between
4075         "Music engraving by LilyPond" and the version number.
4076
4077 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4078
4079         * VERSION (PACKAGE_NAME): release 2.7.20
4080
4081 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4082
4083         * scm/define-markup-commands.scm (pad-to-box): new markup command.
4084
4085         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
4086         1.0.
4087         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
4088
4089 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4090
4091         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
4092
4093         * kpath-guile/: remove directory
4094
4095         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
4096         file. Encapsulate kpathsea using commandline tools.
4097
4098         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
4099         kpathsea) module.
4100
4101 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4102
4103         * Documentation/user/advanced-notation.itely (Setting automatic
4104         beam behavior): Correct a few typos. Thanks to David Bobroff.
4105
4106         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
4107         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
4108
4109 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4110
4111         * scripts/*.py: gmane address for bugs.
4112
4113 2005-11-28 Pal Benko <benkop@freestart.hu>
4114         
4115         * make/ly-rules.make: add -f switch to mv
4116
4117         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
4118
4119         * lily/bar-line.cc: interpret it
4120
4121 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4122
4123         * configure.in (--disable-documentation): New switch.
4124
4125         * GNUmakefile.in: Use it.
4126
4127         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
4128
4129 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4130
4131         * scripts/lilypond-book.py (do_file): search chunks for
4132         \\begin{document}
4133
4134         * GNUmakefile.in: add copy step in between so we can lose the
4135         out-www directories.
4136
4137 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4138
4139         * lily/pango-font.cc (pango_item_string_stencil): put
4140         geometry.width into glyph-string too.
4141
4142 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4143
4144         * scm/define-music-display-methods.scm (RevertProperty):
4145         (OverrideProperty): Use grob-property-path property, a list of
4146         symbols, instead of grob-property, which used to be a single
4147         symbol.
4148         (BassFigureEvent): a figure can be a plain number, not necessarily a
4149         markup.
4150
4151 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4152
4153         * VERSION: release 2.7.19
4154         
4155         * lily/figured-bass-engraver.cc (process_music): check
4156         figuredBassCenterContinuations first.
4157
4158         * scm/translation-functions.scm (format-bass-figure): make double
4159         sharp larger. 
4160
4161         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
4162         determine X-parent.
4163
4164         * lily/system-start-delimiter-engraver.cc: move from
4165         Nested_system_start_delimiter_engraver, rename
4166         Nested_system_start_delimiter_engraver ->
4167         System_start_delimiter_engraver.
4168
4169         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
4170         bracket type from hierarchy.
4171
4172 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4173
4174         * lily/rest.cc (y_offset_callback): read staff-position.
4175
4176         * scm/define-grob-properties.scm (all-user-grob-properties): don't
4177         mark after-line-breaking-callback as internal.
4178
4179         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
4180
4181 2005-11-25  Werner Lemberg  <wl@gnu.org>
4182
4183         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
4184
4185 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4186
4187         * stepmake/bin/add-html-footer.py (do_file): add google
4188
4189         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
4190         staff if first_start_ is true.
4191
4192 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4193
4194         * scripts/midi2ly.py (split_track): add __repr__ members.
4195         (track_first_item): only return Item if not None. This fixes a
4196         problem when dumping a track that starts with an empty channel.
4197
4198         * python/midi.c: doc module.
4199
4200 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4201
4202         * Documentation/user/global.itely (Creating MIDI files): Fix
4203         compilation problem.
4204
4205 2005-11-22  Graham Percival  <gpermus@gmail.com>
4206
4207         * Documentation/user/basic-notation.itely: clarify dynamic
4208         padding text.
4209
4210         * Documentation/user/advanced-notation.itely: add unicode
4211         escape control example, whatever that is.  :)
4212
4213         * Documentation/user/global.itely: added "removing dynamics
4214         from MIDI" code.
4215
4216 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4217
4218         * VERSION (PATCH_LEVEL): release 2.7.18
4219
4220         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
4221         System_start_delimiter_engraver by
4222         Nested_system_start_delimiter_engraver.
4223
4224         * lily/nested-system-start-delimiter-engraver.cc (struct
4225         Bracket_nesting_node): new class.
4226         (struct Bracket_nesting_group): new class
4227         (struct Bracket_nesting_staff): new class.
4228         (process_music): create hierarchy of grobs. This allows separate
4229         tuning of different SSDs. 
4230
4231         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
4232         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
4233
4234 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4235
4236         * lily/side-position-interface.cc (aligned_side): multiply
4237         staff_radius by 2.
4238
4239         * lily/script-engraver.cc (make_script_from_event): allow setting
4240         values to '()
4241
4242 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4243
4244         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
4245
4246         * scm/define-grobs.scm (all-grob-descriptions): new grob
4247         NestedSystemStartDelimiter.
4248
4249         * input/regression/system-start-heavy-bar.ly: new file.
4250
4251         * lily/nested-system-start-delimiter-engraver.cc: new file.
4252
4253         * lily/nested-system-start-delimiter.cc: new file.
4254
4255         * input/regression/system-start-nesting.ly: new file.
4256
4257         * scm/define-grobs.scm (all-grob-descriptions): use X side
4258         positioning for positioning braces for nested contexts.
4259
4260         * lily/system-start-delimiter.cc (print): don't divide extent by
4261         staff_space.
4262         (print): use style iso. glyph.
4263         (staff_bracket): translate glyph inside routine already.
4264
4265 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
4266
4267         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
4268         names.
4269
4270 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4271
4272         * scm/define-context-properties.scm
4273         (all-user-translation-properties): rename figuredBassFormatter
4274         from newFiguredBassFormatter.
4275
4276         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
4277
4278         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
4279
4280         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
4281
4282         * lily/beam.cc (calc_beaming): new function.
4283         (calc_shorten): new function.
4284
4285         * THANKS: add Edward Neeman.
4286
4287         * input/regression/accidental-clef-change.ly: new file.
4288
4289         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
4290
4291         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
4292
4293         * lily/clef-engraver.cc (inspect_clef_properties): reset
4294         localKeySignature for clef changes.
4295
4296 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4297
4298         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
4299         add dummy definition that works in Linux and add information in
4300         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
4301
4302         * Documentation/user/changing-defaults.itely (Modifying context
4303         plug-ins): Add index for \with.
4304
4305         * Documentation/user/music-glossary.tely (dal segno): Updated
4306         example to version >=2.6.
4307
4308 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4309
4310         * Documentation/user/instrument-notation.itely (Printing chord
4311         names): Reorder \chordmode and \repeat in one example.
4312
4313 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4314
4315         * VERSION: release 2.7.17
4316         
4317         * Documentation/topdocs/NEWS.tely (Top): add note about
4318         refactoring.
4319
4320         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4321         new function. Search region of 3 positions for best tie.
4322         (score_configuration): new function.
4323         (score_aptitude): new function.
4324         (generate_configuration): new function.
4325         (get_configuration): new function.
4326         (Tie_formatting_problem): new function
4327
4328         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
4329
4330         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
4331
4332         * THANKS: add Eduardo Vieira & Ralph Little
4333
4334         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
4335         narrower.
4336
4337         * lily/include/tie-formatting-problem.hh (class
4338         Tie_formatting_problem): add Tie_details to
4339         Tie_formatting_problem. Update calling conventions.
4340
4341         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
4342         config.make.
4343
4344         * Documentation/user/lilypond.tely: remove musedata2ly entry.
4345
4346 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
4347
4348         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
4349         scm/define-context-properties.scm: Maintenance bugfix: make
4350         ligature brackets work again by removing obsolete ligature
4351         primitive callback push/pop.
4352
4353         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
4354         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
4355         value.
4356
4357 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4358
4359         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
4360         used and do not call it a path.
4361         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
4362
4363 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4364
4365         * lily/include/tie-formatting-problem.hh (class
4366         Tie_formatting_problem): new file.
4367
4368         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
4369
4370         * Documentation/misc/ChangeLog-2.3:  new file.
4371
4372         * lily/audio-staff.cc (output): degarianize.
4373
4374 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4375
4376         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
4377         Unset PYTHONOPTIMIZE.  Fixes install if set.
4378
4379 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4380
4381         * python/convertrules.py (conv): add warning about drums. 
4382
4383         * make/stepmake.make: include toplevel-version.make after config.make.
4384
4385         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
4386         also allow python2.4
4387
4388         * config.make.in (configure-srcdir): remove GXX GCC vars.
4389
4390         * stepmake/aclocal.m4: don't do non-srcdir build with
4391         symlinks. Use inclusion, so the src directory name can be changed.
4392
4393 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4394
4395         * make/mutopia-vars.make:
4396         * make/ly-vars.make: Use src-wildcard iso wildcard for source
4397         files.
4398
4399 2005-11-13  Werner Lemberg  <wl@gnu.org>
4400
4401         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4402         but the affected path.  This ensures that the (overlapping) outlines
4403         have the same direction, which is a necessary prerequisite for
4404         FontForge's algorithm to remove overlaps.
4405         Formatting.
4406
4407         * mf/feta-haak.mf: Formatting.
4408         (draw_bracket): Slightly modify outline to avoid an unnecessary
4409         corner.
4410         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
4411         them from the affected paths.
4412
4413 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4414
4415         * mf/README: remove xpm / accordion notes.
4416
4417         * lily/tie-column-format.cc (set_chord_outline): add dots into
4418         skyline extents. This fixes tie formatting if the left head has dots.
4419
4420         * lily/tie.cc (get_configuration): only shift tie by a whole staff
4421         space inside the staff.
4422         (get_configuration): shift another position if necessary in case
4423         of left head tie  
4424
4425 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4426
4427         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
4428         buildscript-dir iso. $(depth)/buildscripts.
4429
4430         * tex/GNUmakefile (local-uninstall): remove
4431         music-drawing-routines.ps juggling.
4432
4433         * stepmake/stepmake/install-targets.make (local-install-files):
4434         prepend src-dir to install targets.
4435
4436         * lily/system-start-delimiter-engraver.cc
4437         (acknowledge_system_start_delimiter): use
4438         add_offset_callback(). This fixes translation of nested
4439         staffgroups.
4440
4441         * lily/grob-closure.cc (add_offset_callback): only encaps in
4442         simple_closure if it's a procedure.
4443         
4444         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
4445         from bar-line.
4446
4447         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4448         remove-empty where pertinent.
4449
4450 2005-11-12  Graham Percival  <gpermus@gmail.com>
4451
4452         * Documentation/user/instrument-notation.itely: added
4453         Cameron Horsburgh's multiple stanzas docs.  Thanks!
4454
4455 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4456
4457         * lily/GNUmakefile
4458         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
4459         make picture in builddir, not srcdir.
4460
4461 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4462
4463         * VERSION: release 2.7.16
4464         
4465         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
4466         shell arguments. 
4467
4468 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4469
4470         * Documentation/user/examples.itely (Piano templates): Minor
4471         modification to the Piano centered lyrics example.
4472
4473 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4474
4475         * scripts/lilypond-invoke-editor.scm (run-browser): look at
4476         $BROWSER.
4477
4478         * Documentation/user/point-and-click.itely: simplify p&c
4479         instruction: don't configure firefox. Put lilypond-invoke-editor
4480         in front of the browser.
4481
4482         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
4483         (run-browser): new function.
4484
4485         * lily/parser.yy (Lily_lexer): recognize Book
4486
4487         * lily/book.cc (clone): new function
4488
4489         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
4490
4491 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
4492
4493         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
4494         Maintenance bugfix: reduce number of font related warnings by
4495         updating naming conventions for glyph-name.
4496
4497 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4498
4499         * scm/define-grobs.scm (all-grob-descriptions): add
4500         rhythmic-grob-interface to TabNoteHead.
4501
4502         * scm/layout-beam.scm (check-quant-callbacks): remove
4503         set_stem_lengths()
4504
4505 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
4506
4507         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
4508         alignment of centered divisiones.
4509
4510         * scm/scripts.scm (articulations): Maintenance bugfix:
4511         follow-into-staff -> quantize-position.
4512
4513         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
4514         plica head in porrectus deminutus.
4515
4516 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4517
4518         * make/lilypond.fedora.spec.in (Group): add %clean section.
4519
4520         * lily/tuplet-bracket.cc (print): change check: remove bracket if
4521         less then 1/5th of total length.  
4522         (print): use gap too.  Fixes tupletUp-single-bracket.ly
4523
4524         * scm/music-functions.scm (glue-mm-rest-texts): also put other
4525         events into EventChord. This fixes textspanners on mm rests. Fixes
4526         spanner-rest.ly
4527
4528         * lily/side-position-interface.cc (get_axis): read side-axis
4529         (set_axis): set side-axis.
4530
4531         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
4532         properties everywhere.
4533
4534         * lily/spacing-spanner.cc (breakable_column_spacing): add
4535         average-spacing-wishes. Take maximum if not set.
4536         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
4537
4538         * scm/define-grobs.scm (all-grob-descriptions): add
4539         average-spacing-wishes.
4540
4541         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
4542         offset callbacks. This fixes alignment for Fingering objects.
4543
4544         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
4545         space for key - timesig combination. 
4546
4547         * input/regression/script-stem-tremolo.ly (Module): new file.
4548
4549         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
4550         to key sig.
4551
4552         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
4553         Fixes: c-tremolo-script.ly.
4554         
4555         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
4556
4557         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
4558         
4559         * scm/define-grobs.scm (all-grob-descriptions): remove
4560         self-X-offset. Fixes alignment of octavate-8.
4561
4562         * scripts/lilypond-book.py (datadir): look in
4563         LILYPONDPREFIX/share/lilypond/current/
4564
4565         * GNUmakefile.in: symlink current to <VERSION>. 
4566
4567 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
4568
4569         * lily/main.cc: eps listed as a backend.
4570
4571 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4572
4573         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
4574
4575 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4576
4577         * lily/include/score.hh (class Score): remove texts_ member.
4578
4579         * lily/beam.cc (set_stem_lengths): force direction callback.
4580         (print): read quantized-positions, so we can force
4581         Beam::set_stem_lengths to occur.
4582         (rest_collision_callback): use common X parent. 
4583
4584 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4585
4586         * flower/file-path.cc (find): Bugfix: Return name of file found.
4587
4588         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
4589         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
4590         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
4591
4592 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4593
4594         * flower/offset.cc: idem.
4595
4596         * mf/*.mf: update email address.
4597
4598         * lily/font-config-scheme.cc:  new file.
4599
4600         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
4601
4602         * lily/*:  cs.uu.nl -> xs4all.nl
4603
4604         * VERSION (PATCH_LEVEL): release 2.7.15
4605
4606         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
4607         spec files.
4608
4609         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
4610
4611 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4612
4613         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
4614
4615         * lily/staff-performer.cc (process_music): add audio
4616         elements. This makes MIDI instrument changes work once again.
4617
4618         * lily/main.cc (LY_DEFINE): add gmane address.
4619
4620         * lily/beam.cc: remove calc_positions()
4621
4622         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
4623         original_ in private scope.
4624         (class Grob): drop pscore_ pointer, change to output_def pointer.
4625         (class Grob): cleanup class definition.
4626
4627         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
4628
4629 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4630
4631         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
4632         absolute.  Better diagnostics.
4633
4634         * GNUmakefile.in: Add bin/ to tree and populate with some links.
4635         This makes lilypond run from the build directory using argv0
4636         relocation (without any --prefix or LILYPONDPREFIX setting).
4637
4638 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4639
4640         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
4641
4642         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
4643         with simple-closure.
4644
4645         * lily/self-aligment-interface.cc (set_align_self): new function
4646         (set_center_parent): new function.
4647
4648         * lily/side-position-interface.cc (set_axis): new function.
4649
4650         * lily/new-fingering-engraver.cc (position_scripts): use drul for
4651         generic code. 
4652
4653         * scm/define-grob-properties.scm (all-user-grob-properties):
4654         remove [XY]-offset-callbacks add [YX]-offset
4655         
4656 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4657
4658         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
4659         entry for time signatures after breathing signs. Bug report by
4660         Scott Russell.
4661
4662 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4663
4664         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
4665         not absolute, make it absolute using PATH.
4666
4667 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4668
4669         * python/midi.c (initmidi): Fix type for mingw.
4670
4671 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4672
4673         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
4674
4675         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
4676         cross compiling.
4677
4678         * stepmake/aclocal.m4: Support python cross compiling.
4679
4680         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
4681         Add mingw section.
4682
4683 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4684
4685         * scm/output-lib.scm (chain-grob-member-functions): replace
4686         chained-callback.cc
4687
4688         * lily/chained-callback.cc (Module): remove file.
4689
4690         * lily/rest-collision.cc (force_shift_callback_rest): change to
4691         chained callback.
4692
4693         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
4694
4695         * lily/grob.cc (y_parent_positioning): remove axis argument from
4696         parent_positioning callbacks.
4697         (Grob): junk init code
4698         (get_offset): use generic property callbacks for
4699         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
4700         (axis_parent_positioning): new function
4701         (axis_offset_symbol): new function
4702         (chain_offset_callback): new function
4703         (add_offset_callback): new function
4704
4705         * lily/beam.cc (rest_collision_callback): change signature; this
4706         is now a chained callback.
4707
4708         * lily/include/dimension-cache.hh (class Dimension_cache): remove
4709         callback administration.
4710
4711         * lily/simple-closure.cc: new file. Smob type that allows "grob
4712         member functions",
4713
4714             (ly:make-simple-closure FUNC A B)
4715
4716         is evaluated as (FUNC grob A B). This allows chaining of callbacks
4717         in various ways.
4718
4719         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
4720         callbacks.
4721
4722         * lily/slur.cc (outside_slur_callback): take 2 arguments.
4723
4724         * lily/rest.cc (polyphonic_offset_callback): remove.
4725
4726         * lily/script-engraver.cc (try_music): remove bool* argument.
4727
4728         * scm/script.scm (default-script-alist): set quantize-position
4729         appropriately.
4730
4731         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
4732
4733         * lily/side-position-interface.cc (aligned_side): move staff
4734         position quantization from
4735         Side_position_interface::quantised_position().
4736         (quantised_position): remove
4737         
4738 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4739
4740         * input/regression/beam-quant-standard.ly: reindent, set
4741         debug-beam-quanting to #t.
4742
4743         * lily/beam-concave.cc (calc_concaveness): set concaveness to
4744         10000 if this is a "hard" concave beam.
4745
4746         * lily/beam.cc (calc_least_squares_positions): change from
4747         calc_least_squares_dy
4748         (set_stem_lengths): this is now a chained callback.
4749
4750         * lily/context-property.cc (execute_general_pushpop_property):
4751         bugfix override with procedure should have effect.
4752
4753         * scm/define-grob-properties.scm (all-internal-grob-properties):
4754         remove position-callbacks.
4755
4756         * scm/define-grobs.scm (all-grob-descriptions): use
4757         ly:make-callback-chain for positions property.
4758
4759         * scm/layout-beam.scm (check-quant-callbacks): return list of
4760         chained callbacks.
4761
4762         * scm/lily.scm (type-p-name-alist): add callback-chain
4763
4764         * lily/lily-guile.cc (type_check_assignment): type check failure
4765         is warning not message.
4766
4767         * lily/grob-property.cc (try_callback): walk callback chain if
4768         appropriate.
4769
4770         * lily/chained-callback.cc: new file. new smob type.
4771
4772         * lily/lily-guile.cc (procedure_arity): new function.
4773
4774 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
4777
4778 2005-10-25  John Mandereau  <john.mandereau@free.fr>
4779  
4780         * Documentation/user/instrument-notation.itely (Figured bass):
4781         describe new features
4782
4783 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * lily/beam.cc (calc_least_squares_dy): use property callback.
4786
4787         * lily/beam-concave.cc (calc_concaveness): use property callback.
4788
4789         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
4790
4791 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4792
4793         * HACKING: Update.
4794
4795 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4796
4797         * scm/layout-page-layout.scm (page-headfoot): annotate
4798         pagetopspace too.
4799
4800         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
4801
4802         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
4803         doesn't take y-space.
4804
4805         * scm/paper.scm (paper-alist): fix A7 dimensions. 
4806
4807 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4808
4809         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
4810         src-wildcard, remove $(wildcard).
4811
4812         * po/GNUmakefile (PO_FILES): 
4813         * ps/GNUmakefile (PS_FILES): 
4814         * tex/GNUmakefile (TEX_FILES): 
4815         * cygwin/GNUmakefile (POSTINSTALLS):
4816         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
4817         some wildcard calls.
4818
4819 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4820
4821         * THANKS: add Thomas Bushnell.
4822
4823 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4824
4825         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
4826         (lilypond-main): Redirect to gui-main if 'gui is set.
4827
4828         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
4829         for alternative installations kludging s/share/lib/g
4830         LILYPONDPREFIX. 
4831
4832         * SConstruct (libdir_package_version): Define.
4833
4834         * python/SConscript: 
4835         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
4836         module in libdir.  
4837
4838 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4839
4840         * lily/main.cc: clarify --safe.
4841
4842 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4843
4844         * VERSION: release 2.7.14
4845         
4846         * Documentation/user/*.itely: remove minimumVerticalExtent.
4847
4848         * scm/define-grobs.scm (all-grob-descriptions): remove
4849         RemoveEmptyVerticalGroup
4850
4851         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
4852
4853         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4854         compile on MOSX
4855
4856         * python/convertrules.py (conv): add rules.
4857
4858         * lily/grob.cc: remove is_empty()
4859
4860         * lily/grob-property.cc: remove add_to_list_property().
4861
4862         * scripts/convert-ly.py (datadir): add prefix switching hack to
4863         .py too.
4864
4865         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4866         space-function tweak.
4867
4868         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4869
4870         * scm/define-grob-properties.scm (all-user-grob-properties):
4871         remove callback property.
4872
4873         * lily/include/grob.hh (class Grob): remove property_callbacks_
4874         member. Properties of procedure type are assumed to be callbacks.
4875
4876         * lily/ligature-engraver.cc (override_stencil_callback):
4877         rewrite. Use noteHeadLigaturePrimitive as source.
4878
4879         * scm/define-grob-properties.scm (all-internal-grob-properties):
4880         remove ligature-primitive-callback
4881
4882         * lily/include/dimension-cache.hh (class Dimension_cache): make
4883         class, with Grob as friend.
4884
4885         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4886         has_extent_callback()
4887
4888         * scm/translation-functions.scm (format-new-bass-figure): read
4889         figuredBassPlusDirection
4890
4891         * scm/define-context-properties.scm
4892         (all-user-translation-properties): add figuredBassPlusDirection.
4893
4894         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4895
4896         * lily/align-interface.cc (set_ordered): new function.
4897
4898         * lily/grob.cc (flush_extent_cache): rewrite.
4899
4900         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4901         Interval pointer directly.
4902
4903         * lily/main.cc (setup_paths): insert extra / .
4904         (setup_paths): junk cff entry.
4905
4906         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4907         directories.
4908
4909         * lily/axis-group-engraver.cc (finalize): remove
4910         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4911
4912         * lily/grob.cc (Grob): don't set extent from ctor.
4913         (extent): use property callbacks. 
4914
4915         * lily/axis-group-interface.cc: remove set_axes() function.
4916
4917         * lily/grob-property.cc (del_property): new function.
4918
4919 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4920
4921         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4922         
4923 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4924
4925         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4926
4927 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4928
4929         * mf/SConscript: Updates.
4930
4931         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4932
4933         * stepmake/stepmake/*:
4934         * */GNUmakefile:
4935         * config.make.in:
4936         * GNUmakefile.in:
4937         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4938         from any directory in build-dir.  Cleanups.
4939
4940         * make/srcdir.make.in: Remove.
4941
4942         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4943
4944         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4945         main).
4946
4947         * lily/SConscript: Remove ttftools.
4948
4949         * SConstruct: Resurrect.
4950
4951 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4952
4953         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4954         Y coordinate. 
4955
4956         * lily/paper-book.cc (add_score_title): put Paper_score title into
4957         systems_ list.
4958
4959         * scm/translation-functions.scm (format-new-bass-figure): also
4960         allow plus in combination with _
4961
4962 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4963
4964         * VERSION: 2.7.13 released.
4965
4966         * lily/note-collision.cc (check_meshing_chords): don't wipe
4967         stencil, merely set transparent.
4968
4969         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4970         (Top): document #'callbacks.
4971         (Top): document nested \override.
4972
4973         * input/regression/figured-bass.ly: update for slash and pluses.
4974
4975         * input/regression/figured-bass-continuation-forbid.ly (Module):
4976         new file.
4977
4978         * scm/translation-functions.scm (format-new-bass-figure): use
4979         slashed-digit if diminished is set.
4980         (format-new-bass-figure): add + if 'augmented is set.
4981
4982         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4983
4984         * input/test/piano-staff-distance.ly: remove file.
4985
4986         * Documentation/user/advanced-notation.itely (Formatting cue
4987         notes): use length-fraction for making stems/beams smaller.
4988
4989         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4990         modifications.
4991
4992         * lily/new-figured-bass-engraver.cc: new property
4993         centerFiguredBassContinuations
4994
4995         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4996         use callbacks.
4997
4998         * lily/context-property.cc (execute_general_pushpop_property):
4999         robustness checks.
5000
5001         * input/regression/override-nest.ly: new file.
5002
5003         * python/convertrules.py (FatalConversionError.subber): conversion
5004         rule for #'callbacks
5005
5006         * input/regression/override-nest.ly: new function.
5007
5008         * lily/parser.yy (music_property_def): allow \override #'a #'b =
5009         #c too. 
5010
5011         * lily/context-property.cc (lookup_nested_property): new function.
5012         (evict_from_alist): new function.
5013         (general_pushpop_property): new function.
5014         (execute_general_pushpop_property): rewrite. Support nested
5015         properties too.
5016
5017 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5018
5019         * lily/beam.cc: use length-fraction too.
5020
5021         * scm/define-grob-properties.scm (all-user-grob-properties):
5022         remove property flag-width-function
5023         (all-user-grob-properties): remove space-function.
5024
5025         * scm/layout-beam.scm: remove flag-width-function.
5026
5027         * lily/beam.cc: remove flag-width-function
5028
5029         * scm/layout-beam.scm: remove beam dir functions.
5030
5031         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
5032
5033         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
5034         for easier grace tweaks.
5035
5036         * lily/beam.cc: remove dir-function.
5037
5038         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
5039
5040         * lily/grob.cc: remove spacing-procedure.
5041
5042         * lily/note-head.cc (calc_stem_attachment): new function.
5043         (internal_print): use callback to get glyph-name.
5044
5045         * lily/grob-property.cc (get_interfaces): new function.
5046
5047         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
5048
5049         * lily/stem.cc (calc_stem_end_position): new function.
5050         (calc_length): new function.
5051         document details for stem.
5052         remove Stem::get_direction()
5053
5054         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
5055
5056         * lily/grob-property.cc (set_callback): new function.
5057
5058         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
5059
5060         * lily/item-scheme.cc: new file.
5061
5062         * lily/bar-line.cc (before_line_breaking): remove function.
5063         remove bar-size-procedure, break-glyph-function
5064
5065         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
5066
5067         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
5068
5069         * lily/system-start-delimiter.cc (print): suicide from
5070         here. Remove after_line_breaking_callback.
5071
5072         * lily/script-interface.cc (calc_direction): use callback for direction.
5073
5074         * lily/side-position-interface.cc (aligned_side): don't use
5075         Side_position_interface::get_direction directly. Use callback. 
5076
5077         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
5078         calculate stencil.
5079         (get_print_stencil): rename from get_stencil: create stencil with
5080         transparency, color and cause. 
5081
5082         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
5083
5084         * python/convertrules.py (conv): insert temporary warning rule.
5085
5086         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
5087
5088         * lily/grob-property.cc (try_callback): remove marker if applicable.
5089
5090         * lily/grob.cc: elucidate doc about after/before-line-breaking
5091
5092         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
5093
5094         * lily/stem.cc (height): idem.
5095
5096         * lily/stem-tremolo.cc: idem.
5097
5098         * lily/slur.cc (height): don't use get_uncached_stencil()
5099
5100         * lily/rest.cc (y_offset_callback): use offset callback
5101         iso. after-line-breaking callback.
5102
5103         * lily/grob.cc: change after/before-line-breaking-callback to
5104         after/before-line-breaking dummy properties.
5105
5106         * lily/include/grob.hh: remove Grob_status.
5107
5108         * scm/define-context-properties.scm
5109         (all-user-translation-properties): remove verticalAlignmentChildCallback
5110
5111         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
5112         (calc_direction): use callback
5113         (calc_positions): use callback.
5114
5115         * lily/tie.cc (calc_direction): use callback. Only call parent
5116         positioning for more than one tie.
5117
5118         * lily/tie-column.cc (calc_positioning_done): use callback
5119
5120         * lily/slur-scoring.cc (calc_control_points): use callback
5121
5122         * lily/slur.cc (calc_direction): use callback.
5123
5124         * lily/note-collision.cc (force_shift_callback): remove.
5125
5126         * lily/dot-column.cc (force_shift_callback): remove. Use
5127         other_axis_parent_positioning.
5128
5129         * lily/grob.cc (other_axis_parent_positioning): new function.
5130         (same_axis_parent_positioning): new function
5131
5132         * lily/align-interface.cc (alignment_callback): remove function.
5133
5134         * lily/note-collision.cc (calc_positioning_done): use callback.
5135
5136         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
5137         (calc_direction): idem.
5138         remove print function.
5139
5140         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
5141
5142         * lily/dot-column.cc (calc_positioning_done): use callback.
5143
5144         * lily/break-align-interface.cc (calc_positioning_done): use callback.
5145
5146         * lily/beam.cc (calc_direction): use pseudo-property for beam
5147         direction callback.
5148         (calc_positions): use callback 
5149
5150         * lily/align-interface.cc (calc_positioning_done): use
5151         callback. Fold fixed  distance and normal alignment in one function.
5152
5153         * lily/stem.cc (calc_stem_end_position): use callback.
5154         (calc_positioning_done): idem.
5155         (calc_direction): idem.
5156         (calc_stem_end_position): idem
5157         (calc_stem_info): idem.
5158
5159         * lily/grob-property.cc (get_property_data): new function: 
5160         (try_callback): new function.
5161
5162         * scm/define-grob-properties.scm (all-user-grob-properties): doc
5163         callbacks property.
5164
5165         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
5166
5167 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5168
5169         * lily/tie.cc (get_position): robustness fix. Don't crash if a
5170         tie
5171         has no heads.
5172         
5173         * lily/include/*.hh (Module): compile fixes.
5174
5175 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
5176
5177         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
5178         as an argument for char-syntax: use (char-syntax (or nil 0)) 
5179         instead of (char-syntax nil), thanks to Milan Zamazal.
5180
5181 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5182
5183         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
5184         dist.
5185
5186         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
5187         themselves.
5188
5189 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5190
5191         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
5192         add class_name() method.
5193
5194         * lily/music-scheme.cc: remove ly:music-name.
5195
5196 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5197
5198         * cygwin/postinstall-lilypond.sh: Remove cruft.
5199
5200         * cygwin/postremove-lilypond.sh: Remove.
5201
5202         * cygwin/GNUmakefile (default): Remove postremove rules.
5203
5204 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5205
5206         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
5207         even header too.
5208         
5209         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
5210         MacOS 9 users.
5211
5212         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
5213         consider break index for broken spanner.
5214
5215         * scm/define-markup-commands.scm (wordwrap-string): remove \r
5216         characters from string before splitting.
5217
5218 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5219
5220         * scm/framework-ps.scm (output-preview-framework): use
5221         is-book-title to determine whether to chop off the booktitle.
5222
5223         * lily/paper-book.cc (systems): init from book-title-properties
5224         (add_score_title): init score-title-properties.
5225
5226         * ly/paper-defaults.ly: add {score,book}-title-properties.
5227
5228         * scm/document-backend.scm (lookup-interface): error message if
5229         using unknown interface.
5230
5231         * lily/volta-bracket.cc (after_line_breaking): new function. Set
5232         edge-height.
5233
5234         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
5235         make_bracket.
5236         (make_bracket): new function.
5237
5238         * scm/lily.scm (define-scheme-options): add paper-size option.
5239
5240         * ly/declarations-init.ly (laissezVibrer): get paper size from
5241         -dpaper-size
5242
5243         * scm/translation-functions.scm: use \fontsize for changing the
5244         fontsize.
5245
5246         * scm/define-grobs.scm (all-grob-descriptions): set
5247         between-length-limit to 1.0
5248
5249         * lily/tie-helper.cc: add between_length_limit_ detail property.
5250
5251         * mf/feta-bolletjes.mf: typos.
5252
5253         * lily/note-head.cc (internal_print): don't shadow idx
5254         parameter. This fixes wrong attachment for do shape heads.
5255
5256 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5257
5258         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
5259
5260         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
5261
5262         * scm/layout-slur.scm: rename from slur.scm
5263
5264         * scm/layout-page-layout.scm: rename from page-layout.scm
5265
5266         * scm/layout-beam.scm: rename from beam.scm
5267
5268         * scm/define-grob-interfaces.scm (bass-figure-interface): add
5269         bass-figure-interface
5270
5271         * lily/new-figured-bass-engraver.cc (process_music): add
5272         implicitBassFigures property.
5273         
5274         * scm/define-markup-commands.scm (pad-x): new markup.
5275
5276         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
5277         minimumVerticalExtent on FiguredBass context.
5278
5279         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
5280         case the continuation crosses a line break.
5281
5282 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5283
5284         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
5285         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
5286         absolute file name bug.  
5287
5288 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5289
5290         * VERSION (PACKAGE_NAME): release 2.7.12
5291
5292         * input/regression/figured-bass-continuation-center.ly: new file.
5293
5294         * input/regression/beam-outside-beamlets.ly: new file.
5295
5296         * lily/beam.cc (set_beaming): don't clip edges.
5297         (connect_beams): don't clip edges.
5298
5299         * lily/beaming-info.cc (clip_edges): new function.
5300
5301         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
5302
5303         * Documentation/user/instrument-notation.itely (Figured bass):
5304         demonstrate extenders, update seealso links.
5305
5306         * scm/titling.scm (marked-up-headfoot): change tagline
5307         handling. tagline = ##f will blank the tagline as well.
5308
5309 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5310
5311         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
5312
5313         * lily/new-figured-bass-engraver.cc (struct
5314         New_figured_bass_engraver): add new_music_found_ member.
5315
5316         * lily/lilypond-version.cc (Lilypond_version): deal with
5317         incorrectly formatted version strings. 
5318
5319         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
5320         New_figured_bass_engraver by default.
5321
5322         * lily/ttf.cc (print_trailer): only define glyph names when
5323         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
5324
5325 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5326
5327         * lily/horizontal-bracket.cc (make_bracket): new function.
5328
5329         * scm/define-grobs.scm (all-grob-descriptions): new grobs
5330         NewBassFigure, BassFigureBracket, BassFigureContinuation,
5331         BassFigureLine, BassFigureAlignment
5332
5333         * lily/new-figured-bass-engraver.cc (process_music): new file.
5334
5335         * lily/figured-bass-continuation.cc: new file.
5336
5337         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
5338         new file.
5339
5340 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5341
5342         * scripts/lilypond-book.py: Bug fix, put the quote around the
5343         actual score for LaTeX documents.
5344
5345         * scm/define-grobs.scm (all-grob-descriptions): Change
5346         collapse-height of the SystemStartBracket grob to 5.0, 
5347         so the bracket disappears for single stave score lines (similarly
5348         to SystemStartBraces). 
5349
5350         * Documentation/user/advanced-notation.itely (Polymetric
5351         notation): Clarify the use of compressMusic.
5352
5353         * Documentation/user/basic-notation.itely (Grace notes): Clarify
5354         that the grace spacer note in other staves need the same duration
5355         and document the stroke-style property.
5356
5357 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5358
5359         * Documentation/user/global.itely (Vertical spacing): document
5360         alignment-extra-space and fixed-alignment-extra-space.
5361
5362         * Documentation/topdocs/NEWS.tely (Top): add entry.
5363
5364         * input/regression/alignment-vertical-spacing.ly: new file.
5365
5366         * python/convertrules.py (conv): add rule.
5367
5368         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
5369
5370         * lily/align-interface.cc (stretch_after_break): new
5371         function. Read fixed-alignment-extra-space property.
5372         (align_elements_to_extents): read alignment-extra-space property.
5373
5374         * lily/lily-guile.cc (robust_scm2dir): new function.
5375
5376         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
5377         (annotate-space-left): new function. Annotate space left on page. 
5378         (annotate-y-interval): new function.
5379         (paper-system-annotate-last): new function. Annotate bottom-space.
5380
5381         * mf/feta-beugel.mf (y): 
5382
5383 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5384
5385         * VERSION (PACKAGE_NAME):  release 2.7.11
5386
5387         * scm/lily-library.scm (interval-translate): new function
5388         (interval-center): new function. 
5389
5390         * scm/page-layout.scm (paper-system-annotate): new function. Add
5391         arrows for dimensions.
5392  
5393         * scm/stencil.scm (dimension-arrows): new function.
5394
5395         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
5396
5397         * input/regression/page-spacing.ly: add annotatespacing
5398
5399         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
5400         (LY_DEFINE): new function ly:paper-system-set-property!
5401
5402         * Documentation/user/global.itely (Paper size): explain how to add
5403         sizes.
5404
5405         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
5406         correspond to GS's definition.
5407
5408         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
5409         tuplet bracket.
5410         (print): only connect to next bracket if the next one is alive.
5411         (print): set padding to 0.0 if the bound is a breakable
5412         column. This makes tupletFullLength brackets reach up to the staff
5413         line if it doesn't connect to the next line.
5414
5415 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5416
5417         * lily/bar-number-engraver.cc: correct docs.
5418
5419         * scm/output-lib.scm (first-bar-number-invisible): rename from
5420         default-bar-number-visibility
5421
5422 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * scm/define-music-properties.scm (all-music-properties): remove
5425         predicate property.
5426
5427 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
5428
5429         * po/fi.po: refresh.
5430
5431 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5432
5433         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
5434         superfluous s1.
5435         (disappear): bugfix.
5436
5437         * lily/stem-tremolo.cc (raw_stencil): read slope property.
5438
5439         * lily/include/paper-system.hh (class Paper_system): remove
5440         staff_extents_ member.
5441
5442         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
5443
5444         * lily/include/paper-system.hh (class Paper_system): remove
5445         number_ variable. Remove is_title_. Remove break_before_penalty_
5446
5447         * lily/paper-book.cc (systems): use 'number property iso. number_
5448         member.
5449
5450         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
5451         remove ly:paper-system-number.
5452
5453         * scm/lily-library.scm (paper-system-title?): new function.
5454
5455         * lily/book.cc (process): bugfix: flip ?: cases. 
5456
5457         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5458         add outputProperty.
5459
5460         * ly/music-functions-init.ly: add outputProperty music function.
5461
5462         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
5463
5464         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
5465         and next-padding.
5466         (optimal-page-breaks): rename from ly:optimal-page-breaks.
5467
5468         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
5469
5470         * lily/paper-system.cc (internal_get_property): new function.
5471
5472         * Documentation/user/global.itely (Vertical spacing): refer to
5473         page-spacing.ly
5474
5475         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
5476         pagetopspace
5477
5478         * input/regression/page-spacing.ly: new file.
5479
5480         * input/regression/page-top-space.ly: new file.
5481
5482         * lily/spacing-spanner.cc: cmath -> math.h
5483
5484         * lily/paper-system.cc (read_left_bound): new function. Read
5485         line-break-system-details from left bound to determine extents.
5486  
5487         * Documentation/user/programming-interface.itely (Using LilyPond
5488         syntax inside Scheme): change applyxxx -> applyXxx.
5489
5490         * ly/music-functions-init.ly: add outputProperty music function.
5491
5492         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
5493
5494         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
5495
5496         * python/convertrules.py (conv): rule
5497
5498         * ly/music-functions-init.ly: applyxxx -> applyXxx
5499
5500         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
5501         TabVoice to Voice.
5502
5503 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5504
5505         * flower/include/real.hh: include <math.h> iso. <cmath>
5506
5507         * flower/include/offset.hh: include real.hh
5508
5509 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5510
5511         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5512         fix example, now that 'interfaces is no longer directly available.
5513
5514         * lily/book.cc (process): don't crash if paper == NULL.
5515
5516         * po/fr.po: update.
5517
5518 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5519
5520         * scm/define-music-types.scm (music-descriptions): set length and
5521         start-callback for QuoteMusic
5522
5523 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5524
5525         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
5526         arguments. Fixes compilation error with gcc 3.3.
5527
5528 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5529
5530         * VERSION: release 2.7.10
5531
5532         * stepmake/stepmake/python-module-rules.make
5533         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
5534
5535         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
5536         real.hh
5537
5538 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5539
5540         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
5541         -Werror. Otherwise GCC barfs over various optimizations.
5542
5543         * scm/define-grob-properties.scm (all-internal-grob-properties):
5544         add note-head property
5545
5546         * Documentation/user/instrument-notation.itely (Laissez vibrer
5547         ties): new node.
5548
5549         * input/regression/laissez-vibrer-ties.ly: new file.
5550
5551         * lily/laissez-vibrer-engraver.cc: new file.    
5552
5553         * lily/include/tie-column-format.hh: new file.
5554
5555         * lily/tie-column-format.cc: new file. 
5556
5557         * lily/tie-column.cc (set_manual_tie_configuration): new function.
5558
5559         * lily/laissez-vibrer-tie.cc: new file.
5560
5561         * lily/include/laissez-vibrer-tie.hh: new file.
5562
5563         * ly/engraver-init.ly: add Laissez_vibrer_engraver
5564
5565         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
5566
5567         * scm/define-grobs.scm (all-grob-descriptions): add
5568         LaissezVibrerTie, LaissezVibrerTieColumn
5569
5570         * lily/tie-column.cc (set_tie_config_directions): new function
5571         (final_shape_adjustment): new function.
5572         (shift_small_ties): new function.
5573
5574         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
5575
5576         * lily/include/tie.hh (struct Tie_details): add x_gap_
5577         (struct Tie_configuration): add head_position_
5578
5579         * lily/tie-column.cc (set_chord_outline): new function.
5580
5581         * mf/cmr.enc.in:  remove file.
5582
5583 2005-09-11  Graham Percival  <gpermus@gmail.com>
5584
5585         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
5586
5587 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5588
5589         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
5590         reduce aliasing effects.
5591
5592         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
5593         box in skyline.
5594
5595 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5596
5597         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
5598
5599         * flower/include/real.hh: std::fabs too.
5600
5601 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5602
5603         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
5604
5605         * lily, flower: Include C++ iso C headers.  Import namespace std
5606         throughout.
5607
5608         * lily/side-position-interface.cc: 
5609         * lily/scm-hash.cc: 
5610         * lily/note-head.cc: 
5611         * lily/include/includable-lexer.hh: 
5612         * flower/include/string-data.icc: Remove using std::*.
5613
5614         * lily, flower: Include C++ iso C headers.  Import namespace std
5615         throughout.
5616
5617         * lily/side-position-interface.cc: 
5618         * lily/scm-hash.cc: 
5619         * lily/note-head.cc: 
5620         * lily/include/includable-lexer.hh: 
5621         * flower/include/string-data.icc: Remove using std::*.
5622
5623         * Documentation/user/instrument-notation.itely (Entering lyrics):
5624         Multiple latin-1->utf-8 conversion fix.
5625
5626         * Documentation/user/*tely: Update Emacs cookie to utf-8.
5627
5628 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5629
5630         * lily/tie.cc (get_configuration): also avoid dots for non-space
5631         situations.
5632
5633 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * Documentation/user/instrument-notation.itely: Bugfix.
5636
5637 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5638
5639         * tex/GNUmakefile: don't install texinfo.tex
5640
5641         * tex/ : cleanup: remove unused files.
5642
5643         * lily/general-scheme.cc: remove my_{isinf,isnan}.
5644
5645         * flower/include/real.hh: using std::{isnan,isinf}
5646         
5647         * VERSION (PATCH_LEVEL): release 2.7.9
5648
5649 2005-09-05  Graham Percival  <gpermus@gmail.com>
5650
5651         * Documentation/user/ instrument-notation.itely,
5652         advanced-notation.itely: minor tweaks.
5653
5654         * input/test/script-chart.ly: add item padding.
5655
5656 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5657
5658         * flower/offset.cc: use math.h iso. <cmath>
5659
5660         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
5661         of IE users.
5662
5663         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
5664         (widen-left-stencil-edges): new function. Fix alignment problems
5665         with LaTeX includegraphics.
5666
5667         * lily/text-interface.cc (interpret_markup): use abort().
5668
5669 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5670
5671         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
5672
5673         * lily/tie.cc (get_configuration): update bezier shape as we
5674         change Y positions.
5675         (get_configuration): don't move large ties if we're outside of the
5676         staff.
5677
5678 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5679
5680         * scm/define-markup-commands.scm (strut): swap X and Y dims.
5681         
5682 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5683
5684         * .cvsignore: Add auto-generated configure files and then some.
5685
5686 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5687
5688         * scm/define-grobs.scm (DynamicLineSpanner): Add
5689         X-extent-callback.  Fixes hairpin-slur collision.
5690
5691 2005-08-31  Graham Percival  <gpermus@gmail.com>
5692
5693         * Documentation/user/advanced-notation.itely,
5694         basic-notation.itely: minor changes.
5695
5696 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5697
5698         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
5699         \linebreak between each .eps file if \betweenLilyPondSystem is
5700         undefined. 
5701
5702         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5703         music): Document the \linebreak
5704
5705         * Documentation/user/lilypond-book.itely,
5706         input/tutorial/lbook-latex-test.tex,
5707         Documentation/user/examples.itely: Remove \usepackage{graphics}
5708
5709 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5710
5711         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
5712
5713         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
5714         compat bugfix.
5715
5716         * scripts/lilypond-book.py (PREAMBLE_LY): define
5717         inside-lilypond-book
5718         (modify_preamble): new function. Insert \RequirePackage{graphics}
5719         when no {graphics found in preamble.  
5720
5721 2005-08030  Graham Percival  <gpermus@gmail.com>
5722
5723         * Documentation/user/basic-notation.itely, global.itely,
5724         tutorial.itely: misc small changes.
5725
5726 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5727
5728         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
5729         VERSION.
5730
5731 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5732
5733         * lily/tie-column.cc (new_directions): put Tie down on center
5734         staff line. 
5735
5736         * lily/script-interface.cc (before_line_breaking): use
5737         Grob::programming_error
5738
5739         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
5740
5741         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
5742         of splitext.
5743
5744 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5745
5746         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
5747
5748 2005-08-29  Werner Lemberg  <wl@gnu.org>
5749
5750         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
5751         the `*.scale.pfa' files to avoid warnings.
5752
5753 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5754
5755         * lily/tempo-performer.cc (process_music): idem.
5756
5757         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
5758
5759 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5760
5761         * Documentation/user/advanced-notation.itely (Text markup): not a
5762         fragment.
5763
5764         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
5765
5766         * lily/staff-performer.cc (initialize): add tempo/name to
5767         audio_staff_
5768
5769
5770 2005-08-26  Graham Percival  <gpermus@gmail.com>
5771
5772         * Documentation/user/advanced.itely: add text-only example.
5773
5774         * Documentation/user/invoking.itely: add index entries for
5775         convert-ly.
5776
5777         * Documentation/user/ tutorial.itely, basic-notation.itely:
5778         small fixes suggested by Steve D.  Thanks!
5779
5780 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * input/regression/markup-bidi-pango.ly: new file.
5783
5784         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
5785         standard. Remove #ifdef. Remove memleak.
5786         (text_stencil): use text_dir to decide how to composite items.
5787         (text_stencil): determine uniform text direction for the entire
5788         string.
5789
5790         * scripts/lilypond-book.py (output_name): remove
5791         latex_filter_cmd. Non-portable to non-Unix systems. 
5792         (get_latex_textwidth): use File.write and os.unlink() instead.
5793
5794         * THANKS: add Vicente & Trevor.
5795
5796         * lily/grob.cc (discretionary_processing): look up origin for
5797         programming_error too. 
5798
5799         * input/regression/tie-broken.ly: new file.
5800
5801         * lily/tie-column.cc (set_chord_outlines): set outline for line
5802         break case too.
5803         
5804 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5805
5806         * lily/pango-font.cc (text_stencil): don't translate glyphs in
5807         unscaled transform, just translate stencils.
5808
5809         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
5810         MIDI.
5811
5812         * scm/define-markup-commands.scm (wordwrap-string): use
5813         text-direction
5814         (wordwrap-stencils): idem.
5815         (line): idem.
5816         (fill-line): idem.
5817         (wordwrap-stencils): translate last line to right for
5818         text-direction = LEFT.
5819
5820         * scm/define-grob-properties.scm (all-user-grob-properties): add
5821         text-direction.
5822
5823 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5824
5825         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
5826         when copying a Lily_parser object.
5827
5828 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5829
5830         * scm/define-markup-commands.scm (null): add null markup.
5831
5832 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5833
5834         * lily/item.cc: Add documentation of center-invisible
5835
5836 2005-08-24  Graham Percival  <gpermus@gmail.com>
5837
5838         * Documentation/user/advanced-notation.itely: add info about
5839         raising text.
5840
5841         * Documentation/user/programming-interface.itely: fix example
5842         involving raised text.
5843
5844 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5845
5846         * lily/beam.cc (print): fix X start/end points of isolated
5847         beamlets.
5848
5849         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
5850
5851         * lily/multi-measure-rest.cc (set_text_rods): new function.
5852
5853         * lily/vertical-align-engraver.cc (process_music): call
5854         Align_interface::set_axis(). This forces #'elements to be ordered,
5855         preventing random vertical reordering of staves.
5856
5857         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5858         add avoid-slur property. 
5859
5860         * Documentation/user/basic-notation.itely (Measure repeats): add
5861         countPercentRepeats example.
5862
5863         * Documentation/user/advanced-notation.itely (Other text markup
5864         issues): remove remark about normal-font.  We have \normal-text
5865
5866         * input/regression/tie-chord.ly: add note about remaining bugs.
5867
5868         * lily/tie.cc (print): try Tie_column::set_directions () if
5869         control-points not yet defined.
5870
5871 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5872
5873         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5874         extent. This fixes braces falling out of the EPS bbox.
5875
5876         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5877         exactly to bbox.
5878
5879 2005-08-23  Graham Percival  <gpermus@gmail.com>
5880
5881         * {various} : change #up->#UP and #down->#DOWN.
5882
5883         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5884
5885         * Documentation/user/advanced-notation.itely: clarify
5886         what objects handles text on a multimeasure rest.
5887
5888 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5889
5890         * VERSION (PATCH_LEVEL): release 2.7.7
5891
5892 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5893
5894         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5895
5896         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5897
5898         * input/regression/*.ly: formatting clean-up. Default layout
5899         before music expression.
5900
5901         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5902         romanze28-2 example.
5903
5904         * scm/ps-to-png.scm: remove dir-re function.
5905         (make-ps-images): generate page names, instead of globbing them.
5906         This brings down LilyPond memory usage for make web by a factor
5907         10. 
5908
5909         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5910         don't use glob. With 3000 files, globbing
5911         Documentation/user/out-www/ can take too much time. 
5912         
5913         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5914
5915         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5916
5917         * input/regression/tie-manual.ly: new file
5918
5919         * input/regression/tie-chord.ly: update.
5920
5921         * flower/include/interval.hh (struct Interval_t): 
5922
5923         * lily/tie.cc (distance): new function 
5924         (height): new function.
5925         (init): new function
5926         (Tie_details): new struct.
5927
5928         * lily/skyline.cc (skyline_height): new function.
5929
5930         * lily/tie-column.cc (set_chord_outlines): new function.
5931         (new_directions): read tie-configuration
5932
5933         * lily/skyline.cc: fix ASCII art.
5934         
5935 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5936
5937         * python/convertrules.py (string_or_scheme): Fix spelling error
5938
5939 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5940         
5941         * lily/tie-column.cc (set_directions): set directions only once.
5942         (add_configuration): new function.
5943
5944         * lily/tie.cc (set_control_points): new function
5945
5946         * lily/tie-column.cc (new_directions): new function.
5947
5948         * ly/music-functions-init.ly: set 'pitch property
5949         iso. trill-pitch. This makes \relative work with \pitchedTrill
5950
5951         * lily/tie.cc (get_configuration): new function. Don't generate
5952         control points, rather, generate configuration.
5953         remove head-pair property.
5954
5955         * lily/include/tie.hh (struct Tie_configuration): new struct.
5956
5957 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5958
5959         * Documentation/topdocs/NEWS.tely: clarify.
5960
5961 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5962
5963         * lily/tie.cc: remove minimum-length
5964
5965         * scm/define-grob-properties.scm (all-user-grob-properties):
5966         remove staffline-clearance, y-offset 
5967
5968         * input/regression/tie-dots.ly (Module): remove.
5969
5970         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5971         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5972
5973         * input/regression/tie-single.ly: new file.
5974
5975 2005-08-21  Graham Percival  <gpermus@gmail.com>
5976
5977         * ly/bagpipe.ly: fix compile problem.
5978
5979 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5980
5981         * lily/midi-item.cc (name): new method.
5982
5983         * lily/staff-performer.cc (acknowledge_audio_element): use
5984         signature of baseclass.
5985
5986         * lily/engraver-group.cc (do_announces): move recursion call out
5987         of while loop. 
5988
5989         * lily/drum-note-performer.cc (class Drum_note_performer): use
5990         process_music everywhere.
5991
5992         * ly/performer-init.ly: add default children everywhere.
5993
5994         * lily/paper-book.cc (output): call paper-book-write-midis
5995         directly: always write MIDI, even if no \layout {} block. 
5996
5997 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5998
5999         * VERSION (PACKAGE_NAME): release 2.7.6
6000
6001         * lily/percent-repeat-engraver.cc (try_music): don't print warning
6002         about not being able to handle repeat.
6003
6004 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6005
6006         * Documentation/user/examples.itely (Piano templates):
6007         * lily/include/performer-group.hh: Remove last traces of
6008         Performer_group_performer.  Fixes make web.
6009
6010 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6011
6012         * Documentation/user/examples.itely (Piano templates): change
6013         Engraver_group_engraver -> Engraver_group
6014
6015         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
6016         scm_stand_in_procs is not weak_any.
6017
6018         * lily/volta-bracket.cc (print): don't use strcmp().
6019
6020         * lily/volta-engraver.cc (process_music): use
6021         Text_interface::is_markup() for setting the 'text property of the
6022         volta bracket.
6023
6024         * input/mutopia/claop.py (accents): update syntax to 2.6
6025
6026         * scm/define-context-properties.scm
6027         (all-user-translation-properties): add countPercentRepeats.
6028
6029         * Documentation/user/basic-notation.itely (Measure repeats): add
6030         isolated percent example.
6031
6032 2005-08-18  Graham Percival  <gpermus@gmail.com>
6033
6034         * input/ {various}: change direction #1, #-1 to
6035         #up/#down or \fooUp, \fooDown.
6036
6037         * Documentation/user/music-glossary.tely: #-1 to #down.
6038
6039         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
6040         to #up, #-1 to #down.
6041
6042 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6043
6044         * lily/include/engraver-group.hh: rename.
6045
6046         * lily/include/performer-group.hh: rename.
6047
6048 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6049
6050         * input/test/script-abbreviations.ly: Removed some old LaTeX
6051         left overs.
6052
6053 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6054
6055         * python/convertrules.py (conv): inside-slur -> avoid-slur.
6056         Remove functions.  Remove if 1: constructs, reindent.
6057
6058         * scripts/convert-ly.py (add_version): Add functions from
6059         convertrules.py
6060
6061         * scm/script.scm (default-script-alist):
6062         s/priority/script-priority.  Fixes script stacking.  Backportme.
6063         (Fermata): Very low priority.
6064
6065 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6066
6067         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
6068
6069         * input/regression/slur-script.ly: remove padding tweaks. Add
6070         comment strings.
6071
6072         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
6073         time sigs and related stuff.
6074
6075         * scm/define-grob-properties.scm (all-user-grob-properties): add
6076         @code{} tags to property description.
6077
6078         * lily/include/line-group-group-engraver.hh (Module): remove file.
6079
6080         * python/convertrules.py (conv): add rule for
6081         Engraver_group_engraver -> Engraver_group.
6082
6083         * lily/include/performer-group-performer.hh: analogous.
6084
6085         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
6086
6087         * lily/context-def.cc (instantiate): check for
6088         Engraver_group_engraver and Performer_group_performer not
6089         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
6090  
6091 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6092
6093         * input/les-nereides.ly: Remove three fingering tweaks, update
6094         remaining one.
6095
6096         * input/regression/slur-script-inside.ly: Update, fix doc.
6097
6098         * scm/script.scm: Update to avoid-slur.
6099
6100         * scm/define-grob-properties.scm (avoid-slur): New property.
6101
6102         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6103         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
6104         outside_slur_callback if avoid-slur != #'inside.
6105
6106         * scm/define-grobs.scm (Fingering, Textscript): No
6107         inside-slur/outside-slur preference.
6108         (DynamicLineSpanner): Always outside slur.
6109
6110         * input/regression/slur-script.ly: More tests.
6111
6112 2005-08-17  Graham Percival  <gpermus@gmail.com>
6113
6114         * Documentation/user/lilypond-book: fix notime entry.
6115
6116         * Documentation/user/advanced-notation.itely: add info on
6117         getting an I rehearsal mark.
6118
6119         * Documentation/user/putting.itely: reinstate "I", re-enforce
6120         the fact that \override numbers are the result of
6121         experimentation and personal taste.
6122
6123         * Documentation/user/invoking.itely: update convert-ly bugs.
6124
6125 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6126
6127         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
6128         to #t.
6129
6130         * lily/timing-translator.cc (initialize): don't initialize timing.
6131
6132         * input/regression/stem-spacing.ly (Module): remove file.
6133
6134         * input/regression/spacing-stick-out.ly: specify Score context for
6135         \override
6136
6137         * input/regression/clefs.ly: remove spurious {}s 
6138
6139 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
6140
6141         * Documentation/topdocs/NEWS.tely,
6142         input/regression/repeat-percent-count.ly: clarify a bit.
6143
6144 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6145
6146         * input/no-notation/display-lily-tests.ly: delete
6147         display-lily-init call.
6148
6149         * ly/music-functions-init.ly (displayLilyMusic): move
6150         display-lily-init call at top level, so that the user should not
6151         have to call it.
6152
6153         * scm/define-music-display-methods.scm (note-name->lily-string):
6154         retrieve note names directly from pitchnames using new function `rassoc'.
6155         (display-lily-init): note names list construction removed.
6156
6157 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6158
6159         * THANKS: spello.
6160
6161         * lily/lily-parser.cc (get_header): copy module, instead of
6162         returning it.
6163
6164         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
6165         counters.
6166
6167         * Documentation/user/basic-notation.itely (Measure repeats): add
6168         links to Counter grobs.
6169
6170         * scm/define-grobs.scm (all-grob-descriptions): add
6171         DoublePercentRepeatCounter
6172         (all-grob-descriptions): add PercentRepeatCounter
6173
6174         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
6175         also create counter grobs.
6176
6177         * lily/separation-item.cc (extremal_break_aligned_grob): don't
6178         return grob without space-alist.
6179
6180         * input/proportional.ly: tune staff-padding.
6181
6182         * input/regression/repeat-percent-count.ly: new file. 
6183
6184 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6185
6186         * input/no-notation/display-lily-tests.ly: moved from
6187         input/regression/ to input/no-notation. Be sure to call
6188         `display-lily-init' before trying to use the display function.
6189
6190 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6191
6192         * scripts/lilypond-book.py (option_definitions): Don't localize
6193         the empty string. Fixes bug when --psfonts was used with
6194         non-English locale.
6195
6196 2005-08-15  Graham Percival  <gpermus@gmail.com>
6197
6198         * lily/tuplet-bracket.cc: simple build fix.
6199
6200         * Documentation/user/putting.itely: use "we" instead of "I".
6201
6202         * Documentation/user/basic-notation.itely: cautionary accidentals
6203         work with naturals, too.
6204
6205 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6206
6207         * lily/tuplet-bracket.cc (calc_position_and_height): add
6208         staff-padding support.
6209
6210         * input/proportional.ly: set staff-padding.
6211         
6212         * VERSION (PATCH_LEVEL): release 2.7.5
6213
6214         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
6215         fixes. Remove tweaks.
6216
6217         * input/regression/tuplet-slope.ly: add a test case.
6218
6219         * lily/tuplet-bracket.cc (calc_position_and_height): revert
6220         erroneous fix. Add spanner bounds to offset array with relative X
6221         positions.
6222
6223         * ly/engraver-init.ly: add Rest_engraver only once.
6224
6225         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
6226         (*parser*) lookup if (*parser*) != #f.
6227
6228 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6229
6230         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
6231         Cut-and paste update.
6232
6233         * input/regression/slur-script.ly: Add example of reverting
6234         inside-slur for fingering.
6235
6236         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
6237         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
6238
6239         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
6240         outside_slur_callback if inside-slur == #f (as opposed to unset).
6241
6242 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6243
6244         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
6245         encoding files are already removed.
6246
6247 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6248
6249         * Documentation/user/advanced-notation.itely (Instrument names):
6250         Document a workaround for instrument names that collide with
6251         system start braces/brackets.
6252
6253 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6254
6255         * lily/rest-collision.cc (do_shift): spello.
6256
6257         * input/proportional.ly: use #'used property. Set break-overshoot
6258         property.
6259
6260         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
6261
6262         * lily/paper-column.cc: add #'used property
6263
6264         * lily/mark-engraver.cc (stop_translation_timestep): set grob
6265         array for staves found.
6266
6267         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
6268         array for stavesFound.
6269
6270         * lily/staff-spacing.cc (next_note_correction): add fixed and
6271         space to calling convention. This fixes spacing of accidentals
6272         after barlines.
6273
6274         * input/regression/spacing-accidental-stretch.ly: add barline -
6275         accidental case.
6276
6277         * scm/framework-ps.scm (page-header): add version number to
6278         creator
6279         (eps-header): idem.
6280
6281         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
6282         
6283 2005-08-13  Graham Percival  <gpermus@gmail.com>
6284
6285         * Documentation/user/global.itely: add "fit as much as
6286         possible onto this page" example (Vertical spacing).
6287
6288 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6289
6290         * *: Nitpick run.
6291
6292         * buildscripts/fixcc.py: Fixes.
6293
6294 2005-08-12  Graham Percival  <gpermus@gmail.com>
6295
6296         * Documentation/user/advanced-notation.itely: add markup
6297         example to Text spanners.
6298
6299 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6300
6301         * Documentation/user/basic-notation.itely (Ties): Add example of
6302         tying a tremolo to a chord. Thanks to Steve Doonan. 
6303
6304         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
6305         properties and move tieMelismaBusy to the list of written
6306         properties. 
6307
6308 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6309
6310         * po/TODO: suggest to use a dedicated tool like kbabel.
6311
6312         * po/fi.po: update using kbabel.
6313
6314 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6315
6316         * *: Remove obsolete files.  Nitpick run.
6317
6318         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6319
6320 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6321
6322         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
6323         too.
6324
6325         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
6326
6327         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
6328         whitespace as symbol separator.
6329
6330         * lily/side-position-interface.cc: Add slur-padding.
6331
6332         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
6333         quite a large fix, and it never worked in a stable release; so not
6334         really a regression.
6335
6336         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
6337         Update cut and paste code from Slur_engraver.
6338
6339         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
6340         Add.
6341
6342         * scm/define-grobs.scm (DynamicLineSpanner): Add
6343         dynamic-line-spanner-interface.
6344         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
6345
6346 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6347
6348         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
6349         to_boolean () so that non-set 'inside-slur means false.
6350
6351         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
6352         slur has control-points.  Skip script without direction.  Always
6353         do_shift if script inside slur, even if slur not contained in
6354         script y-extent.  Increment k in loop.
6355
6356 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6357
6358         * scm/define-markup-commands.scm: Improved regexp to search for
6359         EPS bounding boxes and corrected call to ly:warning.
6360
6361 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6362
6363         * Documentation/user/programming-interface.itely (Displaying music
6364         expressions): doc for \displayLilyMusic. Also some precisions in
6365         "Markup construction in Scheme"
6366
6367 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6368
6369         * scm/define-markup-commands.scm (normal-text): Added 2 new
6370         markup commands, \normal-text and \medium (the latter thanks to
6371         Bruce Fairchild). 
6372
6373 2005-08-08  Graham Percival  <gpermus@gmail.com>
6374
6375         * Documentation/user/programming-interface.itely: fix @{ @}.
6376
6377         * scm/define-markup-commands.scm: add linewidth info to
6378         \justify and \wordwrap, add "upright is the opposite of italic".
6379
6380         * Documentation/user/advanced-notation.itely: shaped->shape,
6381         add (cons (markup "foo")) type of example to text markup,
6382         reword multi-measure rests section.
6383
6384         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
6385         comment.  No actual code was touched.
6386
6387         * Documentation/user/invoking.itely: add more info about
6388         \include.  Thanks, Bruce!
6389
6390         * THANKS: add Bruce Fairchild, alphabetise.
6391
6392         * Documentation/user/global.itely: document \score{\header{}}
6393         behavior.
6394
6395         * Documentation/user/basic-notation.itely: reword multi-measure
6396         rest discussion in Rests.
6397
6398 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6399
6400         * Documentation/user/programming-interface.itely (Markup
6401         construction in Scheme): Corrected example and tried to clarify
6402         the implicit \line in the table.
6403
6404 2005-08-07  Graham Percival  <gpermus@gmail.com>
6405
6406         * Documentation/user/instrument-notation.itely: moved
6407         some bagpipe info back into the bagpipe section.  Somehow
6408         it ended up in the "other vocal issues" section?!  :o_O
6409
6410 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6411
6412         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
6413         directories, not paths).
6414
6415 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6416
6417         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
6418         plain emmentaler/aybabtu.  Backportme.
6419
6420         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
6421         missing dir correction.
6422
6423 2005-08-05  Graham Percival  <gperlist@shaw.ca>
6424
6425         * scm/define-markup-commands: fix reversed justify/wordwrap
6426         doc strings.
6427
6428 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
6429
6430         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
6431         lily/gregorian-ligature-engaver.cc,
6432         lily/include/ligature-engraver.hh,
6433         lily/include/coherent-ligature-engraver.hh,
6434         lily/include/gregorian-ligature-engraver.hh: make these classes
6435         truely abstract.  This should fix some internal oddities such as
6436         duplicate as well as dead translator/property declarations, and
6437         also some dead code.
6438
6439         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
6440         bugfix: avoid message "junking empty ligature" on ligature
6441         brackets by collecting dummy grobs.
6442
6443 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6444
6445         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
6446
6447         * input/proportional.ly (staffKind): bugfix.
6448         (staffKind): updates by Trevor Baca.
6449
6450         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
6451         default layout. 
6452
6453         * lily/tuplet-bracket.cc (print): check whether edge-text is a
6454         pair.
6455
6456         * lily/beam.cc (rest_collision_callback): call position_beam() if
6457         necessary.
6458
6459         * VERSION: release 2.7.4
6460
6461         * input/regression/spacing-uniform-stretching.ly: new file.
6462
6463         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
6464
6465         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
6466         contributor.
6467
6468         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
6469
6470         * input/proportional.ly: new file.
6471
6472         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
6473         columns is empty
6474
6475         * lily/tuplet-engraver.cc (finalize): new function. Reset right
6476         bounds to currentCommandColumn for the last step.
6477         (start_translation_timestep): if tupletFullLength is set, set
6478         bound to Paper Column
6479
6480         * input/regression/tuplet-full-length.ly (indent): new file.
6481
6482         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
6483         clique of loose columns, eg. a set of grace notes in strict
6484         notespacing.
6485
6486         * input/regression/spacing-strict-spacing-grace.ly: new file.
6487
6488         * lily/key-signature-interface.cc: change property name to
6489         alteration-alist
6490
6491         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
6492         keyAccidentalOrder
6493
6494         * python/convertrules.py (conv): keyAccidentalOrder ->
6495         keyAlterationOrder
6496
6497         * lily/key-engraver.cc (create_key): always print a cancellation
6498         for going to C-major/A-minor, regardless of printKeyCancellation.
6499         (create_key): remove typecheck for visibility. This fixes key
6500         signature not being printed.
6501
6502         * lily/spacing-determine-loose-columns.cc: new file.
6503
6504         * input/regression/spacing-strict-notespacing.ly: new file.
6505
6506         * lily/spacing-spanner.cc (generate_springs): rename from
6507         do_measure. 
6508         (generate_pair_spacing): new function.
6509         (init, generate_pair_spacing): set between-cols for floating
6510         nonmusical columns.
6511
6512         * lily/spaceable-grob.cc (get_spring): new function. 
6513
6514         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
6515         relative to the right edge of the prefatory matter.
6516
6517         * lily/beam.cc (print): read break-overshoot to determine where to
6518         stop/start broken beams.
6519
6520         * input/regression/spanner-break-overshoot.ly: new file.
6521
6522 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6523
6524         * ly/bagpipe.ly: updated.
6525
6526         * Documentat/user/instrument.itely: un-comment out bagpipe example.
6527
6528 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6529
6530         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
6531         support: now (de)crescs avoid slurs as well.
6532
6533         * Documentation/user/instrument-notation.itely (Bagpipe example):
6534         comment out non-functioning bagpipe example.
6535         (Bagpipe definitions): idem.
6536
6537         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
6538         (Top): add proportionalNotationDuration example.
6539
6540         * input/regression/spacing-proportional.ly: new file.
6541
6542         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
6543         synched to a beam.
6544
6545         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
6546         fixes beams with a single stem (eg. beams across linebreaks.)
6547
6548         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
6549
6550         * flower/rational.cc (operator +): prevent overflow. This fixes
6551         heavily nested tuplets.
6552
6553         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
6554         have to protect even those unlikely to be corrupted data members.  
6555
6556 2005-08-04  Graham Percival  <gperlist@shaw.ca>
6557
6558         * ly/bagpipe.ly: new file.
6559
6560         * THANKS: added Sven Axelsson.
6561
6562 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6563
6564         * lily/spacing-engraver.cc (stop_translation_timestep): directly
6565         copy proportionalNotationDuration into currentMusicalColumn if
6566         set.
6567
6568         * lily/spacing-spanner.cc (musical_column_spacing): if
6569         uniform-stretching set, fixed space is 0.0
6570
6571         * input/regression/spacing-multi-tuplet.ly: show
6572         uniform-stretching property.
6573
6574         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
6575
6576         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
6577         (struct Spacing_options): new struct.
6578
6579         * lily/spacing-basic.cc: new file.
6580
6581         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
6582         delta_t doesn't have to be smaller than shortest_playing_len
6583
6584 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6585
6586         * input/regression/markup-arrows.ly:  new file.
6587
6588         * lily/tuplet-bracket.cc: document new behavior.
6589
6590         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
6591         with line breaks.
6592
6593         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
6594
6595         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
6596         default 
6597
6598         * lily/tuplet-bracket.cc: add edge-text property.
6599         add break-overshoot.
6600         (print): read break-overshoot.
6601         (print): read edge-text, add stencils.
6602
6603         * mf/feta-arrow.mf: new file.
6604
6605         * mf/feta-generic.mf: add feta-arrow.
6606
6607 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6608
6609         * Documentation/user/lilypond-book.itely (An example of a
6610         musicological document): Added flag -o to dvips for people who use
6611         the default setting in teTeX where output is sent to the printer. 
6612
6613         * Documentation/user/global.itely (Vertical spacing): Added
6614         reference to the Axis_group_engraver which documents the *Extent
6615         properties.
6616
6617 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6618
6619         * Documentation/user/basic-notation.itely (Tuplets): add note
6620         about nested tuplets. Remove BUG. 
6621
6622         * input/regression/tuplet-nest.ly: update: remove manual hack. 
6623
6624         * lily/tuplet-bracket.cc (print): use robust_scm2drul
6625         (print): manually call print() for subtuplets.
6626         (calc_position_and_height): add subtuplets to the
6627         support. Vertically shift outer tuplet 
6628
6629         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
6630         remove-first for Lyrics, ChordNames and FiguredBass
6631
6632         * scm/define-grob-properties.scm (all-internal-grob-properties):
6633         use ly:grob-array? iso. grob-list?
6634         (all-internal-grob-properties): add tuplets grob-array.
6635
6636         * lily/tuplet-bracket.cc (add_tuplet_bracket):
6637         new function
6638
6639 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6640
6641         * input/test/time-signature-staff.ly: new file.
6642
6643         * ly/declarations-init.ly (center): escape to Scheme. Fixes
6644         spurious #<Music FingerEvent> errors. Backportme.
6645
6646 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6647
6648         * Documentation/user/programming-interface.itely (Markup
6649         construction in Scheme): Corrected markup syntax in the
6650         translation table.
6651
6652 2005-08-03  Graham Percival  <gperlist@shaw.ca>
6653
6654         * Documentation/user/instrument-notation.itely: small update
6655         to bagpipe notation docs; thanks Sven!
6656
6657         * Documentation/user/basic-notation.itely: add link about trills.
6658
6659 2005-08-02  Graham Percival  <gperlist@shaw.ca>
6660
6661         * Documentation/user/music-glossary: remove accidentally committed
6662         fink patch.
6663
6664 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6665
6666         * lily/lily-parser.cc (get_header): new function. Enable multiple
6667         \header definitions.
6668
6669         * lily/parser.yy (lilypond_header_body): use get_header.
6670
6671         * ly/init.ly:
6672         * scm/lily-library.scm (print-score-with-defaults): renamed
6673         $globalheader to $defaultheader
6674             
6675         * Documentation/user/global.itely (Creating titles): added short
6676         explanation that multiple headers are useable.
6677
6678
6679 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6680
6681         * lily/module-scheme.cc (LY_DEFINE): new file. 
6682
6683         * Documentation/user/advanced-notation.itely (Font selection): add
6684         doco for make-pango-font-tree.
6685
6686 2005-07-31  Graham Percival  <gperlist@shaw.ca>
6687
6688         * Documentation/user/music-glossary: more languages
6689         for tenuto.
6690
6691         * Docuemntation/user/instrument-notation.itely: minor
6692         update for bagpipe example.
6693
6694 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6695
6696         * input/regression/+.ly (TODO): add some text.
6697
6698 2005-07-28  Graham Percival  <gperlist@shaw.ca>
6699
6700         * Documentation/user/invoking.itely: \score begins with music.
6701
6702         * Documentation/user/ basic-notation.itely,
6703         instrument-notation.itely: minor changes.
6704
6705         * Documentation/user/music-glossary.itely: began tenuto entry.
6706
6707 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6708
6709         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
6710
6711         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
6712
6713 2005-07-27  Graham Percival  <gperlist@shaw.ca>
6714
6715         * Documentation/user/examples.itely: remove bagpipe template.
6716
6717         * Documentation/user/instrument-notation.itely: add bagpipe
6718         section, maybe fix quotes in lyrics.  I hate text encoding.
6719         Clarify chord durations, more bagpipe stuff.
6720
6721 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6722  
6723         * lily/accidental-engraver.cc: formatting fixes.
6724
6725         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
6726         grob-array.
6727
6728         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
6729
6730         * lily/note-column.cc (arpeggio): new function.
6731
6732         * lily/note-spacing.cc (get_spacing): also take arpeggio into
6733         account for spacing.
6734
6735 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6736
6737         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
6738         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
6739         mingw build.
6740         
6741 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6742
6743         * scm/lily.scm (lilypond-all): clear anonymous modules after
6744         processing files.
6745
6746 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6747
6748         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
6749         SCM_I_CONSP
6750
6751         * VERSION: 2.7.3 released
6752
6753         * Documentation/user/invoking.itely (Invoking lilypond): add
6754         LILYPOND_GC_YIELD documentation.
6755
6756         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
6757         scm_from_real / scm_make_real.
6758
6759         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
6760         higher. This increases memory footprint, but provides overall
6761         speedup of 15 to 20%. 
6762
6763         * lily/include/translator.hh (class Translator): remove
6764         PRECOMPUTED_VIRTUAL everywhere.
6765
6766         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
6767
6768         * lily/context.cc (now_mom): non-recursive now_mom() 
6769
6770         * lily/include/profile.hh: new file.
6771
6772         * lily/profile.cc: new file.
6773
6774         * lily/grob.cc (Grob::Grob): look properties up directly.
6775
6776         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
6777         lookups.
6778
6779         * lily/include/box.hh (class Box): smob Box type.
6780
6781         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
6782
6783         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
6784         protect() and unprotect(). Use throughout.
6785
6786 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6787
6788         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
6789
6790         * scm/define-music-display-methods.scm (markup->lily-string):
6791         markup elements can also be strings (without simple-markup
6792         appended)
6793
6794 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6795
6796         * lily/context.cc (where_defined): also assign value in
6797         where_defined().
6798
6799         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
6800         (curve_coordinate): new function
6801
6802         * lily/simple-spacer.cc (add_columns): only add rods between
6803         column i and begin/end if keep-inside-line is set (this repleces
6804         allow-outside-line as default)
6805
6806 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * lily/tuplet-engraver.cc (start_translation_timestep): only read
6809         tupletSpannerDuration if applicable.
6810
6811         * lily/font-size-engraver.cc (process_music): read fontSize only
6812         once per timestep.
6813
6814         * lily/engraver*cc: use throughout.
6815         
6816         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
6817
6818         * lily/translator.cc (add_acknowledger): new file. Directly jump
6819         into an Engraver::acknowledge_xxx () method based on a grobs
6820         interface-list.
6821
6822         * lily/include/translator-dispatch-list.hh (class
6823         Engraver_dispatch_list): new struct, new file.
6824
6825         * scm/define-context-properties.scm
6826         (all-internal-translation-properties): remove acceptHashTable,
6827         acknowledgeHashTable
6828
6829         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
6830
6831         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
6832         change acknowledgeHashTable to C++ member. 
6833
6834         * lily/rest-collision.cc (do_shift): use extract_grob_set().
6835
6836 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6837
6838         * scm/display-lily.scm: new file. Define a `display-lily-music'
6839         function, that displays the music expression given as an argument,
6840         using LilyPond notation.
6841
6842         * scm/define-music-display-methods.scm: new file. Implementation
6843         of display methods for each music type.
6844
6845         * ly/music-functions-init.ly (displayLilyMusic): new function for
6846         displaying music with LilyPond notation.
6847
6848         * input/regression/display-lily-tests.ly: new regression test file
6849         for `display-lily-music'.
6850
6851         * scm/markup.scm: remove obsolete debugging code (for printing
6852         markups with LilyPond notation).
6853
6854         * scm/define-music-types.scm (music-name-to-property-table):
6855         * scm/clef.scm (supported-clefs): export, in order to be accessible
6856         from the (scm display-lily) module.
6857
6858 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6859
6860         * Documentation/topdocs/NEWS.tely (Top): Typo.
6861
6862 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6863
6864         * Documentation/index.html.in, Documentation/texinfo.css,
6865           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6866           Documentation/bibliography/index.html.in,
6867           Documentation/bibliography/html-long.bst: revert css-width patch,
6868           it does not work with IE6.
6869
6870 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6871
6872         * Documentation/texinfo.css: revert 760px hack. 
6873
6874         * VERSION: release 2.7.2
6875
6876         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6877
6878         * Documentation/user/basic-notation.itely (Barnumber check): add
6879         section.
6880
6881         * scm/music-functions.scm (skip-to-last): new function. Show only
6882         last showLastLength part of the \score.
6883
6884         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6885
6886         * python/convertrules.py (conv): add ly:x-moment rule
6887
6888         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6889
6890         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6891
6892         * Documentation/user/instrument-notation.itely (Flexibility in
6893         alignment): options in subsections.
6894
6895         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6896         syllable text. Instead, assume that the previous lyric text is a
6897         melismated text.
6898
6899         * Documentation/index.html.in: revert 800x600 change.
6900
6901 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6902
6903         * lily/main.cc (main): Remove invalid handle kludge.
6904
6905         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6906         (lambda): add gui define.
6907
6908 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6909
6910         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6911
6912         * Documentation/user/instrument-notation.itely (Musica ficta
6913         accidentals): add section Musica ficta accidentals
6914
6915         * lily/accidental-engraver.cc (make_suggested_accidental): new
6916         function.
6917         (make_standard_accidental): move into new function.
6918         (create_accidental): new function.
6919
6920         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6921         AccidentalSuggestion
6922
6923         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6924
6925         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6926         undefined.
6927
6928         * Documentation/user/global.itely (Page formatting): document
6929         horizontalshift.
6930
6931         * scm/page-layout.scm (default-page-music-height):
6932         horizontalshift: new variable, shift all systems by
6933         horizontalshift to the right, to make space for instrument names.
6934
6935         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6936
6937         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6938
6939 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6940
6941         * lily/note-column.cc (dir): idem.
6942
6943         * lily/spacing-spanner.cc (Module): idem.
6944
6945         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6946
6947         * lily/include/paper-column.hh (class Paper_column): add
6948         non-static get_rank() member.
6949
6950         * VERSION: release 2.7.1
6951         
6952         * scm/framework-null.scm: new file, used for benchmarking.
6953
6954 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6955
6956         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6957         version dependencies for fontforge and gs.
6958
6959         * Documentation/index.html.in, Documentation/texinfo.css,
6960         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6961         Documentation/bibliography/index.html.in, 
6962         Documentation/bibliography/html-long.bst: optimize width of
6963         html for a 800x600 screen (width:760), increases printability
6964         when 'fit to page' is not set and readability in wide screens.
6965
6966         * stepmake/bin/add-html-footer.py: add missing </p>.
6967
6968 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6969
6970         * scm/define-markup-commands.scm (beam): use polygon in beam
6971         command.
6972
6973         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6974         all acknowledged grobs, and do potentially expensive merge and
6975         write in one go.
6976
6977         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6978
6979         * configure.in (reloc_b): add --enable-static-gxx to statically
6980         link to libstdc++
6981
6982         * lily/GNUmakefile (static-gxx-libs): new target
6983         static-gxx-libs. Create symlink to libstdc++.a
6984
6985         * lily/new-lyric-combine-music-iterator.cc: rename to
6986         Lyric_combine_music_iterator
6987
6988         * lily/lyric-combine-music-iterator.cc
6989         (Old_lyric_combine_music_iterator): rename to
6990         Old_lyric_combine_music_iterator
6991
6992         * lily/*-engraver.cc (various): remove double use of
6993         PRECOMPUTED_VIRTUAL function: only use
6994         start_translation_timestep() and stop_translation_timestep(), not
6995         both.
6996
6997         * lily/break-substitution.cc (fast_substitute_grob_array): do
6998         fast_substitute_grob_array for all unordered grob_arrays.
6999         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
7000         (substitute_grob_array): optimize.
7001
7002         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
7003
7004         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
7005
7006         * lily/parser.yy: revert $globalheader patch.
7007         
7008         * lily/include/translator.icc
7009         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
7010         Translator methods, without _static helper.
7011  
7012         * lily/grob-smob.cc (derived_mark): rename from
7013         do_derived_mark(). Return void.
7014
7015         * scm/define-context-properties.scm
7016         (all-internal-translation-properties): remove tweakCount/tweakRank.
7017
7018         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
7019         predefined break-visibilities.
7020
7021         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
7022         booleans for break-visibility.
7023
7024         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
7025
7026         * python/convertrules.py (conv): rule for Timing_translator. 
7027
7028         * lily/include/translator.icc: new file. 
7029
7030         * lily/paper-column-engraver.cc (process_music): new
7031         file. Separate Paper_column factory from Score_engraver.
7032
7033         * lily/vertically-spaced-context-engraver.cc: administer
7034         spaceable-staves property of System.
7035
7036         * lily/translator-group-ctors.cc: new file.
7037
7038         * lily/context-property.cc (make_grob_from_properties): construct
7039         the right Grob class programmatically, looking at the class entry
7040         for the meta property.
7041
7042         * lily/break-align-engraver.cc (stop_translation_timestep): call
7043         Break_align_interface::add_element() directly.
7044
7045         * lily/context.cc (measure_position): measure_position() is now a
7046         normal function.
7047
7048         * lily/include/translator.hh (class Translator): rename
7049         process_acknowledged_grobs() to process_acknowledged() and move to
7050         Translator.
7051
7052         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
7053         field for each grob description.
7054
7055         * lily/include/translator-group.hh (class Translator_group):
7056         change to base class. Separate class from Translator. This gets
7057         rid of virtual inheritance for Engravers/Performers.
7058
7059         * lily/staff-performer.cc (class Staff_performer): derive
7060         Staff_performer from Performer, not Performer_group_performer 
7061
7062         * Lily/translator-group.cc (precomputed_recurse_over_translators):
7063         new function.
7064         (precompute_method_bindings): new function. Precompute lists of
7065         Translators, so we only call methods (process_music,
7066         start_translation_timestep, etc.) for Translators needing
7067         it. Also: dispose of pointer-to-member-function calls.
7068
7069         * lily/engraver-group-engraver.cc: remove engraver_each,
7070         recurse_down_engravers ()
7071
7072         * lily/note-head.cc (internal_print): only call
7073         glyph-name-procedure if style != default. 
7074
7075 2005-07-16  Graham Percival  <gperlist@shaw.ca>
7076
7077         * ly/titling-init.ly: add printallheaders option.
7078
7079         * Documentation/user/global.itely: document printallheaders.
7080
7081 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7082
7083         * lily/system.cc (do_derived_mark): don't mark from object_alist_
7084         anymore, but do it centrally.  
7085
7086         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7087         hammer hack.
7088
7089         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
7090
7091         * scm/output-lib.scm: remove hammer-print-function.
7092
7093         * lily/include/pointer-group-interface.hh (extract_grob_set): new
7094         macro. Declare a Link_array<Grob> and fill it from a grob.
7095         (extract_item_set): idem for item.
7096
7097         * lily/break-substitution.cc: add header.
7098         (fast_substitute_grob_array): rewrite for Grob_arrays.
7099         (substitute_grob_array): idem.
7100
7101         * lily/group-interface.cc (add_thing): remove file.
7102
7103         * flower/include/parray.hh (class Link_array): slice() is const.
7104
7105         * lily/include/grob-array.hh: new file.
7106
7107         * lily/grob-array.cc (spanner): new file.
7108
7109         * lily/beam-quanting.cc (fill): read details property from beam.
7110
7111         * lily/beam.cc: support details property.
7112
7113         * total speedups below: approx 10%.
7114
7115         * lily/include/beam.hh: new struct, softcode beam quanting parameters
7116
7117         * lily/include/grob.hh (class Grob): add interfaces_ member.
7118
7119         * lily/bezier.cc (init_polynomial_cache): new function: cache
7120         binom(3,j) t^j (1-t)^{3-j}
7121         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
7122
7123         * lily/*.cc: substitution throughout.
7124
7125         * lily/grob-property.cc (internal_get_object): new routine.
7126         (internal_set_object): idem. Store grob refrences in separate
7127         alist. This saves processing time, since properties aren't
7128         break-substituted, and the per grob namespace is smaller, both for
7129         grobs and non-grob properties.
7130
7131         * scm/define-grob-properties.scm (all-internal-grob-properties):
7132         remove center-element.
7133
7134         * lily/grob.cc: remove tweak-count, tweak-rank.
7135
7136 2005-07-15  Graham Percival  <gperlist@shaw.ca>
7137
7138         * Documentation/user/lilypond-book.itely: fixes example.
7139
7140 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7141
7142         * Documentation/user/global.itely (Creating titles):    
7143         * Documentation/user/examples.itely (All headers): change the
7144         place of \header in \score blocks (after music block) to make
7145         examples compile (cf. changes on parser.yy on 2005-07-10)
7146
7147 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7148
7149         * python/convertrules.py: add exc -> ecc rule.
7150
7151         * scripts/convert-ly.py: add location of convertrules.py
7152         in a comment.
7153
7154         * Documentation/user/changing-defaults.itely: fix language.
7155
7156 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7157
7158         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
7159
7160 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7161
7162         * scm/output-socket.scm (grob-bbox): don't use inf? 
7163
7164         * flower/include/rational.hh: add operator bool() 
7165
7166         * scm/define-music-types.scm (music-descriptions): remove
7167         internal-class-name properties.
7168
7169         * lily/include/event.hh: remove file.
7170
7171         * lily/include/music-constructor.hh: remove file.
7172
7173         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
7174         in 'types property.
7175
7176         * lily/music.cc (duration_length_callback): new function.
7177
7178         * lily/event.cc: remove file.
7179
7180         * lily/music-constructor.cc: remove file.
7181
7182         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
7183
7184         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
7185         (get_context_key): idem.
7186
7187         * scm/lily.scm (lambda): new option object-keys (default to #f)
7188
7189         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
7190
7191         * scm/output-gnome.scm: remove beam routine.
7192
7193         * scm/output-ps.scm (scm): idem.
7194
7195         * scm/output-svg.scm: remove beam.
7196
7197         * ps/music-drawing-routines.ps: remove draw_beam.
7198
7199         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
7200
7201         * flower/include/guile-compatibility.hh (scm_from_locale_string):
7202         add scm_from_locale_string compatibility glue. 
7203
7204 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
7205
7206         * scripts/lilypond-book.py: Prevent occuring error when
7207         'lilypond-book --output=foo/ somefile.ly' is executed multiple
7208         times and target file shoud be overwritten.  (Error message said
7209         'input file and output file is same'.)
7210
7211 2005-07-13  Graham Percival  <gperlist@shaw.ca>
7212
7213         * input/regression/slur-extreme.ly,
7214         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
7215         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
7216         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
7217         "excentricity" to "eccentricity".
7218
7219         * Documentation/user/converters.itely: fix URL for Noteedit and
7220         Rosegarden.
7221
7222         * THANKS: added Yoshinobu Ishizaki.
7223
7224 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7225
7226         * scm/define-markup-commands.scm (justify-field): add. 
7227
7228         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
7229
7230 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7231
7232         * lily/lookup.cc (filled_box): express filled_box with
7233         round_filled_box
7234
7235         * scm/midi.scm (paper-book-write-midis): new function. Write all
7236         performances in numbered MIDI files.
7237
7238         * lily/performance-scheme.cc (LY_DEFINE): new file.
7239         (LY_DEFINE): new function ly:performance-write.
7240
7241         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
7242         new function.
7243         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
7244
7245         * scm/framework-*.scm: use port arguments throughout.
7246
7247         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
7248
7249         * lily/paper-outputter.cc (Paper_outputter): take port argument.
7250
7251         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
7252
7253         * scm/framework-texstr.scm (output-framework): 
7254
7255         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
7256
7257         * scm/output-lib.scm (tablature-stem-attachment-function):
7258         tablature stem attachment fix. 
7259
7260 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7261
7262         * lily/bezier.cc: hardcode binomial coefficients of order 3.
7263
7264         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
7265
7266         * scm/define-music-types.scm (music-descriptions): don't use
7267         Music_wrapper type.
7268
7269         * lily/paper-column.cc (print): print moment too.
7270
7271         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
7272         remove compatibility cruft.
7273
7274         * lily/parser.yy (score_body): \score can only begin with Music. 
7275
7276         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
7277         make-score. Take music argument only. Move parser interaction to
7278         Scheme.
7279
7280         * scm/lily-library.scm (scorify-music): new function.
7281
7282         * python/lilylib.py (datadir): remove 2.1 compat kludge.
7283         (datadir): remove resource import.
7284         (print_environment): remove get_bbox()
7285         (cp_to_dir): remove pre 1.5.2 compat glue.
7286
7287 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7288
7289         * lily/include/simple-spacer.hh (Module): idem.
7290
7291         * lily/include/spring.hh (struct Spring): store inverse
7292         strength. This prevents division by zero.
7293
7294         * VERSION: release 2.7.0
7295         
7296         * lily/include/music.hh (class Music): remove Music::duration_log()
7297
7298         * lily/stem-engraver.cc (make_stem): take duration log from event.
7299
7300         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
7301
7302 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7303
7304         * scm/lily.scm (ly:load): load autochange.scm
7305
7306         * Documentation/user/tutorial.itely (Running LilyPond for the
7307         first time): remove reference to DVI/TeX
7308
7309         * scm/define-markup-commands.scm (text): add \text markup command.
7310
7311         * configure.in (reloc_b): bump requirement to Python 2.2.
7312
7313         * lily/include/dots.hh (class Dots): make has_interface() static.
7314
7315         * python/convertrules.py (conv): add rule for ly:grob-default-font
7316
7317         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
7318         alphabetical order.
7319
7320         * input/regression/trill-spanner-pitched.ly: new file.
7321
7322         * lily/font-interface-scheme.cc (LY_DEFINE): function
7323         ly:grob-default-font (changed from get-default-font).
7324
7325         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
7326
7327         * lily/note-head.cc (internal_print): if style is not a symbol,
7328         set style to 'default. 
7329         (internal_print): no style suffix if glyph-name-procedure not
7330         set. Default to quarter head.
7331
7332         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
7333
7334         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
7335
7336         * ly/music-functions-init.ly: \pitchedTrill
7337
7338         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
7339
7340         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
7341
7342         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
7343
7344         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
7345
7346         * po/fr.po: update
7347
7348         * po/de.po: update.
7349
7350 2005-07-06  Graham Percival  <gperlist@shaw.ca>
7351
7352         * Documentation/user/changing-defaults.itely: add link
7353         to grob-iterface.
7354
7355         * Documentation/user/advanced-notation.itely: add material
7356         to Setting automatic beam behaviour.  Thanks, Joe!
7357
7358         * Documentation/user/lilypond.itely: change encoding to utf-8.
7359
7360 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7361
7362         * Documentation/user/advanced-notation.itely (Setting automatic
7363         beam behavior): Correct the documentation of
7364         revert-auto-beam-setting (backportme)
7365
7366 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7367
7368         * lily/ly-module.cc (ly_make_anonymous_module): define
7369         %module-public-interface of module. 
7370
7371         * lily/lily-parser.cc (print_smob): allow printing of parser smob
7372         without lexer.
7373
7374 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7375
7376         * input/regression/fret-diagrams.ly: stretch example.
7377
7378 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7379
7380         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
7381         Fodor).
7382
7383 2005-06-30  Graham Percival  <gperlist@shaw.ca>
7384
7385         * Documentation/topdocs/AUTHORS.texi: update personal web address.
7386
7387         * Documentation/user/examples.itely, lilypond-book.itely:
7388         change \RequirePackage to \usepackage.
7389
7390         * Documentation/user/global.itely: document copyright and tagline.
7391
7392 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7393
7394         * Documentation/user/basic-notation.itely (Transpose): remove link
7395         to nonexistent UntransposableMusic.
7396
7397         * scm/output-svg.scm: remove old definitions.
7398
7399         * scripts/lilypond-book.py (do_file): search for kpsewhich before
7400         invoking.
7401
7402         * python/lilylib.py (search_exe_path): new function.
7403
7404 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7405
7406         * python/lilylib.py (mkdir_p): remove setup_environment()
7407         (backportme)
7408
7409         * buildscripts/mutopia-index.py (headertext): trim text.
7410
7411         * Documentation/topdocs/NEWS.tely (Top): refresh.
7412
7413         * scm/define-markup-commands.scm (wordwrap-string): new function:
7414         split string in paras and words.
7415         (wordwrap-markups): new function.
7416         (wordwrap-stencils): new function. 
7417         (justify): use it.
7418         (wordwrap): use it.
7419         (wordwrap-string): use it
7420         (justify-string): use it.
7421
7422         * scm/lily-library.scm (regexp-split): new function.
7423
7424         * scm/define-markup-commands.scm: remove encoded-simple. 
7425         remove font-markup.
7426         (fontsize): remove old version  of fontsize.
7427         (wordwrap): new markup function. Wrap into paragraphs.
7428
7429         * VERSION: Branch lilypond_2_6
7430         (MINOR_VERSION): go to 2.7.0
7431
7432 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7433
7434         * po/zh_TW.po: update from translation project.
7435
7436 2005-06-28  Graham Percival  <gperlist@shaw.ca>
7437
7438         * scm/midi.scm: compile fix.
7439
7440 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7441
7442         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
7443         patch. Now, the tempfile module is loaded too, not only used.
7444
7445 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
7446
7447         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
7448         0.05 - 1.00 to 0.25 - 1.00
7449
7450         * scm/midi.scm: moved the default-instrument-equalizer procedure
7451         to just under the insturment-equalizer-alist it takes as an
7452         argument.
7453
7454 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7455
7456         * Documentation/user/advanced-notation.itely (Font selection):
7457         remove CMR note.
7458
7459         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
7460
7461 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7462
7463         * THANKS: Add UTF-8 marker.
7464
7465         * Documentation/user/point-and-click.itely (http): Update: use
7466         lilypond-invoke-editor.  Fix: instruct to use user.js.
7467
7468 2005-06-27  Graham Percival  <gperlist@shaw.ca>
7469
7470         * ly/titling-init.ly: implements printpagenumber, increases
7471         space between dedication and title (to avoid collisions with
7472         "g" and "q" in dedication), and nicer logic about copyright
7473         and instrument fields being printed on the first page.
7474         Thanks Vincent!
7475
7476         * Documentation/user/global.itely: document printpagenumber.
7477
7478 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7479
7480         * Documentation/topdocs/NEWS.tely: Update to 2.6.
7481
7482 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7483
7484         * THANKS: update to 2.6
7485
7486         * VERSION: 2.6.0 released.
7487
7488 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7489
7490         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
7491         rule, errorneously removed probably because of misleading comment.
7492
7493 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7494
7495         * python/lilylib.py (datadir): py2exe comments.
7496
7497         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
7498
7499         * configure.in (reloc_b): make fontconfig REQUIRED.
7500
7501 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
7502
7503         * po/fi.po: add latest translations.
7504
7505 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7506
7507         * ChangeLog: recode utf-8
7508
7509         * Documentation/pictures/lilypond.xpm (Module): edited photo as
7510         logo.
7511
7512         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
7513
7514         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
7515
7516         * python/convertrules.py (do_conversion): don't print program_name
7517         from within a module
7518
7519         * configure.in (reloc_b): bump fontforge requirement to 20050624.
7520
7521         * python/convertrules.py (conv): add 2.6.0 dummy rule.
7522
7523 2005-06-23  Graham Percival  <gperlist@shaw.ca>
7524
7525         * Documentation/user/lilypond-book.itely,
7526         Documentation/user/examples.itely: add \RequirePackage{graphics}.
7527
7528         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
7529         fixes baseline-skip.  Thanks Vincent!
7530
7531         * Documentation/user/advanced-notation.itely, global.itely:
7532         moved "Selecting font sizes" to global, since it deals with
7533         notation font size, not text fonts.
7534
7535 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7536
7537         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
7538         to fonts.
7539
7540 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7541
7542         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
7543         workaround since /dev/stdin doesn't work on Cygwin. Using a
7544         temporary file in the current directory since latex doesn't
7545         understand the path name to the default TMP in Cygwin (at least on
7546         win XP).
7547         
7548         * Documentation/user/global.itely (Creating titles): Correct
7549         misprint in example. Thanks to Rob Vlasaty.
7550
7551 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7552
7553         * VERSION (PATCH_LEVEL): release 2.5.32
7554
7555         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
7556         variable in lily module
7557
7558         * scm/framework-ps.scm (output-classic-framework): error message
7559         regarding the classic framework.
7560
7561         * Documentation/user/henle-flat-gray.png (Module): new file.
7562
7563         * Documentation/user/baer-flat-gray.png (Module): new file.
7564
7565         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
7566         whiteout for markups.
7567
7568         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7569         regex too. This fixes change clef appearance in PDF. 
7570
7571         * ttftool/include/*: remove.
7572
7573         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
7574
7575         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
7576
7577         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
7578
7579         * ttftool/*: remove ttftool subdirectory.
7580
7581         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
7582
7583         * lily/ttf.cc (print_header): new file. Convert to type42, using
7584         FreeType to parse the TTF. 
7585
7586         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7587         and post table may differ. Pass around post_nglyphs as well.
7588
7589 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7590
7591         * ly/music-functions-init.ly (musicMap): new music function
7592         musicMap. 
7593         
7594 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7595
7596         * make/mutopia-rules.make: anti-alias-factor = 2
7597
7598         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
7599         page switch.
7600
7601         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
7602         anti-alias-factor for lilypond-book runs.
7603
7604         * scm/ps-to-png.scm (scale-down-image): new function.
7605         (my-system): new function.
7606         (make-ps-images): blow up GS resolution by anti-alias-factor,
7607         scale down image by anti-alias-factor.  This improves appearance
7608         of bitmaps
7609         (make-ps-images): remove showpage. Fixes spurious empty png at
7610         end.
7611
7612         * scm/framework-ps.scm (write-preamble): downcase filename before
7613         string-matching. Should fix .TTF files (as opposed to ttf files)  
7614
7615         * Documentation/user/tutorial.itely (Running LilyPond for the
7616         first time): separate subsections for windows, macos and unix.  
7617
7618         * Documentation/user/invoking.itely (Updating files with
7619         convert-ly): add MacOS X note.
7620
7621 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7622
7623         * Documentation/user/introduction.itely (Engraving): don't include
7624         file optical-spacing, add directly.
7625
7626         * lily/paper-outputter.cc (file): open file in binary mode. This
7627         fixes OTF embedding on windows.
7628
7629 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7630
7631         * scm/framework-ps.scm (write-preamble): remove debugging output.
7632
7633         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
7634
7635         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
7636         outdir.
7637         (install-fc-cache): install font cache in installation directories.
7638
7639 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7640
7641         * scm/editor.scm (editor-command-template-alist): Use char iso
7642         column, except for Emacs.
7643         (get-editor-command): Substitute char too (Bertalan Fodor).
7644
7645 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7646
7647         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
7648         quoted ~s.  This should fix PNG output on Windows; single quotes
7649         are regular characters on Windows.
7650
7651 2005-06-16  Graham Percival  <gperlist@shaw.ca>
7652
7653         * Documentation/user/basic-notation.itely: include ChoirStaff
7654         in System start delimiters.
7655
7656         * Documentation/user/putting.itely: new doc section on
7657         fixing overlapping notation.
7658
7659 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7660
7661         * Documentation/user/global.itely (Paper size): \paper is in
7662         \book, not \score.
7663
7664         * make/mutopia-rules.make: -ddelete-intermediate-files
7665
7666         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
7667
7668 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7669
7670         * ChangeLog: Recode utf-8.
7671
7672         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
7673         datadir with .py modules.
7674
7675 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7676
7677         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
7678
7679 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7680
7681         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
7682         
7683         * scm/framework-ps.scm (write-preamble): remove status check.
7684
7685         * Documentation/user/invoking.itely (Updating files with
7686         convert-ly): remove -o option.
7687
7688         * VERSION (PACKAGE_NAME): release 2.5.31
7689
7690         * scm/framework-ps.scm (write-preamble): use ly:system.
7691         (write-preamble): verbosity.
7692
7693         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
7694
7695         * python/convertrules.py: new file. Store conversion rules
7696         separately.
7697
7698 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7699
7700         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
7701
7702 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7703
7704         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
7705         \musicDisplay 
7706
7707         * Documentation/user/instrument-notation.itely (More stanzas): Add
7708         reference to StanzaNumber.
7709
7710 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7711
7712         * THANKS: separate section for website translators.
7713
7714 2005-06-14  Graham Percival  <gperlist@shaw.ca>
7715
7716         * Documentation/topdocs/INSTALL.texi: update vim info;
7717         thanks Simon Bailey!
7718
7719         * Documentation/user/advanced-notation.itely: included
7720         color names.
7721
7722         * Documentation/user/advanced-notation.itely,
7723         Documentation/usr/notation-appendices.itely: moved
7724         color names into an appendix.
7725
7726 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727         
7728         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
7729
7730         * scm/lily.scm (lambda): initialize program options from here.
7731
7732         * scm/framework-*.scm: add header info.
7733
7734         * lily/main.cc (parse_argv): only set output format to pdf if no
7735         other format specified.
7736
7737         * scm/backend-library.scm (postprocess-output): process
7738         'delete-intermediate-files after running convert-to-*. This fixes
7739         PNG generation when 'delete-intermediate-files is set.
7740         
7741 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7742
7743         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
7744         links on website. 
7745
7746 2005-06-13  Graham Percival  <gperlist@shaw.ca>
7747
7748         * Documentation/topdocs/INSTALL.texi,
7749         Documentation/user/lilypond-book.itely: typos.
7750
7751 2005-06-12  Pal Benko  <benkop@freestart.hu>
7752
7753         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
7754         added between program name and switch; -b changed to -f not
7755         to generate pdf
7756
7757 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7758
7759         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
7760         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
7761
7762         * input/sakura-sakura.ly: add \midi.
7763
7764         * buildscripts/mutopia-index.py (find): use /usr/bin/find
7765         iso. python find. 
7766
7767         * ttftool/test.c (main): cosmetics.
7768
7769         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
7770
7771         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
7772         create a ttf2ps binary.
7773
7774         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
7775
7776         * scm/backend-library.scm (postscript->png): set rename-page-1 to
7777         true.
7778
7779 2005-06-11  Graham Percival <gperlist@shaw.ca>
7780
7781         * Documentation/user/lilypond-book.itely: add warning about
7782         the font warnings in dvips.
7783
7784 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7785
7786         * THANKS: typo
7787
7788         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
7789
7790         * GNUmakefile.in: remove links for .map, .enc
7791         don't fail if out/ doesn't exist yet.
7792
7793 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7794
7795         * ttftool/util.c (surely_read): return nbytes
7796
7797         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
7798
7799         * VERSION (PACKAGE_NAME): release 2.5.30
7800
7801         * flower/string-convert.cc (precision_string): >? fix.
7802
7803         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
7804         (make-ps-images): add verbose -q too.
7805
7806         * lily/default-actions.cc (Module): new file. default
7807         {book,score}-print functions.
7808
7809         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
7810         pass results via parseStringResult, lookup via ly:parser-lookup.  
7811
7812         * lily/lily-parser.cc (Lily_parser): only clone lexer in
7813         constructors.
7814         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
7815         (parse_string): idem.
7816
7817         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
7818
7819         * lily/main.cc (main_with_guile): copy be_verbose_global into
7820         ly_set_option()
7821
7822 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7823
7824         * scm/backend-library.scm (postscript->pdf):
7825         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
7826         verbose mode.  Search for several names of gs executable.
7827
7828 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7829
7830         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
7831         directly. This fixes a massive memory leak, provided you use CVS
7832         GUILE.
7833
7834 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
7835
7836         * ly/property-init.ly: Added tieDashed.
7837
7838         * THANKS: Added some bughunters for 2.5.
7839
7840 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7841
7842         * lily/program-option.cc: add debug-gc option.
7843
7844         * lily/include/lily-guile-macros.hh: don't protect exported module
7845         objects.
7846
7847         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
7848
7849         * scm/backend-library.scm (postscript->pdf): use
7850         delete-intermediate-files iso. running-from-gui? 
7851
7852         * ttftool/util.c (surely_read): robustness. Allow read() to return
7853         less bytes than requested, as per posix standards.
7854
7855         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7856         program option.
7857
7858         * ttftool/include/ttftool.h ("C"): rename verbosity to
7859         ttf_verbosity. Add to public interface.
7860
7861         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7862
7863         * lily/program-option.cc: rename from scm-option.cc
7864
7865         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7866         (get_help_string): Print pretty help string.
7867
7868         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7869         to snippet preamble.
7870
7871         * lily/scm-option.cc: remove command-line-settings option. Fold
7872         all command-line options plus default settings in a generic
7873         interface. 
7874
7875         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7876         texts too.
7877
7878 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7879
7880         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7881         or EXT_ components non-empty.
7882
7883 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * scm/lily.scm (running-from-gui?): Export.
7886
7887         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7888         output in .ly source directory.
7889
7890 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7891
7892         * ttftool/util.c (surely_lseek): more verbosity.
7893
7894         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7895         compile.
7896
7897         * lily/parser.yy (Repeated_music): remove >? 
7898
7899         * scm/backend-library.scm (postscript->pdf): Support for
7900         -dgs-font-load=1
7901
7902         * scm/framework-ps.scm (write-preamble): make font loading
7903         switchable to GS via --define-default gs-font-load=1
7904
7905 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7906
7907         * Documentation/user/global.itely: added \layout docs.
7908
7909 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7910
7911         * lily/lily-parser-scheme.cc: add unistd.h
7912
7913 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7914
7915         * scm/editor.scm: add char argument.
7916
7917         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7918
7919         * ttftool/util.c (syserror): use errno for better error reporting.
7920
7921         * lily/source-file.cc (get_counts): new function. Calc column,
7922         line and char count in one go.
7923
7924         * lily/binary-source-file.cc (quote_input): rename to quote_input
7925
7926         * lily/input.cc (set): new function.
7927
7928 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7929
7930         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7931         directory part of file name to search directory.
7932
7933         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7934         search path and chdir to DIR if --outname=DIR used.
7935
7936         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7937         existence before appending original path.
7938
7939 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7940
7941         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7942         file" massage.
7943
7944         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7945         texinfo.tex is always used.
7946         
7947 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7948
7949         * flower/include/axis.hh: rename from axes.hh
7950
7951         * lily/include/text-interface.hh (Module): rename from text-item.hh
7952
7953         * VERSION (PATCH_LEVEL): release 2.5.29
7954
7955         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7956
7957         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7958         (handle-macfont): new function. Call fondu for Native mac fonts.
7959
7960         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7961         '() case.
7962
7963 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7964
7965         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7966         multi-page.  Fix .eps regular expression.
7967
7968 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7969
7970         * Documentation/user/putting.itely: add info on modifying templates.
7971
7972         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7973         misc small changes.
7974
7975 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7976
7977         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7978
7979         * scripts/lilypond-ps2png.scm
7980
7981         * VERSION (PACKAGE_NAME): release 2.5.28
7982
7983 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7984
7985         * lily/main.cc (prepend_env_path): Do not append /, that does not
7986         work.  Localedir lives in datadir, not in prefix.
7987
7988         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7989         hack for windows.
7990
7991         * flower/include/file-cookie.hh: Compile fix.
7992
7993 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7994
7995         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7996
7997         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7998         system primitives.
7999         (gulp-port): using read-string!/partial. We don't want to read an
8000         entire PS file  (GUILE 1.6 limits strings to 16M) 
8001
8002         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
8003         properties. Add font-interface. 
8004
8005         * scm/define-grob-properties.scm (all-user-grob-properties):
8006         remove old bracket properties.
8007
8008         * scm/x11-color.scm: reformat. 
8009
8010         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
8011         LedgerLineSpanner if new StaffSymbol is found. 
8012
8013         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
8014         staff-symbol for finishing staff. 
8015
8016         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
8017
8018         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
8019         change black to currentColor everywhere. This fixes color support
8020         in SVG.
8021
8022 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
8023
8024         * input/regression/fret-diagrams.ly: new file to test fret diagram
8025         capability
8026
8027         * scm/output-tex.scm: remove white-dot and white-text
8028
8029         * scm/output-ps.scm: remove white-dot and white-text
8030
8031         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
8032         using ly:stencil-in-color instead
8033         (draw-dots) : remove call to white-dot
8034
8035 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8036
8037         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
8038         support.
8039
8040         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
8041
8042         * flower/include/file-cookie.hh: new file. lily_cookie extension 
8043
8044         * flower/file-cookie.cc: new file. lily_cookie extension.
8045         
8046 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8047
8048         * scm/editor.scm (editor-command-template-alist): Add syn
8049         editor (Jaap [de Vos]).
8050
8051 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8052
8053         * scripts/lilypond-ps2png.scm:
8054         * scm/ps-to-png.scm: New file.
8055
8056         * scm/backend-library.scm (postscript->png): Use it.
8057
8058         * scripts/lilypond-ps-to-png.py: Remove file.
8059
8060         * python/lilylib.py (get_bbox, make_ps_images): Remove.
8061
8062 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8063
8064         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
8065
8066         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
8067         start on grace moment. Fixes autobeam-grace.ly.
8068
8069         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
8070         process anything unless we're at the end of a pending beam. Fixes
8071         syncopated 8ths beamed across a beat.
8072
8073 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8074
8075         * scm/editor.scm (editor-command-template-alist): Start emacs if
8076         emacslient fails.
8077
8078         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
8079
8080         * flower/file-path.cc (is_file, is_dir): Export.
8081
8082         * lily/main.cc (prepend_env_path, set_env_file): Use them.
8083
8084 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8085
8086         * lily/easy-notation.cc: Added include cctype to correct
8087         compilation error.
8088
8089 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8090
8091         * scm/backend-library.scm (postscript->pdf): set resolution to
8092         1200, so bitmap fonts aren't that ugly. 
8093
8094         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
8095
8096         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
8097         parent if we have a notehead. Fixes incorrect offsets when
8098         Paper_column is very wide in the X direction.
8099
8100         * input/regression/font-family-override.ly (Module): new file.
8101
8102         * scm/font.scm (make-pango-font-tree): new function.
8103
8104         * lily/beam.cc (before_line_breaking): remove warning about less
8105         than 2 visible stems. We still get a warning when there is only
8106         one stem.
8107
8108 2005-06-01  Werner Lemberg  <wl@gnu.org>
8109
8110         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
8111         correctly.
8112
8113 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * lily/slur-scoring.cc (generate_avoid_offsets): new
8116         function. Generate avoid offsets once per slur.
8117
8118         * lily/slur.cc (add_extra_encompass): add dependency to
8119         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
8120
8121         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
8122         too. Fixes inf error with added bass notes.
8123
8124         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
8125         argument anymore.
8126
8127         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
8128
8129         * input/tutorial/lbook-latex-test.tex: add line length test.
8130
8131         * scripts/lilypond-book.py (set_default_options): new
8132         function. Call this before dissecting snippets, so linewidth
8133         settings reach the snippets.
8134
8135 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8136
8137         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
8138
8139 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8140
8141         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
8142
8143 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8144
8145         * stepmake/aclocal.m4: More autopackage friendliness.
8146
8147 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8148
8149         * Documentation/index.html.in: remove link to LSR.
8150
8151         * Documentation/user/global.itely: remove duplicate
8152         "dedication" \header{} section.
8153
8154 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8155
8156         * VERSION (PACKAGE_NAME): release 2.5.27.
8157
8158         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
8159         too. Plugs memory leak.
8160
8161         * make/lilypond.fedora.spec.in (Group): remove
8162         lilypond-pdfpc-helper.
8163
8164         * scripts/GNUmakefile (SEXECUTABLES): remove
8165         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
8166
8167         * scm/font.scm (make-century-schoolbook-tree): add Mono as
8168         'typewriter family.
8169
8170         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
8171         memory leak.
8172
8173         * lily/parser.yy (score_body): don't clone Score, that's done in
8174         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
8175
8176         * lily/score-engraver.cc (derived_mark): new function.
8177         (initialize): unprotect Paper_score. This fixes a memory leak.
8178
8179         * lily/score-performer.cc (derived_mark): new function.
8180
8181         * lily/score-translator.cc (get_output): use SCM for get_output() call.
8182
8183         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
8184         spurious warning.
8185
8186         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
8187         serif.
8188
8189 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8190
8191         * configure.in (reloc_b): Add --enable-relocation.
8192
8193 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8194
8195         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
8196
8197         * input/regression/alignment-order.ly: add Staff example.
8198
8199 2005-05-31  John Mandereau   <john.mandereau@free.fr>
8200
8201         * po/fr.po: update.
8202
8203 2005-05-31  Graham Percival  <gperlist@shaw.ca>
8204
8205         * Documentation/index.html.in: add link to LSR.
8206
8207 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8208
8209         * scm/define-stencil-commands.scm (Module): new file. Register all
8210         allowed stencil expression heads in a central place.
8211
8212         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
8213         ly:make-stencil
8214
8215         * lily/stencil-expression.cc (all_stencil_heads): registering
8216         stencil expressions.
8217
8218         * lily/stencil-interpret.cc: new file. Stencil expression
8219         interpreting.
8220
8221         * input/xiao-haizi-guai-guai.ly: move file back.
8222
8223 2005-05-30  Graham Percival  <gperlist@shaw.ca>
8224
8225         * Documentation/user/advanced.itely, converters.itely,
8226         instrument-notation.itely, lilypond-book.itely: misc small
8227         changes.
8228
8229 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8230
8231         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
8232
8233         * make/lilypond.fedora.spec.in: Fix source url.
8234
8235         * cygwin: Update from mingw patches.
8236
8237         * scm/editor.scm (editor-command-template-alist): Use jedit
8238         -reuseview (Bertalan), add uedit (Patrick Huberts).
8239
8240         * input/xiao-hai-zi-guai-guai.ly: Rename from
8241         xiao-haizi-guai-guai.ly.
8242
8243         * input/*: Reindent, do not use TAB.
8244
8245         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
8246         white background.
8247
8248 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8249
8250         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
8251         numerical overflow error.
8252
8253 2005-05-29 Laura Conrad <lconrad@laymusic.org>
8254         
8255         * abc2ly.py: fix to syntax error in multi-part output.
8256
8257 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8258
8259         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
8260         with disappearing span bars when alignAboveContext is active
8261
8262         * lily/property-iterator.cc (check_grob): use is-grob?
8263         object-property. Fixes crash-key-sig-font-size.ly. 
8264
8265 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8266
8267         * lily/bar-line.cc (print): don't round barlines; this produces
8268         odd aliasing effects in Acroread.
8269
8270         * lily/timing-engraver.cc (process_music): robustness fix.
8271
8272         * lily/context-def.cc (filter_engravers): bugfix.
8273
8274 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8275
8276         * lily/lilypond.rc.in: Add ly-icon.
8277
8278         * lily/GNUmakefile: 
8279         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
8280         rules.
8281
8282 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8283
8284         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
8285
8286         * ps/music-drawing-routines.ps: 
8287
8288         * scm/output-ps.scm: remove draw ez_ball.
8289
8290         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8291         EasyNotation context definition.
8292
8293         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
8294         Text_interface and color for making easy note heads.
8295
8296         * lily/stencil.cc (with_color): new function.
8297
8298         * ps/music-drawing-routines.ps: remove draw_zigzag_line
8299
8300         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
8301         output routine. Zigzag now works in SVG too.
8302
8303         * scm/output-tex.scm (filledbox): idem.
8304
8305         * scm/output-svg.scm (filledbox): idem.
8306
8307         * scm/output-ps.scm (lily-def): remove horizontal-line. 
8308
8309         * lily/lookup.cc (horizontal_line): use draw-line. 
8310
8311         * lily/system-start-delimiter.cc: remove old staff bracket code.
8312
8313         * mf/feta-haak.mf: further tweaks.
8314
8315         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
8316
8317         * mf/feta-generic.mf: include feta-haak.
8318
8319         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
8320
8321         * scm/framework-ps.scm (write-preamble): only load fonts if their
8322         filename is a string. 
8323
8324 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * scm/output-svg.scm (circle): support circle.
8327         (bracket): stub for bracket.
8328
8329         * scripts/lilypond-book.py (main): make sure --psfonts warning is
8330         correct.
8331
8332 2005-05-26  Graham Percival  <gperlist@shaw.ca>
8333
8334         * Documentation/user/lilypond.tely, advanced-notation.itely,
8335         basic-notation.itely, instrument-notation.itely, global.itely,
8336         introduction.itely, tutorial.itely: rearranging, editing,
8337         clean-up.
8338
8339         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
8340         for compiling on FreeBSD.
8341
8342 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8343
8344         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
8345         otf files.
8346
8347         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
8348         bugfixes.
8349
8350         * VERSION: 2.5.26 released.
8351
8352         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
8353
8354 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8355
8356         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
8357         if printpagenumber is false.
8358
8359 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8360
8361         * lily/font-config.cc (init_fontconfig): comment out FontConfig
8362         cache warning.
8363
8364         * lily/tie.cc (print): support dotted ties.
8365         
8366 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8367
8368         * scm/define-grobs.scm (all-grob-descriptions): switch off
8369         debugging
8370         (all-grob-descriptions): Arpeggio has Y-extent.
8371
8372         * scm/define-music-properties.scm (all-music-properties): document
8373         length-callback and start-callback as "read-only".
8374
8375         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
8376         length-callback after creation. 
8377
8378         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
8379         compressmusic -> compressMusic.
8380
8381         * ly/music-functions-init.ly (oldaddlyrics): idem.
8382
8383         * lily/parser.yy: NewLyricCombineMusic ->
8384         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
8385
8386 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8387
8388         * ly/Welcome_to_LilyPond.ly: typo.
8389
8390 2005-05-24  Graham Percival  <gperlist@shaw.ca>
8391
8392         * Documentation/user/lilypond.tely: move changing-defaults to be
8393         before global issues.
8394
8395         * Documentation/user/basic-notation.itely: move Transpose section
8396         here from advanced/Other.
8397
8398         * Documentation/user/changing-defaults.itely,
8399         advanced-notation.itely: move Fonts to advanced, edit.
8400
8401 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8402
8403         * lily/parser.yy (bare_int): remove rule.  From now on, we require
8404         # before negative integers.
8405
8406 2005-05-23  Graham Percival  <gperlist@shaw.ca>
8407
8408         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
8409
8410         * Documentation/user/lilypond.tely: change Unified index to
8411         LilyPond index.
8412
8413         * Documentation/user/advanced-notation.itely,
8414         instrument-notation.itely: editing.
8415
8416 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * scm/lily.scm (lilypond-all): Bugfix: return failed.
8419
8420         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
8421
8422 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8423
8424         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
8425         ly:port-move.  Needs to be stderr-specific on mingw.
8426         Run fixcc.
8427
8428 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8429
8430         * lily/general-scheme.cc (ly:port-move): Remove.
8431
8432         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
8433         windows.
8434
8435         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
8436         variables.  This eliminates the need for a gs.bat wrapper, which
8437         opens a console.
8438
8439         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
8440         * scm/lily.scm (running-from-gui?): 
8441         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
8442         artifact of not compiling with -mwindows.
8443
8444         * scm/editor.scm: Define PLATFORM.
8445
8446 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8447
8448         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
8449         can start to cut & paste lilypond-book fragments.  
8450
8451         * scm/define-music-types.scm (music-descriptions): remove
8452         UntransposableMusic
8453
8454 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * scm/output-ps.scm (glyph-string): remove / before CIDs.
8457
8458 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8459
8460         * Documentation/user/instrument-notation.itely: remove *Engraver.
8461
8462         * Documentation/user/advanced-notation.itely: edit, rearrange.
8463
8464 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8465
8466         * scm/output-ps.scm (glyph-string): take cid? argument. Use
8467         findresource iso. findfont for CID CFF fonts.
8468
8469         * VERSION (PACKAGE_NAME): release 2.5.25
8470
8471         * ly/Welcome_to_LilyPond.ly: add  \version
8472
8473 2005-05-20  Graham Percival  <gperlist@shaw.ca>
8474
8475         * Documentation/user/programming-interface.itely: move
8476         \displayMusic into its own section.
8477
8478         * Documentation/user/basic-notation.itely: finish editing.
8479
8480 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8481
8482         * flower/file-path.cc (find): don't throw away file_name.dir, but
8483         append to it. Fixes \include with directories.
8484
8485         * flower/include/file-path.hh (class File_path): don't derive from
8486         Array<String>.
8487
8488         * flower/include/file-name.hh (class File_name): remove to_str0()
8489
8490         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
8491         Hara_kiri_engraver in separate file.
8492
8493         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
8494         translation went wrong. Fixes vertically translated slurs.
8495
8496 2005-05-19  Graham Percival  <gperlist@shaw.ca>
8497
8498         * Documentation/user/basic-notaton.itely: editing.
8499
8500 2005-05-18  Graham Percival  <gperlist@shaw.ca>
8501
8502         * Documentation/user/macros.itexi, basic-notation.itely:
8503         add @commonprop (commonly used properties) macro.
8504
8505 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8506
8507         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
8508
8509         * scripts/lilypond-book.py (invokes_lilypond): new function
8510         (main): only run fontextract if invokes_lilypond() is true.
8511
8512         * lily/function-documentation.cc (ly_add_function_documentation):
8513         duh, use !=
8514
8515         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
8516
8517         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
8518
8519         * scm/lily.scm (running-from-gui?): lowercase Darwin.
8520
8521         * lily/function-documentation.cc (ly_add_function_documentation):
8522         use scm_hash_table_p() for checking.
8523
8524 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8525
8526         * Documentation/user/advanced-notation.itely (Text scripts):
8527         Change nonexisting @internalsref{Text markup} to @ref{Text
8528         markup}.  Change @internalsref{Text script} to
8529         @internalsref{TextScript}.
8530
8531         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
8532
8533 2005-05-17  Graham Percival  <gperlist@shaw.ca>
8534
8535         * Documentation/user/tutorial.itely, basic-notation.itely,
8536         changing-defaults.itely: remove duplicate cindex entries
8537         that appear on the same page.
8538
8539         * scm/define-grobs.scm: change default padding for TextSpanner.
8540
8541         * Documentation/topdocs/AUTHORS.texi: update email address.
8542
8543         * Documentation/user/global.itely: add info about \include.
8544
8545 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8546
8547         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
8548         when running-from-gui.
8549
8550         * scm/editor.scm (get-editor): Add platform defaults.
8551
8552         * scm/backend-library.scm (postscript->pdf): Typo.
8553
8554 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8555
8556         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
8557
8558         * lily/font-config.cc (init_fontconfig): add warning about cache.
8559
8560 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8561
8562         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
8563
8564 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8565
8566         * lily/horizontal-bracket.cc (print): Take care of the direction
8567         property so brackets above the stave point downwards. 
8568
8569         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
8570         for HorizontalBracket so it doesn't end up within the stave.
8571
8572 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8573
8574         * lily/GNUmakefile (default): Typo.
8575
8576         * scm/lily.scm (PLATFORM): Export.
8577
8578         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
8579         load-font-via-GS, ttftool or fopencookie is broken on windows.
8580         
8581         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
8582         -dSAFER, that is broken on windows.
8583
8584 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8585
8586         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
8587         for FlexLexer.h
8588
8589         * scripts/lilypond-invoke-editor.scm: remove stray -
8590
8591 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8592
8593         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
8594         Fixes deprecation warning.
8595
8596         * flower/include/string.icc (to_string): Only inline if
8597         -DSTRING_UTILS_INLINED.
8598
8599         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
8600         name.  Remove windows comment.
8601
8602         * scm/editor.scm (slashify): New function.
8603         (get-editor-command): Use it.
8604         (get-command-template): Do not alter editor command if
8605         environment value includes `%(file)s' magic.
8606
8607         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
8608         (dissect-uri): Use it.
8609         (unquote-uri): Bugfix.
8610
8611 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8612
8613         * scm/framework-ps.scm (write-preamble): add TTF rule.
8614
8615         * Documentation/topdocs/README.texi (Top): remove note about
8616         xdelta.
8617
8618         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
8619         requirement.
8620
8621         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
8622         function. Figure out where FlexLexer.h lives
8623
8624         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
8625         
8626 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8627
8628         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
8629         with Windows root in file name.
8630
8631         * scm/backend-library.scm (ly:system): Only redirect output (using
8632         system and shell, ugh) if /dev/null is writable.
8633
8634         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
8635         windows icon.
8636
8637         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
8638         on Mingw.
8639
8640         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
8641         click.
8642
8643         * flower/file-path.cc (is_dir, is_file): New function.  Actually
8644         use result of stat when available.
8645
8646         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
8647         absolute file name and root.
8648
8649         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
8650
8651         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
8652
8653         * flower/file-name.cc (slashify): Bugfix, do substitute if no
8654         slashes in file name.
8655
8656 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8657
8658         * Documentation/user/preface.itely (Preface): Run
8659         texinfo-all-menus-update.
8660
8661         * scm/editor.scm (get-editor-command): Bugfix: allow full
8662         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
8663
8664         * Documentation/pictures/lilypond-48.xpm: New file.
8665
8666         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
8667
8668         * ly/Welcome_to_LilyPond.ly: New file.
8669
8670         * lily/main.cc (main): Only identify if we have a terminal.
8671
8672         * scm/backend-library.scm (postscript->png)
8673         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
8674         non-/bin/sh).
8675
8676 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * Documentation/topdocs/AUTHORS.texi: polish, update.
8679
8680 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8681
8682         * Documentation/user/preface.itely (Notes for version 2.6): new
8683         notes for 2.6
8684
8685         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
8686         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
8687         is not fully contained" warnings.
8688
8689         * lily/slur-scoring.cc (get_bound_info): remove warning.
8690
8691         * lily/staff-symbol-engraver.cc (process_music): start initial
8692         spanner in process_music(). This fixes overrides of StaffSymbol
8693         properties.
8694
8695         * scm/framework-pdf.scm (Module): remove.
8696
8697         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
8698
8699         * lily/ambitus-engraver.cc: formatting cleanups.
8700
8701         * mf/feta-solfa.mf (Module): remove.
8702
8703         * ChangeLog: more details about contributions.
8704
8705 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8706
8707         * lily/align-interface.cc (align_elements_to_extents): warn if
8708         called too early. Fixes: disappearing-staff-lines.ly
8709
8710         * VERSION (PACKAGE_NAME): release 2.5.24
8711
8712 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8713
8714         * stepmake/aclocal.m4: Typo.
8715
8716         * flower/string.cc (substitute): Take two strings or two
8717         characters.  Update callers.
8718
8719 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8720
8721         * flower/file-name.cc (File_name): Slashify.
8722
8723         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
8724
8725         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
8726
8727         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
8728
8729         * configure.in (gui_b): Use it.
8730
8731         * lily/lilypond.rc.in: New file.
8732
8733         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
8734
8735 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8736
8737         * Documentation/user/advanced-notation.itely: edit of Text
8738         section; clarify text scripts vs. text markup.
8739
8740 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8741
8742         * lily/multi-measure-rest-engraver.cc
8743         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
8744         separation items on start. Fixes mm rests in start of score.
8745
8746         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
8747         don't access StaffSymbol if not there.
8748         Fixes: crash-staff-symbol-engraver.ly.
8749
8750         * lily/instrument-name-engraver.cc (class
8751         Instrument_name_engraver): data member first_. Create
8752         InstrumentName on start. 
8753
8754 2005-05-12  Graham Percival  <gperlist@shaw.ca>
8755
8756         * Documentation/user/instrument-notation.itely: add guitar
8757         position.
8758
8759         * Documentation/user/introduction.itely,
8760         Documentation/user/lilypond.tely,
8761         Documentation/user/tutorial.itely: begin pruning
8762         unused (duplicated) cindex entries and misc cleanup.
8763
8764 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8765
8766         * input/test/volta-chord-names.ly: Bring the explanation up to
8767         date.
8768
8769 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8770
8771         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
8772         Specify `@documentencoding utf-8' for html, ignore warnings.
8773
8774 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
8775
8776         * THANKS: Added bughunters.
8777
8778 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8779
8780         * lily/main.cc: update help string for `lilypond -H'.
8781
8782         * po/fi.po: update.
8783         
8784 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8785
8786         * Documentation/user/advanced-notation.itely: minor fixes.
8787
8788 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8789
8790         * scm/editor.scm: New module.
8791
8792         * scm/lily.scm (gui-main): Use it.
8793
8794         * scm/framework-gnome.scm (spawn-editor): Use it.
8795
8796         * scripts/lilypond-invoke-editor.scm: Use it in new script.
8797
8798 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8799
8800         * scm/framework-ps.scm (load-font-via-GS):  new function.
8801
8802         * lily/pango-font.cc (pango_item_string_stencil): add support for
8803         CID keyed font.
8804
8805         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
8806
8807 2005-05-10  Graham Percival  <gperlist@shaw.ca>
8808
8809         * Documentation/user/basic-notation.itely: add @ref.
8810
8811         * Documentation/user/advanced-notation.itely: add example
8812         of 5/8 beaming.
8813
8814 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8815
8816         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
8817
8818         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
8819         going through ps2pdf wrappers.
8820
8821 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
8822
8823         * Documentation/user/instrument-notation.itely: petrucci note
8824         heads: updated docu
8825
8826         * input/regression/note-head-style.ly: updated regression test;
8827         indentation fixes
8828
8829         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
8830         heads as default
8831
8832         * mf/parmesan-heads.mf: minor editing; use musicological names
8833         (rather than optical description) as note head names
8834
8835         * scm/output-lib.scm: complete petrucci heads
8836
8837 2005-05-09  Pal Benko  <benkop@freestart.hu>
8838
8839         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
8840         heads, but bigger)
8841
8842 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8843
8844         * lily/main.cc (main_with_guile): Remove no files check.
8845
8846         * lily/main.cc (ly:usage): Export to Scheme.
8847
8848         * scm/lily.scm (no-files-handler): New function.
8849
8850         * scm/lily.scm (lilypond-main): Use it.
8851
8852         * configure.in (gui_b): Add mbrtowc checking.
8853         Resurrect [utf8/]wchar.h checking.
8854
8855 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8856
8857         * Documentation/user/advanced-notation.itely (Metronome marks):
8858         Add link to the program reference for MetronomeMark
8859
8860         * Documentation/user/lilypond-book.itely (An example of a
8861         musicological document): Correct the example using psfonts 
8862
8863 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8864
8865         * po/fi.po: update after a lesson how to update entries against
8866         source.
8867         
8868         * po/TODO: document the lesson.
8869
8870 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8871
8872         * configure.in (gui_b): remove wcrtomb checking.
8873
8874         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8875         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8876
8877 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8878
8879         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8880         keep Scheme expressions and strings unmodified when doing the
8881         conversion to postfix notation for slurs and beams. Should
8882         hopefully solve most related conversion problems. 
8883
8884         * Documentation/user/lilypond-book.itely : Clarify and correct how
8885         to call dvips with -h psfonts.
8886
8887 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8888
8889         * Documentation/user/instrument-notation.itely (Entering lyrics):
8890         Typo.  Fixes build.
8891
8892 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8893
8894         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8895
8896         * Documentation/user/lilypond.tely, lilypond-book.itely,
8897         tutorial.itely: change references to 2.5.x to 2.6.x.
8898
8899         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8900         vs \lyricmode.
8901
8902         * Documentation/user/invoking.itely: remove old info about
8903         lilypond-profile.
8904
8905         * Documentation/topdocs/INSTALL.texi: remove old info about
8906         lilypond-profile, add warning about needing international fonts
8907         to build docs.
8908
8909 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8910
8911         * lily/include/grob-info.hh (class Grob_info): make data member
8912         private. Changes throughout.
8913
8914         * input/regression/alignment-order.ly: new file. 
8915
8916         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8917         alignAboveContext and alignBelowContext
8918
8919 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8920
8921         * lily/pfb.cc (LY_DEFINE): add cast.
8922
8923         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8924         matches .otf
8925         (write-preamble): warn about unknown fonts.
8926
8927         * lily/pfb.cc (Module): new function ly:otf->cff
8928
8929         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8930         (get_otf_table): new function.
8931
8932 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8933
8934         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8935         iso. ps2png.
8936
8937 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * po/fi.po: apply second round of update.
8940
8941 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8942
8943         * scm/x11-color.scm (make-x11-color-handler): don't use
8944         #\sp. Apparently doesn't work on all platforms. 
8945
8946 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8947
8948         * Documentation/user/advanced-notation.itely, putting.itely,
8949         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8950
8951 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8952
8953         * VERSION (PACKAGE_NAME): release 2.5.23
8954
8955 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8956
8957         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8958         convert to utf-8.
8959
8960         * THANKS: Add translators for this release, convert to utf-8.
8961
8962         * mf/GNUmakefile (MFTRACE_FLAGS):
8963         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8964         outdir as option (WAS: hardcoded).
8965
8966 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8967
8968         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8969         finished_span_
8970
8971         * THANKS: add Hans Forbrich.
8972
8973         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8974
8975         * Documentation/user/basic-notation.itely (Staff symbol): document
8976         start/stop staff. Reference to ossia.ly
8977
8978         * input/test/ossia.ly: new example using stop and startStaff.
8979
8980         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8981         in other words, don't create "|" barline at start of the score.
8982         (start_translation_timestep): don't set whichBar for start of score.
8983
8984         * input/regression/staff-halfway.ly: use new functionality.
8985
8986         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8987         start and stop staff based on events.
8988
8989         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8990
8991         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8992
8993 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8994
8995         * Documentation/user/programming-interface.itely (How markups work
8996         internally ): remove \encoding reference.
8997
8998 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8999
9000         * scripts/convert-ly.py: Attempt to do a smarter update of 
9001         text markups from versions < 1.9.0 with arbitrary nesting.
9002
9003 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9004
9005         * po/fi.po: convert to utf-8, and update.
9006
9007 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9008
9009         * make/lilypond.suse.spec.in: update from suse 2.4 package.
9010
9011         * lily/*.cc: more <? >? to min/max changes
9012
9013         * lily/include/interpretation-context-handle.hh: rename
9014         Interpretation_context_handle to Context_handle.
9015
9016 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
9017
9018         * input/regression/GNUmakefile (local_delete): use `find` together 
9019         with `xargs` to avoid too long argument-lists in cmd line.
9020
9021 2005-05-04  Graham Percival  <gperlist@shaw.ca>
9022
9023         * Documentation/user/introduction.itely: updates "About this manual".
9024
9025         * Documentation/user/advanced-notation.itely,
9026         invoking.itely: minor fixes.
9027
9028 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9029
9030         * COPYING: add font exception. Update FSF address. 
9031
9032         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
9033         should be taken without child context.
9034
9035         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
9036
9037         * scm/define-markup-commands.scm (triangle): new command, as
9038         robust replacement for unicode Delta/Triangle.
9039
9040 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9041
9042         * ps/music-drawing-routines.ps: add fillp argument.
9043
9044         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
9045
9046         * lily/font-config.cc (init_fontconfig): don't add cff/
9047
9048         * VERSION (PACKAGE_NAME): release 2.5.22
9049
9050         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
9051
9052         * lily/grace-engraver.cc (consider_change_grace_settings): use
9053         is_alias(). Fixes problem with CueVoice grace notes. 
9054
9055         * lily/simultaneous-music-iterator.cc (construct_children): call
9056         Music_iterator::quit() for iterators that start out invalid. This
9057         fixes indefinitely continuing contexts.
9058
9059         * buildscripts/substitute-encoding.py: new file
9060
9061         * Documentation/user/basic-notation.itely (Basic polyphony): fix
9062         missing @end 
9063
9064         * scripts/lilypond-book.py (write_if_updated): print file name.
9065
9066         * Documentation/user/basic-notation.itely (Explicitly
9067         instantiating voices): idem.
9068
9069         * Documentation/user/advanced-notation.itely (Text spanners):
9070         remove stray { } 
9071
9072         * lily/context.cc (default_child_context_name): the default child
9073         is now first in accepts_list_.
9074
9075         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
9076         \defaultchild to all relevant contexts.  This fixes:
9077         drums-pitch.ly.
9078
9079         (Probably also fixes similar problems with ancient
9080         transcriptions getting CueVoices instead of the desired voices.)
9081  
9082         * lily/context-def.cc (get_default_child): new function.
9083         (get_accepted): place default child in front of list.
9084
9085         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
9086
9087         * lily/include/context-def.hh (struct Context_def): add
9088         default_accept_
9089
9090 2005-05-03  Graham Percival  <gperlist@shaw.ca>
9091
9092         * scm/define-grobs.scm: remove "remove-first" line, since
9093         the absent property is set to #f anyway.
9094
9095         * Documentation/user/basic-notation.itely,
9096         advanced-notation.itely, instrument-notation.itely: minor
9097         fixes.
9098
9099         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
9100
9101         * Documentation/user/advanced-notation.itely,
9102         changing-defaults.itely: consolidate Text stuff in
9103         advanced notation.
9104
9105         * Documentation/user/global.itely: better docs for \header.
9106
9107         * Documentation/user/putting.itely: new chapter; placeholder
9108         for future expansion.
9109
9110         * Documentation/user/examples.itely: moved "suggestions for
9111         writing LP files" section into putting.itely.
9112
9113         * Documentation/user/lilypond.itely: added new chapter,
9114         fixed the short table of contents.
9115
9116 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9117
9118         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
9119         infinity for unfeasible beams.
9120
9121         * make/lilypond.fedora.spec.in (Group): idem.
9122
9123         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
9124
9125         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
9126
9127         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
9128         fonts directly.
9129
9130         * buildscripts/gen-emmentaler-scripts.py (i): idem.
9131
9132         * mf/GNUmakefile: remove all CFF rules.
9133
9134         * scm/framework-ps.scm (ps-embed-cff): reinstate.
9135
9136         * lily/open-type-font-scheme.cc (LY_DEFINE):
9137         new function ly:otf-font-table-data.
9138         (LY_DEFINE): new function otf-font?
9139
9140 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9141
9142         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
9143         ($(outdir)/Fontmap.lily): idem.
9144
9145         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
9146         for PFAEmmentaler-XXX.pfa. 
9147
9148         * Documentation/user/music-glossary.tely (accidental): NL
9149         translation of accidental.
9150
9151 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9152
9153         * flower/include/international.hh: Bugfix: include "string.hh".
9154
9155         * lily/include/mingw-compatibility.hh: New file.
9156
9157         * flower/include/libc-extension.hh (memrev): Rename from strrev.
9158
9159         * configure.in: Search for mingw wcrtomb library.
9160
9161 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9162
9163         * scripts/convert-ly.py: Bug fix
9164
9165         * Documentation/user/changing-defaults.itely (Common tweaks):
9166         Added example where the context has to be specified explicitly
9167         (MetronomeMark). 
9168
9169 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9170
9171         * scripts/lilypond-book.py (ly_options): set timing to #f for
9172         notime option.
9173
9174         * scripts/convert-ly.py (conv): typo.
9175
9176         * flower/*.cc: remove <? and >?
9177         
9178         * lily/*.cc: remove <? and >?
9179
9180         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
9181         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
9182         editor.
9183
9184 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9185
9186         * lily/part-combine-engraver.cc: add space to variable list.
9187
9188 2005-04-30  Graham Percival  <gperlist@shaw.ca>
9189
9190         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
9191         remove-first to false (matches docs)
9192
9193         * Documentation/user/advanced-notation.itely: corrected docs
9194         concerning remove-first.
9195
9196 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9197
9198         * lily/part-combine-engraver.cc: make sure that the relevant
9199         properties are included in the documentation.
9200
9201 2005-04-28  Graham Percival  <gperlist@shaw.ca>
9202
9203         * Documentation/user/lilypond-book.itely: Bernard's docs
9204         for \betweenLilyPondSystem.
9205
9206 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9207
9208         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
9209         remarks.
9210
9211 2005-04-28  Pal Benko  <benkop@freestart.hu>
9212
9213         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
9214         only on vertical lines of flexa shape, and use a constant
9215         thickness value for horizontal lines (patch slightly modified by
9216         Jürgen Reuter)
9217
9218         * lily/include/mensural-ligature.hh: make 2 comments clearer
9219
9220 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
9221
9222         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
9223         to need_extra_horizontal_space; bugfix: use class scope to avoid
9224         global namespace pollution
9225
9226         * Documentation/user/instrument-notation.itely (ligatures): added
9227         comment on possible future syntax change and how to work around
9228
9229         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
9230         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
9231         intervals (fixes agnus dei example)
9232
9233         * Documentation/user/instrument-notation.itely (white mensural
9234         ligatures): selected a more illustrative example
9235
9236 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
9237
9238         * Documentation/index.html.in: specify utf-8 charset in meta content.
9239
9240 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9241
9242         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
9243         empty 2nd page for single page.
9244
9245         * scm/lily.scm: remove p&c definitions.
9246
9247         * po/zh_TW.po (Module): new translation.
9248
9249         * lily/lily-guile.cc (ly_chain_assoc): remove.
9250
9251         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
9252         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
9253
9254 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9255
9256         * lily/beaming-info.cc: remove infinity_i
9257
9258         * scripts/abc2ly.py (out_filename): fix thinko with \version.
9259
9260 2005-04-26  Graham Percival  <gperlist@shaw.ca>
9261
9262         * Documentation/user/basic-notation.itely,
9263         instrument-notation.itely, advanced-notation.itely,
9264         changing-defaults.itely: minor fixes.  Added docs
9265         for colors to advanced-notation.itely.
9266
9267         * Documentation/user/advanced-notation.itely: fixed compile
9268         problem and added Bernard's x11-color doc patch.
9269
9270 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9271
9272         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
9273         alright this time round.
9274
9275 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9276
9277         * Documentation/topdocs/INSTALL.texi (Top): idem.
9278
9279         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
9280
9281         * VERSION (MAJOR_VERSION): release 2.5.21
9282
9283         * scm/output-ps.scm (grob-cause): bugfix.
9284
9285 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9286
9287         * cygwin/*: Update.
9288
9289         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
9290         stuff.
9291
9292         * scm/output-ps.scm (grob-cause): Bugfix.
9293
9294         * scm/lily.scm (ly:load): Remove x11-color.
9295
9296         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
9297         quote executable, fixes getting version from program --with
9298         --options.
9299         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
9300         $ac_exeect.
9301
9302         * Documentation/user/GNUmakefile: Only build music-glossary with
9303         rendered lilypond snippets during web.
9304
9305 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9306
9307         * po/de.po: update.
9308
9309         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
9310
9311 2005-04-22  Laura Conrad <lconrad@laymusic.org>
9312  
9313         * scripts/abc2ly:
9314         second title line append with punctuation dash character;
9315         encode abc2ly python strings in utf-8
9316        
9317 2005-04-21  Laura Conrad <lconrad@laymusic.org>
9318
9319         * scripts/abc2ly fix chords (again)
9320  
9321 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
9322
9323         * scm/x11-color.scm: new file
9324         All x11 color names can be accessed with:
9325         #(x11-color 'ColorName),
9326         #(x11-color "ColorName") or:
9327         #(x11-color "color name")
9328         If the x11 color name is not recognised then it defaults
9329         to black
9330
9331         * scm/lily.scm: amended to call scm/x11-color.scm
9332
9333 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9334
9335         * Documentation/user/invoking.itely (Reporting bugs): comment out
9336         reference to online PNG bug repository.
9337
9338 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9339
9340         * lily/translator-scheme.cc (ly:translator-property): Remove.
9341         Update callers.
9342
9343         * lily/context-scheme.cc (ly:context-now): Move from translator.
9344         Update callers.
9345
9346 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9347
9348         * input/regression/grid-lines.ly (skips): refine example.
9349
9350         * scm/define-context-properties.scm
9351         (all-user-translation-properties): doc autoBeamCheck
9352
9353         * input/regression/grid-lines.ly (Module): new file.
9354
9355         * lily/grid-point-engraver.cc (Module): new file.
9356
9357         * lily/grid-line.cc (Module): new file.
9358
9359         * lily/grid-line-span-engraver.cc (Module): new file.
9360
9361         * lily/grid-line-interface.cc (Module): new file.
9362
9363 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9364
9365         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
9366         missing parameter, actualy cdr through list.  Actually return a
9367         list with ENTRY removed (was '()).
9368
9369         * scripts/convert-ly.py: Update.  Print warning if file cannot be
9370         opened.
9371         (do_conversion): Fix printing of continuation comma.
9372
9373         * Documentation/user/advanced-notation.itely (Beam formatting):
9374         Remove refbugs about compound time and mixed duration.
9375
9376         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
9377         modulo moments explicitely.
9378
9379         * lily/moment.cc (operator %): New function.
9380
9381         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
9382
9383         * lily/translator-scheme.cc (ly:translator-now,
9384         ly:translator-property): New function.
9385
9386         * scm/auto-beam.scm (default-auto-beam-check): New function.
9387
9388         * lily/auto-beam-engraver.cc (test_moment): Use it.
9389
9390         * flower/rational.cc (operator %): Bugfix.
9391
9392 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
9393
9394         * scripts/abc2ly: Bugfix
9395
9396 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9397
9398         * python/fontextract.py (write_extracted_fonts): bugfix, too many
9399         %'s on EndFont comment.
9400
9401         * lily/ledger-line-spanner.cc: some more words of explanation.
9402
9403 2005-04-20  John Williams <williams@tni.com>  
9404         
9405         * scripts/lilypond-book.py: htmlquote bugfix.
9406         Allow snippets to be given distinct filenames.
9407         Allow the default alt text to be overridden.
9408
9409 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
9410
9411         * ly/performer-init.ly: Bugfix
9412
9413         * THANKS: Added bughunters.
9414
9415 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9416
9417         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
9418
9419         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
9420         position (was: use modulo measure length).
9421
9422         * configure.in (no gui_b): Remove optional gtk+ requirement.
9423
9424 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9425
9426         * Documentation/user/basic-notation.itely (Pitches): add
9427         LedgerLineSpanner.
9428
9429         * lily/dynamic-engraver.cc (process_music): set right bound to
9430         script if present. Else, do not set.
9431         (acknowledge_grob): only set right bound of finished spanner to
9432         note column if no other bound is set.
9433
9434         * python/lilylib.py (make_ps_images): switch back to png16m.
9435         
9436 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9437
9438         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
9439         writing up to date file.  Add dvips usage suggestion.
9440
9441         * scripts/convert-ly.py: Fix error message.
9442         Print usage if no files on command line.
9443         (usage): Add example usage.
9444
9445         * input/test/compound-time.ly: New file.
9446
9447         * input/test/circle.ly: New file.
9448
9449         * Documentation/topdocs/NEWS.tely: Use them.
9450
9451         * input/test/boxed-stencil.ly: Remove \score.
9452
9453         * buildscripts/mf-to-table.py (base): Add .log dependency.
9454
9455         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
9456         pfa's.  Add .log dependency
9457
9458         * scm/define-markup-commands.scm (lower): New command.
9459
9460         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
9461         make it default.
9462
9463 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9464
9465         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
9466         also to finished cresc as right bound. This fixes:
9467         skip-string-decresc.ly
9468
9469         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
9470         relative_coordinate if extent is empty.
9471
9472         * lily/stem.cc (width_callback): determine correct extent if flag
9473         is not there. This fixes slur-no-flag.ly
9474
9475         * lily/grace-engraver.cc (consider_change_grace_settings): new
9476         function.
9477         (initialize): also consider_change_grace_settings() on
9478         initialization. Fixes large grace notes at start of score.
9479
9480         * lily/break-align-interface.cc (do_alignment): don't translate if
9481         total_extent is empty.
9482
9483         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
9484
9485 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9486
9487         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
9488         with slash.
9489
9490 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9491
9492         * stepmake/aclocal.m4: Remove tfm_path.
9493
9494 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9495
9496         * scm/music-functions.scm (markup-expression->make-markup): fix
9497         bug with cons arguments of markup commands.
9498         (music->make-music): fix music expression property list building
9499
9500 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9501
9502         * aclocal.m4: Massage package names.
9503
9504         * SCons updates.
9505
9506 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9507
9508         * VERSION (PACKAGE_NAME): release 2.5.20
9509
9510         * lily/stem.cc (calc_stem_info): add minimum Y extent of
9511         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
9512
9513         * lily/percent-repeat-engraver.cc (try_music): add measure before
9514         next_moment to future processing moment. Fixes:
9515         percent-repeat-mm-rest.ly
9516         (process_music): don't add moment for 2nd time.
9517
9518         * input/regression/repeat-percent.ly: add mmrests as extra test.
9519
9520         * lily/axis-group-engraver.cc (acknowledge_grob): read
9521         keepAliveInterfaces to decide what to kill.
9522
9523         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
9524         percent-repeat-interface to keepAliveInterfaces. This fixes
9525         percent-repeat-harakiri.
9526
9527 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9528
9529         * SCons updates.
9530
9531 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9532
9533         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
9534
9535         * aclocal.m4: remove --enable-tfm-path configure option
9536
9537         * input/test/ancient-font.ly (lowerStaff): clef name errors.
9538
9539         * scm/backend-library.scm (postscript->png): newline after
9540         finishing command.
9541
9542         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
9543         (LY_DEFINE): ly:paper-score-paper-systems: new function 
9544
9545         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
9546
9547         * lily/score.cc (default_rendering): use Music_output too.
9548
9549         * input/test/chord-names-languages.ly (Module): rename file.
9550
9551         * lily/text-spanner.cc: add bound-padding.
9552
9553         * lily/paper-book.cc (systems): accept Paper_score
9554         iso. Paper_system vector. 
9555
9556         * input/regression/line-arrows.ly: new file.
9557
9558         * lily/paper-score.cc (process): run get_paper_systems() only once.
9559
9560         * lily/line-spanner.cc (line_stencil): add arrows.
9561
9562 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
9563
9564         * lily/line-interface.cc (make_arrow): new function. 
9565         (arrows): idem.
9566
9567 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
9568
9569         * input/test/chord-names-german.ly: update for italian/french
9570         chords.
9571         
9572         * Documentation/user/instrument-notation.itely (Printing chord
9573         names): update.
9574
9575 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9576
9577         * lily/include/paper-score.hh (class Paper_score): remove unused
9578         prototypes.
9579
9580         * lily/book.cc (process): add -COUNT to midi output.
9581
9582         * lily/score.cc (book_rendering): remove outname argument
9583         (book_rendering): return list of Music_outputs. 
9584
9585         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
9586
9587         * lily/book.cc (process): loop over Music_outputs returned from
9588         Score::book_rendering().
9589
9590         * lily/*.cc (width_callback): remove spurious "unused" warnings
9591         for assert (axis==[XY]_AXIS); 
9592
9593         * lily/include/music-output.hh (class Music_output): smobify class.
9594
9595         * lily/include/paper-score.hh (class Paper_score): make members
9596         private.
9597
9598         * lily/performance.cc (process): return #f iso. #<undefined>. This
9599         prevents #<undefined> leaking into GUILE-userspace.
9600
9601 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9602
9603         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
9604
9605 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
9606
9607         * scm/chord-name.scm : support for italian and french
9608         chords names.
9609
9610         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
9611         a space defined by chordPrefixSpacer when the root name is
9612         direclty followed by a prefix.
9613
9614         * ly/engraver-init.ly : chordPrefixSpacer       
9615         * scm/define-context-properties.scm : chordPrefixSpacer
9616         * ly/property-init.ly : italianChords, frenchChords 
9617
9618 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9619
9620         * mf/feta-din.mf: Remove.
9621
9622         * mf/GNUmakefile (fontdir): Bugfix.
9623
9624         * mf/SConstruct: Some updates.
9625
9626         * SConstruct: Require pkg-config.
9627         (test_program): Bugfix for double digit version compares, use
9628         integer (not string-) compare.
9629         Optionally require gs 8.14.
9630
9631         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
9632
9633         * lily/*: s/ifdef HAVE_*/if have/.
9634
9635         * SConstruct (test_lib): New function.  Update pkg-config and some
9636         other requirements.
9637
9638         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
9639         freetype, pangof2t.
9640
9641 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9642
9643         * po/lilypond.pot, ...: Update using bison-CVS.
9644
9645         * python/lilylib.py (make_ps_images): Fixo.
9646
9647 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9648
9649         * python/lilylib.py (make_ps_images): typo.
9650
9651         * configure.in (gui_b): make bison optional.
9652
9653         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
9654
9655 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
9656
9657         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
9658         with one parameter can be defined in a LaTeX file when processed
9659         by lilypond-book this will be evaluated between the systems of
9660         a multi-system score. The parameter is the number of systems processed.
9661
9662 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9663
9664         * python/lilylib.py (make_ps_images): Escape newline.
9665
9666         * Documentation/user/music-glossary.tely: Run
9667         texinfo-all-menus-update.
9668
9669 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9670
9671         * scm/lily-library.scm (old-relative-not-used-message)
9672         (version-not-seen-message): Add input-file-name-location to message.
9673
9674         * lily/parser.yy (lilypond): Add token aliases.
9675
9676         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
9677         not confuse with alteration.
9678         (alteration): Add.
9679
9680 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9681
9682         * python/lilylib.py (make_ps_images): use -dEPSCrop
9683
9684         * VERSION (PACKAGE_NAME): release 2.5.19 
9685
9686         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
9687         only put xrefs in info documentation.
9688
9689         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
9690         .pdf rule to tex-rules.make.
9691
9692         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
9693         from -systems.* output.
9694
9695         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
9696         directly, remove -$(PAGESIZE) target.
9697
9698         * input/test/embedded-postscript.ly: update.
9699
9700 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9701
9702         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
9703
9704         * Documentation/user/changing-defaults.itely (Font selection):
9705         document font-name.
9706
9707         * input/regression/font-name.ly: show Pango fonts for
9708         font-name. Update example. 
9709
9710         * lily/pango-select.cc (properties_to_pango_description): don't
9711         convert symbol font-size to number, but use to lookup.
9712
9713         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
9714
9715         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
9716         (NAME . FILE-NAME) tuples for font descriptions. 
9717         (write-preamble): display BeginFont DSC comments.
9718
9719         * python/fontextract.py (write_extracted_fonts): new file. Extract
9720         font resources from a PS file.
9721
9722         * scripts/lilypond-book.py (option_definitions): --psfonts option.
9723         (Compile_error.process_include): do_file returns chunks.
9724
9725         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
9726
9727         * make/lysdoc-targets.make: .texi is .PRECIOUS
9728
9729         * scripts/lilypond-book.py (write_if_updated): new function.
9730
9731 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9732
9733         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
9734
9735 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9736
9737         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
9738
9739         * input/regression/markup-syntax.ly: remove \score.
9740
9741         * scm/define-markup-commands.scm (draw-circle): add fill argument
9742
9743         * scm/stencil.scm (make-circle-stencil): add fill argument
9744
9745         * ps/music-drawing-routines.ps: add fill argument.
9746
9747         * ly/performer-init.ly: add CueVoice to MIDI too.
9748
9749         * ps/music-drawing-routines.ps: new routine BeginEPSF /
9750         EndEPSF.
9751
9752         * input/regression/markup-eps.ly: new file.
9753
9754         * scm/framework-ps.scm (write-preamble): change order: vars should
9755         be inited before procedures.
9756
9757         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
9758         for EPS files.
9759
9760         * scm/define-markup-commands.scm (epsfile): add epsfile command.
9761
9762 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9763
9764         * configure.in (gui_b): add check for ghostscript 8.15
9765
9766 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9767
9768         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
9769         start of line. Fixes cresc-after-newline.ly
9770
9771         * lily/source-file.cc (file_line_column_string): use get_column().
9772
9773 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9774
9775         * lily/source-file.cc (get_column): utf-8 support for column numbers.
9776
9777 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9778
9779         * lily/*: use message () iso progress_indication () for messages.
9780         Revise/uniformise user messages.
9781
9782         * flower/warn.cc (progress_indication): New function.
9783         (message): Use it.  Fixes newline problems.
9784
9785         * config.make.in (webdir): Sort out install dirs.
9786
9787         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
9788
9789         * python/lilylib.py (command_name): Bugfix.
9790         (make_ps_images):
9791
9792 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
9793
9794         * lily/main.cc: --help says what types of backends are availabe
9795
9796 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9797
9798         Fix ./VERSION dependency, and without need to reconfigure.
9799
9800         * lily/main.cc (setup_paths): Update.
9801
9802         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
9803
9804         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
9805
9806         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
9807         Add \line for some simplistic cases.
9808
9809         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
9810
9811 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9812
9813         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
9814         to compile LY files (useful for adding eg. "-I" args)
9815         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
9816         2Gnome command for gnome backend.
9817         (LilyPond-command-formatgnome): call the 2Gnome command. key
9818         binding: C-c C-g
9819
9820 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9821
9822         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
9823         depend on all PNG images.
9824
9825 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9826
9827         * GNUmakefile.in: Bugfix: also link .map files.
9828
9829 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9830
9831         * scm/music-functions.scm (music->make-music): generate 
9832         a (make-music ...) sexpr from a music expression.
9833         (display-scheme-music): use guile pretty printer to display the
9834         make-music sexpr.
9835
9836 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9837
9838         * ly/engraver-init.ly: reindent.
9839         Add CueVoice.
9840
9841         * scm/music-functions.scm (music-pretty-string): handle moments
9842         too.
9843         (music-pretty-string): only print non-empty lists.
9844         (cue-substitute): create CueVoice context, which has smaller type.
9845
9846         * lily/moment-scheme.cc (LY_DEFINE): new methods
9847         ly:moment-grace-{numerator,denominator}
9848
9849         * lily/context-handle.cc: remove quit() method. 
9850
9851         * lily/font-config.cc (init_fontconfig): be verbose about font path.
9852         (init_fontconfig): success is 0, not !0
9853
9854 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9855
9856         * mf/feta-nummer-code.mf (code): add plus glyph.
9857
9858         * lily/tie.cc (print): idem.
9859
9860         * lily/slur.cc (print): don't use thickness property for
9861         slur shape-thickness.
9862
9863         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9864         while adding stencils.
9865
9866         * scm/define-markup-commands.scm (with-color): with-color markup
9867         command.
9868         (whiteout): new markup command 
9869         (filled-box): new markup command
9870
9871 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9872
9873         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9874         test for PDF docs.
9875
9876         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9877         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9878         
9879         Notes for tetex-3.0 make web:
9880            psclean.map: s/uhv8a/uhvr8a/
9881            config.ps add:
9882                 p +psfonts_t1.map
9883                 p +psclean.map
9884                 p +typeface.map
9885
9886 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9887
9888         * scm/music-functions.scm (music-pretty-string): fix bug with
9889         string argument.
9890
9891 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9892
9893         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9894
9895 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9896
9897         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9898         only process options if they're there.
9899         (write_file_map): add version-seen? to snippet-map.ly
9900
9901 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9902
9903         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9904         formatting cleanups.
9905
9906         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9907         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9908
9909 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9910
9911         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9912         name directly.
9913
9914         * lily/main.cc (setup_paths): either add mf/out to search path or 
9915         fonts/{otf,type1,etc}
9916         
9917         * lily/font-config.cc (init_fontconfig): either add mf/out to
9918         FontConfig or fonts/{otf,type1,etc}
9919
9920         * GNUmakefile.in: don't put mf/ link in share/ dir.
9921
9922         * lily/staff-spacing.cc: move same-direction-correction to
9923         note-spacing-interface
9924
9925         * scm/lily.scm (lilypond-main): use variable argument count for
9926         exception handler.
9927
9928         * lily/font-config.cc (init_fontconfig): add operator pacification
9929         message.
9930
9931         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9932
9933         * buildscripts/gen-emmentaler-scripts.py (i): generate
9934         PFAEmmentaler as well.
9935
9936         * scm/framework-ps.scm (munge-lily-font-name): new function
9937         (write-preamble): hack: insert PFA equivalent of CFF into
9938         .PS. This makes LilyPond output printable on normal PS printers
9939         again.
9940
9941         * buildscripts/gen-emmentaler-scripts.py (i): generate
9942         PFAEmmentaler.pfa aswell.
9943
9944 2005-04-06  John Williams <williams@tni.com>  
9945         
9946         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9947         
9948 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9949
9950         * scm/page-layout.scm (default-page-make-stencil): always combine
9951         the header stencil, even if empty. This prevents the body text to
9952         reach up to the margins.
9953
9954         * po/rw.po (Module): new file, for Kinyarwanda.
9955
9956         * input/test/spacing-optical.ly (Module): new file.
9957
9958         * lily/staff-spacing.cc: add same-direction-correction
9959
9960 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9961
9962         * Documentation/user/introduction.itely (Engraving): Comment-out
9963         non-existent file.
9964
9965 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9966
9967         * scm/define-grob-properties.scm (all-user-grob-properties): add
9968         same-direction-correction
9969
9970         * VERSION: release 2.5.18
9971
9972 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9973
9974         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9975         dereferencing.  Fixes make web.
9976
9977         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9978         errno.h.
9979
9980         * Documentation/user/: Fix links.
9981
9982 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9983
9984         * lily/text-interface.cc (Module): rename from text-item.cc
9985
9986         * input/regression/apply-output.ly (texidoc): function naming fix.
9987
9988         * lily/time-signature-performer.cc (derived_mark): new function.
9989
9990         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9991
9992         * scripts/lilypond-book.py (find_linestarts): new function.
9993         (find_toplevel_snippets): keep track of line numbers.
9994
9995         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9996         all key changes.
9997
9998         * ly/declarations-init.ly (partCombineListener): use
9999         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
10000
10001         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
10002
10003 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10004
10005         * lily/text-item.cc: Fix link.
10006
10007         * Documentation/user/changing-defaults.itely (Changing defaults):
10008         Fix programs reference links.
10009
10010         * Documentation/user/music-glossary.tely: Convert to utf-8.
10011
10012 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10013
10014         * make/lilypond-vars.make: remove TEXMF from variables.
10015         remove DEB_BUILD pk font variables.
10016         remove GUILE_LOAD_PATH
10017         remove TeX memory vars.
10018
10019 2005-04-04  Werner Lemberg  <wl@gnu.org>
10020
10021         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
10022
10023 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10024
10025         * ps/lilyponddefs.ps: remove reencode-font
10026
10027         * lily/simple-spacer.cc (add_columns): also compare
10028         directly. Column rank doesn't distinguish between broken and
10029         unbroken columns. This fixes large spaces before time sig changes.
10030
10031         * Documentation/user/point-and-click.itely: document ly:set-option.
10032
10033         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
10034         point_and_click_global is set.
10035
10036         * lily/scm-option.cc (LY_DEFINE): add point-and-click
10037         ly:set-option argument.
10038
10039 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * GNUmakefile.in: Include symlinks in webball.
10042
10043         * Documentation/user/GNUmakefile (source-links): Add symlinks to
10044         source dir for split and non-split manuals.
10045
10046         * Documentation/user/*y: Fix @uref/@inputfile links for
10047         split/non-split HTML documents.
10048
10049         * Documentation/user/GNUmakefile (local-WWW): Do not generate
10050         .ps.gz.
10051         
10052 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10053
10054         * GNUmakefile.in: Add newline.
10055
10056 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
10057
10058         * tex/lilyponddefs.tex: use color instead of xcolor
10059         * scm/output-tex.scm: minor editing
10060
10061 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10062
10063         * scm/music-functions.scm (display-scheme-music): pretty printer
10064         for music expressions.
10065
10066 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10067
10068         * buildscripts/install-info-html.sh (index_file): Fix link.
10069
10070 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10071
10072         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
10073
10074         * Documentation/index.html.in: Add size estimates with some big pages.
10075
10076         * Documentation/user/tutorial.itely (Running LilyPond for the
10077         first time): Add/replace some @rglos links.  TODO: add more
10078         @rglos links in tutorial, test non-intrusiveness (.css).
10079
10080         * stepmake/bin/add-html-footer.py (do_file): Remove info's
10081         annoying's indication of referencing external document.
10082
10083         * Documentation/user/GNUmakefile: Split version of glossary too.
10084         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
10085         links, not only for html.
10086
10087         * Documentation/user/introduction.itely: Fix some links for other
10088         than html, do not use `here' as link name.
10089
10090 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10091
10092         * scm/documentation-generate.scm (string-append): Fix @usermanref,
10093         @glossaryref.
10094
10095 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10096
10097         * scm/page-layout.scm (default-page-make-stencil): only add header
10098         if existing and not empty. Fixes spurious programming error.
10099
10100         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
10101
10102 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
10103
10104         * scm/output-tex.scm: implement {re,}setcolor
10105         * tex/lilyponddefs.tex: use color package
10106
10107 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10108
10109         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
10110         additions to website.
10111
10112         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
10113
10114         * Documentation/user/macros.itexi: Fix @usermanref html links in
10115         split documents: use @inforef.
10116
10117 2005-03-30  Graham Percival  <gperlist@shaw.ca>
10118
10119         * Documentation/user/programming-interface.itely: minor fix.
10120
10121         * Documentation/user/advanced-notation.itely: added info to
10122         Metronome markings.
10123
10124 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10125
10126         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
10127         use box-stencil.  Remove y-padding argument.
10128         (make-stencil-circler): New function.
10129
10130         * buildscripts/lilypond-words.py (F): 
10131         * elisp/SConscript (a): 
10132         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
10133         * vim/SConscript (a): 
10134         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
10135
10136         * lily/general-scheme.cc: Build fix.
10137
10138         * scm/markup.scm:
10139         * input/regression/markup-scheme.ly: 
10140         * input/regression/markup-syntax.ly: Drop 'new-' from name.
10141
10142         * scm/stencil.scm (make-circle-stencil): New function.
10143
10144         * scm/define-markup-commands.scm (draw-circle): Use it.  New
10145         name (was cicle).  Update callers.
10146         (circle): New markup command, similar to box.
10147
10148         * scm/stencil.scm (circle-stencil): New function.
10149
10150 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
10151
10152         * configure.in: Detect libutf8/wchar.h variant.
10153
10154         * stepmake/aclocal.m4: Modify shared size test.
10155
10156 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
10159
10160 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10161
10162         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
10163         
10164         * VERSION (PACKAGE_NAME):  release 2.5.17
10165
10166 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10167
10168         * scm/backend-library.scm (postscript->png): Fix comment and png
10169         message.
10170
10171         * GNUmakefile.in (link-tree): Fix locales.
10172
10173 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10174
10175         * lily/stencil-scheme.cc (LY_DEFINE): change to
10176         ly:stencil-aligned-to, non mutating.
10177
10178         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
10179
10180         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
10181
10182         * lily/quote-iterator.cc (derived_mark): call
10183         Music_wrapper_iterator::derived_mark() too.
10184
10185         * lily/grace-engraver.cc (derived_mark): change signature, add
10186         const.
10187
10188 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10189
10190         * SConstruct (symlink): 
10191         * GNUmakefile.in (link-tree): Add scripts to prefix.
10192
10193         * lily/general-scheme.cc (ly:effective-prefix): New function.
10194
10195         * scm/backend-library.scm (postscript->png): Use it.
10196
10197 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10198
10199         * lily/paper-score.cc (process): don't delete grobs after
10200         producing stencils. 
10201
10202         * scm/part-combiner.scm (determine-split-list): switch off
10203         debugging info.
10204
10205         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
10206         if available.
10207
10208         * scm/define-context-properties.scm
10209         (all-user-translation-properties): add stringNumberOrientations.
10210
10211         * lily/new-fingering-engraver.cc (position_scripts): make generic,
10212         so fingering and string-numbers are separately controlled.
10213
10214 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10215
10216         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
10217         not use debugging.
10218
10219 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10220
10221         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
10222
10223         * config.hh.in: add HAVE_FONTCONFIG.
10224
10225         * Documentation/user/instrument-notation.itely (String number
10226         indications): new node.
10227
10228         * input/regression/new-markup-syntax.ly (texidoc): add circle.
10229
10230         * lily/new-fingering-engraver.cc (add_string): new function. 
10231         (acknowledge_grob): accept string-number-event as well.
10232
10233         * scm/define-markup-commands.scm (circle): new markup command.
10234
10235         * scm/output-lib.scm (print-circled-text-callback): new function.
10236
10237         * lily/GNUmakefile: move ifeq after include stepmake.make.
10238
10239 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10240
10241         * config.make.in (HAVE_LIBKPATHSEA_SO):
10242         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
10243
10244         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
10245         add KPATHSEA_LIBS.
10246
10247         * debian/watch: 
10248         * debian/control: Update.
10249
10250 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10251
10252         * input/test/title-markup.ly (spaceTest): remove.
10253
10254         * input/test/embedded-tex.ly (Module): remove.
10255
10256         * input/test/music-box.ly: use 'name property, not ly:music-name.
10257
10258         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
10259
10260         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
10261
10262 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10263
10264         * Documentation/topdocs/INSTALL.texi (Top): Remove information
10265         about xdeltas.  Add information about CVS.
10266
10267         * scm/lily.scm (lilypond-main): Fix invocation of handler,
10268         gracefully handle failed files.
10269
10270         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
10271
10272         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
10273         small fixes.
10274
10275         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
10276         No unnecessarily specific i18n messages.  Remove stray `1'.
10277
10278 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10279
10280         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
10281         documentencoding
10282
10283         * scm/documentation-lib.scm (texi-file-head): set utf-8
10284         documentencoding.
10285
10286         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
10287         Delta, not the Symbol one. 
10288
10289         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
10290         for the .map file.
10291
10292         * Documentation/topdocs/INSTALL.texi (Top): add running
10293         requirement as compilation requirement.
10294
10295 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10296
10297         * buildscripts/mutopia-index.py (headertext): add h1 header and
10298         utf-8 charset meta field.
10299
10300         * input/GNUmakefile: prune example list.
10301
10302         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
10303         options.
10304
10305         * lily/slur-scoring.cc (get_base_attachments): only look at stem
10306         extent for visible stems.
10307
10308         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
10309
10310 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10311
10312         * Documentation/topdocs/INSTALL.texi (Top): Updates.
10313
10314         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
10315
10316 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10317
10318         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
10319         pass inf/nan into slur scoring.
10320
10321         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
10322         page.
10323
10324         * scripts/abc2ly.py (dump_voices): use alphabet().
10325
10326 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
10327         
10328         * mf/GNUmakefile (depth): use $(FONTFORGE). 
10329
10330 2005-03-27 Matthias Neeracher <neeracher@mac.com>
10331         
10332         * flower/include/virtual-methods.hh: simplify. Patch by
10333
10334 2005-03-25  John Williams <williams@tni.com>  
10335
10336         * scripts/lilypond-book.py (main): add png for HTML too, guess
10337         only if necessary. 
10338
10339 2005-03-25  Graham Percival  <gperlist@shaw.ca>
10340
10341         * Documentation/topdocs/INSTALL.texi: now recommends
10342         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
10343
10344         * Documentation/user/basic-notation.itely,
10345         Documentation/user/tutoria.itely: warn about
10346         only one (phrasing) slur at once.
10347
10348 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10349
10350         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
10351
10352 2005-03-23  Graham Percival  <gperlist@shaw.ca>
10353
10354         * Documentation/user/basic-notation.itely: fixed info about
10355         ending a (de)cresc.
10356
10357         * Documentation/user/lilypond-book.itely: fixed
10358         lilypond-book filter example and warned about not doing
10359         --filter and --process at the same time.
10360
10361 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10362
10363         * lily/parser.yy (bass_number),
10364         Documentation/user/instrument-notation.itely (Figured bass): 
10365         Add the possibility to use text markup in figured bass. 
10366
10367 2005-03-19  Graham Percival  <gperlist@shaw.ca>
10368
10369         * Documentation/user/global.itely: added info about naming
10370         identifiers and breakbefore.
10371
10372         * Documentation/user/invoking.itely: added info about batch
10373         processing files with convert-ly, removed references to TeX
10374         in the jail section.
10375
10376         * Documentation/user/examples.itely: possibly fixed piano
10377         dynamics.
10378
10379         * Documentation/user/advanced-notation.itely: added info
10380         about removing other types of Staff.
10381
10382         * Documentation/user/instrument-notation.itely: possibly
10383         fixed piano staff line switch.
10384
10385         * Documentation/user/changing-defaults.itely: added info
10386         about using normal font in titles.
10387
10388 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10389
10390         * VERSION (PATCH_LEVEL): release 2.5.16
10391
10392         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
10393         explicitly.
10394
10395 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10396
10397         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
10398         whitespace.
10399
10400         * python/lilylib.py (make_ps_images):
10401         * scm/backend-library.scm (postscript->pdf, postscript->png):
10402         Quote file name.  Use format rather than string-append juggling.
10403
10404 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10405
10406         * python/lilylib.py (make_ps_images): add x to -g argument. 
10407
10408         * lily/key-performer.cc (create_audio_elements): don't use
10409         scm_eval_string. Check for minor 3rd directly.
10410   
10411         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
10412         (sarabandeCelloGlobal): key is D minor, not F major.
10413
10414 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         Fix truncated --png output (Peter Danenberg).
10417         
10418         * python/lilylib.py (make_ps_images):
10419         * scripts/ps2png.py (copyright): Grok --papersize option.
10420
10421         * scm/backend-library.scm (postscript->png): Add parameter
10422         PAPERSIZE.  Update callers.
10423
10424         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
10425         Fixes symbol placement.
10426
10427         * lily/spanner.cc: 
10428         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
10429         <libc-extension.hh>).
10430
10431 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * Nitpick run.
10434
10435         * buildscripts/fixcc.py: Update.
10436
10437         Builddir run fixes.
10438
10439         * HACKING (datadir): Add VERSION.
10440
10441         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
10442         higher up.
10443
10444 2005-03-15  Werner Lemberg  <wl@gnu.org>
10445
10446         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
10447         diagonal stem doesn't become thinner.
10448
10449 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10450
10451         * buildscripts/fixcc.py: Fixes (Werner).
10452
10453 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10454
10455         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
10456         Emmentaler/Aybabtu.
10457
10458         * GNUmakefile.in: fix lilypond-words path.
10459
10460         * po/tr.po: update to 2.3.21
10461
10462         * lily/new-fingering-engraver.cc (position_scripts): take priority
10463         from head position.
10464
10465         * input/regression/finger-chords-order.ly (texidoc): new file.
10466
10467 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * make/ly-rules.make: 
10470         * stepmake/aclocal.m4: 
10471         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
10472
10473         * buildscripts/fixcc.py (rules): Leave space after operator.
10474
10475 2005-03-14  Werner Lemberg  <wl@gnu.org>
10476
10477         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
10478         top of the glyph with smooth curve.
10479
10480 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10481
10482         * Documentation/user/global.itely (Page layout): remove
10483         printpagenumber.
10484
10485 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
10486
10487         * input/regression/mensural-ligatures.ly: new file (with examples
10488         compiled by Pal Benko).
10489
10490         * Documentation/user/instrument-notation.itely: Bugfix: yet some
10491         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
10492         musicglyph access.  Many small beautifications in ancient
10493         examples.
10494
10495         * input/test/divisiones.ly: fixed indentation; small
10496         beautifications
10497
10498         * ly/engraver-init.ly: added FIXME comment
10499
10500         * scripts/lilypond-book.py,
10501         Documentation/user/lilypond-book.itely: added music fragment
10502         option "packed" to lilypond-book
10503
10504         * Documentation/user/instrument-notation.itely: Bugfix: added
10505         missing LedgerLineSpanner color setting in several places.  Added
10506         music fragment option "packed" to VaticanaContext example.
10507
10508 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10509
10510         * scm/define-grobs.scm (all-grob-descriptions): switch off
10511         Hyphen_spanner::set_spacing_rods 
10512
10513         * lily/lyric-hyphen.cc (print): add padding between syllable and
10514         hyphen.
10515         (print): shorten hyphen in tight situations (determine using
10516         minimum-length)
10517
10518         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
10519         0.4pt.
10520
10521 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10522
10523         * ly/titling-init.ly (bookTitleMarkup): Refinements.
10524
10525         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
10526         header/footer markings for regression-test.
10527
10528         * scm/backend-library.scm (output-scopes, header-to-file): Move
10529         from framework-tex.scm.
10530
10531         * scm/framework-ps.scm (output-framework)
10532         (output-preview-framework):
10533         * scm/framework-eps.scm (output-classic-framework)
10534         (output-framework): Use it.  Fixes collated files.
10535
10536 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * input/sakura-sakura.ly: 
10539         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
10540
10541         * buildscripts/guile-gnome.sh: Update.
10542
10543         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
10544
10545         * mf/aybabtu.pe.in: Capitalize Aybabtu.
10546
10547 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10548
10549         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
10550         culprit: always exit the loop if we find a rod, even if it has
10551         distance < 0. 
10552
10553         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
10554         algorithm.
10555
10556         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10557         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
10558
10559         * scm/output-svg.scm (dashed-line): new  function body.
10560         
10561         * GNUmakefile.in: create .htaccess.
10562
10563 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10564
10565         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
10566
10567 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10568
10569         * VERSION (PACKAGE_NAME): release 2.5.15
10570
10571         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
10572
10573         * scm/framework-svg.scm (output-framework): put scaling in
10574         document header. Apply scaling only once.
10575         (output-framework): dump page size in px, not mm. 
10576
10577         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
10578         from font-size.
10579
10580         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10581         ly:outputter-output-scheme, new function.
10582
10583         * scm/output-svg.scm (pango-description-to-svg-font): new function
10584
10585 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10586
10587         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
10588         target.
10589
10590         * input/typography-demo.ly: new file.
10591
10592 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10593
10594         * Documentation/user/global.itely (File structure): Add markup blocks
10595         to toplevel expressions.
10596         (Multiple movements, Creating titles): Add markup blocks.
10597
10598         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
10599         <libc-extension.hh>).
10600
10601         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
10602
10603         * flower
10604         * lily
10605         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
10606
10607 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10608
10609         * lily/accidental.cc: special bboxes for natural. 
10610
10611         * mf/feta-toevallig.mf: make stems heavier.
10612
10613         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
10614         texts as well.
10615
10616         * mf/feta-klef.mf: revise. 
10617
10618         * mf/feta-schrift.mf: make thinning of accent less pronounced.
10619
10620         * mf/feta-klef.mf: add rounded curve at top. 
10621         make thinnib a little heavier.
10622
10623 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10624
10625         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
10626
10627         * buildscripts/fixcc.py: New file.
10628
10629         * input/regression/utf8.ly: Update Debian font description.
10630
10631 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10632
10633         * stepmake/aclocal.m4: Fix test.
10634
10635 2005-03-09  Graham Percival  <gperlist@shaw.ca>
10636
10637         * Documentation/user/invoking.itely: added Sebastino Vigna's
10638         docs for the --jail option.
10639
10640 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10641
10642         * lily/stem.cc (print): only produce stemlets if there are no
10643         noteheads on this stem.
10644
10645         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
10646         don't crash on stemlet (visible stem without heads).
10647
10648         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
10649         unbroken situations. 
10650
10651         * scm/output-lib.scm (center-invisible): new function.
10652
10653         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
10654         wishes to determine loose column space.
10655
10656         * lily/font-config.cc (init_fontconfig): add
10657         fonts/{otf,type1,cff}  to path.
10658
10659         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
10660
10661         * mf/GNUmakefile (Module): install all fonts under otf/
10662
10663         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
10664         replace /fonts/otf/ by /ps/ 
10665
10666         
10667 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
10670
10671         * lily/book.cc (process): Oops, add score_.header_.
10672
10673         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
10674
10675         * lily/parser.yy: Handle toplevel and book texts as score.
10676
10677         * scm/page-layout.scm (default-page-make-stencil):
10678         Bugfix: (page-properties rename.
10679
10680         * scm/backend-library.scm (ly:system): Typo.
10681
10682 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10683
10684         * stepmake/stepmake/executable-targets.make (installexe): don't
10685         strip installed executables
10686
10687         * lily/font-select.cc (get_font_by_design_size): revert
10688         pango_description_string as well.
10689
10690         * lily/system.cc (set_loose_columns): put loose column just left
10691         of next column.
10692
10693         * lily/include/group-interface.hh (extract_grob_array): rename
10694         from Pointer_group_interface__extract_grobs
10695
10696         * input/regression/ledger-line-minimum.ly (texidoc): new file.
10697
10698         * lily/ledger-line-spanner.cc (set_spacing_rods): new
10699         function. Keep ledgered note heads at a minimum distance.
10700         Introduce minimum-length-fraction
10701         (print): introduce length-fraction property.
10702
10703 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10704
10705         * tex/GNUmakefile: remove latin1.enc rules.
10706
10707 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10708
10709         * scm/titling.scm: Typo.
10710
10711         * input/regression/score-text.ly: Really add.
10712
10713         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
10714
10715 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10716
10717         * lily/open-type-font-scheme.cc:  new file.
10718
10719 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10720
10721         * scm/titling.scm (layout-extract-page-properties): Rename from
10722         page-properties.  Update callers.
10723
10724         * lily/lexer.ll (Lily_lexer):
10725         * lily/parser.yy: Junk lyric_markup state.
10726
10727         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
10728
10729         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
10730         Add texts parameter.
10731
10732 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10733
10734         * lily/lexer.ll (lyric_markup): New mode.
10735         (Lily_lexer::push_lyric_markup_state): New method.
10736         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
10737
10738         * lily/parser.yy (book_body):
10739         (toplevel_expression): Grok \markup texts.
10740
10741         * lily/score-scheme.cc (ly:music-scorify): 
10742         * scm/lily-library.scm (collect-music-for-book): Take texts
10743         parameter.
10744
10745         * lily/score.cc (texts_): New member.
10746
10747         * lily/paper-book.cc (systems): Format score texts.
10748
10749         * score-text.ly: New file.
10750
10751         * ttftool/SConscript:
10752         * kpath-guile/SConscript: New file.
10753
10754         * lily/SConscript:
10755         * SConstruct: Update.
10756
10757 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10758
10759         * VERSION (PACKAGE_NAME): release 2.5.14
10760
10761 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10762
10763         * lily/main.cc: Add dummy xgettext markers.
10764
10765 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10766
10767         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
10768         requirements
10769
10770         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
10771         executable is < 40k
10772
10773         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
10774         hack.
10775
10776 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10777
10778         * flower/libc-extension.cc:
10779         * flower/include/libc-extension.hh: [Open]BSD simply cast
10780         cookie/funopen declarations.
10781
10782         * stepmake/aclocal.m4: Check for libkpathsea.so.
10783
10784         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
10785         dl_kpse_find_file.
10786
10787 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10788
10789         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
10790         (open_library): alternative for static library.
10791
10792 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
10795
10796         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
10797
10798         Drop run-time dependency on teTeX.
10799
10800         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
10801
10802         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
10803         KPATHSEA_LIBS in LIBS.
10804         (STEPMAKE_DLOPEN): New function.
10805
10806         * lily/font-config.cc (init_fontconfig): Use dir for directory,
10807         not path.
10808
10809         * flower/file-path.cc (directories): Rename from paths, as this
10810         return an array of directories (a single path).
10811
10812 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10813
10814         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
10815
10816         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
10817         new ly:kpathsea-find-file
10818
10819         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
10820
10821         * kpath-guile/GNUmakefile: new file
10822
10823         * buildscripts/gen-emmentaler-scripts.py (i): generate
10824         emmentaler-X.fontname as well.
10825
10826         * buildscripts/ps-embed-cff.py: new script
10827
10828         * scm/lily-library.scm: remove ps-embed-cff.
10829
10830         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
10831         font loading. 
10832
10833         * scm/font.scm (add-music-fonts): load dynamics/numbers through
10834         fontconfig as well.
10835
10836         * lily/font-config.cc (init_fontconfig): add cff/ too.
10837
10838         * ly/generate-embedded-cff.ly: capitalize.
10839
10840         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
10841         so as to register the pango font.
10842
10843         * lily/font-config.cc (init_fontconfig): add
10844         prefix/{otf,type1,mf/out} to fontconfig path.
10845
10846         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
10847         overrides all. 
10848
10849         * configure.in (gui_b): remove ec mftrace check
10850
10851         * config.hh.in: use lilypond-Major.Minor as data directory.
10852
10853         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10854
10855         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10856         name.
10857
10858 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10859
10860         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10861         error messages.
10862
10863         * flower/libc-extension.cc:
10864         * flower/include/libc-extension.hh: [Open]BSD fixes for
10865         cookie/funopen declarations.
10866
10867 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10868
10869         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10870         emmentaler.
10871
10872         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10873         lcrm10.
10874
10875         * scm/define-markup-commands.scm (fontsize): new markup
10876         command. Also set baseline-skip
10877
10878 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10879         
10880         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10881         use.
10882
10883 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10884
10885         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10886
10887         * lily/pdf.cc: remove PDF related files
10888
10889 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10890
10891         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10892         <hamamatsu@gmx.de>
10893
10894 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10895
10896         * Documentation/user/advanced-notation.itely: first draft
10897         of reorg done.
10898
10899         * Documentation/user/global.itely: fixed (sub)section
10900         bits of MIDI.
10901
10902 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * cygwin/mknetrel (extras): Bufix (Bertalan).
10905
10906         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10907         * Documentation/user/instrument-notation.itely (Introducing chord
10908         names): Compile fix: must have unique name.
10909
10910 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10911
10912         * Documentation/user/instrument-notation.itely: reorg.
10913
10914 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10915
10916         * scm/output-gnome.scm:
10917         * scm/output-svg.scm: Fix font scaling.
10918
10919 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10922         what link to use best.
10923
10924         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10925         * Documentation/user/tutorial.itely (Automatic and manual beams):
10926         Fix @ref.
10927
10928         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10929         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10930         * scm/framework-gnome.scm (tweak): Use it.
10931
10932 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10933
10934         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10935
10936         * scm/output-ps.scm (white-text): reinstate white-text
10937
10938 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10939
10940         * scm/output-ps.scm (offset-add): Remove.
10941
10942         * scm/lily-library.scm (offset-flip-y): New function.
10943         * scm/framework-gnome.scm (tweak): Use it.
10944
10945         * scm/output-gnome.scm (grob-cause): Add parameter.
10946
10947         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10948         * scm/output-ps.scm (url-link): Move.
10949         (white-text): Warn user about brokenness.
10950
10951         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10952         wrt ghostscript.
10953
10954 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10955
10956         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10957         if body length smaller than measure length.
10958
10959         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10960         for Y.
10961
10962         * ly/titling-init.ly (tagline): put default tagline in \paper
10963
10964 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10965
10966         * lily/kpath.cc: 
10967         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10968
10969         * scm/lily-library.scm (version-not-seen-message): New function.
10970         * ly/init.ly: Use it.
10971
10972         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10973         breaks as progess.
10974
10975         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10976         whitespace with l10n message.
10977
10978         * scm/framework-tex.scm (convert-to-ps):
10979         (convert-to-dvi): Do not use overly specific l10n messages.
10980
10981         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10982
10983         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10984         merge stderr with stdout.  
10985
10986 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10989         Neeracher).
10990
10991 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10992
10993         * Documentation/user/instrument-notation.teily: moved
10994         \arpeggio to Basic.
10995
10996         * Documentation/user/advanced-notation.itely: Articulation to
10997         Basic, a bunch of stuff from Basic moved to Advanced.
10998
10999         * Documentation/user/basic.itely: swapped various sections,
11000         reorganized Basic.
11001
11002 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * flower/memory-stream.cc: 
11005         * flower/libc-extension.cc: Remove obsolete #undefs.
11006
11007         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
11008         more carefully.
11009
11010 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11011
11012         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
11013         dependency.
11014
11015         * VERSION (PACKAGE_NAME): release 2.5.13
11016
11017         * GNUmakefile.in (web-ext): don't ship ps.gz
11018
11019         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
11020         stdout
11021
11022 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
11025         without libintl.  Now it compiles too.
11026
11027 2005-02-28  Graham Percival  <gperlist@shaw.ca>
11028
11029         * Documentation/user/basic-notation.itely,
11030         instument-notation.itely, advanced-notation.itely:
11031         split up contents of notation.itely.
11032
11033         * Documentation/user/notation.itely: file removed.
11034
11035         * Documentation/user/invoking.itely, converters.itely:
11036         moved convert-ly info to invoking.itely.
11037
11038         * Documentation/user/global.itely, changing-defaults.itely,
11039         sound-output.itexi: moved global settings, file layout, and
11040         sound into global.itely.
11041
11042         * Documentation/user/sound-output.itexi: file removed.
11043
11044         * Documentation/user/lilypond.tely: removed links to
11045         notation.itely and sound.itely.
11046
11047 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11048
11049         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
11050
11051         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
11052  
11053         * THANKS: add sponsor.
11054
11055         * scm/define-markup-commands.scm (with-url): new markup command.
11056
11057         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
11058         tagline.
11059         
11060         * scm/output-tex.scm (url-link): stub.
11061
11062         * scm/output-ps.scm (url-link): new function.
11063
11064         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
11065         ly:set-point-and-click
11066
11067 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11068
11069         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
11070         based on pdf-viewer setting.
11071
11072         * scm/framework-ps.scm (write-preamble): Find and set preferred
11073         pdf-viewer.
11074
11075 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11076
11077         * Documentation/user/point-and-click.itely: update for PDF point &
11078         click.
11079
11080         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
11081         editors based on EDITOR setting.
11082
11083 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11084
11085         * scm/*: Oops, more grand 2005 replace bits.
11086
11087 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11088
11089         * ps/music-drawing-routines.ps: new routine: insert PDF mark
11090
11091         * scm/output-ps.scm (grob-cause): point & click support for
11092         PostScript
11093
11094 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11095
11096         * lily/input-scheme.cc (LY_DEFINE): rename to
11097         ly:input-file-line-column
11098
11099 2005-02-26  Graham Percival  <gperlist@shaw.ca>
11100
11101         * Documentation/user/examples.itely: small fix from Steve Doonan.
11102
11103         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
11104
11105         * THANKS: added Yuval Harel.
11106
11107         * Documentation/user/{various}: inserted two spaces after a period.
11108
11109         * Documentation/user/lilypond.tely: added framework for reorg.
11110
11111         * Documentation/user/basic-notation.itely, instrument-notation.itely,
11112         advanced-notation.itely, global.itely: new files, placeholder for
11113         future reorg.
11114
11115 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
11116
11117         * Documentation/user/notation.itely: revamped Polyphony section
11118         
11119 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11120
11121         * Documentation/user/lilypond-book.itely (Music fragment options):
11122         doc fontload.
11123
11124         * Documentation/user/changing-defaults.itely (Text encoding): add
11125         fontload option to utf8 include
11126
11127         * scripts/lilypond-book.py (compose_ly): add fontload option
11128
11129         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
11130         force-eps-font-include option.
11131
11132         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
11133         black triangle
11134
11135         * Documentation/user/invoking.itely (Editor support): remove
11136         lilypond-latex section.
11137
11138         * scripts/lilypond-latex.py (Module): remove script.
11139
11140         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
11141         overwrite .log. 
11142
11143         * lily/main.cc: remove -m, --no-layout
11144
11145         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
11146         to define. We don't want to override fprintf everywhere.
11147
11148 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11149
11150         * cygwin/lilypond.hint: 
11151         * cygwin/README.in: Update dependencies.
11152
11153         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
11154         Bugfix: do not pollute CPPFLAGS, LIBS.
11155
11156         * cygwin/mknetrel (extras): Cross compile fixes.
11157
11158         * ttftool/util.c: 
11159         * ttftool/ttfps.c: 
11160         * ttftool/ps.c: #include libc-extension.hh
11161
11162         * flower/include/libc-extension.hh:
11163         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
11164         wrapper using funopen.
11165         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
11166         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
11167
11168         * config.hh.in:
11169         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
11170         (AC_CHECK_HEADERS): Add libio.h
11171
11172         * scripts/convert-ly.py: Uniformize, internationalize.
11173         (2.5.2): Remove fatal encoding rule.
11174         (2.5.13): Handle latin1 encoding gracefully.
11175
11176 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * HACKING: Fix line breaks.
11179
11180 2005-02-23  Werner Lemberg  <wl@gnu.org>
11181
11182         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
11183         contains those two files.
11184
11185 2005-02-21  Werner Lemberg  <wl@gnu.org>
11186
11187         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
11188         to improve overlap removal process.
11189
11190         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
11191         left and right ending.  This ensures better overlapping.
11192         Update all callers.
11193         ("lineprall"): Don't use draw_gridline to get better overlapping.
11194
11195 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11196
11197         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
11198
11199         * Documentation/topdocs/NEWS.tely (Top): oops.
11200
11201 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
11202
11203         * HACKING: new file.
11204
11205         * input/regression/utf8.ly (portuguese): added a portuguese example
11206         to show latin1 accents.
11207
11208 2005-02-21  Pal Benko  <benkop@freestart.hu>
11209
11210         * lily/mensural-ligature-engraver.cc:
11211         * lily/mensural-ligature.cc:
11212         * lily/include/mensural-ligature.hh: new algorithm implemented
11213
11214         * scm/define-grob-properties.scm: join-left killed (add-join may
11215         be used); join-left-amount changed to join-right-amount
11216
11217 2005-02-21  Graham Percival  <gperlist@shaw.ca>
11218
11219         * Documentation/user/notation.itely: small but urgent fix.
11220
11221 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
11222
11223         * lily/duration-scheme.cc: bugfix: correct parameters to
11224         SCM_ASSERT_TYPE.
11225
11226         * THANKS: added Pal.
11227
11228         * Documentation/user/notation.itely: bugfix: unTeXified
11229         $\\backslash$.  Bugfix: yet another glyph renaming victim:
11230         "timesig.*x/y" -> "timesig.*xy".
11231
11232 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11233         
11234         * VERSION (PACKAGE_NAME): release 2.5.12
11235
11236 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11237
11238         * ly/engraver-init.ly: set tieWaitForNote to #t by default
11239
11240         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
11241
11242         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
11243
11244         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
11245
11246 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11247
11248         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
11249         latin1..utf-8.
11250
11251         * input/regression/stanza-number.ly:
11252         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
11253
11254         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
11255
11256 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11257
11258         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
11259         NEWS. Refer to website for older news.  
11260
11261         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
11262         .HTML. This should be done for specific servers only.
11263
11264         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
11265         .ly image examples.
11266
11267         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
11268         in layer 0 too.
11269
11270         * scm/define-context-properties.scm
11271         (all-user-translation-properties): add tieWaitForNote
11272
11273         * scm/define-grobs.scm (all-grob-descriptions): add
11274         Tie_column::before_line_breaking
11275
11276         * lily/tie.cc (get_column_rank): new function
11277
11278         * lily/tie-column.cc (before_line_breaking): new function.
11279         (werner_directions): take into account ties that start on
11280         different columns.  
11281
11282         * lily/score-engraver.cc (set_columns): move add_column() so we
11283         have column rank available.
11284
11285         * lily/tie.cc (get_column_rank): new function.
11286
11287         * input/regression/utf8.ly (japanese): add japanese lyrics.
11288
11289         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
11290
11291         * THANKS: add Steve D
11292
11293         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
11294         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
11295
11296 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
11297
11298         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
11299         to show harmonic notes
11300         * scm/define-markup-commands.scm: in \markup-by-number
11301         "dots-dot" -> "dots.dot" to show dotted notes
11302
11303 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11304
11305         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
11306
11307         * flower/memory-stream.cc (writer): new file.
11308
11309         * configure.in: add endian test.
11310
11311 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
11312
11313         * Documentation/user/examples.itely: small
11314         simplification/beautification
11315
11316         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
11317         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
11318         notation manual.
11319
11320         * lily/mensural-ligature.cc: bugfix: another few victims of the
11321         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11322
11323         * ly/gregorian-init.ly: commit some experimental code for hi-level
11324         ligature input language lying around here for several months.
11325
11326         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
11327         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
11328
11329         * lily/vaticana-ligature-engraver.cc: bugfix: another few
11330         "x-y-z"->"x.y.s-z" fixes.
11331
11332 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11333
11334         * scm/framework-pdf.scm (scm): new file
11335
11336         * lily/include/pdf.hh (class Pdf_file): new file.
11337
11338         * lily/pdf.cc (write_trailer): new file.
11339
11340 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
11341
11342         * input/regression/color.ly: new file
11343
11344         * lily/stencil.cc (interpret_stencil_expression):
11345         when a color expression is encountered: save current color,
11346         process the rest of the expression, and restore previous color.
11347
11348         * lily/system.cc (get_line): check all grobs for color property and
11349         prepare the stencil scheme expressions for further processing.
11350         Fix layer-loop.
11351
11352         * scm/define-grob-properties.scm: introduce the color property.
11353
11354         * scm/output-lib.scm: color helper functions.
11355
11356         * scm/output-ps.scm: introduce setcolor/resetcolor.
11357
11358 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11359
11360         * ly/*.ly, input/regression/*.ly: Added missing \version
11361         statements in some files.
11362
11363 2005-02-15  Graham Percival  <gperlist@shaw.ca>
11364
11365         * Documentation/user/notation.itely: minor editing.
11366
11367         * Documentation/user/converters.itely: updated convert-ly bugs.
11368
11369         * Documentation/user/lilypond-book.itely: add info about using
11370         feta characters in latex.
11371
11372 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11373
11374         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
11375
11376 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11377
11378         * scm/define-grob-properties.scm (all-user-grob-properties):
11379         removed 'dashed property.
11380
11381 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11382
11383         * scm/lily.scm (define-safe-public): new macro for defining
11384         variables that can be used in --safe mode. Use it in *.scm
11385         instead of manually setting safe-objects in safe-lily.scm.
11386
11387 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11388         
11389         * lily/slur.cc: Slur-dash patch by Bertalan.
11390
11391         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
11392
11393         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
11394
11395 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11396
11397         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
11398
11399 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11400
11401         * mf/GNUmakefile: teTeX-3.0 install fix.
11402
11403         * Cygwin patch from Bertalan.
11404
11405         * stepmake/stepmake/metafont-rules.make: Remove bashism.
11406
11407 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11408
11409         * GNUmakefile.in: 
11410         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
11411
11412         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
11413         2.0.x compatibility.
11414
11415 2005-02-08  Werner Lemberg  <wl@gnu.org>
11416
11417         * mf/feta-din-code.mf: Format; clean up code.
11418         Replace `---' with `--' plus explicit path directions.
11419         (linethickness#, stafflinethickness#): Remove.
11420         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
11421         ("dynamic s"): Improve shape.
11422         ("dynamic p"): Improve shape.
11423         Replace `draw' with better outline approximation.
11424         ("dynamic r"): Improve shape.
11425         Don't call `fill' and `draw' at the same time.
11426
11427 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11428
11429         * SConstruct (symlink):
11430         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
11431         build fix: add enc symlink.
11432
11433         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
11434
11435         Support for DESTDIR besides prefix=/foo
11436
11437         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
11438
11439         * stepmake/stepmake/*.make:
11440         * */GNUmakefile:
11441         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
11442
11443         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
11444
11445         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
11446         mawk in fontforge (date) test.
11447
11448 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11449
11450         * scm/font.scm (make-century-schoolbook-tree): add NCS as
11451         font-family=roman. Add Luxi Sans as sans
11452
11453 2005-02-07  Graham Percival  <gperlist@shaw.ca>
11454
11455         * Documentation/user/notation.itely: add warning about
11456         percent repeats and Voice contexts.
11457
11458         * Documentation/user/lilypond-book.itely: clarified the
11459         necessity of dvips -u arguments.
11460
11461 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
11462
11463         * THANKS: Added a bunch of bug hunters.
11464
11465 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11466
11467         * scm/framework-ps.scm (output-preview-framework): bugfix.
11468
11469         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
11470         o/ for chord modifier..
11471
11472         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
11473
11474         * lily/drum-note-performer.cc:  remove unused (thanks Michael
11475         Welsh Duggan). 
11476
11477 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11478
11479         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
11480
11481         * ly/titling-init.ly: Do not also print intstrument in header on
11482         first page.  Do not print page number on first and only page.
11483
11484 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11485
11486         * input/regression/*.ly: remove old-relative everywhere
11487
11488         * lily/music-sequence.cc (simultaneous_relative_callback): do
11489         what-if analysis on copy, not on original. Fixes old-relative
11490         compatibility.
11491
11492         * scm/backend-library.scm (postscript->png): space before
11493         --verbose.
11494         
11495 2005-02-05  Werner Lemberg  <wl@gnu.org>
11496
11497         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
11498         is defined.
11499
11500         * mf/feta-alphabet.mf: Define `staffsize#'.
11501         Include `feta-params.mf'.
11502         s/staffheight/design_size/.
11503
11504         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
11505
11506         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
11507
11508         * mf/feta-nummer-code.mf: Reformatted.
11509         (draw_six): Use outline intersection to avoid a self-intersecting
11510         path.
11511         ("Numeral comma"): Fix serious outline glitches.  This slightly
11512         changes the glyph shape.
11513         ("Numeral dash"): Use `draw_rounded_block'.
11514         ("Numeral dot"): Use `drawdot'.
11515         ("Numeral 1"): Assure identical tangent directions for the
11516         intersection points of paths.  The glyph shape improvement is only
11517         visible at very high magnifications.
11518         ("Numeral 2"): Use `solve' macro to make the lower right part of
11519         the glyph outline touch the x axis exactly.  This changes the
11520         glyph shape.
11521         Minor fixes for better overlap removal support.
11522         ("Numeral 4"): Make lefter corner `rounder'.
11523         ("Numeral 5"): Assure identical tangent directions for the
11524         intersection points of paths.  This improves the glyph shape at
11525         high magnifications.
11526         ("Numeral 7"): Use `solve' macro to make the upper right part of
11527         the glyph outline touch the metrics box exactly.  This changes the
11528         glyph shape.
11529         Avoid corner in the upper left part of the glyph (causing a minor
11530         shape change).
11531
11532         * mf/feta-ital-*.mf: Removed.  Unused.
11533
11534 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11535
11536         * VERSION (PATCH_LEVEL): release 2.5.11
11537
11538         * input/regression/fill-line-test.ly: new file.
11539
11540         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
11541         emmentaler name, eg. emmentaler-23. 
11542
11543 2005-02-04  Christian Hitz  <chhitz@gmx.net>
11544
11545         * scm/scm/define-markup-commands.scm (fill-line): rework for better
11546         alignment with centered texts
11547
11548         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
11549         list of paddings
11550
11551 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11552
11553         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
11554
11555         * lily/note-column.cc (translate_rests): call flush_extent_cache()
11556         of parents when translating rests. Fixes: c-chord-rest.ly 
11557
11558         * lily/include/dimension-cache.hh (struct Dimension_cache): add
11559         dimension_callback_ member.
11560
11561         * lily/grob.cc (flush_extent_cache): new function. Force recompute
11562         of extents.
11563
11564 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11565
11566         * all but lily/*: The grand 2004/2005 replace.
11567
11568 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11569
11570         * lily/*: add space after ,  
11571
11572         * scm/music-functions.scm (has-request-chord): don't use
11573         ly:music-name anywhere. Fixes <<\\>> notation. 
11574
11575         * scm/define-markup-commands.scm (box): use font-size for
11576         padding. Fixes boxed-rehearsal-marks.ly
11577
11578         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
11579         identifier definition too, so foo = \lyrics { ...   } bar = #1
11580         doesn't complain about "bar" being LYRICS_STRING.
11581
11582         * lily/paper-def.cc (find_pango_font): new routine; Store
11583         pango_fonts in hash tab too. This is necessary for retrieving
11584         Pango_fonts::physical_font_tab() later on.
11585  
11586         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
11587         crash if psname is null.
11588
11589         * lily/lily-guile.cc (ly_hash2alist): new function
11590
11591         * Documentation/user/changing-defaults.itely (Text encoding):
11592         rewrite. 
11593
11594         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
11595         -> font_filename mapping.
11596
11597         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
11598         ly_pango_font_physical_fonts
11599
11600         * scm/framework-ps.scm (supplies-or-needs): extract names from
11601         physical Pango_fonts.
11602
11603         * utf8.ly: new file.
11604
11605 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11606
11607         * Documentation/user/changing-defaults.itely (Page layout): add
11608         doco about systemSeparatorMarkup.
11609
11610         * scm/page-layout.scm (default-page-make-stencil): add-to-page
11611         function.
11612         (default-page-make-stencil): insert system separators.
11613
11614         * scm/define-markup-commands.scm (hcenter): add
11615         (beam): add.
11616
11617 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11618
11619         * scm/output-ps.scm (ez-ball): reinstate ez notation.
11620
11621 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11622
11623         * lily/main.cc: Spell backend consistently.  Sort options.
11624
11625 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11626
11627         * scripts/lilypond-book.py (Module): revert @include.
11628         
11629 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11630
11631         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
11632         Bugfix: @include .tex (not .texi).  Small cleanups.
11633
11634         * stepmake/bin/add-html-footer.py (i18n): New function.
11635
11636 2005-01-31  Werner Lemberg  <wl@gnu.org>
11637
11638         * mf/feta-nummer.mf: Removed.  Unused.
11639
11640 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11641
11642         * lily/ : 2004 -> 2005 s&r
11643
11644         * scm/file-cache.scm (cached-file-contents): add file. Read each
11645         file only once.
11646
11647         * scm/font.scm (add-pango-fonts): change order. Medium weight is
11648         now default.
11649
11650         * VERSION: release 2.5.10
11651         
11652         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
11653
11654         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
11655
11656         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
11657         that both X and Y extents of bbox are non-nil.
11658
11659 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11660
11661         * scm/chord-name.scm (alteration->text-accidental-markup): change
11662         - to . 
11663
11664         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
11665
11666         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
11667
11668         * Documentation/user/invoking.itely (Invoking lilypond): add note
11669         about EPS backend.
11670
11671         * scm/framework-eps.scm: new file: create per-system/per-page EPS
11672         files for inclusion in lilypond-book document.
11673
11674         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
11675
11676         * input/tutorial/lbook-texi-test.texi: new file.
11677
11678         * scm/safe-lily.scm (safe-objects): add
11679         {begin,end}-of-line-(in)?visible as safe.
11680  
11681 2005-01-30  Graham Percival  <gperlist@shaw.ca>
11682
11683         * Documentation/user/changing-defaults.itely: fixed example
11684         of (dynamics).
11685
11686 2005-01-29  Graham Percival  <gperlist@shaw.ca>
11687
11688         * lily/main.cc: fix info about -o=FILE.
11689
11690 2005-01-29  Werner Lemberg  <wl@gnu.org>
11691
11692         * mf/feta-toevallig.mf ("Natural"): Completely changed the
11693         construction to assure smooth transition from straight to curved
11694         lines.
11695
11696 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11697
11698         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
11699         stencils.
11700
11701         * ps/lilyponddefs.ps: add start-page, start-system doesn't
11702         translate to top of page. Fixes alignment problems of
11703         lilypond-generated EPS files.
11704
11705 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11706
11707         * scm/part-combiner.scm (analyse-spanner-states): trigger on
11708         crescendo-end as well, since Decrescendo maybe ended with Stop
11709         Crescendo.). Fixes: partcombine-diminuendo.ly
11710
11711         * scm/script.scm (default-script-alist): swap portato symbols.
11712
11713         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
11714
11715         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11716         ly:outputter-port. New function.
11717
11718         * scm/framework-ps.scm (output-classic-framework): dump a
11719         -systems.texi too
11720         (output-classic-framework): dump multiple systems on an "infinite"
11721         page EPS including fonts. 
11722
11723         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
11724         .eps files for both texi and tex formats. Use PNG coming from
11725         lilypond.
11726         
11727 2005-01-28  Graham Percival  <gperlist@shaw.ca>
11728
11729         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
11730
11731         * scripts/lilypond-latex.py: fix info about -o=FILE.
11732
11733 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11734
11735         * ly/generate-embedded-cff.ly: write .cff.ps files.
11736
11737         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
11738
11739         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11740         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
11741
11742 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11743
11744         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
11745
11746 2005-01-28  Werner Lemberg  <wl@gnu.org>
11747
11748         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
11749         macros.
11750         (draw_bulb): Improved.
11751
11752         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
11753         metapost bug.
11754         (draw_pedal_P): Use soft_end_penstroke.
11755         (draw_pedal_d): Use soft_start_penstroke.
11756
11757         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
11758         path.
11759         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
11760         doesn't change the glyph shape.
11761
11762         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
11763         changing the shape) to avoid fontforge warnings.
11764
11765         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
11766         soft_end_penstroke and fix glyph shape.
11767
11768 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11769
11770         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
11771
11772 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11773
11774         * scm/define-markup-commands.scm (line): filter out empty stencils
11775         from line command.
11776
11777         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
11778         amount.
11779
11780 2005-01-27  Graham Percival  <gperlist@shaw.ca>
11781
11782         * Documentation/user/notation.itely: added info about what
11783         \voiceFoo does.  Also rewrote warning about marks at
11784         a line break.
11785
11786         * Documentation/user/changing-defaults.itely: added info
11787         about putting dynamics in parenthesis and brackets.
11788
11789 2005-01-27  Werner Lemberg  <wl@gnu.org>
11790
11791         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
11792
11793 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11794
11795         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
11796         portato-direction.ly
11797
11798         * lily/beam.cc (consider_auto_knees): add beam height to
11799         threshold. Fixes: knee-multiple-beam.ly
11800
11801         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
11802         pedal line spanners. Fixes: instrument-center-pedal.ly
11803
11804         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
11805         if encountering barline. Fixes: auto-beam-repeat.ly
11806
11807 2005-01-26  Werner Lemberg  <wl@gnu.org>
11808
11809         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
11810         overlapping.
11811
11812         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
11813         with inflections for the 1/2 sharp glyph.
11814
11815         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
11816         connection between `t' and `r'.
11817         Unify bulb with the rest of `r' to avoid grazing outlines which
11818         confuses the overlap removal algorithm of fontforge.
11819
11820         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
11821         inflections.
11822         (draw_cross): Fix shape to have uniform thickness in corners.
11823
11824         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
11825         to avoid an uneven number of self-intersections; this confuses
11826         fontforge.
11827         Fix a slight bug in the shape at left bottom (which is visible only
11828         at high magnifications).
11829         `Center' the stem horizontally to avoid overlapping.
11830
11831 2005-01-24  Werner Lemberg  <wl@gnu.org>
11832
11833         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
11834         to `asis'.
11835         (fet_begingroup): Save group name in string `feta_group'.
11836         (fet_endgroup): Updated.
11837         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
11838
11839         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
11840
11841         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
11842         in metapost.
11843
11844 2005-01-24  Graham Percival  <gperlist@shaw.ca>
11845
11846         * Documentation/user/notation.itely: really minor editing.
11847
11848 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11849
11850         * Documentation/user/examples.itely: minor editing.
11851
11852         * Documentation/user/changing-defaults.itely: minor editing.
11853
11854         * Documentation/user/notation.itely: clarified info on polyphony
11855         and \addlyrics.
11856
11857 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11858
11859         * scm/output-gnome.scm: 
11860         * scm/output-svg.scm:
11861         * scm/lily-library.scm (font-name-style): Update font name
11862         kludging for fontconfig use.
11863
11864 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11865
11866         * scm/define-markup-commands.scm: Document right-align and
11867         larger markup commands. Remove "TODO" from the topmost comment
11868         "each markup function should have a doc string." More consistent
11869         use of new-lines.
11870
11871 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11872
11873         * Documentation/user/changing-defaults: removed info about
11874         copyright symbol, since it's likely to change soon.
11875         Added info about betweensystemspace.
11876
11877         * Documentation/user/notation.itely: minor fixes.
11878
11879         * Documentation/user/lilypond.tely,
11880         Documentation/user/music-glossary.tely: changed copyright
11881         date to 2005 instead of 2004.
11882
11883         * input/test/volta-chord-names.ly: added old example back.
11884
11885 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11886
11887         * mf/feta-beugel.mf: use design size 20 (not 15).
11888
11889         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11890         change name to aybabtu completely
11891
11892 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11893
11894         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11895         design_size to fontname
11896
11897 2005-01-19  Werner Lemberg  <wl@gnu.org>
11898
11899         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11900         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11901
11902         * mf/feta-autometric.mf (set_char_box): Add code which emits
11903         specials for mf2pt1 if run with metapost.
11904         (to_bp): New macro for mf2pt1.
11905
11906 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11907
11908         * Documentation/user/changing-defaults: added info on
11909         creating a copyright symbol.
11910
11911 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11912
11913         * VERSION: release 2.5.9
11914         
11915 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11916
11917         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11918
11919         * Documentation/user/notation.itely: Document
11920         score-override-auto-beam-setting Fix documentation for
11921         revert-auto-beam-setting.
11922
11923 2005-01-18  Werner Lemberg  <wl@gnu.org>
11924
11925         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11926         (procset): New function to define a procset resource.
11927         (ps-embed-pfa): New function to define a font resource.
11928         (setup): New function to define a `Setup' environment.
11929         (preamble): Use new functions.
11930
11931         * ps/lilypond.defs (init-lilypond-parameters): New function to
11932         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11933
11934 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11935
11936         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11937
11938 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11939
11940         * scm/define-markup-commands.scm: Change number->markletter-string
11941         to take two arguments (vector number). Add number->mark-alphabet-vector
11942         and markalphabet markup command.
11943
11944         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11945         format-mark-alphabet, format-mark-box-barnumbers and
11946         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11947
11948 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11949
11950         * Documentation/user/examples.itely: add SATB automatic piano
11951         reduction template.
11952
11953         * Documentation/user/notation.itely: added info about changing
11954         partcombine texts.  Also adds examples of alternate lyrics.
11955
11956         * Documentation/user/changing-defaults.itely: added warning
11957         about \RemoveEmptyStaffContext overriding previous changes.
11958
11959 2005-01-17  Werner Lemberg  <wl@gnu.org>
11960
11961         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11962         feta-alphabet*.
11963
11964 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11965
11966         * python/lilylib.py (make_ps_images): don't do final showpage for
11967         multi-page documents.
11968         
11969         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11970
11971 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11972
11973         * Documentation/user/lilypond.tely: changed order of appendices;
11974         unified index should be last.
11975
11976         * Documentation/user/notation.itely: add example of key signatures
11977         and info about Staff.printKeyCancellation.
11978
11979 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11980
11981         * lily/include/repeated-music.hh (class Repeated_music): change
11982         into "namespace" class.
11983
11984         * lily/event.cc: remove Key_change_event.
11985
11986         * lily/include/transposed-music.hh (class Transposed_music): remove.
11987
11988         * lily/transposed-music.cc: remove
11989
11990         * lily/include/relative-music.hh: remove.
11991
11992         * lily/include/music-sequence.hh (struct Music_sequence): change
11993         into "namespace" class.
11994
11995         * lily/untransposable-music.cc (Module): remove
11996
11997         * lily/include/un-relativable-music.hh (Module): remove
11998
11999         * lily/include/untransposable-music.hh (Module): remove
12000
12001         * lily/include/music-list.hh (Module): remove file
12002
12003         * lily/un-relativable-music.cc: remove file.
12004
12005 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12006
12007         * lily/parser.yy: Compile fix.
12008
12009 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12010
12011         * lily/include/music.hh (class Music): unvirtualize transpose().
12012
12013         * lily/sequential-music.cc: remove file.
12014
12015         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
12016
12017         * lily/slur-scoring.cc (get_best_curve): only switch on
12018         DEBUG_SLUR_SCORING for non NDEBUG builds.
12019
12020         * lily/include/music.hh (class Music): replace Music::start_mom()
12021         by start-callback property
12022
12023         * lily/include/grace-music.hh: remove file. 
12024
12025         * lily/stem.cc (height): robustness fix.
12026
12027         * lily/time-scaled-music.cc: remove file.
12028
12029         * lily/include/music.hh (class Music): include SCM init argument.
12030         (class Music): replace Music::get_length() virtual by
12031         length-callback property everywhere.
12032
12033         * scripts/convert-ly.py (conv): add  # to \property scalar value.
12034
12035         * mf/GNUmakefile: don't install *list.ly
12036
12037 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12038
12039         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
12040
12041 2005-01-12  Werner Lemberg  <wl@gnu.org>
12042
12043         This patch addresses the following problems in the feta sources
12044         files which contribute to the fetaXX fonts.
12045
12046         . Many fixes for rasterization at low resolutions (consistent use of
12047           `vround' and `hround', integer shift values for paths, applying
12048           `eps' for mirrored paths, use of `define_whole_pixels' and
12049           friends, etc.) -- while this probably looks like a waste of time
12050           it has revealed deficiencies in some glyph shapes.  See comment at
12051           the end of feta-params.mf how vertical symmetry is achieved.
12052
12053         . The `---' operator has been replaced everywhere with `--'; this
12054           both improves and considerably reduces the font size after
12055           conversion with mf2pt1.
12056
12057         These change aren't explicitly mentioned below since virtually all
12058         glyphs are affected.
12059
12060         Other notable differences:
12061
12062         . Glyphs from feta-accordion.mf now have charboxes around the
12063           outline.
12064
12065         . Fixed incorrect charbox for `accDot'.
12066
12067         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
12068
12069         . Fixed position of the bow in the `upprall' glyph and its siblings.
12070
12071         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
12072           dependent on the staff line thickness to avoid touching the middle
12073           staff line at smaller sizes.
12074
12075         . Largely extended output for feta-testXX: Where useful, glyphs
12076         are shown both between and on staff lines.
12077
12078
12079         * mf/feta-params.mf (staff_space_rounded,
12080         stafflinethickness_rounded, linethickness_rounded,
12081         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
12082         Update all code which uses them where appropriate.
12083         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
12084         New variables used to control rasterization at low resolutions.  Set
12085         to zero if feta code is processed with metapost.
12086
12087         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
12088         (draw_rounded_block, draw_square_block): Updated to use `--' only.
12089         (flare_path): Updated.
12090         Make it work with `filldraw' (but only circular pens).
12091         (hfloor, vfloor, hceiling, vceiling): New macros.
12092
12093         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
12094         Use `draw' again in mf mode to have good pixel dropout control.
12095         Fix intersection points of horizontal lines with circle.
12096         ("accDot"): Fix parameters for set_char_box.
12097         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
12098         control.
12099
12100         * mf/feta-banier.mf: Updated.
12101
12102         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
12103         testing.
12104         (undraw_inside_ellipse): Remove `center' argument.  Update all
12105         callers.
12106         (draw_brevis): New macro, called by "Brevis notehead".
12107         (draw_whole_triangle_head): New macro, called by "Whole
12108         trianglehead".
12109         (draw_small_triangle_head): Use `filldraw'.
12110
12111         * mf/feta-eindelijk.mf: Remove useless global group.
12112         Updated.
12113
12114         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
12115         `filldraw'.
12116
12117         * mf/feta-pendaal.mf: Updated.
12118
12119         * mf/feta-puntje.mf: Updated.
12120
12121         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
12122         less points.
12123         ("Flageolet"): Use `draw' again in mf mode to have good pixel
12124         dropout control.
12125         ("Varied Coda"): Use `draw_block'.
12126         (draw_comma): Fix typo.
12127         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
12128         pixel dropout control.
12129
12130         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
12131         position of bow.
12132
12133         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
12134         sizes.
12135
12136         * mf/feta-toevallig.mf (remember_pic): New variable, used for
12137         testing.
12138         (draw_meta_sharp): Much simplified.
12139         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
12140
12141         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
12142
12143 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12144
12145         * Documentation/user/notation.itely (Ancient rests): Fix typo
12146         (thanks Anthony)
12147
12148 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12149
12150         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
12151
12152         * lily/main.cc (setup_paths): Add cff.
12153
12154         * mf/GNUmakefile (foe): Include actual target %.cff.
12155         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
12156
12157 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12158
12159         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
12160         suffix for main_input_b_.
12161
12162         * scm/music-functions.scm (toplevel-music-functions):
12163         precompute music lengths for music expressions.  
12164
12165 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12166
12167         * lily/include/input.hh (class Input): new `end_' slot for end of
12168         input. Renamed defined_str0_ to start_.
12169
12170         * lily/input.cc (Input): Add Input::Input (Input const &) and
12171         remove Input::Input (Source_file*, char const *). Use the new
12172         slots.
12173         (set_location): method used by bison to propagate input
12174         locations (YYLLOC_DEFAULT).
12175         (end_line_number, end_column_number, step_forward): new methods
12176         
12177         * lily/input-scheme.cc (ly:input-both-locations): new function,
12178         similar to ly:input-location, but also return the end line and
12179         column.
12180
12181         * lily/include/includable-lexer.hh: 
12182         * lily/includable-lexer.cc: 
12183         * lily/include/lily-lexer.hh (class Lily_lexer): 
12184         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
12185         Includable_lexer to Lily_lexer, in order to update lexloc (the
12186         yylloc), a new slot of Lily_lexer.
12187         (here_input, LexerError): simplify by using the lexloc slot (aka
12188         yylloc)
12189
12190         * lily/lexer.ll: #define yylloc to use input locations (it may
12191         be useless here?). Fixed the #embedded_scm rule (step the location
12192         forward in order to skip the sharp sign before parsing the scheme
12193         expression)
12194
12195         * lily/include/lily-parser.hh (class Lily_parser): 
12196         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
12197         here_input()
12198         (parser_error): overload for more precise locations of errors.
12199
12200         * lily/parser.yy (YYLTYPE): set location type to Input
12201         (YYLLOC_DEFAULT): use Input::set_location()
12202         (yylex): add the YYLTYPE* location parameter.
12203         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
12204         Give an Input parameter to THIS->parser-error() for more accurate
12205         messages.
12206
12207 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12208
12209         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
12210
12211         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
12212         on BEAMQUANTING for non-NDEBUG builds.
12213
12214         * lily/stem.cc (head_count): performance: avoid String::String()
12215         inside oft called function.
12216
12217 2005-01-09  Graham Percival  <gperlist@shaw.ca>
12218
12219         * Documentation/user/examles.itely: attempted fix for broken
12220         string quartet template.
12221
12222         * Documentation/user/notation.itely: remove unnecessary broken
12223         link.
12224
12225 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12226
12227         * VERSION (PACKAGE_NAME): release 2.5.7
12228
12229 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12230
12231         * config.make.in (METAFONT): Append -progname=mf, fixes use with
12232         mf-nowin for teTeX-3.0.  Backportme.
12233
12234         * scm/output-svg.scm (utf8-string): New function.
12235
12236         * scm/output-gnome.scm (utf8-string): New function.
12237         (otf-name-mangling): Remove.
12238
12239         * lily/pango-font.cc (Pango_font): Use font string iso font
12240         filename for utf8-text.
12241
12242         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
12243         name.
12244
12245 2005-01-08  Graham Percival  <gperlist@shaw.ca>
12246
12247         * Documentation/user/notation.itely: add info about
12248         Staff.extraNatural = ##f in Pitches section.  Also
12249         fixed some minor issues in the Vocal music section.
12250
12251 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12252
12253         * scm/output-ps.scm (white-text): comment out Helvetica font,
12254         which is broken for my GS install.
12255
12256         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
12257         which provides a tighter bbox.
12258
12259         * scm/define-grobs.scm (all-grob-descriptions): remove all
12260         extra-offsets from definitions.
12261
12262 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
12263
12264         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
12265         add tuning for 4-string bass and some common 4/5-string banjo
12266         tunings.  New function (four-string-banjo) turns a 5-string tuning
12267         into a 4-string tuning.  New function
12268         (fret-number-tablature-format-banjo) computes correct fret numbers
12269         on 5-string banjos.
12270
12271         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
12272         Add beam correction to TabVoice.
12273
12274         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
12275         using bold font; makes tabs more readable.
12276
12277 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12278
12279         * lily/font-select.cc (get_font_by_design_size): don't make
12280         Modified_font_metric; this causes trouble, since we don't know the
12281         font magnification from inside Pango_font::text_stencil()
12282
12283         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
12284
12285         * Documentation/user/notation.itely (The Lyrics context): comment out
12286         broken {Small ensembles} link.
12287
12288         * scm/framework-svg.scm (output-framework): change calling convention.
12289
12290         * lily/object-key-dumper-scheme.cc: new file.
12291
12292         * lily/object-key-undumper-scheme.cc: new file.
12293
12294         * lily/tweak-registration-scheme.cc: new file.
12295
12296         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
12297
12298         * Documentation/user/examples.itely (String quartet): uncomment
12299         broken example.
12300
12301         * lily/font-config.cc: new file.
12302
12303 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12304
12305         * scm/output-svg.scm: 
12306         * scm/output-gnome.scm: s/bigcheese/emmentaler.
12307
12308         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
12309
12310 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12311
12312         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
12313         Add headers.
12314
12315         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
12316
12317 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12318
12319         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
12320
12321         * lily/include/main.hh: lose _b hungarian suffixes for global
12322         variables.
12323
12324         * lily/include/lily-guile-macros.hh: new file.
12325
12326         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
12327
12328         * lily/general-scheme.cc: new file. 
12329
12330         * lily/font-select.cc (get_font_by_design_size): retrieve
12331         PangoFont for (designsize . "pango-descr") entries.
12332
12333         * lily/lily-parser-scheme.cc: new file.
12334
12335         * lily/output-def-scheme.cc: new file.
12336
12337         * lily/paper-book-scheme.cc: new file.
12338
12339         * lily/duration-scheme.cc (LY_DEFINE): new file.
12340
12341         * lily/pitch-scheme.cc:  new file.
12342
12343         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
12344
12345 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12346
12347         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
12348
12349 2005-01-06  Graham Percival  <gperlist@shaw.ca>
12350
12351         * Documentation/user/notation.itely: minor editing.
12352
12353         * Documentation/user/changing-defaults: minor editing.
12354
12355         * Documentation/user/examples.itely: add template for
12356         string quartet part extraction; demonstrates tag.
12357
12358 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
12359
12360         * Documentation/user/notation.itely: documents
12361         format-mark-box-letters and format-mark-box-numbers
12362
12363         * scm/define-context-properties.scm: change comment.
12364
12365 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12366
12367         * scm/framework-ps.scm (output-classic-framework): new function:
12368         dump systems as separate .eps files (without fonts) and write a
12369         single collecting .tex file.
12370
12371 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12372
12373         * Documentation/user/notation.itely (Setting simple songs):
12374         Correct several errors in the equivalent formulation of
12375         \addlyrics. 
12376         (The Lyrics context): Corrected link to the SATB example.
12377
12378 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12379
12380         * scm/lily.scm (completize-formats): new function
12381         (postprocess-output): new function
12382
12383         * lily/paper-book.cc (classic_output): change calling
12384         convention. Give basename as first argument. 
12385         remove Paper_book::post_processing().
12386
12387         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
12388
12389 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12390
12391         * lily/paper-outputter.cc (LY_DEFINE): new function
12392         ly:outputter-close.
12393
12394         * lily/main.cc: change --format,-f to --backend,-b
12395
12396         * lily/include/main.hh: rename format to backend.
12397
12398         * scm/translation-functions.scm (format-mark-box-numbers): add.
12399         patch by Erlend Aasland
12400
12401 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12402
12403         * lily/pango-font.cc (text_stencil): dump string as
12404         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
12405
12406 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12407
12408         * configure.in (gui_b): Remove handy developer-only
12409         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
12410         CVS source installations (but break other non-default but correct
12411         PKG_CONFIG_PATH setups), as this is no longer developer-only.
12412
12413         * SConstruct: 
12414         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
12415         compatibility (backportme).
12416
12417         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
12418
12419 2005-01-03  Werner Lemberg  <wl@gnu.org>
12420
12421         Prepare glyph shapes for mf2pt1 conversion.
12422
12423         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
12424         (accDiscant, accFreebase, accStdbase): Replace `draw' with
12425         `penstroke'.
12426         (accDot): Use `drawdot'.
12427         (accBayanbase): Replace `draw' with `draw_gridline'.
12428         (print_penpos): Moved to feta-macros.mf.
12429         (accOldEE): Replace `filldraw' with `penstroke'.
12430         Replace `draw' with `penstroke' and `drawdot'.
12431
12432         * mf/feta-banier.mf: Code clean-up.
12433         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
12434         `fill'.
12435
12436         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
12437
12438         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
12439         paremeter to control drawing of labels.  Update all callers.
12440
12441         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
12442         (new_bulb): Return a bulb as a single path.  To do that, it now
12443         takes some more parameters.  Updated all callers.
12444         (draw_gclef): Major clean-up.  `draw' has been replaced with
12445         `penstroke', unnecessary outlines have been removed.
12446         Remove (unused) gnome-canvas code.
12447
12448         * mf/feta-macros.mf (print_penpos): New macro (from
12449         feta-accordion.mf).
12450         Other minor fixes.
12451
12452         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
12453         ("Pedal dot"): Use `drawdot'.
12454         (draw_pedal_P): Add parameter to control drawing of labels.  Update
12455         all callers.
12456         Fix shape at top.
12457         (draw_pedal_e): Add parameter to control drawing of labels.  Update
12458         all callers.
12459         (draw_pedal_d): Add parameter to control drawing of labels.  Update
12460         all callers.
12461         Revert drawing direction.
12462
12463         * mf/feta-schrift.mf (draw_fermata): Use single path.
12464         (draw_short_fermata): Replace `filldraw' with `fill'.
12465         (draw_long_fermata, draw_very_long_fermata): Replace calls to
12466         `draw_rounded_block' with a single path.
12467         ("Thumb"): Draw full circle instead of mirroring segments.
12468         (draw_accent): New macro.
12469         ("> accent", "espr"): Use it.
12470         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
12471         ("open (unstopped)"): Draw full circle instead of mirroring
12472         segments.
12473         (draw_vee): Removed.
12474         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
12475         ("Downbow"): Replace calls to `draw_rounded_block' with a single
12476         path.
12477         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
12478         partial pieces drawn with `fill' -- these do still overlap with the
12479         stem of the `t' but just once, not multiple times so that fontforge
12480         can handle it gracefully.
12481         Change other parts of the glyph so that fontforge's overlapping
12482         algorithm reliably works.
12483         (draw_heel): Replace `draw' with `fill'.
12484         (draw_toe): Use `draw_accent' instead of `draw_vee'.
12485         ("Flageolet"): Replace `draw' with `penstroke'.
12486         ("Segno"): Replace `filldraw' with `penstroke'.
12487         Replace `draw' with `drawdot'.
12488         ("Coda"): Replace `fill' with `penstroke', using a single path.
12489         ("Varied Coda"): Use less overlapping paths.
12490         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
12491         single path.
12492
12493         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
12494         group to better control the `labels' command.
12495         Rename argument to `offset' and use it actually.  Update all
12496         callers.
12497         Replace `filldraw' with `fill'.
12498         ("mordent", "prallmordent", "upmordent", "downmordent",
12499         "lineprall"): Replace `draw' with `draw_gridline'.
12500         ("upprall", "downprall"): Replace `draw' with `fill'.
12501
12502         * mf/feta-timesig.mf: Formatting.
12503
12504         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
12505         to...
12506         ("Flat"): Here.
12507         (draw_paren): Move code to draw labels to...
12508         ("Right Parenthesis"): Here.
12509
12510 2005-01-02  Graham Percival <gperlist@shaw.ca>
12511
12512         * Documentation/user/notation.itely: add example of \setTextDecresc
12513         and \setTextDim.
12514
12515 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
12516
12517         * scm/define-markup-commands.scm :  fix glyph-strings of
12518         accidentals and \note-by-number
12519
12520 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12521
12522         * VERSION: 2.5.6 released.
12523         
12524         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
12525
12526         * input/regression/new-markup-scheme.ly: oops. font-family=music
12527         -> font-encoding fetaMusic.  
12528
12529         * lily/main.cc: put default to PS.
12530
12531         * lily/tfm.cc: idem.
12532
12533         * lily/afm.cc: idem.
12534
12535         * lily/include/modified-font-metric.hh (struct
12536         Modified_font_metric): remove coding_scheme() method.
12537
12538         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
12539
12540         * scripts/convert-ly.py (conv): crash on encountering \encoding.
12541
12542         * input/les-nereides.ly: convert to utf8
12543
12544         * lily/modified-font-metric.cc (text_dimension): idem.
12545
12546         * lily/parser.yy (TODO): idem.
12547
12548         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
12549
12550         * lily/lexer.ll: remove encoding
12551
12552         * scm/framework-ps.scm (output-variables): separately scale the
12553         page to mm 
12554
12555         * lily/pango-font.cc (Pango_font): fix scaling.
12556
12557         * lily/font-metric.cc (design_size): design_size returns a
12558         dimension now as well.
12559
12560 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12561
12562         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
12563         brace generation. 
12564
12565         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
12566
12567 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12568
12569         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
12570         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
12571
12572 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12573
12574         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
12575         in first run as well.
12576
12577         * scm/paper.scm (layout-set-staff-size): use text-font-size in
12578         dimension less points (ie. 12 = 12 point)
12579
12580         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
12581
12582         * lily/all-font-metrics.cc (find_pango_font): set description_
12583
12584         * lily/pango-font.cc (text_stencil): export size as well.
12585         (text_stencil): fix scaling and extents box.
12586
12587 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12588
12589         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
12590
12591         * Documentation/user/invoking.itely (Invoking lilypond): document
12592         texstr
12593
12594         * scripts/convert-ly.py (conv): add ancient rules.
12595
12596         * scm/clef.scm (c0-pitch-alist): replace - with .
12597
12598         * scripts/lilypond-book.py (process_snippets): add texstr support.
12599
12600         * scm/framework-texstr.scm (header): change extension to .textmetrics
12601
12602         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
12603         -f tex.
12604
12605         * lily/text-metrics.cc: new file.
12606         (try_load_text_metrics): new function
12607
12608         * lily/include/text-metrics.hh: new file.
12609
12610 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12611
12612         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
12613         ly_scheme_function to ly_lily_module_constant.
12614
12615         * lily/modified-font-metric.cc (text_dimension): try
12616         lookup_tex_text_dimension() first.
12617
12618         * lily/tfm.cc: new function ly:load-text-dimensions
12619
12620 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12621
12622         * scm/output-texstr.scm (text): use \lilygetmetrics
12623
12624         * scm/framework-texstr.scm (header): dump in new format.
12625
12626         * tex/lilypond-tex-metrics: new file.
12627         
12628 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12629
12630         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
12631         mapping.
12632         (index_to_charcode): New method.
12633
12634         * scm/output-ps.scm (glyph-string): 
12635         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
12636
12637 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12638
12639         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
12640         implement fully, need FONT to get to charcode.
12641
12642         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
12643
12644         * scm: Cleanups.
12645
12646         * Documentation/user/changing-defaults.itely: Fix internalsrefs
12647         {Tunable context properties},
12648         {All layout objects},
12649         {Music definitions}.
12650
12651 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12652
12653         * VERSION: release 2.5.5
12654         
12655         * lily/main.cc: use TeX as default output format.
12656
12657         * flower/file-path.cc (find): try to open directly as well, so we
12658         find absolute path files. 
12659
12660         * lily/pango-select.cc: new file.
12661
12662         * scm/framework-ps.scm: remove all encoding code. 
12663         load pfb/pfa for PangoFont too.
12664         
12665         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
12666
12667 2004-12-22  Werner Lemberg  <wl@gnu.org>
12668
12669         Prepare glyph shapes for mf2pt1 conversion.
12670
12671         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
12672
12673         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
12674         (define_triangle_shape): Use it to replace `draw' with `fill' and
12675         `unfill'.  Update all callers.
12676         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
12677         (draw_cross): Ditto.
12678         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
12679         Use penrazor for better conversion with mf2pt1.
12680         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
12681         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
12682         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
12683         draw_la_head, draw_ti_head): Replace `filldraw' with
12684         `fill'.  Update all callers.
12685
12686 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12687
12688         * lily/paper-book.cc (output): revert: only allow a single output
12689         format.
12690
12691         * lily/include/pango-font.hh: new file.
12692
12693         * lily/pango-font.cc: new file.
12694
12695         * lily/font-metric.cc (text_stencil): new routine
12696
12697         * lily/all-font-metrics.cc (find_pango_font): new routine.
12698
12699         * lily/include/font-metric.hh (struct Font_metric): add
12700         text_stencil()
12701
12702         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
12703
12704 2004-12-22  Werner Lemberg  <wl@gnu.org>
12705
12706         Prepare glyph shapes for mf2pt1 conversion.
12707
12708         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
12709
12710         * mf/feta-toevallig.mf: Formatting.
12711         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
12712         ("Natural"): Fix paths to allow better postprocessing.
12713         (draw_meta_flat): Use `z3l' as additional point in path to get
12714         better conversion with mf2pt1.
12715         Other minor cleanups.
12716         ("3/4 Flat"): Add auxiliary points and modify path to replace
12717         `draw' with `fill'.
12718         ("Double Sharp"): Mirror path segments instead of picture elements
12719         to get a single outline.
12720         Modify path to replace `filldraw' with `fill'.
12721
12722 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12723
12724         * input/test/unfold-all-repeats.ly: added file back.
12725
12726         * Documentation/user/notation.itely,
12727         Documentation/user/programming-interface.itely
12728         Documentation/user/changing-defaults.itely: fixed misc broken
12729         links to input/test/ files.
12730
12731 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12732
12733         * tex/texinfo.tex: Update.  We should not be distributing this,
12734         but since we do, use latest version.
12735
12736         * Documentation/user/macros.itexi: Comment-out \fetaflat,
12737         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
12738         macros for feta glyphs.
12739
12740 2004-12-22  Graham Percival  <gperlist@shaw.ca>
12741
12742         * Documentation/user/changing-defaults.itely: fix index for set.
12743
12744         * Documentation/user/converters.itely: added convert-ly bugs list
12745         from CVS.
12746
12747 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12748
12749         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
12750         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
12751         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
12752         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
12753
12754         * mf/GNUmakefile (pfa_warning): Use less broken check.
12755
12756         * python/lilylib.py (setup_environment): Remove cruft from
12757         GS_FONTPATH.
12758
12759         * configure.in: Bump mftrace requirement to 1.1.1.
12760
12761 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12762
12763         * scm/output-svg.scm (beam): Use polygon.
12764
12765         * scm/lily-library.scm: Bugfix.
12766
12767         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
12768
12769         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
12770
12771 2004-12-19  Werner Lemberg  <wl@gnu.org>
12772
12773         Prepare glyph shapes for mf2pt1 conversion.
12774
12775         * mf/feta-eindelijk: Some formatting.
12776         (multi_rest_x, multi_beam_height): Removed.  Unused.
12777         ("Quarter rest"): Use `intersectiontimes' to create a single
12778         outline.
12779         (rest_crook): Removed.  Unused.
12780         (draw_rest_bulb): Return path (without filling).  Update callers.
12781         Simplified.
12782         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
12783         "128th rest"): Simplify `pat'.
12784         Create single outline.
12785
12786 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12787
12788         * mf/GNUmakefile (ALL_GEN_FILES):
12789         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
12790
12791         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
12792         function.
12793
12794 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12795
12796         * scm/output-texstr.scm (placebox): add routine
12797
12798         * VERSION (PACKAGE_NAME): release 2.5.4
12799
12800         * scm/framework-texstr.scm (output-framework): new file.  
12801
12802         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
12803         processing.
12804
12805         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
12806
12807         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
12808         rule.
12809
12810         * configure.in (gui_b): bump mftrace requirement to 1.1.0
12811
12812         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
12813
12814         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
12815
12816 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12817
12818         * scm/framework-svg.scm (dump-page): Implement landscape.
12819
12820 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12821
12822         * lily/main.cc (setup_paths): Add svg to search path.
12823
12824         * scm/output-svg.scm:
12825         * scm/framework-svg.scm: Add pageSet.  Update.
12826         (dump-fonts): New function.
12827         (output-framework): Use it.
12828
12829         * mf/GNUmakefile: 
12830         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
12831
12832 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12833
12834         * tex/lilyponddefs.tex: comment out new ifpdf code.
12835
12836 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12837
12838         * GNUmakefile.in: 
12839         * SConstruct (symlink): Replace afm by otf.
12840
12841         * scm/framework-gnome.scm (gnome-main): Remove invocation of
12842         ly:pango-add-afm-decoder.
12843
12844         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
12845
12846 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12847
12848         * scm/output-ps.scm (new-text): don't access t glyph for getting
12849         space dimension.
12850
12851         * ly/init.ly: warn about \version
12852
12853         * lily/lexer.ll: set version-seen?
12854
12855 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12856
12857         * scm/output-svg.scm (string->entities): Update.
12858
12859 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12860
12861         * lily/main.cc (setup_paths): replace afm by otf for path. 
12862
12863         * lily/pangofc-afm-decoder.cc: remove.
12864
12865         * lily/include/pangofc-afm-decoder.hh: remove.
12866
12867         * scm/framework-scm.scm (output-framework): new file.
12868
12869         * mf/GNUmakefile: remove SAUTER_FONTS.
12870         remove SVG/sodipodi hacks.
12871
12872         * scm/lily-library.scm (stderr): move stderr.
12873
12874         * mf/GNUmakefile: remove AFM support.
12875
12876         * buildscripts/mf-to-table.py (base): remove AFM support.
12877
12878         * lily/open-type-font.cc (design_size): use design_size
12879
12880 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12881
12882         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12883
12884 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12885
12886         * mf/GNUmakefile: Generate combined aybabtu info.
12887         * mf/aybabtu.pe.in (i): Load it.
12888
12889         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12890         are not symbols.
12891
12892         * lily/include/open-type-font.hh (count): New method.
12893
12894         * mf/aybabtu.pe.in: Typo.
12895
12896         * Documentation/user/out/lilypond-internals.nexi (Scheme
12897         functions): Typo.
12898
12899         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12900
12901 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12902
12903         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12904         subfonts.
12905
12906         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12907
12908         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12909         (tex-font-command-raw): new function.
12910
12911         * lily/include/virtual-font-metric.hh (Module): remove file
12912
12913         * lily/virtual-font-metric.cc (Module): remove file.
12914         
12915
12916         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12917         (get_indexed_char): read bbox from lily table if present.
12918
12919 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12920
12921         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12922         aybabtu.subfonts
12923
12924         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12925         global glyphname. Enables more than 64 glyphs in the OTF.
12926
12927 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12928
12929         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12930         braces.
12931
12932         * lily/open-type-font.cc (design_size): Use 12 as default for
12933         design size.
12934
12935         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12936
12937         * mf/GNUmakefile: Generate aybabtu.
12938
12939         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12940
12941 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12942
12943         * scm/lily-library.scm (char->unicode-index): Remove.
12944
12945         * scm/output-gnome.scm (text): Bugfix for plain string input.
12946         Updates.
12947
12948         * scm/output-svg.scm (svg-font): Add weight to font selection.
12949
12950 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12951
12952         * Documentation/topdocs/INSTALL.texi (Top): Point to
12953         buildscripts/out/clean-fonts instead of
12954         buildscripts/clean-fonts.sh. 
12955
12956 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12957
12958         * input/regression/figured-bass.ly: attempt to clarify text.
12959
12960         * Documentation/user/notation.tely: add cindex for tag, attempt to
12961         add figured bass example.
12962
12963         * Documentation/user/changing-defaults: basic editing.
12964
12965 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12966
12967         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12968
12969         * lily/open-type-font.cc (LY_DEFINE): new function
12970         ly:font-sub-fonts
12971
12972         * lily/include/font-metric.hh (struct Font_metric): new method
12973         sub_fonts()
12974
12975         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12976         . with - in add.stem.
12977         
12978 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12979
12980         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12981         and fetaDynamic.
12982
12983         * lily/rest.cc (glyph_name): Change - to . .
12984
12985         * scm/output-gnome.scm (text): Hello world, again.
12986
12987         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12988
12989         * lily/modified-font-metric.cc (index_to_charcode): New method.
12990
12991         * lily/include/font-metric.hh (index_to_charcode): New function.
12992
12993         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12994         new function.
12995         (ly:font-glyph-to-index): Remove.
12996
12997 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12998
12999         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
13000
13001         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
13002
13003         * lily/open-type-font.cc (load_scheme_table): new function
13004
13005         * lily/dots.cc (print): replace - 
13006
13007         * lily/open-type-font.cc (attachment_point): new function.
13008         (load_table): read LILC table
13009
13010         * buildscripts/gen-bigcheese-scripts.py (Module): new
13011         file. Generate FF scripts.
13012
13013         * mf/feta-din10.mf: idem.
13014
13015         * mf/feta-nummer10.mf: remove mf files.
13016
13017         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
13018
13019 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13020
13021         * lily/lily-guile.cc: Use scm_from_locale_stringn.
13022
13023         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
13024         compatibility.
13025
13026 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13027
13028         * lily/open-type-font.cc (get_indexed_char): scale metrics by
13029         design-size and units_per_EM.
13030
13031         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
13032
13033 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13034
13035         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
13036         does not crash fontforge.
13037
13038         * scm/lily-library.scm (char->unicode-index): Hack to map onto
13039         PUA.
13040
13041 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13042
13043         * scm/framework-ps.scm (ps-embed-cff): new function.
13044
13045         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
13046
13047 2004-12-12  Werner Lemberg  <wl@gnu.org>
13048
13049         * mf/bigcheese.pe.in: Add PUA mapping.
13050         Don't create Type 42 but bare CFF font.
13051
13052 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13053
13054         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
13055         within canvas boundaries.
13056
13057         * mf/merge.pe.in: Set font names, version, license GPL.
13058
13059         * make/substitute.make: Add FONTFORGE.
13060
13061         * config.make.in (FONTFORGE): Add.
13062
13063         * configure.in (gui_b): Use PATH_PROG for fontforge.
13064
13065 2004-12-11  Graham Percival  <gperlist@shaw.ca>
13066
13067         * scm/define-markup-commands.scm: add baseline-skip to info
13068         about \column.
13069
13070 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13071
13072         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
13073
13074         * scm/output-gnome.scm (named-glyph): Use it.
13075
13076         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
13077
13078         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
13079         (upper_string, lower_string, reverse_string): Remove.
13080
13081         * configure.in (fontforge): Reinstate version check.
13082
13083         * ly/engraver-init.ly: Fix clef glyph names.
13084
13085         * lily/time-signature.cc (special_time_signature): Fix fraction
13086         glyph names.
13087
13088 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13089
13090         * mf/merge.pe: new file.
13091
13092         * lily/freetype.cc: new file.
13093
13094         * lily/include/open-type-font.hh (class Open_type_font): new file.
13095
13096         * lily/include/freetype.hh: new file.
13097
13098         * lily/open-type-font.cc: new file.
13099
13100         * lily/all-font-metrics.cc (find_otf): new function.
13101
13102 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13103
13104         * lily/time-signature.cc (special_time_signature): Fix.
13105
13106         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
13107         GTK2 before checking for pango.  Fixes -fgnome.
13108
13109         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
13110         Scheme name.
13111
13112         * scm/define-markup-commands.scm:
13113         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
13114
13115         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
13116
13117         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
13118         date versions.  Fixes configure.
13119         (STEPMAKE_CHECK_VERSION): Support optional actual program version
13120         argument.
13121
13122 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13123
13124         * buildscripts/mf-to-table.py (write_ps_encoding): write real
13125         names in .enc
13126
13127         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
13128
13129 2004-12-09  Graham Percival  <gperlist@shaw.ca>
13130
13131         * Documentation/user/changing-defaults.itely: add info about
13132         make-dynamic-script
13133
13134         * Documentation/user/notation.itely: add link in dynamics to
13135         section about make-dynamic-script.
13136
13137 2004-12-09  Christian hitz  <chhitz@gmx.net>
13138
13139         * lily/lily-guile.cc: change MACOS_X to __APPLE__
13140
13141 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13142
13143         * buildscripts/mf-to-table.py (parse_logfile): use . for
13144         concatting name and group.
13145         (parse_logfile): use M for Minus (negative.)
13146
13147         * lily/include/type-swallow-translator.hh
13148         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
13149
13150         * lily/*.cc: cosmetics around = sign.
13151
13152         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
13153         lyric spacing on the penultimate column.
13154
13155 2004-12-05  Christian Hitz  <chhitz@gmx.net>
13156
13157         * configure.in:
13158         * lily/accidental-placement.cc:
13159         * lily/bar-line.cc:
13160         * lily/beam-concave.cc:
13161         * lily/beam-quanting.cc:
13162         * lily/beam.cc:
13163         * lily/bezier-bow.cc:
13164         * lily/bezier.cc:
13165         * lily/break-align-interface.cc:
13166         * lily/custos.cc:
13167         * lily/dimension-cache.cc:
13168         * lily/dot-column.cc:
13169         * lily/font-metric.cc:
13170         * lily/font-select.cc:
13171         * lily/gourlay-breaking.cc:
13172         * lily/grob-property.cc:
13173         * lily/grob.cc:
13174         * lily/lily-guile.cc:
13175         * lily/line-spanner.cc:
13176         * lily/lookup.cc:
13177         * lily/lyric-extender.cc:
13178         * lily/lyric-hyphen.cc:
13179         * lily/mensural-ligature.cc:
13180         * lily/midi-def.cc:
13181         * lily/misc.cc:
13182         * lily/note-collision.cc:
13183         * lily/note-column.cc:
13184         * lily/note-head.cc:
13185         * lily/paper-outputter.cc:
13186         * lily/percent-repeat-item.cc:
13187         * lily/rest-collision.cc:
13188         * lily/side-position-interface.cc:
13189         * lily/simple-spacer.cc:
13190         * lily/slur-configuration.cc:
13191         * lily/slur-scoring.cc:
13192         * lily/slur.cc:
13193         * lily/spaceable-grob.cc:
13194         * lily/spacing-spanner.cc:
13195         * lily/spanner.cc:
13196         * lily/staff-symbol-referencer.cc:
13197         * lily/stem.cc:
13198         * lily/stencil.cc:
13199         * lily/system-start-delimiter.cc:
13200         * lily/system.cc:
13201         * lily/text-item.cc:
13202         * lily/tie.cc:
13203         * lily/tuplet-bracket.cc:
13204         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
13205         <cmath> beacause isinf/isnan is undefined in <cmath>
13206
13207 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13208
13209         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
13210
13211 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13212
13213         * VERSION: release 2.5.3
13214         
13215 2004-11-29  Arno Waschk <arno@arnowaschk.de>
13216
13217         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
13218
13219 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13220
13221         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
13222
13223         * lily/note-head.cc (internal_print): always try the "s" head if
13224         u/d not found.
13225
13226         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
13227
13228 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13229
13230         * mf/parmesan-heads.mf (overdone_heads): typos.
13231
13232 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13233
13234         * lily/parser.yy (markup): in markups, { .. } without command
13235         before are also flattened, ie \line must be explicitely used.
13236
13237         * Documentation/user/changing-defaults.itely:
13238         * Documentation/user/notation.itely: 
13239         * input/wilhelmus.ly: 
13240         * input/regression/instrument-name-markup.ly: 
13241         * input/regression/markup-score.ly: 
13242         * input/regression/new-markup-scheme.ly: 
13243         * input/regression/new-markup-syntax.ly: 
13244         * input/test/coriolan-margin.ly: use \line in markups where
13245         appropriate
13246         
13247 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13248
13249         * scm/new-markup.scm (map-markup-command-list): helper function
13250         used in parser.yy to map markup commands on a markup list.
13251
13252         * lily/parser.yy: get rid off < > in markups by treating { } as
13253         real lists.
13254
13255         * lily/lexer.ll: remove < > from markup lexer mode.
13256
13257         * scripts/convert-ly.py (conv): add rule for converting 
13258         \markup < > to \markup { }
13259
13260         * ly/titling-init.ly: 
13261         * input/test/coriolan-margin.ly: 
13262         * input/regression/new-markup-syntax.ly: 
13263         * input/regression/new-markup-scheme.ly: 
13264         * input/regression/multi-measure-rest-text.ly: 
13265         * input/regression/markup-stack.ly: 
13266         * input/regression/markup-score.ly: 
13267         * input/regression/instrument-name-markup.ly: 
13268         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
13269         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
13270         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
13271         * input/wilhelmus.ly: 
13272         * Documentation/user/notation.itely: 
13273         * Documentation/user/music-glossary.tely: 
13274         * Documentation/user/changing-defaults.itely: change < > to { } in
13275         markups
13276
13277 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13278
13279         * lily/accidental-placement.cc (position_accidentals): shortcut if
13280         no accidentals to place.
13281
13282 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13283
13284         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
13285         typo s/ly:dimension ?/ly:dimension?/
13286
13287         * input/regression/lily-in-scheme.ly: 
13288         * input/regression/music-function.ly: 
13289         * ly/spanners-init.ly (assertBeamSlope): 
13290         * scm/music-functions.scm (def-grace-function): add the paper
13291         argument to music function definitions.
13292
13293 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13294
13295         * lily/moment.cc (LY_DEFINE):
13296         ly:moment-main-{denominator,numberator}, new function.
13297
13298         * lily/score-engraver.cc (typeset_all): assign to column on basis
13299         of axis-group-parent-X setting.
13300
13301         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
13302         add_element() on basis of axis-group-parent-Y setting.
13303
13304         * lily/grob.cc: add axis-group-parent-{XY} properties.
13305
13306         * input/regression/spacing-stick-out.ly: new file.
13307
13308         * lily/simple-spacer.cc (add_columns): use binary search for
13309         setting column rods. Changes O(n^2) to O(n log(n)) for
13310         constructing spacing problem from columns.
13311         (add_columns): read allow-outside-line to make sure no texts stick
13312         out.
13313         (solve): Simple_spacer::is_active() only determines
13314         satisfies_constraints_ for non-ragged typesetting.
13315
13316         * lily/simultaneous-music.cc (to_relative_octave): only set
13317         old_relative_used if return pitch actually changed.
13318
13319         * scm/define-context-properties.scm
13320         (all-user-translation-properties): change to match implementation.
13321
13322         * python/lilylib.py: Replace re.match by re.search and adds "-c
13323         showpage" to the gs command line (Johannes Schindelin)
13324
13325         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
13326         before processing. Prevents crash when inf is in the extent.
13327
13328         * scm/define-markup-commands.scm (note-by-number): add "s" to
13329         "noteheads-" glyphname.
13330  
13331         * lily/parser.yy (Generic_prefix_music): supply parser argument to
13332         music function as well.
13333         
13334 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13335
13336         * VERSION: release 2.5.2
13337
13338         * Documentation/user/changing-defaults.itely (Creating titles):
13339         add breakbefore variable.
13340
13341         * lily/paper-book.cc (set_system_penalty): new function. Set
13342         penalty_ based on breakBefore setting
13343
13344         * lily/context-specced-music-iterator.cc (construct_children):
13345         interpret special context id $uniqueContextId 
13346
13347         * lily/context.cc (create_unique_context): new method. Move
13348         creation of unique (\new) contexts into interpreting phase. This
13349         makes
13350
13351           foo= \new Staff ..
13352           << \foo \foo >>
13353
13354         produce 2 staves.
13355         
13356
13357         * scm/define-music-properties.scm (all-music-properties): add
13358         quoted-voice-direction
13359
13360         * ly/music-functions-init.ly: killCues function.
13361
13362         * scm/music-functions.scm (cue-substitute): move creation of voice
13363         contexts further to the back. 
13364
13365 2004-11-25  Werner Lemberg  <wl@gnu.org>
13366
13367         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
13368         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
13369
13370 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
13371
13372         * buildscripts/guile-gnome.sh: Fixed typo.
13373
13374 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13375
13376         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
13377
13378         * scripts/abc2ly.py (dump_slyrics): add ord(). 
13379
13380         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
13381         to regular engraver. 
13382
13383 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13384
13385         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
13386
13387 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13388
13389         * scm/define-markup-commands.scm (fill-line): Typo.
13390
13391         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
13392         and newer.
13393
13394 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
13395
13396         * ly/dynamic-scripts-init.ly: Fixed typo.
13397
13398 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13399
13400         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
13401         note-head, to have different attachment points for up and down.
13402
13403         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
13404
13405         * mf/feta-generic.mf (else): remove solfa.
13406
13407         * mf/feta-bolletjes.mf (tishape): remove unicode test.
13408
13409         * scm/define-context-properties.scm
13410         (all-user-translation-properties): add shapeNoteStyles property.
13411
13412         * lily/shape-note-heads-engraver.cc (process_music): new file.
13413
13414         * lily/event.cc (transpose): call Event::transpose() for
13415         transposing the tonic.
13416
13417 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13418
13419         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
13420         Unicode/OpenType and AFM.
13421
13422         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
13423
13424 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13425
13426         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
13427
13428         * lily/context.cc (Context): unprotect key from ctor.
13429
13430         * scm/stencil.scm (stack-lines): return empty-stencil if argument
13431         is '()
13432         (stack-stencils): idem.
13433
13434         * Documentation/user/changing-defaults.itely (Creating titles):
13435         document new title layout options.
13436
13437         * lily/parser.yy (lilypond_header_body): copy previous
13438         $globalheader if present.
13439
13440         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
13441         ly:module-copy
13442         
13443         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
13444
13445         * scm/titling.scm: remove old titling functions
13446
13447         * lily/stencil.cc (translate): remove absolute dimension.
13448
13449         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
13450         via markup.
13451
13452         * scm/page-layout.scm (marked-up-headfoot): create header/footer
13453         field from user-supplied markup
13454
13455         * scm/define-markup-commands.scm (on-the-fly): new markup
13456         command. Enter SCM markup procedure directly in Scheme.
13457         (fromproperty): new markup command. Read markup from props argument.
13458
13459         * scm/titling.scm (marked-up-title): create title via
13460         user-specified markup. 
13461
13462         * scm/define-markup-commands.scm (column): remove empty stencils
13463         from column.
13464
13465         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
13466         not have side-effect of creating variable stub.
13467
13468         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
13469
13470 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13471
13472         * scm/encoding.scm (coding-alist): 
13473         * scm/font.scm (add-ec-fonts):
13474         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
13475         Extended-TeX-Font-Encoding---Latin.
13476
13477         * lily/side-position-interface.cc (general_side_position): Add
13478         actual offset to error message (avoid constant error messages).
13479
13480         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
13481         block.
13482
13483         * lily/font-select.cc (select_encoded_font)
13484         (get_font_by_mag_step, get_font_by_design_size): 
13485         * lily/modified-font-metric.cc (Modified_font_metric): 
13486         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
13487
13488         * scm/encoding.scm (coding-alist): Add fetaDynamic.
13489         (read-encoding-file): Bugfix: do not require space after bracket.
13490
13491         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
13492         these do not exist.
13493
13494 2004-11-20  Graham Percival  <gperlist@shaw.ca>
13495
13496         * Documentation/user/notation.itely: added info about typesetting
13497         boxed bar numbers.
13498
13499 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13500
13501         * flower/interval.cc (T_to_string): gcc4 fixes.
13502
13503         * scm/define-markup-commands.scm (fill-line): use
13504         stack-stencils. This fixes problems with putting already centered
13505         stencils in a line.
13506
13507         * VERSION: release 2.5.1
13508
13509         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
13510
13511 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13512
13513         * input/example-[1-3].ly: simplify.
13514
13515         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
13516
13517         * scm/output-ps.scm (new-text): new function. Use glyphshow to
13518         show glyphs.
13519
13520         * scm/encoding.scm (decode-byte-string): new function.
13521
13522         * scripts/convert-ly.py (conv): add warning about
13523         set-global-staff-size.
13524
13525         * Doxyfile: add. 
13526
13527         * scripts/convert-ly.py (conv): add raggedlastbottom rule
13528         (conv): warn for TextSpanner split.
13529         (conv): warn for textheight.
13530
13531 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13532
13533         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
13534         building the documentation, info with images are installed.
13535         (final-install): Fix description.  Mention sourcing of login
13536         scripts (instead of running).
13537
13538 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13539
13540         * Debian lmodern support.  Note that LilyPond will issue warnings
13541         
13542             no such encoding: "FontSpecific"
13543
13544           The font selection mechanism wants to get the encoding from the
13545           font itself, but the idea of lmodern is that it is usable with
13546           different encodings, ie, Lily should get the encoding from the
13547           font tree, rather than the font itself.  This would require some
13548           more work.
13549         
13550         * configure.in: Test for and accept lmodern if EC fonts not found.
13551
13552         * scm/framework-tex.scm (font-load-command): TeX font name
13553         mangling for latin1 encoded cork-lm fonts.
13554         (convert-to-ps): Load lm.map if available.
13555
13556         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
13557         available.
13558
13559         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
13560
13561         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
13562         available.
13563
13564         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
13565         path for absolute file name, that is silly.
13566
13567         * lily/score-engraver.cc (initialize): 
13568
13569         * Documentation/user/GNUmakefile (local-install-info): Invoke
13570         install-info --remove first.
13571
13572         * #include cleanup (Andreas Scherer).
13573
13574 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
13575
13576         * input/test/script-abbreviations.ly: fix typos.
13577
13578 2004-11-17  Werner Lemberg  <wl@gnu.org>
13579
13580         * python/lilylib.py (options_help_str): Support pretty-printing of
13581         newlines in fourth element of option description.
13582
13583         * scripts/lilypond-book.py (option_definitions): Use new lilylib
13584         feature.
13585         Sort options.
13586
13587         * Documentation/user/lilypond-book.itely: Finish update.
13588
13589 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13590
13591         * Documentation/user/macros.itexi: Add comment about \command.
13592
13593         * Documentation/user/lilypond.tely:
13594         * Documentation/user/lilypond-book.itely: Fix names of lilypond
13595         and lilypond-book nodes, so that `info lilypond' visits the manual
13596         at top level, and `info lilypond-book' visits the lilypond-book
13597         section.
13598
13599         * Documentation/user/GNUmakefile (local-install-info): Fix rules
13600         and packager messages.
13601
13602         * lily/pangofc-afm-decoder.cc: Update test.
13603
13604 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13605
13606         * scm/lily-library.scm (char->unicode-index): New function.
13607
13608         * scm/output-gnome.scm: 
13609         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
13610
13611         * Proper naming of file name throughout; s/filename/file[-_]name/.
13612
13613         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
13614
13615         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
13616
13617 2004-11-16  Werner Lemberg  <wl@gnu.org>
13618
13619         * scripts/lilypond-book.py: The Lord has commanded me to use only
13620         tabs for indentation.  Your humble servant obeys.
13621
13622 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13623
13624         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
13625         including font, if LilyPond-feta font is only feta font in path.
13626
13627         * scm/output-gnome.scm (text): Revert to file name of font if font
13628         has no name.  Fixes ec font selection.
13629         (char): Bugfix: do not utf8 twice.  Fixes clefs.
13630
13631         * scm/framework-svg.scm:
13632         * scm/output-svg.scm: New file.  TODO: figure out how to
13633         do character by index in font.
13634
13635         * scm/output-sodipodi.scm: Remove.
13636
13637         * scm/output-ps.scm (stem): Remove.
13638
13639 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13640
13641         * scm/output-gnome.scm (beam): New function.
13642         (slur): Round corners.
13643         (round-filled-box): Round corners.
13644
13645 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13646
13647         * scm/output-gnome.scm (beam): add function.
13648         (draw-line): new routine.
13649         (dashed-line): stub; call draw-line
13650         (polygon): new routine.
13651
13652 2004-11-15  Werner Lemberg  <wl@gnu.org>
13653
13654         * Documentation/user/lilypond-book.itely: Revise section on
13655         lilypond-book options.
13656         Other minor fixes.
13657
13658         * scripts/lilypond-book.py: Change indentation to 4.
13659         Minor formatting.
13660
13661 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13662
13663         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
13664         grobs that have tweaks specced.
13665         
13666 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
13667
13668         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
13669
13670 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13671
13672         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
13673         actual char #, not 0 based index.
13674
13675         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
13676
13677         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13678         Warning: do make -C mf clean.
13679
13680         * lily/context-property.cc: Compile fix.
13681
13682         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
13683         Grok ec-fonts, braces and dynamics.
13684
13685         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
13686
13687 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13688
13689         * lily/include/tweak-registration.hh: new file.
13690
13691         * lily/tweak-registration.cc: new file.
13692
13693         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
13694         saving tweaks.
13695
13696         * scm/output-gnome.scm (text): comment dribble.
13697
13698 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13699
13700         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
13701
13702         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
13703         path-def before using.  Fixes muchtomany slurs in wrong places
13704         bug.
13705
13706 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13707
13708         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
13709
13710         * lily/include/object-key-undumper.hh (Module): new file.
13711
13712         * lily/object-key-undumper.cc (Module): New file. Deserialize
13713         keys. SCM bindings
13714
13715         * lily/object-key-dumper.cc (Object_key_dumper): idem.
13716         Provide SCM bindings.
13717
13718         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
13719         new file. Serialize object keys.
13720         
13721         * lily/object-key.cc (dump): new function.
13722         (as_scheme): new virtual function
13723         (undump): new function
13724         (undumpers): new table.
13725
13726         * lily/include/global-context.hh (Context): take \score key upon init.
13727
13728         * lily/object-key-dumper.cc (serialize_key): new file.
13729
13730         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
13731
13732         * lily/lily-lexer.cc: remove \quote.
13733
13734         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
13735
13736         * lily/context.cc (Context): take key argument in ctor.
13737         (create_context): new function
13738
13739         * lily/grob.cc (Grob): take key argument in ctor.  
13740
13741         * lily/lilypond-key.cc (do_compare): new file.
13742
13743         * lily/object-key.cc (Object_key): new file.
13744
13745         * lily/include/object-key.hh (class Object_key): new file.
13746
13747         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
13748
13749 2004-11-13  Graham Percival  <gperlist@shaw.ca>
13750
13751         * Documentation/user/lilypond-book.itely: add small warning about
13752         noindent default in lilypond-book.
13753
13754         * Documentation/user/converters.itely: add examples for convert-ly.
13755
13756         * Documentation/user/examples.itely: change version string in templates
13757         to 2.4.0.
13758
13759 2004-11-12  Karl Hammar  <karl@aspodata.se>
13760
13761         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
13762         cmdline, use xargs instead (backportme)
13763
13764 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
13765         
13766         * Documentation/user/: Numerous fixes in the user manual.
13767
13768 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13769
13770         * lily/parser.yy (re_rhythmed_music): search music expression for
13771         context-id, surround by \new Voice if not found. Fixes:
13772         addlyrics-second-staff.ly
13773
13774         * VERSION: 2.5.0 released.
13775         
13776 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13777
13778         * Documentation/index.html.in: Fix url to one big page.  (backportme)
13779
13780         * Documentation/user/GNUmakefile: Separate rules for split and
13781         unsplit html documents.  Remove perl massaging.  (backportme)
13782
13783 2004-11-11  Graham Percival  <gperlist@shaw.ca>
13784
13785         * Documentation/user/lilypond-book.itely: add short warning about
13786         \lilypond{} in LaTeX docs.
13787
13788 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13789
13790         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
13791         found.  (backportme)
13792
13793         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
13794         version requirement.  (backportme)
13795
13796         * configure.in: Be explicit about old versions of
13797         ec-fonts-mtraced.  (backportme)
13798
13799         * lily/context-selector.cc (set_tweaks): New function.
13800         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
13801         web with -DTWEAK.
13802
13803         * Documentation/user/introduction.itely (Automated engraving):
13804         Remove fragment option.  Fixes web.
13805
13806         * lily/context-property.cc (make_item_from_properties):
13807         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
13808         #ifdef.
13809
13810         * scm/define-context-properties.scm
13811         (all-internal-translation-properties): Add tweakRank and tweakCount.
13812
13813         * lily/grob.cc: 
13814         * scm/define-grob-properties.scm (all-internal-grob-properties):
13815         Add tweak-rank and tweak-count.
13816
13817 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13818
13819         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
13820         New function.
13821         (text): Use them.
13822
13823         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
13824         animated/opaque grob dragging tweaks.
13825
13826         * buildscripts/guile-gnome.sh: Update.
13827
13828 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13829
13830         * scm/define-grobs.scm (all-grob-descriptions): Added
13831         line-interface to the LigatureBracket object.
13832
13833 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13834
13835         * scm/framework-gnome.scm (item-event): Support non-animated mouse
13836         dragging tweaks.
13837
13838         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
13839
13840         * lily/context-selector.cc (store_context): New function.
13841
13842         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
13843         (store_grob): New function.
13844         (identify_grob): Add Moment parameter.
13845
13846         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
13847         exists.
13848
13849         * scm/framework-gnome.scm (save-tweaks): Write as alist.
13850
13851 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13852
13853         * scm/framework-gnome.scm (item-event): Print grob id.
13854         (save-tweaks): New function.
13855         (tweak): New funtion.
13856         (item-event): Use it, bound to arrow keys.
13857
13858         * lily/context-property.cc (make_item_from_properties): Register grob.
13859         * lily/context.cc (add_context): Register context.
13860
13861         * lily/include/context-selector.hh:
13862         * lily/include/grob-selector.hh:
13863         * lily/context-selector.cc:
13864         * lily/grob-selector.cc: New file.
13865
13866 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13867
13868         * lily/slur.cc: add 'positions to interface
13869
13870         * lily/main.cc: reinstate PS as standard output format. 
13871
13872         * scm/framework-tex.scm (output-preview-framework): print systems
13873         up to first non title system.
13874
13875         * lily/grace-engraver.cc (start_translation_timestep): split
13876         scm_cadddr
13877         
13878 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13879
13880         * lily/quote-iterator.cc (Module): remove old quote-iterator
13881
13882         * scm/define-music-types.scm (music-descriptions): move
13883         NewQuoteMusic over QuoteMusic
13884
13885         * Documentation/user/notation.itely (Formatting cue notes): use
13886         \cueDuring.
13887
13888         * lily/new-quote-iterator.cc (quote_ok): new function.
13889
13890         * input/regression/quote-cue-during.ly: new file.
13891
13892         * input/regression/quote-grace.ly: new file.
13893
13894         * scm/define-context-properties.scm (Module): change definition of
13895         graceSettings
13896
13897         * lily/context-property.cc (Module): rename from
13898         translator-property.cc
13899
13900         * lily/context.cc (context_name_symbol): new function
13901
13902         * lily/grace-engraver.cc: new file. Set properties for grobs based
13903         on the grace-ness of now_moment().
13904
13905         * scm/music-functions.scm (add-grace-property): use list
13906         iso. vector for graceSettings
13907         remove set-{start,stop}-grace-properties. 
13908
13909         * lily/new-quote-iterator.cc (construct_children): set
13910         quote_outlet_ if no quoted-context-{id,type} specified.
13911
13912         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13913
13914         * lily/parser.yy (command_element): remove \quote.
13915
13916         * ly/music-functions-init.ly (location): add quoteDuring music
13917         function. 
13918
13919         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13920         optional semicolon. (backportme)
13921
13922 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13923
13924         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13925         need to link to GUILE et al.
13926
13927 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13928
13929         * scm/define-music-properties.scm (all-music-properties): add
13930         quoted-context-type, quoted-context-id.
13931
13932         * scm/lily.scm (type-check-list): new function.
13933         
13934         * scm/lily-library.scm: new file. Generic library routines.
13935
13936         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13937         parser.
13938
13939         * ly/music-functions-init.ly: add quoteDuring function.
13940
13941         * lily/include/music-iterator.hh (class Music_iterator): rename
13942         set_translator -> set_context
13943
13944         * lily/parser.yy (Generic_prefix_music_scm): add
13945         MUSIC_FUNCTION_SCM_SCM_MUSIC
13946
13947         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13948
13949         * scm/framework-tex.scm (header): sanitize TeX paper size.
13950         (backportme)
13951
13952 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13953
13954         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13955
13956         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13957
13958         * scm/framework-tex.scm (font-load-command): Use T1 if no
13959         font-encoding set.  (backportme)
13960
13961         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13962         exists before converting.  (backportme)
13963
13964         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13965         exists before converting.  (backportme)
13966         (convert-to-ps): Remove .ps file if it exists before
13967         converting.  (backportme)
13968
13969         * lily/lexer.ll: Remove extra progress newline, use present tense.
13970
13971         * scm/paper.scm (paper-alist): public.
13972         * scm/framework-tex.scm (convert-to-ps):
13973         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13974         command line.
13975
13976 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13977
13978         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13979
13980         * lily/recording-group-engraver.cc (derived_mark): mark
13981         now_events_. (backportme)
13982
13983 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13984
13985         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13986
13987         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13988         invoking latex. (backportme.)
13989
13990         * lily/stem.cc (off_callback): center stems for all rest stems.
13991
13992 2004-11-05  Werner Lemberg  <wl@gnu.org>
13993
13994         * Documentation/user/lilypond.tely: Add more guidelines for writing
13995         lilypond texinfo documents.
13996
13997 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13998
13999         * Documentation/index.html.in: remove <hr>.
14000
14001         * THANKS: change 2.3 to 2.4.
14002
14003 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
14004
14005         * scm/output-gnome.scm: More fontconfig comment.
14006
14007 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
14008
14009         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
14010         <package> directory in $(builddir)/share according with
14011         PACKAGE_NAME defined in the VERSION file.
14012
14013 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14014
14015         * lily/beam.cc (rest_collision_callback): use local beam
14016         multiplicity.
14017
14018         * input/regression/stem-stemlet.ly: new file.
14019
14020         * lily/stem.cc (add_head): store rests as well.
14021
14022         * scm/define-grob-properties.scm (all-user-grob-properties): add
14023         stemlet-length
14024
14025         * lily/stem.cc: store rests as well.
14026         
14027         * input/regression/new-slur.ly: mention forcing.
14028
14029 2004-11-04  Werner Lemberg  <wl@gnu.org>
14030
14031         * Documentation/user/*: A new round of layout fixes and document
14032         structure cleanup.
14033
14034 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
14035
14036         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
14037
14038 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14039
14040         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
14041
14042 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14043
14044         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
14045
14046         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
14047
14048         * lily/main.cc (main): Invoke identify.
14049
14050         * scm/lily.scm (postscript->pdf): Remove progress newline.
14051         Write progress to stderr.
14052
14053         * lily/paper-book.cc (output): Remove progress newline.
14054
14055         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
14056         gettext on user messages, and remove whitespace.
14057
14058         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
14059
14060         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
14061         argv[0] (Thomas Scharkowski).
14062
14063         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
14064         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
14065         for ec-fonts-mtraced.
14066
14067         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
14068         --srcdir build (Bertalan).
14069
14070         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
14071         headers and library too (Laura Conrad).
14072
14073         * Documentation/topdocs/INSTALL.texi (Top): Mention development
14074         package for guile too (Laura Conrad).
14075
14076         * lily/main.cc (usage): Typo.
14077
14078 2004-11-02  Werner Lemberg  <wl@gnu.org>
14079
14080         * Documentation/user/notation.ly: More fixes to improve appearance.
14081
14082         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
14083         better output for multicolumn tables.
14084
14085 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14086
14087         * lily/main.cc (dir_info): Fixed typo in the printouts.
14088
14089 2004-11-01  Werner Lemberg  <wl@gnu.org>
14090
14091         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
14092         of output.
14093         Set `per_line' to 2; replace hard-coded value with it.
14094
14095         * Documentation/user/*: Many fixes to improve appearance of
14096         printed manual.
14097
14098 2004-11-01  Werner Lemberg  <wl@gnu.org>
14099
14100         * Documentation/user/changing-defaults.itely,
14101         Documentation/user/notation.ly,
14102         Documentation/user/programming-interface.itely: Use @/.
14103         Fix formatting of some lilypond snippets and tables.
14104
14105         * scripts/lilypond-book.py (compose_ly): Provide useful default
14106         for LINEWIDTH in `override'.
14107
14108 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14109
14110         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
14111
14112 2004-10-31  Werner Lemberg  <wl@gnu.org>
14113
14114         Resetting @exampleindent to `5' gives ugly results with texinfo's
14115         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
14116         (if not quoting) to change @exampleindent only locally.
14117
14118         * scripts/lilypond-book.py (NOQUOTE): New variable.
14119         (output) [LATEX]: Remove AFTER and BEFORE.
14120         [TEXINFO]: Remove AFTER and BEFORE.
14121         Fix QUOTE and VERBATIM pattern.
14122         Add NOQUOTE pattern.
14123         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
14124         and BEFORE.
14125         [output_texinfo]: Use NOQUOTE.
14126
14127 2004-10-31  Graham Percival  <gperlist@shaw.ca>
14128
14129         * Documentation/user/changing-defaults.itely: clarify paper
14130         size commands with correct info.
14131
14132         * Documentation/user/lilypond-book.itely: add more docs for
14133         filename extensions.
14134
14135 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14136
14137         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
14138         (PATCH_LEVEL): start 2.5.0.
14139
14140 #Local variables:
14141 #coding: utf-8
14142 #End:
14143