]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/rest.cc (y_offset_callback): only use direction if
[lilypond.git] / ChangeLog
1 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/rest.cc (y_offset_callback): only use direction if
4         staff-position wasn't set before.
5
6         * lily/bar-number-engraver.cc: add support for
7         barNumberAlignSymbol. 
8         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
9
10         * lily/pointer-group-interface.cc (set_ordered): new function. 
11         (add_unordered_grob): new function.
12
13         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
14         to ordered, unless the opposite has been proved.  This fixes
15         random reordering of large object groups across linebreaks,
16         eg. beams.
17
18         * lily/main.cc (do_chroot_jail): printf format fix.
19
20         * lily/tie-formatting-problem.cc (generate_configuration):
21         multiply y-shift for dot with direction.
22  
23         * scm/define-markup-commands.scm (note-by-number): put (magstep
24         size) in y-attach too.
25
26         * Documentation/topdocs/NEWS.tely (Top): show override.
27
28         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
29         direction for stems.
30         
31 2006-03-15  Graham Percival  <gpermus@gmail.com>
32
33         * Documentation/user/ changing-defaults, global: minor
34         fixes from mailist.
35
36 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
37
38         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
39
40         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
41         breakable items after uniformly stretched notes.
42
43         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
44         outline with outer edge of note heads. This prevents infinity
45         problems with tied whole notes.
46
47         * scripts/lilypond-book.py (do_file): use os.popen
48
49         * python/convertrules.py (conv): add rule for Stem #'beamed-*
50
51 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
52
53         * Documentation/user/invoking.itely: Add ragged-right to bug report
54         guidelines.
55
56 2006-03-14  Graham Percival  <gpermus@gmail.com>
57
58         * Documentation/user/global.itely: small fix from mailist.
59
60 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
61
62         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
63         file descriptor returned by tempfile.mkstemp() when writing
64         to tmpfile and closing it. Solves problem with unlink(tmpfile)
65         on mingw.
66
67 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * po/fi.po: newline bugfix.
70
71 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
72
73         * scm/paper.scm (paper-alist): Rounding fixes.
74
75 2006-03-13  Graham Percival  <gpermus@gmail.com>
76
77         * Documentation/user/ changing-defaults, instrument-notation,
78         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
79
80 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
81
82         * po/fi.po: update.
83
84 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
85
86         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
87         mailto: to http:// 
88
89         * python/lilylib.py (print_environment): move ps_page_count to
90         lilypond-book.py
91
92 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
93
94         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
95
96         * scm/framework-ps.scm (embed-document): new function. Use to
97         embed PFA files.
98
99         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
100
101 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
102
103         * Documentation/user/instrument-notation.itely (Setting simple
104         songs): Added \book{...} around the full example, so the separate
105         markups are included in the printed example. 
106
107 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
108
109         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
110         tmphandle.
111
112         * python/lilylib.py (system): rewrite system() using
113         subprocess. Remove >& redirection trickery.
114
115 2006-03-11  Graham Percival  <gpermus@gmail.com>
116
117         * Documentation/user/ changing-defaults, global, scheme-tutorial,
118         notation-appendices.itely: minor fixes from mailist.
119
120 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
121
122         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
123         unsplit man also needs images.
124
125         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
126
127         * VERSION (PACKAGE_NAME): 2.7.38 released.
128
129 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
130
131         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
132         log in output dir.
133
134 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
135
136         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
137         respects the Score.skipTypesetting property.
138         
139 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
140
141         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
142         Prolog. No %%EOF after CFF file.
143
144 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
145         
146         * lily/constrained-breaking.cc (get_max_systems): used to return a
147         much too big value
148         (combine_demerits): use pointers to reduce copying data
149         (calc_subproblem): idem
150         (get_page_penalty): add page turn penalties
151         
152 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
153
154         * Documentation/user/invoking.itely (Invoking lilypond): better
155         explanation of -e usage.
156
157         * lily/main.cc (main_with_guile): don't append to
158         init_scheme_code_string
159
160         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
161
162         * Documentation/user/invoking.itely: add note about MacOS X scripts.
163
164         * scripts/convert-ly.py (do_options): don't print help for
165         --show-rules rule.
166
167         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
168         @code and @example. Update from texinfo.tex from CVS.
169
170 2006-03-08  Graham Percival  <gpermus@gmail.com>
171
172         * Documentation/user/scheme-tutorial.itely: clarifies distances
173         measured in staff-spaces.
174
175 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
176
177         * lily/slur.cc (outside_slur_callback): only calculate offsets if
178         consider[k] is true.
179
180         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
181
182         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
183         consider columns that have originals.  Unifies spacing for mm
184         rests around line breaks.
185
186         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
187         (set_text_rods): idem.
188         (calculate_spacing_rods): new function: share code between
189         set_text_rods and set_spacing_rods.
190         (set_text_rods): take extents of bounds into account.  
191
192 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
193
194         * Documentation/user/basic-notation.itely (Writing music in
195         parallel): don't use relative.
196
197 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
198
199         * ly/music-functions-init.ly (Module): add shiftDurations
200
201         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
202
203         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
204
205         * ly/engraver-init.ly: init vocalName to nil.
206
207 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
208
209         * scm/music-functions.scm (music->make-music): bugfix,
210         KeyChangeEvents are now handled correctly.
211
212         * scripts/lilypond-book.py: Add --debug option.
213
214 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
215
216         * python/lilylib.py: add tempfile.
217
218 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
219
220         * VERSION (PACKAGE_NAME): release 2.7.37
221
222         * python/lilylib.py (ps_page_count): remove make_ps_images().
223         (ps_page_count): remove mkdir_p
224         (system): remove cleanup_temp.
225         (exit): remove lilypond_version_(check)
226         (error_log): remove pseudo_filter_p
227         remove read_pipe
228         remove cp_to_dir
229         remove identify
230
231         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
232         use __main__
233
234         * lily/accidental-engraver.cc (make_standard_accidental): only add
235         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
236
237         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
238         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
239         Make incompatibilities.
240
241         * scm/output-ps.scm (grob-cause): replace backslashes by /
242         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
243
244 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
245
246         * cygwin/GNUmakefile: Install fixes.
247
248         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
249
250         * lily/note-head.cc (head::get_balltype): Compile fix.
251
252         * flower/file-name.cc (dos_to_posix): Flower string fix.
253
254 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
255
256         * python/lilylib.py: pychecker cleanups.
257
258         * scripts/lilypond-book.py
259         (Lilypond_snippet.output_print_filename): pychecker cleanups
260
261         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
262
263         * python/lilylib.py (underscore): remove identify() , warranty()
264
265         * ps/music-drawing-routines.ps: change Border routine for GSView
266         compatibility.
267
268         * lily/stem.cc (height): use quantize-positions.  This triggers
269         set_stem_lengths, so scripts on beamed stems are handled correctly.
270
271         * lily/side-position-interface.cc (aligned_side): check if edges
272         of script are inside staff. Fixes accent of edge of the staff.
273
274         * input/regression/staccato-pos.ly: more examples.
275
276         * stepmake/aclocal.m4 (depth): fix bashism.
277
278         * lily/lyric-combine-music-iterator.cc: move from
279         new-lyric-combine-iterator.cc
280         (process): add pending_grace_lyric_ member to delay lyrics on
281         grace notes.
282
283         * lily/system-start-text.cc (print): suicide if we don't have any
284         elements. Fixes hara kiri'd instrument names.
285
286         * scripts/mup2ly.py (Module): remove.
287
288 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
289
290         * Documentation/user/global.itely (A single music expression):
291         close @lilypond properly
292
293         * lily/volta-bracket.cc (modify_edge_height): change from
294         after_line_breaking_callback. Suicide last bracket if appropriate.
295  
296         * python/lilylib.py: strip getopt support
297
298         * scripts/etf2ly.py (do_options): use optparse
299
300         * scripts/midi2ly.py: optparse, strip lilylib copy. 
301
302         * scripts/abc2ly.py (voices): use optparse.
303
304         * stepmake/stepmake/generic-vars.make: new function absdir.
305
306         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
307
308         * scripts/lilypond-book.py (find_file): use global_options for
309         include path
310
311         * scm/ps-to-png.scm (ps-page-count): prevent null characters
312         entering C code.
313
314 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
315
316         * python/lilylib.py (get_global_option): ughness for extracting
317         global options from lilylib.
318         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
319
320         * scripts/lilypond-book.py (get_option_parser): use optparse for
321         option handling.  Put options in global_options variable.
322
323 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
324
325         * Documentation/index.html.in: clarify.
326
327 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
328
329         * scm/layout-page-layout.scm (write-page-breaks): add a
330         music-system-heights property to the page layout output.
331
332         * scm/page.scm (make-page-stencil): take footer into account when
333         computing the 'space-left page property
334         (annotate-space-left): take footer into account when annonating
335         space left.
336
337 2006-02-28  Graham Percival  <gpermus@gmail.com>
338
339         * Documentation/user/ advanced-notation, global: more (final)
340         docs for music expressions, removed special fermatas.
341
342 2006-02-27  Graham Percival  <gpermus@gmail.com>
343
344         * Documentation/user/ basic-notation, global: minor changes
345         from mailist.
346
347 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
348
349         * scm/framework-ps.scm:         
350         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
351         layer for inf? and nan? from framework-ps to lily-library.
352
353 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
354
355         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
356         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
357
358         * buildscripts/substitute-encoding.py (Module): remove file.
359
360         * mf/GNUmakefile: more PFA strippage.
361
362         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
363
364         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
365         generation
366
367         * scm/framework-ps.scm: remove font name munging.
368
369         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
370
371 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
372
373         * scm/markup.scm (define-markup-command): change
374         def-markup-command to define-markup-command
375
376         * scm/music-functions.scm (define-music-function): change
377         def-music-function to define-music-function.
378
379         * python/convertrules.py (conv): rules for def-music-function
380         and def-markup-commands
381
382         * Documentation/user/programming-interface.itely,
383         input/no-notation/display-lily-tests.ly,
384         input/regression/lily-in-scheme.ly,
385         input/regression/markup-user.ly,
386         input/regression/music-function.ly, input/regression/tie-chord.ly,
387         scm/fret-diagrams.scm, ly/music-functions-init.ly,
388         ly/gregorian-init.ly: use new macro names (define-music-function,
389         define-markup-command).
390
391 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
392
393         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
394         (output): add comments to lp-book latex output.
395
396         * GNUmakefile.in (footifymail): use gmane address for webpage bug
397         address.
398
399 2006-02-23  Graham Percival  <gpermus@gmail.com>
400
401         * Documentation/user/ tutorial, global: minor changes.
402
403 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
404
405         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
406         blocks (for make 3.80)
407
408         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
409         \notemode so that user should not have to explicitely type it.
410
411         * scm/define-music-display-methods.scm: various
412         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
413         constructs)
414
415         * input/no-notation/display-lily-tests.ly: new tests for
416         \applyOutput and \applyContext
417
418 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
419
420         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
421         changed it slightly so that the number of systems returned by
422         solve () will be the same as the last value passed to resize
423         (). I've also added more documentation, removed casts, fixed style
424         problems and put in some recovery if constraints aren't satisfied."
425
426 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
429         for emacs < 22 compatibility.
430         (count-rexp): Use it.
431         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
432         substring juggling (Milan Zamazal).
433
434 2006-02-23  Graham Percival  <gpermus@gmail.com>
435
436         * Documentation/user/ basic-notation, advanced-notation,
437         global.itely, invoking.itely, tutorial,itely:
438         minor fixes from mailist.
439
440         * scm/define-markup-commands.scm: improve docs of \filled-box.
441
442 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
443
444         * Documentation/index.html.in: changes concern the previous release.
445
446         * input/regression/+.ly: cultivate typographical terminology.
447
448 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
449
450         * scm/define-grob-interfaces.scm (parentheses-interface): add
451         padding to parentheses-interface.
452
453         * Documentation/user/GNUmakefile: remove $(CROSS) support from
454         Documentation/user/GNUmakefile. Use --disable-documentation for that.
455
456         * VERSION (PATCH_LEVEL): release 2.7.36
457
458         * lily/slur.cc: add avoid-slur (ugh.)
459         
460         * lily/slur-configuration.cc (fit_factor): oops, skip point if
461         intersection gets smaller. This fixes slurs over extreme points.
462
463         * lily/melody-engraver.cc (stop_translation_timestep): ignore
464         stems with neutral-direction set.
465
466         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
467
468         * lily/open-type-font.cc (load_table): format error.
469
470         * lily/change-iterator.cc (process): format fix.
471
472         * flower/include/international.hh (_f): idem.
473
474         * flower/include/std-string.hh: add format printf attribute.
475
476         * scm/define-grobs.scm (all-grob-descriptions): height of all
477         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
478
479         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
480         ambitus lines.
481
482         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
483
484 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
485
486         * input/regression/: upgraded syntax for some files.
487
488         * THANKS: Add bughunters.
489
490 2006-02-22  Graham Percival  <gpermus@gmail.com>
491
492         * Documentation/user/ invoking.itely, advanced-notation.itely,
493         global.itely: long-awaited "let's make chapter 10 not suck"
494         update.  Rearrange chapter 10; now called "global issues",
495         addresses file structure, etc.  Some info from other files
496         moved into global.itely.
497
498 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
499
500         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
501         catch trill-span-event notes.
502
503         * Documentation/user/examples.itely (Ancient notation templates): typo.
504         (Jazz combo): typo.
505
506         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
507
508         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
509
510         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
511
512         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
513
514         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
515         froum Laissez_vibrer_engraver.
516
517         * ly/declarations-init.ly (repeatTie): add \repeatTie
518
519         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
520
521         * scm/define-grob-properties.scm (all-user-grob-properties): add
522         head-direction property.
523
524         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
525         from_lv_ties. Take head direction argument.
526
527         * lily/semi-tie-column.cc: rename from
528         laissez-vibrer-tie-column.cc. Rename class too.
529
530         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
531         class too.
532
533         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
534
535         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
536         0 case.
537         (find_breaks): idem.
538
539 2006-02-21  Graham Percival  <gpermus@gmail.com>
540
541         * Documentation/user/advanced-notation.itely: fixed make-moment]
542         example.
543
544         * Documentation/user/basic-notation.itely: more clarification to
545         transpose.
546
547 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
548
549         * lily/include/constrained-breaking.hh (class
550         Constrained_breaking): new file.
551
552         * lily/constrained-breaking.cc (resize): new file.
553
554         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
555
556         * Documentation/user/advanced-notation.itely (Clusters): insert
557         end ignore too.
558
559         * lily/tie-column.cc (calc_positioning_done): support for
560         tie-score debugging
561
562         * lily/tie-formatting-problem.cc
563         (generate_extremal_tie_variations): factor out.
564         (score_ties_configuration): annotate all tie 
565         (print_ties_configuration): new routine.
566         (generate_configuration): nudge extremal ties outside of the head
567         Y extents.
568         (score_ties_configuration): oops. convert to staff-space before
569         determining position symmetry.
570
571 2006-02-20  Graham Percival  <gpermus@gmail.com>
572
573         * Documentation/user/*-notation.itely: misc minor editing,
574         shifting doc sections around.
575
576         * Documentation/user/*-notation-itely, global.itely,
577         changing-defaults.itely: added new stuff from NEWS.
578
579 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
580
581         * po/fi.po: update.
582
583 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
584
585         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
586         lilypond --verbose for lp-book.
587
588         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
589         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
590
591         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
592         $(buildscript-dir) iso. absolute depth.
593
594         * buildscripts/genicon.py (dir): thinko.
595
596         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
597
598 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
599
600         * scm/output-lib.scm: swap darkcyan/darkyellow
601
602         * THANKS: Add bughunters.
603
604 2006-02-19  Graham Percival  <gpermus@gmail.com>
605
606         * Documentation/user/programming-interfaces.itely: fixed example.
607
608         * Documentation/user/instrument-notation.itely: fix @{ @}.
609
610         * scm/script.scm: add avoid-slur for \open.
611
612 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
613
614         * lily/tie-formatting-problem.cc (score_configuration): use
615         sliding score for min-length. 
616
617         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
618         spaghetti for icons.
619
620         * buildscripts/genicon.py (program_name): new file.
621
622         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
623         in outline too.  
624         (generate_configuration): for small ties, also look for collisions
625         at Y + DIR*h + DELTA_Y.
626         (get_variations): consider variation for dot positions too.
627
628         * lily/side-position-interface.cc (aligned_side): take abs for
629         quantized rounded position. Fixes tenuto below staff.
630
631         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
632         markers when necessary.
633
634         * lily/program-option.cc (internal_set_option): add
635         strict_infinity_checking option.
636
637         * scm/output-lib.scm (cyan): swap yellow and cyan.
638
639 2006-02-19  Graham Percival  <gpermus@gmail.com>
640
641         * darwin.patch: trivial linenumber update.
642
643         * Documentation/user/ {various}: `\context foo = named' changed
644         to `\new foo = "name"' in docs.
645
646 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
647
648         * scm/stencil.scm (annotate-y-interval): use it.
649
650         * scm/lily-library.scm (interval-sane?): new function.
651
652         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
653         tfm_checksum stuff.
654
655         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
656         common refpoint.
657
658         * flower/include/std-vector.hh (iterof): add iterof macro.
659
660         * lily/enclosing-bracket.cc (width): new function.
661
662         * lily/align-interface.cc (align_elements_to_extents): reinstate
663         warning.
664
665 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
666
667         * Documentation/index.html.in: fix spelling: thankyous.
668
669 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
670
671         * lily/lyric-hyphen.cc: typo.
672
673 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
674
675         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
676         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
677         builds don't work. 
678
679         * VERSION: release 2.7.35
680
681         * lily/beam.cc (get_default_dir): oops. Take abs () for
682         extremes[DOWN].
683         (get_default_dir): use extreme position criterion only in absence
684         of forced stem directions.
685
686         * VERSION (PATCH_LEVEL): bump VERSION.
687
688         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
689         dependencies. Necessary for -jX builds.  
690
691 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * lily/relocate.cc (setup_paths): Yet another const fix.
694
695 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
696
697         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
698
699         * lily/relocate.cc (setup_paths): oops.
700
701 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
702
703         * Documentation/index.html.in: order links: html before PDF.
704
705 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
706
707         * lily/tie-column-format.cc (Module): remove.
708
709         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
710
711         * lily/text-spanner.cc (print): idem.
712
713         * lily/dynamic-text-spanner.cc (print): only print line if longer
714         than dash-period.
715
716         * lily/auto-change-iterator.cc (change_to): formatting.
717
718         * lily/beam.cc (get_default_dir): take extreme note head as input
719         for stem direction.
720
721         * lily/tie.cc (get_default_dir): only look directions for visible
722         stems. 
723
724         * lily/side-position-interface.cc (aligned_side): oops. Don't
725         mutiply with direction. This fixes quantized (staccato, tenuto)
726         scripts below notes.
727
728         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
729         direction. Fixes c-lyrics-center-align.ly
730
731 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
734         constructor.
735
736         * lily/std-string.cc:
737         * lily/include/std-vector.hh (split_string): Move and rename from
738         lily/include/misc.hh, lily/misc.cc.  Update callers.
739
740 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
741
742         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
743
744 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * flower/test-file.cc: New file.
747
748         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
749         libraries.
750
751         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
752
753 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
754
755         * flower/include/file-storage.hh: remove file.
756
757         * lily/include/midi-item.hh (class Midi_track): idem.
758
759         * lily/include/source.hh (class Sources): idem.
760
761         * lily/include/performance.hh (class Performance): use vector
762         iso. Cons<>
763
764         * flower/include/cons.hh (class Cons): remove file.
765
766         * flower/include/flower-proto.hh: remove template cruft.
767
768         * lily/include/font-metric.hh: use size_t not vsize for indices.
769
770         * flower/include/flower-proto.hh (Module): remove std-vector.hh
771         from proto.
772
773         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
774
775         * lily/include/paper-book.hh (class Paper_book):
776         make get_system_specs() public.
777
778         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
779         the force=10000 case if we don't have a current-best. 
780
781         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
782         vsize 
783
784         * flower/include/flower-proto.hh: remove outdated templates.
785
786         * scm/page.scm: use annotate-spacing
787
788 2006-02-15  Graham Percival  <gpermus@gmail.com>
789
790         * scm/translation-functions.scm: circle patch from Erlend, thanks!
791
792         * THANKS: moved Erlend Aasland to contributors.
793
794 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
795
796         * config.hh.in: remove HAVE_PANGO_16
797
798         * lily/tuplet-bracket.cc (calc_positions): multiply with
799         staff-space for beam case. This fixes tuplets+beams on scaled
800         staves.
801
802         * config.hh.in: remove all Kpathsea related defines.
803
804         * lily/dot-column.cc (side_position): reach stem via dots->
805         head->stem. Inspect all stems for dot collisions. 
806
807         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
808         stem handling.
809
810         * lily/bar-number-engraver.cc (process_music): document function
811         of whichBar.
812
813         * lily/score.cc (default_rendering): add pscore, not systems
814         themselves.
815
816         * lily/paper-book.cc (get_system_specs): separate generation of
817         titles and systems.
818
819         * flower/include/std-vector.hh: don't include config.hh
820
821 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
822
823         * flower/include/std-vector.hh: Better wrapper compatibility with
824         std::vector.
825
826         * flower/include/flower-proto.hh: Remove cheap forward declaration
827         attempts.
828
829         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
830
831 2006-02-14  Graham Percival  <gpermus@gmail.com>
832
833         * Documentation/user/invoking.itely: add warning about command line.
834
835 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
836
837         * lily/include/lily-proto.hh: add Prob, rm Page.
838
839         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
840
841         * VERSION: release 2.7.34
842
843         * lily/relocate.cc (framework_relocation): show canary if
844         GHOSTSCRIPT_VERSION undefined.
845
846         * GNUmakefile.in: remove $(VERSION) symlink.
847
848         * lily/relocate.cc (setup_paths): add + 
849
850 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
851
852         * Documentation/index.html.in: specify sizes for all big HTML pages.
853
854 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
855
856         * config.hh.in: remove @FRAMEWORKDIR@
857
858         * lily/system-start-text.cc (get_stencil): new file: separate out
859         system-start-delimiter text support.
860
861         * input/**ly: replace \context with \new where appropriate.
862         
863         * THANKS: add Don.
864
865         * lily/slur-scoring.cc (get_base_attachments): use
866         robust_relative_extent. This fixes problems with empty paper-columns. 
867
868 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
869
870         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
871
872         * scm/define-music-properties.scm (all-music-properties):
873         create-new property.
874
875         * lily/context-specced-music-iterator.cc (construct_children):
876         inspect 'create-new property iso. magical $uniqueContextId context
877         id.
878
879         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
880
881         * lily/context-key-manager.cc (Module): new file. Encapsulate
882         object key generation.
883
884         * lily/include/context-key-manager.hh (Module): new file.
885
886 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
887
888         * scm/define-grobs.scm (all-grob-descriptions): center instrument
889         names vertically
890
891         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
892         options.
893         (reloc_b): excise --enable-framework-dir
894
895         * lily/relocate.cc (framework_relocation): use getenv
896         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
897
898 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
899
900         * flower/include/std-string.hh: 
901         * flower/include/std-vector.hh: Finish std:: conversion; move
902         flower extensions from std:: namespace.  Update users.
903
904         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
905         their expansion to vector<*>.  Update users.
906
907 2006-02-10  Graham Percival  <gpermus@gmail.com>
908
909         * Documentation/user/invoking.itely: add example to File structure.
910
911         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
912         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
913
914 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
915
916         * ly/paper-defaults.ly: typo.
917
918         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
919         set_parent() for parentheses. This will make it show up in bbox
920         calculations.
921
922         * scm/output-lib.scm (parentheses-item::print): rewrite, using
923         ly:grob-common* functions.
924
925         * lily/grob-scheme.cc (LY_DEFINE):
926         ly:grob-common-refpoint-of-array: new function 
927         ly:grob-common-refpoint: new function 
928         ly:grob-relative-coordinate: new function 
929
930         * lily/instrument-name-engraver.cc (process_music): use
931         Text_interface::is_markup(). This fixes \markup on instrument names.  
932
933         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
934         for ties and slurs.
935
936         * lily/slur.cc (print): idem.
937
938         * lily/tie.cc: add line-thickness for ties. 
939
940 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
941
942         * scm/output-svg.scm: Document diversion from GNU coding standards
943         as a workaround for a bug in Microsoft Internet Explorer.
944
945 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
946
947         * lily/instrument-name-engraver.cc (process_music): use
948         is_markup() iso. is_string()
949
950         * Documentation/user/changing-defaults.itely (Module): add menu entry.
951
952         * lily/percent-repeat-engraver.cc (process_music): only look at
953         main_part_ for % repeats.
954
955         * lily/stem-tremolo.cc (get_beam_translation): new function.
956         (calc_slope): new function.
957         (height): don't use real slope.
958
959 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
960
961         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
962         new connect-to-neighbor, control-points and staff-padding
963         properties to make ligature brackets showing up again.
964
965 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
966
967         * VERSION: release 2.7.33
968
969         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
970         too many.
971
972         * Documentation/user/changing-defaults.itely (Difficult tweaks):
973         remove applyOutput example.
974         (Objects connected to the input): document \tweak, \parenthesize
975
976         * lily/relocate.cc (prefix_relocation): allow "current"
977         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
978         changing VERSION in a lily tree less painful.
979
980         * input/regression/parenthesize.ly: new file. 
981
982         * scm/output-lib.scm (parenthesize-element): new function.
983
984         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
985
986         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
987
988         * lily/accidental-engraver.cc (make_standard_accidental): reroute
989         cause: accidentals are caused by note heads, not note events. 
990
991 2006-02-08  Graham Percival  <gpermus@gmail.com>
992
993         * darwin.patch: small patch from Erlend, thanks!
994
995         * Documentation/user/basic-notation.itely: add stem-neutral example.
996
997         * Documentation/user/putting.itely: clarifications.
998
999 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1000
1001         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
1002         note, add more guidelines to what should go into NEWS.
1003
1004         * input/sakura-sakura.ly: document how to override font.
1005
1006         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
1007
1008 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1009
1010         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
1011
1012 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1013
1014         * scripts/convert-ly.py (lilypond_version_re_str): Move from
1015         convertrules.  Add explicit grouping, needed for python2.2.
1016
1017 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
1020
1021 2006-02-07  Graham Percival  <gpermus@gmail.com>
1022
1023         * Documentation/user/global.itely: fix line-width in (text) docs.
1024
1025         * Documentation/user/lilypond-book.itely: same.
1026
1027 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1028
1029         * VERSION (PACKAGE_NAME): release 2.7.32
1030
1031         * Documentation/topdocs/NEWS.tely (Top): document new variable
1032         naming.
1033
1034         * flower/include/array.icc (Message): remove file.
1035
1036         * flower/include/std-vector.hh: make sure vsize and VPOS are
1037         defined for binary_search_bounds().
1038
1039         * flower/std-string.cc (std): add to_string(long unsigned).
1040
1041         * configure.in (gui_b): excise std_string option.
1042         (gui_b): excise std_vector option.
1043
1044         * flower/string.cc (Module): excise flower array & string
1045
1046         * flower/include/std-string.hh: excise flower string.
1047
1048         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
1049
1050         * python/convertrules.py (lilypond_version_re_str): require
1051         only numbers and dots in \version string.
1052
1053 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1054
1055         * lily/system-start-delimiter.cc (print): allow style = text too.
1056
1057         * lily/system-start-delimiter-engraver.cc
1058         (acknowledge_system_start_text): new function, also add add to
1059         support of system-start-text (instrument names). This fixes
1060         instrument names on piano staves.
1061
1062         * lily/instrument-name-engraver.cc: rewrite. Use
1063         system-start-delimiter approach. This save memory and cpu.
1064
1065         * scm/define-grobs.scm (all-grob-descriptions): remove
1066         instrument-name from break-alignment.
1067
1068         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
1069
1070 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
1073         jobserver going.
1074
1075         * configure.in (std_vector): On by default.
1076
1077         * lily/include/font-metric.hh:
1078         * lily/include/tfm-reader.hh: 
1079         * lily/include/spanner.hh: Use unsigned for indices and sizes.
1080         Update users.
1081
1082         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
1083
1084 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1085
1086         * VERSION (PACKAGE_NAME): 2.7.31
1087
1088         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
1089         EPS edge at 0, but take minimum with left-overshoot. This fixes
1090         cut off system start delims. 
1091
1092         * lily/instrument-name-engraver.cc (stop_translation_timestep):
1093         hack: add to axis group if not added yet. This fixes hara kiri'd
1094         piano staves.
1095
1096         * lily/hara-kiri-group-spanner.cc
1097         (force_hara_kiri_in_y_parent_callback): fix signatures.
1098
1099         * lily/hairpin.cc (print): check next hairpin to see whether or
1100         not to be continuing.
1101
1102 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * Remove trailing whitespace from makefiles.
1105         
1106         * flower/include/std-vector.hh: Add binary_search_bounds workaround
1107         for earlier gcc.
1108
1109         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
1110
1111         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
1112
1113         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
1114
1115         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
1116
1117         * configure.in: Use it.
1118
1119 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1120
1121         * scm/music-functions.scm (pitch-of-note): new function.
1122
1123         * ly/music-functions-init.ly: add \octave and \addquote
1124
1125         * lily/parser.yy (music_function_chord_body): softcode \octave.
1126         (lilypond_header): softcode \addquote
1127
1128 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1129
1130         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
1131         array.hh, parray.hh at all.  Getting ready to flip the
1132         configure default.
1133
1134         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1135
1136         * lily/source-file.cc (file::get_line): Help binary_search_bounds
1137         a bit.
1138
1139         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1140
1141 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1142
1143         * flower/include/array.hh: typo. 
1144
1145 2006-02-02  Graham Percival  <gpermus@gmail.com>
1146
1147         * Documentation/user/advanced-notation.itely: doc "\#" in text.
1148
1149 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * flower/include/pqueue.hh: Derive from std::vector.
1152
1153         * flower/include/parray.hh: Conform to std::vector interface.
1154         Update users.
1155
1156 2006-02-02  Graham Percival  <gpermus@gmail.com>
1157
1158         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
1159
1160 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1161
1162         * flower/file-path.cc (is_file): remove if 0 section.
1163
1164         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
1165         selecting afii61352.
1166
1167 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1168
1169         * flower/include/std-vector.hh (boundary): Oops, reverse.
1170
1171         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
1172         remove superfluous `d'.
1173
1174         * flower/include/std-vector.hh (boundary, top): Detach from class.
1175         Remove empty vector shell.
1176
1177         * flower/include/array.hh (reverse, swap): Detach from class.
1178         Update users.
1179         
1180         * flower/include/std-vector.hh
1181         * flower/include/array.hh (concat): Globally change to insert ().
1182
1183         
1184         * flower/include/std-vector.hh
1185         * flower/include/parray.hh
1186         * flower/include/array.hh (elem, elem_ref): Globally replace by
1187         at ().
1188
1189 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1190
1191         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
1192
1193         * python/convertrules.py (FatalConversionError.sub_cxx_id):
1194         anticipate on identifier substitutions.
1195
1196 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1197
1198         * flower/include/std-vector.hh (insert): Remove, replace by
1199         std::vector interface.  Update callers.
1200
1201         * flower/include/array.icc (insert): Change signature to
1202         match std::vector interface.
1203         
1204         * flower/include/array.icc (vector_sort): Bugfix.
1205
1206 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1207
1208         * lily/parser.yy (output_def_head_with_mode_switch): new
1209         production. Result: dashes and underscores may be used in the
1210         \paper block.
1211
1212         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
1213
1214         * python/convertrules.py (conv): oops. One slash too much.
1215
1216 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1217
1218         * flower/include/std-vector.hh (sort): Remove, replace by
1219         ::vector_sort.  Update callers.
1220
1221         * flower/include/std-vector.hh (slice): Remove.  Update callers.
1222         (sort): Bugfix.
1223
1224         * flower/test-std.cc (vector_sort): New test.
1225
1226 2006-02-01  Graham Percival  <gpermus@gmail.com>
1227
1228         * Documentation/user/putting.itely: fixes from Erik.
1229
1230 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1231
1232         * flower/test-std.cc: Add simple unit test for vector migration.
1233
1234         * stepmake/stepmake/test*: Unit test support.
1235
1236         * flower/include/std-vector.hh (del): Remove.  Use erase (),
1237         update callers.
1238
1239         * flower/include/array.hh (begin, end): Add.
1240         (del, get): Remove.
1241
1242 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1243
1244         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
1245         std::string not String. 
1246
1247         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
1248         iso UINT_MAX.
1249
1250         * lily/prob.cc (Prob): copy type_ too.
1251
1252         * lily/lily-guile.cc (mangle_cxx_identifier): new
1253         function. Class_bla::foo_bar_[px] ->
1254         ly:class-bla::foo-bar[?!]. Changes throughout
1255
1256 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1257
1258         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
1259
1260         * lily/beam.cc (calc_direction): take dir from visible stem in
1261         degenerate case.
1262
1263 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1264
1265         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
1266         Fix -1, >=0 boundary checks for unsigned vsize.
1267
1268         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
1269         loop for unsigned vsize.
1270
1271         * configure.in (--enable-std-vector): New option.
1272         (--enable-std-string): On by default.
1273
1274         * flower/include/std-vector.hh: New file.  Enable switch to
1275         std::vector, update client code.
1276
1277 2006-01-30  Graham Percival  <gpermus@gmail.com>
1278
1279         * scm/document-translation.scm: clarify "this context is also
1280         known as".  Thanks, Werner!
1281
1282         * Documentation/user/putting.itely: small fixes from Don Blaheta.
1283
1284         * Documentation/user/invoking.itely: small fix from Don.
1285
1286 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1287
1288         * scm/lily.scm (define-scheme-options): rename option
1289         preview-include-book-title to book-title-preview
1290         (define-scheme-options): move force-eps-font-include (from paper
1291         block) to eps-font-include -d option.
1292
1293         * VERSION (PATCH_LEVEL): release 2.7.30
1294
1295         * input/bach-schenker.ly (staffPiano): new file.
1296
1297         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
1298
1299         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
1300         credits to Nicolas.
1301
1302         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
1303
1304         * ps/lilyponddefs.ps: remove start-system, stop-system,
1305         start-page fluff. This saves putting { } code on the stack, fixing
1306         stack overflows when including EPS files.
1307
1308 2006-01-29  Graham Percival  <gpermus@gmail.com>
1309
1310         * Documentation/user/putting.itely: minor fixes (comments on -devel).
1311
1312 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1313
1314         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
1315
1316 2006-01-28  Graham Percival  <gpermus@gmail.com>
1317
1318         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
1319
1320 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1321
1322         * input/mutopia/claop.py: Update.
1323
1324 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1325
1326         * input/regression/completion-heads.ly (texidoc): fix.
1327
1328         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
1329
1330         * lily/tie-formatting-problem.cc
1331         (set_ties_config_standard_directions): use abs iso fabs for ints.
1332
1333         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
1334
1335         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
1336         little less than noteheight, to prevent overlaps in chords.
1337
1338         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
1339         head, and fudge stem-attachment.
1340
1341         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
1342
1343         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
1344
1345 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1346
1347         * lily/main.cc (main): Debugging aid: catch exceptions.
1348
1349         * flower/std-string.cc (to_string): Robustification.  Fixes midi
1350         output with std::string.
1351
1352 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1353
1354         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
1355
1356 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1357
1358         * Fix -DSTRING_UTILS_INLINED.
1359
1360 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1361
1362         * VERSION (PATCH_LEVEL): release 2.7.29
1363
1364         * lily/relocate.cc (setup_paths): mingw uses std string too.
1365
1366         * lily/*.cc: various fixes for substr(ARG).
1367
1368         * lily/sustain-pedal.cc (print): 
1369
1370         * flower/file-name.cc (slashify): use std strings.
1371
1372         * flower/string-convert.cc: remove publib.h
1373
1374         * scm/define-markup-commands.scm (verbatim-file): new markup
1375         command \verbatim-file
1376
1377         * Documentation/topdocs/NEWS.tely: fixup URLs
1378
1379         * input/regression/alignment-vertical-manual-setting.ly (Module):
1380         new file.
1381
1382         * lily/align-interface.cc (align_elements_to_extents): overwrite
1383         translations with numbers in alignment-offsets from left bound
1384
1385         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
1386         (page-translate-systems): new function: take into account Y-offset.
1387
1388         * Documentation/topdocs/NEWS.tely (Top): document new features.
1389
1390         * input/regression/page-layout-manual-position.ly (Module): new
1391         file.
1392
1393 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * flower/file-path.cc (path::parse_path): Oops.
1396
1397         * Finish std::string interface.  For now, use std:: marker
1398         throughout for easy s/r.
1399
1400 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1401
1402         * Documentation/user/putting.itely (Score is a single musical
1403         expression): typo.
1404         (Score is a single musical expression): more typos.
1405
1406         * scm/page.scm (annotate-space-left): thinko.
1407         (annotate-page): more thinkos.
1408
1409 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1410
1411         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
1412         for different \score blocks separately.
1413         (post-process-pages): put write-page-layout into paper block.
1414
1415         * lily/output-def.cc (get_parser): new file.
1416
1417         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
1418         file.
1419
1420         * lily/include/output-def.hh (class Output_def): add parser_ member.
1421
1422         * input/regression/page-layout-twopass.ly (Module): new file.
1423
1424         * scm/lily.scm: remove cpp hack.
1425
1426         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
1427
1428 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1429
1430         * GNUmakefile.in (c-clean): New target.
1431
1432         * flower/include/std-string.hh: String/std::string compatibility:
1433         Use NPOS for `not found' (iso -1), use ssize for length () and pos
1434         type.
1435
1436         * flower/rational.cc: 
1437         * flower/include/rational.hh: 
1438
1439         * flower/offset.cc: 
1440         * flower/include/offset.hh: 
1441
1442         * flower/interval.cc: 
1443         * flower/include/interval.hh: 
1444
1445         * flower/string-convert.cc: 
1446         * flower/include/string-convert.hh: Use std::string [interface].
1447         Update callers.
1448
1449 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1450
1451         * Documentation/index.html.in: clean up.
1452
1453 2006-01-25  Graham Percival  <gpermus@gmail.com>
1454
1455         * Documentation/user/putting.itely: another new untested doc section.
1456
1457 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1458
1459         * scm/layout-page-layout.scm (write-page-breaks): write
1460         \spacingTweaks #ALIST. Handle grace timing.
1461
1462         * scm/: more imports.
1463
1464         * scm/page.scm (make-page): add footer/header.
1465         (annotate-space-left): revise: only take page argument.
1466         (layout->page-init): new function.
1467
1468         * scm/layout-page-layout.scm (write-page-breaks): preliminary
1469         version of the system/spacing/linebreak hack writing to the output
1470
1471         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
1472         ly:make-prob.
1473
1474         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
1475         ly:spanner-bound
1476
1477 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1478
1479         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
1480
1481         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
1482
1483         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
1484         handling to page.scm
1485
1486         * lily/prob-scheme.cc (LY_DEFINE): new file.
1487         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
1488
1489         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
1490         prob functions.
1491
1492         * lily/music.cc (derived_mark): derive Music from Prob.
1493
1494         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
1495
1496         * lily/prob.cc (Module): Implement Prob (Property Object), object
1497         with shared and r/w property alists.  
1498
1499         * lily/include/prob.hh (Module): new file. Declare Prob.
1500
1501         * flower/string.cc: remove is_empty().
1502
1503         * flower/include/string.hh (class String): remove String:: qualifier.
1504
1505         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
1506         substitute appropriate functions.
1507
1508         * flower/include/string.hh (class String): remove to_str0 and
1509         is_empty(). S&R everywhere.
1510
1511 2006-01-23  Graham Percival  <gpermus@gmail.com>
1512
1513         * Documentation/user/basic-notation.itely: add hairpin
1514         after-linebreak tweak to commonprop.
1515
1516         * Documentation/user/putting.itely: added two new sections.
1517
1518 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * flower/international.cc: 
1521         * flower/include/international.hh: 
1522
1523         * flower/getopt-long.cc: 
1524         * flower/include/getopt-long.hh: Use std::string [interface].
1525         Update callers.
1526
1527         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
1528
1529         * stepmake/stepmake/executable-rules.make: Add dependency on
1530         module libraries.
1531
1532 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1533
1534         * flower/file-path.cc: 
1535         * flower/include/file-path.hh: Use std::string [interface].
1536         Update callers.
1537
1538         * flower/direction.cc: 
1539         * flower/axis.cc: Unused.  Remove.
1540
1541         * configure.in (--enable-std-string): New option.
1542
1543         * flower/std-string.cc: 
1544         * flower/include/std-string.hh: New file.
1545
1546         * flower/file-name.cc[STD_STRING]:
1547         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
1548
1549 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1550
1551         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
1552
1553         * scm/define-markup-commands.scm (with-dimensions):
1554         with-dimensions markup command.
1555
1556         * input/test/font-table.ly: use it.
1557
1558         * lily/open-type-font.cc (glyph_list): new function.
1559
1560         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
1561
1562         * lily/ttf.cc: remove ly:font-glyph-list scheme function
1563
1564 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1565
1566         * ly/music-functions-init.ly (parallelMusic): new music function
1567         for parallel music entry.
1568
1569         * scm/define-music-properties.scm (all-music-properties): new
1570         'void music property
1571
1572         * scm/music-functions.scm (ly:music-message): make public, to be
1573         used in music function definitions
1574
1575         * scm/lily-library.scm (collect-music-for-book): discard music
1576         when the 'void property is set.
1577
1578 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1579
1580         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
1581
1582         * mf/GNUmakefile: idem.
1583
1584         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
1585
1586         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
1587
1588         * Documentation/user/notation-appendices.itely (The Feta font):
1589         use it.
1590
1591         * input/test/font-table.ly: new file. Generate font table within lily.
1592
1593         * Documentation/user/notation-appendices.itely (The Feta font):
1594         use new font-table.ly file. 
1595
1596         * stepmake/stepmake/install-out-targets.make
1597         (local-install-outfiles): only create directory if
1598         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
1599
1600 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1601
1602         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
1603
1604         * VERSION (PACKAGE_NAME): release 2.7.28
1605
1606         * scm/framework-ps.scm (write-preamble): use it to pick exactly
1607         the right font from a Mac dfont.
1608         (write-preamble): don't forget directory, only look at files.
1609
1610         This fixes problems with TTF files in dfonts that don't match
1611         their PostScript names.
1612          
1613         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
1614         PS name from TTF font.
1615
1616         * input/regression/tie-manual.ly: document new feature.
1617
1618         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
1619
1620         * VERSION (MY_PATCH_LEVEL): bump to .28
1621
1622         * Documentation/user/basic-notation.itely (Ties): add tie examples
1623         refs.
1624
1625         * lily/tie-formatting-problem.cc (score_ties_configuration):
1626         symmetry penalties for outer ties.
1627
1628 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1629
1630         * lily/tie-formatting-problem.cc (generate_configuration) 
1631         (set_manual_tie_configuration): skip non-pair manual
1632         tie-configuration, so you can set individual ties as
1633
1634           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
1635
1636         * input/regression/tie-chord.ly: use generateTiePattern to
1637         simplify file.
1638
1639         * lily/tie-formatting-problem.cc (peak_around): new function.
1640         (score_configuration): use sliding criterion for staff line collisions. 
1641         (score_configuration): idem for dot collisions.
1642         (generate_configuration): use separate stem_gap for gap to stem.
1643
1644         * lily/include/tie-formatting-problem.hh (struct Tie_details):
1645         separate penalty factors for x and y distance.
1646         (struct Tie_details): separate penalties for tip and center line collisions.
1647
1648 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
1649
1650         * lily/tie-formatting-problem.cc (generate_configuration): make
1651         large ties avoid stafflines in the horizontal section.
1652         (score_configuration): use softcoded penalties
1653         (score_aptitude): idem.
1654
1655         * lily/tie-helper.cc (from_grob): softcode tie details
1656
1657         * lily/staff-symbol-referencer.cc (on_staff_line): new function
1658
1659         * lily/staff-symbol-referencer.cc (on_line): rename from
1660         on_staffline 
1661
1662 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1663
1664         * ly/music-functions-init.ly: remove duplicate tag.
1665
1666         * lily/include/*.hh: GCC 4.1 fixes.
1667
1668 006-01-16  Erlend Aasland  <erlenda@gmail.com>
1669
1670         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
1671
1672         * scm/define-music-types.scm: fix bug in desc. string
1673         for OverrideProperty
1674
1675 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
1676
1677         * scripts/lilypond-book.py: bugfix
1678
1679         * scm/define-music-types.scm: fix typos.
1680
1681 2006-01-14  Graham Percival  <gpermus@gmail.com>
1682
1683         * Documentation/user/ basic-notation.itely, global.itely,
1684         advanced-notation.itely, instrument-notation.itely: small
1685         additions (bugs and commonly tweaked properties).
1686
1687 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1688
1689         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
1690         detection of mingw build.
1691         (MINGW_BUILD): opps.
1692
1693 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1694
1695         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
1696         i686-mingw32.
1697
1698 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1699
1700         * scm/music-functions.scm (skip->rest): add skip->rest
1701
1702 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1703
1704         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
1705         explicitly.
1706
1707         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
1708         config dirs. Aids debugging. 
1709         (display_config): also display config files.
1710
1711 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1712
1713         * VERSION: release 2.7.27
1714
1715         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
1716         for determining bar size.
1717
1718         * lily/staff-symbol.cc (print): place lines at distance line-positions
1719
1720         * scm/define-grob-properties.scm (all-user-grob-properties): add
1721         line-positions.
1722
1723         * lily/staff-symbol.cc (height): new function.
1724
1725         * input/regression/staff-line-positions.ly:  new file.
1726
1727 2006-01-06  Graham Percival  <gpermus@gmail.com>
1728
1729         * input/test/add-staccato.ly: remove reference to old file.
1730
1731 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1732
1733         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
1734         lilypond binary too.
1735
1736 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1737
1738         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
1739
1740 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1741
1742         * scripts/midi2ly.py: Bugfix: Declare datadir.
1743
1744         * make/ly-rules.make:
1745         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
1746         that seems to be gone). Fixes make web.
1747
1748         * The grand 2005-2006 replace.
1749
1750         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
1751
1752 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1753
1754         * make/lilypond-vars.make: set LILYPOND_BINARY variable
1755         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
1756         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
1757         like -dgs-font-load.
1758
1759         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
1760         remove absolute path to lilypond binary.
1761         
1762 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
1763
1764         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
1765
1766 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1767
1768         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
1769
1770         * mf/GNUmakefile: remove broken dvips map symlink.
1771
1772 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1773
1774         * lily/main.cc: 
1775         * configure.in: Cosmetic fixes.
1776
1777 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1778
1779         * Documentation/user/music-glossary.tely (Pitch names): Added
1780         Spanish pitch names and durations, thanks to Ernesto Gancedo
1781
1782 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1783
1784         * scm/lily.scm (define-scheme-options): use quasi-quote for option
1785         init. Fixes verbose printing of .scm files.
1786
1787         * stepmake/aclocal.m4: add spaces before - options.
1788         
1789 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1790
1791         * lily/relocate.cc (setup_paths): Bugfix: do not store result
1792         of path search in local block variable.
1793
1794 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1795
1796         * configure.in (NCSB_DIR): --enable-ncsb-dir
1797         (LINK_GXX_STATICALLY): denko.
1798
1799         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
1800
1801         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
1802         use locate to find c059033l.pfb. 
1803         
1804 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1805
1806         * lily/tie-formatting-problem.cc
1807         (problem::generate_base_chord_configuration): Use my_round (was
1808         round).
1809
1810         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
1811         do not invoke mbrtowc.
1812
1813         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
1814
1815 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1816
1817         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
1818
1819 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
1820
1821         * Documentation/user/invoking.itely (svg): revise.
1822
1823 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1824
1825         * lily/lexer.ll: use sourcefilename iso. renameinput.
1826
1827 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1828
1829         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
1830         <PostScriptName>.ttf instead of c059XXXttf.
1831
1832         * lily/program-option.cc (LY_DEFINE): special support for
1833         --verbose, so it works before option init too.
1834  
1835         * mf/GNUmakefile (local-install): oops.
1836
1837         * lily/lyric-hyphen.cc (print): oops.
1838
1839         * buildscripts/pfx2ttf.fontforge: new file.
1840         
1841         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
1842         ($(outdir)/%.ttf): new rule. 
1843
1844         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
1845         to LyricHyphen.
1846
1847         * lily/lyric-hyphen.cc (print): multiply hyphen height by
1848         font-size
1849
1850 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1851
1852         * VERSION: release 2.7.26
1853         
1854         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
1855
1856 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1857
1858         * lily/font-config.cc (init_fontconfig): verbosity.
1859
1860         * THANKS: add Muziekacademie Lede. 
1861
1862         * scripts/musicxml2ly.py (print_voice_definitions): new function 
1863         (print_score_setup): new function
1864         (convert): read part definition to output staves properly.
1865
1866         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
1867         Music_xml notes.
1868
1869         * python/musicexp.py (Output_printer.__init__): use _ in data
1870         members.
1871         (Output_printer.unformatted_output): new function: no formatting,
1872         but count braces.
1873         (Duration.get_length): remove isinstance() checks for
1874         Output_printer everywhere.
1875
1876         * input/regression/lyrics-bar.ly (texidoc): add
1877         Separating_line_group_engraver.
1878
1879 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1880
1881         * lily/relocate.cc (framework_relocation): New function,
1882         factored from set_relocation ().
1883         (prefix_relocation): Rename from set_relocation ().
1884         (setup_paths): Use it.
1885
1886 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1887
1888         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
1889         numbers. Patch by Erlend Aasland.
1890
1891 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1892
1893         * lily/font-config.cc (init_fontconfig): print warning if cache
1894         file is not existant.
1895
1896         * lily/main.cc: don't use #ifdef but #if
1897
1898 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1899
1900         * lily/grob-property.cc (internal_set_property): don't abort on
1901         calculation-in-progress.
1902
1903         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
1904
1905         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
1906         connect-to-neighbor property not connect-to-other
1907
1908         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
1909         (LY_DEFINE): oops. don't forget protection.
1910
1911         * flower/parse-afm.cc (Module): strip AFM handling completely.
1912
1913         * lily/stencil-expression.cc: idem.
1914
1915         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
1916
1917         * lily/function-documentation.cc (ly_add_function_documentation):
1918         use static member iso. Protected_scm
1919
1920         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
1921
1922         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
1923
1924 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1925
1926         * lily/relocate.cc (set_env_dir): New function.
1927         (set_relocation): Use it to fix setting PANGO_PREFIX.
1928
1929 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1930
1931         * input/regression/stem-direction-context.ly: remove rest.
1932
1933         * lily/melody-engraver.cc (process_music): restart for bar lines.
1934         (acknowledge_slur): restart for slurs.
1935
1936 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
1937
1938         * Documentation/user/invoking.itely: describe how to view SVG 
1939         output using Inkscape which replace embedded fonts with OTF fonts.
1940
1941 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1942
1943         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
1944
1945 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1946
1947         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
1948         comment.
1949
1950 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1951
1952         * VERSION (PACKAGE_NAME): release 2.7.25
1953
1954         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1955
1956         * input/regression/stem-direction-context.ly: new file.
1957
1958         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
1959
1960         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
1961         on rest.
1962
1963         * ly/engraver-init.ly: add Melody_engraver
1964
1965         * lily/beam.cc (calc_direction): use default-direction
1966         iso. get_default_direction()
1967
1968         * scm/define-grob-properties.scm (all-user-grob-properties): add
1969         default-direction property.
1970
1971         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
1972
1973         * lily/stem.cc (calc_default_direction): remove
1974         Stem::get_default_direction, use default-direction with callback
1975         instead.
1976
1977         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
1978
1979         * lily/melody-engraver.cc: new file. Acknowledge stems for
1980         interpolated stem directions. 
1981
1982         * lily/melody-spanner.cc: new file. Interpolate stem directions.
1983
1984         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
1985
1986         * lily/slur-configuration.cc (fit_factor): more robust check for
1987         point in curve X-extent.
1988
1989         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
1990         (outside_slur_callback): check for 'outside avoidance.
1991
1992         * lily/slur-configuration.cc (score_extra_encompass): don't use
1993         bound->column() == avoid->column() for checking extents, as this
1994         doesn't work for accidentals. 
1995
1996         * lily/slur-engraver.cc (acknowledge_extra_object): remove
1997         DynamicText hardcoding.
1998
1999         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
2000         crash if bound stem is NULL
2001
2002         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
2003         pedals.
2004
2005 2005-12-22  Graham Percival  <gpermus@gmail.com>
2006
2007         * scm/define-markup-commands.scm: typo.  @code{\raise}
2008         => @code{\\raise}.
2009
2010         * darwin.patch: now used again, includes a
2011         required patch from fink.
2012
2013 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
2014
2015         * po/TODO: mention gtranslator along with kbabel.
2016         * po/fi.po: update translations.
2017
2018 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2019
2020         * lily/relocate.cc (setup_paths): Bugfix.
2021
2022 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2023
2024         * lily/slur-configuration.cc (score_extra_encompass): don't use
2025         "avoid" choice for avoid-slur.
2026
2027         * stepmake/bin/install.py (dest): don't create existing dir.
2028
2029 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2030
2031         * stepmake/bin/install.py: Remove file before copying.
2032
2033         * config.make.in: 
2034         * stepmake/aclocal.m4: Do not substitute INSTALL.
2035
2036 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2037
2038         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2039         depend on link-tree.
2040
2041         * lily/relocate.cc (setup_paths): only check path for non-absolute
2042         dir without directory part.
2043
2044         * flower/file-name.cc (is_absolute):  new method.
2045         (is_absolute): check root_ too.
2046
2047 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2048
2049         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
2050         relocation code.  Oops, don't comment out too much.
2051
2052         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
2053         iso itself.
2054
2055         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
2056         compile.
2057
2058 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2059
2060         * .cvsignore: Add install-sh.
2061
2062         * autogen.sh (srcdir): Typo.
2063
2064 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2065
2066         * autogen.sh (srcdir): urg. Touch install-sh.
2067
2068         * stepmake/bin/install-sh (Module): remove.
2069
2070         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
2071
2072         * lily/include/relocate.hh: new file.
2073
2074         * lily/relocate.cc: new file. Contain relocation logic.
2075
2076         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
2077         (main): read LILYPOND_VERBOSE as the first thing.
2078
2079         * stepmake/aclocal.m4: remove INSTALL variable.
2080
2081         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2082         separate target for making font symlinks.
2083         (documentation-dir): use $(if $(findstring )) for switching off
2084         Documentation.
2085
2086         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
2087         something if DOCUMENTATION is no.
2088
2089 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2090
2091         * VERSION: release 2.7.24
2092
2093         * lily/script-column-engraver.cc (stop_translation_timestep):
2094         delay adding to script-column.
2095
2096         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
2097
2098         * python/convertrules.py (conv): rule for number-visibility
2099
2100         * lily/slur-configuration.cc (score_extra_encompass): different
2101         distance measure for avoid and inside avoidance.
2102         (score_extra_encompass): use 1/(distance+eps) as penalty.
2103
2104         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
2105         encompass objects for generating slur curves.
2106
2107         * lily/slur.cc: use details iso. slur-details property.
2108
2109         * input/regression/slur-tuplet.ly: new file.
2110
2111         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
2112
2113         * flower/include/offset.hh (class Offset): new operator /=
2114
2115         * lily/tuplet-number.cc (print): new file, new interface.
2116
2117         * scm/define-grob-properties.scm (all-user-grob-properties):
2118         remove number-visibility property.
2119
2120         * lily/tuplet-bracket.cc (calc_control_points): new function
2121         (calc_connect_to_neighbors): new function.
2122         (print): remove text handling for tuplet numberdef.
2123
2124         * lily/tuplet-engraver.cc (struct Tuplet_description): create
2125         TupletNumbers too. 
2126
2127         * lily/lily-guile.cc (robust_scm2booldrul): new function
2128
2129         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
2130
2131         * lily/tuplet-bracket.cc (calc_position_and_height): use
2132         staff-padding to control whether tuplet brackets are over staves.
2133
2134         * lily/grob.cc (suicide): clear dim_caches_.
2135
2136         * lily/dimension-cache.cc (clear): new function.
2137
2138         * lily/grob.cc (extent): swap order of min-extent and extent
2139         calculations. This fixes hara kiri staves. 
2140
2141 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2142
2143         * lily/main.cc: Nitpick: relocation is not based on path, but on
2144         directory (location).
2145
2146 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2147
2148         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
2149
2150         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
2151
2152         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
2153
2154         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
2155
2156         * stepmake/stepmake/generic-vars.make (Module): idem.
2157
2158         * stepmake/stepmake/executable-targets.make (default): use it.
2159
2160         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
2161
2162         * make/GNUmakefile: don't install make rules.
2163
2164         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
2165         slashes.
2166         (prepend_env_path): more verbosity.
2167
2168 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2169
2170         * GNUmakefile.in: add dir argument for find command.
2171
2172         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
2173         fixes weird line numbers for point & click.
2174
2175         * lily/source-file.cc (get_counts): init line/column/char counts.
2176
2177 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2178
2179         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
2180
2181 2005-12-16  Graham Percival  <gpermus@gmail.com>
2182
2183         * Documentation/user/basic-notation.itely, advanced-notation.itely:
2184         minor fixes from Fredric.  Thanks!
2185
2186 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2187
2188         * ly/music-functions-init.ly: add \bar and \clef music function 
2189
2190         * lily/lily-lexer.cc: idem.
2191
2192         * lily/parser.yy (FIXME): remove BAR and CLEF.
2193
2194 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2195
2196         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
2197
2198         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
2199         function arguments too
2200
2201         * lily/main.cc (set_relocation): new function.
2202
2203         * scripts/musicxml2ly.py (convert): add \version
2204
2205         * lily/tie.cc: remove get_default_attachments()
2206
2207         * VERSION (PACKAGE_NAME): release 2.7.23
2208         
2209         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
2210         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
2211
2212         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2213
2214         * lily/tie-formatting-problem.cc (score_ties): new function
2215         (get_variations): new function. Try flipping dirs for collisions.
2216         (generate_optimal_chord_configuration): new function. 1-opt search
2217         for better configuration.
2218
2219         * lily/tie-configuration.cc: new file.
2220
2221         * lily/tie.cc: junk Tie::get_configuration()
2222
2223         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
2224         (score_ties_configuration): new function.
2225         (generate_ties_configuration): new function.
2226         (generate_base_chord_configuration): new function.
2227         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
2228         (set_manual_tie_configuration): Move body from tie-column-format.cc 
2229
2230         * input/regression/tie-dot.ly: new file.
2231
2232         * lily/tie-formatting-problem.cc (score_configuration): score
2233         tie/dot collisions.
2234
2235         * lily/tie-helper.cc (get_transformed_bezier): new function
2236
2237         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
2238
2239         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
2240         -undefined suppress iso. -framework Python 
2241
2242         * scm/define-grobs.scm (all-grob-descriptions): set
2243         springs-and-rods (thanks Joe Neeman!)
2244
2245 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2246
2247         * input/no-notation/display-lily-tests.ly (test): 
2248         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
2249         changed from \tag #'(a b) to \tag #'a \tag #'b
2250
2251 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2252
2253         * Documentation/topdocs/NEWS.tely: strip out-www.
2254
2255         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
2256
2257         * config.make.in (AR): add AR and RANLIB
2258
2259         * flower/libc-extension.cc: include cassert
2260
2261         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
2262         darwin check.
2263
2264 2005-12-11  Graham Percival  <gpermus@gmail.com>
2265
2266         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
2267
2268         * stepmake/stepmake/python-modules-vars.make: define
2269         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
2270
2271         * THANKS: added Johannes Schindelin.
2272
2273 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2274
2275         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
2276
2277         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2278         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
2279
2280         * lily/parser.yy: reorganize file layout.
2281
2282         * ly/music-functions-init.ly: add tweak music function.
2283
2284         * lily/grob-info.cc (ultimate_music_cause): new function:
2285         recursively lookup causes. 
2286
2287         * lily/parser.yy (chord_body_element): allow music functions for
2288         post-events, allow music functions for chord elements. 
2289  
2290         * lily/font-config-scheme.cc (display_fontset): add cast.
2291
2292         * python/convertrules.py (FatalConversionError.sub_syms): \tag
2293         #'(a b) -> \tag #'a \tag #'b rule.
2294
2295         * python/musicexp.py (Output_printer.dump_version): new function
2296
2297 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2298
2299         * lily/parser.yy (FIXME): remove \tag
2300         (FIXME): remove tag_music() function.
2301
2302         * lily/lily-lexer.cc: remove \tag
2303
2304         * ly/music-functions-init.ly: define music-function "tag"
2305
2306         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
2307
2308 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2309
2310         * VERSION (PATCH_LEVEL): release 2.7.22
2311
2312         * input/regression/lyric-hyphen-retain.ly: renew.
2313
2314         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
2315         grob
2316
2317         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
2318         iso. minimum-length property for rods.
2319
2320         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
2321         LyricSpace item to keep lyrics spaced apart.
2322
2323         * ly/engraver-init.ly: remove Separating_line_group_engraver
2324
2325         * Documentation/user/music-glossary.tely: do setfilename before
2326         music-glossary.
2327
2328 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
2329
2330         * Documentation/user/lilypond-book.itely: use `,´ after xref:
2331         See xref documentation, for example.
2332
2333 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2334
2335         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
2336         pending_skip iso. ly_voice[-1]
2337         (main): add if __main__ for debugging.
2338
2339         * python/musicxml.py (Accidental.__init__): new class.
2340
2341         * scripts/musicxml2ly.py (progress): new function
2342         (musicxml_key_to_lily): don't barf on modeless keys.
2343         (create_skip_music): new function.
2344         (musicxml_spanner_to_lily_event): new function. Handle beams too.
2345         (musicxml_note_to_lily_main_event): new function.
2346
2347         * python/musicexp.py (Music.__init__): add comment field.
2348         (NestedMusic.append): new routine.
2349         (SequentialMusic.print_ly): print comment.
2350         (ArpeggioEvent.ly_expression): new class
2351         (BeamEvent.ly_expression): new class
2352         (NoteEvent.__init__): support for cautionary/forced accs.
2353
2354         * lily/lookup.cc (slur): normal order for array loop.
2355
2356         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
2357         to 0.0.
2358
2359         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
2360         collapsed.
2361
2362 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
2363
2364         * scm/music-functions.scm: Make phrasing slurs follow voice direction
2365
2366         * scripts/lilypond-book.py: Introduce option
2367         --preserve-line-breaks, for usage with srcltx
2368
2369 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2370
2371         * scm/output-lib.scm (print-circled-text-callback): draw circle
2372         around text using make-circle-markup.
2373
2374         * Documentation/user/*: strip out-www from file names.
2375
2376 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
2377
2378         * Documentation/user/lilypond.tely (direntry): remove empty lines;
2379         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
2380
2381 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2382
2383         * Documentation/user/GNUmakefile: idem.
2384
2385         * Documentation/user/macros.itexi: strip out-www
2386
2387         * python/rational.py: python 2.3 compat.
2388
2389         * VERSION (PATCH_LEVEL): release 2.7.21
2390
2391         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
2392         option formatting, lilypond style.
2393
2394         * python/musicexp.py: grab from Ikebana: a library for composing
2395         ly music expressions. 
2396         (Output_printer): class for advanced .ly printing.
2397         (eg. tupletting) 
2398
2399         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
2400         convert to pythonesque structure.
2401
2402         * python/rational.py: PD rational number class.
2403
2404         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
2405
2406 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
2407
2408         * lily/part-combine-iterator.cc: Minor bugfix
2409         
2410         * THANKS: Update bughunters
2411
2412 2005-12-02  Werner Lemberg  <wl@gnu.org>
2413
2414         * mf/README: Document process for proper mf2pt1 conversion.
2415
2416         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
2417         overlapping.
2418
2419         * mf/feta-harmonica.mf: Removed.  Unused.
2420
2421 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2422
2423         * scripts/lilypond-book.py (do_file): fix thinkos.
2424
2425 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2426
2427         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
2428         ($(outdir)/parser.cc): 
2429         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
2430
2431 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
2432
2433         * ly/titling-init.ly (tagline): it should be a space between
2434         "Music engraving by LilyPond" and the version number.
2435
2436 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2437
2438         * VERSION (PACKAGE_NAME): release 2.7.20
2439
2440 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2441
2442         * scm/define-markup-commands.scm (pad-to-box): new markup command.
2443
2444         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
2445         1.0.
2446         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
2447
2448 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2449
2450         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
2451
2452         * kpath-guile/: remove directory
2453
2454         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
2455         file. Encapsulate kpathsea using commandline tools.
2456
2457         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
2458         kpathsea) module.
2459
2460 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2461
2462         * Documentation/user/advanced-notation.itely (Setting automatic
2463         beam behavior): Correct a few typos. Thanks to David Bobroff.
2464
2465         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
2466         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
2467
2468 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2469
2470         * scripts/*.py: gmane address for bugs.
2471
2472 2005-11-28 Pal Benko <benkop@freestart.hu>
2473         
2474         * make/ly-rules.make: add -f switch to mv
2475
2476         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
2477
2478         * lily/bar-line.cc: interpret it
2479
2480 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * configure.in (--disable-documentation): New switch.
2483
2484         * GNUmakefile.in: Use it.
2485
2486         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
2487
2488 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2489
2490         * scripts/lilypond-book.py (do_file): search chunks for
2491         \\begin{document}
2492
2493         * GNUmakefile.in: add copy step in between so we can lose the
2494         out-www directories.
2495
2496 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2497
2498         * lily/pango-font.cc (pango_item_string_stencil): put
2499         geometry.width into glyph-string too.
2500
2501 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2502
2503         * scm/define-music-display-methods.scm (RevertProperty):
2504         (OverrideProperty): Use grob-property-path property, a list of
2505         symbols, instead of grob-property, which used to be a single
2506         symbol.
2507         (BassFigureEvent): a figure can be a plain number, not necessarily a
2508         markup.
2509
2510 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2511
2512         * VERSION: release 2.7.19
2513         
2514         * lily/figured-bass-engraver.cc (process_music): check
2515         figuredBassCenterContinuations first.
2516
2517         * scm/translation-functions.scm (format-bass-figure): make double
2518         sharp larger. 
2519
2520         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
2521         determine X-parent.
2522
2523         * lily/system-start-delimiter-engraver.cc: move from
2524         Nested_system_start_delimiter_engraver, rename
2525         Nested_system_start_delimiter_engraver ->
2526         System_start_delimiter_engraver.
2527
2528         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
2529         bracket type from hierarchy.
2530
2531 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2532
2533         * lily/rest.cc (y_offset_callback): read staff-position.
2534
2535         * scm/define-grob-properties.scm (all-user-grob-properties): don't
2536         mark after-line-breaking-callback as internal.
2537
2538         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
2539
2540 2005-11-25  Werner Lemberg  <wl@gnu.org>
2541
2542         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
2543
2544 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2545
2546         * stepmake/bin/add-html-footer.py (do_file): add google
2547
2548         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
2549         staff if first_start_ is true.
2550
2551 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2552
2553         * scripts/midi2ly.py (split_track): add __repr__ members.
2554         (track_first_item): only return Item if not None. This fixes a
2555         problem when dumping a track that starts with an empty channel.
2556
2557         * python/midi.c: doc module.
2558
2559 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2560
2561         * Documentation/user/global.itely (Creating MIDI files): Fix
2562         compilation problem.
2563
2564 2005-11-22  Graham Percival  <gpermus@gmail.com>
2565
2566         * Documentation/user/basic-notation.itely: clarify dynamic
2567         padding text.
2568
2569         * Documentation/user/advanced-notation.itely: add unicode
2570         escape control example, whatever that is.  :)
2571
2572         * Documentation/user/global.itely: added "removing dynamics
2573         from MIDI" code.
2574
2575 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2576
2577         * VERSION (PATCH_LEVEL): release 2.7.18
2578
2579         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
2580         System_start_delimiter_engraver by
2581         Nested_system_start_delimiter_engraver.
2582
2583         * lily/nested-system-start-delimiter-engraver.cc (struct
2584         Bracket_nesting_node): new class.
2585         (struct Bracket_nesting_group): new class
2586         (struct Bracket_nesting_staff): new class.
2587         (process_music): create hierarchy of grobs. This allows separate
2588         tuning of different SSDs. 
2589
2590         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
2591         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
2592
2593 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2594
2595         * lily/side-position-interface.cc (aligned_side): multiply
2596         staff_radius by 2.
2597
2598         * lily/script-engraver.cc (make_script_from_event): allow setting
2599         values to '()
2600
2601 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2602
2603         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
2604
2605         * scm/define-grobs.scm (all-grob-descriptions): new grob
2606         NestedSystemStartDelimiter.
2607
2608         * input/regression/system-start-heavy-bar.ly: new file.
2609
2610         * lily/nested-system-start-delimiter-engraver.cc: new file.
2611
2612         * lily/nested-system-start-delimiter.cc: new file.
2613
2614         * input/regression/system-start-nesting.ly: new file.
2615
2616         * scm/define-grobs.scm (all-grob-descriptions): use X side
2617         positioning for positioning braces for nested contexts.
2618
2619         * lily/system-start-delimiter.cc (print): don't divide extent by
2620         staff_space.
2621         (print): use style iso. glyph.
2622         (staff_bracket): translate glyph inside routine already.
2623
2624 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
2625
2626         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
2627         names.
2628
2629 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2630
2631         * scm/define-context-properties.scm
2632         (all-user-translation-properties): rename figuredBassFormatter
2633         from newFiguredBassFormatter.
2634
2635         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
2636
2637         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
2638
2639         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
2640
2641         * lily/beam.cc (calc_beaming): new function.
2642         (calc_shorten): new function.
2643
2644         * THANKS: add Edward Neeman.
2645
2646         * input/regression/accidental-clef-change.ly: new file.
2647
2648         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
2649
2650         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
2651
2652         * lily/clef-engraver.cc (inspect_clef_properties): reset
2653         localKeySignature for clef changes.
2654
2655 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2656
2657         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
2658         add dummy definition that works in Linux and add information in
2659         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
2660
2661         * Documentation/user/changing-defaults.itely (Modifying context
2662         plug-ins): Add index for \with.
2663
2664         * Documentation/user/music-glossary.tely (dal segno): Updated
2665         example to version >=2.6.
2666
2667 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2668
2669         * Documentation/user/instrument-notation.itely (Printing chord
2670         names): Reorder \chordmode and \repeat in one example.
2671
2672 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2673
2674         * VERSION: release 2.7.17
2675         
2676         * Documentation/topdocs/NEWS.tely (Top): add note about
2677         refactoring.
2678
2679         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2680         new function. Search region of 3 positions for best tie.
2681         (score_configuration): new function.
2682         (score_aptitude): new function.
2683         (generate_configuration): new function.
2684         (get_configuration): new function.
2685         (Tie_formatting_problem): new function
2686
2687         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
2688
2689         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
2690
2691         * THANKS: add Eduardo Vieira & Ralph Little
2692
2693         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
2694         narrower.
2695
2696         * lily/include/tie-formatting-problem.hh (class
2697         Tie_formatting_problem): add Tie_details to
2698         Tie_formatting_problem. Update calling conventions.
2699
2700         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
2701         config.make.
2702
2703         * Documentation/user/lilypond.tely: remove musedata2ly entry.
2704
2705 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
2706
2707         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
2708         scm/define-context-properties.scm: Maintenance bugfix: make
2709         ligature brackets work again by removing obsolete ligature
2710         primitive callback push/pop.
2711
2712         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
2713         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
2714         value.
2715
2716 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
2719         used and do not call it a path.
2720         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
2721
2722 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2723
2724         * lily/include/tie-formatting-problem.hh (class
2725         Tie_formatting_problem): new file.
2726
2727         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
2728
2729         * Documentation/misc/ChangeLog-2.3:  new file.
2730
2731         * lily/audio-staff.cc (output): degarianize.
2732
2733 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2734
2735         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
2736         Unset PYTHONOPTIMIZE.  Fixes install if set.
2737
2738 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2739
2740         * python/convertrules.py (conv): add warning about drums. 
2741
2742         * make/stepmake.make: include toplevel-version.make after config.make.
2743
2744         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
2745         also allow python2.4
2746
2747         * config.make.in (configure-srcdir): remove GXX GCC vars.
2748
2749         * stepmake/aclocal.m4: don't do non-srcdir build with
2750         symlinks. Use inclusion, so the src directory name can be changed.
2751
2752 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2753
2754         * make/mutopia-vars.make:
2755         * make/ly-vars.make: Use src-wildcard iso wildcard for source
2756         files.
2757
2758 2005-11-13  Werner Lemberg  <wl@gnu.org>
2759
2760         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
2761         but the affected path.  This ensures that the (overlapping) outlines
2762         have the same direction, which is a necessary prerequisite for
2763         FontForge's algorithm to remove overlaps.
2764         Formatting.
2765
2766         * mf/feta-haak.mf: Formatting.
2767         (draw_bracket): Slightly modify outline to avoid an unnecessary
2768         corner.
2769         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
2770         them from the affected paths.
2771
2772 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2773
2774         * mf/README: remove xpm / accordion notes.
2775
2776         * lily/tie-column-format.cc (set_chord_outline): add dots into
2777         skyline extents. This fixes tie formatting if the left head has dots.
2778
2779         * lily/tie.cc (get_configuration): only shift tie by a whole staff
2780         space inside the staff.
2781         (get_configuration): shift another position if necessary in case
2782         of left head tie  
2783
2784 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2785
2786         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
2787         buildscript-dir iso. $(depth)/buildscripts.
2788
2789         * tex/GNUmakefile (local-uninstall): remove
2790         music-drawing-routines.ps juggling.
2791
2792         * stepmake/stepmake/install-targets.make (local-install-files):
2793         prepend src-dir to install targets.
2794
2795         * lily/system-start-delimiter-engraver.cc
2796         (acknowledge_system_start_delimiter): use
2797         add_offset_callback(). This fixes translation of nested
2798         staffgroups.
2799
2800         * lily/grob-closure.cc (add_offset_callback): only encaps in
2801         simple_closure if it's a procedure.
2802         
2803         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
2804         from bar-line.
2805
2806         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2807         remove-empty where pertinent.
2808
2809 2005-11-12  Graham Percival  <gpermus@gmail.com>
2810
2811         * Documentation/user/instrument-notation.itely: added
2812         Cameron Horsburgh's multiple stanzas docs.  Thanks!
2813
2814 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2815
2816         * lily/GNUmakefile
2817         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
2818         make picture in builddir, not srcdir.
2819
2820 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2821
2822         * VERSION: release 2.7.16
2823         
2824         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
2825         shell arguments. 
2826
2827 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2828
2829         * Documentation/user/examples.itely (Piano templates): Minor
2830         modification to the Piano centered lyrics example.
2831
2832 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2833
2834         * scripts/lilypond-invoke-editor.scm (run-browser): look at
2835         $BROWSER.
2836
2837         * Documentation/user/point-and-click.itely: simplify p&c
2838         instruction: don't configure firefox. Put lilypond-invoke-editor
2839         in front of the browser.
2840
2841         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
2842         (run-browser): new function.
2843
2844         * lily/parser.yy (Lily_lexer): recognize Book
2845
2846         * lily/book.cc (clone): new function
2847
2848         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
2849
2850 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
2851
2852         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
2853         Maintenance bugfix: reduce number of font related warnings by
2854         updating naming conventions for glyph-name.
2855
2856 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2857
2858         * scm/define-grobs.scm (all-grob-descriptions): add
2859         rhythmic-grob-interface to TabNoteHead.
2860
2861         * scm/layout-beam.scm (check-quant-callbacks): remove
2862         set_stem_lengths()
2863
2864 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
2865
2866         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
2867         alignment of centered divisiones.
2868
2869         * scm/scripts.scm (articulations): Maintenance bugfix:
2870         follow-into-staff -> quantize-position.
2871
2872         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
2873         plica head in porrectus deminutus.
2874
2875 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2876
2877         * make/lilypond.fedora.spec.in (Group): add %clean section.
2878
2879         * lily/tuplet-bracket.cc (print): change check: remove bracket if
2880         less then 1/5th of total length.  
2881         (print): use gap too.  Fixes tupletUp-single-bracket.ly
2882
2883         * scm/music-functions.scm (glue-mm-rest-texts): also put other
2884         events into EventChord. This fixes textspanners on mm rests. Fixes
2885         spanner-rest.ly
2886
2887         * lily/side-position-interface.cc (get_axis): read side-axis
2888         (set_axis): set side-axis.
2889
2890         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
2891         properties everywhere.
2892
2893         * lily/spacing-spanner.cc (breakable_column_spacing): add
2894         average-spacing-wishes. Take maximum if not set.
2895         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
2896
2897         * scm/define-grobs.scm (all-grob-descriptions): add
2898         average-spacing-wishes.
2899
2900         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
2901         offset callbacks. This fixes alignment for Fingering objects.
2902
2903         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
2904         space for key - timesig combination. 
2905
2906         * input/regression/script-stem-tremolo.ly (Module): new file.
2907
2908         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
2909         to key sig.
2910
2911         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
2912         Fixes: c-tremolo-script.ly.
2913         
2914         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
2915
2916         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
2917         
2918         * scm/define-grobs.scm (all-grob-descriptions): remove
2919         self-X-offset. Fixes alignment of octavate-8.
2920
2921         * scripts/lilypond-book.py (datadir): look in
2922         LILYPONDPREFIX/share/lilypond/current/
2923
2924         * GNUmakefile.in: symlink current to <VERSION>. 
2925
2926 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
2927
2928         * lily/main.cc: eps listed as a backend.
2929
2930 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2931
2932         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
2933
2934 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2935
2936         * lily/include/score.hh (class Score): remove texts_ member.
2937
2938         * lily/beam.cc (set_stem_lengths): force direction callback.
2939         (print): read quantized-positions, so we can force
2940         Beam::set_stem_lengths to occur.
2941         (rest_collision_callback): use common X parent. 
2942
2943 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * flower/file-path.cc (find): Bugfix: Return name of file found.
2946
2947         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
2948         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
2949         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
2950
2951 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2952
2953         * flower/offset.cc: idem.
2954
2955         * mf/*.mf: update email address.
2956
2957         * lily/font-config-scheme.cc:  new file.
2958
2959         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
2960
2961         * lily/*:  cs.uu.nl -> xs4all.nl
2962
2963         * VERSION (PATCH_LEVEL): release 2.7.15
2964
2965         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
2966         spec files.
2967
2968         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
2969
2970 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2971
2972         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
2973
2974         * lily/staff-performer.cc (process_music): add audio
2975         elements. This makes MIDI instrument changes work once again.
2976
2977         * lily/main.cc (LY_DEFINE): add gmane address.
2978
2979         * lily/beam.cc: remove calc_positions()
2980
2981         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
2982         original_ in private scope.
2983         (class Grob): drop pscore_ pointer, change to output_def pointer.
2984         (class Grob): cleanup class definition.
2985
2986         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
2987
2988 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2989
2990         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
2991         absolute.  Better diagnostics.
2992
2993         * GNUmakefile.in: Add bin/ to tree and populate with some links.
2994         This makes lilypond run from the build directory using argv0
2995         relocation (without any --prefix or LILYPONDPREFIX setting).
2996
2997 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2998
2999         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
3000
3001         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
3002         with simple-closure.
3003
3004         * lily/self-aligment-interface.cc (set_align_self): new function
3005         (set_center_parent): new function.
3006
3007         * lily/side-position-interface.cc (set_axis): new function.
3008
3009         * lily/new-fingering-engraver.cc (position_scripts): use drul for
3010         generic code. 
3011
3012         * scm/define-grob-properties.scm (all-user-grob-properties):
3013         remove [XY]-offset-callbacks add [YX]-offset
3014         
3015 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3016
3017         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
3018         entry for time signatures after breathing signs. Bug report by
3019         Scott Russell.
3020
3021 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3022
3023         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
3024         not absolute, make it absolute using PATH.
3025
3026 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * python/midi.c (initmidi): Fix type for mingw.
3029
3030 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
3033
3034         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
3035         cross compiling.
3036
3037         * stepmake/aclocal.m4: Support python cross compiling.
3038
3039         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
3040         Add mingw section.
3041
3042 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3043
3044         * scm/output-lib.scm (chain-grob-member-functions): replace
3045         chained-callback.cc
3046
3047         * lily/chained-callback.cc (Module): remove file.
3048
3049         * lily/rest-collision.cc (force_shift_callback_rest): change to
3050         chained callback.
3051
3052         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
3053
3054         * lily/grob.cc (y_parent_positioning): remove axis argument from
3055         parent_positioning callbacks.
3056         (Grob): junk init code
3057         (get_offset): use generic property callbacks for
3058         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
3059         (axis_parent_positioning): new function
3060         (axis_offset_symbol): new function
3061         (chain_offset_callback): new function
3062         (add_offset_callback): new function
3063
3064         * lily/beam.cc (rest_collision_callback): change signature; this
3065         is now a chained callback.
3066
3067         * lily/include/dimension-cache.hh (class Dimension_cache): remove
3068         callback administration.
3069
3070         * lily/simple-closure.cc: new file. Smob type that allows "grob
3071         member functions",
3072
3073             (ly:make-simple-closure FUNC A B)
3074
3075         is evaluated as (FUNC grob A B). This allows chaining of callbacks
3076         in various ways.
3077
3078         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
3079         callbacks.
3080
3081         * lily/slur.cc (outside_slur_callback): take 2 arguments.
3082
3083         * lily/rest.cc (polyphonic_offset_callback): remove.
3084
3085         * lily/script-engraver.cc (try_music): remove bool* argument.
3086
3087         * scm/script.scm (default-script-alist): set quantize-position
3088         appropriately.
3089
3090         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
3091
3092         * lily/side-position-interface.cc (aligned_side): move staff
3093         position quantization from
3094         Side_position_interface::quantised_position().
3095         (quantised_position): remove
3096         
3097 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3098
3099         * input/regression/beam-quant-standard.ly: reindent, set
3100         debug-beam-quanting to #t.
3101
3102         * lily/beam-concave.cc (calc_concaveness): set concaveness to
3103         10000 if this is a "hard" concave beam.
3104
3105         * lily/beam.cc (calc_least_squares_positions): change from
3106         calc_least_squares_dy
3107         (set_stem_lengths): this is now a chained callback.
3108
3109         * lily/context-property.cc (execute_general_pushpop_property):
3110         bugfix override with procedure should have effect.
3111
3112         * scm/define-grob-properties.scm (all-internal-grob-properties):
3113         remove position-callbacks.
3114
3115         * scm/define-grobs.scm (all-grob-descriptions): use
3116         ly:make-callback-chain for positions property.
3117
3118         * scm/layout-beam.scm (check-quant-callbacks): return list of
3119         chained callbacks.
3120
3121         * scm/lily.scm (type-p-name-alist): add callback-chain
3122
3123         * lily/lily-guile.cc (type_check_assignment): type check failure
3124         is warning not message.
3125
3126         * lily/grob-property.cc (try_callback): walk callback chain if
3127         appropriate.
3128
3129         * lily/chained-callback.cc: new file. new smob type.
3130
3131         * lily/lily-guile.cc (procedure_arity): new function.
3132
3133 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3134
3135         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
3136
3137 2005-10-25  John Mandereau  <john.mandereau@free.fr>
3138  
3139         * Documentation/user/instrument-notation.itely (Figured bass):
3140         describe new features
3141
3142 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3143
3144         * lily/beam.cc (calc_least_squares_dy): use property callback.
3145
3146         * lily/beam-concave.cc (calc_concaveness): use property callback.
3147
3148         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
3149
3150 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3151
3152         * HACKING: Update.
3153
3154 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3155
3156         * scm/layout-page-layout.scm (page-headfoot): annotate
3157         pagetopspace too.
3158
3159         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
3160
3161         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
3162         doesn't take y-space.
3163
3164         * scm/paper.scm (paper-alist): fix A7 dimensions. 
3165
3166 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3167
3168         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
3169         src-wildcard, remove $(wildcard).
3170
3171         * po/GNUmakefile (PO_FILES): 
3172         * ps/GNUmakefile (PS_FILES): 
3173         * tex/GNUmakefile (TEX_FILES): 
3174         * cygwin/GNUmakefile (POSTINSTALLS):
3175         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
3176         some wildcard calls.
3177
3178 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3179
3180         * THANKS: add Thomas Bushnell.
3181
3182 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3183
3184         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
3185         (lilypond-main): Redirect to gui-main if 'gui is set.
3186         Backportme.
3187
3188         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
3189         for alternative installations kludging s/share/lib/g
3190         LILYPONDPREFIX. Backportme.
3191
3192         * SConstruct (libdir_package_version): Define.
3193
3194         * python/SConscript: 
3195         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
3196         module in libdir.  Backportme.
3197
3198 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3199
3200         * lily/main.cc: clarify --safe.
3201
3202 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3203
3204         * VERSION: release 2.7.14
3205         
3206         * Documentation/user/*.itely: remove minimumVerticalExtent.
3207
3208         * scm/define-grobs.scm (all-grob-descriptions): remove
3209         RemoveEmptyVerticalGroup
3210
3211         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
3212
3213         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
3214         compile on MOSX
3215
3216         * python/convertrules.py (conv): add rules.
3217
3218         * lily/grob.cc: remove is_empty()
3219
3220         * lily/grob-property.cc: remove add_to_list_property().
3221
3222         * scripts/convert-ly.py (datadir): add prefix switching hack to
3223         .py too.
3224
3225         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
3226         space-function tweak.
3227
3228         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
3229
3230         * scm/define-grob-properties.scm (all-user-grob-properties):
3231         remove callback property.
3232
3233         * lily/include/grob.hh (class Grob): remove property_callbacks_
3234         member. Properties of procedure type are assumed to be callbacks.
3235
3236         * lily/ligature-engraver.cc (override_stencil_callback):
3237         rewrite. Use noteHeadLigaturePrimitive as source.
3238
3239         * scm/define-grob-properties.scm (all-internal-grob-properties):
3240         remove ligature-primitive-callback
3241
3242         * lily/include/dimension-cache.hh (class Dimension_cache): make
3243         class, with Grob as friend.
3244
3245         * lily/grob.cc: remove set_extent_callback(), set_extent() and
3246         has_extent_callback()
3247
3248         * scm/translation-functions.scm (format-new-bass-figure): read
3249         figuredBassPlusDirection
3250
3251         * scm/define-context-properties.scm
3252         (all-user-translation-properties): add figuredBassPlusDirection.
3253
3254         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
3255
3256         * lily/align-interface.cc (set_ordered): new function.
3257
3258         * lily/grob.cc (flush_extent_cache): rewrite.
3259
3260         * lily/dimension-cache.cc (Dimension_cache): cache extent as
3261         Interval pointer directly.
3262
3263         * lily/main.cc (setup_paths): insert extra / .
3264         (setup_paths): junk cff entry.
3265
3266         * lily/font-config.cc (init_fontconfig): only add type1 / otf
3267         directories.
3268
3269         * lily/axis-group-engraver.cc (finalize): remove
3270         extraVerticalExtent, minimumVerticalExtent verticalExtent.
3271
3272         * lily/grob.cc (Grob): don't set extent from ctor.
3273         (extent): use property callbacks. 
3274
3275         * lily/axis-group-interface.cc: remove set_axes() function.
3276
3277         * lily/grob-property.cc (del_property): new function.
3278
3279 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3280
3281         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
3282         
3283 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3284
3285         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
3286
3287 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3288
3289         * mf/SConscript: Updates.
3290
3291         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
3292
3293         * stepmake/stepmake/*:
3294         * */GNUmakefile:
3295         * config.make.in:
3296         * GNUmakefile.in:
3297         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
3298         from any directory in build-dir.  Cleanups.
3299
3300         * make/srcdir.make.in: Remove.
3301
3302         * lily/main.cc (setup_paths): Fix and document build-dir hack.
3303
3304         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
3305         main).
3306
3307         * lily/SConscript: Remove ttftools.
3308
3309         * SConstruct: Resurrect.
3310
3311 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3312
3313         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
3314         Y coordinate. 
3315
3316         * lily/paper-book.cc (add_score_title): put Paper_score title into
3317         systems_ list.
3318
3319         * scm/translation-functions.scm (format-new-bass-figure): also
3320         allow plus in combination with _
3321
3322 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3323
3324         * VERSION: 2.7.13 released.
3325
3326         * lily/note-collision.cc (check_meshing_chords): don't wipe
3327         stencil, merely set transparent.
3328
3329         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
3330         (Top): document #'callbacks.
3331         (Top): document nested \override.
3332
3333         * input/regression/figured-bass.ly: update for slash and pluses.
3334
3335         * input/regression/figured-bass-continuation-forbid.ly (Module):
3336         new file.
3337
3338         * scm/translation-functions.scm (format-new-bass-figure): use
3339         slashed-digit if diminished is set.
3340         (format-new-bass-figure): add + if 'augmented is set.
3341
3342         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
3343
3344         * input/test/piano-staff-distance.ly: remove file.
3345
3346         * Documentation/user/advanced-notation.itely (Formatting cue
3347         notes): use length-fraction for making stems/beams smaller.
3348
3349         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
3350         modifications.
3351
3352         * lily/new-figured-bass-engraver.cc: new property
3353         centerFiguredBassContinuations
3354
3355         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3356         use callbacks.
3357
3358         * lily/context-property.cc (execute_general_pushpop_property):
3359         robustness checks.
3360
3361         * input/regression/override-nest.ly: new file.
3362
3363         * python/convertrules.py (FatalConversionError.subber): conversion
3364         rule for #'callbacks
3365
3366         * input/regression/override-nest.ly: new function.
3367
3368         * lily/parser.yy (music_property_def): allow \override #'a #'b =
3369         #c too. 
3370
3371         * lily/context-property.cc (lookup_nested_property): new function.
3372         (evict_from_alist): new function.
3373         (general_pushpop_property): new function.
3374         (execute_general_pushpop_property): rewrite. Support nested
3375         properties too.
3376
3377 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3378
3379         * lily/beam.cc: use length-fraction too.
3380
3381         * scm/define-grob-properties.scm (all-user-grob-properties):
3382         remove property flag-width-function
3383         (all-user-grob-properties): remove space-function.
3384
3385         * scm/layout-beam.scm: remove flag-width-function.
3386
3387         * lily/beam.cc: remove flag-width-function
3388
3389         * scm/layout-beam.scm: remove beam dir functions.
3390
3391         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
3392
3393         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
3394         for easier grace tweaks.
3395
3396         * lily/beam.cc: remove dir-function.
3397
3398         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
3399
3400         * lily/grob.cc: remove spacing-procedure.
3401
3402         * lily/note-head.cc (calc_stem_attachment): new function.
3403         (internal_print): use callback to get glyph-name.
3404
3405         * lily/grob-property.cc (get_interfaces): new function.
3406
3407         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
3408
3409         * lily/stem.cc (calc_stem_end_position): new function.
3410         (calc_length): new function.
3411         document details for stem.
3412         remove Stem::get_direction()
3413
3414         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
3415
3416         * lily/grob-property.cc (set_callback): new function.
3417
3418         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
3419
3420         * lily/item-scheme.cc: new file.
3421
3422         * lily/bar-line.cc (before_line_breaking): remove function.
3423         remove bar-size-procedure, break-glyph-function
3424
3425         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
3426
3427         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
3428
3429         * lily/system-start-delimiter.cc (print): suicide from
3430         here. Remove after_line_breaking_callback.
3431
3432         * lily/script-interface.cc (calc_direction): use callback for direction.
3433
3434         * lily/side-position-interface.cc (aligned_side): don't use
3435         Side_position_interface::get_direction directly. Use callback. 
3436
3437         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
3438         calculate stencil.
3439         (get_print_stencil): rename from get_stencil: create stencil with
3440         transparency, color and cause. 
3441
3442         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
3443
3444         * python/convertrules.py (conv): insert temporary warning rule.
3445
3446         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
3447
3448         * lily/grob-property.cc (try_callback): remove marker if applicable.
3449
3450         * lily/grob.cc: elucidate doc about after/before-line-breaking
3451
3452         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
3453
3454         * lily/stem.cc (height): idem.
3455
3456         * lily/stem-tremolo.cc: idem.
3457
3458         * lily/slur.cc (height): don't use get_uncached_stencil()
3459
3460         * lily/rest.cc (y_offset_callback): use offset callback
3461         iso. after-line-breaking callback.
3462
3463         * lily/grob.cc: change after/before-line-breaking-callback to
3464         after/before-line-breaking dummy properties.
3465
3466         * lily/include/grob.hh: remove Grob_status.
3467
3468         * scm/define-context-properties.scm
3469         (all-user-translation-properties): remove verticalAlignmentChildCallback
3470
3471         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
3472         (calc_direction): use callback
3473         (calc_positions): use callback.
3474
3475         * lily/tie.cc (calc_direction): use callback. Only call parent
3476         positioning for more than one tie.
3477
3478         * lily/tie-column.cc (calc_positioning_done): use callback
3479
3480         * lily/slur-scoring.cc (calc_control_points): use callback
3481
3482         * lily/slur.cc (calc_direction): use callback.
3483
3484         * lily/note-collision.cc (force_shift_callback): remove.
3485
3486         * lily/dot-column.cc (force_shift_callback): remove. Use
3487         other_axis_parent_positioning.
3488
3489         * lily/grob.cc (other_axis_parent_positioning): new function.
3490         (same_axis_parent_positioning): new function
3491
3492         * lily/align-interface.cc (alignment_callback): remove function.
3493
3494         * lily/note-collision.cc (calc_positioning_done): use callback.
3495
3496         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
3497         (calc_direction): idem.
3498         remove print function.
3499
3500         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
3501
3502         * lily/dot-column.cc (calc_positioning_done): use callback.
3503
3504         * lily/break-align-interface.cc (calc_positioning_done): use callback.
3505
3506         * lily/beam.cc (calc_direction): use pseudo-property for beam
3507         direction callback.
3508         (calc_positions): use callback 
3509
3510         * lily/align-interface.cc (calc_positioning_done): use
3511         callback. Fold fixed  distance and normal alignment in one function.
3512
3513         * lily/stem.cc (calc_stem_end_position): use callback.
3514         (calc_positioning_done): idem.
3515         (calc_direction): idem.
3516         (calc_stem_end_position): idem
3517         (calc_stem_info): idem.
3518
3519         * lily/grob-property.cc (get_property_data): new function: 
3520         (try_callback): new function.
3521
3522         * scm/define-grob-properties.scm (all-user-grob-properties): doc
3523         callbacks property.
3524
3525         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
3526
3527 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3528
3529         * lily/tie.cc (get_position): robustness fix. Don't crash if a
3530         tie
3531         has no heads.
3532         
3533         * lily/include/*.hh (Module): compile fixes.
3534
3535 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
3536
3537         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
3538         as an argument for char-syntax: use (char-syntax (or nil 0)) 
3539         instead of (char-syntax nil), thanks to Milan Zamazal.
3540
3541 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3542
3543         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
3544         dist.
3545
3546         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
3547         themselves.
3548
3549 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3550
3551         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
3552         add class_name() method.
3553
3554         * lily/music-scheme.cc: remove ly:music-name.
3555
3556 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3557
3558         * cygwin/postinstall-lilypond.sh: Remove cruft.
3559
3560         * cygwin/postremove-lilypond.sh: Remove.
3561
3562         * cygwin/GNUmakefile (default): Remove postremove rules.
3563
3564 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3565
3566         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
3567         even header too.
3568         
3569         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
3570         MacOS 9 users.
3571
3572         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
3573         consider break index for broken spanner.
3574
3575         * scm/define-markup-commands.scm (wordwrap-string): remove \r
3576         characters from string before splitting.
3577
3578 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3579
3580         * scm/framework-ps.scm (output-preview-framework): use
3581         is-book-title to determine whether to chop off the booktitle.
3582
3583         * lily/paper-book.cc (systems): init from book-title-properties
3584         (add_score_title): init score-title-properties.
3585
3586         * ly/paper-defaults.ly: add {score,book}-title-properties.
3587
3588         * scm/document-backend.scm (lookup-interface): error message if
3589         using unknown interface.
3590
3591         * lily/volta-bracket.cc (after_line_breaking): new function. Set
3592         edge-height.
3593
3594         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
3595         make_bracket.
3596         (make_bracket): new function.
3597
3598         * scm/lily.scm (define-scheme-options): add paper-size option.
3599
3600         * ly/declarations-init.ly (laissezVibrer): get paper size from
3601         -dpaper-size
3602
3603         * scm/translation-functions.scm: use \fontsize for changing the
3604         fontsize.
3605
3606         * scm/define-grobs.scm (all-grob-descriptions): set
3607         between-length-limit to 1.0
3608
3609         * lily/tie-helper.cc: add between_length_limit_ detail property.
3610
3611         * mf/feta-bolletjes.mf: typos.
3612
3613         * lily/note-head.cc (internal_print): don't shadow idx
3614         parameter. This fixes wrong attachment for do shape heads.
3615
3616 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3617
3618         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
3619
3620         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
3621
3622         * scm/layout-slur.scm: rename from slur.scm
3623
3624         * scm/layout-page-layout.scm: rename from page-layout.scm
3625
3626         * scm/layout-beam.scm: rename from beam.scm
3627
3628         * scm/define-grob-interfaces.scm (bass-figure-interface): add
3629         bass-figure-interface
3630
3631         * lily/new-figured-bass-engraver.cc (process_music): add
3632         implicitBassFigures property.
3633         
3634         * scm/define-markup-commands.scm (pad-x): new markup.
3635
3636         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
3637         minimumVerticalExtent on FiguredBass context.
3638
3639         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
3640         case the continuation crosses a line break.
3641
3642 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3643
3644         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
3645         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
3646         absolute file name bug.  Backportme.
3647
3648 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3649
3650         * VERSION (PACKAGE_NAME): release 2.7.12
3651
3652         * input/regression/figured-bass-continuation-center.ly: new file.
3653
3654         * input/regression/beam-outside-beamlets.ly: new file.
3655
3656         * lily/beam.cc (set_beaming): don't clip edges.
3657         (connect_beams): don't clip edges.
3658
3659         * lily/beaming-info.cc (clip_edges): new function.
3660
3661         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
3662
3663         * Documentation/user/instrument-notation.itely (Figured bass):
3664         demonstrate extenders, update seealso links.
3665
3666         * scm/titling.scm (marked-up-headfoot): change tagline
3667         handling. tagline = ##f will blank the tagline as well.
3668
3669 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3670
3671         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
3672
3673         * lily/new-figured-bass-engraver.cc (struct
3674         New_figured_bass_engraver): add new_music_found_ member.
3675
3676         * lily/lilypond-version.cc (Lilypond_version): deal with
3677         incorrectly formatted version strings. 
3678
3679         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
3680         New_figured_bass_engraver by default.
3681
3682         * lily/ttf.cc (print_trailer): only define glyph names when
3683         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
3684
3685 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3686
3687         * lily/horizontal-bracket.cc (make_bracket): new function.
3688
3689         * scm/define-grobs.scm (all-grob-descriptions): new grobs
3690         NewBassFigure, BassFigureBracket, BassFigureContinuation,
3691         BassFigureLine, BassFigureAlignment
3692
3693         * lily/new-figured-bass-engraver.cc (process_music): new file.
3694
3695         * lily/figured-bass-continuation.cc: new file.
3696
3697         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
3698         new file.
3699
3700 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3701
3702         * scripts/lilypond-book.py: Bug fix, put the quote around the
3703         actual score for LaTeX documents.
3704
3705         * scm/define-grobs.scm (all-grob-descriptions): Change
3706         collapse-height of the SystemStartBracket grob to 5.0, 
3707         so the bracket disappears for single stave score lines (similarly
3708         to SystemStartBraces). 
3709
3710         * Documentation/user/advanced-notation.itely (Polymetric
3711         notation): Clarify the use of compressMusic.
3712
3713         * Documentation/user/basic-notation.itely (Grace notes): Clarify
3714         that the grace spacer note in other staves need the same duration
3715         and document the stroke-style property.
3716
3717 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3718
3719         * Documentation/user/global.itely (Vertical spacing): document
3720         alignment-extra-space and fixed-alignment-extra-space.
3721
3722         * Documentation/topdocs/NEWS.tely (Top): add entry.
3723
3724         * input/regression/alignment-vertical-spacing.ly: new file.
3725
3726         * python/convertrules.py (conv): add rule.
3727
3728         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
3729
3730         * lily/align-interface.cc (stretch_after_break): new
3731         function. Read fixed-alignment-extra-space property.
3732         (align_elements_to_extents): read alignment-extra-space property.
3733
3734         * lily/lily-guile.cc (robust_scm2dir): new function.
3735
3736         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
3737         (annotate-space-left): new function. Annotate space left on page. 
3738         (annotate-y-interval): new function.
3739         (paper-system-annotate-last): new function. Annotate bottom-space.
3740
3741         * mf/feta-beugel.mf (y): 
3742
3743 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3744
3745         * VERSION (PACKAGE_NAME):  release 2.7.11
3746
3747         * scm/lily-library.scm (interval-translate): new function
3748         (interval-center): new function. 
3749
3750         * scm/page-layout.scm (paper-system-annotate): new function. Add
3751         arrows for dimensions.
3752  
3753         * scm/stencil.scm (dimension-arrows): new function.
3754
3755         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
3756
3757         * input/regression/page-spacing.ly: add annotatespacing
3758
3759         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
3760         (LY_DEFINE): new function ly:paper-system-set-property!
3761
3762         * Documentation/user/global.itely (Paper size): explain how to add
3763         sizes.
3764
3765         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
3766         correspond to GS's definition.
3767
3768         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
3769         tuplet bracket.
3770         (print): only connect to next bracket if the next one is alive.
3771         (print): set padding to 0.0 if the bound is a breakable
3772         column. This makes tupletFullLength brackets reach up to the staff
3773         line if it doesn't connect to the next line.
3774
3775 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3776
3777         * lily/bar-number-engraver.cc: correct docs.
3778
3779         * scm/output-lib.scm (first-bar-number-invisible): rename from
3780         default-bar-number-visibility
3781
3782 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3783
3784         * scm/define-music-properties.scm (all-music-properties): remove
3785         predicate property.
3786
3787 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
3788
3789         * po/fi.po: refresh.
3790
3791 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3792
3793         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
3794         superfluous s1.
3795         (disappear): bugfix.
3796
3797         * lily/stem-tremolo.cc (raw_stencil): read slope property.
3798
3799         * lily/include/paper-system.hh (class Paper_system): remove
3800         staff_extents_ member.
3801
3802         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
3803
3804         * lily/include/paper-system.hh (class Paper_system): remove
3805         number_ variable. Remove is_title_. Remove break_before_penalty_
3806
3807         * lily/paper-book.cc (systems): use 'number property iso. number_
3808         member.
3809
3810         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
3811         remove ly:paper-system-number.
3812
3813         * scm/lily-library.scm (paper-system-title?): new function.
3814
3815         * lily/book.cc (process): bugfix: flip ?: cases. 
3816
3817         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3818         add outputProperty.
3819
3820         * ly/music-functions-init.ly: add outputProperty music function.
3821
3822         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
3823
3824         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
3825         and next-padding.
3826         (optimal-page-breaks): rename from ly:optimal-page-breaks.
3827
3828         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
3829
3830         * lily/paper-system.cc (internal_get_property): new function.
3831
3832         * Documentation/user/global.itely (Vertical spacing): refer to
3833         page-spacing.ly
3834
3835         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
3836         pagetopspace
3837
3838         * input/regression/page-spacing.ly: new file.
3839
3840         * input/regression/page-top-space.ly: new file.
3841
3842         * lily/spacing-spanner.cc: cmath -> math.h
3843
3844         * lily/paper-system.cc (read_left_bound): new function. Read
3845         line-break-system-details from left bound to determine extents.
3846  
3847         * Documentation/user/programming-interface.itely (Using LilyPond
3848         syntax inside Scheme): change applyxxx -> applyXxx.
3849
3850         * ly/music-functions-init.ly: add outputProperty music function.
3851
3852         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
3853
3854         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
3855
3856         * python/convertrules.py (conv): rule
3857
3858         * ly/music-functions-init.ly: applyxxx -> applyXxx
3859
3860         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
3861         TabVoice to Voice.
3862
3863 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3864
3865         * flower/include/real.hh: include <math.h> iso. <cmath>
3866
3867         * flower/include/offset.hh: include real.hh
3868
3869 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3870
3871         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3872         fix example, now that 'interfaces is no longer directly available.
3873
3874         * lily/book.cc (process): don't crash if paper == NULL.
3875
3876         * po/fr.po: update.
3877
3878 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3879
3880         * scm/define-music-types.scm (music-descriptions): set length and
3881         start-callback for QuoteMusic
3882
3883 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3884
3885         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
3886         arguments. Fixes compilation error with gcc 3.3.
3887
3888 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3889
3890         * VERSION: release 2.7.10
3891
3892         * stepmake/stepmake/python-module-rules.make
3893         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
3894
3895         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
3896         real.hh
3897
3898 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3899
3900         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
3901         -Werror. Otherwise GCC barfs over various optimizations.
3902
3903         * scm/define-grob-properties.scm (all-internal-grob-properties):
3904         add note-head property
3905
3906         * Documentation/user/instrument-notation.itely (Laissez vibrer
3907         ties): new node.
3908
3909         * input/regression/laissez-vibrer-ties.ly: new file.
3910
3911         * lily/laissez-vibrer-engraver.cc: new file.    
3912
3913         * lily/include/tie-column-format.hh: new file.
3914
3915         * lily/tie-column-format.cc: new file. 
3916
3917         * lily/tie-column.cc (set_manual_tie_configuration): new function.
3918
3919         * lily/laissez-vibrer-tie.cc: new file.
3920
3921         * lily/include/laissez-vibrer-tie.hh: new file.
3922
3923         * ly/engraver-init.ly: add Laissez_vibrer_engraver
3924
3925         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
3926
3927         * scm/define-grobs.scm (all-grob-descriptions): add
3928         LaissezVibrerTie, LaissezVibrerTieColumn
3929
3930         * lily/tie-column.cc (set_tie_config_directions): new function
3931         (final_shape_adjustment): new function.
3932         (shift_small_ties): new function.
3933
3934         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
3935
3936         * lily/include/tie.hh (struct Tie_details): add x_gap_
3937         (struct Tie_configuration): add head_position_
3938
3939         * lily/tie-column.cc (set_chord_outline): new function.
3940
3941         * mf/cmr.enc.in:  remove file.
3942
3943 2005-09-11  Graham Percival  <gpermus@gmail.com>
3944
3945         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
3946
3947 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3948
3949         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
3950         reduce aliasing effects.
3951
3952         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
3953         box in skyline.
3954
3955 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3956
3957         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
3958
3959         * flower/include/real.hh: std::fabs too.
3960
3961 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3962
3963         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
3964
3965         * lily, flower: Include C++ iso C headers.  Import namespace std
3966         throughout.
3967
3968         * lily/side-position-interface.cc: 
3969         * lily/scm-hash.cc: 
3970         * lily/note-head.cc: 
3971         * lily/include/includable-lexer.hh: 
3972         * flower/include/string-data.icc: Remove using std::*.
3973
3974         * lily, flower: Include C++ iso C headers.  Import namespace std
3975         throughout.
3976
3977         * lily/side-position-interface.cc: 
3978         * lily/scm-hash.cc: 
3979         * lily/note-head.cc: 
3980         * lily/include/includable-lexer.hh: 
3981         * flower/include/string-data.icc: Remove using std::*.
3982
3983         * Documentation/user/instrument-notation.itely (Entering lyrics):
3984         Multiple latin-1->utf-8 conversion fix.
3985
3986         * Documentation/user/*tely: Update Emacs cookie to utf-8.
3987
3988 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3989
3990         * lily/tie.cc (get_configuration): also avoid dots for non-space
3991         situations.
3992
3993 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3994
3995         * Documentation/user/instrument-notation.itely: Bugfix.
3996
3997 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3998
3999         * tex/GNUmakefile: don't install texinfo.tex
4000
4001         * tex/ : cleanup: remove unused files.
4002
4003         * lily/general-scheme.cc: remove my_{isinf,isnan}.
4004
4005         * flower/include/real.hh: using std::{isnan,isinf}
4006         
4007         * VERSION (PATCH_LEVEL): release 2.7.9
4008
4009 2005-09-05  Graham Percival  <gpermus@gmail.com>
4010
4011         * Documentation/user/ instrument-notation.itely,
4012         advanced-notation.itely: minor tweaks.
4013
4014         * input/test/script-chart.ly: add item padding.
4015
4016 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4017
4018         * flower/offset.cc: use math.h iso. <cmath>
4019
4020         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
4021         of IE users.
4022
4023         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
4024         (widen-left-stencil-edges): new function. Fix alignment problems
4025         with LaTeX includegraphics.
4026
4027         * lily/text-interface.cc (interpret_markup): use abort().
4028
4029 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4030
4031         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
4032
4033         * lily/tie.cc (get_configuration): update bezier shape as we
4034         change Y positions.
4035         (get_configuration): don't move large ties if we're outside of the
4036         staff.
4037
4038 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4039
4040         * scm/define-markup-commands.scm (strut): swap X and Y dims.
4041         
4042 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4043
4044         * .cvsignore: Add auto-generated configure files and then some.
4045
4046 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * scm/define-grobs.scm (DynamicLineSpanner): Add
4049         X-extent-callback.  Fixes hairpin-slur collision.
4050
4051 2005-08-31  Graham Percival  <gpermus@gmail.com>
4052
4053         * Documentation/user/advanced-notation.itely,
4054         basic-notation.itely: minor changes.
4055
4056 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4057
4058         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
4059         \linebreak between each .eps file if \betweenLilyPondSystem is
4060         undefined. 
4061
4062         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4063         music): Document the \linebreak
4064
4065         * Documentation/user/lilypond-book.itely,
4066         input/tutorial/lbook-latex-test.tex,
4067         Documentation/user/examples.itely: Remove \usepackage{graphics}
4068
4069 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4070
4071         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
4072
4073         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
4074         compat bugfix.
4075
4076         * scripts/lilypond-book.py (PREAMBLE_LY): define
4077         inside-lilypond-book
4078         (modify_preamble): new function. Insert \RequirePackage{graphics}
4079         when no {graphics found in preamble.  
4080
4081 2005-08030  Graham Percival  <gpermus@gmail.com>
4082
4083         * Documentation/user/basic-notation.itely, global.itely,
4084         tutorial.itely: misc small changes.
4085
4086 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4087
4088         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
4089         VERSION.
4090
4091 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4092
4093         * lily/tie-column.cc (new_directions): put Tie down on center
4094         staff line. 
4095
4096         * lily/script-interface.cc (before_line_breaking): use
4097         Grob::programming_error
4098
4099         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
4100
4101         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
4102         of splitext.
4103
4104 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4105
4106         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
4107
4108 2005-08-29  Werner Lemberg  <wl@gnu.org>
4109
4110         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
4111         the `*.scale.pfa' files to avoid warnings.
4112
4113 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4114
4115         * lily/tempo-performer.cc (process_music): idem.
4116
4117         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
4118
4119 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4120
4121         * Documentation/user/advanced-notation.itely (Text markup): not a
4122         fragment.
4123
4124         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
4125
4126         * lily/staff-performer.cc (initialize): add tempo/name to
4127         audio_staff_
4128
4129
4130 2005-08-26  Graham Percival  <gpermus@gmail.com>
4131
4132         * Documentation/user/advanced.itely: add text-only example.
4133
4134         * Documentation/user/invoking.itely: add index entries for
4135         convert-ly.
4136
4137         * Documentation/user/ tutorial.itely, basic-notation.itely:
4138         small fixes suggested by Steve D.  Thanks!
4139
4140 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4141
4142         * input/regression/markup-bidi-pango.ly: new file.
4143
4144         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
4145         standard. Remove #ifdef. Remove memleak.
4146         (text_stencil): use text_dir to decide how to composite items.
4147         (text_stencil): determine uniform text direction for the entire
4148         string.
4149
4150         * scripts/lilypond-book.py (output_name): remove
4151         latex_filter_cmd. Non-portable to non-Unix systems. 
4152         (get_latex_textwidth): use File.write and os.unlink() instead.
4153
4154         * THANKS: add Vicente & Trevor.
4155
4156         * lily/grob.cc (discretionary_processing): look up origin for
4157         programming_error too. 
4158
4159         * input/regression/tie-broken.ly: new file.
4160
4161         * lily/tie-column.cc (set_chord_outlines): set outline for line
4162         break case too.
4163         
4164 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4165
4166         * lily/pango-font.cc (text_stencil): don't translate glyphs in
4167         unscaled transform, just translate stencils.
4168
4169         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
4170         MIDI.
4171
4172         * scm/define-markup-commands.scm (wordwrap-string): use
4173         text-direction
4174         (wordwrap-stencils): idem.
4175         (line): idem.
4176         (fill-line): idem.
4177         (wordwrap-stencils): translate last line to right for
4178         text-direction = LEFT.
4179
4180         * scm/define-grob-properties.scm (all-user-grob-properties): add
4181         text-direction.
4182
4183 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4184
4185         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
4186         when copying a Lily_parser object.
4187
4188 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4189
4190         * scm/define-markup-commands.scm (null): add null markup.
4191
4192 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4193
4194         * lily/item.cc: Add documentation of center-invisible
4195
4196 2005-08-24  Graham Percival  <gpermus@gmail.com>
4197
4198         * Documentation/user/advanced-notation.itely: add info about
4199         raising text.
4200
4201         * Documentation/user/programming-interface.itely: fix example
4202         involving raised text.
4203
4204 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4205
4206         * lily/beam.cc (print): fix X start/end points of isolated
4207         beamlets.
4208
4209         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
4210
4211         * lily/multi-measure-rest.cc (set_text_rods): new function.
4212
4213         * lily/vertical-align-engraver.cc (process_music): call
4214         Align_interface::set_axis(). This forces #'elements to be ordered,
4215         preventing random vertical reordering of staves.
4216
4217         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
4218         add avoid-slur property. 
4219
4220         * Documentation/user/basic-notation.itely (Measure repeats): add
4221         countPercentRepeats example.
4222
4223         * Documentation/user/advanced-notation.itely (Other text markup
4224         issues): remove remark about normal-font.  We have \normal-text
4225
4226         * input/regression/tie-chord.ly: add note about remaining bugs.
4227
4228         * lily/tie.cc (print): try Tie_column::set_directions () if
4229         control-points not yet defined.
4230
4231 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
4234         extent. This fixes braces falling out of the EPS bbox.
4235
4236         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
4237         exactly to bbox.
4238
4239 2005-08-23  Graham Percival  <gpermus@gmail.com>
4240
4241         * {various} : change #up->#UP and #down->#DOWN.
4242
4243         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
4244
4245         * Documentation/user/advanced-notation.itely: clarify
4246         what objects handles text on a multimeasure rest.
4247
4248 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4249
4250         * VERSION (PATCH_LEVEL): release 2.7.7
4251
4252 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4253
4254         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
4255
4256         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
4257
4258         * input/regression/*.ly: formatting clean-up. Default layout
4259         before music expression.
4260
4261         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
4262         romanze28-2 example.
4263
4264         * scm/ps-to-png.scm: remove dir-re function.
4265         (make-ps-images): generate page names, instead of globbing them.
4266         This brings down LilyPond memory usage for make web by a factor
4267         10. (backportme?) 
4268
4269         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
4270         don't use glob. With 3000 files, globbing
4271         Documentation/user/out-www/ can take too much time. (backportme?)
4272         
4273         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
4274
4275         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
4276
4277         * input/regression/tie-manual.ly: new file
4278
4279         * input/regression/tie-chord.ly: update.
4280
4281         * flower/include/interval.hh (struct Interval_t): 
4282
4283         * lily/tie.cc (distance): new function 
4284         (height): new function.
4285         (init): new function
4286         (Tie_details): new struct.
4287
4288         * lily/skyline.cc (skyline_height): new function.
4289
4290         * lily/tie-column.cc (set_chord_outlines): new function.
4291         (new_directions): read tie-configuration
4292
4293         * lily/skyline.cc: fix ASCII art.
4294         
4295 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4296
4297         * python/convertrules.py (string_or_scheme): Fix spelling error
4298
4299 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4300         
4301         * lily/tie-column.cc (set_directions): set directions only once.
4302         (add_configuration): new function.
4303
4304         * lily/tie.cc (set_control_points): new function
4305
4306         * lily/tie-column.cc (new_directions): new function.
4307
4308         * ly/music-functions-init.ly: set 'pitch property
4309         iso. trill-pitch. This makes \relative work with \pitchedTrill
4310
4311         * lily/tie.cc (get_configuration): new function. Don't generate
4312         control points, rather, generate configuration.
4313         remove head-pair property.
4314
4315         * lily/include/tie.hh (struct Tie_configuration): new struct.
4316
4317 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
4318
4319         * Documentation/topdocs/NEWS.tely: clarify.
4320
4321 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4322
4323         * lily/tie.cc: remove minimum-length
4324
4325         * scm/define-grob-properties.scm (all-user-grob-properties):
4326         remove staffline-clearance, y-offset 
4327
4328         * input/regression/tie-dots.ly (Module): remove.
4329
4330         * lily/tie.cc (get_control_points): rewrite. Put short ties in
4331         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
4332
4333         * input/regression/tie-single.ly: new file.
4334
4335 2005-08-21  Graham Percival  <gpermus@gmail.com>
4336
4337         * ly/bagpipe.ly: fix compile problem.
4338
4339 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4340
4341         * lily/midi-item.cc (name): new method.
4342
4343         * lily/staff-performer.cc (acknowledge_audio_element): use
4344         signature of baseclass.
4345
4346         * lily/engraver-group.cc (do_announces): move recursion call out
4347         of while loop. 
4348
4349         * lily/drum-note-performer.cc (class Drum_note_performer): use
4350         process_music everywhere.
4351
4352         * ly/performer-init.ly: add default children everywhere.
4353
4354         * lily/paper-book.cc (output): call paper-book-write-midis
4355         directly: always write MIDI, even if no \layout {} block. 
4356
4357 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4358
4359         * VERSION (PACKAGE_NAME): release 2.7.6
4360
4361         * lily/percent-repeat-engraver.cc (try_music): don't print warning
4362         about not being able to handle repeat.
4363
4364 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4365
4366         * Documentation/user/examples.itely (Piano templates):
4367         * lily/include/performer-group.hh: Remove last traces of
4368         Performer_group_performer.  Fixes make web.
4369
4370 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4371
4372         * Documentation/user/examples.itely (Piano templates): change
4373         Engraver_group_engraver -> Engraver_group
4374
4375         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
4376         scm_stand_in_procs is not weak_any.
4377
4378         * lily/volta-bracket.cc (print): don't use strcmp().
4379
4380         * lily/volta-engraver.cc (process_music): use
4381         Text_interface::is_markup() for setting the 'text property of the
4382         volta bracket.
4383
4384         * input/mutopia/claop.py (accents): update syntax to 2.6
4385
4386         * scm/define-context-properties.scm
4387         (all-user-translation-properties): add countPercentRepeats.
4388
4389         * Documentation/user/basic-notation.itely (Measure repeats): add
4390         isolated percent example.
4391
4392 2005-08-18  Graham Percival  <gpermus@gmail.com>
4393
4394         * input/ {various}: change direction #1, #-1 to
4395         #up/#down or \fooUp, \fooDown.
4396
4397         * Documentation/user/music-glossary.tely: #-1 to #down.
4398
4399         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
4400         to #up, #-1 to #down.
4401
4402 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * lily/include/engraver-group.hh: rename.
4405
4406         * lily/include/performer-group.hh: rename.
4407
4408 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4409
4410         * input/test/script-abbreviations.ly: Removed some old LaTeX
4411         left overs.
4412
4413 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4414
4415         * python/convertrules.py (conv): inside-slur -> avoid-slur.
4416         Remove functions.  Remove if 1: constructs, reindent.
4417
4418         * scripts/convert-ly.py (add_version): Add functions from
4419         convertrules.py
4420
4421         * scm/script.scm (default-script-alist):
4422         s/priority/script-priority.  Fixes script stacking.  Backportme.
4423         (Fermata): Very low priority.
4424
4425 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4426
4427         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
4428
4429         * input/regression/slur-script.ly: remove padding tweaks. Add
4430         comment strings.
4431
4432         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
4433         time sigs and related stuff.
4434
4435         * scm/define-grob-properties.scm (all-user-grob-properties): add
4436         @code{} tags to property description.
4437
4438         * lily/include/line-group-group-engraver.hh (Module): remove file.
4439
4440         * python/convertrules.py (conv): add rule for
4441         Engraver_group_engraver -> Engraver_group.
4442
4443         * lily/include/performer-group-performer.hh: analogous.
4444
4445         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
4446
4447         * lily/context-def.cc (instantiate): check for
4448         Engraver_group_engraver and Performer_group_performer not
4449         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
4450  
4451 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4452
4453         * input/les-nereides.ly: Remove three fingering tweaks, update
4454         remaining one.
4455
4456         * input/regression/slur-script-inside.ly: Update, fix doc.
4457
4458         * scm/script.scm: Update to avoid-slur.
4459
4460         * scm/define-grob-properties.scm (avoid-slur): New property.
4461
4462         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
4463         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
4464         outside_slur_callback if avoid-slur != #'inside.
4465
4466         * scm/define-grobs.scm (Fingering, Textscript): No
4467         inside-slur/outside-slur preference.
4468         (DynamicLineSpanner): Always outside slur.
4469
4470         * input/regression/slur-script.ly: More tests.
4471
4472 2005-08-17  Graham Percival  <gpermus@gmail.com>
4473
4474         * Documentation/user/lilypond-book: fix notime entry.
4475
4476         * Documentation/user/advanced-notation.itely: add info on
4477         getting an I rehearsal mark.
4478
4479         * Documentation/user/putting.itely: reinstate "I", re-enforce
4480         the fact that \override numbers are the result of
4481         experimentation and personal taste.
4482
4483         * Documentation/user/invoking.itely: update convert-ly bugs.
4484
4485 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4486
4487         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
4488         to #t.
4489
4490         * lily/timing-translator.cc (initialize): don't initialize timing.
4491
4492         * input/regression/stem-spacing.ly (Module): remove file.
4493
4494         * input/regression/spacing-stick-out.ly: specify Score context for
4495         \override
4496
4497         * input/regression/clefs.ly: remove spurious {}s 
4498
4499 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
4500
4501         * Documentation/topdocs/NEWS.tely,
4502         input/regression/repeat-percent-count.ly: clarify a bit.
4503
4504 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4505
4506         * input/no-notation/display-lily-tests.ly: delete
4507         display-lily-init call.
4508
4509         * ly/music-functions-init.ly (displayLilyMusic): move
4510         display-lily-init call at top level, so that the user should not
4511         have to call it.
4512
4513         * scm/define-music-display-methods.scm (note-name->lily-string):
4514         retrieve note names directly from pitchnames using new function `rassoc'.
4515         (display-lily-init): note names list construction removed.
4516
4517 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4518
4519         * THANKS: spello.
4520
4521         * lily/lily-parser.cc (get_header): copy module, instead of
4522         returning it.
4523
4524         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
4525         counters.
4526
4527         * Documentation/user/basic-notation.itely (Measure repeats): add
4528         links to Counter grobs.
4529
4530         * scm/define-grobs.scm (all-grob-descriptions): add
4531         DoublePercentRepeatCounter
4532         (all-grob-descriptions): add PercentRepeatCounter
4533
4534         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
4535         also create counter grobs.
4536
4537         * lily/separation-item.cc (extremal_break_aligned_grob): don't
4538         return grob without space-alist.
4539
4540         * input/proportional.ly: tune staff-padding.
4541
4542         * input/regression/repeat-percent-count.ly: new file. 
4543
4544 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4545
4546         * input/no-notation/display-lily-tests.ly: moved from
4547         input/regression/ to input/no-notation. Be sure to call
4548         `display-lily-init' before trying to use the display function.
4549
4550 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4551
4552         * scripts/lilypond-book.py (option_definitions): Don't localize
4553         the empty string. Fixes bug when --psfonts was used with
4554         non-English locale.
4555
4556 2005-08-15  Graham Percival  <gpermus@gmail.com>
4557
4558         * lily/tuplet-bracket.cc: simple build fix.
4559
4560         * Documentation/user/putting.itely: use "we" instead of "I".
4561
4562         * Documentation/user/basic-notation.itely: cautionary accidentals
4563         work with naturals, too.
4564
4565 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4566
4567         * lily/tuplet-bracket.cc (calc_position_and_height): add
4568         staff-padding support.
4569
4570         * input/proportional.ly: set staff-padding.
4571         
4572         * VERSION (PATCH_LEVEL): release 2.7.5
4573
4574         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
4575         fixes. Remove tweaks.
4576
4577         * input/regression/tuplet-slope.ly: add a test case.
4578
4579         * lily/tuplet-bracket.cc (calc_position_and_height): revert
4580         erroneous fix. Add spanner bounds to offset array with relative X
4581         positions.
4582
4583         * ly/engraver-init.ly: add Rest_engraver only once.
4584
4585         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
4586         (*parser*) lookup if (*parser*) != #f.
4587
4588 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4589
4590         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
4591         Cut-and paste update.
4592
4593         * input/regression/slur-script.ly: Add example of reverting
4594         inside-slur for fingering.
4595
4596         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
4597         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
4598
4599         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
4600         outside_slur_callback if inside-slur == #f (as opposed to unset).
4601
4602 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4603
4604         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
4605         encoding files are already removed.
4606
4607 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4608
4609         * Documentation/user/advanced-notation.itely (Instrument names):
4610         Document a workaround for instrument names that collide with
4611         system start braces/brackets.
4612
4613 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4614
4615         * lily/rest-collision.cc (do_shift): spello.
4616
4617         * input/proportional.ly: use #'used property. Set break-overshoot
4618         property.
4619
4620         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
4621
4622         * lily/paper-column.cc: add #'used property
4623
4624         * lily/mark-engraver.cc (stop_translation_timestep): set grob
4625         array for staves found.
4626
4627         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
4628         array for stavesFound.
4629
4630         * lily/staff-spacing.cc (next_note_correction): add fixed and
4631         space to calling convention. This fixes spacing of accidentals
4632         after barlines.
4633
4634         * input/regression/spacing-accidental-stretch.ly: add barline -
4635         accidental case.
4636
4637         * scm/framework-ps.scm (page-header): add version number to
4638         creator
4639         (eps-header): idem.
4640
4641         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
4642         
4643 2005-08-13  Graham Percival  <gpermus@gmail.com>
4644
4645         * Documentation/user/global.itely: add "fit as much as
4646         possible onto this page" example (Vertical spacing).
4647
4648 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4649
4650         * *: Nitpick run.
4651
4652         * buildscripts/fixcc.py: Fixes.
4653
4654 2005-08-12  Graham Percival  <gpermus@gmail.com>
4655
4656         * Documentation/user/advanced-notation.itely: add markup
4657         example to Text spanners.
4658
4659 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4660
4661         * Documentation/user/basic-notation.itely (Ties): Add example of
4662         tying a tremolo to a chord. Thanks to Steve Doonan. 
4663
4664         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
4665         properties and move tieMelismaBusy to the list of written
4666         properties. 
4667
4668 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
4669
4670         * po/TODO: suggest to use a dedicated tool like kbabel.
4671
4672         * po/fi.po: update using kbabel.
4673
4674 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4675
4676         * *: Remove obsolete files.  Nitpick run.
4677
4678         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
4679
4680 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4681
4682         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
4683         too.
4684
4685         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
4686
4687         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
4688         whitespace as symbol separator.
4689
4690         * lily/side-position-interface.cc: Add slur-padding.
4691
4692         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
4693         quite a large fix, and it never worked in a stable release; so not
4694         really a regression.
4695
4696         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
4697         Update cut and paste code from Slur_engraver.
4698
4699         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
4700         Add.
4701
4702         * scm/define-grobs.scm (DynamicLineSpanner): Add
4703         dynamic-line-spanner-interface.
4704         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
4705
4706 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4707
4708         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
4709         to_boolean () so that non-set 'inside-slur means false.
4710
4711         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
4712         slur has control-points.  Skip script without direction.  Always
4713         do_shift if script inside slur, even if slur not contained in
4714         script y-extent.  Increment k in loop.
4715
4716 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4717
4718         * scm/define-markup-commands.scm: Improved regexp to search for
4719         EPS bounding boxes and corrected call to ly:warning.
4720
4721 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4722
4723         * Documentation/user/programming-interface.itely (Displaying music
4724         expressions): doc for \displayLilyMusic. Also some precisions in
4725         "Markup construction in Scheme"
4726
4727 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4728
4729         * scm/define-markup-commands.scm (normal-text): Added 2 new
4730         markup commands, \normal-text and \medium (the latter thanks to
4731         Bruce Fairchild). 
4732
4733 2005-08-08  Graham Percival  <gpermus@gmail.com>
4734
4735         * Documentation/user/programming-interface.itely: fix @{ @}.
4736
4737         * scm/define-markup-commands.scm: add linewidth info to
4738         \justify and \wordwrap, add "upright is the opposite of italic".
4739
4740         * Documentation/user/advanced-notation.itely: shaped->shape,
4741         add (cons (markup "foo")) type of example to text markup,
4742         reword multi-measure rests section.
4743
4744         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
4745         comment.  No actual code was touched.
4746
4747         * Documentation/user/invoking.itely: add more info about
4748         \include.  Thanks, Bruce!
4749
4750         * THANKS: add Bruce Fairchild, alphabetise.
4751
4752         * Documentation/user/global.itely: document \score{\header{}}
4753         behavior.
4754
4755         * Documentation/user/basic-notation.itely: reword multi-measure
4756         rest discussion in Rests.
4757
4758 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4759
4760         * Documentation/user/programming-interface.itely (Markup
4761         construction in Scheme): Corrected example and tried to clarify
4762         the implicit \line in the table.
4763
4764 2005-08-07  Graham Percival  <gpermus@gmail.com>
4765
4766         * Documentation/user/instrument-notation.itely: moved
4767         some bagpipe info back into the bagpipe section.  Somehow
4768         it ended up in the "other vocal issues" section?!  :o_O
4769
4770 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4771
4772         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
4773         directories, not paths).
4774
4775 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4776
4777         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
4778         plain emmentaler/aybabtu.  Backportme.
4779
4780         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
4781         missing dir correction.
4782
4783 2005-08-05  Graham Percival  <gperlist@shaw.ca>
4784
4785         * scm/define-markup-commands: fix reversed justify/wordwrap
4786         doc strings.
4787
4788 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
4789
4790         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
4791         lily/gregorian-ligature-engaver.cc,
4792         lily/include/ligature-engraver.hh,
4793         lily/include/coherent-ligature-engraver.hh,
4794         lily/include/gregorian-ligature-engraver.hh: make these classes
4795         truely abstract.  This should fix some internal oddities such as
4796         duplicate as well as dead translator/property declarations, and
4797         also some dead code.
4798
4799         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
4800         bugfix: avoid message "junking empty ligature" on ligature
4801         brackets by collecting dummy grobs.
4802
4803 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4804
4805         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
4806
4807         * input/proportional.ly (staffKind): bugfix.
4808         (staffKind): updates by Trevor Baca.
4809
4810         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
4811         default layout. 
4812
4813         * lily/tuplet-bracket.cc (print): check whether edge-text is a
4814         pair.
4815
4816         * lily/beam.cc (rest_collision_callback): call position_beam() if
4817         necessary.
4818
4819         * VERSION: release 2.7.4
4820
4821         * input/regression/spacing-uniform-stretching.ly: new file.
4822
4823         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
4824
4825         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
4826         contributor.
4827
4828         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
4829
4830         * input/proportional.ly: new file.
4831
4832         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
4833         columns is empty
4834
4835         * lily/tuplet-engraver.cc (finalize): new function. Reset right
4836         bounds to currentCommandColumn for the last step.
4837         (start_translation_timestep): if tupletFullLength is set, set
4838         bound to Paper Column
4839
4840         * input/regression/tuplet-full-length.ly (indent): new file.
4841
4842         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
4843         clique of loose columns, eg. a set of grace notes in strict
4844         notespacing.
4845
4846         * input/regression/spacing-strict-spacing-grace.ly: new file.
4847
4848         * lily/key-signature-interface.cc: change property name to
4849         alteration-alist
4850
4851         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
4852         keyAccidentalOrder
4853
4854         * python/convertrules.py (conv): keyAccidentalOrder ->
4855         keyAlterationOrder
4856
4857         * lily/key-engraver.cc (create_key): always print a cancellation
4858         for going to C-major/A-minor, regardless of printKeyCancellation.
4859         (create_key): remove typecheck for visibility. This fixes key
4860         signature not being printed.
4861
4862         * lily/spacing-determine-loose-columns.cc: new file.
4863
4864         * input/regression/spacing-strict-notespacing.ly: new file.
4865
4866         * lily/spacing-spanner.cc (generate_springs): rename from
4867         do_measure. 
4868         (generate_pair_spacing): new function.
4869         (init, generate_pair_spacing): set between-cols for floating
4870         nonmusical columns.
4871
4872         * lily/spaceable-grob.cc (get_spring): new function. 
4873
4874         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
4875         relative to the right edge of the prefatory matter.
4876
4877         * lily/beam.cc (print): read break-overshoot to determine where to
4878         stop/start broken beams.
4879
4880         * input/regression/spanner-break-overshoot.ly: new file.
4881
4882 2005-08-04  Graham Percival  <gperlist@shaw.ca>
4883
4884         * ly/bagpipe.ly: updated.
4885
4886         * Documentat/user/instrument.itely: un-comment out bagpipe example.
4887
4888 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4889
4890         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
4891         support: now (de)crescs avoid slurs as well.
4892
4893         * Documentation/user/instrument-notation.itely (Bagpipe example):
4894         comment out non-functioning bagpipe example.
4895         (Bagpipe definitions): idem.
4896
4897         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
4898         (Top): add proportionalNotationDuration example.
4899
4900         * input/regression/spacing-proportional.ly: new file.
4901
4902         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
4903         synched to a beam.
4904
4905         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
4906         fixes beams with a single stem (eg. beams across linebreaks.)
4907
4908         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
4909
4910         * flower/rational.cc (operator +): prevent overflow. This fixes
4911         heavily nested tuplets.
4912
4913         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
4914         have to protect even those unlikely to be corrupted data members.  
4915
4916 2005-08-04  Graham Percival  <gperlist@shaw.ca>
4917
4918         * ly/bagpipe.ly: new file.
4919
4920         * THANKS: added Sven Axelsson.
4921
4922 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4923
4924         * lily/spacing-engraver.cc (stop_translation_timestep): directly
4925         copy proportionalNotationDuration into currentMusicalColumn if
4926         set.
4927
4928         * lily/spacing-spanner.cc (musical_column_spacing): if
4929         uniform-stretching set, fixed space is 0.0
4930
4931         * input/regression/spacing-multi-tuplet.ly: show
4932         uniform-stretching property.
4933
4934         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
4935
4936         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
4937         (struct Spacing_options): new struct.
4938
4939         * lily/spacing-basic.cc: new file.
4940
4941         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
4942         delta_t doesn't have to be smaller than shortest_playing_len
4943
4944 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4945
4946         * input/regression/markup-arrows.ly:  new file.
4947
4948         * lily/tuplet-bracket.cc: document new behavior.
4949
4950         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
4951         with line breaks.
4952
4953         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
4954
4955         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
4956         default 
4957
4958         * lily/tuplet-bracket.cc: add edge-text property.
4959         add break-overshoot.
4960         (print): read break-overshoot.
4961         (print): read edge-text, add stencils.
4962
4963         * mf/feta-arrow.mf: new file.
4964
4965         * mf/feta-generic.mf: add feta-arrow.
4966
4967 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4968
4969         * Documentation/user/lilypond-book.itely (An example of a
4970         musicological document): Added flag -o to dvips for people who use
4971         the default setting in teTeX where output is sent to the printer. 
4972
4973         * Documentation/user/global.itely (Vertical spacing): Added
4974         reference to the Axis_group_engraver which documents the *Extent
4975         properties.
4976
4977 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * Documentation/user/basic-notation.itely (Tuplets): add note
4980         about nested tuplets. Remove BUG. 
4981
4982         * input/regression/tuplet-nest.ly: update: remove manual hack. 
4983
4984         * lily/tuplet-bracket.cc (print): use robust_scm2drul
4985         (print): manually call print() for subtuplets.
4986         (calc_position_and_height): add subtuplets to the
4987         support. Vertically shift outer tuplet 
4988
4989         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
4990         remove-first for Lyrics, ChordNames and FiguredBass
4991
4992         * scm/define-grob-properties.scm (all-internal-grob-properties):
4993         use ly:grob-array? iso. grob-list?
4994         (all-internal-grob-properties): add tuplets grob-array.
4995
4996         * lily/tuplet-bracket.cc (add_tuplet_bracket):
4997         new function
4998
4999 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5000
5001         * input/test/time-signature-staff.ly: new file.
5002
5003         * ly/declarations-init.ly (center): escape to Scheme. Fixes
5004         spurious #<Music FingerEvent> errors. Backportme.
5005
5006 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5007
5008         * Documentation/user/programming-interface.itely (Markup
5009         construction in Scheme): Corrected markup syntax in the
5010         translation table.
5011
5012 2005-08-03  Graham Percival  <gperlist@shaw.ca>
5013
5014         * Documentation/user/instrument-notation.itely: small update
5015         to bagpipe notation docs; thanks Sven!
5016
5017         * Documentation/user/basic-notation.itely: add link about trills.
5018
5019 2005-08-02  Graham Percival  <gperlist@shaw.ca>
5020
5021         * Documentation/user/music-glossary: remove accidentally committed
5022         fink patch.
5023
5024 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
5025
5026         * lily/lily-parser.cc (get_header): new function. Enable multiple
5027         \header definitions.
5028
5029         * lily/parser.yy (lilypond_header_body): use get_header.
5030
5031         * ly/init.ly:
5032         * scm/lily-library.scm (print-score-with-defaults): renamed
5033         $globalheader to $defaultheader
5034         
5035         * Documentation/user/global.itely (Creating titles): added short
5036         explanation that multiple headers are useable.
5037
5038
5039 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5040
5041         * lily/module-scheme.cc (LY_DEFINE): new file. 
5042
5043         * Documentation/user/advanced-notation.itely (Font selection): add
5044         doco for make-pango-font-tree.
5045
5046 2005-07-31  Graham Percival  <gperlist@shaw.ca>
5047
5048         * Documentation/user/music-glossary: more languages
5049         for tenuto.
5050
5051         * Docuemntation/user/instrument-notation.itely: minor
5052         update for bagpipe example.
5053
5054 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5055
5056         * input/regression/+.ly (TODO): add some text.
5057
5058 2005-07-28  Graham Percival  <gperlist@shaw.ca>
5059
5060         * Documentation/user/invoking.itely: \score begins with music.
5061
5062         * Documentation/user/ basic-notation.itely,
5063         instrument-notation.itely: minor changes.
5064
5065         * Documentation/user/music-glossary.itely: began tenuto entry.
5066
5067 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5068
5069         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
5070
5071         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
5072
5073 2005-07-27  Graham Percival  <gperlist@shaw.ca>
5074
5075         * Documentation/user/examples.itely: remove bagpipe template.
5076
5077         * Documentation/user/instrument-notation.itely: add bagpipe
5078         section, maybe fix quotes in lyrics.  I hate text encoding.
5079         Clarify chord durations, more bagpipe stuff.
5080
5081 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5082  
5083         * lily/accidental-engraver.cc: formatting fixes.
5084
5085         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
5086         grob-array.
5087
5088         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
5089
5090         * lily/note-column.cc (arpeggio): new function.
5091
5092         * lily/note-spacing.cc (get_spacing): also take arpeggio into
5093         account for spacing.
5094
5095 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5096
5097         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
5098         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
5099         mingw build.
5100         
5101 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * scm/lily.scm (lilypond-all): clear anonymous modules after
5104         processing files.
5105
5106 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
5109         SCM_I_CONSP
5110
5111         * VERSION: 2.7.3 released
5112
5113         * Documentation/user/invoking.itely (Invoking lilypond): add
5114         LILYPOND_GC_YIELD documentation.
5115
5116         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
5117         scm_from_real / scm_make_real.
5118
5119         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
5120         higher. This increases memory footprint, but provides overall
5121         speedup of 15 to 20%. 
5122
5123         * lily/include/translator.hh (class Translator): remove
5124         PRECOMPUTED_VIRTUAL everywhere.
5125
5126         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
5127
5128         * lily/context.cc (now_mom): non-recursive now_mom() 
5129
5130         * lily/include/profile.hh: new file.
5131
5132         * lily/profile.cc: new file.
5133
5134         * lily/grob.cc (Grob::Grob): look properties up directly.
5135
5136         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
5137         lookups.
5138
5139         * lily/include/box.hh (class Box): smob Box type.
5140
5141         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
5142
5143         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
5144         protect() and unprotect(). Use throughout.
5145
5146 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5147
5148         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
5149
5150         * scm/define-music-display-methods.scm (markup->lily-string):
5151         markup elements can also be strings (without simple-markup
5152         appended)
5153
5154 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5155
5156         * lily/context.cc (where_defined): also assign value in
5157         where_defined().
5158
5159         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
5160         (curve_coordinate): new function
5161
5162         * lily/simple-spacer.cc (add_columns): only add rods between
5163         column i and begin/end if keep-inside-line is set (this repleces
5164         allow-outside-line as default)
5165
5166 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5167
5168         * lily/tuplet-engraver.cc (start_translation_timestep): only read
5169         tupletSpannerDuration if applicable.
5170
5171         * lily/font-size-engraver.cc (process_music): read fontSize only
5172         once per timestep.
5173
5174         * lily/engraver*cc: use throughout.
5175         
5176         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
5177
5178         * lily/translator.cc (add_acknowledger): new file. Directly jump
5179         into an Engraver::acknowledge_xxx () method based on a grobs
5180         interface-list.
5181
5182         * lily/include/translator-dispatch-list.hh (class
5183         Engraver_dispatch_list): new struct, new file.
5184
5185         * scm/define-context-properties.scm
5186         (all-internal-translation-properties): remove acceptHashTable,
5187         acknowledgeHashTable
5188
5189         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
5190
5191         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
5192         change acknowledgeHashTable to C++ member. 
5193
5194         * lily/rest-collision.cc (do_shift): use extract_grob_set().
5195
5196 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5197
5198         * scm/display-lily.scm: new file. Define a `display-lily-music'
5199         function, that displays the music expression given as an argument,
5200         using LilyPond notation.
5201
5202         * scm/define-music-display-methods.scm: new file. Implementation
5203         of display methods for each music type.
5204
5205         * ly/music-functions-init.ly (displayLilyMusic): new function for
5206         displaying music with LilyPond notation.
5207
5208         * input/regression/display-lily-tests.ly: new regression test file
5209         for `display-lily-music'.
5210
5211         * scm/markup.scm: remove obsolete debugging code (for printing
5212         markups with LilyPond notation).
5213
5214         * scm/define-music-types.scm (music-name-to-property-table):
5215         * scm/clef.scm (supported-clefs): export, in order to be accessible
5216         from the (scm display-lily) module.
5217
5218 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5219
5220         * Documentation/topdocs/NEWS.tely (Top): Typo.
5221
5222 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
5223
5224         * Documentation/index.html.in, Documentation/texinfo.css,
5225           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
5226           Documentation/bibliography/index.html.in,
5227           Documentation/bibliography/html-long.bst: revert css-width patch,
5228           it does not work with IE6.
5229
5230 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5231
5232         * Documentation/texinfo.css: revert 760px hack. 
5233
5234         * VERSION: release 2.7.2
5235
5236         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
5237
5238         * Documentation/user/basic-notation.itely (Barnumber check): add
5239         section.
5240
5241         * scm/music-functions.scm (skip-to-last): new function. Show only
5242         last showLastLength part of the \score.
5243
5244         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
5245
5246         * python/convertrules.py (conv): add ly:x-moment rule
5247
5248         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
5249
5250         * Documentation/topdocs/NEWS.tely (Top): add new feature.
5251
5252         * Documentation/user/instrument-notation.itely (Flexibility in
5253         alignment): options in subsections.
5254
5255         * lily/lyric-engraver.cc (process_music): don't typeset text for _
5256         syllable text. Instead, assume that the previous lyric text is a
5257         melismated text.
5258
5259         * Documentation/index.html.in: revert 800x600 change.
5260
5261 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5262
5263         * lily/main.cc (main): Remove invalid handle kludge.
5264
5265         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
5266         (lambda): add gui define.
5267
5268 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5269
5270         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
5271
5272         * Documentation/user/instrument-notation.itely (Musica ficta
5273         accidentals): add section Musica ficta accidentals
5274
5275         * lily/accidental-engraver.cc (make_suggested_accidental): new
5276         function.
5277         (make_standard_accidental): move into new function.
5278         (create_accidental): new function.
5279
5280         * scm/define-grobs.scm (all-grob-descriptions): new Grob
5281         AccidentalSuggestion
5282
5283         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
5284
5285         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
5286         undefined.
5287
5288         * Documentation/user/global.itely (Page formatting): document
5289         horizontalshift.
5290
5291         * scm/page-layout.scm (default-page-music-height):
5292         horizontalshift: new variable, shift all systems by
5293         horizontalshift to the right, to make space for instrument names.
5294
5295         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
5296
5297         * lily/input-scheme.cc (LY_DEFINE): take format commands.
5298
5299 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5300
5301         * lily/note-column.cc (dir): idem.
5302
5303         * lily/spacing-spanner.cc (Module): idem.
5304
5305         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
5306
5307         * lily/include/paper-column.hh (class Paper_column): add
5308         non-static get_rank() member.
5309
5310         * VERSION: release 2.7.1
5311         
5312         * scm/framework-null.scm: new file, used for benchmarking.
5313
5314 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
5315
5316         * Documentation/topdocs/INSTALL.texi, configure.in: fix
5317         version dependencies for fontforge and gs.
5318
5319         * Documentation/index.html.in, Documentation/texinfo.css,
5320         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
5321         Documentation/bibliography/index.html.in, 
5322         Documentation/bibliography/html-long.bst: optimize width of
5323         html for a 800x600 screen (width:760), increases printability
5324         when 'fit to page' is not set and readability in wide screens.
5325
5326         * stepmake/bin/add-html-footer.py: add missing </p>.
5327
5328 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5329
5330         * scm/define-markup-commands.scm (beam): use polygon in beam
5331         command.
5332
5333         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
5334         all acknowledged grobs, and do potentially expensive merge and
5335         write in one go.
5336
5337         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
5338
5339         * configure.in (reloc_b): add --enable-static-gxx to statically
5340         link to libstdc++
5341
5342         * lily/GNUmakefile (static-gxx-libs): new target
5343         static-gxx-libs. Create symlink to libstdc++.a
5344
5345         * lily/new-lyric-combine-music-iterator.cc: rename to
5346         Lyric_combine_music_iterator
5347
5348         * lily/lyric-combine-music-iterator.cc
5349         (Old_lyric_combine_music_iterator): rename to
5350         Old_lyric_combine_music_iterator
5351
5352         * lily/*-engraver.cc (various): remove double use of
5353         PRECOMPUTED_VIRTUAL function: only use
5354         start_translation_timestep() and stop_translation_timestep(), not
5355         both.
5356
5357         * lily/break-substitution.cc (fast_substitute_grob_array): do
5358         fast_substitute_grob_array for all unordered grob_arrays.
5359         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
5360         (substitute_grob_array): optimize.
5361
5362         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
5363
5364         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
5365
5366         * lily/parser.yy: revert $globalheader patch.
5367         
5368         * lily/include/translator.icc
5369         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
5370         Translator methods, without _static helper.
5371  
5372         * lily/grob-smob.cc (derived_mark): rename from
5373         do_derived_mark(). Return void.
5374
5375         * scm/define-context-properties.scm
5376         (all-internal-translation-properties): remove tweakCount/tweakRank.
5377
5378         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
5379         predefined break-visibilities.
5380
5381         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
5382         booleans for break-visibility.
5383
5384         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
5385
5386         * python/convertrules.py (conv): rule for Timing_translator. 
5387
5388         * lily/include/translator.icc: new file. 
5389
5390         * lily/paper-column-engraver.cc (process_music): new
5391         file. Separate Paper_column factory from Score_engraver.
5392
5393         * lily/vertically-spaced-context-engraver.cc: administer
5394         spaceable-staves property of System.
5395
5396         * lily/translator-group-ctors.cc: new file.
5397
5398         * lily/context-property.cc (make_grob_from_properties): construct
5399         the right Grob class programmatically, looking at the class entry
5400         for the meta property.
5401
5402         * lily/break-align-engraver.cc (stop_translation_timestep): call
5403         Break_align_interface::add_element() directly.
5404
5405         * lily/context.cc (measure_position): measure_position() is now a
5406         normal function.
5407
5408         * lily/include/translator.hh (class Translator): rename
5409         process_acknowledged_grobs() to process_acknowledged() and move to
5410         Translator.
5411
5412         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
5413         field for each grob description.
5414
5415         * lily/include/translator-group.hh (class Translator_group):
5416         change to base class. Separate class from Translator. This gets
5417         rid of virtual inheritance for Engravers/Performers.
5418
5419         * lily/staff-performer.cc (class Staff_performer): derive
5420         Staff_performer from Performer, not Performer_group_performer 
5421
5422         * Lily/translator-group.cc (precomputed_recurse_over_translators):
5423         new function.
5424         (precompute_method_bindings): new function. Precompute lists of
5425         Translators, so we only call methods (process_music,
5426         start_translation_timestep, etc.) for Translators needing
5427         it. Also: dispose of pointer-to-member-function calls.
5428
5429         * lily/engraver-group-engraver.cc: remove engraver_each,
5430         recurse_down_engravers ()
5431
5432         * lily/note-head.cc (internal_print): only call
5433         glyph-name-procedure if style != default. 
5434
5435 2005-07-16  Graham Percival  <gperlist@shaw.ca>
5436
5437         * ly/titling-init.ly: add printallheaders option.
5438
5439         * Documentation/user/global.itely: document printallheaders.
5440
5441 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5442
5443         * lily/system.cc (do_derived_mark): don't mark from object_alist_
5444         anymore, but do it centrally.  
5445
5446         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5447         hammer hack.
5448
5449         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
5450
5451         * scm/output-lib.scm: remove hammer-print-function.
5452
5453         * lily/include/pointer-group-interface.hh (extract_grob_set): new
5454         macro. Declare a Link_array<Grob> and fill it from a grob.
5455         (extract_item_set): idem for item.
5456
5457         * lily/break-substitution.cc: add header.
5458         (fast_substitute_grob_array): rewrite for Grob_arrays.
5459         (substitute_grob_array): idem.
5460
5461         * lily/group-interface.cc (add_thing): remove file.
5462
5463         * flower/include/parray.hh (class Link_array): slice() is const.
5464
5465         * lily/include/grob-array.hh: new file.
5466
5467         * lily/grob-array.cc (spanner): new file.
5468
5469         * lily/beam-quanting.cc (fill): read details property from beam.
5470
5471         * lily/beam.cc: support details property.
5472
5473         * total speedups below: approx 10%.
5474
5475         * lily/include/beam.hh: new struct, softcode beam quanting parameters
5476
5477         * lily/include/grob.hh (class Grob): add interfaces_ member.
5478
5479         * lily/bezier.cc (init_polynomial_cache): new function: cache
5480         binom(3,j) t^j (1-t)^{3-j}
5481         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
5482
5483         * lily/*.cc: substitution throughout.
5484
5485         * lily/grob-property.cc (internal_get_object): new routine.
5486         (internal_set_object): idem. Store grob refrences in separate
5487         alist. This saves processing time, since properties aren't
5488         break-substituted, and the per grob namespace is smaller, both for
5489         grobs and non-grob properties.
5490
5491         * scm/define-grob-properties.scm (all-internal-grob-properties):
5492         remove center-element.
5493
5494         * lily/grob.cc: remove tweak-count, tweak-rank.
5495
5496 2005-07-15  Graham Percival  <gperlist@shaw.ca>
5497
5498         * Documentation/user/lilypond-book.itely: fixes example.
5499
5500 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5501
5502         * Documentation/user/global.itely (Creating titles):    
5503         * Documentation/user/examples.itely (All headers): change the
5504         place of \header in \score blocks (after music block) to make
5505         examples compile (cf. changes on parser.yy on 2005-07-10)
5506
5507 2005-07-13  Graham Percival  <gperlist@shaw.ca>
5508
5509         * python/convertrules.py: add exc -> ecc rule.
5510
5511         * scripts/convert-ly.py: add location of convertrules.py
5512         in a comment.
5513
5514         * Documentation/user/changing-defaults.itely: fix language.
5515
5516 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5517
5518         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
5519
5520 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5521
5522         * scm/output-socket.scm (grob-bbox): don't use inf? 
5523
5524         * flower/include/rational.hh: add operator bool() 
5525
5526         * scm/define-music-types.scm (music-descriptions): remove
5527         internal-class-name properties.
5528
5529         * lily/include/event.hh: remove file.
5530
5531         * lily/include/music-constructor.hh: remove file.
5532
5533         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
5534         in 'types property.
5535
5536         * lily/music.cc (duration_length_callback): new function.
5537
5538         * lily/event.cc: remove file.
5539
5540         * lily/music-constructor.cc: remove file.
5541
5542         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
5543
5544         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
5545         (get_context_key): idem.
5546
5547         * scm/lily.scm (lambda): new option object-keys (default to #f)
5548
5549         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
5550
5551         * scm/output-gnome.scm: remove beam routine.
5552
5553         * scm/output-ps.scm (scm): idem.
5554
5555         * scm/output-svg.scm: remove beam.
5556
5557         * ps/music-drawing-routines.ps: remove draw_beam.
5558
5559         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
5560
5561         * flower/include/guile-compatibility.hh (scm_from_locale_string):
5562         add scm_from_locale_string compatibility glue. 
5563
5564 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
5565
5566         * scripts/lilypond-book.py: Prevent occuring error when
5567         'lilypond-book --output=foo/ somefile.ly' is executed multiple
5568         times and target file shoud be overwritten.  (Error message said
5569         'input file and output file is same'.)
5570
5571 2005-07-13  Graham Percival  <gperlist@shaw.ca>
5572
5573         * input/regression/slur-extreme.ly,
5574         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
5575         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
5576         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
5577         "excentricity" to "eccentricity".
5578
5579         * Documentation/user/converters.itely: fix URL for Noteedit and
5580         Rosegarden.
5581
5582         * THANKS: added Yoshinobu Ishizaki.
5583
5584 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5585
5586         * scm/define-markup-commands.scm (justify-field): add. 
5587
5588         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
5589
5590 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5591
5592         * lily/lookup.cc (filled_box): express filled_box with
5593         round_filled_box
5594
5595         * scm/midi.scm (paper-book-write-midis): new function. Write all
5596         performances in numbered MIDI files.
5597
5598         * lily/performance-scheme.cc (LY_DEFINE): new file.
5599         (LY_DEFINE): new function ly:performance-write.
5600
5601         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
5602         new function.
5603         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
5604
5605         * scm/framework-*.scm: use port arguments throughout.
5606
5607         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
5608
5609         * lily/paper-outputter.cc (Paper_outputter): take port argument.
5610
5611         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
5612
5613         * scm/framework-texstr.scm (output-framework): 
5614
5615         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
5616
5617         * scm/output-lib.scm (tablature-stem-attachment-function):
5618         tablature stem attachment fix. 
5619
5620 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5621
5622         * lily/bezier.cc: hardcode binomial coefficients of order 3.
5623
5624         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
5625
5626         * scm/define-music-types.scm (music-descriptions): don't use
5627         Music_wrapper type.
5628
5629         * lily/paper-column.cc (print): print moment too.
5630
5631         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
5632         remove compatibility cruft.
5633
5634         * lily/parser.yy (score_body): \score can only begin with Music. 
5635
5636         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
5637         make-score. Take music argument only. Move parser interaction to
5638         Scheme.
5639
5640         * scm/lily-library.scm (scorify-music): new function.
5641
5642         * python/lilylib.py (datadir): remove 2.1 compat kludge.
5643         (datadir): remove resource import.
5644         (print_environment): remove get_bbox()
5645         (cp_to_dir): remove pre 1.5.2 compat glue.
5646
5647 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5648
5649         * lily/include/simple-spacer.hh (Module): idem.
5650
5651         * lily/include/spring.hh (struct Spring): store inverse
5652         strength. This prevents division by zero.
5653
5654         * VERSION: release 2.7.0
5655         
5656         * lily/include/music.hh (class Music): remove Music::duration_log()
5657
5658         * lily/stem-engraver.cc (make_stem): take duration log from event.
5659
5660         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
5661
5662 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5663
5664         * scm/lily.scm (ly:load): load autochange.scm
5665
5666         * Documentation/user/tutorial.itely (Running LilyPond for the
5667         first time): remove reference to DVI/TeX
5668
5669         * scm/define-markup-commands.scm (text): add \text markup command.
5670
5671         * configure.in (reloc_b): bump requirement to Python 2.2.
5672
5673         * lily/include/dots.hh (class Dots): make has_interface() static.
5674
5675         * python/convertrules.py (conv): add rule for ly:grob-default-font
5676
5677         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
5678         alphabetical order.
5679
5680         * input/regression/trill-spanner-pitched.ly: new file.
5681
5682         * lily/font-interface-scheme.cc (LY_DEFINE): function
5683         ly:grob-default-font (changed from get-default-font).
5684
5685         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
5686
5687         * lily/note-head.cc (internal_print): if style is not a symbol,
5688         set style to 'default. 
5689         (internal_print): no style suffix if glyph-name-procedure not
5690         set. Default to quarter head.
5691
5692         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
5693
5694         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
5695
5696         * ly/music-functions-init.ly: \pitchedTrill
5697
5698         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
5699
5700         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
5701
5702         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
5703
5704         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
5705
5706         * po/fr.po: update
5707
5708         * po/de.po: update.
5709
5710 2005-07-06  Graham Percival  <gperlist@shaw.ca>
5711
5712         * Documentation/user/changing-defaults.itely: add link
5713         to grob-iterface.
5714
5715         * Documentation/user/advanced-notation.itely: add material
5716         to Setting automatic beam behaviour.  Thanks, Joe!
5717
5718         * Documentation/user/lilypond.itely: change encoding to utf-8.
5719
5720 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5721
5722         * Documentation/user/advanced-notation.itely (Setting automatic
5723         beam behavior): Correct the documentation of
5724         revert-auto-beam-setting (backportme)
5725
5726 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5727
5728         * lily/ly-module.cc (ly_make_anonymous_module): define
5729         %module-public-interface of module. 
5730
5731         * lily/lily-parser.cc (print_smob): allow printing of parser smob
5732         without lexer.
5733
5734 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5735
5736         * input/regression/fret-diagrams.ly: stretch example.
5737
5738 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5739
5740         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
5741         Fodor).
5742
5743 2005-06-30  Graham Percival  <gperlist@shaw.ca>
5744
5745         * Documentation/topdocs/AUTHORS.texi: update personal web address.
5746
5747         * Documentation/user/examples.itely, lilypond-book.itely:
5748         change \RequirePackage to \usepackage.
5749
5750         * Documentation/user/global.itely: document copyright and tagline.
5751
5752 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5753
5754         * Documentation/user/basic-notation.itely (Transpose): remove link
5755         to nonexistent UntransposableMusic.
5756
5757         * scm/output-svg.scm: remove old definitions.
5758
5759         * scripts/lilypond-book.py (do_file): search for kpsewhich before
5760         invoking.
5761
5762         * python/lilylib.py (search_exe_path): new function.
5763
5764 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5765
5766         * python/lilylib.py (mkdir_p): remove setup_environment()
5767         (backportme)
5768
5769         * buildscripts/mutopia-index.py (headertext): trim text.
5770
5771         * Documentation/topdocs/NEWS.tely (Top): refresh.
5772
5773         * scm/define-markup-commands.scm (wordwrap-string): new function:
5774         split string in paras and words.
5775         (wordwrap-markups): new function.
5776         (wordwrap-stencils): new function. 
5777         (justify): use it.
5778         (wordwrap): use it.
5779         (wordwrap-string): use it
5780         (justify-string): use it.
5781
5782         * scm/lily-library.scm (regexp-split): new function.
5783
5784         * scm/define-markup-commands.scm: remove encoded-simple. 
5785         remove font-markup.
5786         (fontsize): remove old version  of fontsize.
5787         (wordwrap): new markup function. Wrap into paragraphs.
5788
5789         * VERSION: Branch lilypond_2_6
5790         (MINOR_VERSION): go to 2.7.0
5791
5792 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5793
5794         * po/zh_TW.po: update from translation project.
5795
5796 2005-06-28  Graham Percival  <gperlist@shaw.ca>
5797
5798         * scm/midi.scm: compile fix.
5799
5800 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5801
5802         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
5803         patch. Now, the tempfile module is loaded too, not only used.
5804
5805 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
5806
5807         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
5808         0.05 - 1.00 to 0.25 - 1.00
5809
5810         * scm/midi.scm: moved the default-instrument-equalizer procedure
5811         to just under the insturment-equalizer-alist it takes as an
5812         argument.
5813
5814 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5815
5816         * Documentation/user/advanced-notation.itely (Font selection):
5817         remove CMR note.
5818
5819         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
5820
5821 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5822
5823         * THANKS: Add UTF-8 marker.
5824
5825         * Documentation/user/point-and-click.itely (http): Update: use
5826         lilypond-invoke-editor.  Fix: instruct to use user.js.
5827
5828 2005-06-27  Graham Percival  <gperlist@shaw.ca>
5829
5830         * ly/titling-init.ly: implements printpagenumber, increases
5831         space between dedication and title (to avoid collisions with
5832         "g" and "q" in dedication), and nicer logic about copyright
5833         and instrument fields being printed on the first page.
5834         Thanks Vincent!
5835
5836         * Documentation/user/global.itely: document printpagenumber.
5837
5838 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5839
5840         * Documentation/topdocs/NEWS.tely: Update to 2.6.
5841
5842 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5843
5844         * THANKS: update to 2.6
5845
5846         * VERSION: 2.6.0 released.
5847
5848 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5849
5850         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
5851         rule, errorneously removed probably because of misleading comment.
5852
5853 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5854
5855         * python/lilylib.py (datadir): py2exe comments.
5856
5857         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
5858
5859         * configure.in (reloc_b): make fontconfig REQUIRED.
5860
5861 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
5862
5863         * po/fi.po: add latest translations.
5864
5865 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5866
5867         * ChangeLog: recode utf-8
5868
5869         * Documentation/pictures/lilypond.xpm (Module): edited photo as
5870         logo.
5871
5872         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
5873
5874         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
5875
5876         * python/convertrules.py (do_conversion): don't print program_name
5877         from within a module
5878
5879         * configure.in (reloc_b): bump fontforge requirement to 20050624.
5880
5881         * python/convertrules.py (conv): add 2.6.0 dummy rule.
5882
5883 2005-06-23  Graham Percival  <gperlist@shaw.ca>
5884
5885         * Documentation/user/lilypond-book.itely,
5886         Documentation/user/examples.itely: add \RequirePackage{graphics}.
5887
5888         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
5889         fixes baseline-skip.  Thanks Vincent!
5890
5891         * Documentation/user/advanced-notation.itely, global.itely:
5892         moved "Selecting font sizes" to global, since it deals with
5893         notation font size, not text fonts.
5894
5895 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5896
5897         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
5898         to fonts.
5899
5900 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5901
5902         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
5903         workaround since /dev/stdin doesn't work on Cygwin. Using a
5904         temporary file in the current directory since latex doesn't
5905         understand the path name to the default TMP in Cygwin (at least on
5906         win XP).
5907         
5908         * Documentation/user/global.itely (Creating titles): Correct
5909         misprint in example. Thanks to Rob Vlasaty.
5910
5911 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5912
5913         * VERSION (PATCH_LEVEL): release 2.5.32
5914
5915         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
5916         variable in lily module
5917
5918         * scm/framework-ps.scm (output-classic-framework): error message
5919         regarding the classic framework.
5920
5921         * Documentation/user/henle-flat-gray.png (Module): new file.
5922
5923         * Documentation/user/baer-flat-gray.png (Module): new file.
5924
5925         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
5926         whiteout for markups.
5927
5928         * buildscripts/substitute-encoding.py (note_glyph): include _ in
5929         regex too. This fixes change clef appearance in PDF. 
5930
5931         * ttftool/include/*: remove.
5932
5933         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
5934
5935         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
5936
5937         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
5938
5939         * ttftool/*: remove ttftool subdirectory.
5940
5941         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
5942
5943         * lily/ttf.cc (print_header): new file. Convert to type42, using
5944         FreeType to parse the TTF. 
5945
5946         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
5947         and post table may differ. Pass around post_nglyphs as well.
5948
5949 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5950
5951         * ly/music-functions-init.ly (musicMap): new music function
5952         musicMap. 
5953         
5954 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5955
5956         * make/mutopia-rules.make: anti-alias-factor = 2
5957
5958         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
5959         page switch.
5960
5961         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
5962         anti-alias-factor for lilypond-book runs.
5963
5964         * scm/ps-to-png.scm (scale-down-image): new function.
5965         (my-system): new function.
5966         (make-ps-images): blow up GS resolution by anti-alias-factor,
5967         scale down image by anti-alias-factor.  This improves appearance
5968         of bitmaps
5969         (make-ps-images): remove showpage. Fixes spurious empty png at
5970         end.
5971
5972         * scm/framework-ps.scm (write-preamble): downcase filename before
5973         string-matching. Should fix .TTF files (as opposed to ttf files)  
5974
5975         * Documentation/user/tutorial.itely (Running LilyPond for the
5976         first time): separate subsections for windows, macos and unix.  
5977
5978         * Documentation/user/invoking.itely (Updating files with
5979         convert-ly): add MacOS X note.
5980
5981 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5982
5983         * Documentation/user/introduction.itely (Engraving): don't include
5984         file optical-spacing, add directly.
5985
5986         * lily/paper-outputter.cc (file): open file in binary mode. This
5987         fixes OTF embedding on windows.
5988
5989 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5990
5991         * scm/framework-ps.scm (write-preamble): remove debugging output.
5992
5993         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
5994
5995         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
5996         outdir.
5997         (install-fc-cache): install font cache in installation directories.
5998
5999 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6000
6001         * scm/editor.scm (editor-command-template-alist): Use char iso
6002         column, except for Emacs.
6003         (get-editor-command): Substitute char too (Bertalan Fodor).
6004
6005 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6006
6007         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
6008         quoted ~s.  This should fix PNG output on Windows; single quotes
6009         are regular characters on Windows.
6010
6011 2005-06-16  Graham Percival  <gperlist@shaw.ca>
6012
6013         * Documentation/user/basic-notation.itely: include ChoirStaff
6014         in System start delimiters.
6015
6016         * Documentation/user/putting.itely: new doc section on
6017         fixing overlapping notation.
6018
6019 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6020
6021         * Documentation/user/global.itely (Paper size): \paper is in
6022         \book, not \score.
6023
6024         * make/mutopia-rules.make: -ddelete-intermediate-files
6025
6026         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
6027
6028 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6029
6030         * ChangeLog: Recode utf-8.
6031
6032         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
6033         datadir with .py modules.
6034
6035 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6036
6037         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
6038
6039 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
6042         
6043         * scm/framework-ps.scm (write-preamble): remove status check.
6044
6045         * Documentation/user/invoking.itely (Updating files with
6046         convert-ly): remove -o option.
6047
6048         * VERSION (PACKAGE_NAME): release 2.5.31
6049
6050         * scm/framework-ps.scm (write-preamble): use ly:system.
6051         (write-preamble): verbosity.
6052
6053         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
6054
6055         * python/convertrules.py: new file. Store conversion rules
6056         separately.
6057
6058 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6059
6060         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
6061
6062 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6063
6064         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
6065         \musicDisplay 
6066
6067         * Documentation/user/instrument-notation.itely (More stanzas): Add
6068         reference to StanzaNumber.
6069
6070 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6071
6072         * THANKS: separate section for website translators.
6073
6074 2005-06-14  Graham Percival  <gperlist@shaw.ca>
6075
6076         * Documentation/topdocs/INSTALL.texi: update vim info;
6077         thanks Simon Bailey!
6078
6079         * Documentation/user/advanced-notation.itely: included
6080         color names.
6081
6082         * Documentation/user/advanced-notation.itely,
6083         Documentation/usr/notation-appendices.itely: moved
6084         color names into an appendix.
6085
6086 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6087         
6088         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
6089
6090         * scm/lily.scm (lambda): initialize program options from here.
6091
6092         * scm/framework-*.scm: add header info.
6093
6094         * lily/main.cc (parse_argv): only set output format to pdf if no
6095         other format specified.
6096
6097         * scm/backend-library.scm (postprocess-output): process
6098         'delete-intermediate-files after running convert-to-*. This fixes
6099         PNG generation when 'delete-intermediate-files is set.
6100         
6101 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6102
6103         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
6104         links on website. 
6105
6106 2005-06-13  Graham Percival  <gperlist@shaw.ca>
6107
6108         * Documentation/topdocs/INSTALL.texi,
6109         Documentation/user/lilypond-book.itely: typos.
6110
6111 2005-06-12  Pal Benko  <benkop@freestart.hu>
6112
6113         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
6114         added between program name and switch; -b changed to -f not
6115         to generate pdf
6116
6117 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6118
6119         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
6120         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
6121
6122         * input/sakura-sakura.ly: add \midi.
6123
6124         * buildscripts/mutopia-index.py (find): use /usr/bin/find
6125         iso. python find. 
6126
6127         * ttftool/test.c (main): cosmetics.
6128
6129         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
6130
6131         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
6132         create a ttf2ps binary.
6133
6134         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
6135
6136         * scm/backend-library.scm (postscript->png): set rename-page-1 to
6137         true.
6138
6139 2005-06-11  Graham Percival <gperlist@shaw.ca>
6140
6141         * Documentation/user/lilypond-book.itely: add warning about
6142         the font warnings in dvips.
6143
6144 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6145
6146         * THANKS: typo
6147
6148         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
6149
6150         * GNUmakefile.in: remove links for .map, .enc
6151         don't fail if out/ doesn't exist yet.
6152
6153 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6154
6155         * ttftool/util.c (surely_read): return nbytes
6156
6157         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
6158
6159         * VERSION (PACKAGE_NAME): release 2.5.30
6160
6161         * flower/string-convert.cc (precision_string): >? fix.
6162
6163         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
6164         (make-ps-images): add verbose -q too.
6165
6166         * lily/default-actions.cc (Module): new file. default
6167         {book,score}-print functions.
6168
6169         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
6170         pass results via parseStringResult, lookup via ly:parser-lookup.  
6171
6172         * lily/lily-parser.cc (Lily_parser): only clone lexer in
6173         constructors.
6174         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
6175         (parse_string): idem.
6176
6177         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
6178
6179         * lily/main.cc (main_with_guile): copy be_verbose_global into
6180         ly_set_option()
6181
6182 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6183
6184         * scm/backend-library.scm (postscript->pdf):
6185         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
6186         verbose mode.  Search for several names of gs executable.
6187
6188 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6189
6190         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
6191         directly. This fixes a massive memory leak, provided you use CVS
6192         GUILE.
6193
6194 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
6195
6196         * ly/property-init.ly: Added tieDashed.
6197
6198         * THANKS: Added some bughunters for 2.5.
6199
6200 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6201
6202         * lily/program-option.cc: add debug-gc option.
6203
6204         * lily/include/lily-guile-macros.hh: don't protect exported module
6205         objects.
6206
6207         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
6208
6209         * scm/backend-library.scm (postscript->pdf): use
6210         delete-intermediate-files iso. running-from-gui? 
6211
6212         * ttftool/util.c (surely_read): robustness. Allow read() to return
6213         less bytes than requested, as per posix standards.
6214
6215         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
6216         program option.
6217
6218         * ttftool/include/ttftool.h ("C"): rename verbosity to
6219         ttf_verbosity. Add to public interface.
6220
6221         * scm/music-functions.scm (unfold-repeats): remove debugging display.
6222
6223         * lily/program-option.cc: rename from scm-option.cc
6224
6225         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
6226         (get_help_string): Print pretty help string.
6227
6228         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
6229         to snippet preamble.
6230
6231         * lily/scm-option.cc: remove command-line-settings option. Fold
6232         all command-line options plus default settings in a generic
6233         interface. 
6234
6235         * flower/getopt-long.cc (table_string): indent 2nd lines of help
6236         texts too.
6237
6238 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6239
6240         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
6241         or EXT_ components non-empty.
6242
6243 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6244
6245         * scm/lily.scm (running-from-gui?): Export.
6246
6247         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
6248         output in .ly source directory.
6249
6250 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6251
6252         * ttftool/util.c (surely_lseek): more verbosity.
6253
6254         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
6255         compile.
6256
6257         * lily/parser.yy (Repeated_music): remove >? 
6258
6259         * scm/backend-library.scm (postscript->pdf): Support for
6260         -dgs-font-load=1
6261
6262         * scm/framework-ps.scm (write-preamble): make font loading
6263         switchable to GS via --define-default gs-font-load=1
6264
6265 2005-06-09  Graham Percival  <gperlist@shaw.ca>
6266
6267         * Documentation/user/global.itely: added \layout docs.
6268
6269 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6270
6271         * lily/lily-parser-scheme.cc: add unistd.h
6272
6273 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6274
6275         * scm/editor.scm: add char argument.
6276
6277         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
6278
6279         * ttftool/util.c (syserror): use errno for better error reporting.
6280
6281         * lily/source-file.cc (get_counts): new function. Calc column,
6282         line and char count in one go.
6283
6284         * lily/binary-source-file.cc (quote_input): rename to quote_input
6285
6286         * lily/input.cc (set): new function.
6287
6288 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6289
6290         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
6291         directory part of file name to search directory.
6292
6293         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
6294         search path and chdir to DIR if --outname=DIR used.
6295
6296         * lily/main.cc (prepend_env_path): Bugfix: Check directory
6297         existence before appending original path.
6298
6299 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6300
6301         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
6302         file" massage.
6303
6304         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
6305         texinfo.tex is always used.
6306         
6307 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6308
6309         * flower/include/axis.hh: rename from axes.hh
6310
6311         * lily/include/text-interface.hh (Module): rename from text-item.hh
6312
6313         * VERSION (PATCH_LEVEL): release 2.5.29
6314
6315         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
6316
6317         * scm/framework-ps.scm (font-file-as-ps-string): new function.
6318         (handle-macfont): new function. Call fondu for Native mac fonts.
6319
6320         * scm/define-markup-commands.scm (fill-line): handle text-widths =
6321         '() case.
6322
6323 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6324
6325         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
6326         multi-page.  Fix .eps regular expression.
6327
6328 2005-06-07  Graham Percival  <gperlist@shaw.ca>
6329
6330         * Documentation/user/putting.itely: add info on modifying templates.
6331
6332         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
6333         misc small changes.
6334
6335 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6336
6337         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
6338
6339         * scripts/lilypond-ps2png.scm
6340
6341         * VERSION (PACKAGE_NAME): release 2.5.28
6342
6343 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6344
6345         * lily/main.cc (prepend_env_path): Do not append /, that does not
6346         work.  Localedir lives in datadir, not in prefix.
6347
6348         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
6349         hack for windows.
6350
6351         * flower/include/file-cookie.hh: Compile fix.
6352
6353 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6354
6355         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
6356
6357         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
6358         system primitives.
6359         (gulp-port): using read-string!/partial. We don't want to read an
6360         entire PS file  (GUILE 1.6 limits strings to 16M) 
6361
6362         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
6363         properties. Add font-interface. 
6364
6365         * scm/define-grob-properties.scm (all-user-grob-properties):
6366         remove old bracket properties.
6367
6368         * scm/x11-color.scm: reformat. 
6369
6370         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
6371         LedgerLineSpanner if new StaffSymbol is found. 
6372
6373         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
6374         staff-symbol for finishing staff. 
6375
6376         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
6377
6378         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
6379         change black to currentColor everywhere. This fixes color support
6380         in SVG.
6381
6382 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
6383
6384         * input/regression/fret-diagrams.ly: new file to test fret diagram
6385         capability
6386
6387         * scm/output-tex.scm: remove white-dot and white-text
6388
6389         * scm/output-ps.scm: remove white-dot and white-text
6390
6391         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
6392         using ly:stencil-in-color instead
6393         (draw-dots) : remove call to white-dot
6394
6395 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6396
6397         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
6398         support.
6399
6400         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
6401
6402         * flower/include/file-cookie.hh: new file. lily_cookie extension 
6403
6404         * flower/file-cookie.cc: new file. lily_cookie extension.
6405         
6406 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6407
6408         * scm/editor.scm (editor-command-template-alist): Add syn
6409         editor (Jaap [de Vos]).
6410
6411 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6412
6413         * scripts/lilypond-ps2png.scm:
6414         * scm/ps-to-png.scm: New file.
6415
6416         * scm/backend-library.scm (postscript->png): Use it.
6417
6418         * scripts/lilypond-ps-to-png.py: Remove file.
6419
6420         * python/lilylib.py (get_bbox, make_ps_images): Remove.
6421
6422 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6423
6424         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
6425
6426         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
6427         start on grace moment. Fixes autobeam-grace.ly.
6428
6429         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
6430         process anything unless we're at the end of a pending beam. Fixes
6431         syncopated 8ths beamed across a beat.
6432
6433 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6434
6435         * scm/editor.scm (editor-command-template-alist): Start emacs if
6436         emacslient fails.
6437
6438         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
6439
6440         * flower/file-path.cc (is_file, is_dir): Export.
6441
6442         * lily/main.cc (prepend_env_path, set_env_file): Use them.
6443
6444 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6445
6446         * lily/easy-notation.cc: Added include cctype to correct
6447         compilation error.
6448
6449 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6450
6451         * scm/backend-library.scm (postscript->pdf): set resolution to
6452         1200, so bitmap fonts aren't that ugly. 
6453
6454         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
6455
6456         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
6457         parent if we have a notehead. Fixes incorrect offsets when
6458         Paper_column is very wide in the X direction.
6459
6460         * input/regression/font-family-override.ly (Module): new file.
6461
6462         * scm/font.scm (make-pango-font-tree): new function.
6463
6464         * lily/beam.cc (before_line_breaking): remove warning about less
6465         than 2 visible stems. We still get a warning when there is only
6466         one stem.
6467
6468 2005-06-01  Werner Lemberg  <wl@gnu.org>
6469
6470         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
6471         correctly.
6472
6473 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6474
6475         * lily/slur-scoring.cc (generate_avoid_offsets): new
6476         function. Generate avoid offsets once per slur.
6477
6478         * lily/slur.cc (add_extra_encompass): add dependency to
6479         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
6480
6481         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
6482         too. Fixes inf error with added bass notes.
6483
6484         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
6485         argument anymore.
6486
6487         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
6488
6489         * input/tutorial/lbook-latex-test.tex: add line length test.
6490
6491         * scripts/lilypond-book.py (set_default_options): new
6492         function. Call this before dissecting snippets, so linewidth
6493         settings reach the snippets.
6494
6495 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6496
6497         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
6498
6499 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6500
6501         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
6502
6503 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6504
6505         * stepmake/aclocal.m4: More autopackage friendliness.
6506
6507 2005-05-31  Graham Percival  <gperlist@shaw.ca>
6508
6509         * Documentation/index.html.in: remove link to LSR.
6510
6511         * Documentation/user/global.itely: remove duplicate
6512         "dedication" \header{} section.
6513
6514 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6515
6516         * VERSION (PACKAGE_NAME): release 2.5.27.
6517
6518         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
6519         too. Plugs memory leak.
6520
6521         * make/lilypond.fedora.spec.in (Group): remove
6522         lilypond-pdfpc-helper.
6523
6524         * scripts/GNUmakefile (SEXECUTABLES): remove
6525         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
6526
6527         * scm/font.scm (make-century-schoolbook-tree): add Mono as
6528         'typewriter family.
6529
6530         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
6531         memory leak.
6532
6533         * lily/parser.yy (score_body): don't clone Score, that's done in
6534         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
6535
6536         * lily/score-engraver.cc (derived_mark): new function.
6537         (initialize): unprotect Paper_score. This fixes a memory leak.
6538
6539         * lily/score-performer.cc (derived_mark): new function.
6540
6541         * lily/score-translator.cc (get_output): use SCM for get_output() call.
6542
6543         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
6544         spurious warning.
6545
6546         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
6547         serif.
6548
6549 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6550
6551         * configure.in (reloc_b): Add --enable-relocation.
6552
6553 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6554
6555         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
6556
6557         * input/regression/alignment-order.ly: add Staff example.
6558
6559 2005-05-31  John Mandereau   <john.mandereau@free.fr>
6560
6561         * po/fr.po: update.
6562
6563 2005-05-31  Graham Percival  <gperlist@shaw.ca>
6564
6565         * Documentation/index.html.in: add link to LSR.
6566
6567 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6568
6569         * scm/define-stencil-commands.scm (Module): new file. Register all
6570         allowed stencil expression heads in a central place.
6571
6572         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
6573         ly:make-stencil
6574
6575         * lily/stencil-expression.cc (all_stencil_heads): registering
6576         stencil expressions.
6577
6578         * lily/stencil-interpret.cc: new file. Stencil expression
6579         interpreting.
6580
6581         * input/xiao-haizi-guai-guai.ly: move file back.
6582
6583 2005-05-30  Graham Percival  <gperlist@shaw.ca>
6584
6585         * Documentation/user/advanced.itely, converters.itely,
6586         instrument-notation.itely, lilypond-book.itely: misc small
6587         changes.
6588
6589 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6590
6591         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
6592
6593         * make/lilypond.fedora.spec.in: Fix source url.
6594
6595         * cygwin: Update from mingw patches.
6596
6597         * scm/editor.scm (editor-command-template-alist): Use jedit
6598         -reuseview (Bertalan), add uedit (Patrick Huberts).
6599
6600         * input/xiao-hai-zi-guai-guai.ly: Rename from
6601         xiao-haizi-guai-guai.ly.
6602
6603         * input/*: Reindent, do not use TAB.
6604
6605         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
6606         white background.
6607
6608 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6609
6610         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
6611         numerical overflow error.
6612
6613 2005-05-29 Laura Conrad <lconrad@laymusic.org>
6614         
6615         * abc2ly.py: fix to syntax error in multi-part output.
6616
6617 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6618
6619         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
6620         with disappearing span bars when alignAboveContext is active
6621
6622         * lily/property-iterator.cc (check_grob): use is-grob?
6623         object-property. Fixes crash-key-sig-font-size.ly. 
6624
6625 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6626
6627         * lily/bar-line.cc (print): don't round barlines; this produces
6628         odd aliasing effects in Acroread.
6629
6630         * lily/timing-engraver.cc (process_music): robustness fix.
6631
6632         * lily/context-def.cc (filter_engravers): bugfix.
6633
6634 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6635
6636         * lily/lilypond.rc.in: Add ly-icon.
6637
6638         * lily/GNUmakefile: 
6639         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
6640         rules.
6641
6642 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6643
6644         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
6645
6646         * ps/music-drawing-routines.ps: 
6647
6648         * scm/output-ps.scm: remove draw ez_ball.
6649
6650         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6651         EasyNotation context definition.
6652
6653         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
6654         Text_interface and color for making easy note heads.
6655
6656         * lily/stencil.cc (with_color): new function.
6657
6658         * ps/music-drawing-routines.ps: remove draw_zigzag_line
6659
6660         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
6661         output routine. Zigzag now works in SVG too.
6662
6663         * scm/output-tex.scm (filledbox): idem.
6664
6665         * scm/output-svg.scm (filledbox): idem.
6666
6667         * scm/output-ps.scm (lily-def): remove horizontal-line. 
6668
6669         * lily/lookup.cc (horizontal_line): use draw-line. 
6670
6671         * lily/system-start-delimiter.cc: remove old staff bracket code.
6672
6673         * mf/feta-haak.mf: further tweaks.
6674
6675         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
6676
6677         * mf/feta-generic.mf: include feta-haak.
6678
6679         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
6680
6681         * scm/framework-ps.scm (write-preamble): only load fonts if their
6682         filename is a string. 
6683
6684 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6685
6686         * scm/output-svg.scm (circle): support circle.
6687         (bracket): stub for bracket.
6688
6689         * scripts/lilypond-book.py (main): make sure --psfonts warning is
6690         correct.
6691
6692 2005-05-26  Graham Percival  <gperlist@shaw.ca>
6693
6694         * Documentation/user/lilypond.tely, advanced-notation.itely,
6695         basic-notation.itely, instrument-notation.itely, global.itely,
6696         introduction.itely, tutorial.itely: rearranging, editing,
6697         clean-up.
6698
6699         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
6700         for compiling on FreeBSD.
6701
6702 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6703
6704         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
6705         otf files.
6706
6707         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
6708         bugfixes.
6709
6710         * VERSION: 2.5.26 released.
6711
6712         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
6713
6714 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
6715
6716         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
6717         if printpagenumber is false.
6718
6719 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6720
6721         * lily/font-config.cc (init_fontconfig): comment out FontConfig
6722         cache warning.
6723
6724         * lily/tie.cc (print): support dotted ties.
6725         
6726 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6727
6728         * scm/define-grobs.scm (all-grob-descriptions): switch off
6729         debugging
6730         (all-grob-descriptions): Arpeggio has Y-extent.
6731
6732         * scm/define-music-properties.scm (all-music-properties): document
6733         length-callback and start-callback as "read-only".
6734
6735         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
6736         length-callback after creation. 
6737
6738         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
6739         compressmusic -> compressMusic.
6740
6741         * ly/music-functions-init.ly (oldaddlyrics): idem.
6742
6743         * lily/parser.yy: NewLyricCombineMusic ->
6744         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
6745
6746 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
6747
6748         * ly/Welcome_to_LilyPond.ly: typo.
6749
6750 2005-05-24  Graham Percival  <gperlist@shaw.ca>
6751
6752         * Documentation/user/lilypond.tely: move changing-defaults to be
6753         before global issues.
6754
6755         * Documentation/user/basic-notation.itely: move Transpose section
6756         here from advanced/Other.
6757
6758         * Documentation/user/changing-defaults.itely,
6759         advanced-notation.itely: move Fonts to advanced, edit.
6760
6761 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6762
6763         * lily/parser.yy (bare_int): remove rule.  From now on, we require
6764         # before negative integers.
6765
6766 2005-05-23  Graham Percival  <gperlist@shaw.ca>
6767
6768         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
6769
6770         * Documentation/user/lilypond.tely: change Unified index to
6771         LilyPond index.
6772
6773         * Documentation/user/advanced-notation.itely,
6774         instrument-notation.itely: editing.
6775
6776 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6777
6778         * scm/lily.scm (lilypond-all): Bugfix: return failed.
6779
6780         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
6781
6782 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6783
6784         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
6785         ly:port-move.  Needs to be stderr-specific on mingw.
6786         Run fixcc.
6787
6788 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6789
6790         * lily/general-scheme.cc (ly:port-move): Remove.
6791
6792         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
6793         windows.
6794
6795         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
6796         variables.  This eliminates the need for a gs.bat wrapper, which
6797         opens a console.
6798
6799         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
6800         * scm/lily.scm (running-from-gui?): 
6801         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
6802         artifact of not compiling with -mwindows.
6803
6804         * scm/editor.scm: Define PLATFORM.
6805
6806 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
6809         can start to cut & paste lilypond-book fragments.  
6810
6811         * scm/define-music-types.scm (music-descriptions): remove
6812         UntransposableMusic
6813
6814 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6815
6816         * scm/output-ps.scm (glyph-string): remove / before CIDs.
6817
6818 2005-05-20  Graham Percival  <gperlist@shaw.ca>
6819
6820         * Documentation/user/instrument-notation.itely: remove *Engraver.
6821
6822         * Documentation/user/advanced-notation.itely: edit, rearrange.
6823
6824 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6825
6826         * scm/output-ps.scm (glyph-string): take cid? argument. Use
6827         findresource iso. findfont for CID CFF fonts.
6828
6829         * VERSION (PACKAGE_NAME): release 2.5.25
6830
6831         * ly/Welcome_to_LilyPond.ly: add  \version
6832
6833 2005-05-20  Graham Percival  <gperlist@shaw.ca>
6834
6835         * Documentation/user/programming-interface.itely: move
6836         \displayMusic into its own section.
6837
6838         * Documentation/user/basic-notation.itely: finish editing.
6839
6840 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6841
6842         * flower/file-path.cc (find): don't throw away file_name.dir, but
6843         append to it. Fixes \include with directories.
6844
6845         * flower/include/file-path.hh (class File_path): don't derive from
6846         Array<String>.
6847
6848         * flower/include/file-name.hh (class File_name): remove to_str0()
6849
6850         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
6851         Hara_kiri_engraver in separate file.
6852
6853         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
6854         translation went wrong. Fixes vertically translated slurs.
6855
6856 2005-05-19  Graham Percival  <gperlist@shaw.ca>
6857
6858         * Documentation/user/basic-notaton.itely: editing.
6859
6860 2005-05-18  Graham Percival  <gperlist@shaw.ca>
6861
6862         * Documentation/user/macros.itexi, basic-notation.itely:
6863         add @commonprop (commonly used properties) macro.
6864
6865 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6866
6867         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
6868
6869         * scripts/lilypond-book.py (invokes_lilypond): new function
6870         (main): only run fontextract if invokes_lilypond() is true.
6871
6872         * lily/function-documentation.cc (ly_add_function_documentation):
6873         duh, use !=
6874
6875         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
6876
6877         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
6878
6879         * scm/lily.scm (running-from-gui?): lowercase Darwin.
6880
6881         * lily/function-documentation.cc (ly_add_function_documentation):
6882         use scm_hash_table_p() for checking.
6883
6884 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6885
6886         * Documentation/user/advanced-notation.itely (Text scripts):
6887         Change nonexisting @internalsref{Text markup} to @ref{Text
6888         markup}.  Change @internalsref{Text script} to
6889         @internalsref{TextScript}.
6890
6891         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
6892
6893 2005-05-17  Graham Percival  <gperlist@shaw.ca>
6894
6895         * Documentation/user/tutorial.itely, basic-notation.itely,
6896         changing-defaults.itely: remove duplicate cindex entries
6897         that appear on the same page.
6898
6899         * scm/define-grobs.scm: change default padding for TextSpanner.
6900
6901         * Documentation/topdocs/AUTHORS.texi: update email address.
6902
6903         * Documentation/user/global.itely: add info about \include.
6904
6905 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6906
6907         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
6908         when running-from-gui.
6909
6910         * scm/editor.scm (get-editor): Add platform defaults.
6911
6912         * scm/backend-library.scm (postscript->pdf): Typo.
6913
6914 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6915
6916         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
6917
6918         * lily/font-config.cc (init_fontconfig): add warning about cache.
6919
6920 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6921
6922         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
6923
6924 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6925
6926         * lily/horizontal-bracket.cc (print): Take care of the direction
6927         property so brackets above the stave point downwards. 
6928
6929         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
6930         for HorizontalBracket so it doesn't end up within the stave.
6931
6932 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6933
6934         * lily/GNUmakefile (default): Typo.
6935
6936         * scm/lily.scm (PLATFORM): Export.
6937
6938         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
6939         load-font-via-GS, ttftool or fopencookie is broken on windows.
6940         
6941         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
6942         -dSAFER, that is broken on windows.
6943
6944 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6945
6946         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
6947         for FlexLexer.h
6948
6949         * scripts/lilypond-invoke-editor.scm: remove stray -
6950
6951 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6952
6953         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
6954         Fixes deprecation warning.
6955
6956         * flower/include/string.icc (to_string): Only inline if
6957         -DSTRING_UTILS_INLINED.
6958
6959         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
6960         name.  Remove windows comment.
6961
6962         * scm/editor.scm (slashify): New function.
6963         (get-editor-command): Use it.
6964         (get-command-template): Do not alter editor command if
6965         environment value includes `%(file)s' magic.
6966
6967         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
6968         (dissect-uri): Use it.
6969         (unquote-uri): Bugfix.
6970
6971 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6972
6973         * scm/framework-ps.scm (write-preamble): add TTF rule.
6974
6975         * Documentation/topdocs/README.texi (Top): remove note about
6976         xdelta.
6977
6978         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
6979         requirement.
6980
6981         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
6982         function. Figure out where FlexLexer.h lives
6983
6984         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
6985         
6986 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6987
6988         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
6989         with Windows root in file name.
6990
6991         * scm/backend-library.scm (ly:system): Only redirect output (using
6992         system and shell, ugh) if /dev/null is writable.
6993
6994         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
6995         windows icon.
6996
6997         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
6998         on Mingw.
6999
7000         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
7001         click.
7002
7003         * flower/file-path.cc (is_dir, is_file): New function.  Actually
7004         use result of stat when available.
7005
7006         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
7007         absolute file name and root.
7008
7009         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
7010
7011         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
7012
7013         * flower/file-name.cc (slashify): Bugfix, do substitute if no
7014         slashes in file name.
7015
7016 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7017
7018         * Documentation/user/preface.itely (Preface): Run
7019         texinfo-all-menus-update.
7020
7021         * scm/editor.scm (get-editor-command): Bugfix: allow full
7022         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
7023
7024         * Documentation/pictures/lilypond-48.xpm: New file.
7025
7026         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
7027
7028         * ly/Welcome_to_LilyPond.ly: New file.
7029
7030         * lily/main.cc (main): Only identify if we have a terminal.
7031
7032         * scm/backend-library.scm (postscript->png)
7033         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
7034         non-/bin/sh).
7035
7036 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
7037
7038         * Documentation/topdocs/AUTHORS.texi: polish, update.
7039
7040 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7041
7042         * Documentation/user/preface.itely (Notes for version 2.6): new
7043         notes for 2.6
7044
7045         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
7046         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
7047         is not fully contained" warnings.
7048
7049         * lily/slur-scoring.cc (get_bound_info): remove warning.
7050
7051         * lily/staff-symbol-engraver.cc (process_music): start initial
7052         spanner in process_music(). This fixes overrides of StaffSymbol
7053         properties.
7054
7055         * scm/framework-pdf.scm (Module): remove.
7056
7057         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
7058
7059         * lily/ambitus-engraver.cc: formatting cleanups.
7060
7061         * mf/feta-solfa.mf (Module): remove.
7062
7063         * ChangeLog: more details about contributions.
7064
7065 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7066
7067         * lily/align-interface.cc (align_elements_to_extents): warn if
7068         called too early. Fixes: disappearing-staff-lines.ly
7069
7070         * VERSION (PACKAGE_NAME): release 2.5.24
7071
7072 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7073
7074         * stepmake/aclocal.m4: Typo.
7075
7076         * flower/string.cc (substitute): Take two strings or two
7077         characters.  Update callers.
7078
7079 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7080
7081         * flower/file-name.cc (File_name): Slashify.
7082
7083         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
7084
7085         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
7086
7087         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
7088
7089         * configure.in (gui_b): Use it.
7090
7091         * lily/lilypond.rc.in: New file.
7092
7093         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
7094
7095 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7096
7097         * Documentation/user/advanced-notation.itely: edit of Text
7098         section; clarify text scripts vs. text markup.
7099
7100 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7101
7102         * lily/multi-measure-rest-engraver.cc
7103         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
7104         separation items on start. Fixes mm rests in start of score.
7105
7106         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
7107         don't access StaffSymbol if not there.
7108         Fixes: crash-staff-symbol-engraver.ly.
7109
7110         * lily/instrument-name-engraver.cc (class
7111         Instrument_name_engraver): data member first_. Create
7112         InstrumentName on start. 
7113
7114 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7115
7116         * Documentation/user/instrument-notation.itely: add guitar
7117         position.
7118
7119         * Documentation/user/introduction.itely,
7120         Documentation/user/lilypond.tely,
7121         Documentation/user/tutorial.itely: begin pruning
7122         unused (duplicated) cindex entries and misc cleanup.
7123
7124 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7125
7126         * input/test/volta-chord-names.ly: Bring the explanation up to
7127         date.
7128
7129 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7130
7131         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
7132         Specify `@documentencoding utf-8' for html, ignore warnings.
7133
7134 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
7135
7136         * THANKS: Added bughunters.
7137
7138 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7139
7140         * lily/main.cc: update help string for `lilypond -H'.
7141
7142         * po/fi.po: update.
7143         
7144 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7145
7146         * Documentation/user/advanced-notation.itely: minor fixes.
7147
7148 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7149
7150         * scm/editor.scm: New module.
7151
7152         * scm/lily.scm (gui-main): Use it.
7153
7154         * scm/framework-gnome.scm (spawn-editor): Use it.
7155
7156         * scripts/lilypond-invoke-editor.scm: Use it in new script.
7157
7158 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7159
7160         * scm/framework-ps.scm (load-font-via-GS):  new function.
7161
7162         * lily/pango-font.cc (pango_item_string_stencil): add support for
7163         CID keyed font.
7164
7165         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
7166
7167 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7168
7169         * Documentation/user/basic-notation.itely: add @ref.
7170
7171         * Documentation/user/advanced-notation.itely: add example
7172         of 5/8 beaming.
7173
7174 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7175
7176         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
7177
7178         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
7179         going through ps2pdf wrappers.
7180
7181 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
7182
7183         * Documentation/user/instrument-notation.itely: petrucci note
7184         heads: updated docu
7185
7186         * input/regression/note-head-style.ly: updated regression test;
7187         indentation fixes
7188
7189         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
7190         heads as default
7191
7192         * mf/parmesan-heads.mf: minor editing; use musicological names
7193         (rather than optical description) as note head names
7194
7195         * scm/output-lib.scm: complete petrucci heads
7196
7197 2005-05-09  Pal Benko  <benkop@freestart.hu>
7198
7199         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
7200         heads, but bigger)
7201
7202 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7203
7204         * lily/main.cc (main_with_guile): Remove no files check.
7205
7206         * lily/main.cc (ly:usage): Export to Scheme.
7207
7208         * scm/lily.scm (no-files-handler): New function.
7209
7210         * scm/lily.scm (lilypond-main): Use it.
7211
7212         * configure.in (gui_b): Add mbrtowc checking.
7213         Resurrect [utf8/]wchar.h checking.
7214
7215 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7216
7217         * Documentation/user/advanced-notation.itely (Metronome marks):
7218         Add link to the program reference for MetronomeMark
7219
7220         * Documentation/user/lilypond-book.itely (An example of a
7221         musicological document): Correct the example using psfonts 
7222
7223 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
7224
7225         * po/fi.po: update after a lesson how to update entries against
7226         source.
7227         
7228         * po/TODO: document the lesson.
7229
7230 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7231
7232         * configure.in (gui_b): remove wcrtomb checking.
7233
7234         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
7235         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
7236
7237 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7238
7239         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
7240         keep Scheme expressions and strings unmodified when doing the
7241         conversion to postfix notation for slurs and beams. Should
7242         hopefully solve most related conversion problems. 
7243
7244         * Documentation/user/lilypond-book.itely : Clarify and correct how
7245         to call dvips with -h psfonts.
7246
7247 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7248
7249         * Documentation/user/instrument-notation.itely (Entering lyrics):
7250         Typo.  Fixes build.
7251
7252 2005-05-09  Graham Percival  <gperlist@shaw.ca>
7253
7254         * Documentation/user/lilypond-book.itely: document PSFONTS file.
7255
7256         * Documentation/user/lilypond.tely, lilypond-book.itely,
7257         tutorial.itely: change references to 2.5.x to 2.6.x.
7258
7259         * Documentation/user/instrument-notation.itely: clarified \addlyrics
7260         vs \lyricmode.
7261
7262         * Documentation/user/invoking.itely: remove old info about
7263         lilypond-profile.
7264
7265         * Documentation/topdocs/INSTALL.texi: remove old info about
7266         lilypond-profile, add warning about needing international fonts
7267         to build docs.
7268
7269 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7270
7271         * lily/include/grob-info.hh (class Grob_info): make data member
7272         private. Changes throughout.
7273
7274         * input/regression/alignment-order.ly: new file. 
7275
7276         * lily/vertical-align-engraver.cc (acknowledge_grob): read
7277         alignAboveContext and alignBelowContext
7278
7279 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7280
7281         * lily/pfb.cc (LY_DEFINE): add cast.
7282
7283         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
7284         matches .otf
7285         (write-preamble): warn about unknown fonts.
7286
7287         * lily/pfb.cc (Module): new function ly:otf->cff
7288
7289         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
7290         (get_otf_table): new function.
7291
7292 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7293
7294         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
7295         iso. ps2png.
7296
7297 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
7298
7299         * po/fi.po: apply second round of update.
7300
7301 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7302
7303         * scm/x11-color.scm (make-x11-color-handler): don't use
7304         #\sp. Apparently doesn't work on all platforms. 
7305
7306 2005-05-06  Graham Percival  <gperlist@shaw.ca>
7307
7308         * Documentation/user/advanced-notation.itely, putting.itely,
7309         tutorial.itely, global.itely, introduction.itely: really minor fixes.
7310
7311 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7312
7313         * VERSION (PACKAGE_NAME): release 2.5.23
7314
7315 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7316
7317         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
7318         convert to utf-8.
7319
7320         * THANKS: Add translators for this release, convert to utf-8.
7321
7322         * mf/GNUmakefile (MFTRACE_FLAGS):
7323         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
7324         outdir as option (WAS: hardcoded).
7325
7326 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7327
7328         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
7329         finished_span_
7330
7331         * THANKS: add Hans Forbrich.
7332
7333         * Documentation/topdocs/NEWS.tely (Top): document new feature.
7334
7335         * Documentation/user/basic-notation.itely (Staff symbol): document
7336         start/stop staff. Reference to ossia.ly
7337
7338         * input/test/ossia.ly: new example using stop and startStaff.
7339
7340         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
7341         in other words, don't create "|" barline at start of the score.
7342         (start_translation_timestep): don't set whichBar for start of score.
7343
7344         * input/regression/staff-halfway.ly: use new functionality.
7345
7346         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
7347         start and stop staff based on events.
7348
7349         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
7350
7351         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
7352
7353 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7354
7355         * Documentation/user/programming-interface.itely (How markups work
7356         internally ): remove \encoding reference.
7357
7358 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7359
7360         * scripts/convert-ly.py: Attempt to do a smarter update of 
7361         text markups from versions < 1.9.0 with arbitrary nesting.
7362
7363 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
7364
7365         * po/fi.po: convert to utf-8, and update.
7366
7367 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7368
7369         * make/lilypond.suse.spec.in: update from suse 2.4 package.
7370
7371         * lily/*.cc: more <? >? to min/max changes
7372
7373         * lily/include/interpretation-context-handle.hh: rename
7374         Interpretation_context_handle to Context_handle.
7375
7376 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
7377
7378         * input/regression/GNUmakefile (local_delete): use `find` together 
7379         with `xargs` to avoid too long argument-lists in cmd line.
7380
7381 2005-05-04  Graham Percival  <gperlist@shaw.ca>
7382
7383         * Documentation/user/introduction.itely: updates "About this manual".
7384
7385         * Documentation/user/advanced-notation.itely,
7386         invoking.itely: minor fixes.
7387
7388 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7389
7390         * COPYING: add font exception. Update FSF address. 
7391
7392         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
7393         should be taken without child context.
7394
7395         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
7396
7397         * scm/define-markup-commands.scm (triangle): new command, as
7398         robust replacement for unicode Delta/Triangle.
7399
7400 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7401
7402         * ps/music-drawing-routines.ps: add fillp argument.
7403
7404         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
7405
7406         * lily/font-config.cc (init_fontconfig): don't add cff/
7407
7408         * VERSION (PACKAGE_NAME): release 2.5.22
7409
7410         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
7411
7412         * lily/grace-engraver.cc (consider_change_grace_settings): use
7413         is_alias(). Fixes problem with CueVoice grace notes. 
7414
7415         * lily/simultaneous-music-iterator.cc (construct_children): call
7416         Music_iterator::quit() for iterators that start out invalid. This
7417         fixes indefinitely continuing contexts.
7418
7419         * buildscripts/substitute-encoding.py: new file
7420
7421         * Documentation/user/basic-notation.itely (Basic polyphony): fix
7422         missing @end 
7423
7424         * scripts/lilypond-book.py (write_if_updated): print file name.
7425
7426         * Documentation/user/basic-notation.itely (Explicitly
7427         instantiating voices): idem.
7428
7429         * Documentation/user/advanced-notation.itely (Text spanners):
7430         remove stray { } 
7431
7432         * lily/context.cc (default_child_context_name): the default child
7433         is now first in accepts_list_.
7434
7435         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7436         \defaultchild to all relevant contexts.  This fixes:
7437         drums-pitch.ly.
7438
7439         (Probably also fixes similar problems with ancient
7440         transcriptions getting CueVoices instead of the desired voices.)
7441  
7442         * lily/context-def.cc (get_default_child): new function.
7443         (get_accepted): place default child in front of list.
7444
7445         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
7446
7447         * lily/include/context-def.hh (struct Context_def): add
7448         default_accept_
7449
7450 2005-05-03  Graham Percival  <gperlist@shaw.ca>
7451
7452         * scm/define-grobs.scm: remove "remove-first" line, since
7453         the absent property is set to #f anyway.
7454
7455         * Documentation/user/basic-notation.itely,
7456         advanced-notation.itely, instrument-notation.itely: minor
7457         fixes.
7458
7459         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
7460
7461         * Documentation/user/advanced-notation.itely,
7462         changing-defaults.itely: consolidate Text stuff in
7463         advanced notation.
7464
7465         * Documentation/user/global.itely: better docs for \header.
7466
7467         * Documentation/user/putting.itely: new chapter; placeholder
7468         for future expansion.
7469
7470         * Documentation/user/examples.itely: moved "suggestions for
7471         writing LP files" section into putting.itely.
7472
7473         * Documentation/user/lilypond.itely: added new chapter,
7474         fixed the short table of contents.
7475
7476 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7477
7478         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
7479         infinity for unfeasible beams.
7480
7481         * make/lilypond.fedora.spec.in (Group): idem.
7482
7483         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
7484
7485         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
7486
7487         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
7488         fonts directly.
7489
7490         * buildscripts/gen-emmentaler-scripts.py (i): idem.
7491
7492         * mf/GNUmakefile: remove all CFF rules.
7493
7494         * scm/framework-ps.scm (ps-embed-cff): reinstate.
7495
7496         * lily/open-type-font-scheme.cc (LY_DEFINE):
7497         new function ly:otf-font-table-data.
7498         (LY_DEFINE): new function otf-font?
7499
7500 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7501
7502         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
7503         ($(outdir)/Fontmap.lily): idem.
7504
7505         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
7506         for PFAEmmentaler-XXX.pfa. 
7507
7508         * Documentation/user/music-glossary.tely (accidental): NL
7509         translation of accidental.
7510
7511 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7512
7513         * flower/include/international.hh: Bugfix: include "string.hh".
7514
7515         * lily/include/mingw-compatibility.hh: New file.
7516
7517         * flower/include/libc-extension.hh (memrev): Rename from strrev.
7518
7519         * configure.in: Search for mingw wcrtomb library.
7520
7521 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7522
7523         * scripts/convert-ly.py: Bug fix
7524
7525         * Documentation/user/changing-defaults.itely (Common tweaks):
7526         Added example where the context has to be specified explicitly
7527         (MetronomeMark). 
7528
7529 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7530
7531         * scripts/lilypond-book.py (ly_options): set timing to #f for
7532         notime option.
7533
7534         * scripts/convert-ly.py (conv): typo.
7535
7536         * flower/*.cc: remove <? and >?
7537         
7538         * lily/*.cc: remove <? and >?
7539
7540         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
7541         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
7542         editor.
7543
7544 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7545
7546         * lily/part-combine-engraver.cc: add space to variable list.
7547
7548 2005-04-30  Graham Percival  <gperlist@shaw.ca>
7549
7550         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
7551         remove-first to false (matches docs)
7552
7553         * Documentation/user/advanced-notation.itely: corrected docs
7554         concerning remove-first.
7555
7556 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7557
7558         * lily/part-combine-engraver.cc: make sure that the relevant
7559         properties are included in the documentation.
7560
7561 2005-04-28  Graham Percival  <gperlist@shaw.ca>
7562
7563         * Documentation/user/lilypond-book.itely: Bernard's docs
7564         for \betweenLilyPondSystem.
7565
7566 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7567
7568         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
7569         remarks.
7570
7571 2005-04-28  Pal Benko  <benkop@freestart.hu>
7572
7573         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
7574         only on vertical lines of flexa shape, and use a constant
7575         thickness value for horizontal lines (patch slightly modified by
7576         Jürgen Reuter)
7577
7578         * lily/include/mensural-ligature.hh: make 2 comments clearer
7579
7580 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
7581
7582         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
7583         to need_extra_horizontal_space; bugfix: use class scope to avoid
7584         global namespace pollution
7585
7586         * Documentation/user/instrument-notation.itely (ligatures): added
7587         comment on possible future syntax change and how to work around
7588
7589         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
7590         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
7591         intervals (fixes agnus dei example)
7592
7593         * Documentation/user/instrument-notation.itely (white mensural
7594         ligatures): selected a more illustrative example
7595
7596 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
7597
7598         * Documentation/index.html.in: specify utf-8 charset in meta content.
7599
7600 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7601
7602         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
7603         empty 2nd page for single page.
7604
7605         * scm/lily.scm: remove p&c definitions.
7606
7607         * po/zh_TW.po (Module): new translation.
7608
7609         * lily/lily-guile.cc (ly_chain_assoc): remove.
7610
7611         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
7612         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
7613
7614 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7615
7616         * lily/beaming-info.cc: remove infinity_i
7617
7618         * scripts/abc2ly.py (out_filename): fix thinko with \version.
7619
7620 2005-04-26  Graham Percival  <gperlist@shaw.ca>
7621
7622         * Documentation/user/basic-notation.itely,
7623         instrument-notation.itely, advanced-notation.itely,
7624         changing-defaults.itely: minor fixes.  Added docs
7625         for colors to advanced-notation.itely.
7626
7627         * Documentation/user/advanced-notation.itely: fixed compile
7628         problem and added Bernard's x11-color doc patch.
7629
7630 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7631
7632         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
7633         alright this time round.
7634
7635 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7636
7637         * Documentation/topdocs/INSTALL.texi (Top): idem.
7638
7639         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
7640
7641         * VERSION (MAJOR_VERSION): release 2.5.21
7642
7643         * scm/output-ps.scm (grob-cause): bugfix.
7644
7645 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7646
7647         * cygwin/*: Update.
7648
7649         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
7650         stuff.
7651
7652         * scm/output-ps.scm (grob-cause): Bugfix.
7653
7654         * scm/lily.scm (ly:load): Remove x11-color.
7655
7656         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
7657         quote executable, fixes getting version from program --with
7658         --options.
7659         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
7660         $ac_exeect.
7661
7662         * Documentation/user/GNUmakefile: Only build music-glossary with
7663         rendered lilypond snippets during web.
7664
7665 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7666
7667         * po/de.po: update.
7668
7669         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
7670
7671 2005-04-22  Laura Conrad <lconrad@laymusic.org>
7672  
7673         * scripts/abc2ly:
7674         second title line append with punctuation dash character;
7675         encode abc2ly python strings in utf-8
7676        
7677 2005-04-21  Laura Conrad <lconrad@laymusic.org>
7678
7679         * scripts/abc2ly fix chords (again)
7680  
7681 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
7682
7683         * scm/x11-color.scm: new file
7684         All x11 color names can be accessed with:
7685         #(x11-color 'ColorName),
7686         #(x11-color "ColorName") or:
7687         #(x11-color "color name")
7688         If the x11 color name is not recognised then it defaults
7689         to black
7690
7691         * scm/lily.scm: amended to call scm/x11-color.scm
7692
7693 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7694
7695         * Documentation/user/invoking.itely (Reporting bugs): comment out
7696         reference to online PNG bug repository.
7697
7698 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7699
7700         * lily/translator-scheme.cc (ly:translator-property): Remove.
7701         Update callers.
7702
7703         * lily/context-scheme.cc (ly:context-now): Move from translator.
7704         Update callers.
7705
7706 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7707
7708         * input/regression/grid-lines.ly (skips): refine example.
7709
7710         * scm/define-context-properties.scm
7711         (all-user-translation-properties): doc autoBeamCheck
7712
7713         * input/regression/grid-lines.ly (Module): new file.
7714
7715         * lily/grid-point-engraver.cc (Module): new file.
7716
7717         * lily/grid-line.cc (Module): new file.
7718
7719         * lily/grid-line-span-engraver.cc (Module): new file.
7720
7721         * lily/grid-line-interface.cc (Module): new file.
7722
7723 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7724
7725         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
7726         missing parameter, actualy cdr through list.  Actually return a
7727         list with ENTRY removed (was '()).
7728
7729         * scripts/convert-ly.py: Update.  Print warning if file cannot be
7730         opened.
7731         (do_conversion): Fix printing of continuation comma.
7732
7733         * Documentation/user/advanced-notation.itely (Beam formatting):
7734         Remove refbugs about compound time and mixed duration.
7735
7736         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
7737         modulo moments explicitely.
7738
7739         * lily/moment.cc (operator %): New function.
7740
7741         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
7742
7743         * lily/translator-scheme.cc (ly:translator-now,
7744         ly:translator-property): New function.
7745
7746         * scm/auto-beam.scm (default-auto-beam-check): New function.
7747
7748         * lily/auto-beam-engraver.cc (test_moment): Use it.
7749
7750         * flower/rational.cc (operator %): Bugfix.
7751
7752 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
7753
7754         * scripts/abc2ly: Bugfix
7755
7756 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7757
7758         * python/fontextract.py (write_extracted_fonts): bugfix, too many
7759         %'s on EndFont comment.
7760
7761         * lily/ledger-line-spanner.cc: some more words of explanation.
7762
7763 2005-04-20  John Williams <williams@tni.com>  
7764         
7765         * scripts/lilypond-book.py: htmlquote bugfix.
7766         Allow snippets to be given distinct filenames.
7767         Allow the default alt text to be overridden.
7768
7769 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
7770
7771         * ly/performer-init.ly: Bugfix
7772
7773         * THANKS: Added bughunters.
7774
7775 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7776
7777         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
7778
7779         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
7780         position (was: use modulo measure length).
7781
7782         * configure.in (no gui_b): Remove optional gtk+ requirement.
7783
7784 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7785
7786         * Documentation/user/basic-notation.itely (Pitches): add
7787         LedgerLineSpanner.
7788
7789         * lily/dynamic-engraver.cc (process_music): set right bound to
7790         script if present. Else, do not set.
7791         (acknowledge_grob): only set right bound of finished spanner to
7792         note column if no other bound is set.
7793
7794         * python/lilylib.py (make_ps_images): switch back to png16m.
7795         
7796 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7797
7798         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
7799         writing up to date file.  Add dvips usage suggestion.
7800
7801         * scripts/convert-ly.py: Fix error message.
7802         Print usage if no files on command line.
7803         (usage): Add example usage.
7804
7805         * input/test/compound-time.ly: New file.
7806
7807         * input/test/circle.ly: New file.
7808
7809         * Documentation/topdocs/NEWS.tely: Use them.
7810
7811         * input/test/boxed-stencil.ly: Remove \score.
7812
7813         * buildscripts/mf-to-table.py (base): Add .log dependency.
7814
7815         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
7816         pfa's.  Add .log dependency
7817
7818         * scm/define-markup-commands.scm (lower): New command.
7819
7820         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
7821         make it default.
7822
7823 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7824
7825         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
7826         also to finished cresc as right bound. This fixes:
7827         skip-string-decresc.ly
7828
7829         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
7830         relative_coordinate if extent is empty.
7831
7832         * lily/stem.cc (width_callback): determine correct extent if flag
7833         is not there. This fixes slur-no-flag.ly
7834
7835         * lily/grace-engraver.cc (consider_change_grace_settings): new
7836         function.
7837         (initialize): also consider_change_grace_settings() on
7838         initialization. Fixes large grace notes at start of score.
7839
7840         * lily/break-align-interface.cc (do_alignment): don't translate if
7841         total_extent is empty.
7842
7843         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
7844
7845 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7846
7847         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
7848         with slash.
7849
7850 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7851
7852         * stepmake/aclocal.m4: Remove tfm_path.
7853
7854 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7855
7856         * scm/music-functions.scm (markup-expression->make-markup): fix
7857         bug with cons arguments of markup commands.
7858         (music->make-music): fix music expression property list building
7859
7860 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7861
7862         * aclocal.m4: Massage package names.
7863
7864         * SCons updates.
7865
7866 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7867
7868         * VERSION (PACKAGE_NAME): release 2.5.20
7869
7870         * lily/stem.cc (calc_stem_info): add minimum Y extent of
7871         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
7872
7873         * lily/percent-repeat-engraver.cc (try_music): add measure before
7874         next_moment to future processing moment. Fixes:
7875         percent-repeat-mm-rest.ly
7876         (process_music): don't add moment for 2nd time.
7877
7878         * input/regression/repeat-percent.ly: add mmrests as extra test.
7879
7880         * lily/axis-group-engraver.cc (acknowledge_grob): read
7881         keepAliveInterfaces to decide what to kill.
7882
7883         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
7884         percent-repeat-interface to keepAliveInterfaces. This fixes
7885         percent-repeat-harakiri.
7886
7887 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7888
7889         * SCons updates.
7890
7891 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7892
7893         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
7894
7895         * aclocal.m4: remove --enable-tfm-path configure option
7896
7897         * input/test/ancient-font.ly (lowerStaff): clef name errors.
7898
7899         * scm/backend-library.scm (postscript->png): newline after
7900         finishing command.
7901
7902         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
7903         (LY_DEFINE): ly:paper-score-paper-systems: new function 
7904
7905         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
7906
7907         * lily/score.cc (default_rendering): use Music_output too.
7908
7909         * input/test/chord-names-languages.ly (Module): rename file.
7910
7911         * lily/text-spanner.cc: add bound-padding.
7912
7913         * lily/paper-book.cc (systems): accept Paper_score
7914         iso. Paper_system vector. 
7915
7916         * input/regression/line-arrows.ly: new file.
7917
7918         * lily/paper-score.cc (process): run get_paper_systems() only once.
7919
7920         * lily/line-spanner.cc (line_stencil): add arrows.
7921
7922 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
7923
7924         * lily/line-interface.cc (make_arrow): new function. 
7925         (arrows): idem.
7926
7927 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
7928
7929         * input/test/chord-names-german.ly: update for italian/french
7930         chords.
7931         
7932         * Documentation/user/instrument-notation.itely (Printing chord
7933         names): update.
7934
7935 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7936
7937         * lily/include/paper-score.hh (class Paper_score): remove unused
7938         prototypes.
7939
7940         * lily/book.cc (process): add -COUNT to midi output.
7941
7942         * lily/score.cc (book_rendering): remove outname argument
7943         (book_rendering): return list of Music_outputs. 
7944
7945         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
7946
7947         * lily/book.cc (process): loop over Music_outputs returned from
7948         Score::book_rendering().
7949
7950         * lily/*.cc (width_callback): remove spurious "unused" warnings
7951         for assert (axis==[XY]_AXIS); 
7952
7953         * lily/include/music-output.hh (class Music_output): smobify class.
7954
7955         * lily/include/paper-score.hh (class Paper_score): make members
7956         private.
7957
7958         * lily/performance.cc (process): return #f iso. #<undefined>. This
7959         prevents #<undefined> leaking into GUILE-userspace.
7960
7961 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7962
7963         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
7964
7965 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
7966
7967         * scm/chord-name.scm : support for italian and french
7968         chords names.
7969
7970         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
7971         a space defined by chordPrefixSpacer when the root name is
7972         direclty followed by a prefix.
7973
7974         * ly/engraver-init.ly : chordPrefixSpacer       
7975         * scm/define-context-properties.scm : chordPrefixSpacer
7976         * ly/property-init.ly : italianChords, frenchChords 
7977
7978 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7979
7980         * mf/feta-din.mf: Remove.
7981
7982         * mf/GNUmakefile (fontdir): Bugfix.
7983
7984         * mf/SConstruct: Some updates.
7985
7986         * SConstruct: Require pkg-config.
7987         (test_program): Bugfix for double digit version compares, use
7988         integer (not string-) compare.
7989         Optionally require gs 8.14.
7990
7991         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
7992
7993         * lily/*: s/ifdef HAVE_*/if have/.
7994
7995         * SConstruct (test_lib): New function.  Update pkg-config and some
7996         other requirements.
7997
7998         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
7999         freetype, pangof2t.
8000
8001 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8002
8003         * po/lilypond.pot, ...: Update using bison-CVS.
8004
8005         * python/lilylib.py (make_ps_images): Fixo.
8006
8007 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8008
8009         * python/lilylib.py (make_ps_images): typo.
8010
8011         * configure.in (gui_b): make bison optional.
8012
8013         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
8014
8015 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
8016
8017         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
8018         with one parameter can be defined in a LaTeX file when processed
8019         by lilypond-book this will be evaluated between the systems of
8020         a multi-system score. The parameter is the number of systems processed.
8021
8022 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8023
8024         * python/lilylib.py (make_ps_images): Escape newline.
8025
8026         * Documentation/user/music-glossary.tely: Run
8027         texinfo-all-menus-update.
8028
8029 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8030
8031         * scm/lily-library.scm (old-relative-not-used-message)
8032         (version-not-seen-message): Add input-file-name-location to message.
8033
8034         * lily/parser.yy (lilypond): Add token aliases.
8035
8036         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
8037         not confuse with alteration.
8038         (alteration): Add.
8039
8040 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8041
8042         * python/lilylib.py (make_ps_images): use -dEPSCrop
8043
8044         * VERSION (PACKAGE_NAME): release 2.5.19 
8045
8046         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
8047         only put xrefs in info documentation.
8048
8049         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
8050         .pdf rule to tex-rules.make.
8051
8052         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
8053         from -systems.* output.
8054
8055         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
8056         directly, remove -$(PAGESIZE) target.
8057
8058         * input/test/embedded-postscript.ly: update.
8059
8060 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8061
8062         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
8063
8064         * Documentation/user/changing-defaults.itely (Font selection):
8065         document font-name.
8066
8067         * input/regression/font-name.ly: show Pango fonts for
8068         font-name. Update example. 
8069
8070         * lily/pango-select.cc (properties_to_pango_description): don't
8071         convert symbol font-size to number, but use to lookup.
8072
8073         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
8074
8075         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
8076         (NAME . FILE-NAME) tuples for font descriptions. 
8077         (write-preamble): display BeginFont DSC comments.
8078
8079         * python/fontextract.py (write_extracted_fonts): new file. Extract
8080         font resources from a PS file.
8081
8082         * scripts/lilypond-book.py (option_definitions): --psfonts option.
8083         (Compile_error.process_include): do_file returns chunks.
8084
8085         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
8086
8087         * make/lysdoc-targets.make: .texi is .PRECIOUS
8088
8089         * scripts/lilypond-book.py (write_if_updated): new function.
8090
8091 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8092
8093         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
8094
8095 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8096
8097         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
8098
8099         * input/regression/markup-syntax.ly: remove \score.
8100
8101         * scm/define-markup-commands.scm (draw-circle): add fill argument
8102
8103         * scm/stencil.scm (make-circle-stencil): add fill argument
8104
8105         * ps/music-drawing-routines.ps: add fill argument.
8106
8107         * ly/performer-init.ly: add CueVoice to MIDI too.
8108
8109         * ps/music-drawing-routines.ps: new routine BeginEPSF /
8110         EndEPSF.
8111
8112         * input/regression/markup-eps.ly: new file.
8113
8114         * scm/framework-ps.scm (write-preamble): change order: vars should
8115         be inited before procedures.
8116
8117         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
8118         for EPS files.
8119
8120         * scm/define-markup-commands.scm (epsfile): add epsfile command.
8121
8122 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8123
8124         * configure.in (gui_b): add check for ghostscript 8.15
8125
8126 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8127
8128         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
8129         start of line. Fixes cresc-after-newline.ly
8130
8131         * lily/source-file.cc (file_line_column_string): use get_column().
8132
8133 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8134
8135         * lily/source-file.cc (get_column): utf-8 support for column numbers.
8136
8137 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8138
8139         * lily/*: use message () iso progress_indication () for messages.
8140         Revise/uniformise user messages.
8141
8142         * flower/warn.cc (progress_indication): New function.
8143         (message): Use it.  Fixes newline problems.
8144
8145         * config.make.in (webdir): Sort out install dirs.
8146
8147         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
8148
8149         * python/lilylib.py (command_name): Bugfix.
8150         (make_ps_images):
8151
8152 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
8153
8154         * lily/main.cc: --help says what types of backends are availabe
8155
8156 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8157
8158         Fix ./VERSION dependency, and without need to reconfigure.
8159
8160         * lily/main.cc (setup_paths): Update.
8161
8162         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
8163
8164         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
8165
8166         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
8167         Add \line for some simplistic cases.
8168
8169         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
8170
8171 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8172
8173         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
8174         to compile LY files (useful for adding eg. "-I" args)
8175         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
8176         2Gnome command for gnome backend.
8177         (LilyPond-command-formatgnome): call the 2Gnome command. key
8178         binding: C-c C-g
8179
8180 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8181
8182         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
8183         depend on all PNG images.
8184
8185 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8186
8187         * GNUmakefile.in: Bugfix: also link .map files.
8188
8189 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8190
8191         * scm/music-functions.scm (music->make-music): generate 
8192         a (make-music ...) sexpr from a music expression.
8193         (display-scheme-music): use guile pretty printer to display the
8194         make-music sexpr.
8195
8196 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8197
8198         * ly/engraver-init.ly: reindent.
8199         Add CueVoice.
8200
8201         * scm/music-functions.scm (music-pretty-string): handle moments
8202         too.
8203         (music-pretty-string): only print non-empty lists.
8204         (cue-substitute): create CueVoice context, which has smaller type.
8205
8206         * lily/moment-scheme.cc (LY_DEFINE): new methods
8207         ly:moment-grace-{numerator,denominator}
8208
8209         * lily/context-handle.cc: remove quit() method. 
8210
8211         * lily/font-config.cc (init_fontconfig): be verbose about font path.
8212         (init_fontconfig): success is 0, not !0
8213
8214 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8215
8216         * mf/feta-nummer-code.mf (code): add plus glyph.
8217
8218         * lily/tie.cc (print): idem.
8219
8220         * lily/slur.cc (print): don't use thickness property for
8221         slur shape-thickness.
8222
8223         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
8224         while adding stencils.
8225
8226         * scm/define-markup-commands.scm (with-color): with-color markup
8227         command.
8228         (whiteout): new markup command 
8229         (filled-box): new markup command
8230
8231 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8232
8233         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
8234         test for PDF docs.
8235
8236         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
8237         PFAAybabtu-Regular.  Fixes feta font in PDFs.
8238         
8239         Notes for tetex-3.0 make web:
8240            psclean.map: s/uhv8a/uhvr8a/
8241            config.ps add:
8242                 p +psfonts_t1.map
8243                 p +psclean.map
8244                 p +typeface.map
8245
8246 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8247
8248         * scm/music-functions.scm (music-pretty-string): fix bug with
8249         string argument.
8250
8251 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8252
8253         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
8254
8255 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8256
8257         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
8258         only process options if they're there.
8259         (write_file_map): add version-seen? to snippet-map.ly
8260
8261 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8262
8263         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
8264         formatting cleanups.
8265
8266         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
8267         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
8268
8269 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8270
8271         * scm/framework-ps.scm (ps-font-command): don't hash, just use
8272         name directly.
8273
8274         * lily/main.cc (setup_paths): either add mf/out to search path or 
8275         fonts/{otf,type1,etc}
8276         
8277         * lily/font-config.cc (init_fontconfig): either add mf/out to
8278         FontConfig or fonts/{otf,type1,etc}
8279
8280         * GNUmakefile.in: don't put mf/ link in share/ dir.
8281
8282         * lily/staff-spacing.cc: move same-direction-correction to
8283         note-spacing-interface
8284
8285         * scm/lily.scm (lilypond-main): use variable argument count for
8286         exception handler.
8287
8288         * lily/font-config.cc (init_fontconfig): add operator pacification
8289         message.
8290
8291         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
8292
8293         * buildscripts/gen-emmentaler-scripts.py (i): generate
8294         PFAEmmentaler as well.
8295
8296         * scm/framework-ps.scm (munge-lily-font-name): new function
8297         (write-preamble): hack: insert PFA equivalent of CFF into
8298         .PS. This makes LilyPond output printable on normal PS printers
8299         again.
8300
8301         * buildscripts/gen-emmentaler-scripts.py (i): generate
8302         PFAEmmentaler.pfa aswell.
8303
8304 2005-04-06  John Williams <williams@tni.com>  
8305         
8306         * scripts/lilypond-book.py: refactor the compose_ly procedure.
8307         
8308 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8309
8310         * scm/page-layout.scm (default-page-make-stencil): always combine
8311         the header stencil, even if empty. This prevents the body text to
8312         reach up to the margins.
8313
8314         * po/rw.po (Module): new file, for Kinyarwanda.
8315
8316         * input/test/spacing-optical.ly (Module): new file.
8317
8318         * lily/staff-spacing.cc: add same-direction-correction
8319
8320 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8321
8322         * Documentation/user/introduction.itely (Engraving): Comment-out
8323         non-existent file.
8324
8325 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8326
8327         * scm/define-grob-properties.scm (all-user-grob-properties): add
8328         same-direction-correction
8329
8330         * VERSION: release 2.5.18
8331
8332 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8333
8334         * lily/grob.cc (mark_smob): Check pscore->layout_ before
8335         dereferencing.  Fixes make web.
8336
8337         * lily/midi-stream.cc: Handle unwritable midi file.  Include
8338         errno.h.
8339
8340         * Documentation/user/: Fix links.
8341
8342 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8343
8344         * lily/text-interface.cc (Module): rename from text-item.cc
8345
8346         * input/regression/apply-output.ly (texidoc): function naming fix.
8347
8348         * lily/time-signature-performer.cc (derived_mark): new function.
8349
8350         * lily/lily-parser-scheme.cc:  print mapped file name for progress
8351
8352         * scripts/lilypond-book.py (find_linestarts): new function.
8353         (find_toplevel_snippets): keep track of line numbers.
8354
8355         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
8356         all key changes.
8357
8358         * ly/declarations-init.ly (partCombineListener): use
8359         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
8360
8361         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
8362
8363 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8364
8365         * lily/text-item.cc: Fix link.
8366
8367         * Documentation/user/changing-defaults.itely (Changing defaults):
8368         Fix programs reference links.
8369
8370         * Documentation/user/music-glossary.tely: Convert to utf-8.
8371
8372 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8373
8374         * make/lilypond-vars.make: remove TEXMF from variables.
8375         remove DEB_BUILD pk font variables.
8376         remove GUILE_LOAD_PATH
8377         remove TeX memory vars.
8378
8379 2005-04-04  Werner Lemberg  <wl@gnu.org>
8380
8381         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
8382
8383 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8384
8385         * ps/lilyponddefs.ps: remove reencode-font
8386
8387         * lily/simple-spacer.cc (add_columns): also compare
8388         directly. Column rank doesn't distinguish between broken and
8389         unbroken columns. This fixes large spaces before time sig changes.
8390
8391         * Documentation/user/point-and-click.itely: document ly:set-option.
8392
8393         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
8394         point_and_click_global is set.
8395
8396         * lily/scm-option.cc (LY_DEFINE): add point-and-click
8397         ly:set-option argument.
8398
8399 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8400
8401         * GNUmakefile.in: Include symlinks in webball.
8402
8403         * Documentation/user/GNUmakefile (source-links): Add symlinks to
8404         source dir for split and non-split manuals.
8405
8406         * Documentation/user/*y: Fix @uref/@inputfile links for
8407         split/non-split HTML documents.
8408
8409         * Documentation/user/GNUmakefile (local-WWW): Do not generate
8410         .ps.gz.
8411         
8412 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8413
8414         * GNUmakefile.in: Add newline.
8415
8416 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
8417
8418         * tex/lilyponddefs.tex: use color instead of xcolor
8419         * scm/output-tex.scm: minor editing
8420
8421 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8422
8423         * scm/music-functions.scm (display-scheme-music): pretty printer
8424         for music expressions.
8425
8426 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8427
8428         * buildscripts/install-info-html.sh (index_file): Fix link.
8429
8430 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8431
8432         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
8433
8434         * Documentation/index.html.in: Add size estimates with some big pages.
8435
8436         * Documentation/user/tutorial.itely (Running LilyPond for the
8437         first time): Add/replace some @rglos links.  TODO: add more
8438         @rglos links in tutorial, test non-intrusiveness (.css).
8439
8440         * stepmake/bin/add-html-footer.py (do_file): Remove info's
8441         annoying's indication of referencing external document.
8442
8443         * Documentation/user/GNUmakefile: Split version of glossary too.
8444         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
8445         links, not only for html.
8446
8447         * Documentation/user/introduction.itely: Fix some links for other
8448         than html, do not use `here' as link name.
8449
8450 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8451
8452         * scm/documentation-generate.scm (string-append): Fix @usermanref,
8453         @glossaryref.
8454
8455 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8456
8457         * scm/page-layout.scm (default-page-make-stencil): only add header
8458         if existing and not empty. Fixes spurious programming error.
8459
8460         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
8461
8462 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
8463
8464         * scm/output-tex.scm: implement {re,}setcolor
8465         * tex/lilyponddefs.tex: use color package
8466
8467 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8468
8469         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
8470         additions to website.
8471
8472         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
8473
8474         * Documentation/user/macros.itexi: Fix @usermanref html links in
8475         split documents: use @inforef.
8476
8477 2005-03-30  Graham Percival  <gperlist@shaw.ca>
8478
8479         * Documentation/user/programming-interface.itely: minor fix.
8480
8481         * Documentation/user/advanced-notation.itely: added info to
8482         Metronome markings.
8483
8484 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
8487         use box-stencil.  Remove y-padding argument.
8488         (make-stencil-circler): New function.
8489
8490         * buildscripts/lilypond-words.py (F): 
8491         * elisp/SConscript (a): 
8492         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
8493         * vim/SConscript (a): 
8494         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
8495
8496         * lily/general-scheme.cc: Build fix.
8497
8498         * scm/markup.scm:
8499         * input/regression/markup-scheme.ly: 
8500         * input/regression/markup-syntax.ly: Drop 'new-' from name.
8501
8502         * scm/stencil.scm (make-circle-stencil): New function.
8503
8504         * scm/define-markup-commands.scm (draw-circle): Use it.  New
8505         name (was cicle).  Update callers.
8506         (circle): New markup command, similar to box.
8507
8508         * scm/stencil.scm (circle-stencil): New function.
8509
8510 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
8511
8512         * configure.in: Detect libutf8/wchar.h variant.
8513
8514         * stepmake/aclocal.m4: Modify shared size test.
8515
8516 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8517
8518         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
8519
8520 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8521
8522         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
8523         
8524         * VERSION (PACKAGE_NAME):  release 2.5.17
8525
8526 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8527
8528         * scm/backend-library.scm (postscript->png): Fix comment and png
8529         message.
8530
8531         * GNUmakefile.in (link-tree): Fix locales.
8532
8533 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8534
8535         * lily/stencil-scheme.cc (LY_DEFINE): change to
8536         ly:stencil-aligned-to, non mutating.
8537
8538         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
8539
8540         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
8541
8542         * lily/quote-iterator.cc (derived_mark): call
8543         Music_wrapper_iterator::derived_mark() too.
8544
8545         * lily/grace-engraver.cc (derived_mark): change signature, add
8546         const.
8547
8548 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8549
8550         * SConstruct (symlink): 
8551         * GNUmakefile.in (link-tree): Add scripts to prefix.
8552
8553         * lily/general-scheme.cc (ly:effective-prefix): New function.
8554
8555         * scm/backend-library.scm (postscript->png): Use it.
8556
8557 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8558
8559         * lily/paper-score.cc (process): don't delete grobs after
8560         producing stencils. 
8561
8562         * scm/part-combiner.scm (determine-split-list): switch off
8563         debugging info.
8564
8565         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
8566         if available.
8567
8568         * scm/define-context-properties.scm
8569         (all-user-translation-properties): add stringNumberOrientations.
8570
8571         * lily/new-fingering-engraver.cc (position_scripts): make generic,
8572         so fingering and string-numbers are separately controlled.
8573
8574 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8575
8576         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
8577         not use debugging.
8578
8579 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8580
8581         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
8582
8583         * config.hh.in: add HAVE_FONTCONFIG.
8584
8585         * Documentation/user/instrument-notation.itely (String number
8586         indications): new node.
8587
8588         * input/regression/new-markup-syntax.ly (texidoc): add circle.
8589
8590         * lily/new-fingering-engraver.cc (add_string): new function. 
8591         (acknowledge_grob): accept string-number-event as well.
8592
8593         * scm/define-markup-commands.scm (circle): new markup command.
8594
8595         * scm/output-lib.scm (print-circled-text-callback): new function.
8596
8597         * lily/GNUmakefile: move ifeq after include stepmake.make.
8598
8599 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8600
8601         * config.make.in (HAVE_LIBKPATHSEA_SO):
8602         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
8603
8604         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
8605         add KPATHSEA_LIBS.
8606
8607         * debian/watch: 
8608         * debian/control: Update.
8609
8610 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8611
8612         * input/test/title-markup.ly (spaceTest): remove.
8613
8614         * input/test/embedded-tex.ly (Module): remove.
8615
8616         * input/test/music-box.ly: use 'name property, not ly:music-name.
8617
8618         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
8619
8620         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
8621
8622 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8623
8624         * Documentation/topdocs/INSTALL.texi (Top): Remove information
8625         about xdeltas.  Add information about CVS.
8626
8627         * scm/lily.scm (lilypond-main): Fix invocation of handler,
8628         gracefully handle failed files.
8629
8630         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
8631
8632         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
8633         small fixes.
8634
8635         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
8636         No unnecessarily specific i18n messages.  Remove stray `1'.
8637
8638 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8639
8640         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
8641         documentencoding
8642
8643         * scm/documentation-lib.scm (texi-file-head): set utf-8
8644         documentencoding.
8645
8646         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
8647         Delta, not the Symbol one. 
8648
8649         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
8650         for the .map file.
8651
8652         * Documentation/topdocs/INSTALL.texi (Top): add running
8653         requirement as compilation requirement.
8654
8655 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8656
8657         * buildscripts/mutopia-index.py (headertext): add h1 header and
8658         utf-8 charset meta field.
8659
8660         * input/GNUmakefile: prune example list.
8661
8662         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
8663         options.
8664
8665         * lily/slur-scoring.cc (get_base_attachments): only look at stem
8666         extent for visible stems.
8667
8668         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
8669
8670 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8671
8672         * Documentation/topdocs/INSTALL.texi (Top): Updates.
8673
8674         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
8675
8676 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8677
8678         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
8679         pass inf/nan into slur scoring.
8680
8681         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
8682         page.
8683
8684         * scripts/abc2ly.py (dump_voices): use alphabet().
8685
8686 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
8687         
8688         * mf/GNUmakefile (depth): use $(FONTFORGE). 
8689
8690 2005-03-27 Matthias Neeracher <neeracher@mac.com>
8691         
8692         * flower/include/virtual-methods.hh: simplify. Patch by
8693
8694 2005-03-25  John Williams <williams@tni.com>  
8695
8696         * scripts/lilypond-book.py (main): add png for HTML too, guess
8697         only if necessary. 
8698
8699 2005-03-25  Graham Percival  <gperlist@shaw.ca>
8700
8701         * Documentation/topdocs/INSTALL.texi: now recommends
8702         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
8703
8704         * Documentation/user/basic-notation.itely,
8705         Documentation/user/tutoria.itely: warn about
8706         only one (phrasing) slur at once.
8707
8708 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8709
8710         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
8711
8712 2005-03-23  Graham Percival  <gperlist@shaw.ca>
8713
8714         * Documentation/user/basic-notation.itely: fixed info about
8715         ending a (de)cresc.
8716
8717         * Documentation/user/lilypond-book.itely: fixed
8718         lilypond-book filter example and warned about not doing
8719         --filter and --process at the same time.
8720
8721 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8722
8723         * lily/parser.yy (bass_number),
8724         Documentation/user/instrument-notation.itely (Figured bass): 
8725         Add the possibility to use text markup in figured bass. 
8726
8727 2005-03-19  Graham Percival  <gperlist@shaw.ca>
8728
8729         * Documentation/user/global.itely: added info about naming
8730         identifiers and breakbefore.
8731
8732         * Documentation/user/invoking.itely: added info about batch
8733         processing files with convert-ly, removed references to TeX
8734         in the jail section.
8735
8736         * Documentation/user/examples.itely: possibly fixed piano
8737         dynamics.
8738
8739         * Documentation/user/advanced-notation.itely: added info
8740         about removing other types of Staff.
8741
8742         * Documentation/user/instrument-notation.itely: possibly
8743         fixed piano staff line switch.
8744
8745         * Documentation/user/changing-defaults.itely: added info
8746         about using normal font in titles.
8747
8748 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8749
8750         * VERSION (PATCH_LEVEL): release 2.5.16
8751
8752         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
8753         explicitly.
8754
8755 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8756
8757         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
8758         whitespace.
8759
8760         * python/lilylib.py (make_ps_images):
8761         * scm/backend-library.scm (postscript->pdf, postscript->png):
8762         Quote file name.  Use format rather than string-append juggling.
8763
8764 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8765
8766         * python/lilylib.py (make_ps_images): add x to -g argument. 
8767
8768         * lily/key-performer.cc (create_audio_elements): don't use
8769         scm_eval_string. Check for minor 3rd directly.
8770   
8771         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
8772         (sarabandeCelloGlobal): key is D minor, not F major.
8773
8774 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8775
8776         Fix truncated --png output (Peter Danenberg).
8777         
8778         * python/lilylib.py (make_ps_images):
8779         * scripts/ps2png.py (copyright): Grok --papersize option.
8780
8781         * scm/backend-library.scm (postscript->png): Add parameter
8782         PAPERSIZE.  Update callers.
8783
8784         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
8785         Fixes symbol placement.
8786
8787         * lily/spanner.cc: 
8788         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
8789         <libc-extension.hh>).
8790
8791 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8792
8793         * Nitpick run.
8794
8795         * buildscripts/fixcc.py: Update.
8796
8797         Builddir run fixes.
8798
8799         * HACKING (datadir): Add VERSION.
8800
8801         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
8802         higher up.
8803
8804 2005-03-15  Werner Lemberg  <wl@gnu.org>
8805
8806         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
8807         diagonal stem doesn't become thinner.
8808
8809 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8810
8811         * buildscripts/fixcc.py: Fixes (Werner).
8812
8813 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8814
8815         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
8816         Emmentaler/Aybabtu.
8817
8818         * GNUmakefile.in: fix lilypond-words path.
8819
8820         * po/tr.po: update to 2.3.21
8821
8822         * lily/new-fingering-engraver.cc (position_scripts): take priority
8823         from head position.
8824
8825         * input/regression/finger-chords-order.ly (texidoc): new file.
8826
8827 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8828
8829         * make/ly-rules.make: 
8830         * stepmake/aclocal.m4: 
8831         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
8832
8833         * buildscripts/fixcc.py (rules): Leave space after operator.
8834
8835 2005-03-14  Werner Lemberg  <wl@gnu.org>
8836
8837         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
8838         top of the glyph with smooth curve.
8839
8840 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8841
8842         * Documentation/user/global.itely (Page layout): remove
8843         printpagenumber.
8844
8845 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
8846
8847         * input/regression/mensural-ligatures.ly: new file (with examples
8848         compiled by Pal Benko).
8849
8850         * Documentation/user/instrument-notation.itely: Bugfix: yet some
8851         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
8852         musicglyph access.  Many small beautifications in ancient
8853         examples.
8854
8855         * input/test/divisiones.ly: fixed indentation; small
8856         beautifications
8857
8858         * ly/engraver-init.ly: added FIXME comment
8859
8860         * scripts/lilypond-book.py,
8861         Documentation/user/lilypond-book.itely: added music fragment
8862         option "packed" to lilypond-book
8863
8864         * Documentation/user/instrument-notation.itely: Bugfix: added
8865         missing LedgerLineSpanner color setting in several places.  Added
8866         music fragment option "packed" to VaticanaContext example.
8867
8868 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8869
8870         * scm/define-grobs.scm (all-grob-descriptions): switch off
8871         Hyphen_spanner::set_spacing_rods 
8872
8873         * lily/lyric-hyphen.cc (print): add padding between syllable and
8874         hyphen.
8875         (print): shorten hyphen in tight situations (determine using
8876         minimum-length)
8877
8878         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
8879         0.4pt.
8880
8881 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8882
8883         * ly/titling-init.ly (bookTitleMarkup): Refinements.
8884
8885         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
8886         header/footer markings for regression-test.
8887
8888         * scm/backend-library.scm (output-scopes, header-to-file): Move
8889         from framework-tex.scm.
8890
8891         * scm/framework-ps.scm (output-framework)
8892         (output-preview-framework):
8893         * scm/framework-eps.scm (output-classic-framework)
8894         (output-framework): Use it.  Fixes collated files.
8895
8896 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8897
8898         * input/sakura-sakura.ly: 
8899         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
8900
8901         * buildscripts/guile-gnome.sh: Update.
8902
8903         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
8904
8905         * mf/aybabtu.pe.in: Capitalize Aybabtu.
8906
8907 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8908
8909         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
8910         culprit: always exit the loop if we find a rod, even if it has
8911         distance < 0. 
8912
8913         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
8914         algorithm.
8915
8916         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
8917         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
8918
8919         * scm/output-svg.scm (dashed-line): new  function body.
8920         
8921         * GNUmakefile.in: create .htaccess.
8922
8923 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8924
8925         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
8926
8927 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8928
8929         * VERSION (PACKAGE_NAME): release 2.5.15
8930
8931         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
8932
8933         * scm/framework-svg.scm (output-framework): put scaling in
8934         document header. Apply scaling only once.
8935         (output-framework): dump page size in px, not mm. 
8936
8937         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
8938         from font-size.
8939
8940         * lily/paper-outputter-scheme.cc (LY_DEFINE):
8941         ly:outputter-output-scheme, new function.
8942
8943         * scm/output-svg.scm (pango-description-to-svg-font): new function
8944
8945 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8946
8947         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
8948         target.
8949
8950         * input/typography-demo.ly: new file.
8951
8952 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8953
8954         * Documentation/user/global.itely (File structure): Add markup blocks
8955         to toplevel expressions.
8956         (Multiple movements, Creating titles): Add markup blocks.
8957
8958         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
8959         <libc-extension.hh>).
8960
8961         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
8962
8963         * flower
8964         * lily
8965         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
8966
8967 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8968
8969         * lily/accidental.cc: special bboxes for natural. 
8970
8971         * mf/feta-toevallig.mf: make stems heavier.
8972
8973         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
8974         texts as well.
8975
8976         * mf/feta-klef.mf: revise. 
8977
8978         * mf/feta-schrift.mf: make thinning of accent less pronounced.
8979
8980         * mf/feta-klef.mf: add rounded curve at top. 
8981         make thinnib a little heavier.
8982
8983 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8984
8985         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
8986
8987         * buildscripts/fixcc.py: New file.
8988
8989         * input/regression/utf8.ly: Update Debian font description.
8990
8991 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8992
8993         * stepmake/aclocal.m4: Fix test.
8994
8995 2005-03-09  Graham Percival  <gperlist@shaw.ca>
8996
8997         * Documentation/user/invoking.itely: added Sebastino Vigna's
8998         docs for the --jail option.
8999
9000 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9001
9002         * lily/stem.cc (print): only produce stemlets if there are no
9003         noteheads on this stem.
9004
9005         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
9006         don't crash on stemlet (visible stem without heads).
9007
9008         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
9009         unbroken situations. 
9010
9011         * scm/output-lib.scm (center-invisible): new function.
9012
9013         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
9014         wishes to determine loose column space.
9015
9016         * lily/font-config.cc (init_fontconfig): add
9017         fonts/{otf,type1,cff}  to path.
9018
9019         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
9020
9021         * mf/GNUmakefile (Module): install all fonts under otf/
9022
9023         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
9024         replace /fonts/otf/ by /ps/ 
9025
9026         
9027 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9028
9029         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
9030
9031         * lily/book.cc (process): Oops, add score_.header_.
9032
9033         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
9034
9035         * lily/parser.yy: Handle toplevel and book texts as score.
9036
9037         * scm/page-layout.scm (default-page-make-stencil):
9038         Bugfix: (page-properties rename.
9039
9040         * scm/backend-library.scm (ly:system): Typo.
9041
9042 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9043
9044         * stepmake/stepmake/executable-targets.make (installexe): don't
9045         strip installed executables
9046
9047         * lily/font-select.cc (get_font_by_design_size): revert
9048         pango_description_string as well.
9049
9050         * lily/system.cc (set_loose_columns): put loose column just left
9051         of next column.
9052
9053         * lily/include/group-interface.hh (extract_grob_array): rename
9054         from Pointer_group_interface__extract_grobs
9055
9056         * input/regression/ledger-line-minimum.ly (texidoc): new file.
9057
9058         * lily/ledger-line-spanner.cc (set_spacing_rods): new
9059         function. Keep ledgered note heads at a minimum distance.
9060         Introduce minimum-length-fraction
9061         (print): introduce length-fraction property.
9062
9063 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9064
9065         * tex/GNUmakefile: remove latin1.enc rules.
9066
9067 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9068
9069         * scm/titling.scm: Typo.
9070
9071         * input/regression/score-text.ly: Really add.
9072
9073         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
9074
9075 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9076
9077         * lily/open-type-font-scheme.cc:  new file.
9078
9079 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * scm/titling.scm (layout-extract-page-properties): Rename from
9082         page-properties.  Update callers.
9083
9084         * lily/lexer.ll (Lily_lexer):
9085         * lily/parser.yy: Junk lyric_markup state.
9086
9087         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
9088
9089         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
9090         Add texts parameter.
9091
9092 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9093
9094         * lily/lexer.ll (lyric_markup): New mode.
9095         (Lily_lexer::push_lyric_markup_state): New method.
9096         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
9097
9098         * lily/parser.yy (book_body):
9099         (toplevel_expression): Grok \markup texts.
9100
9101         * lily/score-scheme.cc (ly:music-scorify): 
9102         * scm/lily-library.scm (collect-music-for-book): Take texts
9103         parameter.
9104
9105         * lily/score.cc (texts_): New member.
9106
9107         * lily/paper-book.cc (systems): Format score texts.
9108
9109         * score-text.ly: New file.
9110
9111         * ttftool/SConscript:
9112         * kpath-guile/SConscript: New file.
9113
9114         * lily/SConscript:
9115         * SConstruct: Update.
9116
9117 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9118
9119         * VERSION (PACKAGE_NAME): release 2.5.14
9120
9121 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9122
9123         * lily/main.cc: Add dummy xgettext markers.
9124
9125 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9126
9127         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
9128         requirements
9129
9130         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
9131         executable is < 40k
9132
9133         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
9134         hack.
9135
9136 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9137
9138         * flower/libc-extension.cc:
9139         * flower/include/libc-extension.hh: [Open]BSD simply cast
9140         cookie/funopen declarations.
9141
9142         * stepmake/aclocal.m4: Check for libkpathsea.so.
9143
9144         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
9145         dl_kpse_find_file.
9146
9147 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9148
9149         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
9150         (open_library): alternative for static library.
9151
9152 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9153
9154         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
9155
9156         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
9157
9158         Drop run-time dependency on teTeX.
9159
9160         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
9161
9162         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
9163         KPATHSEA_LIBS in LIBS.
9164         (STEPMAKE_DLOPEN): New function.
9165
9166         * lily/font-config.cc (init_fontconfig): Use dir for directory,
9167         not path.
9168
9169         * flower/file-path.cc (directories): Rename from paths, as this
9170         return an array of directories (a single path).
9171
9172 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9173
9174         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
9175
9176         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
9177         new ly:kpathsea-find-file
9178
9179         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
9180
9181         * kpath-guile/GNUmakefile: new file
9182
9183         * buildscripts/gen-emmentaler-scripts.py (i): generate
9184         emmentaler-X.fontname as well.
9185
9186         * buildscripts/ps-embed-cff.py: new script
9187
9188         * scm/lily-library.scm: remove ps-embed-cff.
9189
9190         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
9191         font loading. 
9192
9193         * scm/font.scm (add-music-fonts): load dynamics/numbers through
9194         fontconfig as well.
9195
9196         * lily/font-config.cc (init_fontconfig): add cff/ too.
9197
9198         * ly/generate-embedded-cff.ly: capitalize.
9199
9200         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
9201         so as to register the pango font.
9202
9203         * lily/font-config.cc (init_fontconfig): add
9204         prefix/{otf,type1,mf/out} to fontconfig path.
9205
9206         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
9207         overrides all. 
9208
9209         * configure.in (gui_b): remove ec mftrace check
9210
9211         * config.hh.in: use lilypond-Major.Minor as data directory.
9212
9213         * scm/framework-ps.scm (dump-page): use output-units for landscape.
9214
9215         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
9216         name.
9217
9218 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9219
9220         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
9221         error messages.
9222
9223         * flower/libc-extension.cc:
9224         * flower/include/libc-extension.hh: [Open]BSD fixes for
9225         cookie/funopen declarations.
9226
9227 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9228
9229         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
9230         emmentaler.
9231
9232         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
9233         lcrm10.
9234
9235         * scm/define-markup-commands.scm (fontsize): new markup
9236         command. Also set baseline-skip
9237
9238 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
9239         
9240         * lily/main.cc (do_chroot_jail): paranoia security for webserver
9241         use.
9242
9243 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9244
9245         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
9246
9247         * lily/pdf.cc: remove PDF related files
9248
9249 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9250
9251         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
9252         <hamamatsu@gmx.de>
9253
9254 2005-03-05  Graham Percival  <gperlist@shaw.ca>
9255
9256         * Documentation/user/advanced-notation.itely: first draft
9257         of reorg done.
9258
9259         * Documentation/user/global.itely: fixed (sub)section
9260         bits of MIDI.
9261
9262 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9263
9264         * cygwin/mknetrel (extras): Bufix (Bertalan).
9265
9266         * Documentation/user/basic-notation.itely (Chords): @ref fix.
9267         * Documentation/user/instrument-notation.itely (Introducing chord
9268         names): Compile fix: must have unique name.
9269
9270 2005-03-02  Graham Percival  <gperlist@shaw.ca>
9271
9272         * Documentation/user/instrument-notation.itely: reorg.
9273
9274 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9275
9276         * scm/output-gnome.scm:
9277         * scm/output-svg.scm: Fix font scaling.
9278
9279 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9280
9281         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
9282         what link to use best.
9283
9284         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
9285         * Documentation/user/tutorial.itely (Automatic and manual beams):
9286         Fix @ref.
9287
9288         * lily/tweak-registration.cc (replace_grob_tweak): New function.
9289         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
9290         * scm/framework-gnome.scm (tweak): Use it.
9291
9292 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9293
9294         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
9295
9296         * scm/output-ps.scm (white-text): reinstate white-text
9297
9298 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9299
9300         * scm/output-ps.scm (offset-add): Remove.
9301
9302         * scm/lily-library.scm (offset-flip-y): New function.
9303         * scm/framework-gnome.scm (tweak): Use it.
9304
9305         * scm/output-gnome.scm (grob-cause): Add parameter.
9306
9307         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
9308         * scm/output-ps.scm (url-link): Move.
9309         (white-text): Warn user about brokenness.
9310
9311         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
9312         wrt ghostscript.
9313
9314 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9315
9316         * lily/slash-repeat-engraver.cc (try_music): always make slashes
9317         if body length smaller than measure length.
9318
9319         * scm/define-markup-commands.scm (with-url): oops. use Y extent
9320         for Y.
9321
9322         * ly/titling-init.ly (tagline): put default tagline in \paper
9323
9324 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9325
9326         * lily/kpath.cc: 
9327         * lily/pdf.cc (Pdf_file): Use more generic error messages.
9328
9329         * scm/lily-library.scm (version-not-seen-message): New function.
9330         * ly/init.ly: Use it.
9331
9332         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
9333         breaks as progess.
9334
9335         * scripts/lilypond-book.py (do_process_cmd): Do not lump
9336         whitespace with l10n message.
9337
9338         * scm/framework-tex.scm (convert-to-ps):
9339         (convert-to-dvi): Do not use overly specific l10n messages.
9340
9341         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
9342
9343         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
9344         merge stderr with stdout.  
9345
9346 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9347
9348         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
9349         Neeracher).
9350
9351 2005-02-29  Graham Percival  <gperlist@shaw.ca>
9352
9353         * Documentation/user/instrument-notation.teily: moved
9354         \arpeggio to Basic.
9355
9356         * Documentation/user/advanced-notation.itely: Articulation to
9357         Basic, a bunch of stuff from Basic moved to Advanced.
9358
9359         * Documentation/user/basic.itely: swapped various sections,
9360         reorganized Basic.
9361
9362 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9363
9364         * flower/memory-stream.cc: 
9365         * flower/libc-extension.cc: Remove obsolete #undefs.
9366
9367         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
9368         more carefully.
9369
9370 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9371
9372         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
9373         dependency.
9374
9375         * VERSION (PACKAGE_NAME): release 2.5.13
9376
9377         * GNUmakefile.in (web-ext): don't ship ps.gz
9378
9379         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
9380         stdout
9381
9382 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9383
9384         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
9385         without libintl.  Now it compiles too.
9386
9387 2005-02-28  Graham Percival  <gperlist@shaw.ca>
9388
9389         * Documentation/user/basic-notation.itely,
9390         instument-notation.itely, advanced-notation.itely:
9391         split up contents of notation.itely.
9392
9393         * Documentation/user/notation.itely: file removed.
9394
9395         * Documentation/user/invoking.itely, converters.itely:
9396         moved convert-ly info to invoking.itely.
9397
9398         * Documentation/user/global.itely, changing-defaults.itely,
9399         sound-output.itexi: moved global settings, file layout, and
9400         sound into global.itely.
9401
9402         * Documentation/user/sound-output.itexi: file removed.
9403
9404         * Documentation/user/lilypond.tely: removed links to
9405         notation.itely and sound.itely.
9406
9407 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9408
9409         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
9410
9411         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
9412  
9413         * THANKS: add sponsor.
9414
9415         * scm/define-markup-commands.scm (with-url): new markup command.
9416
9417         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
9418         tagline.
9419         
9420         * scm/output-tex.scm (url-link): stub.
9421
9422         * scm/output-ps.scm (url-link): new function.
9423
9424         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
9425         ly:set-point-and-click
9426
9427 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9428
9429         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
9430         based on pdf-viewer setting.
9431
9432         * scm/framework-ps.scm (write-preamble): Find and set preferred
9433         pdf-viewer.
9434
9435 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9436
9437         * Documentation/user/point-and-click.itely: update for PDF point &
9438         click.
9439
9440         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
9441         editors based on EDITOR setting.
9442
9443 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9444
9445         * scm/*: Oops, more grand 2005 replace bits.
9446
9447 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9448
9449         * ps/music-drawing-routines.ps: new routine: insert PDF mark
9450
9451         * scm/output-ps.scm (grob-cause): point & click support for
9452         PostScript
9453
9454 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9455
9456         * lily/input-scheme.cc (LY_DEFINE): rename to
9457         ly:input-file-line-column
9458
9459 2005-02-26  Graham Percival  <gperlist@shaw.ca>
9460
9461         * Documentation/user/examples.itely: small fix from Steve Doonan.
9462
9463         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
9464
9465         * THANKS: added Yuval Harel.
9466
9467         * Documentation/user/{various}: inserted two spaces after a period.
9468
9469         * Documentation/user/lilypond.tely: added framework for reorg.
9470
9471         * Documentation/user/basic-notation.itely, instrument-notation.itely,
9472         advanced-notation.itely, global.itely: new files, placeholder for
9473         future reorg.
9474
9475 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
9476
9477         * Documentation/user/notation.itely: revamped Polyphony section
9478         
9479 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9480
9481         * Documentation/user/lilypond-book.itely (Music fragment options):
9482         doc fontload.
9483
9484         * Documentation/user/changing-defaults.itely (Text encoding): add
9485         fontload option to utf8 include
9486
9487         * scripts/lilypond-book.py (compose_ly): add fontload option
9488
9489         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
9490         force-eps-font-include option.
9491
9492         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
9493         black triangle
9494
9495         * Documentation/user/invoking.itely (Editor support): remove
9496         lilypond-latex section.
9497
9498         * scripts/lilypond-latex.py (Module): remove script.
9499
9500         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
9501         overwrite .log. 
9502
9503         * lily/main.cc: remove -m, --no-layout
9504
9505         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
9506         to define. We don't want to override fprintf everywhere.
9507
9508 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * cygwin/lilypond.hint: 
9511         * cygwin/README.in: Update dependencies.
9512
9513         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
9514         Bugfix: do not pollute CPPFLAGS, LIBS.
9515
9516         * cygwin/mknetrel (extras): Cross compile fixes.
9517
9518         * ttftool/util.c: 
9519         * ttftool/ttfps.c: 
9520         * ttftool/ps.c: #include libc-extension.hh
9521
9522         * flower/include/libc-extension.hh:
9523         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
9524         wrapper using funopen.
9525         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
9526         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
9527
9528         * config.hh.in:
9529         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
9530         (AC_CHECK_HEADERS): Add libio.h
9531
9532         * scripts/convert-ly.py: Uniformize, internationalize.
9533         (2.5.2): Remove fatal encoding rule.
9534         (2.5.13): Handle latin1 encoding gracefully.
9535
9536 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9537
9538         * HACKING: Fix line breaks.
9539
9540 2005-02-23  Werner Lemberg  <wl@gnu.org>
9541
9542         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
9543         contains those two files.
9544
9545 2005-02-21  Werner Lemberg  <wl@gnu.org>
9546
9547         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
9548         to improve overlap removal process.
9549
9550         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
9551         left and right ending.  This ensures better overlapping.
9552         Update all callers.
9553         ("lineprall"): Don't use draw_gridline to get better overlapping.
9554
9555 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9556
9557         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
9558
9559         * Documentation/topdocs/NEWS.tely (Top): oops.
9560
9561 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
9562
9563         * HACKING: new file.
9564
9565         * input/regression/utf8.ly (portuguese): added a portuguese example
9566         to show latin1 accents.
9567
9568 2005-02-21  Pal Benko  <benkop@freestart.hu>
9569
9570         * lily/mensural-ligature-engraver.cc:
9571         * lily/mensural-ligature.cc:
9572         * lily/include/mensural-ligature.hh: new algorithm implemented
9573
9574         * scm/define-grob-properties.scm: join-left killed (add-join may
9575         be used); join-left-amount changed to join-right-amount
9576
9577 2005-02-21  Graham Percival  <gperlist@shaw.ca>
9578
9579         * Documentation/user/notation.itely: small but urgent fix.
9580
9581 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
9582
9583         * lily/duration-scheme.cc: bugfix: correct parameters to
9584         SCM_ASSERT_TYPE.
9585
9586         * THANKS: added Pal.
9587
9588         * Documentation/user/notation.itely: bugfix: unTeXified
9589         $\\backslash$.  Bugfix: yet another glyph renaming victim:
9590         "timesig.*x/y" -> "timesig.*xy".
9591
9592 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9593         
9594         * VERSION (PACKAGE_NAME): release 2.5.12
9595
9596 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9597
9598         * ly/engraver-init.ly: set tieWaitForNote to #t by default
9599
9600         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
9601
9602         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
9603
9604         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
9605
9606 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9607
9608         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
9609         latin1..utf-8.
9610
9611         * input/regression/stanza-number.ly:
9612         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
9613
9614         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
9615
9616 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9617
9618         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
9619         NEWS. Refer to website for older news.  
9620
9621         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
9622         .HTML. This should be done for specific servers only.
9623
9624         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
9625         .ly image examples.
9626
9627         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
9628         in layer 0 too.
9629
9630         * scm/define-context-properties.scm
9631         (all-user-translation-properties): add tieWaitForNote
9632
9633         * scm/define-grobs.scm (all-grob-descriptions): add
9634         Tie_column::before_line_breaking
9635
9636         * lily/tie.cc (get_column_rank): new function
9637
9638         * lily/tie-column.cc (before_line_breaking): new function.
9639         (werner_directions): take into account ties that start on
9640         different columns.  
9641
9642         * lily/score-engraver.cc (set_columns): move add_column() so we
9643         have column rank available.
9644
9645         * lily/tie.cc (get_column_rank): new function.
9646
9647         * input/regression/utf8.ly (japanese): add japanese lyrics.
9648
9649         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
9650
9651         * THANKS: add Steve D
9652
9653         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
9654         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
9655
9656 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
9657
9658         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
9659         to show harmonic notes
9660         * scm/define-markup-commands.scm: in \markup-by-number
9661         "dots-dot" -> "dots.dot" to show dotted notes
9662
9663 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
9666
9667         * flower/memory-stream.cc (writer): new file.
9668
9669         * configure.in: add endian test.
9670
9671 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
9672
9673         * Documentation/user/examples.itely: small
9674         simplification/beautification
9675
9676         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
9677         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
9678         notation manual.
9679
9680         * lily/mensural-ligature.cc: bugfix: another few victims of the
9681         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
9682
9683         * ly/gregorian-init.ly: commit some experimental code for hi-level
9684         ligature input language lying around here for several months.
9685
9686         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
9687         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
9688
9689         * lily/vaticana-ligature-engraver.cc: bugfix: another few
9690         "x-y-z"->"x.y.s-z" fixes.
9691
9692 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9693
9694         * scm/framework-pdf.scm (scm): new file
9695
9696         * lily/include/pdf.hh (class Pdf_file): new file.
9697
9698         * lily/pdf.cc (write_trailer): new file.
9699
9700 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
9701
9702         * input/regression/color.ly: new file
9703
9704         * lily/stencil.cc (interpret_stencil_expression):
9705         when a color expression is encountered: save current color,
9706         process the rest of the expression, and restore previous color.
9707
9708         * lily/system.cc (get_line): check all grobs for color property and
9709         prepare the stencil scheme expressions for further processing.
9710         Fix layer-loop.
9711
9712         * scm/define-grob-properties.scm: introduce the color property.
9713
9714         * scm/output-lib.scm: color helper functions.
9715
9716         * scm/output-ps.scm: introduce setcolor/resetcolor.
9717
9718 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
9719
9720         * ly/*.ly, input/regression/*.ly: Added missing \version
9721         statements in some files.
9722
9723 2005-02-15  Graham Percival  <gperlist@shaw.ca>
9724
9725         * Documentation/user/notation.itely: minor editing.
9726
9727         * Documentation/user/converters.itely: updated convert-ly bugs.
9728
9729         * Documentation/user/lilypond-book.itely: add info about using
9730         feta characters in latex.
9731
9732 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9733
9734         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
9735
9736 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9737
9738         * scm/define-grob-properties.scm (all-user-grob-properties):
9739         removed 'dashed property.
9740
9741 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9742
9743         * scm/lily.scm (define-safe-public): new macro for defining
9744         variables that can be used in --safe mode. Use it in *.scm
9745         instead of manually setting safe-objects in safe-lily.scm.
9746
9747 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9748         
9749         * lily/slur.cc: Slur-dash patch by Bertalan.
9750
9751         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
9752
9753         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
9754
9755 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9756
9757         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
9758
9759 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9760
9761         * mf/GNUmakefile: teTeX-3.0 install fix.
9762
9763         * Cygwin patch from Bertalan.
9764
9765         * stepmake/stepmake/metafont-rules.make: Remove bashism.
9766
9767 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9768
9769         * GNUmakefile.in: 
9770         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
9771
9772         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
9773         2.0.x compatibility.
9774
9775 2005-02-08  Werner Lemberg  <wl@gnu.org>
9776
9777         * mf/feta-din-code.mf: Format; clean up code.
9778         Replace `---' with `--' plus explicit path directions.
9779         (linethickness#, stafflinethickness#): Remove.
9780         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
9781         ("dynamic s"): Improve shape.
9782         ("dynamic p"): Improve shape.
9783         Replace `draw' with better outline approximation.
9784         ("dynamic r"): Improve shape.
9785         Don't call `fill' and `draw' at the same time.
9786
9787 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9788
9789         * SConstruct (symlink):
9790         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
9791         build fix: add enc symlink.
9792
9793         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
9794
9795         Support for DESTDIR besides prefix=/foo
9796
9797         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
9798
9799         * stepmake/stepmake/*.make:
9800         * */GNUmakefile:
9801         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
9802
9803         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
9804
9805         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
9806         mawk in fontforge (date) test.
9807
9808 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9809
9810         * scm/font.scm (make-century-schoolbook-tree): add NCS as
9811         font-family=roman. Add Luxi Sans as sans
9812
9813 2005-02-07  Graham Percival  <gperlist@shaw.ca>
9814
9815         * Documentation/user/notation.itely: add warning about
9816         percent repeats and Voice contexts.
9817
9818         * Documentation/user/lilypond-book.itely: clarified the
9819         necessity of dvips -u arguments.
9820
9821 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
9822
9823         * THANKS: Added a bunch of bug hunters.
9824
9825 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9826
9827         * scm/framework-ps.scm (output-preview-framework): bugfix.
9828
9829         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
9830         o/ for chord modifier..
9831
9832         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
9833
9834         * lily/drum-note-performer.cc:  remove unused (thanks Michael
9835         Welsh Duggan). 
9836
9837 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9838
9839         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
9840
9841         * ly/titling-init.ly: Do not also print intstrument in header on
9842         first page.  Do not print page number on first and only page.
9843
9844 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9845
9846         * input/regression/*.ly: remove old-relative everywhere
9847
9848         * lily/music-sequence.cc (simultaneous_relative_callback): do
9849         what-if analysis on copy, not on original. Fixes old-relative
9850         compatibility.
9851
9852         * scm/backend-library.scm (postscript->png): space before
9853         --verbose.
9854         
9855 2005-02-05  Werner Lemberg  <wl@gnu.org>
9856
9857         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
9858         is defined.
9859
9860         * mf/feta-alphabet.mf: Define `staffsize#'.
9861         Include `feta-params.mf'.
9862         s/staffheight/design_size/.
9863
9864         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
9865
9866         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
9867
9868         * mf/feta-nummer-code.mf: Reformatted.
9869         (draw_six): Use outline intersection to avoid a self-intersecting
9870         path.
9871         ("Numeral comma"): Fix serious outline glitches.  This slightly
9872         changes the glyph shape.
9873         ("Numeral dash"): Use `draw_rounded_block'.
9874         ("Numeral dot"): Use `drawdot'.
9875         ("Numeral 1"): Assure identical tangent directions for the
9876         intersection points of paths.  The glyph shape improvement is only
9877         visible at very high magnifications.
9878         ("Numeral 2"): Use `solve' macro to make the lower right part of
9879         the glyph outline touch the x axis exactly.  This changes the
9880         glyph shape.
9881         Minor fixes for better overlap removal support.
9882         ("Numeral 4"): Make lefter corner `rounder'.
9883         ("Numeral 5"): Assure identical tangent directions for the
9884         intersection points of paths.  This improves the glyph shape at
9885         high magnifications.
9886         ("Numeral 7"): Use `solve' macro to make the upper right part of
9887         the glyph outline touch the metrics box exactly.  This changes the
9888         glyph shape.
9889         Avoid corner in the upper left part of the glyph (causing a minor
9890         shape change).
9891
9892         * mf/feta-ital-*.mf: Removed.  Unused.
9893
9894 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9895
9896         * VERSION (PATCH_LEVEL): release 2.5.11
9897
9898         * input/regression/fill-line-test.ly: new file.
9899
9900         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
9901         emmentaler name, eg. emmentaler-23. 
9902
9903 2005-02-04  Christian Hitz  <chhitz@gmx.net>
9904
9905         * scm/scm/define-markup-commands.scm (fill-line): rework for better
9906         alignment with centered texts
9907
9908         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
9909         list of paddings
9910
9911 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9912
9913         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
9914
9915         * lily/note-column.cc (translate_rests): call flush_extent_cache()
9916         of parents when translating rests. Fixes: c-chord-rest.ly 
9917
9918         * lily/include/dimension-cache.hh (struct Dimension_cache): add
9919         dimension_callback_ member.
9920
9921         * lily/grob.cc (flush_extent_cache): new function. Force recompute
9922         of extents.
9923
9924 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9925
9926         * all but lily/*: The grand 2004/2005 replace.
9927
9928 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9929
9930         * lily/*: add space after ,  
9931
9932         * scm/music-functions.scm (has-request-chord): don't use
9933         ly:music-name anywhere. Fixes <<\\>> notation. 
9934
9935         * scm/define-markup-commands.scm (box): use font-size for
9936         padding. Fixes boxed-rehearsal-marks.ly
9937
9938         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
9939         identifier definition too, so foo = \lyrics { ...   } bar = #1
9940         doesn't complain about "bar" being LYRICS_STRING.
9941
9942         * lily/paper-def.cc (find_pango_font): new routine; Store
9943         pango_fonts in hash tab too. This is necessary for retrieving
9944         Pango_fonts::physical_font_tab() later on.
9945  
9946         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
9947         crash if psname is null.
9948
9949         * lily/lily-guile.cc (ly_hash2alist): new function
9950
9951         * Documentation/user/changing-defaults.itely (Text encoding):
9952         rewrite. 
9953
9954         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
9955         -> font_filename mapping.
9956
9957         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
9958         ly_pango_font_physical_fonts
9959
9960         * scm/framework-ps.scm (supplies-or-needs): extract names from
9961         physical Pango_fonts.
9962
9963         * utf8.ly: new file.
9964
9965 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9966
9967         * Documentation/user/changing-defaults.itely (Page layout): add
9968         doco about systemSeparatorMarkup.
9969
9970         * scm/page-layout.scm (default-page-make-stencil): add-to-page
9971         function.
9972         (default-page-make-stencil): insert system separators.
9973
9974         * scm/define-markup-commands.scm (hcenter): add
9975         (beam): add.
9976
9977 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9978
9979         * scm/output-ps.scm (ez-ball): reinstate ez notation.
9980
9981 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9982
9983         * lily/main.cc: Spell backend consistently.  Sort options.
9984
9985 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9986
9987         * scripts/lilypond-book.py (Module): revert @include.
9988         
9989 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9990
9991         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
9992         Bugfix: @include .tex (not .texi).  Small cleanups.
9993
9994         * stepmake/bin/add-html-footer.py (i18n): New function.
9995
9996 2005-01-31  Werner Lemberg  <wl@gnu.org>
9997
9998         * mf/feta-nummer.mf: Removed.  Unused.
9999
10000 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10001
10002         * lily/ : 2004 -> 2005 s&r
10003
10004         * scm/file-cache.scm (cached-file-contents): add file. Read each
10005         file only once.
10006
10007         * scm/font.scm (add-pango-fonts): change order. Medium weight is
10008         now default.
10009
10010         * VERSION: release 2.5.10
10011         
10012         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
10013
10014         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
10015
10016         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
10017         that both X and Y extents of bbox are non-nil.
10018
10019 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10020
10021         * scm/chord-name.scm (alteration->text-accidental-markup): change
10022         - to . 
10023
10024         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
10025
10026         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
10027
10028         * Documentation/user/invoking.itely (Invoking lilypond): add note
10029         about EPS backend.
10030
10031         * scm/framework-eps.scm: new file: create per-system/per-page EPS
10032         files for inclusion in lilypond-book document.
10033
10034         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
10035
10036         * input/tutorial/lbook-texi-test.texi: new file.
10037
10038         * scm/safe-lily.scm (safe-objects): add
10039         {begin,end}-of-line-(in)?visible as safe.
10040  
10041 2005-01-30  Graham Percival  <gperlist@shaw.ca>
10042
10043         * Documentation/user/changing-defaults.itely: fixed example
10044         of (dynamics).
10045
10046 2005-01-29  Graham Percival  <gperlist@shaw.ca>
10047
10048         * lily/main.cc: fix info about -o=FILE.
10049
10050 2005-01-29  Werner Lemberg  <wl@gnu.org>
10051
10052         * mf/feta-toevallig.mf ("Natural"): Completely changed the
10053         construction to assure smooth transition from straight to curved
10054         lines.
10055
10056 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10057
10058         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
10059         stencils.
10060
10061         * ps/lilyponddefs.ps: add start-page, start-system doesn't
10062         translate to top of page. Fixes alignment problems of
10063         lilypond-generated EPS files.
10064
10065 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10066
10067         * scm/part-combiner.scm (analyse-spanner-states): trigger on
10068         crescendo-end as well, since Decrescendo maybe ended with Stop
10069         Crescendo.). Fixes: partcombine-diminuendo.ly
10070
10071         * scm/script.scm (default-script-alist): swap portato symbols.
10072
10073         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
10074
10075         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10076         ly:outputter-port. New function.
10077
10078         * scm/framework-ps.scm (output-classic-framework): dump a
10079         -systems.texi too
10080         (output-classic-framework): dump multiple systems on an "infinite"
10081         page EPS including fonts. 
10082
10083         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
10084         .eps files for both texi and tex formats. Use PNG coming from
10085         lilypond.
10086         
10087 2005-01-28  Graham Percival  <gperlist@shaw.ca>
10088
10089         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
10090
10091         * scripts/lilypond-latex.py: fix info about -o=FILE.
10092
10093 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10094
10095         * ly/generate-embedded-cff.ly: write .cff.ps files.
10096
10097         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
10098
10099         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10100         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
10101
10102 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10103
10104         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
10105
10106 2005-01-28  Werner Lemberg  <wl@gnu.org>
10107
10108         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
10109         macros.
10110         (draw_bulb): Improved.
10111
10112         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
10113         metapost bug.
10114         (draw_pedal_P): Use soft_end_penstroke.
10115         (draw_pedal_d): Use soft_start_penstroke.
10116
10117         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
10118         path.
10119         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
10120         doesn't change the glyph shape.
10121
10122         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
10123         changing the shape) to avoid fontforge warnings.
10124
10125         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
10126         soft_end_penstroke and fix glyph shape.
10127
10128 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10129
10130         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
10131
10132 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10133
10134         * scm/define-markup-commands.scm (line): filter out empty stencils
10135         from line command.
10136
10137         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
10138         amount.
10139
10140 2005-01-27  Graham Percival  <gperlist@shaw.ca>
10141
10142         * Documentation/user/notation.itely: added info about what
10143         \voiceFoo does.  Also rewrote warning about marks at
10144         a line break.
10145
10146         * Documentation/user/changing-defaults.itely: added info
10147         about putting dynamics in parenthesis and brackets.
10148
10149 2005-01-27  Werner Lemberg  <wl@gnu.org>
10150
10151         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
10152
10153 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10154
10155         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
10156         portato-direction.ly
10157
10158         * lily/beam.cc (consider_auto_knees): add beam height to
10159         threshold. Fixes: knee-multiple-beam.ly
10160
10161         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
10162         pedal line spanners. Fixes: instrument-center-pedal.ly
10163
10164         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
10165         if encountering barline. Fixes: auto-beam-repeat.ly
10166
10167 2005-01-26  Werner Lemberg  <wl@gnu.org>
10168
10169         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
10170         overlapping.
10171
10172         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
10173         with inflections for the 1/2 sharp glyph.
10174
10175         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
10176         connection between `t' and `r'.
10177         Unify bulb with the rest of `r' to avoid grazing outlines which
10178         confuses the overlap removal algorithm of fontforge.
10179
10180         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
10181         inflections.
10182         (draw_cross): Fix shape to have uniform thickness in corners.
10183
10184         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
10185         to avoid an uneven number of self-intersections; this confuses
10186         fontforge.
10187         Fix a slight bug in the shape at left bottom (which is visible only
10188         at high magnifications).
10189         `Center' the stem horizontally to avoid overlapping.
10190
10191 2005-01-24  Werner Lemberg  <wl@gnu.org>
10192
10193         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
10194         to `asis'.
10195         (fet_begingroup): Save group name in string `feta_group'.
10196         (fet_endgroup): Updated.
10197         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
10198
10199         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
10200
10201         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
10202         in metapost.
10203
10204 2005-01-24  Graham Percival  <gperlist@shaw.ca>
10205
10206         * Documentation/user/notation.itely: really minor editing.
10207
10208 2005-01-22  Graham Percival  <gperlist@shaw.ca>
10209
10210         * Documentation/user/examples.itely: minor editing.
10211
10212         * Documentation/user/changing-defaults.itely: minor editing.
10213
10214         * Documentation/user/notation.itely: clarified info on polyphony
10215         and \addlyrics.
10216
10217 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10218
10219         * scm/output-gnome.scm: 
10220         * scm/output-svg.scm:
10221         * scm/lily-library.scm (font-name-style): Update font name
10222         kludging for fontconfig use.
10223
10224 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
10225
10226         * scm/define-markup-commands.scm: Document right-align and
10227         larger markup commands. Remove "TODO" from the topmost comment
10228         "each markup function should have a doc string." More consistent
10229         use of new-lines.
10230
10231 2005-01-22  Graham Percival  <gperlist@shaw.ca>
10232
10233         * Documentation/user/changing-defaults: removed info about
10234         copyright symbol, since it's likely to change soon.
10235         Added info about betweensystemspace.
10236
10237         * Documentation/user/notation.itely: minor fixes.
10238
10239         * Documentation/user/lilypond.tely,
10240         Documentation/user/music-glossary.tely: changed copyright
10241         date to 2005 instead of 2004.
10242
10243         * input/test/volta-chord-names.ly: added old example back.
10244
10245 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10246
10247         * mf/feta-beugel.mf: use design size 20 (not 15).
10248
10249         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
10250         change name to aybabtu completely
10251
10252 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10253
10254         * buildscripts/gen-emmentaler-scripts.py (outdir): add
10255         design_size to fontname
10256
10257 2005-01-19  Werner Lemberg  <wl@gnu.org>
10258
10259         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
10260         mf/feta-schrift.mf: s/p/pat/ if a path variable.
10261
10262         * mf/feta-autometric.mf (set_char_box): Add code which emits
10263         specials for mf2pt1 if run with metapost.
10264         (to_bp): New macro for mf2pt1.
10265
10266 2005-01-18  Graham Percival  <gperlist@shaw.ca>
10267
10268         * Documentation/user/changing-defaults: added info on
10269         creating a copyright symbol.
10270
10271 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10272
10273         * VERSION: release 2.5.9
10274         
10275 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
10276
10277         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
10278
10279         * Documentation/user/notation.itely: Document
10280         score-override-auto-beam-setting Fix documentation for
10281         revert-auto-beam-setting.
10282
10283 2005-01-18  Werner Lemberg  <wl@gnu.org>
10284
10285         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
10286         (procset): New function to define a procset resource.
10287         (ps-embed-pfa): New function to define a font resource.
10288         (setup): New function to define a `Setup' environment.
10289         (preamble): Use new functions.
10290
10291         * ps/lilypond.defs (init-lilypond-parameters): New function to
10292         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
10293
10294 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10295
10296         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
10297
10298 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
10299
10300         * scm/define-markup-commands.scm: Change number->markletter-string
10301         to take two arguments (vector number). Add number->mark-alphabet-vector
10302         and markalphabet markup command.
10303
10304         * scm/translation-functions.scm: Add format-mark-box-alphabet,
10305         format-mark-alphabet, format-mark-box-barnumbers and
10306         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
10307
10308 2005-01-17  Graham Percival  <gperlist@shaw.ca>
10309
10310         * Documentation/user/examples.itely: add SATB automatic piano
10311         reduction template.
10312
10313         * Documentation/user/notation.itely: added info about changing
10314         partcombine texts.  Also adds examples of alternate lyrics.
10315
10316         * Documentation/user/changing-defaults.itely: added warning
10317         about \RemoveEmptyStaffContext overriding previous changes.
10318
10319 2005-01-17  Werner Lemberg  <wl@gnu.org>
10320
10321         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
10322         feta-alphabet*.
10323
10324 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10325
10326         * python/lilylib.py (make_ps_images): don't do final showpage for
10327         multi-page documents.
10328         
10329         * VERSION (MY_PATCH_LEVEL): release 2.5.8
10330
10331 2005-01-16  Graham Percival  <gperlist@shaw.ca>
10332
10333         * Documentation/user/lilypond.tely: changed order of appendices;
10334         unified index should be last.
10335
10336         * Documentation/user/notation.itely: add example of key signatures
10337         and info about Staff.printKeyCancellation.
10338
10339 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10340
10341         * lily/include/repeated-music.hh (class Repeated_music): change
10342         into "namespace" class.
10343
10344         * lily/event.cc: remove Key_change_event.
10345
10346         * lily/include/transposed-music.hh (class Transposed_music): remove.
10347
10348         * lily/transposed-music.cc: remove
10349
10350         * lily/include/relative-music.hh: remove.
10351
10352         * lily/include/music-sequence.hh (struct Music_sequence): change
10353         into "namespace" class.
10354
10355         * lily/untransposable-music.cc (Module): remove
10356
10357         * lily/include/un-relativable-music.hh (Module): remove
10358
10359         * lily/include/untransposable-music.hh (Module): remove
10360
10361         * lily/include/music-list.hh (Module): remove file
10362
10363         * lily/un-relativable-music.cc: remove file.
10364
10365 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10366
10367         * lily/parser.yy: Compile fix.
10368
10369 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10370
10371         * lily/include/music.hh (class Music): unvirtualize transpose().
10372
10373         * lily/sequential-music.cc: remove file.
10374
10375         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
10376
10377         * lily/slur-scoring.cc (get_best_curve): only switch on
10378         DEBUG_SLUR_SCORING for non NDEBUG builds.
10379
10380         * lily/include/music.hh (class Music): replace Music::start_mom()
10381         by start-callback property
10382
10383         * lily/include/grace-music.hh: remove file. 
10384
10385         * lily/stem.cc (height): robustness fix.
10386
10387         * lily/time-scaled-music.cc: remove file.
10388
10389         * lily/include/music.hh (class Music): include SCM init argument.
10390         (class Music): replace Music::get_length() virtual by
10391         length-callback property everywhere.
10392
10393         * scripts/convert-ly.py (conv): add  # to \property scalar value.
10394
10395         * mf/GNUmakefile: don't install *list.ly
10396
10397 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10398
10399         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
10400
10401 2005-01-12  Werner Lemberg  <wl@gnu.org>
10402
10403         This patch addresses the following problems in the feta sources
10404         files which contribute to the fetaXX fonts.
10405
10406         . Many fixes for rasterization at low resolutions (consistent use of
10407           `vround' and `hround', integer shift values for paths, applying
10408           `eps' for mirrored paths, use of `define_whole_pixels' and
10409           friends, etc.) -- while this probably looks like a waste of time
10410           it has revealed deficiencies in some glyph shapes.  See comment at
10411           the end of feta-params.mf how vertical symmetry is achieved.
10412
10413         . The `---' operator has been replaced everywhere with `--'; this
10414           both improves and considerably reduces the font size after
10415           conversion with mf2pt1.
10416
10417         These change aren't explicitly mentioned below since virtually all
10418         glyphs are affected.
10419
10420         Other notable differences:
10421
10422         . Glyphs from feta-accordion.mf now have charboxes around the
10423           outline.
10424
10425         . Fixed incorrect charbox for `accDot'.
10426
10427         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
10428
10429         . Fixed position of the bow in the `upprall' glyph and its siblings.
10430
10431         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
10432           dependent on the staff line thickness to avoid touching the middle
10433           staff line at smaller sizes.
10434
10435         . Largely extended output for feta-testXX: Where useful, glyphs
10436         are shown both between and on staff lines.
10437
10438
10439         * mf/feta-params.mf (staff_space_rounded,
10440         stafflinethickness_rounded, linethickness_rounded,
10441         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
10442         Update all code which uses them where appropriate.
10443         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
10444         New variables used to control rasterization at low resolutions.  Set
10445         to zero if feta code is processed with metapost.
10446
10447         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
10448         (draw_rounded_block, draw_square_block): Updated to use `--' only.
10449         (flare_path): Updated.
10450         Make it work with `filldraw' (but only circular pens).
10451         (hfloor, vfloor, hceiling, vceiling): New macros.
10452
10453         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
10454         Use `draw' again in mf mode to have good pixel dropout control.
10455         Fix intersection points of horizontal lines with circle.
10456         ("accDot"): Fix parameters for set_char_box.
10457         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
10458         control.
10459
10460         * mf/feta-banier.mf: Updated.
10461
10462         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
10463         testing.
10464         (undraw_inside_ellipse): Remove `center' argument.  Update all
10465         callers.
10466         (draw_brevis): New macro, called by "Brevis notehead".
10467         (draw_whole_triangle_head): New macro, called by "Whole
10468         trianglehead".
10469         (draw_small_triangle_head): Use `filldraw'.
10470
10471         * mf/feta-eindelijk.mf: Remove useless global group.
10472         Updated.
10473
10474         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
10475         `filldraw'.
10476
10477         * mf/feta-pendaal.mf: Updated.
10478
10479         * mf/feta-puntje.mf: Updated.
10480
10481         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
10482         less points.
10483         ("Flageolet"): Use `draw' again in mf mode to have good pixel
10484         dropout control.
10485         ("Varied Coda"): Use `draw_block'.
10486         (draw_comma): Fix typo.
10487         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
10488         pixel dropout control.
10489
10490         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
10491         position of bow.
10492
10493         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
10494         sizes.
10495
10496         * mf/feta-toevallig.mf (remember_pic): New variable, used for
10497         testing.
10498         (draw_meta_sharp): Much simplified.
10499         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
10500
10501         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
10502
10503 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10504
10505         * Documentation/user/notation.itely (Ancient rests): Fix typo
10506         (thanks Anthony)
10507
10508 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10509
10510         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
10511
10512         * lily/main.cc (setup_paths): Add cff.
10513
10514         * mf/GNUmakefile (foe): Include actual target %.cff.
10515         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
10516
10517 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10518
10519         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
10520         suffix for main_input_b_.
10521
10522         * scm/music-functions.scm (toplevel-music-functions):
10523         precompute music lengths for music expressions.  
10524
10525 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10526
10527         * lily/include/input.hh (class Input): new `end_' slot for end of
10528         input. Renamed defined_str0_ to start_.
10529
10530         * lily/input.cc (Input): Add Input::Input (Input const &) and
10531         remove Input::Input (Source_file*, char const *). Use the new
10532         slots.
10533         (set_location): method used by bison to propagate input
10534         locations (YYLLOC_DEFAULT).
10535         (end_line_number, end_column_number, step_forward): new methods
10536         
10537         * lily/input-scheme.cc (ly:input-both-locations): new function,
10538         similar to ly:input-location, but also return the end line and
10539         column.
10540
10541         * lily/include/includable-lexer.hh: 
10542         * lily/includable-lexer.cc: 
10543         * lily/include/lily-lexer.hh (class Lily_lexer): 
10544         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
10545         Includable_lexer to Lily_lexer, in order to update lexloc (the
10546         yylloc), a new slot of Lily_lexer.
10547         (here_input, LexerError): simplify by using the lexloc slot (aka
10548         yylloc)
10549
10550         * lily/lexer.ll: #define yylloc to use input locations (it may
10551         be useless here?). Fixed the #embedded_scm rule (step the location
10552         forward in order to skip the sharp sign before parsing the scheme
10553         expression)
10554
10555         * lily/include/lily-parser.hh (class Lily_parser): 
10556         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
10557         here_input()
10558         (parser_error): overload for more precise locations of errors.
10559
10560         * lily/parser.yy (YYLTYPE): set location type to Input
10561         (YYLLOC_DEFAULT): use Input::set_location()
10562         (yylex): add the YYLTYPE* location parameter.
10563         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
10564         Give an Input parameter to THIS->parser-error() for more accurate
10565         messages.
10566
10567 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10568
10569         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
10570
10571         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
10572         on BEAMQUANTING for non-NDEBUG builds.
10573
10574         * lily/stem.cc (head_count): performance: avoid String::String()
10575         inside oft called function.
10576
10577 2005-01-09  Graham Percival  <gperlist@shaw.ca>
10578
10579         * Documentation/user/examles.itely: attempted fix for broken
10580         string quartet template.
10581
10582         * Documentation/user/notation.itely: remove unnecessary broken
10583         link.
10584
10585 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10586
10587         * VERSION (PACKAGE_NAME): release 2.5.7
10588
10589 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10590
10591         * config.make.in (METAFONT): Append -progname=mf, fixes use with
10592         mf-nowin for teTeX-3.0.  Backportme.
10593
10594         * scm/output-svg.scm (utf8-string): New function.
10595
10596         * scm/output-gnome.scm (utf8-string): New function.
10597         (otf-name-mangling): Remove.
10598
10599         * lily/pango-font.cc (Pango_font): Use font string iso font
10600         filename for utf8-text.
10601
10602         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
10603         name.
10604
10605 2005-01-08  Graham Percival  <gperlist@shaw.ca>
10606
10607         * Documentation/user/notation.itely: add info about
10608         Staff.extraNatural = ##f in Pitches section.  Also
10609         fixed some minor issues in the Vocal music section.
10610
10611 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10612
10613         * scm/output-ps.scm (white-text): comment out Helvetica font,
10614         which is broken for my GS install.
10615
10616         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
10617         which provides a tighter bbox.
10618
10619         * scm/define-grobs.scm (all-grob-descriptions): remove all
10620         extra-offsets from definitions.
10621
10622 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
10623
10624         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
10625         add tuning for 4-string bass and some common 4/5-string banjo
10626         tunings.  New function (four-string-banjo) turns a 5-string tuning
10627         into a 4-string tuning.  New function
10628         (fret-number-tablature-format-banjo) computes correct fret numbers
10629         on 5-string banjos.
10630
10631         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
10632         Add beam correction to TabVoice.
10633
10634         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
10635         using bold font; makes tabs more readable.
10636
10637 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10638
10639         * lily/font-select.cc (get_font_by_design_size): don't make
10640         Modified_font_metric; this causes trouble, since we don't know the
10641         font magnification from inside Pango_font::text_stencil()
10642
10643         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
10644
10645         * Documentation/user/notation.itely (The Lyrics context): comment out
10646         broken {Small ensembles} link.
10647
10648         * scm/framework-svg.scm (output-framework): change calling convention.
10649
10650         * lily/object-key-dumper-scheme.cc: new file.
10651
10652         * lily/object-key-undumper-scheme.cc: new file.
10653
10654         * lily/tweak-registration-scheme.cc: new file.
10655
10656         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
10657
10658         * Documentation/user/examples.itely (String quartet): uncomment
10659         broken example.
10660
10661         * lily/font-config.cc: new file.
10662
10663 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10664
10665         * scm/output-svg.scm: 
10666         * scm/output-gnome.scm: s/bigcheese/emmentaler.
10667
10668         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
10669
10670 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10671
10672         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
10673         Add headers.
10674
10675         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
10676
10677 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10678
10679         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
10680
10681         * lily/include/main.hh: lose _b hungarian suffixes for global
10682         variables.
10683
10684         * lily/include/lily-guile-macros.hh: new file.
10685
10686         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
10687
10688         * lily/general-scheme.cc: new file. 
10689
10690         * lily/font-select.cc (get_font_by_design_size): retrieve
10691         PangoFont for (designsize . "pango-descr") entries.
10692
10693         * lily/lily-parser-scheme.cc: new file.
10694
10695         * lily/output-def-scheme.cc: new file.
10696
10697         * lily/paper-book-scheme.cc: new file.
10698
10699         * lily/duration-scheme.cc (LY_DEFINE): new file.
10700
10701         * lily/pitch-scheme.cc:  new file.
10702
10703         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
10704
10705 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10706
10707         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
10708
10709 2005-01-06  Graham Percival  <gperlist@shaw.ca>
10710
10711         * Documentation/user/notation.itely: minor editing.
10712
10713         * Documentation/user/changing-defaults: minor editing.
10714
10715         * Documentation/user/examples.itely: add template for
10716         string quartet part extraction; demonstrates tag.
10717
10718 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
10719
10720         * Documentation/user/notation.itely: documents
10721         format-mark-box-letters and format-mark-box-numbers
10722
10723         * scm/define-context-properties.scm: change comment.
10724
10725 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10726
10727         * scm/framework-ps.scm (output-classic-framework): new function:
10728         dump systems as separate .eps files (without fonts) and write a
10729         single collecting .tex file.
10730
10731 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10732
10733         * Documentation/user/notation.itely (Setting simple songs):
10734         Correct several errors in the equivalent formulation of
10735         \addlyrics. 
10736         (The Lyrics context): Corrected link to the SATB example.
10737
10738 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10739
10740         * scm/lily.scm (completize-formats): new function
10741         (postprocess-output): new function
10742
10743         * lily/paper-book.cc (classic_output): change calling
10744         convention. Give basename as first argument. 
10745         remove Paper_book::post_processing().
10746
10747         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
10748
10749 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10750
10751         * lily/paper-outputter.cc (LY_DEFINE): new function
10752         ly:outputter-close.
10753
10754         * lily/main.cc: change --format,-f to --backend,-b
10755
10756         * lily/include/main.hh: rename format to backend.
10757
10758         * scm/translation-functions.scm (format-mark-box-numbers): add.
10759         patch by Erlend Aasland
10760
10761 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10762
10763         * lily/pango-font.cc (text_stencil): dump string as
10764         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
10765
10766 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10767
10768         * configure.in (gui_b): Remove handy developer-only
10769         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
10770         CVS source installations (but break other non-default but correct
10771         PKG_CONFIG_PATH setups), as this is no longer developer-only.
10772
10773         * SConstruct: 
10774         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
10775         compatibility (backportme).
10776
10777         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
10778
10779 2005-01-03  Werner Lemberg  <wl@gnu.org>
10780
10781         Prepare glyph shapes for mf2pt1 conversion.
10782
10783         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
10784         (accDiscant, accFreebase, accStdbase): Replace `draw' with
10785         `penstroke'.
10786         (accDot): Use `drawdot'.
10787         (accBayanbase): Replace `draw' with `draw_gridline'.
10788         (print_penpos): Moved to feta-macros.mf.
10789         (accOldEE): Replace `filldraw' with `penstroke'.
10790         Replace `draw' with `penstroke' and `drawdot'.
10791
10792         * mf/feta-banier.mf: Code clean-up.
10793         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
10794         `fill'.
10795
10796         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
10797
10798         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
10799         paremeter to control drawing of labels.  Update all callers.
10800
10801         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
10802         (new_bulb): Return a bulb as a single path.  To do that, it now
10803         takes some more parameters.  Updated all callers.
10804         (draw_gclef): Major clean-up.  `draw' has been replaced with
10805         `penstroke', unnecessary outlines have been removed.
10806         Remove (unused) gnome-canvas code.
10807
10808         * mf/feta-macros.mf (print_penpos): New macro (from
10809         feta-accordion.mf).
10810         Other minor fixes.
10811
10812         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
10813         ("Pedal dot"): Use `drawdot'.
10814         (draw_pedal_P): Add parameter to control drawing of labels.  Update
10815         all callers.
10816         Fix shape at top.
10817         (draw_pedal_e): Add parameter to control drawing of labels.  Update
10818         all callers.
10819         (draw_pedal_d): Add parameter to control drawing of labels.  Update
10820         all callers.
10821         Revert drawing direction.
10822
10823         * mf/feta-schrift.mf (draw_fermata): Use single path.
10824         (draw_short_fermata): Replace `filldraw' with `fill'.
10825         (draw_long_fermata, draw_very_long_fermata): Replace calls to
10826         `draw_rounded_block' with a single path.
10827         ("Thumb"): Draw full circle instead of mirroring segments.
10828         (draw_accent): New macro.
10829         ("> accent", "espr"): Use it.
10830         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
10831         ("open (unstopped)"): Draw full circle instead of mirroring
10832         segments.
10833         (draw_vee): Removed.
10834         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
10835         ("Downbow"): Replace calls to `draw_rounded_block' with a single
10836         path.
10837         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
10838         partial pieces drawn with `fill' -- these do still overlap with the
10839         stem of the `t' but just once, not multiple times so that fontforge
10840         can handle it gracefully.
10841         Change other parts of the glyph so that fontforge's overlapping
10842         algorithm reliably works.
10843         (draw_heel): Replace `draw' with `fill'.
10844         (draw_toe): Use `draw_accent' instead of `draw_vee'.
10845         ("Flageolet"): Replace `draw' with `penstroke'.
10846         ("Segno"): Replace `filldraw' with `penstroke'.
10847         Replace `draw' with `drawdot'.
10848         ("Coda"): Replace `fill' with `penstroke', using a single path.
10849         ("Varied Coda"): Use less overlapping paths.
10850         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
10851         single path.
10852
10853         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
10854         group to better control the `labels' command.
10855         Rename argument to `offset' and use it actually.  Update all
10856         callers.
10857         Replace `filldraw' with `fill'.
10858         ("mordent", "prallmordent", "upmordent", "downmordent",
10859         "lineprall"): Replace `draw' with `draw_gridline'.
10860         ("upprall", "downprall"): Replace `draw' with `fill'.
10861
10862         * mf/feta-timesig.mf: Formatting.
10863
10864         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
10865         to...
10866         ("Flat"): Here.
10867         (draw_paren): Move code to draw labels to...
10868         ("Right Parenthesis"): Here.
10869
10870 2005-01-02  Graham Percival <gperlist@shaw.ca>
10871
10872         * Documentation/user/notation.itely: add example of \setTextDecresc
10873         and \setTextDim.
10874
10875 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
10876
10877         * scm/define-markup-commands.scm :  fix glyph-strings of
10878         accidentals and \note-by-number
10879
10880 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10881
10882         * VERSION: 2.5.6 released.
10883         
10884         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
10885
10886         * input/regression/new-markup-scheme.ly: oops. font-family=music
10887         -> font-encoding fetaMusic.  
10888
10889         * lily/main.cc: put default to PS.
10890
10891         * lily/tfm.cc: idem.
10892
10893         * lily/afm.cc: idem.
10894
10895         * lily/include/modified-font-metric.hh (struct
10896         Modified_font_metric): remove coding_scheme() method.
10897
10898         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
10899
10900         * scripts/convert-ly.py (conv): crash on encountering \encoding.
10901
10902         * input/les-nereides.ly: convert to utf8
10903
10904         * lily/modified-font-metric.cc (text_dimension): idem.
10905
10906         * lily/parser.yy (TODO): idem.
10907
10908         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
10909
10910         * lily/lexer.ll: remove encoding
10911
10912         * scm/framework-ps.scm (output-variables): separately scale the
10913         page to mm 
10914
10915         * lily/pango-font.cc (Pango_font): fix scaling.
10916
10917         * lily/font-metric.cc (design_size): design_size returns a
10918         dimension now as well.
10919
10920 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10921
10922         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
10923         brace generation. 
10924
10925         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
10926
10927 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10928
10929         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
10930         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
10931
10932 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10933
10934         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
10935         in first run as well.
10936
10937         * scm/paper.scm (layout-set-staff-size): use text-font-size in
10938         dimension less points (ie. 12 = 12 point)
10939
10940         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
10941
10942         * lily/all-font-metrics.cc (find_pango_font): set description_
10943
10944         * lily/pango-font.cc (text_stencil): export size as well.
10945         (text_stencil): fix scaling and extents box.
10946
10947 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10948
10949         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
10950
10951         * Documentation/user/invoking.itely (Invoking lilypond): document
10952         texstr
10953
10954         * scripts/convert-ly.py (conv): add ancient rules.
10955
10956         * scm/clef.scm (c0-pitch-alist): replace - with .
10957
10958         * scripts/lilypond-book.py (process_snippets): add texstr support.
10959
10960         * scm/framework-texstr.scm (header): change extension to .textmetrics
10961
10962         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
10963         -f tex.
10964
10965         * lily/text-metrics.cc: new file.
10966         (try_load_text_metrics): new function
10967
10968         * lily/include/text-metrics.hh: new file.
10969
10970 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10971
10972         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
10973         ly_scheme_function to ly_lily_module_constant.
10974
10975         * lily/modified-font-metric.cc (text_dimension): try
10976         lookup_tex_text_dimension() first.
10977
10978         * lily/tfm.cc: new function ly:load-text-dimensions
10979
10980 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10981
10982         * scm/output-texstr.scm (text): use \lilygetmetrics
10983
10984         * scm/framework-texstr.scm (header): dump in new format.
10985
10986         * tex/lilypond-tex-metrics: new file.
10987         
10988 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10989
10990         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
10991         mapping.
10992         (index_to_charcode): New method.
10993
10994         * scm/output-ps.scm (glyph-string): 
10995         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
10996
10997 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10998
10999         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
11000         implement fully, need FONT to get to charcode.
11001
11002         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
11003
11004         * scm: Cleanups.
11005
11006         * Documentation/user/changing-defaults.itely: Fix internalsrefs
11007         {Tunable context properties},
11008         {All layout objects},
11009         {Music definitions}.
11010
11011 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11012
11013         * VERSION: release 2.5.5
11014         
11015         * lily/main.cc: use TeX as default output format.
11016
11017         * flower/file-path.cc (find): try to open directly as well, so we
11018         find absolute path files. 
11019
11020         * lily/pango-select.cc: new file.
11021
11022         * scm/framework-ps.scm: remove all encoding code. 
11023         load pfb/pfa for PangoFont too.
11024         
11025         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
11026
11027 2004-12-22  Werner Lemberg  <wl@gnu.org>
11028
11029         Prepare glyph shapes for mf2pt1 conversion.
11030
11031         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
11032
11033         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
11034         (define_triangle_shape): Use it to replace `draw' with `fill' and
11035         `unfill'.  Update all callers.
11036         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
11037         (draw_cross): Ditto.
11038         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
11039         Use penrazor for better conversion with mf2pt1.
11040         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
11041         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
11042         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
11043         draw_la_head, draw_ti_head): Replace `filldraw' with
11044         `fill'.  Update all callers.
11045
11046 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11047
11048         * lily/paper-book.cc (output): revert: only allow a single output
11049         format.
11050
11051         * lily/include/pango-font.hh: new file.
11052
11053         * lily/pango-font.cc: new file.
11054
11055         * lily/font-metric.cc (text_stencil): new routine
11056
11057         * lily/all-font-metrics.cc (find_pango_font): new routine.
11058
11059         * lily/include/font-metric.hh (struct Font_metric): add
11060         text_stencil()
11061
11062         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
11063
11064 2004-12-22  Werner Lemberg  <wl@gnu.org>
11065
11066         Prepare glyph shapes for mf2pt1 conversion.
11067
11068         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
11069
11070         * mf/feta-toevallig.mf: Formatting.
11071         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
11072         ("Natural"): Fix paths to allow better postprocessing.
11073         (draw_meta_flat): Use `z3l' as additional point in path to get
11074         better conversion with mf2pt1.
11075         Other minor cleanups.
11076         ("3/4 Flat"): Add auxiliary points and modify path to replace
11077         `draw' with `fill'.
11078         ("Double Sharp"): Mirror path segments instead of picture elements
11079         to get a single outline.
11080         Modify path to replace `filldraw' with `fill'.
11081
11082 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11083
11084         * input/test/unfold-all-repeats.ly: added file back.
11085
11086         * Documentation/user/notation.itely,
11087         Documentation/user/programming-interface.itely
11088         Documentation/user/changing-defaults.itely: fixed misc broken
11089         links to input/test/ files.
11090
11091 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11092
11093         * tex/texinfo.tex: Update.  We should not be distributing this,
11094         but since we do, use latest version.
11095
11096         * Documentation/user/macros.itexi: Comment-out \fetaflat,
11097         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
11098         macros for feta glyphs.
11099
11100 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11101
11102         * Documentation/user/changing-defaults.itely: fix index for set.
11103
11104         * Documentation/user/converters.itely: added convert-ly bugs list
11105         from CVS.
11106
11107 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11108
11109         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
11110         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
11111         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
11112         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
11113
11114         * mf/GNUmakefile (pfa_warning): Use less broken check.
11115
11116         * python/lilylib.py (setup_environment): Remove cruft from
11117         GS_FONTPATH.
11118
11119         * configure.in: Bump mftrace requirement to 1.1.1.
11120
11121 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11122
11123         * scm/output-svg.scm (beam): Use polygon.
11124
11125         * scm/lily-library.scm: Bugfix.
11126
11127         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
11128
11129         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
11130
11131 2004-12-19  Werner Lemberg  <wl@gnu.org>
11132
11133         Prepare glyph shapes for mf2pt1 conversion.
11134
11135         * mf/feta-eindelijk: Some formatting.
11136         (multi_rest_x, multi_beam_height): Removed.  Unused.
11137         ("Quarter rest"): Use `intersectiontimes' to create a single
11138         outline.
11139         (rest_crook): Removed.  Unused.
11140         (draw_rest_bulb): Return path (without filling).  Update callers.
11141         Simplified.
11142         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
11143         "128th rest"): Simplify `pat'.
11144         Create single outline.
11145
11146 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11147
11148         * mf/GNUmakefile (ALL_GEN_FILES):
11149         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
11150
11151         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
11152         function.
11153
11154 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11155
11156         * scm/output-texstr.scm (placebox): add routine
11157
11158         * VERSION (PACKAGE_NAME): release 2.5.4
11159
11160         * scm/framework-texstr.scm (output-framework): new file.  
11161
11162         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
11163         processing.
11164
11165         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
11166
11167         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
11168         rule.
11169
11170         * configure.in (gui_b): bump mftrace requirement to 1.1.0
11171
11172         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
11173
11174         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
11175
11176 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * scm/framework-svg.scm (dump-page): Implement landscape.
11179
11180 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11181
11182         * lily/main.cc (setup_paths): Add svg to search path.
11183
11184         * scm/output-svg.scm:
11185         * scm/framework-svg.scm: Add pageSet.  Update.
11186         (dump-fonts): New function.
11187         (output-framework): Use it.
11188
11189         * mf/GNUmakefile: 
11190         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
11191
11192 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11193
11194         * tex/lilyponddefs.tex: comment out new ifpdf code.
11195
11196 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11197
11198         * GNUmakefile.in: 
11199         * SConstruct (symlink): Replace afm by otf.
11200
11201         * scm/framework-gnome.scm (gnome-main): Remove invocation of
11202         ly:pango-add-afm-decoder.
11203
11204         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
11205
11206 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11207
11208         * scm/output-ps.scm (new-text): don't access t glyph for getting
11209         space dimension.
11210
11211         * ly/init.ly: warn about \version
11212
11213         * lily/lexer.ll: set version-seen?
11214
11215 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * scm/output-svg.scm (string->entities): Update.
11218
11219 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11220
11221         * lily/main.cc (setup_paths): replace afm by otf for path. 
11222
11223         * lily/pangofc-afm-decoder.cc: remove.
11224
11225         * lily/include/pangofc-afm-decoder.hh: remove.
11226
11227         * scm/framework-scm.scm (output-framework): new file.
11228
11229         * mf/GNUmakefile: remove SAUTER_FONTS.
11230         remove SVG/sodipodi hacks.
11231
11232         * scm/lily-library.scm (stderr): move stderr.
11233
11234         * mf/GNUmakefile: remove AFM support.
11235
11236         * buildscripts/mf-to-table.py (base): remove AFM support.
11237
11238         * lily/open-type-font.cc (design_size): use design_size
11239
11240 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
11241
11242         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
11243
11244 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11245
11246         * mf/GNUmakefile: Generate combined aybabtu info.
11247         * mf/aybabtu.pe.in (i): Load it.
11248
11249         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
11250         are not symbols.
11251
11252         * lily/include/open-type-font.hh (count): New method.
11253
11254         * mf/aybabtu.pe.in: Typo.
11255
11256         * Documentation/user/out/lilypond-internals.nexi (Scheme
11257         functions): Typo.
11258
11259         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
11260
11261 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11262
11263         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
11264         subfonts.
11265
11266         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
11267
11268         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
11269         (tex-font-command-raw): new function.
11270
11271         * lily/include/virtual-font-metric.hh (Module): remove file
11272
11273         * lily/virtual-font-metric.cc (Module): remove file.
11274         
11275
11276         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
11277         (get_indexed_char): read bbox from lily table if present.
11278
11279 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11280
11281         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
11282         aybabtu.subfonts
11283
11284         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
11285         global glyphname. Enables more than 64 glyphs in the OTF.
11286
11287 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11288
11289         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
11290         braces.
11291
11292         * lily/open-type-font.cc (design_size): Use 12 as default for
11293         design size.
11294
11295         * mf/aybabtu.pe.in: New file.  Merge all our braces.
11296
11297         * mf/GNUmakefile: Generate aybabtu.
11298
11299         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
11300
11301 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11302
11303         * scm/lily-library.scm (char->unicode-index): Remove.
11304
11305         * scm/output-gnome.scm (text): Bugfix for plain string input.
11306         Updates.
11307
11308         * scm/output-svg.scm (svg-font): Add weight to font selection.
11309
11310 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11311
11312         * Documentation/topdocs/INSTALL.texi (Top): Point to
11313         buildscripts/out/clean-fonts instead of
11314         buildscripts/clean-fonts.sh. 
11315
11316 2004-12-13  Graham Percival  <gperlist@shaw.ca>
11317
11318         * input/regression/figured-bass.ly: attempt to clarify text.
11319
11320         * Documentation/user/notation.tely: add cindex for tag, attempt to
11321         add figured bass example.
11322
11323         * Documentation/user/changing-defaults: basic editing.
11324
11325 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11326
11327         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
11328
11329         * lily/open-type-font.cc (LY_DEFINE): new function
11330         ly:font-sub-fonts
11331
11332         * lily/include/font-metric.hh (struct Font_metric): new method
11333         sub_fonts()
11334
11335         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
11336         . with - in add.stem.
11337         
11338 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11339
11340         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
11341         and fetaDynamic.
11342
11343         * lily/rest.cc (glyph_name): Change - to . .
11344
11345         * scm/output-gnome.scm (text): Hello world, again.
11346
11347         * scm/output-svg.scm (named-glyph): New function.  Hello world!
11348
11349         * lily/modified-font-metric.cc (index_to_charcode): New method.
11350
11351         * lily/include/font-metric.hh (index_to_charcode): New function.
11352
11353         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
11354         new function.
11355         (ly:font-glyph-to-index): Remove.
11356
11357 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11358
11359         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
11360
11361         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
11362
11363         * lily/open-type-font.cc (load_scheme_table): new function
11364
11365         * lily/dots.cc (print): replace - 
11366
11367         * lily/open-type-font.cc (attachment_point): new function.
11368         (load_table): read LILC table
11369
11370         * buildscripts/gen-bigcheese-scripts.py (Module): new
11371         file. Generate FF scripts.
11372
11373         * mf/feta-din10.mf: idem.
11374
11375         * mf/feta-nummer10.mf: remove mf files.
11376
11377         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
11378
11379 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11380
11381         * lily/lily-guile.cc: Use scm_from_locale_stringn.
11382
11383         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
11384         compatibility.
11385
11386 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11387
11388         * lily/open-type-font.cc (get_indexed_char): scale metrics by
11389         design-size and units_per_EM.
11390
11391         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
11392
11393 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11394
11395         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
11396         does not crash fontforge.
11397
11398         * scm/lily-library.scm (char->unicode-index): Hack to map onto
11399         PUA.
11400
11401 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11402
11403         * scm/framework-ps.scm (ps-embed-cff): new function.
11404
11405         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
11406
11407 2004-12-12  Werner Lemberg  <wl@gnu.org>
11408
11409         * mf/bigcheese.pe.in: Add PUA mapping.
11410         Don't create Type 42 but bare CFF font.
11411
11412 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11413
11414         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
11415         within canvas boundaries.
11416
11417         * mf/merge.pe.in: Set font names, version, license GPL.
11418
11419         * make/substitute.make: Add FONTFORGE.
11420
11421         * config.make.in (FONTFORGE): Add.
11422
11423         * configure.in (gui_b): Use PATH_PROG for fontforge.
11424
11425 2004-12-11  Graham Percival  <gperlist@shaw.ca>
11426
11427         * scm/define-markup-commands.scm: add baseline-skip to info
11428         about \column.
11429
11430 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11431
11432         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
11433
11434         * scm/output-gnome.scm (named-glyph): Use it.
11435
11436         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
11437
11438         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
11439         (upper_string, lower_string, reverse_string): Remove.
11440
11441         * configure.in (fontforge): Reinstate version check.
11442
11443         * ly/engraver-init.ly: Fix clef glyph names.
11444
11445         * lily/time-signature.cc (special_time_signature): Fix fraction
11446         glyph names.
11447
11448 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11449
11450         * mf/merge.pe: new file.
11451
11452         * lily/freetype.cc: new file.
11453
11454         * lily/include/open-type-font.hh (class Open_type_font): new file.
11455
11456         * lily/include/freetype.hh: new file.
11457
11458         * lily/open-type-font.cc: new file.
11459
11460         * lily/all-font-metrics.cc (find_otf): new function.
11461
11462 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * lily/time-signature.cc (special_time_signature): Fix.
11465
11466         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
11467         GTK2 before checking for pango.  Fixes -fgnome.
11468
11469         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
11470         Scheme name.
11471
11472         * scm/define-markup-commands.scm:
11473         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
11474
11475         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
11476
11477         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
11478         date versions.  Fixes configure.
11479         (STEPMAKE_CHECK_VERSION): Support optional actual program version
11480         argument.
11481
11482 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11483
11484         * buildscripts/mf-to-table.py (write_ps_encoding): write real
11485         names in .enc
11486
11487         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
11488
11489 2004-12-09  Graham Percival  <gperlist@shaw.ca>
11490
11491         * Documentation/user/changing-defaults.itely: add info about
11492         make-dynamic-script
11493
11494         * Documentation/user/notation.itely: add link in dynamics to
11495         section about make-dynamic-script.
11496
11497 2004-12-09  Christian hitz  <chhitz@gmx.net>
11498
11499         * lily/lily-guile.cc: change MACOS_X to __APPLE__
11500
11501 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11502
11503         * buildscripts/mf-to-table.py (parse_logfile): use . for
11504         concatting name and group.
11505         (parse_logfile): use M for Minus (negative.)
11506
11507         * lily/include/type-swallow-translator.hh
11508         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
11509
11510         * lily/*.cc: cosmetics around = sign.
11511
11512         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
11513         lyric spacing on the penultimate column.
11514
11515 2004-12-05  Christian Hitz  <chhitz@gmx.net>
11516
11517         * configure.in:
11518         * lily/accidental-placement.cc:
11519         * lily/bar-line.cc:
11520         * lily/beam-concave.cc:
11521         * lily/beam-quanting.cc:
11522         * lily/beam.cc:
11523         * lily/bezier-bow.cc:
11524         * lily/bezier.cc:
11525         * lily/break-align-interface.cc:
11526         * lily/custos.cc:
11527         * lily/dimension-cache.cc:
11528         * lily/dot-column.cc:
11529         * lily/font-metric.cc:
11530         * lily/font-select.cc:
11531         * lily/gourlay-breaking.cc:
11532         * lily/grob-property.cc:
11533         * lily/grob.cc:
11534         * lily/lily-guile.cc:
11535         * lily/line-spanner.cc:
11536         * lily/lookup.cc:
11537         * lily/lyric-extender.cc:
11538         * lily/lyric-hyphen.cc:
11539         * lily/mensural-ligature.cc:
11540         * lily/midi-def.cc:
11541         * lily/misc.cc:
11542         * lily/note-collision.cc:
11543         * lily/note-column.cc:
11544         * lily/note-head.cc:
11545         * lily/paper-outputter.cc:
11546         * lily/percent-repeat-item.cc:
11547         * lily/rest-collision.cc:
11548         * lily/side-position-interface.cc:
11549         * lily/simple-spacer.cc:
11550         * lily/slur-configuration.cc:
11551         * lily/slur-scoring.cc:
11552         * lily/slur.cc:
11553         * lily/spaceable-grob.cc:
11554         * lily/spacing-spanner.cc:
11555         * lily/spanner.cc:
11556         * lily/staff-symbol-referencer.cc:
11557         * lily/stem.cc:
11558         * lily/stencil.cc:
11559         * lily/system-start-delimiter.cc:
11560         * lily/system.cc:
11561         * lily/text-item.cc:
11562         * lily/tie.cc:
11563         * lily/tuplet-bracket.cc:
11564         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
11565         <cmath> beacause isinf/isnan is undefined in <cmath>
11566
11567 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11568
11569         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
11570
11571 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11572
11573         * VERSION: release 2.5.3
11574         
11575 2004-11-29  Arno Waschk <arno@arnowaschk.de>
11576
11577         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
11578
11579 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11580
11581         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
11582
11583         * lily/note-head.cc (internal_print): always try the "s" head if
11584         u/d not found.
11585
11586         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
11587
11588 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11589
11590         * mf/parmesan-heads.mf (overdone_heads): typos.
11591
11592 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11593
11594         * lily/parser.yy (markup): in markups, { .. } without command
11595         before are also flattened, ie \line must be explicitely used.
11596
11597         * Documentation/user/changing-defaults.itely:
11598         * Documentation/user/notation.itely: 
11599         * input/wilhelmus.ly: 
11600         * input/regression/instrument-name-markup.ly: 
11601         * input/regression/markup-score.ly: 
11602         * input/regression/new-markup-scheme.ly: 
11603         * input/regression/new-markup-syntax.ly: 
11604         * input/test/coriolan-margin.ly: use \line in markups where
11605         appropriate
11606         
11607 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11608
11609         * scm/new-markup.scm (map-markup-command-list): helper function
11610         used in parser.yy to map markup commands on a markup list.
11611
11612         * lily/parser.yy: get rid off < > in markups by treating { } as
11613         real lists.
11614
11615         * lily/lexer.ll: remove < > from markup lexer mode.
11616
11617         * scripts/convert-ly.py (conv): add rule for converting 
11618         \markup < > to \markup { }
11619
11620         * ly/titling-init.ly: 
11621         * input/test/coriolan-margin.ly: 
11622         * input/regression/new-markup-syntax.ly: 
11623         * input/regression/new-markup-scheme.ly: 
11624         * input/regression/multi-measure-rest-text.ly: 
11625         * input/regression/markup-stack.ly: 
11626         * input/regression/markup-score.ly: 
11627         * input/regression/instrument-name-markup.ly: 
11628         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
11629         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
11630         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
11631         * input/wilhelmus.ly: 
11632         * Documentation/user/notation.itely: 
11633         * Documentation/user/music-glossary.tely: 
11634         * Documentation/user/changing-defaults.itely: change < > to { } in
11635         markups
11636
11637 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11638
11639         * lily/accidental-placement.cc (position_accidentals): shortcut if
11640         no accidentals to place.
11641
11642 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11643
11644         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
11645         typo s/ly:dimension ?/ly:dimension?/
11646
11647         * input/regression/lily-in-scheme.ly: 
11648         * input/regression/music-function.ly: 
11649         * ly/spanners-init.ly (assertBeamSlope): 
11650         * scm/music-functions.scm (def-grace-function): add the paper
11651         argument to music function definitions.
11652
11653 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11654
11655         * lily/moment.cc (LY_DEFINE):
11656         ly:moment-main-{denominator,numberator}, new function.
11657
11658         * lily/score-engraver.cc (typeset_all): assign to column on basis
11659         of axis-group-parent-X setting.
11660
11661         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
11662         add_element() on basis of axis-group-parent-Y setting.
11663
11664         * lily/grob.cc: add axis-group-parent-{XY} properties.
11665
11666         * input/regression/spacing-stick-out.ly: new file.
11667
11668         * lily/simple-spacer.cc (add_columns): use binary search for
11669         setting column rods. Changes O(n^2) to O(n log(n)) for
11670         constructing spacing problem from columns.
11671         (add_columns): read allow-outside-line to make sure no texts stick
11672         out.
11673         (solve): Simple_spacer::is_active() only determines
11674         satisfies_constraints_ for non-ragged typesetting.
11675
11676         * lily/simultaneous-music.cc (to_relative_octave): only set
11677         old_relative_used if return pitch actually changed.
11678
11679         * scm/define-context-properties.scm
11680         (all-user-translation-properties): change to match implementation.
11681
11682         * python/lilylib.py: Replace re.match by re.search and adds "-c
11683         showpage" to the gs command line (Johannes Schindelin)
11684
11685         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
11686         before processing. Prevents crash when inf is in the extent.
11687
11688         * scm/define-markup-commands.scm (note-by-number): add "s" to
11689         "noteheads-" glyphname.
11690  
11691         * lily/parser.yy (Generic_prefix_music): supply parser argument to
11692         music function as well.
11693         
11694 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11695
11696         * VERSION: release 2.5.2
11697
11698         * Documentation/user/changing-defaults.itely (Creating titles):
11699         add breakbefore variable.
11700
11701         * lily/paper-book.cc (set_system_penalty): new function. Set
11702         penalty_ based on breakBefore setting
11703
11704         * lily/context-specced-music-iterator.cc (construct_children):
11705         interpret special context id $uniqueContextId 
11706
11707         * lily/context.cc (create_unique_context): new method. Move
11708         creation of unique (\new) contexts into interpreting phase. This
11709         makes
11710
11711           foo= \new Staff ..
11712           << \foo \foo >>
11713
11714         produce 2 staves.
11715         
11716
11717         * scm/define-music-properties.scm (all-music-properties): add
11718         quoted-voice-direction
11719
11720         * ly/music-functions-init.ly: killCues function.
11721
11722         * scm/music-functions.scm (cue-substitute): move creation of voice
11723         contexts further to the back. 
11724
11725 2004-11-25  Werner Lemberg  <wl@gnu.org>
11726
11727         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
11728         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
11729
11730 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
11731
11732         * buildscripts/guile-gnome.sh: Fixed typo.
11733
11734 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11735
11736         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
11737
11738         * scripts/abc2ly.py (dump_slyrics): add ord(). 
11739
11740         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
11741         to regular engraver. 
11742
11743 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11744
11745         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
11746
11747 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * scm/define-markup-commands.scm (fill-line): Typo.
11750
11751         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
11752         and newer.
11753
11754 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
11755
11756         * ly/dynamic-scripts-init.ly: Fixed typo.
11757
11758 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11759
11760         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
11761         note-head, to have different attachment points for up and down.
11762
11763         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
11764
11765         * mf/feta-generic.mf (else): remove solfa.
11766
11767         * mf/feta-bolletjes.mf (tishape): remove unicode test.
11768
11769         * scm/define-context-properties.scm
11770         (all-user-translation-properties): add shapeNoteStyles property.
11771
11772         * lily/shape-note-heads-engraver.cc (process_music): new file.
11773
11774         * lily/event.cc (transpose): call Event::transpose() for
11775         transposing the tonic.
11776
11777 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11778
11779         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
11780         Unicode/OpenType and AFM.
11781
11782         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
11783
11784 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11785
11786         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
11787
11788         * lily/context.cc (Context): unprotect key from ctor.
11789
11790         * scm/stencil.scm (stack-lines): return empty-stencil if argument
11791         is '()
11792         (stack-stencils): idem.
11793
11794         * Documentation/user/changing-defaults.itely (Creating titles):
11795         document new title layout options.
11796
11797         * lily/parser.yy (lilypond_header_body): copy previous
11798         $globalheader if present.
11799
11800         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
11801         ly:module-copy
11802         
11803         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
11804
11805         * scm/titling.scm: remove old titling functions
11806
11807         * lily/stencil.cc (translate): remove absolute dimension.
11808
11809         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
11810         via markup.
11811
11812         * scm/page-layout.scm (marked-up-headfoot): create header/footer
11813         field from user-supplied markup
11814
11815         * scm/define-markup-commands.scm (on-the-fly): new markup
11816         command. Enter SCM markup procedure directly in Scheme.
11817         (fromproperty): new markup command. Read markup from props argument.
11818
11819         * scm/titling.scm (marked-up-title): create title via
11820         user-specified markup. 
11821
11822         * scm/define-markup-commands.scm (column): remove empty stencils
11823         from column.
11824
11825         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
11826         not have side-effect of creating variable stub.
11827
11828         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
11829
11830 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11831
11832         * scm/encoding.scm (coding-alist): 
11833         * scm/font.scm (add-ec-fonts):
11834         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
11835         Extended-TeX-Font-Encoding---Latin.
11836
11837         * lily/side-position-interface.cc (general_side_position): Add
11838         actual offset to error message (avoid constant error messages).
11839
11840         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
11841         block.
11842
11843         * lily/font-select.cc (select_encoded_font)
11844         (get_font_by_mag_step, get_font_by_design_size): 
11845         * lily/modified-font-metric.cc (Modified_font_metric): 
11846         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
11847
11848         * scm/encoding.scm (coding-alist): Add fetaDynamic.
11849         (read-encoding-file): Bugfix: do not require space after bracket.
11850
11851         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
11852         these do not exist.
11853
11854 2004-11-20  Graham Percival  <gperlist@shaw.ca>
11855
11856         * Documentation/user/notation.itely: added info about typesetting
11857         boxed bar numbers.
11858
11859 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11860
11861         * flower/interval.cc (T_to_string): gcc4 fixes.
11862
11863         * scm/define-markup-commands.scm (fill-line): use
11864         stack-stencils. This fixes problems with putting already centered
11865         stencils in a line.
11866
11867         * VERSION: release 2.5.1
11868
11869         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
11870
11871 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11872
11873         * input/example-[1-3].ly: simplify.
11874
11875         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
11876
11877         * scm/output-ps.scm (new-text): new function. Use glyphshow to
11878         show glyphs.
11879
11880         * scm/encoding.scm (decode-byte-string): new function.
11881
11882         * scripts/convert-ly.py (conv): add warning about
11883         set-global-staff-size.
11884
11885         * Doxyfile: add. 
11886
11887         * scripts/convert-ly.py (conv): add raggedlastbottom rule
11888         (conv): warn for TextSpanner split.
11889         (conv): warn for textheight.
11890
11891 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11892
11893         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
11894         building the documentation, info with images are installed.
11895         (final-install): Fix description.  Mention sourcing of login
11896         scripts (instead of running).
11897
11898 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11899
11900         * Debian lmodern support.  Note that LilyPond will issue warnings
11901         
11902             no such encoding: "FontSpecific"
11903
11904           The font selection mechanism wants to get the encoding from the
11905           font itself, but the idea of lmodern is that it is usable with
11906           different encodings, ie, Lily should get the encoding from the
11907           font tree, rather than the font itself.  This would require some
11908           more work.
11909         
11910         * configure.in: Test for and accept lmodern if EC fonts not found.
11911
11912         * scm/framework-tex.scm (font-load-command): TeX font name
11913         mangling for latin1 encoded cork-lm fonts.
11914         (convert-to-ps): Load lm.map if available.
11915
11916         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
11917         available.
11918
11919         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
11920
11921         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
11922         available.
11923
11924         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
11925         path for absolute file name, that is silly.
11926
11927         * lily/score-engraver.cc (initialize): 
11928
11929         * Documentation/user/GNUmakefile (local-install-info): Invoke
11930         install-info --remove first.
11931
11932         * #include cleanup (Andreas Scherer).
11933
11934 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
11935
11936         * input/test/script-abbreviations.ly: fix typos.
11937
11938 2004-11-17  Werner Lemberg  <wl@gnu.org>
11939
11940         * python/lilylib.py (options_help_str): Support pretty-printing of
11941         newlines in fourth element of option description.
11942
11943         * scripts/lilypond-book.py (option_definitions): Use new lilylib
11944         feature.
11945         Sort options.
11946
11947         * Documentation/user/lilypond-book.itely: Finish update.
11948
11949 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11950
11951         * Documentation/user/macros.itexi: Add comment about \command.
11952
11953         * Documentation/user/lilypond.tely:
11954         * Documentation/user/lilypond-book.itely: Fix names of lilypond
11955         and lilypond-book nodes, so that `info lilypond' visits the manual
11956         at top level, and `info lilypond-book' visits the lilypond-book
11957         section.
11958
11959         * Documentation/user/GNUmakefile (local-install-info): Fix rules
11960         and packager messages.
11961
11962         * lily/pangofc-afm-decoder.cc: Update test.
11963
11964 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11965
11966         * scm/lily-library.scm (char->unicode-index): New function.
11967
11968         * scm/output-gnome.scm: 
11969         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
11970
11971         * Proper naming of file name throughout; s/filename/file[-_]name/.
11972
11973         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
11974
11975         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
11976
11977 2004-11-16  Werner Lemberg  <wl@gnu.org>
11978
11979         * scripts/lilypond-book.py: The Lord has commanded me to use only
11980         tabs for indentation.  Your humble servant obeys.
11981
11982 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11983
11984         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
11985         including font, if LilyPond-feta font is only feta font in path.
11986
11987         * scm/output-gnome.scm (text): Revert to file name of font if font
11988         has no name.  Fixes ec font selection.
11989         (char): Bugfix: do not utf8 twice.  Fixes clefs.
11990
11991         * scm/framework-svg.scm:
11992         * scm/output-svg.scm: New file.  TODO: figure out how to
11993         do character by index in font.
11994
11995         * scm/output-sodipodi.scm: Remove.
11996
11997         * scm/output-ps.scm (stem): Remove.
11998
11999 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12000
12001         * scm/output-gnome.scm (beam): New function.
12002         (slur): Round corners.
12003         (round-filled-box): Round corners.
12004
12005 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12006
12007         * scm/output-gnome.scm (beam): add function.
12008         (draw-line): new routine.
12009         (dashed-line): stub; call draw-line
12010         (polygon): new routine.
12011
12012 2004-11-15  Werner Lemberg  <wl@gnu.org>
12013
12014         * Documentation/user/lilypond-book.itely: Revise section on
12015         lilypond-book options.
12016         Other minor fixes.
12017
12018         * scripts/lilypond-book.py: Change indentation to 4.
12019         Minor formatting.
12020
12021 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12022
12023         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
12024         grobs that have tweaks specced.
12025         
12026 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
12027
12028         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
12029
12030 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12031
12032         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
12033         actual char #, not 0 based index.
12034
12035         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
12036
12037         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
12038         Warning: do make -C mf clean.
12039
12040         * lily/context-property.cc: Compile fix.
12041
12042         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
12043         Grok ec-fonts, braces and dynamics.
12044
12045         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
12046
12047 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12048
12049         * lily/include/tweak-registration.hh: new file.
12050
12051         * lily/tweak-registration.cc: new file.
12052
12053         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
12054         saving tweaks.
12055
12056         * scm/output-gnome.scm (text): comment dribble.
12057
12058 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12059
12060         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
12061
12062         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
12063         path-def before using.  Fixes muchtomany slurs in wrong places
12064         bug.
12065
12066 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12067
12068         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
12069
12070         * lily/include/object-key-undumper.hh (Module): new file.
12071
12072         * lily/object-key-undumper.cc (Module): New file. Deserialize
12073         keys. SCM bindings
12074
12075         * lily/object-key-dumper.cc (Object_key_dumper): idem.
12076         Provide SCM bindings.
12077
12078         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
12079         new file. Serialize object keys.
12080         
12081         * lily/object-key.cc (dump): new function.
12082         (as_scheme): new virtual function
12083         (undump): new function
12084         (undumpers): new table.
12085
12086         * lily/include/global-context.hh (Context): take \score key upon init.
12087
12088         * lily/object-key-dumper.cc (serialize_key): new file.
12089
12090         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
12091
12092         * lily/lily-lexer.cc: remove \quote.
12093
12094         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
12095
12096         * lily/context.cc (Context): take key argument in ctor.
12097         (create_context): new function
12098
12099         * lily/grob.cc (Grob): take key argument in ctor.  
12100
12101         * lily/lilypond-key.cc (do_compare): new file.
12102
12103         * lily/object-key.cc (Object_key): new file.
12104
12105         * lily/include/object-key.hh (class Object_key): new file.
12106
12107         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
12108
12109 2004-11-13  Graham Percival  <gperlist@shaw.ca>
12110
12111         * Documentation/user/lilypond-book.itely: add small warning about
12112         noindent default in lilypond-book.
12113
12114         * Documentation/user/converters.itely: add examples for convert-ly.
12115
12116         * Documentation/user/examples.itely: change version string in templates
12117         to 2.4.0.
12118
12119 2004-11-12  Karl Hammar  <karl@aspodata.se>
12120
12121         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
12122         cmdline, use xargs instead (backportme)
12123
12124 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
12125         
12126         * Documentation/user/: Numerous fixes in the user manual.
12127
12128 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12129
12130         * lily/parser.yy (re_rhythmed_music): search music expression for
12131         context-id, surround by \new Voice if not found. Fixes:
12132         addlyrics-second-staff.ly
12133
12134         * VERSION: 2.5.0 released.
12135         
12136 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12137
12138         * Documentation/index.html.in: Fix url to one big page.  (backportme)
12139
12140         * Documentation/user/GNUmakefile: Separate rules for split and
12141         unsplit html documents.  Remove perl massaging.  (backportme)
12142
12143 2004-11-11  Graham Percival  <gperlist@shaw.ca>
12144
12145         * Documentation/user/lilypond-book.itely: add short warning about
12146         \lilypond{} in LaTeX docs.
12147
12148 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12149
12150         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
12151         found.  (backportme)
12152
12153         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
12154         version requirement.  (backportme)
12155
12156         * configure.in: Be explicit about old versions of
12157         ec-fonts-mtraced.  (backportme)
12158
12159         * lily/context-selector.cc (set_tweaks): New function.
12160         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
12161         web with -DTWEAK.
12162
12163         * Documentation/user/introduction.itely (Automated engraving):
12164         Remove fragment option.  Fixes web.
12165
12166         * lily/context-property.cc (make_item_from_properties):
12167         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
12168         #ifdef.
12169
12170         * scm/define-context-properties.scm
12171         (all-internal-translation-properties): Add tweakRank and tweakCount.
12172
12173         * lily/grob.cc: 
12174         * scm/define-grob-properties.scm (all-internal-grob-properties):
12175         Add tweak-rank and tweak-count.
12176
12177 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12178
12179         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
12180         New function.
12181         (text): Use them.
12182
12183         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
12184         animated/opaque grob dragging tweaks.
12185
12186         * buildscripts/guile-gnome.sh: Update.
12187
12188 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12189
12190         * scm/define-grobs.scm (all-grob-descriptions): Added
12191         line-interface to the LigatureBracket object.
12192
12193 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12194
12195         * scm/framework-gnome.scm (item-event): Support non-animated mouse
12196         dragging tweaks.
12197
12198         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
12199
12200         * lily/context-selector.cc (store_context): New function.
12201
12202         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
12203         (store_grob): New function.
12204         (identify_grob): Add Moment parameter.
12205
12206         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
12207         exists.
12208
12209         * scm/framework-gnome.scm (save-tweaks): Write as alist.
12210
12211 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12212
12213         * scm/framework-gnome.scm (item-event): Print grob id.
12214         (save-tweaks): New function.
12215         (tweak): New funtion.
12216         (item-event): Use it, bound to arrow keys.
12217
12218         * lily/context-property.cc (make_item_from_properties): Register grob.
12219         * lily/context.cc (add_context): Register context.
12220
12221         * lily/include/context-selector.hh:
12222         * lily/include/grob-selector.hh:
12223         * lily/context-selector.cc:
12224         * lily/grob-selector.cc: New file.
12225
12226 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12227
12228         * lily/slur.cc: add 'positions to interface
12229
12230         * lily/main.cc: reinstate PS as standard output format. 
12231
12232         * scm/framework-tex.scm (output-preview-framework): print systems
12233         up to first non title system.
12234
12235         * lily/grace-engraver.cc (start_translation_timestep): split
12236         scm_cadddr
12237         
12238 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12239
12240         * lily/quote-iterator.cc (Module): remove old quote-iterator
12241
12242         * scm/define-music-types.scm (music-descriptions): move
12243         NewQuoteMusic over QuoteMusic
12244
12245         * Documentation/user/notation.itely (Formatting cue notes): use
12246         \cueDuring.
12247
12248         * lily/new-quote-iterator.cc (quote_ok): new function.
12249
12250         * input/regression/quote-cue-during.ly: new file.
12251
12252         * input/regression/quote-grace.ly: new file.
12253
12254         * scm/define-context-properties.scm (Module): change definition of
12255         graceSettings
12256
12257         * lily/context-property.cc (Module): rename from
12258         translator-property.cc
12259
12260         * lily/context.cc (context_name_symbol): new function
12261
12262         * lily/grace-engraver.cc: new file. Set properties for grobs based
12263         on the grace-ness of now_moment().
12264
12265         * scm/music-functions.scm (add-grace-property): use list
12266         iso. vector for graceSettings
12267         remove set-{start,stop}-grace-properties. 
12268
12269         * lily/new-quote-iterator.cc (construct_children): set
12270         quote_outlet_ if no quoted-context-{id,type} specified.
12271
12272         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
12273
12274         * lily/parser.yy (command_element): remove \quote.
12275
12276         * ly/music-functions-init.ly (location): add quoteDuring music
12277         function. 
12278
12279         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
12280         optional semicolon. (backportme)
12281
12282 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12283
12284         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
12285         need to link to GUILE et al.
12286
12287 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12288
12289         * scm/define-music-properties.scm (all-music-properties): add
12290         quoted-context-type, quoted-context-id.
12291
12292         * scm/lily.scm (type-check-list): new function.
12293         
12294         * scm/lily-library.scm: new file. Generic library routines.
12295
12296         * lily/parser.yy (Generic_prefix_music): move typechecking out of
12297         parser.
12298
12299         * ly/music-functions-init.ly: add quoteDuring function.
12300
12301         * lily/include/music-iterator.hh (class Music_iterator): rename
12302         set_translator -> set_context
12303
12304         * lily/parser.yy (Generic_prefix_music_scm): add
12305         MUSIC_FUNCTION_SCM_SCM_MUSIC
12306
12307         * scm/lily.scm (sanitize-command-option): new function. (backportme)
12308
12309         * scm/framework-tex.scm (header): sanitize TeX paper size.
12310         (backportme)
12311
12312 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12313
12314         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
12315
12316         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
12317
12318         * scm/framework-tex.scm (font-load-command): Use T1 if no
12319         font-encoding set.  (backportme)
12320
12321         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
12322         exists before converting.  (backportme)
12323
12324         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
12325         exists before converting.  (backportme)
12326         (convert-to-ps): Remove .ps file if it exists before
12327         converting.  (backportme)
12328
12329         * lily/lexer.ll: Remove extra progress newline, use present tense.
12330
12331         * scm/paper.scm (paper-alist): public.
12332         * scm/framework-tex.scm (convert-to-ps):
12333         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
12334         command line.
12335
12336 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12337
12338         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
12339
12340         * lily/recording-group-engraver.cc (derived_mark): mark
12341         now_events_. (backportme)
12342
12343 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12344
12345         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
12346
12347         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
12348         invoking latex. (backportme.)
12349
12350         * lily/stem.cc (off_callback): center stems for all rest stems.
12351
12352 2004-11-05  Werner Lemberg  <wl@gnu.org>
12353
12354         * Documentation/user/lilypond.tely: Add more guidelines for writing
12355         lilypond texinfo documents.
12356
12357 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
12358
12359         * Documentation/index.html.in: remove <hr>.
12360
12361         * THANKS: change 2.3 to 2.4.
12362
12363 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
12364
12365         * scm/output-gnome.scm: More fontconfig comment.
12366
12367 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
12368
12369         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
12370         <package> directory in $(builddir)/share according with
12371         PACKAGE_NAME defined in the VERSION file.
12372
12373 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12374
12375         * lily/beam.cc (rest_collision_callback): use local beam
12376         multiplicity.
12377
12378         * input/regression/stem-stemlet.ly: new file.
12379
12380         * lily/stem.cc (add_head): store rests as well.
12381
12382         * scm/define-grob-properties.scm (all-user-grob-properties): add
12383         stemlet-length
12384
12385         * lily/stem.cc: store rests as well.
12386         
12387         * input/regression/new-slur.ly: mention forcing.
12388
12389 2004-11-04  Werner Lemberg  <wl@gnu.org>
12390
12391         * Documentation/user/*: A new round of layout fixes and document
12392         structure cleanup.
12393
12394 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
12395
12396         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
12397
12398 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12399
12400         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
12401
12402 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12403
12404         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
12405
12406         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
12407
12408         * lily/main.cc (main): Invoke identify.
12409
12410         * scm/lily.scm (postscript->pdf): Remove progress newline.
12411         Write progress to stderr.
12412
12413         * lily/paper-book.cc (output): Remove progress newline.
12414
12415         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
12416         gettext on user messages, and remove whitespace.
12417
12418         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
12419
12420         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
12421         argv[0] (Thomas Scharkowski).
12422
12423         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
12424         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
12425         for ec-fonts-mtraced.
12426
12427         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
12428         --srcdir build (Bertalan).
12429
12430         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
12431         headers and library too (Laura Conrad).
12432
12433         * Documentation/topdocs/INSTALL.texi (Top): Mention development
12434         package for guile too (Laura Conrad).
12435
12436         * lily/main.cc (usage): Typo.
12437
12438 2004-11-02  Werner Lemberg  <wl@gnu.org>
12439
12440         * Documentation/user/notation.ly: More fixes to improve appearance.
12441
12442         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
12443         better output for multicolumn tables.
12444
12445 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12446
12447         * lily/main.cc (dir_info): Fixed typo in the printouts.
12448
12449 2004-11-01  Werner Lemberg  <wl@gnu.org>
12450
12451         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
12452         of output.
12453         Set `per_line' to 2; replace hard-coded value with it.
12454
12455         * Documentation/user/*: Many fixes to improve appearance of
12456         printed manual.
12457
12458 2004-11-01  Werner Lemberg  <wl@gnu.org>
12459
12460         * Documentation/user/changing-defaults.itely,
12461         Documentation/user/notation.ly,
12462         Documentation/user/programming-interface.itely: Use @/.
12463         Fix formatting of some lilypond snippets and tables.
12464
12465         * scripts/lilypond-book.py (compose_ly): Provide useful default
12466         for LINEWIDTH in `override'.
12467
12468 2004-10-31  Graham Percival  <gperlist@shaw.ca>
12469
12470         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
12471
12472 2004-10-31  Werner Lemberg  <wl@gnu.org>
12473
12474         Resetting @exampleindent to `5' gives ugly results with texinfo's
12475         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
12476         (if not quoting) to change @exampleindent only locally.
12477
12478         * scripts/lilypond-book.py (NOQUOTE): New variable.
12479         (output) [LATEX]: Remove AFTER and BEFORE.
12480         [TEXINFO]: Remove AFTER and BEFORE.
12481         Fix QUOTE and VERBATIM pattern.
12482         Add NOQUOTE pattern.
12483         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
12484         and BEFORE.
12485         [output_texinfo]: Use NOQUOTE.
12486
12487 2004-10-31  Graham Percival  <gperlist@shaw.ca>
12488
12489         * Documentation/user/changing-defaults.itely: clarify paper
12490         size commands with correct info.
12491
12492         * Documentation/user/lilypond-book.itely: add more docs for
12493         filename extensions.
12494
12495 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12496
12497         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
12498         (PATCH_LEVEL): start 2.5.0.
12499
12500 #Local variables:
12501 #coding: utf-8
12502 #End:
12503