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