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