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