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