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