]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
[lilypond.git] / ChangeLog
1 2005-11-13  Werner Lemberg  <wl@gnu.org>
2
3         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
4         but the affected path.  This ensures that the (overlapping) outlines
5         have the same direction, which is a necessary prerequisite for
6         FontForge's algorithm to remove overlaps.
7         Formatting.
8
9 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10
11         * lily/tie-column-format.cc (set_chord_outline): add dots into
12         skyline extents. This fixes tie formatting if the left head has dots.
13
14         * lily/tie.cc (get_configuration): only shift tie by a whole staff
15         space inside the staff.
16         (get_configuration): shift another position if necessary in case
17         of left head tie  
18
19 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
20
21         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
22         buildscript-dir iso. $(depth)/buildscripts.
23
24         * tex/GNUmakefile (local-uninstall): remove
25         music-drawing-routines.ps juggling.
26
27         * stepmake/stepmake/install-targets.make (local-install-files):
28         prepend src-dir to install targets.
29
30         * lily/system-start-delimiter-engraver.cc
31         (acknowledge_system_start_delimiter): use
32         add_offset_callback(). This fixes translation of nested
33         staffgroups.
34
35         * lily/grob-closure.cc (add_offset_callback): only encaps in
36         simple_closure if it's a procedure.
37         
38         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
39         from bar-line.
40
41         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
42         remove-empty where pertinent.
43
44 2005-11-12  Graham Percival  <gpermus@gmail.com>
45
46         * Documentation/user/instrument-notation.itely: added
47         Cameron Horsburgh's multiple stanzas docs.  Thanks!
48
49 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
50
51         * lily/GNUmakefile
52         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
53         make picture in builddir, not srcdir.
54
55 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
56
57         * VERSION: release 2.7.16
58         
59         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
60         shell arguments. 
61
62 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
63
64         * Documentation/user/examples.itely (Piano templates): Minor
65         modification to the Piano centered lyrics example.
66
67 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
68
69         * scripts/lilypond-invoke-editor.scm (run-browser): look at
70         $BROWSER.
71
72         * Documentation/user/point-and-click.itely: simplify p&c
73         instruction: don't configure firefox. Put lilypond-invoke-editor
74         in front of the browser.
75
76         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
77         (run-browser): new function.
78
79         * lily/parser.yy (Lily_lexer): recognize Book
80
81         * lily/book.cc (clone): new function
82
83         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
84
85 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
86
87         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
88         Maintenance bugfix: reduce number of font related warnings by
89         updating naming conventions for glyph-name.
90
91 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
92
93         * scm/define-grobs.scm (all-grob-descriptions): add
94         rhythmic-grob-interface to TabNoteHead.
95
96         * scm/layout-beam.scm (check-quant-callbacks): remove
97         set_stem_lengths()
98
99 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
100
101         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
102         alignment of centered divisiones.
103
104         * scm/scripts.scm (articulations): Maintenance bugfix:
105         follow-into-staff -> quantize-position.
106
107         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
108         plica head in porrectus deminutus.
109
110 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
111
112         * make/lilypond.fedora.spec.in (Group): add %clean section.
113
114         * lily/tuplet-bracket.cc (print): change check: remove bracket if
115         less then 1/5th of total length.  
116         (print): use gap too.  Fixes tupletUp-single-bracket.ly
117
118         * scm/music-functions.scm (glue-mm-rest-texts): also put other
119         events into EventChord. This fixes textspanners on mm rests. Fixes
120         spanner-rest.ly
121
122         * lily/side-position-interface.cc (get_axis): read side-axis
123         (set_axis): set side-axis.
124
125         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
126         properties everywhere.
127
128         * lily/spacing-spanner.cc (breakable_column_spacing): add
129         average-spacing-wishes. Take maximum if not set.
130         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
131
132         * scm/define-grobs.scm (all-grob-descriptions): add
133         average-spacing-wishes.
134
135         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
136         offset callbacks. This fixes alignment for Fingering objects.
137
138         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
139         space for key - timesig combination. 
140
141         * input/regression/script-stem-tremolo.ly (Module): new file.
142
143         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
144         to key sig.
145
146         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
147         Fixes: c-tremolo-script.ly.
148         
149         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
150
151         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
152         
153         * scm/define-grobs.scm (all-grob-descriptions): remove
154         self-X-offset. Fixes alignment of octavate-8.
155
156         * scripts/lilypond-book.py (datadir): look in
157         LILYPONDPREFIX/share/lilypond/current/
158
159         * GNUmakefile.in: symlink current to <VERSION>. 
160
161 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
162
163         * lily/main.cc: eps listed as a backend.
164
165 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
166
167         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
168
169 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
170
171         * lily/include/score.hh (class Score): remove texts_ member.
172
173         * lily/beam.cc (set_stem_lengths): force direction callback.
174         (print): read quantized-positions, so we can force
175         Beam::set_stem_lengths to occur.
176         (rest_collision_callback): use common X parent. 
177
178 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
179
180         * flower/file-path.cc (find): Bugfix: Return name of file found.
181
182         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
183         (setup_paths)[__CYGWIN__ || __MINGW32__ || ]: Normalize argv0.
184         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
185
186 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
187
188         * flower/offset.cc: idem.
189
190         * mf/*.mf: update email address.
191
192         * lily/font-config-scheme.cc:  new file.
193
194         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
195
196         * lily/*:  cs.uu.nl -> xs4all.nl
197
198         * VERSION (PATCH_LEVEL): release 2.7.15
199
200         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
201         spec files.
202
203         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
204
205 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
206
207         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
208
209         * lily/staff-performer.cc (process_music): add audio
210         elements. This makes MIDI instrument changes work once again.
211
212         * lily/main.cc (LY_DEFINE): add gmane address.
213
214         * lily/beam.cc: remove calc_positions()
215
216         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
217         original_ in private scope.
218         (class Grob): drop pscore_ pointer, change to output_def pointer.
219         (class Grob): cleanup class definition.
220
221         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
222
223 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
224
225         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
226         absolute.  Better diagnostics.
227
228         * GNUmakefile.in: Add bin/ to tree and populate with some links.
229         This makes lilypond run from the build directory using argv0
230         relocation (without any --prefix or LILYPONDPREFIX setting).
231
232 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
233
234         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
235
236         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
237         with simple-closure.
238
239         * lily/self-aligment-interface.cc (set_align_self): new function
240         (set_center_parent): new function.
241
242         * lily/side-position-interface.cc (set_axis): new function.
243
244         * lily/new-fingering-engraver.cc (position_scripts): use drul for
245         generic code. 
246
247         * scm/define-grob-properties.scm (all-user-grob-properties):
248         remove [XY]-offset-callbacks add [YX]-offset
249         
250 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
251
252         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
253         entry for time signatures after breathing signs. Bug report by
254         Scott Russell.
255
256 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
257
258         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
259         not absolute, make it absolute using PATH.
260
261 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
262
263         * python/midi.c (initmidi): Fix type for mingw.
264
265 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
268
269         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
270         cross compiling.
271
272         * stepmake/aclocal.m4: Support python cross compiling.
273
274         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
275         Add mingw section.
276
277 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
278
279         * scm/output-lib.scm (chain-grob-member-functions): replace
280         chained-callback.cc
281
282         * lily/chained-callback.cc (Module): remove file.
283
284         * lily/rest-collision.cc (force_shift_callback_rest): change to
285         chained callback.
286
287         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
288
289         * lily/grob.cc (y_parent_positioning): remove axis argument from
290         parent_positioning callbacks.
291         (Grob): junk init code
292         (get_offset): use generic property callbacks for
293         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
294         (axis_parent_positioning): new function
295         (axis_offset_symbol): new function
296         (chain_offset_callback): new function
297         (add_offset_callback): new function
298
299         * lily/beam.cc (rest_collision_callback): change signature; this
300         is now a chained callback.
301
302         * lily/include/dimension-cache.hh (class Dimension_cache): remove
303         callback administration.
304
305         * lily/simple-closure.cc: new file. Smob type that allows "grob
306         member functions",
307
308             (ly:make-simple-closure FUNC A B)
309
310         is evaluated as (FUNC grob A B). This allows chaining of callbacks
311         in various ways.
312
313         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
314         callbacks.
315
316         * lily/slur.cc (outside_slur_callback): take 2 arguments.
317
318         * lily/rest.cc (polyphonic_offset_callback): remove.
319
320         * lily/script-engraver.cc (try_music): remove bool* argument.
321
322         * scm/script.scm (default-script-alist): set quantize-position
323         appropriately.
324
325         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
326
327         * lily/side-position-interface.cc (aligned_side): move staff
328         position quantization from
329         Side_position_interface::quantised_position().
330         (quantised_position): remove
331         
332 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
333
334         * input/regression/beam-quant-standard.ly: reindent, set
335         debug-beam-quanting to #t.
336
337         * lily/beam-concave.cc (calc_concaveness): set concaveness to
338         10000 if this is a "hard" concave beam.
339
340         * lily/beam.cc (calc_least_squares_positions): change from
341         calc_least_squares_dy
342         (set_stem_lengths): this is now a chained callback.
343
344         * lily/context-property.cc (execute_general_pushpop_property):
345         bugfix override with procedure should have effect.
346
347         * scm/define-grob-properties.scm (all-internal-grob-properties):
348         remove position-callbacks.
349
350         * scm/define-grobs.scm (all-grob-descriptions): use
351         ly:make-callback-chain for positions property.
352
353         * scm/layout-beam.scm (check-quant-callbacks): return list of
354         chained callbacks.
355
356         * scm/lily.scm (type-p-name-alist): add callback-chain
357
358         * lily/lily-guile.cc (type_check_assignment): type check failure
359         is warning not message.
360
361         * lily/grob-property.cc (try_callback): walk callback chain if
362         appropriate.
363
364         * lily/chained-callback.cc: new file. new smob type.
365
366         * lily/lily-guile.cc (procedure_arity): new function.
367
368 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
369
370         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
371
372 2005-10-25  John Mandereau  <john.mandereau@free.fr>
373  
374         * Documentation/user/instrument-notation.itely (Figured bass):
375         describe new features
376
377 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
378
379         * lily/beam.cc (calc_least_squares_dy): use property callback.
380
381         * lily/beam-concave.cc (calc_concaveness): use property callback.
382
383         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
384
385 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
386
387         * HACKING: Update.
388
389 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
390
391         * scm/layout-page-layout.scm (page-headfoot): annotate
392         pagetopspace too.
393
394         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
395
396         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
397         doesn't take y-space.
398
399         * scm/paper.scm (paper-alist): fix A7 dimensions. 
400
401 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
402
403         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
404         src-wildcard, remove $(wildcard).
405
406         * po/GNUmakefile (PO_FILES): 
407         * ps/GNUmakefile (PS_FILES): 
408         * tex/GNUmakefile (TEX_FILES): 
409         * cygwin/GNUmakefile (POSTINSTALLS):
410         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
411         some wildcard calls.
412
413 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
414
415         * THANKS: add Thomas Bushnell.
416
417 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
418
419         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
420         (lilypond-main): Redirect to gui-main if 'gui is set.
421         Backportme.
422
423         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
424         for alternative installations kludging s/share/lib/g
425         LILYPONDPREFIX. Backportme.
426
427         * SConstruct (libdir_package_version): Define.
428
429         * python/SConscript: 
430         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
431         module in libdir.  Backportme.
432
433 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
434
435         * lily/main.cc: clarify --safe.
436
437 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
438
439         * VERSION: release 2.7.14
440         
441         * Documentation/user/*.itely: remove minimumVerticalExtent.
442
443         * scm/define-grobs.scm (all-grob-descriptions): remove
444         RemoveEmptyVerticalGroup
445
446         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
447
448         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
449         compile on MOSX
450
451         * python/convertrules.py (conv): add rules.
452
453         * lily/grob.cc: remove is_empty()
454
455         * lily/grob-property.cc: remove add_to_list_property().
456
457         * scripts/convert-ly.py (datadir): add prefix switching hack to
458         .py too.
459
460         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
461         space-function tweak.
462
463         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
464
465         * scm/define-grob-properties.scm (all-user-grob-properties):
466         remove callback property.
467
468         * lily/include/grob.hh (class Grob): remove property_callbacks_
469         member. Properties of procedure type are assumed to be callbacks.
470
471         * lily/ligature-engraver.cc (override_stencil_callback):
472         rewrite. Use noteHeadLigaturePrimitive as source.
473
474         * scm/define-grob-properties.scm (all-internal-grob-properties):
475         remove ligature-primitive-callback
476
477         * lily/include/dimension-cache.hh (class Dimension_cache): make
478         class, with Grob as friend.
479
480         * lily/grob.cc: remove set_extent_callback(), set_extent() and
481         has_extent_callback()
482
483         * scm/translation-functions.scm (format-new-bass-figure): read
484         figuredBassPlusDirection
485
486         * scm/define-context-properties.scm
487         (all-user-translation-properties): add figuredBassPlusDirection.
488
489         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
490
491         * lily/align-interface.cc (set_ordered): new function.
492
493         * lily/grob.cc (flush_extent_cache): rewrite.
494
495         * lily/dimension-cache.cc (Dimension_cache): cache extent as
496         Interval pointer directly.
497
498         * lily/main.cc (setup_paths): insert extra / .
499         (setup_paths): junk cff entry.
500
501         * lily/font-config.cc (init_fontconfig): only add type1 / otf
502         directories.
503
504         * lily/axis-group-engraver.cc (finalize): remove
505         extraVerticalExtent, minimumVerticalExtent verticalExtent.
506
507         * lily/grob.cc (Grob): don't set extent from ctor.
508         (extent): use property callbacks. 
509
510         * lily/axis-group-interface.cc: remove set_axes() function.
511
512         * lily/grob-property.cc (del_property): new function.
513
514 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
515
516         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
517         
518 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
519
520         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
521
522 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
523
524         * mf/SConscript: Updates.
525
526         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
527
528         * stepmake/stepmake/*:
529         * */GNUmakefile:
530         * config.make.in:
531         * GNUmakefile.in:
532         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
533         from any directory in build-dir.  Cleanups.
534
535         * make/srcdir.make.in: Remove.
536
537         * lily/main.cc (setup_paths): Fix and document build-dir hack.
538
539         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
540         main).
541
542         * lily/SConscript: Remove ttftools.
543
544         * SConstruct: Resurrect.
545
546 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
547
548         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
549         Y coordinate. 
550
551         * lily/paper-book.cc (add_score_title): put Paper_score title into
552         systems_ list.
553
554         * scm/translation-functions.scm (format-new-bass-figure): also
555         allow plus in combination with _
556
557 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
558
559         * VERSION: 2.7.13 released.
560
561         * lily/note-collision.cc (check_meshing_chords): don't wipe
562         stencil, merely set transparent.
563
564         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
565         (Top): document #'callbacks.
566         (Top): document nested \override.
567
568         * input/regression/figured-bass.ly: update for slash and pluses.
569
570         * input/regression/figured-bass-continuation-forbid.ly (Module):
571         new file.
572
573         * scm/translation-functions.scm (format-new-bass-figure): use
574         slashed-digit if diminished is set.
575         (format-new-bass-figure): add + if 'augmented is set.
576
577         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
578
579         * input/test/piano-staff-distance.ly: remove file.
580
581         * Documentation/user/advanced-notation.itely (Formatting cue
582         notes): use length-fraction for making stems/beams smaller.
583
584         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
585         modifications.
586
587         * lily/new-figured-bass-engraver.cc: new property
588         centerFiguredBassContinuations
589
590         * Documentation/user/changing-defaults.itely (Difficult tweaks):
591         use callbacks.
592
593         * lily/context-property.cc (execute_general_pushpop_property):
594         robustness checks.
595
596         * input/regression/override-nest.ly: new file.
597
598         * python/convertrules.py (FatalConversionError.subber): conversion
599         rule for #'callbacks
600
601         * input/regression/override-nest.ly: new function.
602
603         * lily/parser.yy (music_property_def): allow \override #'a #'b =
604         #c too. 
605
606         * lily/context-property.cc (lookup_nested_property): new function.
607         (evict_from_alist): new function.
608         (general_pushpop_property): new function.
609         (execute_general_pushpop_property): rewrite. Support nested
610         properties too.
611
612 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
613
614         * lily/beam.cc: use length-fraction too.
615
616         * scm/define-grob-properties.scm (all-user-grob-properties):
617         remove property flag-width-function
618         (all-user-grob-properties): remove space-function.
619
620         * scm/layout-beam.scm: remove flag-width-function.
621
622         * lily/beam.cc: remove flag-width-function
623
624         * scm/layout-beam.scm: remove beam dir functions.
625
626         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
627
628         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
629         for easier grace tweaks.
630
631         * lily/beam.cc: remove dir-function.
632
633         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
634
635         * lily/grob.cc: remove spacing-procedure.
636
637         * lily/note-head.cc (calc_stem_attachment): new function.
638         (internal_print): use callback to get glyph-name.
639
640         * lily/grob-property.cc (get_interfaces): new function.
641
642         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
643
644         * lily/stem.cc (calc_stem_end_position): new function.
645         (calc_length): new function.
646         document details for stem.
647         remove Stem::get_direction()
648
649         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
650
651         * lily/grob-property.cc (set_callback): new function.
652
653         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
654
655         * lily/item-scheme.cc: new file.
656
657         * lily/bar-line.cc (before_line_breaking): remove function.
658         remove bar-size-procedure, break-glyph-function
659
660         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
661
662         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
663
664         * lily/system-start-delimiter.cc (print): suicide from
665         here. Remove after_line_breaking_callback.
666
667         * lily/script-interface.cc (calc_direction): use callback for direction.
668
669         * lily/side-position-interface.cc (aligned_side): don't use
670         Side_position_interface::get_direction directly. Use callback. 
671
672         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
673         calculate stencil.
674         (get_print_stencil): rename from get_stencil: create stencil with
675         transparency, color and cause. 
676
677         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
678
679         * python/convertrules.py (conv): insert temporary warning rule.
680
681         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
682
683         * lily/grob-property.cc (try_callback): remove marker if applicable.
684
685         * lily/grob.cc: elucidate doc about after/before-line-breaking
686
687         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
688
689         * lily/stem.cc (height): idem.
690
691         * lily/stem-tremolo.cc: idem.
692
693         * lily/slur.cc (height): don't use get_uncached_stencil()
694
695         * lily/rest.cc (y_offset_callback): use offset callback
696         iso. after-line-breaking callback.
697
698         * lily/grob.cc: change after/before-line-breaking-callback to
699         after/before-line-breaking dummy properties.
700
701         * lily/include/grob.hh: remove Grob_status.
702
703         * scm/define-context-properties.scm
704         (all-user-translation-properties): remove verticalAlignmentChildCallback
705
706         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
707         (calc_direction): use callback
708         (calc_positions): use callback.
709
710         * lily/tie.cc (calc_direction): use callback. Only call parent
711         positioning for more than one tie.
712
713         * lily/tie-column.cc (calc_positioning_done): use callback
714
715         * lily/slur-scoring.cc (calc_control_points): use callback
716
717         * lily/slur.cc (calc_direction): use callback.
718
719         * lily/note-collision.cc (force_shift_callback): remove.
720
721         * lily/dot-column.cc (force_shift_callback): remove. Use
722         other_axis_parent_positioning.
723
724         * lily/grob.cc (other_axis_parent_positioning): new function.
725         (same_axis_parent_positioning): new function
726
727         * lily/align-interface.cc (alignment_callback): remove function.
728
729         * lily/note-collision.cc (calc_positioning_done): use callback.
730
731         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
732         (calc_direction): idem.
733         remove print function.
734
735         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
736
737         * lily/dot-column.cc (calc_positioning_done): use callback.
738
739         * lily/break-align-interface.cc (calc_positioning_done): use callback.
740
741         * lily/beam.cc (calc_direction): use pseudo-property for beam
742         direction callback.
743         (calc_positions): use callback 
744
745         * lily/align-interface.cc (calc_positioning_done): use
746         callback. Fold fixed  distance and normal alignment in one function.
747
748         * lily/stem.cc (calc_stem_end_position): use callback.
749         (calc_positioning_done): idem.
750         (calc_direction): idem.
751         (calc_stem_end_position): idem
752         (calc_stem_info): idem.
753
754         * lily/grob-property.cc (get_property_data): new function: 
755         (try_callback): new function.
756
757         * scm/define-grob-properties.scm (all-user-grob-properties): doc
758         callbacks property.
759
760         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
761
762 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
763
764         * lily/tie.cc (get_position): robustness fix. Don't crash if a
765         tie
766         has no heads.
767         
768         * lily/include/*.hh (Module): compile fixes.
769
770 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
771
772         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
773         as an argument for char-syntax: use (char-syntax (or nil 0)) 
774         instead of (char-syntax nil), thanks to Milan Zamazal.
775
776 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
777
778         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
779         dist.
780
781         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
782         themselves.
783
784 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
785
786         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
787         add class_name() method.
788
789         * lily/music-scheme.cc: remove ly:music-name.
790
791 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
792
793         * cygwin/postinstall-lilypond.sh: Remove cruft.
794
795         * cygwin/postremove-lilypond.sh: Remove.
796
797         * cygwin/GNUmakefile (default): Remove postremove rules.
798
799 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
800
801         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
802         even header too.
803         
804         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
805         MacOS 9 users.
806
807         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
808         consider break index for broken spanner.
809
810         * scm/define-markup-commands.scm (wordwrap-string): remove \r
811         characters from string before splitting.
812
813 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
814
815         * scm/framework-ps.scm (output-preview-framework): use
816         is-book-title to determine whether to chop off the booktitle.
817
818         * lily/paper-book.cc (systems): init from book-title-properties
819         (add_score_title): init score-title-properties.
820
821         * ly/paper-defaults.ly: add {score,book}-title-properties.
822
823         * scm/document-backend.scm (lookup-interface): error message if
824         using unknown interface.
825
826         * lily/volta-bracket.cc (after_line_breaking): new function. Set
827         edge-height.
828
829         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
830         make_bracket.
831         (make_bracket): new function.
832
833         * scm/lily.scm (define-scheme-options): add paper-size option.
834
835         * ly/declarations-init.ly (laissezVibrer): get paper size from
836         -dpaper-size
837
838         * scm/translation-functions.scm: use \fontsize for changing the
839         fontsize.
840
841         * scm/define-grobs.scm (all-grob-descriptions): set
842         between-length-limit to 1.0
843
844         * lily/tie-helper.cc: add between_length_limit_ detail property.
845
846         * mf/feta-bolletjes.mf: typos.
847
848         * lily/note-head.cc (internal_print): don't shadow idx
849         parameter. This fixes wrong attachment for do shape heads.
850
851 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
852
853         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
854
855         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
856
857         * scm/layout-slur.scm: rename from slur.scm
858
859         * scm/layout-page-layout.scm: rename from page-layout.scm
860
861         * scm/layout-beam.scm: rename from beam.scm
862
863         * scm/define-grob-interfaces.scm (bass-figure-interface): add
864         bass-figure-interface
865
866         * lily/new-figured-bass-engraver.cc (process_music): add
867         implicitBassFigures property.
868         
869         * scm/define-markup-commands.scm (pad-x): new markup.
870
871         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
872         minimumVerticalExtent on FiguredBass context.
873
874         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
875         case the continuation crosses a line break.
876
877 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
878
879         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
880         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
881         absolute file name bug.  Backportme.
882
883 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
884
885         * VERSION (PACKAGE_NAME): release 2.7.12
886
887         * input/regression/figured-bass-continuation-center.ly: new file.
888
889         * input/regression/beam-outside-beamlets.ly: new file.
890
891         * lily/beam.cc (set_beaming): don't clip edges.
892         (connect_beams): don't clip edges.
893
894         * lily/beaming-info.cc (clip_edges): new function.
895
896         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
897
898         * Documentation/user/instrument-notation.itely (Figured bass):
899         demonstrate extenders, update seealso links.
900
901         * scm/titling.scm (marked-up-headfoot): change tagline
902         handling. tagline = ##f will blank the tagline as well.
903
904 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
905
906         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
907
908         * lily/new-figured-bass-engraver.cc (struct
909         New_figured_bass_engraver): add new_music_found_ member.
910
911         * lily/lilypond-version.cc (Lilypond_version): deal with
912         incorrectly formatted version strings. 
913
914         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
915         New_figured_bass_engraver by default.
916
917         * lily/ttf.cc (print_trailer): only define glyph names when
918         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
919
920 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
921
922         * lily/horizontal-bracket.cc (make_bracket): new function.
923
924         * scm/define-grobs.scm (all-grob-descriptions): new grobs
925         NewBassFigure, BassFigureBracket, BassFigureContinuation,
926         BassFigureLine, BassFigureAlignment
927
928         * lily/new-figured-bass-engraver.cc (process_music): new file.
929
930         * lily/figured-bass-continuation.cc: new file.
931
932         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
933         new file.
934
935 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
936
937         * scripts/lilypond-book.py: Bug fix, put the quote around the
938         actual score for LaTeX documents.
939
940         * scm/define-grobs.scm (all-grob-descriptions): Change
941         collapse-height of the SystemStartBracket grob to 5.0, 
942         so the bracket disappears for single stave score lines (similarly
943         to SystemStartBraces). 
944
945         * Documentation/user/advanced-notation.itely (Polymetric
946         notation): Clarify the use of compressMusic.
947
948         * Documentation/user/basic-notation.itely (Grace notes): Clarify
949         that the grace spacer note in other staves need the same duration
950         and document the stroke-style property.
951
952 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
953
954         * Documentation/user/global.itely (Vertical spacing): document
955         alignment-extra-space and fixed-alignment-extra-space.
956
957         * Documentation/topdocs/NEWS.tely (Top): add entry.
958
959         * input/regression/alignment-vertical-spacing.ly: new file.
960
961         * python/convertrules.py (conv): add rule.
962
963         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
964
965         * lily/align-interface.cc (stretch_after_break): new
966         function. Read fixed-alignment-extra-space property.
967         (align_elements_to_extents): read alignment-extra-space property.
968
969         * lily/lily-guile.cc (robust_scm2dir): new function.
970
971         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
972         (annotate-space-left): new function. Annotate space left on page. 
973         (annotate-y-interval): new function.
974         (paper-system-annotate-last): new function. Annotate bottom-space.
975
976         * mf/feta-beugel.mf (y): 
977
978 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
979
980         * VERSION (PACKAGE_NAME):  release 2.7.11
981
982         * scm/lily-library.scm (interval-translate): new function
983         (interval-center): new function. 
984
985         * scm/page-layout.scm (paper-system-annotate): new function. Add
986         arrows for dimensions.
987  
988         * scm/stencil.scm (dimension-arrows): new function.
989
990         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
991
992         * input/regression/page-spacing.ly: add annotatespacing
993
994         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
995         (LY_DEFINE): new function ly:paper-system-set-property!
996
997         * Documentation/user/global.itely (Paper size): explain how to add
998         sizes.
999
1000         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
1001         correspond to GS's definition.
1002
1003         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
1004         tuplet bracket.
1005         (print): only connect to next bracket if the next one is alive.
1006         (print): set padding to 0.0 if the bound is a breakable
1007         column. This makes tupletFullLength brackets reach up to the staff
1008         line if it doesn't connect to the next line.
1009
1010 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1011
1012         * lily/bar-number-engraver.cc: correct docs.
1013
1014         * scm/output-lib.scm (first-bar-number-invisible): rename from
1015         default-bar-number-visibility
1016
1017 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1018
1019         * scm/define-music-properties.scm (all-music-properties): remove
1020         predicate property.
1021
1022 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
1023
1024         * po/fi.po: refresh.
1025
1026 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1027
1028         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
1029         superfluous s1.
1030         (disappear): bugfix.
1031
1032         * lily/stem-tremolo.cc (raw_stencil): read slope property.
1033
1034         * lily/include/paper-system.hh (class Paper_system): remove
1035         staff_extents_ member.
1036
1037         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
1038
1039         * lily/include/paper-system.hh (class Paper_system): remove
1040         number_ variable. Remove is_title_. Remove break_before_penalty_
1041
1042         * lily/paper-book.cc (systems): use 'number property iso. number_
1043         member.
1044
1045         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
1046         remove ly:paper-system-number.
1047
1048         * scm/lily-library.scm (paper-system-title?): new function.
1049
1050         * lily/book.cc (process): bugfix: flip ?: cases. 
1051
1052         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1053         add outputProperty.
1054
1055         * ly/music-functions-init.ly: add outputProperty music function.
1056
1057         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
1058
1059         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
1060         and next-padding.
1061         (optimal-page-breaks): rename from ly:optimal-page-breaks.
1062
1063         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
1064
1065         * lily/paper-system.cc (internal_get_property): new function.
1066
1067         * Documentation/user/global.itely (Vertical spacing): refer to
1068         page-spacing.ly
1069
1070         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
1071         pagetopspace
1072
1073         * input/regression/page-spacing.ly: new file.
1074
1075         * input/regression/page-top-space.ly: new file.
1076
1077         * lily/spacing-spanner.cc: cmath -> math.h
1078
1079         * lily/paper-system.cc (read_left_bound): new function. Read
1080         line-break-system-details from left bound to determine extents.
1081  
1082         * Documentation/user/programming-interface.itely (Using LilyPond
1083         syntax inside Scheme): change applyxxx -> applyXxx.
1084
1085         * ly/music-functions-init.ly: add outputProperty music function.
1086
1087         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
1088
1089         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
1090
1091         * python/convertrules.py (conv): rule
1092
1093         * ly/music-functions-init.ly: applyxxx -> applyXxx
1094
1095         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
1096         TabVoice to Voice.
1097
1098 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1099
1100         * flower/include/real.hh: include <math.h> iso. <cmath>
1101
1102         * flower/include/offset.hh: include real.hh
1103
1104 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1105
1106         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1107         fix example, now that 'interfaces is no longer directly available.
1108
1109         * lily/book.cc (process): don't crash if paper == NULL.
1110
1111         * po/fr.po: update.
1112
1113 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1114
1115         * scm/define-music-types.scm (music-descriptions): set length and
1116         start-callback for QuoteMusic
1117
1118 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1119
1120         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
1121         arguments. Fixes compilation error with gcc 3.3.
1122
1123 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1124
1125         * VERSION: release 2.7.10
1126
1127         * stepmake/stepmake/python-module-rules.make
1128         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
1129
1130         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
1131         real.hh
1132
1133 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1134
1135         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
1136         -Werror. Otherwise GCC barfs over various optimizations.
1137
1138         * scm/define-grob-properties.scm (all-internal-grob-properties):
1139         add note-head property
1140
1141         * Documentation/user/instrument-notation.itely (Laissez vibrer
1142         ties): new node.
1143
1144         * input/regression/laissez-vibrer-ties.ly: new file.
1145
1146         * lily/laissez-vibrer-engraver.cc: new file.    
1147
1148         * lily/include/tie-column-format.hh: new file.
1149
1150         * lily/tie-column-format.cc: new file. 
1151
1152         * lily/tie-column.cc (set_manual_tie_configuration): new function.
1153
1154         * lily/laissez-vibrer-tie.cc: new file.
1155
1156         * lily/include/laissez-vibrer-tie.hh: new file.
1157
1158         * ly/engraver-init.ly: add Laissez_vibrer_engraver
1159
1160         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
1161
1162         * scm/define-grobs.scm (all-grob-descriptions): add
1163         LaissezVibrerTie, LaissezVibrerTieColumn
1164
1165         * lily/tie-column.cc (set_tie_config_directions): new function
1166         (final_shape_adjustment): new function.
1167         (shift_small_ties): new function.
1168
1169         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
1170
1171         * lily/include/tie.hh (struct Tie_details): add x_gap_
1172         (struct Tie_configuration): add head_position_
1173
1174         * lily/tie-column.cc (set_chord_outline): new function.
1175
1176         * mf/cmr.enc.in:  remove file.
1177
1178 2005-09-11  Graham Percival  <gpermus@gmail.com>
1179
1180         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
1181
1182 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1183
1184         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
1185         reduce aliasing effects.
1186
1187         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
1188         box in skyline.
1189
1190 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1191
1192         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
1193
1194         * flower/include/real.hh: std::fabs too.
1195
1196 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1197
1198         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
1199
1200         * lily, flower: Include C++ iso C headers.  Import namespace std
1201         throughout.
1202
1203         * lily/side-position-interface.cc: 
1204         * lily/scm-hash.cc: 
1205         * lily/note-head.cc: 
1206         * lily/include/includable-lexer.hh: 
1207         * flower/include/string-data.icc: Remove using std::*.
1208
1209         * lily, flower: Include C++ iso C headers.  Import namespace std
1210         throughout.
1211
1212         * lily/side-position-interface.cc: 
1213         * lily/scm-hash.cc: 
1214         * lily/note-head.cc: 
1215         * lily/include/includable-lexer.hh: 
1216         * flower/include/string-data.icc: Remove using std::*.
1217
1218         * Documentation/user/instrument-notation.itely (Entering lyrics):
1219         Multiple latin-1->utf-8 conversion fix.
1220
1221         * Documentation/user/*tely: Update Emacs cookie to utf-8.
1222
1223 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1224
1225         * lily/tie.cc (get_configuration): also avoid dots for non-space
1226         situations.
1227
1228 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1229
1230         * Documentation/user/instrument-notation.itely: Bugfix.
1231
1232 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1233
1234         * tex/GNUmakefile: don't install texinfo.tex
1235
1236         * tex/ : cleanup: remove unused files.
1237
1238         * lily/general-scheme.cc: remove my_{isinf,isnan}.
1239
1240         * flower/include/real.hh: using std::{isnan,isinf}
1241         
1242         * VERSION (PATCH_LEVEL): release 2.7.9
1243
1244 2005-09-05  Graham Percival  <gpermus@gmail.com>
1245
1246         * Documentation/user/ instrument-notation.itely,
1247         advanced-notation.itely: minor tweaks.
1248
1249         * input/test/script-chart.ly: add item padding.
1250
1251 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1252
1253         * flower/offset.cc: use math.h iso. <cmath>
1254
1255         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
1256         of IE users.
1257
1258         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
1259         (widen-left-stencil-edges): new function. Fix alignment problems
1260         with LaTeX includegraphics.
1261
1262         * lily/text-interface.cc (interpret_markup): use abort().
1263
1264 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1265
1266         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
1267
1268         * lily/tie.cc (get_configuration): update bezier shape as we
1269         change Y positions.
1270         (get_configuration): don't move large ties if we're outside of the
1271         staff.
1272
1273 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1274
1275         * scm/define-markup-commands.scm (strut): swap X and Y dims.
1276         
1277 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1278
1279         * .cvsignore: Add auto-generated configure files and then some.
1280
1281 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1282
1283         * scm/define-grobs.scm (DynamicLineSpanner): Add
1284         X-extent-callback.  Fixes hairpin-slur collision.
1285
1286 2005-08-31  Graham Percival  <gpermus@gmail.com>
1287
1288         * Documentation/user/advanced-notation.itely,
1289         basic-notation.itely: minor changes.
1290
1291 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1292
1293         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
1294         \linebreak between each .eps file if \betweenLilyPondSystem is
1295         undefined. 
1296
1297         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1298         music): Document the \linebreak
1299
1300         * Documentation/user/lilypond-book.itely,
1301         input/tutorial/lbook-latex-test.tex,
1302         Documentation/user/examples.itely: Remove \usepackage{graphics}
1303
1304 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1305
1306         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
1307
1308         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
1309         compat bugfix.
1310
1311         * scripts/lilypond-book.py (PREAMBLE_LY): define
1312         inside-lilypond-book
1313         (modify_preamble): new function. Insert \RequirePackage{graphics}
1314         when no {graphics found in preamble.  
1315
1316 2005-08030  Graham Percival  <gpermus@gmail.com>
1317
1318         * Documentation/user/basic-notation.itely, global.itely,
1319         tutorial.itely: misc small changes.
1320
1321 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1322
1323         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
1324         VERSION.
1325
1326 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1327
1328         * lily/tie-column.cc (new_directions): put Tie down on center
1329         staff line. 
1330
1331         * lily/script-interface.cc (before_line_breaking): use
1332         Grob::programming_error
1333
1334         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
1335
1336         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
1337         of splitext.
1338
1339 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1340
1341         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
1342
1343 2005-08-29  Werner Lemberg  <wl@gnu.org>
1344
1345         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
1346         the `*.scale.pfa' files to avoid warnings.
1347
1348 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1349
1350         * lily/tempo-performer.cc (process_music): idem.
1351
1352         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
1353
1354 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1355
1356         * Documentation/user/advanced-notation.itely (Text markup): not a
1357         fragment.
1358
1359         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
1360
1361         * lily/staff-performer.cc (initialize): add tempo/name to
1362         audio_staff_
1363
1364
1365 2005-08-26  Graham Percival  <gpermus@gmail.com>
1366
1367         * Documentation/user/advanced.itely: add text-only example.
1368
1369         * Documentation/user/invoking.itely: add index entries for
1370         convert-ly.
1371
1372         * Documentation/user/ tutorial.itely, basic-notation.itely:
1373         small fixes suggested by Steve D.  Thanks!
1374
1375 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1376
1377         * input/regression/markup-bidi-pango.ly: new file.
1378
1379         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
1380         standard. Remove #ifdef. Remove memleak.
1381         (text_stencil): use text_dir to decide how to composite items.
1382         (text_stencil): determine uniform text direction for the entire
1383         string.
1384
1385         * scripts/lilypond-book.py (output_name): remove
1386         latex_filter_cmd. Non-portable to non-Unix systems. 
1387         (get_latex_textwidth): use File.write and os.unlink() instead.
1388
1389         * THANKS: add Vicente & Trevor.
1390
1391         * lily/grob.cc (discretionary_processing): look up origin for
1392         programming_error too. 
1393
1394         * input/regression/tie-broken.ly: new file.
1395
1396         * lily/tie-column.cc (set_chord_outlines): set outline for line
1397         break case too.
1398         
1399 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1400
1401         * lily/pango-font.cc (text_stencil): don't translate glyphs in
1402         unscaled transform, just translate stencils.
1403
1404         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
1405         MIDI.
1406
1407         * scm/define-markup-commands.scm (wordwrap-string): use
1408         text-direction
1409         (wordwrap-stencils): idem.
1410         (line): idem.
1411         (fill-line): idem.
1412         (wordwrap-stencils): translate last line to right for
1413         text-direction = LEFT.
1414
1415         * scm/define-grob-properties.scm (all-user-grob-properties): add
1416         text-direction.
1417
1418 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1419
1420         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
1421         when copying a Lily_parser object.
1422
1423 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1424
1425         * scm/define-markup-commands.scm (null): add null markup.
1426
1427 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1428
1429         * lily/item.cc: Add documentation of center-invisible
1430
1431 2005-08-24  Graham Percival  <gpermus@gmail.com>
1432
1433         * Documentation/user/advanced-notation.itely: add info about
1434         raising text.
1435
1436         * Documentation/user/programming-interface.itely: fix example
1437         involving raised text.
1438
1439 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1440
1441         * lily/beam.cc (print): fix X start/end points of isolated
1442         beamlets.
1443
1444         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
1445
1446         * lily/multi-measure-rest.cc (set_text_rods): new function.
1447
1448         * lily/vertical-align-engraver.cc (process_music): call
1449         Align_interface::set_axis(). This forces #'elements to be ordered,
1450         preventing random vertical reordering of staves.
1451
1452         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1453         add avoid-slur property. 
1454
1455         * Documentation/user/basic-notation.itely (Measure repeats): add
1456         countPercentRepeats example.
1457
1458         * Documentation/user/advanced-notation.itely (Other text markup
1459         issues): remove remark about normal-font.  We have \normal-text
1460
1461         * input/regression/tie-chord.ly: add note about remaining bugs.
1462
1463         * lily/tie.cc (print): try Tie_column::set_directions () if
1464         control-points not yet defined.
1465
1466 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1467
1468         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
1469         extent. This fixes braces falling out of the EPS bbox.
1470
1471         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
1472         exactly to bbox.
1473
1474 2005-08-23  Graham Percival  <gpermus@gmail.com>
1475
1476         * {various} : change #up->#UP and #down->#DOWN.
1477
1478         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
1479
1480         * Documentation/user/advanced-notation.itely: clarify
1481         what objects handles text on a multimeasure rest.
1482
1483 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1484
1485         * VERSION (PATCH_LEVEL): release 2.7.7
1486
1487 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1488
1489         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
1490
1491         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
1492
1493         * input/regression/*.ly: formatting clean-up. Default layout
1494         before music expression.
1495
1496         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
1497         romanze28-2 example.
1498
1499         * scm/ps-to-png.scm: remove dir-re function.
1500         (make-ps-images): generate page names, instead of globbing them.
1501         This brings down LilyPond memory usage for make web by a factor
1502         10. (backportme?) 
1503
1504         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
1505         don't use glob. With 3000 files, globbing
1506         Documentation/user/out-www/ can take too much time. (backportme?)
1507         
1508         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
1509
1510         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
1511
1512         * input/regression/tie-manual.ly: new file
1513
1514         * input/regression/tie-chord.ly: update.
1515
1516         * flower/include/interval.hh (struct Interval_t): 
1517
1518         * lily/tie.cc (distance): new function 
1519         (height): new function.
1520         (init): new function
1521         (Tie_details): new struct.
1522
1523         * lily/skyline.cc (skyline_height): new function.
1524
1525         * lily/tie-column.cc (set_chord_outlines): new function.
1526         (new_directions): read tie-configuration
1527
1528         * lily/skyline.cc: fix ASCII art.
1529         
1530 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1531
1532         * python/convertrules.py (string_or_scheme): Fix spelling error
1533
1534 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1535         
1536         * lily/tie-column.cc (set_directions): set directions only once.
1537         (add_configuration): new function.
1538
1539         * lily/tie.cc (set_control_points): new function
1540
1541         * lily/tie-column.cc (new_directions): new function.
1542
1543         * ly/music-functions-init.ly: set 'pitch property
1544         iso. trill-pitch. This makes \relative work with \pitchedTrill
1545
1546         * lily/tie.cc (get_configuration): new function. Don't generate
1547         control points, rather, generate configuration.
1548         remove head-pair property.
1549
1550         * lily/include/tie.hh (struct Tie_configuration): new struct.
1551
1552 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1553
1554         * Documentation/topdocs/NEWS.tely: clarify.
1555
1556 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1557
1558         * lily/tie.cc: remove minimum-length
1559
1560         * scm/define-grob-properties.scm (all-user-grob-properties):
1561         remove staffline-clearance, y-offset 
1562
1563         * input/regression/tie-dots.ly (Module): remove.
1564
1565         * lily/tie.cc (get_control_points): rewrite. Put short ties in
1566         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
1567
1568         * input/regression/tie-single.ly: new file.
1569
1570 2005-08-21  Graham Percival  <gpermus@gmail.com>
1571
1572         * ly/bagpipe.ly: fix compile problem.
1573
1574 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1575
1576         * lily/midi-item.cc (name): new method.
1577
1578         * lily/staff-performer.cc (acknowledge_audio_element): use
1579         signature of baseclass.
1580
1581         * lily/engraver-group.cc (do_announces): move recursion call out
1582         of while loop. 
1583
1584         * lily/drum-note-performer.cc (class Drum_note_performer): use
1585         process_music everywhere.
1586
1587         * ly/performer-init.ly: add default children everywhere.
1588
1589         * lily/paper-book.cc (output): call paper-book-write-midis
1590         directly: always write MIDI, even if no \layout {} block. 
1591
1592 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1593
1594         * VERSION (PACKAGE_NAME): release 2.7.6
1595
1596         * lily/percent-repeat-engraver.cc (try_music): don't print warning
1597         about not being able to handle repeat.
1598
1599 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1600
1601         * Documentation/user/examples.itely (Piano templates):
1602         * lily/include/performer-group.hh: Remove last traces of
1603         Performer_group_performer.  Fixes make web.
1604
1605 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1606
1607         * Documentation/user/examples.itely (Piano templates): change
1608         Engraver_group_engraver -> Engraver_group
1609
1610         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
1611         scm_stand_in_procs is not weak_any.
1612
1613         * lily/volta-bracket.cc (print): don't use strcmp().
1614
1615         * lily/volta-engraver.cc (process_music): use
1616         Text_interface::is_markup() for setting the 'text property of the
1617         volta bracket.
1618
1619         * input/mutopia/claop.py (accents): update syntax to 2.6
1620
1621         * scm/define-context-properties.scm
1622         (all-user-translation-properties): add countPercentRepeats.
1623
1624         * Documentation/user/basic-notation.itely (Measure repeats): add
1625         isolated percent example.
1626
1627 2005-08-18  Graham Percival  <gpermus@gmail.com>
1628
1629         * input/ {various}: change direction #1, #-1 to
1630         #up/#down or \fooUp, \fooDown.
1631
1632         * Documentation/user/music-glossary.tely: #-1 to #down.
1633
1634         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
1635         to #up, #-1 to #down.
1636
1637 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1638
1639         * lily/include/engraver-group.hh: rename.
1640
1641         * lily/include/performer-group.hh: rename.
1642
1643 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1644
1645         * input/test/script-abbreviations.ly: Removed some old LaTeX
1646         left overs.
1647
1648 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1649
1650         * python/convertrules.py (conv): inside-slur -> avoid-slur.
1651         Remove functions.  Remove if 1: constructs, reindent.
1652
1653         * scripts/convert-ly.py (add_version): Add functions from
1654         convertrules.py
1655
1656         * scm/script.scm (default-script-alist):
1657         s/priority/script-priority.  Fixes script stacking.  Backportme.
1658         (Fermata): Very low priority.
1659
1660 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1661
1662         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
1663
1664         * input/regression/slur-script.ly: remove padding tweaks. Add
1665         comment strings.
1666
1667         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
1668         time sigs and related stuff.
1669
1670         * scm/define-grob-properties.scm (all-user-grob-properties): add
1671         @code{} tags to property description.
1672
1673         * lily/include/line-group-group-engraver.hh (Module): remove file.
1674
1675         * python/convertrules.py (conv): add rule for
1676         Engraver_group_engraver -> Engraver_group.
1677
1678         * lily/include/performer-group-performer.hh: analogous.
1679
1680         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
1681
1682         * lily/context-def.cc (instantiate): check for
1683         Engraver_group_engraver and Performer_group_performer not
1684         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
1685  
1686 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1687
1688         * input/les-nereides.ly: Remove three fingering tweaks, update
1689         remaining one.
1690
1691         * input/regression/slur-script-inside.ly: Update, fix doc.
1692
1693         * scm/script.scm: Update to avoid-slur.
1694
1695         * scm/define-grob-properties.scm (avoid-slur): New property.
1696
1697         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1698         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
1699         outside_slur_callback if avoid-slur != #'inside.
1700
1701         * scm/define-grobs.scm (Fingering, Textscript): No
1702         inside-slur/outside-slur preference.
1703         (DynamicLineSpanner): Always outside slur.
1704
1705         * input/regression/slur-script.ly: More tests.
1706
1707 2005-08-17  Graham Percival  <gpermus@gmail.com>
1708
1709         * Documentation/user/lilypond-book: fix notime entry.
1710
1711         * Documentation/user/advanced-notation.itely: add info on
1712         getting an I rehearsal mark.
1713
1714         * Documentation/user/putting.itely: reinstate "I", re-enforce
1715         the fact that \override numbers are the result of
1716         experimentation and personal taste.
1717
1718         * Documentation/user/invoking.itely: update convert-ly bugs.
1719
1720 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1721
1722         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
1723         to #t.
1724
1725         * lily/timing-translator.cc (initialize): don't initialize timing.
1726
1727         * input/regression/stem-spacing.ly (Module): remove file.
1728
1729         * input/regression/spacing-stick-out.ly: specify Score context for
1730         \override
1731
1732         * input/regression/clefs.ly: remove spurious {}s 
1733
1734 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
1735
1736         * Documentation/topdocs/NEWS.tely,
1737         input/regression/repeat-percent-count.ly: clarify a bit.
1738
1739 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1740
1741         * input/no-notation/display-lily-tests.ly: delete
1742         display-lily-init call.
1743
1744         * ly/music-functions-init.ly (displayLilyMusic): move
1745         display-lily-init call at top level, so that the user should not
1746         have to call it.
1747
1748         * scm/define-music-display-methods.scm (note-name->lily-string):
1749         retrieve note names directly from pitchnames using new function `rassoc'.
1750         (display-lily-init): note names list construction removed.
1751
1752 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1753
1754         * THANKS: spello.
1755
1756         * lily/lily-parser.cc (get_header): copy module, instead of
1757         returning it.
1758
1759         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
1760         counters.
1761
1762         * Documentation/user/basic-notation.itely (Measure repeats): add
1763         links to Counter grobs.
1764
1765         * scm/define-grobs.scm (all-grob-descriptions): add
1766         DoublePercentRepeatCounter
1767         (all-grob-descriptions): add PercentRepeatCounter
1768
1769         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
1770         also create counter grobs.
1771
1772         * lily/separation-item.cc (extremal_break_aligned_grob): don't
1773         return grob without space-alist.
1774
1775         * input/proportional.ly: tune staff-padding.
1776
1777         * input/regression/repeat-percent-count.ly: new file. 
1778
1779 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1780
1781         * input/no-notation/display-lily-tests.ly: moved from
1782         input/regression/ to input/no-notation. Be sure to call
1783         `display-lily-init' before trying to use the display function.
1784
1785 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1786
1787         * scripts/lilypond-book.py (option_definitions): Don't localize
1788         the empty string. Fixes bug when --psfonts was used with
1789         non-English locale.
1790
1791 2005-08-15  Graham Percival  <gpermus@gmail.com>
1792
1793         * lily/tuplet-bracket.cc: simple build fix.
1794
1795         * Documentation/user/putting.itely: use "we" instead of "I".
1796
1797         * Documentation/user/basic-notation.itely: cautionary accidentals
1798         work with naturals, too.
1799
1800 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1801
1802         * lily/tuplet-bracket.cc (calc_position_and_height): add
1803         staff-padding support.
1804
1805         * input/proportional.ly: set staff-padding.
1806         
1807         * VERSION (PATCH_LEVEL): release 2.7.5
1808
1809         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
1810         fixes. Remove tweaks.
1811
1812         * input/regression/tuplet-slope.ly: add a test case.
1813
1814         * lily/tuplet-bracket.cc (calc_position_and_height): revert
1815         erroneous fix. Add spanner bounds to offset array with relative X
1816         positions.
1817
1818         * ly/engraver-init.ly: add Rest_engraver only once.
1819
1820         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
1821         (*parser*) lookup if (*parser*) != #f.
1822
1823 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1824
1825         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
1826         Cut-and paste update.
1827
1828         * input/regression/slur-script.ly: Add example of reverting
1829         inside-slur for fingering.
1830
1831         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
1832         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
1833
1834         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
1835         outside_slur_callback if inside-slur == #f (as opposed to unset).
1836
1837 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1838
1839         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
1840         encoding files are already removed.
1841
1842 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1843
1844         * Documentation/user/advanced-notation.itely (Instrument names):
1845         Document a workaround for instrument names that collide with
1846         system start braces/brackets.
1847
1848 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1849
1850         * lily/rest-collision.cc (do_shift): spello.
1851
1852         * input/proportional.ly: use #'used property. Set break-overshoot
1853         property.
1854
1855         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
1856
1857         * lily/paper-column.cc: add #'used property
1858
1859         * lily/mark-engraver.cc (stop_translation_timestep): set grob
1860         array for staves found.
1861
1862         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
1863         array for stavesFound.
1864
1865         * lily/staff-spacing.cc (next_note_correction): add fixed and
1866         space to calling convention. This fixes spacing of accidentals
1867         after barlines.
1868
1869         * input/regression/spacing-accidental-stretch.ly: add barline -
1870         accidental case.
1871
1872         * scm/framework-ps.scm (page-header): add version number to
1873         creator
1874         (eps-header): idem.
1875
1876         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
1877         
1878 2005-08-13  Graham Percival  <gpermus@gmail.com>
1879
1880         * Documentation/user/global.itely: add "fit as much as
1881         possible onto this page" example (Vertical spacing).
1882
1883 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1884
1885         * *: Nitpick run.
1886
1887         * buildscripts/fixcc.py: Fixes.
1888
1889 2005-08-12  Graham Percival  <gpermus@gmail.com>
1890
1891         * Documentation/user/advanced-notation.itely: add markup
1892         example to Text spanners.
1893
1894 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1895
1896         * Documentation/user/basic-notation.itely (Ties): Add example of
1897         tying a tremolo to a chord. Thanks to Steve Doonan. 
1898
1899         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
1900         properties and move tieMelismaBusy to the list of written
1901         properties. 
1902
1903 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1904
1905         * po/TODO: suggest to use a dedicated tool like kbabel.
1906
1907         * po/fi.po: update using kbabel.
1908
1909 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1910
1911         * *: Remove obsolete files.  Nitpick run.
1912
1913         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
1914
1915 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1916
1917         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
1918         too.
1919
1920         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
1921
1922         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
1923         whitespace as symbol separator.
1924
1925         * lily/side-position-interface.cc: Add slur-padding.
1926
1927         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
1928         quite a large fix, and it never worked in a stable release; so not
1929         really a regression.
1930
1931         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
1932         Update cut and paste code from Slur_engraver.
1933
1934         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
1935         Add.
1936
1937         * scm/define-grobs.scm (DynamicLineSpanner): Add
1938         dynamic-line-spanner-interface.
1939         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
1940
1941 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1942
1943         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
1944         to_boolean () so that non-set 'inside-slur means false.
1945
1946         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
1947         slur has control-points.  Skip script without direction.  Always
1948         do_shift if script inside slur, even if slur not contained in
1949         script y-extent.  Increment k in loop.
1950
1951 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1952
1953         * scm/define-markup-commands.scm: Improved regexp to search for
1954         EPS bounding boxes and corrected call to ly:warning.
1955
1956 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1957
1958         * Documentation/user/programming-interface.itely (Displaying music
1959         expressions): doc for \displayLilyMusic. Also some precisions in
1960         "Markup construction in Scheme"
1961
1962 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1963
1964         * scm/define-markup-commands.scm (normal-text): Added 2 new
1965         markup commands, \normal-text and \medium (the latter thanks to
1966         Bruce Fairchild). 
1967
1968 2005-08-08  Graham Percival  <gpermus@gmail.com>
1969
1970         * Documentation/user/programming-interface.itely: fix @{ @}.
1971
1972         * scm/define-markup-commands.scm: add linewidth info to
1973         \justify and \wordwrap, add "upright is the opposite of italic".
1974
1975         * Documentation/user/advanced-notation.itely: shaped->shape,
1976         add (cons (markup "foo")) type of example to text markup,
1977         reword multi-measure rests section.
1978
1979         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
1980         comment.  No actual code was touched.
1981
1982         * Documentation/user/invoking.itely: add more info about
1983         \include.  Thanks, Bruce!
1984
1985         * THANKS: add Bruce Fairchild, alphabetise.
1986
1987         * Documentation/user/global.itely: document \score{\header{}}
1988         behavior.
1989
1990         * Documentation/user/basic-notation.itely: reword multi-measure
1991         rest discussion in Rests.
1992
1993 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1994
1995         * Documentation/user/programming-interface.itely (Markup
1996         construction in Scheme): Corrected example and tried to clarify
1997         the implicit \line in the table.
1998
1999 2005-08-07  Graham Percival  <gpermus@gmail.com>
2000
2001         * Documentation/user/instrument-notation.itely: moved
2002         some bagpipe info back into the bagpipe section.  Somehow
2003         it ended up in the "other vocal issues" section?!  :o_O
2004
2005 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2006
2007         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
2008         directories, not paths).
2009
2010 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2011
2012         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
2013         plain emmentaler/aybabtu.  Backportme.
2014
2015         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
2016         missing dir correction.
2017
2018 2005-08-05  Graham Percival  <gperlist@shaw.ca>
2019
2020         * scm/define-markup-commands: fix reversed justify/wordwrap
2021         doc strings.
2022
2023 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
2024
2025         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
2026         lily/gregorian-ligature-engaver.cc,
2027         lily/include/ligature-engraver.hh,
2028         lily/include/coherent-ligature-engraver.hh,
2029         lily/include/gregorian-ligature-engraver.hh: make these classes
2030         truely abstract.  This should fix some internal oddities such as
2031         duplicate as well as dead translator/property declarations, and
2032         also some dead code.
2033
2034         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
2035         bugfix: avoid message "junking empty ligature" on ligature
2036         brackets by collecting dummy grobs.
2037
2038 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2039
2040         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
2041
2042         * input/proportional.ly (staffKind): bugfix.
2043         (staffKind): updates by Trevor Baca.
2044
2045         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
2046         default layout. 
2047
2048         * lily/tuplet-bracket.cc (print): check whether edge-text is a
2049         pair.
2050
2051         * lily/beam.cc (rest_collision_callback): call position_beam() if
2052         necessary.
2053
2054         * VERSION: release 2.7.4
2055
2056         * input/regression/spacing-uniform-stretching.ly: new file.
2057
2058         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
2059
2060         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
2061         contributor.
2062
2063         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
2064
2065         * input/proportional.ly: new file.
2066
2067         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
2068         columns is empty
2069
2070         * lily/tuplet-engraver.cc (finalize): new function. Reset right
2071         bounds to currentCommandColumn for the last step.
2072         (start_translation_timestep): if tupletFullLength is set, set
2073         bound to Paper Column
2074
2075         * input/regression/tuplet-full-length.ly (indent): new file.
2076
2077         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
2078         clique of loose columns, eg. a set of grace notes in strict
2079         notespacing.
2080
2081         * input/regression/spacing-strict-spacing-grace.ly: new file.
2082
2083         * lily/key-signature-interface.cc: change property name to
2084         alteration-alist
2085
2086         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
2087         keyAccidentalOrder
2088
2089         * python/convertrules.py (conv): keyAccidentalOrder ->
2090         keyAlterationOrder
2091
2092         * lily/key-engraver.cc (create_key): always print a cancellation
2093         for going to C-major/A-minor, regardless of printKeyCancellation.
2094         (create_key): remove typecheck for visibility. This fixes key
2095         signature not being printed.
2096
2097         * lily/spacing-determine-loose-columns.cc: new file.
2098
2099         * input/regression/spacing-strict-notespacing.ly: new file.
2100
2101         * lily/spacing-spanner.cc (generate_springs): rename from
2102         do_measure. 
2103         (generate_pair_spacing): new function.
2104         (init, generate_pair_spacing): set between-cols for floating
2105         nonmusical columns.
2106
2107         * lily/spaceable-grob.cc (get_spring): new function. 
2108
2109         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
2110         relative to the right edge of the prefatory matter.
2111
2112         * lily/beam.cc (print): read break-overshoot to determine where to
2113         stop/start broken beams.
2114
2115         * input/regression/spanner-break-overshoot.ly: new file.
2116
2117 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2118
2119         * ly/bagpipe.ly: updated.
2120
2121         * Documentat/user/instrument.itely: un-comment out bagpipe example.
2122
2123 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2124
2125         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
2126         support: now (de)crescs avoid slurs as well.
2127
2128         * Documentation/user/instrument-notation.itely (Bagpipe example):
2129         comment out non-functioning bagpipe example.
2130         (Bagpipe definitions): idem.
2131
2132         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
2133         (Top): add proportionalNotationDuration example.
2134
2135         * input/regression/spacing-proportional.ly: new file.
2136
2137         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
2138         synched to a beam.
2139
2140         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
2141         fixes beams with a single stem (eg. beams across linebreaks.)
2142
2143         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
2144
2145         * flower/rational.cc (operator +): prevent overflow. This fixes
2146         heavily nested tuplets.
2147
2148         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
2149         have to protect even those unlikely to be corrupted data members.  
2150
2151 2005-08-04  Graham Percival  <gperlist@shaw.ca>
2152
2153         * ly/bagpipe.ly: new file.
2154
2155         * THANKS: added Sven Axelsson.
2156
2157 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2158
2159         * lily/spacing-engraver.cc (stop_translation_timestep): directly
2160         copy proportionalNotationDuration into currentMusicalColumn if
2161         set.
2162
2163         * lily/spacing-spanner.cc (musical_column_spacing): if
2164         uniform-stretching set, fixed space is 0.0
2165
2166         * input/regression/spacing-multi-tuplet.ly: show
2167         uniform-stretching property.
2168
2169         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
2170
2171         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
2172         (struct Spacing_options): new struct.
2173
2174         * lily/spacing-basic.cc: new file.
2175
2176         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
2177         delta_t doesn't have to be smaller than shortest_playing_len
2178
2179 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2180
2181         * input/regression/markup-arrows.ly:  new file.
2182
2183         * lily/tuplet-bracket.cc: document new behavior.
2184
2185         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
2186         with line breaks.
2187
2188         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
2189
2190         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
2191         default 
2192
2193         * lily/tuplet-bracket.cc: add edge-text property.
2194         add break-overshoot.
2195         (print): read break-overshoot.
2196         (print): read edge-text, add stencils.
2197
2198         * mf/feta-arrow.mf: new file.
2199
2200         * mf/feta-generic.mf: add feta-arrow.
2201
2202 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2203
2204         * Documentation/user/lilypond-book.itely (An example of a
2205         musicological document): Added flag -o to dvips for people who use
2206         the default setting in teTeX where output is sent to the printer. 
2207
2208         * Documentation/user/global.itely (Vertical spacing): Added
2209         reference to the Axis_group_engraver which documents the *Extent
2210         properties.
2211
2212 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2213
2214         * Documentation/user/basic-notation.itely (Tuplets): add note
2215         about nested tuplets. Remove BUG. 
2216
2217         * input/regression/tuplet-nest.ly: update: remove manual hack. 
2218
2219         * lily/tuplet-bracket.cc (print): use robust_scm2drul
2220         (print): manually call print() for subtuplets.
2221         (calc_position_and_height): add subtuplets to the
2222         support. Vertically shift outer tuplet 
2223
2224         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
2225         remove-first for Lyrics, ChordNames and FiguredBass
2226
2227         * scm/define-grob-properties.scm (all-internal-grob-properties):
2228         use ly:grob-array? iso. grob-list?
2229         (all-internal-grob-properties): add tuplets grob-array.
2230
2231         * lily/tuplet-bracket.cc (add_tuplet_bracket):
2232         new function
2233
2234 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2235
2236         * input/test/time-signature-staff.ly: new file.
2237
2238         * ly/declarations-init.ly (center): escape to Scheme. Fixes
2239         spurious #<Music FingerEvent> errors. Backportme.
2240
2241 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2242
2243         * Documentation/user/programming-interface.itely (Markup
2244         construction in Scheme): Corrected markup syntax in the
2245         translation table.
2246
2247 2005-08-03  Graham Percival  <gperlist@shaw.ca>
2248
2249         * Documentation/user/instrument-notation.itely: small update
2250         to bagpipe notation docs; thanks Sven!
2251
2252         * Documentation/user/basic-notation.itely: add link about trills.
2253
2254 2005-08-02  Graham Percival  <gperlist@shaw.ca>
2255
2256         * Documentation/user/music-glossary: remove accidentally committed
2257         fink patch.
2258
2259 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2260
2261         * lily/lily-parser.cc (get_header): new function. Enable multiple
2262         \header definitions.
2263
2264         * lily/parser.yy (lilypond_header_body): use get_header.
2265
2266         * ly/init.ly:
2267         * scm/lily-library.scm (print-score-with-defaults): renamed
2268         $globalheader to $defaultheader
2269         
2270         * Documentation/user/global.itely (Creating titles): added short
2271         explanation that multiple headers are useable.
2272
2273
2274 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2275
2276         * lily/module-scheme.cc (LY_DEFINE): new file. 
2277
2278         * Documentation/user/advanced-notation.itely (Font selection): add
2279         doco for make-pango-font-tree.
2280
2281 2005-07-31  Graham Percival  <gperlist@shaw.ca>
2282
2283         * Documentation/user/music-glossary: more languages
2284         for tenuto.
2285
2286         * Docuemntation/user/instrument-notation.itely: minor
2287         update for bagpipe example.
2288
2289 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2290
2291         * input/regression/+.ly (TODO): add some text.
2292
2293 2005-07-28  Graham Percival  <gperlist@shaw.ca>
2294
2295         * Documentation/user/invoking.itely: \score begins with music.
2296
2297         * Documentation/user/ basic-notation.itely,
2298         instrument-notation.itely: minor changes.
2299
2300         * Documentation/user/music-glossary.itely: began tenuto entry.
2301
2302 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2303
2304         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
2305
2306         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
2307
2308 2005-07-27  Graham Percival  <gperlist@shaw.ca>
2309
2310         * Documentation/user/examples.itely: remove bagpipe template.
2311
2312         * Documentation/user/instrument-notation.itely: add bagpipe
2313         section, maybe fix quotes in lyrics.  I hate text encoding.
2314         Clarify chord durations, more bagpipe stuff.
2315
2316 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2317  
2318         * lily/accidental-engraver.cc: formatting fixes.
2319
2320         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
2321         grob-array.
2322
2323         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
2324
2325         * lily/note-column.cc (arpeggio): new function.
2326
2327         * lily/note-spacing.cc (get_spacing): also take arpeggio into
2328         account for spacing.
2329
2330 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2331
2332         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
2333         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
2334         mingw build.
2335         
2336 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2337
2338         * scm/lily.scm (lilypond-all): clear anonymous modules after
2339         processing files.
2340
2341 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2342
2343         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
2344         SCM_I_CONSP
2345
2346         * VERSION: 2.7.3 released
2347
2348         * Documentation/user/invoking.itely (Invoking lilypond): add
2349         LILYPOND_GC_YIELD documentation.
2350
2351         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
2352         scm_from_real / scm_make_real.
2353
2354         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
2355         higher. This increases memory footprint, but provides overall
2356         speedup of 15 to 20%. 
2357
2358         * lily/include/translator.hh (class Translator): remove
2359         PRECOMPUTED_VIRTUAL everywhere.
2360
2361         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
2362
2363         * lily/context.cc (now_mom): non-recursive now_mom() 
2364
2365         * lily/include/profile.hh: new file.
2366
2367         * lily/profile.cc: new file.
2368
2369         * lily/grob.cc (Grob::Grob): look properties up directly.
2370
2371         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
2372         lookups.
2373
2374         * lily/include/box.hh (class Box): smob Box type.
2375
2376         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
2377
2378         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
2379         protect() and unprotect(). Use throughout.
2380
2381 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2382
2383         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
2384
2385         * scm/define-music-display-methods.scm (markup->lily-string):
2386         markup elements can also be strings (without simple-markup
2387         appended)
2388
2389 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2390
2391         * lily/context.cc (where_defined): also assign value in
2392         where_defined().
2393
2394         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
2395         (curve_coordinate): new function
2396
2397         * lily/simple-spacer.cc (add_columns): only add rods between
2398         column i and begin/end if keep-inside-line is set (this repleces
2399         allow-outside-line as default)
2400
2401 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2402
2403         * lily/tuplet-engraver.cc (start_translation_timestep): only read
2404         tupletSpannerDuration if applicable.
2405
2406         * lily/font-size-engraver.cc (process_music): read fontSize only
2407         once per timestep.
2408
2409         * lily/engraver*cc: use throughout.
2410         
2411         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
2412
2413         * lily/translator.cc (add_acknowledger): new file. Directly jump
2414         into an Engraver::acknowledge_xxx () method based on a grobs
2415         interface-list.
2416
2417         * lily/include/translator-dispatch-list.hh (class
2418         Engraver_dispatch_list): new struct, new file.
2419
2420         * scm/define-context-properties.scm
2421         (all-internal-translation-properties): remove acceptHashTable,
2422         acknowledgeHashTable
2423
2424         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
2425
2426         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
2427         change acknowledgeHashTable to C++ member. 
2428
2429         * lily/rest-collision.cc (do_shift): use extract_grob_set().
2430
2431 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2432
2433         * scm/display-lily.scm: new file. Define a `display-lily-music'
2434         function, that displays the music expression given as an argument,
2435         using LilyPond notation.
2436
2437         * scm/define-music-display-methods.scm: new file. Implementation
2438         of display methods for each music type.
2439
2440         * ly/music-functions-init.ly (displayLilyMusic): new function for
2441         displaying music with LilyPond notation.
2442
2443         * input/regression/display-lily-tests.ly: new regression test file
2444         for `display-lily-music'.
2445
2446         * scm/markup.scm: remove obsolete debugging code (for printing
2447         markups with LilyPond notation).
2448
2449         * scm/define-music-types.scm (music-name-to-property-table):
2450         * scm/clef.scm (supported-clefs): export, in order to be accessible
2451         from the (scm display-lily) module.
2452
2453 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2454
2455         * Documentation/topdocs/NEWS.tely (Top): Typo.
2456
2457 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2458
2459         * Documentation/index.html.in, Documentation/texinfo.css,
2460           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2461           Documentation/bibliography/index.html.in,
2462           Documentation/bibliography/html-long.bst: revert css-width patch,
2463           it does not work with IE6.
2464
2465 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2466
2467         * Documentation/texinfo.css: revert 760px hack. 
2468
2469         * VERSION: release 2.7.2
2470
2471         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
2472
2473         * Documentation/user/basic-notation.itely (Barnumber check): add
2474         section.
2475
2476         * scm/music-functions.scm (skip-to-last): new function. Show only
2477         last showLastLength part of the \score.
2478
2479         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
2480
2481         * python/convertrules.py (conv): add ly:x-moment rule
2482
2483         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
2484
2485         * Documentation/topdocs/NEWS.tely (Top): add new feature.
2486
2487         * Documentation/user/instrument-notation.itely (Flexibility in
2488         alignment): options in subsections.
2489
2490         * lily/lyric-engraver.cc (process_music): don't typeset text for _
2491         syllable text. Instead, assume that the previous lyric text is a
2492         melismated text.
2493
2494         * Documentation/index.html.in: revert 800x600 change.
2495
2496 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * lily/main.cc (main): Remove invalid handle kludge.
2499
2500         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
2501         (lambda): add gui define.
2502
2503 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2504
2505         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
2506
2507         * Documentation/user/instrument-notation.itely (Musica ficta
2508         accidentals): add section Musica ficta accidentals
2509
2510         * lily/accidental-engraver.cc (make_suggested_accidental): new
2511         function.
2512         (make_standard_accidental): move into new function.
2513         (create_accidental): new function.
2514
2515         * scm/define-grobs.scm (all-grob-descriptions): new Grob
2516         AccidentalSuggestion
2517
2518         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
2519
2520         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
2521         undefined.
2522
2523         * Documentation/user/global.itely (Page formatting): document
2524         horizontalshift.
2525
2526         * scm/page-layout.scm (default-page-music-height):
2527         horizontalshift: new variable, shift all systems by
2528         horizontalshift to the right, to make space for instrument names.
2529
2530         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
2531
2532         * lily/input-scheme.cc (LY_DEFINE): take format commands.
2533
2534 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2535
2536         * lily/note-column.cc (dir): idem.
2537
2538         * lily/spacing-spanner.cc (Module): idem.
2539
2540         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
2541
2542         * lily/include/paper-column.hh (class Paper_column): add
2543         non-static get_rank() member.
2544
2545         * VERSION: release 2.7.1
2546         
2547         * scm/framework-null.scm: new file, used for benchmarking.
2548
2549 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
2550
2551         * Documentation/topdocs/INSTALL.texi, configure.in: fix
2552         version dependencies for fontforge and gs.
2553
2554         * Documentation/index.html.in, Documentation/texinfo.css,
2555         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
2556         Documentation/bibliography/index.html.in, 
2557         Documentation/bibliography/html-long.bst: optimize width of
2558         html for a 800x600 screen (width:760), increases printability
2559         when 'fit to page' is not set and readability in wide screens.
2560
2561         * stepmake/bin/add-html-footer.py: add missing </p>.
2562
2563 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2564
2565         * scm/define-markup-commands.scm (beam): use polygon in beam
2566         command.
2567
2568         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
2569         all acknowledged grobs, and do potentially expensive merge and
2570         write in one go.
2571
2572         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
2573
2574         * configure.in (reloc_b): add --enable-static-gxx to statically
2575         link to libstdc++
2576
2577         * lily/GNUmakefile (static-gxx-libs): new target
2578         static-gxx-libs. Create symlink to libstdc++.a
2579
2580         * lily/new-lyric-combine-music-iterator.cc: rename to
2581         Lyric_combine_music_iterator
2582
2583         * lily/lyric-combine-music-iterator.cc
2584         (Old_lyric_combine_music_iterator): rename to
2585         Old_lyric_combine_music_iterator
2586
2587         * lily/*-engraver.cc (various): remove double use of
2588         PRECOMPUTED_VIRTUAL function: only use
2589         start_translation_timestep() and stop_translation_timestep(), not
2590         both.
2591
2592         * lily/break-substitution.cc (fast_substitute_grob_array): do
2593         fast_substitute_grob_array for all unordered grob_arrays.
2594         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
2595         (substitute_grob_array): optimize.
2596
2597         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
2598
2599         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
2600
2601         * lily/parser.yy: revert $globalheader patch.
2602         
2603         * lily/include/translator.icc
2604         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
2605         Translator methods, without _static helper.
2606  
2607         * lily/grob-smob.cc (derived_mark): rename from
2608         do_derived_mark(). Return void.
2609
2610         * scm/define-context-properties.scm
2611         (all-internal-translation-properties): remove tweakCount/tweakRank.
2612
2613         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
2614         predefined break-visibilities.
2615
2616         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
2617         booleans for break-visibility.
2618
2619         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
2620
2621         * python/convertrules.py (conv): rule for Timing_translator. 
2622
2623         * lily/include/translator.icc: new file. 
2624
2625         * lily/paper-column-engraver.cc (process_music): new
2626         file. Separate Paper_column factory from Score_engraver.
2627
2628         * lily/vertically-spaced-context-engraver.cc: administer
2629         spaceable-staves property of System.
2630
2631         * lily/translator-group-ctors.cc: new file.
2632
2633         * lily/context-property.cc (make_grob_from_properties): construct
2634         the right Grob class programmatically, looking at the class entry
2635         for the meta property.
2636
2637         * lily/break-align-engraver.cc (stop_translation_timestep): call
2638         Break_align_interface::add_element() directly.
2639
2640         * lily/context.cc (measure_position): measure_position() is now a
2641         normal function.
2642
2643         * lily/include/translator.hh (class Translator): rename
2644         process_acknowledged_grobs() to process_acknowledged() and move to
2645         Translator.
2646
2647         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
2648         field for each grob description.
2649
2650         * lily/include/translator-group.hh (class Translator_group):
2651         change to base class. Separate class from Translator. This gets
2652         rid of virtual inheritance for Engravers/Performers.
2653
2654         * lily/staff-performer.cc (class Staff_performer): derive
2655         Staff_performer from Performer, not Performer_group_performer 
2656
2657         * Lily/translator-group.cc (precomputed_recurse_over_translators):
2658         new function.
2659         (precompute_method_bindings): new function. Precompute lists of
2660         Translators, so we only call methods (process_music,
2661         start_translation_timestep, etc.) for Translators needing
2662         it. Also: dispose of pointer-to-member-function calls.
2663
2664         * lily/engraver-group-engraver.cc: remove engraver_each,
2665         recurse_down_engravers ()
2666
2667         * lily/note-head.cc (internal_print): only call
2668         glyph-name-procedure if style != default. 
2669
2670 2005-07-16  Graham Percival  <gperlist@shaw.ca>
2671
2672         * ly/titling-init.ly: add printallheaders option.
2673
2674         * Documentation/user/global.itely: document printallheaders.
2675
2676 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2677
2678         * lily/system.cc (do_derived_mark): don't mark from object_alist_
2679         anymore, but do it centrally.  
2680
2681         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2682         hammer hack.
2683
2684         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
2685
2686         * scm/output-lib.scm: remove hammer-print-function.
2687
2688         * lily/include/pointer-group-interface.hh (extract_grob_set): new
2689         macro. Declare a Link_array<Grob> and fill it from a grob.
2690         (extract_item_set): idem for item.
2691
2692         * lily/break-substitution.cc: add header.
2693         (fast_substitute_grob_array): rewrite for Grob_arrays.
2694         (substitute_grob_array): idem.
2695
2696         * lily/group-interface.cc (add_thing): remove file.
2697
2698         * flower/include/parray.hh (class Link_array): slice() is const.
2699
2700         * lily/include/grob-array.hh: new file.
2701
2702         * lily/grob-array.cc (spanner): new file.
2703
2704         * lily/beam-quanting.cc (fill): read details property from beam.
2705
2706         * lily/beam.cc: support details property.
2707
2708         * total speedups below: approx 10%.
2709
2710         * lily/include/beam.hh: new struct, softcode beam quanting parameters
2711
2712         * lily/include/grob.hh (class Grob): add interfaces_ member.
2713
2714         * lily/bezier.cc (init_polynomial_cache): new function: cache
2715         binom(3,j) t^j (1-t)^{3-j}
2716         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
2717
2718         * lily/*.cc: substitution throughout.
2719
2720         * lily/grob-property.cc (internal_get_object): new routine.
2721         (internal_set_object): idem. Store grob refrences in separate
2722         alist. This saves processing time, since properties aren't
2723         break-substituted, and the per grob namespace is smaller, both for
2724         grobs and non-grob properties.
2725
2726         * scm/define-grob-properties.scm (all-internal-grob-properties):
2727         remove center-element.
2728
2729         * lily/grob.cc: remove tweak-count, tweak-rank.
2730
2731 2005-07-15  Graham Percival  <gperlist@shaw.ca>
2732
2733         * Documentation/user/lilypond-book.itely: fixes example.
2734
2735 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2736
2737         * Documentation/user/global.itely (Creating titles):    
2738         * Documentation/user/examples.itely (All headers): change the
2739         place of \header in \score blocks (after music block) to make
2740         examples compile (cf. changes on parser.yy on 2005-07-10)
2741
2742 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2743
2744         * python/convertrules.py: add exc -> ecc rule.
2745
2746         * scripts/convert-ly.py: add location of convertrules.py
2747         in a comment.
2748
2749         * Documentation/user/changing-defaults.itely: fix language.
2750
2751 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2752
2753         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
2754
2755 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2756
2757         * scm/output-socket.scm (grob-bbox): don't use inf? 
2758
2759         * flower/include/rational.hh: add operator bool() 
2760
2761         * scm/define-music-types.scm (music-descriptions): remove
2762         internal-class-name properties.
2763
2764         * lily/include/event.hh: remove file.
2765
2766         * lily/include/music-constructor.hh: remove file.
2767
2768         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
2769         in 'types property.
2770
2771         * lily/music.cc (duration_length_callback): new function.
2772
2773         * lily/event.cc: remove file.
2774
2775         * lily/music-constructor.cc: remove file.
2776
2777         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
2778
2779         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
2780         (get_context_key): idem.
2781
2782         * scm/lily.scm (lambda): new option object-keys (default to #f)
2783
2784         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
2785
2786         * scm/output-gnome.scm: remove beam routine.
2787
2788         * scm/output-ps.scm (scm): idem.
2789
2790         * scm/output-svg.scm: remove beam.
2791
2792         * ps/music-drawing-routines.ps: remove draw_beam.
2793
2794         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
2795
2796         * flower/include/guile-compatibility.hh (scm_from_locale_string):
2797         add scm_from_locale_string compatibility glue. 
2798
2799 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
2800
2801         * scripts/lilypond-book.py: Prevent occuring error when
2802         'lilypond-book --output=foo/ somefile.ly' is executed multiple
2803         times and target file shoud be overwritten.  (Error message said
2804         'input file and output file is same'.)
2805
2806 2005-07-13  Graham Percival  <gperlist@shaw.ca>
2807
2808         * input/regression/slur-extreme.ly,
2809         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
2810         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
2811         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
2812         "excentricity" to "eccentricity".
2813
2814         * Documentation/user/converters.itely: fix URL for Noteedit and
2815         Rosegarden.
2816
2817         * THANKS: added Yoshinobu Ishizaki.
2818
2819 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2820
2821         * scm/define-markup-commands.scm (justify-field): add. 
2822
2823         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
2824
2825 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2826
2827         * lily/lookup.cc (filled_box): express filled_box with
2828         round_filled_box
2829
2830         * scm/midi.scm (paper-book-write-midis): new function. Write all
2831         performances in numbered MIDI files.
2832
2833         * lily/performance-scheme.cc (LY_DEFINE): new file.
2834         (LY_DEFINE): new function ly:performance-write.
2835
2836         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
2837         new function.
2838         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
2839
2840         * scm/framework-*.scm: use port arguments throughout.
2841
2842         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
2843
2844         * lily/paper-outputter.cc (Paper_outputter): take port argument.
2845
2846         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
2847
2848         * scm/framework-texstr.scm (output-framework): 
2849
2850         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
2851
2852         * scm/output-lib.scm (tablature-stem-attachment-function):
2853         tablature stem attachment fix. 
2854
2855 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2856
2857         * lily/bezier.cc: hardcode binomial coefficients of order 3.
2858
2859         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
2860
2861         * scm/define-music-types.scm (music-descriptions): don't use
2862         Music_wrapper type.
2863
2864         * lily/paper-column.cc (print): print moment too.
2865
2866         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
2867         remove compatibility cruft.
2868
2869         * lily/parser.yy (score_body): \score can only begin with Music. 
2870
2871         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
2872         make-score. Take music argument only. Move parser interaction to
2873         Scheme.
2874
2875         * scm/lily-library.scm (scorify-music): new function.
2876
2877         * python/lilylib.py (datadir): remove 2.1 compat kludge.
2878         (datadir): remove resource import.
2879         (print_environment): remove get_bbox()
2880         (cp_to_dir): remove pre 1.5.2 compat glue.
2881
2882 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2883
2884         * lily/include/simple-spacer.hh (Module): idem.
2885
2886         * lily/include/spring.hh (struct Spring): store inverse
2887         strength. This prevents division by zero.
2888
2889         * VERSION: release 2.7.0
2890         
2891         * lily/include/music.hh (class Music): remove Music::duration_log()
2892
2893         * lily/stem-engraver.cc (make_stem): take duration log from event.
2894
2895         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
2896
2897 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2898
2899         * scm/lily.scm (ly:load): load autochange.scm
2900
2901         * Documentation/user/tutorial.itely (Running LilyPond for the
2902         first time): remove reference to DVI/TeX
2903
2904         * scm/define-markup-commands.scm (text): add \text markup command.
2905
2906         * configure.in (reloc_b): bump requirement to Python 2.2.
2907
2908         * lily/include/dots.hh (class Dots): make has_interface() static.
2909
2910         * python/convertrules.py (conv): add rule for ly:grob-default-font
2911
2912         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
2913         alphabetical order.
2914
2915         * input/regression/trill-spanner-pitched.ly: new file.
2916
2917         * lily/font-interface-scheme.cc (LY_DEFINE): function
2918         ly:grob-default-font (changed from get-default-font).
2919
2920         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
2921
2922         * lily/note-head.cc (internal_print): if style is not a symbol,
2923         set style to 'default. 
2924         (internal_print): no style suffix if glyph-name-procedure not
2925         set. Default to quarter head.
2926
2927         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
2928
2929         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
2930
2931         * ly/music-functions-init.ly: \pitchedTrill
2932
2933         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
2934
2935         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
2936
2937         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
2938
2939         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
2940
2941         * po/fr.po: update
2942
2943         * po/de.po: update.
2944
2945 2005-07-06  Graham Percival  <gperlist@shaw.ca>
2946
2947         * Documentation/user/changing-defaults.itely: add link
2948         to grob-iterface.
2949
2950         * Documentation/user/advanced-notation.itely: add material
2951         to Setting automatic beam behaviour.  Thanks, Joe!
2952
2953         * Documentation/user/lilypond.itely: change encoding to utf-8.
2954
2955 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2956
2957         * Documentation/user/advanced-notation.itely (Setting automatic
2958         beam behavior): Correct the documentation of
2959         revert-auto-beam-setting (backportme)
2960
2961 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2962
2963         * lily/ly-module.cc (ly_make_anonymous_module): define
2964         %module-public-interface of module. 
2965
2966         * lily/lily-parser.cc (print_smob): allow printing of parser smob
2967         without lexer.
2968
2969 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2970
2971         * input/regression/fret-diagrams.ly: stretch example.
2972
2973 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2974
2975         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
2976         Fodor).
2977
2978 2005-06-30  Graham Percival  <gperlist@shaw.ca>
2979
2980         * Documentation/topdocs/AUTHORS.texi: update personal web address.
2981
2982         * Documentation/user/examples.itely, lilypond-book.itely:
2983         change \RequirePackage to \usepackage.
2984
2985         * Documentation/user/global.itely: document copyright and tagline.
2986
2987 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2988
2989         * Documentation/user/basic-notation.itely (Transpose): remove link
2990         to nonexistent UntransposableMusic.
2991
2992         * scm/output-svg.scm: remove old definitions.
2993
2994         * scripts/lilypond-book.py (do_file): search for kpsewhich before
2995         invoking.
2996
2997         * python/lilylib.py (search_exe_path): new function.
2998
2999 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3000
3001         * python/lilylib.py (mkdir_p): remove setup_environment()
3002         (backportme)
3003
3004         * buildscripts/mutopia-index.py (headertext): trim text.
3005
3006         * Documentation/topdocs/NEWS.tely (Top): refresh.
3007
3008         * scm/define-markup-commands.scm (wordwrap-string): new function:
3009         split string in paras and words.
3010         (wordwrap-markups): new function.
3011         (wordwrap-stencils): new function. 
3012         (justify): use it.
3013         (wordwrap): use it.
3014         (wordwrap-string): use it
3015         (justify-string): use it.
3016
3017         * scm/lily-library.scm (regexp-split): new function.
3018
3019         * scm/define-markup-commands.scm: remove encoded-simple. 
3020         remove font-markup.
3021         (fontsize): remove old version  of fontsize.
3022         (wordwrap): new markup function. Wrap into paragraphs.
3023
3024         * VERSION: Branch lilypond_2_6
3025         (MINOR_VERSION): go to 2.7.0
3026
3027 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3028
3029         * po/zh_TW.po: update from translation project.
3030
3031 2005-06-28  Graham Percival  <gperlist@shaw.ca>
3032
3033         * scm/midi.scm: compile fix.
3034
3035 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3036
3037         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
3038         patch. Now, the tempfile module is loaded too, not only used.
3039
3040 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
3041
3042         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
3043         0.05 - 1.00 to 0.25 - 1.00
3044
3045         * scm/midi.scm: moved the default-instrument-equalizer procedure
3046         to just under the insturment-equalizer-alist it takes as an
3047         argument.
3048
3049 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3050
3051         * Documentation/user/advanced-notation.itely (Font selection):
3052         remove CMR note.
3053
3054         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
3055
3056 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3057
3058         * THANKS: Add UTF-8 marker.
3059
3060         * Documentation/user/point-and-click.itely (http): Update: use
3061         lilypond-invoke-editor.  Fix: instruct to use user.js.
3062
3063 2005-06-27  Graham Percival  <gperlist@shaw.ca>
3064
3065         * ly/titling-init.ly: implements printpagenumber, increases
3066         space between dedication and title (to avoid collisions with
3067         "g" and "q" in dedication), and nicer logic about copyright
3068         and instrument fields being printed on the first page.
3069         Thanks Vincent!
3070
3071         * Documentation/user/global.itely: document printpagenumber.
3072
3073 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3074
3075         * Documentation/topdocs/NEWS.tely: Update to 2.6.
3076
3077 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3078
3079         * THANKS: update to 2.6
3080
3081         * VERSION: 2.6.0 released.
3082
3083 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3084
3085         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
3086         rule, errorneously removed probably because of misleading comment.
3087
3088 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3089
3090         * python/lilylib.py (datadir): py2exe comments.
3091
3092         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
3093
3094         * configure.in (reloc_b): make fontconfig REQUIRED.
3095
3096 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
3097
3098         * po/fi.po: add latest translations.
3099
3100 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3101
3102         * ChangeLog: recode utf-8
3103
3104         * Documentation/pictures/lilypond.xpm (Module): edited photo as
3105         logo.
3106
3107         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
3108
3109         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
3110
3111         * python/convertrules.py (do_conversion): don't print program_name
3112         from within a module
3113
3114         * configure.in (reloc_b): bump fontforge requirement to 20050624.
3115
3116         * python/convertrules.py (conv): add 2.6.0 dummy rule.
3117
3118 2005-06-23  Graham Percival  <gperlist@shaw.ca>
3119
3120         * Documentation/user/lilypond-book.itely,
3121         Documentation/user/examples.itely: add \RequirePackage{graphics}.
3122
3123         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
3124         fixes baseline-skip.  Thanks Vincent!
3125
3126         * Documentation/user/advanced-notation.itely, global.itely:
3127         moved "Selecting font sizes" to global, since it deals with
3128         notation font size, not text fonts.
3129
3130 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3131
3132         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
3133         to fonts.
3134
3135 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3136
3137         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
3138         workaround since /dev/stdin doesn't work on Cygwin. Using a
3139         temporary file in the current directory since latex doesn't
3140         understand the path name to the default TMP in Cygwin (at least on
3141         win XP).
3142         
3143         * Documentation/user/global.itely (Creating titles): Correct
3144         misprint in example. Thanks to Rob Vlasaty.
3145
3146 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3147
3148         * VERSION (PATCH_LEVEL): release 2.5.32
3149
3150         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
3151         variable in lily module
3152
3153         * scm/framework-ps.scm (output-classic-framework): error message
3154         regarding the classic framework.
3155
3156         * Documentation/user/henle-flat-gray.png (Module): new file.
3157
3158         * Documentation/user/baer-flat-gray.png (Module): new file.
3159
3160         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
3161         whiteout for markups.
3162
3163         * buildscripts/substitute-encoding.py (note_glyph): include _ in
3164         regex too. This fixes change clef appearance in PDF. 
3165
3166         * ttftool/include/*: remove.
3167
3168         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
3169
3170         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
3171
3172         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
3173
3174         * ttftool/*: remove ttftool subdirectory.
3175
3176         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
3177
3178         * lily/ttf.cc (print_header): new file. Convert to type42, using
3179         FreeType to parse the TTF. 
3180
3181         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
3182         and post table may differ. Pass around post_nglyphs as well.
3183
3184 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3185
3186         * ly/music-functions-init.ly (musicMap): new music function
3187         musicMap. 
3188         
3189 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3190
3191         * make/mutopia-rules.make: anti-alias-factor = 2
3192
3193         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
3194         page switch.
3195
3196         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
3197         anti-alias-factor for lilypond-book runs.
3198
3199         * scm/ps-to-png.scm (scale-down-image): new function.
3200         (my-system): new function.
3201         (make-ps-images): blow up GS resolution by anti-alias-factor,
3202         scale down image by anti-alias-factor.  This improves appearance
3203         of bitmaps
3204         (make-ps-images): remove showpage. Fixes spurious empty png at
3205         end.
3206
3207         * scm/framework-ps.scm (write-preamble): downcase filename before
3208         string-matching. Should fix .TTF files (as opposed to ttf files)  
3209
3210         * Documentation/user/tutorial.itely (Running LilyPond for the
3211         first time): separate subsections for windows, macos and unix.  
3212
3213         * Documentation/user/invoking.itely (Updating files with
3214         convert-ly): add MacOS X note.
3215
3216 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3217
3218         * Documentation/user/introduction.itely (Engraving): don't include
3219         file optical-spacing, add directly.
3220
3221         * lily/paper-outputter.cc (file): open file in binary mode. This
3222         fixes OTF embedding on windows.
3223
3224 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3225
3226         * scm/framework-ps.scm (write-preamble): remove debugging output.
3227
3228         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
3229
3230         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
3231         outdir.
3232         (install-fc-cache): install font cache in installation directories.
3233
3234 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3235
3236         * scm/editor.scm (editor-command-template-alist): Use char iso
3237         column, except for Emacs.
3238         (get-editor-command): Substitute char too (Bertalan Fodor).
3239
3240 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3241
3242         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
3243         quoted ~s.  This should fix PNG output on Windows; single quotes
3244         are regular characters on Windows.
3245
3246 2005-06-16  Graham Percival  <gperlist@shaw.ca>
3247
3248         * Documentation/user/basic-notation.itely: include ChoirStaff
3249         in System start delimiters.
3250
3251         * Documentation/user/putting.itely: new doc section on
3252         fixing overlapping notation.
3253
3254 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3255
3256         * Documentation/user/global.itely (Paper size): \paper is in
3257         \book, not \score.
3258
3259         * make/mutopia-rules.make: -ddelete-intermediate-files
3260
3261         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
3262
3263 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3264
3265         * ChangeLog: Recode utf-8.
3266
3267         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
3268         datadir with .py modules.
3269
3270 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3271
3272         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
3273
3274 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3275
3276         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
3277         
3278         * scm/framework-ps.scm (write-preamble): remove status check.
3279
3280         * Documentation/user/invoking.itely (Updating files with
3281         convert-ly): remove -o option.
3282
3283         * VERSION (PACKAGE_NAME): release 2.5.31
3284
3285         * scm/framework-ps.scm (write-preamble): use ly:system.
3286         (write-preamble): verbosity.
3287
3288         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
3289
3290         * python/convertrules.py: new file. Store conversion rules
3291         separately.
3292
3293 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3294
3295         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
3296
3297 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3298
3299         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
3300         \musicDisplay 
3301
3302         * Documentation/user/instrument-notation.itely (More stanzas): Add
3303         reference to StanzaNumber.
3304
3305 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * THANKS: separate section for website translators.
3308
3309 2005-06-14  Graham Percival  <gperlist@shaw.ca>
3310
3311         * Documentation/topdocs/INSTALL.texi: update vim info;
3312         thanks Simon Bailey!
3313
3314         * Documentation/user/advanced-notation.itely: included
3315         color names.
3316
3317         * Documentation/user/advanced-notation.itely,
3318         Documentation/usr/notation-appendices.itely: moved
3319         color names into an appendix.
3320
3321 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3322         
3323         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
3324
3325         * scm/lily.scm (lambda): initialize program options from here.
3326
3327         * scm/framework-*.scm: add header info.
3328
3329         * lily/main.cc (parse_argv): only set output format to pdf if no
3330         other format specified.
3331
3332         * scm/backend-library.scm (postprocess-output): process
3333         'delete-intermediate-files after running convert-to-*. This fixes
3334         PNG generation when 'delete-intermediate-files is set.
3335         
3336 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3337
3338         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
3339         links on website. 
3340
3341 2005-06-13  Graham Percival  <gperlist@shaw.ca>
3342
3343         * Documentation/topdocs/INSTALL.texi,
3344         Documentation/user/lilypond-book.itely: typos.
3345
3346 2005-06-12  Pal Benko  <benkop@freestart.hu>
3347
3348         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
3349         added between program name and switch; -b changed to -f not
3350         to generate pdf
3351
3352 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3353
3354         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
3355         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
3356
3357         * input/sakura-sakura.ly: add \midi.
3358
3359         * buildscripts/mutopia-index.py (find): use /usr/bin/find
3360         iso. python find. 
3361
3362         * ttftool/test.c (main): cosmetics.
3363
3364         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
3365
3366         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
3367         create a ttf2ps binary.
3368
3369         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
3370
3371         * scm/backend-library.scm (postscript->png): set rename-page-1 to
3372         true.
3373
3374 2005-06-11  Graham Percival <gperlist@shaw.ca>
3375
3376         * Documentation/user/lilypond-book.itely: add warning about
3377         the font warnings in dvips.
3378
3379 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3380
3381         * THANKS: typo
3382
3383         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
3384
3385         * GNUmakefile.in: remove links for .map, .enc
3386         don't fail if out/ doesn't exist yet.
3387
3388 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3389
3390         * ttftool/util.c (surely_read): return nbytes
3391
3392         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
3393
3394         * VERSION (PACKAGE_NAME): release 2.5.30
3395
3396         * flower/string-convert.cc (precision_string): >? fix.
3397
3398         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
3399         (make-ps-images): add verbose -q too.
3400
3401         * lily/default-actions.cc (Module): new file. default
3402         {book,score}-print functions.
3403
3404         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
3405         pass results via parseStringResult, lookup via ly:parser-lookup.  
3406
3407         * lily/lily-parser.cc (Lily_parser): only clone lexer in
3408         constructors.
3409         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
3410         (parse_string): idem.
3411
3412         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
3413
3414         * lily/main.cc (main_with_guile): copy be_verbose_global into
3415         ly_set_option()
3416
3417 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3418
3419         * scm/backend-library.scm (postscript->pdf):
3420         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
3421         verbose mode.  Search for several names of gs executable.
3422
3423 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3424
3425         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
3426         directly. This fixes a massive memory leak, provided you use CVS
3427         GUILE.
3428
3429 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
3430
3431         * ly/property-init.ly: Added tieDashed.
3432
3433         * THANKS: Added some bughunters for 2.5.
3434
3435 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3436
3437         * lily/program-option.cc: add debug-gc option.
3438
3439         * lily/include/lily-guile-macros.hh: don't protect exported module
3440         objects.
3441
3442         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
3443
3444         * scm/backend-library.scm (postscript->pdf): use
3445         delete-intermediate-files iso. running-from-gui? 
3446
3447         * ttftool/util.c (surely_read): robustness. Allow read() to return
3448         less bytes than requested, as per posix standards.
3449
3450         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
3451         program option.
3452
3453         * ttftool/include/ttftool.h ("C"): rename verbosity to
3454         ttf_verbosity. Add to public interface.
3455
3456         * scm/music-functions.scm (unfold-repeats): remove debugging display.
3457
3458         * lily/program-option.cc: rename from scm-option.cc
3459
3460         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
3461         (get_help_string): Print pretty help string.
3462
3463         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
3464         to snippet preamble.
3465
3466         * lily/scm-option.cc: remove command-line-settings option. Fold
3467         all command-line options plus default settings in a generic
3468         interface. 
3469
3470         * flower/getopt-long.cc (table_string): indent 2nd lines of help
3471         texts too.
3472
3473 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3474
3475         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
3476         or EXT_ components non-empty.
3477
3478 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3479
3480         * scm/lily.scm (running-from-gui?): Export.
3481
3482         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
3483         output in .ly source directory.
3484
3485 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3486
3487         * ttftool/util.c (surely_lseek): more verbosity.
3488
3489         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
3490         compile.
3491
3492         * lily/parser.yy (Repeated_music): remove >? 
3493
3494         * scm/backend-library.scm (postscript->pdf): Support for
3495         -dgs-font-load=1
3496
3497         * scm/framework-ps.scm (write-preamble): make font loading
3498         switchable to GS via --define-default gs-font-load=1
3499
3500 2005-06-09  Graham Percival  <gperlist@shaw.ca>
3501
3502         * Documentation/user/global.itely: added \layout docs.
3503
3504 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3505
3506         * lily/lily-parser-scheme.cc: add unistd.h
3507
3508 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3509
3510         * scm/editor.scm: add char argument.
3511
3512         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
3513
3514         * ttftool/util.c (syserror): use errno for better error reporting.
3515
3516         * lily/source-file.cc (get_counts): new function. Calc column,
3517         line and char count in one go.
3518
3519         * lily/binary-source-file.cc (quote_input): rename to quote_input
3520
3521         * lily/input.cc (set): new function.
3522
3523 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3524
3525         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
3526         directory part of file name to search directory.
3527
3528         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
3529         search path and chdir to DIR if --outname=DIR used.
3530
3531         * lily/main.cc (prepend_env_path): Bugfix: Check directory
3532         existence before appending original path.
3533
3534 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3535
3536         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
3537         file" massage.
3538
3539         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
3540         texinfo.tex is always used.
3541         
3542 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3543
3544         * flower/include/axis.hh: rename from axes.hh
3545
3546         * lily/include/text-interface.hh (Module): rename from text-item.hh
3547
3548         * VERSION (PATCH_LEVEL): release 2.5.29
3549
3550         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
3551
3552         * scm/framework-ps.scm (font-file-as-ps-string): new function.
3553         (handle-macfont): new function. Call fondu for Native mac fonts.
3554
3555         * scm/define-markup-commands.scm (fill-line): handle text-widths =
3556         '() case.
3557
3558 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3559
3560         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
3561         multi-page.  Fix .eps regular expression.
3562
3563 2005-06-07  Graham Percival  <gperlist@shaw.ca>
3564
3565         * Documentation/user/putting.itely: add info on modifying templates.
3566
3567         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
3568         misc small changes.
3569
3570 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3571
3572         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
3573
3574         * scripts/lilypond-ps2png.scm
3575
3576         * VERSION (PACKAGE_NAME): release 2.5.28
3577
3578 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3579
3580         * lily/main.cc (prepend_env_path): Do not append /, that does not
3581         work.  Localedir lives in datadir, not in prefix.
3582
3583         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
3584         hack for windows.
3585
3586         * flower/include/file-cookie.hh: Compile fix.
3587
3588 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3589
3590         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
3591
3592         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
3593         system primitives.
3594         (gulp-port): using read-string!/partial. We don't want to read an
3595         entire PS file  (GUILE 1.6 limits strings to 16M) 
3596
3597         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
3598         properties. Add font-interface. 
3599
3600         * scm/define-grob-properties.scm (all-user-grob-properties):
3601         remove old bracket properties.
3602
3603         * scm/x11-color.scm: reformat. 
3604
3605         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
3606         LedgerLineSpanner if new StaffSymbol is found. 
3607
3608         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
3609         staff-symbol for finishing staff. 
3610
3611         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
3612
3613         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
3614         change black to currentColor everywhere. This fixes color support
3615         in SVG.
3616
3617 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
3618
3619         * input/regression/fret-diagrams.ly: new file to test fret diagram
3620         capability
3621
3622         * scm/output-tex.scm: remove white-dot and white-text
3623
3624         * scm/output-ps.scm: remove white-dot and white-text
3625
3626         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
3627         using ly:stencil-in-color instead
3628         (draw-dots) : remove call to white-dot
3629
3630 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3631
3632         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
3633         support.
3634
3635         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
3636
3637         * flower/include/file-cookie.hh: new file. lily_cookie extension 
3638
3639         * flower/file-cookie.cc: new file. lily_cookie extension.
3640         
3641 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3642
3643         * scm/editor.scm (editor-command-template-alist): Add syn
3644         editor (Jaap [de Vos]).
3645
3646 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3647
3648         * scripts/lilypond-ps2png.scm:
3649         * scm/ps-to-png.scm: New file.
3650
3651         * scm/backend-library.scm (postscript->png): Use it.
3652
3653         * scripts/lilypond-ps-to-png.py: Remove file.
3654
3655         * python/lilylib.py (get_bbox, make_ps_images): Remove.
3656
3657 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3658
3659         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
3660
3661         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
3662         start on grace moment. Fixes autobeam-grace.ly.
3663
3664         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
3665         process anything unless we're at the end of a pending beam. Fixes
3666         syncopated 8ths beamed across a beat.
3667
3668 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3669
3670         * scm/editor.scm (editor-command-template-alist): Start emacs if
3671         emacslient fails.
3672
3673         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
3674
3675         * flower/file-path.cc (is_file, is_dir): Export.
3676
3677         * lily/main.cc (prepend_env_path, set_env_file): Use them.
3678
3679 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3680
3681         * lily/easy-notation.cc: Added include cctype to correct
3682         compilation error.
3683
3684 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3685
3686         * scm/backend-library.scm (postscript->pdf): set resolution to
3687         1200, so bitmap fonts aren't that ugly. 
3688
3689         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
3690
3691         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
3692         parent if we have a notehead. Fixes incorrect offsets when
3693         Paper_column is very wide in the X direction.
3694
3695         * input/regression/font-family-override.ly (Module): new file.
3696
3697         * scm/font.scm (make-pango-font-tree): new function.
3698
3699         * lily/beam.cc (before_line_breaking): remove warning about less
3700         than 2 visible stems. We still get a warning when there is only
3701         one stem.
3702
3703 2005-06-01  Werner Lemberg  <wl@gnu.org>
3704
3705         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
3706         correctly.
3707
3708 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3709
3710         * lily/slur-scoring.cc (generate_avoid_offsets): new
3711         function. Generate avoid offsets once per slur.
3712
3713         * lily/slur.cc (add_extra_encompass): add dependency to
3714         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
3715
3716         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
3717         too. Fixes inf error with added bass notes.
3718
3719         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
3720         argument anymore.
3721
3722         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
3723
3724         * input/tutorial/lbook-latex-test.tex: add line length test.
3725
3726         * scripts/lilypond-book.py (set_default_options): new
3727         function. Call this before dissecting snippets, so linewidth
3728         settings reach the snippets.
3729
3730 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3731
3732         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
3733
3734 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3735
3736         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
3737
3738 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3739
3740         * stepmake/aclocal.m4: More autopackage friendliness.
3741
3742 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3743
3744         * Documentation/index.html.in: remove link to LSR.
3745
3746         * Documentation/user/global.itely: remove duplicate
3747         "dedication" \header{} section.
3748
3749 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3750
3751         * VERSION (PACKAGE_NAME): release 2.5.27.
3752
3753         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
3754         too. Plugs memory leak.
3755
3756         * make/lilypond.fedora.spec.in (Group): remove
3757         lilypond-pdfpc-helper.
3758
3759         * scripts/GNUmakefile (SEXECUTABLES): remove
3760         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
3761
3762         * scm/font.scm (make-century-schoolbook-tree): add Mono as
3763         'typewriter family.
3764
3765         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
3766         memory leak.
3767
3768         * lily/parser.yy (score_body): don't clone Score, that's done in
3769         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
3770
3771         * lily/score-engraver.cc (derived_mark): new function.
3772         (initialize): unprotect Paper_score. This fixes a memory leak.
3773
3774         * lily/score-performer.cc (derived_mark): new function.
3775
3776         * lily/score-translator.cc (get_output): use SCM for get_output() call.
3777
3778         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
3779         spurious warning.
3780
3781         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
3782         serif.
3783
3784 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3785
3786         * configure.in (reloc_b): Add --enable-relocation.
3787
3788 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3789
3790         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
3791
3792         * input/regression/alignment-order.ly: add Staff example.
3793
3794 2005-05-31  John Mandereau   <john.mandereau@free.fr>
3795
3796         * po/fr.po: update.
3797
3798 2005-05-31  Graham Percival  <gperlist@shaw.ca>
3799
3800         * Documentation/index.html.in: add link to LSR.
3801
3802 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3803
3804         * scm/define-stencil-commands.scm (Module): new file. Register all
3805         allowed stencil expression heads in a central place.
3806
3807         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
3808         ly:make-stencil
3809
3810         * lily/stencil-expression.cc (all_stencil_heads): registering
3811         stencil expressions.
3812
3813         * lily/stencil-interpret.cc: new file. Stencil expression
3814         interpreting.
3815
3816         * input/xiao-haizi-guai-guai.ly: move file back.
3817
3818 2005-05-30  Graham Percival  <gperlist@shaw.ca>
3819
3820         * Documentation/user/advanced.itely, converters.itely,
3821         instrument-notation.itely, lilypond-book.itely: misc small
3822         changes.
3823
3824 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3825
3826         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
3827
3828         * make/lilypond.fedora.spec.in: Fix source url.
3829
3830         * cygwin: Update from mingw patches.
3831
3832         * scm/editor.scm (editor-command-template-alist): Use jedit
3833         -reuseview (Bertalan), add uedit (Patrick Huberts).
3834
3835         * input/xiao-hai-zi-guai-guai.ly: Rename from
3836         xiao-haizi-guai-guai.ly.
3837
3838         * input/*: Reindent, do not use TAB.
3839
3840         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
3841         white background.
3842
3843 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3844
3845         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
3846         numerical overflow error.
3847
3848 2005-05-29 Laura Conrad <lconrad@laymusic.org>
3849         
3850         * abc2ly.py: fix to syntax error in multi-part output.
3851
3852 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3853
3854         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
3855         with disappearing span bars when alignAboveContext is active
3856
3857         * lily/property-iterator.cc (check_grob): use is-grob?
3858         object-property. Fixes crash-key-sig-font-size.ly. 
3859
3860 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861
3862         * lily/bar-line.cc (print): don't round barlines; this produces
3863         odd aliasing effects in Acroread.
3864
3865         * lily/timing-engraver.cc (process_music): robustness fix.
3866
3867         * lily/context-def.cc (filter_engravers): bugfix.
3868
3869 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3870
3871         * lily/lilypond.rc.in: Add ly-icon.
3872
3873         * lily/GNUmakefile: 
3874         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
3875         rules.
3876
3877 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3878
3879         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
3880
3881         * ps/music-drawing-routines.ps: 
3882
3883         * scm/output-ps.scm: remove draw ez_ball.
3884
3885         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3886         EasyNotation context definition.
3887
3888         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
3889         Text_interface and color for making easy note heads.
3890
3891         * lily/stencil.cc (with_color): new function.
3892
3893         * ps/music-drawing-routines.ps: remove draw_zigzag_line
3894
3895         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
3896         output routine. Zigzag now works in SVG too.
3897
3898         * scm/output-tex.scm (filledbox): idem.
3899
3900         * scm/output-svg.scm (filledbox): idem.
3901
3902         * scm/output-ps.scm (lily-def): remove horizontal-line. 
3903
3904         * lily/lookup.cc (horizontal_line): use draw-line. 
3905
3906         * lily/system-start-delimiter.cc: remove old staff bracket code.
3907
3908         * mf/feta-haak.mf: further tweaks.
3909
3910         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
3911
3912         * mf/feta-generic.mf: include feta-haak.
3913
3914         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
3915
3916         * scm/framework-ps.scm (write-preamble): only load fonts if their
3917         filename is a string. 
3918
3919 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3920
3921         * scm/output-svg.scm (circle): support circle.
3922         (bracket): stub for bracket.
3923
3924         * scripts/lilypond-book.py (main): make sure --psfonts warning is
3925         correct.
3926
3927 2005-05-26  Graham Percival  <gperlist@shaw.ca>
3928
3929         * Documentation/user/lilypond.tely, advanced-notation.itely,
3930         basic-notation.itely, instrument-notation.itely, global.itely,
3931         introduction.itely, tutorial.itely: rearranging, editing,
3932         clean-up.
3933
3934         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
3935         for compiling on FreeBSD.
3936
3937 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3938
3939         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
3940         otf files.
3941
3942         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
3943         bugfixes.
3944
3945         * VERSION: 2.5.26 released.
3946
3947         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
3948
3949 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
3950
3951         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
3952         if printpagenumber is false.
3953
3954 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3955
3956         * lily/font-config.cc (init_fontconfig): comment out FontConfig
3957         cache warning.
3958
3959         * lily/tie.cc (print): support dotted ties.
3960         
3961 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3962
3963         * scm/define-grobs.scm (all-grob-descriptions): switch off
3964         debugging
3965         (all-grob-descriptions): Arpeggio has Y-extent.
3966
3967         * scm/define-music-properties.scm (all-music-properties): document
3968         length-callback and start-callback as "read-only".
3969
3970         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
3971         length-callback after creation. 
3972
3973         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
3974         compressmusic -> compressMusic.
3975
3976         * ly/music-functions-init.ly (oldaddlyrics): idem.
3977
3978         * lily/parser.yy: NewLyricCombineMusic ->
3979         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
3980
3981 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3982
3983         * ly/Welcome_to_LilyPond.ly: typo.
3984
3985 2005-05-24  Graham Percival  <gperlist@shaw.ca>
3986
3987         * Documentation/user/lilypond.tely: move changing-defaults to be
3988         before global issues.
3989
3990         * Documentation/user/basic-notation.itely: move Transpose section
3991         here from advanced/Other.
3992
3993         * Documentation/user/changing-defaults.itely,
3994         advanced-notation.itely: move Fonts to advanced, edit.
3995
3996 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3997
3998         * lily/parser.yy (bare_int): remove rule.  From now on, we require
3999         # before negative integers.
4000
4001 2005-05-23  Graham Percival  <gperlist@shaw.ca>
4002
4003         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
4004
4005         * Documentation/user/lilypond.tely: change Unified index to
4006         LilyPond index.
4007
4008         * Documentation/user/advanced-notation.itely,
4009         instrument-notation.itely: editing.
4010
4011 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4012
4013         * scm/lily.scm (lilypond-all): Bugfix: return failed.
4014
4015         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
4016
4017 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4018
4019         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
4020         ly:port-move.  Needs to be stderr-specific on mingw.
4021         Run fixcc.
4022
4023 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4024
4025         * lily/general-scheme.cc (ly:port-move): Remove.
4026
4027         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
4028         windows.
4029
4030         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
4031         variables.  This eliminates the need for a gs.bat wrapper, which
4032         opens a console.
4033
4034         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
4035         * scm/lily.scm (running-from-gui?): 
4036         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
4037         artifact of not compiling with -mwindows.
4038
4039         * scm/editor.scm: Define PLATFORM.
4040
4041 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4042
4043         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
4044         can start to cut & paste lilypond-book fragments.  
4045
4046         * scm/define-music-types.scm (music-descriptions): remove
4047         UntransposableMusic
4048
4049 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4050
4051         * scm/output-ps.scm (glyph-string): remove / before CIDs.
4052
4053 2005-05-20  Graham Percival  <gperlist@shaw.ca>
4054
4055         * Documentation/user/instrument-notation.itely: remove *Engraver.
4056
4057         * Documentation/user/advanced-notation.itely: edit, rearrange.
4058
4059 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4060
4061         * scm/output-ps.scm (glyph-string): take cid? argument. Use
4062         findresource iso. findfont for CID CFF fonts.
4063
4064         * VERSION (PACKAGE_NAME): release 2.5.25
4065
4066         * ly/Welcome_to_LilyPond.ly: add  \version
4067
4068 2005-05-20  Graham Percival  <gperlist@shaw.ca>
4069
4070         * Documentation/user/programming-interface.itely: move
4071         \displayMusic into its own section.
4072
4073         * Documentation/user/basic-notation.itely: finish editing.
4074
4075 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4076
4077         * flower/file-path.cc (find): don't throw away file_name.dir, but
4078         append to it. Fixes \include with directories.
4079
4080         * flower/include/file-path.hh (class File_path): don't derive from
4081         Array<String>.
4082
4083         * flower/include/file-name.hh (class File_name): remove to_str0()
4084
4085         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
4086         Hara_kiri_engraver in separate file.
4087
4088         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
4089         translation went wrong. Fixes vertically translated slurs.
4090
4091 2005-05-19  Graham Percival  <gperlist@shaw.ca>
4092
4093         * Documentation/user/basic-notaton.itely: editing.
4094
4095 2005-05-18  Graham Percival  <gperlist@shaw.ca>
4096
4097         * Documentation/user/macros.itexi, basic-notation.itely:
4098         add @commonprop (commonly used properties) macro.
4099
4100 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101
4102         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
4103
4104         * scripts/lilypond-book.py (invokes_lilypond): new function
4105         (main): only run fontextract if invokes_lilypond() is true.
4106
4107         * lily/function-documentation.cc (ly_add_function_documentation):
4108         duh, use !=
4109
4110         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
4111
4112         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
4113
4114         * scm/lily.scm (running-from-gui?): lowercase Darwin.
4115
4116         * lily/function-documentation.cc (ly_add_function_documentation):
4117         use scm_hash_table_p() for checking.
4118
4119 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * Documentation/user/advanced-notation.itely (Text scripts):
4122         Change nonexisting @internalsref{Text markup} to @ref{Text
4123         markup}.  Change @internalsref{Text script} to
4124         @internalsref{TextScript}.
4125
4126         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
4127
4128 2005-05-17  Graham Percival  <gperlist@shaw.ca>
4129
4130         * Documentation/user/tutorial.itely, basic-notation.itely,
4131         changing-defaults.itely: remove duplicate cindex entries
4132         that appear on the same page.
4133
4134         * scm/define-grobs.scm: change default padding for TextSpanner.
4135
4136         * Documentation/topdocs/AUTHORS.texi: update email address.
4137
4138         * Documentation/user/global.itely: add info about \include.
4139
4140 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4141
4142         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
4143         when running-from-gui.
4144
4145         * scm/editor.scm (get-editor): Add platform defaults.
4146
4147         * scm/backend-library.scm (postscript->pdf): Typo.
4148
4149 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4150
4151         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
4152
4153         * lily/font-config.cc (init_fontconfig): add warning about cache.
4154
4155 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4156
4157         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
4158
4159 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4160
4161         * lily/horizontal-bracket.cc (print): Take care of the direction
4162         property so brackets above the stave point downwards. 
4163
4164         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
4165         for HorizontalBracket so it doesn't end up within the stave.
4166
4167 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4168
4169         * lily/GNUmakefile (default): Typo.
4170
4171         * scm/lily.scm (PLATFORM): Export.
4172
4173         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
4174         load-font-via-GS, ttftool or fopencookie is broken on windows.
4175         
4176         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
4177         -dSAFER, that is broken on windows.
4178
4179 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4180
4181         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
4182         for FlexLexer.h
4183
4184         * scripts/lilypond-invoke-editor.scm: remove stray -
4185
4186 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4187
4188         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
4189         Fixes deprecation warning.
4190
4191         * flower/include/string.icc (to_string): Only inline if
4192         -DSTRING_UTILS_INLINED.
4193
4194         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
4195         name.  Remove windows comment.
4196
4197         * scm/editor.scm (slashify): New function.
4198         (get-editor-command): Use it.
4199         (get-command-template): Do not alter editor command if
4200         environment value includes `%(file)s' magic.
4201
4202         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
4203         (dissect-uri): Use it.
4204         (unquote-uri): Bugfix.
4205
4206 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4207
4208         * scm/framework-ps.scm (write-preamble): add TTF rule.
4209
4210         * Documentation/topdocs/README.texi (Top): remove note about
4211         xdelta.
4212
4213         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
4214         requirement.
4215
4216         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
4217         function. Figure out where FlexLexer.h lives
4218
4219         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
4220         
4221 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4222
4223         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
4224         with Windows root in file name.
4225
4226         * scm/backend-library.scm (ly:system): Only redirect output (using
4227         system and shell, ugh) if /dev/null is writable.
4228
4229         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
4230         windows icon.
4231
4232         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
4233         on Mingw.
4234
4235         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
4236         click.
4237
4238         * flower/file-path.cc (is_dir, is_file): New function.  Actually
4239         use result of stat when available.
4240
4241         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
4242         absolute file name and root.
4243
4244         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
4245
4246         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
4247
4248         * flower/file-name.cc (slashify): Bugfix, do substitute if no
4249         slashes in file name.
4250
4251 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4252
4253         * Documentation/user/preface.itely (Preface): Run
4254         texinfo-all-menus-update.
4255
4256         * scm/editor.scm (get-editor-command): Bugfix: allow full
4257         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
4258
4259         * Documentation/pictures/lilypond-48.xpm: New file.
4260
4261         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
4262
4263         * ly/Welcome_to_LilyPond.ly: New file.
4264
4265         * lily/main.cc (main): Only identify if we have a terminal.
4266
4267         * scm/backend-library.scm (postscript->png)
4268         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
4269         non-/bin/sh).
4270
4271 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
4272
4273         * Documentation/topdocs/AUTHORS.texi: polish, update.
4274
4275 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4276
4277         * Documentation/user/preface.itely (Notes for version 2.6): new
4278         notes for 2.6
4279
4280         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
4281         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
4282         is not fully contained" warnings.
4283
4284         * lily/slur-scoring.cc (get_bound_info): remove warning.
4285
4286         * lily/staff-symbol-engraver.cc (process_music): start initial
4287         spanner in process_music(). This fixes overrides of StaffSymbol
4288         properties.
4289
4290         * scm/framework-pdf.scm (Module): remove.
4291
4292         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
4293
4294         * lily/ambitus-engraver.cc: formatting cleanups.
4295
4296         * mf/feta-solfa.mf (Module): remove.
4297
4298         * ChangeLog: more details about contributions.
4299
4300 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4301
4302         * lily/align-interface.cc (align_elements_to_extents): warn if
4303         called too early. Fixes: disappearing-staff-lines.ly
4304
4305         * VERSION (PACKAGE_NAME): release 2.5.24
4306
4307 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4308
4309         * stepmake/aclocal.m4: Typo.
4310
4311         * flower/string.cc (substitute): Take two strings or two
4312         characters.  Update callers.
4313
4314 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * flower/file-name.cc (File_name): Slashify.
4317
4318         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
4319
4320         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
4321
4322         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
4323
4324         * configure.in (gui_b): Use it.
4325
4326         * lily/lilypond.rc.in: New file.
4327
4328         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
4329
4330 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4331
4332         * Documentation/user/advanced-notation.itely: edit of Text
4333         section; clarify text scripts vs. text markup.
4334
4335 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4336
4337         * lily/multi-measure-rest-engraver.cc
4338         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
4339         separation items on start. Fixes mm rests in start of score.
4340
4341         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
4342         don't access StaffSymbol if not there.
4343         Fixes: crash-staff-symbol-engraver.ly.
4344
4345         * lily/instrument-name-engraver.cc (class
4346         Instrument_name_engraver): data member first_. Create
4347         InstrumentName on start. 
4348
4349 2005-05-12  Graham Percival  <gperlist@shaw.ca>
4350
4351         * Documentation/user/instrument-notation.itely: add guitar
4352         position.
4353
4354         * Documentation/user/introduction.itely,
4355         Documentation/user/lilypond.tely,
4356         Documentation/user/tutorial.itely: begin pruning
4357         unused (duplicated) cindex entries and misc cleanup.
4358
4359 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4360
4361         * input/test/volta-chord-names.ly: Bring the explanation up to
4362         date.
4363
4364 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4365
4366         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
4367         Specify `@documentencoding utf-8' for html, ignore warnings.
4368
4369 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
4370
4371         * THANKS: Added bughunters.
4372
4373 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4374
4375         * lily/main.cc: update help string for `lilypond -H'.
4376
4377         * po/fi.po: update.
4378         
4379 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4380
4381         * Documentation/user/advanced-notation.itely: minor fixes.
4382
4383 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4384
4385         * scm/editor.scm: New module.
4386
4387         * scm/lily.scm (gui-main): Use it.
4388
4389         * scm/framework-gnome.scm (spawn-editor): Use it.
4390
4391         * scripts/lilypond-invoke-editor.scm: Use it in new script.
4392
4393 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4394
4395         * scm/framework-ps.scm (load-font-via-GS):  new function.
4396
4397         * lily/pango-font.cc (pango_item_string_stencil): add support for
4398         CID keyed font.
4399
4400         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
4401
4402 2005-05-10  Graham Percival  <gperlist@shaw.ca>
4403
4404         * Documentation/user/basic-notation.itely: add @ref.
4405
4406         * Documentation/user/advanced-notation.itely: add example
4407         of 5/8 beaming.
4408
4409 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4410
4411         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
4412
4413         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
4414         going through ps2pdf wrappers.
4415
4416 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
4417
4418         * Documentation/user/instrument-notation.itely: petrucci note
4419         heads: updated docu
4420
4421         * input/regression/note-head-style.ly: updated regression test;
4422         indentation fixes
4423
4424         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
4425         heads as default
4426
4427         * mf/parmesan-heads.mf: minor editing; use musicological names
4428         (rather than optical description) as note head names
4429
4430         * scm/output-lib.scm: complete petrucci heads
4431
4432 2005-05-09  Pal Benko  <benkop@freestart.hu>
4433
4434         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
4435         heads, but bigger)
4436
4437 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4438
4439         * lily/main.cc (main_with_guile): Remove no files check.
4440
4441         * lily/main.cc (ly:usage): Export to Scheme.
4442
4443         * scm/lily.scm (no-files-handler): New function.
4444
4445         * scm/lily.scm (lilypond-main): Use it.
4446
4447         * configure.in (gui_b): Add mbrtowc checking.
4448         Resurrect [utf8/]wchar.h checking.
4449
4450 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4451
4452         * Documentation/user/advanced-notation.itely (Metronome marks):
4453         Add link to the program reference for MetronomeMark
4454
4455         * Documentation/user/lilypond-book.itely (An example of a
4456         musicological document): Correct the example using psfonts 
4457
4458 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
4459
4460         * po/fi.po: update after a lesson how to update entries against
4461         source.
4462         
4463         * po/TODO: document the lesson.
4464
4465 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4466
4467         * configure.in (gui_b): remove wcrtomb checking.
4468
4469         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
4470         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
4471
4472 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4473
4474         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
4475         keep Scheme expressions and strings unmodified when doing the
4476         conversion to postfix notation for slurs and beams. Should
4477         hopefully solve most related conversion problems. 
4478
4479         * Documentation/user/lilypond-book.itely : Clarify and correct how
4480         to call dvips with -h psfonts.
4481
4482 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * Documentation/user/instrument-notation.itely (Entering lyrics):
4485         Typo.  Fixes build.
4486
4487 2005-05-09  Graham Percival  <gperlist@shaw.ca>
4488
4489         * Documentation/user/lilypond-book.itely: document PSFONTS file.
4490
4491         * Documentation/user/lilypond.tely, lilypond-book.itely,
4492         tutorial.itely: change references to 2.5.x to 2.6.x.
4493
4494         * Documentation/user/instrument-notation.itely: clarified \addlyrics
4495         vs \lyricmode.
4496
4497         * Documentation/user/invoking.itely: remove old info about
4498         lilypond-profile.
4499
4500         * Documentation/topdocs/INSTALL.texi: remove old info about
4501         lilypond-profile, add warning about needing international fonts
4502         to build docs.
4503
4504 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4505
4506         * lily/include/grob-info.hh (class Grob_info): make data member
4507         private. Changes throughout.
4508
4509         * input/regression/alignment-order.ly: new file. 
4510
4511         * lily/vertical-align-engraver.cc (acknowledge_grob): read
4512         alignAboveContext and alignBelowContext
4513
4514 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4515
4516         * lily/pfb.cc (LY_DEFINE): add cast.
4517
4518         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
4519         matches .otf
4520         (write-preamble): warn about unknown fonts.
4521
4522         * lily/pfb.cc (Module): new function ly:otf->cff
4523
4524         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
4525         (get_otf_table): new function.
4526
4527 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4528
4529         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
4530         iso. ps2png.
4531
4532 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
4533
4534         * po/fi.po: apply second round of update.
4535
4536 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4537
4538         * scm/x11-color.scm (make-x11-color-handler): don't use
4539         #\sp. Apparently doesn't work on all platforms. 
4540
4541 2005-05-06  Graham Percival  <gperlist@shaw.ca>
4542
4543         * Documentation/user/advanced-notation.itely, putting.itely,
4544         tutorial.itely, global.itely, introduction.itely: really minor fixes.
4545
4546 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4547
4548         * VERSION (PACKAGE_NAME): release 2.5.23
4549
4550 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4551
4552         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
4553         convert to utf-8.
4554
4555         * THANKS: Add translators for this release, convert to utf-8.
4556
4557         * mf/GNUmakefile (MFTRACE_FLAGS):
4558         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
4559         outdir as option (WAS: hardcoded).
4560
4561 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
4564         finished_span_
4565
4566         * THANKS: add Hans Forbrich.
4567
4568         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4569
4570         * Documentation/user/basic-notation.itely (Staff symbol): document
4571         start/stop staff. Reference to ossia.ly
4572
4573         * input/test/ossia.ly: new example using stop and startStaff.
4574
4575         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
4576         in other words, don't create "|" barline at start of the score.
4577         (start_translation_timestep): don't set whichBar for start of score.
4578
4579         * input/regression/staff-halfway.ly: use new functionality.
4580
4581         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
4582         start and stop staff based on events.
4583
4584         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
4585
4586         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
4587
4588 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4589
4590         * Documentation/user/programming-interface.itely (How markups work
4591         internally ): remove \encoding reference.
4592
4593 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4594
4595         * scripts/convert-ly.py: Attempt to do a smarter update of 
4596         text markups from versions < 1.9.0 with arbitrary nesting.
4597
4598 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4599
4600         * po/fi.po: convert to utf-8, and update.
4601
4602 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4603
4604         * make/lilypond.suse.spec.in: update from suse 2.4 package.
4605
4606         * lily/*.cc: more <? >? to min/max changes
4607
4608         * lily/include/interpretation-context-handle.hh: rename
4609         Interpretation_context_handle to Context_handle.
4610
4611 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
4612
4613         * input/regression/GNUmakefile (local_delete): use `find` together 
4614         with `xargs` to avoid too long argument-lists in cmd line.
4615
4616 2005-05-04  Graham Percival  <gperlist@shaw.ca>
4617
4618         * Documentation/user/introduction.itely: updates "About this manual".
4619
4620         * Documentation/user/advanced-notation.itely,
4621         invoking.itely: minor fixes.
4622
4623 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * COPYING: add font exception. Update FSF address. 
4626
4627         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
4628         should be taken without child context.
4629
4630         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
4631
4632         * scm/define-markup-commands.scm (triangle): new command, as
4633         robust replacement for unicode Delta/Triangle.
4634
4635 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4636
4637         * ps/music-drawing-routines.ps: add fillp argument.
4638
4639         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
4640
4641         * lily/font-config.cc (init_fontconfig): don't add cff/
4642
4643         * VERSION (PACKAGE_NAME): release 2.5.22
4644
4645         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
4646
4647         * lily/grace-engraver.cc (consider_change_grace_settings): use
4648         is_alias(). Fixes problem with CueVoice grace notes. 
4649
4650         * lily/simultaneous-music-iterator.cc (construct_children): call
4651         Music_iterator::quit() for iterators that start out invalid. This
4652         fixes indefinitely continuing contexts.
4653
4654         * buildscripts/substitute-encoding.py: new file
4655
4656         * Documentation/user/basic-notation.itely (Basic polyphony): fix
4657         missing @end 
4658
4659         * scripts/lilypond-book.py (write_if_updated): print file name.
4660
4661         * Documentation/user/basic-notation.itely (Explicitly
4662         instantiating voices): idem.
4663
4664         * Documentation/user/advanced-notation.itely (Text spanners):
4665         remove stray { } 
4666
4667         * lily/context.cc (default_child_context_name): the default child
4668         is now first in accepts_list_.
4669
4670         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
4671         \defaultchild to all relevant contexts.  This fixes:
4672         drums-pitch.ly.
4673
4674         (Probably also fixes similar problems with ancient
4675         transcriptions getting CueVoices instead of the desired voices.)
4676  
4677         * lily/context-def.cc (get_default_child): new function.
4678         (get_accepted): place default child in front of list.
4679
4680         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
4681
4682         * lily/include/context-def.hh (struct Context_def): add
4683         default_accept_
4684
4685 2005-05-03  Graham Percival  <gperlist@shaw.ca>
4686
4687         * scm/define-grobs.scm: remove "remove-first" line, since
4688         the absent property is set to #f anyway.
4689
4690         * Documentation/user/basic-notation.itely,
4691         advanced-notation.itely, instrument-notation.itely: minor
4692         fixes.
4693
4694         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
4695
4696         * Documentation/user/advanced-notation.itely,
4697         changing-defaults.itely: consolidate Text stuff in
4698         advanced notation.
4699
4700         * Documentation/user/global.itely: better docs for \header.
4701
4702         * Documentation/user/putting.itely: new chapter; placeholder
4703         for future expansion.
4704
4705         * Documentation/user/examples.itely: moved "suggestions for
4706         writing LP files" section into putting.itely.
4707
4708         * Documentation/user/lilypond.itely: added new chapter,
4709         fixed the short table of contents.
4710
4711 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4712
4713         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
4714         infinity for unfeasible beams.
4715
4716         * make/lilypond.fedora.spec.in (Group): idem.
4717
4718         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
4719
4720         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
4721
4722         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
4723         fonts directly.
4724
4725         * buildscripts/gen-emmentaler-scripts.py (i): idem.
4726
4727         * mf/GNUmakefile: remove all CFF rules.
4728
4729         * scm/framework-ps.scm (ps-embed-cff): reinstate.
4730
4731         * lily/open-type-font-scheme.cc (LY_DEFINE):
4732         new function ly:otf-font-table-data.
4733         (LY_DEFINE): new function otf-font?
4734
4735 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4736
4737         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
4738         ($(outdir)/Fontmap.lily): idem.
4739
4740         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
4741         for PFAEmmentaler-XXX.pfa. 
4742
4743         * Documentation/user/music-glossary.tely (accidental): NL
4744         translation of accidental.
4745
4746 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4747
4748         * flower/include/international.hh: Bugfix: include "string.hh".
4749
4750         * lily/include/mingw-compatibility.hh: New file.
4751
4752         * flower/include/libc-extension.hh (memrev): Rename from strrev.
4753
4754         * configure.in: Search for mingw wcrtomb library.
4755
4756 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4757
4758         * scripts/convert-ly.py: Bug fix
4759
4760         * Documentation/user/changing-defaults.itely (Common tweaks):
4761         Added example where the context has to be specified explicitly
4762         (MetronomeMark). 
4763
4764 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4765
4766         * scripts/lilypond-book.py (ly_options): set timing to #f for
4767         notime option.
4768
4769         * scripts/convert-ly.py (conv): typo.
4770
4771         * flower/*.cc: remove <? and >?
4772         
4773         * lily/*.cc: remove <? and >?
4774
4775         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
4776         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
4777         editor.
4778
4779 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4780
4781         * lily/part-combine-engraver.cc: add space to variable list.
4782
4783 2005-04-30  Graham Percival  <gperlist@shaw.ca>
4784
4785         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
4786         remove-first to false (matches docs)
4787
4788         * Documentation/user/advanced-notation.itely: corrected docs
4789         concerning remove-first.
4790
4791 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4792
4793         * lily/part-combine-engraver.cc: make sure that the relevant
4794         properties are included in the documentation.
4795
4796 2005-04-28  Graham Percival  <gperlist@shaw.ca>
4797
4798         * Documentation/user/lilypond-book.itely: Bernard's docs
4799         for \betweenLilyPondSystem.
4800
4801 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4802
4803         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
4804         remarks.
4805
4806 2005-04-28  Pal Benko  <benkop@freestart.hu>
4807
4808         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
4809         only on vertical lines of flexa shape, and use a constant
4810         thickness value for horizontal lines (patch slightly modified by
4811         Jürgen Reuter)
4812
4813         * lily/include/mensural-ligature.hh: make 2 comments clearer
4814
4815 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
4816
4817         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
4818         to need_extra_horizontal_space; bugfix: use class scope to avoid
4819         global namespace pollution
4820
4821         * Documentation/user/instrument-notation.itely (ligatures): added
4822         comment on possible future syntax change and how to work around
4823
4824         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
4825         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
4826         intervals (fixes agnus dei example)
4827
4828         * Documentation/user/instrument-notation.itely (white mensural
4829         ligatures): selected a more illustrative example
4830
4831 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
4832
4833         * Documentation/index.html.in: specify utf-8 charset in meta content.
4834
4835 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4836
4837         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
4838         empty 2nd page for single page.
4839
4840         * scm/lily.scm: remove p&c definitions.
4841
4842         * po/zh_TW.po (Module): new translation.
4843
4844         * lily/lily-guile.cc (ly_chain_assoc): remove.
4845
4846         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
4847         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
4848
4849 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4850
4851         * lily/beaming-info.cc: remove infinity_i
4852
4853         * scripts/abc2ly.py (out_filename): fix thinko with \version.
4854
4855 2005-04-26  Graham Percival  <gperlist@shaw.ca>
4856
4857         * Documentation/user/basic-notation.itely,
4858         instrument-notation.itely, advanced-notation.itely,
4859         changing-defaults.itely: minor fixes.  Added docs
4860         for colors to advanced-notation.itely.
4861
4862         * Documentation/user/advanced-notation.itely: fixed compile
4863         problem and added Bernard's x11-color doc patch.
4864
4865 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4866
4867         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
4868         alright this time round.
4869
4870 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4871
4872         * Documentation/topdocs/INSTALL.texi (Top): idem.
4873
4874         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
4875
4876         * VERSION (MAJOR_VERSION): release 2.5.21
4877
4878         * scm/output-ps.scm (grob-cause): bugfix.
4879
4880 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4881
4882         * cygwin/*: Update.
4883
4884         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
4885         stuff.
4886
4887         * scm/output-ps.scm (grob-cause): Bugfix.
4888
4889         * scm/lily.scm (ly:load): Remove x11-color.
4890
4891         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
4892         quote executable, fixes getting version from program --with
4893         --options.
4894         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
4895         $ac_exeect.
4896
4897         * Documentation/user/GNUmakefile: Only build music-glossary with
4898         rendered lilypond snippets during web.
4899
4900 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4901
4902         * po/de.po: update.
4903
4904         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
4905
4906 2005-04-22  Laura Conrad <lconrad@laymusic.org>
4907  
4908         * scripts/abc2ly:
4909         second title line append with punctuation dash character;
4910         encode abc2ly python strings in utf-8
4911        
4912 2005-04-21  Laura Conrad <lconrad@laymusic.org>
4913
4914         * scripts/abc2ly fix chords (again)
4915  
4916 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
4917
4918         * scm/x11-color.scm: new file
4919         All x11 color names can be accessed with:
4920         #(x11-color 'ColorName),
4921         #(x11-color "ColorName") or:
4922         #(x11-color "color name")
4923         If the x11 color name is not recognised then it defaults
4924         to black
4925
4926         * scm/lily.scm: amended to call scm/x11-color.scm
4927
4928 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4929
4930         * Documentation/user/invoking.itely (Reporting bugs): comment out
4931         reference to online PNG bug repository.
4932
4933 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4934
4935         * lily/translator-scheme.cc (ly:translator-property): Remove.
4936         Update callers.
4937
4938         * lily/context-scheme.cc (ly:context-now): Move from translator.
4939         Update callers.
4940
4941 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4942
4943         * input/regression/grid-lines.ly (skips): refine example.
4944
4945         * scm/define-context-properties.scm
4946         (all-user-translation-properties): doc autoBeamCheck
4947
4948         * input/regression/grid-lines.ly (Module): new file.
4949
4950         * lily/grid-point-engraver.cc (Module): new file.
4951
4952         * lily/grid-line.cc (Module): new file.
4953
4954         * lily/grid-line-span-engraver.cc (Module): new file.
4955
4956         * lily/grid-line-interface.cc (Module): new file.
4957
4958 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4959
4960         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
4961         missing parameter, actualy cdr through list.  Actually return a
4962         list with ENTRY removed (was '()).
4963
4964         * scripts/convert-ly.py: Update.  Print warning if file cannot be
4965         opened.
4966         (do_conversion): Fix printing of continuation comma.
4967
4968         * Documentation/user/advanced-notation.itely (Beam formatting):
4969         Remove refbugs about compound time and mixed duration.
4970
4971         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
4972         modulo moments explicitely.
4973
4974         * lily/moment.cc (operator %): New function.
4975
4976         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
4977
4978         * lily/translator-scheme.cc (ly:translator-now,
4979         ly:translator-property): New function.
4980
4981         * scm/auto-beam.scm (default-auto-beam-check): New function.
4982
4983         * lily/auto-beam-engraver.cc (test_moment): Use it.
4984
4985         * flower/rational.cc (operator %): Bugfix.
4986
4987 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
4988
4989         * scripts/abc2ly: Bugfix
4990
4991 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4992
4993         * python/fontextract.py (write_extracted_fonts): bugfix, too many
4994         %'s on EndFont comment.
4995
4996         * lily/ledger-line-spanner.cc: some more words of explanation.
4997
4998 2005-04-20  John Williams <williams@tni.com>  
4999         
5000         * scripts/lilypond-book.py: htmlquote bugfix.
5001         Allow snippets to be given distinct filenames.
5002         Allow the default alt text to be overridden.
5003
5004 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
5005
5006         * ly/performer-init.ly: Bugfix
5007
5008         * THANKS: Added bughunters.
5009
5010 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5011
5012         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
5013
5014         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
5015         position (was: use modulo measure length).
5016
5017         * configure.in (no gui_b): Remove optional gtk+ requirement.
5018
5019 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5020
5021         * Documentation/user/basic-notation.itely (Pitches): add
5022         LedgerLineSpanner.
5023
5024         * lily/dynamic-engraver.cc (process_music): set right bound to
5025         script if present. Else, do not set.
5026         (acknowledge_grob): only set right bound of finished spanner to
5027         note column if no other bound is set.
5028
5029         * python/lilylib.py (make_ps_images): switch back to png16m.
5030         
5031 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5032
5033         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
5034         writing up to date file.  Add dvips usage suggestion.
5035
5036         * scripts/convert-ly.py: Fix error message.
5037         Print usage if no files on command line.
5038         (usage): Add example usage.
5039
5040         * input/test/compound-time.ly: New file.
5041
5042         * input/test/circle.ly: New file.
5043
5044         * Documentation/topdocs/NEWS.tely: Use them.
5045
5046         * input/test/boxed-stencil.ly: Remove \score.
5047
5048         * buildscripts/mf-to-table.py (base): Add .log dependency.
5049
5050         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
5051         pfa's.  Add .log dependency
5052
5053         * scm/define-markup-commands.scm (lower): New command.
5054
5055         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
5056         make it default.
5057
5058 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5059
5060         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
5061         also to finished cresc as right bound. This fixes:
5062         skip-string-decresc.ly
5063
5064         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
5065         relative_coordinate if extent is empty.
5066
5067         * lily/stem.cc (width_callback): determine correct extent if flag
5068         is not there. This fixes slur-no-flag.ly
5069
5070         * lily/grace-engraver.cc (consider_change_grace_settings): new
5071         function.
5072         (initialize): also consider_change_grace_settings() on
5073         initialization. Fixes large grace notes at start of score.
5074
5075         * lily/break-align-interface.cc (do_alignment): don't translate if
5076         total_extent is empty.
5077
5078         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
5079
5080 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5081
5082         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
5083         with slash.
5084
5085 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5086
5087         * stepmake/aclocal.m4: Remove tfm_path.
5088
5089 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5090
5091         * scm/music-functions.scm (markup-expression->make-markup): fix
5092         bug with cons arguments of markup commands.
5093         (music->make-music): fix music expression property list building
5094
5095 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5096
5097         * aclocal.m4: Massage package names.
5098
5099         * SCons updates.
5100
5101 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * VERSION (PACKAGE_NAME): release 2.5.20
5104
5105         * lily/stem.cc (calc_stem_info): add minimum Y extent of
5106         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
5107
5108         * lily/percent-repeat-engraver.cc (try_music): add measure before
5109         next_moment to future processing moment. Fixes:
5110         percent-repeat-mm-rest.ly
5111         (process_music): don't add moment for 2nd time.
5112
5113         * input/regression/repeat-percent.ly: add mmrests as extra test.
5114
5115         * lily/axis-group-engraver.cc (acknowledge_grob): read
5116         keepAliveInterfaces to decide what to kill.
5117
5118         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
5119         percent-repeat-interface to keepAliveInterfaces. This fixes
5120         percent-repeat-harakiri.
5121
5122 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5123
5124         * SCons updates.
5125
5126 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5127
5128         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
5129
5130         * aclocal.m4: remove --enable-tfm-path configure option
5131
5132         * input/test/ancient-font.ly (lowerStaff): clef name errors.
5133
5134         * scm/backend-library.scm (postscript->png): newline after
5135         finishing command.
5136
5137         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
5138         (LY_DEFINE): ly:paper-score-paper-systems: new function 
5139
5140         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
5141
5142         * lily/score.cc (default_rendering): use Music_output too.
5143
5144         * input/test/chord-names-languages.ly (Module): rename file.
5145
5146         * lily/text-spanner.cc: add bound-padding.
5147
5148         * lily/paper-book.cc (systems): accept Paper_score
5149         iso. Paper_system vector. 
5150
5151         * input/regression/line-arrows.ly: new file.
5152
5153         * lily/paper-score.cc (process): run get_paper_systems() only once.
5154
5155         * lily/line-spanner.cc (line_stencil): add arrows.
5156
5157 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
5158
5159         * lily/line-interface.cc (make_arrow): new function. 
5160         (arrows): idem.
5161
5162 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
5163
5164         * input/test/chord-names-german.ly: update for italian/french
5165         chords.
5166         
5167         * Documentation/user/instrument-notation.itely (Printing chord
5168         names): update.
5169
5170 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5171
5172         * lily/include/paper-score.hh (class Paper_score): remove unused
5173         prototypes.
5174
5175         * lily/book.cc (process): add -COUNT to midi output.
5176
5177         * lily/score.cc (book_rendering): remove outname argument
5178         (book_rendering): return list of Music_outputs. 
5179
5180         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
5181
5182         * lily/book.cc (process): loop over Music_outputs returned from
5183         Score::book_rendering().
5184
5185         * lily/*.cc (width_callback): remove spurious "unused" warnings
5186         for assert (axis==[XY]_AXIS); 
5187
5188         * lily/include/music-output.hh (class Music_output): smobify class.
5189
5190         * lily/include/paper-score.hh (class Paper_score): make members
5191         private.
5192
5193         * lily/performance.cc (process): return #f iso. #<undefined>. This
5194         prevents #<undefined> leaking into GUILE-userspace.
5195
5196 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5197
5198         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
5199
5200 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
5201
5202         * scm/chord-name.scm : support for italian and french
5203         chords names.
5204
5205         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
5206         a space defined by chordPrefixSpacer when the root name is
5207         direclty followed by a prefix.
5208
5209         * ly/engraver-init.ly : chordPrefixSpacer       
5210         * scm/define-context-properties.scm : chordPrefixSpacer
5211         * ly/property-init.ly : italianChords, frenchChords 
5212
5213 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5214
5215         * mf/feta-din.mf: Remove.
5216
5217         * mf/GNUmakefile (fontdir): Bugfix.
5218
5219         * mf/SConstruct: Some updates.
5220
5221         * SConstruct: Require pkg-config.
5222         (test_program): Bugfix for double digit version compares, use
5223         integer (not string-) compare.
5224         Optionally require gs 8.14.
5225
5226         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
5227
5228         * lily/*: s/ifdef HAVE_*/if have/.
5229
5230         * SConstruct (test_lib): New function.  Update pkg-config and some
5231         other requirements.
5232
5233         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
5234         freetype, pangof2t.
5235
5236 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5237
5238         * po/lilypond.pot, ...: Update using bison-CVS.
5239
5240         * python/lilylib.py (make_ps_images): Fixo.
5241
5242 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5243
5244         * python/lilylib.py (make_ps_images): typo.
5245
5246         * configure.in (gui_b): make bison optional.
5247
5248         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
5249
5250 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
5251
5252         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
5253         with one parameter can be defined in a LaTeX file when processed
5254         by lilypond-book this will be evaluated between the systems of
5255         a multi-system score. The parameter is the number of systems processed.
5256
5257 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5258
5259         * python/lilylib.py (make_ps_images): Escape newline.
5260
5261         * Documentation/user/music-glossary.tely: Run
5262         texinfo-all-menus-update.
5263
5264 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5265
5266         * scm/lily-library.scm (old-relative-not-used-message)
5267         (version-not-seen-message): Add input-file-name-location to message.
5268
5269         * lily/parser.yy (lilypond): Add token aliases.
5270
5271         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
5272         not confuse with alteration.
5273         (alteration): Add.
5274
5275 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5276
5277         * python/lilylib.py (make_ps_images): use -dEPSCrop
5278
5279         * VERSION (PACKAGE_NAME): release 2.5.19 
5280
5281         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5282         only put xrefs in info documentation.
5283
5284         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
5285         .pdf rule to tex-rules.make.
5286
5287         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
5288         from -systems.* output.
5289
5290         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
5291         directly, remove -$(PAGESIZE) target.
5292
5293         * input/test/embedded-postscript.ly: update.
5294
5295 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5296
5297         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
5298
5299         * Documentation/user/changing-defaults.itely (Font selection):
5300         document font-name.
5301
5302         * input/regression/font-name.ly: show Pango fonts for
5303         font-name. Update example. 
5304
5305         * lily/pango-select.cc (properties_to_pango_description): don't
5306         convert symbol font-size to number, but use to lookup.
5307
5308         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
5309
5310         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
5311         (NAME . FILE-NAME) tuples for font descriptions. 
5312         (write-preamble): display BeginFont DSC comments.
5313
5314         * python/fontextract.py (write_extracted_fonts): new file. Extract
5315         font resources from a PS file.
5316
5317         * scripts/lilypond-book.py (option_definitions): --psfonts option.
5318         (Compile_error.process_include): do_file returns chunks.
5319
5320         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
5321
5322         * make/lysdoc-targets.make: .texi is .PRECIOUS
5323
5324         * scripts/lilypond-book.py (write_if_updated): new function.
5325
5326 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5327
5328         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
5329
5330 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5331
5332         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
5333
5334         * input/regression/markup-syntax.ly: remove \score.
5335
5336         * scm/define-markup-commands.scm (draw-circle): add fill argument
5337
5338         * scm/stencil.scm (make-circle-stencil): add fill argument
5339
5340         * ps/music-drawing-routines.ps: add fill argument.
5341
5342         * ly/performer-init.ly: add CueVoice to MIDI too.
5343
5344         * ps/music-drawing-routines.ps: new routine BeginEPSF /
5345         EndEPSF.
5346
5347         * input/regression/markup-eps.ly: new file.
5348
5349         * scm/framework-ps.scm (write-preamble): change order: vars should
5350         be inited before procedures.
5351
5352         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
5353         for EPS files.
5354
5355         * scm/define-markup-commands.scm (epsfile): add epsfile command.
5356
5357 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5358
5359         * configure.in (gui_b): add check for ghostscript 8.15
5360
5361 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5362
5363         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
5364         start of line. Fixes cresc-after-newline.ly
5365
5366         * lily/source-file.cc (file_line_column_string): use get_column().
5367
5368 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5369
5370         * lily/source-file.cc (get_column): utf-8 support for column numbers.
5371
5372 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5373
5374         * lily/*: use message () iso progress_indication () for messages.
5375         Revise/uniformise user messages.
5376
5377         * flower/warn.cc (progress_indication): New function.
5378         (message): Use it.  Fixes newline problems.
5379
5380         * config.make.in (webdir): Sort out install dirs.
5381
5382         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
5383
5384         * python/lilylib.py (command_name): Bugfix.
5385         (make_ps_images):
5386
5387 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
5388
5389         * lily/main.cc: --help says what types of backends are availabe
5390
5391 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5392
5393         Fix ./VERSION dependency, and without need to reconfigure.
5394
5395         * lily/main.cc (setup_paths): Update.
5396
5397         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
5398
5399         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
5400
5401         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
5402         Add \line for some simplistic cases.
5403
5404         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
5405
5406 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5407
5408         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
5409         to compile LY files (useful for adding eg. "-I" args)
5410         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
5411         2Gnome command for gnome backend.
5412         (LilyPond-command-formatgnome): call the 2Gnome command. key
5413         binding: C-c C-g
5414
5415 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5416
5417         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
5418         depend on all PNG images.
5419
5420 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5421
5422         * GNUmakefile.in: Bugfix: also link .map files.
5423
5424 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5425
5426         * scm/music-functions.scm (music->make-music): generate 
5427         a (make-music ...) sexpr from a music expression.
5428         (display-scheme-music): use guile pretty printer to display the
5429         make-music sexpr.
5430
5431 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5432
5433         * ly/engraver-init.ly: reindent.
5434         Add CueVoice.
5435
5436         * scm/music-functions.scm (music-pretty-string): handle moments
5437         too.
5438         (music-pretty-string): only print non-empty lists.
5439         (cue-substitute): create CueVoice context, which has smaller type.
5440
5441         * lily/moment-scheme.cc (LY_DEFINE): new methods
5442         ly:moment-grace-{numerator,denominator}
5443
5444         * lily/context-handle.cc: remove quit() method. 
5445
5446         * lily/font-config.cc (init_fontconfig): be verbose about font path.
5447         (init_fontconfig): success is 0, not !0
5448
5449 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5450
5451         * mf/feta-nummer-code.mf (code): add plus glyph.
5452
5453         * lily/tie.cc (print): idem.
5454
5455         * lily/slur.cc (print): don't use thickness property for
5456         slur shape-thickness.
5457
5458         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
5459         while adding stencils.
5460
5461         * scm/define-markup-commands.scm (with-color): with-color markup
5462         command.
5463         (whiteout): new markup command 
5464         (filled-box): new markup command
5465
5466 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5467
5468         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
5469         test for PDF docs.
5470
5471         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
5472         PFAAybabtu-Regular.  Fixes feta font in PDFs.
5473         
5474         Notes for tetex-3.0 make web:
5475            psclean.map: s/uhv8a/uhvr8a/
5476            config.ps add:
5477                 p +psfonts_t1.map
5478                 p +psclean.map
5479                 p +typeface.map
5480
5481 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5482
5483         * scm/music-functions.scm (music-pretty-string): fix bug with
5484         string argument.
5485
5486 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5487
5488         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
5489
5490 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5491
5492         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
5493         only process options if they're there.
5494         (write_file_map): add version-seen? to snippet-map.ly
5495
5496 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5497
5498         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
5499         formatting cleanups.
5500
5501         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
5502         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
5503
5504 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5505
5506         * scm/framework-ps.scm (ps-font-command): don't hash, just use
5507         name directly.
5508
5509         * lily/main.cc (setup_paths): either add mf/out to search path or 
5510         fonts/{otf,type1,etc}
5511         
5512         * lily/font-config.cc (init_fontconfig): either add mf/out to
5513         FontConfig or fonts/{otf,type1,etc}
5514
5515         * GNUmakefile.in: don't put mf/ link in share/ dir.
5516
5517         * lily/staff-spacing.cc: move same-direction-correction to
5518         note-spacing-interface
5519
5520         * scm/lily.scm (lilypond-main): use variable argument count for
5521         exception handler.
5522
5523         * lily/font-config.cc (init_fontconfig): add operator pacification
5524         message.
5525
5526         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
5527
5528         * buildscripts/gen-emmentaler-scripts.py (i): generate
5529         PFAEmmentaler as well.
5530
5531         * scm/framework-ps.scm (munge-lily-font-name): new function
5532         (write-preamble): hack: insert PFA equivalent of CFF into
5533         .PS. This makes LilyPond output printable on normal PS printers
5534         again.
5535
5536         * buildscripts/gen-emmentaler-scripts.py (i): generate
5537         PFAEmmentaler.pfa aswell.
5538
5539 2005-04-06  John Williams <williams@tni.com>  
5540         
5541         * scripts/lilypond-book.py: refactor the compose_ly procedure.
5542         
5543 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5544
5545         * scm/page-layout.scm (default-page-make-stencil): always combine
5546         the header stencil, even if empty. This prevents the body text to
5547         reach up to the margins.
5548
5549         * po/rw.po (Module): new file, for Kinyarwanda.
5550
5551         * input/test/spacing-optical.ly (Module): new file.
5552
5553         * lily/staff-spacing.cc: add same-direction-correction
5554
5555 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * Documentation/user/introduction.itely (Engraving): Comment-out
5558         non-existent file.
5559
5560 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5561
5562         * scm/define-grob-properties.scm (all-user-grob-properties): add
5563         same-direction-correction
5564
5565         * VERSION: release 2.5.18
5566
5567 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5568
5569         * lily/grob.cc (mark_smob): Check pscore->layout_ before
5570         dereferencing.  Fixes make web.
5571
5572         * lily/midi-stream.cc: Handle unwritable midi file.  Include
5573         errno.h.
5574
5575         * Documentation/user/: Fix links.
5576
5577 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5578
5579         * lily/text-interface.cc (Module): rename from text-item.cc
5580
5581         * input/regression/apply-output.ly (texidoc): function naming fix.
5582
5583         * lily/time-signature-performer.cc (derived_mark): new function.
5584
5585         * lily/lily-parser-scheme.cc:  print mapped file name for progress
5586
5587         * scripts/lilypond-book.py (find_linestarts): new function.
5588         (find_toplevel_snippets): keep track of line numbers.
5589
5590         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
5591         all key changes.
5592
5593         * ly/declarations-init.ly (partCombineListener): use
5594         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
5595
5596         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
5597
5598 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5599
5600         * lily/text-item.cc: Fix link.
5601
5602         * Documentation/user/changing-defaults.itely (Changing defaults):
5603         Fix programs reference links.
5604
5605         * Documentation/user/music-glossary.tely: Convert to utf-8.
5606
5607 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5608
5609         * make/lilypond-vars.make: remove TEXMF from variables.
5610         remove DEB_BUILD pk font variables.
5611         remove GUILE_LOAD_PATH
5612         remove TeX memory vars.
5613
5614 2005-04-04  Werner Lemberg  <wl@gnu.org>
5615
5616         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
5617
5618 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5619
5620         * ps/lilyponddefs.ps: remove reencode-font
5621
5622         * lily/simple-spacer.cc (add_columns): also compare
5623         directly. Column rank doesn't distinguish between broken and
5624         unbroken columns. This fixes large spaces before time sig changes.
5625
5626         * Documentation/user/point-and-click.itely: document ly:set-option.
5627
5628         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
5629         point_and_click_global is set.
5630
5631         * lily/scm-option.cc (LY_DEFINE): add point-and-click
5632         ly:set-option argument.
5633
5634 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5635
5636         * GNUmakefile.in: Include symlinks in webball.
5637
5638         * Documentation/user/GNUmakefile (source-links): Add symlinks to
5639         source dir for split and non-split manuals.
5640
5641         * Documentation/user/*y: Fix @uref/@inputfile links for
5642         split/non-split HTML documents.
5643
5644         * Documentation/user/GNUmakefile (local-WWW): Do not generate
5645         .ps.gz.
5646         
5647 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5648
5649         * GNUmakefile.in: Add newline.
5650
5651 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
5652
5653         * tex/lilyponddefs.tex: use color instead of xcolor
5654         * scm/output-tex.scm: minor editing
5655
5656 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5657
5658         * scm/music-functions.scm (display-scheme-music): pretty printer
5659         for music expressions.
5660
5661 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5662
5663         * buildscripts/install-info-html.sh (index_file): Fix link.
5664
5665 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5666
5667         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
5668
5669         * Documentation/index.html.in: Add size estimates with some big pages.
5670
5671         * Documentation/user/tutorial.itely (Running LilyPond for the
5672         first time): Add/replace some @rglos links.  TODO: add more
5673         @rglos links in tutorial, test non-intrusiveness (.css).
5674
5675         * stepmake/bin/add-html-footer.py (do_file): Remove info's
5676         annoying's indication of referencing external document.
5677
5678         * Documentation/user/GNUmakefile: Split version of glossary too.
5679         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
5680         links, not only for html.
5681
5682         * Documentation/user/introduction.itely: Fix some links for other
5683         than html, do not use `here' as link name.
5684
5685 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5686
5687         * scm/documentation-generate.scm (string-append): Fix @usermanref,
5688         @glossaryref.
5689
5690 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5691
5692         * scm/page-layout.scm (default-page-make-stencil): only add header
5693         if existing and not empty. Fixes spurious programming error.
5694
5695         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
5696
5697 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
5698
5699         * scm/output-tex.scm: implement {re,}setcolor
5700         * tex/lilyponddefs.tex: use color package
5701
5702 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5703
5704         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
5705         additions to website.
5706
5707         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
5708
5709         * Documentation/user/macros.itexi: Fix @usermanref html links in
5710         split documents: use @inforef.
5711
5712 2005-03-30  Graham Percival  <gperlist@shaw.ca>
5713
5714         * Documentation/user/programming-interface.itely: minor fix.
5715
5716         * Documentation/user/advanced-notation.itely: added info to
5717         Metronome markings.
5718
5719 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5720
5721         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
5722         use box-stencil.  Remove y-padding argument.
5723         (make-stencil-circler): New function.
5724
5725         * buildscripts/lilypond-words.py (F): 
5726         * elisp/SConscript (a): 
5727         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
5728         * vim/SConscript (a): 
5729         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
5730
5731         * lily/general-scheme.cc: Build fix.
5732
5733         * scm/markup.scm:
5734         * input/regression/markup-scheme.ly: 
5735         * input/regression/markup-syntax.ly: Drop 'new-' from name.
5736
5737         * scm/stencil.scm (make-circle-stencil): New function.
5738
5739         * scm/define-markup-commands.scm (draw-circle): Use it.  New
5740         name (was cicle).  Update callers.
5741         (circle): New markup command, similar to box.
5742
5743         * scm/stencil.scm (circle-stencil): New function.
5744
5745 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
5746
5747         * configure.in: Detect libutf8/wchar.h variant.
5748
5749         * stepmake/aclocal.m4: Modify shared size test.
5750
5751 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5752
5753         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
5754
5755 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5756
5757         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
5758         
5759         * VERSION (PACKAGE_NAME):  release 2.5.17
5760
5761 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5762
5763         * scm/backend-library.scm (postscript->png): Fix comment and png
5764         message.
5765
5766         * GNUmakefile.in (link-tree): Fix locales.
5767
5768 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5769
5770         * lily/stencil-scheme.cc (LY_DEFINE): change to
5771         ly:stencil-aligned-to, non mutating.
5772
5773         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
5774
5775         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
5776
5777         * lily/quote-iterator.cc (derived_mark): call
5778         Music_wrapper_iterator::derived_mark() too.
5779
5780         * lily/grace-engraver.cc (derived_mark): change signature, add
5781         const.
5782
5783 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5784
5785         * SConstruct (symlink): 
5786         * GNUmakefile.in (link-tree): Add scripts to prefix.
5787
5788         * lily/general-scheme.cc (ly:effective-prefix): New function.
5789
5790         * scm/backend-library.scm (postscript->png): Use it.
5791
5792 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5793
5794         * lily/paper-score.cc (process): don't delete grobs after
5795         producing stencils. 
5796
5797         * scm/part-combiner.scm (determine-split-list): switch off
5798         debugging info.
5799
5800         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
5801         if available.
5802
5803         * scm/define-context-properties.scm
5804         (all-user-translation-properties): add stringNumberOrientations.
5805
5806         * lily/new-fingering-engraver.cc (position_scripts): make generic,
5807         so fingering and string-numbers are separately controlled.
5808
5809 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5810
5811         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
5812         not use debugging.
5813
5814 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5815
5816         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
5817
5818         * config.hh.in: add HAVE_FONTCONFIG.
5819
5820         * Documentation/user/instrument-notation.itely (String number
5821         indications): new node.
5822
5823         * input/regression/new-markup-syntax.ly (texidoc): add circle.
5824
5825         * lily/new-fingering-engraver.cc (add_string): new function. 
5826         (acknowledge_grob): accept string-number-event as well.
5827
5828         * scm/define-markup-commands.scm (circle): new markup command.
5829
5830         * scm/output-lib.scm (print-circled-text-callback): new function.
5831
5832         * lily/GNUmakefile: move ifeq after include stepmake.make.
5833
5834 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5835
5836         * config.make.in (HAVE_LIBKPATHSEA_SO):
5837         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
5838
5839         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
5840         add KPATHSEA_LIBS.
5841
5842         * debian/watch: 
5843         * debian/control: Update.
5844
5845 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5846
5847         * input/test/title-markup.ly (spaceTest): remove.
5848
5849         * input/test/embedded-tex.ly (Module): remove.
5850
5851         * input/test/music-box.ly: use 'name property, not ly:music-name.
5852
5853         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
5854
5855         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
5856
5857 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5858
5859         * Documentation/topdocs/INSTALL.texi (Top): Remove information
5860         about xdeltas.  Add information about CVS.
5861
5862         * scm/lily.scm (lilypond-main): Fix invocation of handler,
5863         gracefully handle failed files.
5864
5865         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
5866
5867         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
5868         small fixes.
5869
5870         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
5871         No unnecessarily specific i18n messages.  Remove stray `1'.
5872
5873 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5874
5875         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
5876         documentencoding
5877
5878         * scm/documentation-lib.scm (texi-file-head): set utf-8
5879         documentencoding.
5880
5881         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
5882         Delta, not the Symbol one. 
5883
5884         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
5885         for the .map file.
5886
5887         * Documentation/topdocs/INSTALL.texi (Top): add running
5888         requirement as compilation requirement.
5889
5890 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5891
5892         * buildscripts/mutopia-index.py (headertext): add h1 header and
5893         utf-8 charset meta field.
5894
5895         * input/GNUmakefile: prune example list.
5896
5897         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
5898         options.
5899
5900         * lily/slur-scoring.cc (get_base_attachments): only look at stem
5901         extent for visible stems.
5902
5903         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
5904
5905 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5906
5907         * Documentation/topdocs/INSTALL.texi (Top): Updates.
5908
5909         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
5910
5911 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5912
5913         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
5914         pass inf/nan into slur scoring.
5915
5916         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
5917         page.
5918
5919         * scripts/abc2ly.py (dump_voices): use alphabet().
5920
5921 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
5922         
5923         * mf/GNUmakefile (depth): use $(FONTFORGE). 
5924
5925 2005-03-27 Matthias Neeracher <neeracher@mac.com>
5926         
5927         * flower/include/virtual-methods.hh: simplify. Patch by
5928
5929 2005-03-25  John Williams <williams@tni.com>  
5930
5931         * scripts/lilypond-book.py (main): add png for HTML too, guess
5932         only if necessary. 
5933
5934 2005-03-25  Graham Percival  <gperlist@shaw.ca>
5935
5936         * Documentation/topdocs/INSTALL.texi: now recommends
5937         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
5938
5939         * Documentation/user/basic-notation.itely,
5940         Documentation/user/tutoria.itely: warn about
5941         only one (phrasing) slur at once.
5942
5943 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
5944
5945         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
5946
5947 2005-03-23  Graham Percival  <gperlist@shaw.ca>
5948
5949         * Documentation/user/basic-notation.itely: fixed info about
5950         ending a (de)cresc.
5951
5952         * Documentation/user/lilypond-book.itely: fixed
5953         lilypond-book filter example and warned about not doing
5954         --filter and --process at the same time.
5955
5956 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5957
5958         * lily/parser.yy (bass_number),
5959         Documentation/user/instrument-notation.itely (Figured bass): 
5960         Add the possibility to use text markup in figured bass. 
5961
5962 2005-03-19  Graham Percival  <gperlist@shaw.ca>
5963
5964         * Documentation/user/global.itely: added info about naming
5965         identifiers and breakbefore.
5966
5967         * Documentation/user/invoking.itely: added info about batch
5968         processing files with convert-ly, removed references to TeX
5969         in the jail section.
5970
5971         * Documentation/user/examples.itely: possibly fixed piano
5972         dynamics.
5973
5974         * Documentation/user/advanced-notation.itely: added info
5975         about removing other types of Staff.
5976
5977         * Documentation/user/instrument-notation.itely: possibly
5978         fixed piano staff line switch.
5979
5980         * Documentation/user/changing-defaults.itely: added info
5981         about using normal font in titles.
5982
5983 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5984
5985         * VERSION (PATCH_LEVEL): release 2.5.16
5986
5987         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
5988         explicitly.
5989
5990 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5991
5992         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
5993         whitespace.
5994
5995         * python/lilylib.py (make_ps_images):
5996         * scm/backend-library.scm (postscript->pdf, postscript->png):
5997         Quote file name.  Use format rather than string-append juggling.
5998
5999 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6000
6001         * python/lilylib.py (make_ps_images): add x to -g argument. 
6002
6003         * lily/key-performer.cc (create_audio_elements): don't use
6004         scm_eval_string. Check for minor 3rd directly.
6005   
6006         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6007         (sarabandeCelloGlobal): key is D minor, not F major.
6008
6009 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6010
6011         Fix truncated --png output (Peter Danenberg).
6012         
6013         * python/lilylib.py (make_ps_images):
6014         * scripts/ps2png.py (copyright): Grok --papersize option.
6015
6016         * scm/backend-library.scm (postscript->png): Add parameter
6017         PAPERSIZE.  Update callers.
6018
6019         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
6020         Fixes symbol placement.
6021
6022         * lily/spanner.cc: 
6023         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
6024         <libc-extension.hh>).
6025
6026 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6027
6028         * Nitpick run.
6029
6030         * buildscripts/fixcc.py: Update.
6031
6032         Builddir run fixes.
6033
6034         * HACKING (datadir): Add VERSION.
6035
6036         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
6037         higher up.
6038
6039 2005-03-15  Werner Lemberg  <wl@gnu.org>
6040
6041         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
6042         diagonal stem doesn't become thinner.
6043
6044 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6045
6046         * buildscripts/fixcc.py: Fixes (Werner).
6047
6048 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6049
6050         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
6051         Emmentaler/Aybabtu.
6052
6053         * GNUmakefile.in: fix lilypond-words path.
6054
6055         * po/tr.po: update to 2.3.21
6056
6057         * lily/new-fingering-engraver.cc (position_scripts): take priority
6058         from head position.
6059
6060         * input/regression/finger-chords-order.ly (texidoc): new file.
6061
6062 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6063
6064         * make/ly-rules.make: 
6065         * stepmake/aclocal.m4: 
6066         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
6067
6068         * buildscripts/fixcc.py (rules): Leave space after operator.
6069
6070 2005-03-14  Werner Lemberg  <wl@gnu.org>
6071
6072         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
6073         top of the glyph with smooth curve.
6074
6075 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6076
6077         * Documentation/user/global.itely (Page layout): remove
6078         printpagenumber.
6079
6080 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
6081
6082         * input/regression/mensural-ligatures.ly: new file (with examples
6083         compiled by Pal Benko).
6084
6085         * Documentation/user/instrument-notation.itely: Bugfix: yet some
6086         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
6087         musicglyph access.  Many small beautifications in ancient
6088         examples.
6089
6090         * input/test/divisiones.ly: fixed indentation; small
6091         beautifications
6092
6093         * ly/engraver-init.ly: added FIXME comment
6094
6095         * scripts/lilypond-book.py,
6096         Documentation/user/lilypond-book.itely: added music fragment
6097         option "packed" to lilypond-book
6098
6099         * Documentation/user/instrument-notation.itely: Bugfix: added
6100         missing LedgerLineSpanner color setting in several places.  Added
6101         music fragment option "packed" to VaticanaContext example.
6102
6103 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6104
6105         * scm/define-grobs.scm (all-grob-descriptions): switch off
6106         Hyphen_spanner::set_spacing_rods 
6107
6108         * lily/lyric-hyphen.cc (print): add padding between syllable and
6109         hyphen.
6110         (print): shorten hyphen in tight situations (determine using
6111         minimum-length)
6112
6113         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
6114         0.4pt.
6115
6116 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6117
6118         * ly/titling-init.ly (bookTitleMarkup): Refinements.
6119
6120         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
6121         header/footer markings for regression-test.
6122
6123         * scm/backend-library.scm (output-scopes, header-to-file): Move
6124         from framework-tex.scm.
6125
6126         * scm/framework-ps.scm (output-framework)
6127         (output-preview-framework):
6128         * scm/framework-eps.scm (output-classic-framework)
6129         (output-framework): Use it.  Fixes collated files.
6130
6131 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6132
6133         * input/sakura-sakura.ly: 
6134         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
6135
6136         * buildscripts/guile-gnome.sh: Update.
6137
6138         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
6139
6140         * mf/aybabtu.pe.in: Capitalize Aybabtu.
6141
6142 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6143
6144         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
6145         culprit: always exit the loop if we find a rod, even if it has
6146         distance < 0. 
6147
6148         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
6149         algorithm.
6150
6151         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
6152         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
6153
6154         * scm/output-svg.scm (dashed-line): new  function body.
6155         
6156         * GNUmakefile.in: create .htaccess.
6157
6158 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6159
6160         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
6161
6162 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6163
6164         * VERSION (PACKAGE_NAME): release 2.5.15
6165
6166         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
6167
6168         * scm/framework-svg.scm (output-framework): put scaling in
6169         document header. Apply scaling only once.
6170         (output-framework): dump page size in px, not mm. 
6171
6172         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
6173         from font-size.
6174
6175         * lily/paper-outputter-scheme.cc (LY_DEFINE):
6176         ly:outputter-output-scheme, new function.
6177
6178         * scm/output-svg.scm (pango-description-to-svg-font): new function
6179
6180 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6181
6182         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
6183         target.
6184
6185         * input/typography-demo.ly: new file.
6186
6187 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6188
6189         * Documentation/user/global.itely (File structure): Add markup blocks
6190         to toplevel expressions.
6191         (Multiple movements, Creating titles): Add markup blocks.
6192
6193         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
6194         <libc-extension.hh>).
6195
6196         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
6197
6198         * flower
6199         * lily
6200         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
6201
6202 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6203
6204         * lily/accidental.cc: special bboxes for natural. 
6205
6206         * mf/feta-toevallig.mf: make stems heavier.
6207
6208         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
6209         texts as well.
6210
6211         * mf/feta-klef.mf: revise. 
6212
6213         * mf/feta-schrift.mf: make thinning of accent less pronounced.
6214
6215         * mf/feta-klef.mf: add rounded curve at top. 
6216         make thinnib a little heavier.
6217
6218 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6219
6220         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
6221
6222         * buildscripts/fixcc.py: New file.
6223
6224         * input/regression/utf8.ly: Update Debian font description.
6225
6226 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6227
6228         * stepmake/aclocal.m4: Fix test.
6229
6230 2005-03-09  Graham Percival  <gperlist@shaw.ca>
6231
6232         * Documentation/user/invoking.itely: added Sebastino Vigna's
6233         docs for the --jail option.
6234
6235 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * lily/stem.cc (print): only produce stemlets if there are no
6238         noteheads on this stem.
6239
6240         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
6241         don't crash on stemlet (visible stem without heads).
6242
6243         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
6244         unbroken situations. 
6245
6246         * scm/output-lib.scm (center-invisible): new function.
6247
6248         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
6249         wishes to determine loose column space.
6250
6251         * lily/font-config.cc (init_fontconfig): add
6252         fonts/{otf,type1,cff}  to path.
6253
6254         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
6255
6256         * mf/GNUmakefile (Module): install all fonts under otf/
6257
6258         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
6259         replace /fonts/otf/ by /ps/ 
6260
6261         
6262 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6263
6264         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
6265
6266         * lily/book.cc (process): Oops, add score_.header_.
6267
6268         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
6269
6270         * lily/parser.yy: Handle toplevel and book texts as score.
6271
6272         * scm/page-layout.scm (default-page-make-stencil):
6273         Bugfix: (page-properties rename.
6274
6275         * scm/backend-library.scm (ly:system): Typo.
6276
6277 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6278
6279         * stepmake/stepmake/executable-targets.make (installexe): don't
6280         strip installed executables
6281
6282         * lily/font-select.cc (get_font_by_design_size): revert
6283         pango_description_string as well.
6284
6285         * lily/system.cc (set_loose_columns): put loose column just left
6286         of next column.
6287
6288         * lily/include/group-interface.hh (extract_grob_array): rename
6289         from Pointer_group_interface__extract_grobs
6290
6291         * input/regression/ledger-line-minimum.ly (texidoc): new file.
6292
6293         * lily/ledger-line-spanner.cc (set_spacing_rods): new
6294         function. Keep ledgered note heads at a minimum distance.
6295         Introduce minimum-length-fraction
6296         (print): introduce length-fraction property.
6297
6298 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6299
6300         * tex/GNUmakefile: remove latin1.enc rules.
6301
6302 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6303
6304         * scm/titling.scm: Typo.
6305
6306         * input/regression/score-text.ly: Really add.
6307
6308         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
6309
6310 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6311
6312         * lily/open-type-font-scheme.cc:  new file.
6313
6314 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6315
6316         * scm/titling.scm (layout-extract-page-properties): Rename from
6317         page-properties.  Update callers.
6318
6319         * lily/lexer.ll (Lily_lexer):
6320         * lily/parser.yy: Junk lyric_markup state.
6321
6322         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
6323
6324         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
6325         Add texts parameter.
6326
6327 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6328
6329         * lily/lexer.ll (lyric_markup): New mode.
6330         (Lily_lexer::push_lyric_markup_state): New method.
6331         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
6332
6333         * lily/parser.yy (book_body):
6334         (toplevel_expression): Grok \markup texts.
6335
6336         * lily/score-scheme.cc (ly:music-scorify): 
6337         * scm/lily-library.scm (collect-music-for-book): Take texts
6338         parameter.
6339
6340         * lily/score.cc (texts_): New member.
6341
6342         * lily/paper-book.cc (systems): Format score texts.
6343
6344         * score-text.ly: New file.
6345
6346         * ttftool/SConscript:
6347         * kpath-guile/SConscript: New file.
6348
6349         * lily/SConscript:
6350         * SConstruct: Update.
6351
6352 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6353
6354         * VERSION (PACKAGE_NAME): release 2.5.14
6355
6356 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6357
6358         * lily/main.cc: Add dummy xgettext markers.
6359
6360 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6361
6362         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
6363         requirements
6364
6365         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
6366         executable is < 40k
6367
6368         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
6369         hack.
6370
6371 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6372
6373         * flower/libc-extension.cc:
6374         * flower/include/libc-extension.hh: [Open]BSD simply cast
6375         cookie/funopen declarations.
6376
6377         * stepmake/aclocal.m4: Check for libkpathsea.so.
6378
6379         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
6380         dl_kpse_find_file.
6381
6382 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6383
6384         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
6385         (open_library): alternative for static library.
6386
6387 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6388
6389         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
6390
6391         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
6392
6393         Drop run-time dependency on teTeX.
6394
6395         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
6396
6397         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
6398         KPATHSEA_LIBS in LIBS.
6399         (STEPMAKE_DLOPEN): New function.
6400
6401         * lily/font-config.cc (init_fontconfig): Use dir for directory,
6402         not path.
6403
6404         * flower/file-path.cc (directories): Rename from paths, as this
6405         return an array of directories (a single path).
6406
6407 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6408
6409         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
6410
6411         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
6412         new ly:kpathsea-find-file
6413
6414         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
6415
6416         * kpath-guile/GNUmakefile: new file
6417
6418         * buildscripts/gen-emmentaler-scripts.py (i): generate
6419         emmentaler-X.fontname as well.
6420
6421         * buildscripts/ps-embed-cff.py: new script
6422
6423         * scm/lily-library.scm: remove ps-embed-cff.
6424
6425         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
6426         font loading. 
6427
6428         * scm/font.scm (add-music-fonts): load dynamics/numbers through
6429         fontconfig as well.
6430
6431         * lily/font-config.cc (init_fontconfig): add cff/ too.
6432
6433         * ly/generate-embedded-cff.ly: capitalize.
6434
6435         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
6436         so as to register the pango font.
6437
6438         * lily/font-config.cc (init_fontconfig): add
6439         prefix/{otf,type1,mf/out} to fontconfig path.
6440
6441         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
6442         overrides all. 
6443
6444         * configure.in (gui_b): remove ec mftrace check
6445
6446         * config.hh.in: use lilypond-Major.Minor as data directory.
6447
6448         * scm/framework-ps.scm (dump-page): use output-units for landscape.
6449
6450         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
6451         name.
6452
6453 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6454
6455         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
6456         error messages.
6457
6458         * flower/libc-extension.cc:
6459         * flower/include/libc-extension.hh: [Open]BSD fixes for
6460         cookie/funopen declarations.
6461
6462 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6463
6464         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
6465         emmentaler.
6466
6467         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
6468         lcrm10.
6469
6470         * scm/define-markup-commands.scm (fontsize): new markup
6471         command. Also set baseline-skip
6472
6473 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
6474         
6475         * lily/main.cc (do_chroot_jail): paranoia security for webserver
6476         use.
6477
6478 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6479
6480         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
6481
6482         * lily/pdf.cc: remove PDF related files
6483
6484 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6485
6486         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
6487         <hamamatsu@gmx.de>
6488
6489 2005-03-05  Graham Percival  <gperlist@shaw.ca>
6490
6491         * Documentation/user/advanced-notation.itely: first draft
6492         of reorg done.
6493
6494         * Documentation/user/global.itely: fixed (sub)section
6495         bits of MIDI.
6496
6497 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6498
6499         * cygwin/mknetrel (extras): Bufix (Bertalan).
6500
6501         * Documentation/user/basic-notation.itely (Chords): @ref fix.
6502         * Documentation/user/instrument-notation.itely (Introducing chord
6503         names): Compile fix: must have unique name.
6504
6505 2005-03-02  Graham Percival  <gperlist@shaw.ca>
6506
6507         * Documentation/user/instrument-notation.itely: reorg.
6508
6509 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6510
6511         * scm/output-gnome.scm:
6512         * scm/output-svg.scm: Fix font scaling.
6513
6514 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6515
6516         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
6517         what link to use best.
6518
6519         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
6520         * Documentation/user/tutorial.itely (Automatic and manual beams):
6521         Fix @ref.
6522
6523         * lily/tweak-registration.cc (replace_grob_tweak): New function.
6524         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
6525         * scm/framework-gnome.scm (tweak): Use it.
6526
6527 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6528
6529         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
6530
6531         * scm/output-ps.scm (white-text): reinstate white-text
6532
6533 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6534
6535         * scm/output-ps.scm (offset-add): Remove.
6536
6537         * scm/lily-library.scm (offset-flip-y): New function.
6538         * scm/framework-gnome.scm (tweak): Use it.
6539
6540         * scm/output-gnome.scm (grob-cause): Add parameter.
6541
6542         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
6543         * scm/output-ps.scm (url-link): Move.
6544         (white-text): Warn user about brokenness.
6545
6546         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
6547         wrt ghostscript.
6548
6549 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6550
6551         * lily/slash-repeat-engraver.cc (try_music): always make slashes
6552         if body length smaller than measure length.
6553
6554         * scm/define-markup-commands.scm (with-url): oops. use Y extent
6555         for Y.
6556
6557         * ly/titling-init.ly (tagline): put default tagline in \paper
6558
6559 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6560
6561         * lily/kpath.cc: 
6562         * lily/pdf.cc (Pdf_file): Use more generic error messages.
6563
6564         * scm/lily-library.scm (version-not-seen-message): New function.
6565         * ly/init.ly: Use it.
6566
6567         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
6568         breaks as progess.
6569
6570         * scripts/lilypond-book.py (do_process_cmd): Do not lump
6571         whitespace with l10n message.
6572
6573         * scm/framework-tex.scm (convert-to-ps):
6574         (convert-to-dvi): Do not use overly specific l10n messages.
6575
6576         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
6577
6578         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
6579         merge stderr with stdout.  
6580
6581 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6582
6583         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
6584         Neeracher).
6585
6586 2005-02-29  Graham Percival  <gperlist@shaw.ca>
6587
6588         * Documentation/user/instrument-notation.teily: moved
6589         \arpeggio to Basic.
6590
6591         * Documentation/user/advanced-notation.itely: Articulation to
6592         Basic, a bunch of stuff from Basic moved to Advanced.
6593
6594         * Documentation/user/basic.itely: swapped various sections,
6595         reorganized Basic.
6596
6597 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6598
6599         * flower/memory-stream.cc: 
6600         * flower/libc-extension.cc: Remove obsolete #undefs.
6601
6602         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
6603         more carefully.
6604
6605 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6606
6607         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
6608         dependency.
6609
6610         * VERSION (PACKAGE_NAME): release 2.5.13
6611
6612         * GNUmakefile.in (web-ext): don't ship ps.gz
6613
6614         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
6615         stdout
6616
6617 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6618
6619         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
6620         without libintl.  Now it compiles too.
6621
6622 2005-02-28  Graham Percival  <gperlist@shaw.ca>
6623
6624         * Documentation/user/basic-notation.itely,
6625         instument-notation.itely, advanced-notation.itely:
6626         split up contents of notation.itely.
6627
6628         * Documentation/user/notation.itely: file removed.
6629
6630         * Documentation/user/invoking.itely, converters.itely:
6631         moved convert-ly info to invoking.itely.
6632
6633         * Documentation/user/global.itely, changing-defaults.itely,
6634         sound-output.itexi: moved global settings, file layout, and
6635         sound into global.itely.
6636
6637         * Documentation/user/sound-output.itexi: file removed.
6638
6639         * Documentation/user/lilypond.tely: removed links to
6640         notation.itely and sound.itely.
6641
6642 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6643
6644         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
6645
6646         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
6647  
6648         * THANKS: add sponsor.
6649
6650         * scm/define-markup-commands.scm (with-url): new markup command.
6651
6652         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
6653         tagline.
6654         
6655         * scm/output-tex.scm (url-link): stub.
6656
6657         * scm/output-ps.scm (url-link): new function.
6658
6659         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
6660         ly:set-point-and-click
6661
6662 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6663
6664         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
6665         based on pdf-viewer setting.
6666
6667         * scm/framework-ps.scm (write-preamble): Find and set preferred
6668         pdf-viewer.
6669
6670 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6671
6672         * Documentation/user/point-and-click.itely: update for PDF point &
6673         click.
6674
6675         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
6676         editors based on EDITOR setting.
6677
6678 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6679
6680         * scm/*: Oops, more grand 2005 replace bits.
6681
6682 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6683
6684         * ps/music-drawing-routines.ps: new routine: insert PDF mark
6685
6686         * scm/output-ps.scm (grob-cause): point & click support for
6687         PostScript
6688
6689 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6690
6691         * lily/input-scheme.cc (LY_DEFINE): rename to
6692         ly:input-file-line-column
6693
6694 2005-02-26  Graham Percival  <gperlist@shaw.ca>
6695
6696         * Documentation/user/examples.itely: small fix from Steve Doonan.
6697
6698         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
6699
6700         * THANKS: added Yuval Harel.
6701
6702         * Documentation/user/{various}: inserted two spaces after a period.
6703
6704         * Documentation/user/lilypond.tely: added framework for reorg.
6705
6706         * Documentation/user/basic-notation.itely, instrument-notation.itely,
6707         advanced-notation.itely, global.itely: new files, placeholder for
6708         future reorg.
6709
6710 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
6711
6712         * Documentation/user/notation.itely: revamped Polyphony section
6713         
6714 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6715
6716         * Documentation/user/lilypond-book.itely (Music fragment options):
6717         doc fontload.
6718
6719         * Documentation/user/changing-defaults.itely (Text encoding): add
6720         fontload option to utf8 include
6721
6722         * scripts/lilypond-book.py (compose_ly): add fontload option
6723
6724         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
6725         force-eps-font-include option.
6726
6727         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
6728         black triangle
6729
6730         * Documentation/user/invoking.itely (Editor support): remove
6731         lilypond-latex section.
6732
6733         * scripts/lilypond-latex.py (Module): remove script.
6734
6735         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
6736         overwrite .log. 
6737
6738         * lily/main.cc: remove -m, --no-layout
6739
6740         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
6741         to define. We don't want to override fprintf everywhere.
6742
6743 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6744
6745         * cygwin/lilypond.hint: 
6746         * cygwin/README.in: Update dependencies.
6747
6748         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
6749         Bugfix: do not pollute CPPFLAGS, LIBS.
6750
6751         * cygwin/mknetrel (extras): Cross compile fixes.
6752
6753         * ttftool/util.c: 
6754         * ttftool/ttfps.c: 
6755         * ttftool/ps.c: #include libc-extension.hh
6756
6757         * flower/include/libc-extension.hh:
6758         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
6759         wrapper using funopen.
6760         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
6761         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
6762
6763         * config.hh.in:
6764         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
6765         (AC_CHECK_HEADERS): Add libio.h
6766
6767         * scripts/convert-ly.py: Uniformize, internationalize.
6768         (2.5.2): Remove fatal encoding rule.
6769         (2.5.13): Handle latin1 encoding gracefully.
6770
6771 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6772
6773         * HACKING: Fix line breaks.
6774
6775 2005-02-23  Werner Lemberg  <wl@gnu.org>
6776
6777         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
6778         contains those two files.
6779
6780 2005-02-21  Werner Lemberg  <wl@gnu.org>
6781
6782         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
6783         to improve overlap removal process.
6784
6785         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
6786         left and right ending.  This ensures better overlapping.
6787         Update all callers.
6788         ("lineprall"): Don't use draw_gridline to get better overlapping.
6789
6790 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6791
6792         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
6793
6794         * Documentation/topdocs/NEWS.tely (Top): oops.
6795
6796 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
6797
6798         * HACKING: new file.
6799
6800         * input/regression/utf8.ly (portuguese): added a portuguese example
6801         to show latin1 accents.
6802
6803 2005-02-21  Pal Benko  <benkop@freestart.hu>
6804
6805         * lily/mensural-ligature-engraver.cc:
6806         * lily/mensural-ligature.cc:
6807         * lily/include/mensural-ligature.hh: new algorithm implemented
6808
6809         * scm/define-grob-properties.scm: join-left killed (add-join may
6810         be used); join-left-amount changed to join-right-amount
6811
6812 2005-02-21  Graham Percival  <gperlist@shaw.ca>
6813
6814         * Documentation/user/notation.itely: small but urgent fix.
6815
6816 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
6817
6818         * lily/duration-scheme.cc: bugfix: correct parameters to
6819         SCM_ASSERT_TYPE.
6820
6821         * THANKS: added Pal.
6822
6823         * Documentation/user/notation.itely: bugfix: unTeXified
6824         $\\backslash$.  Bugfix: yet another glyph renaming victim:
6825         "timesig.*x/y" -> "timesig.*xy".
6826
6827 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6828         
6829         * VERSION (PACKAGE_NAME): release 2.5.12
6830
6831 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6832
6833         * ly/engraver-init.ly: set tieWaitForNote to #t by default
6834
6835         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
6836
6837         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
6838
6839         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
6840
6841 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6842
6843         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
6844         latin1..utf-8.
6845
6846         * input/regression/stanza-number.ly:
6847         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
6848
6849         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
6850
6851 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6852
6853         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
6854         NEWS. Refer to website for older news.  
6855
6856         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
6857         .HTML. This should be done for specific servers only.
6858
6859         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
6860         .ly image examples.
6861
6862         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
6863         in layer 0 too.
6864
6865         * scm/define-context-properties.scm
6866         (all-user-translation-properties): add tieWaitForNote
6867
6868         * scm/define-grobs.scm (all-grob-descriptions): add
6869         Tie_column::before_line_breaking
6870
6871         * lily/tie.cc (get_column_rank): new function
6872
6873         * lily/tie-column.cc (before_line_breaking): new function.
6874         (werner_directions): take into account ties that start on
6875         different columns.  
6876
6877         * lily/score-engraver.cc (set_columns): move add_column() so we
6878         have column rank available.
6879
6880         * lily/tie.cc (get_column_rank): new function.
6881
6882         * input/regression/utf8.ly (japanese): add japanese lyrics.
6883
6884         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
6885
6886         * THANKS: add Steve D
6887
6888         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
6889         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
6890
6891 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
6892
6893         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
6894         to show harmonic notes
6895         * scm/define-markup-commands.scm: in \markup-by-number
6896         "dots-dot" -> "dots.dot" to show dotted notes
6897
6898 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6899
6900         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
6901
6902         * flower/memory-stream.cc (writer): new file.
6903
6904         * configure.in: add endian test.
6905
6906 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
6907
6908         * Documentation/user/examples.itely: small
6909         simplification/beautification
6910
6911         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
6912         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
6913         notation manual.
6914
6915         * lily/mensural-ligature.cc: bugfix: another few victims of the
6916         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6917
6918         * ly/gregorian-init.ly: commit some experimental code for hi-level
6919         ligature input language lying around here for several months.
6920
6921         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
6922         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
6923
6924         * lily/vaticana-ligature-engraver.cc: bugfix: another few
6925         "x-y-z"->"x.y.s-z" fixes.
6926
6927 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6928
6929         * scm/framework-pdf.scm (scm): new file
6930
6931         * lily/include/pdf.hh (class Pdf_file): new file.
6932
6933         * lily/pdf.cc (write_trailer): new file.
6934
6935 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
6936
6937         * input/regression/color.ly: new file
6938
6939         * lily/stencil.cc (interpret_stencil_expression):
6940         when a color expression is encountered: save current color,
6941         process the rest of the expression, and restore previous color.
6942
6943         * lily/system.cc (get_line): check all grobs for color property and
6944         prepare the stencil scheme expressions for further processing.
6945         Fix layer-loop.
6946
6947         * scm/define-grob-properties.scm: introduce the color property.
6948
6949         * scm/output-lib.scm: color helper functions.
6950
6951         * scm/output-ps.scm: introduce setcolor/resetcolor.
6952
6953 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6954
6955         * ly/*.ly, input/regression/*.ly: Added missing \version
6956         statements in some files.
6957
6958 2005-02-15  Graham Percival  <gperlist@shaw.ca>
6959
6960         * Documentation/user/notation.itely: minor editing.
6961
6962         * Documentation/user/converters.itely: updated convert-ly bugs.
6963
6964         * Documentation/user/lilypond-book.itely: add info about using
6965         feta characters in latex.
6966
6967 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6968
6969         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
6970
6971 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6972
6973         * scm/define-grob-properties.scm (all-user-grob-properties):
6974         removed 'dashed property.
6975
6976 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6977
6978         * scm/lily.scm (define-safe-public): new macro for defining
6979         variables that can be used in --safe mode. Use it in *.scm
6980         instead of manually setting safe-objects in safe-lily.scm.
6981
6982 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6983         
6984         * lily/slur.cc: Slur-dash patch by Bertalan.
6985
6986         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
6987
6988         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
6989
6990 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6991
6992         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
6993
6994 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6995
6996         * mf/GNUmakefile: teTeX-3.0 install fix.
6997
6998         * Cygwin patch from Bertalan.
6999
7000         * stepmake/stepmake/metafont-rules.make: Remove bashism.
7001
7002 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7003
7004         * GNUmakefile.in: 
7005         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
7006
7007         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
7008         2.0.x compatibility.
7009
7010 2005-02-08  Werner Lemberg  <wl@gnu.org>
7011
7012         * mf/feta-din-code.mf: Format; clean up code.
7013         Replace `---' with `--' plus explicit path directions.
7014         (linethickness#, stafflinethickness#): Remove.
7015         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
7016         ("dynamic s"): Improve shape.
7017         ("dynamic p"): Improve shape.
7018         Replace `draw' with better outline approximation.
7019         ("dynamic r"): Improve shape.
7020         Don't call `fill' and `draw' at the same time.
7021
7022 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * SConstruct (symlink):
7025         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
7026         build fix: add enc symlink.
7027
7028         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
7029
7030         Support for DESTDIR besides prefix=/foo
7031
7032         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
7033
7034         * stepmake/stepmake/*.make:
7035         * */GNUmakefile:
7036         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
7037
7038         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
7039
7040         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
7041         mawk in fontforge (date) test.
7042
7043 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7044
7045         * scm/font.scm (make-century-schoolbook-tree): add NCS as
7046         font-family=roman. Add Luxi Sans as sans
7047
7048 2005-02-07  Graham Percival  <gperlist@shaw.ca>
7049
7050         * Documentation/user/notation.itely: add warning about
7051         percent repeats and Voice contexts.
7052
7053         * Documentation/user/lilypond-book.itely: clarified the
7054         necessity of dvips -u arguments.
7055
7056 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
7057
7058         * THANKS: Added a bunch of bug hunters.
7059
7060 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7061
7062         * scm/framework-ps.scm (output-preview-framework): bugfix.
7063
7064         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
7065         o/ for chord modifier..
7066
7067         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
7068
7069         * lily/drum-note-performer.cc:  remove unused (thanks Michael
7070         Welsh Duggan). 
7071
7072 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7073
7074         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
7075
7076         * ly/titling-init.ly: Do not also print intstrument in header on
7077         first page.  Do not print page number on first and only page.
7078
7079 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7080
7081         * input/regression/*.ly: remove old-relative everywhere
7082
7083         * lily/music-sequence.cc (simultaneous_relative_callback): do
7084         what-if analysis on copy, not on original. Fixes old-relative
7085         compatibility.
7086
7087         * scm/backend-library.scm (postscript->png): space before
7088         --verbose.
7089         
7090 2005-02-05  Werner Lemberg  <wl@gnu.org>
7091
7092         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
7093         is defined.
7094
7095         * mf/feta-alphabet.mf: Define `staffsize#'.
7096         Include `feta-params.mf'.
7097         s/staffheight/design_size/.
7098
7099         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
7100
7101         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
7102
7103         * mf/feta-nummer-code.mf: Reformatted.
7104         (draw_six): Use outline intersection to avoid a self-intersecting
7105         path.
7106         ("Numeral comma"): Fix serious outline glitches.  This slightly
7107         changes the glyph shape.
7108         ("Numeral dash"): Use `draw_rounded_block'.
7109         ("Numeral dot"): Use `drawdot'.
7110         ("Numeral 1"): Assure identical tangent directions for the
7111         intersection points of paths.  The glyph shape improvement is only
7112         visible at very high magnifications.
7113         ("Numeral 2"): Use `solve' macro to make the lower right part of
7114         the glyph outline touch the x axis exactly.  This changes the
7115         glyph shape.
7116         Minor fixes for better overlap removal support.
7117         ("Numeral 4"): Make lefter corner `rounder'.
7118         ("Numeral 5"): Assure identical tangent directions for the
7119         intersection points of paths.  This improves the glyph shape at
7120         high magnifications.
7121         ("Numeral 7"): Use `solve' macro to make the upper right part of
7122         the glyph outline touch the metrics box exactly.  This changes the
7123         glyph shape.
7124         Avoid corner in the upper left part of the glyph (causing a minor
7125         shape change).
7126
7127         * mf/feta-ital-*.mf: Removed.  Unused.
7128
7129 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7130
7131         * VERSION (PATCH_LEVEL): release 2.5.11
7132
7133         * input/regression/fill-line-test.ly: new file.
7134
7135         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
7136         emmentaler name, eg. emmentaler-23. 
7137
7138 2005-02-04  Christian Hitz  <chhitz@gmx.net>
7139
7140         * scm/scm/define-markup-commands.scm (fill-line): rework for better
7141         alignment with centered texts
7142
7143         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
7144         list of paddings
7145
7146 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7147
7148         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
7149
7150         * lily/note-column.cc (translate_rests): call flush_extent_cache()
7151         of parents when translating rests. Fixes: c-chord-rest.ly 
7152
7153         * lily/include/dimension-cache.hh (struct Dimension_cache): add
7154         dimension_callback_ member.
7155
7156         * lily/grob.cc (flush_extent_cache): new function. Force recompute
7157         of extents.
7158
7159 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7160
7161         * all but lily/*: The grand 2004/2005 replace.
7162
7163 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7164
7165         * lily/*: add space after ,  
7166
7167         * scm/music-functions.scm (has-request-chord): don't use
7168         ly:music-name anywhere. Fixes <<\\>> notation. 
7169
7170         * scm/define-markup-commands.scm (box): use font-size for
7171         padding. Fixes boxed-rehearsal-marks.ly
7172
7173         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
7174         identifier definition too, so foo = \lyrics { ...   } bar = #1
7175         doesn't complain about "bar" being LYRICS_STRING.
7176
7177         * lily/paper-def.cc (find_pango_font): new routine; Store
7178         pango_fonts in hash tab too. This is necessary for retrieving
7179         Pango_fonts::physical_font_tab() later on.
7180  
7181         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
7182         crash if psname is null.
7183
7184         * lily/lily-guile.cc (ly_hash2alist): new function
7185
7186         * Documentation/user/changing-defaults.itely (Text encoding):
7187         rewrite. 
7188
7189         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
7190         -> font_filename mapping.
7191
7192         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
7193         ly_pango_font_physical_fonts
7194
7195         * scm/framework-ps.scm (supplies-or-needs): extract names from
7196         physical Pango_fonts.
7197
7198         * utf8.ly: new file.
7199
7200 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7201
7202         * Documentation/user/changing-defaults.itely (Page layout): add
7203         doco about systemSeparatorMarkup.
7204
7205         * scm/page-layout.scm (default-page-make-stencil): add-to-page
7206         function.
7207         (default-page-make-stencil): insert system separators.
7208
7209         * scm/define-markup-commands.scm (hcenter): add
7210         (beam): add.
7211
7212 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7213
7214         * scm/output-ps.scm (ez-ball): reinstate ez notation.
7215
7216 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7217
7218         * lily/main.cc: Spell backend consistently.  Sort options.
7219
7220 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7221
7222         * scripts/lilypond-book.py (Module): revert @include.
7223         
7224 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7225
7226         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
7227         Bugfix: @include .tex (not .texi).  Small cleanups.
7228
7229         * stepmake/bin/add-html-footer.py (i18n): New function.
7230
7231 2005-01-31  Werner Lemberg  <wl@gnu.org>
7232
7233         * mf/feta-nummer.mf: Removed.  Unused.
7234
7235 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7236
7237         * lily/ : 2004 -> 2005 s&r
7238
7239         * scm/file-cache.scm (cached-file-contents): add file. Read each
7240         file only once.
7241
7242         * scm/font.scm (add-pango-fonts): change order. Medium weight is
7243         now default.
7244
7245         * VERSION: release 2.5.10
7246         
7247         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
7248
7249         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
7250
7251         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
7252         that both X and Y extents of bbox are non-nil.
7253
7254 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7255
7256         * scm/chord-name.scm (alteration->text-accidental-markup): change
7257         - to . 
7258
7259         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
7260
7261         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
7262
7263         * Documentation/user/invoking.itely (Invoking lilypond): add note
7264         about EPS backend.
7265
7266         * scm/framework-eps.scm: new file: create per-system/per-page EPS
7267         files for inclusion in lilypond-book document.
7268
7269         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
7270
7271         * input/tutorial/lbook-texi-test.texi: new file.
7272
7273         * scm/safe-lily.scm (safe-objects): add
7274         {begin,end}-of-line-(in)?visible as safe.
7275  
7276 2005-01-30  Graham Percival  <gperlist@shaw.ca>
7277
7278         * Documentation/user/changing-defaults.itely: fixed example
7279         of (dynamics).
7280
7281 2005-01-29  Graham Percival  <gperlist@shaw.ca>
7282
7283         * lily/main.cc: fix info about -o=FILE.
7284
7285 2005-01-29  Werner Lemberg  <wl@gnu.org>
7286
7287         * mf/feta-toevallig.mf ("Natural"): Completely changed the
7288         construction to assure smooth transition from straight to curved
7289         lines.
7290
7291 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7292
7293         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
7294         stencils.
7295
7296         * ps/lilyponddefs.ps: add start-page, start-system doesn't
7297         translate to top of page. Fixes alignment problems of
7298         lilypond-generated EPS files.
7299
7300 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7301
7302         * scm/part-combiner.scm (analyse-spanner-states): trigger on
7303         crescendo-end as well, since Decrescendo maybe ended with Stop
7304         Crescendo.). Fixes: partcombine-diminuendo.ly
7305
7306         * scm/script.scm (default-script-alist): swap portato symbols.
7307
7308         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
7309
7310         * lily/paper-outputter-scheme.cc (LY_DEFINE):
7311         ly:outputter-port. New function.
7312
7313         * scm/framework-ps.scm (output-classic-framework): dump a
7314         -systems.texi too
7315         (output-classic-framework): dump multiple systems on an "infinite"
7316         page EPS including fonts. 
7317
7318         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
7319         .eps files for both texi and tex formats. Use PNG coming from
7320         lilypond.
7321         
7322 2005-01-28  Graham Percival  <gperlist@shaw.ca>
7323
7324         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
7325
7326         * scripts/lilypond-latex.py: fix info about -o=FILE.
7327
7328 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7329
7330         * ly/generate-embedded-cff.ly: write .cff.ps files.
7331
7332         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
7333
7334         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
7335         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
7336
7337 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7338
7339         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
7340
7341 2005-01-28  Werner Lemberg  <wl@gnu.org>
7342
7343         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
7344         macros.
7345         (draw_bulb): Improved.
7346
7347         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
7348         metapost bug.
7349         (draw_pedal_P): Use soft_end_penstroke.
7350         (draw_pedal_d): Use soft_start_penstroke.
7351
7352         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
7353         path.
7354         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
7355         doesn't change the glyph shape.
7356
7357         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
7358         changing the shape) to avoid fontforge warnings.
7359
7360         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
7361         soft_end_penstroke and fix glyph shape.
7362
7363 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7364
7365         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
7366
7367 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7368
7369         * scm/define-markup-commands.scm (line): filter out empty stencils
7370         from line command.
7371
7372         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
7373         amount.
7374
7375 2005-01-27  Graham Percival  <gperlist@shaw.ca>
7376
7377         * Documentation/user/notation.itely: added info about what
7378         \voiceFoo does.  Also rewrote warning about marks at
7379         a line break.
7380
7381         * Documentation/user/changing-defaults.itely: added info
7382         about putting dynamics in parenthesis and brackets.
7383
7384 2005-01-27  Werner Lemberg  <wl@gnu.org>
7385
7386         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
7387
7388 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7389
7390         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
7391         portato-direction.ly
7392
7393         * lily/beam.cc (consider_auto_knees): add beam height to
7394         threshold. Fixes: knee-multiple-beam.ly
7395
7396         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
7397         pedal line spanners. Fixes: instrument-center-pedal.ly
7398
7399         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
7400         if encountering barline. Fixes: auto-beam-repeat.ly
7401
7402 2005-01-26  Werner Lemberg  <wl@gnu.org>
7403
7404         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
7405         overlapping.
7406
7407         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
7408         with inflections for the 1/2 sharp glyph.
7409
7410         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
7411         connection between `t' and `r'.
7412         Unify bulb with the rest of `r' to avoid grazing outlines which
7413         confuses the overlap removal algorithm of fontforge.
7414
7415         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
7416         inflections.
7417         (draw_cross): Fix shape to have uniform thickness in corners.
7418
7419         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
7420         to avoid an uneven number of self-intersections; this confuses
7421         fontforge.
7422         Fix a slight bug in the shape at left bottom (which is visible only
7423         at high magnifications).
7424         `Center' the stem horizontally to avoid overlapping.
7425
7426 2005-01-24  Werner Lemberg  <wl@gnu.org>
7427
7428         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
7429         to `asis'.
7430         (fet_begingroup): Save group name in string `feta_group'.
7431         (fet_endgroup): Updated.
7432         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
7433
7434         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
7435
7436         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
7437         in metapost.
7438
7439 2005-01-24  Graham Percival  <gperlist@shaw.ca>
7440
7441         * Documentation/user/notation.itely: really minor editing.
7442
7443 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7444
7445         * Documentation/user/examples.itely: minor editing.
7446
7447         * Documentation/user/changing-defaults.itely: minor editing.
7448
7449         * Documentation/user/notation.itely: clarified info on polyphony
7450         and \addlyrics.
7451
7452 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7453
7454         * scm/output-gnome.scm: 
7455         * scm/output-svg.scm:
7456         * scm/lily-library.scm (font-name-style): Update font name
7457         kludging for fontconfig use.
7458
7459 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
7460
7461         * scm/define-markup-commands.scm: Document right-align and
7462         larger markup commands. Remove "TODO" from the topmost comment
7463         "each markup function should have a doc string." More consistent
7464         use of new-lines.
7465
7466 2005-01-22  Graham Percival  <gperlist@shaw.ca>
7467
7468         * Documentation/user/changing-defaults: removed info about
7469         copyright symbol, since it's likely to change soon.
7470         Added info about betweensystemspace.
7471
7472         * Documentation/user/notation.itely: minor fixes.
7473
7474         * Documentation/user/lilypond.tely,
7475         Documentation/user/music-glossary.tely: changed copyright
7476         date to 2005 instead of 2004.
7477
7478         * input/test/volta-chord-names.ly: added old example back.
7479
7480 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7481
7482         * mf/feta-beugel.mf: use design size 20 (not 15).
7483
7484         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
7485         change name to aybabtu completely
7486
7487 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7488
7489         * buildscripts/gen-emmentaler-scripts.py (outdir): add
7490         design_size to fontname
7491
7492 2005-01-19  Werner Lemberg  <wl@gnu.org>
7493
7494         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
7495         mf/feta-schrift.mf: s/p/pat/ if a path variable.
7496
7497         * mf/feta-autometric.mf (set_char_box): Add code which emits
7498         specials for mf2pt1 if run with metapost.
7499         (to_bp): New macro for mf2pt1.
7500
7501 2005-01-18  Graham Percival  <gperlist@shaw.ca>
7502
7503         * Documentation/user/changing-defaults: added info on
7504         creating a copyright symbol.
7505
7506 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7507
7508         * VERSION: release 2.5.9
7509         
7510 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
7511
7512         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
7513
7514         * Documentation/user/notation.itely: Document
7515         score-override-auto-beam-setting Fix documentation for
7516         revert-auto-beam-setting.
7517
7518 2005-01-18  Werner Lemberg  <wl@gnu.org>
7519
7520         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
7521         (procset): New function to define a procset resource.
7522         (ps-embed-pfa): New function to define a font resource.
7523         (setup): New function to define a `Setup' environment.
7524         (preamble): Use new functions.
7525
7526         * ps/lilypond.defs (init-lilypond-parameters): New function to
7527         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
7528
7529 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7530
7531         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
7532
7533 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
7534
7535         * scm/define-markup-commands.scm: Change number->markletter-string
7536         to take two arguments (vector number). Add number->mark-alphabet-vector
7537         and markalphabet markup command.
7538
7539         * scm/translation-functions.scm: Add format-mark-box-alphabet,
7540         format-mark-alphabet, format-mark-box-barnumbers and
7541         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
7542
7543 2005-01-17  Graham Percival  <gperlist@shaw.ca>
7544
7545         * Documentation/user/examples.itely: add SATB automatic piano
7546         reduction template.
7547
7548         * Documentation/user/notation.itely: added info about changing
7549         partcombine texts.  Also adds examples of alternate lyrics.
7550
7551         * Documentation/user/changing-defaults.itely: added warning
7552         about \RemoveEmptyStaffContext overriding previous changes.
7553
7554 2005-01-17  Werner Lemberg  <wl@gnu.org>
7555
7556         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
7557         feta-alphabet*.
7558
7559 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7560
7561         * python/lilylib.py (make_ps_images): don't do final showpage for
7562         multi-page documents.
7563         
7564         * VERSION (MY_PATCH_LEVEL): release 2.5.8
7565
7566 2005-01-16  Graham Percival  <gperlist@shaw.ca>
7567
7568         * Documentation/user/lilypond.tely: changed order of appendices;
7569         unified index should be last.
7570
7571         * Documentation/user/notation.itely: add example of key signatures
7572         and info about Staff.printKeyCancellation.
7573
7574 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7575
7576         * lily/include/repeated-music.hh (class Repeated_music): change
7577         into "namespace" class.
7578
7579         * lily/event.cc: remove Key_change_event.
7580
7581         * lily/include/transposed-music.hh (class Transposed_music): remove.
7582
7583         * lily/transposed-music.cc: remove
7584
7585         * lily/include/relative-music.hh: remove.
7586
7587         * lily/include/music-sequence.hh (struct Music_sequence): change
7588         into "namespace" class.
7589
7590         * lily/untransposable-music.cc (Module): remove
7591
7592         * lily/include/un-relativable-music.hh (Module): remove
7593
7594         * lily/include/untransposable-music.hh (Module): remove
7595
7596         * lily/include/music-list.hh (Module): remove file
7597
7598         * lily/un-relativable-music.cc: remove file.
7599
7600 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7601
7602         * lily/parser.yy: Compile fix.
7603
7604 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7605
7606         * lily/include/music.hh (class Music): unvirtualize transpose().
7607
7608         * lily/sequential-music.cc: remove file.
7609
7610         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
7611
7612         * lily/slur-scoring.cc (get_best_curve): only switch on
7613         DEBUG_SLUR_SCORING for non NDEBUG builds.
7614
7615         * lily/include/music.hh (class Music): replace Music::start_mom()
7616         by start-callback property
7617
7618         * lily/include/grace-music.hh: remove file. 
7619
7620         * lily/stem.cc (height): robustness fix.
7621
7622         * lily/time-scaled-music.cc: remove file.
7623
7624         * lily/include/music.hh (class Music): include SCM init argument.
7625         (class Music): replace Music::get_length() virtual by
7626         length-callback property everywhere.
7627
7628         * scripts/convert-ly.py (conv): add  # to \property scalar value.
7629
7630         * mf/GNUmakefile: don't install *list.ly
7631
7632 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7633
7634         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
7635
7636 2005-01-12  Werner Lemberg  <wl@gnu.org>
7637
7638         This patch addresses the following problems in the feta sources
7639         files which contribute to the fetaXX fonts.
7640
7641         . Many fixes for rasterization at low resolutions (consistent use of
7642           `vround' and `hround', integer shift values for paths, applying
7643           `eps' for mirrored paths, use of `define_whole_pixels' and
7644           friends, etc.) -- while this probably looks like a waste of time
7645           it has revealed deficiencies in some glyph shapes.  See comment at
7646           the end of feta-params.mf how vertical symmetry is achieved.
7647
7648         . The `---' operator has been replaced everywhere with `--'; this
7649           both improves and considerably reduces the font size after
7650           conversion with mf2pt1.
7651
7652         These change aren't explicitly mentioned below since virtually all
7653         glyphs are affected.
7654
7655         Other notable differences:
7656
7657         . Glyphs from feta-accordion.mf now have charboxes around the
7658           outline.
7659
7660         . Fixed incorrect charbox for `accDot'.
7661
7662         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
7663
7664         . Fixed position of the bow in the `upprall' glyph and its siblings.
7665
7666         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
7667           dependent on the staff line thickness to avoid touching the middle
7668           staff line at smaller sizes.
7669
7670         . Largely extended output for feta-testXX: Where useful, glyphs
7671         are shown both between and on staff lines.
7672
7673
7674         * mf/feta-params.mf (staff_space_rounded,
7675         stafflinethickness_rounded, linethickness_rounded,
7676         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
7677         Update all code which uses them where appropriate.
7678         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
7679         New variables used to control rasterization at low resolutions.  Set
7680         to zert if feta code is processed with metapost.
7681
7682         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
7683         (draw_rounded_block, draw_square_block): Updated to use `--' only.
7684         (flare_path): Updated.
7685         Make it work with `filldraw' (but only circular pens).
7686         (hfloor, vfloor, hceiling, vceiling): New macros.
7687
7688         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
7689         Use `draw' again in mf mode to have good pixel dropout control.
7690         Fix intersection points of horizontal lines with circle.
7691         ("accDot"): Fix parameters for set_char_box.
7692         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
7693         control.
7694
7695         * mf/feta-banier.mf: Updated.
7696
7697         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
7698         testing.
7699         (undraw_inside_ellipse): Remove `center' argument.  Update all
7700         callers.
7701         (draw_brevis): New macro, called by "Brevis notehead".
7702         (draw_whole_triangle_head): New macro, called by "Whole
7703         trianglehead".
7704         (draw_small_triangle_head): Use `filldraw'.
7705
7706         * mf/feta-eindelijk.mf: Remove useless global group.
7707         Updated.
7708
7709         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
7710         `filldraw'.
7711
7712         * mf/feta-pendaal.mf: Updated.
7713
7714         * mf/feta-puntje.mf: Updated.
7715
7716         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
7717         less points.
7718         ("Flageolet"): Use `draw' again in mf mode to have good pixel
7719         dropout control.
7720         ("Varied Coda"): Use `draw_block'.
7721         (draw_comma): Fix typo.
7722         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
7723         pixel dropout control.
7724
7725         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
7726         position of bow.
7727
7728         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
7729         sizes.
7730
7731         * mf/feta-toevallig.mf (remember_pic): New variable, used for
7732         testing.
7733         (draw_meta_sharp): Much simplified.
7734         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
7735
7736         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
7737
7738 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7739
7740         * Documentation/user/notation.itely (Ancient rests): Fix typo
7741         (thanks Anthony)
7742
7743 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7744
7745         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
7746
7747         * lily/main.cc (setup_paths): Add cff.
7748
7749         * mf/GNUmakefile (foe): Include actual target %.cff.
7750         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
7751
7752 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7753
7754         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
7755         suffix for main_input_b_.
7756
7757         * scm/music-functions.scm (toplevel-music-functions):
7758         precompute music lengths for music expressions.  
7759
7760 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7761
7762         * lily/include/input.hh (class Input): new `end_' slot for end of
7763         input. Renamed defined_str0_ to start_.
7764
7765         * lily/input.cc (Input): Add Input::Input (Input const &) and
7766         remove Input::Input (Source_file*, char const *). Use the new
7767         slots.
7768         (set_location): method used by bison to propagate input
7769         locations (YYLLOC_DEFAULT).
7770         (end_line_number, end_column_number, step_forward): new methods
7771         
7772         * lily/input-scheme.cc (ly:input-both-locations): new function,
7773         similar to ly:input-location, but also return the end line and
7774         column.
7775
7776         * lily/include/includable-lexer.hh: 
7777         * lily/includable-lexer.cc: 
7778         * lily/include/lily-lexer.hh (class Lily_lexer): 
7779         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
7780         Includable_lexer to Lily_lexer, in order to update lexloc (the
7781         yylloc), a new slot of Lily_lexer.
7782         (here_input, LexerError): simplify by using the lexloc slot (aka
7783         yylloc)
7784
7785         * lily/lexer.ll: #define yylloc to use input locations (it may
7786         be useless here?). Fixed the #embedded_scm rule (step the location
7787         forward in order to skip the sharp sign before parsing the scheme
7788         expression)
7789
7790         * lily/include/lily-parser.hh (class Lily_parser): 
7791         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
7792         here_input()
7793         (parser_error): overload for more precise locations of errors.
7794
7795         * lily/parser.yy (YYLTYPE): set location type to Input
7796         (YYLLOC_DEFAULT): use Input::set_location()
7797         (yylex): add the YYLTYPE* location parameter.
7798         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
7799         Give an Input parameter to THIS->parser-error() for more accurate
7800         messages.
7801
7802 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7803
7804         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
7805
7806         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
7807         on BEAMQUANTING for non-NDEBUG builds.
7808
7809         * lily/stem.cc (head_count): performance: avoid String::String()
7810         inside oft called function.
7811
7812 2005-01-09  Graham Percival  <gperlist@shaw.ca>
7813
7814         * Documentation/user/examles.itely: attempted fix for broken
7815         string quartet template.
7816
7817         * Documentation/user/notation.itely: remove unnecessary broken
7818         link.
7819
7820 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7821
7822         * VERSION (PACKAGE_NAME): release 2.5.7
7823
7824 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7825
7826         * config.make.in (METAFONT): Append -progname=mf, fixes use with
7827         mf-nowin for teTeX-3.0.  Backportme.
7828
7829         * scm/output-svg.scm (utf8-string): New function.
7830
7831         * scm/output-gnome.scm (utf8-string): New function.
7832         (otf-name-mangling): Remove.
7833
7834         * lily/pango-font.cc (Pango_font): Use font string iso font
7835         filename for utf8-text.
7836
7837         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
7838         name.
7839
7840 2005-01-08  Graham Percival  <gperlist@shaw.ca>
7841
7842         * Documentation/user/notation.itely: add info about
7843         Staff.extraNatural = ##f in Pitches section.  Also
7844         fixed some minor issues in the Vocal music section.
7845
7846 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7847
7848         * scm/output-ps.scm (white-text): comment out Helvetica font,
7849         which is broken for my GS install.
7850
7851         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
7852         which provides a tighter bbox.
7853
7854         * scm/define-grobs.scm (all-grob-descriptions): remove all
7855         extra-offsets from definitions.
7856
7857 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
7858
7859         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
7860         add tuning for 4-string bass and some common 4/5-string banjo
7861         tunings.  New function (four-string-banjo) turns a 5-string tuning
7862         into a 4-string tuning.  New function
7863         (fret-number-tablature-format-banjo) computes correct fret numbers
7864         on 5-string banjos.
7865
7866         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
7867         Add beam correction to TabVoice.
7868
7869         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
7870         using bold font; makes tabs more readable.
7871
7872 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7873
7874         * lily/font-select.cc (get_font_by_design_size): don't make
7875         Modified_font_metric; this causes trouble, since we don't know the
7876         font magnification from inside Pango_font::text_stencil()
7877
7878         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
7879
7880         * Documentation/user/notation.itely (The Lyrics context): comment out
7881         broken {Small ensembles} link.
7882
7883         * scm/framework-svg.scm (output-framework): change calling convention.
7884
7885         * lily/object-key-dumper-scheme.cc: new file.
7886
7887         * lily/object-key-undumper-scheme.cc: new file.
7888
7889         * lily/tweak-registration-scheme.cc: new file.
7890
7891         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
7892
7893         * Documentation/user/examples.itely (String quartet): uncomment
7894         broken example.
7895
7896         * lily/font-config.cc: new file.
7897
7898 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7899
7900         * scm/output-svg.scm: 
7901         * scm/output-gnome.scm: s/bigcheese/emmentaler.
7902
7903         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
7904
7905 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7906
7907         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
7908         Add headers.
7909
7910         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
7911
7912 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7913
7914         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
7915
7916         * lily/include/main.hh: lose _b hungarian suffixes for global
7917         variables.
7918
7919         * lily/include/lily-guile-macros.hh: new file.
7920
7921         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
7922
7923         * lily/general-scheme.cc: new file. 
7924
7925         * lily/font-select.cc (get_font_by_design_size): retrieve
7926         PangoFont for (designsize . "pango-descr") entries.
7927
7928         * lily/lily-parser-scheme.cc: new file.
7929
7930         * lily/output-def-scheme.cc: new file.
7931
7932         * lily/paper-book-scheme.cc: new file.
7933
7934         * lily/duration-scheme.cc (LY_DEFINE): new file.
7935
7936         * lily/pitch-scheme.cc:  new file.
7937
7938         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
7939
7940 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7941
7942         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
7943
7944 2005-01-06  Graham Percival  <gperlist@shaw.ca>
7945
7946         * Documentation/user/notation.itely: minor editing.
7947
7948         * Documentation/user/changing-defaults: minor editing.
7949
7950         * Documentation/user/examples.itely: add template for
7951         string quartet part extraction; demonstrates tag.
7952
7953 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
7954
7955         * Documentation/user/notation.itely: documents
7956         format-mark-box-letters and format-mark-box-numbers
7957
7958         * scm/define-context-properties.scm: change comment.
7959
7960 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7961
7962         * scm/framework-ps.scm (output-classic-framework): new function:
7963         dump systems as separate .eps files (without fonts) and write a
7964         single collecting .tex file.
7965
7966 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7967
7968         * Documentation/user/notation.itely (Setting simple songs):
7969         Correct several errors in the equivalent formulation of
7970         \addlyrics. 
7971         (The Lyrics context): Corrected link to the SATB example.
7972
7973 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7974
7975         * scm/lily.scm (completize-formats): new function
7976         (postprocess-output): new function
7977
7978         * lily/paper-book.cc (classic_output): change calling
7979         convention. Give basename as first argument. 
7980         remove Paper_book::post_processing().
7981
7982         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
7983
7984 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7985
7986         * lily/paper-outputter.cc (LY_DEFINE): new function
7987         ly:outputter-close.
7988
7989         * lily/main.cc: change --format,-f to --backend,-b
7990
7991         * lily/include/main.hh: rename format to backend.
7992
7993         * scm/translation-functions.scm (format-mark-box-numbers): add.
7994         patch by Erlend Aasland
7995
7996 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7997
7998         * lily/pango-font.cc (text_stencil): dump string as
7999         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
8000
8001 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8002
8003         * configure.in (gui_b): Remove handy developer-only
8004         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
8005         CVS source installations (but break other non-default but correct
8006         PKG_CONFIG_PATH setups), as this is no longer developer-only.
8007
8008         * SConstruct: 
8009         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
8010         compatibility (backportme).
8011
8012         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
8013
8014 2005-01-03  Werner Lemberg  <wl@gnu.org>
8015
8016         Prepare glyph shapes for mf2pt1 conversion.
8017
8018         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
8019         (accDiscant, accFreebase, accStdbase): Replace `draw' with
8020         `penstroke'.
8021         (accDot): Use `drawdot'.
8022         (accBayanbase): Replace `draw' with `draw_gridline'.
8023         (print_penpos): Moved to feta-macros.mf.
8024         (accOldEE): Replace `filldraw' with `penstroke'.
8025         Replace `draw' with `penstroke' and `drawdot'.
8026
8027         * mf/feta-banier.mf: Code clean-up.
8028         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
8029         `fill'.
8030
8031         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
8032
8033         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
8034         paremeter to control drawing of labels.  Update all callers.
8035
8036         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
8037         (new_bulb): Return a bulb as a single path.  To do that, it now
8038         takes some more parameters.  Updated all callers.
8039         (draw_gclef): Major clean-up.  `draw' has been replaced with
8040         `penstroke', unnecessary outlines have been removed.
8041         Remove (unused) gnome-canvas code.
8042
8043         * mf/feta-macros.mf (print_penpos): New macro (from
8044         feta-accordion.mf).
8045         Other minor fixes.
8046
8047         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
8048         ("Pedal dot"): Use `drawdot'.
8049         (draw_pedal_P): Add parameter to control drawing of labels.  Update
8050         all callers.
8051         Fix shape at top.
8052         (draw_pedal_e): Add parameter to control drawing of labels.  Update
8053         all callers.
8054         (draw_pedal_d): Add parameter to control drawing of labels.  Update
8055         all callers.
8056         Revert drawing direction.
8057
8058         * mf/feta-schrift.mf (draw_fermata): Use single path.
8059         (draw_short_fermata): Replace `filldraw' with `fill'.
8060         (draw_long_fermata, draw_very_long_fermata): Replace calls to
8061         `draw_rounded_block' with a single path.
8062         ("Thumb"): Draw full circle instead of mirroring segments.
8063         (draw_accent): New macro.
8064         ("> accent", "espr"): Use it.
8065         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
8066         ("open (unstopped)"): Draw full circle instead of mirroring
8067         segments.
8068         (draw_vee): Removed.
8069         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
8070         ("Downbow"): Replace calls to `draw_rounded_block' with a single
8071         path.
8072         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
8073         partial pieces drawn with `fill' -- these do still overlap with the
8074         stem of the `t' but just once, not multiple times so that fontforge
8075         can handle it gracefully.
8076         Change other parts of the glyph so that fontforge's overlapping
8077         algorithm reliably works.
8078         (draw_heel): Replace `draw' with `fill'.
8079         (draw_toe): Use `draw_accent' instead of `draw_vee'.
8080         ("Flageolet"): Replace `draw' with `penstroke'.
8081         ("Segno"): Replace `filldraw' with `penstroke'.
8082         Replace `draw' with `drawdot'.
8083         ("Coda"): Replace `fill' with `penstroke', using a single path.
8084         ("Varied Coda"): Use less overlapping paths.
8085         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
8086         single path.
8087
8088         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
8089         group to better control the `labels' command.
8090         Rename argument to `offset' and use it actually.  Update all
8091         callers.
8092         Replace `filldraw' with `fill'.
8093         ("mordent", "prallmordent", "upmordent", "downmordent",
8094         "lineprall"): Replace `draw' with `draw_gridline'.
8095         ("upprall", "downprall"): Replace `draw' with `fill'.
8096
8097         * mf/feta-timesig.mf: Formatting.
8098
8099         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
8100         to...
8101         ("Flat"): Here.
8102         (draw_paren): Move code to draw labels to...
8103         ("Right Parenthesis"): Here.
8104
8105 2005-01-02  Graham Percival <gperlist@shaw.ca>
8106
8107         * Documentation/user/notation.itely: add example of \setTextDecresc
8108         and \setTextDim.
8109
8110 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
8111
8112         * scm/define-markup-commands.scm :  fix glyph-strings of
8113         accidentals and \note-by-number
8114
8115 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8116
8117         * VERSION: 2.5.6 released.
8118         
8119         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
8120
8121         * input/regression/new-markup-scheme.ly: oops. font-family=music
8122         -> font-encoding fetaMusic.  
8123
8124         * lily/main.cc: put default to PS.
8125
8126         * lily/tfm.cc: idem.
8127
8128         * lily/afm.cc: idem.
8129
8130         * lily/include/modified-font-metric.hh (struct
8131         Modified_font_metric): remove coding_scheme() method.
8132
8133         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
8134
8135         * scripts/convert-ly.py (conv): crash on encountering \encoding.
8136
8137         * input/les-nereides.ly: convert to utf8
8138
8139         * lily/modified-font-metric.cc (text_dimension): idem.
8140
8141         * lily/parser.yy (TODO): idem.
8142
8143         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
8144
8145         * lily/lexer.ll: remove encoding
8146
8147         * scm/framework-ps.scm (output-variables): separately scale the
8148         page to mm 
8149
8150         * lily/pango-font.cc (Pango_font): fix scaling.
8151
8152         * lily/font-metric.cc (design_size): design_size returns a
8153         dimension now as well.
8154
8155 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8156
8157         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
8158         brace generation. 
8159
8160         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
8161
8162 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
8165         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
8166
8167 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8168
8169         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
8170         in first run as well.
8171
8172         * scm/paper.scm (layout-set-staff-size): use text-font-size in
8173         dimension less points (ie. 12 = 12 point)
8174
8175         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
8176
8177         * lily/all-font-metrics.cc (find_pango_font): set description_
8178
8179         * lily/pango-font.cc (text_stencil): export size as well.
8180         (text_stencil): fix scaling and extents box.
8181
8182 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8183
8184         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
8185
8186         * Documentation/user/invoking.itely (Invoking lilypond): document
8187         texstr
8188
8189         * scripts/convert-ly.py (conv): add ancient rules.
8190
8191         * scm/clef.scm (c0-pitch-alist): replace - with .
8192
8193         * scripts/lilypond-book.py (process_snippets): add texstr support.
8194
8195         * scm/framework-texstr.scm (header): change extension to .textmetrics
8196
8197         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
8198         -f tex.
8199
8200         * lily/text-metrics.cc: new file.
8201         (try_load_text_metrics): new function
8202
8203         * lily/include/text-metrics.hh: new file.
8204
8205 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8206
8207         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
8208         ly_scheme_function to ly_lily_module_constant.
8209
8210         * lily/modified-font-metric.cc (text_dimension): try
8211         lookup_tex_text_dimension() first.
8212
8213         * lily/tfm.cc: new function ly:load-text-dimensions
8214
8215 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8216
8217         * scm/output-texstr.scm (text): use \lilygetmetrics
8218
8219         * scm/framework-texstr.scm (header): dump in new format.
8220
8221         * tex/lilypond-tex-metrics: new file.
8222         
8223 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8224
8225         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
8226         mapping.
8227         (index_to_charcode): New method.
8228
8229         * scm/output-ps.scm (glyph-string): 
8230         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
8231
8232 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8233
8234         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
8235         implement fully, need FONT to get to charcode.
8236
8237         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
8238
8239         * scm: Cleanups.
8240
8241         * Documentation/user/changing-defaults.itely: Fix internalsrefs
8242         {Tunable context properties},
8243         {All layout objects},
8244         {Music definitions}.
8245
8246 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8247
8248         * VERSION: release 2.5.5
8249         
8250         * lily/main.cc: use TeX as default output format.
8251
8252         * flower/file-path.cc (find): try to open directly as well, so we
8253         find absolute path files. 
8254
8255         * lily/pango-select.cc: new file.
8256
8257         * scm/framework-ps.scm: remove all encoding code. 
8258         load pfb/pfa for PangoFont too.
8259         
8260         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
8261
8262 2004-12-22  Werner Lemberg  <wl@gnu.org>
8263
8264         Prepare glyph shapes for mf2pt1 conversion.
8265
8266         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
8267
8268         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
8269         (define_triangle_shape): Use it to replace `draw' with `fill' and
8270         `unfill'.  Update all callers.
8271         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
8272         (draw_cross): Ditto.
8273         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
8274         Use penrazor for better conversion with mf2pt1.
8275         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
8276         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
8277         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
8278         draw_la_head, draw_ti_head): Replace `filldraw' with
8279         `fill'.  Update all callers.
8280
8281 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8282
8283         * lily/paper-book.cc (output): revert: only allow a single output
8284         format.
8285
8286         * lily/include/pango-font.hh: new file.
8287
8288         * lily/pango-font.cc: new file.
8289
8290         * lily/font-metric.cc (text_stencil): new routine
8291
8292         * lily/all-font-metrics.cc (find_pango_font): new routine.
8293
8294         * lily/include/font-metric.hh (struct Font_metric): add
8295         text_stencil()
8296
8297         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
8298
8299 2004-12-22  Werner Lemberg  <wl@gnu.org>
8300
8301         Prepare glyph shapes for mf2pt1 conversion.
8302
8303         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
8304
8305         * mf/feta-toevallig.mf: Formatting.
8306         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
8307         ("Natural"): Fix paths to allow better postprocessing.
8308         (draw_meta_flat): Use `z3l' as additional point in path to get
8309         better conversion with mf2pt1.
8310         Other minor cleanups.
8311         ("3/4 Flat"): Add auxiliary points and modify path to replace
8312         `draw' with `fill'.
8313         ("Double Sharp"): Mirror path segments instead of picture elements
8314         to get a single outline.
8315         Modify path to replace `filldraw' with `fill'.
8316
8317 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8318
8319         * input/test/unfold-all-repeats.ly: added file back.
8320
8321         * Documentation/user/notation.itely,
8322         Documentation/user/programming-interface.itely
8323         Documentation/user/changing-defaults.itely: fixed misc broken
8324         links to input/test/ files.
8325
8326 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8327
8328         * tex/texinfo.tex: Update.  We should not be distributing this,
8329         but since we do, use latest version.
8330
8331         * Documentation/user/macros.itexi: Comment-out \fetaflat,
8332         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
8333         macros for feta glyphs.
8334
8335 2004-12-22  Graham Percival  <gperlist@shaw.ca>
8336
8337         * Documentation/user/changing-defaults.itely: fix index for set.
8338
8339         * Documentation/user/converters.itely: added convert-ly bugs list
8340         from CVS.
8341
8342 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8343
8344         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
8345         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
8346         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
8347         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
8348
8349         * mf/GNUmakefile (pfa_warning): Use less broken check.
8350
8351         * python/lilylib.py (setup_environment): Remove cruft from
8352         GS_FONTPATH.
8353
8354         * configure.in: Bump mftrace requirement to 1.1.1.
8355
8356 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8357
8358         * scm/output-svg.scm (beam): Use polygon.
8359
8360         * scm/lily-library.scm: Bugfix.
8361
8362         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
8363
8364         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
8365
8366 2004-12-19  Werner Lemberg  <wl@gnu.org>
8367
8368         Prepare glyph shapes for mf2pt1 conversion.
8369
8370         * mf/feta-eindelijk: Some formatting.
8371         (multi_rest_x, multi_beam_height): Removed.  Unused.
8372         ("Quarter rest"): Use `intersectiontimes' to create a single
8373         outline.
8374         (rest_crook): Removed.  Unused.
8375         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
8376         Simplified.
8377         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
8378         "128th rest"): Simplify `pat'.
8379         Create single outline.
8380
8381 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8382
8383         * mf/GNUmakefile (ALL_GEN_FILES):
8384         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
8385
8386         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
8387         function.
8388
8389 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8390
8391         * scm/output-texstr.scm (placebox): add routine
8392
8393         * VERSION (PACKAGE_NAME): release 2.5.4
8394
8395         * scm/framework-texstr.scm (output-framework): new file.  
8396
8397         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
8398         processing.
8399
8400         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
8401
8402         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
8403         rule.
8404
8405         * configure.in (gui_b): bump mftrace requirement to 1.1.0
8406
8407         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
8408
8409         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
8410
8411 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8412
8413         * scm/framework-svg.scm (dump-page): Implement landscape.
8414
8415 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8416
8417         * lily/main.cc (setup_paths): Add svg to search path.
8418
8419         * scm/output-svg.scm:
8420         * scm/framework-svg.scm: Add pageSet.  Update.
8421         (dump-fonts): New function.
8422         (output-framework): Use it.
8423
8424         * mf/GNUmakefile: 
8425         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
8426
8427 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8428
8429         * tex/lilyponddefs.tex: comment out new ifpdf code.
8430
8431 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * GNUmakefile.in: 
8434         * SConstruct (symlink): Replace afm by otf.
8435
8436         * scm/framework-gnome.scm (gnome-main): Remove invocation of
8437         ly:pango-add-afm-decoder.
8438
8439         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
8440
8441 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8442
8443         * scm/output-ps.scm (new-text): don't access t glyph for getting
8444         space dimension.
8445
8446         * ly/init.ly: warn about \version
8447
8448         * lily/lexer.ll: set version-seen?
8449
8450 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8451
8452         * scm/output-svg.scm (string->entities): Update.
8453
8454 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * lily/main.cc (setup_paths): replace afm by otf for path. 
8457
8458         * lily/pangofc-afm-decoder.cc: remove.
8459
8460         * lily/include/pangofc-afm-decoder.hh: remove.
8461
8462         * scm/framework-scm.scm (output-framework): new file.
8463
8464         * mf/GNUmakefile: remove SAUTER_FONTS.
8465         remove SVG/sodipodi hacks.
8466
8467         * scm/lily-library.scm (stderr): move stderr.
8468
8469         * mf/GNUmakefile: remove AFM support.
8470
8471         * buildscripts/mf-to-table.py (base): remove AFM support.
8472
8473         * lily/open-type-font.cc (design_size): use design_size
8474
8475 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
8476
8477         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
8478
8479 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8480
8481         * mf/GNUmakefile: Generate combined aybabtu info.
8482         * mf/aybabtu.pe.in (i): Load it.
8483
8484         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
8485         are not symbols.
8486
8487         * lily/include/open-type-font.hh (count): New method.
8488
8489         * mf/aybabtu.pe.in: Typo.
8490
8491         * Documentation/user/out/lilypond-internals.nexi (Scheme
8492         functions): Typo.
8493
8494         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
8495
8496 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8497
8498         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
8499         subfonts.
8500
8501         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
8502
8503         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
8504         (tex-font-command-raw): new function.
8505
8506         * lily/include/virtual-font-metric.hh (Module): remove file
8507
8508         * lily/virtual-font-metric.cc (Module): remove file.
8509         
8510
8511         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
8512         (get_indexed_char): read bbox from lily table if present.
8513
8514 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8515
8516         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
8517         aybabtu.subfonts
8518
8519         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
8520         global glyphname. Enables more than 64 glyphs in the OTF.
8521
8522 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8523
8524         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
8525         braces.
8526
8527         * lily/open-type-font.cc (design_size): Use 12 as default for
8528         design size.
8529
8530         * mf/aybabtu.pe.in: New file.  Merge all our braces.
8531
8532         * mf/GNUmakefile: Generate aybabtu.
8533
8534         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
8535
8536 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8537
8538         * scm/lily-library.scm (char->unicode-index): Remove.
8539
8540         * scm/output-gnome.scm (text): Bugfix for plain string input.
8541         Updates.
8542
8543         * scm/output-svg.scm (svg-font): Add weight to font selection.
8544
8545 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8546
8547         * Documentation/topdocs/INSTALL.texi (Top): Point to
8548         buildscripts/out/clean-fonts instead of
8549         buildscripts/clean-fonts.sh. 
8550
8551 2004-12-13  Graham Percival  <gperlist@shaw.ca>
8552
8553         * input/regression/figured-bass.ly: attempt to clarify text.
8554
8555         * Documentation/user/notation.tely: add cindex for tag, attempt to
8556         add figured bass example.
8557
8558         * Documentation/user/changing-defaults: basic editing.
8559
8560 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8561
8562         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
8563
8564         * lily/open-type-font.cc (LY_DEFINE): new function
8565         ly:font-sub-fonts
8566
8567         * lily/include/font-metric.hh (struct Font_metric): new method
8568         sub_fonts()
8569
8570         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
8571         . with - in add.stem.
8572         
8573 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8574
8575         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
8576         and fetaDynamic.
8577
8578         * lily/rest.cc (glyph_name): Change - to . .
8579
8580         * scm/output-gnome.scm (text): Hello world, again.
8581
8582         * scm/output-svg.scm (named-glyph): New function.  Hello world!
8583
8584         * lily/modified-font-metric.cc (index_to_charcode): New method.
8585
8586         * lily/include/font-metric.hh (index_to_charcode): New function.
8587
8588         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
8589         new function.
8590         (ly:font-glyph-to-index): Remove.
8591
8592 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8593
8594         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
8595
8596         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
8597
8598         * lily/open-type-font.cc (load_scheme_table): new function
8599
8600         * lily/dots.cc (print): replace - 
8601
8602         * lily/open-type-font.cc (attachment_point): new function.
8603         (load_table): read LILC table
8604
8605         * buildscripts/gen-bigcheese-scripts.py (Module): new
8606         file. Generate FF scripts.
8607
8608         * mf/feta-din10.mf: idem.
8609
8610         * mf/feta-nummer10.mf: remove mf files.
8611
8612         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
8613
8614 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8615
8616         * lily/lily-guile.cc: Use scm_from_locale_stringn.
8617
8618         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
8619         compatibility.
8620
8621 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8622
8623         * lily/open-type-font.cc (get_indexed_char): scale metrics by
8624         design-size and units_per_EM.
8625
8626         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
8627
8628 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
8631         does not crash fontforge.
8632
8633         * scm/lily-library.scm (char->unicode-index): Hack to map onto
8634         PUA.
8635
8636 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8637
8638         * scm/framework-ps.scm (ps-embed-cff): new function.
8639
8640         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
8641
8642 2004-12-12  Werner Lemberg  <wl@gnu.org>
8643
8644         * mf/bigcheese.pe.in: Add PUA mapping.
8645         Don't create Type 42 but bare CFF font.
8646
8647 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8648
8649         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
8650         within canvas boundaries.
8651
8652         * mf/merge.pe.in: Set font names, version, license GPL.
8653
8654         * make/substitute.make: Add FONTFORGE.
8655
8656         * config.make.in (FONTFORGE): Add.
8657
8658         * configure.in (gui_b): Use PATH_PROG for fontforge.
8659
8660 2004-12-11  Graham Percival  <gperlist@shaw.ca>
8661
8662         * scm/define-markup-commands.scm: add baseline-skip to info
8663         about \column.
8664
8665 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8666
8667         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
8668
8669         * scm/output-gnome.scm (named-glyph): Use it.
8670
8671         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
8672
8673         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
8674         (upper_string, lower_string, reverse_string): Remove.
8675
8676         * configure.in (fontforge): Reinstate version check.
8677
8678         * ly/engraver-init.ly: Fix clef glyph names.
8679
8680         * lily/time-signature.cc (special_time_signature): Fix fraction
8681         glyph names.
8682
8683 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8684
8685         * mf/merge.pe: new file.
8686
8687         * lily/freetype.cc: new file.
8688
8689         * lily/include/open-type-font.hh (class Open_type_font): new file.
8690
8691         * lily/include/freetype.hh: new file.
8692
8693         * lily/open-type-font.cc: new file.
8694
8695         * lily/all-font-metrics.cc (find_otf): new function.
8696
8697 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8698
8699         * lily/time-signature.cc (special_time_signature): Fix.
8700
8701         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
8702         GTK2 before checking for pango.  Fixes -fgnome.
8703
8704         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
8705         Scheme name.
8706
8707         * scm/define-markup-commands.scm:
8708         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
8709
8710         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
8711
8712         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
8713         date versions.  Fixes configure.
8714         (STEPMAKE_CHECK_VERSION): Support optional actual program version
8715         argument.
8716
8717 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8718
8719         * buildscripts/mf-to-table.py (write_ps_encoding): write real
8720         names in .enc
8721
8722         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
8723
8724 2004-12-09  Graham Percival  <gperlist@shaw.ca>
8725
8726         * Documentation/user/changing-defaults.itely: add info about
8727         make-dynamic-script
8728
8729         * Documentation/user/notation.itely: add link in dynamics to
8730         section about make-dynamic-script.
8731
8732 2004-12-09  Christian hitz  <chhitz@gmx.net>
8733
8734         * lily/lily-guile.cc: change MACOS_X to __APPLE__
8735
8736 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8737
8738         * buildscripts/mf-to-table.py (parse_logfile): use . for
8739         concatting name and group.
8740         (parse_logfile): use M for Minus (negative.)
8741
8742         * lily/include/type-swallow-translator.hh
8743         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
8744
8745         * lily/*.cc: cosmetics around = sign.
8746
8747         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
8748         lyric spacing on the penultimate column.
8749
8750 2004-12-05  Christian Hitz  <chhitz@gmx.net>
8751
8752         * configure.in:
8753         * lily/accidental-placement.cc:
8754         * lily/bar-line.cc:
8755         * lily/beam-concave.cc:
8756         * lily/beam-quanting.cc:
8757         * lily/beam.cc:
8758         * lily/bezier-bow.cc:
8759         * lily/bezier.cc:
8760         * lily/break-align-interface.cc:
8761         * lily/custos.cc:
8762         * lily/dimension-cache.cc:
8763         * lily/dot-column.cc:
8764         * lily/font-metric.cc:
8765         * lily/font-select.cc:
8766         * lily/gourlay-breaking.cc:
8767         * lily/grob-property.cc:
8768         * lily/grob.cc:
8769         * lily/lily-guile.cc:
8770         * lily/line-spanner.cc:
8771         * lily/lookup.cc:
8772         * lily/lyric-extender.cc:
8773         * lily/lyric-hyphen.cc:
8774         * lily/mensural-ligature.cc:
8775         * lily/midi-def.cc:
8776         * lily/misc.cc:
8777         * lily/note-collision.cc:
8778         * lily/note-column.cc:
8779         * lily/note-head.cc:
8780         * lily/paper-outputter.cc:
8781         * lily/percent-repeat-item.cc:
8782         * lily/rest-collision.cc:
8783         * lily/side-position-interface.cc:
8784         * lily/simple-spacer.cc:
8785         * lily/slur-configuration.cc:
8786         * lily/slur-scoring.cc:
8787         * lily/slur.cc:
8788         * lily/spaceable-grob.cc:
8789         * lily/spacing-spanner.cc:
8790         * lily/spanner.cc:
8791         * lily/staff-symbol-referencer.cc:
8792         * lily/stem.cc:
8793         * lily/stencil.cc:
8794         * lily/system-start-delimiter.cc:
8795         * lily/system.cc:
8796         * lily/text-item.cc:
8797         * lily/tie.cc:
8798         * lily/tuplet-bracket.cc:
8799         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
8800         <cmath> beacause isinf/isnan is undefined in <cmath>
8801
8802 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8803
8804         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
8805
8806 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8807
8808         * VERSION: release 2.5.3
8809         
8810 2004-11-29  Arno Waschk <arno@arnowaschk.de>
8811
8812         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
8813
8814 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8815
8816         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
8817
8818         * lily/note-head.cc (internal_print): always try the "s" head if
8819         u/d not found.
8820
8821         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
8822
8823 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8824
8825         * mf/parmesan-heads.mf (overdone_heads): typos.
8826
8827 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8828
8829         * lily/parser.yy (markup): in markups, { .. } without command
8830         before are also flattened, ie \line must be explicitely used.
8831
8832         * Documentation/user/changing-defaults.itely:
8833         * Documentation/user/notation.itely: 
8834         * input/wilhelmus.ly: 
8835         * input/regression/instrument-name-markup.ly: 
8836         * input/regression/markup-score.ly: 
8837         * input/regression/new-markup-scheme.ly: 
8838         * input/regression/new-markup-syntax.ly: 
8839         * input/test/coriolan-margin.ly: use \line in markups where
8840         appropriate
8841         
8842 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8843
8844         * scm/new-markup.scm (map-markup-command-list): helper function
8845         used in parser.yy to map markup commands on a markup list.
8846
8847         * lily/parser.yy: get rid off < > in markups by treating { } as
8848         real lists.
8849
8850         * lily/lexer.ll: remove < > from markup lexer mode.
8851
8852         * scripts/convert-ly.py (conv): add rule for converting 
8853         \markup < > to \markup { }
8854
8855         * ly/titling-init.ly: 
8856         * input/test/coriolan-margin.ly: 
8857         * input/regression/new-markup-syntax.ly: 
8858         * input/regression/new-markup-scheme.ly: 
8859         * input/regression/multi-measure-rest-text.ly: 
8860         * input/regression/markup-stack.ly: 
8861         * input/regression/markup-score.ly: 
8862         * input/regression/instrument-name-markup.ly: 
8863         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
8864         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
8865         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
8866         * input/wilhelmus.ly: 
8867         * Documentation/user/notation.itely: 
8868         * Documentation/user/music-glossary.tely: 
8869         * Documentation/user/changing-defaults.itely: change < > to { } in
8870         markups
8871
8872 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8873
8874         * lily/accidental-placement.cc (position_accidentals): shortcut if
8875         no accidentals to place.
8876
8877 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8878
8879         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
8880         typo s/ly:dimension ?/ly:dimension?/
8881
8882         * input/regression/lily-in-scheme.ly: 
8883         * input/regression/music-function.ly: 
8884         * ly/spanners-init.ly (assertBeamSlope): 
8885         * scm/music-functions.scm (def-grace-function): add the paper
8886         argument to music function definitions.
8887
8888 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8889
8890         * lily/moment.cc (LY_DEFINE):
8891         ly:moment-main-{denominator,numberator}, new function.
8892
8893         * lily/score-engraver.cc (typeset_all): assign to column on basis
8894         of axis-group-parent-X setting.
8895
8896         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
8897         add_element() on basis of axis-group-parent-Y setting.
8898
8899         * lily/grob.cc: add axis-group-parent-{XY} properties.
8900
8901         * input/regression/spacing-stick-out.ly: new file.
8902
8903         * lily/simple-spacer.cc (add_columns): use binary search for
8904         setting column rods. Changes O(n^2) to O(n log(n)) for
8905         constructing spacing problem from columns.
8906         (add_columns): read allow-outside-line to make sure no texts stick
8907         out.
8908         (solve): Simple_spacer::is_active() only determines
8909         satisfies_constraints_ for non-ragged typesetting.
8910
8911         * lily/simultaneous-music.cc (to_relative_octave): only set
8912         old_relative_used if return pitch actually changed.
8913
8914         * scm/define-context-properties.scm
8915         (all-user-translation-properties): change to match implementation.
8916
8917         * python/lilylib.py: Replace re.match by re.search and adds "-c
8918         showpage" to the gs command line (Johannes Schindelin)
8919
8920         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
8921         before processing. Prevents crash when inf is in the extent.
8922
8923         * scm/define-markup-commands.scm (note-by-number): add "s" to
8924         "noteheads-" glyphname.
8925  
8926         * lily/parser.yy (Generic_prefix_music): supply parser argument to
8927         music function as well.
8928         
8929 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8930
8931         * VERSION: release 2.5.2
8932
8933         * Documentation/user/changing-defaults.itely (Creating titles):
8934         add breakbefore variable.
8935
8936         * lily/paper-book.cc (set_system_penalty): new function. Set
8937         penalty_ based on breakBefore setting
8938
8939         * lily/context-specced-music-iterator.cc (construct_children):
8940         interpret special context id $uniqueContextId 
8941
8942         * lily/context.cc (create_unique_context): new method. Move
8943         creation of unique (\new) contexts into interpreting phase. This
8944         makes
8945
8946           foo= \new Staff ..
8947           << \foo \foo >>
8948
8949         produce 2 staves.
8950         
8951
8952         * scm/define-music-properties.scm (all-music-properties): add
8953         quoted-voice-direction
8954
8955         * ly/music-functions-init.ly: killCues function.
8956
8957         * scm/music-functions.scm (cue-substitute): move creation of voice
8958         contexts further to the back. 
8959
8960 2004-11-25  Werner Lemberg  <wl@gnu.org>
8961
8962         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
8963         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
8964
8965 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
8966
8967         * buildscripts/guile-gnome.sh: Fixed typo.
8968
8969 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8970
8971         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
8972
8973         * scripts/abc2ly.py (dump_slyrics): add ord(). 
8974
8975         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
8976         to regular engraver. 
8977
8978 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8979
8980         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
8981
8982 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8983
8984         * scm/define-markup-commands.scm (fill-line): Typo.
8985
8986         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
8987         and newer.
8988
8989 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
8990
8991         * ly/dynamic-scripts-init.ly: Fixed typo.
8992
8993 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8994
8995         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
8996         note-head, to have different attachment points for up and down.
8997
8998         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
8999
9000         * mf/feta-generic.mf (else): remove solfa.
9001
9002         * mf/feta-bolletjes.mf (tishape): remove unicode test.
9003
9004         * scm/define-context-properties.scm
9005         (all-user-translation-properties): add shapeNoteStyles property.
9006
9007         * lily/shape-note-heads-engraver.cc (process_music): new file.
9008
9009         * lily/event.cc (transpose): call Event::transpose() for
9010         transposing the tonic.
9011
9012 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9013
9014         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
9015         Unicode/OpenType and AFM.
9016
9017         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
9018
9019 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9020
9021         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
9022
9023         * lily/context.cc (Context): unprotect key from ctor.
9024
9025         * scm/stencil.scm (stack-lines): return empty-stencil if argument
9026         is '()
9027         (stack-stencils): idem.
9028
9029         * Documentation/user/changing-defaults.itely (Creating titles):
9030         document new title layout options.
9031
9032         * lily/parser.yy (lilypond_header_body): copy previous
9033         $globalheader if present.
9034
9035         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
9036         ly:module-copy
9037         
9038         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
9039
9040         * scm/titling.scm: remove old titling functions
9041
9042         * lily/stencil.cc (translate): remove absolute dimension.
9043
9044         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
9045         via markup.
9046
9047         * scm/page-layout.scm (marked-up-headfoot): create header/footer
9048         field from user-supplied markup
9049
9050         * scm/define-markup-commands.scm (on-the-fly): new markup
9051         command. Enter SCM markup procedure directly in Scheme.
9052         (fromproperty): new markup command. Read markup from props argument.
9053
9054         * scm/titling.scm (marked-up-title): create title via
9055         user-specified markup. 
9056
9057         * scm/define-markup-commands.scm (column): remove empty stencils
9058         from column.
9059
9060         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
9061         not have side-effect of creating variable stub.
9062
9063         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
9064
9065 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9066
9067         * scm/encoding.scm (coding-alist): 
9068         * scm/font.scm (add-ec-fonts):
9069         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
9070         Extended-TeX-Font-Encoding---Latin.
9071
9072         * lily/side-position-interface.cc (general_side_position): Add
9073         actual offset to error message (avoid constant error messages).
9074
9075         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
9076         block.
9077
9078         * lily/font-select.cc (select_encoded_font)
9079         (get_font_by_mag_step, get_font_by_design_size): 
9080         * lily/modified-font-metric.cc (Modified_font_metric): 
9081         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
9082
9083         * scm/encoding.scm (coding-alist): Add fetaDynamic.
9084         (read-encoding-file): Bugfix: do not require space after bracket.
9085
9086         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
9087         these do not exist.
9088
9089 2004-11-20  Graham Percival  <gperlist@shaw.ca>
9090
9091         * Documentation/user/notation.itely: added info about typesetting
9092         boxed bar numbers.
9093
9094 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9095
9096         * flower/interval.cc (T_to_string): gcc4 fixes.
9097
9098         * scm/define-markup-commands.scm (fill-line): use
9099         stack-stencils. This fixes problems with putting already centered
9100         stencils in a line.
9101
9102         * VERSION: release 2.5.1
9103
9104         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
9105
9106 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9107
9108         * input/example-[1-3].ly: simplify.
9109
9110         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
9111
9112         * scm/output-ps.scm (new-text): new function. Use glyphshow to
9113         show glyphs.
9114
9115         * scm/encoding.scm (decode-byte-string): new function.
9116
9117         * scripts/convert-ly.py (conv): add warning about
9118         set-global-staff-size.
9119
9120         * Doxyfile: add. 
9121
9122         * scripts/convert-ly.py (conv): add raggedlastbottom rule
9123         (conv): warn for TextSpanner split.
9124         (conv): warn for textheight.
9125
9126 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9127
9128         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
9129         building the documentation, info with images are installed.
9130         (final-install): Fix description.  Mention sourcing of login
9131         scripts (instead of running).
9132
9133 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9134
9135         * Debian lmodern support.  Note that LilyPond will issue warnings
9136         
9137             no such encoding: "FontSpecific"
9138
9139           The font selection mechanism wants to get the encoding from the
9140           font itself, but the idea of lmodern is that it is usable with
9141           different encodings, ie, Lily should get the encoding from the
9142           font tree, rather than the font itself.  This would require some
9143           more work.
9144         
9145         * configure.in: Test for and accept lmodern if EC fonts not found.
9146
9147         * scm/framework-tex.scm (font-load-command): TeX font name
9148         mangling for latin1 encoded cork-lm fonts.
9149         (convert-to-ps): Load lm.map if available.
9150
9151         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
9152         available.
9153
9154         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
9155
9156         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
9157         available.
9158
9159         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
9160         path for absolute file name, that is silly.
9161
9162         * lily/score-engraver.cc (initialize): 
9163
9164         * Documentation/user/GNUmakefile (local-install-info): Invoke
9165         install-info --remove first.
9166
9167         * #include cleanup (Andreas Scherer).
9168
9169 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
9170
9171         * input/test/script-abbreviations.ly: fix typos.
9172
9173 2004-11-17  Werner Lemberg  <wl@gnu.org>
9174
9175         * python/lilylib.py (options_help_str): Support pretty-printing of
9176         newlines in fourth element of option description.
9177
9178         * scripts/lilypond-book.py (option_definitions): Use new lilylib
9179         feature.
9180         Sort options.
9181
9182         * Documentation/user/lilypond-book.itely: Finish update.
9183
9184 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9185
9186         * Documentation/user/macros.itexi: Add comment about \command.
9187
9188         * Documentation/user/lilypond.tely:
9189         * Documentation/user/lilypond-book.itely: Fix names of lilypond
9190         and lilypond-book nodes, so that `info lilypond' visits the manual
9191         at top level, and `info lilypond-book' visits the lilypond-book
9192         section.
9193
9194         * Documentation/user/GNUmakefile (local-install-info): Fix rules
9195         and packager messages.
9196
9197         * lily/pangofc-afm-decoder.cc: Update test.
9198
9199 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9200
9201         * scm/lily-library.scm (char->unicode-index): New function.
9202
9203         * scm/output-gnome.scm: 
9204         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
9205
9206         * Proper naming of file name throughout; s/filename/file[-_]name/.
9207
9208         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
9209
9210         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
9211
9212 2004-11-16  Werner Lemberg  <wl@gnu.org>
9213
9214         * scripts/lilypond-book.py: The Lord has commanded me to use only
9215         tabs for indentation.  Your humble servant obeys.
9216
9217 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9218
9219         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
9220         including font, if LilyPond-feta font is only feta font in path.
9221
9222         * scm/output-gnome.scm (text): Revert to file name of font if font
9223         has no name.  Fixes ec font selection.
9224         (char): Bugfix: do not utf8 twice.  Fixes clefs.
9225
9226         * scm/framework-svg.scm:
9227         * scm/output-svg.scm: New file.  TODO: figure out how to
9228         do character by index in font.
9229
9230         * scm/output-sodipodi.scm: Remove.
9231
9232         * scm/output-ps.scm (stem): Remove.
9233
9234 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9235
9236         * scm/output-gnome.scm (beam): New function.
9237         (slur): Round corners.
9238         (round-filled-box): Round corners.
9239
9240 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9241
9242         * scm/output-gnome.scm (beam): add function.
9243         (draw-line): new routine.
9244         (dashed-line): stub; call draw-line
9245         (polygon): new routine.
9246
9247 2004-11-15  Werner Lemberg  <wl@gnu.org>
9248
9249         * Documentation/user/lilypond-book.itely: Revise section on
9250         lilypond-book options.
9251         Other minor fixes.
9252
9253         * scripts/lilypond-book.py: Change indentation to 4.
9254         Minor formatting.
9255
9256 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9257
9258         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
9259         grobs that have tweaks specced.
9260         
9261 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
9262
9263         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
9264
9265 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9266
9267         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
9268         actual char #, not 0 based index.
9269
9270         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
9271
9272         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
9273         Warning: do make -C mf clean.
9274
9275         * lily/context-property.cc: Compile fix.
9276
9277         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
9278         Grok ec-fonts, braces and dynamics.
9279
9280         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
9281
9282 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9283
9284         * lily/include/tweak-registration.hh: new file.
9285
9286         * lily/tweak-registration.cc: new file.
9287
9288         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
9289         saving tweaks.
9290
9291         * scm/output-gnome.scm (text): comment dribble.
9292
9293 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9294
9295         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
9296
9297         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
9298         path-def before using.  Fixes muchtomany slurs in wrong places
9299         bug.
9300
9301 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9302
9303         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
9304
9305         * lily/include/object-key-undumper.hh (Module): new file.
9306
9307         * lily/object-key-undumper.cc (Module): New file. Deserialize
9308         keys. SCM bindings
9309
9310         * lily/object-key-dumper.cc (Object_key_dumper): idem.
9311         Provide SCM bindings.
9312
9313         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
9314         new file. Serialize object keys.
9315         
9316         * lily/object-key.cc (dump): new function.
9317         (as_scheme): new virtual function
9318         (undump): new function
9319         (undumpers): new table.
9320
9321         * lily/include/global-context.hh (Context): take \score key upon init.
9322
9323         * lily/object-key-dumper.cc (serialize_key): new file.
9324
9325         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
9326
9327         * lily/lily-lexer.cc: remove \quote.
9328
9329         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
9330
9331         * lily/context.cc (Context): take key argument in ctor.
9332         (create_context): new function
9333
9334         * lily/grob.cc (Grob): take key argument in ctor.  
9335
9336         * lily/lilypond-key.cc (do_compare): new file.
9337
9338         * lily/object-key.cc (Object_key): new file.
9339
9340         * lily/include/object-key.hh (class Object_key): new file.
9341
9342         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
9343
9344 2004-11-13  Graham Percival  <gperlist@shaw.ca>
9345
9346         * Documentation/user/lilypond-book.itely: add small warning about
9347         noindent default in lilypond-book.
9348
9349         * Documentation/user/converters.itely: add examples for convert-ly.
9350
9351         * Documentation/user/examples.itely: change version string in templates
9352         to 2.4.0.
9353
9354 2004-11-12  Karl Hammar  <karl@aspodata.se>
9355
9356         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
9357         cmdline, use xargs instead (backportme)
9358
9359 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
9360         
9361         * Documentation/user/: Numerous fixes in the user manual.
9362
9363 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9364
9365         * lily/parser.yy (re_rhythmed_music): search music expression for
9366         context-id, surround by \new Voice if not found. Fixes:
9367         addlyrics-second-staff.ly
9368
9369         * VERSION: 2.5.0 released.
9370         
9371 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9372
9373         * Documentation/index.html.in: Fix url to one big page.  (backportme)
9374
9375         * Documentation/user/GNUmakefile: Separate rules for split and
9376         unsplit html documents.  Remove perl massaging.  (backportme)
9377
9378 2004-11-11  Graham Percival  <gperlist@shaw.ca>
9379
9380         * Documentation/user/lilypond-book.itely: add short warning about
9381         \lilypond{} in LaTeX docs.
9382
9383 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9384
9385         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
9386         found.  (backportme)
9387
9388         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
9389         version requirement.  (backportme)
9390
9391         * configure.in: Be explicit about old versions of
9392         ec-fonts-mtraced.  (backportme)
9393
9394         * lily/context-selector.cc (set_tweaks): New function.
9395         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
9396         web with -DTWEAK.
9397
9398         * Documentation/user/introduction.itely (Automated engraving):
9399         Remove fragment option.  Fixes web.
9400
9401         * lily/context-property.cc (make_item_from_properties):
9402         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
9403         #ifdef.
9404
9405         * scm/define-context-properties.scm
9406         (all-internal-translation-properties): Add tweakRank and tweakCount.
9407
9408         * lily/grob.cc: 
9409         * scm/define-grob-properties.scm (all-internal-grob-properties):
9410         Add tweak-rank and tweak-count.
9411
9412 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9413
9414         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
9415         New function.
9416         (text): Use them.
9417
9418         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
9419         animated/opaque grob dragging tweaks.
9420
9421         * buildscripts/guile-gnome.sh: Update.
9422
9423 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9424
9425         * scm/define-grobs.scm (all-grob-descriptions): Added
9426         line-interface to the LigatureBracket object.
9427
9428 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9429
9430         * scm/framework-gnome.scm (item-event): Support non-animated mouse
9431         dragging tweaks.
9432
9433         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
9434
9435         * lily/context-selector.cc (store_context): New function.
9436
9437         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
9438         (store_grob): New function.
9439         (identify_grob): Add Moment parameter.
9440
9441         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
9442         exists.
9443
9444         * scm/framework-gnome.scm (save-tweaks): Write as alist.
9445
9446 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9447
9448         * scm/framework-gnome.scm (item-event): Print grob id.
9449         (save-tweaks): New function.
9450         (tweak): New funtion.
9451         (item-event): Use it, bound to arrow keys.
9452
9453         * lily/context-property.cc (make_item_from_properties): Register grob.
9454         * lily/context.cc (add_context): Register context.
9455
9456         * lily/include/context-selector.hh:
9457         * lily/include/grob-selector.hh:
9458         * lily/context-selector.cc:
9459         * lily/grob-selector.cc: New file.
9460
9461 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9462
9463         * lily/slur.cc: add 'positions to interface
9464
9465         * lily/main.cc: reinstate PS as standard output format. 
9466
9467         * scm/framework-tex.scm (output-preview-framework): print systems
9468         up to first non title system.
9469
9470         * lily/grace-engraver.cc (start_translation_timestep): split
9471         scm_cadddr
9472         
9473 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9474
9475         * lily/quote-iterator.cc (Module): remove old quote-iterator
9476
9477         * scm/define-music-types.scm (music-descriptions): move
9478         NewQuoteMusic over QuoteMusic
9479
9480         * Documentation/user/notation.itely (Formatting cue notes): use
9481         \cueDuring.
9482
9483         * lily/new-quote-iterator.cc (quote_ok): new function.
9484
9485         * input/regression/quote-cue-during.ly: new file.
9486
9487         * input/regression/quote-grace.ly: new file.
9488
9489         * scm/define-context-properties.scm (Module): change definition of
9490         graceSettings
9491
9492         * lily/context-property.cc (Module): rename from
9493         translator-property.cc
9494
9495         * lily/context.cc (context_name_symbol): new function
9496
9497         * lily/grace-engraver.cc: new file. Set properties for grobs based
9498         on the grace-ness of now_moment().
9499
9500         * scm/music-functions.scm (add-grace-property): use list
9501         iso. vector for graceSettings
9502         remove set-{start,stop}-grace-properties. 
9503
9504         * lily/new-quote-iterator.cc (construct_children): set
9505         quote_outlet_ if no quoted-context-{id,type} specified.
9506
9507         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
9508
9509         * lily/parser.yy (command_element): remove \quote.
9510
9511         * ly/music-functions-init.ly (location): add quoteDuring music
9512         function. 
9513
9514         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
9515         optional semicolon. (backportme)
9516
9517 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9518
9519         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
9520         need to link to GUILE et al.
9521
9522 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9523
9524         * scm/define-music-properties.scm (all-music-properties): add
9525         quoted-context-type, quoted-context-id.
9526
9527         * scm/lily.scm (type-check-list): new function.
9528         
9529         * scm/lily-library.scm: new file. Generic library routines.
9530
9531         * lily/parser.yy (Generic_prefix_music): move typechecking out of
9532         parser.
9533
9534         * ly/music-functions-init.ly: add quoteDuring function.
9535
9536         * lily/include/music-iterator.hh (class Music_iterator): rename
9537         set_translator -> set_context
9538
9539         * lily/parser.yy (Generic_prefix_music_scm): add
9540         MUSIC_FUNCTION_SCM_SCM_MUSIC
9541
9542         * scm/lily.scm (sanitize-command-option): new function. (backportme)
9543
9544         * scm/framework-tex.scm (header): sanitize TeX paper size.
9545         (backportme)
9546
9547 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9548
9549         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
9550
9551         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
9552
9553         * scm/framework-tex.scm (font-load-command): Use T1 if no
9554         font-encoding set.  (backportme)
9555
9556         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
9557         exists before converting.  (backportme)
9558
9559         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
9560         exists before converting.  (backportme)
9561         (convert-to-ps): Remove .ps file if it exists before
9562         converting.  (backportme)
9563
9564         * lily/lexer.ll: Remove extra progress newline, use present tense.
9565
9566         * scm/paper.scm (paper-alist): public.
9567         * scm/framework-tex.scm (convert-to-ps):
9568         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
9569         command line.
9570
9571 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9572
9573         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
9574
9575         * lily/recording-group-engraver.cc (derived_mark): mark
9576         now_events_. (backportme)
9577
9578 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9579
9580         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
9581
9582         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
9583         invoking latex. (backportme.)
9584
9585         * lily/stem.cc (off_callback): center stems for all rest stems.
9586
9587 2004-11-05  Werner Lemberg  <wl@gnu.org>
9588
9589         * Documentation/user/lilypond.tely: Add more guidelines for writing
9590         lilypond texinfo documents.
9591
9592 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
9593
9594         * Documentation/index.html.in: remove <hr>.
9595
9596         * THANKS: change 2.3 to 2.4.
9597
9598 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
9599
9600         * scm/output-gnome.scm: More fontconfig comment.
9601
9602 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
9603
9604         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
9605         <package> directory in $(builddir)/share according with
9606         PACKAGE_NAME defined in the VERSION file.
9607
9608 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9609
9610         * lily/beam.cc (rest_collision_callback): use local beam
9611         multiplicity.
9612
9613         * input/regression/stem-stemlet.ly: new file.
9614
9615         * lily/stem.cc (add_head): store rests as well.
9616
9617         * scm/define-grob-properties.scm (all-user-grob-properties): add
9618         stemlet-length
9619
9620         * lily/stem.cc: store rests as well.
9621         
9622         * input/regression/new-slur.ly: mention forcing.
9623
9624 2004-11-04  Werner Lemberg  <wl@gnu.org>
9625
9626         * Documentation/user/*: A new round of layout fixes and document
9627         structure cleanup.
9628
9629 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
9630
9631         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
9632
9633 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9634
9635         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
9636
9637 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9638
9639         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
9640
9641         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
9642
9643         * lily/main.cc (main): Invoke identify.
9644
9645         * scm/lily.scm (postscript->pdf): Remove progress newline.
9646         Write progress to stderr.
9647
9648         * lily/paper-book.cc (output): Remove progress newline.
9649
9650         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
9651         gettext on user messages, and remove whitespace.
9652
9653         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
9654
9655         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
9656         argv[0] (Thomas Scharkowski).
9657
9658         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
9659         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
9660         for ec-fonts-mtraced.
9661
9662         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
9663         --srcdir build (Bertalan).
9664
9665         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
9666         headers and library too (Laura Conrad).
9667
9668         * Documentation/topdocs/INSTALL.texi (Top): Mention development
9669         package for guile too (Laura Conrad).
9670
9671         * lily/main.cc (usage): Typo.
9672
9673 2004-11-02  Werner Lemberg  <wl@gnu.org>
9674
9675         * Documentation/user/notation.ly: More fixes to improve appearance.
9676
9677         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
9678         better output for multicolumn tables.
9679
9680 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9681
9682         * lily/main.cc (dir_info): Fixed typo in the printouts.
9683
9684 2004-11-01  Werner Lemberg  <wl@gnu.org>
9685
9686         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
9687         of output.
9688         Set `per_line' to 2; replace hard-coded value with it.
9689
9690         * Documentation/user/*: Many fixes to improve appearance of
9691         printed manual.
9692
9693 2004-11-01  Werner Lemberg  <wl@gnu.org>
9694
9695         * Documentation/user/changing-defaults.itely,
9696         Documentation/user/notation.ly,
9697         Documentation/user/programming-interface.itely: Use @/.
9698         Fix formatting of some lilypond snippets and tables.
9699
9700         * scripts/lilypond-book.py (compose_ly): Provide useful default
9701         for LINEWIDTH in `override'.
9702
9703 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9704
9705         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
9706
9707 2004-10-31  Werner Lemberg  <wl@gnu.org>
9708
9709         Resetting @exampleindent to `5' gives ugly results with texinfo's
9710         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
9711         (if not quoting) to change @exampleindent only locally.
9712
9713         * scripts/lilypond-book.py (NOQUOTE): New variable.
9714         (output) [LATEX]: Remove AFTER and BEFORE.
9715         [TEXINFO]: Remove AFTER and BEFORE.
9716         Fix QUOTE and VERBATIM pattern.
9717         Add NOQUOTE pattern.
9718         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
9719         and BEFORE.
9720         [output_texinfo]: Use NOQUOTE.
9721
9722 2004-10-31  Graham Percival  <gperlist@shaw.ca>
9723
9724         * Documentation/user/changing-defaults.itely: clarify paper
9725         size commands with correct info.
9726
9727         * Documentation/user/lilypond-book.itely: add more docs for
9728         filename extensions.
9729
9730 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9731
9732         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
9733         (PATCH_LEVEL): start 2.5.0.
9734
9735 2004-10-30  Graham Percival  <gperlist@shaw.ca>
9736
9737         * Documentation/user/notation.itely: add warning about bar numbers
9738         in multistaff music, add warning about quoting grace notes.
9739
9740         * Documentation/user/changing-defaults.itely: clarify paper size commands,
9741         add missing subsubtitle entry to Creating titles.
9742
9743         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
9744
9745 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9746
9747         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
9748         case.
9749         (conv): add dummy 2.4.0 conversion rule.
9750
9751         * Documentation/user/lilypond.tely: add @finalout.
9752
9753         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
9754         for attaching, fixes slur/stem left attachment of
9755         downslur/downstem.
9756
9757         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
9758         quote problem if for last note of quoted sequence. 
9759
9760         * input/regression/part-combine-text.ly (comm): add expect strings.
9761
9762 2004-10-30  Werner Lemberg  <wl@gnu.org>
9763
9764         * Documentation/user/examples.itely: Improved layout.
9765
9766         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
9767
9768         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
9769
9770         * Documentation/notation.itely: Use `@/'.
9771         Other layout fixes.
9772
9773 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9774
9775         * lily/part-combine-iterator.cc (unisono): examine last_playing_
9776         (not state_), this fixes a2 printing after chord.
9777
9778         * input/regression/no-staff.ly: fix octave, revise syntax.
9779
9780         * input/regression/lyrics-bar.ly (texidoc): fixes.
9781
9782         * input/regression/beam-dir-functions.ly (Module): remove from regtest
9783
9784         * input/regression/accidentals.ly (Module): remove from regtest.
9785
9786         * lily/parser.yy (Prefix_composite_music): 
9787         oops. Chords should be unrelativable, not bass figures untransposable.
9788
9789         * VERSION: 2.3.26 released.
9790         
9791         * lily/completion-note-heads-engraver.cc (try_music): only return
9792         something when is_first_ is true. Fixes lyrics with completion_heads. 
9793
9794         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
9795
9796         * scm/lily.scm (ly:system): new function. Catches uninstalled
9797         ps2png.
9798
9799 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9800
9801         * Documentation/user/notation.itely: remove
9802         @hyphenatedinternalsref.
9803
9804 2004-10-29  Werner Lemberg  <wl@gnu.org>
9805
9806         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
9807
9808         * scripts/lilypond-book.py (no_options): New dictionary.
9809         (simple_options): New list.
9810         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
9811         (compose_ly): Use `no_options' and `simple_options'.
9812         Fix logic of option handling.
9813         Handle `linewidth' option without parameter.
9814
9815 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9816
9817         * lily/lookup.cc (triangle): use (0, interval.length()) for X
9818         extent, since the stencil is translated later on.
9819
9820         * lily/ledger-line-spanner.cc (print): swap linear_combination
9821         arguments, effectively shortens ledger line. 
9822
9823         * Documentation/user/GNUmakefile
9824         ($(outdir)/lilypond/lilypond.html): use find to remove files.
9825
9826         * lily/main.cc: --no-pages option.
9827
9828 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
9829
9830         * Documentation/user/notation.itely (Fret diagrams): add extra
9831         notes to example to avoid collisions between fret diagrams.
9832
9833 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9834
9835         * Documentation/user/notation.itely (Automatic note splitting):
9836         note about lyrics. 
9837
9838         * Documentation/user/converters.itely (Invoking convert-ly): note
9839         about version numbers. 
9840
9841         * scripts/abc2ly.py (dump_score): revise lyric dumping
9842
9843         * scripts/mup2ly.py (pre_processor_commands): always open file.
9844
9845         * scripts/etf2ly.py (Frame.calculate): always close \grace.
9846         (Etf_file.dump): add \version
9847
9848         * VERSION: 2.3.25 released.
9849
9850         * lily/scm-option.cc: add 'resolution to ly:get-option argument
9851         list.
9852
9853 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9854
9855         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
9856
9857 2004-10-28  Werner Lemberg  <wl@gnu.org>
9858
9859         * Documentation/user/music-glossary.tely: More fixes to improve
9860         appearance with DVI output.
9861
9862         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
9863         EXAMPLEINDENT.  This is the maximum value for quotation environments
9864         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
9865
9866 2004-10-27  Werner Lemberg  <wl@gnu.org>
9867
9868         * Documentation/user/music-glossary.tely: Revised.
9869
9870 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
9871
9872         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
9873         improve fret diagram spacing in printed output.
9874
9875         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
9876         from options for the example so fret-diagrams won't overlap
9877         one another.
9878
9879 2004-10-26  Werner Lemberg  <wl@gnu.org>
9880
9881         * scripts/lilypond-book.py: Some additional formatting for
9882         orthogonality.
9883         (ly_options) [*]: Format strings.
9884         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
9885         by `compose_ly'.
9886         (output) [LATEX][OUTPUT]: Format string and simplify.
9887         (PREAMBLE_LY, FRAGMENT_LY): Format string.
9888         (classic_lilypond_book_compatibility): Take key/value pair as
9889         parameter.
9890         Return key/value pair.
9891         (compose_ly): Rewritten, taking the snippet type as third parameter. 
9892         The default values are now set more sensible, and a `linewidth'
9893         option is no longer overwritten under some circumstances.
9894
9895         * Documentation/user/music-glossary.tely: Replace all accented
9896         character macros with latin-1 codes.
9897
9898 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9899
9900         * lily/music-function.cc (ly_make_music_function): when an
9901         argument predicate is markup?, the signature keyword becomes
9902         "markup" iso "scm".
9903
9904         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
9905         tokens, for functions which signatures contain "markup".
9906
9907         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
9908         MUSIC_FUNCTION_*MARKUP* tokens.
9909
9910 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9911
9912         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
9913         Lyrics context.
9914
9915 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9916
9917         * python/lilylib.py (make_ps_images): return list of output files.
9918
9919         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
9920         all springs tight, and still satisfy the constraints.
9921
9922 2004-10-25  Werner Lemberg  <wl@gnu.org>
9923
9924         * scripts/lilypond-book.py: s/option-sep/option_sep/.
9925         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
9926         (snippet_res): Fix regexps and make them ignore whitespace properly.
9927         (compose_ly): Use `re.split' instead of `string.split' to remove
9928         surrounding whitespace.
9929         Some formatting to get more consistency.
9930
9931 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9932
9933         * VERSION: 2.3.24
9934         
9935         * scm/define-context-properties.scm
9936         (all-user-translation-properties): add verticallySpacedContexts.
9937
9938         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
9939         add interface
9940
9941         * scm/define-grob-properties.scm (all-internal-grob-properties):
9942         add spaceable-staves
9943
9944         * scm/define-grobs.scm (all-grob-descriptions): set
9945         vertically-spaceable-interface for VerticalAxisGroup and
9946         RemoveEmptyVerticalGroup
9947
9948         * lily/system.cc (get_line): determine staff_refpoints_
9949         using spaceable-staves.
9950
9951         * lily/score-engraver.cc (acknowledge_grob): ack
9952         vertically-spaceable-interface and verticallySpacedContexts to
9953         set spaceable-staves.
9954
9955         * input/regression/new-slur.ly: add slur under 16th subbeam case.
9956
9957         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
9958
9959 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9960
9961         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
9962         minimumVerticalExtent tweaks. 
9963  
9964         * mf/feta-schrift.mf: include size of thumb appendix in
9965         bbox. Fixes: c-thumb-notehead.ly  
9966
9967         * THANKS: add Meisters to the Development team.
9968
9969         * scm/framework-tex.scm (convert-to-dvi): redirect output to
9970         /dev/null for non-verbose.
9971
9972         * Documentation/user/invoking.itely (Invoking lilypond): add note
9973         about resource usage.
9974
9975         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
9976
9977         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
9978         --enable-encoding
9979
9980         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
9981
9982         * Documentation/user/changing-defaults.itely (Text encoding):
9983         change to latin1.
9984
9985         * Documentation/user/lilypond.tely: add language and encoding.
9986
9987         * scm/define-grobs.scm (all-grob-descriptions): add
9988         line-interface.
9989
9990         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
9991
9992         * input/test/ossia.ly: font sizes for ossia.
9993
9994         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
9995         -> \context Foo = "NOTENAME".
9996
9997         * lily/main.cc (determine_output_options): fix ordering.
9998
9999 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
10000
10001         * THANKS: Added bughunters for 2.3.
10002
10003 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10004
10005         * Documentation/user/macros.itexi: use findex functions/internals
10006         objects.
10007
10008         * scm/documentation-generate.scm (string-append): add syncodeindex
10009
10010         * Documentation/user/tutorial.itely (A lead sheet): use \chords
10011         for tutoring chord names.
10012  
10013         * Documentation/user/lilypond.tely: remove @authors.
10014
10015 2004-10-23  Werner Lemberg  <wl@gnu.org>
10016
10017         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
10018         Remove first two parameters of \lybox.
10019         Don't emit \vbox around \lybox.
10020         (dump-line): Add width to \lybox call.
10021         Remove first two parameters of \lybox.
10022
10023         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
10024         (\lyitem): Updated.
10025         (\lybox): Only take three parameters.
10026         Create box which has zero depth, only height.
10027         Center box vertically along the x-height of current font.
10028
10029 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10030
10031         * VERSION (PACKAGE_NAME): release 2.3.23
10032
10033         * scm/framework-tex.scm (convert-to-ps): add -E if filename
10034         contains .preview.
10035
10036 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10037
10038         * lily/lyric-extender.cc (print): only run to right-bound if
10039         broken. This fixes input/regression/lyric-extender.ly
10040
10041         * input/regression/beamed-chord.ly: removed.
10042
10043         * Documentation/user/macros.itexi: add \global to definitions for
10044         feta macros.
10045
10046         * po/fr.po: updated po file.
10047
10048         * po/de.po: updated po file.
10049
10050 2004-10-22  Werner Lemberg  <wl@gnu.org>
10051
10052         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
10053
10054 2004-10-21  Werner Lemberg  <wl@gnu.org>
10055
10056         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
10057         (\lilypondexperimentalfeatures): Removed.
10058
10059 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
10060
10061         * Documentation/user/notation.itely: fixed 2 typos
10062
10063 2004-10-20  Werner Lemberg  <wl@gnu.org>
10064
10065         * scm/framework-tex.scm (header-end): Don't set \outputscale.
10066         (dump-line): Produce prettier output.
10067
10068         * tex/lilyponddefs.tex: Comment all macros extensively.
10069         (\lilypondstart): Set \outputscale.
10070         Define \lilypondpagebreak and \lilypondnopagebreak here.
10071         Don't test for positive \lilypondpaperlinewidth -- this is always
10072         positive in the normal case (LilyPond produces bad output otherwise
10073         so we can safely ignore negative or zero values).
10074         (\lilypondend): Remove useless test for \lilypondbook.
10075         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
10076         don't input `feta20.tex'.
10077
10078 2004-10-19  Graham Percival  <gperlist@shaw.ca>
10079
10080         * Documentation/user/examples.itely: added texidoc lilypond-book
10081         template.
10082
10083 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10084
10085         * cygwin/lilypond.hint: Update.
10086
10087 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
10088
10089         * Documentation/user/notation.itely (Fret diagrams): Add documentation
10090         for fret diagram markups to user manual
10091
10092         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
10093         documentation for fret-diagram-terse
10094
10095         * Documentation/user/notation.itely: Added section on fret diagrams.
10096
10097 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10098
10099         * scripts/convert-ly.py (usage): Fix --help description.  Apply
10100         range also for --show-rules.
10101
10102 2004-10-18  Werner Lemberg  <wl@gnu.org>
10103
10104         * scripts/lilypond-book.py (Snippet, Include_snippet)
10105         [replacement_text]: Use group `match'.
10106
10107 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10108
10109         * Documentation/user/macros.itexi: Use @ref instead of @inforef
10110         for html.  Apparently, ``you should'' in texinfo documentation is
10111         merely a guideline that can safely be ignored.
10112
10113         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
10114         auto-mode-alist.
10115
10116         * input/test/engraver-example.ily: 
10117         * input/regression/allfontstyle.ily: Rename, update users.
10118
10119 2004-10-16  Graham Percival  <gperlist@shaw.ca>
10120
10121         * Documentation/user/lilypond-book.itely: add more details about
10122         building .lytex files.
10123
10124         * Documentation/user/examples.itely: added piano-lyrics template
10125
10126         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
10127
10128         * input/GNUmakefile: remove "templates" from build subdirs.
10129
10130         * input/template: removed.
10131
10132 2004-10-16  Werner Lemberg  <wl@gnu.org>
10133
10134         * scripts/lilypond-book.py (snippet_res): Define group `match'
10135         everywhere.
10136         Accept more spaces between commands and its arguments and options.
10137         Fix some regexps.
10138         (output): Remove some newlines in string values and suppress spaces
10139         in output.
10140         (output_texinfo): Output `output_print_filename' only if not empty.
10141         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
10142
10143 2004-10-16  Werner Lemberg  <wl@gnu.org>
10144
10145         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
10146         some TeX line ends with `%' to avoid additional horizontal space in
10147         output.
10148
10149         * scripts/lilypond-book.py: Unexpand spaces to tabs.
10150         (snippet_res): Use `x' modifier to represent regular expressions
10151         in a friendlier way.
10152         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
10153         (find_toplevel_snippets): Don't use indices from match group 0,
10154         which is the whole pattern space, but group 1.
10155
10156 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * flower/include/direction.hh (enum Direction): add
10159         DIRECTION_LIMIT
10160
10161 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10162
10163         * po/fr.po: new po file.
10164
10165 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10166
10167         * Documentation/user/macros.itexi: Do not construct external
10168         references using @uref.  That results in broken links.
10169
10170         * lily/slur.cc (outside_slur_callback): Use int in for loop;
10171         avoids g++-3.4.1 enum beature.
10172
10173 2004-10-13  Graham Percival  <gperlist@shaw.ca>
10174
10175         * Documentation/user/examples.itely: added lilypond-book template.
10176
10177         * Documentation/user/lilypond-book.itely: added filename extension
10178         page.
10179
10180 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * debian/rules (binary-indep): Link images for info.
10183
10184         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
10185         feature nicked from jEdit.
10186
10187 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
10188
10189         * Documentation/user/introduction.itely: Minor corrections.
10190
10191         * Documentation/user/notation.itely: Minor corrections.
10192
10193         * Documentation/user/tutorial.itely: Minor corrections.
10194
10195 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10196
10197         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
10198
10199         * scm/*.scm:
10200         * ly/paper-defaults.ly: Use papersizename only.
10201
10202 2004-10-11  Werner Lemberg  <wl@gnu.org>
10203
10204         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
10205         \raise work with positive values.
10206
10207 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10208
10209         * Documentation/user/notation.itely (Multi measure rests): Update
10210         the docs corresponding to the implementation change from 2004-10-08.
10211
10212 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10213
10214         * VERSION (MY_PATCH_LEVEL): release 2.3.22
10215
10216         * scm/part-combiner.scm (determine-split-list): reinstate
10217         playing+resting case. 
10218
10219         * Documentation/user/invoking.itely (Reporting bugs): rename.
10220
10221         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
10222
10223         * lily/parser.yy (Prefix_composite_music): change no-transposition
10224         for mode_changing_head to figures too.
10225
10226         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
10227         with normal slurs too.
10228         
10229         * lily/slur-scoring.cc (move_away_from_staffline): new function.
10230         (get_base_attachments): move away attachment point for breaks
10231         similar to attachment points on slurs (staffline collision, and
10232         half a space of padding)
10233
10234         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
10235         force twice.
10236
10237         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
10238         mode, return #f.        
10239
10240         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
10241         for last page if raggedlast. 
10242
10243         * lily/parser.yy (Prefix_composite_music): untransposable is for
10244         FiguredBass, not ChordNames
10245
10246 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10247
10248         * scm/framework-tex.scm: Merge fix.
10249
10250 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10251
10252         The grand \paper -> \layout, \bookpaper -> \paper renaming.
10253
10254 2004-10-10  Graham Percival  <gperlist@shaw.ca>
10255
10256         * Documentation/user/notation.itely: add raggedright to a whole
10257         bunch of places.
10258
10259 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10260
10261         * scm/paper.scm (set-paper-dimension-variables): new
10262         function. Define dimension-variables explicitly in \paper too.
10263         This allows overriding linewidth inside \score { \paper { } }
10264         blocks
10265  
10266         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
10267         landscape.
10268         (header): add landscape and papersize options.
10269
10270 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10271
10272         * lily/*.cc: use robust_scm2moment() where appropriate.
10273
10274         * lily/moment.cc (robust_scm2moment): new function.
10275
10276         * scm/titling.scm (default-score-title): remove caps for piece.
10277
10278         * VERSION: 2.3.21 released.
10279         
10280         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
10281
10282         * lily/include/slur-configuration.hh (class Slur_configuration):
10283         new file.
10284
10285         * lily/slur-configuration.cc: new file. move scoring functions
10286         into Slur_configuration.
10287
10288         * lily/slur-scoring.cc (Slur_score_state): change static functions
10289         to methods of Slur_score_state.
10290
10291         * lily/bezier-bow.cc (Message): 
10292
10293         * flower/include/interval-set.hh (Message): new file.
10294
10295         * flower/interval-set.cc (Message): new file.
10296
10297 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10298
10299         * lily/multi-measure-rest-engraver.cc (process_music): always
10300         generate MultiMeasureRestNumbers.
10301
10302         * SConstruct (txt_files): switch of make dist
10303
10304         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
10305         make sure that (indent < len / 3). This fixes progerror-max_h.ly
10306
10307         * lily/multi-measure-rest-engraver.cc (process_music): make
10308         MultiMeasureRestNumber too.
10309
10310 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10311
10312         * Documentation/user/notation.itely (Bar lines): Added a note that
10313         defaultBarType is to be changed in the Timing context.
10314
10315 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10316
10317         * lily/include/guile-compatibility.hh: add file.
10318
10319         * scm/framework-tex.scm (convert-to-dvi): use max of current
10320         extra_mem_top and 1M.
10321
10322         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
10323         function.
10324
10325 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10326
10327         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
10328  
10329 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10330
10331         * lily/slur-scoring.cc (struct Slur_score_state): add
10332         has_same_beam_, edge_has_beams_, is_broken_ bools.
10333         (get_base_attachments): simpler Y attachment determination for
10334         broken slurs.
10335
10336 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10337
10338         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
10339         bash without that is quite interesting.  Add xml and some omf
10340         keys.
10341
10342 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10343
10344         * Documentation/user/macros.itexi: Add xml macros.
10345
10346         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
10347
10348         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
10349
10350 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10351
10352         * lily/break-substitution.cc (substitute_mutable_property_alist):
10353         only put property back into value if != SCM_UNDEFINED
10354
10355         * lily/lyric-extender.cc (print): don't take common refpoint of
10356         null object if right_text isn't there.
10357  
10358         * lily/slur-scoring.cc (struct Slur_score_state): new
10359         struct. Collect scoring function arguments.
10360         (struct Slur_score_state): add musical_dy_
10361         (get_extra_encompass_infos): new function. Split off state
10362         computations.
10363
10364         * scm/part-combiner.scm (determine-split-list): remove playing1
10365         and playing2.
10366
10367 2004-10-02  Graham Percival  <gperlist@shaw.ca>
10368
10369         * Documentation/index.html.in: remove link to templates.
10370
10371         * Documentation/user/notation.itely: more small fixes.
10372
10373 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10374
10375         * lily/timing-engraver.cc (process_music): move setting
10376         measure-length. This fixes spacing-whole-rest.ly
10377
10378         * VERSION (PACKAGE_NAME): release 2.3.20
10379         
10380         * input/regression/quote-transposition.ly: update example
10381
10382         * scm/define-music-properties.scm (all-music-properties): change
10383         meaning of instrumentTransposition.  It is now the pitch played
10384         that sounds as middle C. This means that instrumentTransposition
10385         can be \transposed. 
10386         Fixes: transpose-quote.ly
10387
10388         * lily/parser.yy (command_element): reverse setting of
10389         instrumentTransposition
10390
10391         * lily/pitch.cc (pitch_interval): rename.
10392
10393         * lily/recording-group-engraver.cc (stop_translation_timestep):
10394         remove macrameing of accumulator and set_car/cdr.
10395         Fixes: transposition-quote.ly
10396
10397         * lily/music.cc (transpose): fold Event::transpose() in.
10398
10399         * lily/event.cc: remove Transpose. 
10400
10401         * lily/recording-group-engraver.cc: cleanup.
10402
10403         * ly/music-functions-init.ly (displayMusic): add function.
10404
10405         * make/lilypond.fedora.spec.in: rename file.
10406
10407         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
10408         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
10409
10410         * Documentation/user/changing-defaults.itely (Changing context
10411         properties on the fly): typo.
10412
10413         * lily/slur.cc (outside_slur_callback): try three sample points
10414         for determining collisions. This fixes: slur-script.ly.
10415
10416 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10417
10418         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
10419
10420 2004-10-01  Graham Percival  <gperlist@shaw.ca>
10421
10422         * Documentation/user/notation.itely: more small fixes.
10423
10424         * Documentation/user/examples.itely: make new sections.
10425
10426         * input/test/bar-lines.ly: improve output, fix bug.
10427
10428         * Documentation/user/changing-defaults.itely: small fixes.
10429
10430 2004-10-01  Werner Lemberg  <wl@gnu.org>
10431
10432         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
10433         T1 encoding in texinfo mode.
10434         (\lilypondstart): Use it.
10435         (\lilypondloop, \lilyponditerate): Removed.  Unused.
10436
10437 2004-09-30  Werner Lemberg  <wl@gnu.org>
10438
10439         * tex/lilyponddefs.tex (\lilypondstart): Define
10440         \lilypondfontencoding for both texinfo and latex mode.
10441
10442         * scm/framework-tex.scm (font-load-command): Use
10443         \lilypondfontencoding.
10444
10445 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10446
10447         * scm/framework-tex.scm (dump-page): take with-extents?
10448         argument. If true, output Y extents. Used for lilypond-book
10449         documents.
10450
10451         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
10452         \bookpaper.
10453
10454         * lily/slur.cc (outside_slur_callback): epsilon-delta management
10455         for slur edges. Fixes: progerror-no-bezier-intersection.ly
10456  
10457         * scm/framework-tex.scm (dump-page): put stencil height in dumped
10458         page.
10459
10460 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10461
10462         * Documentation/user/notation.itely (Multi measure rests):
10463         Improved example.
10464
10465 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10466
10467         * lily/auto-beam-engraver.cc (test_moment): robustify.
10468
10469 2004-09-28  Werner Lemberg  <wl@gnu.org>
10470
10471         * scm/framework-tex.scm (font-load-command): Define proper font
10472         macro which sets font encoding if available.
10473         (define-fonts): Define \lilypondpaperinputencoding, to be taken
10474         from the \bookpaper block.
10475
10476         * tex/lilyponddefs.tex (\lilypondstart): Use
10477         \lilypondpaperinputencoding for global input encoding.
10478
10479 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10480
10481         * lily/score.cc (Score): oops. Copy error_found_ too.
10482
10483 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10484
10485         * stepmake/stepmake/texinfo-rules.make: 
10486         * Documentation/GNUmakefile: --srcdir build fixes.
10487
10488         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
10489
10490         * Documentation/user/latex-lilypond-example.latex:
10491         * Documentation/user/latex-example.latex: Fix compile errors.
10492         Still buggy, need more love.
10493
10494 2004-09-27  Werner Lemberg  <wl@gnu.org>
10495
10496         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
10497
10498 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
10499
10500         * Documentation/user/examples.itely: removed \midi block to
10501         simplify the example
10502
10503         * Documentation/user/notation.itely: Removed superfluous
10504         TextSpanner tweakings (is already done by engraver-init.ly).
10505         Documented bug: vertical alignment of articulations.
10506
10507         * Documentation/user/notation.itely, ly/engraver-init.ly
10508         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
10509         padding.
10510
10511         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
10512         docu about TextSpanner padding bug from manual to engraver.ly
10513         (since it's workarounded and hence not user-visible any more)
10514
10515 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10516
10517         * VERSION: release 2.3.19
10518
10519 2004-09-26  Graham Percival  <gperlist@shaw.ca>
10520
10521         * ly/property-init.ly: fix bug in displaying ledger lines while
10522         \hideNotes is on.
10523
10524         * Documentation/user/notation.itely: more editing.
10525
10526         * Documentation/user/examples.itely: add piano-dynamics template.
10527
10528         * input/template/piano-dynamics.ly: remove.
10529
10530         * Documentation/user/sound-output.itexi: more editing
10531
10532 2004-09-25  Graham Percival  <gperlist@shaw.ca>
10533
10534         * Documentation/user/notation.itely: more editing.
10535
10536 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10537
10538         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
10539         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
10540
10541 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10542
10543         * lily/hairpin.cc (print): check columns of bounds, not bounds
10544         themselves.
10545         (print): robustify bound-padding lookup.
10546
10547         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
10548
10549         * scripts/lilypond-book.py (Compile_error.process_include): catch
10550         Compile_error exception, and remove output .texi.
10551
10552         * scm/define-music-properties.scm (all-music-properties): add
10553         error-found
10554
10555         * lily/parser.yy (Music_list): add error-found to music with errors.
10556
10557         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
10558
10559         * lily/book.cc (process): ignore books with errors
10560
10561         * lily/include/score.hh (class Score): add error_found_ member.
10562
10563         * lily/drum-note-engraver.cc (try_music): idem.
10564
10565         * lily/note-heads-engraver.cc: remove start-playing-event.
10566
10567         * lily/part-combine-iterator.cc (Part_combine_iterator): use
10568         BusyPlayingEvent to determine which voice was active last.
10569         (unisono): use last active to where to get unisono information
10570         from. This fixes: partcombine-rest.ly (again).
10571
10572         * scm/part-combiner.scm (determine-split-list): cleanups
10573
10574 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10575
10576         * input/regression/lyric-extender.ly: simplify.
10577         complexify.
10578
10579         * lily/lyric-extender.cc (print): use it to determine size of
10580         extender. Remove Lyric_extender::is_visible().
10581
10582         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
10583         next property.
10584
10585         * lily/lyric-engraver.cc: remove get_current_rest().
10586         
10587 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10588
10589         * input/regression/lyric-extender.ly: Fix and add test.
10590
10591         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
10592
10593 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10594
10595         * lily/note-head.cc: remove Note_head::extent.
10596
10597 2004-09-23  Graham Percival  <gperlist@shaw.ca>
10598
10599         * Documentation/user/tutorial.itely: do manual style 2-space
10600         indents in examples
10601
10602         * Documentation/user/notation.itely: more editing.
10603
10604 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10605
10606         * lily/lyric-engraver.cc (get_current_rest): New function.
10607
10608         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
10609         stop at rest.
10610
10611         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
10612
10613         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
10614
10615 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
10616
10617         * Documentation/user/examples.itely (Small ensembles): added
10618         example for transcription of mensural music
10619
10620         * Documentation/user/notation.itely (The Lyrics context): fixed broken
10621         link to SATB vocal score
10622
10623         * Documentation/user/notation.itely (System start delimiters):
10624         fixed typo: GrandStaff->StaffGroup
10625
10626         * Documentation/user/notation.itely (Ancient articulations):
10627         removed obsolete comment on \episem bug
10628
10629 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10630
10631         * scm/framework-tex.scm (output-preview-framework): Fix invocation
10632         of header.
10633
10634 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10635
10636         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
10637         start to note-column.
10638
10639         * lily/hairpin.cc (print): check text-interface, to attach to
10640         dynamic texts.  
10641
10642         * lily/include/text-item.hh (class Text_interface): rename
10643         Text_item -> Text_interface
10644
10645         * lily/piano-pedal-bracket.cc (print): robustify.
10646
10647 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
10648
10649         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
10650
10651         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
10652         true will print the page number in the first page.
10653
10654         * Documentation/user/changing-defaults.itely: Document
10655         printfirstpagenumber.
10656
10657 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10658
10659         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
10660         objects.
10661
10662         * lily/beam-concave.cc (calc_concaveness): take absolute value of
10663         dy for scaling. This fixes various downbeams.
10664         
10665
10666         * lily/beam-quanting.cc (best_quant_score_idx): 
10667
10668 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10669
10670         * scm/framework-tex.scm (header-to-file): Fix.
10671
10672 2004-09-22  Werner Lemberg  <wl@gnu.org>
10673
10674         * lily/parser.yy <score_body>: Fix typo.
10675
10676 2004-09-22  Graham Percival  <gperlist@shaw.ca>
10677
10678         * Documentation/user/tutorial.itely: modified a "future planning"
10679         comment.
10680
10681         * Documentation/user/notation.itely: more editing.
10682
10683 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10684
10685         * scm/define-markup-commands.scm (note-by-number): read font-size
10686         to determine stem length. Fixes: markup-note.ly
10687
10688 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10689
10690         * lily/slur.cc (outside_slur_callback): read #'padding for
10691         slur-padding. Fixes: slur-script.ly
10692
10693         * lily/parser.yy (score_body): disallow \bookpaper in \score.
10694
10695 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10696
10697         * Documentation/user/notation.itely (ancient flags): documented
10698         flags-related known bugs
10699
10700         * lily/include/ligature-engraver.hh: added comment about why and
10701         how of (non-)use of abstract virtual methods
10702
10703         * ly/engraver-init.ly (VaticanaVoice,
10704         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
10705         unset dash-fraction property in order to get solid lines
10706
10707         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
10708
10709 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10710
10711         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
10712
10713 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10714
10715         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
10716         in function.
10717
10718         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
10719         openout_any=p.  Throughout: progress to stderr, translate user
10720         messages.
10721
10722         * scm/output-gnome.scm: Fix font dir description.
10723
10724 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10725
10726         * input/test/mensural-ligatures.ly (voice): move linethickness
10727         settings to bookpaper.
10728
10729         * lily/simple-spacer.cc (Module): use force to stretch to 
10730         line length as force measure for ragged spacing.
10731         
10732         * lily/lily-parser.cc (get_paper): don't set parent for \paper
10733         blocks in the parser. This eliminates ordering dependency for
10734         \bookpaper and \paper
10735
10736         * ly/part-paper-init.ly: remove file.
10737
10738         * lily/includable-lexer.cc (new_input): elucidate message.
10739
10740         * VERSION: 2.3.18 released.
10741         
10742 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10743
10744         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
10745         * input/mutopia/R.Schumann/romanze-op28-2.ly:
10746         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
10747         #'Slur.attachment setting.
10748
10749         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
10750         friendlier for point and click.
10751
10752 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10753
10754         * ly/init.ly: reverse collected scores.
10755
10756         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
10757         layout to determine force.
10758         
10759 2004-09-18  Werner Lemberg  <wl@gnu.org>
10760
10761         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
10762         ties.
10763
10764         * ly/declarations-init.ly (escapedBiggerSymbol,
10765         escapedSmallerSymbol): Fix typos.
10766
10767         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
10768
10769 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10770
10771         * input/{input,regression}/*.ly: run convert-ly
10772
10773         * VERSION: release 2.3.17
10774
10775         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
10776         little wider for attachment calculation. This prevents stem and
10777         slur touching.
10778
10779         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
10780         ) 
10781
10782         * input/regression/tie.ly (texidoc): cleanup.
10783
10784         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
10785         and ~
10786
10787         * lily/slur-scoring.cc (score_extra_encompass): check if extra
10788         objects are on boundary column. 
10789
10790         * lily/main.cc (parse_argv): process --tex too.
10791
10792         * ly/music-functions-init.ly (keepWithTag): add music functions
10793         keepWithTag and removeWithTag.
10794
10795         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
10796
10797         * lily/accidental-engraver.cc (recent_enough): interpret laziness
10798         = #t. This fixes no-reset accidental-style.
10799
10800         * input/regression/accidental-piano.ly (Module): new file.
10801
10802         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
10803
10804 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10805
10806         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
10807         extra encompass.
10808         (score_extra_encompass): use Y coordinate of attachment if X
10809         attachment falls in extra encompass X extent.
10810
10811         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
10812         GUILE_LOAD_PATH
10813
10814 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10815
10816         * scm/output-gnome.scm: Small fixes.
10817
10818         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
10819
10820 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
10821
10822         * Documentation/user/notation.itely (Ancient flags): Removed
10823         documentation on adjust-if-on-staffline (this property was removed
10824         by Han-Wen).
10825
10826         * Documentation/user/notation.itely (Ancient notation): Minor
10827         cleanups and fixes.  Renamed "Vaticana style contexts" ->
10828         "Gregorian Chant contexts".  Added section "Mensural contexts".
10829         Added section "Ancient articulations".
10830
10831         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
10832
10833 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10834
10835         * buildscripts/guile-gnome.sh: Add missing bit.
10836
10837 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10838
10839         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
10840
10841         * lily/slur-scoring.cc (get_y_attachment_range): set end point
10842         using base_attachment.
10843
10844         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
10845         page header back.
10846
10847         * scm/documentation-generate.scm (top-node): move version to top
10848         node.
10849
10850         * lily/ledger-line-spanner.cc: add ledgered-interface, with
10851         property no-ledgers.
10852
10853 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
10854
10855         * Documentation/user/{changing-defaults,examples,invoking,
10856         tutorial}.itely: Expand 's to is.
10857
10858         * Documentation/user/notation.itely: Capitalize only first letter.
10859
10860         * Documentation/user/programming-interface.itely: Capitalize Scheme.
10861
10862         * Documentation/user/lilypond-book.itely: use @refbugs.
10863
10864         * THANKS: sort.
10865
10866         * input/mutopia/F.Schubert/morgenlied.ly,
10867         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
10868         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
10869         name.
10870
10871 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
10872
10873         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
10874         lneomensural char entry; (ii) fixed mensural/neomensural naming
10875         clash typo; (iii) lneomensural char: fixed stem attachment point.
10876         WARNING: FONT CHANGED!
10877
10878 2004-09-15  Graham Percival  <gperlist@shaw.ca>
10879
10880         * Documentation/user/introduction.itely: update \stemBoth to
10881         \stemNeutral.
10882
10883         * Documentation/user/notation.itely: more editing of the manual.
10884
10885 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10886
10887         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
10888         factor in edge attraction. This reflects that the left edge may
10889         have a larger gap for an ascending up-slur.
10890         (get_base_attachments): copy bound Y from right bound, if there is
10891         only one note-column after the line break.
10892
10893 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10894
10895         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
10896
10897 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10898
10899         * lily/phrasing-slur-engraver.cc (process_music): Create
10900         PhrasingSlur instead of Slur.
10901
10902         * Documentation/user/changing-defaults.itely (Defining new
10903         contexts): Fixed misprinted context name.
10904
10905 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10906
10907         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
10908
10909         * scripts/convert-ly.py (conv): change Both to Neutral in property
10910         settings.
10911
10912         * ly/engraver-init.ly: increase extent of Staff. 
10913
10914 2004-09-13  Graham Percival  <gperlist@shaw.ca>
10915
10916         * scm/script.scm: change behaviour of slur and accent.
10917
10918         * Documentation/user/music-glossary.tely: de-gender a few entires.
10919
10920         * Documentation/user/introduction.itely: de-gender a few sentences.
10921
10922 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10923
10924         * input/regression/rehearsal-mark-number.ly: Reuse the existing
10925         formatting routine when adding boxed numbers. Makes it easier to
10926         extrapolate how to do for boxed letters.
10927
10928 2004-09-12  Graham Percival  <gperlist@shaw.ca>
10929
10930         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
10931
10932         * Documentation/user/invoking.itexi: updated the "reporting bugs"
10933         section.
10934
10935 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10936
10937         * scm/define-grobs.scm (all-grob-descriptions): longer
10938         ideallengths for stems in higher order beams.
10939
10940         * Documentation/user/changing-defaults.itely (Page layout):
10941         document them.
10942
10943         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
10944         to get sane spaces for titles.
10945
10946         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
10947         beforetitlespace, betweentitlespace.
10948
10949         * input/regression/beam-quant-standard.ly (primeSixteenths): add
10950         16th notes.
10951
10952         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
10953         small slope up to smallest quant. This prevents small slopes from
10954         getting rounded to zero.
10955
10956         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
10957         are smaller than the smallest quant.
10958
10959         * input/tutorial/brahms*.ly: remove.
10960
10961         * input/*: update all .ly files.
10962          
10963         * ly/a4-init.ly (vsize): remove papersize init files.
10964
10965         * scripts/convert-ly.py (conv): add conversion.
10966
10967         * lily/parser.yy: change mode changing commands to XXXmode,
10968         eg. drummode.
10969         (mode_changing_head): group mode changes.
10970         (mode_changing_head_with_context): new commands: create context as
10971         well as change mode.
10972
10973         * input/regression/system-overstrike.ly: new file.
10974
10975         * scm/page-layout.scm (ly:optimal-page-breaks): add
10976         betweensystempadding also to fixed distance for the spring.
10977  
10978         * scm/define-grobs.scm (all-grob-descriptions): fix order of
10979         key-cancellation.
10980
10981         * input/regression/beam-concave-damped.ly: new file.
10982
10983         * lily/beam-concave.cc: new file, with new routines for concave
10984         decisions. There are now two types of concaveness: 1. a sharp
10985         logic decision forcing a beam horizontal, and 2. a number that
10986         measures how concave beams are that are not caught by 1.
10987
10988         This fixes: morgenlied.ly and input/regression/beam-concave.ly
10989         
10990         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
10991         property: add-stem-support
10992
10993 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10994
10995         * lily/slur-scoring.cc (get_bound_info): only do
10996         broken trend at the end of the line.
10997
10998         * VERSION (PACKAGE_NAME): release 2.3.16.
10999
11000         * input/regression/phrasing-slur.ly (Module): remove (duplicate
11001         with phrasing-slur-slur-avoid.ly)
11002
11003         * lily/slur-scoring.cc (struct Extra_collision_info): collect
11004         parameters for extra offset.
11005         (get_bezier): add slurs mid-points for curve determination
11006         (score_extra_encompass): add slur end points for scoring.
11007
11008 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
11009
11010         * scm/framework-ps.scm (reencode-font): Handling font scaling
11011         and reencoding differently to work around a bug in gs 8.30 and
11012         earlier.
11013         Update callers.
11014
11015 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11016
11017         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
11018         extent index of other system. Fixes slurs across line breaks.
11019
11020         * lily/tuplet-engraver.cc (start_translation_timestep): use
11021         Tuplet_description::stop_ for determining when to stop producing
11022         tuplet brackets. This fixes: tuplet-overwrite.ly
11023
11024         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
11025         errors with GUILE 1.7 CVS.
11026
11027         * lily/translator.cc (derived_mark): new function.
11028
11029         * lily/slur-scoring.cc (score_encompass): new penalty type:
11030         variance penalty demerits slurs where one head/stem is much
11031         closer to the slur than average.
11032
11033         * lily/tuplet-bracket.cc (print): use robust_relative_extent
11034         iso. extent()
11035         (calc_position_and_height): use robust_relative_extent(). This
11036         fixes a couple of programming_errors
11037
11038         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
11039         file.
11040
11041         * lily/part-combine-iterator.cc (unisono): bugfix for the case
11042         that voice-2 plays solo, and voice-1 has an mmrest that starts
11043         earlier. In that case, we switch to voice-2, so we catch the
11044         mmrest of voice-2. This fixes: partcombine-rest.ly.
11045  
11046 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11047
11048         * scm/define-grob-properties.scm (all-internal-grob-properties):
11049         add adjacent-hairpins property.
11050
11051         * lily/hairpin.cc: lengthen hairpin if space is available.
11052
11053         * input/regression/dynamics-hairpin-length.ly (Module): new file.
11054
11055 2004-09-10  Graham Percival  <gperlist@shaw.ca>
11056
11057         * Documentation/user/notation.itely: small fixes to docs.
11058
11059 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11060         
11061         * VERSION (PACKAGE_NAME): release 2.3.15
11062
11063         * make/lilypond.redhat.spec.in (Requires): bump requirement for
11064         ec-fonts-mftraced
11065
11066         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
11067         the latest ec-fonts-mftraced package.
11068
11069         * scm/define-context-properties.scm
11070         (all-internal-translation-properties): add property. Remove
11071         definition of quotes property.
11072
11073         * Documentation/user/notation.itely (Quoting other voices):
11074         document it
11075
11076         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
11077         property, to determine what events are processed in \quote.
11078
11079 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
11080
11081         * (many files): removed most occurrences of underscore ("_")
11082         from font characters; made font character naming more
11083         consistent
11084
11085         * input/test/gregorian-scripts.ly: fixed another victim of grand
11086         replacement operations
11087
11088         * lily/vaticana-ligature-engraver.cc: caught some more "_"
11089         inconsistencies
11090
11091         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
11092
11093 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11094
11095         * Documentation/user/changing-defaults.itely (Paper size): doc
11096         landscape
11097         
11098
11099         * scm/framework-ps.scm (eps-header): bugfixes. 
11100
11101         * scm/titling.scm (default-score-title): remove opus from the
11102         \score title.
11103
11104 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
11105
11106         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
11107
11108         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
11109
11110         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
11111
11112         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
11113
11114         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
11115
11116         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
11117
11118         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
11119
11120         * scripts/ps2png.py (program_name): changed to sys.argv[0]
11121
11122 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11123
11124         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
11125         character position.  Huh?
11126
11127         * scm/output-gnome.scm (placebox): Shield affine-relative.
11128
11129         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
11130         cater for system's pango 1.5.1.
11131
11132         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
11133
11134         * scm/slur.scm: Tweak.
11135
11136 2004-09-08  Graham Percival  <gperlist@shaw.ca>
11137
11138         * Documentation/user/{first couple of chapters}: more editing.
11139
11140 2004-09-07  Graham Percival  <gperlist@shaw.ca>
11141
11142         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
11143         and summary.
11144
11145         * Documentation/user/{first couple of chapters}: the big "Graham's
11146         moved to a new city, his friends haven't arrived, and he has no
11147         internet access" patch.  Numerous editorial and stylistic changes
11148         to the manual.
11149
11150 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11151
11152         * scm/framework-ps.scm (output-framework): handle landscape settings.
11153
11154         * ps/lilyponddefs.ps: cleanup.
11155
11156 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11157
11158         * scm/define-grobs.scm (all-grob-descriptions): unset
11159         threshold. This fixes morgenlied. 
11160
11161         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
11162         rod calculation.
11163
11164         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
11165         spanners into account for staff-extents.
11166
11167         * lily/ottava-bracket.cc (print): take common refpoint of dots
11168         into account as well.
11169
11170 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11171
11172         * lily/lookup.cc (triangle): translate by interval.
11173
11174         * VERSION (PACKAGE_NAME): release 2.3.14
11175
11176         * Documentation/user/changing-defaults.itely (Page layout): add
11177         betweensystempadding
11178
11179         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
11180
11181         * input/regression/quote-cyclic.ly (Module): new file.
11182
11183         * scm/lily.scm (print): add function.
11184
11185         * scm/music-functions.scm (quote-substitute): new
11186         function. Substitute \quote when putting music into \score.
11187
11188         * input/regression/key-signature-cancellation.ly (Module): new file.
11189
11190         * lily/*.cc: more ly_scm2 -> scm_to converions.
11191
11192         * lily/key-signature-interface.cc (print): take position
11193         difference into account when spacing naturals.
11194
11195         * lily/key-engraver.cc (create_key): create KeyCancellation grob
11196         separately, so the cancellation can be put before the staff-bar
11197
11198         * scm/define-grobs.scm (all-grob-descriptions): add a
11199         KeyCancellation grob.
11200
11201         * lily/tuplet-engraver.cc (struct Tuplet_description): new
11202         struct. Use to clean-up Tuplet_engraver
11203
11204 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11205
11206         * lily/*: ly_scm2int -> scm_to_int
11207         ly_scm2double -> scm_to_double
11208
11209         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
11210
11211 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11212
11213         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
11214         0 springs
11215
11216         * lily/system.cc (post_processing): 
11217
11218         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
11219         density for vertical spacing by means of force penalty.
11220         
11221         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
11222         dimension-variables
11223
11224         * Documentation/user/changing-defaults.itely (Page layout): add
11225         betweensystemspace variable.
11226
11227         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
11228
11229         * scm/page-layout.scm (space-systems): new function. Use spring
11230         and rod approach for vertically spacing systems.
11231
11232         * ly/engraver-init.ly: tune down minimumVerticalExtent.
11233
11234         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
11235         vertical alignment.
11236
11237         * lily/slur-engraver.cc (process_music): add warning for slur.
11238
11239 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11240
11241         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
11242
11243         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
11244         export spacing routine to SCM.
11245
11246         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
11247         new class, separate Grobs from interface.
11248
11249 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11250
11251         * lily/include/lily-guile.hh: compatibility glue for 1.6
11252
11253         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
11254
11255         * lily/lily-guile.cc: remove ly_scm2str0.
11256
11257 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * Documentation/user/macros.itexi: Use @inforef iso @uref for
11260         external references.  Fixes HTML cross references with makeinfo 4.7.
11261
11262 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11263
11264         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
11265         expand_only option.
11266
11267 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11268
11269         * lily/system.cc (get_line): add System stencil to exprs. Fixes
11270         system-extents.ly.
11271
11272         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
11273
11274         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
11275         for MultiMeasureRestNumber
11276
11277         * VERSION (PACKAGE_NAME): release 2.3.13
11278
11279 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11280
11281         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
11282         takes two arguments.
11283
11284 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11285
11286         * input/regression/slur-stem-broken.ly: remove.
11287
11288         * lily/slur.cc: add quant-score.
11289
11290         * input/regression/slur-staccato.ly (texidoc): remove
11291
11292         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
11293
11294 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11295
11296         * lily/include/bezier-bow.hh: remove.
11297
11298         * lily/slur-bezier-bow.cc (Module): remove.
11299
11300         * lily/include/slur.hh (Module): remove.
11301
11302         * lily/slur.cc: remove
11303
11304         * input/test/slur-beautiful.ly (Module): remove
11305
11306         * input/test/slur-attachment-override.ly (Module): remove
11307
11308         * lily/slur-quanting.cc (after_line_breaking): only do scoring
11309         when less than 4 control-points.
11310
11311         * lily/key-signature-interface.cc: add style.
11312
11313         * Documentation/user/notation.itely (Automatic staff changes):
11314         document new behavior.
11315
11316         * input/regression/slur-extreme.ly: new file.
11317
11318         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
11319         bass. Obviates \clef bass in the bass staff, when using \autochange 
11320
11321         * lily/auto-change-iterator.cc (construct_children): instantiate
11322         up/down Staff, create Voice on up staff initially. Obviates
11323         explicit instantiation of up/down contexts for \autochange. 
11324
11325         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
11326         slur depending on extents of note heads.
11327         
11328 2004-08-28  Graham Percival  <gperlist@shaw.ca>
11329
11330         * Documentation/user/tutorial.itely: minor editing.
11331
11332         * Documentation/user/examples.itely: tiny editing.
11333
11334 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11335
11336         * lily/slur-quanting.cc (init_score_param): read scoring
11337         parameters from slur-details property
11338
11339         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
11340         Accidental
11341
11342         * Documentation/user/advanced.itely: removed.
11343
11344         * Documentation/user/programming-interface.itely (How markups work
11345         internally): new subsection.
11346
11347         * Documentation/user/converters.itely (Invoking abc2ly): remove
11348         musedata2ly.
11349
11350 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11351
11352         * Documentation/user/point-and-click.texi (Point and click): new file.
11353         put point & click in appendix.
11354         
11355         * Documentation/user/changing-defaults.itely (Vertical spacing):
11356         corrections
11357
11358 2004-08-27  Graham Percival  <gperlist@shaw.ca>
11359
11360         * Documentation/user/introduction.itely: add note about the
11361         "example templates" section of the manual, and remove link to
11362         input/template/
11363
11364 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
11365
11366         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
11367         -> La@TeX
11368
11369         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
11370         missing lneo_mensural head; editorial cleanups
11371
11372         * lily/mensural-ligature.cc: added more comments
11373
11374 2004-08-26  Graham Percival  <gperlist@shaw.ca>
11375
11376         * Documentation/user/examples.itely: second, third, fourth, and fifth
11377         sections added.
11378
11379         * input/template/{various}: removed files included in examples.itely.
11380
11381 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
11382
11383         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
11384         Stem::stem_end_position instead of broken
11385         Staff_symbol_referencer::get_position
11386
11387 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11388
11389         * debian/changelog: debian patch by Anthony Fok.
11390
11391         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
11392
11393         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
11394         get spurious messages with skipTypesetting on.
11395
11396 2004-08-25  Graham Percival   <gperlist@shaw.ca>
11397
11398         * Documentation/user/lilypond-book.itely: slight clean-up.
11399
11400         * Documentation/user/examples.itely: began section.
11401
11402 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11403
11404         * lily/script-interface.cc: add slur property.
11405
11406         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
11407         too.
11408
11409         * input/regression/phrasing-slur-slur-avoid.ly: new file.
11410
11411         * lily/ottava-bracket.cc (print): always start from right edge of
11412         a broken bound. This fixes ottava-clef.ps 
11413
11414 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11415
11416         * input/regression/slur-script-inside.ly: new file.
11417
11418         * lily/new-slur.cc (outside_slur_callback): new function, to make
11419         scripts avoid slurs 
11420
11421         * lily/slur-engraver.cc (finalize): 
11422
11423         * lily/script-interface.cc: add inside-slur property.
11424
11425         * lily/slur-engraver.cc (finalize): read inside-slur property.
11426
11427         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
11428         message.
11429
11430         * ly/property-init.ly (unHideNotes): hide accidentals at staff
11431         level. Fixes: hideNotes-accidental.ly
11432
11433 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
11434
11435         * scm/page-layout.scm (plain-header): fix bug that print page
11436         number in the first page if firstpagenumber was different than 1.
11437
11438 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11439
11440         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
11441         fonts. Fixes triangle markup for chords.
11442
11443         * lily/slur-quanting.cc (score_extra_encompass): make score depend
11444         on distance. This fixes slur-tenuto.ly and slur-tie.ly
11445  
11446         * flower/include/interval.hh (T>): add distance() function
11447
11448         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
11449         octaviation-dot.ly 
11450
11451         * lily/context-scheme.cc: ly_context_grob_definition: new function.
11452
11453         * VERSION (MY_PATCH_LEVEL): release 2.3.12
11454
11455         * lily/new-slur.cc (add_column): remove set_interface()
11456
11457 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11458
11459         * input/regression/slur-double.ly: new file. 
11460
11461         * lily/slur-engraver.cc: add doubleSlurs property
11462
11463         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
11464         symbols.
11465
11466         * Documentation/user/notation.itely (Easy Notation note heads):
11467         revise notation Chapter.
11468
11469         * ly/music-functions-init.ly (makecluster): add makeClusters music
11470         function.
11471
11472         * lily/part-combine-engraver.cc: rename soloADue ->
11473         printPartCombineTexts
11474
11475         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
11476
11477         * lily/horizontal-bracket.cc (print): use
11478         Tuplet_bracket::make_bracket, so it supports bracket-flare,
11479         edge-eight and shorten-pair.
11480
11481 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
11482
11483         * Documentation/user/changing-defaults.itely (Page layout):
11484         description of firstpagenumber. Moved @refbugs about rightmargin
11485         to the end of the section (it was looking like the documentation
11486         after the refbugs was part of the bug comment).
11487
11488         * scm/framework-ps.scm (output-framework): set the first
11489         postscript page number to firstpagenumber
11490
11491         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
11492         page number according to firstpagenumber
11493
11494         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
11495         parameter
11496
11497 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11498
11499         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
11500         nested slurs. 
11501
11502         * scripts/convert-ly.py (lilypond_version_re_str): handle
11503         \version "bar" % "foo"
11504
11505         * lily/completion-note-heads-engraver.cc (process_music): set
11506         duration-log before announcing object.
11507         
11508         * lily/staff-symbol.cc (print): subtract thickness from staff line
11509         length
11510
11511         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
11512         
11513 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
11514
11515         * scm/stencil.scm: remove fontify-text and fontify-text-white
11516
11517 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11518
11519         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
11520
11521         * Documentation/user/sound-output.texi (Sound): new file. Move all
11522         MIDI related information.
11523
11524 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11525
11526         * lily/script-engraver.cc (acknowledge_grob): only take into
11527         account note heads with a music cause. Fixes ambitus-accent.ly
11528
11529         * scm/define-markup-commands.scm (finger): set encoding to
11530         fetaNumber.
11531
11532 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
11533
11534         * scripts/convert-ly.py: typo
11535
11536 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
11537
11538         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
11539         font calls for diagrams based on paper and props
11540
11541 2004-08-19  Graham Percival <gperlist@shaw.ca>
11542
11543         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
11544
11545 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
11546
11547         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
11548         added setHairpinDecresc/Dim
11549
11550 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11551
11552         * lily/include/lily-guile.hh: Cosmetics.
11553
11554 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11555
11556         * input/regression/fermata-rest-position.ly: new file
11557
11558         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
11559
11560         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
11561
11562 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11563
11564         * scm/framework-tex.scm (output-preview-framework) 
11565         (output-classic-framework): 
11566         * scm/framework-ps.scm (output-preview-framework):
11567         s/ly:paper-book-lines/ly:paper-book-systems/g
11568
11569         * scm/fret-diagrams.scm (ss-font-encoding):
11570         s/my-font-encoding/ss-font-encoding
11571
11572 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11573
11574         * scm/music-functions.scm (direction-polyphonic-grobs): Set
11575         direction also on fingerings.
11576
11577         * lily/clef-engraver.cc: Add forceClef to list of read properties.
11578
11579 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * po/nl.po: Some updates.
11582
11583         * scm/lily.scm (_): New function.
11584         (postscript->pdf, postscript->png, lilypond-main)
11585         (postscript->pdf): Use it.  Write messages to stderr.
11586
11587         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
11588
11589         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
11590         xgettext does not recognise scheme yet.  Patch submitted.
11591
11592         * lily/scm-option.cc (LY_DEFINE):
11593         * lily/main.cc: The program is now called lilypond (WAS:
11594         lilypond-bin).
11595
11596         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
11597         messages.
11598
11599         * lily/include/paper-book.hh
11600         * lily/include/paper-system.hh: Finish renaming of paper-line to
11601         system.  Fix users.
11602
11603 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11604
11605         * scm/documentation-generate.scm (string-append): add version.
11606
11607         * scm/define-markup-commands.scm (box): add box-padding and
11608         thickness props for the box command.
11609  
11610         * Documentation/user/changing-defaults.itely (Text encoding):
11611         elucidate use of \encoding for \header strings.
11612
11613         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
11614
11615         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
11616         staff-change.ly
11617
11618         * lily/output-def.cc (assign_context_def): use set_variable().
11619
11620         * lily/text-item.cc (interpret_string): accept string input
11621         encoding too.
11622
11623         * scm/encoding.scm (read-encoding-file): print warning when file
11624         can't be found.
11625
11626         * tex/latin1.enc: remove.
11627
11628         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
11629
11630         * lily/rod.cc (columnize): robustness fix. Don't crash for
11631         nil span points. Fixes: appoggiatura-segfault.ly
11632         (add_to_cols): extra robustness fix.
11633
11634 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11635
11636         * lily/text-item.cc (interpret_string): use lookup_variable() to
11637         fidn inputencoding. Now, \paper inherits inputencoding from
11638         \bookpaper.
11639
11640         * lily/script-engraver.cc (stop_translation_timestep): remove slur
11641         collision kludge.
11642
11643         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
11644         kludge.
11645
11646 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
11649
11650 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11651
11652         * lily/spanner.cc (spanned_rank_iv): Bugfix.
11653
11654         * lily.scm: Mark un-internationlised user messages (with FIXME).
11655
11656         * lily/include/modified-font-metric.hh (struct
11657         Modified_font_metric): New file.  (WAS: incorrectly named
11658         scaled-font-metric.hh ?)
11659
11660         * lily/include/scaled-font-metric.hh: Remove.
11661
11662         * lily/text-item.cc (interpret_string): Identify and document
11663         input-encoding problem.
11664
11665         * lily/paper-book.cc (pages): Do not use `paper' as variable name
11666         for a Bookpaper.
11667
11668         * tex/latin1.enc: Replace /minus with /hyphen.
11669
11670         * scm/encoding.scm: For latin1 (input-)encoding, use
11671         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
11672
11673         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
11674         inputencoding.
11675
11676 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
11677
11678         * Documentation/topdocs/INSTALL.html: fixes.
11679
11680 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11681
11682         * buildscripts/builder.py: Fix for scons CVS.
11683
11684 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
11685
11686         * Documentation/user/notation.itely,
11687         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
11688         input/test/ambitus-mixed.ly: fix plurals:
11689         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
11690
11691 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11692
11693         * lily/dynamic-engraver.cc (typeset_all):
11694         * lily/script-engraver.cc (stop_translation_timestep): Handle
11695         collisions with new-slur.
11696
11697 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11698
11699         * scm/define-grobs.scm (all-grob-descriptions): Add
11700         new-slur-interface.
11701
11702 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11703
11704         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
11705         produces .PS
11706
11707 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
11708
11709         * scm/define-grob-properties.scm (all-user-grob-properties): fix
11710         definition of number-type
11711
11712 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
11713
11714         * scm/fret-diagrams.scm : change sans-serif font encoding from 
11715         TeX-text to ec (uses ecss fonts instead of cmss fonts)
11716
11717         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
11718         number-type and label-dir
11719
11720         * scm/define-grob-properties.scm: add number-type and label-dir
11721
11722         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
11723         left or right.  Allow choice of upper-case roman, lower-case roman, or
11724         arabic numerals in fret label
11725
11726 2004-08-04  Werner Lemberg  <wl@gnu.org>
11727
11728         * lily/slur-quanting.cc: Include libc-extension.hh.
11729         s/round/my_round/.
11730         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
11731         s/autobeaming/autoBeaming/.
11732
11733 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11734
11735         * VERSION: 2.3.11 released.
11736
11737         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
11738         renameinput.
11739
11740 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11741
11742         * lily/lookup.cc (round_filled_box): remove warnings about blot
11743         diameter.
11744
11745         * scm/paper.scm (paper-set-staff-size): make linethickness more
11746         easily tunable.
11747
11748         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
11749         \newlyrics -> \addlyrics
11750
11751         * lily/text-spanner.cc (print): use it.
11752
11753         * lily/dynamic-text-spanner.cc (print): use it.
11754
11755         * lily/grob.cc (robust_relative_extent): new function.
11756
11757         * scripts/lilypond-book.py (main): add -f tex as default process.
11758
11759         * lily/text-spanner.cc (print): only take linear_combination of
11760         nonempty interval.
11761         
11762
11763 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
11764
11765         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
11766         isn't specified by the user in \bookpaper center the music in the
11767         page.
11768
11769 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11770
11771         * Fix some problems after the renaming of my-lily -> lily
11772
11773 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11774
11775         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
11776
11777         * lily/slur-quanting.cc (enumerate_attachments): apply center on
11778         stem-X in more cases. 
11779
11780         * lily/stem.cc (dim_callback): solve todo.
11781
11782 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11783
11784         * input/test/README: new file.
11785
11786         * lily/lily-parser.cc: rename my-lily* files.
11787
11788         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
11789         parser.
11790
11791         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
11792
11793         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
11794
11795         * make/mutopia-targets.make (local-WWW): don't make ps.gz
11796         examples. They take a huge amount of space.
11797
11798         * Documentation/user/GNUmakefile: fix symlinks.
11799
11800         * VERSION: 2.3.10 released.
11801         
11802         * input/test/lyrics-skip-notes.ly: remove
11803
11804         * input/test/stem-cross-staff.ly (noFlag): fold into manual
11805
11806         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
11807         remove.
11808
11809 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
11810
11811         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
11812         fixes.
11813
11814 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11815
11816         * input/regression/beam-dir-functions.ly: move from test/
11817
11818         * Documentation/user/notation.itely (Feathered beams): new node.
11819
11820         * Documentation/user/changing-defaults.itely (Difficult tweaks):
11821         new node
11822
11823         * input/regression/lyric-hyphen-retain.ly: move to regression.
11824
11825         * input/regression/harmonic.ly: fold into manual
11826         
11827         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
11828         stem-length,chord-names-no-inversions}.ly: remove
11829         
11830         * input/test/tie-cross-voice.ly: move to regression.
11831
11832         * Documentation/user/notation.itely (Running trills): new node.
11833
11834         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
11835
11836         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
11837
11838         * lily/trill-spanner-engraver.cc: new file.
11839
11840         * input/regression/trill-spanner.ly: new file.
11841
11842         * input/test/timing.ly: fold into manual.
11843
11844         * input/test/time.ly: remove
11845
11846         * input/test/trill.ly: remove
11847         
11848         * input/test/time-signature-double.ly: fold into manual
11849
11850         * input/test/separate-staccato.ly: remove
11851
11852         * input/test/spanner-after-break-tweak.ly: fold into manual.
11853
11854         * input/test/script-priority.ly: fold into manual.
11855
11856         * input/test/scheme-interactions.ly: remove.
11857         
11858         * input/test/unfold-all-repeats.ly (mel),
11859         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
11860         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
11861         fold into manual.
11862
11863         * input/regression/no-staff.ly: move from input/test/
11864
11865         * input/regression/markup-score.ly: move from input/test/
11866
11867         * input/test/lyrics-melisma-faster.ly: fold into manual
11868         
11869         * input/test/lyrics-melisma-variants.ly: fold into manual
11870
11871         * Documentation/user/notation.itely (Popular music): new node. 
11872
11873         * input/test/gourlay.ly: remove
11874         
11875         * input/test/improv.ly: fold into manual.
11876
11877         * input/test/figured-bass-alternate.ly (fl): remove
11878
11879         * lily/dynamic-text-spanner.cc (print): new file.
11880
11881         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
11882
11883         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
11884         keep recursing into children in case a parent context inserts a
11885         grob into a child context.
11886
11887         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
11888         
11889 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11890
11891         * scm/define-markup-commands.scm (postscript): new markup command
11892         \postscript
11893
11894         * Documentation/user/notation.itely (Formatting cue notes): new
11895         section.
11896
11897         * input/test/clef-end-of-line.ly: fold into manual.
11898
11899         * input/test/scales-greek.ly: remove.
11900
11901         * input/test/chords-without-melody.ly: fold into manual.
11902
11903         * input/test/cadenza-skip.ly: remove.
11904
11905         * input/test/clef-8-syntax.ly: remove.
11906
11907         * input/test/clef-manual-control.ly: move into manual.
11908
11909         * Documentation/user/notation.itely (Aligning to cadenzas): fold
11910         in cadenza-skip.ly
11911
11912         * mf/parmesan*.mf: change neo_mensural to neomensural.
11913
11914         * input/test/trills.ly: remove.
11915
11916         * input/test/transposition.ly: remove.
11917
11918         * input/test/to-xml.ly: move to no-notation.
11919
11920         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
11921
11922         * lily/ledger-line-spanner.cc (print): use staff variable, not
11923         me. Fixes ledger lines on differently sized staves.
11924
11925         * input/test/rhythm-excercise.ly: remove file.
11926
11927         * lily/stem.cc (dim_callback): only do something if visible. Fixes
11928         spurious flag not found warning for 128th rest.
11929
11930         * input/regression/rest-dot-position.ly: new file.
11931         
11932         * input/test/rest-dot-positions.ly: remove
11933
11934         * lily/staff-symbol-referencer.cc (get_position): emergency
11935         fallback: use coordinate * 2.
11936
11937         * input/no-notation/midi-scales.ly: move from test/
11938
11939         * scm/define-markup-commands.scm (score): remove debugging code.
11940
11941         * input/test/incipit.ly (violin): remove. 
11942
11943         * lily/system-start-delimiter.cc (print): only draw system
11944         delimiter to staves that reach up to left bound of the delimiter.
11945
11946         * input/no-notation/embedded-scm.ly: move from test/
11947
11948         * input/test/follow-voice.ly: remove
11949
11950         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
11951
11952         * input/test/drarn*: remove
11953         
11954         * input/test/count-systems.ly: remove.
11955
11956         * lily/bar-line.cc (compound_barline): fix : for staff without
11957         lines.
11958
11959         * lily/accidental.cc (print): use music_font_alist_chain(). This
11960         fixes smaller cautionaries.
11961
11962         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
11963         encoding for accidental.
11964
11965         * Documentation/user/notation.itely (Educational use): new section
11966
11967         * input/test/*.ly: clean up directory: move examples into manual
11968         or regtest.
11969         
11970
11971         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
11972         mode as well. This fixes resolution errors.
11973
11974 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11975
11976         * scm/lily.scm (postscript->png): show commands for --verbose.
11977
11978         * flower/include/getopt-long.hh: opps. short option should be
11979         char, not int.
11980
11981         * Documentation/user/GNUmakefile: use symlinks to save space.
11982
11983         * VERSION: 2.3.9 released.
11984
11985         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
11986
11987         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
11988         manual.
11989
11990         * Documentation/user/tutorial.itely (Integrating text and music):
11991         remove \score and \notes from manual.
11992
11993         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
11994         mode in the beginning.
11995
11996 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11997
11998         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11999         Correct the documentation of the spacing parameters. 
12000
12001         * Documentation/user/tutorial.itely (Integrating text and music), 
12002         Documentation/user/lilypond-book.itely (Integrating LaTeX and
12003         music): Document that you need to add the map file ec-mftrace.map
12004         in the dvips command.   
12005
12006 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12007
12008         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
12009         found.
12010
12011         * lily/text-item.cc (interpret_string): insert encoding setting
12012         here
12013
12014         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
12015         encoding kludge.
12016
12017         * Documentation/user/changing-defaults.itely (Text encoding): node
12018         on encoding.
12019
12020         * lily/lyric-engraver.cc (try_music): remove superfluous check.
12021
12022         * lily/book-paper-def.cc (find_scaled_font): remove default
12023         encoding, because it messes up font loading for feta and
12024         parmesan. Encoding should only be specified for running texts.
12025
12026         * lily/modified-font-metric.cc (text_dimension): support coding
12027         scheme ""
12028         
12029 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12030
12031         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
12032         definition, so \override works as expected.
12033
12034         * lily/measure-grouping-engraver.cc: clarify
12035
12036 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12037
12038         * lily/parser.yy (context_def_mod): remove \consistsend
12039
12040         * lily/context-def.cc (instantiate): use Translator::must_be_last
12041         to determine engraver order.
12042
12043         * lily/translator.cc (must_be_last): new function
12044
12045         * scripts/convert-ly.py (conv): rule.
12046
12047         * lily/bar-line.cc (print): return '() for height == 0.0 too.
12048
12049 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
12050
12051         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
12052  
12053 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12054
12055         * lily/include/lily-guile.hh (scm_is_int): compat glue.
12056
12057 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
12058
12059         * input/regression/page-layout.ly: new file.
12060
12061         * scm/paper.scm (set-paper-dimensions): Preliminary support for
12062         left and right margins.
12063
12064         * Documentation/user/changing-defaults.itely (Page layout):
12065         Explain the leftmargin option.
12066
12067 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12068
12069         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
12070
12071         * input/test/lyrics-melisma-faster.ly: new file.
12072
12073         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
12074         change of melody by setting associatedVoice.
12075
12076         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
12077
12078         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
12079         file contents, rather \include them, so default linewidth is set.
12080         (ly_options): make BOOKPAPER set of options. Move linewidth
12081         settings there.
12082
12083         * Documentation/user/examples.itely: new file. Templates are to be
12084         moved here.
12085
12086         * Documentation/user/programming-interface.itely: move chapter.
12087
12088         * scm/document-markup.scm (doc-markup-function): add @code
12089
12090         * stepmake/stepmake/texinfo-rules.make: remove chmod.
12091
12092 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12093
12094         * scm/page-layout.scm (plain-header): add printpagenumber boolean
12095         to bookpaper.
12096
12097         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
12098         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
12099
12100         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
12101
12102         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
12103
12104         * scripts/lilypond-latex.py: move from lilypond.py
12105
12106         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
12107         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
12108
12109         * scm/lily.scm (postscript->png): new function
12110         (postscript->pdf): new function
12111
12112         * lily/paper-book.cc (post_processing): call
12113         convert-to-{dvi,ps,png,pdf}
12114
12115         * scripts/ps2png.py (option_definitions): new file.
12116
12117         * lily/paper-book.cc (output): call output-preview-framework
12118         (post_processing): new function. Do PDF/PNG conversion.
12119
12120         * lily/paper-outputter.cc (close): new function.
12121
12122         * scm/framework-ps.scm (convert-to-pdf): new function. Call
12123         ps2pdf.
12124         (output-preview-framework): new function. Generate a preview .ps
12125         
12126
12127 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12128
12129         * VERSION: release 2.3.8
12130         
12131         * lily/note-head.cc: remove ledger line handling.
12132
12133         * lily/ambitus.cc (print): strip away accidental / note head code,
12134         and associated properties.
12135
12136         * lily/ambitus-engraver.cc (create_ambitus): change name to
12137         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
12138         other ambitus parts.
12139         (create_ambitus): group grobs in Ambitus grouping object. 
12140
12141         * lily/include/pitch-interval.hh (Pitch>): new file.
12142
12143         * lily/pitch-interval.cc (add_point): new file.
12144
12145         * lily/ledger-line-engraver.cc: new file.
12146
12147         * lily/ledger-line-spanner.cc (print): new file. Set limits to
12148         ledger line length to avoid clashes.
12149
12150 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12151
12152         * Documentation/user/invoking.itexi (Invoking lilypond): remove
12153         deprecated options
12154
12155 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12156
12157         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
12158         to command line option: fast=1 (default on).
12159
12160         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
12161         This brings SCons run-time on up-to-date tree down from 48s with
12162         only checksums, to 34s without 2day checksums, to 14s (make needs
12163         4 seconds).
12164         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
12165         necessary.
12166
12167 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12168
12169         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
12170         (score_extra_encompass): process scripts at edges too, by checking
12171         control points directly. 
12172
12173 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12174
12175         * po/nl.po: Update.
12176
12177         * lily/main.cc: Fix ly:option-usage help.
12178
12179         * input/regression/slur-script.ly: More collision tests.
12180
12181         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
12182
12183 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12184
12185         * VERSION: release 2.3.7
12186
12187         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
12188         files.
12189
12190         * Documentation/user/notation.itely (Slurs): document ^ and _ for
12191         slurs.
12192
12193         * input/regression/slur-script.ly: new file.
12194
12195         * lily/accidental-engraver.cc (process_acknowledged_grobs):
12196         make accidental appear to come from note head engraver.
12197
12198         * lily/slur-quanting.cc: new file.
12199         (score_extra_encompass): new function. Avoid scripts and
12200         accidentals
12201
12202 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12203
12204         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
12205         This greatly reduces the number of files that get recompiled
12206         after touching config.hh.
12207
12208         * config.hh.in: Remove GUILE_*_VERSION.
12209
12210         * lily/new-slur.cc: Resolve conflicts.
12211
12212         * lily/stem-engraver.cc (make_stem): New method.
12213
12214         * lily/include/script-interface.hh:
12215         * lily/script-interface.cc: New file.
12216
12217         * lily/include/script.hh:
12218         * lily/script.cc: Remove.
12219
12220         * lily/music.cc (duration_log): New method.
12221
12222         * lily/script.cc (struct Skript): Remove.
12223
12224         * lily/new-slur.cc (get_base_attachments): Try at articulations.
12225         Lots of coding cleanups (Stom).
12226
12227 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12228
12229         * lily/new-slur.cc (avoid_staff_line): new function: avoid
12230         collisions with staff lines.
12231
12232         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
12233         global_path
12234
12235         * scm/define-grobs.scm (all-grob-descriptions): set ratio
12236         .25. This flattens short slurs.
12237
12238         * lily/new-slur.cc (enumerate_attachments): move X of attachment
12239         points for tilted slurs.
12240
12241         * input/regression/slur-tilt.ly: new file.
12242
12243         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
12244         stems of 16th graces too.
12245
12246         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
12247         quant penalty dependent on how much the line is in the gap.
12248
12249         * input/regression/grace-stem-length.ly: new file.
12250
12251         * lily/beam-quanting.cc (score_forbidden_quants): remove
12252         interquant check. The penalty of 1000 is much too harsh, and the
12253         inter case should be caught by check-staff-line-in-gap check.
12254
12255         * lily/scm-option.cc: move debug-beam to \paper.
12256
12257         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
12258         .txt files to appease makeinfo.
12259
12260         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
12261         remove texttagline.
12262         
12263         * lily/new-slur.cc: cleanup, split in functions.
12264
12265         * lily/parser.yy (chord_body_element): allow octave-check = inside
12266         chord body. 
12267
12268         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
12269
12270         * lily/stem.cc (height): call Beam::after_line_breaking().
12271
12272         * lily/rest-collision.cc (force_shift_callback): only call shift
12273         for columns containing rests.
12274
12275         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
12276
12277         * input/regression/font-postscript.ly: invoke afm2tfm. 
12278
12279 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12280
12281         * mf/SConscript: Build map files.
12282
12283         * SConstruct: Rename $out to out-www in web.
12284
12285 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12286
12287         * SConstruct (web_kluts): Have make web build in out-www.  Not.
12288
12289 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12290
12291         * Documentation/user/music-glossary.tely (Top): add fragment to
12292         pertinent @lilypond entries.
12293
12294         * scm/define-grobs.scm: switch on new-slur by default.
12295
12296         * lily/scm-option.cc: symbol != string.
12297
12298         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
12299         really work yet.
12300         (set_end_points): make X coord of attachment dependent on  Y.
12301         (score_encompass): add edges too.
12302
12303 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12304
12305         * lily/stem.cc (get_beaming): new function.
12306
12307         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
12308         for fragment snippets. This fixes inclusion of toplevel-music
12309         examples (such as new-slur.ly)
12310  
12311 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12312
12313         * scripts/lilypond-book.py: Remove second import of stat.
12314
12315         * More SCons cleanups.
12316
12317         * Documentation/bibliography/computer-notation.bib (note): Remove
12318         extraneous closing brace.
12319
12320 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12321
12322         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
12323         stat calls.
12324
12325         * Documentation/bibliography/SConscript (bibs): failed try to get
12326         bib2html find html-long.bst.
12327
12328         * buildscripts/bib2html.py (stat): fail if bibtex fails.
12329
12330         * make/stepmake.make: use usescons for using scons. 
12331
12332 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12333
12334         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
12335         for lilypondend.  Import stat (huh?).
12336
12337 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12338
12339         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
12340         bypass dvi. 
12341
12342         * input/regression/font-postscript.ly: new file. 
12343
12344         * scm/framework-ps.scm (load-fonts): load pfb files too.
12345
12346         * lily/pfb.cc (pfb2pfa): new file.
12347
12348 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12349
12350         * scripts/lilypond-book.py (PREAMBLE_LY): set
12351         toplevel-music-handler too.
12352
12353 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12354
12355         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
12356         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
12357
12358         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
12359
12360         * python/SConscript:
12361         * python/vim:
12362         * input/mutopia/*SConscript: New file.
12363
12364         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
12365
12366         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
12367         fixes web build.
12368
12369         * make/stepmake.make (scons): re-route to SCONS if user has been
12370         running scons in this tree.
12371
12372         * SConstruct (config_vars): Add CPPDEFINES.
12373         (env): Set checksums type to "content".
12374         (save_config_cache): Do not exit after configuring when using
12375         checksums (the default) instead of timestamps.
12376
12377 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12378
12379         * SConstruct: Further development.
12380
12381         * input/test/SConscript: 
12382         * input/template/SConscript: 
12383         * input/regression/SConscript: 
12384         * Documentation/bibliography/SConscript:
12385         * Documentation/bibliography/index.html.in: New file.
12386
12387         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
12388         generation.
12389
12390         * buildscripts/builder.py: Add new builders.
12391
12392         * make/stepmake.make: 
12393         * stepmake/stepmake/*.make: 
12394         * configure.in:
12395         * lily/*:
12396         * flower*: Use config.hh (Was config.h).
12397
12398         * scm/encoding.scm (get-coding): Print friendly error message when
12399         no encoding is found, rather than crashing.
12400
12401 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12402
12403         * lily/new-slur.cc (score_slopes): strong sloping score only when
12404         stems point in same dir. 
12405
12406 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12407
12408         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
12409         for beam start.
12410
12411         * lily/parser.yy (context_prop_spec): check grob name for
12412         alphanumericness..
12413
12414         * lily/lyric-engraver.cc: creates LyricText objects
12415
12416 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12417
12418         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
12419
12420 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12421
12422         * SConstruct: Configure only pristine build tree or on user
12423         request.  Cleanups.  Add Documentation/topdocs to subdirs.
12424         Use checksums instead of timestamps.
12425         (CheckYYCurrentBuffer): Return result.
12426
12427         * Documentation/topdocs/SConscript: New file.
12428
12429 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12430
12431         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
12432
12433         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
12434         scm_from_int instead.
12435
12436 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12437
12438         * SConstruct: Updates.  Add targets: tar, dist, release.
12439
12440 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12441
12442         * input/mutopia-header.ly: Generate output.
12443
12444         * SConstruct:
12445         * buildscripts/builder.py:
12446         * Documentation/user/SConscript: SCons fixes.
12447
12448 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12449
12450         * lily/new-slur.cc (class New_slur): new file. Score based slur
12451         computations.
12452
12453 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12454
12455         * mf/SConscript: Remove Builders.
12456
12457         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
12458
12459         * input/SConscript: 
12460         * Documentation/user/SConscript: New file.
12461
12462 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12463
12464         * Documentation/topdocs/NEWS.texi (Top): add note about new
12465         emacs electric-|
12466
12467         * scm/*.scm: adapt ly:warn calls.
12468
12469         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
12470
12471         * lily/repeat-acknowledge-engraver.cc (process_music): look at
12472         main timing, not grace timing. Fixes volta-repeat-grace.
12473
12474         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
12475         remove ly:kpathsea-gulp-file.
12476
12477         * scm/translation-functions.scm (format-metronome-markup): make
12478         note smaller, align to bottom.
12479
12480         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
12481
12482         * lily/metronome-engraver.cc (stop_translation_timestep): attach
12483         metronome to musical column. Don't ack time sigs or bar lines.
12484
12485 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
12486
12487         * THANKS: sort, add David. Kristof contributed code, he is a
12488         contributor.
12489
12490 2004-07-09  David Svoboda      <svoboda@cmu.edu>
12491
12492         * elisp/lilypond-mode.el,
12493         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
12494         count beats between last measure stop | and point in emacs.
12495         
12496 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12497
12498         * tex/GNUmakefile (TEX_FILES): don't dist
12499         music-drawing-routines.ps, latin1.enc 
12500
12501         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
12502         --no-pdf, --pdftex
12503         (copyright): add --latex option
12504         (ic_p.make_include_option): use direct PS as default.
12505
12506         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
12507
12508         * input/regression/beam-concave.ly (rossFourBeams): add cases from
12509         Ross
12510
12511         * scm/script.scm (default-script-alist): marcato should follow
12512         into staff
12513         
12514 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12515
12516         * buildscripts/builder.py:
12517         
12518         * Documentation/SConscript (outdir): New file.  Add *list.ly
12519         dependencies.  Fixes PDF doc build.
12520
12521 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12522
12523         * SConstruct: Add Tar target (incomplete), fix install issues, fix
12524         run from build-dir.
12525
12526         * ly/SConscript:
12527         * scm/SConscript: New file.
12528
12529         * lily/main.cc (dir_info): Print variables in sh format.
12530
12531         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
12532
12533         * mf/SConscript: Update multiple target rules.
12534
12535         * SConstruct (assert_version): Add.
12536
12537 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12538
12539         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
12540
12541 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12542
12543         * buildscripts/mf-to-table.py: Do not try to open ''.
12544
12545         * mf/SConscript: New file.
12546
12547 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
12548
12549         * scm/fret-diagrams.scm : Convert many properties to constants,
12550         reducing the pollution of the property namespace.
12551
12552         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
12553         unnecessary properties for fret-diagram
12554
12555         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
12556         for interface
12557
12558 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12559
12560         * SConstruct: Update.
12561
12562 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12563
12564         * input/regression/beam-quant-standard.ly (seconds): print desired
12565         quants when failing.
12566
12567 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12568
12569         * SConstruct:
12570         * flower/SConscript:
12571         * lily/SConscript: New file.
12572
12573 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
12574
12575         * scm/define-grob-properties.scm (all-user-grob-properties): Add
12576         descriptions for all fret-diagram properties.
12577
12578         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
12579         fret-diagram interface code
12580
12581 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12582
12583         * ly/book-paper-defaults.ly: set default encoding to ec.
12584
12585         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
12586         installed.
12587
12588         * tex/latin1.enc: new file, from a2ps. 
12589
12590 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
12591
12592         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
12593         add a faint, green border line.
12594
12595         * Documentation/index.html.in: drop <table>, add a faint border line.
12596
12597 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12598
12599         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
12600
12601         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
12602
12603 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
12604
12605         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
12606
12607         * scm/output-tex.scm (white-text): Add scale parameter to allow font
12608         scaling
12609
12610         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
12611         properly scale white text
12612
12613         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
12614         position for numbered dots so dot will touch fret.
12615         (various routines): move to font-metric interface, rather than
12616         name, size interface.  Clean up comments.
12617
12618         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
12619         size and offset to better center white text.
12620
12621 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12622
12623         * ChangeLog: Remove pre-2.1 changes.
12624
12625         * Documentation/misc/ChangeLog-2.1: New file.
12626
12627         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
12628         from ChangeLog.
12629
12630 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12631
12632         * input/test/chords-below-volta-bracket.ly,
12633         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
12634
12635 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12636
12637         * VERSION: release 2.3.6
12638
12639         * input/regression/beam-quant-standard.ly: new file: test standard
12640         beam quants.
12641
12642         * scm/beam.scm (check-quant-callbacks): new function
12643         (check-beam-quant): new function: check whether current beam
12644         quants match argument.
12645
12646         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
12647         forbidden quant for sitting (upstem)/hanging (downstem) on outer
12648         staffline line.
12649
12650 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12651
12652         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
12653         functions.
12654
12655         * lily/note-collision.cc (do_shifts): align colliding notes to
12656         their leftmost note.
12657
12658         * input/regression/collision-alignment.ly: new file.
12659
12660         * ly/init.ly: don't print gc stats.
12661
12662         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
12663         extra newline
12664
12665         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
12666         for dimensions. This fixes ottava-remove-empty-staff.ly
12667
12668         * input/regression/lyrics-tenor-clef.ly: new file.
12669
12670         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
12671         cyclic parents when two axis-group-engravers are
12672         present. Fixes: crash-axis-group-engraver.ly. 
12673         
12674         * input/test/volta-chord-names.ly: new file.
12675
12676         * scm/define-context-properties.scm
12677         (all-user-translation-properties): change voltaOnThisStaff
12678         definition. 
12679
12680         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
12681         if necessary.
12682
12683         * lily/volta-bracket.cc (print): handle volta brackets without
12684         bars. 
12685
12686 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12687
12688         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
12689         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
12690
12691 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12692
12693         * scm/output-gnome.scm: updated instructions for running gnome
12694         backend
12695
12696 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
12697
12698         * scm/fret-diagrams.scm (draw-dots): default values for dot size
12699         and dot-position now depend on finger-code value; in-dot makes
12700         dots larger and centered.
12701         (draw-barre): added straight-barre indicator option
12702         (draw-dots): made fontify-text-white work.
12703
12704         * music-drawing-routines.ps: added /draw_white_text
12705
12706         * scm/output-tex.scm:  added white-text
12707
12708         * scm/output-ps.scm:  added white-text
12709
12710         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
12711         list of stencil expressions
12712
12713         * scm/stencil.scm: Added fontify-text-white
12714
12715 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
12716
12717         * input/regression/+.ly: use @unnumbered section.
12718
12719 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12720
12721         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
12722         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
12723
12724 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12725
12726         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
12727
12728 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12729
12730         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12731         was causing an error. (was not actually commited in 2004-06-20)
12732
12733         * input/regression/lily-in-scheme.ly (withPaddingC): does not
12734         breaks anymore
12735
12736 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12737
12738         * VERSION: 2.3.5 released.
12739         
12740         * lily/my-lily-parser.cc (parse_string): switch module too.
12741
12742 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12743
12744         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
12745         ec-fonts-mftraced to running requirements.
12746
12747 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12748
12749         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
12750         assignments don't reach the original file.
12751
12752         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
12753         exists
12754
12755 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12756
12757         * scm/output-gnome.scm: 
12758         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
12759
12760         * debian/: Apply Debian patch (Anthony Fok).
12761
12762 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
12763
12764         * Documentation/user/music-glossary.tely: fix titling; @top is already
12765         an @unnumbered @chapter.
12766
12767 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12768
12769         * debian/GNUmakefile (EXTRA_DIST_FILES):
12770         (CONF_FILES): update file list.
12771
12772         * lily/stencil.cc (interpret_stencil_expression): bugfix.
12773
12774 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12775
12776         * debian/: Remove cruft (requested Anthony Fok.)
12777
12778         * buildscripts/guile-gnome.sh: Build without gcc libtool version
12779         juggling.
12780
12781         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
12782         Add popup menu with grob properties.
12783
12784         * lily/grob-scheme.cc (ly:grob-properties):
12785         (ly:grob-basic-properties): New function.
12786
12787         * lily/stencil.cc (interpret_stencil_expression): Comment-out
12788         "no-origin" call.  Fixes -fps output.
12789
12790         * scm/output-ps.scm (no-origin): Add dummy implementation.
12791
12792         * scm/output-gnome.scm (define-origin): Remove
12793         (grob-cause): Add.
12794
12795         * scm/output-ps.scm (scm):
12796         * scm/output-tex.scm (scm): Remove define-origin from exports list.
12797         (define-origin): Remove.
12798
12799         * scm/output-gnome.scm (define-origin): 
12800
12801         * scm/lily.scm (ly:all-output-backend-commands): Remove
12802         define-origin.  Add grob-cause.
12803
12804 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
12805
12806         * buildscripts/lilypond-words.py: add ly/portugues.ly.
12807
12808 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
12809
12810         * Documentation/user/GNUmakefile:
12811         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
12812         --include-css=.../texinfo.css; command includes css into the html.
12813
12814         * Documentation/texinfo.css: add file.
12815         define <hr> as black and thin.
12816
12817 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12818
12819         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
12820         stencil expression. Junk define-origin.
12821
12822         * lily/my-lily-parser.cc (parse_string): init parser variable when
12823         lexer_ is set, ie. in parse_string and parse_file.
12824
12825         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
12826         ly:score-bookify.
12827
12828         * scm/lily.scm (collect-scores-for-book): new function.
12829
12830         * ly/init.ly: print collected scores/musics.
12831
12832         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
12833         scope, not in lily module.
12834
12835         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
12836
12837         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
12838         encapsulate gtk/pango tests.
12839
12840         * po/tr.po: Turkish translation.
12841
12842 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12843
12844         * input/regression/lily-in-scheme.ly: regression test for #{
12845         ... #} syntax
12846
12847         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
12848         was causing an error.
12849
12850         * Documentation/user/programming-interface.itely (Using LilyPond
12851         syntax inside Scheme): documentation for #{ ... #} syntax.
12852
12853 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
12854
12855         * Documentation/index.html.in: use black thin <hr>.
12856
12857         * buildscripts/mutopia-index.py: use thin black <hr>.
12858
12859 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12860
12861         * scm/fret-diagrams.scm: Use UNIX style line endings.
12862         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
12863         typo.  Fixes compile.
12864
12865         * scm/output-ps.scm (white-dot): Remove second incarnation.
12866
12867         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
12868
12869 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12870
12871         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
12872         single file error.
12873
12874         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
12875
12876 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
12877
12878         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
12879         remove size as argument to fret-diagram interface;
12880         improved white-circle dots for fret;
12881         improved top-fret thick line/
12882
12883         * scm/output-ps.scm: added white-dot function
12884
12885         * scm/output-tex.scm: added white-dot function
12886
12887         * tex/music-drawing-routines.ps: added draw_white_dot function
12888
12889         * ps/music-drawing-routines.ps: added draw_white_dot function
12890
12891         * input/test/fret-diagram.ly: examples to show multiple
12892         functions and multiple interfaces
12893
12894 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
12897         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
12898
12899         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
12900         conflict.  Have I told you lately how much I love autotools?
12901
12902 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12903
12904         * lily/lily-guile.cc: 
12905         * lily/pangofc-afm-decoder.cc:
12906         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
12907         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
12908
12909         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
12910         developers.
12911
12912         * lily/paper-outputter.cc (file): New method.
12913         (dump_string): Use it.
12914
12915         * scm/output-gnome.scm: Update with pango CVS info, lilylib
12916         musing.
12917
12918         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
12919         of them has a comma :-).
12920
12921         * scm/framework-gnome.scm: Add pango decoders.
12922
12923         * lily/include/pangofc-afm-decoder.hh: 
12924         * lily/pangofc-afm-decoder.cc: New file.
12925
12926         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
12927
12928         * configure.in: Check for pango.
12929
12930         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
12931         autoconf).
12932         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
12933
12934         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
12935
12936 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12937
12938         * Documentation/user/tutorial.itely (Integrating text and music):
12939         fix grammar & punctuation.
12940
12941 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12942
12943         * lily/: Stray janitorial cleanups.
12944
12945         * scm/lily.scm (ly:all-stencil-expressions):
12946         * scm/lily.scm (ly:all-output-backend-commands): New function.
12947
12948         * scm/safe-lily.scm (safe-objects): Add them.
12949
12950         * scm/framework-gnome.scm (<gnome-outputter>): New class.
12951
12952         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
12953
12954 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12955
12956         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
12957
12958 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12959
12960         * scm/page-layout.scm (default-page-make-stencil): add
12961         raggedbottom, raggedlastbottom.
12962
12963         * Documentation/user/changing-defaults.itely (Page layout): add doc.
12964
12965         * scm/framework-tex.scm (define-fonts): fix export of
12966         papersize.
12967
12968         * lily/paper-book.cc (classic_output): strip suffixes from
12969         framework functions.
12970
12971         * lily/tuplet-bracket.cc (before_line_breaking): do not return
12972         SCM_UNDEFINED to Scheme.
12973
12974 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12975
12976         * lily/book.cc: remove Book::to_stencil().
12977         (process): whoops. Score::book_rendering returns vector, not list.
12978
12979         * scripts/convert-ly.py (conv): remove \notes.
12980         apply to input examples.
12981
12982         * lily/paper-outputter.cc (output_stencil): don't use
12983         smobify_self() but self_scm()
12984
12985         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
12986         from smobify_self().
12987
12988         * lily/paper-book.cc (output): load framework module
12989         scm_c_resolve_module().
12990
12991         * python/lilylib.py (exit): exit with argument i.
12992
12993 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12994
12995         * scm/framework-gnome.scm (output-framework-gnome): Try loading
12996         gnome modules from non-toplevel.
12997
12998         * lily/ly-module.cc (ly:import-module): Export to ly:.
12999
13000         * lily/paper-score.cc (process): Do not show progress newline.
13001
13002         * lily/paper-book.cc (output, classic_output): Show progess
13003         newline after score.
13004
13005 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
13006
13007         * buildscripts/lilypond-words.py: add ly/vlaams.ly
13008
13009 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13010
13011         * lily/score.cc (ly:run-translator): Do not crash on empty music
13012         list.
13013
13014         * lily/book.cc (process): Do not render score when systems is empty.
13015
13016         * input/simple-song.ly: Down one octave.
13017
13018         * scm/output-gnome.scm: Remove script again; re-add modules fix
13019         (CVS conflict resolve?)
13020
13021         * lily/stencil.cc (ly:interpret-stencil): Was:
13022         interpret_stencil_expression.
13023
13024 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13025
13026         * buildscripts/guile-gnome.sh: New file.
13027
13028         * scm/output-gnome.scm: White background, better window size, sane
13029         canvas size.  Cleanups.
13030
13031 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13032
13033         * VERSION: release 2.3.4
13034
13035         * Documentation/user/invoking.itexi (Invoking the lilypond
13036         binary): document --safe.
13037
13038         * scm/output-gnome.scm: set PATH in script.
13039
13040         * scm/page-layout.scm (default-page-make-stencil): don't stretch
13041         if there is too few systems on a page.
13042
13043         * lily/parser.yy (relative_music): start at middle C without pitch
13044         argument.
13045
13046         * Documentation/user/changing-defaults.itely (Page layout): new node.
13047         (Paper size): rename node
13048         (Page breaking): new node.
13049         (Titling): move from invoking.
13050         (File structure): new node.
13051
13052         * lily/parser.yy (score_body): allow \header and music anywhere in
13053         \score body.
13054
13055 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13056
13057         * scm/lily.scm (ly:load): Remove page-breaking.scm.
13058
13059 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13060
13061         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
13062
13063         * lily/include/paper-line.hh: rename to Paper_system.
13064
13065         * lily/include/paper-book.hh: doc class.
13066
13067         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
13068
13069         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
13070         (plain-header): add instrument-name.
13071         (default-page-make-stencil): bugfixes.
13072
13073         * lily/parser.yy (book_body): allow \header anywhere in \book{}
13074
13075         * lily/paper-book.cc: remove copyright & tagline. Remove
13076         interactions with Page
13077
13078         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
13079         here, 
13080         (default-page-make-stencil): new function
13081         (default-page-music-height): new function
13082         (page-headfoot): new function
13083         (ly:optimal-page-breaks): generate stencils directly from here
13084
13085         * scm/titling.scm: new file, group titling functions
13086
13087 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13088
13089         * scm/output-gnome.scm: Handle multiple pages.
13090
13091         * scm/framework-gnome.scm: Do not load output-gnome.
13092         (framework-gnome): Invoke output-gnome::header and
13093         output-gnome::end-output as faked stencils.  Fixes experimental
13094         gnome output.
13095
13096 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13097
13098         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
13099         octavation compatibility fixes. Backportme. 
13100
13101         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
13102         pages.
13103         (ly:optimal-page-breaks): combine-penalties: no shortcut for
13104         negative. Now we handle negative penalties (ie. \pageBreak)
13105         correctly.
13106
13107         * lily/system.cc (get_line): extract page-penalty from the left
13108         bound.
13109
13110         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
13111
13112 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13113
13114         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
13115
13116 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13117
13118         * scm/output-gnome.scm: Update script.  Move development to
13119         lilypond_2_3_2 branch for now.
13120
13121 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13122
13123         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
13124         negative penalties.
13125         cleanups.
13126
13127         * Documentation/user/changing-defaults.itely (Creating contexts):
13128         index entries
13129
13130         * scm/page-breaking.scm (ly:optimal-page-breaks): new
13131         file. Rewrite function. 
13132
13133         * lily/paper-book.cc (pages): new interface: page-breaking returns
13134         list of line-list.
13135
13136         * lily/page.cc (Page): take lines argument.
13137
13138         * scm/document-translation.scm (all-engravers-doc): link to user man
13139
13140         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
13141         iso. score.
13142
13143         * Documentation/user/notation.itely (Relative octaves): typo.
13144
13145         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
13146
13147 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13148
13149         * scm/output-gnome.scm: Update build script.
13150
13151 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13152
13153         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
13154         gnome backend.
13155
13156         * scm/framework-gnome.scm: New file.
13157
13158         * scm/lily.scm: Use it.
13159
13160         * lily/paper-outputter.cc: Janitorial cleanups.
13161         (ly:outputter-dump-string): Remove unreachable statement.
13162
13163         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
13164         (ice-9): Bugfix: Add srfi-1.
13165
13166         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
13167
13168 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13169
13170         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
13171         in do_quit()
13172
13173 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13174
13175         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
13176
13177 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13178
13179         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
13180         override of Beam::position-callbacks. Why would grace beams not be
13181         quantized? Fixes: weird-stem-size-grace. 
13182
13183         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
13184         warning only once. Backportme.
13185
13186         * lily/accidental-engraver.cc (number_accidentals_from_sig):
13187         bugfix, 2nd try. Backportme.
13188
13189         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
13190
13191 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13192
13193         * Documentation/user/notation.itely (Instrument transpositions):
13194         Correct the name of the instrumentTransposition property.
13195
13196 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13197
13198         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
13199
13200 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13201
13202         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
13203         and postLilyPondExample are called when defined.
13204
13205 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13206
13207         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
13208         This fixes setting notenames with `\include "nederlands.ly" '
13209
13210         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
13211         new function.
13212
13213 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13214
13215         * scm/page-layout.scm: don't do piece, it should be in score-title
13216         only.
13217
13218         * lily/lexer.ll: lex \score separately.
13219
13220         * lily/paper-book.cc: junk stencil2line.
13221
13222         * lily/paper-line.cc (Paper_line): construct from Stencil
13223         directly. No futzing with the dimensions.
13224
13225         * lily/include/paper-line.hh (class Paper_line): 
13226
13227         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
13228         takes arbitrary number of arguments.
13229
13230         * input/test/markup-score.ly (tuning): simplify example. 
13231
13232 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13233
13234         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
13235
13236         * scm/define-markup-commands.scm (score): define score-markup
13237
13238         * lily/parser.yy (markup): use score-markup.
13239
13240         * lily/score.cc: add ly:score? 
13241
13242 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
13243
13244         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
13245         fret-parse-string so it prepares for calls to fret-diagram-verbose
13246         Changed display constants to props so they are available for
13247         \override.
13248
13249 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13250
13251         * VERSION: release 2.3.3
13252
13253         * stepmake/stepmake/generic-vars.make: unset LANG.
13254
13255         * input/regression/tuplet-nest.ly: bugfix.
13256
13257         * lily/tie-performer.cc (stop_translation_timestep): reset
13258         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
13259
13260         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
13261         clear repeat_ directly after setting stem_tremolo_. Fixes:
13262         tremolo-repeat.ly
13263
13264         * input/regression/span-bar-break.ly: new file.
13265
13266         * scm/define-grobs.scm (all-grob-descriptions): remove
13267         break-visibility from SpanBar. Fixes: piano-repeat.ly
13268
13269 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13270
13271         * python/lilylib.py (make_ps_images): only compute bbox when needed.
13272
13273         * scripts/lilypond-book.py (process_snippets): use lily -f ps
13274         files for generating pngs. (failed experiment)
13275
13276         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
13277         file with PFA fonts included.
13278
13279         * lily/score.cc (default_rendering): put header in too.
13280
13281         * lily/paper-line.cc (LY_DEFINE): change function to
13282         ly:paper-line-extent
13283
13284         * scm/page-layout.scm (default-book-title): only add lines for
13285         non-nil fields.
13286         (default-score-title): idem.
13287
13288         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
13289
13290         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
13291
13292         * lily/include/paper-book.hh (class Paper_book): remove height_
13293         member.
13294
13295         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
13296
13297         * lily/ly-module.cc (LY_DEFINE): bugfix.
13298
13299         * lily/paper-book.cc (book_title): separate function for the book
13300         title.
13301
13302         * scm/page-layout.scm (default-book-title): only account for
13303         markup fields.
13304
13305         * scm/framework-ps.scm: new file. Move high level interface from
13306         output-ps.scm
13307
13308         * scm/music-functions.scm (def-grace-function): move macros from
13309         ly/music-functions-init.ly
13310
13311         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
13312         framework-tex.scm
13313
13314         * scm/framework-tex.scm (dump-line): new file. High level
13315         interface for output (pages, systems, header). 
13316
13317         * lily/include/page.hh (class Page): add is_last_ field.
13318
13319         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
13320
13321         * lily/paper-book.cc (split_string): new function
13322         (output): output multiple formats, i.e. --format=ps,tex
13323
13324         * scm/output-ps.scm (output-scopes): dump variables directly.
13325         (define-fonts): rewrite for new interface
13326
13327         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
13328
13329         * lily/paper-outputter.cc (Paper_outputter): take format argument.
13330
13331         * lily/main.cc (parse_argv): don't set extension for output.
13332
13333         * lily/clef-engraver.cc (create_clef): remove
13334         Staff_symbol_referencer::set_position() call. 
13335
13336 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13337
13338         * ly/music-functions-init.ly (addlyrics): set the 'origin property
13339         with the location argument in music function definitions.
13340
13341 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13342
13343         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
13344         staffsymbol dependency.
13345
13346         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
13347         cleanups.
13348
13349         * lily/book.cc (process): return Paper_book
13350         (to_stencil): use Book::process().
13351
13352         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
13353         header_ field. Store in $globalheader
13354
13355         * lily/parser.yy (book_body): book header is initted to
13356         $globalheader.
13357
13358
13359 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13360
13361         * input/test/fill-a4.ly: removed.
13362
13363         * lily/parser.yy (output_def): push scope of parent_ Output_def
13364         too.
13365
13366 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13367
13368         * scm/output-gnome.scm: Update info.
13369
13370 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13371
13372         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
13373
13374         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
13375         than 1 module.
13376
13377         * lily/include/ly-module.hh (ly_use_module): rename is_module to
13378         ly_c_module_p.
13379
13380         * scm/page-layout.scm (default-book-title): move Scheme titling
13381         functions to here.
13382
13383         * lily/parser.yy (book_paper_block): remove scope too.
13384
13385         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
13386
13387         * lily/rest.cc: add direction to rest properties.
13388
13389         * lily/include/output-def.hh: new file, move from
13390         music-output-def.hh
13391
13392 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13393
13394         * scm/output-gnome.scm: Describe feta-cork hack.
13395
13396 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13397
13398         * lily/include/book-paper-def.hh: derive from Output_def 
13399
13400         * lily/include/paper-def.hh: move all functionality out of class.
13401         Junk header.
13402
13403         * lily/include/music-output-def.hh: rename Music_output_def to
13404         Output_def.
13405
13406         * input/wilhelmus.ly: only set space for Paper formatting. 
13407
13408         * lily/include/midi-def.hh: remove file, remove class.
13409         Move functions to Music-output-def.
13410
13411         * lily/music-output-def.cc (Music_output_def): remove separate
13412         translator table. Lookup translators in scope directly. This
13413         obviates Context suffix for context identifiers, i.e.
13414
13415         \context {
13416           \Staff
13417           .. 
13418           }
13419
13420
13421         will work.
13422
13423
13424         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
13425
13426         * Documentation/user/changing-defaults.itely (Horizontal spacing):
13427         document spacing override hack.
13428
13429 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13430
13431         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
13432         installation info.  Support point-and-click.  Add +/- zoom
13433         keybindings.
13434
13435 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13436
13437         * VERSION: 2.3.2 released
13438
13439         * lily/parser.yy (book_body): set default bookpaper.
13440
13441         * scm/output-tex.scm (header): kludge: hard code linewidth. 
13442
13443         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
13444
13445 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13446
13447         * lily/score.cc (default_rendering): scale outputdef before
13448         starting.
13449
13450 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13451
13452         * scm/fret-diagrams.scm: Add header.
13453
13454         * scm/output-gnome.scm: Hello world :-)
13455
13456 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13457
13458         * scripts/lilypond.py (run_dvips): only add papersize if present.
13459
13460         * lily/accidental-engraver.cc (update_local_key_signature): new
13461         function, fold code from initialize() and process_music().
13462         (update_local_key_signature): use deep copy. This fixes one
13463         problem from custom-key-signatures.ly.
13464         (number_accidentals_from_sig): tighter check for
13465         accidental-too-old.
13466
13467         * ly/engraver-init.ly: remove localKeySignature
13468         definition from ChoirStaff, StaffGroup, Score.
13469
13470         * lily/percent-repeat-engraver.cc (try_music): add moments for
13471         barlines too. Fixes: skipbars-percent-repeat.ly.
13472
13473 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13474
13475         * lily/context-def.cc (filter_performers): don't go to cdrloc if
13476         skipping last pair. Fixes: crash-bar-number.
13477
13478         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
13479         D. Sorensen)
13480
13481         * input/test/fret-diagram.ly: new file.
13482
13483         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
13484         (scale-paper): divide by scale.
13485
13486 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13487
13488         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
13489         case.
13490
13491 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13492
13493         * scm/stencil.scm (fontify-text): reinstate function
13494
13495         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
13496
13497         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
13498
13499         * lily/parser.yy (book_paper_head): \bookpaper {} 
13500
13501         * python/midi.c: remove config.h
13502
13503 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13504
13505         * scm/output-gnome.scm: Update.
13506
13507 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13508
13509         * scm/output-gnome.scm: New file.
13510
13511         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
13512
13513 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13514
13515         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
13516         (find_scaled_font): move from Paper_def
13517
13518 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13519
13520         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
13521         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
13522
13523         * po/fr.po: update po.
13524
13525         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
13526
13527         * lily/book-paper-def.cc (print_smob): new file.
13528
13529 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
13530
13531         * buildscripts/lilypond-words.py: search words also from
13532         music-functions-init.ly.
13533
13534 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13535
13536         * ly/music-functions-init.ly (def-music-function): new helper
13537         macro for defining music functions. \addlyrics \appoggiatura
13538         \acciaccatura \grace \partcombine \autochange \applycontext
13539         \applyoutput and \breathe are now defined here thanks to it.
13540
13541         * lily/parser.yy: 
13542         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
13543         \grace \partcombine \autochange \applycontext \applyoutput and
13544         \breathe keywords removed from the parser.
13545
13546         * lily/parser.yy: 
13547         * lily/music-function.cc (ly_make_music_function): 
13548         * lily/lexer.ll (music_function_type): added a case for 0-arg
13549         music functions.
13550
13551 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13552
13553         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
13554         refering to a music expression can be used in lily-inside-scheme:
13555         #{ $music #}
13556
13557         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
13558         and ly:parser-define, and change ly:parser-parse-string in order
13559         to make #{ $music #} work.
13560
13561         * scm/new-markup.scm (compile-markup-expression): when an argument
13562         is a string, use `make-simple-markup'.
13563
13564 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13565
13566         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
13567
13568 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13569
13570         * scripts/convert-ly.py (FatalConversionError.func): handle + in
13571         font-size. (backportme)
13572
13573 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13574
13575         * lily/paper-outputter.cc (output_stencil): dump font definitions
13576         before each stencil.
13577
13578         * lily/include/paper-book.hh (struct Score_lines): new
13579         struct. Collect info per Paper-score.
13580
13581         * lily/include/page.hh (class Page): to_stencil() returns Stencil
13582         everywhere.
13583
13584         * lily/stencil.cc (find_expression_fonts): new function
13585
13586         * lily/paper-outputter.cc (output_stencil): use
13587         interpret_stencil_expr
13588
13589         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
13590         (interpret_stencil_expr): new function. Generic stencil
13591         interpretation.
13592
13593         * lily/paper-def.cc (find_scaled_font): divide lookup
13594         magnification by outpuscale for non-virtual fontmetrics. This
13595         fixes ludicrously long font definitions for text
13596         fonts. (backportme)
13597
13598         * lily/score-engraver.cc: remove
13599         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
13600
13601 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13602
13603         * input/test/markup-score.ly: Remove \notes.
13604
13605         * lily/parser.yy (book_body): Grok Composite_music and \header.
13606         (markup): Push NOTES mode before score_block.
13607
13608         * VERSION: release 2.3.1
13609
13610         * mf/feta-klef.mf: 
13611         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
13612
13613         * Documentation/user/programming-interface.itely: Use @emph (was:
13614         @em).
13615
13616         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
13617
13618 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13619
13620         * scm/output-tex.scm (output-tex-string): tighten safe security.
13621
13622         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
13623
13624         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
13625         allowed ly functions.
13626
13627         * lily/ly-module.cc (ly_module_define): only define variable if
13628         bound.
13629         (ly_make_anonymous_module): take safe option.
13630
13631 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13632
13633         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
13634
13635 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13636
13637         * input/regression/newaddlyrics.ly: Fix.
13638
13639         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
13640         \score \notes.
13641
13642 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
13643
13644         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
13645
13646 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13647
13648         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
13649
13650         * lily/paper-line.cc (Paper_line): don't store list of stencils,
13651         but convert to single Stencil immediately.
13652
13653         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
13654
13655 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13656
13657         * scm/output-sodipodi.scm: Resurrect sodipodi output.
13658
13659 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13660
13661         * elisp/lilypond-mode.el: Changed the way defaults are created for
13662         LilyPond-command-master.  LilyPond-mode will now check the
13663         timestamps of the files to see which command has to run next.
13664
13665 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13666
13667         * scm/bass-figure.scm (format-bass-figure): don't set
13668         number-markup for strings. This fixes string in bass
13669         figure. (backportme)
13670
13671         * lily/parser.yy (bass_number): insert number-markup into figure
13672         definition.
13673
13674         * scm/define-music-properties.scm (all-music-properties): make
13675         'figure a markup.
13676
13677         * scripts/convert-ly.py (conv): \apply -> \applymusic
13678
13679 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
13680
13681         * elisp/lilypond-mode.el: changed the order of some commands
13682         ("Midi" after "2Midi"), use the user-defined
13683         LilyPond-command-default as default instead of "LilyPond"
13684
13685         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
13686         to set the master file for the next command.
13687
13688         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
13689         with font-lock-reference-face.
13690
13691 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
13692
13693         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
13694
13695         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
13696
13697 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13698
13699         * ly/music-functions-init.ly (TODO): new file.
13700
13701         * lily/parser.yy (Generic_prefix_music_scm): add more
13702         music_function symbols.
13703         (Prefix_composite_music): change \apply to music-function   
13704
13705         * lily/include/music-function.hh: rename to music-function
13706
13707 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13708
13709         * lily/music-head.cc (LY_DEFINE): change order of args.
13710
13711         * input/regression/music-head.ly (texidoc): new file.
13712
13713         * lily/parser.yy (Generic_prefix_music): allow generic
13714         music-transformation functions. 
13715
13716         * lily/include/music-head.hh (is_music_head): new file.
13717
13718         * lily/music-head.cc (get_music_head_transform): new file.
13719
13720 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13721
13722         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
13723         empty extent. This fixes ottava brackets on rests. (backportme)
13724
13725         * make/lilypond.redhat.spec.in (Group): ln png files for info.
13726
13727         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
13728
13729         * cygwin/lily-wins.py: update for the lily-wins.py script.
13730
13731 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13732
13733         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
13734         code. This will obviate typeset_grob () in the future.  The effect
13735         of this is that improperly written spanner handling will result in
13736         invalid spanner bounds.
13737         (announce_grob): add to elems_ from here
13738         (typeset_grob): comment out.  
13739
13740         * lily/include/engraver.hh (make_spanner): new calling interface
13741         for make_{item,spanner}. This obviates most calls to
13742         announce_grob().
13743
13744         * scm/music-functions.scm (set-accidental-style): use GrandStaff
13745         iso. PianoStaff for piano styles.
13746
13747 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
13748
13749         * Documentation/user/music-glossary.tely: add segno after d.s.
13750
13751 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13752
13753         * lily/include/audio-column.hh: remove unused variables.
13754         (patch by Michael Welsh Duggan)
13755
13756         * flower/include/axes.hh (other_axis): inline Axes function
13757         (thanks to David Brandon).
13758
13759 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13760
13761         * cygwin/mknetrel: Install image links (backportme).
13762
13763         * Documentation/user/GNUmakefile (local-install-info): Activate
13764         actual installing of image links (backportme).
13765
13766 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13767
13768         * Documentation/user/notation.itely (Measure repeats): Removed
13769         unnecessary (and confusing) \context Voice{.
13770
13771 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13772
13773         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
13774
13775         * lily/page.cc (Page): Do not use ly_scheme_function for
13776         volatile/configurable variables (FIXME: better name).
13777
13778         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
13779         get_scmvar).
13780
13781 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13782
13783         * scripts/convert-ly.py (FatalConversionError.subst): use
13784         \transposition.
13785
13786 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
13787
13788         * lily/include/page.hh (class Page): Declare left_margin ().
13789
13790         * lily/page.cc: Remove paper var caching.
13791
13792 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13793
13794         * Documentation/user/music-glossary.tely: Add name to @top node.
13795         Remove comment from @table definitions (workaround for makinfo
13796         bug).
13797
13798         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
13799         ly:stencil-get-expr).  Update callers.
13800         (ly:stencil-align-to!):  Return stencil too.
13801
13802         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
13803         stencil.  Remove looped line-based page output.
13804         (output_line): Use line stencil.  Remove looped stencil-based line
13805         output.
13806
13807         * lily/page.cc (ly:page-paper-lines): New function.
13808
13809         * input/test/markup-score.ly: New file.
13810
13811         * scm/define-markup-commands.scm (stencil): New markup.
13812
13813         * lily/book.cc (to_stencil): New method.
13814
13815         * lily/parser.yy (markup): Use it to grok \score.
13816
13817 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13818
13819         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
13820
13821         * lily/paper-book.cc (pages): Change signature.  Update callers.
13822
13823         * lily/include/page.hh:
13824         * lily/page.cc: New file.
13825
13826         * lily/paper-line.cc (to_stencil): New method.
13827
13828         * lily/paper-outputter.cc (output_stencil): New method.
13829
13830         * lily/paper-outputter.cc (output_line): Use them.
13831
13832         * lily/warn.cc: Remove.
13833
13834         * lily/my-lily-parser.cc (distill_inname): Remove.
13835
13836         * flower/include/file-name.hh: 
13837         * flower/file-name.cc: New file.  Update users.
13838
13839         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
13840         (find): New method of same name.
13841
13842         * lily/my-lily-parser.cc (ly:parse-file): Use it.
13843
13844         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
13845         constant error message.
13846
13847 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
13848
13849         * input/test/{blank-notes.ly,staff-container.ly}: typos.
13850
13851 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13852
13853         * Documentation/user/music-glossary.tely: @table @strong' replaced
13854         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
13855         (backportme).
13856
13857 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13858
13859         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
13860
13861         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
13862         #{ lily music expression #} that returns an equivalent scheme
13863         music expression by parsing the string.
13864
13865 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
13866
13867         * lily/my-lily-parser.cc:
13868         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
13869         SCM string (foo.ly/toto.scm support).
13870
13871 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
13872
13873         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
13874
13875 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
13876
13877         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
13878
13879         * scripts/lilypond-book.py: LY code that includes \header is
13880         not assumed to be a fragment.
13881
13882 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13883
13884         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
13885         tremolo beams up.
13886
13887         * lily/stem.cc (chord_start_y): Return 0 if no heads.
13888         (get_default_stem_end_position): No tremolo head juggling if no
13889         heads.  Fixes tremolo crash on rests (backportme).
13890
13891         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
13892
13893 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
13894
13895         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
13896         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
13897
13898         * lily/lexer.ll: Allow \encoding in NOTES mode.
13899
13900         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
13901         for lyrics, not for commands.
13902
13903         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
13904         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
13905
13906         * input/regression/newaddlyrics.ly: New file.
13907
13908         * Documentation/topdocs/NEWS.texi: Update.
13909
13910         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
13911         (Music_list): Allow embedded scm.
13912
13913         * lily/score.cc (ly:score-bookify): New function.
13914
13915         * lily/music.cc (ly:music-scorify): Idem.
13916
13917         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
13918         (ly:parser-print-score): Idem.
13919
13920         * scm/lily.scm (default-toplevel-book-handler): Idem.
13921         (default-toplevel-music-handler): Idem.
13922         (default-toplevel-score-handler): Idem.
13923
13924         * ly/declarations-init.ly: Set default toplevel handlers.
13925
13926         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
13927
13928         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
13929         printer for score at toplevel.
13930
13931 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13932
13933         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
13934         Fix for simple case: input/simple-song.ly, more complex stuff
13935         does not work yet.
13936
13937 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13938
13939         * lily/parser.yy (Prefix_composite_music): split Composite_music
13940         in Prefix_composite_music and Grouped_music_list.
13941         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
13942
13943 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13944
13945         * scm/lily.scm (toplevel-expression): New define.
13946
13947         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
13948
13949         * lily/parser.yy (toplevel_expression): Use it.
13950
13951         * lily/include/my-lily-parser.hh: Smobbify.
13952
13953         * lily/my-lily-parser.cc (parse_string): New method.
13954
13955         * lily/my-lily-parser.cc (ly:parse-string): New function.
13956
13957         * Documentation/user/lilypond.tely: Add comment and workaround for
13958         gs-8.01 crash.  Fixes make web.
13959
13960         Simplification of toplevel music.
13961
13962         * lily/lexer.ll, lily/parser.yy:
13963
13964         * In LYRICS mode, return LYRICS_STRING.  This fixes one
13965         shift/reduce problem.
13966
13967         * Use NOTES mode at start of maininput.
13968
13969         * Grok toplevel composite music expression, put in score and book.
13970
13971         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
13972
13973         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
13974
13975         * input/simple.ly: New file.
13976
13977         * input/simple-song.ly: Idem.
13978
13979 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13980
13981         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
13982         Sandberg.
13983
13984 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13985
13986         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
13987
13988 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
13989
13990         * input/regression/accidental-octave.ly: doc automatic showing
13991         of note names.
13992
13993 2004-04-16  Heikki Junes <janneke@gnu.org>
13994
13995         * po/fi.po: do "make po && make -C po po-update" at top-level,
13996         then "cp po/out/fi.po po/fi.po" and update fields.
13997
13998         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
13999
14000 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
14001
14002         * Documentation/user/introduction.itely (About this manual): Fix
14003         templates and regression urls (backportme).
14004
14005 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
14006
14007         * ly/engraver-init.ly (Score:graceSettings): Increase
14008         beamed-lengths, especially for 32nd notes.
14009
14010         * Documentation/user/notation.itely (Grace notes): Correct the
14011         syntax for add-grace-property example.
14012
14013 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14014
14015         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
14016         `Generated' tag.
14017
14018         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
14019         Severely broken (the Debian package, at least).
14020
14021 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14022
14023         * lily/context.cc (find_create_context): assign to lvalue.
14024
14025 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14026
14027         * lily/include/translator.hh (class Translator): rename
14028         get_parent_context() to context () to avoid confusion.
14029
14030         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
14031
14032         * lily/lexer.ll: change is_string -> ly_c_string_p 
14033
14034         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
14035
14036         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
14037
14038 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14039
14040         * VERSION: release 2.3.0
14041
14042         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
14043
14044         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
14045         if nonempty.
14046
14047         * lily/include/context.hh (class Context): make members protected.
14048         (children_contexts): new accessor function.
14049
14050         * lily/include/translator.hh (class Translator): make
14051         daddy_context_ protected.
14052         (class Translator): clean up. 
14053
14054         * lily/include/context.hh (class Context): make daddy_context_
14055         private.
14056
14057         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
14058         higher for finding Voice. (backportme)  
14059
14060         * lily/include/context.hh (class Context): remove
14061         find_context_below() as a method.
14062
14063         * Documentation/user/notation.itely (The Lyrics context): add note
14064         about manual durations
14065
14066         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
14067         encoding.
14068
14069         * scm/output-tex.scm (text): dump \inputencoding{} for text.
14070
14071 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14072
14073         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
14074         \usepackage{inputenc}
14075
14076         * lily/paper-book.cc (classic_output): don't advance Offset for
14077         TeX output.
14078
14079         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
14080         ec-sauter.map in rules
14081
14082         * mf/ecb.mf (font_identifier): new file, based on ecbx
14083
14084         * mf/ecb10.mf (gensize): new file.
14085
14086         * Documentation/topdocs/NEWS.texi (Top): document some more new
14087         features.
14088
14089         * ly/declarations-init.ly: run convert-ly
14090
14091         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
14092         from input-file-results. Remove input-file-results.* 
14093
14094 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14095
14096         * scm/output-ps.scm (font-command): Fix, again.
14097
14098         * input/test/title-markup.ly: Add \noPagebreak test.
14099
14100         * lily/score-engraver.cc (try_music): Bugfix.
14101
14102 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14103
14104         * lily/main.cc (main_with_guile): excise dependency options -M and
14105         --dep-prefix
14106
14107         * lily/input-file-results.cc: excise Makefile dependency code
14108
14109         * Documentation/user/invoking.itexi (Invoking the lilypond
14110         binary): remove dep doco
14111
14112         * lily/main.cc (main_with_guile): call lilypond-main
14113
14114         * scm/lily.scm (lilypond-main): new function: handle multiple files.
14115
14116         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
14117         exception.
14118
14119         * lily/my-lily-parser.cc: remove paper_description function
14120
14121         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
14122         new function.
14123
14124         * lily/main.cc: remove global_score_count.
14125
14126         * lily/book.cc (process): don't take header from global_input_file.
14127
14128         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
14129
14130         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
14131
14132         * lily/music-output-def.cc (LY_DEFINE): new function
14133         ly_output_description. This function does the bulk for  setting,
14134         parsing and breaking down of an input file.
14135
14136         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
14137         anonymous modules globally. Let's hope they get GCd
14138
14139         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
14140
14141 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14142
14143         * scm/output-ps.scm (header): Papersize from paper.
14144
14145         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
14146         for classic output.
14147
14148         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
14149         lilypondclassic is defined.
14150         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
14151
14152         * input/regression/between-systems.ly: Remove.
14153
14154         * python/lilylib.py (get_bbox): Fix regular expression
14155         for bounding box.
14156
14157         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
14158
14159         * scm/output-tex.scm (stop-page): Use it.
14160
14161         * scm/output-ps.scm (define-fonts): Bugfix.
14162
14163         * lily/grob.cc: Add penalty to interface.
14164
14165         * lily/include/paper-line.hh (class Paper_line): New member
14166         var penalty_.
14167
14168         * lily/system.cc (get_line): Initialise Paper_line with
14169         page-penalty's from original grobs.
14170
14171         * scm/define-music-properties.scm (all-music-properties): Add
14172         page-penalty.
14173
14174         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
14175
14176         * lily/score-engraver.cc (try_music): Handle page-penalty.
14177
14178         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
14179
14180 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14181
14182         * ly/declarations-init.ly (melismaEnd): typo
14183
14184         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
14185
14186         * scm/output-ps.scm (text): split string into spaces, use moveto
14187         for setting space. 
14188
14189 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14190
14191         * po/nl.po: Update.
14192
14193         * scm/font.scm (add-cmr-fonts): Typo.
14194
14195 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14196
14197         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
14198         font-encoding.
14199
14200         * scm/define-grobs.scm (all-grob-descriptions): idem.
14201
14202         * lily/time-signature.cc (numbered_time_signature): idem.
14203
14204         * scm/font.scm (add-cmr-fonts): use real encoding names for
14205         font-encoding.
14206
14207 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14208
14209         * lily/paper-book.cc (classic_output): 
14210         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
14211         Fixes classic output.
14212         (lilypondstart):
14213         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
14214         kludge.
14215
14216         * scripts/old-lilypond-book.py: Remove.
14217
14218         Page layout for SCOREs enclosed in a BOOK:
14219
14220         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
14221         layout tweaking.
14222
14223         * input/les-nereides.ly (theScore): Add \book.
14224
14225         * input/test/title-markup.ly: Add \book.
14226
14227         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
14228         only if 'verbose.
14229
14230         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
14231
14232         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
14233
14234         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
14235         * scm/output-tex.scm (start-system): Update for page layout by
14236         LilyPond.
14237
14238         * scm/output-ps.scm (start-system): Previously (new-start-system).
14239
14240         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
14241         passed to define-fonts.
14242
14243         * lily/paper-column.cc: 
14244         * lily/system.cc (get_line):
14245         * ly/property-init.ly (newpage): 
14246         * scm/define-grob-properties.scm:
14247         * scm/output-ps.scm: 
14248         * scm/output-tex.scm: Remove between-system-string kludge.
14249
14250         * scm/output-ps.scm (define-fonts, font-command,
14251         font-load-encoding): Handle ENCODING = #f.
14252
14253         * scm/output-tex.scm (output-scopes): Check if variable is bound.
14254
14255         * scm/define-markup-commands.scm (fill-line): Use
14256         make-simple-markup (WAS: unexisting make-word-markup).
14257
14258         * lily/text-item.cc (interpret_markup): Bugfix, transpose
14259         ENCODING, MARKUP parameters for interpret_string.
14260
14261         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
14262
14263         * lily/score.cc (book_rendering): New method.
14264         (default_rendering): Create Paper_book helper locally, dump
14265         output.
14266
14267         * lily/my-lily-lexer.cc (the_key_tab): Add book.
14268
14269         * lily/parser.yy: Handle \book.
14270
14271         * lily/include/book.hh: 
14272         * lily/book.cc: New file.
14273
14274 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14275
14276         * lily/text-item.cc (interpret_string): new file, select font with
14277         encoding.
14278
14279         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
14280
14281         * scm/define-markup-commands.scm (encoded-simple): new markup command.
14282
14283         * lily/parser.yy (markup): take encoding from lexer.
14284
14285 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14286
14287         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
14288
14289         * scm/output-ps.scm: Remove some cruft.
14290
14291 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14292
14293         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
14294
14295         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
14296
14297 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14298
14299         * scm/font.scm (add-century-schoolbook-fonts):
14300         (make-century-schoolbook-tree): New function.
14301
14302         * input/test/title-markup.ly: Use Century Schoolbook font.
14303
14304 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14305
14306         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
14307         to Erik Sandberg) 
14308
14309         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
14310
14311         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
14312
14313         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
14314
14315         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
14316
14317 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14318
14319         * scm/part-combiner.scm (determine-split-list): bugfix: if no
14320         solo-state (at end of solo), we can set the solo status
14321         too. (backportme.)
14322
14323         * input/regression/part-combine-solo-end.ly: new file.
14324
14325 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14326
14327         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
14328         flavour abc files.  Really ignore unknown keys (backportme).
14329
14330 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14331
14332         * lily/scaled-font-metric.cc (text_dimension): only multiply with
14333         magnification_ when looking up in orig_.
14334
14335         * scm/output-tex.scm (text): switch off char-mapping.
14336
14337         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
14338         because AFM's encoding field cannot have spaces.
14339
14340 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14341
14342         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
14343
14344 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14345
14346         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
14347
14348         * mf/cmr.enc: new file, without hi-bit ascii info. 
14349
14350         * lily/bezier-bow.cc (slur_shape): make indent dependent on
14351         width. This removes the 'hook' at the end of a long slur.
14352
14353         * buildscripts/mf-to-table.py (parse_logfile): don't append
14354         encoding to fontname.
14355
14356 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14357
14358         * scm/output-ps.scm (define-fonts): Load .enc only once.
14359
14360         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
14361         too.
14362
14363 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14364
14365         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
14366         encoding field.
14367
14368         * lily/stencil-scheme.cc: remove ly:fontify-atom 
14369
14370         * ly/portuges.ly (pitchnames): new file.
14371
14372         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
14373         Michael Welsh Duggan
14374
14375         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
14376
14377         * ly/nederlands.ly: add comment about digits.
14378
14379         * lily/scaled-font-metric.cc (derived_mark): idem.
14380
14381         * scm/encoding.scm (make-encoding-mapping): change permutation to
14382         mapping.
14383
14384         * lily/scaled-font-metric.cc (derived_mark): is a const method.
14385         (Modified_font_metric): make alist for coding_description_
14386         (LY_DEFINE): remove coding-name.
14387
14388         * scm/output-tex.scm (text): remove debugging code.
14389
14390         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
14391
14392         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
14393         from infile.
14394
14395         * mf/feta-generic.mf: move fet_beginfont into generic code.
14396         use fetaMusic (without space) as encoding
14397
14398         * mf/feta-autometric.mf: take encoding argument
14399
14400         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
14401
14402         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
14403         use.
14404
14405         * scm/encoding.scm (read-encoding-file): use symbol for glyph
14406         name.
14407
14408 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14409
14410         * input/test/title-markup.ly: Set inputencoding.
14411
14412         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
14413
14414         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
14415
14416         * scm/encoding.scm (get-coding-filename, get-coding-command): New
14417         function.
14418         (coding-alist): Also hold filename, command.
14419         (read-encoding-file): Return symbols.
14420
14421 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14422
14423         * scm/output-tex.scm: remove fontify; text and char take a font
14424         argument.
14425
14426         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
14427
14428         * lily/scaled-font-metric.cc (text_dimension): init
14429         coding_{permutation,table}_ too 
14430         (LY_DEFINE): ly:font-encoding, new function return
14431
14432         * lily/paper-def.cc (find_scaled_font): take input coding from
14433         inputcoding paper var.
14434
14435         * lily/performance.cc (output): remap modulo 16.
14436
14437         * lily/text-item.cc (interpret_markup): whoops, variable
14438         shadowing fixed.
14439
14440 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
14441
14442         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
14443         symbols, not symbols to strings.
14444
14445         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
14446         symbols, not symbols to strings.
14447
14448 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14449
14450         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
14451         (ly:kpathsea-gulp-file): New function.
14452
14453         * scm/encoding.scm (read-encoding-file): Use it.
14454
14455 2004-04-06  Werner Lemberg  <wl@gnu.org>
14456
14457         * scm/encoding.scm (coding-alist): Fix typo.
14458
14459 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14460
14461         * lily/scaled-font-metric.cc (text_dimension): move function from
14462         Font_metric
14463         (make_scaled_font_metric): init coding_scheme_ to TeX
14464         (text_dimension): use get-coding-vector for non TeX coding_scheme_
14465
14466         * lily/include/scaled-font-metric.hh (struct
14467         Modified_font_metric): rename from Scaled_font_metric
14468
14469         * scm/encoding.scm (read-encoding-file): split up large function,
14470         leave caching to (delay)
14471
14472         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
14473
14474 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14475
14476         * lily/my-lily-lexer.cc (set_encoding): New method.
14477
14478         * lily/lexer.ll: Grok \encoding.
14479
14480         * lily/font-metric.cc (get_encoded_index): New function.
14481
14482         * lily/include/font-metric.hh (coding_scheme): New method.
14483
14484         * scm/encoding.scm: New file.
14485
14486         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
14487
14488 2004-04-05  Werner Lemberg  <wl@gnu.org>
14489
14490         * Documentation/user/tutorial.itely: Revised (finished).
14491
14492         * Documentation/user/macros.itexi (@separate): Removed.
14493
14494 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14495
14496         * scm/output-ps.scm (define-fonts): fix scaling.
14497
14498         * lily/scaled-font-metric.cc (design_size): add function.
14499
14500         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
14501         partial cut&paste of ly:font-magnification.
14502
14503 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
14504
14505         * scm/output-ps.scm (define-fonts):
14506         (fontify): Update.
14507
14508 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14509
14510         * po/fr.po: update. (backportme).
14511
14512         * po/nl.po: update. (backportme). 
14513
14514         * mf/feta-beugel.mf: document why design size is not fixed.
14515
14516         * mf/feta-braces-a.mf: rename to stress that it's not design size.
14517
14518 2004-04-04  Werner Lemberg  <wl@gnu.org>
14519
14520         * Documentation/user/tutorial.itely: Revised (continued).
14521
14522 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14523
14524         * po/nl.po: Update (backportme).
14525
14526 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14527
14528         * po/de.po: update. (backportme).
14529
14530         * scm/output-tex.scm (font-command): use ly: functions to
14531         construct name.
14532         (define-fonts): don't use alist, just dump \font definitions.
14533         (font-load-command): calculate proper scaling by taking
14534         outputscale from paper argument.
14535
14536         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
14537         expression.
14538
14539         * lily/paper-outputter.cc (output_header): pass paper arg to
14540         define-fonts
14541
14542         * lily/paper-def.cc (font_descriptions): dump list of
14543         Scaled_font_metrics
14544         (find_scaled_font): take Font_metric argument, store
14545         Scaled_font_metrics in hash-table containing (size ->
14546         Scaled_font_metrics) alist.
14547         (get_dimension): rename from get_realvar
14548
14549         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
14550         ly:font-magnification, ly:font-name: new functions
14551
14552 2004-04-03  Werner Lemberg  <wl@gnu.org>
14553
14554         * Documentation/user/dedication.itely,
14555         Documentation/user/preface.itely,
14556         Documentation/user/introduction.itely,
14557         Documentation/user/tutorial.itely: Revised.
14558         Removing leading spaces which distorts output if info files are read
14559         with stand-alone info.
14560         Removing superfluous inter-word spaces which also distorts output
14561         for stand-alone info.
14562         Using ` and ' instead of `` and '' everywhere to improve
14563         legilibility with stand-alone info
14564         Using @samp for single-letter input items and data which contains
14565         spaces, @code for other things.
14566
14567         * lily/grob-interface.cc: Adding copyright.
14568         (check_interfaces_for_property): Improve format of warning message.
14569
14570 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14571
14572         * lily/include/font-metric.hh (struct Font_metric): add
14573         design_size () method.
14574
14575         * buildscripts/mf-to-table.py (base): add DesignSize comment.
14576
14577         * lily/afm.cc (read_afm_file): read design size.
14578
14579         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
14580
14581         * scm/music-functions.scm (unfold-repeats): handle dots too.
14582
14583 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14584
14585         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
14586         (backportme)
14587
14588 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
14589
14590         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
14591         lyric indent.  Revert melismaBusyProperties using \unset.
14592
14593 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14594
14595         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
14596
14597         * lily/parser.yy (command_element): allow redefinition of |
14598         meaning.
14599
14600         * lily/break-align-engraver.cc (acknowledge_grob): construct
14601         LeftEdge where the first cause for alignment is coming from.
14602         This makes \override Staff.LeftEdge work as expected.
14603
14604         * lily/slur-performer.cc (Slur_performer): add inits
14605
14606         * lily/beam-performer.cc (Beam_performer): add inits
14607
14608 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14609
14610         * VERSION (PACKAGE_NAME): release 2.2.0
14611
14612 #Local variables:
14613 #coding: utf-8
14614 #End:
14615