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