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