]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Minor editing.
[lilypond.git] / ChangeLog
1 2005-01-28  Graham Percival  <gperlist@shaw.ca>
2
3         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4
5         * scripts/lilypond-latex.py: fix info about -o=FILE.
6
7 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8
9         * ly/generate-embedded-cff.ly: write .cff.ps files.
10
11         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
12
13         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
15
16 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
17
18         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
19
20 2005-01-28  Werner Lemberg  <wl@gnu.org>
21
22         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
23         macros.
24         (draw_bulb): Improved.
25
26         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
27         metapost bug.
28         (draw_pedal_P): Use soft_end_penstroke.
29         (draw_pedal_d): Use soft_start_penstroke.
30
31         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
32         path.
33         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
34         doesn't change the glyph shape.
35
36         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
37         changing the shape) to avoid fontforge warnings.
38
39         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
40         soft_end_penstroke and fix glyph shape.
41
42 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
43
44         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
45
46 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
47
48         * scm/define-markup-commands.scm (line): filter out empty stencils
49         from line command.
50
51         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
52         amount.
53
54 2005-01-27  Graham Percival  <gperlist@shaw.ca>
55
56         * Documentation/user/notation.itely: added info about what
57         \voiceFoo does.  Also rewrote warning about marks at
58         a line break.
59
60         * Documentation/user/changing-defaults.itely: added info
61         about putting dynamics in parenthesis and brackets.
62
63 2005-01-27  Werner Lemberg  <wl@gnu.org>
64
65         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
66
67 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
68
69         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
70         portato-direction.ly
71
72         * lily/beam.cc (consider_auto_knees): add beam height to
73         threshold. Fixes: knee-multiple-beam.ly
74
75         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
76         pedal line spanners. Fixes: instrument-center-pedal.ly
77
78         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
79         if encountering barline. Fixes: auto-beam-repeat.ly
80
81 2005-01-26  Werner Lemberg  <wl@gnu.org>
82
83         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
84         overlapping.
85
86         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
87         with inflections for the 1/2 sharp glyph.
88
89         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
90         connection between `t' and `r'.
91         Unify bulb with the rest of `r' to avoid grazing outlines which
92         confuses the overlap removal algorithm of fontforge.
93
94         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
95         inflections.
96         (draw_cross): Fix shape to have uniform thickness in corners.
97
98         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
99         to avoid an uneven number of self-intersections; this confuses
100         fontforge.
101         Fix a slight bug in the shape at left bottom (which is visible only
102         at high magnifications).
103         `Center' the stem horizontally to avoid overlapping.
104
105 2005-01-24  Werner Lemberg  <wl@gnu.org>
106
107         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
108         to `asis'.
109         (fet_begingroup): Save group name in string `feta_group'.
110         (fet_endgroup): Updated.
111         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
112
113         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
114
115         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
116         in metapost.
117
118 2005-01-24  Graham Percival  <gperlist@shaw.ca>
119
120         * Documentation/user/notation.itely: really minor editing.
121
122 2005-01-22  Graham Percival  <gperlist@shaw.ca>
123
124         * Documentation/user/examples.itely: minor editing.
125
126         * Documentation/user/changing-defaults.itely: minor editing.
127
128         * Documentation/user/notation.itely: clarified info on polyphony
129         and \addlyrics.
130
131 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
132
133         * scm/output-gnome.scm: 
134         * scm/output-svg.scm:
135         * scm/lily-library.scm (font-name-style): Update font name
136         kludging for fontconfig use.
137
138 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
139
140         * scm/define-markup-commands.scm: Document right-align and
141         larger markup commands. Remove "TODO" from the topmost comment
142         "each markup function should have a doc string." More consistent
143         use of new-lines.
144
145 2005-01-22  Graham Percival  <gperlist@shaw.ca>
146
147         * Documentation/user/changing-defaults: removed info about
148         copyright symbol, since it's likely to change soon.
149         Added info about betweensystemspace.
150
151         * Documentation/user/notation.itely: minor fixes.
152
153         * Documentation/user/lilypond.tely,
154         Documentation/user/music-glossary.tely: changed copyright
155         date to 2005 instead of 2004.
156
157         * input/test/volta-chord-names.ly: added old example back.
158
159 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
160
161         * mf/feta-beugel.mf: use design size 20 (not 15).
162
163         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
164         change name to aybabtu completely
165
166 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
167
168         * buildscripts/gen-emmentaler-scripts.py (outdir): add
169         design_size to fontname
170
171 2005-01-19  Werner Lemberg  <wl@gnu.org>
172
173         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
174         mf/feta-schrift.mf: s/p/pat/ if a path variable.
175
176         * mf/feta-autometric.mf (set_char_box): Add code which emits
177         specials for mf2pt1 if run with metapost.
178         (to_bp): New macro for mf2pt1.
179
180 2005-01-18  Graham Percival  <gperlist@shaw.ca>
181
182         * Documentation/user/changing-defaults: added info on
183         creating a copyright symbol.
184
185 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
186
187         * VERSION: release 2.5.9
188         
189 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
190
191         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
192
193         * Documentation/user/notation.itely: Document
194         score-override-auto-beam-setting Fix documentation for
195         revert-auto-beam-setting.
196
197 2005-01-18  Werner Lemberg  <wl@gnu.org>
198
199         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
200         (procset): New function to define a procset resource.
201         (ps-embed-pfa): New function to define a font resource.
202         (setup): New function to define a `Setup' environment.
203         (preamble): Use new functions.
204
205         * ps/lilypond.defs (init-lilypond-parameters): New function to
206         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
207
208 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
209
210         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
211
212 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
213
214         * scm/define-markup-commands.scm: Change number->markletter-string
215         to take two arguments (vector number). Add number->mark-alphabet-vector
216         and markalphabet markup command.
217
218         * scm/translation-functions.scm: Add format-mark-box-alphabet,
219         format-mark-alphabet, format-mark-box-barnumbers and
220         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
221
222 2005-01-17  Graham Percival  <gperlist@shaw.ca>
223
224         * Documentation/user/examples.itely: add SATB automatic piano
225         reduction template.
226
227         * Documentation/user/notation.itely: added info about changing
228         partcombine texts.  Also adds examples of alternate lyrics.
229
230         * Documentation/user/changing-defaults.itely: added warning
231         about \RemoveEmptyStaffContext overriding previous changes.
232
233 2005-01-17  Werner Lemberg  <wl@gnu.org>
234
235         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
236         feta-alphabet*.
237
238 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
239
240         * python/lilylib.py (make_ps_images): don't do final showpage for
241         multi-page documents.
242         
243         * VERSION (MY_PATCH_LEVEL): release 2.5.8
244
245 2005-01-16  Graham Percival  <gperlist@shaw.ca>
246
247         * Documentation/user/lilypond.tely: changed order of appendices;
248         unified index should be last.
249
250         * Documentation/user/notation.itely: add example of key signatures
251         and info about Staff.printKeyCancellation.
252
253 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
254
255         * lily/include/repeated-music.hh (class Repeated_music): change
256         into "namespace" class.
257
258         * lily/event.cc: remove Key_change_event.
259
260         * lily/include/transposed-music.hh (class Transposed_music): remove.
261
262         * lily/transposed-music.cc: remove
263
264         * lily/include/relative-music.hh: remove.
265
266         * lily/include/music-sequence.hh (struct Music_sequence): change
267         into "namespace" class.
268
269         * lily/untransposable-music.cc (Module): remove
270
271         * lily/include/un-relativable-music.hh (Module): remove
272
273         * lily/include/untransposable-music.hh (Module): remove
274
275         * lily/include/music-list.hh (Module): remove file
276
277         * lily/un-relativable-music.cc: remove file.
278
279 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
280
281         * lily/parser.yy: Compile fix.
282
283 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
284
285         * lily/include/music.hh (class Music): unvirtualize transpose().
286
287         * lily/sequential-music.cc: remove file.
288
289         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
290
291         * lily/slur-scoring.cc (get_best_curve): only switch on
292         DEBUG_SLUR_SCORING for non NDEBUG builds.
293
294         * lily/include/music.hh (class Music): replace Music::start_mom()
295         by start-callback property
296
297         * lily/include/grace-music.hh: remove file. 
298
299         * lily/stem.cc (height): robustness fix.
300
301         * lily/time-scaled-music.cc: remove file.
302
303         * lily/include/music.hh (class Music): include SCM init argument.
304         (class Music): replace Music::get_length() virtual by
305         length-callback property everywhere.
306
307         * scripts/convert-ly.py (conv): add  # to \property scalar value.
308
309         * mf/GNUmakefile: don't install *list.ly
310
311 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
312
313         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
314
315 2005-01-12  Werner Lemberg  <wl@gnu.org>
316
317         This patch addresses the following problems in the feta sources
318         files which contribute to the fetaXX fonts.
319
320         . Many fixes for rasterization at low resolutions (consistent use of
321           `vround' and `hround', integer shift values for paths, applying
322           `eps' for mirrored paths, use of `define_whole_pixels' and
323           friends, etc.) -- while this probably looks like a waste of time
324           it has revealed deficiencies in some glyph shapes.  See comment at
325           the end of feta-params.mf how vertical symmetry is achieved.
326
327         . The `---' operator has been replaced everywhere with `--'; this
328           both improves and considerably reduces the font size after
329           conversion with mf2pt1.
330
331         These change aren't explicitly mentioned below since virtually all
332         glyphs are affected.
333
334         Other notable differences:
335
336         . Glyphs from feta-accordion.mf now have charboxes around the
337           outline.
338
339         . Fixed incorrect charbox for `accDot'.
340
341         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
342
343         . Fixed position of the bow in the `upprall' glyph and its siblings.
344
345         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
346           dependent on the staff line thickness to avoid touching the middle
347           staff line at smaller sizes.
348
349         . Largely extended output for feta-testXX: Where useful, glyphs
350         are shown both between and on staff lines.
351
352
353         * mf/feta-params.mf (staff_space_rounded,
354         stafflinethickness_rounded, linethickness_rounded,
355         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
356         Update all code which uses them where appropriate.
357         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
358         New variables used to control rasterization at low resolutions.  Set
359         to zert if feta code is processed with metapost.
360
361         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
362         (draw_rounded_block, draw_square_block): Updated to use `--' only.
363         (flare_path): Updated.
364         Make it work with `filldraw' (but only circular pens).
365         (hfloor, vfloor, hceiling, vceiling): New macros.
366
367         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
368         Use `draw' again in mf mode to have good pixel dropout control.
369         Fix intersection points of horizontal lines with circle.
370         ("accDot"): Fix parameters for set_char_box.
371         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
372         control.
373
374         * mf/feta-banier.mf: Updated.
375
376         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
377         testing.
378         (undraw_inside_ellipse): Remove `center' argument.  Update all
379         callers.
380         (draw_brevis): New macro, called by "Brevis notehead".
381         (draw_whole_triangle_head): New macro, called by "Whole
382         trianglehead".
383         (draw_small_triangle_head): Use `filldraw'.
384
385         * mf/feta-eindelijk.mf: Remove useless global group.
386         Updated.
387
388         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
389         `filldraw'.
390
391         * mf/feta-pendaal.mf: Updated.
392
393         * mf/feta-puntje.mf: Updated.
394
395         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
396         less points.
397         ("Flageolet"): Use `draw' again in mf mode to have good pixel
398         dropout control.
399         ("Varied Coda"): Use `draw_block'.
400         (draw_comma): Fix typo.
401         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
402         pixel dropout control.
403
404         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
405         position of bow.
406
407         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
408         sizes.
409
410         * mf/feta-toevallig.mf (remember_pic): New variable, used for
411         testing.
412         (draw_meta_sharp): Much simplified.
413         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
414
415         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
416
417 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
418
419         * Documentation/user/notation.itely (Ancient rests): Fix typo
420         (thanks Anthony)
421
422 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
425
426         * lily/main.cc (setup_paths): Add cff.
427
428         * mf/GNUmakefile (foe): Include actual target %.cff.
429         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
430
431 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
432
433         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
434         suffix for main_input_b_.
435
436         * scm/music-functions.scm (toplevel-music-functions):
437         precompute music lengths for music expressions.  
438
439 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
440
441         * lily/include/input.hh (class Input): new `end_' slot for end of
442         input. Renamed defined_str0_ to start_.
443
444         * lily/input.cc (Input): Add Input::Input (Input const &) and
445         remove Input::Input (Source_file*, char const *). Use the new
446         slots.
447         (set_location): method used by bison to propagate input
448         locations (YYLLOC_DEFAULT).
449         (end_line_number, end_column_number, step_forward): new methods
450         
451         * lily/input-scheme.cc (ly:input-both-locations): new function,
452         similar to ly:input-location, but also return the end line and
453         column.
454
455         * lily/include/includable-lexer.hh: 
456         * lily/includable-lexer.cc: 
457         * lily/include/lily-lexer.hh (class Lily_lexer): 
458         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
459         Includable_lexer to Lily_lexer, in order to update lexloc (the
460         yylloc), a new slot of Lily_lexer.
461         (here_input, LexerError): simplify by using the lexloc slot (aka
462         yylloc)
463
464         * lily/lexer.ll: #define yylloc to use input locations (it may
465         be useless here?). Fixed the #embedded_scm rule (step the location
466         forward in order to skip the sharp sign before parsing the scheme
467         expression)
468
469         * lily/include/lily-parser.hh (class Lily_parser): 
470         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
471         here_input()
472         (parser_error): overload for more precise locations of errors.
473
474         * lily/parser.yy (YYLTYPE): set location type to Input
475         (YYLLOC_DEFAULT): use Input::set_location()
476         (yylex): add the YYLTYPE* location parameter.
477         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
478         Give an Input parameter to THIS->parser-error() for more accurate
479         messages.
480
481 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
482
483         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
484
485         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
486         on BEAMQUANTING for non-NDEBUG builds.
487
488         * lily/stem.cc (head_count): performance: avoid String::String()
489         inside oft called function.
490
491 2005-01-09  Graham Percival  <gperlist@shaw.ca>
492
493         * Documentation/user/examles.itely: attempted fix for broken
494         string quartet template.
495
496         * Documentation/user/notation.itely: remove unnecessary broken
497         link.
498
499 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
500
501         * VERSION (PACKAGE_NAME): release 2.5.7
502
503 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
504
505         * config.make.in (METAFONT): Append -progname=mf, fixes use with
506         mf-nowin for teTeX-3.0.  Backportme.
507
508         * scm/output-svg.scm (utf8-string): New function.
509
510         * scm/output-gnome.scm (utf8-string): New function.
511         (otf-name-mangling): Remove.
512
513         * lily/pango-font.cc (Pango_font): Use font string iso font
514         filename for utf8-text.
515
516         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
517         name.
518
519 2005-01-08  Graham Percival  <gperlist@shaw.ca>
520
521         * Documentation/user/notation.itely: add info about
522         Staff.extraNatural = ##f in Pitches section.  Also
523         fixed some minor issues in the Vocal music section.
524
525 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
526
527         * scm/output-ps.scm (white-text): comment out Helvetica font,
528         which is broken for my GS install.
529
530         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
531         which provides a tighter bbox.
532
533         * scm/define-grobs.scm (all-grob-descriptions): remove all
534         extra-offsets from definitions.
535
536 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
537
538         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
539         add tuning for 4-string bass and some common 4/5-string banjo
540         tunings.  New function (four-string-banjo) turns a 5-string tuning
541         into a 4-string tuning.  New function
542         (fret-number-tablature-format-banjo) computes correct fret numbers
543         on 5-string banjos.
544
545         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
546         Add beam correction to TabVoice.
547
548         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
549         using bold font; makes tabs more readable.
550
551 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
552
553         * lily/font-select.cc (get_font_by_design_size): don't make
554         Modified_font_metric; this causes trouble, since we don't know the
555         font magnification from inside Pango_font::text_stencil()
556
557         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
558
559         * Documentation/user/notation.itely (The Lyrics context): comment out
560         broken {Small ensembles} link.
561
562         * scm/framework-svg.scm (output-framework): change calling convention.
563
564         * lily/object-key-dumper-scheme.cc: new file.
565
566         * lily/object-key-undumper-scheme.cc: new file.
567
568         * lily/tweak-registration-scheme.cc: new file.
569
570         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
571
572         * Documentation/user/examples.itely (String quartet): uncomment
573         broken example.
574
575         * lily/font-config.cc: new file.
576
577 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
578
579         * scm/output-svg.scm: 
580         * scm/output-gnome.scm: s/bigcheese/emmentaler.
581
582         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
583
584 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
585
586         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
587         Add headers.
588
589         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
590
591 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
592
593         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
594
595         * lily/include/main.hh: lose _b hungarian suffixes for global
596         variables.
597
598         * lily/include/lily-guile-macros.hh: new file.
599
600         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
601
602         * lily/general-scheme.cc: new file. 
603
604         * lily/font-select.cc (get_font_by_design_size): retrieve
605         PangoFont for (designsize . "pango-descr") entries.
606
607         * lily/lily-parser-scheme.cc: new file.
608
609         * lily/output-def-scheme.cc: new file.
610
611         * lily/paper-book-scheme.cc: new file.
612
613         * lily/duration-scheme.cc (LY_DEFINE): new file.
614
615         * lily/pitch-scheme.cc:  new file.
616
617         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
618
619 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
620
621         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
622
623 2005-01-06  Graham Percival  <gperlist@shaw.ca>
624
625         * Documentation/user/notation.itely: minor editing.
626
627         * Documentation/user/changing-defaults: minor editing.
628
629         * Documentation/user/examples.itely: add template for
630         string quartet part extraction; demonstrates tag.
631
632 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
633
634         * Documentation/user/notation.itely: documents
635         format-mark-box-letters and format-mark-box-numbers
636
637         * scm/define-context-properties.scm: change comment.
638
639 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
640
641         * scm/framework-ps.scm (output-classic-framework): new function:
642         dump systems as separate .eps files (without fonts) and write a
643         single collecting .tex file.
644
645 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
646
647         * Documentation/user/notation.itely (Setting simple songs):
648         Correct several errors in the equivalent formulation of
649         \addlyrics. 
650         (The Lyrics context): Corrected link to the SATB example.
651
652 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
653
654         * scm/lily.scm (completize-formats): new function
655         (postprocess-output): new function
656
657         * lily/paper-book.cc (classic_output): change calling
658         convention. Give basename as first argument. 
659         remove Paper_book::post_processing().
660
661         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
662
663 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
664
665         * lily/paper-outputter.cc (LY_DEFINE): new function
666         ly:outputter-close.
667
668         * lily/main.cc: change --format,-f to --backend,-b
669
670         * lily/include/main.hh: rename format to backend.
671
672         * scm/translation-functions.scm (format-mark-box-numbers): add.
673         patch by Erlend Aasland
674
675 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
676
677         * lily/pango-font.cc (text_stencil): dump string as
678         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
679
680 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
681
682         * configure.in (gui_b): Remove handy developer-only
683         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
684         CVS source installations (but break other non-default but correct
685         PKG_CONFIG_PATH setups), as this is no longer developer-only.
686
687         * SConstruct: 
688         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
689         compatibility (backportme).
690
691         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
692
693 2005-01-03  Werner Lemberg  <wl@gnu.org>
694
695         Prepare glyph shapes for mf2pt1 conversion.
696
697         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
698         (accDiscant, accFreebase, accStdbase): Replace `draw' with
699         `penstroke'.
700         (accDot): Use `drawdot'.
701         (accBayanbase): Replace `draw' with `draw_gridline'.
702         (print_penpos): Moved to feta-macros.mf.
703         (accOldEE): Replace `filldraw' with `penstroke'.
704         Replace `draw' with `penstroke' and `drawdot'.
705
706         * mf/feta-banier.mf: Code clean-up.
707         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
708         `fill'.
709
710         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
711
712         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
713         paremeter to control drawing of labels.  Update all callers.
714
715         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
716         (new_bulb): Return a bulb as a single path.  To do that, it now
717         takes some more parameters.  Updated all callers.
718         (draw_gclef): Major clean-up.  `draw' has been replaced with
719         `penstroke', unnecessary outlines have been removed.
720         Remove (unused) gnome-canvas code.
721
722         * mf/feta-macros.mf (print_penpos): New macro (from
723         feta-accordion.mf).
724         Other minor fixes.
725
726         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
727         ("Pedal dot"): Use `drawdot'.
728         (draw_pedal_P): Add parameter to control drawing of labels.  Update
729         all callers.
730         Fix shape at top.
731         (draw_pedal_e): Add parameter to control drawing of labels.  Update
732         all callers.
733         (draw_pedal_d): Add parameter to control drawing of labels.  Update
734         all callers.
735         Revert drawing direction.
736
737         * mf/feta-schrift.mf (draw_fermata): Use single path.
738         (draw_short_fermata): Replace `filldraw' with `fill'.
739         (draw_long_fermata, draw_very_long_fermata): Replace calls to
740         `draw_rounded_block' with a single path.
741         ("Thumb"): Draw full circle instead of mirroring segments.
742         (draw_accent): New macro.
743         ("> accent", "espr"): Use it.
744         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
745         ("open (unstopped)"): Draw full circle instead of mirroring
746         segments.
747         (draw_vee): Removed.
748         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
749         ("Downbow"): Replace calls to `draw_rounded_block' with a single
750         path.
751         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
752         partial pieces drawn with `fill' -- these do still overlap with the
753         stem of the `t' but just once, not multiple times so that fontforge
754         can handle it gracefully.
755         Change other parts of the glyph so that fontforge's overlapping
756         algorithm reliably works.
757         (draw_heel): Replace `draw' with `fill'.
758         (draw_toe): Use `draw_accent' instead of `draw_vee'.
759         ("Flageolet"): Replace `draw' with `penstroke'.
760         ("Segno"): Replace `filldraw' with `penstroke'.
761         Replace `draw' with `drawdot'.
762         ("Coda"): Replace `fill' with `penstroke', using a single path.
763         ("Varied Coda"): Use less overlapping paths.
764         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
765         single path.
766
767         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
768         group to better control the `labels' command.
769         Rename argument to `offset' and use it actually.  Update all
770         callers.
771         Replace `filldraw' with `fill'.
772         ("mordent", "prallmordent", "upmordent", "downmordent",
773         "lineprall"): Replace `draw' with `draw_gridline'.
774         ("upprall", "downprall"): Replace `draw' with `fill'.
775
776         * mf/feta-timesig.mf: Formatting.
777
778         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
779         to...
780         ("Flat"): Here.
781         (draw_paren): Move code to draw labels to...
782         ("Right Parenthesis"): Here.
783
784 2005-01-02  Graham Percival <gperlist@shaw.ca>
785
786         * Documentation/user/notation.itely: add example of \setTextDecresc
787         and \setTextDim.
788
789 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
790
791         * scm/define-markup-commands.scm :  fix glyph-strings of
792         accidentals and \note-by-number
793
794 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
795
796         * VERSION: 2.5.6 released.
797         
798         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
799
800         * input/regression/new-markup-scheme.ly: oops. font-family=music
801         -> font-encoding fetaMusic.  
802
803         * lily/main.cc: put default to PS.
804
805         * lily/tfm.cc: idem.
806
807         * lily/afm.cc: idem.
808
809         * lily/include/modified-font-metric.hh (struct
810         Modified_font_metric): remove coding_scheme() method.
811
812         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
813
814         * scripts/convert-ly.py (conv): crash on encountering \encoding.
815
816         * input/les-nereides.ly: convert to utf8
817
818         * lily/modified-font-metric.cc (text_dimension): idem.
819
820         * lily/parser.yy (TODO): idem.
821
822         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
823
824         * lily/lexer.ll: remove encoding
825
826         * scm/framework-ps.scm (output-variables): separately scale the
827         page to mm 
828
829         * lily/pango-font.cc (Pango_font): fix scaling.
830
831         * lily/font-metric.cc (design_size): design_size returns a
832         dimension now as well.
833
834 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
835
836         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
837         brace generation. 
838
839         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
840
841 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
842
843         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
844         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
845
846 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
847
848         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
849         in first run as well.
850
851         * scm/paper.scm (layout-set-staff-size): use text-font-size in
852         dimension less points (ie. 12 = 12 point)
853
854         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
855
856         * lily/all-font-metrics.cc (find_pango_font): set description_
857
858         * lily/pango-font.cc (text_stencil): export size as well.
859         (text_stencil): fix scaling and extents box.
860
861 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
862
863         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
864
865         * Documentation/user/invoking.itely (Invoking lilypond): document
866         texstr
867
868         * scripts/convert-ly.py (conv): add ancient rules.
869
870         * scm/clef.scm (c0-pitch-alist): replace - with .
871
872         * scripts/lilypond-book.py (process_snippets): add texstr support.
873
874         * scm/framework-texstr.scm (header): change extension to .textmetrics
875
876         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
877         -f tex.
878
879         * lily/text-metrics.cc: new file.
880         (try_load_text_metrics): new function
881
882         * lily/include/text-metrics.hh: new file.
883
884 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
885
886         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
887         ly_scheme_function to ly_lily_module_constant.
888
889         * lily/modified-font-metric.cc (text_dimension): try
890         lookup_tex_text_dimension() first.
891
892         * lily/tfm.cc: new function ly:load-text-dimensions
893
894 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
895
896         * scm/output-texstr.scm (text): use \lilygetmetrics
897
898         * scm/framework-texstr.scm (header): dump in new format.
899
900         * tex/lilypond-tex-metrics: new file.
901         
902 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
903
904         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
905         mapping.
906         (index_to_charcode): New method.
907
908         * scm/output-ps.scm (glyph-string): 
909         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
910
911 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
912
913         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
914         implement fully, need FONT to get to charcode.
915
916         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
917
918         * scm: Cleanups.
919
920         * Documentation/user/changing-defaults.itely: Fix internalsrefs
921         {Tunable context properties},
922         {All layout objects},
923         {Music definitions}.
924
925 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
926
927         * VERSION: release 2.5.5
928         
929         * lily/main.cc: use TeX as default output format.
930
931         * flower/file-path.cc (find): try to open directly as well, so we
932         find absolute path files. 
933
934         * lily/pango-select.cc: new file.
935
936         * scm/framework-ps.scm: remove all encoding code. 
937         load pfb/pfa for PangoFont too.
938         
939         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
940
941 2004-12-22  Werner Lemberg  <wl@gnu.org>
942
943         Prepare glyph shapes for mf2pt1 conversion.
944
945         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
946
947         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
948         (define_triangle_shape): Use it to replace `draw' with `fill' and
949         `unfill'.  Update all callers.
950         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
951         (draw_cross): Ditto.
952         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
953         Use penrazor for better conversion with mf2pt1.
954         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
955         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
956         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
957         draw_la_head, draw_ti_head): Replace `filldraw' with
958         `fill'.  Update all callers.
959
960 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
961
962         * lily/paper-book.cc (output): revert: only allow a single output
963         format.
964
965         * lily/include/pango-font.hh: new file.
966
967         * lily/pango-font.cc: new file.
968
969         * lily/font-metric.cc (text_stencil): new routine
970
971         * lily/all-font-metrics.cc (find_pango_font): new routine.
972
973         * lily/include/font-metric.hh (struct Font_metric): add
974         text_stencil()
975
976         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
977
978 2004-12-22  Werner Lemberg  <wl@gnu.org>
979
980         Prepare glyph shapes for mf2pt1 conversion.
981
982         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
983
984         * mf/feta-toevallig.mf: Formatting.
985         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
986         ("Natural"): Fix paths to allow better postprocessing.
987         (draw_meta_flat): Use `z3l' as additional point in path to get
988         better conversion with mf2pt1.
989         Other minor cleanups.
990         ("3/4 Flat"): Add auxiliary points and modify path to replace
991         `draw' with `fill'.
992         ("Double Sharp"): Mirror path segments instead of picture elements
993         to get a single outline.
994         Modify path to replace `filldraw' with `fill'.
995
996 2004-12-22  Graham Percival  <gperlist@shaw.ca>
997
998         * input/test/unfold-all-repeats.ly: added file back.
999
1000         * Documentation/user/notation.itely,
1001         Documentation/user/programming-interface.itely
1002         Documentation/user/changing-defaults.itely: fixed misc broken
1003         links to input/test/ files.
1004
1005 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1006
1007         * tex/texinfo.tex: Update.  We should not be distributing this,
1008         but since we do, use latest version.
1009
1010         * Documentation/user/macros.itexi: Comment-out \fetaflat,
1011         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
1012         macros for feta glyphs.
1013
1014 2004-12-22  Graham Percival  <gperlist@shaw.ca>
1015
1016         * Documentation/user/changing-defaults.itely: fix index for set.
1017
1018         * Documentation/user/converters.itely: added convert-ly bugs list
1019         from CVS.
1020
1021 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1022
1023         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
1024         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
1025         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
1026         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
1027
1028         * mf/GNUmakefile (pfa_warning): Use less broken check.
1029
1030         * python/lilylib.py (setup_environment): Remove cruft from
1031         GS_FONTPATH.
1032
1033         * configure.in: Bump mftrace requirement to 1.1.1.
1034
1035 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1036
1037         * scm/output-svg.scm (beam): Use polygon.
1038
1039         * scm/lily-library.scm: Bugfix.
1040
1041         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
1042
1043         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
1044
1045 2004-12-19  Werner Lemberg  <wl@gnu.org>
1046
1047         Prepare glyph shapes for mf2pt1 conversion.
1048
1049         * mf/feta-eindelijk: Some formatting.
1050         (multi_rest_x, multi_beam_height): Removed.  Unused.
1051         ("Quarter rest"): Use `intersectiontimes' to create a single
1052         outline.
1053         (rest_crook): Removed.  Unused.
1054         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
1055         Simplified.
1056         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
1057         "128th rest"): Simplify `pat'.
1058         Create single outline.
1059
1060 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1061
1062         * mf/GNUmakefile (ALL_GEN_FILES):
1063         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
1064
1065         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
1066         function.
1067
1068 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1069
1070         * scm/output-texstr.scm (placebox): add routine
1071
1072         * VERSION (PACKAGE_NAME): release 2.5.4
1073
1074         * scm/framework-texstr.scm (output-framework): new file.  
1075
1076         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
1077         processing.
1078
1079         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
1080
1081         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
1082         rule.
1083
1084         * configure.in (gui_b): bump mftrace requirement to 1.1.0
1085
1086         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
1087
1088         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
1089
1090 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1091
1092         * scm/framework-svg.scm (dump-page): Implement landscape.
1093
1094 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * lily/main.cc (setup_paths): Add svg to search path.
1097
1098         * scm/output-svg.scm:
1099         * scm/framework-svg.scm: Add pageSet.  Update.
1100         (dump-fonts): New function.
1101         (output-framework): Use it.
1102
1103         * mf/GNUmakefile: 
1104         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
1105
1106 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1107
1108         * tex/lilyponddefs.tex: comment out new ifpdf code.
1109
1110 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * GNUmakefile.in: 
1113         * SConstruct (symlink): Replace afm by otf.
1114
1115         * scm/framework-gnome.scm (gnome-main): Remove invocation of
1116         ly:pango-add-afm-decoder.
1117
1118         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
1119
1120 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1121
1122         * scm/output-ps.scm (new-text): don't access t glyph for getting
1123         space dimension.
1124
1125         * ly/init.ly: warn about \version
1126
1127         * lily/lexer.ll: set version-seen?
1128
1129 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1130
1131         * scm/output-svg.scm (string->entities): Update.
1132
1133 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1134
1135         * lily/main.cc (setup_paths): replace afm by otf for path. 
1136
1137         * lily/pangofc-afm-decoder.cc: remove.
1138
1139         * lily/include/pangofc-afm-decoder.hh: remove.
1140
1141         * scm/framework-scm.scm (output-framework): new file.
1142
1143         * mf/GNUmakefile: remove SAUTER_FONTS.
1144         remove SVG/sodipodi hacks.
1145
1146         * scm/lily-library.scm (stderr): move stderr.
1147
1148         * mf/GNUmakefile: remove AFM support.
1149
1150         * buildscripts/mf-to-table.py (base): remove AFM support.
1151
1152         * lily/open-type-font.cc (design_size): use design_size
1153
1154 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
1155
1156         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
1157
1158 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1159
1160         * mf/GNUmakefile: Generate combined aybabtu info.
1161         * mf/aybabtu.pe.in (i): Load it.
1162
1163         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
1164         are not symbols.
1165
1166         * lily/include/open-type-font.hh (count): New method.
1167
1168         * mf/aybabtu.pe.in: Typo.
1169
1170         * Documentation/user/out/lilypond-internals.nexi (Scheme
1171         functions): Typo.
1172
1173         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
1174
1175 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1176
1177         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
1178         subfonts.
1179
1180         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
1181
1182         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
1183         (tex-font-command-raw): new function.
1184
1185         * lily/include/virtual-font-metric.hh (Module): remove file
1186
1187         * lily/virtual-font-metric.cc (Module): remove file.
1188         
1189
1190         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
1191         (get_indexed_char): read bbox from lily table if present.
1192
1193 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1194
1195         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
1196         aybabtu.subfonts
1197
1198         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
1199         global glyphname. Enables more than 64 glyphs in the OTF.
1200
1201 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1202
1203         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
1204         braces.
1205
1206         * lily/open-type-font.cc (design_size): Use 12 as default for
1207         design size.
1208
1209         * mf/aybabtu.pe.in: New file.  Merge all our braces.
1210
1211         * mf/GNUmakefile: Generate aybabtu.
1212
1213         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
1214
1215 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1216
1217         * scm/lily-library.scm (char->unicode-index): Remove.
1218
1219         * scm/output-gnome.scm (text): Bugfix for plain string input.
1220         Updates.
1221
1222         * scm/output-svg.scm (svg-font): Add weight to font selection.
1223
1224 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1225
1226         * Documentation/topdocs/INSTALL.texi (Top): Point to
1227         buildscripts/out/clean-fonts instead of
1228         buildscripts/clean-fonts.sh. 
1229
1230 2004-12-13  Graham Percival  <gperlist@shaw.ca>
1231
1232         * input/regression/figured-bass.ly: attempt to clarify text.
1233
1234         * Documentation/user/notation.tely: add cindex for tag, attempt to
1235         add figured bass example.
1236
1237         * Documentation/user/changing-defaults: basic editing.
1238
1239 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1240
1241         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
1242
1243         * lily/open-type-font.cc (LY_DEFINE): new function
1244         ly:font-sub-fonts
1245
1246         * lily/include/font-metric.hh (struct Font_metric): new method
1247         sub_fonts()
1248
1249         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
1250         . with - in add.stem.
1251         
1252 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1253
1254         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
1255         and fetaDynamic.
1256
1257         * lily/rest.cc (glyph_name): Change - to . .
1258
1259         * scm/output-gnome.scm (text): Hello world, again.
1260
1261         * scm/output-svg.scm (named-glyph): New function.  Hello world!
1262
1263         * lily/modified-font-metric.cc (index_to_charcode): New method.
1264
1265         * lily/include/font-metric.hh (index_to_charcode): New function.
1266
1267         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
1268         new function.
1269         (ly:font-glyph-to-index): Remove.
1270
1271 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1272
1273         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
1274
1275         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
1276
1277         * lily/open-type-font.cc (load_scheme_table): new function
1278
1279         * lily/dots.cc (print): replace - 
1280
1281         * lily/open-type-font.cc (attachment_point): new function.
1282         (load_table): read LILC table
1283
1284         * buildscripts/gen-bigcheese-scripts.py (Module): new
1285         file. Generate FF scripts.
1286
1287         * mf/feta-din10.mf: idem.
1288
1289         * mf/feta-nummer10.mf: remove mf files.
1290
1291         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
1292
1293 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * lily/lily-guile.cc: Use scm_from_locale_stringn.
1296
1297         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
1298         compatibility.
1299
1300 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1301
1302         * lily/open-type-font.cc (get_indexed_char): scale metrics by
1303         design-size and units_per_EM.
1304
1305         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
1306
1307 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
1310         does not crash fontforge.
1311
1312         * scm/lily-library.scm (char->unicode-index): Hack to map onto
1313         PUA.
1314
1315 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1316
1317         * scm/framework-ps.scm (ps-embed-cff): new function.
1318
1319         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
1320
1321 2004-12-12  Werner Lemberg  <wl@gnu.org>
1322
1323         * mf/bigcheese.pe.in: Add PUA mapping.
1324         Don't create Type 42 but bare CFF font.
1325
1326 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1327
1328         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
1329         within canvas boundaries.
1330
1331         * mf/merge.pe.in: Set font names, version, license GPL.
1332
1333         * make/substitute.make: Add FONTFORGE.
1334
1335         * config.make.in (FONTFORGE): Add.
1336
1337         * configure.in (gui_b): Use PATH_PROG for fontforge.
1338
1339 2004-12-11  Graham Percival  <gperlist@shaw.ca>
1340
1341         * scm/define-markup-commands.scm: add baseline-skip to info
1342         about \column.
1343
1344 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1345
1346         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
1347
1348         * scm/output-gnome.scm (named-glyph): Use it.
1349
1350         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
1351
1352         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
1353         (upper_string, lower_string, reverse_string): Remove.
1354
1355         * configure.in (fontforge): Reinstate version check.
1356
1357         * ly/engraver-init.ly: Fix clef glyph names.
1358
1359         * lily/time-signature.cc (special_time_signature): Fix fraction
1360         glyph names.
1361
1362 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1363
1364         * mf/merge.pe: new file.
1365
1366         * lily/freetype.cc: new file.
1367
1368         * lily/include/open-type-font.hh (class Open_type_font): new file.
1369
1370         * lily/include/freetype.hh: new file.
1371
1372         * lily/open-type-font.cc: new file.
1373
1374         * lily/all-font-metrics.cc (find_otf): new function.
1375
1376 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1377
1378         * lily/time-signature.cc (special_time_signature): Fix.
1379
1380         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
1381         GTK2 before checking for pango.  Fixes -fgnome.
1382
1383         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
1384         Scheme name.
1385
1386         * scm/define-markup-commands.scm:
1387         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
1388
1389         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
1390
1391         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
1392         date versions.  Fixes configure.
1393         (STEPMAKE_CHECK_VERSION): Support optional actual program version
1394         argument.
1395
1396 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1397
1398         * buildscripts/mf-to-table.py (write_ps_encoding): write real
1399         names in .enc
1400
1401         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
1402
1403 2004-12-09  Graham Percival  <gperlist@shaw.ca>
1404
1405         * Documentation/user/changing-defaults.itely: add info about
1406         make-dynamic-script
1407
1408         * Documentation/user/notation.itely: add link in dynamics to
1409         section about make-dynamic-script.
1410
1411 2004-12-09  Christian hitz  <chhitz@gmx.net>
1412
1413         * lily/lily-guile.cc: change MACOS_X to __APPLE__
1414
1415 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1416
1417         * buildscripts/mf-to-table.py (parse_logfile): use . for
1418         concatting name and group.
1419         (parse_logfile): use M for Minus (negative.)
1420
1421         * lily/include/type-swallow-translator.hh
1422         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
1423
1424         * lily/*.cc: cosmetics around = sign.
1425
1426         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
1427         lyric spacing on the penultimate column.
1428
1429 2004-12-05  Christian Hitz  <chhitz@gmx.net>
1430
1431         * configure.in:
1432         * lily/accidental-placement.cc:
1433         * lily/bar-line.cc:
1434         * lily/beam-concave.cc:
1435         * lily/beam-quanting.cc:
1436         * lily/beam.cc:
1437         * lily/bezier-bow.cc:
1438         * lily/bezier.cc:
1439         * lily/break-align-interface.cc:
1440         * lily/custos.cc:
1441         * lily/dimension-cache.cc:
1442         * lily/dot-column.cc:
1443         * lily/font-metric.cc:
1444         * lily/font-select.cc:
1445         * lily/gourlay-breaking.cc:
1446         * lily/grob-property.cc:
1447         * lily/grob.cc:
1448         * lily/lily-guile.cc:
1449         * lily/line-spanner.cc:
1450         * lily/lookup.cc:
1451         * lily/lyric-extender.cc:
1452         * lily/lyric-hyphen.cc:
1453         * lily/mensural-ligature.cc:
1454         * lily/midi-def.cc:
1455         * lily/misc.cc:
1456         * lily/note-collision.cc:
1457         * lily/note-column.cc:
1458         * lily/note-head.cc:
1459         * lily/paper-outputter.cc:
1460         * lily/percent-repeat-item.cc:
1461         * lily/rest-collision.cc:
1462         * lily/side-position-interface.cc:
1463         * lily/simple-spacer.cc:
1464         * lily/slur-configuration.cc:
1465         * lily/slur-scoring.cc:
1466         * lily/slur.cc:
1467         * lily/spaceable-grob.cc:
1468         * lily/spacing-spanner.cc:
1469         * lily/spanner.cc:
1470         * lily/staff-symbol-referencer.cc:
1471         * lily/stem.cc:
1472         * lily/stencil.cc:
1473         * lily/system-start-delimiter.cc:
1474         * lily/system.cc:
1475         * lily/text-item.cc:
1476         * lily/tie.cc:
1477         * lily/tuplet-bracket.cc:
1478         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
1479         <cmath> beacause isinf/isnan is undefined in <cmath>
1480
1481 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1482
1483         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
1484
1485 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1486
1487         * VERSION: release 2.5.3
1488         
1489 2004-11-29  Arno Waschk <arno@arnowaschk.de>
1490
1491         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
1492
1493 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1494
1495         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
1496
1497         * lily/note-head.cc (internal_print): always try the "s" head if
1498         u/d not found.
1499
1500         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
1501
1502 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1503
1504         * mf/parmesan-heads.mf (overdone_heads): typos.
1505
1506 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1507
1508         * lily/parser.yy (markup): in markups, { .. } without command
1509         before are also flattened, ie \line must be explicitely used.
1510
1511         * Documentation/user/changing-defaults.itely:
1512         * Documentation/user/notation.itely: 
1513         * input/wilhelmus.ly: 
1514         * input/regression/instrument-name-markup.ly: 
1515         * input/regression/markup-score.ly: 
1516         * input/regression/new-markup-scheme.ly: 
1517         * input/regression/new-markup-syntax.ly: 
1518         * input/test/coriolan-margin.ly: use \line in markups where
1519         appropriate
1520         
1521 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1522
1523         * scm/new-markup.scm (map-markup-command-list): helper function
1524         used in parser.yy to map markup commands on a markup list.
1525
1526         * lily/parser.yy: get rid off < > in markups by treating { } as
1527         real lists.
1528
1529         * lily/lexer.ll: remove < > from markup lexer mode.
1530
1531         * scripts/convert-ly.py (conv): add rule for converting 
1532         \markup < > to \markup { }
1533
1534         * ly/titling-init.ly: 
1535         * input/test/coriolan-margin.ly: 
1536         * input/regression/new-markup-syntax.ly: 
1537         * input/regression/new-markup-scheme.ly: 
1538         * input/regression/multi-measure-rest-text.ly: 
1539         * input/regression/markup-stack.ly: 
1540         * input/regression/markup-score.ly: 
1541         * input/regression/instrument-name-markup.ly: 
1542         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
1543         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
1544         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
1545         * input/wilhelmus.ly: 
1546         * Documentation/user/notation.itely: 
1547         * Documentation/user/music-glossary.tely: 
1548         * Documentation/user/changing-defaults.itely: change < > to { } in
1549         markups
1550
1551 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1552
1553         * lily/accidental-placement.cc (position_accidentals): shortcut if
1554         no accidentals to place.
1555
1556 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1557
1558         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
1559         typo s/ly:dimension ?/ly:dimension?/
1560
1561         * input/regression/lily-in-scheme.ly: 
1562         * input/regression/music-function.ly: 
1563         * ly/spanners-init.ly (assertBeamSlope): 
1564         * scm/music-functions.scm (def-grace-function): add the paper
1565         argument to music function definitions.
1566
1567 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1568
1569         * lily/moment.cc (LY_DEFINE):
1570         ly:moment-main-{denominator,numberator}, new function.
1571
1572         * lily/score-engraver.cc (typeset_all): assign to column on basis
1573         of axis-group-parent-X setting.
1574
1575         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
1576         add_element() on basis of axis-group-parent-Y setting.
1577
1578         * lily/grob.cc: add axis-group-parent-{XY} properties.
1579
1580         * input/regression/spacing-stick-out.ly: new file.
1581
1582         * lily/simple-spacer.cc (add_columns): use binary search for
1583         setting column rods. Changes O(n^2) to O(n log(n)) for
1584         constructing spacing problem from columns.
1585         (add_columns): read allow-outside-line to make sure no texts stick
1586         out.
1587         (solve): Simple_spacer::is_active() only determines
1588         satisfies_constraints_ for non-ragged typesetting.
1589
1590         * lily/simultaneous-music.cc (to_relative_octave): only set
1591         old_relative_used if return pitch actually changed.
1592
1593         * scm/define-context-properties.scm
1594         (all-user-translation-properties): change to match implementation.
1595
1596         * python/lilylib.py: Replace re.match by re.search and adds "-c
1597         showpage" to the gs command line (Johannes Schindelin)
1598
1599         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
1600         before processing. Prevents crash when inf is in the extent.
1601
1602         * scm/define-markup-commands.scm (note-by-number): add "s" to
1603         "noteheads-" glyphname.
1604  
1605         * lily/parser.yy (Generic_prefix_music): supply parser argument to
1606         music function as well.
1607         
1608 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1609
1610         * VERSION: release 2.5.2
1611
1612         * Documentation/user/changing-defaults.itely (Creating titles):
1613         add breakbefore variable.
1614
1615         * lily/paper-book.cc (set_system_penalty): new function. Set
1616         penalty_ based on breakBefore setting
1617
1618         * lily/context-specced-music-iterator.cc (construct_children):
1619         interpret special context id $uniqueContextId 
1620
1621         * lily/context.cc (create_unique_context): new method. Move
1622         creation of unique (\new) contexts into interpreting phase. This
1623         makes
1624
1625           foo= \new Staff ..
1626           << \foo \foo >>
1627
1628         produce 2 staves.
1629         
1630
1631         * scm/define-music-properties.scm (all-music-properties): add
1632         quoted-voice-direction
1633
1634         * ly/music-functions-init.ly: killCues function.
1635
1636         * scm/music-functions.scm (cue-substitute): move creation of voice
1637         contexts further to the back. 
1638
1639 2004-11-25  Werner Lemberg  <wl@gnu.org>
1640
1641         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
1642         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
1643
1644 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
1645
1646         * buildscripts/guile-gnome.sh: Fixed typo.
1647
1648 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1649
1650         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
1651
1652         * scripts/abc2ly.py (dump_slyrics): add ord(). 
1653
1654         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
1655         to regular engraver. 
1656
1657 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1658
1659         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
1660
1661 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1662
1663         * scm/define-markup-commands.scm (fill-line): Typo.
1664
1665         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
1666         and newer.
1667
1668 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
1669
1670         * ly/dynamic-scripts-init.ly: Fixed typo.
1671
1672 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1673
1674         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
1675         note-head, to have different attachment points for up and down.
1676
1677         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
1678
1679         * mf/feta-generic.mf (else): remove solfa.
1680
1681         * mf/feta-bolletjes.mf (tishape): remove unicode test.
1682
1683         * scm/define-context-properties.scm
1684         (all-user-translation-properties): add shapeNoteStyles property.
1685
1686         * lily/shape-note-heads-engraver.cc (process_music): new file.
1687
1688         * lily/event.cc (transpose): call Event::transpose() for
1689         transposing the tonic.
1690
1691 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1692
1693         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
1694         Unicode/OpenType and AFM.
1695
1696         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
1697
1698 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1699
1700         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
1701
1702         * lily/context.cc (Context): unprotect key from ctor.
1703
1704         * scm/stencil.scm (stack-lines): return empty-stencil if argument
1705         is '()
1706         (stack-stencils): idem.
1707
1708         * Documentation/user/changing-defaults.itely (Creating titles):
1709         document new title layout options.
1710
1711         * lily/parser.yy (lilypond_header_body): copy previous
1712         $globalheader if present.
1713
1714         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
1715         ly:module-copy
1716         
1717         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
1718
1719         * scm/titling.scm: remove old titling functions
1720
1721         * lily/stencil.cc (translate): remove absolute dimension.
1722
1723         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
1724         via markup.
1725
1726         * scm/page-layout.scm (marked-up-headfoot): create header/footer
1727         field from user-supplied markup
1728
1729         * scm/define-markup-commands.scm (on-the-fly): new markup
1730         command. Enter SCM markup procedure directly in Scheme.
1731         (fromproperty): new markup command. Read markup from props argument.
1732
1733         * scm/titling.scm (marked-up-title): create title via
1734         user-specified markup. 
1735
1736         * scm/define-markup-commands.scm (column): remove empty stencils
1737         from column.
1738
1739         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
1740         not have side-effect of creating variable stub.
1741
1742         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
1743
1744 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1745
1746         * scm/encoding.scm (coding-alist): 
1747         * scm/font.scm (add-ec-fonts):
1748         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
1749         Extended-TeX-Font-Encoding---Latin.
1750
1751         * lily/side-position-interface.cc (general_side_position): Add
1752         actual offset to error message (avoid constant error messages).
1753
1754         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
1755         block.
1756
1757         * lily/font-select.cc (select_encoded_font)
1758         (get_font_by_mag_step, get_font_by_design_size): 
1759         * lily/modified-font-metric.cc (Modified_font_metric): 
1760         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
1761
1762         * scm/encoding.scm (coding-alist): Add fetaDynamic.
1763         (read-encoding-file): Bugfix: do not require space after bracket.
1764
1765         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
1766         these do not exist.
1767
1768 2004-11-20  Graham Percival  <gperlist@shaw.ca>
1769
1770         * Documentation/user/notation.itely: added info about typesetting
1771         boxed bar numbers.
1772
1773 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1774
1775         * flower/interval.cc (T_to_string): gcc4 fixes.
1776
1777         * scm/define-markup-commands.scm (fill-line): use
1778         stack-stencils. This fixes problems with putting already centered
1779         stencils in a line.
1780
1781         * VERSION: release 2.5.1
1782
1783         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
1784
1785 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1786
1787         * input/example-[1-3].ly: simplify.
1788
1789         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
1790
1791         * scm/output-ps.scm (new-text): new function. Use glyphshow to
1792         show glyphs.
1793
1794         * scm/encoding.scm (decode-byte-string): new function.
1795
1796         * scripts/convert-ly.py (conv): add warning about
1797         set-global-staff-size.
1798
1799         * Doxyfile: add. 
1800
1801         * scripts/convert-ly.py (conv): add raggedlastbottom rule
1802         (conv): warn for TextSpanner split.
1803         (conv): warn for textheight.
1804
1805 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1806
1807         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
1808         building the documentation, info with images are installed.
1809         (final-install): Fix description.  Mention sourcing of login
1810         scripts (instead of running).
1811
1812 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1813
1814         * Debian lmodern support.  Note that LilyPond will issue warnings
1815         
1816             no such encoding: "FontSpecific"
1817
1818           The font selection mechanism wants to get the encoding from the
1819           font itself, but the idea of lmodern is that it is usable with
1820           different encodings, ie, Lily should get the encoding from the
1821           font tree, rather than the font itself.  This would require some
1822           more work.
1823         
1824         * configure.in: Test for and accept lmodern if EC fonts not found.
1825
1826         * scm/framework-tex.scm (font-load-command): TeX font name
1827         mangling for latin1 encoded cork-lm fonts.
1828         (convert-to-ps): Load lm.map if available.
1829
1830         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
1831         available.
1832
1833         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
1834
1835         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
1836         available.
1837
1838         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
1839         path for absolute file name, that is silly.
1840
1841         * lily/score-engraver.cc (initialize): 
1842
1843         * Documentation/user/GNUmakefile (local-install-info): Invoke
1844         install-info --remove first.
1845
1846         * #include cleanup (Andreas Scherer).
1847
1848 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
1849
1850         * input/test/script-abbreviations.ly: fix typos.
1851
1852 2004-11-17  Werner Lemberg  <wl@gnu.org>
1853
1854         * python/lilylib.py (options_help_str): Support pretty-printing of
1855         newlines in fourth element of option description.
1856
1857         * scripts/lilypond-book.py (option_definitions): Use new lilylib
1858         feature.
1859         Sort options.
1860
1861         * Documentation/user/lilypond-book.itely: Finish update.
1862
1863 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1864
1865         * Documentation/user/macros.itexi: Add comment about \command.
1866
1867         * Documentation/user/lilypond.tely:
1868         * Documentation/user/lilypond-book.itely: Fix names of lilypond
1869         and lilypond-book nodes, so that `info lilypond' visits the manual
1870         at top level, and `info lilypond-book' visits the lilypond-book
1871         section.
1872
1873         * Documentation/user/GNUmakefile (local-install-info): Fix rules
1874         and packager messages.
1875
1876         * lily/pangofc-afm-decoder.cc: Update test.
1877
1878 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1879
1880         * scm/lily-library.scm (char->unicode-index): New function.
1881
1882         * scm/output-gnome.scm: 
1883         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
1884
1885         * Proper naming of file name throughout; s/filename/file[-_]name/.
1886
1887         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
1888
1889         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
1890
1891 2004-11-16  Werner Lemberg  <wl@gnu.org>
1892
1893         * scripts/lilypond-book.py: The Lord has commanded me to use only
1894         tabs for indentation.  Your humble servant obeys.
1895
1896 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1897
1898         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
1899         including font, if LilyPond-feta font is only feta font in path.
1900
1901         * scm/output-gnome.scm (text): Revert to file name of font if font
1902         has no name.  Fixes ec font selection.
1903         (char): Bugfix: do not utf8 twice.  Fixes clefs.
1904
1905         * scm/framework-svg.scm:
1906         * scm/output-svg.scm: New file.  TODO: figure out how to
1907         do character by index in font.
1908
1909         * scm/output-sodipodi.scm: Remove.
1910
1911         * scm/output-ps.scm (stem): Remove.
1912
1913 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1914
1915         * scm/output-gnome.scm (beam): New function.
1916         (slur): Round corners.
1917         (round-filled-box): Round corners.
1918
1919 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1920
1921         * scm/output-gnome.scm (beam): add function.
1922         (draw-line): new routine.
1923         (dashed-line): stub; call draw-line
1924         (polygon): new routine.
1925
1926 2004-11-15  Werner Lemberg  <wl@gnu.org>
1927
1928         * Documentation/user/lilypond-book.itely: Revise section on
1929         lilypond-book options.
1930         Other minor fixes.
1931
1932         * scripts/lilypond-book.py: Change indentation to 4.
1933         Minor formatting.
1934
1935 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1936
1937         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
1938         grobs that have tweaks specced.
1939         
1940 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
1941
1942         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
1943
1944 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1945
1946         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
1947         actual char #, not 0 based index.
1948
1949         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
1950
1951         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
1952         Warning: do make -C mf clean.
1953
1954         * lily/context-property.cc: Compile fix.
1955
1956         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
1957         Grok ec-fonts, braces and dynamics.
1958
1959         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
1960
1961 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1962
1963         * lily/include/tweak-registration.hh: new file.
1964
1965         * lily/tweak-registration.cc: new file.
1966
1967         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
1968         saving tweaks.
1969
1970         * scm/output-gnome.scm (text): comment dribble.
1971
1972 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1973
1974         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
1975
1976         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
1977         path-def before using.  Fixes muchtomany slurs in wrong places
1978         bug.
1979
1980 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1981
1982         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
1983
1984         * lily/include/object-key-undumper.hh (Module): new file.
1985
1986         * lily/object-key-undumper.cc (Module): New file. Deserialize
1987         keys. SCM bindings
1988
1989         * lily/object-key-dumper.cc (Object_key_dumper): idem.
1990         Provide SCM bindings.
1991
1992         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
1993         new file. Serialize object keys.
1994         
1995         * lily/object-key.cc (dump): new function.
1996         (as_scheme): new virtual function
1997         (undump): new function
1998         (undumpers): new table.
1999
2000         * lily/include/global-context.hh (Context): take \score key upon init.
2001
2002         * lily/object-key-dumper.cc (serialize_key): new file.
2003
2004         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
2005
2006         * lily/lily-lexer.cc: remove \quote.
2007
2008         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
2009
2010         * lily/context.cc (Context): take key argument in ctor.
2011         (create_context): new function
2012
2013         * lily/grob.cc (Grob): take key argument in ctor.  
2014
2015         * lily/lilypond-key.cc (do_compare): new file.
2016
2017         * lily/object-key.cc (Object_key): new file.
2018
2019         * lily/include/object-key.hh (class Object_key): new file.
2020
2021         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
2022
2023 2004-11-13  Graham Percival  <gperlist@shaw.ca>
2024
2025         * Documentation/user/lilypond-book.itely: add small warning about
2026         noindent default in lilypond-book.
2027
2028         * Documentation/user/converters.itely: add examples for convert-ly.
2029
2030         * Documentation/user/examples.itely: change version string in templates
2031         to 2.4.0.
2032
2033 2004-11-12  Karl Hammar  <karl@aspodata.se>
2034
2035         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
2036         cmdline, use xargs instead (backportme)
2037
2038 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
2039         
2040         * Documentation/user/: Numerous fixes in the user manual.
2041
2042 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2043
2044         * lily/parser.yy (re_rhythmed_music): search music expression for
2045         context-id, surround by \new Voice if not found. Fixes:
2046         addlyrics-second-staff.ly
2047
2048         * VERSION: 2.5.0 released.
2049         
2050 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2051
2052         * Documentation/index.html.in: Fix url to one big page.  (backportme)
2053
2054         * Documentation/user/GNUmakefile: Separate rules for split and
2055         unsplit html documents.  Remove perl massaging.  (backportme)
2056
2057 2004-11-11  Graham Percival  <gperlist@shaw.ca>
2058
2059         * Documentation/user/lilypond-book.itely: add short warning about
2060         \lilypond{} in LaTeX docs.
2061
2062 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2063
2064         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
2065         found.  (backportme)
2066
2067         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
2068         version requirement.  (backportme)
2069
2070         * configure.in: Be explicit about old versions of
2071         ec-fonts-mtraced.  (backportme)
2072
2073         * lily/context-selector.cc (set_tweaks): New function.
2074         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
2075         web with -DTWEAK.
2076
2077         * Documentation/user/introduction.itely (Automated engraving):
2078         Remove fragment option.  Fixes web.
2079
2080         * lily/context-property.cc (make_item_from_properties):
2081         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
2082         #ifdef.
2083
2084         * scm/define-context-properties.scm
2085         (all-internal-translation-properties): Add tweakRank and tweakCount.
2086
2087         * lily/grob.cc: 
2088         * scm/define-grob-properties.scm (all-internal-grob-properties):
2089         Add tweak-rank and tweak-count.
2090
2091 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2092
2093         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
2094         New function.
2095         (text): Use them.
2096
2097         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
2098         animated/opaque grob dragging tweaks.
2099
2100         * buildscripts/guile-gnome.sh: Update.
2101
2102 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2103
2104         * scm/define-grobs.scm (all-grob-descriptions): Added
2105         line-interface to the LigatureBracket object.
2106
2107 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2108
2109         * scm/framework-gnome.scm (item-event): Support non-animated mouse
2110         dragging tweaks.
2111
2112         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
2113
2114         * lily/context-selector.cc (store_context): New function.
2115
2116         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
2117         (store_grob): New function.
2118         (identify_grob): Add Moment parameter.
2119
2120         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
2121         exists.
2122
2123         * scm/framework-gnome.scm (save-tweaks): Write as alist.
2124
2125 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2126
2127         * scm/framework-gnome.scm (item-event): Print grob id.
2128         (save-tweaks): New function.
2129         (tweak): New funtion.
2130         (item-event): Use it, bound to arrow keys.
2131
2132         * lily/context-property.cc (make_item_from_properties): Register grob.
2133         * lily/context.cc (add_context): Register context.
2134
2135         * lily/include/context-selector.hh:
2136         * lily/include/grob-selector.hh:
2137         * lily/context-selector.cc:
2138         * lily/grob-selector.cc: New file.
2139
2140 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2141
2142         * lily/slur.cc: add 'positions to interface
2143
2144         * lily/main.cc: reinstate PS as standard output format. 
2145
2146         * scm/framework-tex.scm (output-preview-framework): print systems
2147         up to first non title system.
2148
2149         * lily/grace-engraver.cc (start_translation_timestep): split
2150         scm_cadddr
2151         
2152 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2153
2154         * lily/quote-iterator.cc (Module): remove old quote-iterator
2155
2156         * scm/define-music-types.scm (music-descriptions): move
2157         NewQuoteMusic over QuoteMusic
2158
2159         * Documentation/user/notation.itely (Formatting cue notes): use
2160         \cueDuring.
2161
2162         * lily/new-quote-iterator.cc (quote_ok): new function.
2163
2164         * input/regression/quote-cue-during.ly: new file.
2165
2166         * input/regression/quote-grace.ly: new file.
2167
2168         * scm/define-context-properties.scm (Module): change definition of
2169         graceSettings
2170
2171         * lily/context-property.cc (Module): rename from
2172         translator-property.cc
2173
2174         * lily/context.cc (context_name_symbol): new function
2175
2176         * lily/grace-engraver.cc: new file. Set properties for grobs based
2177         on the grace-ness of now_moment().
2178
2179         * scm/music-functions.scm (add-grace-property): use list
2180         iso. vector for graceSettings
2181         remove set-{start,stop}-grace-properties. 
2182
2183         * lily/new-quote-iterator.cc (construct_children): set
2184         quote_outlet_ if no quoted-context-{id,type} specified.
2185
2186         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
2187
2188         * lily/parser.yy (command_element): remove \quote.
2189
2190         * ly/music-functions-init.ly (location): add quoteDuring music
2191         function. 
2192
2193         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
2194         optional semicolon. (backportme)
2195
2196 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2197
2198         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
2199         need to link to GUILE et al.
2200
2201 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2202
2203         * scm/define-music-properties.scm (all-music-properties): add
2204         quoted-context-type, quoted-context-id.
2205
2206         * scm/lily.scm (type-check-list): new function.
2207         
2208         * scm/lily-library.scm: new file. Generic library routines.
2209
2210         * lily/parser.yy (Generic_prefix_music): move typechecking out of
2211         parser.
2212
2213         * ly/music-functions-init.ly: add quoteDuring function.
2214
2215         * lily/include/music-iterator.hh (class Music_iterator): rename
2216         set_translator -> set_context
2217
2218         * lily/parser.yy (Generic_prefix_music_scm): add
2219         MUSIC_FUNCTION_SCM_SCM_MUSIC
2220
2221         * scm/lily.scm (sanitize-command-option): new function. (backportme)
2222
2223         * scm/framework-tex.scm (header): sanitize TeX paper size.
2224         (backportme)
2225
2226 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2227
2228         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
2229
2230         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
2231
2232         * scm/framework-tex.scm (font-load-command): Use T1 if no
2233         font-encoding set.  (backportme)
2234
2235         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
2236         exists before converting.  (backportme)
2237
2238         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
2239         exists before converting.  (backportme)
2240         (convert-to-ps): Remove .ps file if it exists before
2241         converting.  (backportme)
2242
2243         * lily/lexer.ll: Remove extra progress newline, use present tense.
2244
2245         * scm/paper.scm (paper-alist): public.
2246         * scm/framework-tex.scm (convert-to-ps):
2247         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
2248         command line.
2249
2250 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2251
2252         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
2253
2254         * lily/recording-group-engraver.cc (derived_mark): mark
2255         now_events_. (backportme)
2256
2257 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2258
2259         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
2260
2261         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
2262         invoking latex. (backportme.)
2263
2264         * lily/stem.cc (off_callback): center stems for all rest stems.
2265
2266 2004-11-05  Werner Lemberg  <wl@gnu.org>
2267
2268         * Documentation/user/lilypond.tely: Add more guidelines for writing
2269         lilypond texinfo documents.
2270
2271 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
2272
2273         * Documentation/index.html.in: remove <hr>.
2274
2275         * THANKS: change 2.3 to 2.4.
2276
2277 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
2278
2279         * scm/output-gnome.scm: More fontconfig comment.
2280
2281 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
2282
2283         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
2284         <package> directory in $(builddir)/share according with
2285         PACKAGE_NAME defined in the VERSION file.
2286
2287 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2288
2289         * lily/beam.cc (rest_collision_callback): use local beam
2290         multiplicity.
2291
2292         * input/regression/stem-stemlet.ly: new file.
2293
2294         * lily/stem.cc (add_head): store rests as well.
2295
2296         * scm/define-grob-properties.scm (all-user-grob-properties): add
2297         stemlet-length
2298
2299         * lily/stem.cc: store rests as well.
2300         
2301         * input/regression/new-slur.ly: mention forcing.
2302
2303 2004-11-04  Werner Lemberg  <wl@gnu.org>
2304
2305         * Documentation/user/*: A new round of layout fixes and document
2306         structure cleanup.
2307
2308 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
2309
2310         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
2311
2312 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2313
2314         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
2315
2316 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
2319
2320         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
2321
2322         * lily/main.cc (main): Invoke identify.
2323
2324         * scm/lily.scm (postscript->pdf): Remove progress newline.
2325         Write progress to stderr.
2326
2327         * lily/paper-book.cc (output): Remove progress newline.
2328
2329         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
2330         gettext on user messages, and remove whitespace.
2331
2332         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
2333
2334         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
2335         argv[0] (Thomas Scharkowski).
2336
2337         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
2338         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
2339         for ec-fonts-mtraced.
2340
2341         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
2342         --srcdir build (Bertalan).
2343
2344         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
2345         headers and library too (Laura Conrad).
2346
2347         * Documentation/topdocs/INSTALL.texi (Top): Mention development
2348         package for guile too (Laura Conrad).
2349
2350         * lily/main.cc (usage): Typo.
2351
2352 2004-11-02  Werner Lemberg  <wl@gnu.org>
2353
2354         * Documentation/user/notation.ly: More fixes to improve appearance.
2355
2356         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
2357         better output for multicolumn tables.
2358
2359 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2360
2361         * lily/main.cc (dir_info): Fixed typo in the printouts.
2362
2363 2004-11-01  Werner Lemberg  <wl@gnu.org>
2364
2365         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
2366         of output.
2367         Set `per_line' to 2; replace hard-coded value with it.
2368
2369         * Documentation/user/*: Many fixes to improve appearance of
2370         printed manual.
2371
2372 2004-11-01  Werner Lemberg  <wl@gnu.org>
2373
2374         * Documentation/user/changing-defaults.itely,
2375         Documentation/user/notation.ly,
2376         Documentation/user/programming-interface.itely: Use @/.
2377         Fix formatting of some lilypond snippets and tables.
2378
2379         * scripts/lilypond-book.py (compose_ly): Provide useful default
2380         for LINEWIDTH in `override'.
2381
2382 2004-10-31  Graham Percival  <gperlist@shaw.ca>
2383
2384         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
2385
2386 2004-10-31  Werner Lemberg  <wl@gnu.org>
2387
2388         Resetting @exampleindent to `5' gives ugly results with texinfo's
2389         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
2390         (if not quoting) to change @exampleindent only locally.
2391
2392         * scripts/lilypond-book.py (NOQUOTE): New variable.
2393         (output) [LATEX]: Remove AFTER and BEFORE.
2394         [TEXINFO]: Remove AFTER and BEFORE.
2395         Fix QUOTE and VERBATIM pattern.
2396         Add NOQUOTE pattern.
2397         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
2398         and BEFORE.
2399         [output_texinfo]: Use NOQUOTE.
2400
2401 2004-10-31  Graham Percival  <gperlist@shaw.ca>
2402
2403         * Documentation/user/changing-defaults.itely: clarify paper
2404         size commands with correct info.
2405
2406         * Documentation/user/lilypond-book.itely: add more docs for
2407         filename extensions.
2408
2409 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2410
2411         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
2412         (PATCH_LEVEL): start 2.5.0.
2413
2414 2004-10-30  Graham Percival  <gperlist@shaw.ca>
2415
2416         * Documentation/user/notation.itely: add warning about bar numbers
2417         in multistaff music, add warning about quoting grace notes.
2418
2419         * Documentation/user/changing-defaults.itely: clarify paper size commands,
2420         add missing subsubtitle entry to Creating titles.
2421
2422         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
2423
2424 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2425
2426         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
2427         case.
2428         (conv): add dummy 2.4.0 conversion rule.
2429
2430         * Documentation/user/lilypond.tely: add @finalout.
2431
2432         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
2433         for attaching, fixes slur/stem left attachment of
2434         downslur/downstem.
2435
2436         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
2437         quote problem if for last note of quoted sequence. 
2438
2439         * input/regression/part-combine-text.ly (comm): add expect strings.
2440
2441 2004-10-30  Werner Lemberg  <wl@gnu.org>
2442
2443         * Documentation/user/examples.itely: Improved layout.
2444
2445         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
2446
2447         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
2448
2449         * Documentation/notation.itely: Use `@/'.
2450         Other layout fixes.
2451
2452 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2453
2454         * lily/part-combine-iterator.cc (unisono): examine last_playing_
2455         (not state_), this fixes a2 printing after chord.
2456
2457         * input/regression/no-staff.ly: fix octave, revise syntax.
2458
2459         * input/regression/lyrics-bar.ly (texidoc): fixes.
2460
2461         * input/regression/beam-dir-functions.ly (Module): remove from regtest
2462
2463         * input/regression/accidentals.ly (Module): remove from regtest.
2464
2465         * lily/parser.yy (Prefix_composite_music): 
2466         oops. Chords should be unrelativable, not bass figures untransposable.
2467
2468         * VERSION: 2.3.26 released.
2469         
2470         * lily/completion-note-heads-engraver.cc (try_music): only return
2471         something when is_first_ is true. Fixes lyrics with completion_heads. 
2472
2473         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
2474
2475         * scm/lily.scm (ly:system): new function. Catches uninstalled
2476         ps2png.
2477
2478 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2479
2480         * Documentation/user/notation.itely: remove
2481         @hyphenatedinternalsref.
2482
2483 2004-10-29  Werner Lemberg  <wl@gnu.org>
2484
2485         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
2486
2487         * scripts/lilypond-book.py (no_options): New dictionary.
2488         (simple_options): New list.
2489         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
2490         (compose_ly): Use `no_options' and `simple_options'.
2491         Fix logic of option handling.
2492         Handle `linewidth' option without parameter.
2493
2494 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2495
2496         * lily/lookup.cc (triangle): use (0, interval.length()) for X
2497         extent, since the stencil is translated later on.
2498
2499         * lily/ledger-line-spanner.cc (print): swap linear_combination
2500         arguments, effectively shortens ledger line. 
2501
2502         * Documentation/user/GNUmakefile
2503         ($(outdir)/lilypond/lilypond.html): use find to remove files.
2504
2505         * lily/main.cc: --no-pages option.
2506
2507 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
2508
2509         * Documentation/user/notation.itely (Fret diagrams): add extra
2510         notes to example to avoid collisions between fret diagrams.
2511
2512 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2513
2514         * Documentation/user/notation.itely (Automatic note splitting):
2515         note about lyrics. 
2516
2517         * Documentation/user/converters.itely (Invoking convert-ly): note
2518         about version numbers. 
2519
2520         * scripts/abc2ly.py (dump_score): revise lyric dumping
2521
2522         * scripts/mup2ly.py (pre_processor_commands): always open file.
2523
2524         * scripts/etf2ly.py (Frame.calculate): always close \grace.
2525         (Etf_file.dump): add \version
2526
2527         * VERSION: 2.3.25 released.
2528
2529         * lily/scm-option.cc: add 'resolution to ly:get-option argument
2530         list.
2531
2532 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2533
2534         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
2535
2536 2004-10-28  Werner Lemberg  <wl@gnu.org>
2537
2538         * Documentation/user/music-glossary.tely: More fixes to improve
2539         appearance with DVI output.
2540
2541         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
2542         EXAMPLEINDENT.  This is the maximum value for quotation environments
2543         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
2544
2545 2004-10-27  Werner Lemberg  <wl@gnu.org>
2546
2547         * Documentation/user/music-glossary.tely: Revised.
2548
2549 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
2550
2551         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
2552         improve fret diagram spacing in printed output.
2553
2554         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
2555         from options for the example so fret-diagrams won't overlap
2556         one another.
2557
2558 2004-10-26  Werner Lemberg  <wl@gnu.org>
2559
2560         * scripts/lilypond-book.py: Some additional formatting for
2561         orthogonality.
2562         (ly_options) [*]: Format strings.
2563         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
2564         by `compose_ly'.
2565         (output) [LATEX][OUTPUT]: Format string and simplify.
2566         (PREAMBLE_LY, FRAGMENT_LY): Format string.
2567         (classic_lilypond_book_compatibility): Take key/value pair as
2568         parameter.
2569         Return key/value pair.
2570         (compose_ly): Rewritten, taking the snippet type as third parameter. 
2571         The default values are now set more sensible, and a `linewidth'
2572         option is no longer overwritten under some circumstances.
2573
2574         * Documentation/user/music-glossary.tely: Replace all accented
2575         character macros with latin-1 codes.
2576
2577 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2578
2579         * lily/music-function.cc (ly_make_music_function): when an
2580         argument predicate is markup?, the signature keyword becomes
2581         "markup" iso "scm".
2582
2583         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
2584         tokens, for functions which signatures contain "markup".
2585
2586         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
2587         MUSIC_FUNCTION_*MARKUP* tokens.
2588
2589 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
2592         Lyrics context.
2593
2594 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2595
2596         * python/lilylib.py (make_ps_images): return list of output files.
2597
2598         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
2599         all springs tight, and still satisfy the constraints.
2600
2601 2004-10-25  Werner Lemberg  <wl@gnu.org>
2602
2603         * scripts/lilypond-book.py: s/option-sep/option_sep/.
2604         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
2605         (snippet_res): Fix regexps and make them ignore whitespace properly.
2606         (compose_ly): Use `re.split' instead of `string.split' to remove
2607         surrounding whitespace.
2608         Some formatting to get more consistency.
2609
2610 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2611
2612         * VERSION: 2.3.24
2613         
2614         * scm/define-context-properties.scm
2615         (all-user-translation-properties): add verticallySpacedContexts.
2616
2617         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
2618         add interface
2619
2620         * scm/define-grob-properties.scm (all-internal-grob-properties):
2621         add spaceable-staves
2622
2623         * scm/define-grobs.scm (all-grob-descriptions): set
2624         vertically-spaceable-interface for VerticalAxisGroup and
2625         RemoveEmptyVerticalGroup
2626
2627         * lily/system.cc (get_line): determine staff_refpoints_
2628         using spaceable-staves.
2629
2630         * lily/score-engraver.cc (acknowledge_grob): ack
2631         vertically-spaceable-interface and verticallySpacedContexts to
2632         set spaceable-staves.
2633
2634         * input/regression/new-slur.ly: add slur under 16th subbeam case.
2635
2636         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
2637
2638 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2639
2640         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
2641         minimumVerticalExtent tweaks. 
2642  
2643         * mf/feta-schrift.mf: include size of thumb appendix in
2644         bbox. Fixes: c-thumb-notehead.ly  
2645
2646         * THANKS: add Meisters to the Development team.
2647
2648         * scm/framework-tex.scm (convert-to-dvi): redirect output to
2649         /dev/null for non-verbose.
2650
2651         * Documentation/user/invoking.itely (Invoking lilypond): add note
2652         about resource usage.
2653
2654         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
2655
2656         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
2657         --enable-encoding
2658
2659         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
2660
2661         * Documentation/user/changing-defaults.itely (Text encoding):
2662         change to latin1.
2663
2664         * Documentation/user/lilypond.tely: add language and encoding.
2665
2666         * scm/define-grobs.scm (all-grob-descriptions): add
2667         line-interface.
2668
2669         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
2670
2671         * input/test/ossia.ly: font sizes for ossia.
2672
2673         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
2674         -> \context Foo = "NOTENAME".
2675
2676         * lily/main.cc (determine_output_options): fix ordering.
2677
2678 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
2679
2680         * THANKS: Added bughunters for 2.3.
2681
2682 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2683
2684         * Documentation/user/macros.itexi: use findex functions/internals
2685         objects.
2686
2687         * scm/documentation-generate.scm (string-append): add syncodeindex
2688
2689         * Documentation/user/tutorial.itely (A lead sheet): use \chords
2690         for tutoring chord names.
2691  
2692         * Documentation/user/lilypond.tely: remove @authors.
2693
2694 2004-10-23  Werner Lemberg  <wl@gnu.org>
2695
2696         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
2697         Remove first two parameters of \lybox.
2698         Don't emit \vbox around \lybox.
2699         (dump-line): Add width to \lybox call.
2700         Remove first two parameters of \lybox.
2701
2702         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
2703         (\lyitem): Updated.
2704         (\lybox): Only take three parameters.
2705         Create box which has zero depth, only height.
2706         Center box vertically along the x-height of current font.
2707
2708 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2709
2710         * VERSION (PACKAGE_NAME): release 2.3.23
2711
2712         * scm/framework-tex.scm (convert-to-ps): add -E if filename
2713         contains .preview.
2714
2715 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * lily/lyric-extender.cc (print): only run to right-bound if
2718         broken. This fixes input/regression/lyric-extender.ly
2719
2720         * input/regression/beamed-chord.ly: removed.
2721
2722         * Documentation/user/macros.itexi: add \global to definitions for
2723         feta macros.
2724
2725         * po/fr.po: updated po file.
2726
2727         * po/de.po: updated po file.
2728
2729 2004-10-22  Werner Lemberg  <wl@gnu.org>
2730
2731         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
2732
2733 2004-10-21  Werner Lemberg  <wl@gnu.org>
2734
2735         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
2736         (\lilypondexperimentalfeatures): Removed.
2737
2738 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
2739
2740         * Documentation/user/notation.itely: fixed 2 typos
2741
2742 2004-10-20  Werner Lemberg  <wl@gnu.org>
2743
2744         * scm/framework-tex.scm (header-end): Don't set \outputscale.
2745         (dump-line): Produce prettier output.
2746
2747         * tex/lilyponddefs.tex: Comment all macros extensively.
2748         (\lilypondstart): Set \outputscale.
2749         Define \lilypondpagebreak and \lilypondnopagebreak here.
2750         Don't test for positive \lilypondpaperlinewidth -- this is always
2751         positive in the normal case (LilyPond produces bad output otherwise
2752         so we can safely ignore negative or zero values).
2753         (\lilypondend): Remove useless test for \lilypondbook.
2754         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
2755         don't input `feta20.tex'.
2756
2757 2004-10-19  Graham Percival  <gperlist@shaw.ca>
2758
2759         * Documentation/user/examples.itely: added texidoc lilypond-book
2760         template.
2761
2762 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2763
2764         * cygwin/lilypond.hint: Update.
2765
2766 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
2767
2768         * Documentation/user/notation.itely (Fret diagrams): Add documentation
2769         for fret diagram markups to user manual
2770
2771         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
2772         documentation for fret-diagram-terse
2773
2774         * Documentation/user/notation.itely: Added section on fret diagrams.
2775
2776 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2777
2778         * scripts/convert-ly.py (usage): Fix --help description.  Apply
2779         range also for --show-rules.
2780
2781 2004-10-18  Werner Lemberg  <wl@gnu.org>
2782
2783         * scripts/lilypond-book.py (Snippet, Include_snippet)
2784         [replacement_text]: Use group `match'.
2785
2786 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2787
2788         * Documentation/user/macros.itexi: Use @ref instead of @inforef
2789         for html.  Apparently, ``you should'' in texinfo documentation is
2790         merely a guideline that can safely be ignored.
2791
2792         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
2793         auto-mode-alist.
2794
2795         * input/test/engraver-example.ily: 
2796         * input/regression/allfontstyle.ily: Rename, update users.
2797
2798 2004-10-16  Graham Percival  <gperlist@shaw.ca>
2799
2800         * Documentation/user/lilypond-book.itely: add more details about
2801         building .lytex files.
2802
2803         * Documentation/user/examples.itely: added piano-lyrics template
2804
2805         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
2806
2807         * input/GNUmakefile: remove "templates" from build subdirs.
2808
2809         * input/template: removed.
2810
2811 2004-10-16  Werner Lemberg  <wl@gnu.org>
2812
2813         * scripts/lilypond-book.py (snippet_res): Define group `match'
2814         everywhere.
2815         Accept more spaces between commands and its arguments and options.
2816         Fix some regexps.
2817         (output): Remove some newlines in string values and suppress spaces
2818         in output.
2819         (output_texinfo): Output `output_print_filename' only if not empty.
2820         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
2821
2822 2004-10-16  Werner Lemberg  <wl@gnu.org>
2823
2824         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
2825         some TeX line ends with `%' to avoid additional horizontal space in
2826         output.
2827
2828         * scripts/lilypond-book.py: Unexpand spaces to tabs.
2829         (snippet_res): Use `x' modifier to represent regular expressions
2830         in a friendlier way.
2831         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
2832         (find_toplevel_snippets): Don't use indices from match group 0,
2833         which is the whole pattern space, but group 1.
2834
2835 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2836
2837         * flower/include/direction.hh (enum Direction): add
2838         DIRECTION_LIMIT
2839
2840 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2841
2842         * po/fr.po: new po file.
2843
2844 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * Documentation/user/macros.itexi: Do not construct external
2847         references using @uref.  That results in broken links.
2848
2849         * lily/slur.cc (outside_slur_callback): Use int in for loop;
2850         avoids g++-3.4.1 enum beature.
2851
2852 2004-10-13  Graham Percival  <gperlist@shaw.ca>
2853
2854         * Documentation/user/examples.itely: added lilypond-book template.
2855
2856         * Documentation/user/lilypond-book.itely: added filename extension
2857         page.
2858
2859 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2860
2861         * debian/rules (binary-indep): Link images for info.
2862
2863         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
2864         feature nicked from jEdit.
2865
2866 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
2867
2868         * Documentation/user/introduction.itely: Minor corrections.
2869
2870         * Documentation/user/notation.itely: Minor corrections.
2871
2872         * Documentation/user/tutorial.itely: Minor corrections.
2873
2874 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2875
2876         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
2877
2878         * scm/*.scm:
2879         * ly/paper-defaults.ly: Use papersizename only.
2880
2881 2004-10-11  Werner Lemberg  <wl@gnu.org>
2882
2883         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
2884         \raise work with positive values.
2885
2886 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2887
2888         * Documentation/user/notation.itely (Multi measure rests): Update
2889         the docs corresponding to the implementation change from 2004-10-08.
2890
2891 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2892
2893         * VERSION (MY_PATCH_LEVEL): release 2.3.22
2894
2895         * scm/part-combiner.scm (determine-split-list): reinstate
2896         playing+resting case. 
2897
2898         * Documentation/user/invoking.itely (Reporting bugs): rename.
2899
2900         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
2901
2902         * lily/parser.yy (Prefix_composite_music): change no-transposition
2903         for mode_changing_head to figures too.
2904
2905         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
2906         with normal slurs too.
2907         
2908         * lily/slur-scoring.cc (move_away_from_staffline): new function.
2909         (get_base_attachments): move away attachment point for breaks
2910         similar to attachment points on slurs (staffline collision, and
2911         half a space of padding)
2912
2913         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
2914         force twice.
2915
2916         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
2917         mode, return #f.        
2918
2919         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
2920         for last page if raggedlast. 
2921
2922         * lily/parser.yy (Prefix_composite_music): untransposable is for
2923         FiguredBass, not ChordNames
2924
2925 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2926
2927         * scm/framework-tex.scm: Merge fix.
2928
2929 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2930
2931         The grand \paper -> \layout, \bookpaper -> \paper renaming.
2932
2933 2004-10-10  Graham Percival  <gperlist@shaw.ca>
2934
2935         * Documentation/user/notation.itely: add raggedright to a whole
2936         bunch of places.
2937
2938 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2939
2940         * scm/paper.scm (set-paper-dimension-variables): new
2941         function. Define dimension-variables explicitly in \paper too.
2942         This allows overriding linewidth inside \score { \paper { } }
2943         blocks
2944  
2945         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
2946         landscape.
2947         (header): add landscape and papersize options.
2948
2949 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2950
2951         * lily/*.cc: use robust_scm2moment() where appropriate.
2952
2953         * lily/moment.cc (robust_scm2moment): new function.
2954
2955         * scm/titling.scm (default-score-title): remove caps for piece.
2956
2957         * VERSION: 2.3.21 released.
2958         
2959         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
2960
2961         * lily/include/slur-configuration.hh (class Slur_configuration):
2962         new file.
2963
2964         * lily/slur-configuration.cc: new file. move scoring functions
2965         into Slur_configuration.
2966
2967         * lily/slur-scoring.cc (Slur_score_state): change static functions
2968         to methods of Slur_score_state.
2969
2970         * lily/bezier-bow.cc (Message): 
2971
2972         * flower/include/interval-set.hh (Message): new file.
2973
2974         * flower/interval-set.cc (Message): new file.
2975
2976 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2977
2978         * lily/multi-measure-rest-engraver.cc (process_music): always
2979         generate MultiMeasureRestNumbers.
2980
2981         * SConstruct (txt_files): switch of make dist
2982
2983         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
2984         make sure that (indent < len / 3). This fixes progerror-max_h.ly
2985
2986         * lily/multi-measure-rest-engraver.cc (process_music): make
2987         MultiMeasureRestNumber too.
2988
2989 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2990
2991         * Documentation/user/notation.itely (Bar lines): Added a note that
2992         defaultBarType is to be changed in the Timing context.
2993
2994 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2995
2996         * lily/include/guile-compatibility.hh: add file.
2997
2998         * scm/framework-tex.scm (convert-to-dvi): use max of current
2999         extra_mem_top and 1M.
3000
3001         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
3002         function.
3003
3004 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3005
3006         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
3007  
3008 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3009
3010         * lily/slur-scoring.cc (struct Slur_score_state): add
3011         has_same_beam_, edge_has_beams_, is_broken_ bools.
3012         (get_base_attachments): simpler Y attachment determination for
3013         broken slurs.
3014
3015 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
3018         bash without that is quite interesting.  Add xml and some omf
3019         keys.
3020
3021 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3022
3023         * Documentation/user/macros.itexi: Add xml macros.
3024
3025         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
3026
3027         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
3028
3029 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3030
3031         * lily/break-substitution.cc (substitute_mutable_property_alist):
3032         only put property back into value if != SCM_UNDEFINED
3033
3034         * lily/lyric-extender.cc (print): don't take common refpoint of
3035         null object if right_text isn't there.
3036  
3037         * lily/slur-scoring.cc (struct Slur_score_state): new
3038         struct. Collect scoring function arguments.
3039         (struct Slur_score_state): add musical_dy_
3040         (get_extra_encompass_infos): new function. Split off state
3041         computations.
3042
3043         * scm/part-combiner.scm (determine-split-list): remove playing1
3044         and playing2.
3045
3046 2004-10-02  Graham Percival  <gperlist@shaw.ca>
3047
3048         * Documentation/index.html.in: remove link to templates.
3049
3050         * Documentation/user/notation.itely: more small fixes.
3051
3052 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3053
3054         * lily/timing-engraver.cc (process_music): move setting
3055         measure-length. This fixes spacing-whole-rest.ly
3056
3057         * VERSION (PACKAGE_NAME): release 2.3.20
3058         
3059         * input/regression/quote-transposition.ly: update example
3060
3061         * scm/define-music-properties.scm (all-music-properties): change
3062         meaning of instrumentTransposition.  It is now the pitch played
3063         that sounds as middle C. This means that instrumentTransposition
3064         can be \transposed. 
3065         Fixes: transpose-quote.ly
3066
3067         * lily/parser.yy (command_element): reverse setting of
3068         instrumentTransposition
3069
3070         * lily/pitch.cc (pitch_interval): rename.
3071
3072         * lily/recording-group-engraver.cc (stop_translation_timestep):
3073         remove macrameing of accumulator and set_car/cdr.
3074         Fixes: transposition-quote.ly
3075
3076         * lily/music.cc (transpose): fold Event::transpose() in.
3077
3078         * lily/event.cc: remove Transpose. 
3079
3080         * lily/recording-group-engraver.cc: cleanup.
3081
3082         * ly/music-functions-init.ly (displayMusic): add function.
3083
3084         * make/lilypond.fedora.spec.in: rename file.
3085
3086         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
3087         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
3088
3089         * Documentation/user/changing-defaults.itely (Changing context
3090         properties on the fly): typo.
3091
3092         * lily/slur.cc (outside_slur_callback): try three sample points
3093         for determining collisions. This fixes: slur-script.ly.
3094
3095 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
3098
3099 2004-10-01  Graham Percival  <gperlist@shaw.ca>
3100
3101         * Documentation/user/notation.itely: more small fixes.
3102
3103         * Documentation/user/examples.itely: make new sections.
3104
3105         * input/test/bar-lines.ly: improve output, fix bug.
3106
3107         * Documentation/user/changing-defaults.itely: small fixes.
3108
3109 2004-10-01  Werner Lemberg  <wl@gnu.org>
3110
3111         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
3112         T1 encoding in texinfo mode.
3113         (\lilypondstart): Use it.
3114         (\lilypondloop, \lilyponditerate): Removed.  Unused.
3115
3116 2004-09-30  Werner Lemberg  <wl@gnu.org>
3117
3118         * tex/lilyponddefs.tex (\lilypondstart): Define
3119         \lilypondfontencoding for both texinfo and latex mode.
3120
3121         * scm/framework-tex.scm (font-load-command): Use
3122         \lilypondfontencoding.
3123
3124 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3125
3126         * scm/framework-tex.scm (dump-page): take with-extents?
3127         argument. If true, output Y extents. Used for lilypond-book
3128         documents.
3129
3130         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
3131         \bookpaper.
3132
3133         * lily/slur.cc (outside_slur_callback): epsilon-delta management
3134         for slur edges. Fixes: progerror-no-bezier-intersection.ly
3135  
3136         * scm/framework-tex.scm (dump-page): put stencil height in dumped
3137         page.
3138
3139 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3140
3141         * Documentation/user/notation.itely (Multi measure rests):
3142         Improved example.
3143
3144 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3145
3146         * lily/auto-beam-engraver.cc (test_moment): robustify.
3147
3148 2004-09-28  Werner Lemberg  <wl@gnu.org>
3149
3150         * scm/framework-tex.scm (font-load-command): Define proper font
3151         macro which sets font encoding if available.
3152         (define-fonts): Define \lilypondpaperinputencoding, to be taken
3153         from the \bookpaper block.
3154
3155         * tex/lilyponddefs.tex (\lilypondstart): Use
3156         \lilypondpaperinputencoding for global input encoding.
3157
3158 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3159
3160         * lily/score.cc (Score): oops. Copy error_found_ too.
3161
3162 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3163
3164         * stepmake/stepmake/texinfo-rules.make: 
3165         * Documentation/GNUmakefile: --srcdir build fixes.
3166
3167         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
3168
3169         * Documentation/user/latex-lilypond-example.latex:
3170         * Documentation/user/latex-example.latex: Fix compile errors.
3171         Still buggy, need more love.
3172
3173 2004-09-27  Werner Lemberg  <wl@gnu.org>
3174
3175         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
3176
3177 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
3178
3179         * Documentation/user/examples.itely: removed \midi block to
3180         simplify the example
3181
3182         * Documentation/user/notation.itely: Removed superfluous
3183         TextSpanner tweakings (is already done by engraver-init.ly).
3184         Documented bug: vertical alignment of articulations.
3185
3186         * Documentation/user/notation.itely, ly/engraver-init.ly
3187         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
3188         padding.
3189
3190         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
3191         docu about TextSpanner padding bug from manual to engraver.ly
3192         (since it's workarounded and hence not user-visible any more)
3193
3194 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3195
3196         * VERSION: release 2.3.19
3197
3198 2004-09-26  Graham Percival  <gperlist@shaw.ca>
3199
3200         * ly/property-init.ly: fix bug in displaying ledger lines while
3201         \hideNotes is on.
3202
3203         * Documentation/user/notation.itely: more editing.
3204
3205         * Documentation/user/examples.itely: add piano-dynamics template.
3206
3207         * input/template/piano-dynamics.ly: remove.
3208
3209         * Documentation/user/sound-output.itexi: more editing
3210
3211 2004-09-25  Graham Percival  <gperlist@shaw.ca>
3212
3213         * Documentation/user/notation.itely: more editing.
3214
3215 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3216
3217         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
3218         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
3219
3220 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3221
3222         * lily/hairpin.cc (print): check columns of bounds, not bounds
3223         themselves.
3224         (print): robustify bound-padding lookup.
3225
3226         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
3227
3228         * scripts/lilypond-book.py (Compile_error.process_include): catch
3229         Compile_error exception, and remove output .texi.
3230
3231         * scm/define-music-properties.scm (all-music-properties): add
3232         error-found
3233
3234         * lily/parser.yy (Music_list): add error-found to music with errors.
3235
3236         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
3237
3238         * lily/book.cc (process): ignore books with errors
3239
3240         * lily/include/score.hh (class Score): add error_found_ member.
3241
3242         * lily/drum-note-engraver.cc (try_music): idem.
3243
3244         * lily/note-heads-engraver.cc: remove start-playing-event.
3245
3246         * lily/part-combine-iterator.cc (Part_combine_iterator): use
3247         BusyPlayingEvent to determine which voice was active last.
3248         (unisono): use last active to where to get unisono information
3249         from. This fixes: partcombine-rest.ly (again).
3250
3251         * scm/part-combiner.scm (determine-split-list): cleanups
3252
3253 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * input/regression/lyric-extender.ly: simplify.
3256         complexify.
3257
3258         * lily/lyric-extender.cc (print): use it to determine size of
3259         extender. Remove Lyric_extender::is_visible().
3260
3261         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
3262         next property.
3263
3264         * lily/lyric-engraver.cc: remove get_current_rest().
3265         
3266 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3267
3268         * input/regression/lyric-extender.ly: Fix and add test.
3269
3270         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
3271
3272 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3273
3274         * lily/note-head.cc: remove Note_head::extent.
3275
3276 2004-09-23  Graham Percival  <gperlist@shaw.ca>
3277
3278         * Documentation/user/tutorial.itely: do manual style 2-space
3279         indents in examples
3280
3281         * Documentation/user/notation.itely: more editing.
3282
3283 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3284
3285         * lily/lyric-engraver.cc (get_current_rest): New function.
3286
3287         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
3288         stop at rest.
3289
3290         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
3291
3292         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
3293
3294 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
3295
3296         * Documentation/user/examples.itely (Small ensembles): added
3297         example for transcription of mensural music
3298
3299         * Documentation/user/notation.itely (The Lyrics context): fixed broken
3300         link to SATB vocal score
3301
3302         * Documentation/user/notation.itely (System start delimiters):
3303         fixed typo: GrandStaff->StaffGroup
3304
3305         * Documentation/user/notation.itely (Ancient articulations):
3306         removed obsolete comment on \episem bug
3307
3308 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3309
3310         * scm/framework-tex.scm (output-preview-framework): Fix invocation
3311         of header.
3312
3313 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3314
3315         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
3316         start to note-column.
3317
3318         * lily/hairpin.cc (print): check text-interface, to attach to
3319         dynamic texts.  
3320
3321         * lily/include/text-item.hh (class Text_interface): rename
3322         Text_item -> Text_interface
3323
3324         * lily/piano-pedal-bracket.cc (print): robustify.
3325
3326 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
3327
3328         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
3329
3330         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
3331         true will print the page number in the first page.
3332
3333         * Documentation/user/changing-defaults.itely: Document
3334         printfirstpagenumber.
3335
3336 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3337
3338         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
3339         objects.
3340
3341         * lily/beam-concave.cc (calc_concaveness): take absolute value of
3342         dy for scaling. This fixes various downbeams.
3343         
3344
3345         * lily/beam-quanting.cc (best_quant_score_idx): 
3346
3347 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3348
3349         * scm/framework-tex.scm (header-to-file): Fix.
3350
3351 2004-09-22  Werner Lemberg  <wl@gnu.org>
3352
3353         * lily/parser.yy <score_body>: Fix typo.
3354
3355 2004-09-22  Graham Percival  <gperlist@shaw.ca>
3356
3357         * Documentation/user/tutorial.itely: modified a "future planning"
3358         comment.
3359
3360         * Documentation/user/notation.itely: more editing.
3361
3362 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3363
3364         * scm/define-markup-commands.scm (note-by-number): read font-size
3365         to determine stem length. Fixes: markup-note.ly
3366
3367 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3368
3369         * lily/slur.cc (outside_slur_callback): read #'padding for
3370         slur-padding. Fixes: slur-script.ly
3371
3372         * lily/parser.yy (score_body): disallow \bookpaper in \score.
3373
3374 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3375
3376         * Documentation/user/notation.itely (ancient flags): documented
3377         flags-related known bugs
3378
3379         * lily/include/ligature-engraver.hh: added comment about why and
3380         how of (non-)use of abstract virtual methods
3381
3382         * ly/engraver-init.ly (VaticanaVoice,
3383         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
3384         unset dash-fraction property in order to get solid lines
3385
3386         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
3387
3388 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3389
3390         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
3391
3392 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3393
3394         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
3395         in function.
3396
3397         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
3398         openout_any=p.  Throughout: progress to stderr, translate user
3399         messages.
3400
3401         * scm/output-gnome.scm: Fix font dir description.
3402
3403 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * input/test/mensural-ligatures.ly (voice): move linethickness
3406         settings to bookpaper.
3407
3408         * lily/simple-spacer.cc (Module): use force to stretch to 
3409         line length as force measure for ragged spacing.
3410         
3411         * lily/lily-parser.cc (get_paper): don't set parent for \paper
3412         blocks in the parser. This eliminates ordering dependency for
3413         \bookpaper and \paper
3414
3415         * ly/part-paper-init.ly: remove file.
3416
3417         * lily/includable-lexer.cc (new_input): elucidate message.
3418
3419         * VERSION: 2.3.18 released.
3420         
3421 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3422
3423         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
3424         * input/mutopia/R.Schumann/romanze-op28-2.ly:
3425         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
3426         #'Slur.attachment setting.
3427
3428         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
3429         friendlier for point and click.
3430
3431 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3432
3433         * ly/init.ly: reverse collected scores.
3434
3435         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
3436         layout to determine force.
3437         
3438 2004-09-18  Werner Lemberg  <wl@gnu.org>
3439
3440         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
3441         ties.
3442
3443         * ly/declarations-init.ly (escapedBiggerSymbol,
3444         escapedSmallerSymbol): Fix typos.
3445
3446         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
3447
3448 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3449
3450         * input/{input,regression}/*.ly: run convert-ly
3451
3452         * VERSION: release 2.3.17
3453
3454         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
3455         little wider for attachment calculation. This prevents stem and
3456         slur touching.
3457
3458         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
3459         ) 
3460
3461         * input/regression/tie.ly (texidoc): cleanup.
3462
3463         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
3464         and ~
3465
3466         * lily/slur-scoring.cc (score_extra_encompass): check if extra
3467         objects are on boundary column. 
3468
3469         * lily/main.cc (parse_argv): process --tex too.
3470
3471         * ly/music-functions-init.ly (keepWithTag): add music functions
3472         keepWithTag and removeWithTag.
3473
3474         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
3475
3476         * lily/accidental-engraver.cc (recent_enough): interpret laziness
3477         = #t. This fixes no-reset accidental-style.
3478
3479         * input/regression/accidental-piano.ly (Module): new file.
3480
3481         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
3482
3483 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3484
3485         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
3486         extra encompass.
3487         (score_extra_encompass): use Y coordinate of attachment if X
3488         attachment falls in extra encompass X extent.
3489
3490         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
3491         GUILE_LOAD_PATH
3492
3493 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3494
3495         * scm/output-gnome.scm: Small fixes.
3496
3497         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
3498
3499 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
3500
3501         * Documentation/user/notation.itely (Ancient flags): Removed
3502         documentation on adjust-if-on-staffline (this property was removed
3503         by Han-Wen).
3504
3505         * Documentation/user/notation.itely (Ancient notation): Minor
3506         cleanups and fixes.  Renamed "Vaticana style contexts" ->
3507         "Gregorian Chant contexts".  Added section "Mensural contexts".
3508         Added section "Ancient articulations".
3509
3510         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
3511
3512 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * buildscripts/guile-gnome.sh: Add missing bit.
3515
3516 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3517
3518         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
3519
3520         * lily/slur-scoring.cc (get_y_attachment_range): set end point
3521         using base_attachment.
3522
3523         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
3524         page header back.
3525
3526         * scm/documentation-generate.scm (top-node): move version to top
3527         node.
3528
3529         * lily/ledger-line-spanner.cc: add ledgered-interface, with
3530         property no-ledgers.
3531
3532 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
3533
3534         * Documentation/user/{changing-defaults,examples,invoking,
3535         tutorial}.itely: Expand 's to is.
3536
3537         * Documentation/user/notation.itely: Capitalize only first letter.
3538
3539         * Documentation/user/programming-interface.itely: Capitalize Scheme.
3540
3541         * Documentation/user/lilypond-book.itely: use @refbugs.
3542
3543         * THANKS: sort.
3544
3545         * input/mutopia/F.Schubert/morgenlied.ly,
3546         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
3547         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
3548         name.
3549
3550 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
3551
3552         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
3553         lneomensural char entry; (ii) fixed mensural/neomensural naming
3554         clash typo; (iii) lneomensural char: fixed stem attachment point.
3555         WARNING: FONT CHANGED!
3556
3557 2004-09-15  Graham Percival  <gperlist@shaw.ca>
3558
3559         * Documentation/user/introduction.itely: update \stemBoth to
3560         \stemNeutral.
3561
3562         * Documentation/user/notation.itely: more editing of the manual.
3563
3564 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3565
3566         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
3567         factor in edge attraction. This reflects that the left edge may
3568         have a larger gap for an ascending up-slur.
3569         (get_base_attachments): copy bound Y from right bound, if there is
3570         only one note-column after the line break.
3571
3572 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3573
3574         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
3575
3576 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3577
3578         * lily/phrasing-slur-engraver.cc (process_music): Create
3579         PhrasingSlur instead of Slur.
3580
3581         * Documentation/user/changing-defaults.itely (Defining new
3582         contexts): Fixed misprinted context name.
3583
3584 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3585
3586         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
3587
3588         * scripts/convert-ly.py (conv): change Both to Neutral in property
3589         settings.
3590
3591         * ly/engraver-init.ly: increase extent of Staff. 
3592
3593 2004-09-13  Graham Percival  <gperlist@shaw.ca>
3594
3595         * scm/script.scm: change behaviour of slur and accent.
3596
3597         * Documentation/user/music-glossary.tely: de-gender a few entires.
3598
3599         * Documentation/user/introduction.itely: de-gender a few sentences.
3600
3601 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3602
3603         * input/regression/rehearsal-mark-number.ly: Reuse the existing
3604         formatting routine when adding boxed numbers. Makes it easier to
3605         extrapolate how to do for boxed letters.
3606
3607 2004-09-12  Graham Percival  <gperlist@shaw.ca>
3608
3609         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
3610
3611         * Documentation/user/invoking.itexi: updated the "reporting bugs"
3612         section.
3613
3614 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3615
3616         * scm/define-grobs.scm (all-grob-descriptions): longer
3617         ideallengths for stems in higher order beams.
3618
3619         * Documentation/user/changing-defaults.itely (Page layout):
3620         document them.
3621
3622         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
3623         to get sane spaces for titles.
3624
3625         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
3626         beforetitlespace, betweentitlespace.
3627
3628         * input/regression/beam-quant-standard.ly (primeSixteenths): add
3629         16th notes.
3630
3631         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
3632         small slope up to smallest quant. This prevents small slopes from
3633         getting rounded to zero.
3634
3635         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
3636         are smaller than the smallest quant.
3637
3638         * input/tutorial/brahms*.ly: remove.
3639
3640         * input/*: update all .ly files.
3641          
3642         * ly/a4-init.ly (vsize): remove papersize init files.
3643
3644         * scripts/convert-ly.py (conv): add conversion.
3645
3646         * lily/parser.yy: change mode changing commands to XXXmode,
3647         eg. drummode.
3648         (mode_changing_head): group mode changes.
3649         (mode_changing_head_with_context): new commands: create context as
3650         well as change mode.
3651
3652         * input/regression/system-overstrike.ly: new file.
3653
3654         * scm/page-layout.scm (ly:optimal-page-breaks): add
3655         betweensystempadding also to fixed distance for the spring.
3656  
3657         * scm/define-grobs.scm (all-grob-descriptions): fix order of
3658         key-cancellation.
3659
3660         * input/regression/beam-concave-damped.ly: new file.
3661
3662         * lily/beam-concave.cc: new file, with new routines for concave
3663         decisions. There are now two types of concaveness: 1. a sharp
3664         logic decision forcing a beam horizontal, and 2. a number that
3665         measures how concave beams are that are not caught by 1.
3666
3667         This fixes: morgenlied.ly and input/regression/beam-concave.ly
3668         
3669         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
3670         property: add-stem-support
3671
3672 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3673
3674         * lily/slur-scoring.cc (get_bound_info): only do
3675         broken trend at the end of the line.
3676
3677         * VERSION (PACKAGE_NAME): release 2.3.16.
3678
3679         * input/regression/phrasing-slur.ly (Module): remove (duplicate
3680         with phrasing-slur-slur-avoid.ly)
3681
3682         * lily/slur-scoring.cc (struct Extra_collision_info): collect
3683         parameters for extra offset.
3684         (get_bezier): add slurs mid-points for curve determination
3685         (score_extra_encompass): add slur end points for scoring.
3686
3687 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
3688
3689         * scm/framework-ps.scm (reencode-font): Handling font scaling
3690         and reencoding differently to work around a bug in gs 8.30 and
3691         earlier.
3692         Update callers.
3693
3694 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3695
3696         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
3697         extent index of other system. Fixes slurs across line breaks.
3698
3699         * lily/tuplet-engraver.cc (start_translation_timestep): use
3700         Tuplet_description::stop_ for determining when to stop producing
3701         tuplet brackets. This fixes: tuplet-overwrite.ly
3702
3703         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
3704         errors with GUILE 1.7 CVS.
3705
3706         * lily/translator.cc (derived_mark): new function.
3707
3708         * lily/slur-scoring.cc (score_encompass): new penalty type:
3709         variance penalty demerits slurs where one head/stem is much
3710         closer to the slur than average.
3711
3712         * lily/tuplet-bracket.cc (print): use robust_relative_extent
3713         iso. extent()
3714         (calc_position_and_height): use robust_relative_extent(). This
3715         fixes a couple of programming_errors
3716
3717         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
3718         file.
3719
3720         * lily/part-combine-iterator.cc (unisono): bugfix for the case
3721         that voice-2 plays solo, and voice-1 has an mmrest that starts
3722         earlier. In that case, we switch to voice-2, so we catch the
3723         mmrest of voice-2. This fixes: partcombine-rest.ly.
3724  
3725 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3726
3727         * scm/define-grob-properties.scm (all-internal-grob-properties):
3728         add adjacent-hairpins property.
3729
3730         * lily/hairpin.cc: lengthen hairpin if space is available.
3731
3732         * input/regression/dynamics-hairpin-length.ly (Module): new file.
3733
3734 2004-09-10  Graham Percival  <gperlist@shaw.ca>
3735
3736         * Documentation/user/notation.itely: small fixes to docs.
3737
3738 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3739         
3740         * VERSION (PACKAGE_NAME): release 2.3.15
3741
3742         * make/lilypond.redhat.spec.in (Requires): bump requirement for
3743         ec-fonts-mftraced
3744
3745         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
3746         the latest ec-fonts-mftraced package.
3747
3748         * scm/define-context-properties.scm
3749         (all-internal-translation-properties): add property. Remove
3750         definition of quotes property.
3751
3752         * Documentation/user/notation.itely (Quoting other voices):
3753         document it
3754
3755         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
3756         property, to determine what events are processed in \quote.
3757
3758 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
3759
3760         * (many files): removed most occurrences of underscore ("_")
3761         from font characters; made font character naming more
3762         consistent
3763
3764         * input/test/gregorian-scripts.ly: fixed another victim of grand
3765         replacement operations
3766
3767         * lily/vaticana-ligature-engraver.cc: caught some more "_"
3768         inconsistencies
3769
3770         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
3771
3772 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3773
3774         * Documentation/user/changing-defaults.itely (Paper size): doc
3775         landscape
3776         
3777
3778         * scm/framework-ps.scm (eps-header): bugfixes. 
3779
3780         * scm/titling.scm (default-score-title): remove opus from the
3781         \score title.
3782
3783 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
3784
3785         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
3786
3787         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
3788
3789         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
3790
3791         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
3792
3793         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
3794
3795         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
3796
3797         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
3798
3799         * scripts/ps2png.py (program_name): changed to sys.argv[0]
3800
3801 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3802
3803         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
3804         character position.  Huh?
3805
3806         * scm/output-gnome.scm (placebox): Shield affine-relative.
3807
3808         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
3809         cater for system's pango 1.5.1.
3810
3811         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
3812
3813         * scm/slur.scm: Tweak.
3814
3815 2004-09-08  Graham Percival  <gperlist@shaw.ca>
3816
3817         * Documentation/user/{first couple of chapters}: more editing.
3818
3819 2004-09-07  Graham Percival  <gperlist@shaw.ca>
3820
3821         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
3822         and summary.
3823
3824         * Documentation/user/{first couple of chapters}: the big "Graham's
3825         moved to a new city, his friends haven't arrived, and he has no
3826         internet access" patch.  Numerous editorial and stylistic changes
3827         to the manual.
3828
3829 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * scm/framework-ps.scm (output-framework): handle landscape settings.
3832
3833         * ps/lilyponddefs.ps: cleanup.
3834
3835 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3836
3837         * scm/define-grobs.scm (all-grob-descriptions): unset
3838         threshold. This fixes morgenlied. 
3839
3840         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
3841         rod calculation.
3842
3843         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
3844         spanners into account for staff-extents.
3845
3846         * lily/ottava-bracket.cc (print): take common refpoint of dots
3847         into account as well.
3848
3849 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3850
3851         * lily/lookup.cc (triangle): translate by interval.
3852
3853         * VERSION (PACKAGE_NAME): release 2.3.14
3854
3855         * Documentation/user/changing-defaults.itely (Page layout): add
3856         betweensystempadding
3857
3858         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
3859
3860         * input/regression/quote-cyclic.ly (Module): new file.
3861
3862         * scm/lily.scm (print): add function.
3863
3864         * scm/music-functions.scm (quote-substitute): new
3865         function. Substitute \quote when putting music into \score.
3866
3867         * input/regression/key-signature-cancellation.ly (Module): new file.
3868
3869         * lily/*.cc: more ly_scm2 -> scm_to converions.
3870
3871         * lily/key-signature-interface.cc (print): take position
3872         difference into account when spacing naturals.
3873
3874         * lily/key-engraver.cc (create_key): create KeyCancellation grob
3875         separately, so the cancellation can be put before the staff-bar
3876
3877         * scm/define-grobs.scm (all-grob-descriptions): add a
3878         KeyCancellation grob.
3879
3880         * lily/tuplet-engraver.cc (struct Tuplet_description): new
3881         struct. Use to clean-up Tuplet_engraver
3882
3883 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3884
3885         * lily/*: ly_scm2int -> scm_to_int
3886         ly_scm2double -> scm_to_double
3887
3888         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
3889
3890 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3891
3892         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
3893         0 springs
3894
3895         * lily/system.cc (post_processing): 
3896
3897         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
3898         density for vertical spacing by means of force penalty.
3899         
3900         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
3901         dimension-variables
3902
3903         * Documentation/user/changing-defaults.itely (Page layout): add
3904         betweensystemspace variable.
3905
3906         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
3907
3908         * scm/page-layout.scm (space-systems): new function. Use spring
3909         and rod approach for vertically spacing systems.
3910
3911         * ly/engraver-init.ly: tune down minimumVerticalExtent.
3912
3913         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
3914         vertical alignment.
3915
3916         * lily/slur-engraver.cc (process_music): add warning for slur.
3917
3918 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3919
3920         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
3921
3922         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
3923         export spacing routine to SCM.
3924
3925         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
3926         new class, separate Grobs from interface.
3927
3928 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3929
3930         * lily/include/lily-guile.hh: compatibility glue for 1.6
3931
3932         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
3933
3934         * lily/lily-guile.cc: remove ly_scm2str0.
3935
3936 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * Documentation/user/macros.itexi: Use @inforef iso @uref for
3939         external references.  Fixes HTML cross references with makeinfo 4.7.
3940
3941 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3942
3943         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
3944         expand_only option.
3945
3946 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3947
3948         * lily/system.cc (get_line): add System stencil to exprs. Fixes
3949         system-extents.ly.
3950
3951         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
3952
3953         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
3954         for MultiMeasureRestNumber
3955
3956         * VERSION (PACKAGE_NAME): release 2.3.13
3957
3958 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3959
3960         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
3961         takes two arguments.
3962
3963 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3964
3965         * input/regression/slur-stem-broken.ly: remove.
3966
3967         * lily/slur.cc: add quant-score.
3968
3969         * input/regression/slur-staccato.ly (texidoc): remove
3970
3971         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
3972
3973 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3974
3975         * lily/include/bezier-bow.hh: remove.
3976
3977         * lily/slur-bezier-bow.cc (Module): remove.
3978
3979         * lily/include/slur.hh (Module): remove.
3980
3981         * lily/slur.cc: remove
3982
3983         * input/test/slur-beautiful.ly (Module): remove
3984
3985         * input/test/slur-attachment-override.ly (Module): remove
3986
3987         * lily/slur-quanting.cc (after_line_breaking): only do scoring
3988         when less than 4 control-points.
3989
3990         * lily/key-signature-interface.cc: add style.
3991
3992         * Documentation/user/notation.itely (Automatic staff changes):
3993         document new behavior.
3994
3995         * input/regression/slur-extreme.ly: new file.
3996
3997         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
3998         bass. Obviates \clef bass in the bass staff, when using \autochange 
3999
4000         * lily/auto-change-iterator.cc (construct_children): instantiate
4001         up/down Staff, create Voice on up staff initially. Obviates
4002         explicit instantiation of up/down contexts for \autochange. 
4003
4004         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
4005         slur depending on extents of note heads.
4006         
4007 2004-08-28  Graham Percival  <gperlist@shaw.ca>
4008
4009         * Documentation/user/tutorial.itely: minor editing.
4010
4011         * Documentation/user/examples.itely: tiny editing.
4012
4013 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4014
4015         * lily/slur-quanting.cc (init_score_param): read scoring
4016         parameters from slur-details property
4017
4018         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
4019         Accidental
4020
4021         * Documentation/user/advanced.itely: removed.
4022
4023         * Documentation/user/programming-interface.itely (How markups work
4024         internally): new subsection.
4025
4026         * Documentation/user/converters.itely (Invoking abc2ly): remove
4027         musedata2ly.
4028
4029 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4030
4031         * Documentation/user/point-and-click.texi (Point and click): new file.
4032         put point & click in appendix.
4033         
4034         * Documentation/user/changing-defaults.itely (Vertical spacing):
4035         corrections
4036
4037 2004-08-27  Graham Percival  <gperlist@shaw.ca>
4038
4039         * Documentation/user/introduction.itely: add note about the
4040         "example templates" section of the manual, and remove link to
4041         input/template/
4042
4043 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
4044
4045         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
4046         -> La@TeX
4047
4048         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
4049         missing lneo_mensural head; editorial cleanups
4050
4051         * lily/mensural-ligature.cc: added more comments
4052
4053 2004-08-26  Graham Percival  <gperlist@shaw.ca>
4054
4055         * Documentation/user/examples.itely: second, third, fourth, and fifth
4056         sections added.
4057
4058         * input/template/{various}: removed files included in examples.itely.
4059
4060 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
4061
4062         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
4063         Stem::stem_end_position instead of broken
4064         Staff_symbol_referencer::get_position
4065
4066 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4067
4068         * debian/changelog: debian patch by Anthony Fok.
4069
4070         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
4071
4072         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
4073         get spurious messages with skipTypesetting on.
4074
4075 2004-08-25  Graham Percival   <gperlist@shaw.ca>
4076
4077         * Documentation/user/lilypond-book.itely: slight clean-up.
4078
4079         * Documentation/user/examples.itely: began section.
4080
4081 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4082
4083         * lily/script-interface.cc: add slur property.
4084
4085         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
4086         too.
4087
4088         * input/regression/phrasing-slur-slur-avoid.ly: new file.
4089
4090         * lily/ottava-bracket.cc (print): always start from right edge of
4091         a broken bound. This fixes ottava-clef.ps 
4092
4093 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4094
4095         * input/regression/slur-script-inside.ly: new file.
4096
4097         * lily/new-slur.cc (outside_slur_callback): new function, to make
4098         scripts avoid slurs 
4099
4100         * lily/slur-engraver.cc (finalize): 
4101
4102         * lily/script-interface.cc: add inside-slur property.
4103
4104         * lily/slur-engraver.cc (finalize): read inside-slur property.
4105
4106         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
4107         message.
4108
4109         * ly/property-init.ly (unHideNotes): hide accidentals at staff
4110         level. Fixes: hideNotes-accidental.ly
4111
4112 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
4113
4114         * scm/page-layout.scm (plain-header): fix bug that print page
4115         number in the first page if firstpagenumber was different than 1.
4116
4117 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4118
4119         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
4120         fonts. Fixes triangle markup for chords.
4121
4122         * lily/slur-quanting.cc (score_extra_encompass): make score depend
4123         on distance. This fixes slur-tenuto.ly and slur-tie.ly
4124  
4125         * flower/include/interval.hh (T>): add distance() function
4126
4127         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
4128         octaviation-dot.ly 
4129
4130         * lily/context-scheme.cc: ly_context_grob_definition: new function.
4131
4132         * VERSION (MY_PATCH_LEVEL): release 2.3.12
4133
4134         * lily/new-slur.cc (add_column): remove set_interface()
4135
4136 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4137
4138         * input/regression/slur-double.ly: new file. 
4139
4140         * lily/slur-engraver.cc: add doubleSlurs property
4141
4142         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
4143         symbols.
4144
4145         * Documentation/user/notation.itely (Easy Notation note heads):
4146         revise notation Chapter.
4147
4148         * ly/music-functions-init.ly (makecluster): add makeClusters music
4149         function.
4150
4151         * lily/part-combine-engraver.cc: rename soloADue ->
4152         printPartCombineTexts
4153
4154         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
4155
4156         * lily/horizontal-bracket.cc (print): use
4157         Tuplet_bracket::make_bracket, so it supports bracket-flare,
4158         edge-eight and shorten-pair.
4159
4160 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
4161
4162         * Documentation/user/changing-defaults.itely (Page layout):
4163         description of firstpagenumber. Moved @refbugs about rightmargin
4164         to the end of the section (it was looking like the documentation
4165         after the refbugs was part of the bug comment).
4166
4167         * scm/framework-ps.scm (output-framework): set the first
4168         postscript page number to firstpagenumber
4169
4170         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
4171         page number according to firstpagenumber
4172
4173         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
4174         parameter
4175
4176 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4177
4178         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
4179         nested slurs. 
4180
4181         * scripts/convert-ly.py (lilypond_version_re_str): handle
4182         \version "bar" % "foo"
4183
4184         * lily/completion-note-heads-engraver.cc (process_music): set
4185         duration-log before announcing object.
4186         
4187         * lily/staff-symbol.cc (print): subtract thickness from staff line
4188         length
4189
4190         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
4191         
4192 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
4193
4194         * scm/stencil.scm: remove fontify-text and fontify-text-white
4195
4196 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4197
4198         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
4199
4200         * Documentation/user/sound-output.texi (Sound): new file. Move all
4201         MIDI related information.
4202
4203 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4204
4205         * lily/script-engraver.cc (acknowledge_grob): only take into
4206         account note heads with a music cause. Fixes ambitus-accent.ly
4207
4208         * scm/define-markup-commands.scm (finger): set encoding to
4209         fetaNumber.
4210
4211 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
4212
4213         * scripts/convert-ly.py: typo
4214
4215 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
4216
4217         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
4218         font calls for diagrams based on paper and props
4219
4220 2004-08-19  Graham Percival <gperlist@shaw.ca>
4221
4222         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
4223
4224 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
4225
4226         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
4227         added setHairpinDecresc/Dim
4228
4229 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * lily/include/lily-guile.hh: Cosmetics.
4232
4233 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4234
4235         * input/regression/fermata-rest-position.ly: new file
4236
4237         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
4238
4239         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
4240
4241 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4242
4243         * scm/framework-tex.scm (output-preview-framework) 
4244         (output-classic-framework): 
4245         * scm/framework-ps.scm (output-preview-framework):
4246         s/ly:paper-book-lines/ly:paper-book-systems/g
4247
4248         * scm/fret-diagrams.scm (ss-font-encoding):
4249         s/my-font-encoding/ss-font-encoding
4250
4251 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4252
4253         * scm/music-functions.scm (direction-polyphonic-grobs): Set
4254         direction also on fingerings.
4255
4256         * lily/clef-engraver.cc: Add forceClef to list of read properties.
4257
4258 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4259
4260         * po/nl.po: Some updates.
4261
4262         * scm/lily.scm (_): New function.
4263         (postscript->pdf, postscript->png, lilypond-main)
4264         (postscript->pdf): Use it.  Write messages to stderr.
4265
4266         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
4267
4268         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
4269         xgettext does not recognise scheme yet.  Patch submitted.
4270
4271         * lily/scm-option.cc (LY_DEFINE):
4272         * lily/main.cc: The program is now called lilypond (WAS:
4273         lilypond-bin).
4274
4275         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
4276         messages.
4277
4278         * lily/include/paper-book.hh
4279         * lily/include/paper-system.hh: Finish renaming of paper-line to
4280         system.  Fix users.
4281
4282 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4283
4284         * scm/documentation-generate.scm (string-append): add version.
4285
4286         * scm/define-markup-commands.scm (box): add box-padding and
4287         thickness props for the box command.
4288  
4289         * Documentation/user/changing-defaults.itely (Text encoding):
4290         elucidate use of \encoding for \header strings.
4291
4292         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
4293
4294         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
4295         staff-change.ly
4296
4297         * lily/output-def.cc (assign_context_def): use set_variable().
4298
4299         * lily/text-item.cc (interpret_string): accept string input
4300         encoding too.
4301
4302         * scm/encoding.scm (read-encoding-file): print warning when file
4303         can't be found.
4304
4305         * tex/latin1.enc: remove.
4306
4307         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
4308
4309         * lily/rod.cc (columnize): robustness fix. Don't crash for
4310         nil span points. Fixes: appoggiatura-segfault.ly
4311         (add_to_cols): extra robustness fix.
4312
4313 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4314
4315         * lily/text-item.cc (interpret_string): use lookup_variable() to
4316         fidn inputencoding. Now, \paper inherits inputencoding from
4317         \bookpaper.
4318
4319         * lily/script-engraver.cc (stop_translation_timestep): remove slur
4320         collision kludge.
4321
4322         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
4323         kludge.
4324
4325 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4326
4327         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
4328
4329 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4330
4331         * lily/spanner.cc (spanned_rank_iv): Bugfix.
4332
4333         * lily.scm: Mark un-internationlised user messages (with FIXME).
4334
4335         * lily/include/modified-font-metric.hh (struct
4336         Modified_font_metric): New file.  (WAS: incorrectly named
4337         scaled-font-metric.hh ?)
4338
4339         * lily/include/scaled-font-metric.hh: Remove.
4340
4341         * lily/text-item.cc (interpret_string): Identify and document
4342         input-encoding problem.
4343
4344         * lily/paper-book.cc (pages): Do not use `paper' as variable name
4345         for a Bookpaper.
4346
4347         * tex/latin1.enc: Replace /minus with /hyphen.
4348
4349         * scm/encoding.scm: For latin1 (input-)encoding, use
4350         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
4351
4352         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
4353         inputencoding.
4354
4355 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
4356
4357         * Documentation/topdocs/INSTALL.html: fixes.
4358
4359 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
4360
4361         * buildscripts/builder.py: Fix for scons CVS.
4362
4363 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
4364
4365         * Documentation/user/notation.itely,
4366         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
4367         input/test/ambitus-mixed.ly: fix plurals:
4368         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
4369
4370 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4371
4372         * lily/dynamic-engraver.cc (typeset_all):
4373         * lily/script-engraver.cc (stop_translation_timestep): Handle
4374         collisions with new-slur.
4375
4376 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4377
4378         * scm/define-grobs.scm (all-grob-descriptions): Add
4379         new-slur-interface.
4380
4381 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4382
4383         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
4384         produces .PS
4385
4386 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
4387
4388         * scm/define-grob-properties.scm (all-user-grob-properties): fix
4389         definition of number-type
4390
4391 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
4392
4393         * scm/fret-diagrams.scm : change sans-serif font encoding from 
4394         TeX-text to ec (uses ecss fonts instead of cmss fonts)
4395
4396         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
4397         number-type and label-dir
4398
4399         * scm/define-grob-properties.scm: add number-type and label-dir
4400
4401         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
4402         left or right.  Allow choice of upper-case roman, lower-case roman, or
4403         arabic numerals in fret label
4404
4405 2004-08-04  Werner Lemberg  <wl@gnu.org>
4406
4407         * lily/slur-quanting.cc: Include libc-extension.hh.
4408         s/round/my_round/.
4409         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
4410         s/autobeaming/autoBeaming/.
4411
4412 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4413
4414         * VERSION: 2.3.11 released.
4415
4416         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
4417         renameinput.
4418
4419 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4420
4421         * lily/lookup.cc (round_filled_box): remove warnings about blot
4422         diameter.
4423
4424         * scm/paper.scm (paper-set-staff-size): make linethickness more
4425         easily tunable.
4426
4427         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
4428         \newlyrics -> \addlyrics
4429
4430         * lily/text-spanner.cc (print): use it.
4431
4432         * lily/dynamic-text-spanner.cc (print): use it.
4433
4434         * lily/grob.cc (robust_relative_extent): new function.
4435
4436         * scripts/lilypond-book.py (main): add -f tex as default process.
4437
4438         * lily/text-spanner.cc (print): only take linear_combination of
4439         nonempty interval.
4440         
4441
4442 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
4443
4444         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
4445         isn't specified by the user in \bookpaper center the music in the
4446         page.
4447
4448 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4449
4450         * Fix some problems after the renaming of my-lily -> lily
4451
4452 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4453
4454         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
4455
4456         * lily/slur-quanting.cc (enumerate_attachments): apply center on
4457         stem-X in more cases. 
4458
4459         * lily/stem.cc (dim_callback): solve todo.
4460
4461 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * input/test/README: new file.
4464
4465         * lily/lily-parser.cc: rename my-lily* files.
4466
4467         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
4468         parser.
4469
4470         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
4471
4472         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
4473
4474         * make/mutopia-targets.make (local-WWW): don't make ps.gz
4475         examples. They take a huge amount of space.
4476
4477         * Documentation/user/GNUmakefile: fix symlinks.
4478
4479         * VERSION: 2.3.10 released.
4480         
4481         * input/test/lyrics-skip-notes.ly: remove
4482
4483         * input/test/stem-cross-staff.ly (noFlag): fold into manual
4484
4485         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
4486         remove.
4487
4488 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
4489
4490         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
4491         fixes.
4492
4493 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4494
4495         * input/regression/beam-dir-functions.ly: move from test/
4496
4497         * Documentation/user/notation.itely (Feathered beams): new node.
4498
4499         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4500         new node
4501
4502         * input/regression/lyric-hyphen-retain.ly: move to regression.
4503
4504         * input/regression/harmonic.ly: fold into manual
4505         
4506         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
4507         stem-length,chord-names-no-inversions}.ly: remove
4508         
4509         * input/test/tie-cross-voice.ly: move to regression.
4510
4511         * Documentation/user/notation.itely (Running trills): new node.
4512
4513         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
4514
4515         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
4516
4517         * lily/trill-spanner-engraver.cc: new file.
4518
4519         * input/regression/trill-spanner.ly: new file.
4520
4521         * input/test/timing.ly: fold into manual.
4522
4523         * input/test/time.ly: remove
4524
4525         * input/test/trill.ly: remove
4526         
4527         * input/test/time-signature-double.ly: fold into manual
4528
4529         * input/test/separate-staccato.ly: remove
4530
4531         * input/test/spanner-after-break-tweak.ly: fold into manual.
4532
4533         * input/test/script-priority.ly: fold into manual.
4534
4535         * input/test/scheme-interactions.ly: remove.
4536         
4537         * input/test/unfold-all-repeats.ly (mel),
4538         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
4539         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
4540         fold into manual.
4541
4542         * input/regression/no-staff.ly: move from input/test/
4543
4544         * input/regression/markup-score.ly: move from input/test/
4545
4546         * input/test/lyrics-melisma-faster.ly: fold into manual
4547         
4548         * input/test/lyrics-melisma-variants.ly: fold into manual
4549
4550         * Documentation/user/notation.itely (Popular music): new node. 
4551
4552         * input/test/gourlay.ly: remove
4553         
4554         * input/test/improv.ly: fold into manual.
4555
4556         * input/test/figured-bass-alternate.ly (fl): remove
4557
4558         * lily/dynamic-text-spanner.cc (print): new file.
4559
4560         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
4561
4562         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
4563         keep recursing into children in case a parent context inserts a
4564         grob into a child context.
4565
4566         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
4567         
4568 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4569
4570         * scm/define-markup-commands.scm (postscript): new markup command
4571         \postscript
4572
4573         * Documentation/user/notation.itely (Formatting cue notes): new
4574         section.
4575
4576         * input/test/clef-end-of-line.ly: fold into manual.
4577
4578         * input/test/scales-greek.ly: remove.
4579
4580         * input/test/chords-without-melody.ly: fold into manual.
4581
4582         * input/test/cadenza-skip.ly: remove.
4583
4584         * input/test/clef-8-syntax.ly: remove.
4585
4586         * input/test/clef-manual-control.ly: move into manual.
4587
4588         * Documentation/user/notation.itely (Aligning to cadenzas): fold
4589         in cadenza-skip.ly
4590
4591         * mf/parmesan*.mf: change neo_mensural to neomensural.
4592
4593         * input/test/trills.ly: remove.
4594
4595         * input/test/transposition.ly: remove.
4596
4597         * input/test/to-xml.ly: move to no-notation.
4598
4599         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
4600
4601         * lily/ledger-line-spanner.cc (print): use staff variable, not
4602         me. Fixes ledger lines on differently sized staves.
4603
4604         * input/test/rhythm-excercise.ly: remove file.
4605
4606         * lily/stem.cc (dim_callback): only do something if visible. Fixes
4607         spurious flag not found warning for 128th rest.
4608
4609         * input/regression/rest-dot-position.ly: new file.
4610         
4611         * input/test/rest-dot-positions.ly: remove
4612
4613         * lily/staff-symbol-referencer.cc (get_position): emergency
4614         fallback: use coordinate * 2.
4615
4616         * input/no-notation/midi-scales.ly: move from test/
4617
4618         * scm/define-markup-commands.scm (score): remove debugging code.
4619
4620         * input/test/incipit.ly (violin): remove. 
4621
4622         * lily/system-start-delimiter.cc (print): only draw system
4623         delimiter to staves that reach up to left bound of the delimiter.
4624
4625         * input/no-notation/embedded-scm.ly: move from test/
4626
4627         * input/test/follow-voice.ly: remove
4628
4629         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
4630
4631         * input/test/drarn*: remove
4632         
4633         * input/test/count-systems.ly: remove.
4634
4635         * lily/bar-line.cc (compound_barline): fix : for staff without
4636         lines.
4637
4638         * lily/accidental.cc (print): use music_font_alist_chain(). This
4639         fixes smaller cautionaries.
4640
4641         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
4642         encoding for accidental.
4643
4644         * Documentation/user/notation.itely (Educational use): new section
4645
4646         * input/test/*.ly: clean up directory: move examples into manual
4647         or regtest.
4648         
4649
4650         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
4651         mode as well. This fixes resolution errors.
4652
4653 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4654
4655         * scm/lily.scm (postscript->png): show commands for --verbose.
4656
4657         * flower/include/getopt-long.hh: opps. short option should be
4658         char, not int.
4659
4660         * Documentation/user/GNUmakefile: use symlinks to save space.
4661
4662         * VERSION: 2.3.9 released.
4663
4664         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
4665
4666         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
4667         manual.
4668
4669         * Documentation/user/tutorial.itely (Integrating text and music):
4670         remove \score and \notes from manual.
4671
4672         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
4673         mode in the beginning.
4674
4675 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4676
4677         * Documentation/user/changing-defaults.itely (Horizontal spacing):
4678         Correct the documentation of the spacing parameters. 
4679
4680         * Documentation/user/tutorial.itely (Integrating text and music), 
4681         Documentation/user/lilypond-book.itely (Integrating LaTeX and
4682         music): Document that you need to add the map file ec-mftrace.map
4683         in the dvips command.   
4684
4685 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4686
4687         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
4688         found.
4689
4690         * lily/text-item.cc (interpret_string): insert encoding setting
4691         here
4692
4693         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
4694         encoding kludge.
4695
4696         * Documentation/user/changing-defaults.itely (Text encoding): node
4697         on encoding.
4698
4699         * lily/lyric-engraver.cc (try_music): remove superfluous check.
4700
4701         * lily/book-paper-def.cc (find_scaled_font): remove default
4702         encoding, because it messes up font loading for feta and
4703         parmesan. Encoding should only be specified for running texts.
4704
4705         * lily/modified-font-metric.cc (text_dimension): support coding
4706         scheme ""
4707         
4708 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4709
4710         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
4711         definition, so \override works as expected.
4712
4713         * lily/measure-grouping-engraver.cc: clarify
4714
4715 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4716
4717         * lily/parser.yy (context_def_mod): remove \consistsend
4718
4719         * lily/context-def.cc (instantiate): use Translator::must_be_last
4720         to determine engraver order.
4721
4722         * lily/translator.cc (must_be_last): new function
4723
4724         * scripts/convert-ly.py (conv): rule.
4725
4726         * lily/bar-line.cc (print): return '() for height == 0.0 too.
4727
4728 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
4729
4730         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
4731  
4732 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4733
4734         * lily/include/lily-guile.hh (scm_is_int): compat glue.
4735
4736 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
4737
4738         * input/regression/page-layout.ly: new file.
4739
4740         * scm/paper.scm (set-paper-dimensions): Preliminary support for
4741         left and right margins.
4742
4743         * Documentation/user/changing-defaults.itely (Page layout):
4744         Explain the leftmargin option.
4745
4746 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4747
4748         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
4749
4750         * input/test/lyrics-melisma-faster.ly: new file.
4751
4752         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
4753         change of melody by setting associatedVoice.
4754
4755         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
4756
4757         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
4758         file contents, rather \include them, so default linewidth is set.
4759         (ly_options): make BOOKPAPER set of options. Move linewidth
4760         settings there.
4761
4762         * Documentation/user/examples.itely: new file. Templates are to be
4763         moved here.
4764
4765         * Documentation/user/programming-interface.itely: move chapter.
4766
4767         * scm/document-markup.scm (doc-markup-function): add @code
4768
4769         * stepmake/stepmake/texinfo-rules.make: remove chmod.
4770
4771 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4772
4773         * scm/page-layout.scm (plain-header): add printpagenumber boolean
4774         to bookpaper.
4775
4776         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4777         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
4778
4779         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
4780
4781         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
4782
4783         * scripts/lilypond-latex.py: move from lilypond.py
4784
4785         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
4786         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
4787
4788         * scm/lily.scm (postscript->png): new function
4789         (postscript->pdf): new function
4790
4791         * lily/paper-book.cc (post_processing): call
4792         convert-to-{dvi,ps,png,pdf}
4793
4794         * scripts/ps2png.py (option_definitions): new file.
4795
4796         * lily/paper-book.cc (output): call output-preview-framework
4797         (post_processing): new function. Do PDF/PNG conversion.
4798
4799         * lily/paper-outputter.cc (close): new function.
4800
4801         * scm/framework-ps.scm (convert-to-pdf): new function. Call
4802         ps2pdf.
4803         (output-preview-framework): new function. Generate a preview .ps
4804         
4805
4806 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4807
4808         * VERSION: release 2.3.8
4809         
4810         * lily/note-head.cc: remove ledger line handling.
4811
4812         * lily/ambitus.cc (print): strip away accidental / note head code,
4813         and associated properties.
4814
4815         * lily/ambitus-engraver.cc (create_ambitus): change name to
4816         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
4817         other ambitus parts.
4818         (create_ambitus): group grobs in Ambitus grouping object. 
4819
4820         * lily/include/pitch-interval.hh (Pitch>): new file.
4821
4822         * lily/pitch-interval.cc (add_point): new file.
4823
4824         * lily/ledger-line-engraver.cc: new file.
4825
4826         * lily/ledger-line-spanner.cc (print): new file. Set limits to
4827         ledger line length to avoid clashes.
4828
4829 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4830
4831         * Documentation/user/invoking.itexi (Invoking lilypond): remove
4832         deprecated options
4833
4834 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4835
4836         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
4837         to command line option: fast=1 (default on).
4838
4839         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
4840         This brings SCons run-time on up-to-date tree down from 48s with
4841         only checksums, to 34s without 2day checksums, to 14s (make needs
4842         4 seconds).
4843         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
4844         necessary.
4845
4846 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4847
4848         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
4849         (score_extra_encompass): process scripts at edges too, by checking
4850         control points directly. 
4851
4852 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4853
4854         * po/nl.po: Update.
4855
4856         * lily/main.cc: Fix ly:option-usage help.
4857
4858         * input/regression/slur-script.ly: More collision tests.
4859
4860         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
4861
4862 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4863
4864         * VERSION: release 2.3.7
4865
4866         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
4867         files.
4868
4869         * Documentation/user/notation.itely (Slurs): document ^ and _ for
4870         slurs.
4871
4872         * input/regression/slur-script.ly: new file.
4873
4874         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4875         make accidental appear to come from note head engraver.
4876
4877         * lily/slur-quanting.cc: new file.
4878         (score_extra_encompass): new function. Avoid scripts and
4879         accidentals
4880
4881 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4882
4883         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
4884         This greatly reduces the number of files that get recompiled
4885         after touching config.hh.
4886
4887         * config.hh.in: Remove GUILE_*_VERSION.
4888
4889         * lily/new-slur.cc: Resolve conflicts.
4890
4891         * lily/stem-engraver.cc (make_stem): New method.
4892
4893         * lily/include/script-interface.hh:
4894         * lily/script-interface.cc: New file.
4895
4896         * lily/include/script.hh:
4897         * lily/script.cc: Remove.
4898
4899         * lily/music.cc (duration_log): New method.
4900
4901         * lily/script.cc (struct Skript): Remove.
4902
4903         * lily/new-slur.cc (get_base_attachments): Try at articulations.
4904         Lots of coding cleanups (Stom).
4905
4906 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4907
4908         * lily/new-slur.cc (avoid_staff_line): new function: avoid
4909         collisions with staff lines.
4910
4911         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
4912         global_path
4913
4914         * scm/define-grobs.scm (all-grob-descriptions): set ratio
4915         .25. This flattens short slurs.
4916
4917         * lily/new-slur.cc (enumerate_attachments): move X of attachment
4918         points for tilted slurs.
4919
4920         * input/regression/slur-tilt.ly: new file.
4921
4922         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
4923         stems of 16th graces too.
4924
4925         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
4926         quant penalty dependent on how much the line is in the gap.
4927
4928         * input/regression/grace-stem-length.ly: new file.
4929
4930         * lily/beam-quanting.cc (score_forbidden_quants): remove
4931         interquant check. The penalty of 1000 is much too harsh, and the
4932         inter case should be caught by check-staff-line-in-gap check.
4933
4934         * lily/scm-option.cc: move debug-beam to \paper.
4935
4936         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
4937         .txt files to appease makeinfo.
4938
4939         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
4940         remove texttagline.
4941         
4942         * lily/new-slur.cc: cleanup, split in functions.
4943
4944         * lily/parser.yy (chord_body_element): allow octave-check = inside
4945         chord body. 
4946
4947         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
4948
4949         * lily/stem.cc (height): call Beam::after_line_breaking().
4950
4951         * lily/rest-collision.cc (force_shift_callback): only call shift
4952         for columns containing rests.
4953
4954         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
4955
4956         * input/regression/font-postscript.ly: invoke afm2tfm. 
4957
4958 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4959
4960         * mf/SConscript: Build map files.
4961
4962         * SConstruct: Rename $out to out-www in web.
4963
4964 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4965
4966         * SConstruct (web_kluts): Have make web build in out-www.  Not.
4967
4968 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4969
4970         * Documentation/user/music-glossary.tely (Top): add fragment to
4971         pertinent @lilypond entries.
4972
4973         * scm/define-grobs.scm: switch on new-slur by default.
4974
4975         * lily/scm-option.cc: symbol != string.
4976
4977         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
4978         really work yet.
4979         (set_end_points): make X coord of attachment dependent on  Y.
4980         (score_encompass): add edges too.
4981
4982 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4983
4984         * lily/stem.cc (get_beaming): new function.
4985
4986         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
4987         for fragment snippets. This fixes inclusion of toplevel-music
4988         examples (such as new-slur.ly)
4989  
4990 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4991
4992         * scripts/lilypond-book.py: Remove second import of stat.
4993
4994         * More SCons cleanups.
4995
4996         * Documentation/bibliography/computer-notation.bib (note): Remove
4997         extraneous closing brace.
4998
4999 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5000
5001         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
5002         stat calls.
5003
5004         * Documentation/bibliography/SConscript (bibs): failed try to get
5005         bib2html find html-long.bst.
5006
5007         * buildscripts/bib2html.py (stat): fail if bibtex fails.
5008
5009         * make/stepmake.make: use usescons for using scons. 
5010
5011 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5012
5013         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
5014         for lilypondend.  Import stat (huh?).
5015
5016 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5017
5018         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
5019         bypass dvi. 
5020
5021         * input/regression/font-postscript.ly: new file. 
5022
5023         * scm/framework-ps.scm (load-fonts): load pfb files too.
5024
5025         * lily/pfb.cc (pfb2pfa): new file.
5026
5027 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5028
5029         * scripts/lilypond-book.py (PREAMBLE_LY): set
5030         toplevel-music-handler too.
5031
5032 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5033
5034         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
5035         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
5036
5037         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
5038
5039         * python/SConscript:
5040         * python/vim:
5041         * input/mutopia/*SConscript: New file.
5042
5043         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
5044
5045         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
5046         fixes web build.
5047
5048         * make/stepmake.make (scons): re-route to SCONS if user has been
5049         running scons in this tree.
5050
5051         * SConstruct (config_vars): Add CPPDEFINES.
5052         (env): Set checksums type to "content".
5053         (save_config_cache): Do not exit after configuring when using
5054         checksums (the default) instead of timestamps.
5055
5056 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5057
5058         * SConstruct: Further development.
5059
5060         * input/test/SConscript: 
5061         * input/template/SConscript: 
5062         * input/regression/SConscript: 
5063         * Documentation/bibliography/SConscript:
5064         * Documentation/bibliography/index.html.in: New file.
5065
5066         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
5067         generation.
5068
5069         * buildscripts/builder.py: Add new builders.
5070
5071         * make/stepmake.make: 
5072         * stepmake/stepmake/*.make: 
5073         * configure.in:
5074         * lily/*:
5075         * flower*: Use config.hh (Was config.h).
5076
5077         * scm/encoding.scm (get-coding): Print friendly error message when
5078         no encoding is found, rather than crashing.
5079
5080 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5081
5082         * lily/new-slur.cc (score_slopes): strong sloping score only when
5083         stems point in same dir. 
5084
5085 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5086
5087         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
5088         for beam start.
5089
5090         * lily/parser.yy (context_prop_spec): check grob name for
5091         alphanumericness..
5092
5093         * lily/lyric-engraver.cc: creates LyricText objects
5094
5095 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5096
5097         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
5098
5099 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5100
5101         * SConstruct: Configure only pristine build tree or on user
5102         request.  Cleanups.  Add Documentation/topdocs to subdirs.
5103         Use checksums instead of timestamps.
5104         (CheckYYCurrentBuffer): Return result.
5105
5106         * Documentation/topdocs/SConscript: New file.
5107
5108 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5109
5110         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
5111
5112         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
5113         scm_from_int instead.
5114
5115 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5116
5117         * SConstruct: Updates.  Add targets: tar, dist, release.
5118
5119 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5120
5121         * input/mutopia-header.ly: Generate output.
5122
5123         * SConstruct:
5124         * buildscripts/builder.py:
5125         * Documentation/user/SConscript: SCons fixes.
5126
5127 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5128
5129         * lily/new-slur.cc (class New_slur): new file. Score based slur
5130         computations.
5131
5132 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5133
5134         * mf/SConscript: Remove Builders.
5135
5136         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
5137
5138         * input/SConscript: 
5139         * Documentation/user/SConscript: New file.
5140
5141 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5142
5143         * Documentation/topdocs/NEWS.texi (Top): add note about new
5144         emacs electric-|
5145
5146         * scm/*.scm: adapt ly:warn calls.
5147
5148         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
5149
5150         * lily/repeat-acknowledge-engraver.cc (process_music): look at
5151         main timing, not grace timing. Fixes volta-repeat-grace.
5152
5153         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
5154         remove ly:kpathsea-gulp-file.
5155
5156         * scm/translation-functions.scm (format-metronome-markup): make
5157         note smaller, align to bottom.
5158
5159         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
5160
5161         * lily/metronome-engraver.cc (stop_translation_timestep): attach
5162         metronome to musical column. Don't ack time sigs or bar lines.
5163
5164 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
5165
5166         * THANKS: sort, add David. Kristof contributed code, he is a
5167         contributor.
5168
5169 2004-07-09  David Svoboda      <svoboda@cmu.edu>
5170
5171         * elisp/lilypond-mode.el,
5172         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
5173         count beats between last measure stop | and point in emacs.
5174         
5175 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5176
5177         * tex/GNUmakefile (TEX_FILES): don't dist
5178         music-drawing-routines.ps, latin1.enc 
5179
5180         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
5181         --no-pdf, --pdftex
5182         (copyright): add --latex option
5183         (ic_p.make_include_option): use direct PS as default.
5184
5185         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
5186
5187         * input/regression/beam-concave.ly (rossFourBeams): add cases from
5188         Ross
5189
5190         * scm/script.scm (default-script-alist): marcato should follow
5191         into staff
5192         
5193 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5194
5195         * buildscripts/builder.py:
5196         
5197         * Documentation/SConscript (outdir): New file.  Add *list.ly
5198         dependencies.  Fixes PDF doc build.
5199
5200 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5201
5202         * SConstruct: Add Tar target (incomplete), fix install issues, fix
5203         run from build-dir.
5204
5205         * ly/SConscript:
5206         * scm/SConscript: New file.
5207
5208         * lily/main.cc (dir_info): Print variables in sh format.
5209
5210         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
5211
5212         * mf/SConscript: Update multiple target rules.
5213
5214         * SConstruct (assert_version): Add.
5215
5216 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5217
5218         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
5219
5220 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5221
5222         * buildscripts/mf-to-table.py: Do not try to open ''.
5223
5224         * mf/SConscript: New file.
5225
5226 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
5227
5228         * scm/fret-diagrams.scm : Convert many properties to constants,
5229         reducing the pollution of the property namespace.
5230
5231         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
5232         unnecessary properties for fret-diagram
5233
5234         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
5235         for interface
5236
5237 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5238
5239         * SConstruct: Update.
5240
5241 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5242
5243         * input/regression/beam-quant-standard.ly (seconds): print desired
5244         quants when failing.
5245
5246 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5247
5248         * SConstruct:
5249         * flower/SConscript:
5250         * lily/SConscript: New file.
5251
5252 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
5253
5254         * scm/define-grob-properties.scm (all-user-grob-properties): Add
5255         descriptions for all fret-diagram properties.
5256
5257         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
5258         fret-diagram interface code
5259
5260 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5261
5262         * ly/book-paper-defaults.ly: set default encoding to ec.
5263
5264         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
5265         installed.
5266
5267         * tex/latin1.enc: new file, from a2ps. 
5268
5269 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
5270
5271         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
5272         add a faint, green border line.
5273
5274         * Documentation/index.html.in: drop <table>, add a faint border line.
5275
5276 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5277
5278         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
5279
5280         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
5281
5282 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
5283
5284         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
5285
5286         * scm/output-tex.scm (white-text): Add scale parameter to allow font
5287         scaling
5288
5289         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
5290         properly scale white text
5291
5292         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
5293         position for numbered dots so dot will touch fret.
5294         (various routines): move to font-metric interface, rather than
5295         name, size interface.  Clean up comments.
5296
5297         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
5298         size and offset to better center white text.
5299
5300 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5301
5302         * ChangeLog: Remove pre-2.1 changes.
5303
5304         * Documentation/misc/ChangeLog-2.1: New file.
5305
5306         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
5307         from ChangeLog.
5308
5309 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5310
5311         * input/test/chords-below-volta-bracket.ly,
5312         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
5313
5314 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5315
5316         * VERSION: release 2.3.6
5317
5318         * input/regression/beam-quant-standard.ly: new file: test standard
5319         beam quants.
5320
5321         * scm/beam.scm (check-quant-callbacks): new function
5322         (check-beam-quant): new function: check whether current beam
5323         quants match argument.
5324
5325         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
5326         forbidden quant for sitting (upstem)/hanging (downstem) on outer
5327         staffline line.
5328
5329 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5330
5331         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
5332         functions.
5333
5334         * lily/note-collision.cc (do_shifts): align colliding notes to
5335         their leftmost note.
5336
5337         * input/regression/collision-alignment.ly: new file.
5338
5339         * ly/init.ly: don't print gc stats.
5340
5341         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
5342         extra newline
5343
5344         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
5345         for dimensions. This fixes ottava-remove-empty-staff.ly
5346
5347         * input/regression/lyrics-tenor-clef.ly: new file.
5348
5349         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
5350         cyclic parents when two axis-group-engravers are
5351         present. Fixes: crash-axis-group-engraver.ly. 
5352         
5353         * input/test/volta-chord-names.ly: new file.
5354
5355         * scm/define-context-properties.scm
5356         (all-user-translation-properties): change voltaOnThisStaff
5357         definition. 
5358
5359         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
5360         if necessary.
5361
5362         * lily/volta-bracket.cc (print): handle volta brackets without
5363         bars. 
5364
5365 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5366
5367         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
5368         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
5369
5370 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5371
5372         * scm/output-gnome.scm: updated instructions for running gnome
5373         backend
5374
5375 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
5376
5377         * scm/fret-diagrams.scm (draw-dots): default values for dot size
5378         and dot-position now depend on finger-code value; in-dot makes
5379         dots larger and centered.
5380         (draw-barre): added straight-barre indicator option
5381         (draw-dots): made fontify-text-white work.
5382
5383         * music-drawing-routines.ps: added /draw_white_text
5384
5385         * scm/output-tex.scm:  added white-text
5386
5387         * scm/output-ps.scm:  added white-text
5388
5389         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
5390         list of stencil expressions
5391
5392         * scm/stencil.scm: Added fontify-text-white
5393
5394 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
5395
5396         * input/regression/+.ly: use @unnumbered section.
5397
5398 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5399
5400         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
5401         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
5402
5403 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5404
5405         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
5406
5407 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5408
5409         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
5410         was causing an error. (was not actually commited in 2004-06-20)
5411
5412         * input/regression/lily-in-scheme.ly (withPaddingC): does not
5413         breaks anymore
5414
5415 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5416
5417         * VERSION: 2.3.5 released.
5418         
5419         * lily/my-lily-parser.cc (parse_string): switch module too.
5420
5421 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5422
5423         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
5424         ec-fonts-mftraced to running requirements.
5425
5426 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5427
5428         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
5429         assignments don't reach the original file.
5430
5431         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
5432         exists
5433
5434 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5435
5436         * scm/output-gnome.scm: 
5437         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
5438
5439         * debian/: Apply Debian patch (Anthony Fok).
5440
5441 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
5442
5443         * Documentation/user/music-glossary.tely: fix titling; @top is already
5444         an @unnumbered @chapter.
5445
5446 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5447
5448         * debian/GNUmakefile (EXTRA_DIST_FILES):
5449         (CONF_FILES): update file list.
5450
5451         * lily/stencil.cc (interpret_stencil_expression): bugfix.
5452
5453 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5454
5455         * debian/: Remove cruft (requested Anthony Fok.)
5456
5457         * buildscripts/guile-gnome.sh: Build without gcc libtool version
5458         juggling.
5459
5460         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
5461         Add popup menu with grob properties.
5462
5463         * lily/grob-scheme.cc (ly:grob-properties):
5464         (ly:grob-basic-properties): New function.
5465
5466         * lily/stencil.cc (interpret_stencil_expression): Comment-out
5467         "no-origin" call.  Fixes -fps output.
5468
5469         * scm/output-ps.scm (no-origin): Add dummy implementation.
5470
5471         * scm/output-gnome.scm (define-origin): Remove
5472         (grob-cause): Add.
5473
5474         * scm/output-ps.scm (scm):
5475         * scm/output-tex.scm (scm): Remove define-origin from exports list.
5476         (define-origin): Remove.
5477
5478         * scm/output-gnome.scm (define-origin): 
5479
5480         * scm/lily.scm (ly:all-output-backend-commands): Remove
5481         define-origin.  Add grob-cause.
5482
5483 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
5484
5485         * buildscripts/lilypond-words.py: add ly/portugues.ly.
5486
5487 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
5488
5489         * Documentation/user/GNUmakefile:
5490         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
5491         --include-css=.../texinfo.css; command includes css into the html.
5492
5493         * Documentation/texinfo.css: add file.
5494         define <hr> as black and thin.            
5495
5496 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5497
5498         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
5499         stencil expression. Junk define-origin.
5500
5501         * lily/my-lily-parser.cc (parse_string): init parser variable when
5502         lexer_ is set, ie. in parse_string and parse_file.
5503
5504         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
5505         ly:score-bookify.
5506
5507         * scm/lily.scm (collect-scores-for-book): new function.
5508
5509         * ly/init.ly: print collected scores/musics.
5510
5511         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
5512         scope, not in lily module.
5513
5514         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
5515
5516         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
5517         encapsulate gtk/pango tests.
5518
5519         * po/tr.po: Turkish translation.
5520
5521 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5522
5523         * input/regression/lily-in-scheme.ly: regression test for #{
5524         ... #} syntax
5525
5526         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
5527         was causing an error.
5528
5529         * Documentation/user/programming-interface.itely (Using LilyPond
5530         syntax inside Scheme): documentation for #{ ... #} syntax.
5531
5532 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
5533
5534         * Documentation/index.html.in: use black thin <hr>.
5535
5536         * buildscripts/mutopia-index.py: use thin black <hr>.
5537
5538 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5539
5540         * scm/fret-diagrams.scm: Use UNIX style line endings.
5541         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
5542         typo.  Fixes compile.
5543
5544         * scm/output-ps.scm (white-dot): Remove second incarnation.
5545
5546         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
5547
5548 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5549
5550         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
5551         single file error.
5552
5553         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
5554
5555 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
5556
5557         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
5558         remove size as argument to fret-diagram interface;
5559         improved white-circle dots for fret;
5560         improved top-fret thick line/
5561
5562         * scm/output-ps.scm: added white-dot function
5563
5564         * scm/output-tex.scm: added white-dot function
5565
5566         * tex/music-drawing-routines.ps: added draw_white_dot function
5567
5568         * ps/music-drawing-routines.ps: added draw_white_dot function
5569
5570         * input/test/fret-diagram.ly: examples to show multiple
5571         functions and multiple interfaces
5572
5573 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5574
5575         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
5576         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
5577
5578         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
5579         conflict.  Have I told you lately how much I love autotools?
5580
5581 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5582
5583         * lily/lily-guile.cc: 
5584         * lily/pangofc-afm-decoder.cc:
5585         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
5586         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
5587
5588         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
5589         developers.
5590
5591         * lily/paper-outputter.cc (file): New method.
5592         (dump_string): Use it.
5593
5594         * scm/output-gnome.scm: Update with pango CVS info, lilylib
5595         musing.
5596
5597         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
5598         of them has a comma :-).
5599
5600         * scm/framework-gnome.scm: Add pango decoders.
5601
5602         * lily/include/pangofc-afm-decoder.hh: 
5603         * lily/pangofc-afm-decoder.cc: New file.
5604
5605         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
5606
5607         * configure.in: Check for pango.
5608
5609         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
5610         autoconf).
5611         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
5612
5613         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
5614
5615 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5616
5617         * Documentation/user/tutorial.itely (Integrating text and music):
5618         fix grammar & punctuation.
5619
5620 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5621
5622         * lily/: Stray janitorial cleanups.
5623
5624         * scm/lily.scm (ly:all-stencil-expressions):
5625         * scm/lily.scm (ly:all-output-backend-commands): New function.
5626
5627         * scm/safe-lily.scm (safe-objects): Add them.
5628
5629         * scm/framework-gnome.scm (<gnome-outputter>): New class.
5630
5631         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
5632
5633 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
5636
5637 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5638
5639         * scm/page-layout.scm (default-page-make-stencil): add
5640         raggedbottom, raggedlastbottom.
5641
5642         * Documentation/user/changing-defaults.itely (Page layout): add doc.
5643
5644         * scm/framework-tex.scm (define-fonts): fix export of
5645         papersize.
5646
5647         * lily/paper-book.cc (classic_output): strip suffixes from
5648         framework functions.
5649
5650         * lily/tuplet-bracket.cc (before_line_breaking): do not return
5651         SCM_UNDEFINED to Scheme.
5652
5653 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5654
5655         * lily/book.cc: remove Book::to_stencil().
5656         (process): whoops. Score::book_rendering returns vector, not list.
5657
5658         * scripts/convert-ly.py (conv): remove \notes.
5659         apply to input examples.
5660
5661         * lily/paper-outputter.cc (output_stencil): don't use
5662         smobify_self() but self_scm()
5663
5664         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
5665         from smobify_self().
5666
5667         * lily/paper-book.cc (output): load framework module
5668         scm_c_resolve_module().
5669
5670         * python/lilylib.py (exit): exit with argument i.
5671
5672 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5673
5674         * scm/framework-gnome.scm (output-framework-gnome): Try loading
5675         gnome modules from non-toplevel.
5676
5677         * lily/ly-module.cc (ly:import-module): Export to ly:.
5678
5679         * lily/paper-score.cc (process): Do not show progress newline.
5680
5681         * lily/paper-book.cc (output, classic_output): Show progess
5682         newline after score.
5683
5684 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
5685
5686         * buildscripts/lilypond-words.py: add ly/vlaams.ly
5687
5688 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5689
5690         * lily/score.cc (ly:run-translator): Do not crash on empty music
5691         list.
5692
5693         * lily/book.cc (process): Do not render score when systems is empty.
5694
5695         * input/simple-song.ly: Down one octave.
5696
5697         * scm/output-gnome.scm: Remove script again; re-add modules fix
5698         (CVS conflict resolve?)
5699
5700         * lily/stencil.cc (ly:interpret-stencil): Was:
5701         interpret_stencil_expression.
5702
5703 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5704
5705         * buildscripts/guile-gnome.sh: New file.
5706
5707         * scm/output-gnome.scm: White background, better window size, sane
5708         canvas size.  Cleanups.
5709
5710 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5711
5712         * VERSION: release 2.3.4
5713
5714         * Documentation/user/invoking.itexi (Invoking the lilypond
5715         binary): document --safe.
5716
5717         * scm/output-gnome.scm: set PATH in script.
5718
5719         * scm/page-layout.scm (default-page-make-stencil): don't stretch
5720         if there is too few systems on a page.
5721
5722         * lily/parser.yy (relative_music): start at middle C without pitch
5723         argument.
5724
5725         * Documentation/user/changing-defaults.itely (Page layout): new node.
5726         (Paper size): rename node
5727         (Page breaking): new node.
5728         (Titling): move from invoking.
5729         (File structure): new node.
5730
5731         * lily/parser.yy (score_body): allow \header and music anywhere in
5732         \score body.
5733
5734 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5735
5736         * scm/lily.scm (ly:load): Remove page-breaking.scm.
5737
5738 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5739
5740         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
5741
5742         * lily/include/paper-line.hh: rename to Paper_system.
5743
5744         * lily/include/paper-book.hh: doc class.
5745
5746         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
5747
5748         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
5749         (plain-header): add instrument-name.
5750         (default-page-make-stencil): bugfixes.
5751
5752         * lily/parser.yy (book_body): allow \header anywhere in \book{}
5753
5754         * lily/paper-book.cc: remove copyright & tagline. Remove
5755         interactions with Page
5756
5757         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
5758         here, 
5759         (default-page-make-stencil): new function
5760         (default-page-music-height): new function
5761         (page-headfoot): new function
5762         (ly:optimal-page-breaks): generate stencils directly from here
5763
5764         * scm/titling.scm: new file, group titling functions
5765
5766 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5767
5768         * scm/output-gnome.scm: Handle multiple pages.
5769
5770         * scm/framework-gnome.scm: Do not load output-gnome.
5771         (framework-gnome): Invoke output-gnome::header and
5772         output-gnome::end-output as faked stencils.  Fixes experimental
5773         gnome output.
5774
5775 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5776
5777         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
5778         octavation compatibility fixes. Backportme. 
5779
5780         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
5781         pages.
5782         (ly:optimal-page-breaks): combine-penalties: no shortcut for
5783         negative. Now we handle negative penalties (ie. \pageBreak)
5784         correctly.
5785
5786         * lily/system.cc (get_line): extract page-penalty from the left
5787         bound.
5788
5789         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
5790
5791 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5792
5793         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
5794
5795 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5796
5797         * scm/output-gnome.scm: Update script.  Move development to
5798         lilypond_2_3_2 branch for now.
5799
5800 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5801
5802         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
5803         negative penalties.
5804         cleanups.
5805
5806         * Documentation/user/changing-defaults.itely (Creating contexts):
5807         index entries
5808
5809         * scm/page-breaking.scm (ly:optimal-page-breaks): new
5810         file. Rewrite function. 
5811
5812         * lily/paper-book.cc (pages): new interface: page-breaking returns
5813         list of line-list.
5814
5815         * lily/page.cc (Page): take lines argument.
5816
5817         * scm/document-translation.scm (all-engravers-doc): link to user man
5818
5819         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
5820         iso. score.
5821
5822         * Documentation/user/notation.itely (Relative octaves): typo.
5823
5824         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
5825
5826 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5827
5828         * scm/output-gnome.scm: Update build script.
5829
5830 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5831
5832         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
5833         gnome backend.
5834
5835         * scm/framework-gnome.scm: New file.
5836
5837         * scm/lily.scm: Use it.
5838
5839         * lily/paper-outputter.cc: Janitorial cleanups.
5840         (ly:outputter-dump-string): Remove unreachable statement.
5841
5842         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
5843         (ice-9): Bugfix: Add srfi-1.
5844
5845         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
5846
5847 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5848
5849         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
5850         in do_quit()
5851
5852 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5853
5854         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
5855
5856 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5857
5858         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5859         override of Beam::position-callbacks. Why would grace beams not be
5860         quantized? Fixes: weird-stem-size-grace. 
5861
5862         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
5863         warning only once. Backportme.
5864
5865         * lily/accidental-engraver.cc (number_accidentals_from_sig):
5866         bugfix, 2nd try. Backportme.
5867
5868         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
5869
5870 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5871
5872         * Documentation/user/notation.itely (Instrument transpositions):
5873         Correct the name of the instrumentTransposition property.
5874
5875 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5876
5877         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
5878
5879 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5880
5881         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
5882         and postLilyPondExample are called when defined.
5883
5884 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5885
5886         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
5887         This fixes setting notenames with `\include "nederlands.ly" '
5888
5889         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
5890         new function.
5891
5892 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5893
5894         * scm/page-layout.scm: don't do piece, it should be in score-title
5895         only.
5896
5897         * lily/lexer.ll: lex \score separately.
5898
5899         * lily/paper-book.cc: junk stencil2line.
5900
5901         * lily/paper-line.cc (Paper_line): construct from Stencil
5902         directly. No futzing with the dimensions.
5903
5904         * lily/include/paper-line.hh (class Paper_line): 
5905
5906         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
5907         takes arbitrary number of arguments.
5908
5909         * input/test/markup-score.ly (tuning): simplify example. 
5910
5911 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5912
5913         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
5914
5915         * scm/define-markup-commands.scm (score): define score-markup
5916
5917         * lily/parser.yy (markup): use score-markup.
5918
5919         * lily/score.cc: add ly:score? 
5920
5921 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
5922
5923         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
5924         fret-parse-string so it prepares for calls to fret-diagram-verbose
5925         Changed display constants to props so they are available for
5926         \override.
5927
5928 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5929
5930         * VERSION: release 2.3.3
5931
5932         * stepmake/stepmake/generic-vars.make: unset LANG.
5933
5934         * input/regression/tuplet-nest.ly: bugfix.
5935
5936         * lily/tie-performer.cc (stop_translation_timestep): reset
5937         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
5938
5939         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
5940         clear repeat_ directly after setting stem_tremolo_. Fixes:
5941         tremolo-repeat.ly
5942
5943         * input/regression/span-bar-break.ly: new file.
5944
5945         * scm/define-grobs.scm (all-grob-descriptions): remove
5946         break-visibility from SpanBar. Fixes: piano-repeat.ly
5947
5948 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5949
5950         * python/lilylib.py (make_ps_images): only compute bbox when needed.
5951
5952         * scripts/lilypond-book.py (process_snippets): use lily -f ps
5953         files for generating pngs. (failed experiment)
5954
5955         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
5956         file with PFA fonts included.
5957
5958         * lily/score.cc (default_rendering): put header in too.
5959
5960         * lily/paper-line.cc (LY_DEFINE): change function to
5961         ly:paper-line-extent
5962
5963         * scm/page-layout.scm (default-book-title): only add lines for
5964         non-nil fields.
5965         (default-score-title): idem.
5966
5967         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
5968
5969         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
5970
5971         * lily/include/paper-book.hh (class Paper_book): remove height_
5972         member.
5973
5974         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
5975
5976         * lily/ly-module.cc (LY_DEFINE): bugfix.
5977
5978         * lily/paper-book.cc (book_title): separate function for the book
5979         title.
5980
5981         * scm/page-layout.scm (default-book-title): only account for
5982         markup fields.
5983
5984         * scm/framework-ps.scm: new file. Move high level interface from
5985         output-ps.scm
5986
5987         * scm/music-functions.scm (def-grace-function): move macros from
5988         ly/music-functions-init.ly
5989
5990         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
5991         framework-tex.scm
5992
5993         * scm/framework-tex.scm (dump-line): new file. High level
5994         interface for output (pages, systems, header). 
5995
5996         * lily/include/page.hh (class Page): add is_last_ field.
5997
5998         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
5999
6000         * lily/paper-book.cc (split_string): new function
6001         (output): output multiple formats, i.e. --format=ps,tex
6002
6003         * scm/output-ps.scm (output-scopes): dump variables directly.
6004         (define-fonts): rewrite for new interface
6005
6006         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
6007
6008         * lily/paper-outputter.cc (Paper_outputter): take format argument.
6009
6010         * lily/main.cc (parse_argv): don't set extension for output.
6011
6012         * lily/clef-engraver.cc (create_clef): remove
6013         Staff_symbol_referencer::set_position() call. 
6014
6015 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6016
6017         * ly/music-functions-init.ly (addlyrics): set the 'origin property
6018         with the location argument in music function definitions.
6019
6020 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6021
6022         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
6023         staffsymbol dependency.
6024
6025         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
6026         cleanups.
6027
6028         * lily/book.cc (process): return Paper_book
6029         (to_stencil): use Book::process().
6030
6031         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
6032         header_ field. Store in $globalheader
6033
6034         * lily/parser.yy (book_body): book header is initted to
6035         $globalheader.
6036
6037
6038 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6039
6040         * input/test/fill-a4.ly: removed.
6041
6042         * lily/parser.yy (output_def): push scope of parent_ Output_def
6043         too.
6044
6045 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * scm/output-gnome.scm: Update info.
6048
6049 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6050
6051         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
6052
6053         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
6054         than 1 module.
6055
6056         * lily/include/ly-module.hh (ly_use_module): rename is_module to
6057         ly_c_module_p.
6058
6059         * scm/page-layout.scm (default-book-title): move Scheme titling
6060         functions to here.
6061
6062         * lily/parser.yy (book_paper_block): remove scope too.
6063
6064         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
6065
6066         * lily/rest.cc: add direction to rest properties.
6067
6068         * lily/include/output-def.hh: new file, move from
6069         music-output-def.hh
6070
6071 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6072
6073         * scm/output-gnome.scm: Describe feta-cork hack.
6074
6075 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6076
6077         * lily/include/book-paper-def.hh: derive from Output_def 
6078
6079         * lily/include/paper-def.hh: move all functionality out of class.
6080         Junk header.
6081
6082         * lily/include/music-output-def.hh: rename Music_output_def to
6083         Output_def.
6084
6085         * input/wilhelmus.ly: only set space for Paper formatting. 
6086
6087         * lily/include/midi-def.hh: remove file, remove class.
6088         Move functions to Music-output-def.
6089
6090         * lily/music-output-def.cc (Music_output_def): remove separate
6091         translator table. Lookup translators in scope directly. This
6092         obviates Context suffix for context identifiers, i.e.
6093
6094         \context {
6095           \Staff
6096           .. 
6097           }
6098
6099
6100         will work.
6101
6102
6103         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
6104
6105         * Documentation/user/changing-defaults.itely (Horizontal spacing):
6106         document spacing override hack.
6107
6108 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6109
6110         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
6111         installation info.  Support point-and-click.  Add +/- zoom
6112         keybindings.
6113
6114 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6115
6116         * VERSION: 2.3.2 released
6117
6118         * lily/parser.yy (book_body): set default bookpaper.
6119
6120         * scm/output-tex.scm (header): kludge: hard code linewidth. 
6121
6122         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
6123
6124 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6125
6126         * lily/score.cc (default_rendering): scale outputdef before
6127         starting.
6128
6129 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6130
6131         * scm/fret-diagrams.scm: Add header.
6132
6133         * scm/output-gnome.scm: Hello world :-)
6134
6135 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6136
6137         * scripts/lilypond.py (run_dvips): only add papersize if present.
6138
6139         * lily/accidental-engraver.cc (update_local_key_signature): new
6140         function, fold code from initialize() and process_music().
6141         (update_local_key_signature): use deep copy. This fixes one
6142         problem from custom-key-signatures.ly.
6143         (number_accidentals_from_sig): tighter check for
6144         accidental-too-old.
6145
6146         * ly/engraver-init.ly: remove localKeySignature
6147         definition from ChoirStaff, StaffGroup, Score.
6148
6149         * lily/percent-repeat-engraver.cc (try_music): add moments for
6150         barlines too. Fixes: skipbars-percent-repeat.ly.
6151
6152 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6153
6154         * lily/context-def.cc (filter_performers): don't go to cdrloc if
6155         skipping last pair. Fixes: crash-bar-number.
6156
6157         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
6158         D. Sorensen)
6159
6160         * input/test/fret-diagram.ly: new file.
6161
6162         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
6163         (scale-paper): divide by scale.
6164
6165 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6166
6167         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
6168         case.
6169
6170 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6171
6172         * scm/stencil.scm (fontify-text): reinstate function
6173
6174         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
6175
6176         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
6177
6178         * lily/parser.yy (book_paper_head): \bookpaper {} 
6179
6180         * python/midi.c: remove config.h
6181
6182 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6183
6184         * scm/output-gnome.scm: Update.
6185
6186 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6187
6188         * scm/output-gnome.scm: New file.
6189
6190         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
6191
6192 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6193
6194         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
6195         (find_scaled_font): move from Paper_def
6196
6197 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6198
6199         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
6200         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
6201
6202         * po/fr.po: update po.
6203
6204         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
6205
6206         * lily/book-paper-def.cc (print_smob): new file.
6207
6208 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
6209
6210         * buildscripts/lilypond-words.py: search words also from
6211         music-functions-init.ly.
6212
6213 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6214
6215         * ly/music-functions-init.ly (def-music-function): new helper
6216         macro for defining music functions. \addlyrics \appoggiatura
6217         \acciaccatura \grace \partcombine \autochange \applycontext
6218         \applyoutput and \breathe are now defined here thanks to it.
6219
6220         * lily/parser.yy: 
6221         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
6222         \grace \partcombine \autochange \applycontext \applyoutput and
6223         \breathe keywords removed from the parser.
6224
6225         * lily/parser.yy: 
6226         * lily/music-function.cc (ly_make_music_function): 
6227         * lily/lexer.ll (music_function_type): added a case for 0-arg
6228         music functions.
6229
6230 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6231
6232         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
6233         refering to a music expression can be used in lily-inside-scheme:
6234         #{ $music #}
6235
6236         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
6237         and ly:parser-define, and change ly:parser-parse-string in order
6238         to make #{ $music #} work.
6239
6240         * scm/new-markup.scm (compile-markup-expression): when an argument
6241         is a string, use `make-simple-markup'.
6242
6243 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6244
6245         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
6246
6247 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6248
6249         * scripts/convert-ly.py (FatalConversionError.func): handle + in
6250         font-size. (backportme)
6251
6252 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6253
6254         * lily/paper-outputter.cc (output_stencil): dump font definitions
6255         before each stencil.
6256
6257         * lily/include/paper-book.hh (struct Score_lines): new
6258         struct. Collect info per Paper-score.
6259
6260         * lily/include/page.hh (class Page): to_stencil() returns Stencil
6261         everywhere.
6262
6263         * lily/stencil.cc (find_expression_fonts): new function
6264
6265         * lily/paper-outputter.cc (output_stencil): use
6266         interpret_stencil_expr
6267
6268         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
6269         (interpret_stencil_expr): new function. Generic stencil
6270         interpretation.
6271
6272         * lily/paper-def.cc (find_scaled_font): divide lookup
6273         magnification by outpuscale for non-virtual fontmetrics. This
6274         fixes ludicrously long font definitions for text
6275         fonts. (backportme)
6276
6277         * lily/score-engraver.cc: remove
6278         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
6279
6280 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6281
6282         * input/test/markup-score.ly: Remove \notes.
6283
6284         * lily/parser.yy (book_body): Grok Composite_music and \header.
6285         (markup): Push NOTES mode before score_block.
6286
6287         * VERSION: release 2.3.1
6288
6289         * mf/feta-klef.mf: 
6290         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
6291
6292         * Documentation/user/programming-interface.itely: Use @emph (was:
6293         @em).
6294
6295         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
6296
6297 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6298
6299         * scm/output-tex.scm (output-tex-string): tighten safe security.
6300
6301         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
6302
6303         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
6304         allowed ly functions.
6305
6306         * lily/ly-module.cc (ly_module_define): only define variable if
6307         bound.
6308         (ly_make_anonymous_module): take safe option.
6309
6310 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6311
6312         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
6313
6314 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6315
6316         * input/regression/newaddlyrics.ly: Fix.
6317
6318         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
6319         \score \notes.
6320
6321 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
6322
6323         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
6324
6325 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6326
6327         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
6328
6329         * lily/paper-line.cc (Paper_line): don't store list of stencils,
6330         but convert to single Stencil immediately.
6331
6332         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
6333
6334 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6335
6336         * scm/output-sodipodi.scm: Resurrect sodipodi output.
6337
6338 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
6339
6340         * elisp/lilypond-mode.el: Changed the way defaults are created for
6341         LilyPond-command-master.  LilyPond-mode will now check the
6342         timestamps of the files to see which command has to run next.
6343
6344 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6345
6346         * scm/bass-figure.scm (format-bass-figure): don't set
6347         number-markup for strings. This fixes string in bass
6348         figure. (backportme)
6349
6350         * lily/parser.yy (bass_number): insert number-markup into figure
6351         definition.
6352
6353         * scm/define-music-properties.scm (all-music-properties): make
6354         'figure a markup.
6355
6356         * scripts/convert-ly.py (conv): \apply -> \applymusic
6357
6358 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
6359
6360         * elisp/lilypond-mode.el: changed the order of some commands
6361         ("Midi" after "2Midi"), use the user-defined
6362         LilyPond-command-default as default instead of "LilyPond"
6363
6364         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
6365         to set the master file for the next command.
6366
6367         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
6368         with font-lock-reference-face.
6369
6370 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
6371
6372         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
6373
6374         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
6375
6376 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6377
6378         * ly/music-functions-init.ly (TODO): new file.
6379
6380         * lily/parser.yy (Generic_prefix_music_scm): add more
6381         music_function symbols.
6382         (Prefix_composite_music): change \apply to music-function   
6383
6384         * lily/include/music-function.hh: rename to music-function
6385
6386 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6387
6388         * lily/music-head.cc (LY_DEFINE): change order of args.
6389
6390         * input/regression/music-head.ly (texidoc): new file.
6391
6392         * lily/parser.yy (Generic_prefix_music): allow generic
6393         music-transformation functions. 
6394
6395         * lily/include/music-head.hh (is_music_head): new file.
6396
6397         * lily/music-head.cc (get_music_head_transform): new file.
6398
6399 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6400
6401         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
6402         empty extent. This fixes ottava brackets on rests. (backportme)
6403
6404         * make/lilypond.redhat.spec.in (Group): ln png files for info.
6405
6406         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
6407
6408         * cygwin/lily-wins.py: update for the lily-wins.py script.
6409
6410 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6411
6412         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
6413         code. This will obviate typeset_grob () in the future.  The effect
6414         of this is that improperly written spanner handling will result in
6415         invalid spanner bounds.
6416         (announce_grob): add to elems_ from here
6417         (typeset_grob): comment out.  
6418
6419         * lily/include/engraver.hh (make_spanner): new calling interface
6420         for make_{item,spanner}. This obviates most calls to
6421         announce_grob().
6422
6423         * scm/music-functions.scm (set-accidental-style): use GrandStaff
6424         iso. PianoStaff for piano styles.
6425
6426 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
6427
6428         * Documentation/user/music-glossary.tely: add segno after d.s.
6429
6430 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6431
6432         * lily/include/audio-column.hh: remove unused variables.
6433         (patch by Michael Welsh Duggan)
6434
6435         * flower/include/axes.hh (other_axis): inline Axes function
6436         (thanks to David Brandon).
6437
6438 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6439
6440         * cygwin/mknetrel: Install image links (backportme).
6441
6442         * Documentation/user/GNUmakefile (local-install-info): Activate
6443         actual installing of image links (backportme).
6444
6445 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6446
6447         * Documentation/user/notation.itely (Measure repeats): Removed
6448         unnecessary (and confusing) \context Voice{.
6449
6450 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6451
6452         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
6453
6454         * lily/page.cc (Page): Do not use ly_scheme_function for
6455         volatile/configurable variables (FIXME: better name).
6456
6457         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
6458         get_scmvar).
6459
6460 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6461
6462         * scripts/convert-ly.py (FatalConversionError.subst): use
6463         \transposition.
6464
6465 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6466
6467         * lily/include/page.hh (class Page): Declare left_margin ().
6468
6469         * lily/page.cc: Remove paper var caching.
6470
6471 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6472
6473         * Documentation/user/music-glossary.tely: Add name to @top node.
6474         Remove comment from @table definitions (workaround for makinfo
6475         bug).
6476
6477         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
6478         ly:stencil-get-expr).  Update callers.
6479         (ly:stencil-align-to!):  Return stencil too.
6480
6481         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
6482         stencil.  Remove looped line-based page output.
6483         (output_line): Use line stencil.  Remove looped stencil-based line
6484         output.
6485
6486         * lily/page.cc (ly:page-paper-lines): New function.
6487
6488         * input/test/markup-score.ly: New file.
6489
6490         * scm/define-markup-commands.scm (stencil): New markup.
6491
6492         * lily/book.cc (to_stencil): New method.
6493
6494         * lily/parser.yy (markup): Use it to grok \score.
6495
6496 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6497
6498         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
6499
6500         * lily/paper-book.cc (pages): Change signature.  Update callers.
6501
6502         * lily/include/page.hh:
6503         * lily/page.cc: New file.
6504
6505         * lily/paper-line.cc (to_stencil): New method.
6506
6507         * lily/paper-outputter.cc (output_stencil): New method.
6508
6509         * lily/paper-outputter.cc (output_line): Use them.
6510
6511         * lily/warn.cc: Remove.
6512
6513         * lily/my-lily-parser.cc (distill_inname): Remove.
6514
6515         * flower/include/file-name.hh: 
6516         * flower/file-name.cc: New file.  Update users.
6517
6518         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
6519         (find): New method of same name.
6520
6521         * lily/my-lily-parser.cc (ly:parse-file): Use it.
6522
6523         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
6524         constant error message.
6525
6526 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
6527
6528         * input/test/{blank-notes.ly,staff-container.ly}: typos.
6529
6530 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6531
6532         * Documentation/user/music-glossary.tely: @table @strong' replaced
6533         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
6534         (backportme).
6535
6536 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6537
6538         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
6539
6540         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
6541         #{ lily music expression #} that returns an equivalent scheme
6542         music expression by parsing the string.
6543
6544 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6545
6546         * lily/my-lily-parser.cc:
6547         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
6548         SCM string (foo.ly/toto.scm support).
6549
6550 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6551
6552         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
6553
6554 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6555
6556         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
6557
6558         * scripts/lilypond-book.py: LY code that includes \header is
6559         not assumed to be a fragment.
6560
6561 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6562
6563         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
6564         tremolo beams up.
6565
6566         * lily/stem.cc (chord_start_y): Return 0 if no heads.
6567         (get_default_stem_end_position): No tremolo head juggling if no
6568         heads.  Fixes tremolo crash on rests (backportme).
6569
6570         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
6571
6572 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6573
6574         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
6575         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
6576
6577         * lily/lexer.ll: Allow \encoding in NOTES mode.
6578
6579         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
6580         for lyrics, not for commands.
6581
6582         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
6583         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
6584
6585         * input/regression/newaddlyrics.ly: New file.
6586
6587         * Documentation/topdocs/NEWS.texi: Update.
6588
6589         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
6590         (Music_list): Allow embedded scm.
6591
6592         * lily/score.cc (ly:score-bookify): New function.
6593
6594         * lily/music.cc (ly:music-scorify): Idem.
6595
6596         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
6597         (ly:parser-print-score): Idem.
6598
6599         * scm/lily.scm (default-toplevel-book-handler): Idem.
6600         (default-toplevel-music-handler): Idem.
6601         (default-toplevel-score-handler): Idem.
6602
6603         * ly/declarations-init.ly: Set default toplevel handlers.
6604
6605         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
6606
6607         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
6608         printer for score at toplevel.
6609
6610 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6611
6612         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
6613         Fix for simple case: input/simple-song.ly, more complex stuff
6614         does not work yet.
6615
6616 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6617
6618         * lily/parser.yy (Prefix_composite_music): split Composite_music
6619         in Prefix_composite_music and Grouped_music_list.
6620         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
6621
6622 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6623
6624         * scm/lily.scm (toplevel-expression): New define.
6625
6626         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
6627
6628         * lily/parser.yy (toplevel_expression): Use it.
6629
6630         * lily/include/my-lily-parser.hh: Smobbify.
6631
6632         * lily/my-lily-parser.cc (parse_string): New method.
6633
6634         * lily/my-lily-parser.cc (ly:parse-string): New function.
6635
6636         * Documentation/user/lilypond.tely: Add comment and workaround for
6637         gs-8.01 crash.  Fixes make web.
6638
6639         Simplification of toplevel music.
6640
6641         * lily/lexer.ll, lily/parser.yy:
6642
6643         * In LYRICS mode, return LYRICS_STRING.  This fixes one
6644         shift/reduce problem.
6645
6646         * Use NOTES mode at start of maininput.
6647
6648         * Grok toplevel composite music expression, put in score and book.
6649
6650         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
6651
6652         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
6653
6654         * input/simple.ly: New file.
6655
6656         * input/simple-song.ly: Idem.
6657
6658 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6659
6660         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
6661         Sandberg.
6662
6663 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6664
6665         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
6666
6667 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
6668
6669         * input/regression/accidental-octave.ly: doc automatic showing
6670         of note names.
6671
6672 2004-04-16  Heikki Junes <janneke@gnu.org>
6673
6674         * po/fi.po: do "make po && make -C po po-update" at top-level,
6675         then "cp po/out/fi.po po/fi.po" and update fields.
6676
6677         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
6678
6679 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6680
6681         * Documentation/user/introduction.itely (About this manual): Fix
6682         templates and regression urls (backportme).
6683
6684 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6685
6686         * ly/engraver-init.ly (Score:graceSettings): Increase
6687         beamed-lengths, especially for 32nd notes.
6688
6689         * Documentation/user/notation.itely (Grace notes): Correct the
6690         syntax for add-grace-property example.
6691
6692 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6693
6694         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
6695         `Generated' tag.
6696
6697         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
6698         Severely broken (the Debian package, at least).
6699
6700 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6701
6702         * lily/context.cc (find_create_context): assign to lvalue.
6703
6704 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6705
6706         * lily/include/translator.hh (class Translator): rename
6707         get_parent_context() to context () to avoid confusion.
6708
6709         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
6710
6711         * lily/lexer.ll: change is_string -> ly_c_string_p 
6712
6713         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
6714
6715         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
6716
6717 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6718
6719         * VERSION: release 2.3.0
6720
6721         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
6722
6723         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
6724         if nonempty.
6725
6726         * lily/include/context.hh (class Context): make members protected.
6727         (children_contexts): new accessor function.
6728
6729         * lily/include/translator.hh (class Translator): make
6730         daddy_context_ protected.
6731         (class Translator): clean up. 
6732
6733         * lily/include/context.hh (class Context): make daddy_context_
6734         private.
6735
6736         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
6737         higher for finding Voice. (backportme)  
6738
6739         * lily/include/context.hh (class Context): remove
6740         find_context_below() as a method.
6741
6742         * Documentation/user/notation.itely (The Lyrics context): add note
6743         about manual durations
6744
6745         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
6746         encoding.
6747
6748         * scm/output-tex.scm (text): dump \inputencoding{} for text.
6749
6750 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6751
6752         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
6753         \usepackage{inputenc}
6754
6755         * lily/paper-book.cc (classic_output): don't advance Offset for
6756         TeX output.
6757
6758         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
6759         ec-sauter.map in rules
6760
6761         * mf/ecb.mf (font_identifier): new file, based on ecbx
6762
6763         * mf/ecb10.mf (gensize): new file.
6764
6765         * Documentation/topdocs/NEWS.texi (Top): document some more new
6766         features.
6767
6768         * ly/declarations-init.ly: run convert-ly
6769
6770         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
6771         from input-file-results. Remove input-file-results.* 
6772
6773 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6774
6775         * scm/output-ps.scm (font-command): Fix, again.
6776
6777         * input/test/title-markup.ly: Add \noPagebreak test.
6778
6779         * lily/score-engraver.cc (try_music): Bugfix.
6780
6781 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6782
6783         * lily/main.cc (main_with_guile): excise dependency options -M and
6784         --dep-prefix
6785
6786         * lily/input-file-results.cc: excise Makefile dependency code
6787
6788         * Documentation/user/invoking.itexi (Invoking the lilypond
6789         binary): remove dep doco
6790
6791         * lily/main.cc (main_with_guile): call lilypond-main
6792
6793         * scm/lily.scm (lilypond-main): new function: handle multiple files.
6794
6795         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
6796         exception.
6797
6798         * lily/my-lily-parser.cc: remove paper_description function
6799
6800         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
6801         new function.
6802
6803         * lily/main.cc: remove global_score_count.
6804
6805         * lily/book.cc (process): don't take header from global_input_file.
6806
6807         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
6808
6809         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
6810
6811         * lily/music-output-def.cc (LY_DEFINE): new function
6812         ly_output_description. This function does the bulk for  setting,
6813         parsing and breaking down of an input file.
6814
6815         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
6816         anonymous modules globally. Let's hope they get GCd
6817
6818         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
6819
6820 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6821
6822         * scm/output-ps.scm (header): Papersize from paper.
6823
6824         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
6825         for classic output.
6826
6827         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
6828         lilypondclassic is defined.
6829         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
6830
6831         * input/regression/between-systems.ly: Remove.
6832
6833         * python/lilylib.py (get_bbox): Fix regular expression
6834         for bounding box.
6835
6836         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
6837
6838         * scm/output-tex.scm (stop-page): Use it.
6839
6840         * scm/output-ps.scm (define-fonts): Bugfix.
6841
6842         * lily/grob.cc: Add penalty to interface.
6843
6844         * lily/include/paper-line.hh (class Paper_line): New member
6845         var penalty_.
6846
6847         * lily/system.cc (get_line): Initialise Paper_line with
6848         page-penalty's from original grobs.
6849
6850         * scm/define-music-properties.scm (all-music-properties): Add
6851         page-penalty.
6852
6853         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
6854
6855         * lily/score-engraver.cc (try_music): Handle page-penalty.
6856
6857         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
6858
6859 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6860
6861         * ly/declarations-init.ly (melismaEnd): typo
6862
6863         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
6864
6865         * scm/output-ps.scm (text): split string into spaces, use moveto
6866         for setting space. 
6867
6868 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6869
6870         * po/nl.po: Update.
6871
6872         * scm/font.scm (add-cmr-fonts): Typo.
6873
6874 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6875
6876         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
6877         font-encoding.
6878
6879         * scm/define-grobs.scm (all-grob-descriptions): idem.
6880
6881         * lily/time-signature.cc (numbered_time_signature): idem.
6882
6883         * scm/font.scm (add-cmr-fonts): use real encoding names for
6884         font-encoding.
6885
6886 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6887
6888         * lily/paper-book.cc (classic_output): 
6889         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
6890         Fixes classic output.
6891         (lilypondstart):
6892         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
6893         kludge.
6894
6895         * scripts/old-lilypond-book.py: Remove.
6896
6897         Page layout for SCOREs enclosed in a BOOK:
6898
6899         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
6900         layout tweaking.
6901
6902         * input/les-nereides.ly (theScore): Add \book.
6903
6904         * input/test/title-markup.ly: Add \book.
6905
6906         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
6907         only if 'verbose.
6908
6909         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
6910
6911         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
6912
6913         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
6914         * scm/output-tex.scm (start-system): Update for page layout by
6915         LilyPond.
6916
6917         * scm/output-ps.scm (start-system): Previously (new-start-system).
6918
6919         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
6920         passed to define-fonts.
6921
6922         * lily/paper-column.cc: 
6923         * lily/system.cc (get_line):
6924         * ly/property-init.ly (newpage): 
6925         * scm/define-grob-properties.scm:
6926         * scm/output-ps.scm: 
6927         * scm/output-tex.scm: Remove between-system-string kludge.
6928
6929         * scm/output-ps.scm (define-fonts, font-command,
6930         font-load-encoding): Handle ENCODING = #f.
6931
6932         * scm/output-tex.scm (output-scopes): Check if variable is bound.
6933
6934         * scm/define-markup-commands.scm (fill-line): Use
6935         make-simple-markup (WAS: unexisting make-word-markup).
6936
6937         * lily/text-item.cc (interpret_markup): Bugfix, transpose
6938         ENCODING, MARKUP parameters for interpret_string.
6939
6940         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
6941
6942         * lily/score.cc (book_rendering): New method.
6943         (default_rendering): Create Paper_book helper locally, dump
6944         output.
6945
6946         * lily/my-lily-lexer.cc (the_key_tab): Add book.
6947
6948         * lily/parser.yy: Handle \book.
6949
6950         * lily/include/book.hh: 
6951         * lily/book.cc: New file.
6952
6953 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6954
6955         * lily/text-item.cc (interpret_string): new file, select font with
6956         encoding.
6957
6958         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
6959
6960         * scm/define-markup-commands.scm (encoded-simple): new markup command.
6961
6962         * lily/parser.yy (markup): take encoding from lexer.
6963
6964 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6965
6966         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
6967
6968         * scm/output-ps.scm: Remove some cruft.
6969
6970 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6971
6972         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
6973
6974         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
6975
6976 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6977
6978         * scm/font.scm (add-century-schoolbook-fonts):
6979         (make-century-schoolbook-tree): New function.
6980
6981         * input/test/title-markup.ly: Use Century Schoolbook font.
6982
6983 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6984
6985         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
6986         to Erik Sandberg) 
6987
6988         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
6989
6990         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
6991
6992         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
6993
6994         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
6995
6996 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6997
6998         * scm/part-combiner.scm (determine-split-list): bugfix: if no
6999         solo-state (at end of solo), we can set the solo status
7000         too. (backportme.)
7001
7002         * input/regression/part-combine-solo-end.ly: new file.
7003
7004 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7005
7006         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
7007         flavour abc files.  Really ignore unknown keys (backportme).
7008
7009 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7010
7011         * lily/scaled-font-metric.cc (text_dimension): only multiply with
7012         magnification_ when looking up in orig_.
7013
7014         * scm/output-tex.scm (text): switch off char-mapping.
7015
7016         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
7017         because AFM's encoding field cannot have spaces.
7018
7019 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7020
7021         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
7022
7023 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7024
7025         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
7026
7027         * mf/cmr.enc: new file, without hi-bit ascii info. 
7028
7029         * lily/bezier-bow.cc (slur_shape): make indent dependent on
7030         width. This removes the 'hook' at the end of a long slur.
7031
7032         * buildscripts/mf-to-table.py (parse_logfile): don't append
7033         encoding to fontname.
7034
7035 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7036
7037         * scm/output-ps.scm (define-fonts): Load .enc only once.
7038
7039         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
7040         too.
7041
7042 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7043
7044         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
7045         encoding field.
7046
7047         * lily/stencil-scheme.cc: remove ly:fontify-atom 
7048
7049         * ly/portuges.ly (pitchnames): new file.
7050
7051         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
7052         Michael Welsh Duggan
7053
7054         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
7055
7056         * ly/nederlands.ly: add comment about digits.
7057
7058         * lily/scaled-font-metric.cc (derived_mark): idem.
7059
7060         * scm/encoding.scm (make-encoding-mapping): change permutation to
7061         mapping.
7062
7063         * lily/scaled-font-metric.cc (derived_mark): is a const method.
7064         (Modified_font_metric): make alist for coding_description_
7065         (LY_DEFINE): remove coding-name.
7066
7067         * scm/output-tex.scm (text): remove debugging code.
7068
7069         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
7070
7071         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
7072         from infile.
7073
7074         * mf/feta-generic.mf: move fet_beginfont into generic code.
7075         use fetaMusic (without space) as encoding
7076
7077         * mf/feta-autometric.mf: take encoding argument
7078
7079         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
7080
7081         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
7082         use.
7083
7084         * scm/encoding.scm (read-encoding-file): use symbol for glyph
7085         name.
7086
7087 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7088
7089         * input/test/title-markup.ly: Set inputencoding.
7090
7091         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
7092
7093         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
7094
7095         * scm/encoding.scm (get-coding-filename, get-coding-command): New
7096         function.
7097         (coding-alist): Also hold filename, command.
7098         (read-encoding-file): Return symbols.
7099
7100 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7101
7102         * scm/output-tex.scm: remove fontify; text and char take a font
7103         argument.
7104
7105         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
7106
7107         * lily/scaled-font-metric.cc (text_dimension): init
7108         coding_{permutation,table}_ too 
7109         (LY_DEFINE): ly:font-encoding, new function return
7110
7111         * lily/paper-def.cc (find_scaled_font): take input coding from
7112         inputcoding paper var.
7113
7114         * lily/performance.cc (output): remap modulo 16.
7115
7116         * lily/text-item.cc (interpret_markup): whoops, variable
7117         shadowing fixed.
7118
7119 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
7120
7121         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
7122         symbols, not symbols to strings.
7123
7124         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
7125         symbols, not symbols to strings.
7126
7127 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7128
7129         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
7130         (ly:kpathsea-gulp-file): New function.
7131
7132         * scm/encoding.scm (read-encoding-file): Use it.
7133
7134 2004-04-06  Werner Lemberg  <wl@gnu.org>
7135
7136         * scm/encoding.scm (coding-alist): Fix typo.
7137
7138 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7139
7140         * lily/scaled-font-metric.cc (text_dimension): move function from
7141         Font_metric
7142         (make_scaled_font_metric): init coding_scheme_ to TeX
7143         (text_dimension): use get-coding-vector for non TeX coding_scheme_
7144
7145         * lily/include/scaled-font-metric.hh (struct
7146         Modified_font_metric): rename from Scaled_font_metric
7147
7148         * scm/encoding.scm (read-encoding-file): split up large function,
7149         leave caching to (delay)
7150
7151         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
7152
7153 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7154
7155         * lily/my-lily-lexer.cc (set_encoding): New method.
7156
7157         * lily/lexer.ll: Grok \encoding.
7158
7159         * lily/font-metric.cc (get_encoded_index): New function.
7160
7161         * lily/include/font-metric.hh (coding_scheme): New method.
7162
7163         * scm/encoding.scm: New file.
7164
7165         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
7166
7167 2004-04-05  Werner Lemberg  <wl@gnu.org>
7168
7169         * Documentation/user/tutorial.itely: Revised (finished).
7170
7171         * Documentation/user/macros.itexi (@separate): Removed.
7172
7173 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7174
7175         * scm/output-ps.scm (define-fonts): fix scaling.
7176
7177         * lily/scaled-font-metric.cc (design_size): add function.
7178
7179         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
7180         partial cut&paste of ly:font-magnification.
7181
7182 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7183
7184         * scm/output-ps.scm (define-fonts):
7185         (fontify): Update.
7186
7187 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7188
7189         * po/fr.po: update. (backportme).
7190
7191         * po/nl.po: update. (backportme). 
7192
7193         * mf/feta-beugel.mf: document why design size is not fixed.
7194
7195         * mf/feta-braces-a.mf: rename to stress that it's not design size.
7196
7197 2004-04-04  Werner Lemberg  <wl@gnu.org>
7198
7199         * Documentation/user/tutorial.itely: Revised (continued).
7200
7201 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7202
7203         * po/nl.po: Update (backportme).
7204
7205 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7206
7207         * po/de.po: update. (backportme).
7208
7209         * scm/output-tex.scm (font-command): use ly: functions to
7210         construct name.
7211         (define-fonts): don't use alist, just dump \font definitions.
7212         (font-load-command): calculate proper scaling by taking
7213         outputscale from paper argument.
7214
7215         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
7216         expression.
7217
7218         * lily/paper-outputter.cc (output_header): pass paper arg to
7219         define-fonts
7220
7221         * lily/paper-def.cc (font_descriptions): dump list of
7222         Scaled_font_metrics
7223         (find_scaled_font): take Font_metric argument, store
7224         Scaled_font_metrics in hash-table containing (size ->
7225         Scaled_font_metrics) alist.
7226         (get_dimension): rename from get_realvar
7227
7228         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
7229         ly:font-magnification, ly:font-name: new functions
7230
7231 2004-04-03  Werner Lemberg  <wl@gnu.org>
7232
7233         * Documentation/user/dedication.itely,
7234         Documentation/user/preface.itely,
7235         Documentation/user/introduction.itely,
7236         Documentation/user/tutorial.itely: Revised.
7237         Removing leading spaces which distorts output if info files are read
7238         with stand-alone info.
7239         Removing superfluous inter-word spaces which also distorts output
7240         for stand-alone info.
7241         Using ` and ' instead of `` and '' everywhere to improve
7242         legilibility with stand-alone info
7243         Using @samp for single-letter input items and data which contains
7244         spaces, @code for other things.
7245
7246         * lily/grob-interface.cc: Adding copyright.
7247         (check_interfaces_for_property): Improve format of warning message.
7248
7249 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7250
7251         * lily/include/font-metric.hh (struct Font_metric): add
7252         design_size () method.
7253
7254         * buildscripts/mf-to-table.py (base): add DesignSize comment.
7255
7256         * lily/afm.cc (read_afm_file): read design size.
7257
7258         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
7259
7260         * scm/music-functions.scm (unfold-repeats): handle dots too.
7261
7262 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7263
7264         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
7265         (backportme)
7266
7267 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7268
7269         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
7270         lyric indent.  Revert melismaBusyProperties using \unset.
7271
7272 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7273
7274         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
7275
7276         * lily/parser.yy (command_element): allow redefinition of |
7277         meaning.
7278
7279         * lily/break-align-engraver.cc (acknowledge_grob): construct
7280         LeftEdge where the first cause for alignment is coming from.
7281         This makes \override Staff.LeftEdge work as expected.
7282
7283         * lily/slur-performer.cc (Slur_performer): add inits
7284
7285         * lily/beam-performer.cc (Beam_performer): add inits
7286
7287 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7288
7289         * VERSION (PACKAGE_NAME): release 2.2.0