]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(AR): add AR and RANLIB
[lilypond.git] / ChangeLog
1 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * config.make.in (AR): add AR and RANLIB
4
5         * flower/libc-extension.cc: include cassert
6
7         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
8         darwin check.
9
10 2005-12-11  Graham Percival  <gpermus@gmail.com>
11
12         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
13
14         * stepmake/stepmake/python-modules-vars.make: define
15         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
16
17         * THANKS: added Johannes Schindelin.
18
19 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
20
21         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
22
23         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
24         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
25
26         * lily/parser.yy: reorganize file layout.
27
28         * ly/music-functions-init.ly: add tweak music function.
29
30         * lily/grob-info.cc (ultimate_music_cause): new function:
31         recursively lookup causes. 
32
33         * lily/parser.yy (chord_body_element): allow music functions for
34         post-events, allow music functions for chord elements. 
35  
36         * lily/font-config-scheme.cc (display_fontset): add cast.
37
38         * python/convertrules.py (FatalConversionError.sub_syms): \tag
39         #'(a b) -> \tag #'a \tag #'b rule.
40
41         * python/musicexp.py (Output_printer.dump_version): new function
42
43 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
44
45         * lily/parser.yy (FIXME): remove \tag
46         (FIXME): remove tag_music() function.
47
48         * lily/lily-lexer.cc: remove \tag
49
50         * ly/music-functions-init.ly: define music-function "tag"
51
52         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
53
54 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
55
56         * VERSION (PATCH_LEVEL): release 2.7.22
57
58         * input/regression/lyric-hyphen-retain.ly: renew.
59
60         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
61         grob
62
63         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
64         iso. minimum-length property for rods.
65
66         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
67         LyricSpace item to keep lyrics spaced apart.
68
69         * ly/engraver-init.ly: remove Separating_line_group_engraver
70
71         * Documentation/user/music-glossary.tely: do setfilename before
72         music-glossary.
73
74 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
75
76         * Documentation/user/lilypond-book.itely: use `,´ after xref:
77         See xref documentation, for example.
78
79 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
80
81         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
82         pending_skip iso. ly_voice[-1]
83         (main): add if __main__ for debugging.
84
85         * python/musicxml.py (Accidental.__init__): new class.
86
87         * scripts/musicxml2ly.py (progress): new function
88         (musicxml_key_to_lily): don't barf on modeless keys.
89         (create_skip_music): new function.
90         (musicxml_spanner_to_lily_event): new function. Handle beams too.
91         (musicxml_note_to_lily_main_event): new function.
92
93         * python/musicexp.py (Music.__init__): add comment field.
94         (NestedMusic.append): new routine.
95         (SequentialMusic.print_ly): print comment.
96         (ArpeggioEvent.ly_expression): new class
97         (BeamEvent.ly_expression): new class
98         (NoteEvent.__init__): support for cautionary/forced accs.
99
100         * lily/lookup.cc (slur): normal order for array loop.
101
102         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
103         to 0.0.
104
105         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
106         collapsed.
107
108 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
109
110         * scm/music-functions.scm: Make phrasing slurs follow voice direction
111
112         * scripts/lilypond-book.py: Introduce option
113         --preserve-line-breaks, for usage with srcltx
114
115 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
116
117         * scm/output-lib.scm (print-circled-text-callback): draw circle
118         around text using make-circle-markup.
119
120         * Documentation/user/*: strip out-www from paths.
121
122 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
123
124         * Documentation/user/lilypond.tely (direntry): remove empty lines;
125         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
126
127 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
128
129         * Documentation/user/GNUmakefile: idem.
130
131         * Documentation/user/macros.itexi: strip out-www
132
133         * python/rational.py: python 2.3 compat.
134
135         * VERSION (PATCH_LEVEL): release 2.7.21
136
137         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
138         option formatting, lilypond style.
139
140         * python/musicexp.py: grab from Ikebana: a library for composing
141         ly music expressions. 
142         (Output_printer): class for advanced .ly printing.
143         (eg. tupletting) 
144
145         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
146         convert to pythonesque structure.
147
148         * python/rational.py: PD rational number class.
149
150         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
151
152 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
153
154         * lily/part-combine-iterator.cc: Minor bugfix
155         
156         * THANKS: Update bughunters
157
158 2005-12-02  Werner Lemberg  <wl@gnu.org>
159
160         * mf/README: Document process for proper mf2pt1 conversion.
161
162         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
163         overlapping.
164
165         * mf/feta-harmonica.mf: Removed.  Unused.
166
167 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
168
169         * scripts/lilypond-book.py (do_file): fix thinkos.
170
171 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
172
173         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
174         ($(outdir)/parser.cc): 
175         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
176
177 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
178
179         * ly/titling-init.ly (tagline): it should be a space between
180         "Music engraving by LilyPond" and the version number.
181
182 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
183
184         * VERSION (PACKAGE_NAME): release 2.7.20
185
186 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
187
188         * scm/define-markup-commands.scm (pad-to-box): new markup command.
189
190         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
191         1.0.
192         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
193
194 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
195
196         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
197
198         * kpath-guile/: remove directory
199
200         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
201         file. Encapsulate kpathsea using commandline tools.
202
203         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
204         kpathsea) module.
205
206 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
207
208         * Documentation/user/advanced-notation.itely (Setting automatic
209         beam behavior): Correct a few typos. Thanks to David Bobroff.
210
211         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
212         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
213
214 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
215
216         * scripts/*.py: gmane address for bugs.
217
218 2005-11-28 Pal Benko <benkop@freestart.hu>
219         
220         * make/ly-rules.make: add -f switch to mv
221
222         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
223
224         * lily/bar-line.cc: interpret it
225
226 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
227
228         * configure.in (--disable-documentation): New switch.
229
230         * GNUmakefile.in: Use it.
231
232         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
233
234 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
235
236         * scripts/lilypond-book.py (do_file): search chunks for
237         \\begin{document}
238
239         * GNUmakefile.in: add copy step in between so we can lose the
240         out-www directories.
241
242 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
243
244         * lily/pango-font.cc (pango_item_string_stencil): put
245         geometry.width into glyph-string too.
246
247 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
248
249         * scm/define-music-display-methods.scm (RevertProperty):
250         (OverrideProperty): Use grob-property-path property, a list of
251         symbols, instead of grob-property, which used to be a single
252         symbol.
253         (BassFigureEvent): a figure can be a plain number, not necessarily a
254         markup.
255
256 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
257
258         * VERSION: release 2.7.19
259         
260         * lily/figured-bass-engraver.cc (process_music): check
261         figuredBassCenterContinuations first.
262
263         * scm/translation-functions.scm (format-bass-figure): make double
264         sharp larger. 
265
266         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
267         determine X-parent.
268
269         * lily/system-start-delimiter-engraver.cc: move from
270         Nested_system_start_delimiter_engraver, rename
271         Nested_system_start_delimiter_engraver ->
272         System_start_delimiter_engraver.
273
274         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
275         bracket type from hierarchy.
276
277 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
278
279         * lily/rest.cc (y_offset_callback): read staff-position.
280
281         * scm/define-grob-properties.scm (all-user-grob-properties): don't
282         mark after-line-breaking-callback as internal.
283
284         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
285
286 2005-11-25  Werner Lemberg  <wl@gnu.org>
287
288         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
289
290 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
291
292         * stepmake/bin/add-html-footer.py (do_file): add google
293
294         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
295         staff if first_start_ is true.
296
297 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
298
299         * scripts/midi2ly.py (split_track): add __repr__ members.
300         (track_first_item): only return Item if not None. This fixes a
301         problem when dumping a track that starts with an empty channel.
302
303         * python/midi.c: doc module.
304
305 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
306
307         * Documentation/user/global.itely (Creating MIDI files): Fix
308         compilation problem.
309
310 2005-11-22  Graham Percival  <gpermus@gmail.com>
311
312         * Documentation/user/basic-notation.itely: clarify dynamic
313         padding text.
314
315         * Documentation/user/advanced-notation.itely: add unicode
316         escape control example, whatever that is.  :)
317
318         * Documentation/user/global.itely: added "removing dynamics
319         from MIDI" code.
320
321 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
322
323         * VERSION (PATCH_LEVEL): release 2.7.18
324
325         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
326         System_start_delimiter_engraver by
327         Nested_system_start_delimiter_engraver.
328
329         * lily/nested-system-start-delimiter-engraver.cc (struct
330         Bracket_nesting_node): new class.
331         (struct Bracket_nesting_group): new class
332         (struct Bracket_nesting_staff): new class.
333         (process_music): create hierarchy of grobs. This allows separate
334         tuning of different SSDs. 
335
336         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
337         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
338
339 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
340
341         * lily/side-position-interface.cc (aligned_side): multiply
342         staff_radius by 2.
343
344         * lily/script-engraver.cc (make_script_from_event): allow setting
345         values to '()
346
347 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
348
349         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
350
351         * scm/define-grobs.scm (all-grob-descriptions): new grob
352         NestedSystemStartDelimiter.
353
354         * input/regression/system-start-heavy-bar.ly: new file.
355
356         * lily/nested-system-start-delimiter-engraver.cc: new file.
357
358         * lily/nested-system-start-delimiter.cc: new file.
359
360         * input/regression/system-start-nesting.ly: new file.
361
362         * scm/define-grobs.scm (all-grob-descriptions): use X side
363         positioning for positioning braces for nested contexts.
364
365         * lily/system-start-delimiter.cc (print): don't divide extent by
366         staff_space.
367         (print): use style iso. glyph.
368         (staff_bracket): translate glyph inside routine already.
369
370 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
371
372         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
373         names.
374
375 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
376
377         * scm/define-context-properties.scm
378         (all-user-translation-properties): rename figuredBassFormatter
379         from newFiguredBassFormatter.
380
381         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
382
383         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
384
385         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
386
387         * lily/beam.cc (calc_beaming): new function.
388         (calc_shorten): new function.
389
390         * THANKS: add Edward Neeman.
391
392         * input/regression/accidental-clef-change.ly: new file.
393
394         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
395
396         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
397
398         * lily/clef-engraver.cc (inspect_clef_properties): reset
399         localKeySignature for clef changes.
400
401 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
402
403         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
404         add dummy definition that works in Linux and add information in
405         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
406
407         * Documentation/user/changing-defaults.itely (Modifying context
408         plug-ins): Add index for \with.
409
410         * Documentation/user/music-glossary.tely (dal segno): Updated
411         example to version >=2.6.
412
413 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
414
415         * Documentation/user/instrument-notation.itely (Printing chord
416         names): Reorder \chordmode and \repeat in one example.
417
418 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
419
420         * VERSION: release 2.7.17
421         
422         * Documentation/topdocs/NEWS.tely (Top): add note about
423         refactoring.
424
425         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
426         new function. Search region of 3 positions for best tie.
427         (score_configuration): new function.
428         (score_aptitude): new function.
429         (generate_configuration): new function.
430         (get_configuration): new function.
431         (Tie_formatting_problem): new function
432
433         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
434
435         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
436
437         * THANKS: add Eduardo Vieira & Ralph Little
438
439         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
440         narrower.
441
442         * lily/include/tie-formatting-problem.hh (class
443         Tie_formatting_problem): add Tie_details to
444         Tie_formatting_problem. Update calling conventions.
445
446         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
447         config.make.
448
449         * Documentation/user/lilypond.tely: remove musedata2ly entry.
450
451 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
452
453         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
454         scm/define-context-properties.scm: Maintenance bugfix: make
455         ligature brackets work again by removing obsolete ligature
456         primitive callback push/pop.
457
458         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
459         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
460         value.
461
462 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
463
464         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
465         used and do not call it a path.
466         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
467
468 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
469
470         * lily/include/tie-formatting-problem.hh (class
471         Tie_formatting_problem): new file.
472
473         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
474
475         * Documentation/misc/ChangeLog-2.3:  new file.
476
477         * lily/audio-staff.cc (output): degarianize.
478
479 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
480
481         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
482         Unset PYTHONOPTIMIZE.  Fixes install if set.
483
484 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
485
486         * python/convertrules.py (conv): add warning about drums. 
487
488         * make/stepmake.make: include toplevel-version.make after config.make.
489
490         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
491         also allow python2.4
492
493         * config.make.in (configure-srcdir): remove GXX GCC vars.
494
495         * stepmake/aclocal.m4: don't do non-srcdir build with
496         symlinks. Use inclusion, so the src directory name can be changed.
497
498 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
499
500         * make/mutopia-vars.make:
501         * make/ly-vars.make: Use src-wildcard iso wildcard for source
502         files.
503
504 2005-11-13  Werner Lemberg  <wl@gnu.org>
505
506         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
507         but the affected path.  This ensures that the (overlapping) outlines
508         have the same direction, which is a necessary prerequisite for
509         FontForge's algorithm to remove overlaps.
510         Formatting.
511
512         * mf/feta-haak.mf: Formatting.
513         (draw_bracket): Slightly modify outline to avoid an unnecessary
514         corner.
515         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
516         them from the affected paths.
517
518 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
519
520         * mf/README: remove xpm / accordion notes.
521
522         * lily/tie-column-format.cc (set_chord_outline): add dots into
523         skyline extents. This fixes tie formatting if the left head has dots.
524
525         * lily/tie.cc (get_configuration): only shift tie by a whole staff
526         space inside the staff.
527         (get_configuration): shift another position if necessary in case
528         of left head tie  
529
530 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
531
532         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
533         buildscript-dir iso. $(depth)/buildscripts.
534
535         * tex/GNUmakefile (local-uninstall): remove
536         music-drawing-routines.ps juggling.
537
538         * stepmake/stepmake/install-targets.make (local-install-files):
539         prepend src-dir to install targets.
540
541         * lily/system-start-delimiter-engraver.cc
542         (acknowledge_system_start_delimiter): use
543         add_offset_callback(). This fixes translation of nested
544         staffgroups.
545
546         * lily/grob-closure.cc (add_offset_callback): only encaps in
547         simple_closure if it's a procedure.
548         
549         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
550         from bar-line.
551
552         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
553         remove-empty where pertinent.
554
555 2005-11-12  Graham Percival  <gpermus@gmail.com>
556
557         * Documentation/user/instrument-notation.itely: added
558         Cameron Horsburgh's multiple stanzas docs.  Thanks!
559
560 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
561
562         * lily/GNUmakefile
563         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
564         make picture in builddir, not srcdir.
565
566 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
567
568         * VERSION: release 2.7.16
569         
570         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
571         shell arguments. 
572
573 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
574
575         * Documentation/user/examples.itely (Piano templates): Minor
576         modification to the Piano centered lyrics example.
577
578 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
579
580         * scripts/lilypond-invoke-editor.scm (run-browser): look at
581         $BROWSER.
582
583         * Documentation/user/point-and-click.itely: simplify p&c
584         instruction: don't configure firefox. Put lilypond-invoke-editor
585         in front of the browser.
586
587         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
588         (run-browser): new function.
589
590         * lily/parser.yy (Lily_lexer): recognize Book
591
592         * lily/book.cc (clone): new function
593
594         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
595
596 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
597
598         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
599         Maintenance bugfix: reduce number of font related warnings by
600         updating naming conventions for glyph-name.
601
602 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
603
604         * scm/define-grobs.scm (all-grob-descriptions): add
605         rhythmic-grob-interface to TabNoteHead.
606
607         * scm/layout-beam.scm (check-quant-callbacks): remove
608         set_stem_lengths()
609
610 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
611
612         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
613         alignment of centered divisiones.
614
615         * scm/scripts.scm (articulations): Maintenance bugfix:
616         follow-into-staff -> quantize-position.
617
618         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
619         plica head in porrectus deminutus.
620
621 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
622
623         * make/lilypond.fedora.spec.in (Group): add %clean section.
624
625         * lily/tuplet-bracket.cc (print): change check: remove bracket if
626         less then 1/5th of total length.  
627         (print): use gap too.  Fixes tupletUp-single-bracket.ly
628
629         * scm/music-functions.scm (glue-mm-rest-texts): also put other
630         events into EventChord. This fixes textspanners on mm rests. Fixes
631         spanner-rest.ly
632
633         * lily/side-position-interface.cc (get_axis): read side-axis
634         (set_axis): set side-axis.
635
636         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
637         properties everywhere.
638
639         * lily/spacing-spanner.cc (breakable_column_spacing): add
640         average-spacing-wishes. Take maximum if not set.
641         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
642
643         * scm/define-grobs.scm (all-grob-descriptions): add
644         average-spacing-wishes.
645
646         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
647         offset callbacks. This fixes alignment for Fingering objects.
648
649         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
650         space for key - timesig combination. 
651
652         * input/regression/script-stem-tremolo.ly (Module): new file.
653
654         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
655         to key sig.
656
657         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
658         Fixes: c-tremolo-script.ly.
659         
660         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
661
662         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
663         
664         * scm/define-grobs.scm (all-grob-descriptions): remove
665         self-X-offset. Fixes alignment of octavate-8.
666
667         * scripts/lilypond-book.py (datadir): look in
668         LILYPONDPREFIX/share/lilypond/current/
669
670         * GNUmakefile.in: symlink current to <VERSION>. 
671
672 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
673
674         * lily/main.cc: eps listed as a backend.
675
676 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
677
678         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
679
680 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
681
682         * lily/include/score.hh (class Score): remove texts_ member.
683
684         * lily/beam.cc (set_stem_lengths): force direction callback.
685         (print): read quantized-positions, so we can force
686         Beam::set_stem_lengths to occur.
687         (rest_collision_callback): use common X parent. 
688
689 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
690
691         * flower/file-path.cc (find): Bugfix: Return name of file found.
692
693         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
694         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
695         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
696
697 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
698
699         * flower/offset.cc: idem.
700
701         * mf/*.mf: update email address.
702
703         * lily/font-config-scheme.cc:  new file.
704
705         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
706
707         * lily/*:  cs.uu.nl -> xs4all.nl
708
709         * VERSION (PATCH_LEVEL): release 2.7.15
710
711         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
712         spec files.
713
714         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
715
716 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
717
718         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
719
720         * lily/staff-performer.cc (process_music): add audio
721         elements. This makes MIDI instrument changes work once again.
722
723         * lily/main.cc (LY_DEFINE): add gmane address.
724
725         * lily/beam.cc: remove calc_positions()
726
727         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
728         original_ in private scope.
729         (class Grob): drop pscore_ pointer, change to output_def pointer.
730         (class Grob): cleanup class definition.
731
732         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
733
734 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
735
736         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
737         absolute.  Better diagnostics.
738
739         * GNUmakefile.in: Add bin/ to tree and populate with some links.
740         This makes lilypond run from the build directory using argv0
741         relocation (without any --prefix or LILYPONDPREFIX setting).
742
743 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
744
745         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
746
747         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
748         with simple-closure.
749
750         * lily/self-aligment-interface.cc (set_align_self): new function
751         (set_center_parent): new function.
752
753         * lily/side-position-interface.cc (set_axis): new function.
754
755         * lily/new-fingering-engraver.cc (position_scripts): use drul for
756         generic code. 
757
758         * scm/define-grob-properties.scm (all-user-grob-properties):
759         remove [XY]-offset-callbacks add [YX]-offset
760         
761 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
762
763         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
764         entry for time signatures after breathing signs. Bug report by
765         Scott Russell.
766
767 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
768
769         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
770         not absolute, make it absolute using PATH.
771
772 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
773
774         * python/midi.c (initmidi): Fix type for mingw.
775
776 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
777
778         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
779
780         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
781         cross compiling.
782
783         * stepmake/aclocal.m4: Support python cross compiling.
784
785         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
786         Add mingw section.
787
788 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
789
790         * scm/output-lib.scm (chain-grob-member-functions): replace
791         chained-callback.cc
792
793         * lily/chained-callback.cc (Module): remove file.
794
795         * lily/rest-collision.cc (force_shift_callback_rest): change to
796         chained callback.
797
798         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
799
800         * lily/grob.cc (y_parent_positioning): remove axis argument from
801         parent_positioning callbacks.
802         (Grob): junk init code
803         (get_offset): use generic property callbacks for
804         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
805         (axis_parent_positioning): new function
806         (axis_offset_symbol): new function
807         (chain_offset_callback): new function
808         (add_offset_callback): new function
809
810         * lily/beam.cc (rest_collision_callback): change signature; this
811         is now a chained callback.
812
813         * lily/include/dimension-cache.hh (class Dimension_cache): remove
814         callback administration.
815
816         * lily/simple-closure.cc: new file. Smob type that allows "grob
817         member functions",
818
819             (ly:make-simple-closure FUNC A B)
820
821         is evaluated as (FUNC grob A B). This allows chaining of callbacks
822         in various ways.
823
824         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
825         callbacks.
826
827         * lily/slur.cc (outside_slur_callback): take 2 arguments.
828
829         * lily/rest.cc (polyphonic_offset_callback): remove.
830
831         * lily/script-engraver.cc (try_music): remove bool* argument.
832
833         * scm/script.scm (default-script-alist): set quantize-position
834         appropriately.
835
836         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
837
838         * lily/side-position-interface.cc (aligned_side): move staff
839         position quantization from
840         Side_position_interface::quantised_position().
841         (quantised_position): remove
842         
843 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
844
845         * input/regression/beam-quant-standard.ly: reindent, set
846         debug-beam-quanting to #t.
847
848         * lily/beam-concave.cc (calc_concaveness): set concaveness to
849         10000 if this is a "hard" concave beam.
850
851         * lily/beam.cc (calc_least_squares_positions): change from
852         calc_least_squares_dy
853         (set_stem_lengths): this is now a chained callback.
854
855         * lily/context-property.cc (execute_general_pushpop_property):
856         bugfix override with procedure should have effect.
857
858         * scm/define-grob-properties.scm (all-internal-grob-properties):
859         remove position-callbacks.
860
861         * scm/define-grobs.scm (all-grob-descriptions): use
862         ly:make-callback-chain for positions property.
863
864         * scm/layout-beam.scm (check-quant-callbacks): return list of
865         chained callbacks.
866
867         * scm/lily.scm (type-p-name-alist): add callback-chain
868
869         * lily/lily-guile.cc (type_check_assignment): type check failure
870         is warning not message.
871
872         * lily/grob-property.cc (try_callback): walk callback chain if
873         appropriate.
874
875         * lily/chained-callback.cc: new file. new smob type.
876
877         * lily/lily-guile.cc (procedure_arity): new function.
878
879 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
880
881         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
882
883 2005-10-25  John Mandereau  <john.mandereau@free.fr>
884  
885         * Documentation/user/instrument-notation.itely (Figured bass):
886         describe new features
887
888 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
889
890         * lily/beam.cc (calc_least_squares_dy): use property callback.
891
892         * lily/beam-concave.cc (calc_concaveness): use property callback.
893
894         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
895
896 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
897
898         * HACKING: Update.
899
900 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
901
902         * scm/layout-page-layout.scm (page-headfoot): annotate
903         pagetopspace too.
904
905         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
906
907         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
908         doesn't take y-space.
909
910         * scm/paper.scm (paper-alist): fix A7 dimensions. 
911
912 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
915         src-wildcard, remove $(wildcard).
916
917         * po/GNUmakefile (PO_FILES): 
918         * ps/GNUmakefile (PS_FILES): 
919         * tex/GNUmakefile (TEX_FILES): 
920         * cygwin/GNUmakefile (POSTINSTALLS):
921         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
922         some wildcard calls.
923
924 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
925
926         * THANKS: add Thomas Bushnell.
927
928 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
931         (lilypond-main): Redirect to gui-main if 'gui is set.
932         Backportme.
933
934         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
935         for alternative installations kludging s/share/lib/g
936         LILYPONDPREFIX. Backportme.
937
938         * SConstruct (libdir_package_version): Define.
939
940         * python/SConscript: 
941         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
942         module in libdir.  Backportme.
943
944 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
945
946         * lily/main.cc: clarify --safe.
947
948 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
949
950         * VERSION: release 2.7.14
951         
952         * Documentation/user/*.itely: remove minimumVerticalExtent.
953
954         * scm/define-grobs.scm (all-grob-descriptions): remove
955         RemoveEmptyVerticalGroup
956
957         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
958
959         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
960         compile on MOSX
961
962         * python/convertrules.py (conv): add rules.
963
964         * lily/grob.cc: remove is_empty()
965
966         * lily/grob-property.cc: remove add_to_list_property().
967
968         * scripts/convert-ly.py (datadir): add prefix switching hack to
969         .py too.
970
971         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
972         space-function tweak.
973
974         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
975
976         * scm/define-grob-properties.scm (all-user-grob-properties):
977         remove callback property.
978
979         * lily/include/grob.hh (class Grob): remove property_callbacks_
980         member. Properties of procedure type are assumed to be callbacks.
981
982         * lily/ligature-engraver.cc (override_stencil_callback):
983         rewrite. Use noteHeadLigaturePrimitive as source.
984
985         * scm/define-grob-properties.scm (all-internal-grob-properties):
986         remove ligature-primitive-callback
987
988         * lily/include/dimension-cache.hh (class Dimension_cache): make
989         class, with Grob as friend.
990
991         * lily/grob.cc: remove set_extent_callback(), set_extent() and
992         has_extent_callback()
993
994         * scm/translation-functions.scm (format-new-bass-figure): read
995         figuredBassPlusDirection
996
997         * scm/define-context-properties.scm
998         (all-user-translation-properties): add figuredBassPlusDirection.
999
1000         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
1001
1002         * lily/align-interface.cc (set_ordered): new function.
1003
1004         * lily/grob.cc (flush_extent_cache): rewrite.
1005
1006         * lily/dimension-cache.cc (Dimension_cache): cache extent as
1007         Interval pointer directly.
1008
1009         * lily/main.cc (setup_paths): insert extra / .
1010         (setup_paths): junk cff entry.
1011
1012         * lily/font-config.cc (init_fontconfig): only add type1 / otf
1013         directories.
1014
1015         * lily/axis-group-engraver.cc (finalize): remove
1016         extraVerticalExtent, minimumVerticalExtent verticalExtent.
1017
1018         * lily/grob.cc (Grob): don't set extent from ctor.
1019         (extent): use property callbacks. 
1020
1021         * lily/axis-group-interface.cc: remove set_axes() function.
1022
1023         * lily/grob-property.cc (del_property): new function.
1024
1025 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1026
1027         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
1028         
1029 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1030
1031         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
1032
1033 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1034
1035         * mf/SConscript: Updates.
1036
1037         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
1038
1039         * stepmake/stepmake/*:
1040         * */GNUmakefile:
1041         * config.make.in:
1042         * GNUmakefile.in:
1043         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
1044         from any directory in build-dir.  Cleanups.
1045
1046         * make/srcdir.make.in: Remove.
1047
1048         * lily/main.cc (setup_paths): Fix and document build-dir hack.
1049
1050         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
1051         main).
1052
1053         * lily/SConscript: Remove ttftools.
1054
1055         * SConstruct: Resurrect.
1056
1057 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1058
1059         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
1060         Y coordinate. 
1061
1062         * lily/paper-book.cc (add_score_title): put Paper_score title into
1063         systems_ list.
1064
1065         * scm/translation-functions.scm (format-new-bass-figure): also
1066         allow plus in combination with _
1067
1068 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1069
1070         * VERSION: 2.7.13 released.
1071
1072         * lily/note-collision.cc (check_meshing_chords): don't wipe
1073         stencil, merely set transparent.
1074
1075         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
1076         (Top): document #'callbacks.
1077         (Top): document nested \override.
1078
1079         * input/regression/figured-bass.ly: update for slash and pluses.
1080
1081         * input/regression/figured-bass-continuation-forbid.ly (Module):
1082         new file.
1083
1084         * scm/translation-functions.scm (format-new-bass-figure): use
1085         slashed-digit if diminished is set.
1086         (format-new-bass-figure): add + if 'augmented is set.
1087
1088         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
1089
1090         * input/test/piano-staff-distance.ly: remove file.
1091
1092         * Documentation/user/advanced-notation.itely (Formatting cue
1093         notes): use length-fraction for making stems/beams smaller.
1094
1095         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
1096         modifications.
1097
1098         * lily/new-figured-bass-engraver.cc: new property
1099         centerFiguredBassContinuations
1100
1101         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1102         use callbacks.
1103
1104         * lily/context-property.cc (execute_general_pushpop_property):
1105         robustness checks.
1106
1107         * input/regression/override-nest.ly: new file.
1108
1109         * python/convertrules.py (FatalConversionError.subber): conversion
1110         rule for #'callbacks
1111
1112         * input/regression/override-nest.ly: new function.
1113
1114         * lily/parser.yy (music_property_def): allow \override #'a #'b =
1115         #c too. 
1116
1117         * lily/context-property.cc (lookup_nested_property): new function.
1118         (evict_from_alist): new function.
1119         (general_pushpop_property): new function.
1120         (execute_general_pushpop_property): rewrite. Support nested
1121         properties too.
1122
1123 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1124
1125         * lily/beam.cc: use length-fraction too.
1126
1127         * scm/define-grob-properties.scm (all-user-grob-properties):
1128         remove property flag-width-function
1129         (all-user-grob-properties): remove space-function.
1130
1131         * scm/layout-beam.scm: remove flag-width-function.
1132
1133         * lily/beam.cc: remove flag-width-function
1134
1135         * scm/layout-beam.scm: remove beam dir functions.
1136
1137         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
1138
1139         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
1140         for easier grace tweaks.
1141
1142         * lily/beam.cc: remove dir-function.
1143
1144         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
1145
1146         * lily/grob.cc: remove spacing-procedure.
1147
1148         * lily/note-head.cc (calc_stem_attachment): new function.
1149         (internal_print): use callback to get glyph-name.
1150
1151         * lily/grob-property.cc (get_interfaces): new function.
1152
1153         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
1154
1155         * lily/stem.cc (calc_stem_end_position): new function.
1156         (calc_length): new function.
1157         document details for stem.
1158         remove Stem::get_direction()
1159
1160         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
1161
1162         * lily/grob-property.cc (set_callback): new function.
1163
1164         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
1165
1166         * lily/item-scheme.cc: new file.
1167
1168         * lily/bar-line.cc (before_line_breaking): remove function.
1169         remove bar-size-procedure, break-glyph-function
1170
1171         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
1172
1173         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
1174
1175         * lily/system-start-delimiter.cc (print): suicide from
1176         here. Remove after_line_breaking_callback.
1177
1178         * lily/script-interface.cc (calc_direction): use callback for direction.
1179
1180         * lily/side-position-interface.cc (aligned_side): don't use
1181         Side_position_interface::get_direction directly. Use callback. 
1182
1183         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
1184         calculate stencil.
1185         (get_print_stencil): rename from get_stencil: create stencil with
1186         transparency, color and cause. 
1187
1188         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
1189
1190         * python/convertrules.py (conv): insert temporary warning rule.
1191
1192         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
1193
1194         * lily/grob-property.cc (try_callback): remove marker if applicable.
1195
1196         * lily/grob.cc: elucidate doc about after/before-line-breaking
1197
1198         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
1199
1200         * lily/stem.cc (height): idem.
1201
1202         * lily/stem-tremolo.cc: idem.
1203
1204         * lily/slur.cc (height): don't use get_uncached_stencil()
1205
1206         * lily/rest.cc (y_offset_callback): use offset callback
1207         iso. after-line-breaking callback.
1208
1209         * lily/grob.cc: change after/before-line-breaking-callback to
1210         after/before-line-breaking dummy properties.
1211
1212         * lily/include/grob.hh: remove Grob_status.
1213
1214         * scm/define-context-properties.scm
1215         (all-user-translation-properties): remove verticalAlignmentChildCallback
1216
1217         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
1218         (calc_direction): use callback
1219         (calc_positions): use callback.
1220
1221         * lily/tie.cc (calc_direction): use callback. Only call parent
1222         positioning for more than one tie.
1223
1224         * lily/tie-column.cc (calc_positioning_done): use callback
1225
1226         * lily/slur-scoring.cc (calc_control_points): use callback
1227
1228         * lily/slur.cc (calc_direction): use callback.
1229
1230         * lily/note-collision.cc (force_shift_callback): remove.
1231
1232         * lily/dot-column.cc (force_shift_callback): remove. Use
1233         other_axis_parent_positioning.
1234
1235         * lily/grob.cc (other_axis_parent_positioning): new function.
1236         (same_axis_parent_positioning): new function
1237
1238         * lily/align-interface.cc (alignment_callback): remove function.
1239
1240         * lily/note-collision.cc (calc_positioning_done): use callback.
1241
1242         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
1243         (calc_direction): idem.
1244         remove print function.
1245
1246         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
1247
1248         * lily/dot-column.cc (calc_positioning_done): use callback.
1249
1250         * lily/break-align-interface.cc (calc_positioning_done): use callback.
1251
1252         * lily/beam.cc (calc_direction): use pseudo-property for beam
1253         direction callback.
1254         (calc_positions): use callback 
1255
1256         * lily/align-interface.cc (calc_positioning_done): use
1257         callback. Fold fixed  distance and normal alignment in one function.
1258
1259         * lily/stem.cc (calc_stem_end_position): use callback.
1260         (calc_positioning_done): idem.
1261         (calc_direction): idem.
1262         (calc_stem_end_position): idem
1263         (calc_stem_info): idem.
1264
1265         * lily/grob-property.cc (get_property_data): new function: 
1266         (try_callback): new function.
1267
1268         * scm/define-grob-properties.scm (all-user-grob-properties): doc
1269         callbacks property.
1270
1271         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
1272
1273 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1274
1275         * lily/tie.cc (get_position): robustness fix. Don't crash if a
1276         tie
1277         has no heads.
1278         
1279         * lily/include/*.hh (Module): compile fixes.
1280
1281 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
1282
1283         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
1284         as an argument for char-syntax: use (char-syntax (or nil 0)) 
1285         instead of (char-syntax nil), thanks to Milan Zamazal.
1286
1287 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1288
1289         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
1290         dist.
1291
1292         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
1293         themselves.
1294
1295 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1296
1297         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
1298         add class_name() method.
1299
1300         * lily/music-scheme.cc: remove ly:music-name.
1301
1302 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * cygwin/postinstall-lilypond.sh: Remove cruft.
1305
1306         * cygwin/postremove-lilypond.sh: Remove.
1307
1308         * cygwin/GNUmakefile (default): Remove postremove rules.
1309
1310 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1311
1312         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
1313         even header too.
1314         
1315         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
1316         MacOS 9 users.
1317
1318         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
1319         consider break index for broken spanner.
1320
1321         * scm/define-markup-commands.scm (wordwrap-string): remove \r
1322         characters from string before splitting.
1323
1324 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1325
1326         * scm/framework-ps.scm (output-preview-framework): use
1327         is-book-title to determine whether to chop off the booktitle.
1328
1329         * lily/paper-book.cc (systems): init from book-title-properties
1330         (add_score_title): init score-title-properties.
1331
1332         * ly/paper-defaults.ly: add {score,book}-title-properties.
1333
1334         * scm/document-backend.scm (lookup-interface): error message if
1335         using unknown interface.
1336
1337         * lily/volta-bracket.cc (after_line_breaking): new function. Set
1338         edge-height.
1339
1340         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
1341         make_bracket.
1342         (make_bracket): new function.
1343
1344         * scm/lily.scm (define-scheme-options): add paper-size option.
1345
1346         * ly/declarations-init.ly (laissezVibrer): get paper size from
1347         -dpaper-size
1348
1349         * scm/translation-functions.scm: use \fontsize for changing the
1350         fontsize.
1351
1352         * scm/define-grobs.scm (all-grob-descriptions): set
1353         between-length-limit to 1.0
1354
1355         * lily/tie-helper.cc: add between_length_limit_ detail property.
1356
1357         * mf/feta-bolletjes.mf: typos.
1358
1359         * lily/note-head.cc (internal_print): don't shadow idx
1360         parameter. This fixes wrong attachment for do shape heads.
1361
1362 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1363
1364         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
1365
1366         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
1367
1368         * scm/layout-slur.scm: rename from slur.scm
1369
1370         * scm/layout-page-layout.scm: rename from page-layout.scm
1371
1372         * scm/layout-beam.scm: rename from beam.scm
1373
1374         * scm/define-grob-interfaces.scm (bass-figure-interface): add
1375         bass-figure-interface
1376
1377         * lily/new-figured-bass-engraver.cc (process_music): add
1378         implicitBassFigures property.
1379         
1380         * scm/define-markup-commands.scm (pad-x): new markup.
1381
1382         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
1383         minimumVerticalExtent on FiguredBass context.
1384
1385         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
1386         case the continuation crosses a line break.
1387
1388 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1389
1390         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
1391         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
1392         absolute file name bug.  Backportme.
1393
1394 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1395
1396         * VERSION (PACKAGE_NAME): release 2.7.12
1397
1398         * input/regression/figured-bass-continuation-center.ly: new file.
1399
1400         * input/regression/beam-outside-beamlets.ly: new file.
1401
1402         * lily/beam.cc (set_beaming): don't clip edges.
1403         (connect_beams): don't clip edges.
1404
1405         * lily/beaming-info.cc (clip_edges): new function.
1406
1407         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
1408
1409         * Documentation/user/instrument-notation.itely (Figured bass):
1410         demonstrate extenders, update seealso links.
1411
1412         * scm/titling.scm (marked-up-headfoot): change tagline
1413         handling. tagline = ##f will blank the tagline as well.
1414
1415 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1416
1417         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
1418
1419         * lily/new-figured-bass-engraver.cc (struct
1420         New_figured_bass_engraver): add new_music_found_ member.
1421
1422         * lily/lilypond-version.cc (Lilypond_version): deal with
1423         incorrectly formatted version strings. 
1424
1425         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
1426         New_figured_bass_engraver by default.
1427
1428         * lily/ttf.cc (print_trailer): only define glyph names when
1429         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
1430
1431 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1432
1433         * lily/horizontal-bracket.cc (make_bracket): new function.
1434
1435         * scm/define-grobs.scm (all-grob-descriptions): new grobs
1436         NewBassFigure, BassFigureBracket, BassFigureContinuation,
1437         BassFigureLine, BassFigureAlignment
1438
1439         * lily/new-figured-bass-engraver.cc (process_music): new file.
1440
1441         * lily/figured-bass-continuation.cc: new file.
1442
1443         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
1444         new file.
1445
1446 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1447
1448         * scripts/lilypond-book.py: Bug fix, put the quote around the
1449         actual score for LaTeX documents.
1450
1451         * scm/define-grobs.scm (all-grob-descriptions): Change
1452         collapse-height of the SystemStartBracket grob to 5.0, 
1453         so the bracket disappears for single stave score lines (similarly
1454         to SystemStartBraces). 
1455
1456         * Documentation/user/advanced-notation.itely (Polymetric
1457         notation): Clarify the use of compressMusic.
1458
1459         * Documentation/user/basic-notation.itely (Grace notes): Clarify
1460         that the grace spacer note in other staves need the same duration
1461         and document the stroke-style property.
1462
1463 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1464
1465         * Documentation/user/global.itely (Vertical spacing): document
1466         alignment-extra-space and fixed-alignment-extra-space.
1467
1468         * Documentation/topdocs/NEWS.tely (Top): add entry.
1469
1470         * input/regression/alignment-vertical-spacing.ly: new file.
1471
1472         * python/convertrules.py (conv): add rule.
1473
1474         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
1475
1476         * lily/align-interface.cc (stretch_after_break): new
1477         function. Read fixed-alignment-extra-space property.
1478         (align_elements_to_extents): read alignment-extra-space property.
1479
1480         * lily/lily-guile.cc (robust_scm2dir): new function.
1481
1482         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
1483         (annotate-space-left): new function. Annotate space left on page. 
1484         (annotate-y-interval): new function.
1485         (paper-system-annotate-last): new function. Annotate bottom-space.
1486
1487         * mf/feta-beugel.mf (y): 
1488
1489 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1490
1491         * VERSION (PACKAGE_NAME):  release 2.7.11
1492
1493         * scm/lily-library.scm (interval-translate): new function
1494         (interval-center): new function. 
1495
1496         * scm/page-layout.scm (paper-system-annotate): new function. Add
1497         arrows for dimensions.
1498  
1499         * scm/stencil.scm (dimension-arrows): new function.
1500
1501         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
1502
1503         * input/regression/page-spacing.ly: add annotatespacing
1504
1505         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
1506         (LY_DEFINE): new function ly:paper-system-set-property!
1507
1508         * Documentation/user/global.itely (Paper size): explain how to add
1509         sizes.
1510
1511         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
1512         correspond to GS's definition.
1513
1514         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
1515         tuplet bracket.
1516         (print): only connect to next bracket if the next one is alive.
1517         (print): set padding to 0.0 if the bound is a breakable
1518         column. This makes tupletFullLength brackets reach up to the staff
1519         line if it doesn't connect to the next line.
1520
1521 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1522
1523         * lily/bar-number-engraver.cc: correct docs.
1524
1525         * scm/output-lib.scm (first-bar-number-invisible): rename from
1526         default-bar-number-visibility
1527
1528 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1529
1530         * scm/define-music-properties.scm (all-music-properties): remove
1531         predicate property.
1532
1533 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
1534
1535         * po/fi.po: refresh.
1536
1537 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
1540         superfluous s1.
1541         (disappear): bugfix.
1542
1543         * lily/stem-tremolo.cc (raw_stencil): read slope property.
1544
1545         * lily/include/paper-system.hh (class Paper_system): remove
1546         staff_extents_ member.
1547
1548         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
1549
1550         * lily/include/paper-system.hh (class Paper_system): remove
1551         number_ variable. Remove is_title_. Remove break_before_penalty_
1552
1553         * lily/paper-book.cc (systems): use 'number property iso. number_
1554         member.
1555
1556         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
1557         remove ly:paper-system-number.
1558
1559         * scm/lily-library.scm (paper-system-title?): new function.
1560
1561         * lily/book.cc (process): bugfix: flip ?: cases. 
1562
1563         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1564         add outputProperty.
1565
1566         * ly/music-functions-init.ly: add outputProperty music function.
1567
1568         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
1569
1570         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
1571         and next-padding.
1572         (optimal-page-breaks): rename from ly:optimal-page-breaks.
1573
1574         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
1575
1576         * lily/paper-system.cc (internal_get_property): new function.
1577
1578         * Documentation/user/global.itely (Vertical spacing): refer to
1579         page-spacing.ly
1580
1581         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
1582         pagetopspace
1583
1584         * input/regression/page-spacing.ly: new file.
1585
1586         * input/regression/page-top-space.ly: new file.
1587
1588         * lily/spacing-spanner.cc: cmath -> math.h
1589
1590         * lily/paper-system.cc (read_left_bound): new function. Read
1591         line-break-system-details from left bound to determine extents.
1592  
1593         * Documentation/user/programming-interface.itely (Using LilyPond
1594         syntax inside Scheme): change applyxxx -> applyXxx.
1595
1596         * ly/music-functions-init.ly: add outputProperty music function.
1597
1598         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
1599
1600         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
1601
1602         * python/convertrules.py (conv): rule
1603
1604         * ly/music-functions-init.ly: applyxxx -> applyXxx
1605
1606         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
1607         TabVoice to Voice.
1608
1609 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1610
1611         * flower/include/real.hh: include <math.h> iso. <cmath>
1612
1613         * flower/include/offset.hh: include real.hh
1614
1615 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1616
1617         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1618         fix example, now that 'interfaces is no longer directly available.
1619
1620         * lily/book.cc (process): don't crash if paper == NULL.
1621
1622         * po/fr.po: update.
1623
1624 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1625
1626         * scm/define-music-types.scm (music-descriptions): set length and
1627         start-callback for QuoteMusic
1628
1629 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1630
1631         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
1632         arguments. Fixes compilation error with gcc 3.3.
1633
1634 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1635
1636         * VERSION: release 2.7.10
1637
1638         * stepmake/stepmake/python-module-rules.make
1639         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
1640
1641         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
1642         real.hh
1643
1644 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1645
1646         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
1647         -Werror. Otherwise GCC barfs over various optimizations.
1648
1649         * scm/define-grob-properties.scm (all-internal-grob-properties):
1650         add note-head property
1651
1652         * Documentation/user/instrument-notation.itely (Laissez vibrer
1653         ties): new node.
1654
1655         * input/regression/laissez-vibrer-ties.ly: new file.
1656
1657         * lily/laissez-vibrer-engraver.cc: new file.    
1658
1659         * lily/include/tie-column-format.hh: new file.
1660
1661         * lily/tie-column-format.cc: new file. 
1662
1663         * lily/tie-column.cc (set_manual_tie_configuration): new function.
1664
1665         * lily/laissez-vibrer-tie.cc: new file.
1666
1667         * lily/include/laissez-vibrer-tie.hh: new file.
1668
1669         * ly/engraver-init.ly: add Laissez_vibrer_engraver
1670
1671         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
1672
1673         * scm/define-grobs.scm (all-grob-descriptions): add
1674         LaissezVibrerTie, LaissezVibrerTieColumn
1675
1676         * lily/tie-column.cc (set_tie_config_directions): new function
1677         (final_shape_adjustment): new function.
1678         (shift_small_ties): new function.
1679
1680         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
1681
1682         * lily/include/tie.hh (struct Tie_details): add x_gap_
1683         (struct Tie_configuration): add head_position_
1684
1685         * lily/tie-column.cc (set_chord_outline): new function.
1686
1687         * mf/cmr.enc.in:  remove file.
1688
1689 2005-09-11  Graham Percival  <gpermus@gmail.com>
1690
1691         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
1692
1693 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1694
1695         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
1696         reduce aliasing effects.
1697
1698         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
1699         box in skyline.
1700
1701 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1702
1703         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
1704
1705         * flower/include/real.hh: std::fabs too.
1706
1707 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1708
1709         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
1710
1711         * lily, flower: Include C++ iso C headers.  Import namespace std
1712         throughout.
1713
1714         * lily/side-position-interface.cc: 
1715         * lily/scm-hash.cc: 
1716         * lily/note-head.cc: 
1717         * lily/include/includable-lexer.hh: 
1718         * flower/include/string-data.icc: Remove using std::*.
1719
1720         * lily, flower: Include C++ iso C headers.  Import namespace std
1721         throughout.
1722
1723         * lily/side-position-interface.cc: 
1724         * lily/scm-hash.cc: 
1725         * lily/note-head.cc: 
1726         * lily/include/includable-lexer.hh: 
1727         * flower/include/string-data.icc: Remove using std::*.
1728
1729         * Documentation/user/instrument-notation.itely (Entering lyrics):
1730         Multiple latin-1->utf-8 conversion fix.
1731
1732         * Documentation/user/*tely: Update Emacs cookie to utf-8.
1733
1734 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1735
1736         * lily/tie.cc (get_configuration): also avoid dots for non-space
1737         situations.
1738
1739 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1740
1741         * Documentation/user/instrument-notation.itely: Bugfix.
1742
1743 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1744
1745         * tex/GNUmakefile: don't install texinfo.tex
1746
1747         * tex/ : cleanup: remove unused files.
1748
1749         * lily/general-scheme.cc: remove my_{isinf,isnan}.
1750
1751         * flower/include/real.hh: using std::{isnan,isinf}
1752         
1753         * VERSION (PATCH_LEVEL): release 2.7.9
1754
1755 2005-09-05  Graham Percival  <gpermus@gmail.com>
1756
1757         * Documentation/user/ instrument-notation.itely,
1758         advanced-notation.itely: minor tweaks.
1759
1760         * input/test/script-chart.ly: add item padding.
1761
1762 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1763
1764         * flower/offset.cc: use math.h iso. <cmath>
1765
1766         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
1767         of IE users.
1768
1769         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
1770         (widen-left-stencil-edges): new function. Fix alignment problems
1771         with LaTeX includegraphics.
1772
1773         * lily/text-interface.cc (interpret_markup): use abort().
1774
1775 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1776
1777         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
1778
1779         * lily/tie.cc (get_configuration): update bezier shape as we
1780         change Y positions.
1781         (get_configuration): don't move large ties if we're outside of the
1782         staff.
1783
1784 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1785
1786         * scm/define-markup-commands.scm (strut): swap X and Y dims.
1787         
1788 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1789
1790         * .cvsignore: Add auto-generated configure files and then some.
1791
1792 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * scm/define-grobs.scm (DynamicLineSpanner): Add
1795         X-extent-callback.  Fixes hairpin-slur collision.
1796
1797 2005-08-31  Graham Percival  <gpermus@gmail.com>
1798
1799         * Documentation/user/advanced-notation.itely,
1800         basic-notation.itely: minor changes.
1801
1802 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1803
1804         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
1805         \linebreak between each .eps file if \betweenLilyPondSystem is
1806         undefined. 
1807
1808         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1809         music): Document the \linebreak
1810
1811         * Documentation/user/lilypond-book.itely,
1812         input/tutorial/lbook-latex-test.tex,
1813         Documentation/user/examples.itely: Remove \usepackage{graphics}
1814
1815 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1816
1817         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
1818
1819         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
1820         compat bugfix.
1821
1822         * scripts/lilypond-book.py (PREAMBLE_LY): define
1823         inside-lilypond-book
1824         (modify_preamble): new function. Insert \RequirePackage{graphics}
1825         when no {graphics found in preamble.  
1826
1827 2005-08030  Graham Percival  <gpermus@gmail.com>
1828
1829         * Documentation/user/basic-notation.itely, global.itely,
1830         tutorial.itely: misc small changes.
1831
1832 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1833
1834         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
1835         VERSION.
1836
1837 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1838
1839         * lily/tie-column.cc (new_directions): put Tie down on center
1840         staff line. 
1841
1842         * lily/script-interface.cc (before_line_breaking): use
1843         Grob::programming_error
1844
1845         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
1846
1847         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
1848         of splitext.
1849
1850 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1851
1852         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
1853
1854 2005-08-29  Werner Lemberg  <wl@gnu.org>
1855
1856         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
1857         the `*.scale.pfa' files to avoid warnings.
1858
1859 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1860
1861         * lily/tempo-performer.cc (process_music): idem.
1862
1863         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
1864
1865 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1866
1867         * Documentation/user/advanced-notation.itely (Text markup): not a
1868         fragment.
1869
1870         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
1871
1872         * lily/staff-performer.cc (initialize): add tempo/name to
1873         audio_staff_
1874
1875
1876 2005-08-26  Graham Percival  <gpermus@gmail.com>
1877
1878         * Documentation/user/advanced.itely: add text-only example.
1879
1880         * Documentation/user/invoking.itely: add index entries for
1881         convert-ly.
1882
1883         * Documentation/user/ tutorial.itely, basic-notation.itely:
1884         small fixes suggested by Steve D.  Thanks!
1885
1886 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1887
1888         * input/regression/markup-bidi-pango.ly: new file.
1889
1890         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
1891         standard. Remove #ifdef. Remove memleak.
1892         (text_stencil): use text_dir to decide how to composite items.
1893         (text_stencil): determine uniform text direction for the entire
1894         string.
1895
1896         * scripts/lilypond-book.py (output_name): remove
1897         latex_filter_cmd. Non-portable to non-Unix systems. 
1898         (get_latex_textwidth): use File.write and os.unlink() instead.
1899
1900         * THANKS: add Vicente & Trevor.
1901
1902         * lily/grob.cc (discretionary_processing): look up origin for
1903         programming_error too. 
1904
1905         * input/regression/tie-broken.ly: new file.
1906
1907         * lily/tie-column.cc (set_chord_outlines): set outline for line
1908         break case too.
1909         
1910 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1911
1912         * lily/pango-font.cc (text_stencil): don't translate glyphs in
1913         unscaled transform, just translate stencils.
1914
1915         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
1916         MIDI.
1917
1918         * scm/define-markup-commands.scm (wordwrap-string): use
1919         text-direction
1920         (wordwrap-stencils): idem.
1921         (line): idem.
1922         (fill-line): idem.
1923         (wordwrap-stencils): translate last line to right for
1924         text-direction = LEFT.
1925
1926         * scm/define-grob-properties.scm (all-user-grob-properties): add
1927         text-direction.
1928
1929 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1930
1931         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
1932         when copying a Lily_parser object.
1933
1934 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1935
1936         * scm/define-markup-commands.scm (null): add null markup.
1937
1938 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1939
1940         * lily/item.cc: Add documentation of center-invisible
1941
1942 2005-08-24  Graham Percival  <gpermus@gmail.com>
1943
1944         * Documentation/user/advanced-notation.itely: add info about
1945         raising text.
1946
1947         * Documentation/user/programming-interface.itely: fix example
1948         involving raised text.
1949
1950 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1951
1952         * lily/beam.cc (print): fix X start/end points of isolated
1953         beamlets.
1954
1955         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
1956
1957         * lily/multi-measure-rest.cc (set_text_rods): new function.
1958
1959         * lily/vertical-align-engraver.cc (process_music): call
1960         Align_interface::set_axis(). This forces #'elements to be ordered,
1961         preventing random vertical reordering of staves.
1962
1963         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1964         add avoid-slur property. 
1965
1966         * Documentation/user/basic-notation.itely (Measure repeats): add
1967         countPercentRepeats example.
1968
1969         * Documentation/user/advanced-notation.itely (Other text markup
1970         issues): remove remark about normal-font.  We have \normal-text
1971
1972         * input/regression/tie-chord.ly: add note about remaining bugs.
1973
1974         * lily/tie.cc (print): try Tie_column::set_directions () if
1975         control-points not yet defined.
1976
1977 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1978
1979         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
1980         extent. This fixes braces falling out of the EPS bbox.
1981
1982         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
1983         exactly to bbox.
1984
1985 2005-08-23  Graham Percival  <gpermus@gmail.com>
1986
1987         * {various} : change #up->#UP and #down->#DOWN.
1988
1989         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
1990
1991         * Documentation/user/advanced-notation.itely: clarify
1992         what objects handles text on a multimeasure rest.
1993
1994 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1995
1996         * VERSION (PATCH_LEVEL): release 2.7.7
1997
1998 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1999
2000         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
2001
2002         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
2003
2004         * input/regression/*.ly: formatting clean-up. Default layout
2005         before music expression.
2006
2007         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
2008         romanze28-2 example.
2009
2010         * scm/ps-to-png.scm: remove dir-re function.
2011         (make-ps-images): generate page names, instead of globbing them.
2012         This brings down LilyPond memory usage for make web by a factor
2013         10. (backportme?) 
2014
2015         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
2016         don't use glob. With 3000 files, globbing
2017         Documentation/user/out-www/ can take too much time. (backportme?)
2018         
2019         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
2020
2021         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
2022
2023         * input/regression/tie-manual.ly: new file
2024
2025         * input/regression/tie-chord.ly: update.
2026
2027         * flower/include/interval.hh (struct Interval_t): 
2028
2029         * lily/tie.cc (distance): new function 
2030         (height): new function.
2031         (init): new function
2032         (Tie_details): new struct.
2033
2034         * lily/skyline.cc (skyline_height): new function.
2035
2036         * lily/tie-column.cc (set_chord_outlines): new function.
2037         (new_directions): read tie-configuration
2038
2039         * lily/skyline.cc: fix ASCII art.
2040         
2041 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2042
2043         * python/convertrules.py (string_or_scheme): Fix spelling error
2044
2045 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2046         
2047         * lily/tie-column.cc (set_directions): set directions only once.
2048         (add_configuration): new function.
2049
2050         * lily/tie.cc (set_control_points): new function
2051
2052         * lily/tie-column.cc (new_directions): new function.
2053
2054         * ly/music-functions-init.ly: set 'pitch property
2055         iso. trill-pitch. This makes \relative work with \pitchedTrill
2056
2057         * lily/tie.cc (get_configuration): new function. Don't generate
2058         control points, rather, generate configuration.
2059         remove head-pair property.
2060
2061         * lily/include/tie.hh (struct Tie_configuration): new struct.
2062
2063 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
2064
2065         * Documentation/topdocs/NEWS.tely: clarify.
2066
2067 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2068
2069         * lily/tie.cc: remove minimum-length
2070
2071         * scm/define-grob-properties.scm (all-user-grob-properties):
2072         remove staffline-clearance, y-offset 
2073
2074         * input/regression/tie-dots.ly (Module): remove.
2075
2076         * lily/tie.cc (get_control_points): rewrite. Put short ties in
2077         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
2078
2079         * input/regression/tie-single.ly: new file.
2080
2081 2005-08-21  Graham Percival  <gpermus@gmail.com>
2082
2083         * ly/bagpipe.ly: fix compile problem.
2084
2085 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2086
2087         * lily/midi-item.cc (name): new method.
2088
2089         * lily/staff-performer.cc (acknowledge_audio_element): use
2090         signature of baseclass.
2091
2092         * lily/engraver-group.cc (do_announces): move recursion call out
2093         of while loop. 
2094
2095         * lily/drum-note-performer.cc (class Drum_note_performer): use
2096         process_music everywhere.
2097
2098         * ly/performer-init.ly: add default children everywhere.
2099
2100         * lily/paper-book.cc (output): call paper-book-write-midis
2101         directly: always write MIDI, even if no \layout {} block. 
2102
2103 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2104
2105         * VERSION (PACKAGE_NAME): release 2.7.6
2106
2107         * lily/percent-repeat-engraver.cc (try_music): don't print warning
2108         about not being able to handle repeat.
2109
2110 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2111
2112         * Documentation/user/examples.itely (Piano templates):
2113         * lily/include/performer-group.hh: Remove last traces of
2114         Performer_group_performer.  Fixes make web.
2115
2116 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2117
2118         * Documentation/user/examples.itely (Piano templates): change
2119         Engraver_group_engraver -> Engraver_group
2120
2121         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
2122         scm_stand_in_procs is not weak_any.
2123
2124         * lily/volta-bracket.cc (print): don't use strcmp().
2125
2126         * lily/volta-engraver.cc (process_music): use
2127         Text_interface::is_markup() for setting the 'text property of the
2128         volta bracket.
2129
2130         * input/mutopia/claop.py (accents): update syntax to 2.6
2131
2132         * scm/define-context-properties.scm
2133         (all-user-translation-properties): add countPercentRepeats.
2134
2135         * Documentation/user/basic-notation.itely (Measure repeats): add
2136         isolated percent example.
2137
2138 2005-08-18  Graham Percival  <gpermus@gmail.com>
2139
2140         * input/ {various}: change direction #1, #-1 to
2141         #up/#down or \fooUp, \fooDown.
2142
2143         * Documentation/user/music-glossary.tely: #-1 to #down.
2144
2145         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
2146         to #up, #-1 to #down.
2147
2148 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2149
2150         * lily/include/engraver-group.hh: rename.
2151
2152         * lily/include/performer-group.hh: rename.
2153
2154 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2155
2156         * input/test/script-abbreviations.ly: Removed some old LaTeX
2157         left overs.
2158
2159 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2160
2161         * python/convertrules.py (conv): inside-slur -> avoid-slur.
2162         Remove functions.  Remove if 1: constructs, reindent.
2163
2164         * scripts/convert-ly.py (add_version): Add functions from
2165         convertrules.py
2166
2167         * scm/script.scm (default-script-alist):
2168         s/priority/script-priority.  Fixes script stacking.  Backportme.
2169         (Fermata): Very low priority.
2170
2171 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2172
2173         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
2174
2175         * input/regression/slur-script.ly: remove padding tweaks. Add
2176         comment strings.
2177
2178         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
2179         time sigs and related stuff.
2180
2181         * scm/define-grob-properties.scm (all-user-grob-properties): add
2182         @code{} tags to property description.
2183
2184         * lily/include/line-group-group-engraver.hh (Module): remove file.
2185
2186         * python/convertrules.py (conv): add rule for
2187         Engraver_group_engraver -> Engraver_group.
2188
2189         * lily/include/performer-group-performer.hh: analogous.
2190
2191         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
2192
2193         * lily/context-def.cc (instantiate): check for
2194         Engraver_group_engraver and Performer_group_performer not
2195         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
2196  
2197 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2198
2199         * input/les-nereides.ly: Remove three fingering tweaks, update
2200         remaining one.
2201
2202         * input/regression/slur-script-inside.ly: Update, fix doc.
2203
2204         * scm/script.scm: Update to avoid-slur.
2205
2206         * scm/define-grob-properties.scm (avoid-slur): New property.
2207
2208         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
2209         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
2210         outside_slur_callback if avoid-slur != #'inside.
2211
2212         * scm/define-grobs.scm (Fingering, Textscript): No
2213         inside-slur/outside-slur preference.
2214         (DynamicLineSpanner): Always outside slur.
2215
2216         * input/regression/slur-script.ly: More tests.
2217
2218 2005-08-17  Graham Percival  <gpermus@gmail.com>
2219
2220         * Documentation/user/lilypond-book: fix notime entry.
2221
2222         * Documentation/user/advanced-notation.itely: add info on
2223         getting an I rehearsal mark.
2224
2225         * Documentation/user/putting.itely: reinstate "I", re-enforce
2226         the fact that \override numbers are the result of
2227         experimentation and personal taste.
2228
2229         * Documentation/user/invoking.itely: update convert-ly bugs.
2230
2231 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2232
2233         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
2234         to #t.
2235
2236         * lily/timing-translator.cc (initialize): don't initialize timing.
2237
2238         * input/regression/stem-spacing.ly (Module): remove file.
2239
2240         * input/regression/spacing-stick-out.ly: specify Score context for
2241         \override
2242
2243         * input/regression/clefs.ly: remove spurious {}s 
2244
2245 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
2246
2247         * Documentation/topdocs/NEWS.tely,
2248         input/regression/repeat-percent-count.ly: clarify a bit.
2249
2250 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2251
2252         * input/no-notation/display-lily-tests.ly: delete
2253         display-lily-init call.
2254
2255         * ly/music-functions-init.ly (displayLilyMusic): move
2256         display-lily-init call at top level, so that the user should not
2257         have to call it.
2258
2259         * scm/define-music-display-methods.scm (note-name->lily-string):
2260         retrieve note names directly from pitchnames using new function `rassoc'.
2261         (display-lily-init): note names list construction removed.
2262
2263 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2264
2265         * THANKS: spello.
2266
2267         * lily/lily-parser.cc (get_header): copy module, instead of
2268         returning it.
2269
2270         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
2271         counters.
2272
2273         * Documentation/user/basic-notation.itely (Measure repeats): add
2274         links to Counter grobs.
2275
2276         * scm/define-grobs.scm (all-grob-descriptions): add
2277         DoublePercentRepeatCounter
2278         (all-grob-descriptions): add PercentRepeatCounter
2279
2280         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
2281         also create counter grobs.
2282
2283         * lily/separation-item.cc (extremal_break_aligned_grob): don't
2284         return grob without space-alist.
2285
2286         * input/proportional.ly: tune staff-padding.
2287
2288         * input/regression/repeat-percent-count.ly: new file. 
2289
2290 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2291
2292         * input/no-notation/display-lily-tests.ly: moved from
2293         input/regression/ to input/no-notation. Be sure to call
2294         `display-lily-init' before trying to use the display function.
2295
2296 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2297
2298         * scripts/lilypond-book.py (option_definitions): Don't localize
2299         the empty string. Fixes bug when --psfonts was used with
2300         non-English locale.
2301
2302 2005-08-15  Graham Percival  <gpermus@gmail.com>
2303
2304         * lily/tuplet-bracket.cc: simple build fix.
2305
2306         * Documentation/user/putting.itely: use "we" instead of "I".
2307
2308         * Documentation/user/basic-notation.itely: cautionary accidentals
2309         work with naturals, too.
2310
2311 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2312
2313         * lily/tuplet-bracket.cc (calc_position_and_height): add
2314         staff-padding support.
2315
2316         * input/proportional.ly: set staff-padding.
2317         
2318         * VERSION (PATCH_LEVEL): release 2.7.5
2319
2320         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
2321         fixes. Remove tweaks.
2322
2323         * input/regression/tuplet-slope.ly: add a test case.
2324
2325         * lily/tuplet-bracket.cc (calc_position_and_height): revert
2326         erroneous fix. Add spanner bounds to offset array with relative X
2327         positions.
2328
2329         * ly/engraver-init.ly: add Rest_engraver only once.
2330
2331         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
2332         (*parser*) lookup if (*parser*) != #f.
2333
2334 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2335
2336         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
2337         Cut-and paste update.
2338
2339         * input/regression/slur-script.ly: Add example of reverting
2340         inside-slur for fingering.
2341
2342         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
2343         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
2344
2345         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
2346         outside_slur_callback if inside-slur == #f (as opposed to unset).
2347
2348 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2349
2350         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
2351         encoding files are already removed.
2352
2353 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2354
2355         * Documentation/user/advanced-notation.itely (Instrument names):
2356         Document a workaround for instrument names that collide with
2357         system start braces/brackets.
2358
2359 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2360
2361         * lily/rest-collision.cc (do_shift): spello.
2362
2363         * input/proportional.ly: use #'used property. Set break-overshoot
2364         property.
2365
2366         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
2367
2368         * lily/paper-column.cc: add #'used property
2369
2370         * lily/mark-engraver.cc (stop_translation_timestep): set grob
2371         array for staves found.
2372
2373         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
2374         array for stavesFound.
2375
2376         * lily/staff-spacing.cc (next_note_correction): add fixed and
2377         space to calling convention. This fixes spacing of accidentals
2378         after barlines.
2379
2380         * input/regression/spacing-accidental-stretch.ly: add barline -
2381         accidental case.
2382
2383         * scm/framework-ps.scm (page-header): add version number to
2384         creator
2385         (eps-header): idem.
2386
2387         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
2388         
2389 2005-08-13  Graham Percival  <gpermus@gmail.com>
2390
2391         * Documentation/user/global.itely: add "fit as much as
2392         possible onto this page" example (Vertical spacing).
2393
2394 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2395
2396         * *: Nitpick run.
2397
2398         * buildscripts/fixcc.py: Fixes.
2399
2400 2005-08-12  Graham Percival  <gpermus@gmail.com>
2401
2402         * Documentation/user/advanced-notation.itely: add markup
2403         example to Text spanners.
2404
2405 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2406
2407         * Documentation/user/basic-notation.itely (Ties): Add example of
2408         tying a tremolo to a chord. Thanks to Steve Doonan. 
2409
2410         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
2411         properties and move tieMelismaBusy to the list of written
2412         properties. 
2413
2414 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
2415
2416         * po/TODO: suggest to use a dedicated tool like kbabel.
2417
2418         * po/fi.po: update using kbabel.
2419
2420 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2421
2422         * *: Remove obsolete files.  Nitpick run.
2423
2424         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
2425
2426 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2427
2428         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
2429         too.
2430
2431         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
2432
2433         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
2434         whitespace as symbol separator.
2435
2436         * lily/side-position-interface.cc: Add slur-padding.
2437
2438         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
2439         quite a large fix, and it never worked in a stable release; so not
2440         really a regression.
2441
2442         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
2443         Update cut and paste code from Slur_engraver.
2444
2445         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
2446         Add.
2447
2448         * scm/define-grobs.scm (DynamicLineSpanner): Add
2449         dynamic-line-spanner-interface.
2450         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
2451
2452 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2453
2454         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
2455         to_boolean () so that non-set 'inside-slur means false.
2456
2457         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
2458         slur has control-points.  Skip script without direction.  Always
2459         do_shift if script inside slur, even if slur not contained in
2460         script y-extent.  Increment k in loop.
2461
2462 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2463
2464         * scm/define-markup-commands.scm: Improved regexp to search for
2465         EPS bounding boxes and corrected call to ly:warning.
2466
2467 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2468
2469         * Documentation/user/programming-interface.itely (Displaying music
2470         expressions): doc for \displayLilyMusic. Also some precisions in
2471         "Markup construction in Scheme"
2472
2473 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2474
2475         * scm/define-markup-commands.scm (normal-text): Added 2 new
2476         markup commands, \normal-text and \medium (the latter thanks to
2477         Bruce Fairchild). 
2478
2479 2005-08-08  Graham Percival  <gpermus@gmail.com>
2480
2481         * Documentation/user/programming-interface.itely: fix @{ @}.
2482
2483         * scm/define-markup-commands.scm: add linewidth info to
2484         \justify and \wordwrap, add "upright is the opposite of italic".
2485
2486         * Documentation/user/advanced-notation.itely: shaped->shape,
2487         add (cons (markup "foo")) type of example to text markup,
2488         reword multi-measure rests section.
2489
2490         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
2491         comment.  No actual code was touched.
2492
2493         * Documentation/user/invoking.itely: add more info about
2494         \include.  Thanks, Bruce!
2495
2496         * THANKS: add Bruce Fairchild, alphabetise.
2497
2498         * Documentation/user/global.itely: document \score{\header{}}
2499         behavior.
2500
2501         * Documentation/user/basic-notation.itely: reword multi-measure
2502         rest discussion in Rests.
2503
2504 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2505
2506         * Documentation/user/programming-interface.itely (Markup
2507         construction in Scheme): Corrected example and tried to clarify
2508         the implicit \line in the table.
2509
2510 2005-08-07  Graham Percival  <gpermus@gmail.com>
2511
2512         * Documentation/user/instrument-notation.itely: moved
2513         some bagpipe info back into the bagpipe section.  Somehow
2514         it ended up in the "other vocal issues" section?!  :o_O
2515
2516 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2517
2518         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
2519         directories, not paths).
2520
2521 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2522
2523         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
2524         plain emmentaler/aybabtu.  Backportme.
2525
2526         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
2527         missing dir correction.
2528
2529 2005-08-05  Graham Percival  <gperlist@shaw.ca>
2530
2531         * scm/define-markup-commands: fix reversed justify/wordwrap
2532         doc strings.
2533
2534 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
2535
2536         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
2537         lily/gregorian-ligature-engaver.cc,
2538         lily/include/ligature-engraver.hh,
2539         lily/include/coherent-ligature-engraver.hh,
2540         lily/include/gregorian-ligature-engraver.hh: make these classes
2541         truely abstract.  This should fix some internal oddities such as
2542         duplicate as well as dead translator/property declarations, and
2543         also some dead code.
2544
2545         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
2546         bugfix: avoid message "junking empty ligature" on ligature
2547         brackets by collecting dummy grobs.
2548
2549 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2550
2551         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
2552
2553         * input/proportional.ly (staffKind): bugfix.
2554         (staffKind): updates by Trevor Baca.
2555
2556         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
2557         default layout. 
2558
2559         * lily/tuplet-bracket.cc (print): check whether edge-text is a
2560         pair.
2561
2562         * lily/beam.cc (rest_collision_callback): call position_beam() if
2563         necessary.
2564
2565         * VERSION: release 2.7.4
2566
2567         * input/regression/spacing-uniform-stretching.ly: new file.
2568
2569         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
2570
2571         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
2572         contributor.
2573
2574         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
2575
2576         * input/proportional.ly: new file.
2577
2578         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
2579         columns is empty
2580
2581         * lily/tuplet-engraver.cc (finalize): new function. Reset right
2582         bounds to currentCommandColumn for the last step.
2583         (start_translation_timestep): if tupletFullLength is set, set
2584         bound to Paper Column
2585
2586         * input/regression/tuplet-full-length.ly (indent): new file.
2587
2588         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
2589         clique of loose columns, eg. a set of grace notes in strict
2590         notespacing.
2591
2592         * input/regression/spacing-strict-spacing-grace.ly: new file.
2593
2594         * lily/key-signature-interface.cc: change property name to
2595         alteration-alist
2596
2597         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
2598         keyAccidentalOrder
2599
2600         * python/convertrules.py (conv): keyAccidentalOrder ->
2601         keyAlterationOrder
2602
2603         * lily/key-engraver.cc (create_key): always print a cancellation
2604         for going to C-major/A-minor, regardless of printKeyCancellation.
2605         (create_key): remove typecheck for visibility. This fixes key
2606         signature not being printed.
2607
2608         * lily/spacing-determine-loose-columns.cc: new file.
2609
2610         * input/regression/spacing-strict-notespacing.ly: new file.
2611
2612         * lily/spacing-spanner.cc (generate_springs): rename from
2613         do_measure. 
2614         (generate_pair_spacing): new function.
2615         (init, generate_pair_spacing): set between-cols for floating
2616         nonmusical columns.
2617
2618         * lily/spaceable-grob.cc (get_spring): new function. 
2619
2620         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
2621         relative to the right edge of the prefatory matter.
2622
2623         * lily/beam.cc (print): read break-overshoot to determine where to
2624         stop/start broken beams.
2625
2626         * input/regression/spanner-break-overshoot.ly: new file.
2627
2628 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2629
2630         * ly/bagpipe.ly: updated.
2631
2632         * Documentat/user/instrument.itely: un-comment out bagpipe example.
2633
2634 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2635
2636         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
2637         support: now (de)crescs avoid slurs as well.
2638
2639         * Documentation/user/instrument-notation.itely (Bagpipe example):
2640         comment out non-functioning bagpipe example.
2641         (Bagpipe definitions): idem.
2642
2643         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
2644         (Top): add proportionalNotationDuration example.
2645
2646         * input/regression/spacing-proportional.ly: new file.
2647
2648         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
2649         synched to a beam.
2650
2651         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
2652         fixes beams with a single stem (eg. beams across linebreaks.)
2653
2654         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
2655
2656         * flower/rational.cc (operator +): prevent overflow. This fixes
2657         heavily nested tuplets.
2658
2659         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
2660         have to protect even those unlikely to be corrupted data members.  
2661
2662 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2663
2664         * ly/bagpipe.ly: new file.
2665
2666         * THANKS: added Sven Axelsson.
2667
2668 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2669
2670         * lily/spacing-engraver.cc (stop_translation_timestep): directly
2671         copy proportionalNotationDuration into currentMusicalColumn if
2672         set.
2673
2674         * lily/spacing-spanner.cc (musical_column_spacing): if
2675         uniform-stretching set, fixed space is 0.0
2676
2677         * input/regression/spacing-multi-tuplet.ly: show
2678         uniform-stretching property.
2679
2680         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
2681
2682         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
2683         (struct Spacing_options): new struct.
2684
2685         * lily/spacing-basic.cc: new file.
2686
2687         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
2688         delta_t doesn't have to be smaller than shortest_playing_len
2689
2690 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2691
2692         * input/regression/markup-arrows.ly:  new file.
2693
2694         * lily/tuplet-bracket.cc: document new behavior.
2695
2696         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
2697         with line breaks.
2698
2699         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
2700
2701         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
2702         default 
2703
2704         * lily/tuplet-bracket.cc: add edge-text property.
2705         add break-overshoot.
2706         (print): read break-overshoot.
2707         (print): read edge-text, add stencils.
2708
2709         * mf/feta-arrow.mf: new file.
2710
2711         * mf/feta-generic.mf: add feta-arrow.
2712
2713 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2714
2715         * Documentation/user/lilypond-book.itely (An example of a
2716         musicological document): Added flag -o to dvips for people who use
2717         the default setting in teTeX where output is sent to the printer. 
2718
2719         * Documentation/user/global.itely (Vertical spacing): Added
2720         reference to the Axis_group_engraver which documents the *Extent
2721         properties.
2722
2723 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2724
2725         * Documentation/user/basic-notation.itely (Tuplets): add note
2726         about nested tuplets. Remove BUG. 
2727
2728         * input/regression/tuplet-nest.ly: update: remove manual hack. 
2729
2730         * lily/tuplet-bracket.cc (print): use robust_scm2drul
2731         (print): manually call print() for subtuplets.
2732         (calc_position_and_height): add subtuplets to the
2733         support. Vertically shift outer tuplet 
2734
2735         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
2736         remove-first for Lyrics, ChordNames and FiguredBass
2737
2738         * scm/define-grob-properties.scm (all-internal-grob-properties):
2739         use ly:grob-array? iso. grob-list?
2740         (all-internal-grob-properties): add tuplets grob-array.
2741
2742         * lily/tuplet-bracket.cc (add_tuplet_bracket):
2743         new function
2744
2745 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2746
2747         * input/test/time-signature-staff.ly: new file.
2748
2749         * ly/declarations-init.ly (center): escape to Scheme. Fixes
2750         spurious #<Music FingerEvent> errors. Backportme.
2751
2752 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2753
2754         * Documentation/user/programming-interface.itely (Markup
2755         construction in Scheme): Corrected markup syntax in the
2756         translation table.
2757
2758 2005-08-03  Graham Percival  <gperlist@shaw.ca>
2759
2760         * Documentation/user/instrument-notation.itely: small update
2761         to bagpipe notation docs; thanks Sven!
2762
2763         * Documentation/user/basic-notation.itely: add link about trills.
2764
2765 2005-08-02  Graham Percival  <gperlist@shaw.ca>
2766
2767         * Documentation/user/music-glossary: remove accidentally committed
2768         fink patch.
2769
2770 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2771
2772         * lily/lily-parser.cc (get_header): new function. Enable multiple
2773         \header definitions.
2774
2775         * lily/parser.yy (lilypond_header_body): use get_header.
2776
2777         * ly/init.ly:
2778         * scm/lily-library.scm (print-score-with-defaults): renamed
2779         $globalheader to $defaultheader
2780         
2781         * Documentation/user/global.itely (Creating titles): added short
2782         explanation that multiple headers are useable.
2783
2784
2785 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2786
2787         * lily/module-scheme.cc (LY_DEFINE): new file. 
2788
2789         * Documentation/user/advanced-notation.itely (Font selection): add
2790         doco for make-pango-font-tree.
2791
2792 2005-07-31  Graham Percival  <gperlist@shaw.ca>
2793
2794         * Documentation/user/music-glossary: more languages
2795         for tenuto.
2796
2797         * Docuemntation/user/instrument-notation.itely: minor
2798         update for bagpipe example.
2799
2800 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2801
2802         * input/regression/+.ly (TODO): add some text.
2803
2804 2005-07-28  Graham Percival  <gperlist@shaw.ca>
2805
2806         * Documentation/user/invoking.itely: \score begins with music.
2807
2808         * Documentation/user/ basic-notation.itely,
2809         instrument-notation.itely: minor changes.
2810
2811         * Documentation/user/music-glossary.itely: began tenuto entry.
2812
2813 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2814
2815         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
2816
2817         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
2818
2819 2005-07-27  Graham Percival  <gperlist@shaw.ca>
2820
2821         * Documentation/user/examples.itely: remove bagpipe template.
2822
2823         * Documentation/user/instrument-notation.itely: add bagpipe
2824         section, maybe fix quotes in lyrics.  I hate text encoding.
2825         Clarify chord durations, more bagpipe stuff.
2826
2827 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2828  
2829         * lily/accidental-engraver.cc: formatting fixes.
2830
2831         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
2832         grob-array.
2833
2834         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
2835
2836         * lily/note-column.cc (arpeggio): new function.
2837
2838         * lily/note-spacing.cc (get_spacing): also take arpeggio into
2839         account for spacing.
2840
2841 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2842
2843         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
2844         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
2845         mingw build.
2846         
2847 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2848
2849         * scm/lily.scm (lilypond-all): clear anonymous modules after
2850         processing files.
2851
2852 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2853
2854         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
2855         SCM_I_CONSP
2856
2857         * VERSION: 2.7.3 released
2858
2859         * Documentation/user/invoking.itely (Invoking lilypond): add
2860         LILYPOND_GC_YIELD documentation.
2861
2862         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
2863         scm_from_real / scm_make_real.
2864
2865         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
2866         higher. This increases memory footprint, but provides overall
2867         speedup of 15 to 20%. 
2868
2869         * lily/include/translator.hh (class Translator): remove
2870         PRECOMPUTED_VIRTUAL everywhere.
2871
2872         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
2873
2874         * lily/context.cc (now_mom): non-recursive now_mom() 
2875
2876         * lily/include/profile.hh: new file.
2877
2878         * lily/profile.cc: new file.
2879
2880         * lily/grob.cc (Grob::Grob): look properties up directly.
2881
2882         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
2883         lookups.
2884
2885         * lily/include/box.hh (class Box): smob Box type.
2886
2887         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
2888
2889         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
2890         protect() and unprotect(). Use throughout.
2891
2892 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2893
2894         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
2895
2896         * scm/define-music-display-methods.scm (markup->lily-string):
2897         markup elements can also be strings (without simple-markup
2898         appended)
2899
2900 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2901
2902         * lily/context.cc (where_defined): also assign value in
2903         where_defined().
2904
2905         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
2906         (curve_coordinate): new function
2907
2908         * lily/simple-spacer.cc (add_columns): only add rods between
2909         column i and begin/end if keep-inside-line is set (this repleces
2910         allow-outside-line as default)
2911
2912 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2913
2914         * lily/tuplet-engraver.cc (start_translation_timestep): only read
2915         tupletSpannerDuration if applicable.
2916
2917         * lily/font-size-engraver.cc (process_music): read fontSize only
2918         once per timestep.
2919
2920         * lily/engraver*cc: use throughout.
2921         
2922         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
2923
2924         * lily/translator.cc (add_acknowledger): new file. Directly jump
2925         into an Engraver::acknowledge_xxx () method based on a grobs
2926         interface-list.
2927
2928         * lily/include/translator-dispatch-list.hh (class
2929         Engraver_dispatch_list): new struct, new file.
2930
2931         * scm/define-context-properties.scm
2932         (all-internal-translation-properties): remove acceptHashTable,
2933         acknowledgeHashTable
2934
2935         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
2936
2937         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
2938         change acknowledgeHashTable to C++ member. 
2939
2940         * lily/rest-collision.cc (do_shift): use extract_grob_set().
2941
2942 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2943
2944         * scm/display-lily.scm: new file. Define a `display-lily-music'
2945         function, that displays the music expression given as an argument,
2946         using LilyPond notation.
2947
2948         * scm/define-music-display-methods.scm: new file. Implementation
2949         of display methods for each music type.
2950
2951         * ly/music-functions-init.ly (displayLilyMusic): new function for
2952         displaying music with LilyPond notation.
2953
2954         * input/regression/display-lily-tests.ly: new regression test file
2955         for `display-lily-music'.
2956
2957         * scm/markup.scm: remove obsolete debugging code (for printing
2958         markups with LilyPond notation).
2959
2960         * scm/define-music-types.scm (music-name-to-property-table):
2961         * scm/clef.scm (supported-clefs): export, in order to be accessible
2962         from the (scm display-lily) module.
2963
2964 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2965
2966         * Documentation/topdocs/NEWS.tely (Top): Typo.
2967
2968 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2969
2970         * Documentation/index.html.in, Documentation/texinfo.css,
2971           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2972           Documentation/bibliography/index.html.in,
2973           Documentation/bibliography/html-long.bst: revert css-width patch,
2974           it does not work with IE6.
2975
2976 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2977
2978         * Documentation/texinfo.css: revert 760px hack. 
2979
2980         * VERSION: release 2.7.2
2981
2982         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
2983
2984         * Documentation/user/basic-notation.itely (Barnumber check): add
2985         section.
2986
2987         * scm/music-functions.scm (skip-to-last): new function. Show only
2988         last showLastLength part of the \score.
2989
2990         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
2991
2992         * python/convertrules.py (conv): add ly:x-moment rule
2993
2994         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
2995
2996         * Documentation/topdocs/NEWS.tely (Top): add new feature.
2997
2998         * Documentation/user/instrument-notation.itely (Flexibility in
2999         alignment): options in subsections.
3000
3001         * lily/lyric-engraver.cc (process_music): don't typeset text for _
3002         syllable text. Instead, assume that the previous lyric text is a
3003         melismated text.
3004
3005         * Documentation/index.html.in: revert 800x600 change.
3006
3007 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3008
3009         * lily/main.cc (main): Remove invalid handle kludge.
3010
3011         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
3012         (lambda): add gui define.
3013
3014 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3015
3016         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
3017
3018         * Documentation/user/instrument-notation.itely (Musica ficta
3019         accidentals): add section Musica ficta accidentals
3020
3021         * lily/accidental-engraver.cc (make_suggested_accidental): new
3022         function.
3023         (make_standard_accidental): move into new function.
3024         (create_accidental): new function.
3025
3026         * scm/define-grobs.scm (all-grob-descriptions): new Grob
3027         AccidentalSuggestion
3028
3029         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
3030
3031         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
3032         undefined.
3033
3034         * Documentation/user/global.itely (Page formatting): document
3035         horizontalshift.
3036
3037         * scm/page-layout.scm (default-page-music-height):
3038         horizontalshift: new variable, shift all systems by
3039         horizontalshift to the right, to make space for instrument names.
3040
3041         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
3042
3043         * lily/input-scheme.cc (LY_DEFINE): take format commands.
3044
3045 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3046
3047         * lily/note-column.cc (dir): idem.
3048
3049         * lily/spacing-spanner.cc (Module): idem.
3050
3051         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
3052
3053         * lily/include/paper-column.hh (class Paper_column): add
3054         non-static get_rank() member.
3055
3056         * VERSION: release 2.7.1
3057         
3058         * scm/framework-null.scm: new file, used for benchmarking.
3059
3060 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
3061
3062         * Documentation/topdocs/INSTALL.texi, configure.in: fix
3063         version dependencies for fontforge and gs.
3064
3065         * Documentation/index.html.in, Documentation/texinfo.css,
3066         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
3067         Documentation/bibliography/index.html.in, 
3068         Documentation/bibliography/html-long.bst: optimize width of
3069         html for a 800x600 screen (width:760), increases printability
3070         when 'fit to page' is not set and readability in wide screens.
3071
3072         * stepmake/bin/add-html-footer.py: add missing </p>.
3073
3074 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3075
3076         * scm/define-markup-commands.scm (beam): use polygon in beam
3077         command.
3078
3079         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
3080         all acknowledged grobs, and do potentially expensive merge and
3081         write in one go.
3082
3083         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
3084
3085         * configure.in (reloc_b): add --enable-static-gxx to statically
3086         link to libstdc++
3087
3088         * lily/GNUmakefile (static-gxx-libs): new target
3089         static-gxx-libs. Create symlink to libstdc++.a
3090
3091         * lily/new-lyric-combine-music-iterator.cc: rename to
3092         Lyric_combine_music_iterator
3093
3094         * lily/lyric-combine-music-iterator.cc
3095         (Old_lyric_combine_music_iterator): rename to
3096         Old_lyric_combine_music_iterator
3097
3098         * lily/*-engraver.cc (various): remove double use of
3099         PRECOMPUTED_VIRTUAL function: only use
3100         start_translation_timestep() and stop_translation_timestep(), not
3101         both.
3102
3103         * lily/break-substitution.cc (fast_substitute_grob_array): do
3104         fast_substitute_grob_array for all unordered grob_arrays.
3105         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
3106         (substitute_grob_array): optimize.
3107
3108         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
3109
3110         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
3111
3112         * lily/parser.yy: revert $globalheader patch.
3113         
3114         * lily/include/translator.icc
3115         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
3116         Translator methods, without _static helper.
3117  
3118         * lily/grob-smob.cc (derived_mark): rename from
3119         do_derived_mark(). Return void.
3120
3121         * scm/define-context-properties.scm
3122         (all-internal-translation-properties): remove tweakCount/tweakRank.
3123
3124         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
3125         predefined break-visibilities.
3126
3127         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
3128         booleans for break-visibility.
3129
3130         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
3131
3132         * python/convertrules.py (conv): rule for Timing_translator. 
3133
3134         * lily/include/translator.icc: new file. 
3135
3136         * lily/paper-column-engraver.cc (process_music): new
3137         file. Separate Paper_column factory from Score_engraver.
3138
3139         * lily/vertically-spaced-context-engraver.cc: administer
3140         spaceable-staves property of System.
3141
3142         * lily/translator-group-ctors.cc: new file.
3143
3144         * lily/context-property.cc (make_grob_from_properties): construct
3145         the right Grob class programmatically, looking at the class entry
3146         for the meta property.
3147
3148         * lily/break-align-engraver.cc (stop_translation_timestep): call
3149         Break_align_interface::add_element() directly.
3150
3151         * lily/context.cc (measure_position): measure_position() is now a
3152         normal function.
3153
3154         * lily/include/translator.hh (class Translator): rename
3155         process_acknowledged_grobs() to process_acknowledged() and move to
3156         Translator.
3157
3158         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
3159         field for each grob description.
3160
3161         * lily/include/translator-group.hh (class Translator_group):
3162         change to base class. Separate class from Translator. This gets
3163         rid of virtual inheritance for Engravers/Performers.
3164
3165         * lily/staff-performer.cc (class Staff_performer): derive
3166         Staff_performer from Performer, not Performer_group_performer 
3167
3168         * Lily/translator-group.cc (precomputed_recurse_over_translators):
3169         new function.
3170         (precompute_method_bindings): new function. Precompute lists of
3171         Translators, so we only call methods (process_music,
3172         start_translation_timestep, etc.) for Translators needing
3173         it. Also: dispose of pointer-to-member-function calls.
3174
3175         * lily/engraver-group-engraver.cc: remove engraver_each,
3176         recurse_down_engravers ()
3177
3178         * lily/note-head.cc (internal_print): only call
3179         glyph-name-procedure if style != default. 
3180
3181 2005-07-16  Graham Percival  <gperlist@shaw.ca>
3182
3183         * ly/titling-init.ly: add printallheaders option.
3184
3185         * Documentation/user/global.itely: document printallheaders.
3186
3187 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3188
3189         * lily/system.cc (do_derived_mark): don't mark from object_alist_
3190         anymore, but do it centrally.  
3191
3192         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3193         hammer hack.
3194
3195         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
3196
3197         * scm/output-lib.scm: remove hammer-print-function.
3198
3199         * lily/include/pointer-group-interface.hh (extract_grob_set): new
3200         macro. Declare a Link_array<Grob> and fill it from a grob.
3201         (extract_item_set): idem for item.
3202
3203         * lily/break-substitution.cc: add header.
3204         (fast_substitute_grob_array): rewrite for Grob_arrays.
3205         (substitute_grob_array): idem.
3206
3207         * lily/group-interface.cc (add_thing): remove file.
3208
3209         * flower/include/parray.hh (class Link_array): slice() is const.
3210
3211         * lily/include/grob-array.hh: new file.
3212
3213         * lily/grob-array.cc (spanner): new file.
3214
3215         * lily/beam-quanting.cc (fill): read details property from beam.
3216
3217         * lily/beam.cc: support details property.
3218
3219         * total speedups below: approx 10%.
3220
3221         * lily/include/beam.hh: new struct, softcode beam quanting parameters
3222
3223         * lily/include/grob.hh (class Grob): add interfaces_ member.
3224
3225         * lily/bezier.cc (init_polynomial_cache): new function: cache
3226         binom(3,j) t^j (1-t)^{3-j}
3227         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
3228
3229         * lily/*.cc: substitution throughout.
3230
3231         * lily/grob-property.cc (internal_get_object): new routine.
3232         (internal_set_object): idem. Store grob refrences in separate
3233         alist. This saves processing time, since properties aren't
3234         break-substituted, and the per grob namespace is smaller, both for
3235         grobs and non-grob properties.
3236
3237         * scm/define-grob-properties.scm (all-internal-grob-properties):
3238         remove center-element.
3239
3240         * lily/grob.cc: remove tweak-count, tweak-rank.
3241
3242 2005-07-15  Graham Percival  <gperlist@shaw.ca>
3243
3244         * Documentation/user/lilypond-book.itely: fixes example.
3245
3246 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3247
3248         * Documentation/user/global.itely (Creating titles):    
3249         * Documentation/user/examples.itely (All headers): change the
3250         place of \header in \score blocks (after music block) to make
3251         examples compile (cf. changes on parser.yy on 2005-07-10)
3252
3253 2005-07-13  Graham Percival  <gperlist@shaw.ca>
3254
3255         * python/convertrules.py: add exc -> ecc rule.
3256
3257         * scripts/convert-ly.py: add location of convertrules.py
3258         in a comment.
3259
3260         * Documentation/user/changing-defaults.itely: fix language.
3261
3262 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3263
3264         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
3265
3266 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3267
3268         * scm/output-socket.scm (grob-bbox): don't use inf? 
3269
3270         * flower/include/rational.hh: add operator bool() 
3271
3272         * scm/define-music-types.scm (music-descriptions): remove
3273         internal-class-name properties.
3274
3275         * lily/include/event.hh: remove file.
3276
3277         * lily/include/music-constructor.hh: remove file.
3278
3279         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
3280         in 'types property.
3281
3282         * lily/music.cc (duration_length_callback): new function.
3283
3284         * lily/event.cc: remove file.
3285
3286         * lily/music-constructor.cc: remove file.
3287
3288         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
3289
3290         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
3291         (get_context_key): idem.
3292
3293         * scm/lily.scm (lambda): new option object-keys (default to #f)
3294
3295         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
3296
3297         * scm/output-gnome.scm: remove beam routine.
3298
3299         * scm/output-ps.scm (scm): idem.
3300
3301         * scm/output-svg.scm: remove beam.
3302
3303         * ps/music-drawing-routines.ps: remove draw_beam.
3304
3305         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
3306
3307         * flower/include/guile-compatibility.hh (scm_from_locale_string):
3308         add scm_from_locale_string compatibility glue. 
3309
3310 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
3311
3312         * scripts/lilypond-book.py: Prevent occuring error when
3313         'lilypond-book --output=foo/ somefile.ly' is executed multiple
3314         times and target file shoud be overwritten.  (Error message said
3315         'input file and output file is same'.)
3316
3317 2005-07-13  Graham Percival  <gperlist@shaw.ca>
3318
3319         * input/regression/slur-extreme.ly,
3320         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
3321         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
3322         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
3323         "excentricity" to "eccentricity".
3324
3325         * Documentation/user/converters.itely: fix URL for Noteedit and
3326         Rosegarden.
3327
3328         * THANKS: added Yoshinobu Ishizaki.
3329
3330 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3331
3332         * scm/define-markup-commands.scm (justify-field): add. 
3333
3334         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
3335
3336 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3337
3338         * lily/lookup.cc (filled_box): express filled_box with
3339         round_filled_box
3340
3341         * scm/midi.scm (paper-book-write-midis): new function. Write all
3342         performances in numbered MIDI files.
3343
3344         * lily/performance-scheme.cc (LY_DEFINE): new file.
3345         (LY_DEFINE): new function ly:performance-write.
3346
3347         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
3348         new function.
3349         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
3350
3351         * scm/framework-*.scm: use port arguments throughout.
3352
3353         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
3354
3355         * lily/paper-outputter.cc (Paper_outputter): take port argument.
3356
3357         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
3358
3359         * scm/framework-texstr.scm (output-framework): 
3360
3361         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
3362
3363         * scm/output-lib.scm (tablature-stem-attachment-function):
3364         tablature stem attachment fix. 
3365
3366 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3367
3368         * lily/bezier.cc: hardcode binomial coefficients of order 3.
3369
3370         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
3371
3372         * scm/define-music-types.scm (music-descriptions): don't use
3373         Music_wrapper type.
3374
3375         * lily/paper-column.cc (print): print moment too.
3376
3377         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
3378         remove compatibility cruft.
3379
3380         * lily/parser.yy (score_body): \score can only begin with Music. 
3381
3382         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
3383         make-score. Take music argument only. Move parser interaction to
3384         Scheme.
3385
3386         * scm/lily-library.scm (scorify-music): new function.
3387
3388         * python/lilylib.py (datadir): remove 2.1 compat kludge.
3389         (datadir): remove resource import.
3390         (print_environment): remove get_bbox()
3391         (cp_to_dir): remove pre 1.5.2 compat glue.
3392
3393 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3394
3395         * lily/include/simple-spacer.hh (Module): idem.
3396
3397         * lily/include/spring.hh (struct Spring): store inverse
3398         strength. This prevents division by zero.
3399
3400         * VERSION: release 2.7.0
3401         
3402         * lily/include/music.hh (class Music): remove Music::duration_log()
3403
3404         * lily/stem-engraver.cc (make_stem): take duration log from event.
3405
3406         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
3407
3408 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3409
3410         * scm/lily.scm (ly:load): load autochange.scm
3411
3412         * Documentation/user/tutorial.itely (Running LilyPond for the
3413         first time): remove reference to DVI/TeX
3414
3415         * scm/define-markup-commands.scm (text): add \text markup command.
3416
3417         * configure.in (reloc_b): bump requirement to Python 2.2.
3418
3419         * lily/include/dots.hh (class Dots): make has_interface() static.
3420
3421         * python/convertrules.py (conv): add rule for ly:grob-default-font
3422
3423         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
3424         alphabetical order.
3425
3426         * input/regression/trill-spanner-pitched.ly: new file.
3427
3428         * lily/font-interface-scheme.cc (LY_DEFINE): function
3429         ly:grob-default-font (changed from get-default-font).
3430
3431         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
3432
3433         * lily/note-head.cc (internal_print): if style is not a symbol,
3434         set style to 'default. 
3435         (internal_print): no style suffix if glyph-name-procedure not
3436         set. Default to quarter head.
3437
3438         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
3439
3440         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
3441
3442         * ly/music-functions-init.ly: \pitchedTrill
3443
3444         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
3445
3446         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
3447
3448         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
3449
3450         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
3451
3452         * po/fr.po: update
3453
3454         * po/de.po: update.
3455
3456 2005-07-06  Graham Percival  <gperlist@shaw.ca>
3457
3458         * Documentation/user/changing-defaults.itely: add link
3459         to grob-iterface.
3460
3461         * Documentation/user/advanced-notation.itely: add material
3462         to Setting automatic beam behaviour.  Thanks, Joe!
3463
3464         * Documentation/user/lilypond.itely: change encoding to utf-8.
3465
3466 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3467
3468         * Documentation/user/advanced-notation.itely (Setting automatic
3469         beam behavior): Correct the documentation of
3470         revert-auto-beam-setting (backportme)
3471
3472 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3473
3474         * lily/ly-module.cc (ly_make_anonymous_module): define
3475         %module-public-interface of module. 
3476
3477         * lily/lily-parser.cc (print_smob): allow printing of parser smob
3478         without lexer.
3479
3480 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3481
3482         * input/regression/fret-diagrams.ly: stretch example.
3483
3484 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3485
3486         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
3487         Fodor).
3488
3489 2005-06-30  Graham Percival  <gperlist@shaw.ca>
3490
3491         * Documentation/topdocs/AUTHORS.texi: update personal web address.
3492
3493         * Documentation/user/examples.itely, lilypond-book.itely:
3494         change \RequirePackage to \usepackage.
3495
3496         * Documentation/user/global.itely: document copyright and tagline.
3497
3498 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3499
3500         * Documentation/user/basic-notation.itely (Transpose): remove link
3501         to nonexistent UntransposableMusic.
3502
3503         * scm/output-svg.scm: remove old definitions.
3504
3505         * scripts/lilypond-book.py (do_file): search for kpsewhich before
3506         invoking.
3507
3508         * python/lilylib.py (search_exe_path): new function.
3509
3510 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3511
3512         * python/lilylib.py (mkdir_p): remove setup_environment()
3513         (backportme)
3514
3515         * buildscripts/mutopia-index.py (headertext): trim text.
3516
3517         * Documentation/topdocs/NEWS.tely (Top): refresh.
3518
3519         * scm/define-markup-commands.scm (wordwrap-string): new function:
3520         split string in paras and words.
3521         (wordwrap-markups): new function.
3522         (wordwrap-stencils): new function. 
3523         (justify): use it.
3524         (wordwrap): use it.
3525         (wordwrap-string): use it
3526         (justify-string): use it.
3527
3528         * scm/lily-library.scm (regexp-split): new function.
3529
3530         * scm/define-markup-commands.scm: remove encoded-simple. 
3531         remove font-markup.
3532         (fontsize): remove old version  of fontsize.
3533         (wordwrap): new markup function. Wrap into paragraphs.
3534
3535         * VERSION: Branch lilypond_2_6
3536         (MINOR_VERSION): go to 2.7.0
3537
3538 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3539
3540         * po/zh_TW.po: update from translation project.
3541
3542 2005-06-28  Graham Percival  <gperlist@shaw.ca>
3543
3544         * scm/midi.scm: compile fix.
3545
3546 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3547
3548         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
3549         patch. Now, the tempfile module is loaded too, not only used.
3550
3551 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
3552
3553         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
3554         0.05 - 1.00 to 0.25 - 1.00
3555
3556         * scm/midi.scm: moved the default-instrument-equalizer procedure
3557         to just under the insturment-equalizer-alist it takes as an
3558         argument.
3559
3560 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3561
3562         * Documentation/user/advanced-notation.itely (Font selection):
3563         remove CMR note.
3564
3565         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
3566
3567 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3568
3569         * THANKS: Add UTF-8 marker.
3570
3571         * Documentation/user/point-and-click.itely (http): Update: use
3572         lilypond-invoke-editor.  Fix: instruct to use user.js.
3573
3574 2005-06-27  Graham Percival  <gperlist@shaw.ca>
3575
3576         * ly/titling-init.ly: implements printpagenumber, increases
3577         space between dedication and title (to avoid collisions with
3578         "g" and "q" in dedication), and nicer logic about copyright
3579         and instrument fields being printed on the first page.
3580         Thanks Vincent!
3581
3582         * Documentation/user/global.itely: document printpagenumber.
3583
3584 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3585
3586         * Documentation/topdocs/NEWS.tely: Update to 2.6.
3587
3588 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3589
3590         * THANKS: update to 2.6
3591
3592         * VERSION: 2.6.0 released.
3593
3594 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3595
3596         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
3597         rule, errorneously removed probably because of misleading comment.
3598
3599 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3600
3601         * python/lilylib.py (datadir): py2exe comments.
3602
3603         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
3604
3605         * configure.in (reloc_b): make fontconfig REQUIRED.
3606
3607 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
3608
3609         * po/fi.po: add latest translations.
3610
3611 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3612
3613         * ChangeLog: recode utf-8
3614
3615         * Documentation/pictures/lilypond.xpm (Module): edited photo as
3616         logo.
3617
3618         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
3619
3620         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
3621
3622         * python/convertrules.py (do_conversion): don't print program_name
3623         from within a module
3624
3625         * configure.in (reloc_b): bump fontforge requirement to 20050624.
3626
3627         * python/convertrules.py (conv): add 2.6.0 dummy rule.
3628
3629 2005-06-23  Graham Percival  <gperlist@shaw.ca>
3630
3631         * Documentation/user/lilypond-book.itely,
3632         Documentation/user/examples.itely: add \RequirePackage{graphics}.
3633
3634         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
3635         fixes baseline-skip.  Thanks Vincent!
3636
3637         * Documentation/user/advanced-notation.itely, global.itely:
3638         moved "Selecting font sizes" to global, since it deals with
3639         notation font size, not text fonts.
3640
3641 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3642
3643         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
3644         to fonts.
3645
3646 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3647
3648         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
3649         workaround since /dev/stdin doesn't work on Cygwin. Using a
3650         temporary file in the current directory since latex doesn't
3651         understand the path name to the default TMP in Cygwin (at least on
3652         win XP).
3653         
3654         * Documentation/user/global.itely (Creating titles): Correct
3655         misprint in example. Thanks to Rob Vlasaty.
3656
3657 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3658
3659         * VERSION (PATCH_LEVEL): release 2.5.32
3660
3661         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
3662         variable in lily module
3663
3664         * scm/framework-ps.scm (output-classic-framework): error message
3665         regarding the classic framework.
3666
3667         * Documentation/user/henle-flat-gray.png (Module): new file.
3668
3669         * Documentation/user/baer-flat-gray.png (Module): new file.
3670
3671         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
3672         whiteout for markups.
3673
3674         * buildscripts/substitute-encoding.py (note_glyph): include _ in
3675         regex too. This fixes change clef appearance in PDF. 
3676
3677         * ttftool/include/*: remove.
3678
3679         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
3680
3681         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
3682
3683         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
3684
3685         * ttftool/*: remove ttftool subdirectory.
3686
3687         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
3688
3689         * lily/ttf.cc (print_header): new file. Convert to type42, using
3690         FreeType to parse the TTF. 
3691
3692         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
3693         and post table may differ. Pass around post_nglyphs as well.
3694
3695 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3696
3697         * ly/music-functions-init.ly (musicMap): new music function
3698         musicMap. 
3699         
3700 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3701
3702         * make/mutopia-rules.make: anti-alias-factor = 2
3703
3704         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
3705         page switch.
3706
3707         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
3708         anti-alias-factor for lilypond-book runs.
3709
3710         * scm/ps-to-png.scm (scale-down-image): new function.
3711         (my-system): new function.
3712         (make-ps-images): blow up GS resolution by anti-alias-factor,
3713         scale down image by anti-alias-factor.  This improves appearance
3714         of bitmaps
3715         (make-ps-images): remove showpage. Fixes spurious empty png at
3716         end.
3717
3718         * scm/framework-ps.scm (write-preamble): downcase filename before
3719         string-matching. Should fix .TTF files (as opposed to ttf files)  
3720
3721         * Documentation/user/tutorial.itely (Running LilyPond for the
3722         first time): separate subsections for windows, macos and unix.  
3723
3724         * Documentation/user/invoking.itely (Updating files with
3725         convert-ly): add MacOS X note.
3726
3727 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3728
3729         * Documentation/user/introduction.itely (Engraving): don't include
3730         file optical-spacing, add directly.
3731
3732         * lily/paper-outputter.cc (file): open file in binary mode. This
3733         fixes OTF embedding on windows.
3734
3735 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3736
3737         * scm/framework-ps.scm (write-preamble): remove debugging output.
3738
3739         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
3740
3741         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
3742         outdir.
3743         (install-fc-cache): install font cache in installation directories.
3744
3745 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3746
3747         * scm/editor.scm (editor-command-template-alist): Use char iso
3748         column, except for Emacs.
3749         (get-editor-command): Substitute char too (Bertalan Fodor).
3750
3751 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3752
3753         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
3754         quoted ~s.  This should fix PNG output on Windows; single quotes
3755         are regular characters on Windows.
3756
3757 2005-06-16  Graham Percival  <gperlist@shaw.ca>
3758
3759         * Documentation/user/basic-notation.itely: include ChoirStaff
3760         in System start delimiters.
3761
3762         * Documentation/user/putting.itely: new doc section on
3763         fixing overlapping notation.
3764
3765 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3766
3767         * Documentation/user/global.itely (Paper size): \paper is in
3768         \book, not \score.
3769
3770         * make/mutopia-rules.make: -ddelete-intermediate-files
3771
3772         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
3773
3774 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3775
3776         * ChangeLog: Recode utf-8.
3777
3778         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
3779         datadir with .py modules.
3780
3781 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3782
3783         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
3784
3785 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3786
3787         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
3788         
3789         * scm/framework-ps.scm (write-preamble): remove status check.
3790
3791         * Documentation/user/invoking.itely (Updating files with
3792         convert-ly): remove -o option.
3793
3794         * VERSION (PACKAGE_NAME): release 2.5.31
3795
3796         * scm/framework-ps.scm (write-preamble): use ly:system.
3797         (write-preamble): verbosity.
3798
3799         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
3800
3801         * python/convertrules.py: new file. Store conversion rules
3802         separately.
3803
3804 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3805
3806         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
3807
3808 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3809
3810         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
3811         \musicDisplay 
3812
3813         * Documentation/user/instrument-notation.itely (More stanzas): Add
3814         reference to StanzaNumber.
3815
3816 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3817
3818         * THANKS: separate section for website translators.
3819
3820 2005-06-14  Graham Percival  <gperlist@shaw.ca>
3821
3822         * Documentation/topdocs/INSTALL.texi: update vim info;
3823         thanks Simon Bailey!
3824
3825         * Documentation/user/advanced-notation.itely: included
3826         color names.
3827
3828         * Documentation/user/advanced-notation.itely,
3829         Documentation/usr/notation-appendices.itely: moved
3830         color names into an appendix.
3831
3832 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3833         
3834         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
3835
3836         * scm/lily.scm (lambda): initialize program options from here.
3837
3838         * scm/framework-*.scm: add header info.
3839
3840         * lily/main.cc (parse_argv): only set output format to pdf if no
3841         other format specified.
3842
3843         * scm/backend-library.scm (postprocess-output): process
3844         'delete-intermediate-files after running convert-to-*. This fixes
3845         PNG generation when 'delete-intermediate-files is set.
3846         
3847 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3848
3849         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
3850         links on website. 
3851
3852 2005-06-13  Graham Percival  <gperlist@shaw.ca>
3853
3854         * Documentation/topdocs/INSTALL.texi,
3855         Documentation/user/lilypond-book.itely: typos.
3856
3857 2005-06-12  Pal Benko  <benkop@freestart.hu>
3858
3859         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
3860         added between program name and switch; -b changed to -f not
3861         to generate pdf
3862
3863 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3864
3865         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
3866         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
3867
3868         * input/sakura-sakura.ly: add \midi.
3869
3870         * buildscripts/mutopia-index.py (find): use /usr/bin/find
3871         iso. python find. 
3872
3873         * ttftool/test.c (main): cosmetics.
3874
3875         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
3876
3877         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
3878         create a ttf2ps binary.
3879
3880         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
3881
3882         * scm/backend-library.scm (postscript->png): set rename-page-1 to
3883         true.
3884
3885 2005-06-11  Graham Percival <gperlist@shaw.ca>
3886
3887         * Documentation/user/lilypond-book.itely: add warning about
3888         the font warnings in dvips.
3889
3890 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3891
3892         * THANKS: typo
3893
3894         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
3895
3896         * GNUmakefile.in: remove links for .map, .enc
3897         don't fail if out/ doesn't exist yet.
3898
3899 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3900
3901         * ttftool/util.c (surely_read): return nbytes
3902
3903         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
3904
3905         * VERSION (PACKAGE_NAME): release 2.5.30
3906
3907         * flower/string-convert.cc (precision_string): >? fix.
3908
3909         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
3910         (make-ps-images): add verbose -q too.
3911
3912         * lily/default-actions.cc (Module): new file. default
3913         {book,score}-print functions.
3914
3915         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
3916         pass results via parseStringResult, lookup via ly:parser-lookup.  
3917
3918         * lily/lily-parser.cc (Lily_parser): only clone lexer in
3919         constructors.
3920         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
3921         (parse_string): idem.
3922
3923         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
3924
3925         * lily/main.cc (main_with_guile): copy be_verbose_global into
3926         ly_set_option()
3927
3928 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3929
3930         * scm/backend-library.scm (postscript->pdf):
3931         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
3932         verbose mode.  Search for several names of gs executable.
3933
3934 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3935
3936         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
3937         directly. This fixes a massive memory leak, provided you use CVS
3938         GUILE.
3939
3940 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
3941
3942         * ly/property-init.ly: Added tieDashed.
3943
3944         * THANKS: Added some bughunters for 2.5.
3945
3946 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3947
3948         * lily/program-option.cc: add debug-gc option.
3949
3950         * lily/include/lily-guile-macros.hh: don't protect exported module
3951         objects.
3952
3953         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
3954
3955         * scm/backend-library.scm (postscript->pdf): use
3956         delete-intermediate-files iso. running-from-gui? 
3957
3958         * ttftool/util.c (surely_read): robustness. Allow read() to return
3959         less bytes than requested, as per posix standards.
3960
3961         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
3962         program option.
3963
3964         * ttftool/include/ttftool.h ("C"): rename verbosity to
3965         ttf_verbosity. Add to public interface.
3966
3967         * scm/music-functions.scm (unfold-repeats): remove debugging display.
3968
3969         * lily/program-option.cc: rename from scm-option.cc
3970
3971         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
3972         (get_help_string): Print pretty help string.
3973
3974         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
3975         to snippet preamble.
3976
3977         * lily/scm-option.cc: remove command-line-settings option. Fold
3978         all command-line options plus default settings in a generic
3979         interface. 
3980
3981         * flower/getopt-long.cc (table_string): indent 2nd lines of help
3982         texts too.
3983
3984 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3985
3986         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
3987         or EXT_ components non-empty.
3988
3989 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3990
3991         * scm/lily.scm (running-from-gui?): Export.
3992
3993         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
3994         output in .ly source directory.
3995
3996 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3997
3998         * ttftool/util.c (surely_lseek): more verbosity.
3999
4000         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
4001         compile.
4002
4003         * lily/parser.yy (Repeated_music): remove >? 
4004
4005         * scm/backend-library.scm (postscript->pdf): Support for
4006         -dgs-font-load=1
4007
4008         * scm/framework-ps.scm (write-preamble): make font loading
4009         switchable to GS via --define-default gs-font-load=1
4010
4011 2005-06-09  Graham Percival  <gperlist@shaw.ca>
4012
4013         * Documentation/user/global.itely: added \layout docs.
4014
4015 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4016
4017         * lily/lily-parser-scheme.cc: add unistd.h
4018
4019 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4020
4021         * scm/editor.scm: add char argument.
4022
4023         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
4024
4025         * ttftool/util.c (syserror): use errno for better error reporting.
4026
4027         * lily/source-file.cc (get_counts): new function. Calc column,
4028         line and char count in one go.
4029
4030         * lily/binary-source-file.cc (quote_input): rename to quote_input
4031
4032         * lily/input.cc (set): new function.
4033
4034 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
4037         directory part of file name to search directory.
4038
4039         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
4040         search path and chdir to DIR if --outname=DIR used.
4041
4042         * lily/main.cc (prepend_env_path): Bugfix: Check directory
4043         existence before appending original path.
4044
4045 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4046
4047         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
4048         file" massage.
4049
4050         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
4051         texinfo.tex is always used.
4052         
4053 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4054
4055         * flower/include/axis.hh: rename from axes.hh
4056
4057         * lily/include/text-interface.hh (Module): rename from text-item.hh
4058
4059         * VERSION (PATCH_LEVEL): release 2.5.29
4060
4061         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
4062
4063         * scm/framework-ps.scm (font-file-as-ps-string): new function.
4064         (handle-macfont): new function. Call fondu for Native mac fonts.
4065
4066         * scm/define-markup-commands.scm (fill-line): handle text-widths =
4067         '() case.
4068
4069 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4070
4071         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
4072         multi-page.  Fix .eps regular expression.
4073
4074 2005-06-07  Graham Percival  <gperlist@shaw.ca>
4075
4076         * Documentation/user/putting.itely: add info on modifying templates.
4077
4078         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
4079         misc small changes.
4080
4081 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4082
4083         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
4084
4085         * scripts/lilypond-ps2png.scm
4086
4087         * VERSION (PACKAGE_NAME): release 2.5.28
4088
4089 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4090
4091         * lily/main.cc (prepend_env_path): Do not append /, that does not
4092         work.  Localedir lives in datadir, not in prefix.
4093
4094         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
4095         hack for windows.
4096
4097         * flower/include/file-cookie.hh: Compile fix.
4098
4099 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4100
4101         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
4102
4103         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
4104         system primitives.
4105         (gulp-port): using read-string!/partial. We don't want to read an
4106         entire PS file  (GUILE 1.6 limits strings to 16M) 
4107
4108         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
4109         properties. Add font-interface. 
4110
4111         * scm/define-grob-properties.scm (all-user-grob-properties):
4112         remove old bracket properties.
4113
4114         * scm/x11-color.scm: reformat. 
4115
4116         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
4117         LedgerLineSpanner if new StaffSymbol is found. 
4118
4119         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
4120         staff-symbol for finishing staff. 
4121
4122         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
4123
4124         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
4125         change black to currentColor everywhere. This fixes color support
4126         in SVG.
4127
4128 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
4129
4130         * input/regression/fret-diagrams.ly: new file to test fret diagram
4131         capability
4132
4133         * scm/output-tex.scm: remove white-dot and white-text
4134
4135         * scm/output-ps.scm: remove white-dot and white-text
4136
4137         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
4138         using ly:stencil-in-color instead
4139         (draw-dots) : remove call to white-dot
4140
4141 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
4144         support.
4145
4146         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
4147
4148         * flower/include/file-cookie.hh: new file. lily_cookie extension 
4149
4150         * flower/file-cookie.cc: new file. lily_cookie extension.
4151         
4152 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4153
4154         * scm/editor.scm (editor-command-template-alist): Add syn
4155         editor (Jaap [de Vos]).
4156
4157 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4158
4159         * scripts/lilypond-ps2png.scm:
4160         * scm/ps-to-png.scm: New file.
4161
4162         * scm/backend-library.scm (postscript->png): Use it.
4163
4164         * scripts/lilypond-ps-to-png.py: Remove file.
4165
4166         * python/lilylib.py (get_bbox, make_ps_images): Remove.
4167
4168 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4169
4170         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
4171
4172         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
4173         start on grace moment. Fixes autobeam-grace.ly.
4174
4175         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
4176         process anything unless we're at the end of a pending beam. Fixes
4177         syncopated 8ths beamed across a beat.
4178
4179 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * scm/editor.scm (editor-command-template-alist): Start emacs if
4182         emacslient fails.
4183
4184         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
4185
4186         * flower/file-path.cc (is_file, is_dir): Export.
4187
4188         * lily/main.cc (prepend_env_path, set_env_file): Use them.
4189
4190 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4191
4192         * lily/easy-notation.cc: Added include cctype to correct
4193         compilation error.
4194
4195 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4196
4197         * scm/backend-library.scm (postscript->pdf): set resolution to
4198         1200, so bitmap fonts aren't that ugly. 
4199
4200         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
4201
4202         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
4203         parent if we have a notehead. Fixes incorrect offsets when
4204         Paper_column is very wide in the X direction.
4205
4206         * input/regression/font-family-override.ly (Module): new file.
4207
4208         * scm/font.scm (make-pango-font-tree): new function.
4209
4210         * lily/beam.cc (before_line_breaking): remove warning about less
4211         than 2 visible stems. We still get a warning when there is only
4212         one stem.
4213
4214 2005-06-01  Werner Lemberg  <wl@gnu.org>
4215
4216         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
4217         correctly.
4218
4219 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4220
4221         * lily/slur-scoring.cc (generate_avoid_offsets): new
4222         function. Generate avoid offsets once per slur.
4223
4224         * lily/slur.cc (add_extra_encompass): add dependency to
4225         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
4226
4227         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
4228         too. Fixes inf error with added bass notes.
4229
4230         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
4231         argument anymore.
4232
4233         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
4234
4235         * input/tutorial/lbook-latex-test.tex: add line length test.
4236
4237         * scripts/lilypond-book.py (set_default_options): new
4238         function. Call this before dissecting snippets, so linewidth
4239         settings reach the snippets.
4240
4241 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4242
4243         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
4244
4245 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4246
4247         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
4248
4249 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4250
4251         * stepmake/aclocal.m4: More autopackage friendliness.
4252
4253 2005-05-31  Graham Percival  <gperlist@shaw.ca>
4254
4255         * Documentation/index.html.in: remove link to LSR.
4256
4257         * Documentation/user/global.itely: remove duplicate
4258         "dedication" \header{} section.
4259
4260 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4261
4262         * VERSION (PACKAGE_NAME): release 2.5.27.
4263
4264         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
4265         too. Plugs memory leak.
4266
4267         * make/lilypond.fedora.spec.in (Group): remove
4268         lilypond-pdfpc-helper.
4269
4270         * scripts/GNUmakefile (SEXECUTABLES): remove
4271         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
4272
4273         * scm/font.scm (make-century-schoolbook-tree): add Mono as
4274         'typewriter family.
4275
4276         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
4277         memory leak.
4278
4279         * lily/parser.yy (score_body): don't clone Score, that's done in
4280         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
4281
4282         * lily/score-engraver.cc (derived_mark): new function.
4283         (initialize): unprotect Paper_score. This fixes a memory leak.
4284
4285         * lily/score-performer.cc (derived_mark): new function.
4286
4287         * lily/score-translator.cc (get_output): use SCM for get_output() call.
4288
4289         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
4290         spurious warning.
4291
4292         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
4293         serif.
4294
4295 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4296
4297         * configure.in (reloc_b): Add --enable-relocation.
4298
4299 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4300
4301         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
4302
4303         * input/regression/alignment-order.ly: add Staff example.
4304
4305 2005-05-31  John Mandereau   <john.mandereau@free.fr>
4306
4307         * po/fr.po: update.
4308
4309 2005-05-31  Graham Percival  <gperlist@shaw.ca>
4310
4311         * Documentation/index.html.in: add link to LSR.
4312
4313 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4314
4315         * scm/define-stencil-commands.scm (Module): new file. Register all
4316         allowed stencil expression heads in a central place.
4317
4318         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
4319         ly:make-stencil
4320
4321         * lily/stencil-expression.cc (all_stencil_heads): registering
4322         stencil expressions.
4323
4324         * lily/stencil-interpret.cc: new file. Stencil expression
4325         interpreting.
4326
4327         * input/xiao-haizi-guai-guai.ly: move file back.
4328
4329 2005-05-30  Graham Percival  <gperlist@shaw.ca>
4330
4331         * Documentation/user/advanced.itely, converters.itely,
4332         instrument-notation.itely, lilypond-book.itely: misc small
4333         changes.
4334
4335 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4336
4337         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
4338
4339         * make/lilypond.fedora.spec.in: Fix source url.
4340
4341         * cygwin: Update from mingw patches.
4342
4343         * scm/editor.scm (editor-command-template-alist): Use jedit
4344         -reuseview (Bertalan), add uedit (Patrick Huberts).
4345
4346         * input/xiao-hai-zi-guai-guai.ly: Rename from
4347         xiao-haizi-guai-guai.ly.
4348
4349         * input/*: Reindent, do not use TAB.
4350
4351         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
4352         white background.
4353
4354 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
4357         numerical overflow error.
4358
4359 2005-05-29 Laura Conrad <lconrad@laymusic.org>
4360         
4361         * abc2ly.py: fix to syntax error in multi-part output.
4362
4363 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4364
4365         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
4366         with disappearing span bars when alignAboveContext is active
4367
4368         * lily/property-iterator.cc (check_grob): use is-grob?
4369         object-property. Fixes crash-key-sig-font-size.ly. 
4370
4371 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4372
4373         * lily/bar-line.cc (print): don't round barlines; this produces
4374         odd aliasing effects in Acroread.
4375
4376         * lily/timing-engraver.cc (process_music): robustness fix.
4377
4378         * lily/context-def.cc (filter_engravers): bugfix.
4379
4380 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4381
4382         * lily/lilypond.rc.in: Add ly-icon.
4383
4384         * lily/GNUmakefile: 
4385         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
4386         rules.
4387
4388 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4389
4390         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
4391
4392         * ps/music-drawing-routines.ps: 
4393
4394         * scm/output-ps.scm: remove draw ez_ball.
4395
4396         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4397         EasyNotation context definition.
4398
4399         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
4400         Text_interface and color for making easy note heads.
4401
4402         * lily/stencil.cc (with_color): new function.
4403
4404         * ps/music-drawing-routines.ps: remove draw_zigzag_line
4405
4406         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
4407         output routine. Zigzag now works in SVG too.
4408
4409         * scm/output-tex.scm (filledbox): idem.
4410
4411         * scm/output-svg.scm (filledbox): idem.
4412
4413         * scm/output-ps.scm (lily-def): remove horizontal-line. 
4414
4415         * lily/lookup.cc (horizontal_line): use draw-line. 
4416
4417         * lily/system-start-delimiter.cc: remove old staff bracket code.
4418
4419         * mf/feta-haak.mf: further tweaks.
4420
4421         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
4422
4423         * mf/feta-generic.mf: include feta-haak.
4424
4425         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
4426
4427         * scm/framework-ps.scm (write-preamble): only load fonts if their
4428         filename is a string. 
4429
4430 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4431
4432         * scm/output-svg.scm (circle): support circle.
4433         (bracket): stub for bracket.
4434
4435         * scripts/lilypond-book.py (main): make sure --psfonts warning is
4436         correct.
4437
4438 2005-05-26  Graham Percival  <gperlist@shaw.ca>
4439
4440         * Documentation/user/lilypond.tely, advanced-notation.itely,
4441         basic-notation.itely, instrument-notation.itely, global.itely,
4442         introduction.itely, tutorial.itely: rearranging, editing,
4443         clean-up.
4444
4445         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
4446         for compiling on FreeBSD.
4447
4448 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4449
4450         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
4451         otf files.
4452
4453         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
4454         bugfixes.
4455
4456         * VERSION: 2.5.26 released.
4457
4458         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
4459
4460 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
4461
4462         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
4463         if printpagenumber is false.
4464
4465 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4466
4467         * lily/font-config.cc (init_fontconfig): comment out FontConfig
4468         cache warning.
4469
4470         * lily/tie.cc (print): support dotted ties.
4471         
4472 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4473
4474         * scm/define-grobs.scm (all-grob-descriptions): switch off
4475         debugging
4476         (all-grob-descriptions): Arpeggio has Y-extent.
4477
4478         * scm/define-music-properties.scm (all-music-properties): document
4479         length-callback and start-callback as "read-only".
4480
4481         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
4482         length-callback after creation. 
4483
4484         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
4485         compressmusic -> compressMusic.
4486
4487         * ly/music-functions-init.ly (oldaddlyrics): idem.
4488
4489         * lily/parser.yy: NewLyricCombineMusic ->
4490         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
4491
4492 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
4493
4494         * ly/Welcome_to_LilyPond.ly: typo.
4495
4496 2005-05-24  Graham Percival  <gperlist@shaw.ca>
4497
4498         * Documentation/user/lilypond.tely: move changing-defaults to be
4499         before global issues.
4500
4501         * Documentation/user/basic-notation.itely: move Transpose section
4502         here from advanced/Other.
4503
4504         * Documentation/user/changing-defaults.itely,
4505         advanced-notation.itely: move Fonts to advanced, edit.
4506
4507 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4508
4509         * lily/parser.yy (bare_int): remove rule.  From now on, we require
4510         # before negative integers.
4511
4512 2005-05-23  Graham Percival  <gperlist@shaw.ca>
4513
4514         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
4515
4516         * Documentation/user/lilypond.tely: change Unified index to
4517         LilyPond index.
4518
4519         * Documentation/user/advanced-notation.itely,
4520         instrument-notation.itely: editing.
4521
4522 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4523
4524         * scm/lily.scm (lilypond-all): Bugfix: return failed.
4525
4526         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
4527
4528 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4529
4530         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
4531         ly:port-move.  Needs to be stderr-specific on mingw.
4532         Run fixcc.
4533
4534 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4535
4536         * lily/general-scheme.cc (ly:port-move): Remove.
4537
4538         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
4539         windows.
4540
4541         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
4542         variables.  This eliminates the need for a gs.bat wrapper, which
4543         opens a console.
4544
4545         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
4546         * scm/lily.scm (running-from-gui?): 
4547         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
4548         artifact of not compiling with -mwindows.
4549
4550         * scm/editor.scm: Define PLATFORM.
4551
4552 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4553
4554         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
4555         can start to cut & paste lilypond-book fragments.  
4556
4557         * scm/define-music-types.scm (music-descriptions): remove
4558         UntransposableMusic
4559
4560 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4561
4562         * scm/output-ps.scm (glyph-string): remove / before CIDs.
4563
4564 2005-05-20  Graham Percival  <gperlist@shaw.ca>
4565
4566         * Documentation/user/instrument-notation.itely: remove *Engraver.
4567
4568         * Documentation/user/advanced-notation.itely: edit, rearrange.
4569
4570 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4571
4572         * scm/output-ps.scm (glyph-string): take cid? argument. Use
4573         findresource iso. findfont for CID CFF fonts.
4574
4575         * VERSION (PACKAGE_NAME): release 2.5.25
4576
4577         * ly/Welcome_to_LilyPond.ly: add  \version
4578
4579 2005-05-20  Graham Percival  <gperlist@shaw.ca>
4580
4581         * Documentation/user/programming-interface.itely: move
4582         \displayMusic into its own section.
4583
4584         * Documentation/user/basic-notation.itely: finish editing.
4585
4586 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4587
4588         * flower/file-path.cc (find): don't throw away file_name.dir, but
4589         append to it. Fixes \include with directories.
4590
4591         * flower/include/file-path.hh (class File_path): don't derive from
4592         Array<String>.
4593
4594         * flower/include/file-name.hh (class File_name): remove to_str0()
4595
4596         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
4597         Hara_kiri_engraver in separate file.
4598
4599         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
4600         translation went wrong. Fixes vertically translated slurs.
4601
4602 2005-05-19  Graham Percival  <gperlist@shaw.ca>
4603
4604         * Documentation/user/basic-notaton.itely: editing.
4605
4606 2005-05-18  Graham Percival  <gperlist@shaw.ca>
4607
4608         * Documentation/user/macros.itexi, basic-notation.itely:
4609         add @commonprop (commonly used properties) macro.
4610
4611 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4612
4613         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
4614
4615         * scripts/lilypond-book.py (invokes_lilypond): new function
4616         (main): only run fontextract if invokes_lilypond() is true.
4617
4618         * lily/function-documentation.cc (ly_add_function_documentation):
4619         duh, use !=
4620
4621         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
4622
4623         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
4624
4625         * scm/lily.scm (running-from-gui?): lowercase Darwin.
4626
4627         * lily/function-documentation.cc (ly_add_function_documentation):
4628         use scm_hash_table_p() for checking.
4629
4630 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4631
4632         * Documentation/user/advanced-notation.itely (Text scripts):
4633         Change nonexisting @internalsref{Text markup} to @ref{Text
4634         markup}.  Change @internalsref{Text script} to
4635         @internalsref{TextScript}.
4636
4637         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
4638
4639 2005-05-17  Graham Percival  <gperlist@shaw.ca>
4640
4641         * Documentation/user/tutorial.itely, basic-notation.itely,
4642         changing-defaults.itely: remove duplicate cindex entries
4643         that appear on the same page.
4644
4645         * scm/define-grobs.scm: change default padding for TextSpanner.
4646
4647         * Documentation/topdocs/AUTHORS.texi: update email address.
4648
4649         * Documentation/user/global.itely: add info about \include.
4650
4651 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4652
4653         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
4654         when running-from-gui.
4655
4656         * scm/editor.scm (get-editor): Add platform defaults.
4657
4658         * scm/backend-library.scm (postscript->pdf): Typo.
4659
4660 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4661
4662         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
4663
4664         * lily/font-config.cc (init_fontconfig): add warning about cache.
4665
4666 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4667
4668         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
4669
4670 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4671
4672         * lily/horizontal-bracket.cc (print): Take care of the direction
4673         property so brackets above the stave point downwards. 
4674
4675         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
4676         for HorizontalBracket so it doesn't end up within the stave.
4677
4678 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4679
4680         * lily/GNUmakefile (default): Typo.
4681
4682         * scm/lily.scm (PLATFORM): Export.
4683
4684         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
4685         load-font-via-GS, ttftool or fopencookie is broken on windows.
4686         
4687         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
4688         -dSAFER, that is broken on windows.
4689
4690 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4691
4692         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
4693         for FlexLexer.h
4694
4695         * scripts/lilypond-invoke-editor.scm: remove stray -
4696
4697 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4698
4699         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
4700         Fixes deprecation warning.
4701
4702         * flower/include/string.icc (to_string): Only inline if
4703         -DSTRING_UTILS_INLINED.
4704
4705         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
4706         name.  Remove windows comment.
4707
4708         * scm/editor.scm (slashify): New function.
4709         (get-editor-command): Use it.
4710         (get-command-template): Do not alter editor command if
4711         environment value includes `%(file)s' magic.
4712
4713         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
4714         (dissect-uri): Use it.
4715         (unquote-uri): Bugfix.
4716
4717 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4718
4719         * scm/framework-ps.scm (write-preamble): add TTF rule.
4720
4721         * Documentation/topdocs/README.texi (Top): remove note about
4722         xdelta.
4723
4724         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
4725         requirement.
4726
4727         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
4728         function. Figure out where FlexLexer.h lives
4729
4730         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
4731         
4732 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4733
4734         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
4735         with Windows root in file name.
4736
4737         * scm/backend-library.scm (ly:system): Only redirect output (using
4738         system and shell, ugh) if /dev/null is writable.
4739
4740         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
4741         windows icon.
4742
4743         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
4744         on Mingw.
4745
4746         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
4747         click.
4748
4749         * flower/file-path.cc (is_dir, is_file): New function.  Actually
4750         use result of stat when available.
4751
4752         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
4753         absolute file name and root.
4754
4755         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
4756
4757         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
4758
4759         * flower/file-name.cc (slashify): Bugfix, do substitute if no
4760         slashes in file name.
4761
4762 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4763
4764         * Documentation/user/preface.itely (Preface): Run
4765         texinfo-all-menus-update.
4766
4767         * scm/editor.scm (get-editor-command): Bugfix: allow full
4768         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
4769
4770         * Documentation/pictures/lilypond-48.xpm: New file.
4771
4772         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
4773
4774         * ly/Welcome_to_LilyPond.ly: New file.
4775
4776         * lily/main.cc (main): Only identify if we have a terminal.
4777
4778         * scm/backend-library.scm (postscript->png)
4779         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
4780         non-/bin/sh).
4781
4782 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
4783
4784         * Documentation/topdocs/AUTHORS.texi: polish, update.
4785
4786 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * Documentation/user/preface.itely (Notes for version 2.6): new
4789         notes for 2.6
4790
4791         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
4792         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
4793         is not fully contained" warnings.
4794
4795         * lily/slur-scoring.cc (get_bound_info): remove warning.
4796
4797         * lily/staff-symbol-engraver.cc (process_music): start initial
4798         spanner in process_music(). This fixes overrides of StaffSymbol
4799         properties.
4800
4801         * scm/framework-pdf.scm (Module): remove.
4802
4803         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
4804
4805         * lily/ambitus-engraver.cc: formatting cleanups.
4806
4807         * mf/feta-solfa.mf (Module): remove.
4808
4809         * ChangeLog: more details about contributions.
4810
4811 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4812
4813         * lily/align-interface.cc (align_elements_to_extents): warn if
4814         called too early. Fixes: disappearing-staff-lines.ly
4815
4816         * VERSION (PACKAGE_NAME): release 2.5.24
4817
4818 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4819
4820         * stepmake/aclocal.m4: Typo.
4821
4822         * flower/string.cc (substitute): Take two strings or two
4823         characters.  Update callers.
4824
4825 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4826
4827         * flower/file-name.cc (File_name): Slashify.
4828
4829         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
4830
4831         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
4832
4833         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
4834
4835         * configure.in (gui_b): Use it.
4836
4837         * lily/lilypond.rc.in: New file.
4838
4839         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
4840
4841 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4842
4843         * Documentation/user/advanced-notation.itely: edit of Text
4844         section; clarify text scripts vs. text markup.
4845
4846 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4847
4848         * lily/multi-measure-rest-engraver.cc
4849         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
4850         separation items on start. Fixes mm rests in start of score.
4851
4852         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
4853         don't access StaffSymbol if not there.
4854         Fixes: crash-staff-symbol-engraver.ly.
4855
4856         * lily/instrument-name-engraver.cc (class
4857         Instrument_name_engraver): data member first_. Create
4858         InstrumentName on start. 
4859
4860 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4861
4862         * Documentation/user/instrument-notation.itely: add guitar
4863         position.
4864
4865         * Documentation/user/introduction.itely,
4866         Documentation/user/lilypond.tely,
4867         Documentation/user/tutorial.itely: begin pruning
4868         unused (duplicated) cindex entries and misc cleanup.
4869
4870 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4871
4872         * input/test/volta-chord-names.ly: Bring the explanation up to
4873         date.
4874
4875 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4876
4877         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
4878         Specify `@documentencoding utf-8' for html, ignore warnings.
4879
4880 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
4881
4882         * THANKS: Added bughunters.
4883
4884 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4885
4886         * lily/main.cc: update help string for `lilypond -H'.
4887
4888         * po/fi.po: update.
4889         
4890 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4891
4892         * Documentation/user/advanced-notation.itely: minor fixes.
4893
4894 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4895
4896         * scm/editor.scm: New module.
4897
4898         * scm/lily.scm (gui-main): Use it.
4899
4900         * scm/framework-gnome.scm (spawn-editor): Use it.
4901
4902         * scripts/lilypond-invoke-editor.scm: Use it in new script.
4903
4904 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4905
4906         * scm/framework-ps.scm (load-font-via-GS):  new function.
4907
4908         * lily/pango-font.cc (pango_item_string_stencil): add support for
4909         CID keyed font.
4910
4911         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
4912
4913 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4914
4915         * Documentation/user/basic-notation.itely: add @ref.
4916
4917         * Documentation/user/advanced-notation.itely: add example
4918         of 5/8 beaming.
4919
4920 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4921
4922         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
4923
4924         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
4925         going through ps2pdf wrappers.
4926
4927 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
4928
4929         * Documentation/user/instrument-notation.itely: petrucci note
4930         heads: updated docu
4931
4932         * input/regression/note-head-style.ly: updated regression test;
4933         indentation fixes
4934
4935         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
4936         heads as default
4937
4938         * mf/parmesan-heads.mf: minor editing; use musicological names
4939         (rather than optical description) as note head names
4940
4941         * scm/output-lib.scm: complete petrucci heads
4942
4943 2005-05-09  Pal Benko  <benkop@freestart.hu>
4944
4945         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
4946         heads, but bigger)
4947
4948 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4949
4950         * lily/main.cc (main_with_guile): Remove no files check.
4951
4952         * lily/main.cc (ly:usage): Export to Scheme.
4953
4954         * scm/lily.scm (no-files-handler): New function.
4955
4956         * scm/lily.scm (lilypond-main): Use it.
4957
4958         * configure.in (gui_b): Add mbrtowc checking.
4959         Resurrect [utf8/]wchar.h checking.
4960
4961 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4962
4963         * Documentation/user/advanced-notation.itely (Metronome marks):
4964         Add link to the program reference for MetronomeMark
4965
4966         * Documentation/user/lilypond-book.itely (An example of a
4967         musicological document): Correct the example using psfonts 
4968
4969 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
4970
4971         * po/fi.po: update after a lesson how to update entries against
4972         source.
4973         
4974         * po/TODO: document the lesson.
4975
4976 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4977
4978         * configure.in (gui_b): remove wcrtomb checking.
4979
4980         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
4981         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
4982
4983 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4984
4985         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
4986         keep Scheme expressions and strings unmodified when doing the
4987         conversion to postfix notation for slurs and beams. Should
4988         hopefully solve most related conversion problems. 
4989
4990         * Documentation/user/lilypond-book.itely : Clarify and correct how
4991         to call dvips with -h psfonts.
4992
4993 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4994
4995         * Documentation/user/instrument-notation.itely (Entering lyrics):
4996         Typo.  Fixes build.
4997
4998 2005-05-09  Graham Percival  <gperlist@shaw.ca>
4999
5000         * Documentation/user/lilypond-book.itely: document PSFONTS file.
5001
5002         * Documentation/user/lilypond.tely, lilypond-book.itely,
5003         tutorial.itely: change references to 2.5.x to 2.6.x.
5004
5005         * Documentation/user/instrument-notation.itely: clarified \addlyrics
5006         vs \lyricmode.
5007
5008         * Documentation/user/invoking.itely: remove old info about
5009         lilypond-profile.
5010
5011         * Documentation/topdocs/INSTALL.texi: remove old info about
5012         lilypond-profile, add warning about needing international fonts
5013         to build docs.
5014
5015 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016
5017         * lily/include/grob-info.hh (class Grob_info): make data member
5018         private. Changes throughout.
5019
5020         * input/regression/alignment-order.ly: new file. 
5021
5022         * lily/vertical-align-engraver.cc (acknowledge_grob): read
5023         alignAboveContext and alignBelowContext
5024
5025 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5026
5027         * lily/pfb.cc (LY_DEFINE): add cast.
5028
5029         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
5030         matches .otf
5031         (write-preamble): warn about unknown fonts.
5032
5033         * lily/pfb.cc (Module): new function ly:otf->cff
5034
5035         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
5036         (get_otf_table): new function.
5037
5038 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
5041         iso. ps2png.
5042
5043 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
5044
5045         * po/fi.po: apply second round of update.
5046
5047 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5048
5049         * scm/x11-color.scm (make-x11-color-handler): don't use
5050         #\sp. Apparently doesn't work on all platforms. 
5051
5052 2005-05-06  Graham Percival  <gperlist@shaw.ca>
5053
5054         * Documentation/user/advanced-notation.itely, putting.itely,
5055         tutorial.itely, global.itely, introduction.itely: really minor fixes.
5056
5057 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5058
5059         * VERSION (PACKAGE_NAME): release 2.5.23
5060
5061 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5062
5063         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
5064         convert to utf-8.
5065
5066         * THANKS: Add translators for this release, convert to utf-8.
5067
5068         * mf/GNUmakefile (MFTRACE_FLAGS):
5069         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
5070         outdir as option (WAS: hardcoded).
5071
5072 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5073
5074         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
5075         finished_span_
5076
5077         * THANKS: add Hans Forbrich.
5078
5079         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5080
5081         * Documentation/user/basic-notation.itely (Staff symbol): document
5082         start/stop staff. Reference to ossia.ly
5083
5084         * input/test/ossia.ly: new example using stop and startStaff.
5085
5086         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
5087         in other words, don't create "|" barline at start of the score.
5088         (start_translation_timestep): don't set whichBar for start of score.
5089
5090         * input/regression/staff-halfway.ly: use new functionality.
5091
5092         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
5093         start and stop staff based on events.
5094
5095         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
5096
5097         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
5098
5099 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5100
5101         * Documentation/user/programming-interface.itely (How markups work
5102         internally ): remove \encoding reference.
5103
5104 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5105
5106         * scripts/convert-ly.py: Attempt to do a smarter update of 
5107         text markups from versions < 1.9.0 with arbitrary nesting.
5108
5109 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
5110
5111         * po/fi.po: convert to utf-8, and update.
5112
5113 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5114
5115         * make/lilypond.suse.spec.in: update from suse 2.4 package.
5116
5117         * lily/*.cc: more <? >? to min/max changes
5118
5119         * lily/include/interpretation-context-handle.hh: rename
5120         Interpretation_context_handle to Context_handle.
5121
5122 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
5123
5124         * input/regression/GNUmakefile (local_delete): use `find` together 
5125         with `xargs` to avoid too long argument-lists in cmd line.
5126
5127 2005-05-04  Graham Percival  <gperlist@shaw.ca>
5128
5129         * Documentation/user/introduction.itely: updates "About this manual".
5130
5131         * Documentation/user/advanced-notation.itely,
5132         invoking.itely: minor fixes.
5133
5134 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5135
5136         * COPYING: add font exception. Update FSF address. 
5137
5138         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
5139         should be taken without child context.
5140
5141         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
5142
5143         * scm/define-markup-commands.scm (triangle): new command, as
5144         robust replacement for unicode Delta/Triangle.
5145
5146 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5147
5148         * ps/music-drawing-routines.ps: add fillp argument.
5149
5150         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
5151
5152         * lily/font-config.cc (init_fontconfig): don't add cff/
5153
5154         * VERSION (PACKAGE_NAME): release 2.5.22
5155
5156         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
5157
5158         * lily/grace-engraver.cc (consider_change_grace_settings): use
5159         is_alias(). Fixes problem with CueVoice grace notes. 
5160
5161         * lily/simultaneous-music-iterator.cc (construct_children): call
5162         Music_iterator::quit() for iterators that start out invalid. This
5163         fixes indefinitely continuing contexts.
5164
5165         * buildscripts/substitute-encoding.py: new file
5166
5167         * Documentation/user/basic-notation.itely (Basic polyphony): fix
5168         missing @end 
5169
5170         * scripts/lilypond-book.py (write_if_updated): print file name.
5171
5172         * Documentation/user/basic-notation.itely (Explicitly
5173         instantiating voices): idem.
5174
5175         * Documentation/user/advanced-notation.itely (Text spanners):
5176         remove stray { } 
5177
5178         * lily/context.cc (default_child_context_name): the default child
5179         is now first in accepts_list_.
5180
5181         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5182         \defaultchild to all relevant contexts.  This fixes:
5183         drums-pitch.ly.
5184
5185         (Probably also fixes similar problems with ancient
5186         transcriptions getting CueVoices instead of the desired voices.)
5187  
5188         * lily/context-def.cc (get_default_child): new function.
5189         (get_accepted): place default child in front of list.
5190
5191         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
5192
5193         * lily/include/context-def.hh (struct Context_def): add
5194         default_accept_
5195
5196 2005-05-03  Graham Percival  <gperlist@shaw.ca>
5197
5198         * scm/define-grobs.scm: remove "remove-first" line, since
5199         the absent property is set to #f anyway.
5200
5201         * Documentation/user/basic-notation.itely,
5202         advanced-notation.itely, instrument-notation.itely: minor
5203         fixes.
5204
5205         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
5206
5207         * Documentation/user/advanced-notation.itely,
5208         changing-defaults.itely: consolidate Text stuff in
5209         advanced notation.
5210
5211         * Documentation/user/global.itely: better docs for \header.
5212
5213         * Documentation/user/putting.itely: new chapter; placeholder
5214         for future expansion.
5215
5216         * Documentation/user/examples.itely: moved "suggestions for
5217         writing LP files" section into putting.itely.
5218
5219         * Documentation/user/lilypond.itely: added new chapter,
5220         fixed the short table of contents.
5221
5222 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5223
5224         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
5225         infinity for unfeasible beams.
5226
5227         * make/lilypond.fedora.spec.in (Group): idem.
5228
5229         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
5230
5231         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
5232
5233         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
5234         fonts directly.
5235
5236         * buildscripts/gen-emmentaler-scripts.py (i): idem.
5237
5238         * mf/GNUmakefile: remove all CFF rules.
5239
5240         * scm/framework-ps.scm (ps-embed-cff): reinstate.
5241
5242         * lily/open-type-font-scheme.cc (LY_DEFINE):
5243         new function ly:otf-font-table-data.
5244         (LY_DEFINE): new function otf-font?
5245
5246 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5247
5248         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
5249         ($(outdir)/Fontmap.lily): idem.
5250
5251         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
5252         for PFAEmmentaler-XXX.pfa. 
5253
5254         * Documentation/user/music-glossary.tely (accidental): NL
5255         translation of accidental.
5256
5257 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5258
5259         * flower/include/international.hh: Bugfix: include "string.hh".
5260
5261         * lily/include/mingw-compatibility.hh: New file.
5262
5263         * flower/include/libc-extension.hh (memrev): Rename from strrev.
5264
5265         * configure.in: Search for mingw wcrtomb library.
5266
5267 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5268
5269         * scripts/convert-ly.py: Bug fix
5270
5271         * Documentation/user/changing-defaults.itely (Common tweaks):
5272         Added example where the context has to be specified explicitly
5273         (MetronomeMark). 
5274
5275 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5276
5277         * scripts/lilypond-book.py (ly_options): set timing to #f for
5278         notime option.
5279
5280         * scripts/convert-ly.py (conv): typo.
5281
5282         * flower/*.cc: remove <? and >?
5283         
5284         * lily/*.cc: remove <? and >?
5285
5286         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
5287         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
5288         editor.
5289
5290 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5291
5292         * lily/part-combine-engraver.cc: add space to variable list.
5293
5294 2005-04-30  Graham Percival  <gperlist@shaw.ca>
5295
5296         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
5297         remove-first to false (matches docs)
5298
5299         * Documentation/user/advanced-notation.itely: corrected docs
5300         concerning remove-first.
5301
5302 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5303
5304         * lily/part-combine-engraver.cc: make sure that the relevant
5305         properties are included in the documentation.
5306
5307 2005-04-28  Graham Percival  <gperlist@shaw.ca>
5308
5309         * Documentation/user/lilypond-book.itely: Bernard's docs
5310         for \betweenLilyPondSystem.
5311
5312 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5313
5314         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
5315         remarks.
5316
5317 2005-04-28  Pal Benko  <benkop@freestart.hu>
5318
5319         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
5320         only on vertical lines of flexa shape, and use a constant
5321         thickness value for horizontal lines (patch slightly modified by
5322         Jürgen Reuter)
5323
5324         * lily/include/mensural-ligature.hh: make 2 comments clearer
5325
5326 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
5327
5328         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
5329         to need_extra_horizontal_space; bugfix: use class scope to avoid
5330         global namespace pollution
5331
5332         * Documentation/user/instrument-notation.itely (ligatures): added
5333         comment on possible future syntax change and how to work around
5334
5335         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
5336         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
5337         intervals (fixes agnus dei example)
5338
5339         * Documentation/user/instrument-notation.itely (white mensural
5340         ligatures): selected a more illustrative example
5341
5342 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
5343
5344         * Documentation/index.html.in: specify utf-8 charset in meta content.
5345
5346 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5347
5348         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
5349         empty 2nd page for single page.
5350
5351         * scm/lily.scm: remove p&c definitions.
5352
5353         * po/zh_TW.po (Module): new translation.
5354
5355         * lily/lily-guile.cc (ly_chain_assoc): remove.
5356
5357         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
5358         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
5359
5360 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5361
5362         * lily/beaming-info.cc: remove infinity_i
5363
5364         * scripts/abc2ly.py (out_filename): fix thinko with \version.
5365
5366 2005-04-26  Graham Percival  <gperlist@shaw.ca>
5367
5368         * Documentation/user/basic-notation.itely,
5369         instrument-notation.itely, advanced-notation.itely,
5370         changing-defaults.itely: minor fixes.  Added docs
5371         for colors to advanced-notation.itely.
5372
5373         * Documentation/user/advanced-notation.itely: fixed compile
5374         problem and added Bernard's x11-color doc patch.
5375
5376 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5377
5378         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
5379         alright this time round.
5380
5381 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5382
5383         * Documentation/topdocs/INSTALL.texi (Top): idem.
5384
5385         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
5386
5387         * VERSION (MAJOR_VERSION): release 2.5.21
5388
5389         * scm/output-ps.scm (grob-cause): bugfix.
5390
5391 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5392
5393         * cygwin/*: Update.
5394
5395         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
5396         stuff.
5397
5398         * scm/output-ps.scm (grob-cause): Bugfix.
5399
5400         * scm/lily.scm (ly:load): Remove x11-color.
5401
5402         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
5403         quote executable, fixes getting version from program --with
5404         --options.
5405         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
5406         $ac_exeect.
5407
5408         * Documentation/user/GNUmakefile: Only build music-glossary with
5409         rendered lilypond snippets during web.
5410
5411 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5412
5413         * po/de.po: update.
5414
5415         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
5416
5417 2005-04-22  Laura Conrad <lconrad@laymusic.org>
5418  
5419         * scripts/abc2ly:
5420         second title line append with punctuation dash character;
5421         encode abc2ly python strings in utf-8
5422        
5423 2005-04-21  Laura Conrad <lconrad@laymusic.org>
5424
5425         * scripts/abc2ly fix chords (again)
5426  
5427 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
5428
5429         * scm/x11-color.scm: new file
5430         All x11 color names can be accessed with:
5431         #(x11-color 'ColorName),
5432         #(x11-color "ColorName") or:
5433         #(x11-color "color name")
5434         If the x11 color name is not recognised then it defaults
5435         to black
5436
5437         * scm/lily.scm: amended to call scm/x11-color.scm
5438
5439 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5440
5441         * Documentation/user/invoking.itely (Reporting bugs): comment out
5442         reference to online PNG bug repository.
5443
5444 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5445
5446         * lily/translator-scheme.cc (ly:translator-property): Remove.
5447         Update callers.
5448
5449         * lily/context-scheme.cc (ly:context-now): Move from translator.
5450         Update callers.
5451
5452 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5453
5454         * input/regression/grid-lines.ly (skips): refine example.
5455
5456         * scm/define-context-properties.scm
5457         (all-user-translation-properties): doc autoBeamCheck
5458
5459         * input/regression/grid-lines.ly (Module): new file.
5460
5461         * lily/grid-point-engraver.cc (Module): new file.
5462
5463         * lily/grid-line.cc (Module): new file.
5464
5465         * lily/grid-line-span-engraver.cc (Module): new file.
5466
5467         * lily/grid-line-interface.cc (Module): new file.
5468
5469 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5470
5471         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
5472         missing parameter, actualy cdr through list.  Actually return a
5473         list with ENTRY removed (was '()).
5474
5475         * scripts/convert-ly.py: Update.  Print warning if file cannot be
5476         opened.
5477         (do_conversion): Fix printing of continuation comma.
5478
5479         * Documentation/user/advanced-notation.itely (Beam formatting):
5480         Remove refbugs about compound time and mixed duration.
5481
5482         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
5483         modulo moments explicitely.
5484
5485         * lily/moment.cc (operator %): New function.
5486
5487         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
5488
5489         * lily/translator-scheme.cc (ly:translator-now,
5490         ly:translator-property): New function.
5491
5492         * scm/auto-beam.scm (default-auto-beam-check): New function.
5493
5494         * lily/auto-beam-engraver.cc (test_moment): Use it.
5495
5496         * flower/rational.cc (operator %): Bugfix.
5497
5498 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
5499
5500         * scripts/abc2ly: Bugfix
5501
5502 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5503
5504         * python/fontextract.py (write_extracted_fonts): bugfix, too many
5505         %'s on EndFont comment.
5506
5507         * lily/ledger-line-spanner.cc: some more words of explanation.
5508
5509 2005-04-20  John Williams <williams@tni.com>  
5510         
5511         * scripts/lilypond-book.py: htmlquote bugfix.
5512         Allow snippets to be given distinct filenames.
5513         Allow the default alt text to be overridden.
5514
5515 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
5516
5517         * ly/performer-init.ly: Bugfix
5518
5519         * THANKS: Added bughunters.
5520
5521 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5522
5523         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
5524
5525         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
5526         position (was: use modulo measure length).
5527
5528         * configure.in (no gui_b): Remove optional gtk+ requirement.
5529
5530 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5531
5532         * Documentation/user/basic-notation.itely (Pitches): add
5533         LedgerLineSpanner.
5534
5535         * lily/dynamic-engraver.cc (process_music): set right bound to
5536         script if present. Else, do not set.
5537         (acknowledge_grob): only set right bound of finished spanner to
5538         note column if no other bound is set.
5539
5540         * python/lilylib.py (make_ps_images): switch back to png16m.
5541         
5542 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5543
5544         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
5545         writing up to date file.  Add dvips usage suggestion.
5546
5547         * scripts/convert-ly.py: Fix error message.
5548         Print usage if no files on command line.
5549         (usage): Add example usage.
5550
5551         * input/test/compound-time.ly: New file.
5552
5553         * input/test/circle.ly: New file.
5554
5555         * Documentation/topdocs/NEWS.tely: Use them.
5556
5557         * input/test/boxed-stencil.ly: Remove \score.
5558
5559         * buildscripts/mf-to-table.py (base): Add .log dependency.
5560
5561         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
5562         pfa's.  Add .log dependency
5563
5564         * scm/define-markup-commands.scm (lower): New command.
5565
5566         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
5567         make it default.
5568
5569 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5570
5571         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
5572         also to finished cresc as right bound. This fixes:
5573         skip-string-decresc.ly
5574
5575         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
5576         relative_coordinate if extent is empty.
5577
5578         * lily/stem.cc (width_callback): determine correct extent if flag
5579         is not there. This fixes slur-no-flag.ly
5580
5581         * lily/grace-engraver.cc (consider_change_grace_settings): new
5582         function.
5583         (initialize): also consider_change_grace_settings() on
5584         initialization. Fixes large grace notes at start of score.
5585
5586         * lily/break-align-interface.cc (do_alignment): don't translate if
5587         total_extent is empty.
5588
5589         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
5590
5591 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5592
5593         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
5594         with slash.
5595
5596 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5597
5598         * stepmake/aclocal.m4: Remove tfm_path.
5599
5600 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5601
5602         * scm/music-functions.scm (markup-expression->make-markup): fix
5603         bug with cons arguments of markup commands.
5604         (music->make-music): fix music expression property list building
5605
5606 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5607
5608         * aclocal.m4: Massage package names.
5609
5610         * SCons updates.
5611
5612 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5613
5614         * VERSION (PACKAGE_NAME): release 2.5.20
5615
5616         * lily/stem.cc (calc_stem_info): add minimum Y extent of
5617         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
5618
5619         * lily/percent-repeat-engraver.cc (try_music): add measure before
5620         next_moment to future processing moment. Fixes:
5621         percent-repeat-mm-rest.ly
5622         (process_music): don't add moment for 2nd time.
5623
5624         * input/regression/repeat-percent.ly: add mmrests as extra test.
5625
5626         * lily/axis-group-engraver.cc (acknowledge_grob): read
5627         keepAliveInterfaces to decide what to kill.
5628
5629         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
5630         percent-repeat-interface to keepAliveInterfaces. This fixes
5631         percent-repeat-harakiri.
5632
5633 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * SCons updates.
5636
5637 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5638
5639         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
5640
5641         * aclocal.m4: remove --enable-tfm-path configure option
5642
5643         * input/test/ancient-font.ly (lowerStaff): clef name errors.
5644
5645         * scm/backend-library.scm (postscript->png): newline after
5646         finishing command.
5647
5648         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
5649         (LY_DEFINE): ly:paper-score-paper-systems: new function 
5650
5651         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
5652
5653         * lily/score.cc (default_rendering): use Music_output too.
5654
5655         * input/test/chord-names-languages.ly (Module): rename file.
5656
5657         * lily/text-spanner.cc: add bound-padding.
5658
5659         * lily/paper-book.cc (systems): accept Paper_score
5660         iso. Paper_system vector. 
5661
5662         * input/regression/line-arrows.ly: new file.
5663
5664         * lily/paper-score.cc (process): run get_paper_systems() only once.
5665
5666         * lily/line-spanner.cc (line_stencil): add arrows.
5667
5668 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
5669
5670         * lily/line-interface.cc (make_arrow): new function. 
5671         (arrows): idem.
5672
5673 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
5674
5675         * input/test/chord-names-german.ly: update for italian/french
5676         chords.
5677         
5678         * Documentation/user/instrument-notation.itely (Printing chord
5679         names): update.
5680
5681 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5682
5683         * lily/include/paper-score.hh (class Paper_score): remove unused
5684         prototypes.
5685
5686         * lily/book.cc (process): add -COUNT to midi output.
5687
5688         * lily/score.cc (book_rendering): remove outname argument
5689         (book_rendering): return list of Music_outputs. 
5690
5691         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
5692
5693         * lily/book.cc (process): loop over Music_outputs returned from
5694         Score::book_rendering().
5695
5696         * lily/*.cc (width_callback): remove spurious "unused" warnings
5697         for assert (axis==[XY]_AXIS); 
5698
5699         * lily/include/music-output.hh (class Music_output): smobify class.
5700
5701         * lily/include/paper-score.hh (class Paper_score): make members
5702         private.
5703
5704         * lily/performance.cc (process): return #f iso. #<undefined>. This
5705         prevents #<undefined> leaking into GUILE-userspace.
5706
5707 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5708
5709         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
5710
5711 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
5712
5713         * scm/chord-name.scm : support for italian and french
5714         chords names.
5715
5716         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
5717         a space defined by chordPrefixSpacer when the root name is
5718         direclty followed by a prefix.
5719
5720         * ly/engraver-init.ly : chordPrefixSpacer       
5721         * scm/define-context-properties.scm : chordPrefixSpacer
5722         * ly/property-init.ly : italianChords, frenchChords 
5723
5724 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5725
5726         * mf/feta-din.mf: Remove.
5727
5728         * mf/GNUmakefile (fontdir): Bugfix.
5729
5730         * mf/SConstruct: Some updates.
5731
5732         * SConstruct: Require pkg-config.
5733         (test_program): Bugfix for double digit version compares, use
5734         integer (not string-) compare.
5735         Optionally require gs 8.14.
5736
5737         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
5738
5739         * lily/*: s/ifdef HAVE_*/if have/.
5740
5741         * SConstruct (test_lib): New function.  Update pkg-config and some
5742         other requirements.
5743
5744         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
5745         freetype, pangof2t.
5746
5747 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * po/lilypond.pot, ...: Update using bison-CVS.
5750
5751         * python/lilylib.py (make_ps_images): Fixo.
5752
5753 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5754
5755         * python/lilylib.py (make_ps_images): typo.
5756
5757         * configure.in (gui_b): make bison optional.
5758
5759         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
5760
5761 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
5762
5763         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
5764         with one parameter can be defined in a LaTeX file when processed
5765         by lilypond-book this will be evaluated between the systems of
5766         a multi-system score. The parameter is the number of systems processed.
5767
5768 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5769
5770         * python/lilylib.py (make_ps_images): Escape newline.
5771
5772         * Documentation/user/music-glossary.tely: Run
5773         texinfo-all-menus-update.
5774
5775 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5776
5777         * scm/lily-library.scm (old-relative-not-used-message)
5778         (version-not-seen-message): Add input-file-name-location to message.
5779
5780         * lily/parser.yy (lilypond): Add token aliases.
5781
5782         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
5783         not confuse with alteration.
5784         (alteration): Add.
5785
5786 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5787
5788         * python/lilylib.py (make_ps_images): use -dEPSCrop
5789
5790         * VERSION (PACKAGE_NAME): release 2.5.19 
5791
5792         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5793         only put xrefs in info documentation.
5794
5795         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
5796         .pdf rule to tex-rules.make.
5797
5798         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
5799         from -systems.* output.
5800
5801         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
5802         directly, remove -$(PAGESIZE) target.
5803
5804         * input/test/embedded-postscript.ly: update.
5805
5806 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5807
5808         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
5809
5810         * Documentation/user/changing-defaults.itely (Font selection):
5811         document font-name.
5812
5813         * input/regression/font-name.ly: show Pango fonts for
5814         font-name. Update example. 
5815
5816         * lily/pango-select.cc (properties_to_pango_description): don't
5817         convert symbol font-size to number, but use to lookup.
5818
5819         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
5820
5821         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
5822         (NAME . FILE-NAME) tuples for font descriptions. 
5823         (write-preamble): display BeginFont DSC comments.
5824
5825         * python/fontextract.py (write_extracted_fonts): new file. Extract
5826         font resources from a PS file.
5827
5828         * scripts/lilypond-book.py (option_definitions): --psfonts option.
5829         (Compile_error.process_include): do_file returns chunks.
5830
5831         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
5832
5833         * make/lysdoc-targets.make: .texi is .PRECIOUS
5834
5835         * scripts/lilypond-book.py (write_if_updated): new function.
5836
5837 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5838
5839         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
5840
5841 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5842
5843         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
5844
5845         * input/regression/markup-syntax.ly: remove \score.
5846
5847         * scm/define-markup-commands.scm (draw-circle): add fill argument
5848
5849         * scm/stencil.scm (make-circle-stencil): add fill argument
5850
5851         * ps/music-drawing-routines.ps: add fill argument.
5852
5853         * ly/performer-init.ly: add CueVoice to MIDI too.
5854
5855         * ps/music-drawing-routines.ps: new routine BeginEPSF /
5856         EndEPSF.
5857
5858         * input/regression/markup-eps.ly: new file.
5859
5860         * scm/framework-ps.scm (write-preamble): change order: vars should
5861         be inited before procedures.
5862
5863         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
5864         for EPS files.
5865
5866         * scm/define-markup-commands.scm (epsfile): add epsfile command.
5867
5868 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5869
5870         * configure.in (gui_b): add check for ghostscript 8.15
5871
5872 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5873
5874         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
5875         start of line. Fixes cresc-after-newline.ly
5876
5877         * lily/source-file.cc (file_line_column_string): use get_column().
5878
5879 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * lily/source-file.cc (get_column): utf-8 support for column numbers.
5882
5883 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5884
5885         * lily/*: use message () iso progress_indication () for messages.
5886         Revise/uniformise user messages.
5887
5888         * flower/warn.cc (progress_indication): New function.
5889         (message): Use it.  Fixes newline problems.
5890
5891         * config.make.in (webdir): Sort out install dirs.
5892
5893         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
5894
5895         * python/lilylib.py (command_name): Bugfix.
5896         (make_ps_images):
5897
5898 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
5899
5900         * lily/main.cc: --help says what types of backends are availabe
5901
5902 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5903
5904         Fix ./VERSION dependency, and without need to reconfigure.
5905
5906         * lily/main.cc (setup_paths): Update.
5907
5908         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
5909
5910         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
5911
5912         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
5913         Add \line for some simplistic cases.
5914
5915         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
5916
5917 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5918
5919         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
5920         to compile LY files (useful for adding eg. "-I" args)
5921         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
5922         2Gnome command for gnome backend.
5923         (LilyPond-command-formatgnome): call the 2Gnome command. key
5924         binding: C-c C-g
5925
5926 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5927
5928         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
5929         depend on all PNG images.
5930
5931 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5932
5933         * GNUmakefile.in: Bugfix: also link .map files.
5934
5935 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5936
5937         * scm/music-functions.scm (music->make-music): generate 
5938         a (make-music ...) sexpr from a music expression.
5939         (display-scheme-music): use guile pretty printer to display the
5940         make-music sexpr.
5941
5942 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5943
5944         * ly/engraver-init.ly: reindent.
5945         Add CueVoice.
5946
5947         * scm/music-functions.scm (music-pretty-string): handle moments
5948         too.
5949         (music-pretty-string): only print non-empty lists.
5950         (cue-substitute): create CueVoice context, which has smaller type.
5951
5952         * lily/moment-scheme.cc (LY_DEFINE): new methods
5953         ly:moment-grace-{numerator,denominator}
5954
5955         * lily/context-handle.cc: remove quit() method. 
5956
5957         * lily/font-config.cc (init_fontconfig): be verbose about font path.
5958         (init_fontconfig): success is 0, not !0
5959
5960 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5961
5962         * mf/feta-nummer-code.mf (code): add plus glyph.
5963
5964         * lily/tie.cc (print): idem.
5965
5966         * lily/slur.cc (print): don't use thickness property for
5967         slur shape-thickness.
5968
5969         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
5970         while adding stencils.
5971
5972         * scm/define-markup-commands.scm (with-color): with-color markup
5973         command.
5974         (whiteout): new markup command 
5975         (filled-box): new markup command
5976
5977 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5978
5979         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
5980         test for PDF docs.
5981
5982         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
5983         PFAAybabtu-Regular.  Fixes feta font in PDFs.
5984         
5985         Notes for tetex-3.0 make web:
5986            psclean.map: s/uhv8a/uhvr8a/
5987            config.ps add:
5988                 p +psfonts_t1.map
5989                 p +psclean.map
5990                 p +typeface.map
5991
5992 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5993
5994         * scm/music-functions.scm (music-pretty-string): fix bug with
5995         string argument.
5996
5997 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5998
5999         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
6000
6001 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6002
6003         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
6004         only process options if they're there.
6005         (write_file_map): add version-seen? to snippet-map.ly
6006
6007 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
6008
6009         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
6010         formatting cleanups.
6011
6012         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
6013         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
6014
6015 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6016
6017         * scm/framework-ps.scm (ps-font-command): don't hash, just use
6018         name directly.
6019
6020         * lily/main.cc (setup_paths): either add mf/out to search path or 
6021         fonts/{otf,type1,etc}
6022         
6023         * lily/font-config.cc (init_fontconfig): either add mf/out to
6024         FontConfig or fonts/{otf,type1,etc}
6025
6026         * GNUmakefile.in: don't put mf/ link in share/ dir.
6027
6028         * lily/staff-spacing.cc: move same-direction-correction to
6029         note-spacing-interface
6030
6031         * scm/lily.scm (lilypond-main): use variable argument count for
6032         exception handler.
6033
6034         * lily/font-config.cc (init_fontconfig): add operator pacification
6035         message.
6036
6037         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
6038
6039         * buildscripts/gen-emmentaler-scripts.py (i): generate
6040         PFAEmmentaler as well.
6041
6042         * scm/framework-ps.scm (munge-lily-font-name): new function
6043         (write-preamble): hack: insert PFA equivalent of CFF into
6044         .PS. This makes LilyPond output printable on normal PS printers
6045         again.
6046
6047         * buildscripts/gen-emmentaler-scripts.py (i): generate
6048         PFAEmmentaler.pfa aswell.
6049
6050 2005-04-06  John Williams <williams@tni.com>  
6051         
6052         * scripts/lilypond-book.py: refactor the compose_ly procedure.
6053         
6054 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6055
6056         * scm/page-layout.scm (default-page-make-stencil): always combine
6057         the header stencil, even if empty. This prevents the body text to
6058         reach up to the margins.
6059
6060         * po/rw.po (Module): new file, for Kinyarwanda.
6061
6062         * input/test/spacing-optical.ly (Module): new file.
6063
6064         * lily/staff-spacing.cc: add same-direction-correction
6065
6066 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6067
6068         * Documentation/user/introduction.itely (Engraving): Comment-out
6069         non-existent file.
6070
6071 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6072
6073         * scm/define-grob-properties.scm (all-user-grob-properties): add
6074         same-direction-correction
6075
6076         * VERSION: release 2.5.18
6077
6078 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6079
6080         * lily/grob.cc (mark_smob): Check pscore->layout_ before
6081         dereferencing.  Fixes make web.
6082
6083         * lily/midi-stream.cc: Handle unwritable midi file.  Include
6084         errno.h.
6085
6086         * Documentation/user/: Fix links.
6087
6088 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6089
6090         * lily/text-interface.cc (Module): rename from text-item.cc
6091
6092         * input/regression/apply-output.ly (texidoc): function naming fix.
6093
6094         * lily/time-signature-performer.cc (derived_mark): new function.
6095
6096         * lily/lily-parser-scheme.cc:  print mapped file name for progress
6097
6098         * scripts/lilypond-book.py (find_linestarts): new function.
6099         (find_toplevel_snippets): keep track of line numbers.
6100
6101         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
6102         all key changes.
6103
6104         * ly/declarations-init.ly (partCombineListener): use
6105         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
6106
6107         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
6108
6109 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6110
6111         * lily/text-item.cc: Fix link.
6112
6113         * Documentation/user/changing-defaults.itely (Changing defaults):
6114         Fix programs reference links.
6115
6116         * Documentation/user/music-glossary.tely: Convert to utf-8.
6117
6118 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6119
6120         * make/lilypond-vars.make: remove TEXMF from variables.
6121         remove DEB_BUILD pk font variables.
6122         remove GUILE_LOAD_PATH
6123         remove TeX memory vars.
6124
6125 2005-04-04  Werner Lemberg  <wl@gnu.org>
6126
6127         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
6128
6129 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6130
6131         * ps/lilyponddefs.ps: remove reencode-font
6132
6133         * lily/simple-spacer.cc (add_columns): also compare
6134         directly. Column rank doesn't distinguish between broken and
6135         unbroken columns. This fixes large spaces before time sig changes.
6136
6137         * Documentation/user/point-and-click.itely: document ly:set-option.
6138
6139         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
6140         point_and_click_global is set.
6141
6142         * lily/scm-option.cc (LY_DEFINE): add point-and-click
6143         ly:set-option argument.
6144
6145 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6146
6147         * GNUmakefile.in: Include symlinks in webball.
6148
6149         * Documentation/user/GNUmakefile (source-links): Add symlinks to
6150         source dir for split and non-split manuals.
6151
6152         * Documentation/user/*y: Fix @uref/@inputfile links for
6153         split/non-split HTML documents.
6154
6155         * Documentation/user/GNUmakefile (local-WWW): Do not generate
6156         .ps.gz.
6157         
6158 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6159
6160         * GNUmakefile.in: Add newline.
6161
6162 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
6163
6164         * tex/lilyponddefs.tex: use color instead of xcolor
6165         * scm/output-tex.scm: minor editing
6166
6167 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6168
6169         * scm/music-functions.scm (display-scheme-music): pretty printer
6170         for music expressions.
6171
6172 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6173
6174         * buildscripts/install-info-html.sh (index_file): Fix link.
6175
6176 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6177
6178         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
6179
6180         * Documentation/index.html.in: Add size estimates with some big pages.
6181
6182         * Documentation/user/tutorial.itely (Running LilyPond for the
6183         first time): Add/replace some @rglos links.  TODO: add more
6184         @rglos links in tutorial, test non-intrusiveness (.css).
6185
6186         * stepmake/bin/add-html-footer.py (do_file): Remove info's
6187         annoying's indication of referencing external document.
6188
6189         * Documentation/user/GNUmakefile: Split version of glossary too.
6190         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
6191         links, not only for html.
6192
6193         * Documentation/user/introduction.itely: Fix some links for other
6194         than html, do not use `here' as link name.
6195
6196 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6197
6198         * scm/documentation-generate.scm (string-append): Fix @usermanref,
6199         @glossaryref.
6200
6201 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6202
6203         * scm/page-layout.scm (default-page-make-stencil): only add header
6204         if existing and not empty. Fixes spurious programming error.
6205
6206         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
6207
6208 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
6209
6210         * scm/output-tex.scm: implement {re,}setcolor
6211         * tex/lilyponddefs.tex: use color package
6212
6213 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6214
6215         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
6216         additions to website.
6217
6218         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
6219
6220         * Documentation/user/macros.itexi: Fix @usermanref html links in
6221         split documents: use @inforef.
6222
6223 2005-03-30  Graham Percival  <gperlist@shaw.ca>
6224
6225         * Documentation/user/programming-interface.itely: minor fix.
6226
6227         * Documentation/user/advanced-notation.itely: added info to
6228         Metronome markings.
6229
6230 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6231
6232         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
6233         use box-stencil.  Remove y-padding argument.
6234         (make-stencil-circler): New function.
6235
6236         * buildscripts/lilypond-words.py (F): 
6237         * elisp/SConscript (a): 
6238         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
6239         * vim/SConscript (a): 
6240         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
6241
6242         * lily/general-scheme.cc: Build fix.
6243
6244         * scm/markup.scm:
6245         * input/regression/markup-scheme.ly: 
6246         * input/regression/markup-syntax.ly: Drop 'new-' from name.
6247
6248         * scm/stencil.scm (make-circle-stencil): New function.
6249
6250         * scm/define-markup-commands.scm (draw-circle): Use it.  New
6251         name (was cicle).  Update callers.
6252         (circle): New markup command, similar to box.
6253
6254         * scm/stencil.scm (circle-stencil): New function.
6255
6256 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
6257
6258         * configure.in: Detect libutf8/wchar.h variant.
6259
6260         * stepmake/aclocal.m4: Modify shared size test.
6261
6262 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6263
6264         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
6265
6266 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6267
6268         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
6269         
6270         * VERSION (PACKAGE_NAME):  release 2.5.17
6271
6272 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6273
6274         * scm/backend-library.scm (postscript->png): Fix comment and png
6275         message.
6276
6277         * GNUmakefile.in (link-tree): Fix locales.
6278
6279 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6280
6281         * lily/stencil-scheme.cc (LY_DEFINE): change to
6282         ly:stencil-aligned-to, non mutating.
6283
6284         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
6285
6286         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
6287
6288         * lily/quote-iterator.cc (derived_mark): call
6289         Music_wrapper_iterator::derived_mark() too.
6290
6291         * lily/grace-engraver.cc (derived_mark): change signature, add
6292         const.
6293
6294 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6295
6296         * SConstruct (symlink): 
6297         * GNUmakefile.in (link-tree): Add scripts to prefix.
6298
6299         * lily/general-scheme.cc (ly:effective-prefix): New function.
6300
6301         * scm/backend-library.scm (postscript->png): Use it.
6302
6303 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6304
6305         * lily/paper-score.cc (process): don't delete grobs after
6306         producing stencils. 
6307
6308         * scm/part-combiner.scm (determine-split-list): switch off
6309         debugging info.
6310
6311         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
6312         if available.
6313
6314         * scm/define-context-properties.scm
6315         (all-user-translation-properties): add stringNumberOrientations.
6316
6317         * lily/new-fingering-engraver.cc (position_scripts): make generic,
6318         so fingering and string-numbers are separately controlled.
6319
6320 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6321
6322         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
6323         not use debugging.
6324
6325 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6326
6327         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
6328
6329         * config.hh.in: add HAVE_FONTCONFIG.
6330
6331         * Documentation/user/instrument-notation.itely (String number
6332         indications): new node.
6333
6334         * input/regression/new-markup-syntax.ly (texidoc): add circle.
6335
6336         * lily/new-fingering-engraver.cc (add_string): new function. 
6337         (acknowledge_grob): accept string-number-event as well.
6338
6339         * scm/define-markup-commands.scm (circle): new markup command.
6340
6341         * scm/output-lib.scm (print-circled-text-callback): new function.
6342
6343         * lily/GNUmakefile: move ifeq after include stepmake.make.
6344
6345 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6346
6347         * config.make.in (HAVE_LIBKPATHSEA_SO):
6348         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
6349
6350         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
6351         add KPATHSEA_LIBS.
6352
6353         * debian/watch: 
6354         * debian/control: Update.
6355
6356 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6357
6358         * input/test/title-markup.ly (spaceTest): remove.
6359
6360         * input/test/embedded-tex.ly (Module): remove.
6361
6362         * input/test/music-box.ly: use 'name property, not ly:music-name.
6363
6364         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
6365
6366         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
6367
6368 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6369
6370         * Documentation/topdocs/INSTALL.texi (Top): Remove information
6371         about xdeltas.  Add information about CVS.
6372
6373         * scm/lily.scm (lilypond-main): Fix invocation of handler,
6374         gracefully handle failed files.
6375
6376         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
6377
6378         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
6379         small fixes.
6380
6381         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
6382         No unnecessarily specific i18n messages.  Remove stray `1'.
6383
6384 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6385
6386         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
6387         documentencoding
6388
6389         * scm/documentation-lib.scm (texi-file-head): set utf-8
6390         documentencoding.
6391
6392         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
6393         Delta, not the Symbol one. 
6394
6395         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
6396         for the .map file.
6397
6398         * Documentation/topdocs/INSTALL.texi (Top): add running
6399         requirement as compilation requirement.
6400
6401 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6402
6403         * buildscripts/mutopia-index.py (headertext): add h1 header and
6404         utf-8 charset meta field.
6405
6406         * input/GNUmakefile: prune example list.
6407
6408         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
6409         options.
6410
6411         * lily/slur-scoring.cc (get_base_attachments): only look at stem
6412         extent for visible stems.
6413
6414         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
6415
6416 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6417
6418         * Documentation/topdocs/INSTALL.texi (Top): Updates.
6419
6420         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
6421
6422 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6423
6424         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
6425         pass inf/nan into slur scoring.
6426
6427         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
6428         page.
6429
6430         * scripts/abc2ly.py (dump_voices): use alphabet().
6431
6432 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
6433         
6434         * mf/GNUmakefile (depth): use $(FONTFORGE). 
6435
6436 2005-03-27 Matthias Neeracher <neeracher@mac.com>
6437         
6438         * flower/include/virtual-methods.hh: simplify. Patch by
6439
6440 2005-03-25  John Williams <williams@tni.com>  
6441
6442         * scripts/lilypond-book.py (main): add png for HTML too, guess
6443         only if necessary. 
6444
6445 2005-03-25  Graham Percival  <gperlist@shaw.ca>
6446
6447         * Documentation/topdocs/INSTALL.texi: now recommends
6448         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
6449
6450         * Documentation/user/basic-notation.itely,
6451         Documentation/user/tutoria.itely: warn about
6452         only one (phrasing) slur at once.
6453
6454 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
6455
6456         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
6457
6458 2005-03-23  Graham Percival  <gperlist@shaw.ca>
6459
6460         * Documentation/user/basic-notation.itely: fixed info about
6461         ending a (de)cresc.
6462
6463         * Documentation/user/lilypond-book.itely: fixed
6464         lilypond-book filter example and warned about not doing
6465         --filter and --process at the same time.
6466
6467 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6468
6469         * lily/parser.yy (bass_number),
6470         Documentation/user/instrument-notation.itely (Figured bass): 
6471         Add the possibility to use text markup in figured bass. 
6472
6473 2005-03-19  Graham Percival  <gperlist@shaw.ca>
6474
6475         * Documentation/user/global.itely: added info about naming
6476         identifiers and breakbefore.
6477
6478         * Documentation/user/invoking.itely: added info about batch
6479         processing files with convert-ly, removed references to TeX
6480         in the jail section.
6481
6482         * Documentation/user/examples.itely: possibly fixed piano
6483         dynamics.
6484
6485         * Documentation/user/advanced-notation.itely: added info
6486         about removing other types of Staff.
6487
6488         * Documentation/user/instrument-notation.itely: possibly
6489         fixed piano staff line switch.
6490
6491         * Documentation/user/changing-defaults.itely: added info
6492         about using normal font in titles.
6493
6494 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6495
6496         * VERSION (PATCH_LEVEL): release 2.5.16
6497
6498         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
6499         explicitly.
6500
6501 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6502
6503         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
6504         whitespace.
6505
6506         * python/lilylib.py (make_ps_images):
6507         * scm/backend-library.scm (postscript->pdf, postscript->png):
6508         Quote file name.  Use format rather than string-append juggling.
6509
6510 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6511
6512         * python/lilylib.py (make_ps_images): add x to -g argument. 
6513
6514         * lily/key-performer.cc (create_audio_elements): don't use
6515         scm_eval_string. Check for minor 3rd directly.
6516   
6517         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6518         (sarabandeCelloGlobal): key is D minor, not F major.
6519
6520 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6521
6522         Fix truncated --png output (Peter Danenberg).
6523         
6524         * python/lilylib.py (make_ps_images):
6525         * scripts/ps2png.py (copyright): Grok --papersize option.
6526
6527         * scm/backend-library.scm (postscript->png): Add parameter
6528         PAPERSIZE.  Update callers.
6529
6530         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
6531         Fixes symbol placement.
6532
6533         * lily/spanner.cc: 
6534         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
6535         <libc-extension.hh>).
6536
6537 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6538
6539         * Nitpick run.
6540
6541         * buildscripts/fixcc.py: Update.
6542
6543         Builddir run fixes.
6544
6545         * HACKING (datadir): Add VERSION.
6546
6547         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
6548         higher up.
6549
6550 2005-03-15  Werner Lemberg  <wl@gnu.org>
6551
6552         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
6553         diagonal stem doesn't become thinner.
6554
6555 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6556
6557         * buildscripts/fixcc.py: Fixes (Werner).
6558
6559 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6560
6561         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
6562         Emmentaler/Aybabtu.
6563
6564         * GNUmakefile.in: fix lilypond-words path.
6565
6566         * po/tr.po: update to 2.3.21
6567
6568         * lily/new-fingering-engraver.cc (position_scripts): take priority
6569         from head position.
6570
6571         * input/regression/finger-chords-order.ly (texidoc): new file.
6572
6573 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6574
6575         * make/ly-rules.make: 
6576         * stepmake/aclocal.m4: 
6577         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
6578
6579         * buildscripts/fixcc.py (rules): Leave space after operator.
6580
6581 2005-03-14  Werner Lemberg  <wl@gnu.org>
6582
6583         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
6584         top of the glyph with smooth curve.
6585
6586 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6587
6588         * Documentation/user/global.itely (Page layout): remove
6589         printpagenumber.
6590
6591 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
6592
6593         * input/regression/mensural-ligatures.ly: new file (with examples
6594         compiled by Pal Benko).
6595
6596         * Documentation/user/instrument-notation.itely: Bugfix: yet some
6597         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
6598         musicglyph access.  Many small beautifications in ancient
6599         examples.
6600
6601         * input/test/divisiones.ly: fixed indentation; small
6602         beautifications
6603
6604         * ly/engraver-init.ly: added FIXME comment
6605
6606         * scripts/lilypond-book.py,
6607         Documentation/user/lilypond-book.itely: added music fragment
6608         option "packed" to lilypond-book
6609
6610         * Documentation/user/instrument-notation.itely: Bugfix: added
6611         missing LedgerLineSpanner color setting in several places.  Added
6612         music fragment option "packed" to VaticanaContext example.
6613
6614 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6615
6616         * scm/define-grobs.scm (all-grob-descriptions): switch off
6617         Hyphen_spanner::set_spacing_rods 
6618
6619         * lily/lyric-hyphen.cc (print): add padding between syllable and
6620         hyphen.
6621         (print): shorten hyphen in tight situations (determine using
6622         minimum-length)
6623
6624         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
6625         0.4pt.
6626
6627 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6628
6629         * ly/titling-init.ly (bookTitleMarkup): Refinements.
6630
6631         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
6632         header/footer markings for regression-test.
6633
6634         * scm/backend-library.scm (output-scopes, header-to-file): Move
6635         from framework-tex.scm.
6636
6637         * scm/framework-ps.scm (output-framework)
6638         (output-preview-framework):
6639         * scm/framework-eps.scm (output-classic-framework)
6640         (output-framework): Use it.  Fixes collated files.
6641
6642 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6643
6644         * input/sakura-sakura.ly: 
6645         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
6646
6647         * buildscripts/guile-gnome.sh: Update.
6648
6649         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
6650
6651         * mf/aybabtu.pe.in: Capitalize Aybabtu.
6652
6653 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6654
6655         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
6656         culprit: always exit the loop if we find a rod, even if it has
6657         distance < 0. 
6658
6659         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
6660         algorithm.
6661
6662         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
6663         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
6664
6665         * scm/output-svg.scm (dashed-line): new  function body.
6666         
6667         * GNUmakefile.in: create .htaccess.
6668
6669 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6670
6671         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
6672
6673 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6674
6675         * VERSION (PACKAGE_NAME): release 2.5.15
6676
6677         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
6678
6679         * scm/framework-svg.scm (output-framework): put scaling in
6680         document header. Apply scaling only once.
6681         (output-framework): dump page size in px, not mm. 
6682
6683         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
6684         from font-size.
6685
6686         * lily/paper-outputter-scheme.cc (LY_DEFINE):
6687         ly:outputter-output-scheme, new function.
6688
6689         * scm/output-svg.scm (pango-description-to-svg-font): new function
6690
6691 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6692
6693         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
6694         target.
6695
6696         * input/typography-demo.ly: new file.
6697
6698 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6699
6700         * Documentation/user/global.itely (File structure): Add markup blocks
6701         to toplevel expressions.
6702         (Multiple movements, Creating titles): Add markup blocks.
6703
6704         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
6705         <libc-extension.hh>).
6706
6707         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
6708
6709         * flower
6710         * lily
6711         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
6712
6713 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6714
6715         * lily/accidental.cc: special bboxes for natural. 
6716
6717         * mf/feta-toevallig.mf: make stems heavier.
6718
6719         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
6720         texts as well.
6721
6722         * mf/feta-klef.mf: revise. 
6723
6724         * mf/feta-schrift.mf: make thinning of accent less pronounced.
6725
6726         * mf/feta-klef.mf: add rounded curve at top. 
6727         make thinnib a little heavier.
6728
6729 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6730
6731         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
6732
6733         * buildscripts/fixcc.py: New file.
6734
6735         * input/regression/utf8.ly: Update Debian font description.
6736
6737 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6738
6739         * stepmake/aclocal.m4: Fix test.
6740
6741 2005-03-09  Graham Percival  <gperlist@shaw.ca>
6742
6743         * Documentation/user/invoking.itely: added Sebastino Vigna's
6744         docs for the --jail option.
6745
6746 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6747
6748         * lily/stem.cc (print): only produce stemlets if there are no
6749         noteheads on this stem.
6750
6751         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
6752         don't crash on stemlet (visible stem without heads).
6753
6754         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
6755         unbroken situations. 
6756
6757         * scm/output-lib.scm (center-invisible): new function.
6758
6759         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
6760         wishes to determine loose column space.
6761
6762         * lily/font-config.cc (init_fontconfig): add
6763         fonts/{otf,type1,cff}  to path.
6764
6765         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
6766
6767         * mf/GNUmakefile (Module): install all fonts under otf/
6768
6769         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
6770         replace /fonts/otf/ by /ps/ 
6771
6772         
6773 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6774
6775         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
6776
6777         * lily/book.cc (process): Oops, add score_.header_.
6778
6779         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
6780
6781         * lily/parser.yy: Handle toplevel and book texts as score.
6782
6783         * scm/page-layout.scm (default-page-make-stencil):
6784         Bugfix: (page-properties rename.
6785
6786         * scm/backend-library.scm (ly:system): Typo.
6787
6788 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6789
6790         * stepmake/stepmake/executable-targets.make (installexe): don't
6791         strip installed executables
6792
6793         * lily/font-select.cc (get_font_by_design_size): revert
6794         pango_description_string as well.
6795
6796         * lily/system.cc (set_loose_columns): put loose column just left
6797         of next column.
6798
6799         * lily/include/group-interface.hh (extract_grob_array): rename
6800         from Pointer_group_interface__extract_grobs
6801
6802         * input/regression/ledger-line-minimum.ly (texidoc): new file.
6803
6804         * lily/ledger-line-spanner.cc (set_spacing_rods): new
6805         function. Keep ledgered note heads at a minimum distance.
6806         Introduce minimum-length-fraction
6807         (print): introduce length-fraction property.
6808
6809 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6810
6811         * tex/GNUmakefile: remove latin1.enc rules.
6812
6813 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6814
6815         * scm/titling.scm: Typo.
6816
6817         * input/regression/score-text.ly: Really add.
6818
6819         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
6820
6821 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6822
6823         * lily/open-type-font-scheme.cc:  new file.
6824
6825 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6826
6827         * scm/titling.scm (layout-extract-page-properties): Rename from
6828         page-properties.  Update callers.
6829
6830         * lily/lexer.ll (Lily_lexer):
6831         * lily/parser.yy: Junk lyric_markup state.
6832
6833         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
6834
6835         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
6836         Add texts parameter.
6837
6838 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6839
6840         * lily/lexer.ll (lyric_markup): New mode.
6841         (Lily_lexer::push_lyric_markup_state): New method.
6842         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
6843
6844         * lily/parser.yy (book_body):
6845         (toplevel_expression): Grok \markup texts.
6846
6847         * lily/score-scheme.cc (ly:music-scorify): 
6848         * scm/lily-library.scm (collect-music-for-book): Take texts
6849         parameter.
6850
6851         * lily/score.cc (texts_): New member.
6852
6853         * lily/paper-book.cc (systems): Format score texts.
6854
6855         * score-text.ly: New file.
6856
6857         * ttftool/SConscript:
6858         * kpath-guile/SConscript: New file.
6859
6860         * lily/SConscript:
6861         * SConstruct: Update.
6862
6863 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6864
6865         * VERSION (PACKAGE_NAME): release 2.5.14
6866
6867 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6868
6869         * lily/main.cc: Add dummy xgettext markers.
6870
6871 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6872
6873         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
6874         requirements
6875
6876         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
6877         executable is < 40k
6878
6879         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
6880         hack.
6881
6882 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6883
6884         * flower/libc-extension.cc:
6885         * flower/include/libc-extension.hh: [Open]BSD simply cast
6886         cookie/funopen declarations.
6887
6888         * stepmake/aclocal.m4: Check for libkpathsea.so.
6889
6890         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
6891         dl_kpse_find_file.
6892
6893 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6894
6895         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
6896         (open_library): alternative for static library.
6897
6898 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6899
6900         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
6901
6902         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
6903
6904         Drop run-time dependency on teTeX.
6905
6906         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
6907
6908         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
6909         KPATHSEA_LIBS in LIBS.
6910         (STEPMAKE_DLOPEN): New function.
6911
6912         * lily/font-config.cc (init_fontconfig): Use dir for directory,
6913         not path.
6914
6915         * flower/file-path.cc (directories): Rename from paths, as this
6916         return an array of directories (a single path).
6917
6918 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6919
6920         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
6921
6922         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
6923         new ly:kpathsea-find-file
6924
6925         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
6926
6927         * kpath-guile/GNUmakefile: new file
6928
6929         * buildscripts/gen-emmentaler-scripts.py (i): generate
6930         emmentaler-X.fontname as well.
6931
6932         * buildscripts/ps-embed-cff.py: new script
6933
6934         * scm/lily-library.scm: remove ps-embed-cff.
6935
6936         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
6937         font loading. 
6938
6939         * scm/font.scm (add-music-fonts): load dynamics/numbers through
6940         fontconfig as well.
6941
6942         * lily/font-config.cc (init_fontconfig): add cff/ too.
6943
6944         * ly/generate-embedded-cff.ly: capitalize.
6945
6946         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
6947         so as to register the pango font.
6948
6949         * lily/font-config.cc (init_fontconfig): add
6950         prefix/{otf,type1,mf/out} to fontconfig path.
6951
6952         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
6953         overrides all. 
6954
6955         * configure.in (gui_b): remove ec mftrace check
6956
6957         * config.hh.in: use lilypond-Major.Minor as data directory.
6958
6959         * scm/framework-ps.scm (dump-page): use output-units for landscape.
6960
6961         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
6962         name.
6963
6964 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6965
6966         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
6967         error messages.
6968
6969         * flower/libc-extension.cc:
6970         * flower/include/libc-extension.hh: [Open]BSD fixes for
6971         cookie/funopen declarations.
6972
6973 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6974
6975         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
6976         emmentaler.
6977
6978         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
6979         lcrm10.
6980
6981         * scm/define-markup-commands.scm (fontsize): new markup
6982         command. Also set baseline-skip
6983
6984 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
6985         
6986         * lily/main.cc (do_chroot_jail): paranoia security for webserver
6987         use.
6988
6989 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6990
6991         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
6992
6993         * lily/pdf.cc: remove PDF related files
6994
6995 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6996
6997         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
6998         <hamamatsu@gmx.de>
6999
7000 2005-03-05  Graham Percival  <gperlist@shaw.ca>
7001
7002         * Documentation/user/advanced-notation.itely: first draft
7003         of reorg done.
7004
7005         * Documentation/user/global.itely: fixed (sub)section
7006         bits of MIDI.
7007
7008 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7009
7010         * cygwin/mknetrel (extras): Bufix (Bertalan).
7011
7012         * Documentation/user/basic-notation.itely (Chords): @ref fix.
7013         * Documentation/user/instrument-notation.itely (Introducing chord
7014         names): Compile fix: must have unique name.
7015
7016 2005-03-02  Graham Percival  <gperlist@shaw.ca>
7017
7018         * Documentation/user/instrument-notation.itely: reorg.
7019
7020 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7021
7022         * scm/output-gnome.scm:
7023         * scm/output-svg.scm: Fix font scaling.
7024
7025 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7026
7027         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
7028         what link to use best.
7029
7030         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
7031         * Documentation/user/tutorial.itely (Automatic and manual beams):
7032         Fix @ref.
7033
7034         * lily/tweak-registration.cc (replace_grob_tweak): New function.
7035         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
7036         * scm/framework-gnome.scm (tweak): Use it.
7037
7038 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7039
7040         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
7041
7042         * scm/output-ps.scm (white-text): reinstate white-text
7043
7044 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7045
7046         * scm/output-ps.scm (offset-add): Remove.
7047
7048         * scm/lily-library.scm (offset-flip-y): New function.
7049         * scm/framework-gnome.scm (tweak): Use it.
7050
7051         * scm/output-gnome.scm (grob-cause): Add parameter.
7052
7053         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
7054         * scm/output-ps.scm (url-link): Move.
7055         (white-text): Warn user about brokenness.
7056
7057         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
7058         wrt ghostscript.
7059
7060 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7061
7062         * lily/slash-repeat-engraver.cc (try_music): always make slashes
7063         if body length smaller than measure length.
7064
7065         * scm/define-markup-commands.scm (with-url): oops. use Y extent
7066         for Y.
7067
7068         * ly/titling-init.ly (tagline): put default tagline in \paper
7069
7070 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7071
7072         * lily/kpath.cc: 
7073         * lily/pdf.cc (Pdf_file): Use more generic error messages.
7074
7075         * scm/lily-library.scm (version-not-seen-message): New function.
7076         * ly/init.ly: Use it.
7077
7078         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
7079         breaks as progess.
7080
7081         * scripts/lilypond-book.py (do_process_cmd): Do not lump
7082         whitespace with l10n message.
7083
7084         * scm/framework-tex.scm (convert-to-ps):
7085         (convert-to-dvi): Do not use overly specific l10n messages.
7086
7087         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
7088
7089         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
7090         merge stderr with stdout.  
7091
7092 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7093
7094         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
7095         Neeracher).
7096
7097 2005-02-29  Graham Percival  <gperlist@shaw.ca>
7098
7099         * Documentation/user/instrument-notation.teily: moved
7100         \arpeggio to Basic.
7101
7102         * Documentation/user/advanced-notation.itely: Articulation to
7103         Basic, a bunch of stuff from Basic moved to Advanced.
7104
7105         * Documentation/user/basic.itely: swapped various sections,
7106         reorganized Basic.
7107
7108 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7109
7110         * flower/memory-stream.cc: 
7111         * flower/libc-extension.cc: Remove obsolete #undefs.
7112
7113         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
7114         more carefully.
7115
7116 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7117
7118         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
7119         dependency.
7120
7121         * VERSION (PACKAGE_NAME): release 2.5.13
7122
7123         * GNUmakefile.in (web-ext): don't ship ps.gz
7124
7125         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
7126         stdout
7127
7128 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7129
7130         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
7131         without libintl.  Now it compiles too.
7132
7133 2005-02-28  Graham Percival  <gperlist@shaw.ca>
7134
7135         * Documentation/user/basic-notation.itely,
7136         instument-notation.itely, advanced-notation.itely:
7137         split up contents of notation.itely.
7138
7139         * Documentation/user/notation.itely: file removed.
7140
7141         * Documentation/user/invoking.itely, converters.itely:
7142         moved convert-ly info to invoking.itely.
7143
7144         * Documentation/user/global.itely, changing-defaults.itely,
7145         sound-output.itexi: moved global settings, file layout, and
7146         sound into global.itely.
7147
7148         * Documentation/user/sound-output.itexi: file removed.
7149
7150         * Documentation/user/lilypond.tely: removed links to
7151         notation.itely and sound.itely.
7152
7153 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7154
7155         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
7156
7157         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
7158  
7159         * THANKS: add sponsor.
7160
7161         * scm/define-markup-commands.scm (with-url): new markup command.
7162
7163         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
7164         tagline.
7165         
7166         * scm/output-tex.scm (url-link): stub.
7167
7168         * scm/output-ps.scm (url-link): new function.
7169
7170         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
7171         ly:set-point-and-click
7172
7173 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7174
7175         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
7176         based on pdf-viewer setting.
7177
7178         * scm/framework-ps.scm (write-preamble): Find and set preferred
7179         pdf-viewer.
7180
7181 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7182
7183         * Documentation/user/point-and-click.itely: update for PDF point &
7184         click.
7185
7186         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
7187         editors based on EDITOR setting.
7188
7189 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7190
7191         * scm/*: Oops, more grand 2005 replace bits.
7192
7193 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7194
7195         * ps/music-drawing-routines.ps: new routine: insert PDF mark
7196
7197         * scm/output-ps.scm (grob-cause): point & click support for
7198         PostScript
7199
7200 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7201
7202         * lily/input-scheme.cc (LY_DEFINE): rename to
7203         ly:input-file-line-column
7204
7205 2005-02-26  Graham Percival  <gperlist@shaw.ca>
7206
7207         * Documentation/user/examples.itely: small fix from Steve Doonan.
7208
7209         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
7210
7211         * THANKS: added Yuval Harel.
7212
7213         * Documentation/user/{various}: inserted two spaces after a period.
7214
7215         * Documentation/user/lilypond.tely: added framework for reorg.
7216
7217         * Documentation/user/basic-notation.itely, instrument-notation.itely,
7218         advanced-notation.itely, global.itely: new files, placeholder for
7219         future reorg.
7220
7221 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
7222
7223         * Documentation/user/notation.itely: revamped Polyphony section
7224         
7225 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7226
7227         * Documentation/user/lilypond-book.itely (Music fragment options):
7228         doc fontload.
7229
7230         * Documentation/user/changing-defaults.itely (Text encoding): add
7231         fontload option to utf8 include
7232
7233         * scripts/lilypond-book.py (compose_ly): add fontload option
7234
7235         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
7236         force-eps-font-include option.
7237
7238         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
7239         black triangle
7240
7241         * Documentation/user/invoking.itely (Editor support): remove
7242         lilypond-latex section.
7243
7244         * scripts/lilypond-latex.py (Module): remove script.
7245
7246         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
7247         overwrite .log. 
7248
7249         * lily/main.cc: remove -m, --no-layout
7250
7251         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
7252         to define. We don't want to override fprintf everywhere.
7253
7254 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7255
7256         * cygwin/lilypond.hint: 
7257         * cygwin/README.in: Update dependencies.
7258
7259         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
7260         Bugfix: do not pollute CPPFLAGS, LIBS.
7261
7262         * cygwin/mknetrel (extras): Cross compile fixes.
7263
7264         * ttftool/util.c: 
7265         * ttftool/ttfps.c: 
7266         * ttftool/ps.c: #include libc-extension.hh
7267
7268         * flower/include/libc-extension.hh:
7269         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
7270         wrapper using funopen.
7271         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
7272         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
7273
7274         * config.hh.in:
7275         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
7276         (AC_CHECK_HEADERS): Add libio.h
7277
7278         * scripts/convert-ly.py: Uniformize, internationalize.
7279         (2.5.2): Remove fatal encoding rule.
7280         (2.5.13): Handle latin1 encoding gracefully.
7281
7282 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7283
7284         * HACKING: Fix line breaks.
7285
7286 2005-02-23  Werner Lemberg  <wl@gnu.org>
7287
7288         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
7289         contains those two files.
7290
7291 2005-02-21  Werner Lemberg  <wl@gnu.org>
7292
7293         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
7294         to improve overlap removal process.
7295
7296         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
7297         left and right ending.  This ensures better overlapping.
7298         Update all callers.
7299         ("lineprall"): Don't use draw_gridline to get better overlapping.
7300
7301 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7302
7303         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
7304
7305         * Documentation/topdocs/NEWS.tely (Top): oops.
7306
7307 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
7308
7309         * HACKING: new file.
7310
7311         * input/regression/utf8.ly (portuguese): added a portuguese example
7312         to show latin1 accents.
7313
7314 2005-02-21  Pal Benko  <benkop@freestart.hu>
7315
7316         * lily/mensural-ligature-engraver.cc:
7317         * lily/mensural-ligature.cc:
7318         * lily/include/mensural-ligature.hh: new algorithm implemented
7319
7320         * scm/define-grob-properties.scm: join-left killed (add-join may
7321         be used); join-left-amount changed to join-right-amount
7322
7323 2005-02-21  Graham Percival  <gperlist@shaw.ca>
7324
7325         * Documentation/user/notation.itely: small but urgent fix.
7326
7327 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
7328
7329         * lily/duration-scheme.cc: bugfix: correct parameters to
7330         SCM_ASSERT_TYPE.
7331
7332         * THANKS: added Pal.
7333
7334         * Documentation/user/notation.itely: bugfix: unTeXified
7335         $\\backslash$.  Bugfix: yet another glyph renaming victim:
7336         "timesig.*x/y" -> "timesig.*xy".
7337
7338 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7339         
7340         * VERSION (PACKAGE_NAME): release 2.5.12
7341
7342 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7343
7344         * ly/engraver-init.ly: set tieWaitForNote to #t by default
7345
7346         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
7347
7348         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
7349
7350         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
7351
7352 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7353
7354         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
7355         latin1..utf-8.
7356
7357         * input/regression/stanza-number.ly:
7358         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
7359
7360         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
7361
7362 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7363
7364         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
7365         NEWS. Refer to website for older news.  
7366
7367         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
7368         .HTML. This should be done for specific servers only.
7369
7370         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
7371         .ly image examples.
7372
7373         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
7374         in layer 0 too.
7375
7376         * scm/define-context-properties.scm
7377         (all-user-translation-properties): add tieWaitForNote
7378
7379         * scm/define-grobs.scm (all-grob-descriptions): add
7380         Tie_column::before_line_breaking
7381
7382         * lily/tie.cc (get_column_rank): new function
7383
7384         * lily/tie-column.cc (before_line_breaking): new function.
7385         (werner_directions): take into account ties that start on
7386         different columns.  
7387
7388         * lily/score-engraver.cc (set_columns): move add_column() so we
7389         have column rank available.
7390
7391         * lily/tie.cc (get_column_rank): new function.
7392
7393         * input/regression/utf8.ly (japanese): add japanese lyrics.
7394
7395         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
7396
7397         * THANKS: add Steve D
7398
7399         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
7400         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
7401
7402 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
7403
7404         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
7405         to show harmonic notes
7406         * scm/define-markup-commands.scm: in \markup-by-number
7407         "dots-dot" -> "dots.dot" to show dotted notes
7408
7409 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7410
7411         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
7412
7413         * flower/memory-stream.cc (writer): new file.
7414
7415         * configure.in: add endian test.
7416
7417 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
7418
7419         * Documentation/user/examples.itely: small
7420         simplification/beautification
7421
7422         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
7423         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
7424         notation manual.
7425
7426         * lily/mensural-ligature.cc: bugfix: another few victims of the
7427         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
7428
7429         * ly/gregorian-init.ly: commit some experimental code for hi-level
7430         ligature input language lying around here for several months.
7431
7432         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
7433         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
7434
7435         * lily/vaticana-ligature-engraver.cc: bugfix: another few
7436         "x-y-z"->"x.y.s-z" fixes.
7437
7438 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7439
7440         * scm/framework-pdf.scm (scm): new file
7441
7442         * lily/include/pdf.hh (class Pdf_file): new file.
7443
7444         * lily/pdf.cc (write_trailer): new file.
7445
7446 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
7447
7448         * input/regression/color.ly: new file
7449
7450         * lily/stencil.cc (interpret_stencil_expression):
7451         when a color expression is encountered: save current color,
7452         process the rest of the expression, and restore previous color.
7453
7454         * lily/system.cc (get_line): check all grobs for color property and
7455         prepare the stencil scheme expressions for further processing.
7456         Fix layer-loop.
7457
7458         * scm/define-grob-properties.scm: introduce the color property.
7459
7460         * scm/output-lib.scm: color helper functions.
7461
7462         * scm/output-ps.scm: introduce setcolor/resetcolor.
7463
7464 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
7465
7466         * ly/*.ly, input/regression/*.ly: Added missing \version
7467         statements in some files.
7468
7469 2005-02-15  Graham Percival  <gperlist@shaw.ca>
7470
7471         * Documentation/user/notation.itely: minor editing.
7472
7473         * Documentation/user/converters.itely: updated convert-ly bugs.
7474
7475         * Documentation/user/lilypond-book.itely: add info about using
7476         feta characters in latex.
7477
7478 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7479
7480         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
7481
7482 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7483
7484         * scm/define-grob-properties.scm (all-user-grob-properties):
7485         removed 'dashed property.
7486
7487 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7488
7489         * scm/lily.scm (define-safe-public): new macro for defining
7490         variables that can be used in --safe mode. Use it in *.scm
7491         instead of manually setting safe-objects in safe-lily.scm.
7492
7493 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7494         
7495         * lily/slur.cc: Slur-dash patch by Bertalan.
7496
7497         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
7498
7499         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
7500
7501 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7502
7503         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
7504
7505 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7506
7507         * mf/GNUmakefile: teTeX-3.0 install fix.
7508
7509         * Cygwin patch from Bertalan.
7510
7511         * stepmake/stepmake/metafont-rules.make: Remove bashism.
7512
7513 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7514
7515         * GNUmakefile.in: 
7516         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
7517
7518         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
7519         2.0.x compatibility.
7520
7521 2005-02-08  Werner Lemberg  <wl@gnu.org>
7522
7523         * mf/feta-din-code.mf: Format; clean up code.
7524         Replace `---' with `--' plus explicit path directions.
7525         (linethickness#, stafflinethickness#): Remove.
7526         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
7527         ("dynamic s"): Improve shape.
7528         ("dynamic p"): Improve shape.
7529         Replace `draw' with better outline approximation.
7530         ("dynamic r"): Improve shape.
7531         Don't call `fill' and `draw' at the same time.
7532
7533 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7534
7535         * SConstruct (symlink):
7536         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
7537         build fix: add enc symlink.
7538
7539         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
7540
7541         Support for DESTDIR besides prefix=/foo
7542
7543         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
7544
7545         * stepmake/stepmake/*.make:
7546         * */GNUmakefile:
7547         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
7548
7549         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
7550
7551         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
7552         mawk in fontforge (date) test.
7553
7554 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7555
7556         * scm/font.scm (make-century-schoolbook-tree): add NCS as
7557         font-family=roman. Add Luxi Sans as sans
7558
7559 2005-02-07  Graham Percival  <gperlist@shaw.ca>
7560
7561         * Documentation/user/notation.itely: add warning about
7562         percent repeats and Voice contexts.
7563
7564         * Documentation/user/lilypond-book.itely: clarified the
7565         necessity of dvips -u arguments.
7566
7567 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
7568
7569         * THANKS: Added a bunch of bug hunters.
7570
7571 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7572
7573         * scm/framework-ps.scm (output-preview-framework): bugfix.
7574
7575         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
7576         o/ for chord modifier..
7577
7578         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
7579
7580         * lily/drum-note-performer.cc:  remove unused (thanks Michael
7581         Welsh Duggan). 
7582
7583 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7584
7585         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
7586
7587         * ly/titling-init.ly: Do not also print intstrument in header on
7588         first page.  Do not print page number on first and only page.
7589
7590 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7591
7592         * input/regression/*.ly: remove old-relative everywhere
7593
7594         * lily/music-sequence.cc (simultaneous_relative_callback): do
7595         what-if analysis on copy, not on original. Fixes old-relative
7596         compatibility.
7597
7598         * scm/backend-library.scm (postscript->png): space before
7599         --verbose.
7600         
7601 2005-02-05  Werner Lemberg  <wl@gnu.org>
7602
7603         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
7604         is defined.
7605
7606         * mf/feta-alphabet.mf: Define `staffsize#'.
7607         Include `feta-params.mf'.
7608         s/staffheight/design_size/.
7609
7610         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
7611
7612         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
7613
7614         * mf/feta-nummer-code.mf: Reformatted.
7615         (draw_six): Use outline intersection to avoid a self-intersecting
7616         path.
7617         ("Numeral comma"): Fix serious outline glitches.  This slightly
7618         changes the glyph shape.
7619         ("Numeral dash"): Use `draw_rounded_block'.
7620         ("Numeral dot"): Use `drawdot'.
7621         ("Numeral 1"): Assure identical tangent directions for the
7622         intersection points of paths.  The glyph shape improvement is only
7623         visible at very high magnifications.
7624         ("Numeral 2"): Use `solve' macro to make the lower right part of
7625         the glyph outline touch the x axis exactly.  This changes the
7626         glyph shape.
7627         Minor fixes for better overlap removal support.
7628         ("Numeral 4"): Make lefter corner `rounder'.
7629         ("Numeral 5"): Assure identical tangent directions for the
7630         intersection points of paths.  This improves the glyph shape at
7631         high magnifications.
7632         ("Numeral 7"): Use `solve' macro to make the upper right part of
7633         the glyph outline touch the metrics box exactly.  This changes the
7634         glyph shape.
7635         Avoid corner in the upper left part of the glyph (causing a minor
7636         shape change).
7637
7638         * mf/feta-ital-*.mf: Removed.  Unused.
7639
7640 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7641
7642         * VERSION (PATCH_LEVEL): release 2.5.11
7643
7644         * input/regression/fill-line-test.ly: new file.
7645
7646         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
7647         emmentaler name, eg. emmentaler-23. 
7648
7649 2005-02-04  Christian Hitz  <chhitz@gmx.net>
7650
7651         * scm/scm/define-markup-commands.scm (fill-line): rework for better
7652         alignment with centered texts
7653
7654         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
7655         list of paddings
7656
7657 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7658
7659         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
7660
7661         * lily/note-column.cc (translate_rests): call flush_extent_cache()
7662         of parents when translating rests. Fixes: c-chord-rest.ly 
7663
7664         * lily/include/dimension-cache.hh (struct Dimension_cache): add
7665         dimension_callback_ member.
7666
7667         * lily/grob.cc (flush_extent_cache): new function. Force recompute
7668         of extents.
7669
7670 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7671
7672         * all but lily/*: The grand 2004/2005 replace.
7673
7674 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7675
7676         * lily/*: add space after ,  
7677
7678         * scm/music-functions.scm (has-request-chord): don't use
7679         ly:music-name anywhere. Fixes <<\\>> notation. 
7680
7681         * scm/define-markup-commands.scm (box): use font-size for
7682         padding. Fixes boxed-rehearsal-marks.ly
7683
7684         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
7685         identifier definition too, so foo = \lyrics { ...   } bar = #1
7686         doesn't complain about "bar" being LYRICS_STRING.
7687
7688         * lily/paper-def.cc (find_pango_font): new routine; Store
7689         pango_fonts in hash tab too. This is necessary for retrieving
7690         Pango_fonts::physical_font_tab() later on.
7691  
7692         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
7693         crash if psname is null.
7694
7695         * lily/lily-guile.cc (ly_hash2alist): new function
7696
7697         * Documentation/user/changing-defaults.itely (Text encoding):
7698         rewrite. 
7699
7700         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
7701         -> font_filename mapping.
7702
7703         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
7704         ly_pango_font_physical_fonts
7705
7706         * scm/framework-ps.scm (supplies-or-needs): extract names from
7707         physical Pango_fonts.
7708
7709         * utf8.ly: new file.
7710
7711 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7712
7713         * Documentation/user/changing-defaults.itely (Page layout): add
7714         doco about systemSeparatorMarkup.
7715
7716         * scm/page-layout.scm (default-page-make-stencil): add-to-page
7717         function.
7718         (default-page-make-stencil): insert system separators.
7719
7720         * scm/define-markup-commands.scm (hcenter): add
7721         (beam): add.
7722
7723 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7724
7725         * scm/output-ps.scm (ez-ball): reinstate ez notation.
7726
7727 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7728
7729         * lily/main.cc: Spell backend consistently.  Sort options.
7730
7731 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7732
7733         * scripts/lilypond-book.py (Module): revert @include.
7734         
7735 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7736
7737         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
7738         Bugfix: @include .tex (not .texi).  Small cleanups.
7739
7740         * stepmake/bin/add-html-footer.py (i18n): New function.
7741
7742 2005-01-31  Werner Lemberg  <wl@gnu.org>
7743
7744         * mf/feta-nummer.mf: Removed.  Unused.
7745
7746 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7747
7748         * lily/ : 2004 -> 2005 s&r
7749
7750         * scm/file-cache.scm (cached-file-contents): add file. Read each
7751         file only once.
7752
7753         * scm/font.scm (add-pango-fonts): change order. Medium weight is
7754         now default.
7755
7756         * VERSION: release 2.5.10
7757         
7758         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
7759
7760         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
7761
7762         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
7763         that both X and Y extents of bbox are non-nil.
7764
7765 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7766
7767         * scm/chord-name.scm (alteration->text-accidental-markup): change
7768         - to . 
7769
7770         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
7771
7772         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
7773
7774         * Documentation/user/invoking.itely (Invoking lilypond): add note
7775         about EPS backend.
7776
7777         * scm/framework-eps.scm: new file: create per-system/per-page EPS
7778         files for inclusion in lilypond-book document.
7779
7780         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
7781
7782         * input/tutorial/lbook-texi-test.texi: new file.
7783
7784         * scm/safe-lily.scm (safe-objects): add
7785         {begin,end}-of-line-(in)?visible as safe.
7786  
7787 2005-01-30  Graham Percival  <gperlist@shaw.ca>
7788
7789         * Documentation/user/changing-defaults.itely: fixed example
7790         of (dynamics).
7791
7792 2005-01-29  Graham Percival  <gperlist@shaw.ca>
7793
7794         * lily/main.cc: fix info about -o=FILE.
7795
7796 2005-01-29  Werner Lemberg  <wl@gnu.org>
7797
7798         * mf/feta-toevallig.mf ("Natural"): Completely changed the
7799         construction to assure smooth transition from straight to curved
7800         lines.
7801
7802 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7803
7804         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
7805         stencils.
7806
7807         * ps/lilyponddefs.ps: add start-page, start-system doesn't
7808         translate to top of page. Fixes alignment problems of
7809         lilypond-generated EPS files.
7810
7811 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7812
7813         * scm/part-combiner.scm (analyse-spanner-states): trigger on
7814         crescendo-end as well, since Decrescendo maybe ended with Stop
7815         Crescendo.). Fixes: partcombine-diminuendo.ly
7816
7817         * scm/script.scm (default-script-alist): swap portato symbols.
7818
7819         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
7820
7821         * lily/paper-outputter-scheme.cc (LY_DEFINE):
7822         ly:outputter-port. New function.
7823
7824         * scm/framework-ps.scm (output-classic-framework): dump a
7825         -systems.texi too
7826         (output-classic-framework): dump multiple systems on an "infinite"
7827         page EPS including fonts. 
7828
7829         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
7830         .eps files for both texi and tex formats. Use PNG coming from
7831         lilypond.
7832         
7833 2005-01-28  Graham Percival  <gperlist@shaw.ca>
7834
7835         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
7836
7837         * scripts/lilypond-latex.py: fix info about -o=FILE.
7838
7839 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7840
7841         * ly/generate-embedded-cff.ly: write .cff.ps files.
7842
7843         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
7844
7845         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
7846         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
7847
7848 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7849
7850         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
7851
7852 2005-01-28  Werner Lemberg  <wl@gnu.org>
7853
7854         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
7855         macros.
7856         (draw_bulb): Improved.
7857
7858         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
7859         metapost bug.
7860         (draw_pedal_P): Use soft_end_penstroke.
7861         (draw_pedal_d): Use soft_start_penstroke.
7862
7863         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
7864         path.
7865         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
7866         doesn't change the glyph shape.
7867
7868         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
7869         changing the shape) to avoid fontforge warnings.
7870
7871         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
7872         soft_end_penstroke and fix glyph shape.
7873
7874 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7875
7876         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
7877
7878 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7879
7880         * scm/define-markup-commands.scm (line): filter out empty stencils
7881         from line command.
7882
7883         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
7884         amount.
7885
7886 2005-01-27  Graham Percival  <gperlist@shaw.ca>
7887
7888         * Documentation/user/notation.itely: added info about what
7889         \voiceFoo does.  Also rewrote warning about marks at
7890         a line break.
7891
7892         * Documentation/user/changing-defaults.itely: added info
7893         about putting dynamics in parenthesis and brackets.
7894
7895 2005-01-27  Werner Lemberg  <wl@gnu.org>
7896
7897         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
7898
7899 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7900
7901         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
7902         portato-direction.ly
7903
7904         * lily/beam.cc (consider_auto_knees): add beam height to
7905         threshold. Fixes: knee-multiple-beam.ly
7906
7907         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
7908         pedal line spanners. Fixes: instrument-center-pedal.ly
7909
7910         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
7911         if encountering barline. Fixes: auto-beam-repeat.ly
7912
7913 2005-01-26  Werner Lemberg  <wl@gnu.org>
7914
7915         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
7916         overlapping.
7917
7918         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
7919         with inflections for the 1/2 sharp glyph.
7920
7921         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
7922         connection between `t' and `r'.
7923         Unify bulb with the rest of `r' to avoid grazing outlines which
7924         confuses the overlap removal algorithm of fontforge.
7925
7926         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
7927         inflections.
7928         (draw_cross): Fix shape to have uniform thickness in corners.
7929
7930         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
7931         to avoid an uneven number of self-intersections; this confuses
7932         fontforge.
7933         Fix a slight bug in the shape at left bottom (which is visible only
7934         at high magnifications).
7935         `Center' the stem horizontally to avoid overlapping.
7936
7937 2005-01-24  Werner Lemberg  <wl@gnu.org>
7938
7939         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
7940         to `asis'.
7941         (fet_begingroup): Save group name in string `feta_group'.
7942         (fet_endgroup): Updated.
7943         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
7944
7945         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
7946
7947         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
7948         in metapost.
7949
7950 2005-01-24  Graham Percival  <gperlist@shaw.ca>
7951
7952         * Documentation/user/notation.itely: really minor editing.
7953
7954 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7955
7956         * Documentation/user/examples.itely: minor editing.
7957
7958         * Documentation/user/changing-defaults.itely: minor editing.
7959
7960         * Documentation/user/notation.itely: clarified info on polyphony
7961         and \addlyrics.
7962
7963 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7964
7965         * scm/output-gnome.scm: 
7966         * scm/output-svg.scm:
7967         * scm/lily-library.scm (font-name-style): Update font name
7968         kludging for fontconfig use.
7969
7970 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
7971
7972         * scm/define-markup-commands.scm: Document right-align and
7973         larger markup commands. Remove "TODO" from the topmost comment
7974         "each markup function should have a doc string." More consistent
7975         use of new-lines.
7976
7977 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7978
7979         * Documentation/user/changing-defaults: removed info about
7980         copyright symbol, since it's likely to change soon.
7981         Added info about betweensystemspace.
7982
7983         * Documentation/user/notation.itely: minor fixes.
7984
7985         * Documentation/user/lilypond.tely,
7986         Documentation/user/music-glossary.tely: changed copyright
7987         date to 2005 instead of 2004.
7988
7989         * input/test/volta-chord-names.ly: added old example back.
7990
7991 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7992
7993         * mf/feta-beugel.mf: use design size 20 (not 15).
7994
7995         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
7996         change name to aybabtu completely
7997
7998 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7999
8000         * buildscripts/gen-emmentaler-scripts.py (outdir): add
8001         design_size to fontname
8002
8003 2005-01-19  Werner Lemberg  <wl@gnu.org>
8004
8005         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
8006         mf/feta-schrift.mf: s/p/pat/ if a path variable.
8007
8008         * mf/feta-autometric.mf (set_char_box): Add code which emits
8009         specials for mf2pt1 if run with metapost.
8010         (to_bp): New macro for mf2pt1.
8011
8012 2005-01-18  Graham Percival  <gperlist@shaw.ca>
8013
8014         * Documentation/user/changing-defaults: added info on
8015         creating a copyright symbol.
8016
8017 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8018
8019         * VERSION: release 2.5.9
8020         
8021 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
8022
8023         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
8024
8025         * Documentation/user/notation.itely: Document
8026         score-override-auto-beam-setting Fix documentation for
8027         revert-auto-beam-setting.
8028
8029 2005-01-18  Werner Lemberg  <wl@gnu.org>
8030
8031         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
8032         (procset): New function to define a procset resource.
8033         (ps-embed-pfa): New function to define a font resource.
8034         (setup): New function to define a `Setup' environment.
8035         (preamble): Use new functions.
8036
8037         * ps/lilypond.defs (init-lilypond-parameters): New function to
8038         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
8039
8040 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8041
8042         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
8043
8044 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
8045
8046         * scm/define-markup-commands.scm: Change number->markletter-string
8047         to take two arguments (vector number). Add number->mark-alphabet-vector
8048         and markalphabet markup command.
8049
8050         * scm/translation-functions.scm: Add format-mark-box-alphabet,
8051         format-mark-alphabet, format-mark-box-barnumbers and
8052         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
8053
8054 2005-01-17  Graham Percival  <gperlist@shaw.ca>
8055
8056         * Documentation/user/examples.itely: add SATB automatic piano
8057         reduction template.
8058
8059         * Documentation/user/notation.itely: added info about changing
8060         partcombine texts.  Also adds examples of alternate lyrics.
8061
8062         * Documentation/user/changing-defaults.itely: added warning
8063         about \RemoveEmptyStaffContext overriding previous changes.
8064
8065 2005-01-17  Werner Lemberg  <wl@gnu.org>
8066
8067         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
8068         feta-alphabet*.
8069
8070 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8071
8072         * python/lilylib.py (make_ps_images): don't do final showpage for
8073         multi-page documents.
8074         
8075         * VERSION (MY_PATCH_LEVEL): release 2.5.8
8076
8077 2005-01-16  Graham Percival  <gperlist@shaw.ca>
8078
8079         * Documentation/user/lilypond.tely: changed order of appendices;
8080         unified index should be last.
8081
8082         * Documentation/user/notation.itely: add example of key signatures
8083         and info about Staff.printKeyCancellation.
8084
8085 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8086
8087         * lily/include/repeated-music.hh (class Repeated_music): change
8088         into "namespace" class.
8089
8090         * lily/event.cc: remove Key_change_event.
8091
8092         * lily/include/transposed-music.hh (class Transposed_music): remove.
8093
8094         * lily/transposed-music.cc: remove
8095
8096         * lily/include/relative-music.hh: remove.
8097
8098         * lily/include/music-sequence.hh (struct Music_sequence): change
8099         into "namespace" class.
8100
8101         * lily/untransposable-music.cc (Module): remove
8102
8103         * lily/include/un-relativable-music.hh (Module): remove
8104
8105         * lily/include/untransposable-music.hh (Module): remove
8106
8107         * lily/include/music-list.hh (Module): remove file
8108
8109         * lily/un-relativable-music.cc: remove file.
8110
8111 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8112
8113         * lily/parser.yy: Compile fix.
8114
8115 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8116
8117         * lily/include/music.hh (class Music): unvirtualize transpose().
8118
8119         * lily/sequential-music.cc: remove file.
8120
8121         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
8122
8123         * lily/slur-scoring.cc (get_best_curve): only switch on
8124         DEBUG_SLUR_SCORING for non NDEBUG builds.
8125
8126         * lily/include/music.hh (class Music): replace Music::start_mom()
8127         by start-callback property
8128
8129         * lily/include/grace-music.hh: remove file. 
8130
8131         * lily/stem.cc (height): robustness fix.
8132
8133         * lily/time-scaled-music.cc: remove file.
8134
8135         * lily/include/music.hh (class Music): include SCM init argument.
8136         (class Music): replace Music::get_length() virtual by
8137         length-callback property everywhere.
8138
8139         * scripts/convert-ly.py (conv): add  # to \property scalar value.
8140
8141         * mf/GNUmakefile: don't install *list.ly
8142
8143 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8144
8145         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
8146
8147 2005-01-12  Werner Lemberg  <wl@gnu.org>
8148
8149         This patch addresses the following problems in the feta sources
8150         files which contribute to the fetaXX fonts.
8151
8152         . Many fixes for rasterization at low resolutions (consistent use of
8153           `vround' and `hround', integer shift values for paths, applying
8154           `eps' for mirrored paths, use of `define_whole_pixels' and
8155           friends, etc.) -- while this probably looks like a waste of time
8156           it has revealed deficiencies in some glyph shapes.  See comment at
8157           the end of feta-params.mf how vertical symmetry is achieved.
8158
8159         . The `---' operator has been replaced everywhere with `--'; this
8160           both improves and considerably reduces the font size after
8161           conversion with mf2pt1.
8162
8163         These change aren't explicitly mentioned below since virtually all
8164         glyphs are affected.
8165
8166         Other notable differences:
8167
8168         . Glyphs from feta-accordion.mf now have charboxes around the
8169           outline.
8170
8171         . Fixed incorrect charbox for `accDot'.
8172
8173         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
8174
8175         . Fixed position of the bow in the `upprall' glyph and its siblings.
8176
8177         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
8178           dependent on the staff line thickness to avoid touching the middle
8179           staff line at smaller sizes.
8180
8181         . Largely extended output for feta-testXX: Where useful, glyphs
8182         are shown both between and on staff lines.
8183
8184
8185         * mf/feta-params.mf (staff_space_rounded,
8186         stafflinethickness_rounded, linethickness_rounded,
8187         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
8188         Update all code which uses them where appropriate.
8189         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
8190         New variables used to control rasterization at low resolutions.  Set
8191         to zero if feta code is processed with metapost.
8192
8193         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
8194         (draw_rounded_block, draw_square_block): Updated to use `--' only.
8195         (flare_path): Updated.
8196         Make it work with `filldraw' (but only circular pens).
8197         (hfloor, vfloor, hceiling, vceiling): New macros.
8198
8199         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
8200         Use `draw' again in mf mode to have good pixel dropout control.
8201         Fix intersection points of horizontal lines with circle.
8202         ("accDot"): Fix parameters for set_char_box.
8203         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
8204         control.
8205
8206         * mf/feta-banier.mf: Updated.
8207
8208         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
8209         testing.
8210         (undraw_inside_ellipse): Remove `center' argument.  Update all
8211         callers.
8212         (draw_brevis): New macro, called by "Brevis notehead".
8213         (draw_whole_triangle_head): New macro, called by "Whole
8214         trianglehead".
8215         (draw_small_triangle_head): Use `filldraw'.
8216
8217         * mf/feta-eindelijk.mf: Remove useless global group.
8218         Updated.
8219
8220         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
8221         `filldraw'.
8222
8223         * mf/feta-pendaal.mf: Updated.
8224
8225         * mf/feta-puntje.mf: Updated.
8226
8227         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
8228         less points.
8229         ("Flageolet"): Use `draw' again in mf mode to have good pixel
8230         dropout control.
8231         ("Varied Coda"): Use `draw_block'.
8232         (draw_comma): Fix typo.
8233         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
8234         pixel dropout control.
8235
8236         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
8237         position of bow.
8238
8239         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
8240         sizes.
8241
8242         * mf/feta-toevallig.mf (remember_pic): New variable, used for
8243         testing.
8244         (draw_meta_sharp): Much simplified.
8245         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
8246
8247         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
8248
8249 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8250
8251         * Documentation/user/notation.itely (Ancient rests): Fix typo
8252         (thanks Anthony)
8253
8254 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8255
8256         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
8257
8258         * lily/main.cc (setup_paths): Add cff.
8259
8260         * mf/GNUmakefile (foe): Include actual target %.cff.
8261         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
8262
8263 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8264
8265         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
8266         suffix for main_input_b_.
8267
8268         * scm/music-functions.scm (toplevel-music-functions):
8269         precompute music lengths for music expressions.  
8270
8271 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8272
8273         * lily/include/input.hh (class Input): new `end_' slot for end of
8274         input. Renamed defined_str0_ to start_.
8275
8276         * lily/input.cc (Input): Add Input::Input (Input const &) and
8277         remove Input::Input (Source_file*, char const *). Use the new
8278         slots.
8279         (set_location): method used by bison to propagate input
8280         locations (YYLLOC_DEFAULT).
8281         (end_line_number, end_column_number, step_forward): new methods
8282         
8283         * lily/input-scheme.cc (ly:input-both-locations): new function,
8284         similar to ly:input-location, but also return the end line and
8285         column.
8286
8287         * lily/include/includable-lexer.hh: 
8288         * lily/includable-lexer.cc: 
8289         * lily/include/lily-lexer.hh (class Lily_lexer): 
8290         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
8291         Includable_lexer to Lily_lexer, in order to update lexloc (the
8292         yylloc), a new slot of Lily_lexer.
8293         (here_input, LexerError): simplify by using the lexloc slot (aka
8294         yylloc)
8295
8296         * lily/lexer.ll: #define yylloc to use input locations (it may
8297         be useless here?). Fixed the #embedded_scm rule (step the location
8298         forward in order to skip the sharp sign before parsing the scheme
8299         expression)
8300
8301         * lily/include/lily-parser.hh (class Lily_parser): 
8302         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
8303         here_input()
8304         (parser_error): overload for more precise locations of errors.
8305
8306         * lily/parser.yy (YYLTYPE): set location type to Input
8307         (YYLLOC_DEFAULT): use Input::set_location()
8308         (yylex): add the YYLTYPE* location parameter.
8309         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
8310         Give an Input parameter to THIS->parser-error() for more accurate
8311         messages.
8312
8313 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8314
8315         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
8316
8317         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
8318         on BEAMQUANTING for non-NDEBUG builds.
8319
8320         * lily/stem.cc (head_count): performance: avoid String::String()
8321         inside oft called function.
8322
8323 2005-01-09  Graham Percival  <gperlist@shaw.ca>
8324
8325         * Documentation/user/examles.itely: attempted fix for broken
8326         string quartet template.
8327
8328         * Documentation/user/notation.itely: remove unnecessary broken
8329         link.
8330
8331 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8332
8333         * VERSION (PACKAGE_NAME): release 2.5.7
8334
8335 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8336
8337         * config.make.in (METAFONT): Append -progname=mf, fixes use with
8338         mf-nowin for teTeX-3.0.  Backportme.
8339
8340         * scm/output-svg.scm (utf8-string): New function.
8341
8342         * scm/output-gnome.scm (utf8-string): New function.
8343         (otf-name-mangling): Remove.
8344
8345         * lily/pango-font.cc (Pango_font): Use font string iso font
8346         filename for utf8-text.
8347
8348         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
8349         name.
8350
8351 2005-01-08  Graham Percival  <gperlist@shaw.ca>
8352
8353         * Documentation/user/notation.itely: add info about
8354         Staff.extraNatural = ##f in Pitches section.  Also
8355         fixed some minor issues in the Vocal music section.
8356
8357 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8358
8359         * scm/output-ps.scm (white-text): comment out Helvetica font,
8360         which is broken for my GS install.
8361
8362         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
8363         which provides a tighter bbox.
8364
8365         * scm/define-grobs.scm (all-grob-descriptions): remove all
8366         extra-offsets from definitions.
8367
8368 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
8369
8370         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
8371         add tuning for 4-string bass and some common 4/5-string banjo
8372         tunings.  New function (four-string-banjo) turns a 5-string tuning
8373         into a 4-string tuning.  New function
8374         (fret-number-tablature-format-banjo) computes correct fret numbers
8375         on 5-string banjos.
8376
8377         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
8378         Add beam correction to TabVoice.
8379
8380         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
8381         using bold font; makes tabs more readable.
8382
8383 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8384
8385         * lily/font-select.cc (get_font_by_design_size): don't make
8386         Modified_font_metric; this causes trouble, since we don't know the
8387         font magnification from inside Pango_font::text_stencil()
8388
8389         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
8390
8391         * Documentation/user/notation.itely (The Lyrics context): comment out
8392         broken {Small ensembles} link.
8393
8394         * scm/framework-svg.scm (output-framework): change calling convention.
8395
8396         * lily/object-key-dumper-scheme.cc: new file.
8397
8398         * lily/object-key-undumper-scheme.cc: new file.
8399
8400         * lily/tweak-registration-scheme.cc: new file.
8401
8402         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
8403
8404         * Documentation/user/examples.itely (String quartet): uncomment
8405         broken example.
8406
8407         * lily/font-config.cc: new file.
8408
8409 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8410
8411         * scm/output-svg.scm: 
8412         * scm/output-gnome.scm: s/bigcheese/emmentaler.
8413
8414         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
8415
8416 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
8419         Add headers.
8420
8421         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
8422
8423 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424
8425         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
8426
8427         * lily/include/main.hh: lose _b hungarian suffixes for global
8428         variables.
8429
8430         * lily/include/lily-guile-macros.hh: new file.
8431
8432         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
8433
8434         * lily/general-scheme.cc: new file. 
8435
8436         * lily/font-select.cc (get_font_by_design_size): retrieve
8437         PangoFont for (designsize . "pango-descr") entries.
8438
8439         * lily/lily-parser-scheme.cc: new file.
8440
8441         * lily/output-def-scheme.cc: new file.
8442
8443         * lily/paper-book-scheme.cc: new file.
8444
8445         * lily/duration-scheme.cc (LY_DEFINE): new file.
8446
8447         * lily/pitch-scheme.cc:  new file.
8448
8449         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
8450
8451 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8452
8453         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
8454
8455 2005-01-06  Graham Percival  <gperlist@shaw.ca>
8456
8457         * Documentation/user/notation.itely: minor editing.
8458
8459         * Documentation/user/changing-defaults: minor editing.
8460
8461         * Documentation/user/examples.itely: add template for
8462         string quartet part extraction; demonstrates tag.
8463
8464 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
8465
8466         * Documentation/user/notation.itely: documents
8467         format-mark-box-letters and format-mark-box-numbers
8468
8469         * scm/define-context-properties.scm: change comment.
8470
8471 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8472
8473         * scm/framework-ps.scm (output-classic-framework): new function:
8474         dump systems as separate .eps files (without fonts) and write a
8475         single collecting .tex file.
8476
8477 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8478
8479         * Documentation/user/notation.itely (Setting simple songs):
8480         Correct several errors in the equivalent formulation of
8481         \addlyrics. 
8482         (The Lyrics context): Corrected link to the SATB example.
8483
8484 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8485
8486         * scm/lily.scm (completize-formats): new function
8487         (postprocess-output): new function
8488
8489         * lily/paper-book.cc (classic_output): change calling
8490         convention. Give basename as first argument. 
8491         remove Paper_book::post_processing().
8492
8493         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
8494
8495 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8496
8497         * lily/paper-outputter.cc (LY_DEFINE): new function
8498         ly:outputter-close.
8499
8500         * lily/main.cc: change --format,-f to --backend,-b
8501
8502         * lily/include/main.hh: rename format to backend.
8503
8504         * scm/translation-functions.scm (format-mark-box-numbers): add.
8505         patch by Erlend Aasland
8506
8507 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8508
8509         * lily/pango-font.cc (text_stencil): dump string as
8510         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
8511
8512 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8513
8514         * configure.in (gui_b): Remove handy developer-only
8515         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
8516         CVS source installations (but break other non-default but correct
8517         PKG_CONFIG_PATH setups), as this is no longer developer-only.
8518
8519         * SConstruct: 
8520         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
8521         compatibility (backportme).
8522
8523         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
8524
8525 2005-01-03  Werner Lemberg  <wl@gnu.org>
8526
8527         Prepare glyph shapes for mf2pt1 conversion.
8528
8529         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
8530         (accDiscant, accFreebase, accStdbase): Replace `draw' with
8531         `penstroke'.
8532         (accDot): Use `drawdot'.
8533         (accBayanbase): Replace `draw' with `draw_gridline'.
8534         (print_penpos): Moved to feta-macros.mf.
8535         (accOldEE): Replace `filldraw' with `penstroke'.
8536         Replace `draw' with `penstroke' and `drawdot'.
8537
8538         * mf/feta-banier.mf: Code clean-up.
8539         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
8540         `fill'.
8541
8542         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
8543
8544         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
8545         paremeter to control drawing of labels.  Update all callers.
8546
8547         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
8548         (new_bulb): Return a bulb as a single path.  To do that, it now
8549         takes some more parameters.  Updated all callers.
8550         (draw_gclef): Major clean-up.  `draw' has been replaced with
8551         `penstroke', unnecessary outlines have been removed.
8552         Remove (unused) gnome-canvas code.
8553
8554         * mf/feta-macros.mf (print_penpos): New macro (from
8555         feta-accordion.mf).
8556         Other minor fixes.
8557
8558         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
8559         ("Pedal dot"): Use `drawdot'.
8560         (draw_pedal_P): Add parameter to control drawing of labels.  Update
8561         all callers.
8562         Fix shape at top.
8563         (draw_pedal_e): Add parameter to control drawing of labels.  Update
8564         all callers.
8565         (draw_pedal_d): Add parameter to control drawing of labels.  Update
8566         all callers.
8567         Revert drawing direction.
8568
8569         * mf/feta-schrift.mf (draw_fermata): Use single path.
8570         (draw_short_fermata): Replace `filldraw' with `fill'.
8571         (draw_long_fermata, draw_very_long_fermata): Replace calls to
8572         `draw_rounded_block' with a single path.
8573         ("Thumb"): Draw full circle instead of mirroring segments.
8574         (draw_accent): New macro.
8575         ("> accent", "espr"): Use it.
8576         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
8577         ("open (unstopped)"): Draw full circle instead of mirroring
8578         segments.
8579         (draw_vee): Removed.
8580         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
8581         ("Downbow"): Replace calls to `draw_rounded_block' with a single
8582         path.
8583         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
8584         partial pieces drawn with `fill' -- these do still overlap with the
8585         stem of the `t' but just once, not multiple times so that fontforge
8586         can handle it gracefully.
8587         Change other parts of the glyph so that fontforge's overlapping
8588         algorithm reliably works.
8589         (draw_heel): Replace `draw' with `fill'.
8590         (draw_toe): Use `draw_accent' instead of `draw_vee'.
8591         ("Flageolet"): Replace `draw' with `penstroke'.
8592         ("Segno"): Replace `filldraw' with `penstroke'.
8593         Replace `draw' with `drawdot'.
8594         ("Coda"): Replace `fill' with `penstroke', using a single path.
8595         ("Varied Coda"): Use less overlapping paths.
8596         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
8597         single path.
8598
8599         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
8600         group to better control the `labels' command.
8601         Rename argument to `offset' and use it actually.  Update all
8602         callers.
8603         Replace `filldraw' with `fill'.
8604         ("mordent", "prallmordent", "upmordent", "downmordent",
8605         "lineprall"): Replace `draw' with `draw_gridline'.
8606         ("upprall", "downprall"): Replace `draw' with `fill'.
8607
8608         * mf/feta-timesig.mf: Formatting.
8609
8610         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
8611         to...
8612         ("Flat"): Here.
8613         (draw_paren): Move code to draw labels to...
8614         ("Right Parenthesis"): Here.
8615
8616 2005-01-02  Graham Percival <gperlist@shaw.ca>
8617
8618         * Documentation/user/notation.itely: add example of \setTextDecresc
8619         and \setTextDim.
8620
8621 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
8622
8623         * scm/define-markup-commands.scm :  fix glyph-strings of
8624         accidentals and \note-by-number
8625
8626 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8627
8628         * VERSION: 2.5.6 released.
8629         
8630         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
8631
8632         * input/regression/new-markup-scheme.ly: oops. font-family=music
8633         -> font-encoding fetaMusic.  
8634
8635         * lily/main.cc: put default to PS.
8636
8637         * lily/tfm.cc: idem.
8638
8639         * lily/afm.cc: idem.
8640
8641         * lily/include/modified-font-metric.hh (struct
8642         Modified_font_metric): remove coding_scheme() method.
8643
8644         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
8645
8646         * scripts/convert-ly.py (conv): crash on encountering \encoding.
8647
8648         * input/les-nereides.ly: convert to utf8
8649
8650         * lily/modified-font-metric.cc (text_dimension): idem.
8651
8652         * lily/parser.yy (TODO): idem.
8653
8654         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
8655
8656         * lily/lexer.ll: remove encoding
8657
8658         * scm/framework-ps.scm (output-variables): separately scale the
8659         page to mm 
8660
8661         * lily/pango-font.cc (Pango_font): fix scaling.
8662
8663         * lily/font-metric.cc (design_size): design_size returns a
8664         dimension now as well.
8665
8666 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8667
8668         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
8669         brace generation. 
8670
8671         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
8672
8673 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8674
8675         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
8676         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
8677
8678 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8679
8680         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
8681         in first run as well.
8682
8683         * scm/paper.scm (layout-set-staff-size): use text-font-size in
8684         dimension less points (ie. 12 = 12 point)
8685
8686         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
8687
8688         * lily/all-font-metrics.cc (find_pango_font): set description_
8689
8690         * lily/pango-font.cc (text_stencil): export size as well.
8691         (text_stencil): fix scaling and extents box.
8692
8693 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8694
8695         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
8696
8697         * Documentation/user/invoking.itely (Invoking lilypond): document
8698         texstr
8699
8700         * scripts/convert-ly.py (conv): add ancient rules.
8701
8702         * scm/clef.scm (c0-pitch-alist): replace - with .
8703
8704         * scripts/lilypond-book.py (process_snippets): add texstr support.
8705
8706         * scm/framework-texstr.scm (header): change extension to .textmetrics
8707
8708         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
8709         -f tex.
8710
8711         * lily/text-metrics.cc: new file.
8712         (try_load_text_metrics): new function
8713
8714         * lily/include/text-metrics.hh: new file.
8715
8716 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8717
8718         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
8719         ly_scheme_function to ly_lily_module_constant.
8720
8721         * lily/modified-font-metric.cc (text_dimension): try
8722         lookup_tex_text_dimension() first.
8723
8724         * lily/tfm.cc: new function ly:load-text-dimensions
8725
8726 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8727
8728         * scm/output-texstr.scm (text): use \lilygetmetrics
8729
8730         * scm/framework-texstr.scm (header): dump in new format.
8731
8732         * tex/lilypond-tex-metrics: new file.
8733         
8734 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8735
8736         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
8737         mapping.
8738         (index_to_charcode): New method.
8739
8740         * scm/output-ps.scm (glyph-string): 
8741         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
8742
8743 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8744
8745         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
8746         implement fully, need FONT to get to charcode.
8747
8748         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
8749
8750         * scm: Cleanups.
8751
8752         * Documentation/user/changing-defaults.itely: Fix internalsrefs
8753         {Tunable context properties},
8754         {All layout objects},
8755         {Music definitions}.
8756
8757 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8758
8759         * VERSION: release 2.5.5
8760         
8761         * lily/main.cc: use TeX as default output format.
8762
8763         * flower/file-path.cc (find): try to open directly as well, so we
8764         find absolute path files. 
8765
8766         * lily/pango-select.cc: new file.
8767
8768         * scm/framework-ps.scm: remove all encoding code. 
8769         load pfb/pfa for PangoFont too.
8770         
8771         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
8772
8773 2004-12-22  Werner Lemberg  <wl@gnu.org>
8774
8775         Prepare glyph shapes for mf2pt1 conversion.
8776
8777         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
8778
8779         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
8780         (define_triangle_shape): Use it to replace `draw' with `fill' and
8781         `unfill'.  Update all callers.
8782         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
8783         (draw_cross): Ditto.
8784         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
8785         Use penrazor for better conversion with mf2pt1.
8786         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
8787         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
8788         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
8789         draw_la_head, draw_ti_head): Replace `filldraw' with
8790         `fill'.  Update all callers.
8791
8792 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8793
8794         * lily/paper-book.cc (output): revert: only allow a single output
8795         format.
8796
8797         * lily/include/pango-font.hh: new file.
8798
8799         * lily/pango-font.cc: new file.
8800
8801         * lily/font-metric.cc (text_stencil): new routine
8802
8803         * lily/all-font-metrics.cc (find_pango_font): new routine.
8804
8805         * lily/include/font-metric.hh (struct Font_metric): add
8806         text_stencil()
8807
8808         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
8809
8810 2004-12-22  Werner Lemberg  <wl@gnu.org>
8811
8812         Prepare glyph shapes for mf2pt1 conversion.
8813
8814         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
8815
8816         * mf/feta-toevallig.mf: Formatting.
8817         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
8818         ("Natural"): Fix paths to allow better postprocessing.
8819         (draw_meta_flat): Use `z3l' as additional point in path to get
8820         better conversion with mf2pt1.
8821         Other minor cleanups.
8822         ("3/4 Flat"): Add auxiliary points and modify path to replace
8823         `draw' with `fill'.
8824         ("Double Sharp"): Mirror path segments instead of picture elements
8825         to get a single outline.
8826         Modify path to replace `filldraw' with `fill'.
8827
8828 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8829
8830         * input/test/unfold-all-repeats.ly: added file back.
8831
8832         * Documentation/user/notation.itely,
8833         Documentation/user/programming-interface.itely
8834         Documentation/user/changing-defaults.itely: fixed misc broken
8835         links to input/test/ files.
8836
8837 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8838
8839         * tex/texinfo.tex: Update.  We should not be distributing this,
8840         but since we do, use latest version.
8841
8842         * Documentation/user/macros.itexi: Comment-out \fetaflat,
8843         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
8844         macros for feta glyphs.
8845
8846 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8847
8848         * Documentation/user/changing-defaults.itely: fix index for set.
8849
8850         * Documentation/user/converters.itely: added convert-ly bugs list
8851         from CVS.
8852
8853 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8854
8855         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
8856         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
8857         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
8858         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
8859
8860         * mf/GNUmakefile (pfa_warning): Use less broken check.
8861
8862         * python/lilylib.py (setup_environment): Remove cruft from
8863         GS_FONTPATH.
8864
8865         * configure.in: Bump mftrace requirement to 1.1.1.
8866
8867 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8868
8869         * scm/output-svg.scm (beam): Use polygon.
8870
8871         * scm/lily-library.scm: Bugfix.
8872
8873         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
8874
8875         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
8876
8877 2004-12-19  Werner Lemberg  <wl@gnu.org>
8878
8879         Prepare glyph shapes for mf2pt1 conversion.
8880
8881         * mf/feta-eindelijk: Some formatting.
8882         (multi_rest_x, multi_beam_height): Removed.  Unused.
8883         ("Quarter rest"): Use `intersectiontimes' to create a single
8884         outline.
8885         (rest_crook): Removed.  Unused.
8886         (draw_rest_bulb): Return path (without filling).  Update callers.
8887         Simplified.
8888         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
8889         "128th rest"): Simplify `pat'.
8890         Create single outline.
8891
8892 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8893
8894         * mf/GNUmakefile (ALL_GEN_FILES):
8895         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
8896
8897         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
8898         function.
8899
8900 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8901
8902         * scm/output-texstr.scm (placebox): add routine
8903
8904         * VERSION (PACKAGE_NAME): release 2.5.4
8905
8906         * scm/framework-texstr.scm (output-framework): new file.  
8907
8908         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
8909         processing.
8910
8911         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
8912
8913         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
8914         rule.
8915
8916         * configure.in (gui_b): bump mftrace requirement to 1.1.0
8917
8918         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
8919
8920         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
8921
8922 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * scm/framework-svg.scm (dump-page): Implement landscape.
8925
8926 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * lily/main.cc (setup_paths): Add svg to search path.
8929
8930         * scm/output-svg.scm:
8931         * scm/framework-svg.scm: Add pageSet.  Update.
8932         (dump-fonts): New function.
8933         (output-framework): Use it.
8934
8935         * mf/GNUmakefile: 
8936         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
8937
8938 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8939
8940         * tex/lilyponddefs.tex: comment out new ifpdf code.
8941
8942 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8943
8944         * GNUmakefile.in: 
8945         * SConstruct (symlink): Replace afm by otf.
8946
8947         * scm/framework-gnome.scm (gnome-main): Remove invocation of
8948         ly:pango-add-afm-decoder.
8949
8950         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
8951
8952 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8953
8954         * scm/output-ps.scm (new-text): don't access t glyph for getting
8955         space dimension.
8956
8957         * ly/init.ly: warn about \version
8958
8959         * lily/lexer.ll: set version-seen?
8960
8961 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8962
8963         * scm/output-svg.scm (string->entities): Update.
8964
8965 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8966
8967         * lily/main.cc (setup_paths): replace afm by otf for path. 
8968
8969         * lily/pangofc-afm-decoder.cc: remove.
8970
8971         * lily/include/pangofc-afm-decoder.hh: remove.
8972
8973         * scm/framework-scm.scm (output-framework): new file.
8974
8975         * mf/GNUmakefile: remove SAUTER_FONTS.
8976         remove SVG/sodipodi hacks.
8977
8978         * scm/lily-library.scm (stderr): move stderr.
8979
8980         * mf/GNUmakefile: remove AFM support.
8981
8982         * buildscripts/mf-to-table.py (base): remove AFM support.
8983
8984         * lily/open-type-font.cc (design_size): use design_size
8985
8986 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
8987
8988         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
8989
8990 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * mf/GNUmakefile: Generate combined aybabtu info.
8993         * mf/aybabtu.pe.in (i): Load it.
8994
8995         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
8996         are not symbols.
8997
8998         * lily/include/open-type-font.hh (count): New method.
8999
9000         * mf/aybabtu.pe.in: Typo.
9001
9002         * Documentation/user/out/lilypond-internals.nexi (Scheme
9003         functions): Typo.
9004
9005         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
9006
9007 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9008
9009         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
9010         subfonts.
9011
9012         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
9013
9014         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
9015         (tex-font-command-raw): new function.
9016
9017         * lily/include/virtual-font-metric.hh (Module): remove file
9018
9019         * lily/virtual-font-metric.cc (Module): remove file.
9020         
9021
9022         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
9023         (get_indexed_char): read bbox from lily table if present.
9024
9025 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9026
9027         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
9028         aybabtu.subfonts
9029
9030         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
9031         global glyphname. Enables more than 64 glyphs in the OTF.
9032
9033 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9034
9035         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
9036         braces.
9037
9038         * lily/open-type-font.cc (design_size): Use 12 as default for
9039         design size.
9040
9041         * mf/aybabtu.pe.in: New file.  Merge all our braces.
9042
9043         * mf/GNUmakefile: Generate aybabtu.
9044
9045         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
9046
9047 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9048
9049         * scm/lily-library.scm (char->unicode-index): Remove.
9050
9051         * scm/output-gnome.scm (text): Bugfix for plain string input.
9052         Updates.
9053
9054         * scm/output-svg.scm (svg-font): Add weight to font selection.
9055
9056 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9057
9058         * Documentation/topdocs/INSTALL.texi (Top): Point to
9059         buildscripts/out/clean-fonts instead of
9060         buildscripts/clean-fonts.sh. 
9061
9062 2004-12-13  Graham Percival  <gperlist@shaw.ca>
9063
9064         * input/regression/figured-bass.ly: attempt to clarify text.
9065
9066         * Documentation/user/notation.tely: add cindex for tag, attempt to
9067         add figured bass example.
9068
9069         * Documentation/user/changing-defaults: basic editing.
9070
9071 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9072
9073         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
9074
9075         * lily/open-type-font.cc (LY_DEFINE): new function
9076         ly:font-sub-fonts
9077
9078         * lily/include/font-metric.hh (struct Font_metric): new method
9079         sub_fonts()
9080
9081         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
9082         . with - in add.stem.
9083         
9084 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9085
9086         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
9087         and fetaDynamic.
9088
9089         * lily/rest.cc (glyph_name): Change - to . .
9090
9091         * scm/output-gnome.scm (text): Hello world, again.
9092
9093         * scm/output-svg.scm (named-glyph): New function.  Hello world!
9094
9095         * lily/modified-font-metric.cc (index_to_charcode): New method.
9096
9097         * lily/include/font-metric.hh (index_to_charcode): New function.
9098
9099         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
9100         new function.
9101         (ly:font-glyph-to-index): Remove.
9102
9103 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9104
9105         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
9106
9107         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
9108
9109         * lily/open-type-font.cc (load_scheme_table): new function
9110
9111         * lily/dots.cc (print): replace - 
9112
9113         * lily/open-type-font.cc (attachment_point): new function.
9114         (load_table): read LILC table
9115
9116         * buildscripts/gen-bigcheese-scripts.py (Module): new
9117         file. Generate FF scripts.
9118
9119         * mf/feta-din10.mf: idem.
9120
9121         * mf/feta-nummer10.mf: remove mf files.
9122
9123         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
9124
9125 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * lily/lily-guile.cc: Use scm_from_locale_stringn.
9128
9129         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
9130         compatibility.
9131
9132 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9133
9134         * lily/open-type-font.cc (get_indexed_char): scale metrics by
9135         design-size and units_per_EM.
9136
9137         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
9138
9139 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9140
9141         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
9142         does not crash fontforge.
9143
9144         * scm/lily-library.scm (char->unicode-index): Hack to map onto
9145         PUA.
9146
9147 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9148
9149         * scm/framework-ps.scm (ps-embed-cff): new function.
9150
9151         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
9152
9153 2004-12-12  Werner Lemberg  <wl@gnu.org>
9154
9155         * mf/bigcheese.pe.in: Add PUA mapping.
9156         Don't create Type 42 but bare CFF font.
9157
9158 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9159
9160         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
9161         within canvas boundaries.
9162
9163         * mf/merge.pe.in: Set font names, version, license GPL.
9164
9165         * make/substitute.make: Add FONTFORGE.
9166
9167         * config.make.in (FONTFORGE): Add.
9168
9169         * configure.in (gui_b): Use PATH_PROG for fontforge.
9170
9171 2004-12-11  Graham Percival  <gperlist@shaw.ca>
9172
9173         * scm/define-markup-commands.scm: add baseline-skip to info
9174         about \column.
9175
9176 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9177
9178         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
9179
9180         * scm/output-gnome.scm (named-glyph): Use it.
9181
9182         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
9183
9184         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
9185         (upper_string, lower_string, reverse_string): Remove.
9186
9187         * configure.in (fontforge): Reinstate version check.
9188
9189         * ly/engraver-init.ly: Fix clef glyph names.
9190
9191         * lily/time-signature.cc (special_time_signature): Fix fraction
9192         glyph names.
9193
9194 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9195
9196         * mf/merge.pe: new file.
9197
9198         * lily/freetype.cc: new file.
9199
9200         * lily/include/open-type-font.hh (class Open_type_font): new file.
9201
9202         * lily/include/freetype.hh: new file.
9203
9204         * lily/open-type-font.cc: new file.
9205
9206         * lily/all-font-metrics.cc (find_otf): new function.
9207
9208 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9209
9210         * lily/time-signature.cc (special_time_signature): Fix.
9211
9212         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
9213         GTK2 before checking for pango.  Fixes -fgnome.
9214
9215         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
9216         Scheme name.
9217
9218         * scm/define-markup-commands.scm:
9219         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
9220
9221         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
9222
9223         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
9224         date versions.  Fixes configure.
9225         (STEPMAKE_CHECK_VERSION): Support optional actual program version
9226         argument.
9227
9228 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9229
9230         * buildscripts/mf-to-table.py (write_ps_encoding): write real
9231         names in .enc
9232
9233         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
9234
9235 2004-12-09  Graham Percival  <gperlist@shaw.ca>
9236
9237         * Documentation/user/changing-defaults.itely: add info about
9238         make-dynamic-script
9239
9240         * Documentation/user/notation.itely: add link in dynamics to
9241         section about make-dynamic-script.
9242
9243 2004-12-09  Christian hitz  <chhitz@gmx.net>
9244
9245         * lily/lily-guile.cc: change MACOS_X to __APPLE__
9246
9247 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9248
9249         * buildscripts/mf-to-table.py (parse_logfile): use . for
9250         concatting name and group.
9251         (parse_logfile): use M for Minus (negative.)
9252
9253         * lily/include/type-swallow-translator.hh
9254         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
9255
9256         * lily/*.cc: cosmetics around = sign.
9257
9258         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
9259         lyric spacing on the penultimate column.
9260
9261 2004-12-05  Christian Hitz  <chhitz@gmx.net>
9262
9263         * configure.in:
9264         * lily/accidental-placement.cc:
9265         * lily/bar-line.cc:
9266         * lily/beam-concave.cc:
9267         * lily/beam-quanting.cc:
9268         * lily/beam.cc:
9269         * lily/bezier-bow.cc:
9270         * lily/bezier.cc:
9271         * lily/break-align-interface.cc:
9272         * lily/custos.cc:
9273         * lily/dimension-cache.cc:
9274         * lily/dot-column.cc:
9275         * lily/font-metric.cc:
9276         * lily/font-select.cc:
9277         * lily/gourlay-breaking.cc:
9278         * lily/grob-property.cc:
9279         * lily/grob.cc:
9280         * lily/lily-guile.cc:
9281         * lily/line-spanner.cc:
9282         * lily/lookup.cc:
9283         * lily/lyric-extender.cc:
9284         * lily/lyric-hyphen.cc:
9285         * lily/mensural-ligature.cc:
9286         * lily/midi-def.cc:
9287         * lily/misc.cc:
9288         * lily/note-collision.cc:
9289         * lily/note-column.cc:
9290         * lily/note-head.cc:
9291         * lily/paper-outputter.cc:
9292         * lily/percent-repeat-item.cc:
9293         * lily/rest-collision.cc:
9294         * lily/side-position-interface.cc:
9295         * lily/simple-spacer.cc:
9296         * lily/slur-configuration.cc:
9297         * lily/slur-scoring.cc:
9298         * lily/slur.cc:
9299         * lily/spaceable-grob.cc:
9300         * lily/spacing-spanner.cc:
9301         * lily/spanner.cc:
9302         * lily/staff-symbol-referencer.cc:
9303         * lily/stem.cc:
9304         * lily/stencil.cc:
9305         * lily/system-start-delimiter.cc:
9306         * lily/system.cc:
9307         * lily/text-item.cc:
9308         * lily/tie.cc:
9309         * lily/tuplet-bracket.cc:
9310         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
9311         <cmath> beacause isinf/isnan is undefined in <cmath>
9312
9313 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9314
9315         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
9316
9317 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9318
9319         * VERSION: release 2.5.3
9320         
9321 2004-11-29  Arno Waschk <arno@arnowaschk.de>
9322
9323         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
9324
9325 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9326
9327         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
9328
9329         * lily/note-head.cc (internal_print): always try the "s" head if
9330         u/d not found.
9331
9332         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
9333
9334 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9335
9336         * mf/parmesan-heads.mf (overdone_heads): typos.
9337
9338 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9339
9340         * lily/parser.yy (markup): in markups, { .. } without command
9341         before are also flattened, ie \line must be explicitely used.
9342
9343         * Documentation/user/changing-defaults.itely:
9344         * Documentation/user/notation.itely: 
9345         * input/wilhelmus.ly: 
9346         * input/regression/instrument-name-markup.ly: 
9347         * input/regression/markup-score.ly: 
9348         * input/regression/new-markup-scheme.ly: 
9349         * input/regression/new-markup-syntax.ly: 
9350         * input/test/coriolan-margin.ly: use \line in markups where
9351         appropriate
9352         
9353 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9354
9355         * scm/new-markup.scm (map-markup-command-list): helper function
9356         used in parser.yy to map markup commands on a markup list.
9357
9358         * lily/parser.yy: get rid off < > in markups by treating { } as
9359         real lists.
9360
9361         * lily/lexer.ll: remove < > from markup lexer mode.
9362
9363         * scripts/convert-ly.py (conv): add rule for converting 
9364         \markup < > to \markup { }
9365
9366         * ly/titling-init.ly: 
9367         * input/test/coriolan-margin.ly: 
9368         * input/regression/new-markup-syntax.ly: 
9369         * input/regression/new-markup-scheme.ly: 
9370         * input/regression/multi-measure-rest-text.ly: 
9371         * input/regression/markup-stack.ly: 
9372         * input/regression/markup-score.ly: 
9373         * input/regression/instrument-name-markup.ly: 
9374         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
9375         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
9376         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
9377         * input/wilhelmus.ly: 
9378         * Documentation/user/notation.itely: 
9379         * Documentation/user/music-glossary.tely: 
9380         * Documentation/user/changing-defaults.itely: change < > to { } in
9381         markups
9382
9383 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9384
9385         * lily/accidental-placement.cc (position_accidentals): shortcut if
9386         no accidentals to place.
9387
9388 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9389
9390         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
9391         typo s/ly:dimension ?/ly:dimension?/
9392
9393         * input/regression/lily-in-scheme.ly: 
9394         * input/regression/music-function.ly: 
9395         * ly/spanners-init.ly (assertBeamSlope): 
9396         * scm/music-functions.scm (def-grace-function): add the paper
9397         argument to music function definitions.
9398
9399 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9400
9401         * lily/moment.cc (LY_DEFINE):
9402         ly:moment-main-{denominator,numberator}, new function.
9403
9404         * lily/score-engraver.cc (typeset_all): assign to column on basis
9405         of axis-group-parent-X setting.
9406
9407         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
9408         add_element() on basis of axis-group-parent-Y setting.
9409
9410         * lily/grob.cc: add axis-group-parent-{XY} properties.
9411
9412         * input/regression/spacing-stick-out.ly: new file.
9413
9414         * lily/simple-spacer.cc (add_columns): use binary search for
9415         setting column rods. Changes O(n^2) to O(n log(n)) for
9416         constructing spacing problem from columns.
9417         (add_columns): read allow-outside-line to make sure no texts stick
9418         out.
9419         (solve): Simple_spacer::is_active() only determines
9420         satisfies_constraints_ for non-ragged typesetting.
9421
9422         * lily/simultaneous-music.cc (to_relative_octave): only set
9423         old_relative_used if return pitch actually changed.
9424
9425         * scm/define-context-properties.scm
9426         (all-user-translation-properties): change to match implementation.
9427
9428         * python/lilylib.py: Replace re.match by re.search and adds "-c
9429         showpage" to the gs command line (Johannes Schindelin)
9430
9431         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
9432         before processing. Prevents crash when inf is in the extent.
9433
9434         * scm/define-markup-commands.scm (note-by-number): add "s" to
9435         "noteheads-" glyphname.
9436  
9437         * lily/parser.yy (Generic_prefix_music): supply parser argument to
9438         music function as well.
9439         
9440 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9441
9442         * VERSION: release 2.5.2
9443
9444         * Documentation/user/changing-defaults.itely (Creating titles):
9445         add breakbefore variable.
9446
9447         * lily/paper-book.cc (set_system_penalty): new function. Set
9448         penalty_ based on breakBefore setting
9449
9450         * lily/context-specced-music-iterator.cc (construct_children):
9451         interpret special context id $uniqueContextId 
9452
9453         * lily/context.cc (create_unique_context): new method. Move
9454         creation of unique (\new) contexts into interpreting phase. This
9455         makes
9456
9457           foo= \new Staff ..
9458           << \foo \foo >>
9459
9460         produce 2 staves.
9461         
9462
9463         * scm/define-music-properties.scm (all-music-properties): add
9464         quoted-voice-direction
9465
9466         * ly/music-functions-init.ly: killCues function.
9467
9468         * scm/music-functions.scm (cue-substitute): move creation of voice
9469         contexts further to the back. 
9470
9471 2004-11-25  Werner Lemberg  <wl@gnu.org>
9472
9473         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
9474         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
9475
9476 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
9477
9478         * buildscripts/guile-gnome.sh: Fixed typo.
9479
9480 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9481
9482         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
9483
9484         * scripts/abc2ly.py (dump_slyrics): add ord(). 
9485
9486         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
9487         to regular engraver. 
9488
9489 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9490
9491         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
9492
9493 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9494
9495         * scm/define-markup-commands.scm (fill-line): Typo.
9496
9497         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
9498         and newer.
9499
9500 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
9501
9502         * ly/dynamic-scripts-init.ly: Fixed typo.
9503
9504 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9505
9506         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
9507         note-head, to have different attachment points for up and down.
9508
9509         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
9510
9511         * mf/feta-generic.mf (else): remove solfa.
9512
9513         * mf/feta-bolletjes.mf (tishape): remove unicode test.
9514
9515         * scm/define-context-properties.scm
9516         (all-user-translation-properties): add shapeNoteStyles property.
9517
9518         * lily/shape-note-heads-engraver.cc (process_music): new file.
9519
9520         * lily/event.cc (transpose): call Event::transpose() for
9521         transposing the tonic.
9522
9523 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9524
9525         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
9526         Unicode/OpenType and AFM.
9527
9528         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
9529
9530 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9531
9532         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
9533
9534         * lily/context.cc (Context): unprotect key from ctor.
9535
9536         * scm/stencil.scm (stack-lines): return empty-stencil if argument
9537         is '()
9538         (stack-stencils): idem.
9539
9540         * Documentation/user/changing-defaults.itely (Creating titles):
9541         document new title layout options.
9542
9543         * lily/parser.yy (lilypond_header_body): copy previous
9544         $globalheader if present.
9545
9546         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
9547         ly:module-copy
9548         
9549         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
9550
9551         * scm/titling.scm: remove old titling functions
9552
9553         * lily/stencil.cc (translate): remove absolute dimension.
9554
9555         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
9556         via markup.
9557
9558         * scm/page-layout.scm (marked-up-headfoot): create header/footer
9559         field from user-supplied markup
9560
9561         * scm/define-markup-commands.scm (on-the-fly): new markup
9562         command. Enter SCM markup procedure directly in Scheme.
9563         (fromproperty): new markup command. Read markup from props argument.
9564
9565         * scm/titling.scm (marked-up-title): create title via
9566         user-specified markup. 
9567
9568         * scm/define-markup-commands.scm (column): remove empty stencils
9569         from column.
9570
9571         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
9572         not have side-effect of creating variable stub.
9573
9574         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
9575
9576 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9577
9578         * scm/encoding.scm (coding-alist): 
9579         * scm/font.scm (add-ec-fonts):
9580         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
9581         Extended-TeX-Font-Encoding---Latin.
9582
9583         * lily/side-position-interface.cc (general_side_position): Add
9584         actual offset to error message (avoid constant error messages).
9585
9586         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
9587         block.
9588
9589         * lily/font-select.cc (select_encoded_font)
9590         (get_font_by_mag_step, get_font_by_design_size): 
9591         * lily/modified-font-metric.cc (Modified_font_metric): 
9592         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
9593
9594         * scm/encoding.scm (coding-alist): Add fetaDynamic.
9595         (read-encoding-file): Bugfix: do not require space after bracket.
9596
9597         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
9598         these do not exist.
9599
9600 2004-11-20  Graham Percival  <gperlist@shaw.ca>
9601
9602         * Documentation/user/notation.itely: added info about typesetting
9603         boxed bar numbers.
9604
9605 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9606
9607         * flower/interval.cc (T_to_string): gcc4 fixes.
9608
9609         * scm/define-markup-commands.scm (fill-line): use
9610         stack-stencils. This fixes problems with putting already centered
9611         stencils in a line.
9612
9613         * VERSION: release 2.5.1
9614
9615         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
9616
9617 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9618
9619         * input/example-[1-3].ly: simplify.
9620
9621         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
9622
9623         * scm/output-ps.scm (new-text): new function. Use glyphshow to
9624         show glyphs.
9625
9626         * scm/encoding.scm (decode-byte-string): new function.
9627
9628         * scripts/convert-ly.py (conv): add warning about
9629         set-global-staff-size.
9630
9631         * Doxyfile: add. 
9632
9633         * scripts/convert-ly.py (conv): add raggedlastbottom rule
9634         (conv): warn for TextSpanner split.
9635         (conv): warn for textheight.
9636
9637 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9638
9639         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
9640         building the documentation, info with images are installed.
9641         (final-install): Fix description.  Mention sourcing of login
9642         scripts (instead of running).
9643
9644 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9645
9646         * Debian lmodern support.  Note that LilyPond will issue warnings
9647         
9648             no such encoding: "FontSpecific"
9649
9650           The font selection mechanism wants to get the encoding from the
9651           font itself, but the idea of lmodern is that it is usable with
9652           different encodings, ie, Lily should get the encoding from the
9653           font tree, rather than the font itself.  This would require some
9654           more work.
9655         
9656         * configure.in: Test for and accept lmodern if EC fonts not found.
9657
9658         * scm/framework-tex.scm (font-load-command): TeX font name
9659         mangling for latin1 encoded cork-lm fonts.
9660         (convert-to-ps): Load lm.map if available.
9661
9662         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
9663         available.
9664
9665         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
9666
9667         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
9668         available.
9669
9670         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
9671         path for absolute file name, that is silly.
9672
9673         * lily/score-engraver.cc (initialize): 
9674
9675         * Documentation/user/GNUmakefile (local-install-info): Invoke
9676         install-info --remove first.
9677
9678         * #include cleanup (Andreas Scherer).
9679
9680 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
9681
9682         * input/test/script-abbreviations.ly: fix typos.
9683
9684 2004-11-17  Werner Lemberg  <wl@gnu.org>
9685
9686         * python/lilylib.py (options_help_str): Support pretty-printing of
9687         newlines in fourth element of option description.
9688
9689         * scripts/lilypond-book.py (option_definitions): Use new lilylib
9690         feature.
9691         Sort options.
9692
9693         * Documentation/user/lilypond-book.itely: Finish update.
9694
9695 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9696
9697         * Documentation/user/macros.itexi: Add comment about \command.
9698
9699         * Documentation/user/lilypond.tely:
9700         * Documentation/user/lilypond-book.itely: Fix names of lilypond
9701         and lilypond-book nodes, so that `info lilypond' visits the manual
9702         at top level, and `info lilypond-book' visits the lilypond-book
9703         section.
9704
9705         * Documentation/user/GNUmakefile (local-install-info): Fix rules
9706         and packager messages.
9707
9708         * lily/pangofc-afm-decoder.cc: Update test.
9709
9710 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9711
9712         * scm/lily-library.scm (char->unicode-index): New function.
9713
9714         * scm/output-gnome.scm: 
9715         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
9716
9717         * Proper naming of file name throughout; s/filename/file[-_]name/.
9718
9719         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
9720
9721         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
9722
9723 2004-11-16  Werner Lemberg  <wl@gnu.org>
9724
9725         * scripts/lilypond-book.py: The Lord has commanded me to use only
9726         tabs for indentation.  Your humble servant obeys.
9727
9728 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9729
9730         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
9731         including font, if LilyPond-feta font is only feta font in path.
9732
9733         * scm/output-gnome.scm (text): Revert to file name of font if font
9734         has no name.  Fixes ec font selection.
9735         (char): Bugfix: do not utf8 twice.  Fixes clefs.
9736
9737         * scm/framework-svg.scm:
9738         * scm/output-svg.scm: New file.  TODO: figure out how to
9739         do character by index in font.
9740
9741         * scm/output-sodipodi.scm: Remove.
9742
9743         * scm/output-ps.scm (stem): Remove.
9744
9745 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9746
9747         * scm/output-gnome.scm (beam): New function.
9748         (slur): Round corners.
9749         (round-filled-box): Round corners.
9750
9751 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9752
9753         * scm/output-gnome.scm (beam): add function.
9754         (draw-line): new routine.
9755         (dashed-line): stub; call draw-line
9756         (polygon): new routine.
9757
9758 2004-11-15  Werner Lemberg  <wl@gnu.org>
9759
9760         * Documentation/user/lilypond-book.itely: Revise section on
9761         lilypond-book options.
9762         Other minor fixes.
9763
9764         * scripts/lilypond-book.py: Change indentation to 4.
9765         Minor formatting.
9766
9767 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9768
9769         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
9770         grobs that have tweaks specced.
9771         
9772 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
9773
9774         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
9775
9776 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9777
9778         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
9779         actual char #, not 0 based index.
9780
9781         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
9782
9783         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
9784         Warning: do make -C mf clean.
9785
9786         * lily/context-property.cc: Compile fix.
9787
9788         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
9789         Grok ec-fonts, braces and dynamics.
9790
9791         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
9792
9793 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9794
9795         * lily/include/tweak-registration.hh: new file.
9796
9797         * lily/tweak-registration.cc: new file.
9798
9799         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
9800         saving tweaks.
9801
9802         * scm/output-gnome.scm (text): comment dribble.
9803
9804 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9805
9806         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
9807
9808         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
9809         path-def before using.  Fixes muchtomany slurs in wrong places
9810         bug.
9811
9812 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9813
9814         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
9815
9816         * lily/include/object-key-undumper.hh (Module): new file.
9817
9818         * lily/object-key-undumper.cc (Module): New file. Deserialize
9819         keys. SCM bindings
9820
9821         * lily/object-key-dumper.cc (Object_key_dumper): idem.
9822         Provide SCM bindings.
9823
9824         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
9825         new file. Serialize object keys.
9826         
9827         * lily/object-key.cc (dump): new function.
9828         (as_scheme): new virtual function
9829         (undump): new function
9830         (undumpers): new table.
9831
9832         * lily/include/global-context.hh (Context): take \score key upon init.
9833
9834         * lily/object-key-dumper.cc (serialize_key): new file.
9835
9836         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
9837
9838         * lily/lily-lexer.cc: remove \quote.
9839
9840         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
9841
9842         * lily/context.cc (Context): take key argument in ctor.
9843         (create_context): new function
9844
9845         * lily/grob.cc (Grob): take key argument in ctor.  
9846
9847         * lily/lilypond-key.cc (do_compare): new file.
9848
9849         * lily/object-key.cc (Object_key): new file.
9850
9851         * lily/include/object-key.hh (class Object_key): new file.
9852
9853         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
9854
9855 2004-11-13  Graham Percival  <gperlist@shaw.ca>
9856
9857         * Documentation/user/lilypond-book.itely: add small warning about
9858         noindent default in lilypond-book.
9859
9860         * Documentation/user/converters.itely: add examples for convert-ly.
9861
9862         * Documentation/user/examples.itely: change version string in templates
9863         to 2.4.0.
9864
9865 2004-11-12  Karl Hammar  <karl@aspodata.se>
9866
9867         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
9868         cmdline, use xargs instead (backportme)
9869
9870 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
9871         
9872         * Documentation/user/: Numerous fixes in the user manual.
9873
9874 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9875
9876         * lily/parser.yy (re_rhythmed_music): search music expression for
9877         context-id, surround by \new Voice if not found. Fixes:
9878         addlyrics-second-staff.ly
9879
9880         * VERSION: 2.5.0 released.
9881         
9882 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9883
9884         * Documentation/index.html.in: Fix url to one big page.  (backportme)
9885
9886         * Documentation/user/GNUmakefile: Separate rules for split and
9887         unsplit html documents.  Remove perl massaging.  (backportme)
9888
9889 2004-11-11  Graham Percival  <gperlist@shaw.ca>
9890
9891         * Documentation/user/lilypond-book.itely: add short warning about
9892         \lilypond{} in LaTeX docs.
9893
9894 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9895
9896         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
9897         found.  (backportme)
9898
9899         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
9900         version requirement.  (backportme)
9901
9902         * configure.in: Be explicit about old versions of
9903         ec-fonts-mtraced.  (backportme)
9904
9905         * lily/context-selector.cc (set_tweaks): New function.
9906         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
9907         web with -DTWEAK.
9908
9909         * Documentation/user/introduction.itely (Automated engraving):
9910         Remove fragment option.  Fixes web.
9911
9912         * lily/context-property.cc (make_item_from_properties):
9913         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
9914         #ifdef.
9915
9916         * scm/define-context-properties.scm
9917         (all-internal-translation-properties): Add tweakRank and tweakCount.
9918
9919         * lily/grob.cc: 
9920         * scm/define-grob-properties.scm (all-internal-grob-properties):
9921         Add tweak-rank and tweak-count.
9922
9923 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9924
9925         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
9926         New function.
9927         (text): Use them.
9928
9929         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
9930         animated/opaque grob dragging tweaks.
9931
9932         * buildscripts/guile-gnome.sh: Update.
9933
9934 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9935
9936         * scm/define-grobs.scm (all-grob-descriptions): Added
9937         line-interface to the LigatureBracket object.
9938
9939 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9940
9941         * scm/framework-gnome.scm (item-event): Support non-animated mouse
9942         dragging tweaks.
9943
9944         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
9945
9946         * lily/context-selector.cc (store_context): New function.
9947
9948         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
9949         (store_grob): New function.
9950         (identify_grob): Add Moment parameter.
9951
9952         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
9953         exists.
9954
9955         * scm/framework-gnome.scm (save-tweaks): Write as alist.
9956
9957 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9958
9959         * scm/framework-gnome.scm (item-event): Print grob id.
9960         (save-tweaks): New function.
9961         (tweak): New funtion.
9962         (item-event): Use it, bound to arrow keys.
9963
9964         * lily/context-property.cc (make_item_from_properties): Register grob.
9965         * lily/context.cc (add_context): Register context.
9966
9967         * lily/include/context-selector.hh:
9968         * lily/include/grob-selector.hh:
9969         * lily/context-selector.cc:
9970         * lily/grob-selector.cc: New file.
9971
9972 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9973
9974         * lily/slur.cc: add 'positions to interface
9975
9976         * lily/main.cc: reinstate PS as standard output format. 
9977
9978         * scm/framework-tex.scm (output-preview-framework): print systems
9979         up to first non title system.
9980
9981         * lily/grace-engraver.cc (start_translation_timestep): split
9982         scm_cadddr
9983         
9984 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9985
9986         * lily/quote-iterator.cc (Module): remove old quote-iterator
9987
9988         * scm/define-music-types.scm (music-descriptions): move
9989         NewQuoteMusic over QuoteMusic
9990
9991         * Documentation/user/notation.itely (Formatting cue notes): use
9992         \cueDuring.
9993
9994         * lily/new-quote-iterator.cc (quote_ok): new function.
9995
9996         * input/regression/quote-cue-during.ly: new file.
9997
9998         * input/regression/quote-grace.ly: new file.
9999
10000         * scm/define-context-properties.scm (Module): change definition of
10001         graceSettings
10002
10003         * lily/context-property.cc (Module): rename from
10004         translator-property.cc
10005
10006         * lily/context.cc (context_name_symbol): new function
10007
10008         * lily/grace-engraver.cc: new file. Set properties for grobs based
10009         on the grace-ness of now_moment().
10010
10011         * scm/music-functions.scm (add-grace-property): use list
10012         iso. vector for graceSettings
10013         remove set-{start,stop}-grace-properties. 
10014
10015         * lily/new-quote-iterator.cc (construct_children): set
10016         quote_outlet_ if no quoted-context-{id,type} specified.
10017
10018         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
10019
10020         * lily/parser.yy (command_element): remove \quote.
10021
10022         * ly/music-functions-init.ly (location): add quoteDuring music
10023         function. 
10024
10025         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
10026         optional semicolon. (backportme)
10027
10028 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10029
10030         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
10031         need to link to GUILE et al.
10032
10033 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10034
10035         * scm/define-music-properties.scm (all-music-properties): add
10036         quoted-context-type, quoted-context-id.
10037
10038         * scm/lily.scm (type-check-list): new function.
10039         
10040         * scm/lily-library.scm: new file. Generic library routines.
10041
10042         * lily/parser.yy (Generic_prefix_music): move typechecking out of
10043         parser.
10044
10045         * ly/music-functions-init.ly: add quoteDuring function.
10046
10047         * lily/include/music-iterator.hh (class Music_iterator): rename
10048         set_translator -> set_context
10049
10050         * lily/parser.yy (Generic_prefix_music_scm): add
10051         MUSIC_FUNCTION_SCM_SCM_MUSIC
10052
10053         * scm/lily.scm (sanitize-command-option): new function. (backportme)
10054
10055         * scm/framework-tex.scm (header): sanitize TeX paper size.
10056         (backportme)
10057
10058 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10059
10060         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
10061
10062         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
10063
10064         * scm/framework-tex.scm (font-load-command): Use T1 if no
10065         font-encoding set.  (backportme)
10066
10067         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
10068         exists before converting.  (backportme)
10069
10070         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
10071         exists before converting.  (backportme)
10072         (convert-to-ps): Remove .ps file if it exists before
10073         converting.  (backportme)
10074
10075         * lily/lexer.ll: Remove extra progress newline, use present tense.
10076
10077         * scm/paper.scm (paper-alist): public.
10078         * scm/framework-tex.scm (convert-to-ps):
10079         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
10080         command line.
10081
10082 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10083
10084         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
10085
10086         * lily/recording-group-engraver.cc (derived_mark): mark
10087         now_events_. (backportme)
10088
10089 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10090
10091         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
10092
10093         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
10094         invoking latex. (backportme.)
10095
10096         * lily/stem.cc (off_callback): center stems for all rest stems.
10097
10098 2004-11-05  Werner Lemberg  <wl@gnu.org>
10099
10100         * Documentation/user/lilypond.tely: Add more guidelines for writing
10101         lilypond texinfo documents.
10102
10103 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
10104
10105         * Documentation/index.html.in: remove <hr>.
10106
10107         * THANKS: change 2.3 to 2.4.
10108
10109 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
10110
10111         * scm/output-gnome.scm: More fontconfig comment.
10112
10113 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
10114
10115         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
10116         <package> directory in $(builddir)/share according with
10117         PACKAGE_NAME defined in the VERSION file.
10118
10119 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10120
10121         * lily/beam.cc (rest_collision_callback): use local beam
10122         multiplicity.
10123
10124         * input/regression/stem-stemlet.ly: new file.
10125
10126         * lily/stem.cc (add_head): store rests as well.
10127
10128         * scm/define-grob-properties.scm (all-user-grob-properties): add
10129         stemlet-length
10130
10131         * lily/stem.cc: store rests as well.
10132         
10133         * input/regression/new-slur.ly: mention forcing.
10134
10135 2004-11-04  Werner Lemberg  <wl@gnu.org>
10136
10137         * Documentation/user/*: A new round of layout fixes and document
10138         structure cleanup.
10139
10140 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
10141
10142         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
10143
10144 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10145
10146         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
10147
10148 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
10151
10152         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
10153
10154         * lily/main.cc (main): Invoke identify.
10155
10156         * scm/lily.scm (postscript->pdf): Remove progress newline.
10157         Write progress to stderr.
10158
10159         * lily/paper-book.cc (output): Remove progress newline.
10160
10161         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
10162         gettext on user messages, and remove whitespace.
10163
10164         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
10165
10166         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
10167         argv[0] (Thomas Scharkowski).
10168
10169         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
10170         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
10171         for ec-fonts-mtraced.
10172
10173         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
10174         --srcdir build (Bertalan).
10175
10176         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
10177         headers and library too (Laura Conrad).
10178
10179         * Documentation/topdocs/INSTALL.texi (Top): Mention development
10180         package for guile too (Laura Conrad).
10181
10182         * lily/main.cc (usage): Typo.
10183
10184 2004-11-02  Werner Lemberg  <wl@gnu.org>
10185
10186         * Documentation/user/notation.ly: More fixes to improve appearance.
10187
10188         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
10189         better output for multicolumn tables.
10190
10191 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10192
10193         * lily/main.cc (dir_info): Fixed typo in the printouts.
10194
10195 2004-11-01  Werner Lemberg  <wl@gnu.org>
10196
10197         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
10198         of output.
10199         Set `per_line' to 2; replace hard-coded value with it.
10200
10201         * Documentation/user/*: Many fixes to improve appearance of
10202         printed manual.
10203
10204 2004-11-01  Werner Lemberg  <wl@gnu.org>
10205
10206         * Documentation/user/changing-defaults.itely,
10207         Documentation/user/notation.ly,
10208         Documentation/user/programming-interface.itely: Use @/.
10209         Fix formatting of some lilypond snippets and tables.
10210
10211         * scripts/lilypond-book.py (compose_ly): Provide useful default
10212         for LINEWIDTH in `override'.
10213
10214 2004-10-31  Graham Percival  <gperlist@shaw.ca>
10215
10216         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
10217
10218 2004-10-31  Werner Lemberg  <wl@gnu.org>
10219
10220         Resetting @exampleindent to `5' gives ugly results with texinfo's
10221         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
10222         (if not quoting) to change @exampleindent only locally.
10223
10224         * scripts/lilypond-book.py (NOQUOTE): New variable.
10225         (output) [LATEX]: Remove AFTER and BEFORE.
10226         [TEXINFO]: Remove AFTER and BEFORE.
10227         Fix QUOTE and VERBATIM pattern.
10228         Add NOQUOTE pattern.
10229         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
10230         and BEFORE.
10231         [output_texinfo]: Use NOQUOTE.
10232
10233 2004-10-31  Graham Percival  <gperlist@shaw.ca>
10234
10235         * Documentation/user/changing-defaults.itely: clarify paper
10236         size commands with correct info.
10237
10238         * Documentation/user/lilypond-book.itely: add more docs for
10239         filename extensions.
10240
10241 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10242
10243         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
10244         (PATCH_LEVEL): start 2.5.0.
10245
10246 #Local variables:
10247 #coding: utf-8
10248 #End:
10249